#map {
    height: calc(100vh - 256px);
    z-index: 1;
}

.legend {
    line-height: 25px;
    color: #555;
    padding: 15px;
    background: #FFFFFF;
    border-radius: 8px;
    width: 160px;
    font-weight: bolder;
}

    .legend i {
        width: 18px;
        height: 18px;
        float: left;
        margin-right: 8px;
        opacity: 0.7;
    }

.bn_dialog_content {
    display: none !important;
}

.list {
    padding: 10px;
    background: #FFFFFF;
    border-radius: 8px;
    font-weight: bolder;
    opacity: 0.7;
}

    .list h4 {
        margin: 0 0 5px;
        opacity: 0.7;
    }

#mapdisplay #mapcontainer .leaflet-popup-content {
    color: var(--dark1) !important;
    min-width: 500px !important;
    max-width: 800px !important;
    font-family: var(--noto-serif) !important;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.625rem;
}

#mapdisplay #mapcontainer .leaflet-popup-content h3{
    font-family: var(--noto-sans) !important;
    font-size: 20px !important;
    color: var(--dark1) !important;
    font-weight: 500 !important;
    line-height: 34px !important;
}