#sp-section-1 #appTravelBoookingNav {
}
.header-sticky + #sp-section-1 #appTravelBoookingNav {
  position: fixed;
  width: 100%;
  z-index: 1050;
  animation: spFadeInDown 0.5s;
  top: 70px;
}
.trip-type-multi
  #appTravelBoookingNavInfo
  > .container
  > div
  > div:first-child {
  min-width: 160px;
}
.trip-type-multi
  #appTravelBoookingNavInfo
  > .container
  > div
  > div:nth-child(2) {
  min-width: 300px;
}
.fs-sm {
  font-size: 0.85rem !important;
}
.fs-xs {
  font-size: 0.7rem !important;
}
.fs-xxs {
  font-size: 0.55rem !important;
}
.input-group-flight-hotel,
.input-group-flight {
  position: relative;
}
.input-group-flight > div {
  width: calc(50% - 0.5rem) !important;
  flex-grow: 0;
  box-sizing: border-box;
}

.input-group-flight .swap-location {
  font-style: normal;
  cursor: pointer;
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 50%;
  height: 35px;
  width: 35px;
  line-height: 35px;
  display: block;
  text-align: center;
  color: var(--bs-primary);
}
.input-group-flight .swap-location::after {
  content: "\f072";
}
.input-group-flight > :first-child .form-control {
  padding-right: 1.5rem;
}
.input-group-flight > :last-child .form-control {
  padding-left: 1.5rem;
}
.input-group-flight-one-way .swap-location::after {
}
.input-group-flight-return .swap-location::after {
  content: "\f363";
  font-weight: 900;
}

.form-control .fa-chevron-down {
  font-size: 80%;
}
.min-w-300 {
  min-width: 300px;
}

.dropdown-menu-passengers {
  width: 320px;
  max-width: 100vw;
}

.dropdown-menu-passengers output.align-self-center {
  /* text-align: center; */
}

.dropdown-menu-passengers .dropdown-item-text > div {
  display: flex;
  align-items: center;
}

.dropdown-menu-passengers .dropdown-item-text > div > label {
  min-width: 80px;
}

.dropdown-menu-passengers .dropdown-item-text > div > label + div {
  margin-left: auto;
  margin-right: 0;
}

.dropdown-menu-passengers label {
  line-height: 1;
}

.dropdown-menu-passengers label small {
  font-size: 60%;
  opacity: 0.7;
}
.child-h-100 > *:not(.dropdown-menu) {
  height: 100%;
}
.child-w-100 > *:not(.dropdown-menu) {
  width: 100%;
}
.btn.btn-outline-secondary {
  --bs-btn-border-color: #ced4da;
  --bs-btn-active-bg: #ffffff;
  --bs-btn-hover-bg: #ffffff;
  --bs-btn-hover-color: #484e54;
  --bs-btn-active-color: #484e54;
  --bs-btn-disabled-border-color: #ced4da;
  --bs-btn-color: #212529;
}
.tab-flight-hotel-sin .input-group-flight-hotel,
.tab-flight-hotel-sin .input-group-flight {
  padding-left: 1rem;
}
.tab-flight-hotel-sin .input-group-flight-hotel::before,
.tab-flight-hotel-sin .input-group-flight::before {
  content: "\f594";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
.tab-flight-hotel-sin .input-group-flight::before {
  content: "\f072";
}
.tab-flight-hotel-sin .input-group-flight .swap-location {
  left: calc(50% + 1ch);
}

.tab-flight-hotel-sin .input-group-flight-hotel::before,
.tab-flight-hotel-sin .input-group-flight::before,
[input-prefix]::before {
  content: attr(input-prefix);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: var(--bs-primary);
  width: 2ch;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.tab-flight-hotel-sin
  .input-group-flight-multi.input-group-flight-hotel[input-prefix]::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f594";
  position: absolute;
  top: 50%;
  left: 0;
  height: 50%;
  background: var(--bs-primary);
  width: 2ch;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  border-bottom-left-radius: 0.375rem;
  align-items: flex-start;
}
.tab-flight-hotel-sin .input-group-flight-multi[input-prefix]::before {
  content: attr(input-prefix);
  position: absolute;
  top: 0;
  left: 0;
  height: 50%;
  background: var(--bs-primary);
  width: 2ch;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0;
  align-items: flex-end;
}
.tab-flight-hotel-sin
  .input-group-flight-multi.input-group-flight[input-prefix]::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f072";
  position: absolute;
  top: 50%;
  left: 0;
  height: 50%;
  background: var(--bs-primary);
  width: 2ch;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  border-bottom-left-radius: 0.375rem;
  align-items: flex-start;
}
[input-prefix] .form-control {
  padding-left: 2rem;
}

