body {
  font-family: "Inter", sans-serif;
}

input[type="checkbox"]:checked ~ label span svg {
  display: inline-flex;
}

.sticky {
  position: fixed !important;
  z-index: 9999 !important;
  transition: all 0.3s ease;
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(4px);
  box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
}

.dark .sticky {
  background-color: #1e232e;
  box-shadow: inset 0 -1px 0 0 hsla(0, 0%, 100%, 0.1);
}

.sticky .header-logo {
  padding: 1.25rem 0;
}

@media (min-width: 1024px) {
  .sticky .header-logo {
    padding: 0.5rem 0;
  }
}

.sticky .menu-scroll.active {
  opacity: 0.7;
}

.navbarTogglerActive > span:nth-child(1) {
  transform: rotate(45deg);
  top: 7px;
}

.navbarTogglerActive > span:nth-child(2) {
  opacity: 0;
}

.navbarTogglerActive > span:nth-child(3) {
  top: -8px;
  transform: rotate(135deg);
}

input#togglePlan:checked ~ .dot {
  transform: translateX(100%);
}

input#checkboxLabel:checked ~ .box span {
  opacity: 1;
}

input#checkAgree:checked ~ .box span {
  opacity: 1;
}

input#checkExplicit:checked ~ .box span {
  opacity: 1;
}

input#checkAgreeUp:checked ~ .box span {
  opacity: 1;
}

input#eCheckExplicit:checked ~ .box span {
  opacity: 1;
}

input#eCheckCookie:checked ~ .box span {
  opacity: 1;
}

input#eCheckInf:checked ~ .box span {
  opacity: 1;
}

#cesiumContainer {
  /*width: 90vw;
  background-color: white;*/

  display: none;
  width: 100vw;
  height: calc(100vh - 70px);
  z-index: 1;
  /*padding: 10px;*/
}

#cesiumTooltip {
  position: absolute;
  display: none;
  background: rgba(0, 0, 0, 0.75);
  color: white;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  pointer-events: none;
  z-index: 999;
  white-space: nowrap;
}

.cesium-infoBox {
  margin-right: 8px;
  margin-top: 10px;
}
