.leaflet-control-layers-toggle.leaflet-layerstree-named-toggle {
    /* margin: 2px 5px; */
    width: auto;
    height: auto;
    background-image: none;
}

.leaflet-layerstree-node {
    /* background-color: blue; */
    margin-top:10px ;
    margin-bottom:10px ;
    /* border: 1px solid; */
}

.leaflet-layerstree-header input[type=checkbox] {
    margin-left: 0px;
    border-radius: 3px;
}
.leaflet-layerstree-header input:checked {
    background-color: #3F3B70;
}

.leaflet-layerstree-header {
    /* background-color: red; */

}

.leaflet-layerstree-header-pointer {
    cursor: pointer;
    display: block;
    align-items: center;
    /* background-color: aqua; */
}

.leaflet-layerstree-header label {
    display: inline-block;
    cursor: pointer;
}

.leaflet-layerstree-header-label {
    /* background-color: red; */
    /* display: block;
    align-items: center; */


}

.leaflet-layerstree-header-name {

}

.leaflet-layerstree-header-space {}

.leaflet-layerstree-children {
    padding-left: 32px;
    margin-top: 5px;
    margin-bottom: 5px;
    /* background-color: aqua; */
}

.leaflet-layerstree-children-nopad {
    padding-left: 0px;
}

.leaflet-layerstree-closed {}

.leaflet-layerstree-opened {}

.leaflet-layerstree-hide {
    display: none;
}

.leaflet-layerstree-nevershow {
    display: none;
}

.leaflet-layerstree-expand-collapse {
    cursor: pointer;
}
.leaflet-control-layers-selector {
    margin-top: 0px;
    position: relative;
    top: -2px;
}