/* 
    01. Common CSS     
    02. Header Section CSS
    03. Footer Section CSS
    04. Home Page CSS
    05. Datalab Page CSS
    06. Single Country Page CSS
    07. Archive Countries Page CSS
    08. Archive Stories Page CSS
    09. Single Stories Page CSS
    10. Archive Taxonomies Page CSS
*/

/* 01. Common CSS   */

/* @font-face {
    font-family: 'Century Gothic';
    src: url('https://iflastaging.mediya.dev/wp-content/themes/ifla/assets/fonts/CenturyGothic-Bold.eot');
    src: url('https://iflastaging.mediya.dev/wp-content/themes/ifla/assets/fonts/CenturyGothic-Bold.eot?#iefix') format('embedded-opentype'),
        url('https://iflastaging.mediya.dev/wp-content/themes/ifla/assets/fonts/CenturyGothic-Bold.woff2') format('woff2'),
        url('https://iflastaging.mediya.dev/wp-content/themes/ifla/assets/fonts/CenturyGothic-Bold.woff') format('woff'),
        url('https://iflastaging.mediya.dev/wp-content/themes/ifla/assets/fonts/CenturyGothic-Bold.ttf') format('truetype'),
        url('https://iflastaging.mediya.dev/wp-content/themes/ifla/assets/fonts/CenturyGothic-Bold.svg#CenturyGothic-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Century Gothic';
    src: url('https://iflastaging.mediya.dev/wp-content/themes/ifla/assets/fonts/CenturyGothic.eot');
    src: url('https://iflastaging.mediya.dev/wp-content/themes/ifla/assets/fonts/CenturyGothic.eot?#iefix') format('embedded-opentype'),
        url('https://iflastaging.mediya.dev/wp-content/themes/ifla/assets/fonts/CenturyGothic.woff2') format('woff2'),
        url('https://iflastaging.mediya.dev/wp-content/themes/ifla/assets/fonts/CenturyGothic.woff') format('woff'),
        url('https://iflastaging.mediya.dev/wp-content/themes/ifla/assets/fonts/CenturyGothic.ttf') format('truetype'),
        url('https://iflastaging.mediya.dev/wp-content/themes/ifla/assets/fonts/CenturyGothic.svg#CenturyGothic') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
} */

* {
    box-sizing: border-box
}

html {
    overflow-x: hidden;
    scroll-behavior: smooth
}

body {
    font-family: "Noto Sans", sans-serif;
    transition: all 0.3s ease 0s;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #4D5C56;
}

a {
    display: inline-block;
    transition: all 0.3s ease 0s;
    text-decoration: none;
    color: #000
}
a:hover {
    color: #000;
}
.container {
    max-width: 1276px;
}

.display-h1 {
    font-size: 78px;
    line-height: 84px;
    font-weight: 400;
    text-transform: uppercase;
}

h1,
.h1 {
    color: #0F291F;
    font-size: 62px;
    line-height: 70px;
    font-weight: 400;
}

h2,
.h2 {
    color: #0F291F;
    font-size: 48px;
    line-height: 55px;
    font-weight: 400;
}

h3,
.h3 {
    color: #0F291F;
    font-size: 40px;
    line-height: 48px;
    font-weight: 400;
}

h4,
.h4 {
    color: #0F291F;
    font-size: 32px;
    line-height: 39px;
    font-weight: 400;
}

h5,
.h5 {
    color: #0F291F;
    font-size: 25px;
    line-height: 32px;
    font-weight: 400;
}

h6,
.h6 {
    color: #0F291F;
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
}

.large-normal {
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
}

a:focus {
    outline: none;
}

.large-bold {
    font-size: 18px;
    line-height: 27px;
    font-weight: bold;
}

.regular-bold {
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
}

.small-normal {
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
}

.small-bold {
    font-size: 14px;
    line-height: 21px;
    font-weight: bold;
}

a:visited {
    color: #000;
}

