.leaflet-container {
    background: #fff;
    padding-right: 10px;
}

.leaflet-popup-scrolled {
    width: auto !important;
    height: auto !important;
    overflow: auto;
    max-height: 70vw;
    max-width: 70vw;
    border-bottom: unset !important;
    border-top: unset !important;
}

.leaflet-popup-content {
    max-height: 70vw;
    max-width: 70vw;
    overflow: auto;
}

.leaflet-tooltip {
    background: none;
    box-shadow: none;
    border: none;
}

.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
    border: 0px;
}

.leaflet-container {
    color: #000000 !important;
}

.leaflet-control-zoom-in,
.leaflet-control-zoom-out,
.leaflet-control-locate a,
.leaflet-touch .leaflet-control-geocoder-icon,
.leaflet-control-search .search-button,
.leaflet-control-measure {
    background-color: #f8f8f8 !important;
    border-radius: 0px !important;
    color: #000000 !important;
}

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar,
.leaflet-control-search,
.leaflet-control-measure {
    border: 3px solid rgba(255, 255, 255, .4) !important;
}

.leaflet-control-attribution a {
    color: #0078A8 !important;
}

.leaflet-control-scale-line {
    border: 2px solid #f8f8f8 !important;
    border-top: none !important;
    color: black !important;
}

.leaflet-control-search .search-button,
.leaflet-container .leaflet-control-search,
.leaflet-control-measure {
    box-shadow: none !important;
}

.leaflet-control-search .search-button {
    width: 30px !important;
    height: 30px !important;
    font-size: 13px !important;
    text-align: center !important;
    line-height: 30px !important;
}

.leaflet-control-measure .leaflet-control {
    width: 30px !important;
    height: 30px !important;
}

.leaflet-container .leaflet-control-search {
    background: none !important;
}

.leaflet-control-search .search-input {
    margin: 0px 0px 0px 0px !important;
    height: 30px !important;
}

.leaflet-control-measure {
    background: none !important;
    border-radius: 4px !important;
}

.leaflet-control-measure .leaflet-control-measure-interaction {
    background-color: #f8f8f8 !important;
}

.leaflet-touch .leaflet-control-measure .leaflet-control-measure-toggle,
.leaflet-touch .leaflet-control-measure .leaflet-control-measure-toggle:hover {
    width: 30px !important;
    height: 30px !important;
    border-radius: 0px !important;
    background-color: #f8f8f8 !important;
    color: #000000 !important;
    font-size: 13px;
    line-height: 30px;
    text-align: center;
    text-indent: 0%;
}

.leaflet-control-layers-toggle {
    background-color: #f8f8f8 !important;
}

.leaflet-overlay-pane {
    z-index: 550;
}

.leaflet-popup-pane {
    z-index: 700;
}