.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 ul {
  list-style: none;
}

.leftSide .logo {
  margin-bottom: 0.5rem;
  width: 13vh;
}

.leftSide {
  overflow: visible !important;
}

.leftSide hr {
  width: 100% !important;
}

.statusFilter {
  display: flex;
  flex-direction: row;
  align-items: start;
  gap: max(1.25rem, 20px);
  width: 100%;
  flex-wrap: wrap;
  width: fit-content;
  pointer-events: all !important;
  padding: 0.75rem 0;
  backdrop-filter: blur(1.5px);
  -webkit-backdrop-filter: blur(1.5px);
  font-family: var(--font-header);
}

#left-container {
  overflow: hidden !important;
  padding: 0.5rem 0.2rem !important;
  /* padding-top: 0.5rem !important; */
}

.note {
  font-size: 8px;
  max-width: 50%;
  position: absolute;
  left: 3%;
  top: min(-6vw, -7vh);
  color: #7b7b7b;
}

.note span {
  display: inline-block;
  margin-bottom: 0.35rem !important;
  color: darkgray !important;
}

.renderLabel {
  display: none;
}

input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 1rem;
  height: 1rem;
  border: 2px solid #cccccc73;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  vertical-align: bottom;
  margin: 0;
  margin-right: 0.5rem;
  transition: border 0.2s;
}

.toggleSwitchContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: max(0.5rem, 6px);
  pointer-events: auto !important;
  width: fit-content;
  margin-top: 1.25rem;
}

.toggle-switch {
  position: relative;
  width: max(3.5rem, 40px);
  height: max(1.75rem, 20px);
  /* margin-top: 10px; */
  pointer-events: auto !important;
  /* box-shadow: 0 0 20px rgb(60, 60, 60); */
}

.mode-view-title {
  padding: 0;
  margin: 0;
  text-shadow: 0 0 10px #2b2b2b;
  font-size: max(0.9rem, 12px);
  font-family: var(--font-body);
}

.toggle-label {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  border-radius: 30px;
  transition: background-color 0.3s;
  outline: 2px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 20px rgb(60, 60, 60);
}

.toggle-label:before {
  position: absolute;
  content: "";
  height: max(1.35rem, 15px);
  width: max(1.35rem, 15px);
  left: max(0.1rem, 3px);
  bottom: max(0.1rem, 3px);
  background-color: var(--color-tertiary);
  border-radius: 50%;
  transition: transform 0.3s;
}

.toggle-input:checked + .toggle-label:before {
  transform: translateX(max(1.7rem, 20px));
}

.toggle-input {
  opacity: 0;
  width: 0;
  height: 0;
}

.toggle-input:checked + .toggle-label {
  background-color: var(--color-primary);
}

#statusFilter input[type="checkbox"]:checked {
  background: var(--color-secondary);
}

#statusFilter label {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-family: var(--font-body) !important;
  color: white;
}

/* ------------Interior panos buttons-------------------- */
.pano-button-container {
  position: absolute;
  bottom: calc(var(--footerHeight) + 10px);
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--color-primary-90) !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.2rem 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(1rem, 13px);
  user-select: none;
  transition: all 0.3s ease !important;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pano-button-container button:hover {
  background: var(--color-secondary-70) !important;
  /* box-shadow: var(--buttonOverOutline); */
}

.unit-button.active {
  background: var(--color-secondary) !important;
  box-shadow: var(--buttonOverOutline);
  pointer-events: none !important;
  font-family: var(--fontBig);
}

#btn-container {
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-top: max(1rem, 12px);
  padding: max(0.25rem, 4px) 0;
}

/* -------------HOTSPOTS------------------- */

#hotspots img:is([src*="overlable-"]) {
  outline: none !important;
  border-radius: 0% !important;
  pointer-events: none !important;
  scale: 0.5;
  transform-origin: center center;
}

#hotspots img:not([src*="overlable-"]) {
  border-radius: 50%;
  border: none !important;
  outline: 2px solid rgba(255, 255, 255, 0.3);
  transition: all 0.3s;
  opacity: 1;
  width: 18px !important;
  height: 18px !important;
  transform-origin: center center;
}

#hotspots img:is([src*="eye"]) {
  width: auto !important;
  height: auto !important;
}

#hotspots img.hide-hotspot {
  opacity: 0;
  visibility: hidden;
}

#hotspots img:not([src*="overlable-"]):hover {
  outline: 2px solid rgba(255, 255, 255, 1);
  scale: 1.2;
}

#hotspots img:is([src*="info"]) {
  border-radius: 0 !important;
  border: none !important;
  outline: none !important;
  pointer-events: none !important;
}

#hotspots img:is([src*="red"], [src*="orange"], [src*="blue"]) {
  pointer-events: none !important;
}

#hotspots img:is([src*="eye"], ) {
  outline-color: rgba(255, 255, 255, 0);
  animation: pulseOutline 2s infinite ease-out;
}

#hotspots div.ggdefaulthotspot {
  /* width: fit-content !important; */
  width: 100px !important;
  height: fit-content !important;
  background-color: var(--color-secondary90) !important;
  color: white !important;
  font-family: var(--fontHeader) !important;
  font-size: 12px !important;
  border-radius: 6px !important;
  border: 1px solid white !important;
  padding: 4px 10px !important;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3) !important;
  text-align: center !important;
  transition:
    opacity 0.3s ease-in-out,
    transform 0.2s ease-in-out !important;
  transform: translateY(10px) !important;
  left: -50px !important;
  white-space: nowrap !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;
}
/* -----------------FILTERS-------------------- */

