@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";
@import "https://fonts.googleapis.com/css?family=Amiri:300,400,500,600,700";

body{
    font-family: 'Amiri', 'Poppins', 'sans-serif';
    
}
div.theater {
    position: relative;
}

div.chair_image {
    position: absolute;
    padding-top: 2px;
    width: 100px;
    height: 100px;
    text-align: center;
        
}
div.chair_text {
    position: absolute;
    padding-top: 2px;
    text-align: center;
    color: #000000;
    
   
}

.photoselector{
    border: 1px solid black;
    margin: 4px, 4px;
    padding: 4px;
    width: 100%;
    height: 80px;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
}
.selectedphoto{
    width:50px;
    height: 50px; 
    display: inline; 
    cursor: pointer;

}



.MyChaletPriceTitle{
    margin-top: 10px;
    text-align: center;
    font-size: 25px;
    color: #A7DD3C;
    background: #FFFFFF;
    text-shadow: 2px 0 0px #800040, 3px 2px 0px rgba(77,0,38,0.5), 3px 0 3px #FF002B, 5px 0 3px #800015, 6px 2px 3px rgba(77,0,13,0.5), 6px 0 9px #FF5500, 8px 0 9px #802A00, 9px 2px 9px rgba(77,25,0,0.5), 9px 0 18px #FFD500, 11px 0 18px #806A00, 12px 2px 18px rgba(77,66,0,0.5), 12px 0 30px #D4FF00, 14px 0 30px #6A8000, 15px 2px 30px rgba(64,77,0,0.5), 15px 0 45px #80FF00, 17px 0 45px #408000, 17px 2px 45px rgba(38,77,0,0.5);
    color: #A7DD3C;
    background: #FFFFFF;
}
@media (max-width:768px) {
    .MyChaletPriceTitle{
        font-size: 18px;
    }
}
@media (max-width:430px) {
    .MyChaletPriceTitle{
        font-size: 10px;
    }
}
@media (max-width:375px) {
    .MyChaletPriceTitle{
        font-size: 5px;
    }
}


.MyChaletDisc{
    font-size: inherit;
    text-align: justify;
    text-justify: inter-word;
    overflow-y: auto;
    height: 110px;
    border: 1px solid black;
    border-radius: 25px;
    padding: 10px;
}
@media (max-width:430px) {
    .MyChaletDisc{
        font-size: 5px;
        height: 70px;
    }   
}
.MyChaletName{
    color: darkorange;
    font-weight: 900;
    font-size: larger;
}
@media (max-width:430px) {
    .MyChaletName{
        font-size: 10px;
    }   
}
.MyCard-Tiltle{
    background-color: deepskyblue;
    border-radius: 5px;
    margin: 5px;
    text-align: center;
    font-size: 150%;
    color:black;

}

.MyCard-Screen-Tiltle{
    background-color:antiquewhite;
    border-radius: 5px;
    padding: 5px;
    text-align: center;
    font-size: 150%;
    color:black;

}


.top-logo { 
    height:55px
}

.MYClickable{
    cursor: pointer;
}
.MyPageTitle{
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    text-align:center;
    background-color:#4ebb89;
    border-radius: 0.25rem;
    padding-top: 10px;
    font-weight: bold;
    font-size: 30px;
}

.MyTitle{
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    text-align:center;
    background-color:#5a69dd;
    border-radius: 0.25rem;
    padding-top: 10px;
    
}

.MyRow{
    --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: 5px;
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.MyBorder{
    border:2px solid black;
    border-radius: 5px;

}
.MyPadding1{
    padding:1px;
}
.MyPadding5{
    padding:5px;
}
.MyPadding10{
    padding:10px;
}
.MyTopFixedPhotoFrame{
    
    position: fixed;
    top:75px;
    width:340px;
    z-index: 1050;
}
.MyChaletImageContainer img {
    width: 100%;
    height: 100px;
 }
 @media (max-width:430px) {
    .MyChaletImageContainer img {
        width: 115%;
        height: 75px;
     }
 }
.MyImageContainer img {
    width: 100%;
    height: 100px;
 }
 @media (max-width:430px) {
    .MyImageContainer img {
        width: 50%;
     }
 }
.MyDownSpace{
    margin-bottom: 5px;
}

.MyRight{
    float:right';
}

.MyBorderTable  {
    border: 1px solid;
    width: 100%;
    border-collapse: collapse;
  }
  
  .modal-dialog-right {
    position: relative;
    width: 90%;
    margin-right: 5px;
    pointer-events: none;
  }
  .modal-dialog-left {
    position: relative;
    width: 90%;
    margin-left: 5px;
    pointer-events: none;
  }
 
   @media (max-width: 425px) {
    .Modal_Pleaswait {
        width: 70%
    }
    .modal-dialog-right {
        position: relative;
        width: 80%;
        margin-right: 15px;
        pointer-events: none;
      }
    .modal-dialog-left {
        position: relative;
        width: 80%;
        margin-left: 15px;
        pointer-events: none;
    }
    
            
}

