.leaflet-div-icon {
    border: none;
    background-color: transparent;
    z-index: 1000 !important;
}

.container {
    position: relative;
}

.divicon {
    min-height: 1.6rem;
    min-width: 1.6rem;
    border-radius: 100%;
    border: 1px solid black;
    font-size: 10px;
    letter-spacing: -0.5px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.5);
    font-size: 11px;
    font-weight: 600;
    font-family: monospace;
}

.arrow{
    z-index: -1;
    position: absolute;
    top: 0rem;
    left: 0rem;
    height: .8rem;
    width: .8rem;
    background-color: black;
    border-left: .2rem solid black;
    border-top: .2rem solid black;
    transform-origin: .8rem .8rem;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.5);
    display: none;
}

.onTime {
    background-color: greenyellow;
}
.slightDelay {
    background-color: orange;
}
.late {
    background-color: orangered;
}

.backdrop {
    z-index: 2000;
    position: absolute;
    top: 0;
    left: 0;
    height: 100dvh;
    width: 100dvw;
    background-color: rgba(255, 255, 255, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
}
