/* Top Header */
.top-header-content {
    background: #f3f4f6;
    border-bottom: 1px solid #d2d6db;
}

.top-header {
    display: flex;
    background: #f3f4f6;
    height: 2.5rem;
    padding: 0 2rem;
    justify-content: space-between;
    align-items: center;
    gap: 3rem;
}

.header-date {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    gap: 0.5rem;
}

.header-date span {
    color: #384250;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem;
}

.top-header-left {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.375rem;
}

.top-header-left .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 2rem;
    max-height: 2rem;
    padding: 0 0.719rem;
    gap: 0.25rem;
    border: 0;
    border-radius: 0.25rem;
    font-size: 14px;
    font-weight: 600;
}

.top-header-left .btn.show,
.top-header-left .btn:hover {
    background: #e5e7eb;
}

.top-header-left .btn.versions_tool span {
    display: none;
}

.top-header-left .btn.versions_tool div#DeafServicePlace {
    cursor: pointer;
    width: auto;
    height: auto;
    position: relative;
    bottom: unset;
    background: transparent;
    padding-bottom: 0;
    border-radius: 0 !important;
    left: unset;
    z-index: 999;
}

.top-header-left .btn.versions_tool #DeafTranslate,
.top-header-left .btn.versions_tool #TranslateStop {
    color: var(--bs-btn-color) !important;
    margin: 0 !important;
}

.top-header-left .btn.versions_tool #DeafTranslate img,
.top-header-left .btn.versions_tool #TranslateStop img {
    display: none;
}

.top-header-left .btn.show span,
.top-header-left .btn:hover span,
.top-header-left .btn.versions_tool:hover #DeafTranslate {
    text-decoration: underline;
}

.top-header-left .dropdown-menu {
    min-width: 9rem;
    border-radius: 0.5rem;
    border: 0;
    box-shadow:
        0px 12px 16px -4px rgba(16, 24, 40, 0.08),
        0px 4px 6px -2px rgba(16, 24, 40, 0.03);
}

.top-header-left .dropdown-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0.5rem 1rem;
    gap: 1rem;
    border-radius: 0.5rem;
    color: #1f2a37;
    font-size: 0.925rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.25rem;
}

.muneer-trigger-button-box {
    display: none !important;
}

@media (max-width: 576px) {
    .top-header {
        flex-flow: column;
        justify-content: flex-start;
        align-items: flex-start;
        height: auto;
        gap: 0.5rem;
    }

    .top-header-left .btn {
        padding: 0 0.25rem;
        gap: 0.125rem;
        font-size: 0.875rem;
    }

    .top-header-left {
        width: 100%;
        justify-content: space-between;
    }
}

@media (max-width: 991.8px) {
    .top-header-content {
        position: relative;
        padding-bottom: 2.5rem;
    }

    .top-header-left {
        position: absolute;
        bottom: 0.25rem;
        left: 0;
        padding: 0 0.5rem;
    }
}

/* mainHeader */
.mainHeader {
    position: relative;
    z-index: 99999;
    width: 100%;
    background-color: var(--bs-white);
    border-top: 1px solid #d2d6db;
    border-bottom: 1px solid #d2d6db;
    transition: background-color 0.5s ease;
}

.mainHeader.inverted {
    position: fixed;
}

.mainHeader>.container>.row .columns {
    align-items: center;
}

.mainHeader .site-branding__logo {
    display: block;
}

.mainHeader .site-branding__logo img {
    margin-left: 1rem;
    height: 50px;
}

[dir="ltr"] .mainHeader .site-branding__logo img {
    margin-left: 0;
    margin-right: 1rem;
}

.mainHeader ul.menu {
    margin: 0 !important;
    display: flex;
    align-items: center;
    gap: 20px;
    /*  hm */
}

.mainHeader .dropdown-menu ul.menu {
    display: block;
}

.mainHeader .dropdown-menu>ul.menu {
    display: block;
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    max-width: 1320px;
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    margin-left: auto !important;
    margin-right: auto !important;
    padding-right: 75px;
    /* HM */
}

.mainHeader a {
    text-decoration: none;
}

.mainHeader .btn-link {
    text-decoration: none;
}

