/* This file contains the customised style of leafletjs */
.leaflet-logo-btn {
    cursor: pointer;
    padding: 0;
    background: transparent;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    left: -8px;
}

.leaflet-logo-btn img {
    width: 45px;
    height: 45px;
    display: block;
}

/*.leaflet-logo-btn:hover {
    background: rgba(255, 255, 255, 0.1);
}*/

.info-popup .leaflet-popup-content-wrapper {
    border-radius: 5px;
    background-color: #333b3ba1;
    color: white;
}
.info-popup .leaflet-popup-content p {
    margin-bottom: 1px;
}
.info-popup span {
    color: white
}
.info-popup .leaflet-popup-tip-container div {
    background-color: #333b3ba1;
}
.info-popup .colourLime {
    color:lime
}
.info-popup .colourNavajoWhite{
    color:navajowhite
}

.leaflet-btn {
    cursor: pointer;
    padding: 5px;
    background: #fff;
    border: 2px solid rgba(255, 255, 255, 15%); /* #666;*/
    border-radius: 0.3em ;
    width: 34px;
    height: 34px;
    text-indent: 1px;
    /*box-shadow: 0 1px 5px rgba(0, 0, 0, 65%)
}
.leaflet-btn :hover,
.leaflet-btn :focus{
	color: #585858;*/
}
/* Custom styles for the Leaflet tooltips */
.leaflet-geojson-label {
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    color: #000;
    font-weight: bold;
    font-size: 16px;
    pointer-events: none;
    z-index: 1000;
    white-space: nowrap;
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
    /* Add a stronger text shadow for better readability without background */
}
/* Remove the tooltip arrow for cleaner look */
.leaflet-geojson-label:before {
    display: none;
}
/* Custom styles for the Leaflet tooltips */
.leaflet-tc-label {
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    color: #000;
    font-weight: bold;
    font-size: 16px;
    pointer-events: none;
    /*z-index: 1000;*/
    white-space: nowrap;
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}
  /* Remove the tooltip arrow for cleaner look */
.leaflet-tc-label:before {
    display: none;
}

.tc-postion-tooltip {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #000000;
    border-radius: 4px;
    padding: 6px;
    font-size: 12px;
}

path.leaflet-interactive:focus {
    outline: none;
}
