/**importing google -Open Sans font-family **/
@import url('https://fonts.googleapis.com/css2?family=Alegreya:ital,wght@0,400..900;1,400..900&family=Anek+Latin:wght@100..800&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto:wght@300;400;500;700&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');

#worldVision_main_div {
    position: relative;
}


body {
    overflow-x: hidden;
}

#worldVision_main_div h1,
#worldVision_main_div h2,
#worldVision_main_div h3,
#worldVision_main_div h4,
#worldVision_main_div h5,
#worldVision_main_div h6 {
    font-family: var(--font-title) !important;
    line-height: 1.2;
    margin: 10px 0;
    color: var(--heading-color) !important;
}

/* Headings font sizes and weights */
#worldVision_main_div h1 {
    font-size: 24px;
    font-weight: 600;
}

#worldVision_main_div h2 {
    font-size: 22px;
    font-weight: 600;
}

#worldVision_main_div h3 {
    font-size: 20px;
    font-weight: 500;
}

#worldVision_main_div h4 {
    font-size: 18px;
    font-weight: 500;
}

#worldVision_main_div h5 {
    font-size: 16px;
    font-weight: 500;
}

#worldVision_main_div h6 {
    font-size: 14px;
    font-weight: 400;
    color: #505050;
}

/* Responsive typography */
@media (max-width: 900px) {
    #worldVision_main_div h1 {
        font-size: 20px;
    }

    #worldVision_main_div h2 {
        font-size: 18px;
    }

    #worldVision_main_div h3 {
        font-size: 16px;
    }

    #worldVision_main_div h4 {
        font-size: 15px;
    }

    #worldVision_main_div h5 {
        font-size: 14px;
    }

    #worldVision_main_div h6 {
        font-size: 12px;
    }
}



#worldVision_main_div img {
    max-width: 100%;
}

.wv-container {
    padding: 0px 20px;
}

.border-b {
    border-bottom: 1px solid var(--border-color);
}

.border-l {
    border-left: 1px solid var(--border-color);
}

.border-r {
    border-right: 1px solid var(--border-color);
}

.border-x {
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
}

.border-y {
    border-left: 1px solid var(--border-color);
    border-right: 1px solid var(--border-color);
}


#worldVision_main_div a {

    transition: all 0.3s ease-in-out;
}

.px-20 {
    padding: 0px 20px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.my-50 {
    margin: 50px 0px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.pb-20 {
    padding-bottom: 20px;
}

.p-20 {
    padding: 20px !important;
}

@media (max-width:767px) {

    .p-20 {
        padding: 10px !important;
    }

    .pb-20 {
        padding-bottom: 10px !important;
    }

    .px-20 {
        padding: 0px 10px !important;
    }

    .mt-40 {
        margin-top: 20px !important;
    }

    .wv-container {
        padding: 0px 10px !important;
    }

}

/** Common cSs Open**/
.wv-transparent-btn {
    color: #000;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 10px;
    text-decoration: none;
}

.wv-transparent-btn i {
    color: #000;
}

.title-line {
    padding-left: 10px;
    position: relative;
}

.title-line:before {
    position: absolute;
    content: '';
    width: 2px;
    height: 100%;
    left: 0;
    right: 0;
    background: var(--primary-color);
}

#loader {
    position: absolute;
    background: rgba(255, 255, 255, 1);
    border-radius: 5px;
    z-index: 999999;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    overflow: hidden;
}

#loader img {
    display: block;
    margin: 0 auto;
    width: auto;
    filter: none;
}

.offcanvas-backdrop {
    z-index: 99999;
}

.border-radius {
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/** Common cSs Close**/

/**header section css **/

@media (max-width:767px) {
    .wv-header-section {
        overflow: hidden;
    }
}

/**primary header css **/
.wv-header {
    padding: 20px 0px;
}

#worldVision_main_div .wv-logo img {
    max-width: 180px;
}

