body {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    background-color: #4e4e4e;
}
#map {
    width: 100%;
    height: 100vh;
}

.leaflet-image-layer,
.leaflet-tile {
    image-rendering: pixelated;
}
.leaflet-control {
    background-color: #3d3d3d;
    color: white;
    border-radius: 10px;
}
.leaflet-control a {
    background-color: #3d3d3d;
    color: white;
}
.leaflet-container {
    cursor: crosshair;
    background-color: #0f0f0f;
}
.leaflet-popup-tip,
.leaflet-popup-content-wrapper {
    background-color: #3d3d3d;
    color: white;
}
.map-selector-control {
    padding: 4px 8px;
    font-size: 14px;
}
.map-selector-control select {
    background-color: #3d3d3d;
    color: white;
    border-radius: 4px;
    border: 1px solid #666;
}
.map-selector-control label {
    margin-right: 4px;
}

/* Editor toggle: above map-selector-control in top-right */
.leaflet-top.leaflet-right {
    padding-top: 46px;
}
#editor-toggle-btn {
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 1001;
    padding: 8px 16px;
    background-color: #3d3d3d;
    color: #fff;
    border: 1px solid #666;
    border-radius: 8px;
    cursor: pointer;
    font-size: 14px;
}

.coords-control {
    top: 0;
    left: 0;
    padding: 0.5em;
    background-color: #00000080;
    color: white;
    font-size: 1.5em;
    z-index: 1000;
    border-radius: 10px;
    
}
h3 {
    margin: 0.2vh;
}
sml {
    margin: 0.2vh;
    font-size: 0.8em;
}
mid {
    margin: 0.2vh;
    font-size: 1em;

}
