#centre-assal-three-wrapper {
  display: grid;
  grid-template-columns: 2fr 1fr;
  direction: rtl;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
  z-index: 9;
  text-align: left;
  max-width: 1920px;
  min-height: 700px;
  max-height: 900px;

}
#centre-assal-app {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 700px;
  max-height: 900px;


}
.camera-position {
  display: none !important;
}

.camera-position {
  position: absolute;
  left: 210px;
  color: white;
  background-color: rgba(0, 0, 0, 1);
  padding: 10px;
  font-family: "Source Sans Pro";
  z-index: 1000;
  direction: ltr;
}
.read-more-three {
  font-family: "Source Sans Pro";
}
.tooltip-foot {
  position: absolute;
  padding: 20px;
  background-color: rgba(255, 255, 255, 1);
  color: #8c8279;
  border-radius: 0px;
  font-family: "Source Sans Pro";
  z-index: 1000;
  width: 260px;
  direction: ltr;
}
/* .three-tooltip {
  display: block !important;
} */
.three-tooltip-title {
  font-family: "Source Sans Pro";
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0%;
  color: #bd9b60;
  padding-bottom: 17px;
}
.three-tooltip-read-more {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  color: white;
  background: #bd9b60;
  padding: 5px 5px 2px 24px;
  border-radius: 40px;
  white-space: nowrap;
}
.three-tooltip-desc {
  font-family: "Source Sans Pro";
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
  padding-bottom: 17px;
}
.sidebar-list-item-three {
  list-style: none;
  font-family: "Source Sans Pro";
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0%;
  color: #cbc4bc;
  padding: 3px 0;
}
.zoom-controller-three {
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  flex-direction: column;
  z-index: 1000;
  gap:0;
}
.zoom-in-button-three {
  /* width: 40px;
    height: 40px; */
  background-color: rgba(255, 255, 255, 0);
  color: #8c8279;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
  outline: none;
}
.zoom-out-button-three {
  /* width: 40px;
    height: 40px; */
  background-color: rgba(255, 255, 255, 0);
  color: #8c8279;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
  outline: none;
}
.zoom-in-button-three,
.zoom-out-button-three,
.reset-button-three {
  background-color: rgba(255, 255, 255, 0);
  width: auto;
  cursor: pointer;
}

.zoom-in-button-three img,
.zoom-out-button-three img,
.reset-button-three img {
  width: 40px;
  height: 40px;
}