.wv-row-col-2 {
    display: flex;
    justify-content: end;
    align-items: center;
}

.wv-primary-menu-list {
    gap: 40px;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: row;
    margin: 0;
    padding: 0;
}

.wv-primary-menu-list li a {
    font-size: 18px;
    text-decoration: none;
    color: var(--black-color);
}

.wv-primary-menu-icon {
    display: none;
}

.wv-primary-menu-icon img {
    width: 25px;
}

.wv-menu-display-none {
    display: block;
}

#worldVision_main_div li a:hover {
    color: var(--primary-color);
}

.dropdown-toggle::after {
    content: none !important;
}

@media (max-width:767px) {
    .wv-primary-menu-icon {
        display: block;
    }

    .wv-menu-display-none {
        display: none;
    }
}

/**primary header css ends **/

/**secondary header && toogle menu css **/

.secondary_sticky_header {
    background-color: #fff;
	position:relative;
	z-index:9999;
}

.wv-secondary-header {
    padding: 10px 0px;
}

.wv-aside-toggle {
    display: flex;
    align-items: center;
    justify-content: end;
    padding: 5px 10px 0;
    text-align: right;
}

.wv-aside-toggle .wv-filter-btn {
    text-decoration: none;
    color: black;
    display: inline-flex;
    gap: 10px;
}

.wv-aside-toggle .wv-filter-btn p {
    margin: 0;
}

.wv-aside-toggle .wv-filter-btn.filter-collapse p {
    font-size: 0;
}

.wv-aside-toggle .wv-filter-btn i.aside-close {
    font-size: 26px;
    color: var(--icon-color) !important;
}

.wv-aside-toggle .wv-filter-btn:hover {
    color: var(--primary-color);
    cursor: pointer;
}

.wv-aside-toggle .wv-filter-btn.filter-collapse i.aside-close {
    transform: rotate(180deg);
}

.wv-aside-toggle .wv-filter-btn-desktop {
    display: block;
}

.wv-secondary-header-menu-list {
    gap: 30px;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: row;
    margin: 0 !important;
    padding: 0;
}

.wv-secondary-header-menu-list a {
    padding: 12px 0px;
    text-decoration: none;
    color: var(--black-color);
}

.wv-menu-icon a img {
    width: 25px;
}

