html {
    background-color: #e2e8f0;
}

#app {
    height: 100vh;
    background-color: #e2e8f0;
}

#map-container {
    height: 100%;
    width: 100%;
    position: absolute;
}

.leaflet-layer:nth-child(2) {
    filter: grayscale() invert() brightness(2) invert()
}

.leaflet-container {
    height: 100%;
    width: 100%;
}

.leaflet-control-zoom {
    visibility: hidden;
}

.hidden {
    display: none;
}

.loading {
    z-index: 1000;
    position: fixed;
    top: 0px;
    width: 100%;
}

.north {
    z-index: 1000;
    position: fixed;
    top: 0px;
    width: 100%;
}

.north-east {
    z-index: 1000;
    position: fixed;
    top: 0px;
    right: 0px;
    padding-right: 8px;
    padding-top: 8px;
}


.south {
    z-index: 1000;
    position: fixed;
    bottom: 0px;
    width: 100%;
}

.south-west {
    z-index: 1000;
    position: fixed;
    bottom: 0px;
    left: 0px;
}

.leaflet-tooltip {
    padding: 2px;
    z-index: 2000;
    border: 2px solid #333;
    border-radius: 4px;
    transition: opacity 100ms ease-in-out;
}

.leaflet-tooltip ul {
    margin: 0px;
    padding: 1px;
}

.emphasizedTooltipTime {
    font-weight: 600;
    text-decoration: underline;
}

.leaflet-pane .leaflet-overlay-pane {
    filter: brightness(1.4);
}

.leaflet-control-attribution {
    margin-bottom: 4px !important;
    margin-right: 4px !important;
}