.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;
}

.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 {
  width: 100% !important;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100 !important;
  padding: 17% 2% 15% 2%;
  display: flex !important;
  align-items: start;
  flex-direction: column;
  background-image: linear-gradient(
    to right,
    rgb(0, 0, 0, 0.9) 0%,
    rgb(16 16 16 / 95%) 100%
  );
  visibility: hidden;
  transform: translateY(-100%);
  transition: visibility 0s, transform 0.5s ease;
}

.rightSideShow {
  visibility: visible !important;
  transform: translateY(0) !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;
}

/*-------------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;
  }
}

@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;
  }
}

@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;
  }
}
