/*another-popop style*/
.another-popup {
    pointer-events: none;
}
.another-popup .leaflet-popup-content-wrapper {
    background: rgba(255, 255, 255, 0.7);
    color: #000000;
    font-size: 15px;
    /* line-height: 0px; */
    border-radius: 10px;
    pointer-events: none;
}
.another-popup .leaflet-popup-content {
    margin: 3px;
    pointer-events: none;
}
.another-popup .leaflet-popup-tip {
    background: transparent;
    border: none;
    box-shadow: none;
    pointer-events: none;
}
.leaflet-popup-close-button {
    display: none; 
}

.leaflet-tooltip {
    position: absolute;
    pointer-events: none;
    border: 6px solid transparent;
    background: transparent;
    content: "";
    box-shadow: 0 0px 0px rgba(0,0,0,0.4);
    color: #ffffff;
}

#menu {
  z-index:500; 
  position:absolute;
  right: 0;
  width: 200px; 
  background-color: white;
}
#loading {
  position:absolute;
  width: 100%; 
  height: 100%;
  display: none;
  justify-content: center;
  align-items: center; 
  z-index:400;
}
#loadingText {
  font-size: 2000%;
  font-family: Verdana, sans-serif; 
  color: #0091fe; 
  display: flex
}