.zoom-in-button-three:hover,
.zoom-out-button-three:hover,
.reset-button-three:hover {
  background-color: rgba(
    255,
    255,
    255,
    0
  ); /* Keep background transparent on hover */
}
.reset-button-three {
  /* width: 40px;
    height: 40px; */
  width: auto;
  background-color: rgba(255, 255, 255, 0);
  color: #8c8279;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  outline: none;
  z-index: 1000;
}
.instruction-text-three {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #8c8279;
  font-family: "Source Sans Pro";
  font-weight: 400;
  font-size: 20px;
  background-color: rgba(0, 0, 0, 0);
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 16px;
  z-index: 1000;
  pointer-events: none;
  direction: ltr;
  align-items: center;
}
.instruction-three-img {
  width: 100px;
  padding-top: 10px;
}
.instruction-text-three {
  display: flex;
  align-items: center;
  gap: 10px;
}
.sidebar-list-three {
  padding-left: 0 !important;
}
.sidebar-title-three {
  font-family: "Source Sans Pro";
  font-weight: 600;
  font-size: 24px;
  padding: 5px 0;
  line-height: 140%;
  letter-spacing: 0%;
  color: #bd9b60;
  margin-top: 0;
  padding-top: 0;
}
.preloader-three {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
}
.sidebar-three {
  overflow-y: auto;
  direction: ltr;
  scrollbar-width: thin;
}
.three-loader {
  width: 45px;
  aspect-ratio: 0.75;
  --c: no-repeat linear-gradient(#bd9b60 0 0);
  background: var(--c) 0% 50%, var(--c) 50% 50%, var(--c) 100% 50%;
  animation: l7 1s infinite linear alternate;
}
.zoom-out-button-three,
.reset-button-three,
.zoom-in-button-three,
.zoom-out-button-three:focus,
.reset-button-three:focus,
.zoom-in-button-three:focus {
  outline: none !important;
  background: transparent !important;
}
@keyframes l7 {
  0% {
    background-size: 20% 50%, 20% 50%, 20% 50%;
  }
  20% {
    background-size: 20% 20%, 20% 50%, 20% 50%;
  }
  40% {
    background-size: 20% 100%, 20% 20%, 20% 50%;
  }
  60% {
    background-size: 20% 50%, 20% 100%, 20% 20%;
  }
  80% {
    background-size: 20% 50%, 20% 50%, 20% 100%;
  }
  100% {
    background-size: 20% 50%, 20% 50%, 20% 50%;
  }
}
.sidebar-title-three-mobile {
  display: none;
}
.sidebar-list-three {
  display: block;
}
@media (max-width: 1800px) {
  .sidebar-three {
    padding-left: 5%;
  }
  .sidebar-list-item-three{
    font-size:17px;
  }
}

@media (max-width: 1024px) {
  #centre-assal-three-wrapper {
    grid-template-columns: 1fr;
    direction: ltr;
    grid-template-rows: auto auto;
    height: auto;
    justify-items: center;
    
  }
  .tooltip-foot {
    width: auto;
  }
  .instruction-text-three {
    display: none !important;
  }
  .three-tooltip-arrow {
    width: 20px;
    height: 20px;
  }
  .three-tooltip-read-more {
    gap: 10px;
    padding: 5px 5px 5px 10px;
  }
  #centre-assal-app {
    max-height: 600px;
  }
  .three-tooltip-desc {
    padding-bottom: 10px;
    font-size: 14px;
  }
  .three-tooltip-title {
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 18px;
  }
  .tooltip-foot {
    width: 175px;
  }
  .read-more-three {
    font-size: 14px;
    }
  .sidebar-title-three-mobile {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-top: 32px;
    margin-bottom: 10px;
    gap: 16px;
    padding: 16px;
    background-color: #bd9b60;
    color: white;
    font-family: Source Sans Pro;
    font-weight: 600;
    font-size: 28px;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: justify;
    cursor: pointer;
  }
  .sidebar-title-three {
    display: none;
  }
  .sidebar-list-three {
    max-width: 100%;
    padding-left: 16px !important;
    display: none;
  }
  .sidebar-three {
    width: 100%;
    padding: 0;
  }
  .sidebar-list-item-three {
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: 0%;
  }

  .sidebar-title-three-mobile .sidebar-col-three:nth-child(2) {
    flex: 1;
    text-align: left;
  }
  .zoom-controller-three button {
    padding: 5px;
  }
}
@media (max-width: 767px) {
  #centre-assal-three-wrapper , #centre-assal-app{
    min-height: 600px;
  }
  .sidebar-title-three-mobile {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-top: 32px;
    margin-bottom: 10px;
    /* width: 356px; */
    gap: 16px;
  }

  /* .sidebar-list-three {
    max-width: 356px;
  } */
  #centre-assal-app {
    max-height: 600px;
  }
  .tooltip-foot {
    padding: 10px;
  }
  .three-tooltip-desc {
    padding-bottom: 7px;
    font-size: 14px;
  }
  .three-tooltip-title {
    padding-bottom: 7px;
    font-size: 16px;
    line-height: 18px;
  }
  .sidebar-title-three-mobile {
    background-color: #bd9b60;
    color: white;
    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: justify;
    padding: 10px 16px;
    cursor: pointer;
    align-items: center;
  }
  .sidebar-list-item-three {
    font-size: 14px;
  }
}
