#searchForm a,
#searchForm button,
#searchForm input {
    text-decoration: none !important;
}

#searchForm .dropdown-item {
    text-decoration: none !important;
}

.research-container {
    margin-top: -2%;
}

input[type="checkbox"] {
    accent-color: #FF9310;
}

.sidenav {
    display: flex;
    flex-direction: column;
    width: 40%;
    background-color: white;
    padding: 20px;
    color: #0E144B;
    font-size: 24px;
    height: auto;
}

.sidenav form {
    display: flex;
    flex-direction: column;
    width: 300px;
    background-color: white;
    padding: 20px;
    color: #0E144B;
    height: auto;
}

.sidenav a {
    color: #0E144B;
    padding: 10px 0;
    text-decoration: none;
}

.sidenav a:hover {
    background-color: #575757;
}

.research-cards-container {
    margin-top: 5%;
    max-width: 1500px;
    gap: 20px;
}

.research-result-card {
    flex: 1 1 calc(33.333% - 20px);
    max-width: 309px;
    background-color: #fff;
}

.research-card-content {
    margin-top: 10px;
}

.pagination {
    margin-top: 30px;
    text-align: center;
}

.pagination a,
.pagination strong {
    display: inline-block;
    margin: 0 5px;
    padding: 8px 15px;
    color: #0E144B;
    font-weight: bold;
    text-decoration: none;
    border-radius: 50%;
}

.pagination strong {
    color: #fff;
}

.page-numbers.current,
.page-numbers:hover {
    background-color: #FF9310;
    margin: 0 5px;
    padding: 8px 15px;
    color: white;
    font-weight: bold;
    border-radius: 50%;
}

.page-numbers {
    background-color: white;
}

input[type="checkbox"] {
    width: 30px;
    height: 30px;
    margin-right: 5%;
}

.research-card-img {
    width: 307px;
    height: 437px;
}


.research-filter-container .position-relative {
    background-color: rgba(255, 255, 255, 0.75);
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    height: 74px;
    bottom: 74px;
}

.research-filter-container form {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding-left: 10px;
}

.search-bg-image {
    height: 70vh;
    background-image: url("/wp-content/uploads/research-page/research-page-background2.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.found-researchs {
    color: #303880;
    font-size: 24px;
    padding-right: 10%;
}

.research-filter-title {
    color: #303880;
}

.category-group {
    padding-bottom: 20%;
}

.research-result-card a {
    text-decoration: none;
    color: inherit;
}

.research-result-card a * {
    text-decoration: none !important;
}

.count-posts {
    max-width: 1100px;
    margin: 0 auto;
}

input[type="radio"] {
    width: 30px !important;
    height: 30px !important;
    cursor: pointer;
}