﻿/*start fonts*/ 
@import url('vendor/fonts/fonts.css');
/*end fonts*/

/*start public */
body {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    background-color: #0968a8;
    --link-color: #b89946;
}

[dir="rtl"] body {
    font-family: "Noto Kufi Arabic", sans-serif;
}

ul {
    list-style: none;
}

.m-a {
    margin: auto;
}

main {
    min-height: 76vh;
}

[dir="rtl"] .fa-chevron-right {
    transform: scaleX(-1);
}
/*end public */

/*start header */
.navbar {
    background-color: #0968a8;
}

    .navbar span {
        cursor: pointer;
    }

.logo-img {
    max-width: 100px;
}

.logo-text {
    font-size: 15px;
}

.searchbar {
    background-color: white;
    border-radius: 1.5rem;
}

.search_input {
    color: black;
    border: 0;
    outline: 0;
    width: 100%;
    font-size: 12px;
}

.search_text {
    background: #b89946;
    color: white;
    padding: 2px 10px;
    border-radius: 1.5rem;
    font-size: 10px;
    line-height: 16px;
}

    .search_text:hover {
        color: #0968a8;
        text-decoration: none;
        transition: 0.2s;
    }

    .search_text:focus {
        outline: 0;
    }

.social-icon path, .x-logo {
    fill: #fff;
    transition: fill 0.5s;
}

.nav-link:hover .social-icon path {
    fill: #1DA1F2;
}

.x-logo:hover {
    filter: invert(41%) sepia(98%) saturate(2258%) hue-rotate(183deg) brightness(103%) contrast(101%);
}

.searchbar i {
    font-size: 10px;
}

.search-bar-container {
    padding-top: 25px;
}

.header-link:hover {
    color: #ffffff !important;
    transition: 0.2s;
}

.header-link {
    color: #b89946 !important;
    padding-top: 25px !important;
}

    .header-link.active {
        color: #ffffff !important;
        padding-top: 25px !important;
    }

.language-button {
    background: #cfa42e;
    color: white !important;
    padding: 1px 13px !important;
    border-radius: 1.5rem;
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    font-family: "Noto Kufi Arabic", sans-serif;
}

.language-container {
    display: flex;
    justify-content: center;
    cursor: pointer;
}

.language-button:hover {
    color: #0968a8 !important;
    transition: 0.2s;
}

.navbar .navbar-nav .nav-link {
    padding: 1.8px;
}

.navbar-toggler {
    padding: .1rem .5rem;
}

.navbar-nav .navbar-toggler-icon {
    width: 1.2em;
    height: 1.2em;
}

@media (max-width: 1199px) {
    .searchbar-container {
        margin: 0 !important;
    }

    .searchbar {
        margin: 0 !important;
    }

    .logo-text {
        font-size: 12px;
    }

    .header .nav-item {
        margin-right: 0 !important;
    }
}

@media (max-width: 991px) {
    .navbar-brand {
        flex-grow: 0 !important;
    }

    .searchbar {
        width: 200px;
    }

    .search_input {
        width: 50px;
        font-size: 13px;
    }

    .searchbar .search_text {
        font-size: 8px;
    }

    .searchbar i {
        font-size: 9px;
    }

    .navbar-brand {
        flex-grow: 1;
        justify-content: flex-start;
    }

    .navbar-toggler {
        order: 2;
    }

    .header .social-icons-container ul {
        flex-direction: row;
        justify-content: center;
    }

    .navbar-nav .nav-item {
        margin: 0 !important;
    }

    .language-button {
        padding: 3px 12px;
        font-size: 13px;
    }

    .about-contact {
        padding-top: 2px !important;
    }

    .navBar-items .about-us-container, .navBar-items .contact-container {
        display: none;
    }
}

@media (max-width: 767px) {
    .navbar {
        display: flex;
        flex-wrap: wrap;
    }

    .logo-img {
        max-width: 80px;
    }

    .logo-text {
        font-size: 11px;
    }

    .language-container,
    .social-icons-container {
        flex: 1 0 100%;
        order: 1;
        justify-content: flex-end;
        display: flex;
        margin-bottom: 0;
    }

    .searchbar-container {
        flex: 1 0 100%;
        order: 3;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 10px;
    }

    .searchbar {
        width: 70%;
        margin: 0;
    }

    .navbar-nav {
        flex: 1 0 30%;
        display: flex;
        justify-content: flex-end;
        order: 4;
    }

    .nav-item {
        margin: 0 5px;
        display: flex;
    }

        .nav-item .nav-link {
            display: flex;
            align-items: center;
            padding: 0;
        }

            .nav-item .nav-link span {
                display: none;
            }

    .language-button,
    .social-icons-container a {
        font-size: 12px;
    }

    .header .social-icons-container ul {
        flex-direction: row;
        justify-content: flex-end;
    }

    .nav-itemm-0 {
        margin-right: 5px;
    }
}

@media (max-width: 767px) {
    .nav-item .nav-link span {
        display: flex;
    }

    .AboutUs-div span, .Contacts-div span {
        display: none !important;
    }
}

@media (max-width: 467px) {
    .navBar-items .search-bar {
        width: 100% !important;
    }
}

@media (max-width: 425px) {
    .AboutUs-div, .Contacts-div {
        display: none;
    }

    .navBar-items .about-us-container, .navBar-items .contact-container {
        display: flex;
    }
}
/*end header */

/*start main */

/* nav */
main {
    background-color: #f5f6fa;
    border-radius: 5rem;
}

    main .navbar-nav .nav-item a {
        font-size: 18px;
    }

[dir="rtl"] main .navbar-nav .nav-item a {
    font-size: 16px;
}

main .navbar-nav .nav-link {
    padding: 5px 15px;
}

main .navbar {
    background: transparent;
}

main .navbar-nav .nav-link.active {
    color: #cfa42e !important;
}

main .navbar-nav .nav-link {
    color: #3884b8 !important;
}

main .navbar .navbar-nav .nav-link:hover {
    color: #b89946 !important;
}

main .nav-item.dropdown {
    position: relative;
}

main .nav-link {
    font-size: 18px;
    color: #333;
    text-decoration: none;
    display: inline-block;
    transition: 0.2s;
}

    main .nav-link.dropdown-toggle::after {
        display: none;
    }

main .dropdown-menu {
    position: absolute;
    top: 70%;
    right: 0;
    z-index: 1000;
    display: block;
    width: 230px;
    margin-top: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    opacity: 0;
    transform: translateY(-20px);
    visibility: hidden;
    transition: opacity 0.4s ease;
    padding: 0;
}

main .right-dropdown-menu {
    left: unset;
}

[dir="rtl"] main .right-dropdown-menu {
    left: 0;
    right: unset;
}

main .nav-item.dropdown:hover .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition-delay: 0s;
}

[dir="rtl"] main .dropdown-menu {
    text-align: start;
}

main .dropdown-item {
    display: block;
    padding: 12px 12px;
    color: #333;
    text-decoration: none;
    white-space: normal;
    word-wrap: break-word;
    border-bottom: 1px solid #eaeaea;
    font-size: 14px !important;
    transition: background-color 0.3s;
}

    main .dropdown-item:last-child {
        border-bottom: none;
    }

    main .dropdown-item:hover {
        background-color: #f4f4f4;
        color: #0968a8;
    }

main .dropdown .sub-dropdown-menu {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 1010;
    border: 1px solid #ddd;
    width: 162px;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    opacity: 0;
    transform: translateY(-20px);
    visibility: hidden;
    transition: opacity 0.4s ease;
}

[dir="rtl"] main .dropdown .sub-dropdown-menu {
    right: 100%;
    left: unset;
}

main .dropdown .dropdown-trigger:hover + .sub-dropdown-menu,
main .dropdown .sub-dropdown-menu:hover {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition-delay: 0s;
}

main .dropdown .right-sub-dropdown-menu {
    position: absolute;
    top: 0;
    right: 100%;
    z-index: 1010;
    border-left: 1px solid #ddd;
    width: 210px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    opacity: 0;
    transform: translateY(-20px);
    visibility: hidden;
    transition: opacity 0.4s ease;
}

[dir="rtl"] main .dropdown .right-sub-dropdown-menu {
    right: unset;
    left: 100%;
}

main .dropdown .dropdown-trigger:hover + .right-sub-dropdown-menu,
main .dropdown .right-sub-dropdown-menu:hover {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition-delay: 0s;
}

main .nav-link::after {
    display: none;
}

.navbar {
    justify-content: flex-start;
}

.navbar-toggler {
    margin-right: .5rem;
}

@media (max-width: 425px) {
    main {
        border-radius: 3rem !important;
    }
}

@media (max-width: 1199px) {
    main .navbar-nav .nav-item a {
        font-size: 17px;
    }
}

/* end nav */

/* Start statistics indicators section */
.statistics-indicators {
    width: 100%;
    position: relative;
}

    .statistics-indicators .carousel {
        display: grid;
        grid-auto-flow: column;
        grid-auto-columns: calc(100% / 6);
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;
        scrollbar-width: none;
    }

        .statistics-indicators .carousel::-webkit-scrollbar {
            display: none;
        }

        .statistics-indicators .carousel .carousel-card {
            scroll-snap-align: start;
            display: flex;
            justify-content: center;
        }

.statistics-indicator {
    width: 185px;
    height: 185px;
    min-width: 185px;
    font-family: "Arimo", sans-serif;
    padding-top: 3px;
}

[dir="rtl"] .statistics-indicators .carousel .carousel-card-1 {
    order: 1
}

[dir="rtl"] .statistics-indicators .carousel .carousel-card-7 {
    order: -1
}

[dir="rtl"] .statistics-indicator {
    font-family: "Noto Kufi Arabic", sans-serif;
}

.statistics-indicators > i {
    top: 45%;
    height: 50px;
    width: 50px;
    cursor: pointer;
    font-size: 21px;
    position: absolute;
    text-align: center;
    line-height: 50px;
    transform: translateY(-50%);
    transition: transform 0.1s linear;
    color: #3884b8;
}

    .statistics-indicators > i:hover {
        color: #084c7a;
        transition: 0.2s;
    }

    .statistics-indicators > i:first-child {
        left: -14px;
    }

    .statistics-indicators > i:last-child {
        right: -14px;
    }

.statistic-Population {
    color: #f77e0b;
}

[dir="rtl"] .modal {
    direction: rtl;
}


.DATA-VISUALIZATION .info-body {
    justify-content: space-evenly;
    height: 100%;
}

.DATA-VISUALIZATION-indicators {
    height: 210px;
}

.DATA-VISUALIZATION .world-statistic-Population {
    color: #0094d9 !important;
}

.population-titles {
    font-size: 20px !important;
}

.info-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 1.5rem;
    background-color: #ffffff;
    padding: 8px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    height: 155px;
}