.bg-gray {
  background-color: #ddd;
}

.has-error ~ .invalid-feedback {
  display: block;
  position: absolute;
  margin-top: 0.25rem;
}

.overlay-banner {
  position: relative;
  margin-top: -7rem;
}
.btn-gray-remove {
  --bs-btn-color: #999 !important;
  --bs-btn-hover-color: var(--bs-danger) !important;
}
.item-price {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}

.rotate-180 {
  transform: rotate(180deg);
}
.rotate-90,
.rotate-left {
  transform: rotate(90deg);
}
.rotate-270 {
  transform: rotate(270deg);
}
.rotate-right {
  transform: rotate(-90deg);
}
.transition-transform {
  transition: transform 0.5s;
}
input:focus {
  outline: none;
  box-shadow: inset 0px 0px 2px var(--bs-primary);
}
.ratio-1-1 {
  aspect-ratio: 1;
  object-fit: cover;
}
.cursor-default {
  cursor: default;
}
.dropdown-menu-app {
  max-height: 350px !important;
}

/* my bookings */
.my-bookings .row-item {
  --bs-gutter-x: 0.75rem;
}

.my-bookings .line-point {
  border-bottom: solid 1px #aaa;
  width: 2rem;
  position: relative;
}

.my-bookings .line-point::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #aaa;
  position: absolute;
  translate: -50% -50%;
  margin-top: 0.5px;
}

.my-bookings .line-point::after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #aaa;
  position: absolute;
  right: 0;
  translate: 50% -50%;
  margin-top: 0.5px;
}

.my-bookings .status-await-payment {
  color: #dc3545;
  background-color: #dc354513;
  padding: 0.1rem 0.75rem;
  border-radius: 0.3rem;
}

.my-bookings .status-paid {
  color: #198724ff;
  background-color: #00f60c50;
  padding: 0.1rem 0.75rem;
  border-radius: 0.3rem;
}

.my-bookings .status-cancelled {
  color: #666666;
  background-color: #66666614;
  padding: 0.1rem 0.75rem;
  border-radius: 0.3rem;
}
[copy-text] {
  position: relative;
  cursor: pointer;
}

.copied-msg {
  position: absolute;
  display: block;
  color: green;
  font-size: 12px;
  opacity: 0;
  transition: opacity 0.3s;
  right: 0;
  bottom: 1rem;
}

.copied-msg.show {
  opacity: 1;
}

@media (min-width: 768px) {
  .my-bookings .row-item-2 > .col-md-9 {
    flex: 0 0 auto;
    width: 80%;
  }
  .my-bookings .row-item-2 > .col-md-3 {
    flex: 0 0 auto;
    width: 20%;
  }
}

/* Travel Package Booking */
.travel-package-booking .row-item {
  --bs-gutter-x: 0.75rem;
}

.travel-package-booking .line-point {
  border-bottom: solid 1px #aaa;
  width: 2rem;
  position: relative;
}

.travel-package-booking .line-point::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #aaa;
  position: absolute;
  translate: -50% -50%;
  margin-top: 0.5px;
}

.travel-package-booking .line-point::after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #aaa;
  position: absolute;
  right: 0;
  translate: 50% -50%;
  margin-top: 0.5px;
}

.travel-package-booking .status-await-payment {
  color: #dc3545;
  background-color: #dc354513;
  padding: 0.1rem 0.75rem;
  border-radius: 0.3rem;
}

.travel-package-booking .status-paid {
  color: #198724ff;
  background-color: #00f60c50;
  padding: 0.1rem 0.75rem;
  border-radius: 0.3rem;
}

.travel-package-booking .status-cancelled {
  color: #666666;
  background-color: #66666614;
  padding: 0.1rem 0.75rem;
  border-radius: 0.3rem;
}

.travel-package-booking [copy-text] {
  position: relative;
  cursor: pointer;
}

