/*.leaflet-label {
	background: rgb(235, 60, 66);
	background: rgba(235, 18, 19, 0.81);
	background-clip: padding-box;
	border-color: #770d0c;
	border-color: rgba(0, 0, 0, 0.25);
	border-radius: 4px;
	border-style: solid;
	border-width: 4px;
	color: #111;
	display: block;
	font: 12px/20px "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 1px 6px;
	position: absolute;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	white-space: nowrap;
	z-index: 6;
}*/

.leaflet-label.leaflet-clickable {
    cursor: pointer;
    pointer-events: auto;
}

.leaflet-label:before,
.leaflet-label:after {
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    content: none;
    position: absolute;
    top: 5px;


}

.leaflet-label:before {
    border-right: 6px solid black;
    border-right-color: inherit;
    left: -10px;
}

.leaflet-label:after {
    border-left: 6px solid black;
    border-left-color: inherit;
    right: -10px;
}

.leaflet-label-right:before,
.leaflet-label-left:after {
    content: "";
}

.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
    opacity: 1;
    zoom: 101% !important;
}

.leaflet-tooltip {
    padding: 0px !important;
    font-weight: 900 !important;
    background-color: transparent !important;
    border: 0px solid #fff !important;
    border-radius: 0px !important;
    color: #007bff !important;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.4) !important;
    font-size: 0.7vw;


    display: flex !important;
    justify-content: center !important;
    align-items: center !important;




}






path {
    stroke-width: 3px !important;
}