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

#btn-container {
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-top: 1.5rem;
}

#left-container {
  overflow: hidden !important;
  /* padding: 0.5rem 0.2rem !important; */
  padding-top: 0.5rem !important;
}

.note {
  font-size: 8px;
  max-width: 55%;
  position: absolute;
  left: 3%;
  top: -2.7rem;
  color: #919191;
}

.note span {
  display: inline-block;
  margin-bottom: 0.35rem !important;
  color: darkgray !important;
}

.renderLabel {
  display: none;
}

/* -------------HOTSPOTS------------------- */

#hotspots img {
  border-radius: 50%;
  border: none !important;
  outline: 2px solid rgba(255, 255, 255, 0.3);
  transition: all 0.2s;
}

#hotspots img: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(--colorBrandSecondary90) !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;
}

/* ---------------POPUP--------------------- */
.popup {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.popup-info-container {
  text-align: left;
  font-size: 14px;
  /* width: max(40vh, 50vw); */
  width: 100%;
}

.popup-info-container > div:not(:last-child) {
  border-bottom: 1px solid rgba(131, 131, 131, 0.2);
}

.popup-info-row {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 6px;
  flex: 1;
  margin-bottom: 1rem;
  font-size: 0.8rem;
  width: 100%;
}

.popup .enquireButtonClass {
  width: 100% !important;
  margin-top: 0.5rem;
  background: var(--colorBrandGreen90);
  color: white;
}

.popup-info-field {
  flex: 1;
  white-space: nowrap;
  padding-bottom: 0.25rem;
}

.popup-title {
  font-weight: bold;
}

.popup-value {
  color: #222;
}

.popup-info-container span {
  display: inline-block;
  white-space: nowrap;
  font-weight: normal;
  font-size: max(1.4vh, 12px);
}

.m2-popup {
  font-size: 0.7rem;
}

.popup-info-container strong {
  padding-left: 0.25rem;
}

.popup-logo {
  width: max(17vh, 13vw);
  height: auto;
  display: inline-block;
  margin: 0.5rem 0 1.75rem 0;
  align-self: center;
  max-width: 60%;
}

.popup p {
  font-family: var(--fontRegular);
  font-size: 14px;
  color: var(--light-gray);
  margin: 8px 0;
  font-weight: normal;
}

.popup-value {
  font-weight: bold;
}

.green-status {
  color: green !important;
  font-weight: bold !important;
}

.popup-btn-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}

.popup-btn-container div {
  padding: 0.5rem !important;
}

/* -----------------FILTERS-------------------- */

.bedroomFilterStatus {
  display: flex;
  flex-direction: column;
}

.statusFilter {
  display: flex;
  flex-direction: row;
  /* justify-content: center; */
  align-items: start;
  gap: 1rem;
  width: 100%;
  /* margin: auto; */
  flex-wrap: wrap;
  width: fit-content;
  pointer-events: all !important;
  padding: 0.75rem;
  backdrop-filter: blur(1.5px);
  -webkit-backdrop-filter: blur(1.5px);
}

#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-right: 4px;
  /* font-size: 14px; */
  font-size: max(1.5vh, 13px);
  white-space: nowrap;
  pointer-events: inherit;
  height: 25px;
  text-shadow: 0 0 15px black;
}

.statusFilter input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 18px;
  height: 18px;
  outline: 2px solid #cccccc73;
  border-radius: 50%;
  border: none !important;
  cursor: pointer;
  vertical-align: bottom;
  margin: 0;
  margin-right: 10px;
  transition: border 0.2s;
  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;
}

.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"] {
  background-color: rgba(255, 0, 0, 0.15) !important;
  outline: 2px solid rgba(255, 0, 0, 0.7);
}

.statusFilter input[value="sold"]: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;
}

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

  .statusFilter {
    flex-direction: column;
  }

  .toggleSwitchContainer {
    flex-direction: column;
    align-items: start;
  }

  .note {
    max-width: 70%;
  }
}

/* Tablet Portrait
@media only screen and (min-width: 768px) {
  .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 {
    flex-direction: column;
    align-items: start;
  }

  .popup-info-row {
    font-size: 0.9rem;
  }
}

/* Small Tablet
@media only screen and (min-width: 992px) {
  .note {
    max-width: 300px;
    position: unset;
  }
}

/* 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.25rem 0;
  }

  .statusFilter {
    flex-direction: column;
    gap: 0.75rem;
  }

  .note span,
  .note br {
    display: none;
  }

  .renderLabel {
    display: block;
  }
}