@media (max-width: 991.98px) {
    .mainHeader .columns {
        flex-flow: column;
        align-items: flex-end !important;
        padding: 1rem;
        position: relative;
    }

    .mainHeader .navbar-toggler {
        position: absolute;
        top: 1.3rem;
        border: 0;
    }

    .mainHeader ul.menu {
        display: flex;
        align-items: flex-start;
        flex-flow: column;
        gap: 1rem;
        padding: 1rem 0;
    }
}

.mainHeader .header-mobile-container {
    width: 100%;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.mainHeader .region-header-left .block {
    vertical-align: middle;
}

.mainHeader svg.ext {
    width: 27px;
    height: 24px;
    padding-right: 0.2em;
    fill: var(--bs-primary);
    font-weight: 900;
    border: none;
}

.mainHeader svg.ext path {
    stroke-width: 0px !important;
}

.mainHeader .header-left {
    margin-right: auto;
}

[dir="ltr"] .mainHeader .header-left {
    margin-right: 0;
    margin-left: auto;
}

@media (max-width: 991.98px) {
    .mainHeader {
        position: static;
    }
}

.mainHeader .menu,
.mainHeader .menu-item,
.mainHeader .links {
    margin: 0;
    padding: 0;
}

.mainHeader #navbarSupportedContent .contextual-region {
    position: static;
}

.mainHeader #navbarSupportedContent .block-content>ul li {
    list-style-type: none;
}

.mainHeader .menu-item-first>a {
    color: var(--bs-dark);
    font-weight: 500;
    position: relative;
    font-size: 1rem;
    height: auto;
}

@media (max-width: 991.98px) {
    .mainHeader .menu-item-first {
        display: block;
        width: 100%;
    }

    .mainHeader .menu-item-first>a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0.5rem 0.719rem !important;
        border-radius: 0.35rem 0.35rem 0 0;
    }
}

.mainHeader .menu-item-first>a:before {
    content: "";
    display: none;
    position: absolute;
    width: 94%;
    height: 6px;
    border-radius: 5rem;
    background-color: #9da4ae;
    bottom: -1px;
    right: 3%;
    left: 3%;
    margin: 0 auto;
}

.mainHeader .menu-item-first>a.show::before {
    background-color: #1f2a37;
}

.mainHeader .menu-item-first>a.show::before,
.mainHeader .menu-item-first>a:hover::before {
    display: block;
}

.mainHeader .menu-item-first>a.show {
    background-color: #e5e7eb;
}

.mainHeader .menu-item-first.menu-item--active-trail>a::before {
    background-color: #54c08a;
}

.mainHeader .menu-item-first.menu-item--active-trail>a::before {
    display: block;
}

.mainHeader .menu-item-first.menu-item--active-trail>a {
    background-color: var(--bs-primary);
    color: var(--bs-white);
}

.mainHeader .menu-item-first.menu-item--active-trail>a:hover {
    background-color: var(--bs-primary-dark);
}

.mainHeader .menu-item-first>a:hover {
    background-color: #f3f4f6;
}

.mainHeader .menu-item-first.menu-item--expanded {
    position: static;
}

/* .mainHeader .menu-item-first.menu-item--expanded.menu-level-0.menu-count-2 > .dropdown-menu > .menu > li:last-child {
    width: 100%;
    display: flex;
    justify-content: flex-end;
} */
/* .mainHeader .menu-item-first.menu-item--expanded.menu-level-0.menu-count-2 > .dropdown-menu > .menu > li:last-child a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    height: 40px;
    border-radius: 0.25rem;
    padding: 15px;
    color: var(--bs-white);
    line-height: 1.5rem;
    background: var(--bs-primary);
    font-size: 1rem;
    font-weight: 500;
    transition: all 0.5s ease;
} */
/* .mainHeader .menu-item-first.menu-item--expanded.menu-level-0.menu-count-2 > .dropdown-menu > .menu > li:last-child a::after {
    font-family: ds;
    content: "\eb1b" !important;
    color: var(--bs-white);
    font-weight: 500;
    width: 1rem;
    height: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
} */
/* [dir="ltr"] .mainHeader .menu-item-first.menu-item--expanded.menu-level-0.menu-count-2 > .dropdown-menu > .menu > li:last-child a::after {
    content: "\eb1a" !important;
} */
/* .mainHeader .menu-item-first.menu-item--expanded.menu-level-0.menu-count-2 > .dropdown-menu > .menu > li:last-child a:hover {
    color: var(--bs-white);
    background: var(--bs-primary-dark);
} */
/* .mainHeader .menu-item-first.menu-item--expanded.menu-level-0.menu-count-2 > .dropdown-menu > .menu > li:last-child a::before {
    display: none;
} */
.mainHeader .menu-item-first.menu-item--expanded>.dropdown-menu {
    width: 100%;
    border-radius: 0;
    border: 0;
    margin-top: 1px;
    --bs-dropdown-padding-y: 1.5rem;
}

