/*!
Theme Name: BeOneGlobal
Description: Description
Version: 1.0.0
Text Domain: beonehcp
Domain Path: /languages
*/
.featured-content,
.quick-tasks {
    overflow: hidden;
}

.home .news-section {
    margin-top: 0px;
}

.filter-header {
    margin-bottom: 10px;
}

.active-filters:empty {
    display: none;
}

.filter-groups {
    margin-top: 14px;
}

.filtermob-toggle {
    position: absolute;
    right: 0;
    top: -4px;
    width: 30px;
    height: 30px;
    border: 0;
    padding: 5px;
    background: transparent;
    display: none;
}

.filtermob-toggle svg,
.filtermob-toggle img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.filtermob-toggle svg path {
    fill: var(--siteblue);
}

.filtermob-toggle.active svg path {
    fill: var(--sitered);
}

.filter-group {
    border-bottom: 1px solid var(--bordercl);
}

.filter-group:first-of-type {
    border-top: 1px solid var(--bordercl);
}

.filter-group:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
}

.filter-toggle {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: transparent;
    border: 0;
    padding: 12px 18px;
}

.filter-toggle h5 {
    font-size: var(--fs20);
    font-weight: 500;
    margin: 0;
    color: var(--textcl);
    letter-spacing: 0.0191em;
}

.filter-arrow {
    width: 12px;
    height: 8px;
    transition: transform 0.3s;
    flex-shrink: 0;
}

.filter-toggle[aria-expanded="false"] .filter-arrow {
    transform: rotate(180deg);
}

.filter-options {
    display: flex;
    flex-direction: column;
}

.filter-options .checkbox {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    cursor: pointer;

    padding: 1px 20px 1px 0px;
    transition: 0.3s all;
    font-size: 16px;
    color: #28334a;
    text-decoration: none;
    font-weight: 400;
}

.filter-options .checkbox > span:not(.checkbox-text) {
    display: flex;
    align-items: center;
}

.filter-options .checkbox:has(> span:not(.checkbox-text)) {
    align-items: center;
}

.filter-options
    .checkbox:has(> span:not(.checkbox-text))
    input[type="checkbox"] {
    margin-top: 0;
}

.filter-options .checkbox:hover {
    /*   background: rgba(0, 102, 128, 0.05);*/
}

.filter-options .checkbox input[type="radio"],
.filter-options .checkbox input[type="checkbox"] {
    display: none;
}

.filter-options .checkbox-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
    flex: 1;
}

.filter-options .checkbox-label {
    font-size: var(--fs16);
    color: var(--textcl);
    line-height: 1.4;
}

.filter-options .checkbox-sublabel {
    font-size: var(--fs12);
    color: var(--headcl);
    font-weight: 400;
}

.filter-options
    .checkbox
    input[type="checkbox"]:checked
    + span:not(.checkbox-text) {
    color: var(--siteblue);
    font-weight: 600;
}

.filter-options
    .checkbox
    input[type="checkbox"]:checked
    ~ .checkbox-text
    .checkbox-label,
.filter-options
    .checkbox
    input[type="checkbox"]:checked
    ~ .checkbox-text
    .checkbox-sublabel {
    color: var(--siteblue);
}

.filter-options
    .checkbox
    input[type="checkbox"]:checked
    + span:not(.checkbox-text),
.filter-options
    .checkbox
    input[type="radio"]:checked
    + span:not(.checkbox-text) {
    color: var(--siteblue);
    font-weight: 600;
}

.filter-options
    .checkbox
    input[type="checkbox"]:checked
    ~ .checkbox-text
    .checkbox-label,
.filter-options
    .checkbox
    input[type="checkbox"]:checked
    ~ .checkbox-text
    .checkbox-sublabel,
.filter-options
    .checkbox
    input[type="radio"]:checked
    ~ .checkbox-text
    .checkbox-label,
.filter-options
    .checkbox
    input[type="radio"]:checked
    ~ .checkbox-text
    .checkbox-sublabel {
    color: var(--siteblue);
}

.filter-options .checkbox:has(input[type="checkbox"]:checked),
.filter-options .checkbox:has(input[type="radio"]:checked) {
    font-weight: 600;
}

.show-all-link {
    cursor: pointer;
    text-decoration: underline;
    text-underline-offset: 2px;
    text-decoration-thickness: 1px;
    padding: 0;
    border: 0;
    display: inline-flex;
    background: none;
    flex: 0 0 auto;
    font-family: poppins;

    text-align: left;
    margin: 0px 20px 12px 0px;
}

.show-all-link:hover {
    text-decoration: underline;
    text-underline-offset: 2px;
    text-decoration-thickness: 1px;
}

.companion-img-wrapper video {
    width: 100% !important;
    border-radius: 20px !important;
}

.companion-video-wrapper iframe {
    width: 100% !important;
    border-radius: 20px !important;
}

