.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;
  /* width: 50%; */
  max-width: 30vh;
  margin-bottom: 0.5rem;
  width: 20vh;
}

.leftSide ul {
  display: none;
}

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

main {
  /* padding: 0.5rem 0 0 0; */
  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 {
  font-size: x-large;
  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: 16px;
  user-select: none;
  transition: all 0.3s ease !important;
  white-space: nowrap;
}
.pano-button-container button:hover {
  background: var(--colorBrandPrimary70) !important;
  /* box-shadow: var(--buttonOverOutline); */
}

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

/*-------------Responsive-------------*/
@media screen and (min-width: 1024px) {
  .leftSide ul {
    display: block !important;
  }
  /* .leftSide ul {
    background-color: var(--colorBrandPrimary70);
    padding: 1rem 1.5rem;
    list-style-type: none;
    margin: 1rem 0;
    border-radius: 0.5rem;
    backdrop-filter: blur(5px);
    line-height: 2.5;
  } */

  .leftSide ul {
    background-color: rgb(0 0 0 / 20%);
    padding: 1rem 1.5rem;
    list-style-type: none;
    margin: 1.25rem 0;
    border-radius: 0.5rem;
    backdrop-filter: blur(7px);
    line-height: 2.5;
    border: 1px solid #ffffff0a;
  }

  .leftSide ul li {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.3rem 0;
    margin: 0;
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.15); */
  }
}
@media screen and (min-width: 586px) {
  .leftSide {
    width: 40%;
  }
  .leftSide ul {
    display: none;
  }
}

@media screen and (min-width: 586px) and (orientation: landscape) {
}

@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;
  }
  /* .registerBtn {
    top: 10px;
  } */
}
