@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');
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');

.main-container {
    padding-top: 20px;
    width: calc(100vw - 40px);
    height: calc((100vw - 40px) * 9 / 16);
    max-width: 100%;
    max-height: 100%;
}

.form-check-input {
    border-radius: 10px;
}

.form-check-input:checked {
    background-color: #0b8b11;
    border-color: #183363;
}

.rounded-dropdown .Select-control {
    border-radius: 0px;  
    background-color: #F0F3F8;
}

.dropdown-label {
    color: #183363;
    font-weight: 500;
}

.country-dropdown-label {
    color: #183363;
    font-weight: 500;
}

.div-control {
    background-color: #FFFFFF;
    color: #183363;
    padding: 12px;
    border-radius: 8px;       
    border: 0px;
    box-shadow: 0 4.2px 7px 2.8px rgba(24, 51, 99, 0.6);
    overflow: visible;
}

.chart-box {
    padding-top: 10px;
}

.country-selector-box {
    background-color: #FFFFFF;
    color: #183363;
    padding: 12px;
    border-radius: 8px;
    border: 0px;
    box-shadow: 0 4.2px 7px 2.8px rgba(24, 51, 99, 0.6);
    overflow: visible;
}

.country-switch-container::-webkit-scrollbar {
    width: 10px;
}

.country-switch-container::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px; 
}

.country-switch-container::-webkit-scrollbar-thumb {
    border-radius: 7px;
}

.header.title {
    font-weight: 900;
    text-align: center;
    font-size: 55px;
    color: #13213F;
    font-family:sans-serif;
}

.button {
    border-radius: 0px;
    background-color: #587BED;
    padding: 10px;
    border: none;
    box-shadow: none;
}

body {
    font-family: 'Poppins'
}

.app-title {
    font-family: 'Nunito Sans';
    text-align: center;
    text-transform: none;
    color: white;
    font-weight: 600;
}

.title-logo-container {
    background-color: #13213F;
    padding: 25px;
    border-radius: 8px;
    display: flex;
    align-items: center;
}

.download-text {
    color: white;
    font-family: Poppins;
    font-size: 15px;
}

.switch .form-check-input {
    border-radius: 20px;
}

.switch .form-check-label {
    border-radius: 20px;
}

.paragraph-text {
    color: #13213F;
}

.paragraph-text a {
    color: #587BED;
}

.logo {
    width: 150px;
    height: auto;
    margin-left: auto;
}

.button-div {
    padding-left: 30px;
}