<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,
body,
#viewDiv {
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
}

#panelDivv {
  background-color: rgba(65, 64, 66, 0.75);
  color: white;
  padding: 10px;
  width: 310px;
  color: white;
  font-family: Helvetica;
  font-size: 16px;
  text-align: center;
}

#logoDivv {
  background-color: rgba(65, 64, 66, 0.75);
  color: white;
  padding: 10px;
  width: 240px;
  color: white;
  font-family: Helvetica;
  font-size: 16px;
  text-align: center;
}

#sampleInstructions {
  padding: 10px;
  background-color: rgba(65, 64, 66, 0.75);
  width: 200px;
  color: white;
}

.title {
  padding: 20px;
  top: 3%;
  left: 24%;
  right: 24%;
  position: absolute;
  background-color: rgba(65, 64, 66, 0.75);
  color: white;
  font-family: Helvetica;
  font-size: 16px;
  text-align: center;
}

.image {
  top: 90%;
  left: 25%;
  position: absolute;
}

#layerToggle1 {
  top: 150px;
  right: 200px;
  position: absolute;
  z-index: 99;
  background-color: white;
  border-radius: 8px;
  padding: 10px;
  opacity: 0.75;
}

#layerToggle2 {
  top: 150px;
  right: 98.75px;
  position: absolute;
  z-index: 99;
  background-color: white;
  border-radius: 8px;
  padding: 10px;
  opacity: 0.75;
}

#layerToggle3 {
  top: 150px;
  right: 16px;
  position: absolute;
  z-index: 99;
  background-color: white;
  border-radius: 8px;
  padding: 10px;
  opacity: 0.75;
}

.esri-legend {
  position: absolute;
  background-color: rgba(65, 64, 66, 0.75);
  color: white;
  font-family: Helvetica;
  font-size: 18px;
}

.esri-component.esri-legend.esri-widget.esri-widget--panel {
  width: 325px;
}

.esri-widget__heading.esri-legend__service-label {
  color: white;
  font-size: 18px;
}

.esri-legend__layer-cell.esri-legend__layer-cell--info {
  font-size: 14px;
}

a {
  color: white;
}/*# sourceMappingURL=main.css.map */</pre></body></html>