.text-popup {
    color: #7d9eba;
    font-weight: 900;
}

hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

/* Remove black outline on selected layer */
path.leaflet-interactive:focus {
    outline: none;
}

.closed-marker {
    font-size: 20px;
    font-weight: 900;
    color: #FFE100;
    margin-top: -15px !important;
    margin-left: -7px !important;
}

.tooltip-workarea {
    color: white;
    background-color: transparent;
    border: none;
    font-weight: 900;
    box-shadow: none;
}

.dvh-100 {
    height: 100dvh !important;
}