.booking-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.booking-container h2, .booking-container h3 {
  color: #5A8141;
}
.booking-container .promoCode {
  margin: 2px;
}
.booking-container .promo-field input {
  margin: 2px 0;
}
.booking-container .promo-field button {
  background-color: #5A8141;
  margin: 2px 0;
  border-radius: 5px;
}
.booking-container .booking-container .form-content {
  width: 800px;
  margin-right: 30px;
}
.booking-container .booking-container .booking-form-right-col {
  flex: 1;
  min-width: 310px;
  top: 7rem;
  margin-top: 0 !important;
  position: sticky;
  height: fit-content;
}
.booking-container .booking-form-right-col .ContactUs-Main {
  width: 350px;
  height: 350px;
  align-self: center;
}
.booking-container .booking-form-chat-container {
  display: flex;
  flex-direction: column;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
  border-radius: 5px;
  padding: 15px;
}
.booking-container #comm-widget-3dsecure {
  width: 100%;
  height: 100%;
}
.booking-container .commweb-modal-body {
  width: 100%;
  height: 500px;
}
.booking-container .commweb-modal {
  height: auto;
  max-width: 1000px;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -20%);
}
.booking-container .summary-section {
  padding: 14px 0;
  border-bottom: 1px solid #e4e4e4;
}
.booking-container .pricing-line {
  margin: 10px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.booking-container .pricing-line h4, .booking-container .pricing-line h5 {
  color: black;
}
.booking-container .pricing-line h5 {
  font-size: 1.1rem;
}
.booking-container .extra-pricing-line {
  margin-bottom: 5px;
}
.booking-container .extra-pricing-line .extras-title {
  width: 55%;
  font-size: 0.95rem;
}
.booking-container .extras-section {
  padding-bottom: 10px;
  margin-bottom: 12px;
  border-bottom: 1px dashed #e4e4e4;
}
.booking-container .booking-summary-container {
  border-top: 2px solid #5A8141;
  display: flex;
  flex-direction: column;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
  border-radius: 5px;
  padding: 15px;
}
.booking-container .booking-summary-container h2, .booking-container .booking-summary-container h3 {
  color: #5A8141;
  font-size: 19px;
  margin-bottom: 15px;
}
.booking-container .fare-icon-and-list {
  display: flex;
  color: black;
  margin: 4px 0;
}
.booking-container .fare-list {
  margin-top: 4px;
  display: flex;
  flex-direction: column;
}
.booking-container .fare-item {
  margin-bottom: 8px;
}
.booking-container .summary-icon-info {
  color: black;
  margin: 4px 0;
  display: flex;
  align-items: center;
}
.booking-container .summary-icon-info h5,
.booking-container .fare-list h5 {
  margin-left: 8px;
  font-size: 1.1rem;
}
.booking-container .inactive-step {
  position: relative;
  pointer-events: none;
}
.booking-container .inactive-step::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.5); /* Semi-transparent overlay */
  pointer-events: none; /* Allows clicking through the overlay */
  z-index: 1;
}
.booking-container .inactive-step .edit-step-button {
  color: black;
  pointer-events: all;
  position: absolute;
  top: 0px;
  right: 0px;
  border: none;
  background: none;
  cursor: pointer;
  z-index: 1;
  font-size: 16px;
  display: flex;
  align-items: center;
  font-weight: 600;
}
.booking-container .flip-arrow {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}
.booking-container .card-logos {
  display: none !important;
}
.booking-container .payment-container {
  display: none;
  position: relative;
}
.booking-container .payment-option {
  border: 1px solid #e4e4e4;
  border-radius: 5px;
}
.booking-container .select-option-container {
  align-items: center;
  display: flex;
  padding: 15px 20px;
}
.booking-container .payment-option label {
  margin-left: 10px;
  display: flex;
  align-items: center;
}
.booking-container .payment-option label img {
  width: 37px;
  height: auto;
  margin: 0 3px;
}
.booking-container .payment-option label .amex-checkout-image {
  width: 24px;
}
.booking-container .payment-option h4 {
  margin-left: 10px;
  font-size: 15px;
  font-weight: 600;
  color: black;
}
.booking-container .payment-option input {
  appearance: auto;
  margin: 0;
}
.booking-container .booking-form-container {
  margin-bottom: 0px;
}
.booking-container .next-step-button, .booking-container .book-now-button {
  background-color: #5A8141;
  color: white;
  padding: 11px 20px;
  border-radius: 5px;
  border: none;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
}
.booking-container .step-button-container {
  margin-top: 23px;
  display: flex;
  justify-content: end;
}
.booking-container .next-step-button i,
.booking-container .book-now-button span {
  font-size: 14px;
  margin-left: 4px;
}
.booking-container .next-step-button span {
  margin-left: 5px;
  transform: scale(0.75);
}
.booking-container .book-now-button {
  font-size: 16px;
  width: 100%;
}
.booking-container .book-now-button span {
  font-size: 19px;
  margin-left: 5px;
  margin-bottom: 1px;
}
.booking-container .checkout-step {
  padding: 20px;
  margin-bottom: 10px;
  border: 2px solid #E4E4E4;
  border-radius: 5px;
}
.booking-container .checkout-step .divider {
  display: none;
}
.booking-container .form-width {
  width: 800px !important;
}
.booking-container .step-title-container {
  margin-top: 5px;
  color: #5A8141;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.booking-container .step-title-container i {
  font-size: 21px;
}
.booking-container .edit-step-button i {
  font-size: 15px;
  margin-left: 6px;
  margin-bottom: 1px;
}
.booking-container .step-title {
  margin-top: 0px !important;
}
.booking-container .stepNumber {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #5A8141;
  color: white;
  font-weight: bold;
  margin-right: 10px;
}
.booking-container .form-booking label {
  display: block;
  font-size: 14px;
  color: #60737d;
  margin: 8px 0;
}
.booking-container .customFieldsContainer label {
  display: inline-block;
}
.booking-container .form-booking-inputs input,
.booking-container .form-booking-inputs textarea {
  border: 1px solid #9daab2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  font-size: 14px;
  line-height: 18px;
  color: #666666;
  font-weight: 600;
  padding: 8px 12px;
  resize: none;
  height: 36px;
}

@media only screen and (max-width: 1100px) {
  .form-three-col {
    width: 100%;
    margin: 3px 0;
  }
}
@media only screen and (max-width: 800px) {
  .booking-container {
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
  }
  .booking-container .booking-form-right-col {
    position: relative;
    top: unset;
    width: 94%;
  }
  .booking-container .form-content {
    width: 94%;
    margin: 0;
  }
  .form-booking-inputs {
    margin: 0;
  }
  .form-booking {
    margin: 0;
  }
  .step-button-container .next-step-button {
    width: 100%;
  }
  .booking-form-chat-container {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .commweb-modal {
    top: 0;
    left: unset;
    transform: unset;
  }
}

/*# sourceMappingURL=booking-form.css.map */
