@import '_content/Cornerstone.SharedComponents/Cornerstone.SharedComponents.vq8x65hjhj.bundle.scp.css';

/* /Components/Booking/BookingButtonBar.razor.rz.scp.css */
body[b-xxkyiy38jg] {
}
/* /Components/Booking/BookingPayment.razor.rz.scp.css */
.booking-payment-card[b-mh2ay5l8m2] {
  border-radius: 1em;
  box-shadow: 0 0.75em 0.5em -0.375em rgba(0, 0, 0, 0.25);
  background-color: #FFFFFF;
  padding: 0 !important;
}

[b-mh2ay5l8m2] .paymentPage {
  display: flex;
  flex-direction: row;
  padding: 1em;
}

[b-mh2ay5l8m2] .paymentForm {
  display: block !important;
}

.paymentResponse[b-mh2ay5l8m2] {
  width: 100%;
  height: auto;
}
/* /Components/Booking/BookingReview.razor.rz.scp.css */
.booking-cost-summary[b-7tc7tzed0m] {
  background-color: #1f388a;
  color: white;
  border-radius: 1em;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-evenly;
  padding: 1em;
  width: 100%;
  height: fit-content;
}

.cost-area[b-7tc7tzed0m] {
  display: contents;
}
.cost-area .cost-area-item[b-7tc7tzed0m] {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}

.booking-promo-label[b-7tc7tzed0m] {
  color: white;
}

.booking-promo-area[b-7tc7tzed0m] {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: auto;
  width: 100%;
}
.booking-promo-area .booking-promo-code-area[b-7tc7tzed0m] {
  display: flex;
  flex-direction: column;
}

[b-7tc7tzed0m] .booking-promo-button-area {
  margin-top: auto;
  background-color: transparent;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: left;
}
[b-7tc7tzed0m] .booking-promo-button-area button {
  border-radius: 25px;
  padding: 0.5em 1.8em;
  margin: 4px 2px;
  border: none;
  background-color: green;
  border-width: 1px;
  border: solid;
}
[b-7tc7tzed0m] .booking-promo-button-area button:hover {
  background-color: transparent !important;
  border-color: white !important;
}

[b-7tc7tzed0m] .booking-paynow-button-area {
  margin-top: auto;
  background-color: transparent;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: right;
}
[b-7tc7tzed0m] .booking-paynow-button-area button {
  border-radius: 25px;
  padding: 0.5em 1.8em;
  margin: 4px 2px;
  border: none;
  background-color: green;
  border-width: 1px;
  border: solid;
}
[b-7tc7tzed0m] .booking-paynow-button-area button:hover {
  background-color: transparent !important;
  border-color: white !important;
}

.booking-back-button[b-7tc7tzed0m] {
  border-radius: 25px;
  padding: 0.5em 1.8em;
  margin: 4px 2px;
  border: none;
}

.booking-summary-panel[b-7tc7tzed0m] {
  background-color: white;
  border-radius: 1em;
  border-color: #1f388a;
}

.booking-information-detail[b-7tc7tzed0m] {
  display: flex;
  flex-direction: column;
  align-content: center;
  height: 100%;
}

.grid-spacer[b-7tc7tzed0m] {
  height: 1em;
}

.form-item-caption[b-7tc7tzed0m] {
  align-self: center;
}

@media screen and (min-width: 992px) {
  .booking-cost-summary[b-7tc7tzed0m] {
    height: 100%;
  }
}
/* .booking-information-detail > div {
        display: flex;
        flex-direction: column;
        justify-content: center;

} 
*/
/* /Components/Booking/BookingSummary.razor.rz.scp.css */
.booking-summary-card[b-78pee4w8nf] {
  border-radius: 1em;
  box-shadow: 0 0.75em 0.5em -0.375em rgba(0, 0, 0, 0.25);
  background-color: #FFFFFF;
  padding: 0 !important;
}