/* Style The Dropdown Button */
.download-icon {
    color: white;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.download-dropdown {
    position: relative;
    display: inline-block;
    z-index: 1;
}

@media (max-width:767px) {
    .download-dropdown {
        display: none;
    }
}

.download-dropdown-content {
    padding: 0;
    border-radius: 5px;
    display: none;
    position: absolute;
    top: 34px;
    background-color: #fff;
    min-width: 160px;
    right: -20px;
    border: 1px solid var(--border-color);
    z-index: 999;
    margin: 0 !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.download-dropdown-content a {
    color: black;
    padding: 10px;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid var(--border-color);
    cursor: pointer;
}

.download-dropdown-content a:last-child {
    border-bottom: none;
}

.download-dropdown-content a:hover {
    background-color: #f1f1f1;
    color: var(--primary-color);
}

.download-dropdown:hover .download-dropdown-content {
    display: block;
}

/**secondary header && toogle menu css ends here **/


/**Primary offcanvas css starts here **/

.wv-primary-offcanvas {
    z-index: 999999;
}

.offcanvas {
    width: 70% !important;
}

.offcanvas-header {
    border-bottom: 1px solid var(--border-color);
    z-index: 99999;
}

.offcanvas-header .btn-close {
    margin: 5px 5px 0px 0px;
}

.wv-primary-offcanvas-list {
    list-style: none;
    display: block;
    margin: 0 !important;
    padding: 0 !important;
}

.wv-primary-offcanvas-list li {
    padding: 10px 0px;
    border-bottom: 1px solid var(--border-color);
}

.wv-primary-offcanvas-list li a {
    width: 100%;
    text-decoration: none;
    color: var(--text-color);
    font-size: 18px;
    transition: all 0.3s ease-in-out;
}

.wv-primary-offcanvas-list li:hover>a {
    color: var(--primary-color);
}

/**Primary offcanvas css ends here **/


/**Secondary offcanvas css starts here **/
.wv-secondary-offcanvas {
    z-index: 999999;
}

.wv-sub-menu-list {
    list-style: none;
    padding: 5px 0px 0px 15px;
    margin: 0;
}

.wv-sub-menu-list li {
    border-bottom: none !important;
}

.wv-sub-menu-list .dropdown-item {
    width: 100%;
    color: var(--black-color) !important;
    font-size: 16px;
}

.wv-sub-menu-list .dropdown-item:hover {
    color: var(--primary-color) !important;
}

.accordion-button {
    padding-bottom: 10px;
}

.accordion-button i {
    font-size: 16px;
    padding-left: 130px;
}

/**Secondary offcanvas css ends here **/

/**main content part css Open**/
.wv-main-content-inner {
    display: flex;
    flex-wrap: nowrap;
    min-width: 0;
    position: relative;
}

.wv-first-section,
.wv-third-section {
    flex-shrink: 0;
    flex-basis: 270px;
    max-width: 270px;
    min-width: 270px;
    position: relative;
    border-bottom: 1px solid var(--border-color);
    background: var(--background, #fff);
}

.wv-third-section {
    flex-basis: 300px;
    max-width: 300px;
    min-width: 300px;
}

.wv-sticky-content {
    position: -webkit-sticky;
    /* For Safari */
    position: sticky;
    top: 0;
    z-index: 10;
    padding: 10px;
    width: 100%;
    max-width: 270px;
}

.filter-collapse .wv-sticky-content {
    max-width: 70px;
}

@media(max-width:767px) {

    .filter-collapse .wv-sticky-content,
    .wv-sticky-content {
        max-width: 100%;
    }
}

/* Second section: Scrollable content */
.wv-second-section {
    flex-grow: 1;
    background: var(--background, #f9f9f9);
    min-width: 0;
    padding: 10px;
}



.wv-first-section.filter-collapse {
    min-width: 70px;
    width: auto;
    flex-basis: auto;
}

.wv-first-section form {
    background-color: white;
    padding-top: 20px;
}
.wv-third-section .third_section_info_box {
    position: sticky;
    top: 45px;
    right: 0;
    padding: 40px 20px;
}
@media (max-width:767px) {
    .wv-first-section form {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 999999;
    }
	.wv-third-section .third_section_info_box {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
}





@media (max-width: 767px) {
    .wv-main-content-inner {
        flex-wrap: wrap;
        /* Allows sections to stack vertically */
    }

    .wv-first-section,
    .wv-second-section,
    .wv-third-section {
        max-width: 100%;
    }

    .wv-first-section {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        z-index: 9999;
    }

    .wv-third-section .third_section_info_box {
        position: fixed;
        top: 50px;
        background: #fff;
        z-index: 99999;
    }
}


/*filter aside css*/

.wv-filter-aside {
    position: relative;
}

.filter-list {
    flex-direction: column;
    margin: 0;
    padding: 0;
}

.filter-list-item {
    border-bottom: 1px solid var(--border-color);
}

.filter-list-item a {
    display: flex;
    justify-content: space-between;
    padding: 10px 0px;
    gap: 0;
}

.filter-list-item i {
    color: var(--icon-color) !important;
}

.wv-filter-list-link-div1 {
    display: flex;
    gap: 10px;
    align-items: center;
}

.wv-filter-list-link-div1 img {
    width: 20px;
}

.filter-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}


.filter_title {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
}

#mcviscore {
    pointer-events: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.arrow {
    transition: transform 0.3s ease;
}

.arrow.down {
    transform: rotate(0deg);
}

.arrow.up {
    transform: rotate(180deg);
}

.filter-list.filter-close .wv-filter-list-link-div1 span,
.filter-list.filter-close .arrow {
    display: none;
}

@media (max-width:767px) {

    .filter-list.filter-close .wv-filter-list-link-div1 span,
    .filter-list.filter-close .arrow {
        display: block;
    }

}

.filter-content {
    padding: 10px 15px;
}

.hide {
    display: none !important;
}

.filter-content label {
    font-size: 14px;
}

.filter-content label.checkbox {
    display: flex;
    gap: 4px;
    align-items: center;
    font-size: 16px;
}

.filter-content select {
    width: 100%;
    padding: 8px;
    border-radius: 4px;
    border: 1px solid #ccc;
    font-size: 16px;
    margin-bottom: 5px;
    ;
}

.filter-content select:focus {
    border-color: #2965aa;
    outline: none;
}

@media (max-width:767px) {
    .filter-list-item {
        padding: 0px 12px;
    }
}

/*main content css*/
.wv-inner {
    padding: 20px;
}

.wv-map-col {
    padding: 0px 20px !important;
}

.wv-main-content {
    position: relative;
}

.world-map-section {
    border-left: 1px solid var(--border-color);
    border-right: 1px solid var(--border-color);
}

.world-map-section .map_section {
    height: 500px;
    width: 100%;
    margin: 0 auto;
    background: #f9f9f9;
}

.leaflet-container img {
    filter: grayscale(100%) brightness(1.15);
}

.leaflet-container img.leaflet-marker-icon {
    filter: none;
}

@media(min-width:1800px) {
    .world-map-section .map_section {
        height: 580px;
    }

}

.leaflet-pane>svg path:focus {
    outline: none !important;
}

.world-map-section .map_section .leaflet-control.info {
    max-width: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.9);
    padding: 8px 16px;
    margin: 0;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}


.world-map-section .map_section .leaflet-control .control_color {
    display: flex;
    align-items: center;
}

.world-map-section .map_section .leaflet-control .control_color i {
    width: 35px;
    height: 5px;
}

.world-map-section .map_section .leaflet-control .control_text_label {
    display: flex;
    margin-top: 5px;
    justify-content: space-between;
    gap: 10px;
}

.world-map-section .map_section .leaflet-control .control_text_label p {
    margin: 0;
    font-size: 12px;
    line-height: 1;
}

.world-map-section .map_section .leaflet-control .control_text_label_no_data {
    justify-content: right;
}

.world-map-section .map_section .leaflet-control .control_text_label_no_data p {
    text-align: right;
}

.world-map-section h1 {
    padding: 20px;
    position: relative;
}

.world-map-section h1::before {
    position: absolute;
    content: "";
    border-left: 7px solid var(--primary-color);
    height: 45px;
    top: 12px;
    left: 0;
}


#map-controls {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1000;
    /* Make sure it's on top of the map */
}

.leaflet-bottom.leaflet-right {
    display: none;
}

.back-button {
    background-color: #ffffff91;
    /* White background for visibility */
    border: 1px solid #2965aa;
    /* Border color */
    border-radius: 5px;
    padding: 5px 10px;
    cursor: pointer;
    color: #333;
}

@media (max-width:767px) {
    .wv-main-content {
        margin-top: 0;
    }

    .world-map-section .mv-map img {
        height: 250px;
    }

    .wv-map-col {
        padding: 0px 0px 0px 12px !important;
    }
}

/** wv_filter_area  Css open**/
.wv-summary {
    padding: 10px 20px 0;
}

.wv_filter_area {
    display: flex;
	padding:20px
}

.filter-collapse .wv-sticky-content {
    align-items: center;
    gap: 30px;
}

.wv_filter_area .wv_filter_heading {
    display: flex;
    align-items: center;
    gap: 15px;

}

.wv_filter_area .wv_filter_heading img {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    object-fit: cover;
}

.wv_filter_area .wv_filter_ranking {
    display: flex;
    flex-direction: column;
    gap: 5px;
    border-left: 1px solid var(--border-color);
    padding-left: 20px;
}

.wv_filter_area .wv_filter_ranking p {
    margin-bottom: 0;
}

.wv_filter_area .wv_filter_ranking p.ranks {
    font-size: 28px;
    font-weight: 700;
}

.wv_filter_area .wv_filter_ranking p.ranks span {
    font-size: 14px;
    font-weight: 400;
}

/** wv_filter_area  Css Close**/
/** Icon Box Css Open **/
.wv-icon-box {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 15px;
    border: 1px solid var(--border-color);
    border-radius: 8px;
    padding: 30px 15px;
    min-height: 150px;
    position: relative;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.wv-icon-box .more_info {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.wv-icon-box .more_info i {
    font-size: 18px;
    color: #7c7c7c;
}

.wv-icon-text-content p {
    margin-bottom: 0;
}

.wv-icon-number {
    font-size: 26px;
    font-weight: 600;
}

.wv-icon-number .small-text {
    font-size: 12px;
}

.wv-icon-text {
    font-size: 14px;
    color: #777;
}

.wv-icon-box svg,
.wv-icon-box img {
    width: 45px;
    height: 45px;
}

.circle-progress {
    transform: rotate(-90deg);
    /* Rotate to start from the top */
    transform-origin: center;
}

.background {
    stroke: rgba(255, 165, 0, 0.3);
    stroke-dasharray: 376.99;
    /* Full circle circumference */
    stroke-dashoffset: 0;
}

.bar-graph.dark-green {
    fill: var(--green);
}

.bar-graph.light-green {
    fill: var(--light-green);
}

.bar-graph.orange {
    fill: var(--orange);
}

.bar-graph.yellow {
    fill: var(--yellow);
}

.bar-graph.red {
    fill: var(--red);
}


@media(max-width:1400px) {
    .wv-icon-box {
        flex-direction: column;
        padding: 20px 10px;
    }

    .wv-icon-box svg,
    .wv-icon-box img {
        width: 40px;
        height: 40px;
    }
}

/** Icon Box Css Close **/

/** Table Css Open **/
.table-container {
    width: 100%;
    margin: 20px auto;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.table-container table {
    width: 100%;
    border-collapse: collapse;
    background-color: #fff;
    border-radius: 8px;
}

.table-container tbody {
    display: block;
    max-height: 550px;
    overflow-y: auto;
    overflow-x: hidden;
}

.table-container .full-view tbody {
    max-height: none !important;
    overflow: visible !important;
}

.table-container thead,
.table-container tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.table-container tbody::-webkit-scrollbar {
    width: 8px;
}

.table-container tbody::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 8px;
}

.table-container tbody::-webkit-scrollbar-thumb {
    background: #2965aa;
    border-radius: 8px;
}

.table-container tbody::-webkit-scrollbar-thumb:hover {
    background: #1e4a8b;
}

table.country-table th,
table.country-table td {
    padding: 12px;
    text-align: left;
    border-bottom: 1px solid var(--border-color);
}

table.country-table th {
    background-color: var(--primary-color);
    color: #fff;
    position: sticky;
    top: 0;
}

table.country-table td:first-child,
table.country-table th:first-child {
    width: 80px;
    text-align: center;
    font-weight: bold;
}

table.country-table td:last-child,
table.country-table th:last-child {
    width: 100px;
    text-align: center;
    font-weight: bold;
}

table.country-table tr:nth-child(even) {
    background-color: #fff;
}

table.country-table tr:nth-child(odd) {
    background-color: #fffdf5;
}

table.country-table tr.highlighted-row {
    background-color: #2d6ea7;
    font-weight: bold;
    color: #fff;
}

table.country-table td img {
    width: 30px;
    height: 30px;
    object-fit: cover;
    vertical-align: middle;
    border-radius: 50%;
    margin-right: 8px;
    border: 1px solid #F0F0F0;
}


.table_heading {
    margin: 15px 0 30px;
}

.table_heading h4 {
    display: block;
    width: 100%;
    padding-right: 60px;
}

.table_heading .graph_download.table_icon .graph_download_icon {
    top: -30px;
}

.table_heading .graph_download.table_icon .graph_download_list {
    top: 10px;
}

/** Table Css Close **/
/** BAR DIAGRAM CSS OPEN**/
.chart-container {
    display: flex;
    align-items: flex-end;
    max-width: 100%;
    width: 100%;
    position: relative;
    padding: 10px 0;
    padding-left: 40px;
    overflow: hidden;
    position: relative;
}

.bar_y-axis_legend {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    white-space: nowrap;
    overflow: visible;
    margin: 0;
}

.bar_y-axis_legend_country {
    left: -8px;
}

.bar_y-axis_legend_subnation {
    left: -45px;
    display: none;
}

#barContainer,
.barcontainer,
#tabbarContainer {
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
    width: 100%;
    height: 300px;
    position: relative;
}

/* Bars */
.bar,
.tabbar {
    width: 40px;
    transition: height 0.5s, background-color 0.5s;
    position: relative;
}

/* Y-axis styling */
.mcvi_index_y-axis,
.mcvi_index_tab_y-axis,
.y-axis {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 300px;
    position: relative;
}

.y-label,
.mcvi_index_y-label,
.mcvi_index_tab_y-label {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    font-size: 14px;
    line-height: 0;
    /* Adjust to vertically center text */
}

/* Adjust grid line position relative to label */
.mcvi_index_y-label .grid-line,
.y-label .grid-line,
.mcvi_index_tab_y-label .grid-line,
.y-label .grid-line {
    position: absolute;
    height: 1px;
    background-color: var(--border-color);
    width: 800px;
    left: 20px;
}

/* X-axis styling */
.x-axis {
    display: flex;
    justify-content: space-around;
    align-items: center;
    max-width: 100%;
    width: 100%;
    margin-top: 10px;
	padding-left: 50px;
}

.x-axis div {
    width: 46px;
    text-align: center;
    font-size: 10px;
}

/* Tooltip */
.tooltip {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 5px;
    border-radius: 5px;
    font-size: 12px;
    display: none;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.tooltip.show {
    display: block;
    opacity: 1;
}

#barlegendContainer,
#tab_barlegendContainer {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 10px 0 0;
    flex-wrap: wrap;

}

#barlegendContainer .legend-item,
#tab_barlegendContainer .legend-item {
    display: flex;
    align-items: center;
    position: relative;
    padding: 0 20px;
}

#barlegendContainer .legend-color,
#tab_barlegendContainer .legend-color {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

#barlegendContainer .legend-label,
#tab_barlegendContainer .legend-label {
    font-size: 14px;
    color: #333;
}

/* Add vertical border between legend items */
#tab_barlegendContainer .legend-item:not(:last-child)::after,
#barlegendContainer .legend-item:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 20px;
    background-color: #ddd;
}


