body {
    font-family: Arial, sans-serif;
    padding: 20px;
}
.filter-card {
	margin-bottom: 20px;
}
.filter-container {
	border: 3px solid #2e67a4;
    border-radius: 13px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    background-color: #2e67a4;
    padding: 20px;
}
.select2-selection--multiple {
    border-radius: 20px !important;
}
#dropdown2 {
    border-radius: 20px !important;
}
.filter-container #date {
    border-radius: 20px !important;
}
.form-group #search
 {
    border-radius: 20px !important;
}
.filter-container .btn-primary {
    background-color: #A4C5E8;
    color: #000;
    font-weight: 600;
    border-radius: 20px !important;
    padding: 10px 25px;
}
.filter-container .form-group {
    margin-bottom: 0rem !important;
}
.clearft a {
    color: #fff !important;
    font-size: 12px;
    margin: 5px 0px 20px 0px;
}
.filter-main-title {
    color: #ffff !important;
    font-family: "Roboto", Sans-serif;
    font-size: 32px;
    font-weight: 600;
}
#filter-form label {
    color: #ffff;
    margin: 0;
    padding: 5px 0 10px;
    font-size: 1rem;
    line-height: 1.25em;
    font-weight: 600;
}
.select2-search__field {
    display: none;
}
.page-id-3541 .form-group #dropdown2 {
    display: none;
}
#post-3541 .ct {
    display: none !important;
}
.filter-container .form-group {
    padding: 10px 0px 10px 0px;
}

.form-container {
    border-radius: 8px;
    height: auto;
}
.result-card {
    border: 3px solid #2e67a4;
    border-radius: 13px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.result-card .card-title {
    font-size: 26px;
    padding: 20px;
    color: #2e67a4;
    font-weight: 700;
}
.result-card .card-title a {
   
    color: #2e67a4;
	text-decoration:none;
  
}
.result-card .card-title a:hover {
   
   
	text-decoration:underline;
  
}
.result-card .card-content {
    color: #000000;
    font-family: "Roboto", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    padding: 0px 20px 20px 20px;
}
.result-card p:hover {
    text-decoration: none !important;
}
.card-tags {
    padding: 0px 20px 20px 20px;
    color: #022f55;
}
.result-card .card-img {
    height: 225px;
    object-fit: cover;
    object-position: center center;
    border-radius: 10px 10px 0px 0px;
}
.select2-selection__choice__display {
    color: #495057 !important;
}
.select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 29px;
    cursor: default;
    float: left;
    font-size: 14px;
    margin-right: 1px;
    margin-top: 1px;
}
.card-img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
    margin-bottom: 15px;
}
.result-row {
    display: flex;
    flex-wrap: wrap;
}
.result-col {
    margin-bottom: 20px;
}
.col-height {
    height: 100%;
}

.published-date {
    color: #000000;
    font-family: "Roboto", Sans-serif;
    font-size: 18px;
    font-weight: 400;
	padding: 0px 20px 20px 20px;
}

.pagination {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
}

.pagination a,
.pagination span {
    margin: 0 10px;
    padding: 10px 15px;
    text-decoration: none;
    color: #000;
    border-radius: 30px;
    transition: background-color 0.3s, color 0.3s;
    font-weight: 600;
    font-size: 14px;
}

.pagination a:hover,
.pagination span:hover {
    color: #2e67a4;
    text-decoration: none;
}

.pagination .page-numbers .current:hover {
    color: #2e67a4;
    text-decoration: none;
}
.page-numbers.current:hover {
    color: #ffffff;
	text-decoration: none;align-content
}

.pagination .current {
    background-color: #2e67a4;
    color: #fff;
    border: 1px solid #2e67a4;
    border-radius: 50%;
	  text-decoration: none !important;
}


.pagination .prev,
.pagination .next {
    padding: 10px 15px;
    text-decoration: none !important;
    color: #000;
 
    border-radius: 25px;
}

.pagination .prev:hover,
.pagination .next:hover {
    color: #2e67a4;
    text-decoration: none;
}