@media (max-width: 991.98px) {
    .mainHeader .menu-item-first.menu-item--expanded>.dropdown-menu {
        position: static;
        padding: 0;
        height: auto;
        max-height: initial;
    }
}

.mainHeader .menu-item-first.menu-item--expanded>.dropdown-menu>.menu>li {
    display: inline-block;
    vertical-align: top;
    margin-inline-end: 1rem;
    width: calc(100% / 4 - 1.5rem);
    line-height: 2.5rem;
}

.mainHeader .menu-item-first.menu-item--expanded.menu-count-2>.dropdown-menu>.menu>li {
    width: calc(100% / 3 - 1.5rem);
}

@media (max-width: 1200px) {
    .mainHeader .menu-item-first.menu-item--expanded.menu-count-2>.dropdown-menu>.menu>li {
        width: calc(100% / 4 - 1.5rem);
    }
}

@media (max-width: 991.98px) {

    .mainHeader .menu-item-first.menu-item--expanded>.dropdown-menu>.menu>li,
    .mainHeader .menu-item-first.menu-item--expanded.menu-count-3>.dropdown-menu>.menu>li {
        margin: 0;
        width: 100%;
    }

    .mainHeader .menu-item-first.menu-item--expanded>.dropdown-menu>.menu>li,
    .mainHeader .menu-item-first.menu-item--expanded.menu-count-3>.dropdown-menu>.menu>li,
    .mainHeader .menu-item-first.menu-item--expanded.menu-count-2>.dropdown-menu>.menu>li {
        width: calc(100% / 2 - 1.5rem);
    }

    .mainHeader .dropdown-menu ul.menu ul.menu {
        padding-bottom: 0;
    }
}

@media (max-width: 576px) {

    .mainHeader .menu-item-first.menu-item--expanded>.dropdown-menu>.menu>li,
    .mainHeader .menu-item-first.menu-item--expanded.menu-count-3>.dropdown-menu>.menu>li,
    .mainHeader .menu-item-first.menu-item--expanded.menu-count-2>.dropdown-menu>.menu>li {
        width: 100%;
    }
}

.mainHeader .menu-item-first.menu-item--expanded>.dropdown-menu>.menu>li .menu-item_title span {
    font-weight: 700;
    font-size: 1.1rem;
    color: var(--bs-primary);
    line-height: 1.75rem;
    display: block;
    cursor: default;
    padding-bottom: 10px;
}

.mainHeader .menu-item-first.menu-item--expanded.menu-level-0.menu-count-1>.dropdown-menu>.menu>li>span {
    display: none;
}

.mainHeader #block-balady-account-menu .block-content ul li {
    list-style: none;
    display: inline-block;
    margin: 0 4px;
}

.mainHeader #block-balady-account-menu .block-content ul li a {
    color: #fff !important;
}

.inverted.mainHeader #block-balady-account-menu .block-content ul li a {
    color: #10615f;
}

/*mainHeader sso-login*/
@media (min-width: 992px) {
    .mainHeader .menu-item-first>a {
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 0 0.719rem !important;
        border-radius: 0.35rem 0.35rem 0 0;
        height: 71px;
    }

    .mainHeader .dropdown-toggle::after {
        margin-top: 5px;
        border: 0 !important;
        font-family: ds;
        content: "\eb1c" !important;
        font-size: 16px;
        color: var(--bs-dark);
        font-weight: 400;
    }

    .inverted.mainHeader .dropdown-toggle.show::after {
        color: var(--bs-primary);
    }

    .mainHeader .menu-item--active-trail>a.dropdown-toggle::after {
        color: var(--bs-white);
    }

    .mainHeader .menu-item--active-trail>a.dropdown-toggle.show::after {
        color: var(--bs-white);
    }
}

.mainHeader .menu-item-first.menu-count-5 .dropdown-menu .menu-item a,
.mainHeader .menu-item-first.menu-count-6 .dropdown-menu .menu-item a {
    font-weight: 400;
    font-size: 1.25rem;
    color: var(--bs-link-color);
    line-height: 1.5;
    display: block;
    cursor: pointer;
}