.bedroomFilterStatus {
  display: flex;
  flex-direction: column;
}

.statusFilter {
  display: flex;
  flex-direction: row;
  align-items: start;
  gap: max(1.5rem, 20px);
  width: 100%;
  flex-wrap: wrap;
  width: fit-content;
  pointer-events: all !important;
  padding: 0.75rem 0;
  backdrop-filter: blur(1.5px);
  -webkit-backdrop-filter: blur(1.5px);
  font-family: var(--font-header);
}

#bedroomFilterTitle {
  display: none;
  margin: 0;
  margin-bottom: 1rem;
  font-size: 16px;
  /* font-size: max(1.7vh, 13px); */
  font-weight: bolder !important;
}

.statusFilter label {
  display: none;
  justify-content: center;
  align-items: center;
  margin: 0;
  margin-right: 0;
  font-size: clamp(0.85rem, 1.8vw, 12px);
  white-space: nowrap;
  pointer-events: inherit;
  text-shadow: 0 0 15px black;
}

.statusFilter input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: max(1rem, 14px);
  height: max(1rem, 14px);
  outline: 2px solid #cccccc73;
  border-radius: 50%;
  border: none !important;
  cursor: pointer;
  vertical-align: bottom;
  margin: 0;
  margin-right: 8px;
  transition: outline 0.3s;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.7);
}

input[type="radio"] {
  /* outline: 2px solid #aaaaaa; */
  transition: all 0.2s ease-in-out;
  border: none !important;
}

.statusFilter input[type="radio"]:hover,
.statusFilter input[type="checkbox"]:hover {
  outline: 2.5px solid white;
}

.statusFilter input[value="all"] {
  background-color: rgba(109, 109, 109, 0.15) !important;
  outline: 2px solid rgba(109, 109, 109, 0.7);
}

.statusFilter input[value="all"]:checked {
  background-color: #6d6d6d !important;
  outline: 2.8px solid white !important;
}

.statusFilter input[value="available"] {
  background-color: rgba(0, 128, 0, 0.15) !important;
  outline: 2px solid rgba(0, 128, 0, 0.7);
}

.statusFilter input[value="available"]:checked {
  background-color: green !important;
  outline: 2.8px solid white !important;
}

.statusFilter input[value="reserved"],
.statusFilter input[value="deposit-taken"] {
  background-color: rgba(255, 166, 0, 0.15) !important;
  outline: 2px solid rgba(255, 166, 0, 0.7);
}

.statusFilter input[value="reserved"]:checked,
.statusFilter input[value="deposit-taken"]:checked {
  background-color: orange !important;
  outline: 2.8px solid white !important;
}

.statusFilter input[value="sold"],
.statusFilter input[value="leased"] {
  background-color: rgba(255, 0, 0, 0.15) !important;
  outline: 2px solid rgba(255, 0, 0, 0.7);
}

.statusFilter input[value="sold"]:checked,
.statusFilter input[value="leased"]:checked {
  background-color: red !important;
  outline: 2.8px solid white !important;
}

.statusFilter input[value="stage-2-release"],
.statusFilter input[value="stage-3-release"],
.statusFilter input[value="future-release"] {
  background-color: rgba(0, 0, 255, 0.15) !important;
  outline: 2px solid rgb(6, 125, 255, 0.7);
}

.statusFilter input[value="stage-2-release"]:checked,
.statusFilter input[value="stage-3-release"]:checked,
.statusFilter input[value="future-release"]:checked {
  background-color: rgb(6 125 255) !important;
  outline: 2.8px solid white !important;
}

.statusFilter input[type="radio"]:checked::after {
  background-color: transparent !important;
}

/* ------------------------------- */

.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: 4.5rem;
  right: 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;
}

/* ------------Responsive------------------------ */

/* Landscape Mobile */
@media only screen and (min-width: 412px) and (max-height: 767px) and (orientation: landscape) {
  .pageBg {
    z-index: 1;
    background-image:
      linear-gradient(to right, rgba(0, 0, 0, 0.847) 0%, rgba(0, 0, 0, 0) 50%),
      none !important;
  }

  .toggleSwitchContainer {
    margin-top: 2rem;
  }

  /* .toggleSwitchContainer {
    flex-direction: column;
    align-items: start;
  } */

  .note {
    max-width: 100%;
    bottom: unset;
    left: 4rem;
    top: auto;
    width: 100%;
  }

  #btn-container {
    flex-direction: column;
    justify-content: start;
    align-items: start;
    margin: 1rem 0;
  }

  .disclaimer {
    position: fixed;
    top: initial;
    left: 4rem;
    bottom: 6rem;
    z-index: 10;
  }
}

/* Tablet Landscape (1024px to 1279px) */
@media only screen and (min-width: 1024px) {
  .leftSideIcons {
    display: flex;
  }
  #btn-container {
    margin-top: 1rem;
  }
  .statusGuide {
    display: flex;
    flex-direction: column;
  }
  .note {
    font-size: 10px;
    color: lightgray;
    max-width: 300px;
    position: unset;
  }

  #bedroomFilterTitle {
    display: block;
    margin: 1rem 0 0.5rem 0;
  }

  .statusFilter {
    flex-direction: column;
    gap: max(1rem, 22px);
  }

  .note span,
  .note br {
    display: none;
  }

  .renderLabel {
    display: block;
  }

  #hotspots img:is([src*="overlable-"]) {
    scale: 0.8;
  }

  .disclaimer {
    position: fixed;
    top: initial;
    left: 1rem;
    bottom: 5.5rem;
    z-index: 10;
  }
}
