@charset "UTF-8";
.bravo-booking-page {
  position: relative;
}
@media (max-width: 766px) {
  .bravo-booking-page {
    padding: 15px 0px;
  }
}
@media (max-width: 766px) {
  .bravo-booking-page #bravo-checkout-page .col-md-8 {
    order: 2;
  }
  .bravo-booking-page #bravo-checkout-page .col-md-4 {
    order: 1;
  }
}
.bravo-booking-page #bravo-checkout-page .card {
  border-radius: 12px;
  corner-shape: squircle;
}
.bravo-booking-page #bravo-checkout-page .card .accicon .rotate-icon,
.bravo-booking-page #bravo-checkout-page .card .accicon .rotate-icon-charges,
.bravo-booking-page #bravo-checkout-page .card .accicon-charges .rotate-icon,
.bravo-booking-page #bravo-checkout-page .card .accicon-charges .rotate-icon-charges {
  font-size: 24px;
  font-weight: bold;
}
@media (max-width: 990px) {
  .bravo-booking-page .row .col-md-8 {
    flex: 0 0 60%;
    max-width: 60%;
  }
  .bravo-booking-page .row .col-md-4 {
    flex: 0 0 40%;
    max-width: 40%;
  }
}
@media (max-width: 766px) {
  .bravo-booking-page .row .col-md-8, .bravo-booking-page .row .col-md-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.bravo-booking-page .form-title {
  margin: 0;
  color: #1A2B48;
  font-size: 24px;
  font-weight: 500;
  padding-bottom: 20px;
}
@media (max-width: 766px) {
  .bravo-booking-page .form-title {
    padding-bottom: 10px;
    font-size: 22px;
  }
}
.bravo-booking-page .form-group {
  margin-bottom: 20px;
}
@media (max-width: 766px) {
  .bravo-booking-page .form-group {
    margin-bottom: 15px;
  }
}
.bravo-booking-page #bravo-checkout-page .form-group .form-control {
  height: 45px;
  border: 1px solid #dae1e7;
  border-radius: 10px;
  corner-shape: squircle;
  font-size: 14px;
  color: #5e6d77;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.bravo-booking-page #bravo-checkout-page .form-group .form-control:focus {
  border-color: #59a079;
  box-shadow: 0 0 0 0.2rem rgba(89, 160, 121, 0.25);
}
.bravo-booking-page #bravo-checkout-page .form-group .form-control.is-invalid {
  background-image: none;
}
.bravo-booking-page #bravo-checkout-page .form-group select.form-control {
  height: 45px;
}
.bravo-booking-page #bravo-checkout-page .form-group textarea.form-control {
  height: auto;
  min-height: 80px;
}
.bravo-booking-page #bravo-checkout-page .input-group {
  gap: 4px;
}
.bravo-booking-page #bravo-checkout-page .input-group .input-group-prepend.tel-input {
  border: 1px solid #dae1e7;
  border-radius: 10px;
  corner-shape: squircle;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.bravo-booking-page #bravo-checkout-page .input-group .input-group-prepend.tel-input:focus, .bravo-booking-page #bravo-checkout-page .input-group .input-group-prepend.tel-input:focus-within {
  border-color: #59a079;
  box-shadow: 0 0 0 0.2rem rgba(89, 160, 121, 0.25);
}
.bravo-booking-page #bravo-checkout-page .select2-container--default .select2-selection--single {
  height: 45px;
  border: 1px solid #dae1e7;
  border-radius: 10px;
  corner-shape: squircle;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.bravo-booking-page #bravo-checkout-page .select2-container--default .select2-selection--single[aria-expanded=true] {
  border-color: #59a079;
  box-shadow: 0 0 0 0.2rem rgba(89, 160, 121, 0.25);
}
.bravo-booking-page #bravo-checkout-page .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 43px !important;
  padding: 0 0.75rem;
  font-size: 14px;
  color: #5e6d77;
}
.bravo-booking-page #bravo-checkout-page .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 45px;
}
.bravo-booking-page .form-section {
  padding: 20px;
}
.bravo-booking-page .form-section .form-section-title {
  margin-bottom: 20px;
  font-size: 18px;
}
@media (max-width: 766px) {
  .bravo-booking-page .form-section .form-section-title {
    margin-bottom: 15px;
  }
}
.bravo-booking-page .form-section-custom {
  border: 1px solid #d7dce3;
  border-radius: 12px;
  corner-shape: squircle;
  padding: 20px;
  margin-bottom: 30px;
}
.bravo-booking-page .checkout-contact-form,
.bravo-booking-page .payment-gateway,
.bravo-booking-page .booking-form--flight-info {
  border: 1px solid #d7dce3;
  border-radius: 12px;
  corner-shape: squircle;
}
.bravo-booking-page .booking-form--flight-info .flight-info--detail {
  border: 1px solid #d7dce3;
  border-radius: 12px;
  corner-shape: squircle;
  margin: 0px;
}
.bravo-booking-page .booking-form--flight-info .flight-info--detail:first-child {
  border-bottom: 1px solid #d7dce3;
}
.bravo-booking-page .booking-form--flight-info .flight-info--detail .img-responsive {
  width: 30%;
}
@media (max-width: 768px) {
  .bravo-booking-page .booking-form--flight-info .flight-info--detail .count-passenger {
    font-size: 12px;
  }
}
.bravo-booking-page .booking-form--flight-info .flight-detail--departure span,
.bravo-booking-page .booking-form--flight-info .flight-detail--return span {
  font-size: 21px;
}
.bravo-booking-page .booking-form--flight-info .departure span,
.bravo-booking-page .booking-form--flight-info .return span {
  font-size: 21px;
}
.bravo-booking-page .form-actions {
  margin-top: 24px;
}
@media (max-width: 766px) {
  .bravo-booking-page .form-actions {
    text-align: center;
  }
}
.bravo-booking-page .form-actions .btn {
  width: 100%;
  padding: 14px 24px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  border: none;
  border-radius: 12px;
  corner-shape: squircle;
  background: var(--systemColor, #009345);
  transition: opacity 0.2s ease;
}
.bravo-booking-page .form-actions .btn:hover {
  opacity: 0.9;
  color: #fff;
}
.bravo-booking-page .term-conditions-checkbox {
  margin-bottom: 0;
}
.bravo-booking-page .add-address-box {
  padding: 14px 18px;
  background-color: transparent;
  border: 1px solid #dae1e7;
  border-radius: 12px;
  corner-shape: squircle;
}
.bravo-booking-page .add-address-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--systemColor, #009345);
  text-decoration: none;
  cursor: pointer;
  font-weight: 500;
}
.bravo-booking-page .add-address-link .fa-plus-circle {
  font-size: 18px;
}
.bravo-booking-page .add-address-link:hover {
  text-decoration: underline;
  color: var(--systemColor, #009345);
}
.bravo-booking-page .someone-guest label {
  cursor: pointer;
}

@media (max-width: 767px) {
  .booking-review-box {
    border: 1px solid #D7DCE3;
    margin-bottom: 20px;
    border-radius: 12px;
    corner-shape: squircle;
    padding: 0;
    background: white;
    border: 1px solid #d7dce3;
    border-radius: 12px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  }
}

@media (max-width: 766px) {
  .booking-review {
    margin-top: 0;
  }
}
.booking-review .booking-review-title {
  color: #1A2B48;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
}
@media (max-width: 766px) {
  .booking-review .booking-review-title {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .booking-review .booking-review-title {
    cursor: pointer;
    display: flex;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .booking-review .booking-review-title {
    pointer-events: none;
  }
  .booking-review .booking-review-title .booking-review-collapse-icon {
    display: none;
  }
}
.booking-review .booking-review-collapse-icon {
  font-size: 14px;
  transition: transform 0.2s ease;
}
@media (min-width: 768px) {
  .booking-review .booking-review-collapse-icon {
    display: none;
  }
}
.booking-review .booking-review-title[aria-expanded=false] .booking-review-collapse-icon {
  transform: rotate(-90deg);
}
@media (min-width: 768px) {
  .booking-review .collapse {
    display: block !important;
    height: auto !important;
    overflow: visible !important;
  }
}
.booking-review .booking-review-header-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
  border-radius: 12px;
  corner-shape: squircle;
  cursor: pointer;
  margin-bottom: 0;
}
.booking-review .booking-review-header-bar .booking-review-header-left {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #5e6d77;
  font-size: 14px;
}
.booking-review .booking-review-header-bar .booking-review-header-left .fa-shopping-cart {
  font-size: 16px;
}
.booking-review .booking-review-header-bar .booking-review-header-total {
  font-weight: 600;
  font-size: 15px;
  color: #1A2B48;
}
.booking-review .booking-review-header-bar[aria-expanded=true] .booking-review-collapse-icon {
  transform: rotate(180deg);
}
.booking-review .booking-review-content {
  margin-bottom: 30px;
  border: 1px solid #D7DCE3;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  corner-shape: squircle;
  background-color: #fff;
}
@media (max-width: 766px) {
  .booking-review .booking-review-content {
    margin-bottom: 0px;
  }
}
.booking-review .booking-review-content .review-section {
  padding: 15px;
  border-bottom: 1px solid #EAEEF3;
}
@media (max-width: 990px) {
  .booking-review .booking-review-content .review-section {
    padding: 10px 15px;
  }
}
.booking-review .booking-review-content .review-section .service-info img {
  width: 50%;
}
.booking-review .booking-review-content .review-section .service-info .img-responsive-hotel {
  height: auto;
}
.booking-review .booking-review-content .review-section:last-child {
  border-bottom: 0px;
}
.booking-review .booking-review-content .service-info h3 {
  font-size: 16px;
  line-height: initial;
  color: #1A2B48;
}
.booking-review .booking-review-content .service-info .service-name {
  margin-bottom: 0px;
}
.booking-review .booking-review-content .service-info .service-name a {
  color: #1A2B48;
  font-size: 16px;
  line-height: 25px;
  font-weight: 500;
}
.booking-review .booking-review-content .service-info .service-name a:hover {
  text-decoration: none;
}
.booking-review .booking-review-content .service-info .address {
  color: #5E6D77;
  margin-bottom: 0px;
}
.booking-review .booking-review-content .service-info .flight-code {
  color: #a9a9a9;
  font-weight: 600;
}
.booking-review .booking-review-content .service-info .detail {
  color: #3490dc;
  font-weight: 500;
}
.booking-review .booking-review-content .service-info.service-info--tour {
  display: block;
}
.booking-review .booking-review-content .service-info.service-info--tour .service-info__thumbnail {
  width: 100%;
  margin-bottom: 15px;
  overflow: hidden;
}
.booking-review .booking-review-content .service-info.service-info--tour .service-info__thumbnail img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/10;
  border-radius: 8px;
}
.booking-review .booking-review-content .service-info.service-info--tour .service-info__details .vendor-info {
  margin-top: 4px;
  margin-bottom: 0;
}
.booking-review .booking-review-content.booking-review--tour .final-total .label,
.booking-review .booking-review-content.booking-review--tour .final-total .val {
  color: #000;
}
.booking-review .booking-review-content .review-list {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.booking-review .booking-review-content .review-list .discount_lines {
  color: var(--systemColor, #009345);
}
.booking-review .booking-review-content .review-list .discount_lines .val {
  color: var(--systemColor, #009345);
}
.booking-review .booking-review-content .review-list li {
  margin-bottom: 13px;
  display: flex;
  justify-content: space-between;
}
.booking-review .booking-review-content .review-list li .val {
  color: #5E6D77;
}
.booking-review .booking-review-content .review-list li:last-child {
  margin-bottom: 0px;
}
.booking-review .booking-review-content .review-list li.no-flex {
  display: block;
}
.booking-review .booking-review-content .review-list li ul {
  padding-left: 15px;
}
.booking-review .booking-review-content .review-list li.final-total {
  font-size: 19px;
}
.booking-review .booking-review-content .review-list li.final-total:not(:first-child) {
  border-top: 1px solid #EAEEF3;
  padding-top: 10px;
}
.booking-review .booking-review-content .review-list li.final-total .label {
  font-weight: 600;
}
.booking-review .booking-review-content .review-list li.final-total .val {
  font-weight: 600;
}
.booking-review .booking-review-content .review-list li.final-total .fee-tax-included-text {
  font-size: 0.8rem;
  margin-top: 0.4em;
  font-weight: bold;
  color: #009345;
}
.booking-review .booking-review-content .review-list li .label i {
  color: #a9a9a9;
  font-size: 15px;
}
.booking-review .booking-review-content .review-list div.form-group-item .final-total .val {
  font-weight: 500;
}
.booking-review .booking-review-content .review-list div.form-group-item .final-total .val.total {
  font-size: 19px;
}
.booking-review .booking-review-content .info-form > ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.booking-review .booking-review-content .info-form > ul li {
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #DAE1E7;
}
.booking-review .booking-review-content .info-form > ul li:last-child {
  border-bottom: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.booking-review .booking-review-content .info-form > ul li .val {
  color: #5E6D77;
}
.booking-review .booking-review-content .info-form > ul li:last-child {
  margin-bottom: 0px;
}
.booking-review .booking-review-content .info-form > ul li.no-flex {
  display: block;
}
.booking-review .booking-review-content .info-form > ul li ul {
  padding-left: 15px;
}

.gateways-table .card {
  margin-top: -1px;
}
.gateways-table .card-header h4 {
  font-size: 16px;
  font-weight: 500;
}
.gateways-table .card-header h2 {
  padding: 0px;
  margin: 0px;
}
.gateways-table .card-header label {
  margin: 0px;
}
.gateways-table .card-header label img {
  max-height: 50px;
}
.gateways-table #gateway_stripe .gateway_name {
  display: none;
}
.gateways-table #gateway_stripe .card_stripe {
  width: auto;
  max-width: 500px;
  position: relative;
}
.gateways-table #gateway_stripe .card_stripe label {
  display: inline-block;
  width: 100%;
  position: relative;
}
.gateways-table #gateway_stripe .card_stripe label span {
  min-width: 150px;
  display: inline-block;
}
.gateways-table #gateway_stripe .card_stripe label:not(:last-child) {
  border-bottom: 1px solid #F0F5FA;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.gateways-table #gateway_stripe .card_stripe label i {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 24px;
  color: #ccc;
}
.gateways-table #gateway_stripe .card_stripe input {
  border: none;
  box-shadow: none;
  outline: none;
}
.gateways-table #gateway_stripe .card_stripe .input {
  display: inline-block;
  width: 200px;
  position: relative;
  top: 5px;
}
.gateways-table #gateway_stripe .card_stripe i.bg {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 100px;
  color: #ccc;
  transform: rotate(0deg);
  z-index: 1;
}
@media (max-width: 424px) {
  .gateways-table #gateway_stripe .card_stripe i.bg {
    display: none;
  }
}

