html, body {
    height: 100%;
    margin: 0;
}

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

img.npc-icon {
    filter: grayscale(1);
    border-radius: 100%;
    border-image-source: url('./images/npc-icon-frame.png');
    border-image-slice: 0 fill;
    border-image-width: auto;

    /* ~0.28*iconSize, make sure this matches JS value */
    /* border-image-outset: 23px; */
    border-image-outset: 18px;
}

img.npc-icon.active {
    filter: none;
    border-image-source: url('./images/npc-icon-frame-active.png');
    z-index: 9999 !important;
}

.layers-button {
    display: block;
    width: 100%;
    margin: 2px;
}

#time-text-container {
    font-weight: bold;
    font-size: 0px;
    user-select: none;
}

#time-text {
    color: white;
    font-size: 60px;
}

#time-text-frac {
    color: #CCCCCC;
    font-size: 30px;
}

#time-slider-container {
    width: min(100vw, 800px);
    margin: 0;
    pointer-events:none;  /* TODO this break mobile */
}

#time-text-container {
    margin-left: 25px;
}

#time-slider {
    margin: 0 25px 15px 25px;
    pointer-events: auto;
}

.measure_tool_distance_label {
    font-weight: bold;
    font-size: 11px;
}

.measure_tool_distance_value {
    overflow-x: auto;
    white-space: nowrap;
    text-align: left;
    font-size: 11px;
}

.total-popup-label {
    color: #00FF80;
    text-shadow: 1px 1px 0px #000000;
}