/* Responsive styling */
@media (max-width: 600px) {

    #tabbarContainer,
    #barContainer {
        width: 100%;
    }

    .x-axis {
        width: 100%;
    }
}

.tab-select-option {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-right: 70px;
    margin-bottom: 30px;
}

.tab-select-option select {
    height: 32px;
    padding: 0 5px;
    border-radius: 4px;
    width: auto;
}

#bar_graph_title {
    padding-right: 60px;
    margin-bottom: 30px;
}

@media (max-width:767px) {
    .tab-select-option select {
        width: 100%;
    }
}

/** BAR DIAGRAM CSS CLOSE**/


/** Thirds section Css open **/
.wv-third-section {
    position: relative;
}

.wv-third-section-close {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 20px;
    color: #000;
    cursor: pointer;
}


.wv-score_bar-list {
    list-style-type: none;
    padding: 0;
}

.wv-score_bar-list li {
    margin-bottom: 10px;
}

.wv-score_bar-list li p {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    gap: 10px;
    margin: 0;
}

.wv-score_bar-list li p span.score {
    font-weight: 700;
}

.wv-progress-bar {
    height: 20px;
    background-color: rgba(200, 200, 200, 0.3);
    /* Light gray background */
    position: relative;
    overflow: hidden;
}

.wv-progress-fill {
    height: 100%;
    width: 0;
    background-color: rgba(26, 152, 79, 1);
    transition: width 0.5s ease-in-out;
}

