html,
body {
    min-height: 100%;
}

body {
    background: #f5f7f9;
}

#map {
    width: 100%;
    height: 560px;
}

.card {
    border: 0;
}

.metric-card {
    height: 100%;
    padding: 1.25rem;
    background: white;
    border-radius: 0.5rem;
    box-shadow:
        0 0.125rem 0.25rem
        rgba(0, 0, 0, 0.075);
}

.metric-label {
    color: #6c757d;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 0.5rem;
}

.metric-value {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.1;
}

.metric-small {
    font-size: 1rem;
    overflow-wrap: anywhere;
}

.chart-container {
    position: relative;
    height: 340px;
}

footer {
    background: white;
}

.leaflet-popup-content {
    min-width: 210px;
}

@media (max-width: 1199px) {

    #map {
        height: 480px;
    }

}
