html,
body,

#viewDiv {
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
}

.slider {
  width: 100%;
}

#opacityDiv {
  padding-left: 10px;
  height: 100%;
  width: 180px;
}

#scene-filter {
  padding: 10px;
  width: 270px;
}

#legendDiv {
  max-width: 500px;
  padding: 12px;
}


.spinner {
  position: absolute;
  top: 30%;
  left: 50%;
  width: 50px;
  height: 50px;
  border: 6px solid rgba(0, 0, 0, 0.1);
  border-top-color: #0079c1;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  z-index: 999;
}

.hidden {
  display: none;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

#dataset-picker div {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

#dataset-picker input[type="radio"] {
  margin: 0;
  vertical-align: middle;
}

#dataset-picker label {
  margin-left: 6px;
  line-height: 1;
}

#dimension-picker:empty {
  display: none;
}

#doi-info:empty {
  display: none;
}

#dimension-picker:not(:empty) {
  margin-top: 210px;
}

#doi-info:empty {
  display: none;
}

#info-text-section {
  padding: 10px;
  background: white;
  max-width: 4000px;
  width: 300px;
  font-size: 12px;
  overflow-y: auto;
  max-height: calc(70vh - 50px);
}
