.rooms-guests-select {
  transition: all 0.3s ease-out;
}

.form-outline {
  margin-block: var(--space-s);
  z-index: 2 !important;
  outline-offset: var(--space-s);
  outline: 1px solid var(--color-accent-primary);
}
@media only screen and (max-width: 48rem) {
  .form-outline {
    width: 100%;
    outline-offset: 0;
    margin: 0;
  }
}

.booking-mask {
  border-radius: 0.25rem;
  background-color: var(--color-background-a75);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
}
@media only screen and (max-width: 48rem) {
  .booking-mask {
    width: 100%;
    padding: var(--space-s);
  }
}
.booking-mask .button.primary {
  margin: var(--space-2xs);
  padding: var(--space-xs) var(--space-s);
  color: var(--color-body);
  background: var(--color-accent-secondary);
  border: 0;
}

.dates-fields {
  position: relative;
}
.dates-fields .date-field {
  margin: var(--space-m);
  padding-bottom: var(--space-2xs);
  width: var(--size-2xl-2);
  position: relative;
  border-bottom: 1px solid var(--color-body-a25);
}
.dates-fields .date-field input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  color: transparent;
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
}
@media only screen and (max-width: 48rem) {
  .dates-fields .date-field {
    width: 50%;
    margin-bottom: var(--space-2xs);
  }
}
.dates-fields .date-field svg {
  margin-right: var(--space-xs);
  color: var(--color-body);
}
.dates-fields .datepicker-trigger {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.rooms-guests-fields {
  position: relative;
}
.rooms-guests-fields .rooms-guests {
  cursor: pointer;
  margin: var(--space-m);
  padding-bottom: var(--space-2xs);
  min-width: var(--size-2xl-3);
  border-bottom: 1px solid var(--color-body-a25);
}
@media only screen and (max-width: 48rem) {
  .rooms-guests-fields .rooms-guests {
    width: 100%;
    margin-bottom: var(--space-2xs);
  }
}
.rooms-guests-fields .rooms-guests svg {
  margin-right: var(--space-xs);
  color: var(--color-body);
}

.rooms-guests-select {
  z-index: 5;
}
@media only screen and (max-width: 40rem) {
  .rooms-guests-select {
    left: auto;
    right: 0;
  }
}
.rooms-guests-select .select-inner {
  box-shadow: 0px 4px 8px var(--color-body-a10);
  padding: var(--space-m);
  width: 100%;
  border-radius: 2px;
  box-shadow: 4px 8px 24px rgba(0, 10, 44, 0.075);
  background-color: var(--color-background);
}
.rooms-guests-select .select-inner.no-padding {
  padding: 0;
}
.rooms-guests-select .select-inner footer {
  padding-top: var(--space-m);
  border-top: 1px solid;
  border-color: var(--color-body-a10);
}
.rooms-guests-select .select-inner footer a {
  color: var(--color-body);
}
.rooms-guests-select .select-inner footer a:hover {
  color: var(--color-accent-primary);
}
.rooms-guests-select .select-inner .selector-value {
  width: 3rem;
}
.rooms-guests-select .select-inner.select-inner-multi .room-selector .room {
  margin-top: var(--space-m);
}
.rooms-guests-select .select-inner.select-inner-multi .room-selector .room:first-of-type {
  margin-top: 0;
}
.rooms-guests-select .select-inner.select-inner-multi .room-selector .room:first-of-type .remove-room {
  display: none !important;
}
.rooms-guests-select .select-inner.select-inner-multi .room-selector .room .remove-room {
  cursor: pointer;
}
.rooms-guests-select .select-inner.select-inner-multi .room-selector .room .guest-wrap {
  flex-direction: column;
}
.rooms-guests-select:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7px 7px 7px;
  border-color: transparent transparent var(--color-background) transparent;
  top: -6px;
  left: var(--space-s);
}
@media only screen and (max-width: 40rem) {
  .rooms-guests-select:before {
    left: auto;
    right: var(--space-s);
  }
}
.rooms-guests-select.active {
  top: calc(100% + var(--space-m));
  visibility: visible;
  opacity: 1;
}

.force-mobile-mask {
  width: 100%;
}
@media only screen and (max-width: 64rem) {
  .force-mobile-mask {
    display: flex;
    justify-content: center;
  }
}
.force-mobile-mask .booking-mask {
  width: 100%;
  flex-direction: column;
  max-width: 20rem;
}
.force-mobile-mask .booking-mask .dates-fields {
  border-right: 0;
  border-bottom: 1px solid;
  border-color: var(--color-body);
}
.force-mobile-mask .booking-mask .dates-fields .date-field {
  width: 50%;
}

.banner-portrait {
  padding-bottom: 0;
}
/*# sourceMappingURL=booking_mask.css.map */