.bookingCostRow[b-78pee4w8nf] {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.tour-image[b-78pee4w8nf] {
  /*  display: flex; */
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  position: relative;
  left: 0;
  top: 0;
  padding: 0;
  /*    .tour-code {
          @include CornerstoneBranding.cornerstone-form-item;
          z-index: 100;
          background-color: #FFFFFF;
          color: CornerstoneBranding.$alfaSpecialBlack;
          position: absolute;
          bottom: 50%;
          left: 3%;
      }

      .tour-name {
          z-index: 100;
          color: #FFFFFF;
          position: absolute;
          bottom: 5%;
          font-size: 1.5rem;
          font-weight: bold;
          left: 3%;
          margin-right: 5px;
      }
  */
}

.brand-logo-container[b-78pee4w8nf] {
  z-index: 100;
  width: 50%;
  height: auto;
}

.brand-logo[b-78pee4w8nf] {
  z-index: 100;
  background-color: transparent;
  position: absolute;
  bottom: 10%;
  left: 3%;
  width: 20%;
}

.card-body .tour-code[b-78pee4w8nf] {
  color: #1f388a;
  font-size: 1.5rem;
  font-weight: bold;
}
.card-body .tour-name[b-78pee4w8nf] {
  font-size: 1.5rem;
}

.guest-room-display[b-78pee4w8nf] {
  display: flex;
  flex-direction: row;
  width: 50%;
  margin-top: 1rem;
  justify-content: space-between;
}

.guests-display[b-78pee4w8nf] {
  background-image: url("/images/guests.svg");
  background-repeat: no-repeat;
  padding-left: 2em;
  display: block;
}

.rooms-display[b-78pee4w8nf] {
  background-image: url("/images/room.svg");
  background-repeat: no-repeat;
  padding-left: 2em;
  display: block;
}

.coach-display[b-78pee4w8nf] {
  background-image: url("/images/coach.svg");
  background-repeat: no-repeat;
  background-size: contain;
  padding-left: 2rem;
  display: block;
}

.location-display[b-78pee4w8nf] {
  background-image: url("/images/location.svg");
  background-repeat: no-repeat;
  background-size: contain;
  padding-left: 2rem;
  display: block;
}

[b-78pee4w8nf] .costCaption {
  text-align: left;
}

[b-78pee4w8nf] .costAmount {
  text-align: right;
  width: 100% !important;
}

[b-78pee4w8nf] .totalCostCaption {
  text-align: left;
  font: bold;
}

[b-78pee4w8nf] .totalCostAmount {
  text-align: right;
  font: bold;
}

[b-78pee4w8nf] .depositCostCaption {
  text-align: left;
}

[b-78pee4w8nf] .depositCostAmount {
  text-align: right;
}

@media screen and (min-width: 992px) {
  .guest-room-display[b-78pee4w8nf] {
    width: 80%;
  }
}
@media screen and (min-width: 1200px) {
  .guest-room-display[b-78pee4w8nf] {
    width: 80%;
  }
}
@media screen and (min-width: 1400px) {
  .guest-room-display[b-78pee4w8nf] {
    width: 50%;
  }
}
/* /Components/Booking/Extras/ExtrasCard.razor.rz.scp.css */
.extras-card[b-np67kvaskd] {
  border-radius: 1em;
  box-shadow: 0 0.75em 0.5em -0.375em rgba(0, 0, 0, 0.25);
  background-color: #FFFFFF;
}

.extraslayout-item[b-np67kvaskd] {
  position: relative;
  padding: 0.5rem;
  display: flex;
  height: 100%;
  z-index: 0;
}
.extraslayout-item[b-np67kvaskd]:before {
  content: " ";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.4;
}
.extraslayout-item.extraslayout-form[b-np67kvaskd] {
  flex-direction: column;
}

.yellow-badge[b-np67kvaskd] {
  background-image: url("/images/yellowRoundal.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.badge-label[b-np67kvaskd] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.badge-text[b-np67kvaskd] {
  color: #1f388a;
}

.badge-amount[b-np67kvaskd] {
  font-size: 1.5em;
  color: #1f388a;
}
/* /Components/Booking/Extras/OptionalExtras.razor.rz.scp.css */
[b-8x49yedl70] .warning-header {
  background-color: #FFFFFF !important;
}

.warning-header-content[b-8x49yedl70] {
  background-color: #CCEFFC;
  border-radius: 0.75em;
  border-color: #1f388a;
  border-width: 1px;
  border-style: solid;
  display: flex;
  flex-direction: row;
  justify-content: left;
  width: 100%;
}
.warning-header-content .warning-header-image[b-8x49yedl70] {
  margin: 1em;
}
.warning-header-content .warning-header-text[b-8x49yedl70] {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.warning-buttons-area[b-8x49yedl70] {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

[b-8x49yedl70] .warning-text {
  text-align: center !important;
}

[b-8x49yedl70] .warning-buttons {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}

.insurance-navbuttons-container[b-8x49yedl70] {
  padding: 1em;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

@media screen and (min-width: 1200px) {
  .warning-header-content[b-8x49yedl70] {
    width: 100%;
    padding: 1em;
  }
}
@media screen and (min-width: 1400px) {
  .warning-header-content[b-8x49yedl70] {
    width: 100%;
    padding: 1em;
  }
}
/* /Components/Booking/Extras/RoomExtras.razor.rz.scp.css */
.extras-information-request[b-zgli2tpmka] {
  display: flex;
  flex-direction: column;
}

.price-number-container[b-zgli2tpmka] {
  display: contents;
}

.extras-description[b-zgli2tpmka] {
  width: 100%;
}

@media screen and (min-width: 992px) {
  .extras-information-request[b-zgli2tpmka] {
    flex-direction: row;
  }
}
/* /Components/Booking/InformationPanel.razor.rz.scp.css */
.information-panel[b-22pi4jyf69] {
  background-color: #CCEFFC;
  border-radius: 0.75em;
  border-color: #1f388a;
  border-width: 1px;
  border-style: solid;
  width: 100%;
  padding-bottom: 7px;
  padding-top: 7px;
}

.information-icon[b-22pi4jyf69] {
  padding: 0.5em;
}

.summary-instruction[b-22pi4jyf69] {
  color: #1f388a;
  font-weight: 600;
}

@media screen and (min-width: 576px) {
  .information-panel[b-22pi4jyf69] {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .information-panel[b-22pi4jyf69] {
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .information-panel[b-22pi4jyf69] {
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .information-panel[b-22pi4jyf69] {
    width: 100%;
    padding-bottom: 0;
    padding-top: 0;
  }
}
@media screen and (min-width: 1400px) {
  .information-panel[b-22pi4jyf69] {
    width: 100%;
    padding-bottom: 0;
    padding-top: 0;
  }
}
/* /Components/Booking/Insurance/Insurance.razor.rz.scp.css */
.insurance-card[b-1vw253wtad] {
  border-radius: 1em;
  box-shadow: 0 0.75em 0.5em -0.375em rgba(0, 0, 0, 0.25);
  background-color: #FFFFFF;
}

[b-1vw253wtad] badge-area {
  display: flex;
  align-items: center;
  justify-content: center;
}

.red-badge[b-1vw253wtad] {
  background-image: url("/images/pinkRoundal.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 50%;
  height: 50%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.badge-label[b-1vw253wtad] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.badge-text[b-1vw253wtad] {
  color: white;
}

.badge-amount[b-1vw253wtad] {
  font-size: 1.5em;
  color: white;
}
/* /Components/Booking/Insurance/InsuranceDecision.razor.rz.scp.css */
body[b-lghufc5zrd] {
}
/* /Components/Booking/Insurance/InsuranceWarning.razor.rz.scp.css */
body[b-ceqanrwqp3] {
}

[b-ceqanrwqp3] .warning-text {
    text-align:center !important;
}

[b-ceqanrwqp3] .warning-buttons {
    display:flex;
    flex-direction:row;
    justify-content:space-between;
}
/* /Components/Booking/NumberRequiredSelector.razor.rz.scp.css */
[b-ums2k8jcni] .number-selector-button {
  border-radius: 50%;
  border-color: #130c0e;
  background-color: #FFFFFF;
  color: #000000;
  width: 2em;
  height: 2em;
  margin: auto;
}

.number-selection-container[b-ums2k8jcni] {
  width: 100%;
  line-height: 0.8;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.number-selector-container[b-ums2k8jcni] {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  width: 6rem;
}

.number-selector-text[b-ums2k8jcni] {
  color: #1f388a;
}

@media screen and (min-width: 1400px) {
  .number-selection-container[b-ums2k8jcni] {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}
/* /Components/Booking/Passengers/BookingPassenger.razor.rz.scp.css */
.passenger-dob[b-r6uzfbohzx] {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 1rem;
  width: 100%;
}

.postal-address-header[b-r6uzfbohzx] {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

@media screen and (min-width: 1200px) {
  .passenger-dob[b-r6uzfbohzx] {
    flex-direction: row;
    width: 100%;
  }
}
/* /Components/Booking/Rooms/Room.razor.rz.scp.css */
body[b-bewei74y8k] {
  width: 100%;
}

.RoomSummary[b-bewei74y8k] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-around;
}

.room-guests-display[b-bewei74y8k] {
  background-image: url("/images/guests.svg");
  background-repeat: no-repeat;
  padding-left: 2em;
  display: block;
}

.room-card[b-bewei74y8k] {
  border-radius: 1em;
  box-shadow: 0 0.75em 0.5em -0.375em rgba(0, 0, 0, 0.25);
  background-color: #FFFFFF;
  width: 100%;
  margin-bottom: 1em;
}

.room-supplement[b-bewei74y8k] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  position: relative;
  left: 0;
  top: 0;
  padding: 0;
}

.room-supplement-description[b-bewei74y8k] {
  z-index: 100;
  color: #FFFFFF;
  background-color: transparent;
  position: absolute;
  left: 2%;
  color: #FFFFFF;
}

[b-bewei74y8k] .btn-roomselection {
  border-radius: 25px;
  padding: 0.5em 1.8em;
  margin: 4px 2px;
  background-color: #FFFFFF;
  color: #130c0e;
  border-color: #D8D8D9;
  /*    &:hover {
          background-color : CornerstoneBranding.$alfaDarkBlue;
          color:#FFFFFF;
      }
      &:focus:not(:focus-visible) {
          background-color : CornerstoneBranding.$alfaGreen;
          color : #FFFFFF;
      }
  */
}

[b-bewei74y8k] .btn-roomselected {
  border-radius: 25px;
  padding: 0.5em 1.8em;
  margin: 4px 2px;
  background-color: #2bae6a;
  color: #FFFFFF;
}

[b-bewei74y8k] .btn-roomnotselected {
  border-radius: 25px;
  padding: 0.5em 1.8em;
  margin: 4px 2px;
  background-color: #D8D8D9;
}

@media screen and (min-width: 768px) {
  .RoomSummary[b-bewei74y8k] {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
/* /Components/Booking/Rooms/RoomBookings.razor.rz.scp.css */
[b-wnii6b0teh] .RoomButton {
  margin-top: 2em;
  margin-left: 1em;
}

[b-wnii6b0teh] .RoomsGrid {
  width: 100%;
}

.button-bar-container[b-wnii6b0teh] {
  border-radius: 1em;
  box-shadow: 0 0.75em 0.5em -0.375em rgba(0, 0, 0, 0.25);
  background-color: #FFFFFF;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  box-shadow: none;
}
/* /Components/Booking/Rooms/RoomButtonBar.razor.rz.scp.css */
.room-toolbar-container[b-2oyu4n5m71] {
  border-radius: 1em;
  box-shadow: 0 0.75em 0.5em -0.375em rgba(0, 0, 0, 0.25);
  background-color: #FFFFFF;
  width: 100%;
  height: auto;
}

.room-toolbar[b-2oyu4n5m71] {
  width: fit-content;
  justify-content: space-between;
}
/* /Components/Booking/Rooms/RoomOptions/RoomOptions.razor.rz.scp.css */
.room-options-layout[b-z2m8x05nmt] {
  display: flex;
  flex-direction: row !important;
  width: 100%;
  height: auto;
}
.room-options-layout .room-options-layout-item[b-z2m8x05nmt] {
  width: 100%;
  height: auto;
}

.button-bar-container[b-z2m8x05nmt] {
  border-radius: 1em;
  box-shadow: 0 0.75em 0.5em -0.375em rgba(0, 0, 0, 0.25);
  background-color: #FFFFFF;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  box-shadow: none;
}

.special-requests-container[b-z2m8x05nmt] {
  width: 100%;
  height: auto;
}

.room-extras-container[b-z2m8x05nmt] {
  width: 100%;
  height: auto;
}
/* /Components/Booking/Rooms/RoomOptions/SpecialRequests.razor.rz.scp.css */
.requests-card[b-dhwg23m6iw] {
  border-radius: 1em;
  box-shadow: 0 0.75em 0.5em -0.375em rgba(0, 0, 0, 0.25);
  background-color: #FFFFFF;
}

.grid-display-visible[b-dhwg23m6iw] {
  display: block;
}
.grid-display-hidden[b-dhwg23m6iw] {
  display: none !important;
}

[b-dhwg23m6iw] .hiddenHeader {
  display: none;
}

[b-dhwg23m6iw] .grid-command-link {
  text-decoration-line: underline;
}

.request-button-area[b-dhwg23m6iw] {
  margin-top: 1rem;
}

.requests-area[b-dhwg23m6iw] {
  padding: inherit;
}
/* /Components/Booking/Rooms/RoomPassenger.razor.rz.scp.css */
body[b-i5q9gaykp5] {
}
/* /Components/Booking/Seats/Seat.razor.rz.scp.css */
body[b-t3ktgwsm9j] {
}
/* /Components/Booking/Seats/SeatBookings.razor.rz.scp.css */
[b-824o1nkz3i].coach-seat {
  width: 100%;
  height: auto;
}
[b-824o1nkz3i].coach-seat .coach-seat-available {
  background-color: #2BAE6A;
  color: white;
}
[b-824o1nkz3i].coach-seat .coach-seat-selected {
  background-color: #437EC1;
  color: white;
}
[b-824o1nkz3i].coach-seat .coach-seat-unavailable {
  background-color: #D8D8D9;
  color: black;
}

.seat-layout-advice[b-824o1nkz3i] {
  padding: 1em;
  width: auto;
}

[b-824o1nkz3i] .coach-seatlayout {
  width: auto;
  height: auto;
}

.seats-legend[b-824o1nkz3i] {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.seats[b-824o1nkz3i] {
  width: 1em;
  height: 1em;
  border-radius: 50%;
  display: inline-block;
}
.seats.available[b-824o1nkz3i] {
  background-color: #2BAE6A;
}
.seats.selected[b-824o1nkz3i] {
  background-color: #437EC1;
}
.seats.unavailable[b-824o1nkz3i] {
  background-color: #D8D8D9;
}

.seats-layout[b-824o1nkz3i] {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

@media screen and (min-width: 1200px) {
  [b-824o1nkz3i] .coach-seatlayout {
    width: 100%;
  }
}
/* /Components/Layout/BookingCreationLayout.razor.rz.scp.css */
.booking-form-page-title[b-an8ndq4n6f] {
  background-color: #008ba8;
  text-align: center;
  color: #FFFFFF;
  width: 100%;
  height: auto;
  padding: 1em;
  margin-bottom: 2rem;
}

.booking-form[b-an8ndq4n6f] {
  background-color: transparent;
  border: none;
}
.booking-form .booking-form-navigation[b-an8ndq4n6f] {
  width: 100%;
  height: auto;
  background-color: white;
  border-radius: 30px !important;
  border: none;
  padding: 0.5em 1.8em !important;
  position: relative;
  max-width: 100%;
}

.booking-form-page-body[b-an8ndq4n6f] {
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 2rem;
  margin-right: 2rem;
}

.booking-creation-tabs[b-an8ndq4n6f] {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}

.booking-tab-pages[b-an8ndq4n6f] {
  width: 100%;
  background-color: transparent;
  /*    border-radius: 25px !important;
      padding: 0.5em 1.8em !important;
      margin: 4px 2px;
      border: none;
  */
}

[b-an8ndq4n6f] [role=tablist] {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background-color: #FFFFFF;
  overflow: hidden;
}
[b-an8ndq4n6f] [role=tablist] li :after {
  display: none;
}

.booking-creation-body[b-an8ndq4n6f] {
  display: flex;
  flex-direction: column;
}
.booking-creation-body .booking-summary-container[b-an8ndq4n6f] {
  display: flex;
  flex-direction: column-reverse;
}

.booking-navbuttons-container[b-an8ndq4n6f] {
  top: 0;
}

.booking-form-page[b-an8ndq4n6f] {
  margin-top: 3.5em;
}

@media screen and (min-width: 768px) {
  .booking-form-page[b-an8ndq4n6f] {
    margin-top: 7.5%;
  }
}
@media screen and (min-width: 992px) {
  .booking-form-page[b-an8ndq4n6f] {
    margin-top: 5.5%;
  }
}
@media screen and (min-width: 1600px) {
  .booking-form-page[b-an8ndq4n6f] {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
/* /Components/Layout/BookingCreationStepLayout.razor.rz.scp.css */
@media screen and (min-width: 992px) {
  .booking-summary[b-fg3i7vkp3c] {
    position: sticky;
    padding-bottom: 20px;
  }
}
/* /Components/Layout/BookingPaymentAndConfirmationLayout.razor.rz.scp.css */
.booking-stage-container[b-li8i1uogsy] {
  margin-top: 4.5em;
}
/* /Components/Layout/LoginLayout.razor.rz.scp.css */
html[b-lsm5rpwpst] {
  height: 100%;
  width: 100%;
}

body[b-lsm5rpwpst] {
  background-color: #F1F1F2 !important;
}

.page[b-lsm5rpwpst] {
  position: relative;
  display: flex;
  flex-direction: row;
}

.alfa-curve-container[b-lsm5rpwpst] {
  position: relative;
  width: 100vw;
  margin-bottom: auto;
  height: auto;
  z-index: 0;
}
.alfa-curve-container img[b-lsm5rpwpst] {
  position: relative;
  z-index: -5;
  width: 100%;
  height: 100%;
  top: 0;
}

.header[b-lsm5rpwpst] {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  align-items: start;
  justify-content: space-between;
  background-color: white;
  top: 0;
  height: auto;
  z-index: 0;
}
.header .header-item[b-lsm5rpwpst] {
  font-weight: 600;
  text-align: center;
  height: auto;
  padding-top: 10px;
  position: relative;
  z-index: 0;
}
.header .header-item [b-lsm5rpwpst]:before {
  content: " ";
  position: relative;
  z-index: 0;
  width: 100%;
  height: auto;
  left: 0;
  top: 0;
  opacity: 0.6;
}
.header .header-item.header-image[b-lsm5rpwpst] {
  width: 20%;
  height: 20%;
  left: 1rem;
}
.header .header-item.header-image #header-logo[b-lsm5rpwpst] {
  position: relative;
  z-index: 0;
  top: 0;
  opacity: 1;
  max-width: 100%;
}
.header .header-item.header-contact[b-lsm5rpwpst] {
  background: rgba(0, 173, 239, 0.2);
  width: 100%;
  height: auto;
  text-align: center;
}

.main-background[b-lsm5rpwpst] {
  position: relative;
  background-color: #F1F1F2;
  width: 100%;
  height: fit-content;
}
.main-background .top-banner[b-lsm5rpwpst] {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
  height: fit-content;
}
.main-background .cornerstone-body[b-lsm5rpwpst] {
  position: relative;
  width: 100vw;
  margin: auto;
  padding: 1rem;
  top: 5.5rem;
}
.main-background footer[b-lsm5rpwpst] {
  position: relative;
  margin-top: 5.5rem;
}
.main-background .cornerstone-footer[b-lsm5rpwpst] {
  position: relative;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  background-color: #1f388a;
  margin-bottom: 0;
}
.main-background .cornerstone-footer .copyright-details[b-lsm5rpwpst] {
  color: white;
  padding-left: 1rem;
  padding-bottom: 1rem;
}
.main-background .cornerstone-footer .copyright-details p[b-lsm5rpwpst] {
  margin: auto;
}

#blazor-error-ui[b-lsm5rpwpst] {
  background: lightyellow;
  bottom: 0;
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
  display: none;
  left: 0;
  padding: 0.6rem 1.25rem 0.7rem 1.25rem;
  position: fixed;
  width: 100%;
  z-index: 1000;
}

#blazor-error-ui .dismiss[b-lsm5rpwpst] {
  cursor: pointer;
  position: absolute;
  right: 0.75rem;
  top: 0.5rem;
}

@media screen and (min-width: 576px) {
  .cornerstone-body[b-lsm5rpwpst] {
    top: 12.5%;
  }
}
@media screen and (min-width: 768px) {
  .header[b-lsm5rpwpst] {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background-color: white;
    padding: 1em;
    top: 0;
    height: auto;
    z-index: 0;
  }
  .header .header-item[b-lsm5rpwpst] {
    font-size: 17px;
    font-weight: 600;
    text-align: center;
    height: auto;
    padding-top: 10px;
    position: relative;
    z-index: 0;
  }
  .header .header-item [b-lsm5rpwpst]:before {
    content: " ";
    position: absolute;
    z-index: 0;
    width: 100%;
    height: auto;
    left: 0;
    top: 0;
    opacity: 0.6;
  }
  .header .header-item.header-image[b-lsm5rpwpst] {
    width: auto;
    height: auto;
    text-align: left !important;
  }
  .header .header-item.header-contact[b-lsm5rpwpst] {
    background: rgba(0, 173, 239, 0.2);
    width: auto;
    height: auto;
    padding: 1em;
    border-radius: 1em;
    overflow: hidden;
  }
  /*    .header-logo {
          background-image: url('/images/alfaTravelLogoColour.svg');
          background-size:cover;
          background-repeat : no-repeat;
          background-position:center;
          width:50%;
          height:50%;
          z-index: 0;
          cursor:pointer;
      }
  */
  .main-background .cornerstone-body[b-lsm5rpwpst] {
    top: 5.5rem;
  }
}
@media screen and (min-width: 768px) and (orientation: landscape) {
  .cornerstone-body[b-lsm5rpwpst] {
    top: 30%;
    overflow-y: scroll;
  }
}
@media screen and (min-width: 992px) {
  .main-background .cornerstone-body[b-lsm5rpwpst] {
    padding: 2rem;
  }
  .main-background footer[b-lsm5rpwpst] {
    margin-top: 7.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .main-background .top-banner[b-lsm5rpwpst] {
    background-image: url("images/Alfa Curve.svg");
    background-size: cover;
    background-repeat: no-repeat;
  }
  .main-background .top-banner .header[b-lsm5rpwpst] {
    margin-bottom: 12.5rem;
  }
  .main-background .top-banner .alfa-curve-container[b-lsm5rpwpst] {
    display: none;
  }
  .alfa-curve-container[b-lsm5rpwpst] {
    top: 1.5rem;
  }
  .cornerstone-body[b-lsm5rpwpst] {
    top: 7.5rem;
  }
}
@media screen and (min-width: 1400px) {
  .alfa-curve-container[b-lsm5rpwpst] {
    top: 0.5rem;
  }
  .main-background .cornerstone-body[b-lsm5rpwpst] {
    top: 5.5rem;
  }
}
@media screen and (min-width: 1600px) {
  .main-background .top-banner[b-lsm5rpwpst] {
    background-size: auto;
  }
  .main-background .top-banner .header[b-lsm5rpwpst] {
    margin-bottom: 15%;
  }
  .main-background .cornerstone-body[b-lsm5rpwpst] {
    top: 5.5rem;
  }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
html[b-gshh20up01] {
  height: 100%;
  width: 100%;
}

body[b-gshh20up01] {
  background-color: #F1F1F2 !important;
}

.page[b-gshh20up01] {
  position: relative;
  display: flex;
  flex-direction: row;
}

.header-contact[b-gshh20up01] {
  background: #008ba8;
  color: #FFFFFF;
  width: 100%;
  height: auto;
  text-align: center;
  font-weight: 600;
  font-size: 1rem;
  padding: 1rem;
  border-radius: 1em;
}

.main-background[b-gshh20up01] {
  position: relative;
  background-color: #F1F1F2;
  width: 100%;
  height: fit-content;
}
.main-background .top-banner[b-gshh20up01] {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
  height: fit-content;
}
.main-background .cornerstone-body[b-gshh20up01] {
  position: relative;
  width: 100vw;
  margin: auto;
  overflow-y: auto;
}
.main-background footer[b-gshh20up01] {
  position: relative;
  margin-top: 5.5rem;
}
.main-background .cornerstone-footer[b-gshh20up01] {
  position: relative;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  background-color: #1f388a;
  margin-bottom: 0;
}
.main-background .cornerstone-footer .copyright-details[b-gshh20up01] {
  color: white;
  padding-left: 1rem;
  padding-bottom: 1rem;
}
.main-background .cornerstone-footer .copyright-details p[b-gshh20up01] {
  margin: auto;
}

.button-and-help-area[b-gshh20up01] {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

#blazor-error-ui[b-gshh20up01] {
  background: lightyellow;
  bottom: 0;
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
  display: none;
  left: 0;
  padding: 0.6rem 1.25rem 0.7rem 1.25rem;
  position: fixed;
  width: 100%;
  z-index: 1000;
}

#blazor-error-ui .dismiss[b-gshh20up01] {
  cursor: pointer;
  position: absolute;
  right: 0.75rem;
  top: 0.5rem;
}

@media screen and (min-width: 768px) {
  .header-contact[b-gshh20up01] {
    background: #008ba8;
    width: auto;
    height: auto;
    padding: 1em;
    border-radius: 1em;
    overflow: hidden;
  }
  /*    .header-logo {
          background-image: url('/images/alfaTravelLogoColour.svg');
          background-size:cover;
          background-repeat : no-repeat;
          background-position:center;
          width:50%;
          height:50%;
          z-index: 0;
          cursor:pointer;
      }
  */
  .main-background .cornerstone-body[b-gshh20up01] {
    overflow-y: auto;
  }
}
@media screen and (min-width: 768px) and (orientation: landscape) {
  .cornerstone-body[b-gshh20up01] {
    overflow-y: scroll;
  }
}
@media screen and (min-width: 992px) {
  .main-background .cornerstone-body[b-gshh20up01] {
    overflow-y: auto;
  }
  .main-background footer[b-gshh20up01] {
    margin-top: 7.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .cornerstone-body[b-gshh20up01] {
    overflow-y: auto;
  }
}
@media screen and (min-width: 1400px) {
  .main-background .cornerstone-body[b-gshh20up01] {
    overflow-y: auto;
  }
}
@media screen and (min-width: 1600px) {
  .main-background .top-banner[b-gshh20up01] {
    background-size: auto;
  }
  .main-background .cornerstone-body[b-gshh20up01] {
    overflow-y: auto;
  }
}
/* /Components/Pages/BookingAcknowledgement.razor.rz.scp.css */
.booking-stage-container[b-2r6vevm7w1] {
  margin-top: 4.5em;
}

.booking-stage[b-2r6vevm7w1] {
  display: contents;
  height: 100%;
}

.booking-acknowledgement-card[b-2r6vevm7w1] {
  border-radius: 1em;
  box-shadow: 0 0.75em 0.5em -0.375em rgba(0, 0, 0, 0.25);
  background-color: #FFFFFF;
  padding: 0 !important;
  justify-content: center;
  align-items: center;
  height: inherit;
}
.booking-acknowledgement-card .acknowledgement-page[b-2r6vevm7w1] {
  padding: 1em;
  text-align: center;
}

.booking-reference-label[b-2r6vevm7w1] {
  font-size: 1.5em;
  font-weight: 400;
}

.booking-reference-value[b-2r6vevm7w1] {
  font-size: 2.5em;
  font-weight: 600;
  color: #1f388a;
}

.booking-summary[b-2r6vevm7w1] {
  margin-top: 1em;
}

@media screen and (min-width: 768px) {
  .booking-summary[b-2r6vevm7w1] {
    margin-top: 0;
  }
}
/* /Components/Pages/Error.razor.rz.scp.css */
.error-card[b-i0ic9kxaay] {
  border-radius: 1em;
  box-shadow: 0 0.75em 0.5em -0.375em rgba(0, 0, 0, 0.25);
  background-color: #FFFFFF;
  padding: 0 !important;
}
/* /Components/Pages/Home.razor.rz.scp.css */
.booking-options[b-znkmj14euu] {
  background-color: white;
  position: relative;
  padding: 1rem;
  top: 20%;
  width: fit-content;
  margin: auto;
}

@media screen and (min-width: 576px) {
  .booking-options[b-znkmj14euu] {
    top: 25%;
  }
}
@media screen and (min-width: 768px) {
  .booking-options[b-znkmj14euu] {
    top: 20%;
  }
}
@media screen and (min-width: 992px) {
  .booking-options[b-znkmj14euu] {
    top: 25%;
  }
}
@media screen and (min-width: 1200px) {
  .booking-options[b-znkmj14euu] {
    top: 30%;
  }
}
@media screen and (min-width: 1400px) {
  .booking-options[b-znkmj14euu] {
    top: 40%;
  }
}
/* /Components/Pages/Login.razor.rz.scp.css */
.login-form[b-r2vehm2w2b] {
  display: flex;
  flex-direction: column;
  align-items: center;
  -webkit-justify-content: inherit;
  justify-content: inherit;
  margin: auto;
  width: 100%;
  height: auto;
  padding-bottom: 1rem;
}
.login-form .login-form-header[b-r2vehm2w2b] {
  background-color: #008ba8;
  width: 100%;
  height: auto;
  padding: 1rem;
}
.login-form .login-form-header h3[b-r2vehm2w2b] {
  text-align: center;
  color: white;
}
.login-form .login-form-body[b-r2vehm2w2b] {
  border-radius: 1em;
  box-shadow: 0 0.75em 0.5em -0.375em rgba(0, 0, 0, 0.25);
  background-color: #FFFFFF;
  margin-top: 5.5rem;
  margin-left: 20%;
  margin-right: 20%;
}
.login-form .login-form-footer[b-r2vehm2w2b] {
  margin-top: 1rem;
}

[b-r2vehm2w2b] .agent-code-row {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: flex-start;
}

@media screen and (min-width: 600px) {
  .login-form[b-r2vehm2w2b] {
    max-width: 100%;
  }
}
@media screen and (min-width: 900px) {
  .login-form[b-r2vehm2w2b] {
    max-width: 100%;
  }
}
/* /Components/Pages/TourItinerary.razor.rz.scp.css */
/* /Components/Pages/TourSearch.razor.rz.scp.css */
.tour-search.tour-search-header[b-vuri7h227x] {
  padding: 1rem;
}
.tour-search.tour-search-buttons[b-vuri7h227x] {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
/* /Components/Pages/TourSearchResults.razor.rz.scp.css */
.tour-search-results-actions[b-s8hvtg827i] {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
}
/* /Components/TourSearch/TourCodeSearchLookup.razor.rz.scp.css */
[b-bvthvkkbju] .tour-code-grid-cell {
  background-color: white;
  color: black;
}
[b-bvthvkkbju] .tour-code-grid-cell.tour-code-grid-cell-selected {
  background-color: #1f388a !important;
  color: white !important;
}
/* /Components/TourSearch/TourHolidaySearch.razor.rz.scp.css */
.holiday-search-card[b-muvyxm2hpi] {
  border-radius: 1em;
  box-shadow: 0 0.75em 0.5em -0.375em rgba(0, 0, 0, 0.25);
  background-color: #FFFFFF;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  width: 98%;
  margin-top: 1rem;
}
.holiday-search-card .tour-code-search-container[b-muvyxm2hpi] {
  min-width: 17rem;
}
.holiday-search-card .search-button-area[b-muvyxm2hpi] {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.holiday-search-card .search-button-area[b-muvyxm2hpi]  .search {
  margin-right: 1rem;
}

.holiday-search-departuredate[b-muvyxm2hpi] {
  display: flex;
  flex-direction: row;
}

.holiday-search-ortext[b-muvyxm2hpi] {
  display: flex;
  justify-content: center;
  font-weight: 600;
  font-size: 0.75rem;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 1rem;
}

.tour-destinations-tree-container[b-muvyxm2hpi] {
  height: 14rem;
  overflow-y: auto;
}
/* /Components/TourSearch/TourSearchByTourCode.razor.rz.scp.css */
.tour-code-search-card[b-ly645hux27] {
  border-radius: 1em;
  box-shadow: 0 0.75em 0.5em -0.375em rgba(0, 0, 0, 0.25);
  background-color: #FFFFFF;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  margin-top: 1rem;
}
.tour-code-search-card .tour-code-search-container[b-ly645hux27] {
  min-width: 17rem;
  width: 80%;
}
.tour-code-search-card .tour-code-search-container .tour-code-search-grid-container[b-ly645hux27] {
  width: 80%;
}
.tour-code-search-card .search-button-area[b-ly645hux27]  .search {
  margin-right: 1rem;
}
