#map-container {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#map {
    height: 100vh;
}

#legend-info {
    max-height: 270px;
    overflow: scroll;
    overflow-x: hidden;
}

.legend {
    max-width: 380px;
    width: 380px;
}

@media (max-width: 600px) {
    .legend {
        width: 360px;
        bottom: 50px;
    }
}

#draggable .card-header,
.legend .card-header,
.leaflet-bar .button,
.popup .card-header,
#draggable .button,
.handle {
    color: #ffffff !important;
    background-color: #5d5191 !important;
}

.leaflet-control-coordinates {
    padding: 5px;
    background: rgba(255, 255, 255);
    border-radius: 4px;
}

#legend-close,
#draggable-close {
    cursor: pointer;
}

#draggable {
    width: 450px;
    height: 300px;
    min-width: 200px;
    min-height: 150px;
    max-width: 1500px;
    max-height: 600px;
    position: absolute;
    z-index: 1000;
    left: 3%;
    top: 20%;
    clip-path: inset(0 round 5px);
}

#draggable-content {
    width: 100%;
    height: 87%;
    overflow: auto;
    font-size: 10px;
}

.handle {
    cursor: move;
}

input[type="checkbox"] {
    width: 13px;
    height: 13px;
}

.popup {
    max-height: 500px;
    overflow-y: auto;
}