#page-header {
    z-index: 10;
}

#page-content {
    height: calc(100vh - 50px);
}

#page-aside {
    z-index: 9;
    width: 300px;
}

.gateway-marker-cluster {
    background-color: rgba(127, 174, 0, 1);
    color: #ffffff;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: .9em;
}

.leaflet-div-icon {
    background: none;
    border: none;
}

.leaflet-layer,
.leaflet-control-zoom-in,
.leaflet-control-zoom-out,
.leaflet-control-attribution {
    filter:  saturate(0);
}

html[data-bs-theme="dark"] .leaflet-layer,
html[data-bs-theme="dark"] .leaflet-control-zoom-in,
html[data-bs-theme="dark"] .leaflet-control-zoom-out,
html[data-bs-theme="dark"] .leaflet-control-attribution {
    filter: invert(100%) hue-rotate(180deg) brightness(95%) contrast(90%) saturate(0);
}

html[data-bs-theme="dark"] .leaflet-popup-pane {
    filter: invert(100%) hue-rotate(180deg) brightness(95%) contrast(90%)
}

html[data-bs-theme="dark"] .leaflet-container {
    background: var(--bs-gray-900);
}

.leaflet-popup {
    min-width: 350px;
}

.leaflet-popup-content {
    font-size: 0.85rem;
    line-height: 1.2;
}

#page-aside .nav-link {
    color: #777777;
}

#page-aside .nav-link:hover, #page-aside .nav-link:active, #page-aside .nav-link:focus, #page-aside .nav-link:focus:active, #page-aside .nav-link.active {
    color: #cccccc;
}

#page-aside .nav-link .text-muted {
    opacity: 0.5;
}

.text-transparent {
    opacity: 0 !important;
}

@keyframes blink {
    50% {
        opacity: .2;
    }
}
.blink {
    animation: blink 1s step-start 0s infinite;
}