.companion-document-card a {
    width: fit-content !important;
}

.remove-filter {
    background: transparent;
    border: 0;
    color: #28334a;
    font-size: var(--fs14);
    font-weight: 500;
    padding: 0;
    width: auto;
    height: auto;

    transition: 0.3s all;
}

.filter-link--active {
    font-weight: 600 !important;
    color: #28334a !important;
}

/* Search */
.beone-nav .nav-icons-item {
    position: static !important;
}

.main-nav-search {
    display: flex;
    align-items: center;
}

.main-nav-search .search-btn {
    flex-shrink: 0;
}

.nav-search-form {
    position: absolute;
    transition: all 0.3s ease-in-out;
    visibility: hidden;
    right: 0;
    left: 0;
    opacity: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    z-index: 20;
}

.nav-search-form.open {
    background: #fff;
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

.headersearch {
    position: relative;
    width: 100%;
}

.search-input-box {
    position: relative;
    width: 100%;
}

.search-input-box .search-glass {
    display: flex;
    width: 24px;
    height: 24px;
    position: absolute;
    align-items: center;
    justify-content: center;
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: 10px;
    pointer-events: none;
}

.main-nav-search .search-input-box input {
    width: 100%;
    background-color: #fff;
    border-radius: 8px;
    border: 0;
    padding: 10px 40px;
    height: auto;
    caret-color: #006680;
    box-shadow: none !important;
    font-size: 18px;
}

.main-nav-search .search-input-box input:focus,
.main-nav-search .search-input-box input:hover {
    border: 0 !important;
    box-shadow: none !important;
}

.nav-search-form .search-input {
    transition: all 0.3s ease-in-out;
    padding: 10px 52px;
}

.main-nav-search .search-input-box .resultBox {
    position: absolute;
    background: #fff;
    box-shadow: 0 0 16px 4px rgba(0, 0, 0, 0.12);
    border-radius: 8px;
    width: 100%;
    top: calc(100% + 8px);
    display: none;
    z-index: 2;
    left: 0;
}

.search-input-box .resultBox li {
    position: relative;
    padding: 10px 40px 10px 40px;
    width: 100%;
    transition: 0.3s;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
}

.search-input-box .resultBox li:after {
    content: "";
    background: #006680;
    width: 2px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

.search-input-box .resultBox li:hover {
    background: rgba(0, 102, 128, 0.05);
}

.main-nav-search .search-input-box .search-submit-close {
    display: flex;
    width: 40px;
    height: 24px;
    position: absolute;
    align-items: center;
    justify-content: space-between;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.search-submit,
.search-clear {
    appearance: none;
    border: none;
    background: transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #28334a;
    padding: 0;
    opacity: 0;
    visibility: hidden;
}

.search-clear:not([hidden]) {
    opacity: 1;
    visibility: visible;
}

.search-input-box .search-glass {
    display: flex;
    width: 24px;
    height: 24px;
    position: absolute;
    align-items: center;
    justify-content: center;
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: 10px;
    pointer-events: none;
}

.search-input-box-mobile {
    display: none !important;
}

.navbar-language-dropdown {
    position: relative;
}

.navbar-language-dropdown .beone-dropdown--network-sites {
    position: absolute;
    top: calc(100% + 35px);
    right: 0;
    left: auto;
    min-width: 220px;
    z-index: 100;
}

.navbar-language-dropdown.is-open .beone-dropdown {
    display: block;
}

.beone-nav .nav-icons-item .chevron-icon-down,
.beone-nav .nav-icons-item .icon-btn-text {
    display: none;
}

.btn-search:hover {
    background: #004d61 !important;
    background-color: #004d61 !important;
}

#dd-disease-sub-col > a > img {
    margin-left: 10px;
}

.filter-content > a:hover:not(.filter-show-all) {
    font-weight: 600 !important;
    color: #28334a !important;
}

.filter-content > label:hover span {
    font-weight: 600 !important;
    color: #28334a !important;
}

/* ======================== */
/* 09 May 2026 Start */
/* ======================== */

/* Quick fix, Need discussion with front end dev -- (table structure of hamatology) */
.custom-presentation-table th:nth-child(1),
.custom-presentation-table td:nth-child(1) {
    min-width: 90px;
}

/* Only prevent wrapping when text is short (no col-wide class) */
.custom-presentation-table th:nth-child(1):not(.col-wide),
.custom-presentation-table td:nth-child(1):not(.col-wide) {
    white-space: nowrap;
}

/* Footer Last Menu */

.beone-footer-links {
    padding-bottom: 20px;
}

.footer-policy-links ul {
    display: flex;
    list-style-type: none;
    gap: 70px;
}

.footer-policy-links ul li a {
    margin: 0;
}

.footer-bottom {
    border-top: 1px solid #bdbdbd;
}

/* Home page Quick Task Section */
.home .quick-tasks .qt-sublink {
    font-weight: 500;
}

.home .quick-tasks .qt-sublink:hover {
    transform: unset;
    font-weight: 600;
}

.home .quick-tasks .quick-task-card {
    box-shadow: unset;
    border: 1px solid #e0e0e0;
}

.home .quick-tasks .quick-task-card:hover h3 {
    font-weight: 600;
}

.home .quick-tasks .quick-task-card:hover {
    box-shadow: 0px 0px 6px #00000040;
    transform: unset;
}

.video-section {
    background: #343434;
    margin-bottom: 20px;
}

/* Congress resources search result card icons */
.result-card-icon {
    max-width: 42px;
}

.result-card-icon img {
    width: 100%;
}

.video-section {
    background-color: #3c3c3c;
}

.title-url {
    color: #006d8f;
}

/* Congress resources gallery section */
.gallery-section .image-wrap img {
    width: 100%;
}

.image-gallery {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.gallery-section {
    padding: 90px 0px;
}

@media (max-width: 768px) {
    .footer-policy-links ul {
        flex-direction: column;
        gap: 10px !important;
    }

    .footer-bottom {
        border-top: 0;
    }

    .gallery-section {
        padding: 50px 0px;
    }
}

/* ======================== */
/*  09 May 2026 End */
/* ======================== */

/* ======================== */
/* 13 May 2026 Start */
/* ======================== */
body.search-results {
    padding: 0;
}

.search-results .search-form-label {
    gap: 4px;
}

/* ======================== */
/* 13 May 2026 End */
/* ======================== */

/* ======================== */
/* 19 May 2026 Start */
/* ======================== */
.single-disease-educations .hero-content .cmn-btn {
    width: fit-content !important;
    color: #fff;
}
.single-disease-educations .hero-content .cmn-btn:hover {
    color: #006d8f;
}
/* ======================== */
/* 19 May 2026 End */
/* ======================== */

/* table css */
.custom-presentation-table table td ul {
    padding-left: 20px;
}

.pico-table table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}

.profile-video {
    background-color: transparent;
}

.profile-video .video-player {
    min-height: auto;
    background: #343434;
    display: block;
}

.profile-video .video-main {
    position: relative;
    padding-bottom: 56%;
}

.profile-video .video-main iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
}
.inline-flex {
    display: inline-flex;
}

@media (min-width: 768px) {
    .main-nav-search .search-input-box input {
        padding: 10px 52px;
    }

    .search-input-box .search-glass {
        left: 20px;
    }

    .nav-search-form .search-input {
        padding: 9px 52px;
    }

    .main-nav-search .search-input-box .search-submit-close {
        right: 20px;
    }

    .search-input-box .resultBox li {
        padding: 10px 20px 10px 52px;
    }
}

@media (min-width: 1025px) {
    .beone-nav {
        position: relative;
        justify-content: flex-end;
    }
}

@media (max-width: 1024px) {
    .search-input-box-mobile {
        display: block !important;
        margin-left: auto;
    }

    header .header-wrapper {
        gap: 10px;
    }

    div.custom-presentation-table {
        min-width: auto;
    }

    .pico-table table {
        min-width: 1000px;
    }

    .beone-nav .nav-icons-item .main-nav-search {
        display: none !important;
    }

    .nav-search-form {
        position: fixed;
        left: 0 !important;
        right: 0;
        top: var(--top-space);
        bottom: auto;
        padding: 16px 24px;
        border-top: 1px solid #bdbdbd;
        box-shadow: 0px 8px 8px 4px rgba(0, 0, 0, 0.12);
    }

    .navbar-language-dropdown .beone-dropdown--network-sites {
        position: relative;
        max-height: none;
        top: 0;
        min-width: auto;
        width: 100%;
    }

    .beone-nav .nav-icons-item .icon-btn-img {
        display: none;
    }

    .beone-nav .nav-icons-item .chevron-icon-down {
        display: block;
        transition: transform 0.25s ease;
    }

    .beone-nav
        .nav-icons-item
        .navbar-language-dropdown.is-open
        .chevron-icon-down {
        transform: rotate(180deg);
    }

    .beone-nav .nav-icons-item .icon-btn-text {
        display: block;
    }

    .navbar-right-icons {
        flex-direction: column;
        gap: 0;
        padding: 0;
    }

    .navbar-right-icons .icon-btn {
        font-size: 17px;
        width: 100%;
        padding: 14px 20px;
        text-align: left;
        justify-content: space-between;
        height: auto;
        font-weight: 500;
        border-bottom: 1px solid #f0f0f0;
        border-radius: 0;
        color: #28334a;
    }

    .navbar-language-dropdown {
        width: 100%;
    }

    .footer-policy-links ul {
        gap: 30px;
    }
}

@media (max-width: 576px) {
    .navbar-right-icons .icon-btn {
        font-size: 15px;
    }

    .footer-policy-links {
        padding-top: 0;
        padding-bottom: 20px;
    }
}
