body {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

#map {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}

#viewer-wrapper {
  position: absolute;
  display: none;
  opacity: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.2);
  transition: opacity 250ms ease-in-out;
}

#viewer {
  position: absolute;
  top: 5vh;
  bottom: 5vh;
  left: 5vw;
  right: 5vw;
  width: 90vw;
  z-index: 1001;
}

#range {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 25px;
  background-color: #fff;
  z-index: 900;
  box-shadow: 1px 1px 5px #000;
}

.photosphere-marker {
  border-radius: 50%;
  box-shadow: 0 0 5px #fff;
}
.photosphere-marker.level-0 {
  background-color: gray;
}
.photosphere-marker.level-0.night {
  background-color: gray;
}
.photosphere-marker.level-1 {
  background-color: #73858c;
}
.photosphere-marker.level-1.night {
  background-color: #77738c;
}
.photosphere-marker.level-2 {
  background-color: #668b99;
}
.photosphere-marker.level-2.night {
  background-color: #6e6699;
}
.photosphere-marker.level-3 {
  background-color: #5990a6;
}
.photosphere-marker.level-3.night {
  background-color: #6559a6;
}
.photosphere-marker.level-4 {
  background-color: #4d96b3;
}
.photosphere-marker.level-4.night {
  background-color: #5c4db3;
}
.photosphere-marker.level-5 {
  background-color: #409bbf;
}
.photosphere-marker.level-5.night {
  background-color: #5340bf;
}
.photosphere-marker.level-6 {
  background-color: #33a1cc;
}
.photosphere-marker.level-6.night {
  background-color: #4a33cc;
}
.photosphere-marker.level-7 {
  background-color: #26a6d9;
}
.photosphere-marker.level-7.night {
  background-color: #4126d9;
}
.photosphere-marker.level-8 {
  background-color: #1aace6;
}
.photosphere-marker.level-8.night {
  background-color: #381ae6;
}
.photosphere-marker.level-9 {
  background-color: #0db1f2;
}
.photosphere-marker.level-9.night {
  background-color: #2f0df2;
}
.photosphere-marker.level-10 {
  background-color: #00b7ff;
}
.photosphere-marker.level-10.night {
  background-color: #2600ff;
}

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