#map { height: 100vh; width: 100%; }
body { 
    margin: 0; 
    padding: 0; 
    overflow: hidden; 
    background-color: transparent !important; 
}
html { 
    margin: 0; 
    padding: 0; 
    overflow: hidden; 
    background-color: transparent !important;
}

.leaflet-popup-content {
    margin: 3px;
    color: white;
}

.leaflet-popup-content-wrapper {
    border-radius: 3px;
    background-color: black;
    color: white;
}

.leaflet-popup-tip-container {
    display: none;  /* Remove popup tip */
}

.header {
    background-color: #f8f9fa;
    padding: 10px;
    text-align: center;
}

/* .legend {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1000;
    background-color: rgba(255, 255, 255, 0.801);
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
} */

.legend{
    display: none;
}

.marker-icon {
    width: 48px;
    height: 48px;
}

.custom-marker {
    background: none;
    border: none;
    filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.3));
}

.legend-icon {
    width: 24px;
    height: 24px;
    vertical-align: middle;
    margin-right: 8px;
}

/* .legend div {
    display: flex;
    align-items: center;
    margin: 8px 0;
} */