#mapID {
    height: 100vh;
    position: relative;
    outline: none;
}
/* Set Body to fullscreen*/
body{
    height: 100vh;
}
/* Override default Leaflet Style */
/* Popup size */
/*
.leaflet-popup{
    width: 1280px;
}
*/
/* Make Tooltip transparent */
.leaflet-tooltip{
    background-color: transparent;
    border: none;
    border-radius: 0px;
    box-shadow: none;
    font-size: 15px;
    font-weight: bold;
}

.leaflet-tooltip_BG{
    background-color: rgba(201, 76, 76, 0.3); /* transparent */
    border: none;
    border-radius: 0px;
    box-shadow: none;
    font-size: 15px;
    font-weight: bold;
}
/* Remove Tooltip Arrow */
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
    border: none;
    }