.mainHeader .menu-item-first.menu-count-5 .dropdown-menu .menu-item a::before,
.mainHeader .menu-item-first.menu-count-6 .dropdown-menu .menu-item a::before {
    content: "\eabb";
    font-family: ds;
    margin-inline-end: 5px;
    margin-top: 5px;
    font-size: 1rem;
    transform: rotate(45deg);
}

.mainHeader .menu-item-first.menu-item--expanded.menu-level-0.menu-count-5>.dropdown-menu,
.mainHeader .menu-item-first.menu-item--expanded.menu-level-0.menu-count-6>.dropdown-menu {
    min-height: 150px;
    padding-left: 42px;
}

/* main header menu */
.mainHeader #navbarSupportedContent .block-content .menu-level-1.menu-count-2.menu-item--expanded>a {
    font-weight: 700;
    font-size: 1.25rem;
    color: var(--bs-primary-darken);
    line-height: 1.5;
    display: block;
}

.mainHeader #navbarSupportedContent .block-content .menu-level-1.menu-count-2.menu-item--expanded>a::after {
    content: "\eabb";
    font-family: ds;
    color: #10615f;
    speak: never;
    font-size: 14px;
    margin-right: 5px;
    vertical-align: sub;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.mainHeader .menu-item-first.menu-item--expanded>.dropdown-menu>.menu>li>.menu li {
    font-size: 1rem;
    font-weight: 500;
    color: var(--bs-primary);
    /* padding: 0.5rem 0; */
    /* line-height: 1.5rem; */
    /* transition: 0.2s all linear; */
}

.mainHeader .menu-item-first.menu-item--expanded>.dropdown-menu>.menu>li>.menu li a,
.mainHeader .menu-item-first.menu-item--expanded>.dropdown-menu>.menu>li>a {
    transition: 0.2s all linear;
    color: var(--bs-black);
    font-weight: 500;
}

.mainHeader .menu-item-first.menu-item--expanded>.dropdown-menu>.menu>li>.menu li a:hover,
.mainHeader .menu-item-first.menu-item--expanded>.dropdown-menu>.menu>li>a:hover {
    color: #1f2a37;
    /* border-radius: 0.5rem; */
    /* background: #f3f4f6; */
    /* padding: 0.5rem; */
    /* text-decoration: underline !important; */
}

.mainHeader .menu-item-first.menu-count-5 .dropdown-menu .menu-item a,
.mainHeader .menu-item-first.menu-count-6 .dropdown-menu .menu-item a {
    margin-bottom: 0px !important;
    padding: 10px 5px;
    /* display: flex; */
    align-items: center;
    /* transition: 0.2s all linear; */
}

.mainHeader .menu-item-first.menu-count-5 .dropdown-menu .menu-item:hover a,
.mainHeader .menu-item-first.menu-count-6 .dropdown-menu .menu-item:hover a {
    color: var(--bs-primary);
    margin-right: 2px;
}

[dir="ltr"] .mainHeader .menu-item-first.menu-count-5 .dropdown-menu .menu-item:hover a,
[dir="ltr"] .mainHeader .menu-item-first.menu-count-6 .dropdown-menu .menu-item:hover a {
    margin-right: 0px;
    margin-left: 2px;
}

.mainHeader #navbarSupportedContent .block-content .menu-level-1.menu-count-2.menu-item--expanded>a::before {
    display: none;
}

@media print {
    .user-logged-in .mainHeader {
        display: none !important;
    }
}

@media (max-width: 991.98px) {
    .mainHeader.inverted {
        position: fixed;
    }

    .mainHeader.inverted #navbarSupportedContent {
        max-height: calc(100vh - 20rem);
        overflow-y: auto;
    }
}

