.leaflet-control-zoom.leaflet-control {
    width: 40px;
    height: 40px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.leaflet-control-zoom.leaflet-control a[role="button"] {
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.25s;
}
.leaflet-control-zoom.leaflet-control a[role="button"]:hover,
.leaflet-control-zoom.leaflet-control a[role="button"]:focus {
    background-color: #ccc;
}

.leaflet-popup-content {
    max-height: 300px;
    overflow-x: hidden;
    overflow-y: auto;
}
.leaflet-right .leaflet-control-group {
    margin: 10px;
}
.leaflet-right .leaflet-control-group .leaflet-dropdown-control {
    background: #fff;
    border-radius: 4px;
    border: 2px solid rgba(0,0,0,0.65);
    transition: all 0.25s;
    display: flex;
    align-items: center;
}
.leaflet-right .leaflet-control-group .leaflet-dropdown-control:hover,
.leaflet-right .leaflet-control-group .leaflet-dropdown-control:hover {
    cursor: pointer;
    background-color: #ccc;
}
.leaflet-right .leaflet-control-group .leaflet-dropdown-control span {
    padding: 8px 10px;
    display: flex;
    align-items: center;
}
.leaflet-right .leaflet-control-group .leaflet-dropdown-control span:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #2B353B transparent transparent transparent;
    margin-left: 5px;
}
.leaflet-right .leaflet-control-group .leaflet-dropdown {
    display: none;
    padding: 8px 10px;
    background: #fff;
    border-radius: 4px;
    border: 2px solid rgba(0,0,0,0.65);    
}
.leaflet-right .leaflet-control-group .leaflet-dropdown li {
    margin: 5px 0;
}
.leaflet-shadow-pane {
    display: none;
}
}