.statistics-indicators .carousel-card {
    cursor: grab;
    user-select: none;
}

[dir="rtl"] .info-box {
    direction: rtl;
}

.info-header {
    font-size: 16.5px;
    font-weight: bold;
    margin-bottom: 2px;
}

[dir="rtl"] .info-header {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 2px;
}

.info-subheader {
    font-size: 10.5px;
    margin-bottom: 5px;
    color: #999999;
    line-height: 14px;
    font-weight: bold;
    margin: 0;
}

[dir="rtl"] .info-subheader {
    font-size: 9px;
}

[dir="rtl"] .info-subheader-container {
    padding-left: 0;
    padding-right: 12px;
}

.info-data {
    font-size: 23.5px;
    font-weight: bold;
}

    .info-data span {
        font-size: 21px;
        font-weight: bold;
    }

.info-year {
    text-align: center;
    font-size: 23px;
}

main h2 {
    color: #3884b8;
    font-size: 18px;
    font-weight: bold;
}

.Telephone-indicator {
    color: #009cdc;
}

.Internet-indicator {
    color: #710bf7;
}

.Internet-icon {
    position: absolute;
    top: 35%;
    right: 14%;
}

.GDP-indicator {
    color: #268e02;
}

.Capita-indicator {
    color: #d69d00;
}

.Telephone-subheader {
    height: 72px;
}

.carousel-Row {
    max-height: 350px;
}

.main-indicatore-table table {
    margin: 0 !important;
}

    .main-indicatore-table table .dark-bg {
        background-color: #cbd7de36 !important;
    }

[dir="rtl"] .modal .modal-header .close {
    margin: -1rem -1rem -1rem 0 !important;
}

[dir="rtl"] .modal .modal-body i.fa-solid.fa-arrow-right {
    transform: rotate(180deg);
}

[dir="rtl"] ul#populationTab, [dir="rtl"] ul#unemploymentTab, [dir="rtl"] ul#myTab {
    padding-right: 0;
}

[dir="rtl"] div#populationTabContent, [dir="rtl"] div#unemploymentTabContent, [dir="rtl"] div#myTabContent {
    border-radius: .8rem 0 .8rem .8rem !important;
}

@media screen and (max-width: 1199px) {
    .statistics-indicators .carousel {
        grid-auto-columns: calc(100% / 5);
    }

    .DATA-VISUALIZATION .info-box svg {
        width: 155px;
    }

    .DATA-VISUALIZATION .palestine-flag svg {
        width: 145px;
    }
}

@media screen and (max-width: 991px) {
    .statistics-indicators .carousel {
        grid-auto-columns: calc(100% / 3);
        grid-template-rows: 183px 197px;
    }

    .DATA-VISUALIZATION .info-box svg {
        width: 100% !important;
    }
}

@media screen and (max-width: 767px) {
    .statistics-indicators .carousel {
        grid-auto-columns: calc(100% / 2);
    }
}

@media screen and (max-width: 498px) {
    .statistics-indicators .carousel {
        grid-auto-columns: 100%;
    }

    .statistics-indicators .carousel {
        grid-auto-columns: calc(100% / 2);
    }
}

@media(max-width:425px) {
    .DATA-VISUALIZATION {
        padding: 0 !important;
        margin-block: 5px !important;
    }

    .modal .tab-pane .d-flex.justify-content-between.pb-2 {
        flex-direction: column;
    }

    .modal .tab-pane .pb-0.py-1.px-2.text-capitalize.d-flex.h-100 {
        padding-inline: 0 !important;
    }
}

@media(max-width:345px) {
    .news .card-body {
        padding-inline: 9px !important;
    }
}


@media screen and (max-width: 397px) {
    .DATA-VISUALIZATION .info-box {
        flex-direction: column !important;
    }

        .DATA-VISUALIZATION .info-box svg {
            height: 160px;
        }

    .DATA-VISUALIZATION .carousel-indicators {
        top: 267px !important;
    }

    .DATA-VISUALIZATION .population-titles {
        margin-bottom: 5px !important;
    }

    .DATA-VISUALIZATION .info-icon {
        padding: 0 !important;
    }

    .statistics-indicators .carousel {
        grid-auto-columns: calc(100%);
    }

    .statistics-indicator {
        width: 215px;
        height: 185px;
    }

    .info-icon-right {
        text-align: center;
    }
}

@media screen and (max-width: 452px) {
    .MainTab {
        width: 100%;
        border-radius: unset !important;
        border: 2px solid rgba(0, 0, 0, 0.1);
    }

        .MainTab .nav-link {
            width: 100%;
            border-radius: unset !important;
        }
}

@media screen and (max-width: 353px) {
    .info-header {
        font-size: 17px !important;
    }

    .info-subheader {
        font-size: 11px !important;
    }

    .internet-icon {
        padding-top: 10px;
    }

    .modal .MainTab .nav-link {
        padding: 5px;
        font-size: 15px;
    }

    .modal .tab-content h6 {
        font-size: 13px !important;
    }
}

/* end statistics indicators section */

/* LATEST NEWS */
.latest-news-card {
    border-radius: 1.5rem;
    background-color: #ffffff;
    padding: 9px;
    color: #1b3d6b;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
    border: none;
}

.LATEST-NEWS .card, .press-release .card {
    cursor: pointer;
    margin-block: 10px;
}

.news-last-three > .latest-news-card {
    max-width: 12.5rem;
    min-width: 12.5rem;
}

    .news-last-three > .latest-news-card > img {
        min-height: 145px;
    }

