.leaflet-google-layer {
        z-index: 0;
    }
    .leaflet-popup-content-wrapper {
        padding: 10px;
        border-radius: 0;
        font-weight: 300;
        font-size: 13px;
        overflow: hidden;
    }
    .leaflet-popup-content {
        margin: 0;
        width: 320px;
        height: auto;
    }

    .leaflet-map-pane a.leaflet-popup-close-button {
        z-index: 1;
        top: -8px!important;
        right: -8px!important;
        width: 15px!important;
        height: 15px!important;
        display: flex;
        box-shadow: 0 2px 10px 0 rgba(0,0,0,.16);
        border-radius: 50%;
        background: #fff;
        font-size: 19px;
        padding: 10px;
        color: #000;
        font-style: normal;
        font-variant: normal;
        font-weight: 400;
        text-transform: none;
    }
    .leaflet-map-pane a.leaflet-popup-close-button:hover {
        background: #2f2f30;
        color: #fff;
    }
    #map_canvas .top_control_wrapper {
        top: 15px !important;
        right: 58px !important;
        z-index: 999 !important;
    }
    .overlay_panel_headers_wrapper .overlay_panel_header {
        white-space: unset; 
    }

    .leaflet-control {
        padding: 2px;
    }

    .leaflet-control-layers-toggle {
        display: block !important;
    }

    .leaflet-control.leaflet-control-layers-toggle,
    .leaflet-control.leaflet-bar a {
        height: 36px;
        width: 36px;
        line-height: 36px;
    }
    .leaflet-control {
        box-shadow: 0 1px 5px rgba(0,0,0,0.4);
        background: #fff;
        border-radius: 5px;
    }

    .leaflet-control-layers-list {
        position: absolute;
        background: white;
        padding: 10px;
        white-space: nowrap;
        right: 50px;
        top: 0;
    }
    .leaflet-control-layers-list .base-layer-item .base-layer-item-title {
        display: block;
        width: 100%;
        margin: 10px 20px;
        padding: 5px 10px;
        border: 1px solid #ddd;
        background: white;
        text-align: center;
    }
    .leaflet-control-layers-list .base-layer-item:hover > input:not(:checked) ~ label > .base-layer-item-title {
        background-color: #cecece;
        color: white;
    }
    .leaflet-control-layers-list .base-layer-item > label {
        background-image: url(https://api.tourism-system.com/static/assets/images/see_map.png);
        padding: 0;
        margin-bottom: 5px;
        display: flex;
        align-items: center;
        cursor: pointer;
        border: 1px solid #ddd;
        border-radius: 4px;
        user-select: none;
    }
    .leaflet-control-layers-list .base-layer-item > input {
        display: none;
    }
    .leaflet-control-layers-list .base-layer-item > input:checked ~ label {
        position: relative;
    }
    .leaflet-control-layers-list .base-layer-item > input:checked ~ label::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #A1E8AF;
        opacity: 0.5;
    }

    .leaflet-control-layers-list .base-layer-item > input:checked ~ label > .base-layer-item-title {
        background-color: #A1E8AF;
        color: white;
        z-index: 1;
    }