#map {
    background-color: #ffffff;
}

html,
body,
#map {
    overflow: hidden;
}

.leaflet-container {
    background: #ffffff;
    padding-right: 10px;
}

.leaflet-popup-scrolled {
    border-top: unset !important;
    border-bottom: unset !important;
}

.leaflet-popup-content {
    max-height: 70vh;
    max-width: 70vw;
}

.leaflet-popup-content th {
    min-width: 75px;
    text-align: left;
    vertical-align: top;
}

.leaflet-popup-content td {
    min-width: 75px;
}

.leaflet-tooltip {
    background: none;
    border: none;
    box-shadow: none;
}

.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
    border: 0;
}

.leaflet-tooltip.data-tooltip {
    max-width: 360px;
    padding: 8px 10px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid #c8d1da;
    border-radius: 6px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
    color: #2c3e50 !important;
    white-space: normal;
}

.leaflet-tooltip.data-tooltip table {
    border-collapse: collapse;
}

.leaflet-tooltip.data-tooltip th,
.leaflet-tooltip.data-tooltip td {
    padding: 2px 4px;
}

.search-hit-area {
    pointer-events: all;
}

.leaflet-container,
.leaflet-container a {
    color: #444444 !important;
}

.leaflet-control-zoom-in,
.leaflet-control-zoom-out,
.leaflet-control-search .search-button {
    background-color: #f8f8f8 !important;
    border-radius: 0 !important;
    color: #444444 !important;
}

.leaflet-control {
    border-radius: 4px;
    box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4) !important;
}

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar,
.leaflet-control-search {
    border: 3px solid rgba(255, 255, 255, 0.4) !important;
}

.leaflet-control-attribution a {
    color: #0078a8 !important;
}

.leaflet-control-scale-line {
    border: 2px solid #f8f8f8 !important;
    border-top: none !important;
    color: #000000 !important;
}

.leaflet-control-search .search-button {
    width: 30px !important;
    height: 30px !important;
    font-size: 13px !important;
    text-align: center !important;
    cursor: pointer;
}

.leaflet-container .leaflet-control-search {
    background: none !important;
}

.leaflet-control-search .search-input {
    height: 30px !important;
    margin: 0 !important;
}

.leaflet-control-layers {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding: 2px;
    background-color: #f8f8f8 !important;
    color: #444444 !important;
}

.leaflet-control-layers-expanded {
    padding-left: 6px;
}

.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
    display: block;
    margin-bottom: 3px;
    background-image: none;
    text-decoration: none;
}

.leaflet-control-layers-expanded .leaflet-control-layers-toggle::after {
    content: "\00BB";
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #444444 !important;
    font-size: x-large;
    text-align: center;
}

.leaflet-overlay-pane {
    z-index: 550;
}

.leaflet-popup-pane {
    z-index: 700;
}