/** Thirds section Css Close **/

/** Trend Css Open**/
#trendChart {
    max-height: 400px;
}

.trend-filter-section {
    display: flex;
    align-items: center;
}

.trend-filter-section select {
    width: 90px;
    height: 32px;
    padding: 0 5px;
    border-radius: 4px;
}

.trend-filter-section label {
    margin: 0 10px;
}

.trends_top_content {
    margin-bottom: 10px;
}

@media (min-width:767px) {
    .trends_top_content {
        display: flex;
        justify-content: space-between;
        gap: 10px;
        padding-right: 90px;
    }

    .trend-filter-section {
        text-align: right;
    }
}


#trendcompareChart {
    max-height: 400px;
}

/** Trend Css Close**/
/** Radar Css Open**/
.wv_radar_section {
    padding-top: 23px;
}

#wv_rader_chart #radarChart,
.radar_chart {
    max-height: 400px;
}

#comparisonTitle {
    padding-right: 60px;
}

.wv_radar_section .radar_col .border {
    min-height: 480px;
}

/** Radar Css Close**/
/** Pie Chart projects Css open **/
#piechartContainer {
    max-width: max-content;
    display: flex;
    flex-direction: column;
    justify-content: left;
    align-items: center;
    padding: 20px;
}

#ProjectsbarGraphChart {
    flex: 1;
    max-width: 400px !important;
    max-height: 400px !important;
    width: 400px !important;
    height: 400px !important;
}

