
.leaflet-control-layers-toggle.leaflet-layerstree-named-toggle {
    margin: 1px 3px;
    width: auto;
    height: auto;
    background-image: none;   
   
}

.leaflet-layerstree-node {
}

.leaflet-layerstree-header input{
    margin-left: 0px;
}


.leaflet-layerstree-header {
}

.leaflet-layerstree-header-pointer {
    cursor: pointer;
}

.leaflet-layerstree-header label {
    height: 200px;
    display: inline-block;
    cursor: pointer;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    height: 10px;
}

.leaflet-layerstree-header-label {
    font-weight: 900;
}

.leaflet-layerstree-header-name {
  display: inline-block;
  cursor: pointer;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 600;
  height: 10px;
}

.leaflet-layerstree-header-space {
}

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

.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;
}