.latest-news-card > .card-body {
    padding: 0.5rem;
}

    .latest-news-card > .card-body .card-text {
        -webkit-line-clamp: 3;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

.latest-news-card-image {
    border-radius: 1.5rem;
}

.population-carousel-inner {
    border-radius: 1.5rem;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
    transition: transform .2s;
}

    .population-carousel-inner:hover {
        transform: scale(1.03);
    }

.carouselCaptions {
    background-color: #3884b8 !important;
}

.population-carousel {
    height: 155px;
}

.carousel-indicators {
    top: 153px;
}

[dir="rtl"] .carousel-indicators {
    left: 35px !important;
}

.population-data-card {
    max-height: 100%;
    min-height: 357px;
}

[dir="rtl"] .EducationTextDiv {
    padding-left: 10px !important;
}

.news .head-news {
    height: 155px;
}

.latest-news-card-image {
    max-height: 177px;
    min-height: 177px;
}

.latest-news-card-bottom {
    background-color: #ffffff00 !important;
    padding: 9px;
    color: #1b3d6b;
    box-shadow: unset;
    border: none;
}

    .latest-news-card-bottom .inner-card {
        background-color: #ffffff !important;
        border-radius: 1rem;
        padding: 9px;
        color: #1b3d6b;
        box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
        border: none;
        height: fit-content;
    }

        .latest-news-card-bottom .inner-card .card-text {
            margin-bottom: .5rem;
        }

.news .category-link-p {
    background-color: #ddd;
}

.news-date {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    text-align: center;
}

    .news-date.news-date-style {
        background-color: aliceblue;
        border-radius: 1rem;
    }

    .news-date .day {
        font-size: 35px;
    }

    .news-date .month {
        font-size: 21px;
        background-color: #ddd;
        padding-inline: 10px;
        border-radius: .4rem;
    }

.latest-news-card-bottom .news-date .day {
    background-color: transparent;
    font-size: 25px;
}

.latest-news-card-bottom .news-date .month {
    background-color: #ddd;
    margin-inline: 12px;
    font-size: 18px;
}

.latest-news-card a {
    text-decoration: none;
}

[dir="rtl"] .news-date {
    margin-right: 0;
}

.date-column {
    background-color: aliceblue;
    border-radius: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.latest-news-card-bottom .card-title {
    font-size: 13px !important;
}

[dir="rtl"] .news-date .month {
    font-size: 15px;
}

[dir="rtl"] .head-news .news-date .month {
    font-size: 17px;
}

.latest-news-card-bottom .inner-card {
    height: 78px;
}

.category-link {
    font-size: 10px;
    text-decoration: none;
    color: #1b3d6b !important;
}

.LATEST-NEWS .news-header * {
    font-family: "Poppins", sans-serif !important;
    line-height: 2 !important;
    margin-inline: 0 !important;
}

[dir="rtl"] .LATEST-NEWS .news-header * {
    font-family: "Noto Kufi Arabic", sans-serif !important;
}

@media(max-width:1199px) {
    .population-carousel {
        height: 173px;
    }

    .news .head-news {
        height: 146px;
    }

    .news .card-text {
        font-size: 0.65rem !important;
    }

    .latest-news-card-bottom .inner-card {
        height: 84px;
    }

    .latest-news-card-image-last {
        border-radius: 1.5rem;
    }

    .latest-news-card-image {
        max-height: 100%;
    }

    .carousel-indicators {
        top: 171px;
    }
}

@media(max-width:991px) {
    .latest-news-card-bottom .inner-card {
        height: 100%;
    }

    .news .head-news {
        height: 100%;
    }
}

@media(max-width:531px) {
    .population-svg-div svg {
        width: 70px !important;
        height: 70px !important;
    }
}

@media(max-width:490px) {
    .news .card-title {
        font-size: 11px !important;
        padding-block: 0 !important;
    }

    .news .news-date .day {
        font-size: 20px;
    }

    .news .news-date .month {
        font-size: 13px !important;
    }

    .news .read-more-div {
        /*display: none !important;*/
        padding-top: .7rem;
    }

    .news .news-date .month {
        padding-inline: 4px;
    }

    .news .date-column {
        border-radius: .8rem;
    }

    .news .card-text {
        display: none;
    }

    .news .card-title {
        margin: 0;
    }

    .latest-news-card-bottom .card-body {
        padding-inline: 0 !important;
    }

    .EducationTextDiv .card-title {
        font-size: 14px !important;
    }

    .EducationTextDiv .card-paragraph-text {
        font-size: 0.65rem;
    }

    .news .card-text .display-none {
        display: none !important;
    }

    .head-news .read-more-div .card-text {
        padding-inline: 0;
    }
}

@media(max-width:425px) {
    .LATEST-NEWS {
        padding: 0 !important;
        margin-block: 5px !important;
    }

    .latest-news-card-bottom .read-more-btn span {
        display: none;
    }
}

/* Related NEWS */
.related-news h1 {
    font-size: 1rem;
}

.related-news p {
    font-size: .8rem;
}

.related-news-card {
    border-radius: 1.5rem;
    background-color: #ffffff;
    padding: 7px;
    color: #1b3d6b;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
    border: none;
    flex-direction: row;
    align-items: center;
}

.news-last-three > .related-news-card {
    min-width: 12.5rem;
}

.related-news-card > .card-body {
    padding: 0.5rem;
}

    .related-news-card > .card-body .card-text {
        -webkit-line-clamp: 3;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

.related-news-card-image {
    border-radius: 1.5rem;
    height: 100%;
}

.related-news-card-image-last {
    border-radius: 1rem;
}

.card {
    transition: transform .2s;
    /* Animation */
}

    .card:hover {
        transform: scale(1.05);
        /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
    }

.upcoming-news-card {
    border-radius: 1.5rem;
    background-color: #ffffff;
    padding: 10px;
    color: #1b3d6b;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
    border: none;
    width: 100%;
    cursor: default !important;
}

.upcoming-cards {
    flex-direction: column;
    max-width: fit-content;
    margin-block: 21px;
}

.upcoming-news-card-image {
    border-radius: 1.5rem;
    max-height: 5.7rem;
}

.show-all-btn {
    font-size: 11px;
    color: #cfa42e;
    font-weight: 600;
}

    .show-all-btn i {
        font-size: 13px;
        color: #cfa42e;
        text-decoration: none;
    }

.show-all-btn {
    font-size: 13px;
    color: #cfa42e;
}

    .show-all-btn:hover,
    .show-all-btn:hover i {
        color: #af8207;
        text-decoration: none;
    }

.icon-container {
    background: #b89945;
    border-radius: 1.5rem;
}

.upcoming-icon-div {
    border-radius: 1.5rem;
    background: #b89945 !important;
    min-height: 5.7rem;
}

/*  LATEST NEWS section */
.news .card {
    border-radius: 1.5rem !important;
    cursor: pointer !important;
}

.tags {
    background-color: #ddd;
    color: black;
}

.news .card-title {
    font-size: 14px;
    font-weight: bold;
    color: #1b3d6b;
}

.news .card-text {
    font-size: 0.75rem;
}

.news-last-three > .related-news-card > img {
    max-height: 70px;
    min-height: 70px;
    max-width: 70px;
}

.news .card-body {
    padding-inline: 4px;
    padding-block: 8px;
}

.news .col-md-4 {
    padding-left: 9px !important;
    padding-right: 9px !important;
}

.news .upcoming-cards img {
    border-radius: 1.5rem;
    width: 100%; /* Make image fully responsive */
    object-fit: cover; /* Ensure images cover the area well */
    height: 150px; /* Increased height for better visibility */
}

.last-news-three-cards {
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
    padding: 9px;
}

    .last-news-three-cards img {
        border-radius: 1.5rem;
        min-height: 145px !important;
    }

    .last-news-three-cards p {
        font-size: 0.75rem;
        padding-inline-start: 0.1rem;
        font-weight: bold;
    }

@media (min-width: 993px) and (max-width: 1198px) {

    .last-news-three-cards {
        max-width: 178px;
    }
}

@media (min-width: 1200px) {
    .last-news-three-cards {
        max-width: 13rem;
    }
}

@media (max-width: 991px) {
    .last-news-three-cards {
        max-width: 225px;
    }
}

@media (max-width: 767px) {
    .news img {
        width: 100%;
        max-width: 1000px;
        height: auto;
    }

    .last-news-three-cards {
        max-width: 100%;
    }

        .last-news-three-cards img {
            max-height: 200px !important;
            min-height: 200px !important;
        }

    .UpcomingTitle {
        padding-top: 20px;
    }
}
/* END LATEST NEWS */

/* START GAZA STATISTICS SECTION*/

.gaza-statistics .quick-actions-row .svg-container {
    position: relative;
    justify-content: center;
}

    .gaza-statistics .quick-actions-row .svg-container::after {
        content: "";
        position: absolute;
        background: repeating-linear-gradient(to bottom, #ccc, #ccc 2px, transparent 2px, transparent 4px);
        transition: opacity 0.3s ease;
    }

    .gaza-statistics .quick-actions-row .svg-container:not(:last-child)::after {
        top: 15%;
        bottom: 15%;
        right: 0;
        width: 2px;
    }

[dir="rtl"] .gaza-statistics .quick-actions-row .svg-container:not(:last-child)::after {
    right: auto;
    left: 0;
}

[dir="rtl"] .gaza-statistics .quick-actions-row .svg-container .d-flex.align-items-center {
    flex-direction: row-reverse;
}

.gaza-statistics .quick-actions-row .svg-container:hover::after {
    opacity: 0;
}

@media (max-width: 991px) {
    .gaza-statistics .quick-actions-row .svg-container::after {
        display: none;
    }
}

@media (max-width: 575px) {
    .gaza-statistics .quick-actions-row .svg-container::after {
        display: block;
        top: 0 !important;
        left: 15% !important;
        right: 15% !important;
        height: 2px;
        width: auto !important;
        background: repeating-linear-gradient(to right, #ccc, #ccc 2px, transparent 2px, transparent 4px);
    }

    .gaza-statistics .quick-actions-row .svg-container:first-child::after {
        display: none;
    }
}

/* END GAZA STATISTICS SECTION*/

/*  press release section */
.press-release .card {
    border-radius: 1.5rem !important;
}

.press-release-card {
    min-height: 376px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
    padding: 9px;
}

    .press-release-card img {
        border-radius: 1.5rem;
        min-height: 145px;
        max-height: 145px;
    }

.press-release .card-title {
    font-size: 14px;
    font-weight: bold;
    color: #1b3d6b;
}

.press-release .card-text {
    font-size: 12px;
}

.press-release-img {
    border-radius: 1.5rem;
}

.press-release .card-body {
    padding-inline: 4px;
    padding-block: 8px;
}

.press-release .col-md-4 {
    padding-left: 9px !important;
    padding-right: 9px !important;
}

.press-release .upcoming-cards img {
    border-radius: 1.5rem;
    width: 100%; /* Make image fully responsive */
    object-fit: cover; /* Ensure images cover the area well */
    height: 150px; /* Increased height for better visibility */
}

.release-time {
    font-size: 10px;
    color: #6c757d;
}

.card-bottom {
    display: flex;
    justify-content: space-between;
}

.read-more-btn {
    font-size: 11px;
    color: #cfa42e;
    text-decoration: none;
    font-weight: 600;
}

    .read-more-btn i {
        font-size: 12.5px;
        color: #cfa42e;
    }

    .read-more-btn:hover,
    .read-more-btn:hover i {
        color: #af8207;
        text-decoration: none;
    }

@media (min-width: 993px) and (max-width: 1198px) {

    .press-release-card {
        box-shadow: none;
    }
}

@media (min-width: 1200px) {
    .press-release-card {
        max-width: 13rem;
    }
}

@media (max-width: 991px) {
    .press-release-card {
        max-width: 14rem;
    }
}

@media (max-width: 767px) {
    .press-release-card {
        max-width: 100%;
    }
}

/*end  press release section */


/* quick actions */
#quick-actions {
    transition: position 1s ease-in-out, background-color 0.5s ease-in-out;
}

.quick-actions {
    width: 100%;
    transition: background-color 0.5s ease-in-out;
}

.quick-actions-cell {
    max-height: 7rem;
    min-height: 7rem;
    padding-top: 1rem;
}

.quick-actions-item-hover {
    border-radius: 1rem;
    transition: .3s;
    transition-timing-function: ease;
}

.svg-text {
    font-size: 13px;
    color: #b89945;
    font-weight: bold;
    transition-duration: 1s;
    transition-timing-function: linear;
}

.quick-actions .svg-container {
    cursor: pointer;
}

.svg-text-hover:hover {
    height: calc(90px);
}

.quick-actions a {
    text-decoration: none;
}

@media (max-width: 991px) {
    .quick-actions .presentation-svg {
        margin: auto;
    }

    .quick-actions .svg-container {
        padding: 15px;
    }

    .quick-actions-row {
        gap: 0px !important;
    }
}

@media (max-width: 767px) {
    .press-release-card img {
        max-height: 235px;
    }
}

.svg-container.text-center.col-md-4.col-lg.col-sm-6:hover {
    background-color: #f3f0f0;
    transform: translateY(-5px);
}

.col-md-6.col-lg-6.col-xl-6.col-sm-12.p-0.p-sm-0.p-md-2.d-flex.justify-content-center.quick-actions-item-hover:hover,
.col-md-4.col-lg-4.col-xl-4.col-sm-12.px-1.quick-actions-item-hover:hover,
.col-md-3.col-lg-3.col-xl-3.col-sm-12.px-1.quick-actions-item-hover:hover,
.col-md-4.col-lg-6.col-xl-5.col-sm-12.px-1.quick-actions-item-hover:hover {
    background-color: #f3f0f0;
    transform: translateY(-5px);
}

.blur-effect-black {
    background: rgba( 0, 0, 0, 0.25 );
    box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
    backdrop-filter: blur( 4px );
    -webkit-backdrop-filter: blur( 4px );
}

.border-radius-3 {
    border-radius: 3rem;
}

.border-radius-2 {
    border-radius: 2rem;
}

.border-radius-1 {
    border-radius: 1rem;
}

.border-radius-1-bt {
    border-radius: 1rem 1rem 0 0;
}

.border-radius-2-lt {
    border-radius: 0rem 0rem 0 2rem;
}

[dir="rtl"] .border-radius-2-lt {
    border-radius: 0rem 0rem 2rem 0rem;
}

.box-shadow-1 {
    box-shadow: 0 0px 4px rgba(0, 0, 0, 0.1)
}

.text-color-1 {
    color: #b89945;
}

@media (min-width: 576px) {
    .max-width-8 {
        max-width: 820px;
    }
}

.quick-actions .quick-actions-active {
    background-color: #f5f6fa;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
    border-bottom: none;
    border: 1px solid #8080803b;
}

.background-color-1 {
    background-color: #0968a8 !important;
}

.background-color-2 {
    background-color: #e9e9e9 !important;
}

.content-indicator-bottom {
    border-bottom: 3px solid #b89946;
}

.content-indicator-circle::after {
    content: '+';
    font-weight: 900;
    color: #6c757d;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 10px;
    right: 15px;
    transition: transform 0.3s ease, top 0.3s ease, color 0.3s ease;
}

.quick-actions-active .content-indicator-circle::after {
    content: '-';
    font-weight: 900;
    color: #495057;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 22px;
    right: 15px;
    transform: rotate(180deg);
    transition: transform 0.3s ease, top 0.3s ease, color 0.3s ease;
}

.indicator-leaf::before {
    content: '+';
    font-weight: 400;
    color: #495057;
    width: 12px;
    height: 12px;
    transform: rotate(180deg);
    transition: transform 0.3s ease, top 0.3s ease, color 0.3s ease;
    padding-inline-end: .15rem;
}

.indicator-leaf:focus::before {
    content: '-';
    font-weight: 400;
    color: #495057;
    width: 12px;
    height: 12px;
    transform: rotate(180deg);
    transition: transform 0.3s ease, top 0.3s ease, color 0.3s ease;
    padding-inline-end: .3rem;
}

/* END quick actions */
/* quick actions pop-up*/
.quick-actions-pop-up, quick-actions-pop-up-2, quick-actions-pop-up-3 {
    padding: 0;
    border-radius: 0 2rem 2rem 2rem;
    transition: box-shadow 0.3s ease, border 0.3s ease;
    opacity: 0;
    transition: opacity 0.3s ease, max-height 0.3s ease;
}

[dir="rtl"] .quick-actions-pop-up, quick-actions-pop-up-2, quick-actions-pop-up-3 {
    padding: 0;
    border-radius: 2rem 0 2rem 2rem;
}

.posi {
    position: absolute;
}

.slide-up {
    height: 0 !important;
    order: 2;
}

.slide-down {
    order: 1 !important;
}

.slide-up, .slide-down {
    overflow: hidden;
}

    .slide-up > div, .slide-down > div {
        row-gap: 2rem;
        margin-top: -176%;
        transition: margin-top 0.4s ease-in-out;
    }

.quick-actions-pop-up .slide-up, .slide-down {
    background-color: #f5f6fa;
    transition-delay: 0.3s;
}

.slider-reverse {
    flex-direction: column-reverse;
}

.slider-reverse-1 {
    flex-direction: column;
}

.slide-down > div {
    margin-top: 0;
    padding: .5rem !important;
}

.content {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    background-color: #f1f1f1;
}

.quick-actions-pop-up-margin {
    margin-left: 133.3px !important;
}

.quick-actions-pop-up-2-margin {
    margin-left: 0 !important;
}

.quick-actions-pop-up-3-margin {
    margin-left: 399.6px !important;
}

.quick-actions-pop-up-4-margin {
    margin-left: 532.9px !important;
}

[dir="rtl"] .quick-actions-pop-up-margin {
    margin-left: unset !important;
    margin-right: 14.3% !important;
}

[dir="rtl"] .quick-actions-pop-up-2-margin {
    margin-left: unset !important;
    margin-right: 0 !important;
}


[dir="rtl"] .quick-actions-pop-up-3-margin {
    margin-left: unset !important;
    margin-right: 43% !important;
}

[dir="rtl"] .quick-actions-pop-up-4-margin {
    margin-left: unset !important;
    margin-right: 57.25% !important;
}

[dir="rtl"] .quick-actions-pop-up.slide-down {
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
    border: 1px solid #8b878729;
    border-top: none;
    opacity: 1;
}

.quick-actions-pop-up.slide-down:first-child {
    border-top: 0px solid #8b878729;
    border-bottom: 1px solid #8b878729;
    border-left: 1px solid #8b878729;
    border-right: 1px solid #8b878729;
}

.quick-actions-pop-up.slide-down {
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
    border-top: none;
    opacity: 1;
}

@media (max-width: 991px) {
    .quick-actions-pop-up, quick-actions-pop-up-2, quick-actions-pop-up-3, quick-actions-pop-up-4 {
        border-radius: 2rem 2rem 2rem 2rem;
    }

    .quick-actions-pop-up-margin {
        margin: auto !important;
    }

    .quick-actions-pop-up-2-margin {
        margin: auto !important;
    }

    .quick-actions-pop-up-3-margin {
        margin: auto !important;
    }

    .quick-actions-pop-up-4-margin {
        margin: auto !important;
    }

    [dir="rtl"] .quick-actions-pop-up-margin {
        margin: auto !important;
    }

    [dir="rtl"] .quick-actions-pop-up-2-margin {
        margin: auto !important;
    }

    [dir="rtl"] .quick-actions-pop-up-3-margin {
        margin: auto !important;
    }

    [dir="rtl"] .quick-actions-pop-up-4-margin {
        margin: auto !important;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .quick-actions-pop-up div {
        flex-direction: row !important;
    }
}

/* END quick actions pop-up*/
.pcbs-link {
    color: var(--link-color);
}

.card {
    transition: transform .2s; /* Animation */
}

    .card:hover {
        transform: scale(1.02); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
    }



.card-paragraph-text {
    font-size: 0.7rem;
    font-weight: 500;
    color: #999999;
}

.visualize-population {
    width: 100%;
}
/* END LATEST NEWS */

/* fixed icons in arabic page only*/
.announcements {
    position: fixed;
    right: 0;
    top: 40%;
    transform: translateY(-50%);
    z-index: 1000;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
    border: 1px solid #8b878759;
    background-color: #f5f6fa;
    display: flex;
    transition: right 0.3s ease;
    flex-direction: column;
}

    .announcements.open {
        right: auto;
    }

    .announcements .icon-wrapper {
        position: relative;
        text-align: center;
        cursor: pointer;
    }

    .announcements .icon {
        display: flex;
        flex-direction: column;
        font-size: 20px;
        color: #cfa42e;
        text-decoration: none;
        padding: 5px;
    }

        .announcements .icon:hover {
            color: #0968a8;
        }

        .announcements .icon span {
            font-size: 13px;
        }

    .announcements .slider-container {
        position: absolute;
        left: 100%;
        top: 0;
        white-space: nowrap;
        background-color: #f5f6fa;
        box-shadow: 4px 0 4px rgba(0, 0, 0, 0.1);
        padding: 10px;
        font-size: 14px;
        visibility: hidden;
        opacity: 0;
        transform: translateX(20px);
        transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
        height: 100%;
        border-left: none;
        width: 200px;
    }

    .announcements.open .slider-container {
        visibility: visible;
        opacity: 1;
        transform: translateX(0);
    }

    .announcements .slider-item {
        padding: 5px;
    }

        .announcements .slider-item a {
            color: #1b3d6b;
        }

.border-right-1 {
    border-right: 1px solid #cfa42e70;
}

@media (max-width: 600px) {
    .announcements {
        top: 65%;
    }

        .announcements .icon {
            font-size: 15px;
        }

            .announcements .icon span {
                font-size: 10px;
            }

        .announcements .slider-container {
            font-size: 12px;
            padding: 8px;
        }
}

/* fixed icons in arabic page only*/

/*end main */

/*start footer */
.footer .nav-link {
    padding: 0;
}

.footer {
    background-color: #0968a8;
}

    .footer h4 {
        font-size: 16px;
        color: #b89946;
    }

        .footer h4 span {
            padding-right: 6px;
        }

    .footer .Links a {
        font-size: 12px;
    }

[dir="rtl"] .footer h4 span {
    padding-left: 6px;
}

.footer a {
    color: #ffffff;
}

.footer li {
    font-size: 12px;
    line-height: 25px;
}

.letters {
    margin: 4px;
    font-size: 14px;
}

.footer .LAW h5,
.footer .LAW a {
    color: #b89946;
    font-size: 16px;
}

.footer .LAW p {
    color: #ffffff;
    font-size: 11px;
}

[dir="rtl"] .hide-by-rtl {
    display: none;
}


.NEWSLETTER span {
    font-size: 10px;
    color: #ffffff;
}

.footer .social-icons-container ul {
    padding: 0;
}

.NEWSLETTER .email-us {
    margin-bottom: auto;
    height: 25.03px;
    background-color: white;
    border-radius: 1.5rem;
    display: flex;
    align-items: center;
    padding-left: 10px;
    width: 214px;
}

[dir="rtl"] .NEWSLETTER .email-us {
    padding-right: 10px;
}

.NEWSLETTER .email-us-input {
    color: black;
    border: 0;
    outline: 0;
    background: none;
    width: 150px;
    caret-color: transparent;
    font-size: 10px;
}

.NEWSLETTER .email-us .email-us-input {
    caret-color: black;
}

.NEWSLETTER .email-us .email-us-text {
    background: #b89946;
    color: white;
    padding: 2px 10px;
    border-radius: 1.5rem;
    margin-left: 13px;
    font-size: 9px;
}

[dir="rtl"] .NEWSLETTER .email-us .email-us-text {
    margin-right: 16px;
    margin-left: 0;
}

.NEWSLETTER .email-us i {
    font-size: 13px;
}

.bottom-footer {
    background: #0a5f98;
}

    .bottom-footer .Copyright-text {
        color: #b89946;
        font-size: 12px;
    }

.footer .row {
    display: flex;
    justify-content: center;
}

@media (max-width: 767px) {

    .footer .social-icons-container ul {
        justify-content: start;
    }

    .footer .social-icons-container {
        display: flex;
        justify-content: start;
    }
}

/*end footer */


.wrapper {
    display: block;
}

/***** Sidebar *****/

.sidebar {
    width: 250px;
    height: 100vh;
    position: fixed;
    top: 0;
    left: -255px;
    z-index: 999;
    background: #0880b9;
    color: #fff;
    transition: all .3s;
    box-shadow: 3px 3px 3px rgba(51, 51, 51, 0.5);
    text-align: left;
}

    .sidebar a {
        text-decoration: none;
    }

[dir="rtl"] .sidebar li {
    text-align: right;
}

    [dir="rtl"] .sidebar li i {
        padding-left: 2px;
    }

.sidebar-sublink {
    padding-left: 56px !important;
}

[dir="rtl"] .sidebar-sublink {
    padding-right: 56px !important;
}

.list-unstyled {
    padding: 0;
}

.sidebar .list-unstyled .dropdown-item {
    padding-left: 49px;
}

[dir="rtl"] .sidebar .list-unstyled .dropdown-item {
    padding-right: 49px;
    padding-left: 0;
}

.sidebar.active {
    left: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    overflow: auto;
}

.main-hide {
    display: none;
}

.footer-hide {
    display: none;
}
/***** Content *****/

.content {
    width: 100%;
    transition: all 0.3s;
}

/***** Dark overlay *****/

.overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(51, 51, 51, 0.7);
    z-index: 998;
    opacity: 0;
    transition: all .5s ease-in-out;
}

    .overlay.active {
        display: block;
        opacity: 1;
    }


.open-menu {
    background: #cfa42e;
    z-index: 997;
    box-shadow: 3px 3px 3px rgba(51, 51, 51, 0.2);
    display: none;
}

@media (max-width: 991px) {
    .open-menu {
        display: inherit;
    }
}

.open-menu.btn-customized,
.open-menu.btn-customized:hover,
.open-menu.btn-customized:active,
.open-menu.btn-customized:focus,
.open-menu.btn-customized:active:focus,
.open-menu.btn-customized.active:focus,
.open-menu.btn-customized.btn.btn-primary:not(:disabled):not(.disabled):active,
.open-menu.btn-customized.btn.btn-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: 3px 3px 3px rgba(51, 51, 51, 0.2);
}

/* Style for all buttons with the class btn-customized ***not used***/

/* a.btn-customized {
    margin-left: 5px;
    margin-right: 5px;
    padding: .75rem 1.5rem;
    background: #cfa42e;
    border: 0;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    box-shadow: none;
}
 
a.btn-customized:hover, 
a.btn-customized:active, 
a.btn-customized:focus, 
a.btn-customized:active:focus, 
a.btn-customized.active:focus,
a.btn-customized.btn.btn-primary:not(:disabled):not(.disabled):active,
a.btn-customized.btn.btn-primary:not(:disabled):not(.disabled):active:focus {
    outline: 0;
    background: #cd533d; 
    background: rgba(243, 91, 63, 0.7);
    border: 0;
    color: #fff;
    box-shadow: none;
} */

.dismiss {
    width: 35px;
    height: 35px;
    position: absolute;
    top: 10px;
    right: 10px;
    transition: all .3s;
    background: #1f96db;
    border-radius: 4px;
    text-align: center;
    line-height: 35px;
    cursor: pointer;
}

    .dismiss:hover,
    .dismiss:focus {
        background: #1f96db;
        color: #fff;
    }

.sidebar .logo {
    padding: 40px 20px;
    border-bottom: 1px solid #1f96db;
    transition: all .3s;
}

    .sidebar .logo a {
        display: inline-block;
        width: 172px;
        height: 3rem;
        background: url("../img/logowhite129.png") left top no-repeat;
        border: 0;
        text-indent: -999999px;
    }

.sidebar ul.menu-elements {
    padding: 10px 0;
    border-bottom: 1px solid #1f96db;
    transition: all .3s;
}

.sidebar ul li a {
    display: block;
    padding: 10px 20px;
    border: 0;
    color: #fff;
}

    .sidebar ul li a:hover,
    .sidebar ul li a:focus,
    .sidebar ul li.active > a:hover,
    .sidebar ul li.active > a:focus {
        outline: 0;
        background: #1f96db;
        color: #fff;
    }

    .sidebar ul li a i {
        margin-right: 5px;
    }

.sidebar ul li.active > a a[aria-expanded="true"] {
    background: #1f96db;
    color: #fff;
}

.sidebar ul ul a {
    background: #1f96db;
    padding-left: 30px;
    font-size: 14px;
}

.sidebar ul ul li.active > a {
    background: #1f96db;
}

.sidebar a[data-toggle="collapse"] {
    position: relative;
}

.sidebar .dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

[dir="rtl"] .sidebar .dropdown-toggle::after {
    left: 20px;
    right: unset;
}

/* News Page Section */
.news-page-card {
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
    padding: 9px;
    border: 0 !important;
}

    .news-page-card img {
        border-radius: 1.5rem;
        min-height: 145px !important
    }

    .news-page-card .card-bottom {
        align-items: center;
        flex-wrap: wrap;
        gap: .5rem;
    }

.news-page-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .35rem;
}

.news-page-pill {
    display: inline-flex;
    align-items: center;
    gap: .3rem;
    padding: .28rem .7rem;
    border-radius: 999px;
    font-size: 10px;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
}

.news-page-pill-date {
    background-color: #b8994685;
}

.news-page-pill-date .news-page-pill-text {
    color: #000 !important;
}

.news-page-pill-category {
    background-color: #ddd;
}

.news-page-pill .news-page-pill-text {
    font-size: 10px;
    line-height: 1;
}

.news-page-pill i {
    font-size: 10px;
    line-height: 1;
}

[dir="rtl"] .news-page-pill {
    direction: rtl;
}

.news-main-title {
    font-size: 1.05rem;
    color: #1b3d6b;
}

.news .aboutus-content-card img {
    max-width: 100%;
    height: auto;
}

.news .aboutus-content-card table {
    overflow-x: auto;
    margin-inline: auto !important;
    -webkit-overflow-scrolling: touch;
}

.news .aboutus-content-card p {
    text-indent: unset !important;
}

.news .aboutus-content-card table thead,
.news .aboutus-content-card table tbody,
.news .aboutus-content-card table tr,
.news .aboutus-content-card table th,
.news .aboutus-content-card table td {
    width: unset !important;
    font-size: .95rem !important;
    padding: 7px;
}

/* --- Modal sizing & layout --- */
#imageZoomModal.modal {
    overflow-y: hidden;
    padding: 0 !important;
}

#imageZoomModal .modal-dialog {
    margin: 0;
    width: 100%;
    max-width: none;
    height: 100vh;
}

