body {
  padding: 0;
  margin: 0;
}

#map,
body,
html {
  height: 100%;
}

.legend {
  line-height: 18px;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 10px;
  color: rgb(220, 221, 213);
  border-radius: 10px;
}




.legend i {
  width: 18px;
  height: 18px;
  float: left;
  margin-right: 8px;
  opacity: 0.8;
}

div.leaflet-popup-content-wrapper,
div.leaflet-popup-tip {
  background-color: rgba(243, 242, 231, 0.842);
}

.state-text {
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.popUp-title {
  font-size: 12px;
  color: brown;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-weight: 700;
}

.popUp-val {
  font-size: 12px;
  color: rgb(9, 11, 136);
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.satellite-sel-box,
.light-sel-box,
.dark-sel-box,
.outdoors-sel-box {
  color: rgb(2, 253, 23);
}

.fl-sel-box,
.eq-sel-box {
  color: rgb(217, 255, 2);
  font-weight: 600;
}

.leaflet-control {
  background-color: rgba(0, 0, 0, 0.7);
}