@import url("../fonts/hotel-room-fonts/css/fontello.css");
:root {
  --color1: #1a91ae;
  --color2: #1ab394;
  --color-gradient: linear-gradient(270deg, #1a91ae 0, #1ab394 100%);
  --color-white: #fff;
  --color-off-white: #e7e7e7;
  --color-black: #000;
  --color-light-black: #444444;
  --color-lighter-black: #9e9e9e;
}

.text-color1 {
  color: var(--color1);
}

.text-color2 {
  color: var(--color2);
}

.bg-color1 {
  background-color: var(--color1);
}

.bg-color2 {
  background-color: var(--color2);
}

.bg-color-gradient {
  background: var(--color-gradient);
}

a {
  color: var(--color1);
  text-decoration: none;
}

/*
Headings
*/
.section-heading {
  font-size: 1.5em;
  margin-bottom: 1em;
  color: var(--color1);
}

.block-content.d-flex.sm-auto > * {
  width: auto;
  min-width: 350px;
}
.block-content.d-flex.sm-1 > * {
  width: 100%;
}
.block-content.d-flex.sm-2 > * {
  width: 50%;
}
.block-content.d-flex.sm-3 > * {
  width: 33.33%;
}
.block-content.d-flex.sm-4 > * {
  width: 25%;
}
.block-content.d-flex.sm-5 > * {
  width: 20%;
}
.block-content.d-flex.sm-auto > * {
  width: auto;
}
@media only screen and (min-width: 768px) {
  .block-content.d-flex.md-auto > * {
    width: auto;
  }
  .block-content.d-flex.md-1 > * {
    width: 100%;
  }
  .block-content.d-flex.md-2 > * {
    width: 50%;
  }
  .block-content.d-flex.md-3 > * {
    width: 33.33%;
  }
  .block-content.d-flex.md-4 > * {
    width: 25%;
  }
  .block-content.d-flex.md-5 > * {
    width: 20%;
  }
  .block-content.d-flex.md-auto > * {
    width: auto;
  }
}
@media only screen and (min-width: 1200px) {
  .block-content.d-flex.lg-auto > * {
    width: auto;
  }
  .block-content.d-flex.lg-1 > * {
    width: 100%;
  }
  .block-content.d-flex.lg-2 > * {
    width: 50%;
  }
  .block-content.d-flex.lg-3 > * {
    width: 33.33%;
  }
  .block-content.d-flex.lg-4 > * {
    width: 25%;
  }
  .block-content.d-flex.lg-5 > * {
    width: 20%;
  }
  .block-content.d-flex.lg-auto > * {
    width: auto;
  }
}

.d-grid.cols-auto {
  grid-template-columns: auto;
}
.d-grid.cols-1 {
  grid-template-columns: 1fr;
}
.d-grid.cols-2 {
  grid-template-columns: 1fr 1fr;
}
.d-grid.cols-3 {
  grid-template-columns: 1fr 1fr 1fr;
}
.d-grid.cols-4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.d-grid.cols-5 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
@media only screen and (min-width: 768px) {
  .d-grid.cols-md-auto {
    grid-template-columns: auto;
  }
  .d-grid.cols-md-1 {
    grid-template-columns: 1fr;
  }
  .d-grid.cols-md-2 {
    grid-template-columns: 1fr 1fr;
  }
  .d-grid.cols-md-3 {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .d-grid.cols-md-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .d-grid.cols-md-5 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}
@media only screen and (min-width: 1200px) {
  .d-grid.cols-lg-auto {
    grid-template-columns: auto;
  }
  .d-grid.cols-lg-1 {
    grid-template-columns: 1fr;
  }
  .d-grid.cols-lg-2 {
    grid-template-columns: 1fr 1fr;
  }
  .d-grid.cols-lg-3 {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .d-grid.cols-lg-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .d-grid.cols-lg-5 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}

.wi-auto {
  width: auto !important;
}

.wi-10 {
  width: 10% !important;
}

.wi-16 {
  width: 16.66% !important;
}

.wi-20 {
  width: 20% !important;
}

.wi-25 {
  width: 25% !important;
}

.wi-30 {
  width: 30% !important;
}

.wi-33 {
  width: 33.33% !important;
}

.wi-40 {
  width: 40% !important;
}

.wi-50 {
  width: 50% !important;
}

.wi-60 {
  width: 60% !important;
}

.wi-66 {
  width: 66.66% !important;
}

.wi-70 {
  width: 70% !important;
}

.wi-80 {
  width: 80% !important;
}

.wi-90 {
  width: 90% !important;
}

.wi-100 {
  width: 100% !important;
}

@media only screen and (min-width: 768px) {
  .wi-md-10 {
    width: 10% !important;
  }
  .wi-md-16 {
    width: 16.66% !important;
  }
  .wi-md-20 {
    width: 20% !important;
  }
  .wi-md-25 {
    width: 25% !important;
  }
  .wi-md-30 {
    width: 30% !important;
  }
  .wi-md-33 {
    width: 33.33% !important;
  }
  .wi-md-40 {
    width: 40% !important;
  }
  .wi-md-50 {
    width: 50% !important;
  }
  .wi-md-60 {
    width: 60% !important;
  }
  .wi-md-66 {
    width: 66.66% !important;
  }
  .wi-md-70 {
    width: 70% !important;
  }
  .wi-md-80 {
    width: 80% !important;
  }
  .wi-md-90 {
    width: 90% !important;
  }
  .wi-md-100 {
    width: 100% !important;
  }
}
@media only screen and (min-width: 992px) {
  .wi-lg-10 {
    width: 10% !important;
  }
  .wi-lg-16 {
    width: 16.66% !important;
  }
  .wi-lg-20 {
    width: 20% !important;
  }
  .wi-lg-25 {
    width: 25% !important;
  }
  .wi-lg-30 {
    width: 30% !important;
  }
  .wi-lg-33 {
    width: 33.33% !important;
  }
  .wi-lg-40 {
    width: 40% !important;
  }
  .wi-lg-50 {
    width: 50% !important;
  }
  .wi-lg-60 {
    width: 60% !important;
  }
  .wi-lg-66 {
    width: 66.66% !important;
  }
  .wi-lg-70 {
    width: 70% !important;
  }
  .wi-lg-80 {
    width: 80% !important;
  }
  .wi-lg-90 {
    width: 90% !important;
  }
  .wi-lg-100 {
    width: 100% !important;
  }
}
/*
Width
*/
.wi-25px {
  width: 25px !important;
}

.wi-50px {
  width: 50px !important;
}

.wi-75px {
  width: 75px !important;
}

.wi-100px {
  width: 100px !important;
}

.wi-125px {
  width: 125px !important;
}

.wi-150px {
  width: 150px !important;
}

.wi-175px {
  width: 175px !important;
}

.wi-200px {
  width: 200px !important;
}

.wi-225px {
  width: 225px !important;
}

.wi-250px {
  width: 250px !important;
}

.wi-275px {
  width: 275px !important;
}

.wi-300px {
  width: 300px !important;
}

.wi-400px {
  width: 400px !important;
}

.wi-500px {
  width: 500px !important;
}

.wi-600px {
  width: 600px !important;
}

@media only screen and (min-width: 768px) {
  .wi-md-50px {
    width: 50px !important;
  }
  .wi-md-75px {
    width: 75px !important;
  }
  .wi-md-100px {
    width: 100px !important;
  }
  .wi-md-125px {
    width: 125px !important;
  }
  .wi-md-150px {
    width: 150px !important;
  }
  .wi-md-175px {
    width: 175px !important;
  }
  .wi-md-200px {
    width: 200px !important;
  }
  .wi-md-225px {
    width: 225px !important;
  }
  .wi-md-250px {
    width: 250px !important;
  }
  .wi-md-275px {
    width: 275px !important;
  }
  .wi-md-300px {
    width: 300px !important;
  }
  .wi-md-400px {
    width: 400px !important;
  }
  .wi-md-500px {
    width: 500px !important;
  }
  .wi-md-600px {
    width: 600px !important;
  }
}
@media only screen and (min-width: 992px) {
  .wi-lg-50px {
    width: 50px !important;
  }
  .wi-lg-75px {
    width: 75px !important;
  }
  .wi-lg-100px {
    width: 100px !important;
  }
  .wi-lg-125px {
    width: 125px !important;
  }
  .wi-lg-150px {
    width: 150px !important;
  }
  .wi-lg-175px {
    width: 175px !important;
  }
  .wi-lg-200px {
    width: 200px !important;
  }
  .wi-lg-225px {
    width: 225px !important;
  }
  .wi-lg-250px {
    width: 250px !important;
  }
  .wi-lg-275px {
    width: 275px !important;
  }
  .wi-lg-300px {
    width: 300px !important;
  }
  .wi-lg-400px {
    width: 400px !important;
  }
  .wi-lg-500px {
    width: 500px !important;
  }
  .wi-lg-600px {
    width: 600px !important;
  }
}
/**
Height Percentage
*/
.hi-auto {
  height: auto !important;
}

.hi-10 {
  height: 10% !important;
}

.hi-16 {
  height: 16.66% !important;
}

.hi-20 {
  height: 20% !important;
}

.hi-25 {
  height: 25% !important;
}

.hi-30 {
  height: 30% !important;
}

.hi-33 {
  height: 33.33% !important;
}

.hi-40 {
  height: 40% !important;
}

.hi-50 {
  height: 50% !important;
}

.hi-60 {
  height: 60% !important;
}

.hi-66 {
  height: 66.66% !important;
}

.hi-70 {
  height: 70% !important;
}

.hi-80 {
  height: 80% !important;
}

.hi-90 {
  height: 90% !important;
}

.hi-100 {
  height: 100% !important;
}

@media only screen and (min-width: 768px) {
  .hi-md-10 {
    height: 10% !important;
  }
  .hi-md-16 {
    height: 16.66% !important;
  }
  .hi-md-20 {
    height: 20% !important;
  }
  .hi-md-25 {
    height: 25% !important;
  }
  .hi-md-30 {
    height: 30% !important;
  }
  .hi-md-33 {
    height: 33.33% !important;
  }
  .hi-md-40 {
    height: 40% !important;
  }
  .hi-md-50 {
    height: 50% !important;
  }
  .hi-md-60 {
    height: 60% !important;
  }
  .hi-md-66 {
    height: 66.66% !important;
  }
  .hi-md-70 {
    height: 70% !important;
  }
  .hi-md-80 {
    height: 80% !important;
  }
  .hi-md-90 {
    height: 90% !important;
  }
  .hi-md-100 {
    height: 100% !important;
  }
}
@media only screen and (min-width: 992px) {
  .hi-lg-10 {
    height: 10% !important;
  }
  .hi-lg-16 {
    height: 16.66% !important;
  }
  .hi-lg-20 {
    height: 20% !important;
  }
  .hi-lg-25 {
    height: 25% !important;
  }
  .hi-lg-30 {
    height: 30% !important;
  }
  .hi-lg-33 {
    height: 33.33% !important;
  }
  .hi-lg-40 {
    height: 40% !important;
  }
  .hi-lg-50 {
    height: 50% !important;
  }
  .hi-lg-60 {
    height: 60% !important;
  }
  .hi-lg-66 {
    height: 66.66% !important;
  }
  .hi-lg-70 {
    height: 70% !important;
  }
  .hi-lg-80 {
    height: 80% !important;
  }
  .hi-lg-90 {
    height: 90% !important;
  }
  .hi-lg-100 {
    height: 100% !important;
  }
}
/*
Height - VH
*/
.hi-100vh {
  height: 100vh !important;
}

.hi-90vh {
  height: 90vh !important;
}

.hi-80vh {
  height: 80vh !important;
}

.hi-70vh {
  height: 70vh !important;
}

.hi-60vh {
  height: 60vh !important;
}

.hi-50vh {
  height: 50vh !important;
}

.hi-40vh {
  height: 40vh !important;
}

.hi-30vh {
  height: 30vh !important;
}

.hi-20vh {
  height: 20vh !important;
}

.hi-10vh {
  height: 10vh !important;
}

@media only screen and (min-width: 768px) {
  .hi-md-100vh {
    height: 100vh !important;
  }
  .hi-md-90vh {
    height: 90vh !important;
  }
  .hi-md-80vh {
    height: 80vh !important;
  }
  .hi-md-70vh {
    height: 70vh !important;
  }
  .hi-md-60vh {
    height: 60vh !important;
  }
  .hi-md-50vh {
    height: 50vh !important;
  }
  .hi-md-40vh {
    height: 40vh !important;
  }
  .hi-md-30vh {
    height: 30vh !important;
  }
  .hi-md-20vh {
    height: 20vh !important;
  }
  .hi-md-10vh {
    height: 10vh !important;
  }
}
@media only screen and (min-width: 1200px) {
  .hi-lg-100vh {
    height: 100vh !important;
  }
  .hi-lg-90vh {
    height: 90vh !important;
  }
  .hi-lg-80vh {
    height: 80vh !important;
  }
  .hi-lg-70vh {
    height: 70vh !important;
  }
  .hi-lg-60vh {
    height: 60vh !important;
  }
  .hi-lg-50vh {
    height: 50vh !important;
  }
  .hi-lg-40vh {
    height: 40vh !important;
  }
  .hi-lg-30vh {
    height: 30vh !important;
  }
  .hi-lg-20vh {
    height: 20vh !important;
  }
  .hi-lg-10vh {
    height: 10vh !important;
  }
}
/*
Height - PX
*/
.hi-50px {
  height: 50px !important;
}

.hi-75px {
  height: 75px !important;
}

.hi-100px {
  height: 100px !important;
}

.hi-125px {
  height: 125px !important;
}

.hi-150px {
  height: 150px !important;
}

.hi-175px {
  height: 175px !important;
}

.hi-200px {
  height: 200px !important;
}

.hi-225px {
  height: 225px !important;
}

.hi-250px {
  height: 250px !important;
}

.hi-275px {
  height: 275px !important;
}

.hi-300px {
  height: 300px !important;
}

.hi-325px {
  height: 325px !important;
}

.hi-350px {
  height: 350px !important;
}

.hi-375px {
  height: 375px !important;
}

.hi-400px {
  height: 400px !important;
}

.hi-425px {
  height: 425px !important;
}

.hi-450px {
  height: 450px !important;
}

.hi-475px {
  height: 475px !important;
}

.hi-500px {
  height: 500px !important;
}

.hi-525px {
  height: 525px !important;
}

.hi-550px {
  height: 550px !important;
}

.hi-575px {
  height: 575px !important;
}

.hi-600px {
  height: 600px !important;
}

@media only screen and (min-width: 768px) {
  .hi-md-50px {
    height: 50px !important;
  }
  .hi-md-75px {
    height: 75px !important;
  }
  .hi-md-100px {
    height: 100px !important;
  }
  .hi-md-125px {
    height: 125px !important;
  }
  .hi-md-150px {
    height: 150px !important;
  }
  .hi-md-175px {
    height: 175px !important;
  }
  .hi-md-200px {
    height: 200px !important;
  }
  .hi-md-225px {
    height: 225px !important;
  }
  .hi-md-250px {
    height: 250px !important;
  }
  .hi-md-275px {
    height: 275px !important;
  }
  .hi-md-300px {
    height: 300px !important;
  }
  .hi-md-300px {
    height: 300px !important;
  }
  .hi-md-325px {
    height: 325px !important;
  }
  .hi-md-350px {
    height: 350px !important;
  }
  .hi-md-375px {
    height: 375px !important;
  }
  .hi-md-400px {
    height: 400px !important;
  }
  .hi-md-425px {
    height: 425px !important;
  }
  .hi-md-450px {
    height: 450px !important;
  }
  .hi-md-475px {
    height: 475px !important;
  }
  .hi-md-500px {
    height: 400px !important;
  }
  .hi-md-525px {
    height: 525px !important;
  }
  .hi-md-550px {
    height: 550px !important;
  }
  .hi-md-575px {
    height: 575px !important;
  }
  .hi-md-600px {
    height: 600px !important;
  }
}
@media only screen and (min-width: 992px) {
  .hi-lg-50px {
    height: 50px !important;
  }
  .hi-lg-75px {
    height: 75px !important;
  }
  .hi-lg-100px {
    height: 100px !important;
  }
  .hi-lg-125px {
    height: 125px !important;
  }
  .hi-lg-150px {
    height: 150px !important;
  }
  .hi-lg-175px {
    height: 175px !important;
  }
  .hi-lg-200px {
    height: 200px !important;
  }
  .hi-lg-225px {
    height: 225px !important;
  }
  .hi-lg-250px {
    height: 250px !important;
  }
  .hi-lg-275px {
    height: 275px !important;
  }
  .hi-lg-300px {
    height: 300px !important;
  }
  .hi-lg-325px {
    height: 325px !important;
  }
  .hi-lg-350px {
    height: 350px !important;
  }
  .hi-lg-375px {
    height: 375px !important;
  }
  .hi-lg-400px {
    height: 400px !important;
  }
  .hi-lg-425px {
    height: 425px !important;
  }
  .hi-lg-450px {
    height: 450px !important;
  }
  .hi-lg-475px {
    height: 475px !important;
  }
  .hi-lg-500px {
    height: 500px !important;
  }
  .hi-lg-525px {
    height: 525px !important;
  }
  .hi-lg-550px {
    height: 550px !important;
  }
  .hi-lg-575px {
    height: 575px !important;
  }
  .hi-lg-600px {
    height: 600px !important;
  }
}
/*
Flex Basis
*/
.fb-50px {
  width: 50px !important;
}

.fb-75px {
  width: 75px !important;
}

.fb-100px {
  width: 100px !important;
}

.fb-125px {
  width: 125px !important;
}

.fb-150px {
  width: 150px !important;
}

.fb-175px {
  width: 175px !important;
}

.fb-200px {
  width: 200px !important;
}

.fb-225px {
  width: 225px !important;
}

.fb-250px {
  width: 250px !important;
}

.fb-275px {
  width: 275px !important;
}

.fb-300px {
  width: 300px !important;
}

@media only screen and (min-width: 768px) {
  .fb-md-50px {
    width: 50px !important;
  }
  .fb-md-75px {
    width: 75px !important;
  }
  .fb-md-100px {
    width: 100px !important;
  }
  .fb-md-125px {
    width: 125px !important;
  }
  .fb-md-150px {
    width: 150px !important;
  }
  .fb-md-175px {
    width: 175px !important;
  }
  .fb-md-200px {
    width: 200px !important;
  }
  .fb-md-225px {
    width: 225px !important;
  }
  .fb-md-250px {
    width: 250px !important;
  }
  .fb-md-275px {
    width: 275px !important;
  }
  .fb-md-300px {
    width: 300px !important;
  }
}
@media only screen and (min-width: 992px) {
  .fb-lg-50px {
    width: 50px !important;
  }
  .fb-lg-75px {
    width: 75px !important;
  }
  .fb-lg-100px {
    width: 100px !important;
  }
  .fb-lg-125px {
    width: 125px !important;
  }
  .fb-lg-150px {
    width: 150px !important;
  }
  .fb-lg-175px {
    width: 175px !important;
  }
  .fb-lg-200px {
    width: 200px !important;
  }
  .fb-lg-225px {
    width: 225px !important;
  }
  .fb-lg-250px {
    width: 250px !important;
  }
  .fb-lg-275px {
    width: 275px !important;
  }
  .fb-lg-300px {
    width: 300px !important;
  }
}
#jsModal .modal-dialog {
  width: fit-content;
  max-width: 80%;
  margin: auto;
  min-height: 100%;
  display: flex;
  align-items: center;
}

.modal-backdrop.show {
  opacity: 0.9;
}

.confirmed, .approved_enquiry, .on_hold, .pending_enquiry, .checked_in {
  background-color: #afd4b2;
  color: var(--color-black);
}

.cancelled {
  background-color: #f1aeb5;
  color: var(--color-black);
}

.checked_in {
  background-color: #bfe037;
  color: var(--color-black);
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn.btn-primary {
  background: var(--color-gradient);
  border-color: var(--color1);
  color: var(--color-white);
}

.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  background: var(--color-gradient);
  border-color: var(--color1);
}

/* Define the loading animation */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
button:disabled {
  position: relative;
}

/* Style the spinner for disabled buttons */
button:disabled::after {
  content: "\f110";
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  font-size: 20px;
  position: absolute;
  right: 10px; /* Adjust this value to align the icon to the right */
  transform: translateY(-50%) rotate(0deg);
  animation: spin 1s linear infinite; /* Apply the spin animation */
  color: #000; /* Customize the color of the spinner icon */
}

table td {
  vertical-align: middle;
}

.card {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border: none;
  padding: 5px;
}

form {
  /* Hide the up and down controls */
}
form input[readonly] {
  background-color: #f7f7f7;
}
form label {
  font-weight: bold;
  font-size: 0.9em;
}
form #countryCode {
  min-width: fit-content;
}
form input[type=number]::-webkit-inner-spin-button,
form input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
form input[type=number] {
  -moz-appearance: textfield; /* Firefox */
}

.lei-bookwidget {
  background: rgba(0, 0, 0, 0.25);
  padding: 15px 15px 30px;
  border-radius: 1em;
  color: #fff;
  border: 2px solid #000;
  position: relative;
  z-index: 3;
  margin: 0 10px;
}
.lei-bookwidget .checkin-checkout {
  background: rgba(0, 0, 0, 0.25);
  padding: 0.5em;
  margin-bottom: 5px;
}
.lei-bookwidget .checkin-checkout .form-select {
  width: max-content;
}
.lei-bookwidget .late-checkout-group, .lei-bookwidget .form-select {
  width: max-content !important;
}
.lei-bookwidget .dates-changed-message {
  text-align: center;
  border: 1px solid #e68a8a;
  color: var(--color-white);
  border-radius: 5px;
  display: block;
  margin: 10px auto 5px;
  padding: 0px 15px;
}
.lei-bookwidget .btn.submit-button {
  width: 300px !important;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1em;
}

.room-item .post-featured-image {
  width: 100%;
  max-width: none;
}
@media only screen and (min-width: 992px) {
  .room-item .post-featured-image {
    width: 250px;
    height: 200px;
  }
}
.room-item .post-featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.room-item .waitlist-container {
  display: flex;
}
.room-item .waitlist-container .btn {
  background: none;
  border: none;
  border-bottom: 1px solid var(--color1);
  color: #000;
  border-radius: 0;
}
.room-item .waitlist-container span {
  align-self: flex-end;
}
.room-item .combos-mealplans .mealplan-meta .rate-description {
  font-size: 0.8em;
}
.room-item .combos-mealplans .combo .addtocart {
  opacity: 0.3;
  cursor: not-allowed;
  white-space: nowrap;
}
.room-item .combos-mealplans .combo .addtocart.available, .room-item .combos-mealplans .combo .addtocart.waitlist {
  opacity: 1;
  cursor: pointer;
}

.cart-aside {
  /*
  height:60vh;
  overflow-x: hidden;
  overflow-y: auto;
  */
  /*
  .proceed-checkout-buttons{
      position: sticky;
      left:0;
      bottom:0;
      width:90%;
      margin:0 auto;
      border-radius:5em;
      margin-top:1em;
  }
  */
}
.cart-aside small {
  font-size: 0.85em;
}
.cart-aside label {
  font-size: 0.85em;
}
.cart-aside .order-cart ul {
  list-style: none;
  padding-left: 0;
}
.cart-aside .order-cart ul li .control-buttons {
  font-size: 0.85em;
}
.cart-aside .order-cart ul li:not(:last-child) .room-item {
  margin-bottom: 10px;
}
.cart-aside .loading {
  background: rgba(255, 255, 255, 0.95);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 9;
  top: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.cart-aside .loading i {
  animation-name: spin;
  animation-duration: 2000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  font-size: 5em;
}
.cart-aside .cart {
  height: 60vh;
  overflow-x: hidden;
  overflow-y: auto;
  margin-bottom: 5px;
}
.cart-aside .cart .alert {
  padding: 5px;
  font-size: 0.8em;
  text-align: center;
}
.cart-aside .cart .alert.alert-secondary {
  font-size: 1em;
}

/*
Fixed bottom Booking Summary
*/
.fixed-booking-summary {
  font-size: 0.8em;
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 10px;
  background: #111;
  z-index: 1020;
  border-radius: 10px 10px 0 0;
  box-shadow: rgba(6, 24, 44, 0.4) 0px 0px 0px 2px, rgba(6, 24, 44, 0.65) 0px 4px 6px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
  max-width: 600px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.fixed-booking-summary .info {
  display: flex;
  gap: 0 10px;
  flex-direction: column;
  align-items: flex-start;
}
.fixed-booking-summary .info .price-occupants {
  display: flex;
  align-items: center;
  gap: 0 10px;
}
.fixed-booking-summary .info .price-occupants .price {
  font-size: 1.5em;
  font-weight: bold;
  color: var(--color2);
}
.fixed-booking-summary .info .price-occupants .adults, .fixed-booking-summary .info .price-occupants .children {
  color: #fff;
}
.fixed-booking-summary .info .stay-range {
  border-bottom: 2px dashed #adadad;
  color: #fff;
}
.fixed-booking-summary .info i {
  color: var(--color-lighter-black);
  margin-right: 5px;
}
.fixed-booking-summary .controls {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.fixed-booking-summary .controls a {
  text-align: center;
  color: var(--color-white);
}
.fixed-booking-summary .controls > :first-child {
  background: var(--color-gradient);
  padding: 2px 10px;
  border-radius: 5px;
  text-align: center;
}
.fixed-booking-summary .controls > :last-child {
  display: inline-block;
  width: max-content;
  padding: 5px 10px;
  margin-top: 5px;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.box-shadow {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.loading-container {
  display: inline-block;
}
.loading-container .loading {
  display: flex;
  align-items: center;
}
.loading-container .loading > div {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-image: linear-gradient(145deg, rgba(255, 255, 255, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  animation: bounce 1.5s 0.5s linear infinite;
}
.loading-container .loading > div:not(:last-child) {
  margin-right: 5px;
}
.loading-container .loading .yellow {
  background-color: #1973d1;
}
.loading-container .loading .red {
  background-color: #135cc5;
  animation-delay: 0.1s;
}
.loading-container .loading .blue {
  background-color: #0c3baa;
  animation-delay: 0.2s;
}
.loading-container .loading .violet {
  background-color: #061993;
  animation-delay: 0.3s;
}

@keyframes bounce {
  0%, 50%, 100% {
    transform: scale(1);
    filter: blur(0px);
  }
  25% {
    transform: scale(0.6);
    filter: blur(3px);
  }
  75% {
    filter: blur(2px);
    transform: scale(1.2);
  }
}
body.home main {
  padding-top: 0 !important;
}
body.home main .main-cover {
  background: url(../../dist/images/isha-cover.jpg) center center no-repeat;
  background-size: cover;
  width: 100%;
  height: 350px;
  position: relative;
}
body.home main .main-cover:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
body.home .lei-room-archive .mealplans .mealplan:not(:last-child) {
  margin-bottom: 10px;
}

body.checkout .accordion-item .accordion-header {
  position: relative;
}
body.checkout .accordion-item .accordion-header strong {
  margin-right: 5px;
}
body.checkout .accordion-item .accordion-header .tag {
  background: rgb(68, 202, 68);
  border-radius: 5px;
  padding: 2px 5px;
  color: #fff;
  font-size: 0.8rem;
  display: none;
}
body.checkout .accordion-item .accordion-header button {
  background: none;
}
body.checkout .accordion-item .accordion-header button:focus {
  outline: none;
  border: none;
}
body.checkout .accordion-item .accordion-header button .tag {
  margin-left: 5px;
}
body.checkout .accordion-item .accordion-header > .tag {
  position: absolute;
  right: 50px;
  top: 1.2rem;
  background: #dc3545;
}
body.checkout .accordion-item.error .accordion-header .tag {
  display: block;
}
body.checkout .rooms-adults-children {
  font-size: 0.8em;
}
body.checkout .form-switch {
  padding-left: 0;
}
body.checkout .form-switch .form-check-input {
  float: none;
  margin-left: 0;
  cursor: pointer;
  width: 3em;
  padding: 0.8em;
}
body.checkout .form-switch .form-select {
  width: max-content;
  flex-grow: 0;
}
body.checkout span.hint {
  font-size: 0.7em;
  font-weight: bold;
  color: var(--color1);
  display: block;
}

.bookings .imp-info td strong {
  display: block;
  font-size: 0.9em;
}

/*Upgrade Room form*/
.myaccount .quicklinks {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  min-height: 40vh;
}
.myaccount .quicklinks > * {
  min-height: 20vh;
  width: 250px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-weight: bold;
}
.myaccount .quicklinks > * img {
  width: 50%;
  margin-bottom: 10px;
}

header {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  background-color: var(--color-off-white);
}
header .navbar-brand {
  width: 75px;
}
header .btn {
  background: var(--color-gradient);
  border-radius: 2rem;
  color: var(--color-white);
  padding: 10px 15px !important;
  font-size: 0.9em;
}

footer {
  background: var(--color-light-black);
  color: var(--color-white);
  position: relative;
}
footer .arrow-up {
  position: absolute;
  transform: rotate(45deg);
  background-color: #f4f6e9;
  padding: 10px;
  left: 50%;
  margin-left: -30px;
  top: -30px;
}
footer .arrow-up i {
  background-color: #000;
  color: #fff;
  font-size: 20px;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  display: inline-block;
  line-height: 40px;
  text-align: center;
  transform: rotate(-45deg);
}/*# sourceMappingURL=style.css.map */