#imageZoomModal .modal-content,
#imageZoomModal .imgz-body,
#zoomViewport {
    height: 100vh;
}

/* Backdrop tint ONLY for this modal (avoid affecting other Bootstrap modals) */
#imageZoomModal.show ~ .modal-backdrop.show {
    background: rgba(0,0,0,.5);
}

/* Keep the close button over content and not in flow */
#imageZoomModal .imgz-body {
    position: relative;
    overflow: hidden;
}

#imageZoomModal .imgb-close {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 4;
}

/* --- Viewer look (unchanged) --- */
.imgz-viewport {
    position: relative;
    width: 100%;
    height: 100%;
    background: #0000009c;
}

.imgz-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    max-width: none;
    max-height: none;
    user-select: none;
    -webkit-user-drag: none;
    cursor: zoom-in;
    opacity: 0;
    transition: opacity .18s ease;
}

#zoomViewport.grabbing {
    cursor: grabbing;
}

/* Arrows */
.imgz-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
}

.imgz-prev {
    left: 8px;
}

.imgz-next {
    right: 8px;
}

.imgz-btn {
    border: 0;
    background: rgba(255,255,255,.9);
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 50%;
    font-weight: 700;
    font-size: 20px;
    outline: unset !important;
}

@media (hover:hover) {
    .imgz-btn:hover {
        background: #fff;
    }
}