/*header-left Start*/
.mainHeader .header-left .region.region-header-left {
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.region.region-header {
    display: flex !important;
    flex-wrap: nowrap;
    align-items: center;
}

.mainHeader .header-left .region-header-left li {
    list-style: none;
    display: block;
}

.mainHeader .header-left .region-header-left a:not(.balady-app, .btn-adv-search, .btn-sug),
.mainHeader .header-left .region-header-left .btn:not(.balady-app, .btn-adv-search, .btn-sug) {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    position: relative;
    color: var(--bs-dark) !important;
    font-size: 1rem;
    font-weight: 500;
    border: 0 !important;
    border-radius: 0.35rem 0.35rem 0 0;
    padding: 0 0.719rem;
    height: 71px;
}

.mainHeader .header-left .region-header-left .balady-app {
    margin-inline-end: 0.719rem;
}

.mainHeader .header-left svg.ext {
    display: none;
}

@media (max-width: 991.98px) {
    .mainHeader .header-left .region.region-header-left {
        align-items: flex-end;
        justify-content: space-between;
        background: transparent;
        padding: 0.5rem 1rem;
        border-radius: 4px;
        gap: 1rem 0.719rem;
    }

    .mainHeader .header-left .region-header-left a:not(.balady-app, .btn-adv-search, .btn-sug),
    .mainHeader .header-left .region-header-left .btn:not(.balady-app, .btn-adv-search, .btn-sug) {
        height: 2.5rem;
        padding: 0 0.75rem;
    }
}

@media (max-width: 767px) {
    .mainHeader .header-left .region.region-header-left {
        flex-wrap: wrap-reverse;
    }

    .mainHeader .header-left .region-header-left .btn.balady-app {
        width: 100%;
        flex: 0 0 100%;
    }
}

.mainHeader .header-left .region-header-left a i,
.mainHeader .header-left .region-header-left .btn i {
    color: var(--bs-dark);
    font-size: 1.25rem;
    margin-inline-end: 0.25rem;
}

.mainHeader .header-left .region-header-left a:not(.balady-app, .btn-adv-search, .btn-sug):hover,
.mainHeader .header-left .region-header-left .btn:not(.balady-app, .btn-adv-search, .btn-sug):hover,
.mainHeader .header-left .region-header-left a:not(.balady-app, .btn-adv-search, .btn-sug):focus,
.mainHeader .header-left .region-header-left .btn:not(.balady-app, .btn-adv-search, .btn-sug):focus {
    background-color: #f3f4f6;
}

.mainHeader .header-left .region-header-left a:not(.balady-app, .btn-adv-search, .btn-sug)::after,
.mainHeader .header-left .region-header-left .btn:not(.balady-app, .btn-adv-search, .btn-sug)::after {
    content: "";
    display: none;
    position: absolute;
    width: 94%;
    height: 6px;
    border-radius: 5rem;
    background-color: #9da4ae;
    bottom: -1px;
    right: 3%;
    left: 3%;
    margin: 0 auto;
}

.mainHeader .header-left .region-header-left a:not(.balady-app, .btn-adv-search, .btn-sug):hover::after,
.mainHeader .header-left .region-header-left .btn:not(.balady-app, .btn-adv-search, .btn-sug):hover::after,
.mainHeader .header-left .region-header-left a:not(.balady-app, .btn-adv-search, .btn-sug):focus::after,
.mainHeader .header-left .region-header-left .btn:not(.balady-app, .btn-adv-search, .btn-sug):focus::after {
    display: block;
}

/*languageswitcher*/
[dir="ltr"] .mainHeader .language-switcher-language-url .en {
    display: none;
}

[dir="rtl"] .mainHeader .language-switcher-language-url .ar {
    display: none;
}

/* .mainHeader .language-switcher-language-url ul li a.language-link {
    display: block;
    width: 95px;
    position: relative;
    text-align: center;
    padding-inline-end: 23px;
    padding-bottom: 2px;
    padding-top: 2px;
}
 */



/* .mainHeader .language-switcher-language-url ul li a.language-link:hover {
    display: block;
    width: 95px;
    background-color: #e9e8e8;
    border-radius: 5px;
    text-align: center;
    padding-inline-end: 23px;
    padding-bottom: 2px;
    padding-top: 2px;
}
 */


.mainHeader .language-switcher-language-url ul li a.language-link {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    position: relative;
    color: var(--bs-dark) !important;
    font-size: 1rem;
    font-weight: 500;
    border: 0 !important;
    border-radius: 0.35rem 0.35rem 0 0;
    padding: 0 0.719rem;
    height: 71px;
}

.mainHeader .language-switcher-language-url ul li a.language-link:hover {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    position: relative;
    color: var(--bs-dark) !important;
    font-size: 1rem;
    font-weight: 500;
    border: 0 !important;
    border-radius: 0.35rem 0.35rem 0 0;
    padding: 0 0.719rem;
    height: 71px;

}

.mainHeader .language-switcher-language-url ul li a.language-link::before {

    content: "";
    width: 22px;
    height: 22px;
    margin-inline-end: 0.25rem;
    background: url(../images/icons/icon-language.svg) no-repeat center;
}



.mainHeader .language-switcher-language-url ul li a.language-link::after {

    content: "";
    display: none;
    position: absolute;
    width: 94%;
    height: 6px;
    border-radius: 5rem;
    background-color: #9da4ae;
    bottom: -1px;
    right: 3%;
    left: 3%;
    margin: 0 auto;

}

/* .mainHeader .language-switcher-language-url ul li a.language-link::after {
    content: "";
    background: url("../images/Leading-Icon.png") no-repeat top 3px right;
    position: absolute;
    width: 23PX;
    height: 30PX;
    left: 2px;
} */


[dir="ltr"] .mainHeader .language-switcher-language-url ul li a.language-link {
    position: relative;
    padding-right: 25px;

}


/*user-login-sso*/
.mainHeader .header-left .region-header-left .user-login-sso .dashboard::before {
    content: "";
    width: 22px;
    height: 22px;
    margin-inline-end: 0.25rem;
    background: url("../images/icons/icon-dashboard.svg") no-repeat center;
}

i,
i span {
    font-family: ds;
    color: inherit;
    speak: never;
    font-size: inherit;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.user-login-sso .dashboard svg.ext {
    display: none;
}

/*webAccessability*/
.webAccessability-ddl .accesability.dropdown-menu~.arrow {
    display: none;
}

.webAccessability-ddl .accesability li {
    padding: 0.5rem;
    border-bottom: 1px solid #d2d6db;
}

.webAccessability-ddl .accesability li:last-child {
    border-bottom-width: 0;
}

.webAccessability-ddl .accesability .font-size .font-size-content {
    display: block;
    position: relative;
    margin-top: 1rem;
    right: auto;
    width: auto;
}

.webAccessability-ddl .accesability .font-size .font-size-content button {
    background-color: #f1f1f1;
    font-size: 1rem;
    width: 2rem;
    margin: 0 0.25rem;
    border-radius: 0.25rem;
    padding: 0.25rem;
}

.webAccessability-ddl .accesability .font-size .font-size-content button:hover {
    background-color: #e5e5e5;
}

.webAccessability-ddl .accesability span.small {
    min-width: 90px;
    display: inline-block;
    text-align: start;
}

.webAccessability-ddl .accesability li .switcher label,
.webAccessability-ddl .accesability li button.print-page {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.webAccessability-ddl .accesability.dropdown-menu li:hover {
    background: var(--bs-secondary) !important;
}

.webAccessability-ddl .accesability.dropdown-menu li:hover span.small {
    color: #fff !important;
}

/* switcher */
div.switcher+div.switcher {
    margin-top: 10px;
}

div.switcher label {
    padding: 0;
}

div.switcher label * {
    vertical-align: middle;
}

div.switcher label input {
    display: none;
}

div.switcher label input+span {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    width: 26px;
    height: 16px;
    background: var(--bs-gray);
    border: 2px solid var(--bs-gray);
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

[dir="ltr"] div.switcher label input+span {
    margin-left: 10px;
    margin-right: 0;
}

div.switcher label input+span small,
div.switcher label input+span .small {
    position: absolute;
    display: block;
    width: 50%;
    height: 100%;
    background: #fff;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
    left: 0;
}

div.switcher label input:checked+span {
    background: var(--bs-pink);
    border-color: var(--bs-pink);
}

div.switcher label input:checked+span small,
div.switcher label input:checked+span .small {
    left: 50%;
}

/* Search */
.mainHeader .header-left .region-header-left .headerSearch::before {
    content: "";
    width: 22px;
    height: 22px;
    margin-inline-end: 0.25rem;
    background: url("../images/icons/icon-search.svg") no-repeat center;
}

.modal.modal-search {
    top: 5.35rem;
    right: 5px;
}

.modal.modal-search .modal-dialog {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    min-height: auto !important;
    box-shadow:
        0px 12px 16px -4px rgba(16, 24, 40, 0.08),
        0px 4px 6px -2px rgba(16, 24, 40, 0.03);
    margin-right: 0;
    margin-left: 0;
}

.modal.modal-search .modal-content {
    border: 0;
    border-radius: 0 0 1rem 1rem;
    padding: 0 5rem;
    background: #fff;
}

@media (max-width: 991.8px) {
    .modal.modal-search .modal-content {
        padding: 0 1rem;
    }

    .modal.modal-search {
        top: 0.85rem;
        right: 0;
    }
}

@media (max-width: 576px) {
    .modal.modal-search .modal-content {
        padding: 0;
    }

    .modal-dialog {
        margin: 0;
    }

    .modal.modal-search {
        top: 1.75rem;
    }
}

.modal.modal-search .modal-header {
    justify-content: flex-end;
    border: 0;
}

.modal.modal-search .modal-header .btn-close {
    opacity: 1;
}

.modal.modal-search .modal-header .btn-close:hover {
    border-radius: 0.25rem;
    background-color: #f3f4f6;
}

.modal-search-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    align-self: stretch;
    padding: 2rem 0rem;
    gap: 2.5rem;
}

.modal.modal-search .view-filters .search-sort,
.modal.modal-search .view-filters .search-popup,
.modal.modal-search .search-api-form .custom-exposed-form .form-item label {
    display: none;
}

.modal.modal-search .view-filters,
.modal.modal-search .view-filters .search-box {
    width: 100%;
    margin: 0;
}

.modal.modal-search .search-api-form {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    align-self: stretch;
}

.modal.modal-search .search-api-form .custom-exposed-form {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    align-self: stretch;
}

.modal.modal-search .views-element-container,
.modal.modal-search .search-api-form .custom-exposed-form .form-item {
    flex: 1 0 0 !important;
}

.modal.modal-search .search-api-form .custom-exposed-form input[type="submit"] {
    background-color: var(--bs-primary);
    border: 0;
    outline: 0;
    color: var(--bs-white);
    font-size: 1rem;
    font-weight: 500;
    border-radius: 0.25rem;
    padding: 0 1rem;
    height: 2.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.modal.modal-search .search-api-form .custom-exposed-form input[type="submit"]:hover {
    background: var(--bs-primary-dark);
}

.modal.modal-search .search-api-form .custom-exposed-form input[type="submit"]:active {
    background: var(--bs-primary-darken);
}

.modal.modal-search .search-api-form .custom-exposed-form input[type="submit"]:focus {
    background: var(--bs-primary);
    outline: 2px solid var(--bs-dark);
    border: 1px solid var(--bs-white);
}

.modal.modal-search .search-api-form .custom-exposed-form input[type="submit"]:disabled,
.modal.modal-search .search-api-form .custom-exposed-form input[type="submit"][disabled],
.modal.modal-search .search-api-form .custom-exposed-form input[type="submit"].disabled {
    background: #f3f4f6;
    color: #9da4ae;
}

.suggestions-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 1rem;
}

.modal.modal-search .text-suggestions {
    color: var(--bs-primary);
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.75rem;
}

.modal.modal-search .btn-sug {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

/*voice-command*/
.voice-command ul.accesability {
    padding: 1rem 2rem;
}

.voice-command ul.accesability {
    padding: 1rem 2rem;
}

.voice-command ul.accesability li {
    display: list-item;
    list-style: disc;
    line-height: 2;
}

.voice-command ul.accesability li::marker {
    color: #10615f !important;
}

.voice-command-icon {
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 2rem;
    background: linear-gradient(90deg, #87bc50 22.62%, #12706d 90.69%);
    border: 5px solid #efefef;
    border-radius: 50%;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
}

.voice-command-icon i.ds-mic {
    color: #fff;
    font-size: 3rem;
    font-weight: 100;
}

.voice-command-icon {
    -webkit-animation-duration: 1.25s !important;
    animation-duration: 1.25s !important;
    -webkit-animation-fill-mode: both !important;
    animation-fill-mode: both !important;
    -webkit-animation-name: pulse-scale !important;
    animation-name: pulse-scale !important;
    animation-iteration-count: infinite !important;
}

/*header-left End*/
/*Inner Pages Header*/
.inner-pages-header {
    position: relative;
    height: auto;
    min-height: 21.87rem;
    padding: 3.5rem 5rem;
    background: #f7fdf9;
    background: url("../images/BG-internal-page.png");
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
}



/* news */
[class*="type-article"] .inner-pages-header .container,
[class*="type-projects"] .inner-pages-header .container {
    position: relative;
    height: 100%;
}

[class*="type-article"] .inner-pages-header .container .region-topinnercontent,
[class*="type-projects"] .inner-pages-header .container .region-topinnercontent {
    display: flex;
    flex-direction: column;
    /* align-items: flex-start; */
    gap: 0.5rem;
    z-index: 9999;
}

[class*="type-article"] .inner-pages-header .container .desc-date,
[class*="type-projects"] .inner-pages-header .container .desc-date {
    /* position: absolute; */
    bottom: 0;
    color: #ffffff;
    font-size: 14;
    font-weight: 400;
    z-index: 99999;
}

[class*="type-article"] .inner-pages-header,
[class*="type-projects"] .inner-pages-header {
    height: 330px;
    margin-bottom: 3rem;
    min-height: 9rem;
    padding: 3rem 5rem;
    margin-bottom: 3rem;
}


@media (max-width: 768px) {

    [class*="type-article"] .inner-pages-header,
    [class*="type-projects"] .inner-pages-header {
        height: 330px;
        margin-bottom: 1rem;
        min-height: 5rem;
        padding: 1rem 1rem;
        margin-bottom: 1rem;
    }



}


[class*="type-article"] .inner-pages-header::before,
[class*="type-projects"] .inner-pages-header::before {
    background: rgba(14, 13, 13, 0.5);
    content: "";
    height: 330px;
    min-height: 9rem;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

[class*="type-article"] .inner-pages-header h1,
[class*="type-projects"] .inner-pages-header h1 {
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
}

.inner-pages-header h1 {
    font-size: 30px;
    font-weight: 700;
}

.inner-pages-header p {
    font-size: 14px;
    font-weight: 400;
    color: #161616;
}

.path-investor-support-center .inner-pages-header p {
    font-size: 14px;
    font-weight: 400;
    color: #161616;
    width: clamp(300px, 100%, 800px);
}


[class*="type-article"] .breadcrumb ol li a,
[class*="type-projects"] .breadcrumb ol li a {
    color: #ffffff;
    z-index: 1;
}

/* End news */
@media (max-width: 991.98px) {
    .inner-pages-header {
        height: auto;
        padding: 2.5rem 1rem;
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

.btn-primary svg.ext path {
    stroke: #ffffff;
}

/**/
.mainHeader a.ext[href*="https"] {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
}

.mainHeader a.ext[href*="https"]::after {
    content: "䊔";
    display: inline-block;
    font-family: hgi-stroke-rounded !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
}

.mainHeader a.ext svg.ext {
    display: none;
}

.modal-backdrop.show {
    opacity: 0.1125 !important;
}

/*digital-stamp*/
.digital-stamp-head {
    display: flex;
    align-items: center;
    gap: 10px;
}

.digital-stamp-text {
    padding: 0;
    margin: 0;
    color: #161616;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.digital-stamp-link {
    color: var(--bs-primary);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    display: flex;
    align-items: center;
    cursor: pointer;
    gap: 8px;
}

.digital-stamp-content {
    margin-top: 2.5rem;
}

.ds-content_item {
    display: flex;
    align-items: flex-start;
    gap: 24px;
}

.ds-content_item_icon {
    display: flex;
    width: 36px;
    height: 36px;
    color: #067647;
    padding: 12px;
    justify-content: center;
    align-items: center;
    border-radius: 10rem;
    border: 1px solid #067647;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

.ds-content_item_content {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.balady .ds-content_item_content h2 {
    color: #161616;
    font-size: 18px;
    font-style: normal;
    font-weight: 600 !important;
    line-height: 28px;
    margin: 0;
}

.ds-content_item_content h2 span {
    color: var(--bs-primary);
}

.ds-content_item_content p {
    margin: 0;
    color: #384250;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem;
}

.ds-footer_item {
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 1.5rem;
    padding: 0.5rem 1.5rem;
    border-radius: 0.5rem;
    background: #fff;
}

.ds-footer_item_content {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
}

.ds-footer_item_content p {
    margin: 0;
    color: #161616;
    text-align: start;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem;
}

.ds-footer_item_content .ds-footer_link {
    color: var(--bs-primary);
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem;
    text-decoration-line: underline !important;
    cursor: pointer;
}

.ds-footer_item_content .ds-footer_link:hover {
    color: #54c08a;
}

#block-furas-2025-main-menu ul.menu-level-1 {
    display: none;
}

#block-furas-2025-main-menu .menu-level-0 .menu-item--expanded>span {
    cursor: pointer;
}