.leaflet-control-layers-expanded.leaflet-control-layers-minimap {
    width: 100%;
    background: transparent;
    /* box-shadow: 0 0 15px rgba(0, 0, 0, 0.2); */

    padding: 10px;
    border: 4px solid transparent;
    border-radius: 5px;
    overflow-x: hidden;
}
.leaflet-minimap-container {
    margin-bottom: 2px;
    padding: 5px;
    position: relative;
    display: block;
    justify-content: center;
    align-items: center;
    height: 120px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.leaflet-minimap-label {
    position: absolute;
    display: block;

    height:30px;
    bottom: 0;
    left: 0;
    padding: 2px 6px 2px 2px;
    margin: 5px 4px;
    background-color: rgba(0, 0, 0, 0.4);
    color: white;
    white-space: nowrap;
    z-index: 1000;
}
.leaflet-minimap-container .leaflet-minimap-label .leaflet-control-layers-selector {
    top: 3px;
    margin-left: 3px;
}
.leaflet-minimap {
    width: 100%;
    height: 100%;
}
.leaflet-minimap-container.leaflet-minimap-hidden {
    display: none;
}
.leaflet-control-layers-minimap .leaflet-control-layers-scrollbar{
    overflow-y: unset;
    overflow-x: unset;
}
