.pageBg {
  z-index: 1;
  background-image:
    linear-gradient(to bottom, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 50%),
    none !important;
}

div[data-popup-id="pop1"] {
  pointer-events: none !important;
}

.leftSide {
  display: flex;
  flex-direction: column;
  align-items: start !important;
  text-align: left !important;
  height: auto;
  padding: 0;
  padding: 0 2% 1rem 4%;
}

.leftSide hr {
  display: none;
}

.leftSide {
  width: 100% !important;
}

.leftSide ul {
  display: none;
}

.aerial360 {
  display: none;
}

.switcherContainer {
  left: 50% !important;
  transform: translateX(-50%) !important;
}

main {
  /* padding: 0.5rem 0 0 0; */
  align-items: start;
}

.logoContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
  pointer-events: visible !important;
}

.logoContainer h4 {
  margin-top: -1.2rem;
  font-size: 14px !important;
  font-family: var(--font-body) !important;
  color: white;
}

.twinlogo {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: start;
  width: 100%;
  border-bottom: 1px solid var(--color-primary-20);
  padding-bottom: 0.5rem;
}

.rightSide {
  display: flex !important;
  pointer-events: none !important;
}

.floorViewCloseButton::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-secondary-90);
  z-index: 0;
  transform: scaleY(0);
  transition: transform 0.3s ease;
  transform-origin: top;
}

.floorViewCloseButton::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: var(--floorCloseButtonIcon);
  background-position: center;
  background-repeat: no-repeat;
}
#radarPath {
  transform: scale(0.3);
  transform-origin: center center;
}

/* ------------------------------- */

.disclaimer-container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  background: transparent;
}

.disclaimer {
  /* display: none; */
  pointer-events: auto !important;
  color: rgba(255, 255, 255, 0.7) !important;
  position: fixed;
  bottom: 4.5rem;
  top: auto;
  left: 1rem;
  z-index: 10;
  font-size: clamp(0.75rem, 1.8vh, 1.8vw);
}

.disclaimer-content {
  background-color: var(--color-primary);
  backdrop-filter: blur(5px);
  border-radius: 0.5rem;
  font-size: 16px;
  line-height: 0.4rem;
  text-align: justify;
  padding: 1rem 2rem 2rem;
  overflow-y: auto;
  color: var(--color-tertiary);
  font-weight: 200;
}

.disclaimer-content ul {
  font-family: var(--font-body-light);
  font-size: max(0.9rem, 12px);
  color: var(--color-quinary);
}

.disclaimer-content h1 {
  color: var(--color-white) !important;
  color: white;
  text-shadow: none;
  margin-bottom: 1.5rem;
  font-weight: 700;
  font-size: max(1.5rem, 24px) !important;
  letter-spacing: 1px;
}

.disclaimer-content li {
  text-align: left;
  line-height: 1.8;
  margin: 0 0 1rem;
  letter-spacing: 0.04rem;
  list-style: none;
}

.disclaimer-content li::marker {
  color: var(--color-secondary);
}

.disclaimer-content li strong {
  color: var(--color-white);
  font-weight: var(--font-weight-semibold);
}

.disclaimerLink {
  text-decoration: underline !important;
  font-size: small;
}

.disclaimerLink:hover {
  color: var(--color-white) !important;
}

/* ------------SWITCHER--------------------- */

.switcherContainer {
  padding: 4px;
}

.switcherContainer button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3px 10px;
  background-color: rgba(255, 255, 255, 0) !important;
  color: white;
  border: none;
  border-radius: 2rem;
  cursor: pointer;
  font-family: var(--fontRegular);
  font-size: max(0.9rem, 12px);
  font-weight: 400;
  user-select: none;
  transition: all 0.3s ease !important;
  white-space: nowrap;
}

.unit-button.active {
  background: var(--color-secondary) !important;
  color: var(--color-white);
  box-shadow: var(--buttonOverOutline);
  pointer-events: none !important;
  font-family: var(--fontBig);
}

.switcherContainer button:hover {
  background: var(--color-secondary-70) !important;
  color: white;
}

/*-------------Responsive-------------*/

@media screen and (min-width: 1024px) {
  .leftSide ul {
    display: flex !important;
  }

  .leftSide .aerial360 {
    display: flex !important;
    gap: 1.8rem !important;
    border-bottom: 1px solid var(--colorBrandPrimary50);
    /* padding-bottom: 1rem; */
    margin-bottom: 0.5rem;
    flex: 1;
  }
  .leftSide .aerial360 .logos {
    display: block !important;
    width: 25vh !important;
    padding: 0;
    align-items: center !important;
    flex: 1;
  }

  .disclaimer {
    position: fixed;
    top: initial;
    left: 1rem;
    bottom: 5.5rem;
    z-index: 10;
  }
}

@media screen and (min-width: 586px) {
  .leftSide {
    width: 40%;
  }
  .leftSide .logo {
    display: inline;
  }
  .leftSide ul {
    display: none;
  }
  .aerial360 {
    display: none;
  }
}

@media screen and (min-width: 576px) and (min-height: 768px) and (orientation: landscape) {
  main {
    /* padding: 0.5rem 0 0 0; */
    align-items: center;
  }
  .pageBg {
    z-index: 1;
    background-image:
      linear-gradient(to right, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 50%),
      none !important;
  }
  .leftSide {
    padding: 0 2% 1rem calc(5% + 40px);
  }

  .switcherContainer {
    bottom: calc(var(--footerHeight) + 10px) !important;
    padding: 4px 2px !important;
    border: solid 1px rgba(255, 255, 255, 0.3) !important;
  }
  .renderLabel {
    opacity: 1 !important;
  }

  .leftSide .logo {
    display: inline;
  }
  .disclaimer {
    position: fixed;
    top: initial;
    left: 1rem;
    bottom: 5.5rem;
    z-index: 10;
  }
}

@media screen and (min-width: 768px) {
  .switcherContainer {
    left: 50% !important;
    transform: translateX(-50%) !important;
  }
  .pageBg {
    z-index: 1;
    background-image:
      linear-gradient(to right, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 50%),
      none !important;
  }
}
