.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 .logo {
  display: none;
  margin-bottom: 0.5rem;
  width: 9vh;
}

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

main {
  align-items: start;
}

#imageData {
  opacity: 0;
  gap: 0.75rem;
  position: fixed;
  left: 0;
  bottom: 3rem;
  font-size: 12px;
  padding: 0.5rem 1rem;
  color: white;
  width: fit-content;
  border-radius: 0 8px 8px 0;
  z-index: 100;
  text-shadow: 0 0 3px BLACK;
  transition: opacity 0.1s ease;
}
h1,
.h1 {
  color: white !important;
}

/* ------------Interior panos buttons-------------------- */
.pano-button-container {
  position: absolute;
  bottom: calc(var(--footerHeight) + 10px);
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--colorBrandSecondary90) !important;
  background-color: black;
  box-sizing: border-box;
  z-index: 10;
  display: flex;
  gap: 6px;
  flex-direction: row;
  flex-wrap: nowrap;
  border-radius: 3em;
  padding: 4px 4px;
  border: solid 1px rgba(255, 255, 255, 0.3);
  transition: box-shadow 0.3s ease;
  width: fit-content;
}
.pano-button-container button {
  padding: 0.25rem 1rem;
  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, 14px);
  user-select: none;
  transition: all 0.3s ease !important;
  white-space: nowrap;
}
.pano-button-container button:hover {
  background: var(--colorBrandRed90) !important;
}

.unit-button.active {
  background: var(--colorBrandRed) !important;
  pointer-events: none !important;
  font-family: var(--fontBig);
}

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

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

@media screen and (min-width: 576px) and (min-height: 768px) and (orientation: landscape) {
  main {
    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;
  }
}

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