@media (max-width:767px) {
    #ProjectsbarGraphChart {

        width: 240px !important;
        height: 240px !important;

    }

    .project_mcvi_score_section .border {
        width: 100%;
    }
}

#legendContainer {
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.legend-item {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    white-space: nowrap;
}

.color-box {
    width: 15px;
    height: 15px;
    margin-right: 10px;
}

@media (min-width: 768px) {
    #piechartContainer {
        flex-direction: row;
        padding: 30px;
        width: 100%;
    }

    #legendContainer {
        margin-left: 20px;
        margin-top: 0;
    }
}

/** Pie Chart projects Css Close **/

/** Graph Downloads Css Open **/

.graph_download {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}

.graph_download_icon {
    cursor: pointer;
    font-size: 18px;
    color: var(--black-color);
    padding: 5px 10px;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    background-color: #f1f1f1;
    position: absolute;
    right: 20px;
    top: 24px;
}

.graph_download_icon:hover {
    color: var(--primary-color);
}

.graph_download_list {
    display: none;
    position: absolute;
    top: 60px;
    right: 20px;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    z-index: 10;
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 100px;
    text-align: left;
}

.graph_download_list li {
    padding: 5px 10px;
    cursor: pointer;
    color: var(--text-color);
    border-bottom: 1px solid --border-color;
    transition: background-color 0.2s ease;
}