@media (max-width: 576px) {
    .imgz-btn {
        background: transparent;
        color: #fff;
        text-shadow: 0 1px 2px rgba(0,0,0,.6);
    }
}

/* Meta bar (hidden by JS on News; date-only on Tab 5) */
.imgz-meta {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    background: rgba(0,0,0,.55);
    color: #fff;
    padding: .5rem .75rem;
    font-size: .9rem;
    display: flex;
    justify-content: center;
    gap: .75rem;
    flex-wrap: wrap;
    text-align: center;
    pointer-events: none; /* lets clicks/taps fall through to close on empty areas */
}

.imgz-title {
    font-weight: 600;
}

.imgz-date {
    opacity: .9;
}

/* RTE news images centered & clickable */
.LATEST-NEWS .news-header .rte img {
    display: block !important;
    margin: 0 auto !important;
    max-width: 100%;
    height: auto;
    float: none !important;
    cursor: zoom-in;
}


@media (min-width: 1200px) {
    .news-main-title {
        font-size: 1.3rem;
    }

    .news-page-card img {
        max-height: 130px !important;
        min-height: 130px !important;
    }
}


@media (max-width:1199px) {
    .news-page-card img {
        max-height: 130px !important;
        min-height: 130px !important;
    }
}

@media (max-width:767px) {
    .news-page-card {
        max-width: 100%;
    }

        .news-page-card img {
            max-height: 250px !important;
            min-height: 250px !important;
        }

    .news .aboutus-content-card table {
        width: 100% !important;
        display: block;
        margin-inline: 0 !important;
    }
}

@media (max-width:383px) {
    .news-main-title {
        font-size: 0.9rem;
    }

    .news-page-card img {
        max-height: 172px !important;
        min-height: 172px !important;
    }
}
/* News Page End*/

/* global map */
#worldmap {
    margin: 0 auto;
}

    #worldmap svg {
        background: #0968a8;
        border-radius: 200px;
        box-shadow: 0 0 10px rgba(0,0,0,0.4);
    }

.land {
    fill: rgb(166 223 16 / 94%);
    filter: drop-shadow(3px 5px 2px rgb(0 0 0 / 0.4));
}

/* global map end*/

/* Contacts page */
@media (max-width: 768px) {
    .contact-us-page .branch-office {
        border-right: none !important;
        border-left: none !important;
    }
}
/* Contacts page end */

/* Press Release page */
.shared-content h2 {
    color: #cfa42e
}

.shared-content td {
    font-size: .8rem;
}

[dir="rtl"] .shared-content .filter-bar label {
    font-size: 14px !important;
}

