.leaflet-sidebar {
    position: absolute;
    width: 100%;
    overflow: hidden;
    top: 11.5px;
    bottom: 11.5px;
    transition: width .5s;
}

.leaflet-sidebar.collapsed {
    width: 30px;
}

@media (max-width: 640px) {
    .leaflet-sidebar {
        width: 270px;
        max-width: 270px
    }
}

@media (min-width:1200px) {
    .leaflet-sidebar {
        width: 400px;
        max-width: 400px
    }
}

.leaflet-sidebar-left {
    left: 0
}

@media (min-width:768px) {
    .leaflet-sidebar-left {
        left: 10px
    }
}

.leaflet-sidebar-right {
    right: 0
}

@media (min-width:768px) {
    .leaflet-sidebar-right {
        right: 10px
    }
}

.leaflet-sidebar-tabs {
    top: 0;
    bottom: 0;
    height: 100%;
    background-color: transparent
}

.leaflet-sidebar-left .leaflet-sidebar-tabs {
    left: 0
}

.leaflet-sidebar-right .leaflet-sidebar-tabs {
    right: 0
}

.leaflet-sidebar-tabs,
.leaflet-sidebar-tabs>ul {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.leaflet-sidebar-tabs>li,
.leaflet-sidebar-tabs>ul>li {
    width: 100%;
    height: 30px;
    color: #333;
    font-size: .9rem;
    overflow: hidden;
    transition: all 80ms;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
}

.leaflet-sidebar-tabs>li:hover,
.leaflet-sidebar-tabs>ul>li:hover {
    color: #000;
    background-color: #eee
}

.leaflet-sidebar-tabs>li.active,
.leaflet-sidebar-tabs>ul>li.active {
    background-color: #fff
}

.leaflet-sidebar-tabs>li.disabled,
.leaflet-sidebar-tabs>ul>li.disabled {
    color: rgba(51, 51, 51, .4)
}

.leaflet-sidebar-tabs>li.disabled:hover,
.leaflet-sidebar-tabs>ul>li.disabled:hover {
    background: 0 0
}

.leaflet-sidebar-tabs>li.disabled>a,
.leaflet-sidebar-tabs>ul>li.disabled>a {
    cursor: default
}

.leaflet-sidebar-tabs>li>a,
.leaflet-sidebar-tabs>ul>li>a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 33px;
    color: inherit;
    text-decoration: none;
    padding-left: 9px;
    cursor: pointer
}

.leaflet-sidebar-tabs>li>a,
.leaflet-sidebar-tabs>ul>li>a>i {
    display: block;
    width: 90%;
    margin-top: 11px;
    color: #444444 !important
}

.leaflet-sidebar-tabs>ul+ul {
    bottom: 0
}

.leaflet-sidebar-content {
    position: absolute;
    top: 30px;
    bottom: 0;
    background-color: rgba(255, 255, 255, .95);
    overflow-x: hidden;
    overflow-y: auto;
    color: #4b5563!important;
    padding-right: 30px!important;
}

@media (max-width: 640px) {
    .leaflet-sidebar-content {
        width: 270px;
        max-width: 270px
    }
}

@media (min-width:1200px) {
    .leaflet-sidebar-content {
        width: 400px;
        max-width: 400px
    }
}

.leaflet-sidebar-left .leaflet-sidebar-content {
    left: 30px;
    right: 0
}

.leaflet-sidebar-right .leaflet-sidebar-content {
    left: 0;
    right: 30px
}

.leaflet-sidebar.collapsed>.leaflet-sidebar-content {
    overflow-y: hidden
}

.collapsed>.leaflet-sidebar-content {
    overflow-y: hidden
}

.leaflet-sidebar-pane {
    display: none;
    left: 0;
    right: 0;
    box-sizing: border-box;
    padding: 7px 20px 20px 20px;
    width: 100%;
}

.leaflet-sidebar-pane.active {
    display: block
}

.leaflet-sidebar-header {
    margin: -10px -20px 0;
    height: 30px;
    padding: 0 20px;
    line-height: 31px;
    font-size: .8rem;
    color: rgba(37, 47, 63, 1);
    background-color: #fff;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.leaflet-sidebar-right .leaflet-sidebar-header {
    padding-left: 40px
}

.leaflet-sidebar-close {
    position: absolute;
    top: 0;
    width: 40px;
    height: 30px;
    text-align: center;
    cursor: pointer
}

.leaflet-sidebar-left .leaflet-sidebar-close {
    right: 0
}

.leaflet-sidebar-right .leaflet-sidebar-close {
    left: 0
}


.leaflet-sidebar-left.leaflet-touch {
    box-shadow: none;
}

.leaflet-sidebar-right.leaflet-touch {
    box-shadow: none;
}

@media (min-width:768px) {
    .leaflet-sidebar-right~.leaflet-control-container .leaflet-right {
        transition: right .5s
    }
}

@media (min-width:768px) and (max-width:991px) {
    .leaflet-sidebar-right~.leaflet-control-container .leaflet-right {
        right: 315px
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .leaflet-sidebar-right~.leaflet-control-container .leaflet-right {
        right: 400px
    }
}

@media (min-width:1200px) {
    .leaflet-sidebar-right~.leaflet-control-container .leaflet-right {
        right: 470px;
        top: 50px
    }
}

.leaflet-sidebar-right.collapsed~.leaflet-control-container .leaflet-right {
    right: 10px
}
