#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;
    margin: auto;
}
#centre-assal-app{
    position: relative;
    width: 100%; 
    height: 100vh;
}
.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;
}
.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;
}
.read-more-three {
  margin-top: -5px;
  font-family: Source Sans Pro;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
}
.three-tooltip-read-more {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  color: white;
  background: #BD9B60;
  padding: 6px 7px 0px 24px;
  border-radius: 40px;
}
.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: 6px 0;
  }
.zoom-controller-three {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    z-index: 1000;
}
.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: 90px;
    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-family: Arial, sans-serif;
    font-size: 16px;
    z-index: 1000;
    pointer-events: none;
}
.instruction-text-three {
  display: inline-flex;
  flex-direction: row-reverse;
  align-items: center;
}
.instruction-three-img {
  width: 150px;
  height: 100%;
}
.sidebar-title-three{
	font-family: Source Sans Pro;
  font-weight: 600;
  font-size: 24px;
  line-height: 140%;
  letter-spacing: 0%;
  color:#BD9B60;
}
.preloader-three{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
}
.three-loader {
  width: 45px;
  aspect-ratio: .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;
}
@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% }
}

@media(max-width:1800px){
	.sidebar-three {
  padding-left: 5%;
}
}
/* @media (min-width:1910px){
  .sidebar-three {
    padding-left: 200px;
 }
} */