.shared-content .filter-bar {
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 20px;
    padding: 15px;
    background-color: #fff;
    border-radius: 1.5rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

    .shared-content .filter-bar input,
    .shared-content .filter-bar button {
        padding: 8px 12px;
        font-size: 14px;
        -webkit-text-size-adjust: 100%;
        border: 1px solid #ccc;
        border-radius: 1.4rem;
        transition: all 0.3s ease;
    }

[dir="rtl"] .shared-content .filter-bar input,
[dir="rtl"] .shared-content .filter-bar button {
    padding: 8px 12px;
    font-size: 11px;
    border: 1px solid #ccc;
    border-radius: 1.4rem;
    transition: all 0.3s ease;
}

.shared-content .filter-bar button {
    background-color: #b89946;
    color: white;
    border: none;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

    .shared-content .filter-bar button:hover {
        background-color: #0056b3;
        box-shadow: 0 4px 8px rgba(0,0,0,0.3);
    }

.shared-content .filter-sidebar {
    display: none;
}

.category-sidebar {
    padding: 15px;
    background-color: #fff;
    border-radius: 1.5rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

    .category-sidebar .card {
        border: none;
        background-color: transparent;
        margin-bottom: 1px;
    }

    .category-sidebar .card-header {
        background-color: transparent;
        padding: 5px 10px;
        cursor: pointer;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .category-sidebar .btn-link {
        font-size: .85rem;
        color: #000000;
        text-decoration: none;
        flex-grow: 1;
    }

.shared-content .filter-bar label,
.shared-content .filter-bar input,
.shared-content .filter-bar button {
    margin-bottom: 10px;
    font-size: 14px;
}

[dir="rtl"] .category-sidebar .btn-link {
    font-size: 14px;
}

.category-sidebar .btn-link:hover,
.category-sidebar .card-body ul li a:hover {
    text-decoration: none;
    color: #0056b3;
}

.category-sidebar .card-body {
    padding: 1rem !important;
}

    .category-sidebar .card-body ul {
        padding-left: 25px;
    }

        .category-sidebar .card-body ul li {
            list-style-type: disc;
            margin-bottom: 5px;
            font-size: smaller;
        }

            .category-sidebar .card-body ul li a {
                font-size: .8rem;
                color: #343a40;
                text-decoration: none;
            }

.content-table {
    padding: 15px !important;
    background-color: #fff;
    border-radius: 1.5rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.shared-content .content-table th, .shared-content .content-table label {
    font-size: .85rem
}

[dir="rtl"] .shared-content .content-table th, .shared-content .content-table label {
    font-size: .8rem
}

.shared-content .content-table {
    padding-left: 0;
    padding-right: 0;
}

.shared-content .dt-info {
    white-space: normal !important;
    word-wrap: break-word;
}

.shared-content .card-header .fa-solid {
    font-size: 10px;
}

.shared-content .dt-search .form-control {
    width: 188px !important;
}

.shared-content .card:hover {
    transform: none;
}

.shared-content .filter-bar .reset-button {
    background-color: #b89946ba;
    color: white;
    border: none;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
}

.shared-content .filter-bar .filter-divider {
    border-top: 1px solid #ddd;
    margin: 15px 0;
}

.shared-content .filter-bar .reset-button:hover {
    background-color: #218838;
    box-shadow: 0 4px 8px rgba(0,0,0,0.3);
}

.shared-content .content-table {
    font-size: 15px;
    padding-inline: 0 !important;
}

#example_wrapper .row.justify-content-between {
    padding-inline: 15px;
    padding-block: 4px;
}

.shared-content .dt-search {
    display: flex;
    align-items: center;
    justify-content: start;
}


[dir="rtl"] .shared-content .table td {
    font-size: 13px;
}

[dir="rtl"] .shared-content .dt-column-order {
    left: 12px;
    right: unset !important;
}

[dir="rtl"] .shared-content .table.dataTable thead th,
[dir="rtl"] .shared-content .table.dataTable thead td,
[dir="rtl"] .shared-content .table.dataTable tfoot th,
[dir="rtl"] .shared-content .table.dataTable tfoot td {
    text-align: unset;
}

[dir="rtl"] .shared-content .table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before,
[dir="rtl"] .shared-content .table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control:before {
    margin-right: 0.5em;
    display: inline-block;
    box-sizing: border-box;
    content: "";
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 0px solid transparent;
    border-right: 10px solid rgba(0, 0, 0, 0.5);
}

[dir="rtl"] .shared-content .dt-container .row {
    flex-direction: row-reverse;
}

[dir="rtl"] .shared-content .categorys .fa-solid {
    transform: rotateY(180deg);
}

.shared-content .page-item.active .page-link, .search-results .page-item.active .page-link {
    background-color: #1485d1;
}

.shared-content .page-link, .search-results .page-link {
    color: #0968a8;
}

table.dataTable.table.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #ffc62a21 !important;
}

.shared-content .advanced-search-button {
    padding: 7px 6px !important;
    font-size: 11px !important;
}

.shared-content .CodeNoDiv {
    justify-content: space-between;
    width: 75%;
}

[dir="rtl"] .shared-content .CodeNoDiv {
    justify-content: space-between;
    width: 84%;
}

@media (max-width: 1199px) {
    .shared-content .CodeNoDiv {
        width: 81%;
    }

    [dir="rtl"] .shared-content .CodeNoDiv {
        justify-content: space-between;
        width: 82%;
    }

    .shared-content .filter-bar label,
    .shared-content .filter-bar button {
        font-size: 12px !important;
    }

    .shared-content .filter-bar input,
    .shared-content .filter-bar button {
        padding: 5px 6px;
    }

    [dir="rtl"] .shared-content .filter-bar label {
        font-size: 11px !important;
    }

    [dir="rtl"] .shared-content .filter-bar input {
        padding: 8px 8px;
        font-size: 9px;
    }
}

@media (min-width: 768px) and (max-width: 990px) {
    .category-sidebar .card-header {
        padding: .5px 0px !important;
    }

    .category-sidebar .btn-link {
        font-size: .75rem;
    }

    .category-sidebar .card-body {
        padding: 7px !important;
    }
}

@media (max-width: 991px) {
    .shared-content .filter-bar {
        flex-direction: column;
        align-items: stretch;
    }

        .shared-content .filter-bar label,
        .shared-content .filter-bar button,
        .shared-content .filter-bar input {
            font-size: 12px !important;
            width: 100%;
            padding: 5px 6px;
        }

        .shared-content .filter-bar > div,
        .shared-content .CodeNoDiv {
            width: 100% !important;
            flex-direction: column;
        }

            .shared-content .filter-bar > div > label {
                margin-bottom: 5px;
            }

            .shared-content .filter-bar > div > input {
                margin-bottom: 10px;
            }

        .shared-content .filter-bar button {
            margin-top: 10px;
        }

    .shared-content .filter-container {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .shared-content .content-table {
        margin-left: 0;
    }

    .category-button, .shared-content .filter-button {
        width: 100%;
        display: block;
        margin-bottom: 20px;
        background-color: #b89946;
        color: white;
        border: none;
        padding: 8px 12px;
        font-size: 14px;
        border-radius: 8px;
        cursor: pointer;
        box-shadow: 0 2px 4px rgba(0,0,0,0.2);
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .category-button:hover, .shared-content .filter-button:hover {
            background-color: #0056b3 !important;
            color: #fff !important;
            box-shadow: 0 4px 8px rgba(0,0,0,0.3);
        }

    .category-sidebar h2 {
        display: none;
    }

    .shared-content .col-md-auto.ml-auto, .shared-content .col-md-auto.mr-auto {
        width: fit-content !important;
        margin-inline: auto;
    }
}

#categorySidebar {
    overflow-y: hidden;
    top: 20px;
}

.scrollbar-type-1 {
    max-height: 75vh;
    overflow-y: scroll;
}

.scrollbar-type-2 {
    overflow-x: auto;
}

.scrollbar-y-type-1 {
    overflow-y: scroll;
}

.scrollbar-type-2::-webkit-scrollbar {
    height: 10px;
    border-radius: 1rem;
}

.scrollbar-type-1::-webkit-scrollbar, .scrollbar-y-type-1::-webkit-scrollbar {
    width: 8px;
    border-radius: 1rem;
}

.scrollbar-type-1::-webkit-scrollbar-track, .scrollbar-type-2::-webkit-scrollbar-track {
    border-radius: 1rem;
    background-color: white;
    margin-top: 3rem;
}

.scrollbar-type-1::-webkit-scrollbar-thumb, .scrollbar-type-2::-webkit-scrollbar-thumb, .scrollbar-y-type-1::-webkit-scrollbar-thumb {
    background-color: #d7d7d7;
    border: 1px solid #F5F7EE;
    width: 2px;
    border-radius: 1rem;
}


@media (min-width: 768px) {
    .category-button, .shared-content .filter-button {
        display: none;
    }
}

@media (min-width: 768px) {
    #categorySidebar, #filterBar {
        display: block !important;
    }
}

@media (min-width: 1199px) {
    .Statistics-Main .accordion {
        width: 100% !important;
    }

    .Statistics-Main .statistics-more-details {
        width: 100% !important;
    }
}

@media (min-width: 1299px) {
    .Statistics-Main .accordion {
        width: 110% !important;
    }

    .Statistics-Main .statistics-more-details {
        width: 110% !important;
    }
}

@media (min-width: 1370px) {
    .Statistics-Main .accordion {
        width: 115% !important;
    }

    .Statistics-Main .statistics-more-details {
        width: 115% !important;
    }
}

@media (min-width: 1499px) {
    .Statistics-Main .accordion {
        width: 120% !important;
    }

    .Statistics-Main .statistics-more-details {
        width: 120% !important;
    }
}

@media (min-width: 1600px) {
    .Statistics-Main .accordion {
        width: 130% !important;
    }

    .Statistics-Main .statistics-more-details {
        width: 130% !important;
    }
}

@-moz-document url-prefix() {
    .shared-content .filter-bar label {
        font-size: 13px !important;
    }

    .shared-content .filter-bar input {
        font-size: 11px !important;
    }
}

/* Press Release page end */

/* search results */
.search-results .search-result-item {
    padding: 0.6rem 0.6rem;
    cursor: pointer;
    margin-block: 10px;
    border-radius: 1.5rem;
}

.search-results .search-result-image {
    max-width: 145px;
    min-width: 145px;
    max-height: 100px;
    min-height: 100px;
    border-radius: 1.5rem;
}

.search-results .search-result-title {
    font-size: 17px;
}

.search-results .search-result-description {
    font-size: 12px;
}

.search-results .list-group-item img {
    margin-right: 12px;
}

[dir="rtl"] .search-results .list-group-item img {
    margin-right: 0;
    margin-left: 12px;
}

.no-results {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 76vh;
    text-align: center;
}

    .no-results h5 {
        margin: 0;
    }

.search-results form a {
    color: #000 !important;
}

    .search-results form a:hover {
        text-decoration: none;
    }

@media (max-width: 768px) {
    .search-results .search-result-title {
        font-size: 14px;
    }

    .search-results .search-result-description {
        font-size: 10px;
    }
}

@media (max-width: 425px) {
    .search-results .search-result-image {
        max-width: 100%;
        min-width: 100%;
        max-height: 159PX;
        min-height: 100%;
    }

    .media {
        all: unset;
        display: block;
    }

    .search-results .search-result-title {
        font-size: 12px;
        padding-block: 10px;
    }
}
/* search results end */

/* About US page*/
.aboutus-content-card {
    transform: none;
}

    .aboutus-content-card:hover {
        transform: none !important;
    }

.dropdown-item.active {
    background-color: #0089e59e
}

.aboutus-content-card .card {
    transition: none !important;
}

    .aboutus-content-card .card:hover {
        transform: none !important;
    }

.aboutus-content-card .accordion .card {
    border-radius: 1.5rem;
    margin-block: 10px;
}

.people-directory-list {
    display: flex;
    flex-direction: column;
    row-gap: 0.85rem;
}

.person-list-card {
    border: 1px solid #e4e4e4;
    border-radius: 1.1rem;
    background-color: #fff;
    display: flex;
    align-items: center;
    column-gap: 0.9rem;
    padding: 0.9rem 1rem;
}

.person-list-card-featured {
    border: 2px solid #e7d3a0;
    background: linear-gradient(180deg, #fffdf7 0%, #ffffff 100%);
    padding: 1.2rem 1.25rem;
    column-gap: 1.1rem;
}

.person-list-photo {
    width: 72px;
    height: 72px;
    min-width: 72px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #f0f0f0;
}

.person-list-photo-featured {
    width: 108px;
    height: 108px;
    min-width: 108px;
    border-width: 3px;
}

.person-list-content {
    display: flex;
    flex-direction: column;
}

.person-list-name {
    margin: 0;
    font-size: 1.12rem;
    color: #1b3d6b;
}

.person-list-name-featured {
    font-size: 1.45rem;
}

.person-list-position {
    margin: 0;
    font-size: 0.95rem;
    color: #454545;
}

.person-list-position-featured {
    font-size: 1.03rem;
}

.person-list-button {
    display: inline-block;
    width: fit-content;
    text-decoration: none;
    border: 1px solid #cfa42e;
    border-radius: 1.5rem;
    color: #cfa42e;
    font-size: 0.85rem;
    padding: 0.22rem 0.9rem;
}

.person-list-card-featured .person-list-button {
    font-size: 0.92rem;
    padding: 0.3rem 1.05rem;
}

.person-list-button:hover {
    text-decoration: none;
    color: #0968a8;
    border-color: #0968a8;
}

.person-profile-header {
    column-gap: 1.1rem;
}

.person-profile-photo {
    width: 190px;
    max-width: 100%;
    aspect-ratio: 3 / 4;
    object-fit: cover;
    border-radius: 0.9rem;
    border: 2px solid #f0f0f0;
}

.person-profile-meta {
    width: 100%;
}

.person-profile-name {
    margin-bottom: 0.4rem;
    color: #1b3d6b;
    font-size: 1.8rem;
}

.person-profile-position {
    color: #444;
    font-size: 1.05rem;
    margin-bottom: 0.6rem;
}

.person-profile-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
}

.person-profile-action {
    display: inline-block;
    text-decoration: none;
    border-radius: 1.6rem;
    padding: 0.25rem 1rem;
    font-size: 0.86rem;
}

.person-profile-action-secondary {
    color: #cfa42e;
    border: 1px solid #cfa42e;
}

    .person-profile-action-secondary:hover {
        color: #0968a8;
        border-color: #0968a8;
        text-decoration: none;
    }

.person-profile-content p:last-child {
    margin-bottom: 0;
}

@media (max-width: 576px) {
    .person-list-card {
        align-items: flex-start;
    }

    .person-list-photo-featured {
        width: 88px;
        height: 88px;
        min-width: 88px;
    }

    .person-list-name-featured {
        font-size: 1.2rem;
    }

    .person-profile-name {
        font-size: 1.45rem;
    }
}
/* About US page*/
/* unlisted pages*/
.SDGs-Page .SDGs-Items {
    position: relative;
    overflow: hidden;
}

.SDGs-Page .img-div {
    position: relative;
    overflow: hidden;
    max-width: 200px;
}

    .SDGs-Page .img-div img {
        transition: transform 0.3s ease;
        display: block;
        box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
    }

    .SDGs-Page .img-div:hover img {
        transform: scale(1.08);
    }

    .SDGs-Page .img-div a {
        text-decoration: none;
    }

    .SDGs-Page .img-div:hover .item-overlay {
        opacity: 1;
    }

.SDGs-Page .item-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: opacity 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 1.1rem;
    z-index: 1;
}

    .SDGs-Page .item-overlay .icon {
        color: white;
        font-size: 2rem;
        z-index: 2;
    }

.SDGs-Page h4 {
    padding-top: 10px;
    color: black;
    font-size: 1rem;
    text-decoration: none !important;
    transition: color 0.3s ease;
}

.SDGs-Page .img-div:hover + h4 {
    color: #007bff;
}

.SDGs-Page h4:hover {
    color: #007bff;
}

.SDGs-Page .img-div {
    width: fit-content;
    margin: auto;
    overflow: hidden;
}

.SDGs-Page a:hover {
    color: #0056b3;
    text-decoration: none;
}

.SDGs-Page .item-overlay img {
    filter: drop-shadow(2px 4px 6px black);
}

.SDGs-Page .back-sdg {
    max-width: 100% !important;
}

.SDGs-Page .img-div:hover .item-overlay img {
    transform: rotate(360deg);
    transition: transform 0.5s ease;
}

.sdg-text {
    font-family: 'Oswald', sans-serif !important;
    color: #fff;
    font-size: 2.68rem;
}

blockquote {
    margin: 0 !important;
}

.testimonial {
    display: flex !important;
    background-color: rgba(0, 0, 0, .03);
    border-radius: 1.5rem !important;
    margin-block: 16px;
    padding: 10px;
    justify-content: start;
    column-gap: 23px;
}

.quote-meta {
    width: fit-content;
    font-size: 12px;
    display: flex;
    align-items: end;
    white-space: nowrap;
}

blockquote p:nth-of-type(1) {
    font-weight: bold;
}

blockquote p:nth-of-type(3) {
    margin: 0 !important;
}

blockquote {
    width: 100%;
}

.testimonial img {
    border-radius: 1rem;
}

.spanTit {
    color: #3884b8;
}

.accordion table .Sub-Standard-Classification {
    border: none !important;
}

.accordion table p {
    margin-bottom: 0 !important;
}

@media (max-width: 767px) {
    .head-news .sdg-text, .col-md-4.col-sm-12.d-flex.justify-content-end {
        display: flex;
        justify-content: center !important;
        padding-inline: 0 !important
    }

    .sdg-text {
        font-size: 2.5rem;
    }

        .sdg-text span {
            font-size: 2.5rem !important;
        }
}

@media (max-width: 425px) {
    .testimonial {
        flex-direction: column;
        text-align: center;
        row-gap: 10px;
    }
}
/* unlisted pages*/

/* Statistics page*/
.accordion > .card:not(:last-of-type) {
    border-bottom: 1px solid rgba(0, 0, 0, .125) !important;
}


.Statistics-Main .dropdown-item {
    font-size: .8rem !important;
    padding: 9px 12px;
}

.Statistics-Main .card {
    transition: unset;
}

    .Statistics-Main .card:hover {
        transform: none;
    }

[dir="rtl"] .Statistics-Main .fa-solid {
    transform: rotate(180deg);
}

.Statistics-Main button.category-button.btn.btn-link.text-decoration-none {
    color: #fff;
    font-size: .9rem;
}

.Statistics-Main button.btn.btn-link.d-flex.justify-content-between.align-items-center.w-100 {
    color: #000;
    font-size: .9rem;
}

.Statistics-Main .btn-link:hover {
    color: #0056b3;
    text-decoration: none;
}

.Statistics-Main .btn-link.focus, .btn-link:focus {
    text-decoration: none;
}

.Statistics-Main .card-header {
    border-bottom: none;
}

.Statistics-Main .accordion a {
    font-size: .78rem;
}

.Statistics-Main .statistics-related-links {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid rgba(0, 0, 0, .08);
}

.Statistics-Main .statistics-related-links .statistics-related-link {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    color: #0b69c7;
    font-size: .95rem !important;
    font-weight: 500;
    line-height: 1.35;
    text-decoration: none !important;
}

.Statistics-Main .statistics-related-links .statistics-related-link:hover {
    color: #0056b3;
    text-decoration: none !important;
}

[dir="rtl"] .Statistics-Main .statistics-related-links .statistics-related-link {
    text-align: right;
}

.Statistics-Main .accordion span, .Statistics-Main .accordion h3 {
    font-size: .95rem !important;
}

.Statistics-Main a.active .IndicatorsCategoryIcon {
    filter: brightness(100);
}

.Statistics-Main a:hover .IndicatorsCategoryIcon {
    filter: brightness(100%);
}

.StatisticalDetails .card {
    transition: unset;
}

    .StatisticalDetails .card:hover {
        transform: none;
    }

.StatisticalDetails .btn-link:hover {
    color: #0056b3 !important;
    text-decoration: none;
}

.StatisticalDetails td, .StatisticalDetails td span {
    font-size: .85rem !important;
}

.StatisticalDetails td {
    border: 2px solid white;
    text-align: start;
    align-content: baseline;
}

.StatisticalDetails .xl65, .StatisticalDetails .xl67, .StatisticalDetails .xl68,
.StatisticalDetails .xl70, .StatisticalDetails .xl66, .StatisticalDetails .xl69, .StatisticalDetails .xl68, .StatisticalDetails .xl72 {
    background-color: #eaeaea !important;
}

.StatisticalDetails .first-column {
    background-color: #d2d2d2 !important;
}

.StatisticalDetails button {
    justify-content: start;
}

.StatisticalDetails .card-body {
    overflow-x: auto;
}

    .StatisticalDetails .card-body::-webkit-scrollbar {
        height: 8px;
    }

    .StatisticalDetails .card-body::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    .StatisticalDetails .card-body::-webkit-scrollbar-thumb {
        background-color: #888;
        border-radius: 10px;
        border: 2px solid #f1f1f1;
    }

        .StatisticalDetails .card-body::-webkit-scrollbar-thumb:hover {
            background: #555;
        }

.first-four {
    font-weight: bolder;
    padding-inline: 8px;
    border-radius: 0.5rem;
}

.StatisticalDetails td.first-column {
    position: sticky;
    left: -21px;
    z-index: 1;
    max-width: 190px;
}

.StatisticalDetails td:first-child {
    position: sticky;
    left: -21px;
    z-index: 1;
    max-width: 190px;
}

.StatisticalDetails td b {
    background-color: transparent !important;
}

[dir="rtl"] .StatisticalDetails td.first-column {
    position: sticky;
    right: -21px;
    z-index: 1;
}

/* this section for statistics table related in statistics page*/

.statistics-table-rounded table {
    background-color: unset !important;
}

    .statistics-table-rounded table td {
        width: unset;
        font-family: Arial, Verdana !important;
        font-size: .95rem !important;
        padding: 10px;
    }

.statistics-table-rounded tr:nth-child(odd) {
    background-color: #cde2ec57 !important;
}

.statistics-table-rounded tr:nth-child(even) {
    background-color: #0968a82b !important;
}

.statistics-table-rounded td:first-child, .statistics-table-rounded tr:first-child td {
    background-color: #0968a82b !important;
    padding: 5px;
    font-weight: 700;
}
/* These are all combinations of colors recovered from all old htmls*/
.statistics-table-rounded table td[bgcolor="#BBC4D7"], .statistics-table-rounded table td[bgcolor="#14B3E4"], .statistics-table-rounded table td[bgcolor="#EEEEEE"], .statistics-table-rounded table td[style*="background:white"], .statistics-table-rounded table td[style*="background: white"], .statistics-table-rounded table td a[style*="background-color: rgb(255, 255, 255)"], .statistics-table-rounded table td[style*="background-color:rgb(255, 255, 255)"], .statistics-table-rounded table td[style*="background:#E1E1E1"], .statistics-table-rounded table td[style*="background-color:#F0F0F0"], .statistics-table-rounded table td[style*="background-color:#BBC4D7"], .statistics-table-rounded table td[style*="background-color: #BBC4D7"], .statistics-table-rounded table td[style*="background: #FFFFFF;"], .statistics-table-rounded table td[bgcolor="#D7D7D7"], .statistics-table-rounded table td[bgcolor="#FFFFFF"] {
    background-color: #0968a82b !important;
}

.background-color-3 {
    background-color: #0968a82b !important;
}

.statistics-table-rounded table td[bgcolor="#F0F0F0"], .statistics-table-rounded table td[style*="background-color: #F0F0F0"], .statistics-table-rounded table td[bgcolor="#E4E4E4"], .statistics-table-rounded table td[bgcolor="#EAEAEA"], .statistics-table-rounded table td[bgcolor="#EBEBEB"], .statistics-table-rounded table td[bgcolor="#DBDBDB"], .statistics-table-rounded table td[style*="background-color: #E1E1E1"], .statistics-table-rounded table td[style*="background-color:#E1E1E1"], .statistics-table-rounded table td[style*="background-color: #FFFFFF"], .statistics-table-rounded table td[style*="background-color:#FFFFFF"], .statistics-table-rounded table td[style*="background: #F0F0F0"], .statistics-table-rounded table td[bgcolor="#E1E1E1"], .statistics-table-rounded table td[bgcolor="#DFDFDF"] {
    background-color: #cde2ec57 !important;
}

[dir='ltr'] .statistics-table-rounded table:not([dir='rtl']) tr:first-child td:first-child {
    border-top-left-radius: 0.5rem;
}

[dir='ltr'] .statistics-table-rounded table:not([dir='rtl']) tr:first-child td:last-child {
    border-top-right-radius: 0.5rem;
}

[dir='ltr'] .statistics-table-rounded table[dir="rtl"] tr:first-child td:first-child {
    border-top-right-radius: 0.5rem;
}

[dir='ltr'] .statistics-table-rounded table[dir="rtl"] tr:first-child td:last-child {
    border-top-left-radius: 0.5rem;
}

[dir='rtl'] .statistics-table-rounded table:not([dir='rtl']) tr:first-child td:first-child {
    border-top-right-radius: 0.5rem;
}

[dir='rtl'] .statistics-table-rounded table:not([dir='rtl']) tr:first-child td:last-child {
    border-top-left-radius: 0.5rem;
}

.statistics-table-rounded table td p b {
    background-color: unset !important;
}

.statistics-table-rounded table td p span {
    background-color: unset !important;
}

.statistics-table-rounded table td span {
    background-color: unset !important;
}

.Statistics-tab .card-body h3 {
    padding-top: 15px;
}
/* statistics section in statistics page*/

/* End Statistics page*/

/* publication page*/
.MainPubCat .MainTab a, .SubPubCat .SubTab a {
    background-color: #9c9c9c !important;
    border-radius: .8rem .8rem 0 0;
    border: 0 !important;
    color: #fff !important;
}

.MainPubCat .MainTab .active, .SubPubCat .SubTab .active {
    background-color: #e9ecef !important;
    color: #495057 !important;
}

.MainPubCat .YearsTab a, .SubPubCat .YearsTab a {
    background-color: #9c9c9c !important;
    border-radius: .8rem .8rem 0 0;
    border: 0 !important;
    color: #fff !important;
    padding: .4rem .8rem !important;
}

.MainPubCat .YearsTab .active, .SubPubCat .YearsTab .active {
    background-color: #007bff !important;
    color: #fff !important;
}

.MainPubCat .table-warning, .SubPubCat .table-warning {
    background-color: #fff3cd !important;
}

[dir="rtl"] .MainPubCat i.fa-solid.fa-arrow-left, [dir="rtl"] .SubPubCat i.fa-solid.fa-arrow-left {
    transform: rotate(180deg);
}

.load-category.active,
.load-subcategory.active {
    color: #cfa42e !important;
}

.loading-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    margin: 20px 0;
}

    .loading-container p {
        margin-left: 10px;
        font-size: 16px;
        color: #333;
    }

.content-table {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

    .content-table.visible {
        opacity: 1;
    }

.load-category.active,
.load-subcategory.active {
    color: #cfa42e;
}

.pub-cat-content .publications-by-category .table td {
    max-width: 227px !important;
}

.pub-cat-content .archive-style .table tbody tr {
    background: transparent;
    border: none;
}

.pub-cat-content .archive-style .table tbody td,
.pub-cat-content .archive-style .table th {
    border: none;
}

.pub-cat-content .publications-by-category .table td,
.pub-cat-content .publications-by-category .table th {
    padding: .5rem !important;
}

.pub-cat-content .icons-th {
    width: 70px;
    text-align: center;
}

.shared-content .full-text {
    display: none;
}

.shared-content .hover-wrapper:hover .full-text {
    display: inline;
    background: #fff;
    padding: 5px;
    border: 1px solid #ddd;
    position: absolute;
    z-index: 100;
    white-space: normal;
    border-radius: 1rem;
    min-width: 130px;
    max-width: 300px;
    margin-inline: .5rem;
    font-size: 12px;
}

.shared-content .hover-icon {
    cursor: pointer;
    color: #cfa42e;
}

@media (max-width: 1199px) {
    .MainPubCat .tab-content ul, .SubPubCat .tab-content ul {
        justify-content: center !important;
    }
}

@media (max-width: 767px) {
    .MainPubCat .MainTab a, .SubPubCat .MainTab a {
        padding: 7px;
    }
}

@media (max-width: 484px) {
    .shared-content .hover-wrapper:hover .full-text {
        left: 0;
    }

    [dir="rtl"] .shared-content .hover-wrapper:hover .full-text {
        right: 0 !important;
        left: unset !important;
    }
}

@media (max-width: 493px) {
    .MainPubCat .tab-content ul li, .SubPubCat .tab-content ul li {
        width: 100%;
    }

        .MainPubCat .tab-content ul li a, .SubPubCat .tab-content ul li a {
            width: 100%;
            justify-content: center;
        }

    .MainPubCat h1 {
        font-size: 1.5rem !important;
    }

    .MainPubCat h2 {
        font-size: 1.4rem !important;
    }
}
/* publication page*/

.loading-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    margin: 20px 0;
}

    .loading-container p {
        margin-left: 10px;
        font-size: 16px;
        color: #333;
    }

.content-table {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}


    .content-table.visible {
        opacity: 1;
    }

#glossary-indicators {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

    #glossary-indicators > option {
        width: 100px;
        text-overflow: ellipsis;
        overflow: hidden;
    }

