.leaflet-control-slidemenu{
    cursor:pointer;
}

.leaflet-menu{
    position:absolute;
    background-color:transparent;
    cursor:default;
    z-index:9999;
    opacity:0.9;
}

.leaflet-menu-contents{
    max-height:95%;
    overflow-y:auto;
}
.leaflet-menu::-webkit-scrollbar{
    width:7px;
    height:7px;
    background:#f2f2f2;
}

.leaflet-menu::-webkit-scrollbar-thumb{
    border-radius:2px;
    background:#777;   
}

.leaflet-menu-close-button{
    background-color:transparent;
    border:none;
    font-size:16pt;
    color:#777;
    cursor:pointer;
    margin-bottom:5px;
    margin-top:5px;
}

.leaflet-menu-close-button:hover{
    color:#4285F4;
}