html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
}

#map {
    height: 600px;
    min-height: 300px;
}

@media (max-width: 768px) {
    .flex-1 {
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 1rem !important;
    }

    #map {
        width: 100% !important;
        max-width: 100% !important;
        min-height: 250px;
        height: 300px;
    }

    aside {
        width: 100% !important;
        height: auto !important;
        margin-top: 1rem;
    }

    #header {
        padding: 1rem !important;
    }

    footer {
        padding: 1rem !important;
    }
}

.legend-color {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 5px;
}

.swal2-popup {
    font-size: 14px !important;
    width: 80%;
    min-width: 300px;
}

.swal2-styled {
    padding: 10px 32px 10px 32px !important;
    margin: 20px 10px 0px 10px !important;
    width: 80%;
    height: 45px;
}