.travel-package-booking .copied-msg {
  position: absolute;
  display: block;
  color: green;
  font-size: 12px;
  opacity: 0;
  transition: opacity 0.3s;
  right: 0;
  bottom: 1rem;
}

.travel-package-booking .copied-msg.show {
  opacity: 1;
}
.com_travel.view-order #sp-main-body table.summary-totals{
  width: 100%;
}
.com_travel.view-order #sp-main-body table.summary-totals .header td{
  font-size: 0.8rem;
  font-weight: bold;
  padding-top: 0.5rem;
}
.com_travel.view-order #sp-main-body table.summary-totals .header td:last-child{
  min-width: 8rem;
}
.com_travel.view-order #sp-main-body table.summary-totals .subtotal td{
  padding-top: 0.5rem;
  font-weight: bold;
  border-top: var(--bs-border-width) dotted var(--bs-border-color) !important;
}
.com_travel.view-order #sp-main-body table.summary-totals  tfoot .total td{
  font-weight: bold;
}
.com_travel.view-order #sp-main-body table.summary-totals  tfoot hr{
  margin: 0;
  border: none;
  border-bottom: var(--bs-border-width) dotted var(--bs-border-color) !important;
  opacity: 1;
}
@media (min-width: 768px) {
  .travel-package-booking .row-item-2 > .col-md-9 {
    flex: 0 0 auto;
    width: 80%;
  }
  .travel-package-booking .row-item-2 > .col-md-3 {
    flex: 0 0 auto;
    width: 20%;
  }
}

/* Status buttons */
.btn-order-status {
  display: flex;
  gap: 0;
  align-items: stretch;
}
.btn-order-status .btn {
  flex: 1 1 0;
  border-radius: 0;
  text-align: center;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  border-left: 1px solid var(--bs-border-color, #dee2e6);
}
.btn-order-status .btn:first-child {
  border-left: none;
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.btn-order-status .btn:last-child {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
.btn-order-status .btn i {
  margin-right: 0.4rem;
}

@media (max-width: 575.98px) {
  .btn-order-status .btn {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 0.9rem;
  }
  .mobile-c50 > div,
  .mobile-50 {
    flex-basis: calc(50% - 0.5rem);
    width: calc(50% - 0.5rem) !important;
    min-width: auto !important;
  }
  .mobile-c50 > div > button,
  .mobile-50 > button {
    width: 100%;
    min-width: auto !important;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

/* Services list */
.services-list li {
  list-style-position: inside;
}

@media (max-width: 991px) {
  .input-group-flight-return > :first-child .form-control,
  .input-group-flight-one-way > :first-child .form-control {
    padding-right: 0.75rem;
  }
  .input-group-flight-return > :last-child .form-control,
  .input-group-flight-one-way > :last-child .form-control {
    padding-left: 0.75rem;
  }
  .input-group-flight-multi > :first-child .form-control {
    padding-right: 0.75rem;
  }
  .input-group-flight-multi > :last-child .form-control {
    padding-left: 2rem;
  }
  .dropdown-menu-app {
    max-width: calc(100% - 6rem) !important;
  }
}

body.sheet-open {
  overflow: hidden;
}

.mobile-options-overlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
}

.mobile-options-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
}

.mobile-options-sheet {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  border-radius: 16px 16px 0 0;
  padding: 16px;
  animation: slideUp 0.25s ease-out;
  max-height: 100vh;
}
.mobile-options-sheet .sheet-body {
  max-height: calc(100vh - 15rem);
  overflow: auto;
}
.disable-child-click > div:not(.disable-child-click-skip),
.disable-child-click-skip > * {
  pointer-events: none;
}
.mobile-options-sheet .dropdown .dropdown-menu {
  width: 100%;
  position: static !important;
  transform: none !important;
  max-height: none;
}
@keyframes slideUp {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}

@media (max-width: 767px) {
  .overlay-banner {
    position: relative;
    margin-top: -0.5rem;
  }

  .app-search-tabs-container .btn-search {
    width: 100%;
  }

  .app-search-tabs-container .number-of-nights {
    font-size: 0.8rem;
    padding: 0 0.5rem;
  }

  .app-search-tabs-container .tab-body {
    padding: 1rem !important;
  }
}