#accordionExample .btn-link:hover {
    color: #3884b8 !important;
    text-decoration: none !important;
}

.form-control {
    height: fit-content !important;
}

.Data-Visualization-page .category-sidebar .card:hover {
    transform: none;
}

.Data-Visualization-page .category-sidebar .form-check-label, .form-check-input {
    cursor: pointer;
    font-size: 14px;
}

.Data-Visualization-page .filter-options {
    padding-left: 0;
}

    .Data-Visualization-page .filter-options ul {
        padding-left: 10px !important;
        margin-bottom: 0 !important;
    }

    .Data-Visualization-page .filter-options li {
        list-style: none !important;
    }

    .Data-Visualization-page .filter-options span {
        font-size: 0.9rem;
    }

    .Data-Visualization-page .filter-options .card-body,
    .Data-Visualization-page .filter-options ul {
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
    }

.Data-Visualization-page #data-table th, .Data-Visualization-page #data-table td {
    padding: 8px 12px;
    border: 1px solid #ddd;
}

.sort-button {
    padding: 0;
    margin-left: 10px;
    font-size: 1rem;
}

    .sort-button:hover i {
        color: #ffc107;
    }

.inactive {
    color: rgba(207, 164, 46, 0.5);
}

.sort-button .active {
    color: #cfa42e !important;
}

