/* Import Poppins font */
@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');
/* Override Bootstrap styles*/
:root {
    --bs-font-sans-serif: Poppins;
}
h2, h3, h4, h5 {
    color: #183363;
}
h1 {
    font-size: calc(1vw + 1.4em);
}
@media screen and (max-width: 462px) and (min-width: 425px) {
    h1 {
        font-size: calc(0.5vw + 1.4em);
    }
}
@media screen and (max-width: 424px) {
    h1 {
        font-size: calc(0.35vw + 1.3em);
    }
}
.card {
    border: 2px solid #183363;
    box-shadow: 4px 5px rgba(24, 51, 99, 0.3);
}
.dash-cell-value {
    text-wrap: wrap !important;
}
.column-header--sort {
    color: white !important;
}
.column-header-name {
    padding-left: 2px !important;
}
.dash-spreadsheet-container {
    width: 99% !important;
}
.maplibregl-control-container {
    display: none !important;
}
.btn-primary {
    background-color: #183363 !important;
}
.btn-primary:hover {
    background-color: #FFFFFF !important;
    color: #183363 !important;
}
.btn-primary,
.btn-primary:hover {
    border-color: #183363 !important;
}