.overline {
    font-size: 14px;
    line-height: 19px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.caption-normal {
    font-size: 12px;
    line-height: 17px;
    font-weight: 400;
}

.caption-bold {
    font-size: 12px;
    line-height: 17px;
    font-weight: bold;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

a:hover {
    text-decoration: none;
}

.post,
.page {
    margin: 0;
}

p:first-child,
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child,
blockquote:first-child,
ul:first-child,
ol:first-child {
    margin-top: 0;
}

p {
    margin: 0;
}

table {
    margin: 0;
}

p+p {
    margin-top: 10px;
}

section {
    padding: 80px 0;
}

/***************************************/


/* 02. Header Section CSS */
.site-header {
    border-bottom: 1px solid #E1EBE7;
    padding: 17px 0;
}

/***************************************/

/* 03. Footer Section CSS */
.site-footer {
    background: #005836;
}

.footer-top {
    padding: 110px 0;
}

.footer-contact-box ul {
    margin-top: 32px;
    display: flex;
    gap: 8px;
}

.footer-contact-box ul a {
    border: 1px solid #E1EBE7;
    border-radius: 100px;
    padding: 7px 24px;
    color: #fff;
    font-size: 14px;
}

.footer-contact-box ul a.x-link {
    padding: 7px 12px;
}

.footer-contact-box ul a:hover {
    background: #fff;
    border-color: #fff;
    color: #005836;
}

.footer-link-box p {
    color: #ffffff;
    margin-bottom: 15px;
}

.footer-link-box ul li+li {
    margin-top: 5px;
}

.footer-link-box ul li a {
    color: #fff;
}

.footer-link-box ul li a:hover {
    color: #4BAF84;
}

.common-content-wrapper ul {
    margin-bottom: 10px;
}

.common-content-wrapper a {
    color: #015836;
    font-weight: 500;
    text-decoration: underline;
}

.footer-bottom {
    border-top: 1px solid #E1EBE7;
    padding: 20px 0;
}

.footer-bottom-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-bottom-inner p {
    color: #fff;
    margin: 0;
}

/***************************************/


/* 04. Home Page CSS */
.home-hero-section {
    background-image: url(/wp-content/themes/ifla/assets/images/home-hero-bg-min.jpg);
    padding: 100px 0;
    background-size: cover;
    background-repeat: no-repeat;
}

.home-hero-inner .country-search-suggestions {
    text-align: left;
}

.graph-box:hover {
    background: #005836;
}

.graph-box:hover .graph-box-top h5 {
    color: #fff;
}

.graph-box:hover .graph-box-bottom p {
    color: #E1EBE7;
}

.graph-box:hover .graph-box-bottom span {
    color: #fff;
}

.home-hero-inner {
    max-width: 1060px;
    margin: 0 auto;
}

.home-hero-inner h1 {
    margin-bottom: 24px;
}

.hero-search-box {
    max-width: 700px;
    margin: 48px auto 0;
    position: relative;
}

.hero-search-box input {
    width: 100%;
    border: 2px solid #4BAF84;
    border-radius: 12px;
    padding: 14px 15px 14px 50px;
}

.hero-search-box i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
    font-size: 22px;
}

input:focus {
    outline: none;
}

.graph-box {
    background: #EBFAF3;
    border-radius: 8px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 24px;
    gap: 16px;
}

.graph-box-top img {
    width: 100%;
}

.graph-box-top {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.graph-box-top h5 {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.graph-box-top h5 i {
    font-size: 32px;
}

.graph-box-bottom {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
    align-items: flex-end;
}

.graph-box-bottom span {
    margin: 0;
}

.graph-box.graph-box-green {
    background: #005836;
}

.graph-box.graph-box-green .graph-box-top h5 {
    color: #fff;
}

.graph-box.graph-box-green .graph-box-bottom p {
    color: #E1EBE7;
}

.graph-box.graph-box-green .graph-box-bottom span {
    color: #fff;
}

.home-stories-section {
    margin-top: 32px;
    border: 1px solid #E1EBE7;
    border-radius: 12px;
    padding: 24px;
}

.home-stories-header {
    margin-bottom: 24px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.home-stories-filter {
    display: flex;
    gap: 10px;
}

.home-stories-filter button {
    border: 1px solid #E1EBE7;
    border-radius: 8px;
    background: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #005836;
    padding: 12px 16px;
}

.home-stories-filter button:hover {
    color: #ffffff;
    background: #005836;
    border-color: #005836;
}

.stories-listing {
    width: 100%;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #fff0;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
    position: static;
}

.stories-box {
    border: 1px solid #E1EBE7;
    border-radius: 8px;
    overflow: hidden;
}

.stories-box-img img {
    aspect-ratio: 1/0.6;
    object-fit: cover;
    width: 100%;
}

.stories-box-content {
    padding: 16px;
}

.stories-box-content-header {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 12px;
}

.stories-box-content-header p {
    margin: 0;
}

.stories-box:hover,
.stories-box:visited {
    color: #000;
}

/***************************************/


/* 05. Datalab Page CSS */
.page-banner-section {
    background-image: url(/wp-content/themes/ifla/assets/images/page-banner1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 112px 0 172px 0;
}

.cib-country-flag {
    line-height: 0;
}

.cib-country-flag span {
    display: inline-block;
}

.small-flag-icon {
    min-width: 40px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.metrics-info-box .metric-icon {
    filter: brightness(0) invert(1);
}

.datalab-map-section {
    margin-top: -60px;
}

.custom-map-list-filters {
    background: #fff;
    padding: 13px 16px;
    border-radius: 12px;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.cml-filter-box {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 16px;
}

.cml-filter-list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.cml-filter-list label {
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    padding-left: 22px;
    position: relative;
    margin: 0;
}

.cml-filter-list label input {
    display: none;
}

.list-type-radio .radio-checkmark {
    border: 1px solid #0F291F;
    border-radius: 100%;
    width: 15px;
    height: 15px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 4px;
}

.list-type-radio input:checked+.radio-checkmark:before {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    background: #0F291F;
    border-radius: 100%;
}

.list-type-checkbox .checkbox-checkmark {
    border: 1px solid #0F291F;
    width: 15px;
    height: 15px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 4px;
    border-radius: 2px;
}

.list-type-checkbox input:checked+.checkbox-checkmark:before {
    content: "";
    left: 4px;
    top: 1px;
    width: 4px;
    height: 9px;
    border: solid #0F291F;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
}

.map-filter-badges {
    display: flex;
    gap: 8px;
    margin-top: 24px;
    flex-wrap: wrap;
}

.filter-badges-box {
    width: calc(16.66% - 7px);
    border: 1px solid #E1EBE7;
    border-radius: 12px;
    padding: 12px;
    background: #fff;
    display: flex;
    flex-direction: column;
    cursor: pointer;
}

.filter-badges-box b {
    margin-top: auto;
}

.filter-badges-box p {
    margin-top: 10px;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    margin-bottom: 4px;
}

.filter-badges-box i {
    font-size: 32px;
    color: #0F291F;
}

.filter-badges-box b {
    font-size: 18px;
    line-height: 27px;
    font-weight: bold;
}

.filter-badges-box:hover,
.filter-badges-box:hover i {
    background: #005836;
    color: #fff;
}

.dummy-map img {
    width: 100%;
}

.dummy-map {
    margin-top: 24px;
}

.vontextual-indicators-wrap {
    margin-top: 24px;
    border: 1px solid #E1EBE7;
    border-radius: 12px;
}

.accordiant-wrap-box .accordiant-wrap-title {
    padding: 24px;
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    cursor: pointer;
    transition: all 0.3s ease 0s;
}

.accordiant-wrap-box .accordiant-wrap-title.collapsed i {
    transform: rotate(180deg);
}

.accordiant-wrap-content {
    padding: 0 24px 24px 24px;
}

.contextual-indicators-wrap-title {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    margin-bottom: 12px;
}

.contextual-indicators-wrap-title i {
    font-size: 24px;
}

.ciw-text-box-row {
    display: flex;
    gap: 20px;
}

.ciw-text-box {
    width: 50%;
    display: flex;
    align-items: center;
    gap: 8px;
}

.contextual-indicators-wrap+.contextual-indicators-wrap {
    border-top: 1px solid #E1EBE7;
    margin-top: 16px;
    padding-top: 16px;
}

.ciw-text-box span {
    background: #EBFAF3;
    padding: 8px 5px;
    min-width: 40px;
    text-align: center;
    border-radius: 4px;
    color: #0F291F;
}

.ciw-text-box p {
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
}

.country-info-wrap {
    margin-top: 24px;
    border: 1px solid #E1EBE7;
    border-radius: 12px;
    padding: 24px;
}

.country-info-header {
    margin-bottom: 24px;
}

.country-info-header h5 {
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    margin: 0;
}

.country-info-table th {
    background: #EBFAF3;
    padding: 12px 16px;
    font-size: 12px;
    line-height: 17px;
    font-weight: 400;
}

.country-info-table th:first-child {
    border-radius: 8px 0 0 8px;
}

.country-info-table th:last-child {
    border-radius: 0 8px 8px 0;
}

.country-info-table td {
    font-size: 14px;
    line-height: 21px;
    color: #0F291F;
    padding: 12px 16px;
}

.country-info-table tbody tr+tr td {
    border-top: 1px solid #E1EBE7;
}

.country-library-type {
    display: flex;
    align-items: center;
    gap: 7px;
}

.country-library-type span {
    width: 14px;
    min-width: 14px;
    border-radius: 2px;
    height: 14px;
}

.country-info-badge-row {
    margin-bottom: 24px;
    display: flex;
    gap: 20px;
}


.ifla-map-wrapper {
    margin-top: 24px;
    border: 1px solid #E1EBE7;
    border-radius: 12px;
    padding: 24px;
}

.custom-select-dropdown span.selection {
    height: 100%;
    display: block;
}

.custom-select-dropdown span.selection .select2-selection {
    height: 100%;
    border: 1px solid #E1EBE7;
    border-radius: 8px;
    line-height: 35px;
    background: #fff;
    padding: 0;
}

.custom-select-dropdown .select2-container {
    width: auto !important;
    min-width: 250px;
}

.custom-select-dropdown .select2-container .select2-selection__rendered {
    height: 100% !important;
    line-height: 38px !important;
    color: #005836 !important;
}

.custom-select-dropdown .select2-container .select2-selection__arrow {
    top: 2px !important;
    width: auto !important;
    height: auto !important;
    right: 9px !important;
}

.custom-select-dropdown .select2-container .select2-selection__arrow b {
    display: none;
}

.custom-select-dropdown .select2-container .select2-selection__arrow:before {
    content: "\e136";
    font-family: "Phosphor" !important;
}

.custom-select-dropdown select {
    height: 100%;
    border: 1px solid #E1EBE7;
    border-radius: 8px;
    line-height: 35px;
    background: #fff;
    display: block;
    width: 100%;
    padding: 7px 8px;
}

select:focus,
input:focus {
    outline: none;
}

.country-secondry .custom-select-dropdown .select2-container {
    width: 100% !important;
}

.custom-select-dropdown .select2-container:focus-visible {
    outline: none;
}

.select2-dropdown {
    border-color: #E1EBE7 !important;
}

.select2-results__option img {
    width: 25px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background: #EBFAF3 !important;
    color: #4D5C56 !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable * {
    color: #0F291F;
}

.select2-results__option {
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
}

.select2-container--default .select2-results__option--selected,
.select2-container--default .select2-results__option--selected *,
.select2-container--default .select2-results__option--selected.select2-results__option--highlighted,
.select2-container--default .select2-results__option--selected.select2-results__option--highlighted * {
    background: #015836 !important;
    color: #fff !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border-color: #E1EBE7 !important;
}

.ifla-map-wrapper .country-info-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.data-with-tooltip {
    display: flex;
    align-items: center;
    gap: 3px;
}

.text-right .data-with-tooltip {
    justify-content: flex-end;
}

.custom-tooltip {
    position: relative;
    line-height: 0;
    display: none;
}

.custom-tooltip-box {
    position: absolute;
    background: #005836;
    opacity: 0;
    visibility: hidden;
    min-width: 150px;
    text-align: left;
    max-width: 150px;
    padding: 8px 10px;
    border-radius: 5px;
    left: 23px;
    top: 50%;
    transform: translateY(-50%);
}

.tooltip-left .custom-tooltip-box {
    left: auto;
    right: 23px;
}

.tooltip-left .custom-tooltip-box::before {
    border-width: 5px 0px 5px 5px;
    border-color: transparent transparent transparent #005836;
    left: auto;
    right: -5px;
}

.custom-tooltip-box p {
    font-size: 10px;
    line-height: normal;
    color: #fff;
    word-wrap: break-word;
}

.custom-tooltip-box:before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 5px 0px;
    border-color: transparent #005836 transparent transparent;
    left: -5px;
    top: 50%;
    transform: translateY(-50%);
}
.libraries-service-points .cib-icon {
    background: transparent !important;
    border: 2px solid #00add8;
}

.libraries-service-points .cib-icon .metric-icon {
    filter: brightness(0) saturate(100%) invert(46%) sepia(78%) saturate(3507%) hue-rotate(163deg) brightness(105%) contrast(101%);
}
.custom-tooltip:hover .custom-tooltip-box {
    opacity: 1;
    visibility: visible;
}

/***************************************/

/* 06. Single Country Page CSS */
.countries-header-inner {
    display: flex;
}

ul.library-location-details {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.library-location-details a:before {
    content: "\e06c";
    font-family: "Phosphor" !important;
}

.library-location-details a {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #015836;
}

.ch-left-sidebar {
    min-width: 208px;
}

.ch-right-menu {
    width: 100%;
    padding: 30px 20px;
    border-left: 1px solid #E1EBE7;
}

.ch-right-menu ul {
    display: flex;
    gap: 40px;
}

.countries-header {
    border-bottom: 1px solid #E1EBE7;
}

.ch-right-menu ul a {
    font-size: 15px;
    border-bottom: 1px solid transparent;
    line-height: normal;
}

.ch-right-menu ul a.page-active {
    color: #005836;
    border-color: #005836;
}

.single-country-inner {
    display: flex;
}


.single-country-left {
    min-width: 208px;
    flex: 0 0 208px;
}

.single-country-right {
    border-left: 1px solid #E1EBE7;
    width: 100%;
}

.single-country-right .tab-content {
    padding: 24px;
}

.common-accordian-box-content {
    border-radius: 12px;
    background: #ffffff;
    padding: 24px 24px 0px 24px;
    border: 1px solid #E1EBE7;
}

.common-accordian-box-content.light-green-version {
    background: #EBFAF3;
    border: none;
}

.custom-card-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 24px;
}

.custom-card-header-inner button {
    border: 1px solid #E1EBE7;
    border-radius: 8px;
    background: #fff;
    padding: 7px 10px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 40px;
    min-width: 40px;
    justify-content: center;
    transition: all 0.3s ease 0s;
}

.single-country-left .nav {
    flex-direction: column;
}

.tab-trigger {
    width: 100%;
    border: none;
    text-align: left;
    padding: 0 0;
    background: transparent;
    padding: 12px;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    border-bottom: 1px solid #E1EBE7;
    text-transform: capitalize;
}

.tab-trigger:hover {
    border-color: #E1EBE7;
}

.tab-trigger-inner {
    display: flex;
    align-items: center;
    gap: 8px;
}

.single-country-left {
    padding: 24px 24px 24px 0;
}

.has-sub-triggers+ul {
    background: #fff;
    border-radius: 6px;
    margin-top: 12px;
}

.has-sub-triggers+ul a {
    padding: 8px 15px;
    color: #000;
    width: 100%;
}

.has-sub-triggers+ul li+li {
    border-top: 1px solid #E1EBE7;
}





.tab-trigger i {
    background: #EBFAF3;
    color: #005836;
    width: 40px;
    height: 40px;
    min-width: 40px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-size: 22px;
    border-radius: 4px;
}

.tab-trigger.active {
    border-color: #005836;
    border-radius: 8px;
    background: #005836;
    color: #fff;
}

.single-country-left .nav-tabs {
    border: none;
    position: sticky;
    top: 30px;
}

*:focus {
    outline: none;
}

.single-country-left .nav-item:last-child button {
    border: none;
}

.single-country-tab-options {
    display: none;
    background: #fff;
    border-radius: 8px;
    margin-top: 12px;
}

.active .single-country-tab-options {
    display: block;
}

.single-country-tab-options a {
    padding: 10px 12px;
    width: 100%;
    color: #000 !important;
    font-size: 12px;
    line-height: 1.3em;
}

.single-country-tab-options li+li {
    border-top: 1px solid #E1EBE7;
}

.custom-card-header-inner.collapsed .caret-icon {
    transform: rotate(180deg);
}

.custom-card-header button.caret-icon[aria-expanded="false"] {
    transform: rotate(180deg);
}

.cmbc-accordion .custom-card-contnet {
    padding-bottom: 24px;
}

.about-country-box {
    display: flex;
    gap: 24px;
}

.single-country-right .country-info-badge-box .cib-icon {
    background-color: #fff;
    color: #005836;
    border: 1px solid;
}

.single-country-right .contextual-indicators-wrap-title i {
    color: #005836;
}

.about-country-flag img {
    min-width: 190px;
    border-radius: 8px;
    max-width: 190px;
}

.about-country-content li+li {
    margin-top: 8px;
}

.about-country-content li p {
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
}

.custom-card-contnet ul {
    margin-top: 10px;
    list-style: disc;
    padding-left: 30px;
}

.custom-card-contnet p {
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
}

.custom-card-contnet .stories-box {
    height: 100%;
}

.performance-metrics-options {
    margin-right: 10px;
    border: 1px solid #E1EBE7;
    border-radius: 8px;
    background: #fff;
    padding: 4px 4px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.performance-metrics-options button {
    border: none;
    min-height: auto;
    padding: 3px 12px;
    font-size: 14px;
}

.performance-metrics-options button.button-active {
    background: #005836;
    color: #fff;
    border-radius: 4px;
}

.custom-th-box {}

.custom-table-design th,
.custom-table-design td {
    padding: 0;
}

#performance-metrics-collapse table.custom-table-design th {
    width: 11%;
}

#performance-metrics-collapse table.custom-table-design th:first-child {
    width: 23%;
}

th:first-child .custom-th-box {}

th:last-child .custom-th-box {}


.custom-td-box {
    text-align: center;
    padding: 10px 15px;
}

.custom-td-box .country-info-badge-box {
    text-align: left;
}

.custom-td-box span {
    font-size: 10px;
    line-height: normal;
    color: #5F6865;
}

.custom-table-design tbody tr {
    border-bottom: 1px solid #E1EBE7;
}

.custom-table-design tbody tr:last-child {
    border: none;
}



.scroll-to-map {
    border-radius: 8px;
    padding: 7px 20px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 40px;
    min-width: 40px;
    justify-content: center;
    transition: all 0.3s ease 0s;
    background: #005836;
    color: #fff !important;
    position: fixed;
    z-index: 9;
    bottom: 20px;
    right: 20px;
}

.custom-th-box.icon-text i {
    color: #005836;
}


.icon-text {
    display: flex;
    align-items: center;
    gap: 8px;
}

.icon-text i {
    font-size: 24px;
}

.custom-table-design th {
    background: #EBFAF3;
    text-align: center;
    padding: 10px 15px;
}

.custom-table-design th:first-child {
    text-align: left;
    border-radius: 8px 0px 0px 8px;
}

.custom-table-design th:last-child {
    border-radius: 0 8px 8px 0px;
}

.custom-td-box .country-info-badge-box .cib-text span span {
    font-size: 10px;
}

.custom-button {
    border: 1px solid #E1EBE7;
    border-radius: 8px;
    background: #fff;
    padding: 7px 16px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    justify-content: center;
    transition: all 0.3s ease 0s;
    font-size: 14px;
    color: #005836 !important;
}

.custom-button:hover {
    background-color: #005836 !important;
    color: #fff !important;
    border-color: #005836 !important;
}

.custom-button i {
    font-size: 16px;
}

/***************************************/


/* 07. Archive Countries Page CSS */

.filter-archive-country-search .hero-search-box {
    max-width: 100%;
    margin: 0;
}

.no-posts-found {
    margin: 30px 0;
    font-weight: 700;
}

.filter-archive-country-search .hero-search-box input {
    width: 100%;
    border: 2px solid #4BAF84;
    border-radius: 12px;
    padding: 14px 15px 14px 50px;
}

.archive-country-triggers .selected-country-badge {
    white-space: nowrap;
}

.country-search-suggestions {
    position: absolute;
    top: 104%;
    background: #fff;
    border: 1px solid #E1EBE7;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    z-index: 9;
    width: 100%;
    max-height: 222px;
    overflow-y: scroll;
}

.country-search-suggestions span,
.country-search-suggestions a {
    width: 100%;
    padding: 10px 20px;
    cursor: pointer;
}

.country-search-suggestions span.country-search-selected,
.country-search-suggestions a:hover,
.country-search-suggestions span:hover {
    background: #015836;
    color: #fff;
}

.policy-count-box {
    border: 1px solid #E1EBE7;
    border-radius: 12px;
    padding: 20px;
}

.ifla-pagination-wrapper {
    margin-top: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
}

.ifla-pagination-wrapper .page-numbers.current {
    color: #000;
    text-decoration: underline;
}

.ifla-pagination-wrapper a.prev.page-numbers,
.ifla-pagination-wrapper a.next.page-numbers {
    width: 35px;
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #015836;
    color: #fff;
    border-radius: 100%;
}

.ifla-pagination-wrapper a {
    color: #999999;
}

.filter-archive-country-search .hero-search-box {
    max-width: 100%;
    margin: 0;
}

.filter-archive-country-search .hero-search-box input {
    width: 100%;
    border: 2px solid #4BAF84;
    border-radius: 12px;
    padding: 14px 15px 14px 50px;
}

.archive-country-triggers .selected-country-badge {
    white-space: nowrap;
}

.posts-listing-wrapper {
    padding-top: 0;
}

.custom-card-content h6 {
    color: #015836;
}

.custom-card-content+.custom-card-content {
    border-top: 1px solid #80808020;
    padding-top: 20px;
    margin-top: 20px;
}

.custom-card-content:last-child {
    padding-bottom: 24px;
}

p.no-policy-text {
    padding-bottom: 24px;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
}

.custom-card-buttons {
    display: flex;
    justify-content: flex-start;
    gap: 15px;
    margin-top: 10px;
    flex-wrap: wrap;
}

.custom-card-buttons a {
    margin-left: 0 !important;
}

.custom-card-text {
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
}

.custom-card-contnet {
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
}

.archive-country-box {
    border-radius: 12px;
    background: #ffffff;
    padding: 24px;
    border: 1px solid #E1EBE7;
}

.archive-country-box-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.archive-country-box-head h6 {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 6px;
}

.archive-country-triggers {
    display: flex;
    align-items: center;
    gap: 8px;
}

.archive-country-triggers a {
    border: 1px solid #E1EBE7;
    border-radius: 8px;
    background: #fff;
    padding: 7px 16px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    justify-content: center;
    transition: all 0.3s ease 0s;
    font-size: 14px;
    color: #005836 !important;
}




.single-archive-country-section .policy-count-box {
    height: 100%;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    color: #000;
    padding: 10px;
}

.single-archive-country-section .policy-count-box img {
    border-radius: 6px;
    aspect-ratio: 1/0.3;
    object-fit: cover;
    margin-bottom: 20px;
}

.single-archive-country-section .policy-count-box.active {
    background-color: #015836;
}

.single-archive-country-section .policy-count-box.active,
.single-archive-country-section .policy-count-box.active h6,
.single-archive-country-section .policy-count-box.active span {
    color: #FFF;
}

.single-archive-country-section .policy-count-box span {
    margin-top: auto !important;
    display: block !important;
    margin-bottom: 2px;
}

.policy-count-box-content {
    display: flex;
    justify-content: space-between;
}

.policy-count-box-content h6 {
    width: 55%;
}

.policy-count-box-content .policy-count-box-right p {
    font-size: 13px;
    line-height: 19px;
}

.policy-count-box-content h6 {
    font-size: 16px;
    line-height: normal;
}

.single-archive-country-section .policy-count-box h6 {
    margin-bottom: 20px;
}

.archive-country-triggers a:hover {
    background-color: #005836 !important;
    color: #fff !important;
    border-color: #005836 !important;
}

.archive-country-triggers .selected-country-badge {
    border: 1px solid #E1EBE7;
    border-radius: 8px;
    background: #fff;
    padding: 7px 16px 7px 8px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    justify-content: center;
    transition: all 0.3s ease 0s;
    font-size: 14px;
    color: #005836 !important;
}

.archive-country-triggers .selected-country-badge img {
    width: 24px;
    min-width: 24px;
    border-radius: 2px;
}

.archive-country-filters,
.archive-stories-filters {
    border-radius: 12px;
    margin-top: -55px;
    background: #ffffff;
    padding: 24px;
    border: 1px solid #E1EBE7;
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.filter-archive-country-reset {
    width: 56px;
    height: 56px;
    min-width: 56px;
    border: 1px solid #E1EBE7;
    border-radius: 8px;
    background: #fff;
    font-size: 20px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.filter-archive-country-reset:hover {
    background: #005836;
    color: #fff;
    border-color: #005836;
}

.filter-select-policy-trigger {
    min-width: 235px;
    border: 1px solid #E1EBE7;
    border-radius: 8px;
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #005836;
    padding: 15px 24px;
    cursor: pointer;
}

.filter-archive-country-search {
    width: 100%;
    position: relative;
    z-index: 99;
}

.filter-archive-country-search input {
    border: 1px solid #E1EBE7;
    border-radius: 8px;
    background: #fff;
    color: #005836;
    padding: 15px 109px 15px 43px;
    width: 100%;
}

.filter-archive-country-search i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
    font-size: 20px;
    color: #005836;
}

.filter-archive-country-search button {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 0;
    border: none;
    border-radius: 4px;
    background: #015836;
    color: #fff;
    padding: 8px 19px;
}

span.filter-select-policy-trigger.policy-trigger-active {
    background: #005836;
    color: #fff;
}

span.filter-select-policy-trigger.policy-trigger-active i {
    transform: rotate(180deg);
}

.filter-archive-country-select {
    min-width: 235px;
}

.filter-archive-country-select>select {
    border: 1px solid #E1EBE7;
    border-radius: 8px;
    background: #fff;
    color: #005836;
    padding: 15px 24px;
    cursor: pointer;
    width: 100%;
}

.policy-filter-wrap {
    border: 1px solid #E1EBE7;
    border-radius: 12px;
    padding: 20px;
}

.policy-filter-wrap .list-type-checkbox {
    border-radius: 8px;
    background: #F8FAF9;
    width: 100%;
    display: flex;
    height: 100%;
    align-items: center;
    padding: 10px 20px;
}

.policy-filter-wrap .list-type-checkbox .checkbox-label {
    width: 100%;
}

.archive-country-title-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 15px;
    align-items: center;
}

.archive-country-title-wrapper h6 {
    margin: 0;
}

/***************************************/

/* 08. Archive Stories Page CSS */

.policy-filter-wrap-outer {
    display: none;
}
p a, p a:hover {
    color: #015836;
    text-decoration: underline;
}
.archive-stories-filters .filter-archive-country-search input {
    padding: 15px 20px 15px 43px;
}

.submit-your-story-box {
    background: #4BAF84;
    border-radius: 12px;
    padding: 20px;
    color: #fff;
    position: relative;
    height: 100%;
}

.submit-your-story-box * {
    color: #fff;
}

.submit-your-story-box p {
    margin: 15px 0;
}

.submit-your-story-box h6 {
    margin: 0;
}

.submit-your-story-box .ph-pencil-simple-line {
    position: absolute;
    font-size: 28px;
    right: 20px;
    bottom: 20px;
}

.submit-your-story-box a {
    color: #fff;
    text-decoration: underline;
}

.stories-main-section .stories-listing {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}

.goals-listing-selects {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #fff0;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
    position: static;
}

.goals-listing-box {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    line-height: 0;
    cursor: pointer;
    margin: 0;
}

.goals-listing-box input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.goals-checkmark {
    position: absolute;
    width: 24px;
    height: 24px;
    background: rgb(255 255 255 / 50%);
    left: 0;
    bottom: 0;
    border-radius: 0 8px 0 0;
}

.goals-checkmark:before {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    border: 1px solid #fff;
    border-radius: 2px;
    left: 5px;
    top: 5px;
}

.goals-listing-hover-image {
    display: none;
}

.goals-listing-box input:checked+.goals-listing-box-inner .goals-listing-hover-image {
    display: block;
    border: 1px solid #E1EBE7;
}

.goals-listing-box input:checked+.goals-listing-box-inner .goals-listing-active-image {
    display: none;
}

.goals-listing-selects {
    background: #ffffff;
    padding: 24px;
    border: 1px solid #E1EBE7;
    border-radius: 12px;
}

.goals-listing-box-inner img {
    border-radius: 8px;
}

.goals-listing-box input:checked+.goals-listing-box-inner .goals-checkmark {
    background: #015836;
}

.goals-listing-box input:checked+.goals-listing-box-inner .goals-checkmark:before {
    background: #fff;
}

.goals-listing-box input:checked+.goals-listing-box-inner .goals-checkmark:after {
    content: "";
    left: 10px;
    top: 7px;
    width: 4px;
    height: 9px;
    border: solid #0F291F;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
}

/***************************************/

/* 09. Single Stories Page CSS */
.hero-has-overlay {
    position: relative;
}

.stories-wrapper {
    display: flex;
    gap: 5px;
}

.hero-has-overlay:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.7;
}

.inner-text-white * {
    color: #fff;
}

.single-stories-video iframe {
    width: 100%;
    aspect-ratio: 1/0.563;
    border-radius: 12px;
}

.single-stories-image-gallery {
    line-height: 0;
    width: 100%;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #fff0;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
    position: static;
}

.single-stories-image-gallery img {
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 12px;
}

.single-stories-sidebar {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.stories-sidebar-links-box h6 {
    margin-bottom: 12px;
}

.stories-sidebar-links-box ul a {
    padding-left: 25px;
    position: relative;
}

.stories-sidebar-links-box ul a:before {
    content: "\e076";
    font-family: "Phosphor" !important;
    position: absolute;
    left: 0;
    color: #005836;
    top: 0;
}

.single-stories-metadata {
    align-items: center;
    border-radius: 12px;
    margin-top: -55px;
    background: #ffffff;
    padding: 24px;
    border: 1px solid #E1EBE7;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    margin-bottom: 24px;
}

.ssm-country {
    display: flex;
    align-items: center;
    gap: 5px;
}

.ssm-country img {
    width: 54px;
    max-width: 54px;
    min-width: 54px;
    border-radius: 4px;
}

.ssm-labels {
    display: flex;
    align-items: center;
    gap: 12px;
}

.ssm-labels-filter-img {
    width: 44px;
    max-width: 44px;
    border-radius: 4px;
}

.Checkerboard-btn,
.Checkerboard-btn:hover,
.Checkerboard-btn:focus {
    border-radius: 12px;
    border: 1px solid #E1EBE7;
    width: 54px;
    height: 54px;
    background: transparent;
    color: #000;
    font-size: 24px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ssm-share {
    border-radius: 12px;
    border: 1px solid #E1EBE7;
    padding: 15px;
    line-height: 0;
}

.ssm-share a {
    font-size: 24px;
    color: #000;
}

.ssm-share ul {
    display: flex;
    align-items: center;
}

.ssm-share li+li {
    border-left: 1px solid #E1EBE7;
    padding-left: 12px;
    margin-left: 12px;
}

.ssm-icon-lists ul {
    display: flex;
    gap: 20px;
}

.ssm-icon-lists p {
    max-width: 270px;
}

.ssm-icon-lists li {
    display: flex;
    align-items: center;
    gap: 12px;
}

.ssm-icon-lists li i {
    border-radius: 12px;
    border: 1px solid #E1EBE7;
    width: 54px;
    height: 54px;
    background: transparent;
    color: #000;
    font-size: 24px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.stories-sidebar-links-box ul a:hover {
    color: #005836;
}

.stories-sidebar-links-box ul li+li {
    border-top: 1px solid #E1EBE7;
    padding-top: 12px;
    margin-top: 12px;
}

/***************************************/

/* 10. Archive Taxonomies Page CSS */

.custom-breadcrumbs ul {
    display: flex;
    gap: 5px;
}

.custom-breadcrumbs ul a {
    color: #015836;
}

.custom-breadcrumbs ul a,
.custom-breadcrumbs ul span {
    font-size: 14px;
    line-height: normal;
}

.custom-breadcrumbs {
    margin-bottom: 10px;
}


/***************************************/

@media only screen and (max-width: 991px) {
    .display-h1 {
        font-size: 50px;
        line-height: 64px;
    }

    h1,
    .h1 {
        font-size: 52px;
        line-height: 60px;
    }

    .page-banner-section {
        padding: 60px 0 120px 0;
    }

    .stories-listing {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .map-filter-badges {
        flex-wrap: wrap;
    }

    .filter-badges-box {
        width: calc(25% - 6px);
    }

    .country-info-wrap {
        padding: 16px;
    }

    .accordiant-wrap-box .accordiant-wrap-title {
        padding: 16px;
    }

    .accordiant-wrap-content {
        padding: 0 16px 16px 16px;
    }

    .ifla-map-wrapper {
        padding: 16px;
    }
}

@media only screen and (max-width: 767px) {
    .footer-contact-box {
        text-align: center;
        margin-bottom: 40px;
    }

    h1,
    .h1 {
        font-size: 42px;
        line-height: 50px;
    }

    .footer-contact-box ul {
        justify-content: center;
    }

    .footer-top {
        padding: 70px 0;
    }

    .display-h1 {
        font-size: 42px;
        line-height: 52px;
    }

    .ifla-map-list-detail ul {
        flex-direction: column;
        gap: 10px;
    }

    .home-hero-section {
        padding: 60px 0;
    }

    .graph-box {
        margin: 15px 0;
        height: auto;
    }

    section {
        padding: 50px 0;
    }

    .stories-listing {
        grid-template-columns: 1fr 1fr;
    }

    .ifla-map-wrapper .country-info-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .small-flag-icon {
        min-width: 30px;
        height: 30px;
    }
}

@media only screen and (max-width: 575px) {
    .footer-contact-box {
        text-align: left;
    }

    .filter-badges-box {
        width: calc(33.33% - 6px);
    }

    .stories-listing {
        grid-template-columns: 1fr;
    }

    .footer-contact-box ul {
        justify-content: flex-start;
    }

    .footer-bottom-inner {
        flex-direction: column;
        gap: 10px;
    }
}