.graph_download_list li:hover {
    background-color: #f5f5f5;
}

.graph_download_list li:last-child {
    border-bottom: none;
    /* Remove bottom border from last item */
}

.bar_mcvi_download.graph_download .graph_download_icon {
    top: -50px;
}

.bar_mcvi_download .graph_download_list {
    top: -25px;
}

.wv-trend-section .graph_download .graph_download_icon {
    right: 40px;
    top: 30px;
}

.wv-trend-section .graph_download_list {
    right: 40px;
    top: 70px;
}

/** Graph Downloads Css Close **/




/** compare page css Starts **/
.border-r-sm {
    border-right: 1px solid #d4d4d4;
}

.compare-map-section {
    padding: 20px;
    position: relative;
}

.compare-map-section .map_section {
    position: relative;
    height: 350px;
    border-radius: 5px;
    border: 1px solid #dddddd;
}

@media(min-width:1800px) {

    .compare-map-section .map_section {
        height: 400px;
    }
}

.compare-country-label {
    display: flex;
    flex-direction: row;
    gap: 20px;
    padding: 20px;
}

.compare-tab {
    padding-bottom: 10px;
    border-bottom: 1px solid #F5F5F5;
    margin-bottom: 5px;
}

@media (max-width:767px) {
    .border-r-sm {
        border-right: none;
        border-bottom: 1px solid #e6e6e6;
    }

    .compare-map-section .map_section {
        height: 300px !important;
    }

}

