.leaflet-pane, .leaflet-top, .leaflet-bottom {
  z-index: 99;
}
.leaflet-tile-pane {
  filter: grayscale(0.75);
}
.leaflet-container a,
.leaflet-container .fsa-map-popup-value {
  color: white;
  text-decoration: none;
  font-size: 12px;
}
.leaflet-container a:hover {
  color: white;
  text-decoration: underline !important;
}
.leaflet-container .leaflet-overlay-pane,
.leaflet-container .leaflet-marker-pane {
  filter: grayscale(0);
}
.leaflet-control-container a {
  color: black;
}
.leaflet-control-container a:hover {
  text-decoration: none !important;
}
.leaflet-control-zoom a {
  text-decoration: none;
}
.leaflet-popup-content-wrapper, .leaflet-popup-tip {
  box-shadow: none;
  border-radius: 0;
  background: var(--fsa-search);
}
.leaflet-popup-tip {
  width: 3px;
  height: 7px;
  padding: 1px;
  margin: 0 auto 0;
  transform: rotate(0deg);
}
.leaflet-popup-content {
  margin: 2px 19px 2px 2px;
  line-height: 1.4;
}
.leaflet-popup-close-button {
  color: white !important;
}

.oes-legend-item-inactive {
  opacity: 0.5;
}

/*# sourceMappingURL=map.css.map */