.payment-discount-funcoin-wrap {
  background-color: #fff;
  border: 1px solid #d7dce3;
  border-radius: 12px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  corner-shape: squircle;
  display: flex;
}
@media (max-width: 766px) {
  .payment-discount-funcoin-wrap {
    flex-direction: column;
  }
}
.payment-discount-funcoin-wrap > * {
  flex: 1 1 50%;
}
.payment-discount-funcoin-wrap .section-coupon-form {
  padding: min(1em, 1.5rem);
}
.payment-discount-funcoin-wrap .final-total {
  padding: min(1em, 1.5rem);
  border-left: 1px solid #d7dce3;
}
@media (max-width: 766px) {
  .payment-discount-funcoin-wrap .final-total {
    border-top: 1px solid #d7dce3;
    border-left: none;
  }
}

.discount-code-section__title {
  color: #1a2b48;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
}

.discount-code-section .form-wrap {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: space-between;
}

.discount-code-section .form-wrap .form-control {
  flex: 1;
  min-width: 0;
}

.discount-code-section .form-wrap .btn.bravo_apply_discount_unified,
.discount-code-section .form-wrap .bravo_apply_discount_unified {
  align-items: center;
  background: linear-gradient(98deg, var(--systemColor, #009345) 0%, #1d5279 100%);
  border: none;
  border-radius: 12px;
  color: #fff;
  corner-shape: squircle;
  cursor: pointer;
  display: inline-flex;
  flex-shrink: 0;
  font-size: 15px;
  font-weight: 600;
  gap: 6px;
  justify-content: center;
  line-height: 1.2;
  min-height: 45px;
  min-width: 100px;
  padding: 0 22px;
  transition: opacity 0.2s ease, box-shadow 0.2s ease;
}
.discount-code-section .form-wrap .btn.bravo_apply_discount_unified:hover:not(:disabled),
.discount-code-section .form-wrap .bravo_apply_discount_unified:hover:not(:disabled) {
  box-shadow: 0 2px 8px rgba(0, 147, 69, 0.35);
  color: #fff;
  opacity: 0.95;
}
.discount-code-section .form-wrap .btn.bravo_apply_discount_unified:focus,
.discount-code-section .form-wrap .bravo_apply_discount_unified:focus {
  box-shadow: 0 0 0 0.2rem rgba(89, 160, 121, 0.35);
  color: #fff;
  outline: none;
}
.discount-code-section .form-wrap .btn.bravo_apply_discount_unified:disabled,
.discount-code-section .form-wrap .bravo_apply_discount_unified:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}

.checkout-funcoin--inline .checkout-funcoin__heading {
  font-size: 1rem;
}

.checkout-funcoin--inline .checkout-funcoin__title {
  color: #1a2b48;
}

.gateways-table--cards {
  padding-top: 0;
  position: relative;
}
.gateways-table--cards .payment-methods-title {
  font-size: 1rem;
  font-weight: 600;
  color: #1a2b48;
  margin-bottom: 1rem;
}
.gateways-table--cards .payment-gateway-cards {
  display: grid;
  gap: 12px 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  width: 100%;
}
.gateways-table--cards .payment-gateway-card {
  align-items: stretch;
  background: #ffffff;
  border: 2px solid #e8e8e8;
  border-radius: 12px;
  corner-shape: squircle;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0;
  min-height: 112px;
  padding: 2rem 0.75rem;
  position: relative;
  transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
  width: 100%;
}
.gateways-table--cards .payment-gateway-card:hover:not(.is-selected):not(.disabled) {
  border-color: #d1d5db;
}
.gateways-table--cards .payment-gateway-card.is-selected {
  background: #e8f5eb;
  border-color: var(--systemColor, #009345);
  box-shadow: inset 0 0 0 1px var(--systemColor, #009345);
}
.gateways-table--cards .payment-gateway-card.disabled {
  cursor: not-allowed;
  opacity: 0.5;
  pointer-events: none;
}
.gateways-table--cards .payment-gateway-card__input {
  height: 1px;
  margin: 0;
  opacity: 0;
  position: absolute;
  width: 1px;
}
.gateways-table--cards .payment-gateway-card__body {
  align-items: center;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  gap: 10px;
  justify-content: center;
  pointer-events: none;
  text-align: center;
}
.gateways-table--cards .payment-gateway-card__logo {
  flex-shrink: 0;
  max-height: 52px;
  max-width: 85%;
  mix-blend-mode: multiply;
  -o-object-fit: contain;
     object-fit: contain;
  width: 140px;
}
.gateways-table--cards .payment-gateway-card__label {
  color: #1a2b48;
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 2px;
}
.gateways-table--cards .payment-gateway-card__fallback {
  color: #1a2b48;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.25;
  padding: 0 0.25rem;
  text-align: center;
}
.gateways-table--cards .payment-gateway-panel.is-open {
  background: #fff;
  border: 0;
  border-radius: 12px;
  corner-shape: squircle;
  left: -9999px !important;
  margin: 0 !important;
  min-height: 200px;
  opacity: 0 !important;
  overflow: hidden;
  padding: 1rem 1.25rem;
  position: absolute !important;
  top: 0 !important;
  width: min(520px, 100vw) !important;
  z-index: -1 !important;
}

@media (max-width: 766px) {
  .booking-success-detail .booking-review {
    margin-top: 20px;
  }
  .booking-success-detail .booking-review .booking-review-content {
    margin-bottom: 0;
  }
  .booking-success-detail .col-md-8 {
    order: 2;
  }
  .booking-success-detail .col-md-4 {
    order: 1;
  }
  .booking-success-detail .btn {
    margin-top: 20px;
  }
  .booking-success-detail .booking-review .booking-review-content .info-form > ul li {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .booking-success-detail .booking-review .booking-review-content .info-form > ul li:last-child {
    margin-bottom: 0px;
  }
}

.booking-success-notice {
  margin-bottom: 70px;
}
@media (max-width: 766px) {
  .booking-success-notice {
    margin-bottom: 0;
    border-bottom: solid 1px #ccc;
    padding-bottom: 10px;
  }
  .booking-success-notice .d-flex {
    display: block !important;
    text-align: left;
  }
  .booking-success-notice .d-flex img {
    margin: auto;
    display: block;
  }
}
.booking-success-notice .notice-success {
  margin-left: 20px;
}
@media (max-width: 766px) {
  .booking-success-notice .notice-success {
    margin: 10px 0 0;
  }
}
.booking-success-notice .notice-success .line1 {
  margin-bottom: 0px;
  font-size: 24px;
  color: #00001E;
  line-height: 35px;
}
@media (max-width: 990px) {
  .booking-success-notice .notice-success .line1 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 10px;
  }
}
@media (max-width: 766px) {
  .booking-success-notice .notice-success .line1 {
    font-size: 16px;
    line-height: initial;
    margin-bottom: 5px;
  }
}
.booking-success-notice .notice-success .line1 span {
  color: #1A2B48;
  font-weight: 600;
}
.booking-success-notice .notice-success .line2 {
  font-size: 16px;
  color: #5E6D77;
  margin-bottom: 0px;
}
@media (max-width: 766px) {
  .booking-success-notice .notice-success .line2 {
    font-size: 14px;
  }
}
.booking-success-notice .booking-info-detail {
  margin: 0px;
  padding: 0px;
  border-left: 3px solid #5191FA;
  padding-left: 30px;
}
@media (max-width: 766px) {
  .booking-success-notice .booking-info-detail {
    padding-left: 10px;
    margin: 20px 0px;
    border: none;
    text-align: left;
  }
}
.booking-success-notice .booking-info-detail li {
  list-style: none;
  font-size: 16px;
  color: #818181;
  padding: 5px 0;
}
.booking-success-notice .booking-info-detail li span {
  font-weight: 500;
  color: #000000;
}

.bravo-booking-page--tour-confirmation {
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 40px;
  min-height: 50vh;
}

.booking-confirmation-tour {
  margin-bottom: 40px;
}
.booking-confirmation-tour .confirmation-status {
  text-align: center;
  margin-bottom: 40px;
  background-color: #e8f5e9;
  border-radius: 12px;
  padding: 5em 3em;
  corner-shape: squircle;
}
.booking-confirmation-tour .confirmation-status__icon {
  margin-bottom: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background: var(--systemColor, #28a745);
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.booking-confirmation-tour .confirmation-status__icon i {
  font-size: 48px;
  color: #fff;
}
.booking-confirmation-tour .confirmation-status__title {
  font-size: 28px;
  font-weight: 600;
  color: var(--systemColor, #28a745);
  margin-bottom: 12px;
}
@media (max-width: 766px) {
  .booking-confirmation-tour .confirmation-status__title {
    font-size: 22px;
  }
}
.booking-confirmation-tour .confirmation-status__code {
  font-size: 16px;
  color: #5e6d77;
  margin-bottom: 0;
}
.booking-confirmation-tour .confirmation-status__code .confirmation-code {
  color: #1A2B48;
  font-weight: 600;
  text-decoration: underline;
}
@media (max-width: 766px) {
  .booking-confirmation-tour .confirmation-main-row .col-md-8 {
    order: 2;
  }
  .booking-confirmation-tour .confirmation-main-row .col-md-4 {
    order: 1;
  }
}
.booking-confirmation-tour .next-steps-card {
  background: #fff;
  border-radius: 12px;
  corner-shape: squircle;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  border: 1px solid #e8e8e8;
  padding: 24px;
  margin-bottom: 0;
}
.booking-confirmation-tour .next-steps__title {
  font-size: 18px;
  font-weight: 600;
  color: #1A2B48;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.booking-confirmation-tour .next-steps__title i {
  color: var(--systemColor, #28a745);
}
.booking-confirmation-tour .next-steps__list {
  list-style: none !important;
  list-style-type: none !important;
  padding: 0 !important;
  margin: 0 !important;
  padding-left: 0 !important;
}
.booking-confirmation-tour .next-steps__list li {
  list-style: none !important;
  list-style-type: none !important;
  padding-left: 0 !important;
}
.booking-confirmation-tour .next-steps__item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 20px;
  padding-left: 0;
}
.booking-confirmation-tour .next-steps__item:last-child {
  margin-bottom: 0;
}
.booking-confirmation-tour .next-steps__item::before {
  display: none;
}
.booking-confirmation-tour .next-steps__icon {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: var(--systemColor, #28a745);
  padding: 0;
}
.booking-confirmation-tour .next-steps__content {
  font-size: 15px;
  color: #5e6d77;
  line-height: 1.5;
}
.booking-confirmation-tour .next-steps__content > strong:first-child {
  color: #1A2B48;
  display: block;
  font-weight: 800;
  font-size: 1.2em;
  margin-bottom: 10px;
}
.booking-confirmation-tour .confirmation-support {
  text-align: center;
  margin-top: 40px;
  padding: 24px;
  font-size: 15px;
  color: #5e6d77;
  background-color: #f8f9fa;
  border-radius: 12px;
  corner-shape: squircle;
}
.booking-confirmation-tour .confirmation-support__email {
  color: var(--systemColor, #28a745);
  font-weight: 600;
  text-decoration: underline;
}
.booking-confirmation-tour .confirmation-support__email:hover {
  color: var(--systemColor, #28a745);
}

.accordion > .card:first-of-type {
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.voucher,
.card-header {
  cursor: pointer;
}
.voucher .accicon,
.card-header .accicon {
  float: right;
  width: 1.2em;
}
.voucher .accicon .rotate-icon,
.card-header .accicon .rotate-icon {
  transition: transform 0.3s;
}
.voucher:not(.collapsed) .rotate-icon,
.card-header:not(.collapsed) .rotate-icon {
  transform: rotate(180deg);
}

.header--charges {
  cursor: pointer;
}
.header--charges .accicon .rotate-icon {
  transition: transform 0.3s;
}
.header--charges:not(.collapsed) .rotate-icon {
  transform: rotate(180deg);
}
.header--charges.bgr-custom {
  font-weight: 500;
  background-color: #FFF;
}

.detail {
  color: #3490dc;
  font-weight: 500;
}
.detail:hover {
  color: #3490dc;
}

@media screen and (min-width: 992px) {
  .div-return {
    border-left: 1px solid #dee2e6 !important;
  }
}

.div-depart-mobile {
  border-bottom: 1px solid #dee2e6 !important;
}

.expired-time {
  color: #3490dc;
  font-weight: 500;
}

.payment-page-expired-countdown {
  margin-bottom: 1.25rem;
  margin-left: auto;
  margin-right: auto;
  max-width: min(640px, 100%);
  text-align: center;
}

.expired-time--payment-banner {
  align-items: center;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  justify-content: center;
}

.payment-expired-chip {
  background-color: #FFF;
  border-radius: 9999px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #d7dce3;
  padding: 0.45rem 1.1rem;
}

.count-down-time {
  font-size: 16px;
}

.menu-tab-flight {
  border: none;
}
.menu-tab-flight li a {
  background-color: #FFF;
  color: var(--systemColor) !important;
  border: 1px solid;
  border-bottom: none;
  border-color: var(--systemColor) !important;
  padding: 7px 25px;
  border-radius: 20px 20px 0 0 !important;
  font-size: 14px;
  font-weight: 700;
  margin-right: 2px;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
}
@media (max-width: 766px) {
  .menu-tab-flight li a {
    padding: 5px 20px;
  }
}
@media (max-width: 460px) {
  .menu-tab-flight li a {
    padding: 5px 15px;
  }
}
.menu-tab-flight li a.active {
  background-color: var(--systemColor) !important;
  color: #FFF !important;
  border-color: var(--systemColor) !important;
}

#flight-departure .booking-form .card-first,
#flight-return .booking-form .card-first {
  border-top-left-radius: 0px;
}

.list-airline .nav-link {
  color: #ff2f00;
  font-weight: 500;
  background-color: #FFF;
  box-shadow: rgba(3, 18, 26, 0.15) 0px 2px 5px;
}
.list-airline .nav-link.active {
  color: #FFF;
  background-image: linear-gradient(to right, #ff2f00, #FFF000);
}

.col--content {
  border-radius: 3px;
}
.col--content .tab-content {
  margin-top: 0px !important;
  margin-right: 0px !important;
}

input.date_time[readonly] {
  background-color: inherit !important;
}

.attraction-question {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.attraction-question .title {
  padding-top: 20px;
  font-weight: bold;
  padding-bottom: 20px;
}

.gift-recipient-inf {
  margin-bottom: 15px;
  padding: 15px;
  background-color: #f8f7f9;
}
.gift-recipient-inf .guest-someone-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
}

.flat-slider {
  margin: 10px;
}

.flat-slider .ui-slider-range-min {
  background-color: #ff2f00;
  border-radius: 6px;
}

.flat-slider.ui-corner-all,
.flat-slider .ui-corner-all {
  border-radius: 0;
}

.flat-slider.ui-slider {
  border: 0;
  background: #cdd0d1;
  border-radius: 6px;
}

.flat-slider.ui-slider-horizontal {
  height: 5px;
}

.flat-slider.ui-slider-vertical {
  height: 15em;
  width: 6px;
}

.flat-slider .ui-slider-handle {
  width: 22px;
  height: 22px;
  background: #FFF;
  border-radius: 50%;
  border: 1px solid var(--systemColor);
  cursor: pointer;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
}
.flat-slider .ui-slider-handle:focus {
  outline: 0;
}

.flat-slider.ui-slider-horizontal .ui-slider-handle {
  top: 50%;
  margin-top: -11px;
}

.flat-slider.ui-slider-vertical .ui-slider-handle {
  left: 50%;
  margin-left: -11px;
}

.flat-slider .ui-slider-handle:hover {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.35);
}

.flat-slider .ui-slider-range {
  border: 0;
  border-radius: 6px;
  background: #ff2f00;
}

.flat-slider.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 5px;
}

.flat-slider.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 6px;
}

.input-group-text.cursor-pointer.fa {
  opacity: 0;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.bravo_gift_balance {
  background: #fff;
  border-radius: 24px;
  padding: 15px;
  box-shadow: 0 25px 60px rgba(26, 43, 72, 0.15);
  border: 1px solid rgba(26, 43, 72, 0.05);
  position: relative;
  display: flex;
  gap: 20px;
  width: 100%;
  flex-wrap: wrap;
}
.bravo_gift_balance .bravo_gift_balance-block {
  flex: 1;
  min-width: 300px;
}
.bravo_gift_balance .form-wrap {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
}
.bravo_gift_balance h3, .bravo_gift_balance h4 {
  color: #42210b;
  font-family: "UTM Avo Italic";
  display: none;
}
.bravo_gift_balance .font-italic {
  font-family: "UTM Avo Italic";
}
.bravo_gift_balance input {
  height: 50px;
  border-radius: 12px;
  corner-shape: squircle;
  flex: 1;
  border: 1px solid #DAE1E7;
  font-size: 15px;
  color: #1A2B48;
  transition: all 0.2s ease-in-out;
}
.bravo_gift_balance input:focus {
  border-color: var(--systemColor);
  box-shadow: 0 0 0 3px rgba(26, 43, 72, 0.12);
}
.bravo_gift_balance .btn {
  border-radius: 14px;
  corner-shape: squircle;
  background: linear-gradient(98deg, var(--systemColor) 0%, #1d5279 100%);
  border: none;
  font-weight: 600;
  color: #fff;
  font-size: 15px;
  padding: 14px 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  cursor: pointer;
}
.bravo_gift_balance .alert {
  font-size: 15px;
  border-radius: 12px;
  corner-shape: squircle;
  border-width: 1px;
  border-style: solid;
  -o-border-image: initial;
     border-image: initial;
  transition: 0.2s ease-in-out;
}
.bravo_gift_balance .message.alert-text.mt-2:empty {
  display: none;
  margin-top: 10px;
}

.tour-booking-stepper {
  list-style: none;
  padding: 0;
  margin: 0 auto 30px;
  max-width: min(640px, 80%);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
.tour-booking-stepper::before {
  content: "";
  position: absolute;
  top: 16px;
  left: 10%;
  right: 10%;
  height: 2px;
  background-color: #e0e0e0;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .tour-booking-stepper::before {
    display: none;
  }
}
.tour-booking-stepper .stepper-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  max-width: 120px;
  position: relative;
  z-index: 1;
}
.tour-booking-stepper .stepper-step .stepper-circle {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 2px solid transparent;
  box-sizing: border-box;
  background-color: #e0e0e0;
  color: #9e9e9e;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  transition: all 0.2s ease;
}
.tour-booking-stepper .stepper-step .stepper-circle .fa-check {
  font-size: 12px;
}
.tour-booking-stepper .stepper-step .stepper-title {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 500;
  color: #9e9e9e;
  text-align: center;
  transition: color 0.2s ease;
}
@media screen and (max-width: 767px) {
  .tour-booking-stepper .stepper-step .stepper-title {
    font-size: 13px;
  }
}
.tour-booking-stepper .stepper-step.completed .stepper-circle {
  background-color: var(--systemColor, #009345);
  border-color: var(--systemColor, #009345);
  color: #fff;
}
.tour-booking-stepper .stepper-step.completed .stepper-title {
  color: var(--systemColor, #009345);
}
.tour-booking-stepper .stepper-step.active .stepper-circle {
  background-color: #fff;
  color: var(--systemColor, #009345);
  border: 2px solid var(--systemColor, #009345);
}
.tour-booking-stepper .stepper-step.active .stepper-title {
  color: var(--systemColor, #009345);
}
@media screen and (max-width: 767px) {
  .tour-booking-stepper {
    overflow-x: auto;
    overflow-y: hidden;
    justify-content: flex-start;
    flex-wrap: nowrap;
    padding: 16px 0;
    max-width: 100%;
    gap: 0;
    -webkit-overflow-scrolling: touch;
    margin: 0;
    padding: 0;
  }
  .tour-booking-stepper::-webkit-scrollbar {
    display: none;
  }
  .tour-booking-stepper .stepper-step {
    flex: none;
    flex-direction: column;
    flex-direction: row;
    align-items: baseline;
    max-width: none;
  }
  .tour-booking-stepper .stepper-step .stepper-circle {
    width: 28px;
    height: 28px;
    font-size: 12px;
    display: none;
  }
  .tour-booking-stepper .stepper-step .stepper-circle .fa-check {
    font-size: 10px;
  }
  .tour-booking-stepper .stepper-step .stepper-title {
    margin-top: 6px;
    font-size: 11px;
    font-weight: 500;
    color: #b0b0b0;
    text-align: center;
    white-space: nowrap;
  }
  .tour-booking-stepper .stepper-step:not(:last-child)::after {
    content: "";
    font-family: "FontAwesome";
    margin: 8px 6px 0;
    font-size: 11px;
    color: #b0b0b0;
    align-self: center;
  }
  .tour-booking-stepper .stepper-step.active .stepper-title, .tour-booking-stepper .stepper-step.completed .stepper-title {
    color: var(--systemColor, #009345);
  }
  .tour-booking-stepper .stepper-step.active:not(:last-child)::after, .tour-booking-stepper .stepper-step.completed:not(:last-child)::after {
    color: var(--systemColor, #009345);
  }
}

/*# sourceMappingURL=checkout.css.map*/