/* Set default page height to the full viewport */
#app,
#_dash-app-content {
    min-height: 100vh !important;
    width: 100vw;
}
/* Define header styles */
.header {
    display: flex;
    height: 100px;
    width: 100%;
}
.header-logo
.footer-logo {
    aspect-ratio: 3.85 / 1;
}
.header-logo {
    width: 100%;
    max-height: 90%;
}
.footer-logo {
    height: 45px;
}
.header-col {
    height: 100px;
}
/* Navbar Burger Bun Menu */
.menu {
    border: 1px solid white;
    border-radius: 7px;
}
.menu-item {
    color: white;
    text-decoration: none;
}
.menu-item:hover {
    color: #13BC28;
}
.menu-list-item:has(.menu-item:hover) {
    color: #13BC28;
}
/* Download button */
#download_btn_container {
    width: 100%;
    padding: 0.25rem 0.5rem;
}
#download_btn {
    background-color: #183363;
    border: 1px solid #183363;
    border-radius: 0.25rem;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    padding: 0.375rem 0.75rem;
    text-align: center;
    text-decoration: none;
    user-select: none;
    vertical-align: middle;
    width: 100%;
}
#download_btn:hover {
    background-color: white;
    color: #183363;
}
/* Headline Stats */
@media screen and (min-width: 768px) {
    .stacked-cards-l {
        padding-left: 0.5rem !important;
    }
    .stacked-cards-r {
        padding-right: 0.5rem !important;
    }
}
.stacked-cards-l,
.stacked-cards-r {
    display: flex;
}
.stat-card {
    height: 150px;
    min-width: 150px;
    width: 85%;
}
@media screen and (min-width: 768px) and (max-width: 1036px) {
    .stat-header {
        font-weight: 500;
    }
}
.stat-header {
    font-weight: 500;
    text-align: center;
}
.stat-text {
    font-size: calc(1vw + 0.7em);
    color: white;
}
.nam-background {
    background-color: #183363;
}
.caveat-text {
    color: white;
    font-size: calc(1vw + 0.2em);
}
.fw-600 {
    font-weight: 600;
}
.headline-stat-card {
    max-width: 85% !important;
    min-width: 75% !important;
}
.headline-stat-title {
    font-size: calc(1vw + 0.85em);
}
.footer-social-icons {
    border-radius: 50%;
}
.mailto-icon {
    height: 27px !important;
    width: 27px !important;
    border-radius: 50%;
    background-color: #FFFFFF;
    display: inline-block;
}
.show-modal-btn {
    background-color: #183363;
    border: 0;
    text-decoration: underline;
}
.scroll-to-top {
    position: fixed;
    bottom: 15px;
    background-color: #183363;
    color: white;
    left: 15px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    display: none;
}
@media screen and (min-width: 576px) {
    .pr-sm-1 {
        padding-left: 0.25rem !important;
        padding-right: 0 !important;
    }
    .pl-sm-1 {
        padding-right: 0.25rem !important;
        padding-left: 0 !important;
    }
}
@media screen and (max-width: 575px) {
    .pr-sm-1,
    .pl-sm-1{
        padding: 0.25rem 0 0 0 !important;
    }
}
#cookie-consent-container {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    min-height: 50px;
    background-color: #183363;
    color: #FFFFFF !important;
    z-index: 999999;
    padding: 10px;
    font-size: 14px;
}
.btn-accept,
.btn-accept:hover {
    border: 2px solid white;
    padding: 0.25rem 0.5rem;
    font-size: 14px !important;
}
.btn-accept {
    background-color: white;
    color: #183363;
}
.btn-accept:hover {
    background-color: #183363;
    color: white;
}
#privacy-policy {
    padding-right: 0.375rem;
}
