#map-container {
    position: relative;
    height: 100vh;
}

#map-select-container {
    position: fixed;
    top: 10px;
    right: 10px;
    width: 300px;
    z-index: 1000;
    background-color: white;
    padding: 10px;
    border-radius: 4px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.50);
}

#map-select {
    width: 100%;
    padding: 5px;
    font-size: 14px;
}