#pop-timer-border {
    background-color: white;
    position: absolute;
    z-index: 4;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 1.5rem;
}

#pop_timer {
    content: '';
    display: block;
    position: absolute;
    left: -2px;
    top: -2px;
    right: -2px;
    bottom: -2px;
    background-color: #00000000;
    background-image: conic-gradient(orange, orange 0%, #00000012 0%);
    z-index: 2;
    border-radius: 1.6rem;
}

/* media room*/
.video-placeholder {
    cursor: pointer;
    position: relative;
}

.video-thumbnail-container {
    position: relative;
    margin-top: 10px;
    height: 100%;
}

.video-thumbnail {
    width: 100%;
    border-radius: 4px;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 48px;
    color: #fff;
    text-shadow: 0 0 10px rgba(0,0,0,0.5);
    opacity: 0.9;
    transition: transform 0.2s;
}

    .play-button:hover {
        transform: translate(-50%, -50%) scale(1.1);
    }

[dir="rtl"] .media-room-content i.fa-solid.fa-arrow-left {
    transform: rotate(180deg);
}

/* SVG Styles Section*/
.cls-6 {
    fill: #268e02;
    font-size: 60.73px;
    font-family: BigShouldersText-Black, Big Shoulders Text;
    font-weight: 800;
    direction: ltr;
}

.cls-7 {
    fill: #d69d00;
}

.cls-11 {
    fill: #f77e0b;
}

.cls-25 {
    fill: #990e56;
}

.cls-35 {
    fill: #006d7f;
}

.cls-44 {
    fill: #009cdc;
}

.cls-55 {
    fill: #710bf7;
}

.uwy {
    bottom: 30px !important;
}

[dir='rtl'] .uwy {
    bottom: 30px !important;
}

.uwy.userway_p7 .userway_buttons_wrapper, .uwy.userway_p1 .userway_buttons_wrapper {
    position: unset;
    transform: unset !important;
}
body .uwy.utb .uai, body .uwy.utb .ulsti, body .uwy.utb .ups {
    width: 44px !important;
    height: 44px !important;
}
/*start CPI banner*/
.cpi-banner {
    background: linear-gradient(135deg, #1a3a5c 0%, #1e5a8a 40%, #2a7ab5 100%);
    border-radius: 12px;
    padding: 8px 28px;
    gap: 16px;
    overflow: hidden;
    position: relative;
    transition: box-shadow 0.3s ease;
}

.cpi-banner:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
}

.cpi-banner-graphic {
    flex-shrink: 0;
    width: 90px;
    opacity: 0.8;
}

.cpi-banner-graphic svg {
    width: 100%;
    height: auto;
}

.cpi-banner-title {
    flex: 1;
    color: #ffffff;
    font-size: 1.25rem;
    font-weight: 600;
    margin: 0;
    letter-spacing: 0.3px;
}

.cpi-banner-btn {
    flex-shrink: 0;
    color: #1a3a5c;
    background: #ffffff;
    border-radius: 30px;
    padding: 10px 30px;
    font-size: 0.95rem;
    font-weight: 500;
    white-space: nowrap;
    transition: background 0.2s ease, color 0.2s ease;
    display: flex;
    align-items: center;
    gap: 12px;
}

.cpi-banner-btn i {
    font-size: 1.1rem;
}

.cpi-banner:hover .cpi-banner-btn {
    background: #e8f0f8;
}

@media (max-width: 768px) {
    .cpi-banner {
        flex-wrap: wrap;
        padding: 14px 18px;
        justify-content: center;
        text-align: center;
    }

    .cpi-banner-graphic {
        display: none;
    }

    .cpi-banner-title {
        font-size: 1rem;
        flex-basis: 100%;
    }

    .cpi-banner-btn {
        font-size: 0.8rem;
        padding: 6px 16px;
    }
}
/*end CPI banner*/