


.legendcontainer{

  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.legendrow{
display: flex;
}

.square{
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.green{
background-color: #3D9970;
}
.purple{
background-color: purple;
}
.red{
background-color: red;

}

.form-control {
  width: 90% !important;
  text-align: center !important;
  background-color: #dfa974 !important ;
  color: white !important;
  border: none !important;
  border-radius: 20px !important;
  cursor: grab;
}
.form-control::placeholder {
  color: white !important;
}



#roomsContainer {
  display: flex;
 
  align-items: center;
  flex-direction: column;
  width: 90%;
  margin: 0 auto;
  min-height: 85vh;
}

.imgresa {
  border-radius: 25px;
  filter: drop-shadow(2px 4px 6px black);
}

.room {
  display: flex;
    width: 100%;
    max-width: 500px;
    margin: 15px;
    padding: 15px;
    min-height: 300px;
    border-bottom: solid 3px #DFA974;
}

.roomincart {
  display: flex;
  width: 100%;
  max-width: 500px;
  margin: 15px;
  padding: 15px;
  border-bottom: 3px solid #DFA974;
  
}

.roomleft {
  width: 40%;
}

.roomright {
  padding-left: 30px;
  width: 60%;
}

.roomright h3 {
  color: #dfa974;
  font-size: 22px;
  margin-bottom: 10px;
}

.roomright p {
  margin-bottom: 5px;
  padding: 0px;
  font-size: 16px;
  font-weight: bold;
}

#roomsContainer h4 {
  font-size: 20px;
  margin:10px;
  text-align: center;
  color: #517540;
}

#roomsContainer .reduction {
  font-size: 20px;
  margin:10px;
  font-family: "loveloblack";
  text-align: center;
  color: #517540;
}

#roomsContainer .price {
  font-size: 20px;
  margin:10px;
  font-family: "loveloblack";
  text-align: center;
  color: #DFA974
}




.numPersons {
  width: 60px;
  height: 40px;
  text-align: center;
  font-size: 22px;
  color: #dfa974;
}

.numberInputContainer {
  display: flex;
  flex-direction: column;
  margin-top: 15px;
  align-items: center;
}

#recapContainer {
  display: none;
  justify-content: center;
  align-items: center;
}


#bookingRecap{

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#bookingRecap .dates{

  font-size:20px;
  color:#DFA974;
  text-align: center;

}

#bookingRecap h3{

  text-align: center;
  margin:15px;

}

#bookingRecap h4{

  text-align: center;
  font-size: 30px;
  margin: 5px;
}

#bookingRecap p{

  margin:0px;
  padding:0px;
text-align: center;
}

.roomname{

  font-size:20px;
  font-weight: bold;
  color:#dfa974;
}


#formContainer{

  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  width: 100%;
}



#formContainer h3{

  text-align: center;
}

#infoform{
  width:75%;
  display: flex;
  flex-direction: column !important;
  justify-content: center!important;
  align-items: center!important;
  text-align: center;
}

#infoform label{

  margin: 0;
  padding:0;
}

label{
  text-align: center;
}

#infoform input {
  text-align: center;
  margin:5px;
  width: 100%;
  border-radius: 25px;
}

textarea{width: 100%;
height:100px;}

#infoform input[type=submit] {
  text-align: center;
  margin-top:30px;
  width: 100%;
}


#submit-btn{
  width: 100%;
}


#closecart{
  width: 40px;
    height: 40px;
    position: fixed;
    right: 5px;
    top: 5px;
}

#cart {
  overflow: scroll;
  width: 100%;
  max-width: 400px;
  height: 100%;
  position: fixed;
  background-color: white;
  top: 0;
  right: -400px;
  z-index: 10;
  flex-direction: column;
  padding: 10px;
  display: none;
  border-left: 3px solid #DFA974;
}


.conditionsunderlined{
padding-top: 15px;

  text-decoration: underline;
  color: #3D9970;
  font-size:20px;
  cursor: pointer;
}
#acceptconditions{

width:30px;
height:30px;
}
#acceptconditions{
accent-color:#3D9970 ;
}



@keyframes slideIn {
  from {
    right: -400px;
    
  }
  to {
    right: 0;
  }
}

.slide-in {
  animation: slideIn 0.5s forwards;
}


@keyframes slideOut {
  from {
    right: 0;
  }
  to {
    right: -400px;
   
  }
}

.slide-out {
  animation: slideOut 0.5s forwards;
}


.deleteRoomBtn{
  width: 40px;
  height: 40px;
  margin: 0 auto;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 5px;
}

.green{
  background-color:#3D9970 !important;
}

.iti{
  width:100%;
}



.iti-mobile .iti--container {
  top: 30px;
  bottom: 30px;
 left : unset !important;
  right: 0px;
  position: fixed;
  width: 100%;
  max-width: 350px;
  z-index: 100;
}

.iti--container {
  position: absolute;
  top: -1000px;
  /* left: -1000px; */
  z-index: 1060;
  padding: 1px;
}

.loaderresa {
  order: 4px solid rgba(255, 255, 255, 0.3);
  border-top: 4px solid #DFA974;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  animation: spin 2s linear infinite;
  /* position: relative; */
  top: 50%;
  left: 50%;
  /* margin-left: -15px; */
  margin-top: 30px;
  display: none;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}