/**checkbox css here**/
.checkbox-container {
    display: inline-block;
    position: relative;
    cursor: pointer;
    font-size: 16px;
    user-select: none;
}

.checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.compare-checkbox {
    width: 89%;
    display: flex;
    justify-content: end;
}

.checkmark {
    position: absolute;
    top: 0;
    right: -25px;
    height: 20px;
    width: 20px;
    border-radius: 3px;
    border: 1px solid #BABABA;
    margin-top: 1px;
}

.checkbox-container:hover input~.checkmark {
    border: 1px solid #808080;
}

.checkbox-container input:checked~.checkmark {
    background-color: var(--primary-color);
    /* Use your primary color */
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox-container input:checked~.checkmark:after {
    display: block;
}

.checkbox-container .checkmark:after {
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

/** compare page css Ends **/


/**about  page css starts **/
.about-heading h1 {
    padding: 20px;
    position: relative;
}

.about-heading h1::before {
    position: absolute;
    content: "";
    border-left: 8px solid var(--primary-color);
    height: 30px;
    top: 20px;
    left: 0;
}


.about-heading-con h1 {
    margin: 0;
}

.about-img-box-shadow {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    overflow: hidden;
    max-width: 400px;
	background:#fff;
	text-align:center;
	padding:5px;
}

.about-img img {
    object-fit: cover;
}

.about-content h2 {
    font-weight: 700;
    margin-bottom: 20px;
}

.hard-center {
    width: 80%;
    margin-left: 100px;
}


@media (max-width:767px) {
    .hard-center {
        width: 100%;
        margin-left: 0;
    }

}

/**about us page css ends **/


/** source css starts **/
table {
    --bs-table-bg: none !important;
}

.about-table {
    border-collapse: collapse;
    width: 100%;
}

.about-table th,
.about-table td {
    padding: 8px;
    text-align: left;
}

.about-table tbody tr:nth-child(odd) {
    background-color: #ececec;
}

.about-table tr {
    border-bottom: 1px solid #ccc;
}

.about-table .main-indicator {
    font-weight: bold;
    background-color: var(--primary-color) !important;
    z-index: 1;
}

.about-table .main-indicator td {
    color: white !important;
}

/** source css ends **/
.announcements {
    background: linear-gradient(135deg, #f1f8ff, #a2d2ff);
    padding: 20px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.06);
    text-align: center;
    margin: 20px 0;
}

.announcement-text {
    font-size: 18px;
    font-weight: bold;
    color: #2965aa;
    line-height: 1.5;
    margin: 0;
    transition: color 0.3s ease, transform 0.2s ease;
}

.announcement-text:hover {
    color: #1e4a8b;
    transform: scale(1.02);
}