._dash-loading {
  margin: auto;
  color: #FAF9F6;
  background:#FAF9F6;
  background-color:#FAF9F6;
  width: 100vw;
  height: 100vh;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}

.leaflet-control-container { position: absolute; right: 50px }

@media (hover: none) {
  .leaflet-tooltip-pane { display: none;}
}

.leaflet-popup-tip {
    background: rgba(0, 0, 0, 0) !important;
    box-shadow: none !important;
}

.VirtualizedSelectOption {
    display: flex; /* Or display: inline-flex; */
    justify-content: center; /* Centers content horizontally */
    align-items: center; /* Centers content vertically if needed */
}