<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.leaflet-control-slidemenu{
    cursor: pointer;
}

.leaflet-menu{
    position: absolute;
    background-color: rgba(255, 255, 255, 200);
    overflow: scroll;
    cursor: default;
    z-index: 9999;
}

.leaflet-menu::-webkit-scrollbar{
    width: 7px;
    height: 7px;
    background: #f2f2f2;
}

.leaflet-menu::-webkit-scrollbar-thumb{
    border-radius: 2px;
    background: #777;   
}

.leaflet-menu-close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #fff;
    border: 2px solid #999;
    border-radius: 4px;
    font-size: 20px;
    font-weight: bold;
    color: #666;
    cursor: pointer;
    width: 30px;
    height: 30px;
    line-height: 26px;
    text-align: center;
    padding: 0;
}

.leaflet-menu-close-button:hover {
    background-color: #f4f4f4;
    color: #000;
    border-color: #666;
}

.menu-main-title {
    font-size: 20px;
    font-weight: bold;
    color: #2c3e50;
    margin: 35px 0 15px;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
}
</pre></body></html>