.icon-camera {
    width: 20px;
    height: 20px;
}

.icon-camera:hover{
    cursor:pointer
}
.dash-spinner-container{
    height: 900px!important
}

.leaflet-control-layers {
    position: absolute !important;
    top: 120px !important; /* Adjust distance from top */
    right: 0px !important; /* Move it to the left */
    z-index: 1000 !important; /* Make sure it stays above other elements */
    border-radius: 5px !important;
    max-height: 80vh !important; /* Limit max height so it stays within the map */
    overflow: auto;
    .leaflet-control-layers-toggle {
        background-image: url('scaled-wms-icon.svg') !important;
    }
}
.leaflet-control-layers-list {
    min-width: 180px !important; /* Adjust this value to your needs */
    white-space: nowrap; /* Prevent text wrapping */
    max-height: 80vh !important;  /* Set max height for expanded list */
    overflow: auto;
}
.leaflet-container {
    position: relative;
}

