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

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

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

.logoContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.logoContainer h4 {
  margin-top: -0.7rem;
  font-size: 16px !important;
  font-family: var(--fontRegular) !important;
  color: white;
}

/*-------------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 li {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.3rem 0;
    margin: 0;
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.15); */
  }
  .leftSide .aerial360 {
    display: flex !important;
    gap: 0.8rem !important;
    border-bottom: 1px solid var(--colorBrandYellow);
    padding-bottom: 1rem;
    margin-bottom: 0.5rem;
    flex: 1;
    justify-content: space-between;
    /* width: fit-content;
    min-width: fit-content;
    height: auto;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    background-color: var(--colorBrandPrimary70);
    padding: 1rem 1.5rem;
    border-radius: 0.5rem;
    margin-top: 1rem; */
  }
  .leftSide .aerial360 .logos {
    display: inline-block !important;
    width: 16vh !important;
    padding: 0.3rem;
    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: 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;
  }
}

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