@import url('https://fonts.googleapis.com/css2?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&display=swap');

body {
    font-family: 'Poppins', sans-serif;
}

.main-div-wrapper {
    min-height: 100vh;
}

.nav-wrapper {
    padding: 10px 80px;
    border-bottom: 1px solid #E3E8EF;
    background-color: #fff;
    position: sticky;
    top: 0;
}

.unicefLogo {
    max-width: 200px;
    max-height: 80px;
}

.navbar-nav .nav-item span {
    font-weight: 500;
}

.navbar-nav .nav-item .nav-link {
    color: #000 !important;
}

.navbar-nav .nav-item .nav-link:hover {
    color: #0086C9 !important;
}

.navbar-nav .nav-item:hover {
    border-bottom: 2px solid #0086C9;
}

.navbar-nav .nav-item .nav-link.active:hover {
    border: none;
}

.navbar-nav .nav-item .nav-link.active {
    color: #0086C9 !important;
    border-bottom: 2px solid #0086C9;
}

.navbar-nav .nav-item .nav-link.active .nav-sections-logos svg path {
    stroke: #0086C9;
}

.nav-item:hover .nav-sections-logos svg path {
    stroke: #0086C9;
}

.nav-sections-logos {
    display: none;
}

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */

.navbar-collapse.collapse.show {
    height: 100vh !important;
}

.navbar-collapse.collapse.show body {
    overflow: hidden !important;
}

.navbar-collapse.collapse {
    height: 0vh !important;
}

.navbar-collapse.collapsing {
    transition: none !important;
    /* transition: all .3s ease !important; */
}

/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */

.cards-headers {
    font-weight: 600;
    font-size: 20px;
    color: #202939;
}

.body-wrapper {
    background-color: #F8FAFC;
    height: 100%;
    color: #202939;
}

.charts-wrapper-headers a svg path,
.filter-btns svg path {
    stroke: #4B5565;
}

.filter-section,
.charts-wrapper {
    border-radius: 16px;
    background-color: #fff;
    padding: 32px;
}

.modal-filter-sections {
    padding: 0;
}

.modal-filter-btns {
    padding: 0 !important;
}

.btn:focus, .btn:active {
    outline: none !important;
    box-shadow: none;
}

.filter-section-filters select option:disabled {
    background-color: none;
    color: lightgray
}

.filter-section-filters p {
    font-size: 14px;
    font-weight: 500;
    color: #364152;
}

.filter-section-filters:first-child {
    margin-bottom: 10px;

}

.filter-section-filters select {
    border: 1px solid #CDD5DF;
    border-radius: 12px;
    padding: 10px;
}

.filter-section-filters select option {
    font-size: 16px;
    font-weight: 400;
    color: #697586;
}

.filter-section-btns button {
    border: 1.5px solid #CDD5DF;
    border-radius: 12px;
    font-weight: 500;
    font-size: 15px;
    padding: 10px;
    background-color: #fff;
    color: #364152;
}

.filter-section-btns {
    display: flex;
    justify-content: space-between;
}

.filter-section-btns .left, .filter-section-btns .right {
    width: 48%;
}

.filter-section-btns .right {
    background: #0BA5EC;
    color: #fff;
}

.filter-section-btns .left {
    background: #fff;
}

.filter-section-filters-wrapper {
    margin: 30px 0px;
}

.body-wrapper {
    padding-top: 30px;
}

/* right panel - charts */
.chart-list-labels {
    border-bottom: 1px solid #E3E8EF;
}

.chart-list-labels ul {
    list-style: none;
}

.chart-list-labels ul li {
    /* Default bullets style erased */
    list-style: none;
    color: #697586;
    font-weight: 400;
    font-size: 16px;
}

.chart-list-labels ul li::before {
    content: "\2022";
    color: #0086C9;
    display: inline-block;
    width: 1em;
    font-size: medium;
    margin-left: -2em;
}

.chart-container,
.udmBarChart-container {
    margin: auto;
    height: 75vh;
    width: 100%;
}

#language-btn {
    border-color: #CDD5DF;
    color: #202939;
}

#language-btn:hover {
    background-color: #0086C9;
    color: #fff;
}

.filter-btns {
    background: none;
    border: none;
    outline: none;
    box-shadow: none;
}

.dropdown-wrapper {
    width: 250px;
}

.dropdown-toggle::after {
    display: none;
}

.dropdown-wrapper .dropdown-header {
    padding: 10px 15px 0px;
}

.dropdown-wrapper .dropdown-header p {
    font-weight: 500;
    color: #202939;
}

.dropdown-wrapper .dropdown-header svg path {
    stroke: #202939;
}

.dropdown {
    position: static
}

.offcanvas-start {
    border: none;
}

footer {
    background-color: #0BA5EC;
    /* position: fixed;
    bottom: 0; */
    width: 100%;
}

footer .footerContainer .socialIcons {
    padding: 50px 0px;
}

footer .footerContainer .socialIcons a img {
    width: 20px;;
}


.language-dropdown {
    display: none;
}

/* @media only screen and (min-width: 576px) {
} */
@media only screen and (min-width: 576px) {
    .container-height {
        height: 80px;
    }
}

@media only screen and (max-width: 992px) {

    .cards-headers {
        font-size: 16px;
    }

    .chart-list-labels ul li {
        font-size: 12px;
    }

    .nav-wrapper {
        padding: 0px;
    }
}

@media only screen and (max-width: 768px) {
    .navbar-brand img {
        width: 130px;
    }
}

@media only screen and (max-width: 576px) {
    #language-btn {
        display: none;
    }

    .language-dropdown {
        display: block;
    }

    .navbar-nav .nav-item .nav-link.active,
    .navbar-nav .nav-item:hover {
        border: none;
    }

    .navbar-brand img {
        width: 110px;
    }

    .cards-headers {
        font-size: 16px;
    }

    .navbar-toggler {
        padding: 5px 10px;
        font-size: 1rem;
    }

    /*.chart-container,*/
    /*.udmBarChart-container {*/
    /*    height: 60vh;*/
    /*}*/

    .nav-sections-logos {
        display: block;
    }
}
