:root {
  --pyramids-blue: #0b5aa0;
  --pyramids-blue-dark: #12325f;
  --pyramids-cyan: #22a9bf;
  --pyramids-cyan-light: #42d4ec;
  --pyramids-yellow: #fed81b;
  --pyramids-white: #ffffff;
}

::-webkit-scrollbar {
  width: 9px;
}

::-webkit-scrollbar-thumb {
  background: var(--pyramids-yellow);
  border-radius: 3px;
}

::-webkit-scrollbar-thumb:hover {
  background: #d8b800;
}

::-webkit-scrollbar-track {
  background: #f8f8f8;
}

html {
  scrollbar-width: thin;
  scrollbar-color: var(--pyramids-yellow) #f8f8f8;
}

.bg-gray-dark,
.rd-navbar-wrap.bg-gray-dark,
.rd-navbar,
.rd-navbar-panel {
  background: var(--pyramids-blue);
  fill: var(--pyramids-blue);
}

.rd-navbar-wrap,
.rd-navbar-wrap.bg-gray-dark,
.rd-navbar,
.rd-navbar.rd-navbar-original,
.rd-navbar.rd-navbar-static,
.rd-navbar.rd-navbar-fixed,
.rd-navbar.rd-navbar--is-stuck,
.rd-navbar.rd-navbar-static.rd-navbar--is-stuck,
.rd-navbar-inner {
  height: 70px !important;
  min-height: 70px !important;
  background: var(--pyramids-blue) !important;
  fill: var(--pyramids-blue) !important;
  transition: none !important;
}

.rd-navbar-panel,
.rd-navbar-brand,
.rd-navbar-brand .brand-name {
  height: 70px !important;
  min-height: 70px !important;
  display: flex !important;
  align-items: center !important;
  background: var(--pyramids-blue) !important;
  transition: none !important;
}

.rd-navbar-brand img {
  width: 166px !important;
  height: 55px !important;
  max-width: 166px !important;
  object-fit: contain;
}

.rd-navbar-static .rd-navbar-nav > li,
.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-nav > li,
.rd-navbar-fixed .rd-navbar-nav > li {
  height: 70px !important;
  min-height: 70px !important;
  transition: none !important;
}

.rd-navbar-static .rd-navbar-nav > li > a,
.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-nav > li > a,
.rd-navbar-fixed .rd-navbar-nav > li > a {
  height: 70px !important;
  min-height: 70px !important;
  padding-top: 23px !important;
  padding-bottom: 23px !important;
  background-color: var(--pyramids-blue);
  transition: none !important;
}

.rd-navbar-search,
.rd-navbar-search-toggle {
  height: 70px !important;
  min-height: 70px !important;
  line-height: 70px !important;
  background: var(--pyramids-blue) !important;
  transition: none !important;
}

.rd-navbar-static .rd-navbar-nav > li > a {
  color: var(--pyramids-white);
}

.rd-navbar-static .rd-navbar-nav > li.active > a,
.rd-navbar-static .rd-navbar-nav > li.focus > a,
.rd-navbar-static .rd-navbar-nav > li.opened > a,
.rd-navbar-static .rd-navbar-nav > li > a:hover {
  background: var(--pyramids-blue-dark);
  color: var(--pyramids-white);
}

.rd-navbar-fixed .rd-navbar-nav-wrap,
.rd-navbar-fixed .rd-navbar-submenu-toggle,
.rd-navbar-fixed .rd-navbar-panel {
  background: var(--pyramids-blue);
}

.rd-navbar-fixed .rd-navbar-nav > li > a {
  color: var(--pyramids-white);
}

.rd-navbar-fixed .rd-navbar-nav > li.active > a,
.rd-navbar-fixed .rd-navbar-nav > li.focus > a,
.rd-navbar-fixed .rd-navbar-nav > li.opened > a,
.rd-navbar-fixed .rd-navbar-nav > li > a:hover {
  background: var(--pyramids-blue-dark);
  color: var(--pyramids-white);
}

.rd-navbar-static .rd-navbar-nav > li.active > a:before,
.rd-navbar-static .rd-navbar-nav > li.focus > a:before,
.rd-navbar-static .rd-navbar-nav > li.opened > a:before,
.rd-navbar-static .rd-navbar-nav > li > a:hover:before {
  background: var(--pyramids-yellow);
}

.rd-navbar-fixed .rd-navbar-nav > li.active > a:before,
.rd-navbar-fixed .rd-navbar-nav > li.focus > a:before,
.rd-navbar-fixed .rd-navbar-nav > li.opened > a:before,
.rd-navbar-fixed .rd-navbar-nav > li > a:hover:before {
  background: var(--pyramids-yellow);
}

.rd-navbar-search-toggle,
.rd-navbar-search-toggle:hover {
  color: var(--pyramids-white);
}

.rd-navbar-dropdown,
.rd-navbar-megamenu {
  border-top-color: var(--pyramids-yellow);
}

.rd-navbar-dropdown > li > a:hover,
.rd-navbar-megamenu a:hover {
  color: var(--pyramids-cyan);
}

.rd-navbar-nav > li.booking-auth-menu:not(.is-visible),
.rd-navbar-nav > li.booking-pages-menu {
  display: none !important;
}

#site-contact {
  scroll-margin-top: 90px;
}


/* Mobile RD Navbar keeps the Pyramids blue shell and lets dropdowns expand. */
.rd-navbar-fixed .rd-navbar-panel,
.rd-navbar-fixed .rd-navbar-panel:before,
.rd-navbar-fixed .rd-navbar-brand,
.rd-navbar-fixed .rd-navbar-brand .brand-name {
  background: var(--pyramids-blue) !important;
  fill: var(--pyramids-blue) !important;
}

.rd-navbar-fixed .rd-navbar-panel:before {
  box-shadow: 0 0 13px -1px rgba(0, 0, 0, 0.17);
}

.rd-navbar-fixed .rd-navbar-toggle {
  background: var(--pyramids-blue) !important;
  color: var(--pyramids-white) !important;
  z-index: 1001;
}

.rd-navbar-fixed .rd-navbar-toggle span,
.rd-navbar-fixed .rd-navbar-toggle span:before,
.rd-navbar-fixed .rd-navbar-toggle span:after {
  background-color: var(--pyramids-white) !important;
}

.rd-navbar-fixed .rd-navbar-nav-wrap {
  top: 70px !important;
  bottom: 0 !important;
  width: min(320px, 86vw) !important;
  padding: 0 0 24px !important;
  background: var(--pyramids-blue) !important;
  z-index: 998 !important;
}

.rd-navbar-fixed .rd-navbar-nav:before,
.rd-navbar-fixed .rd-navbar-nav:after {
  display: none !important;
  height: 0 !important;
}

.rd-navbar-fixed .rd-navbar-nav > li {
  height: auto !important;
  min-height: 0 !important;
}

.rd-navbar-fixed .rd-navbar-nav li > a {
  height: auto !important;
  min-height: 56px !important;
  padding: 16px 56px 16px 26px !important;
  background: var(--pyramids-blue) !important;
  color: var(--pyramids-white) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.rd-navbar-fixed .rd-navbar-nav li.active > a,
.rd-navbar-fixed .rd-navbar-nav li.focus > a,
.rd-navbar-fixed .rd-navbar-nav li.opened > a,
.rd-navbar-fixed .rd-navbar-nav li > a:hover {
  background: var(--pyramids-blue-dark) !important;
  color: var(--pyramids-white) !important;
}

.rd-navbar-fixed .rd-navbar-dropdown,
.rd-navbar-fixed .rd-navbar-megamenu {
  background: var(--pyramids-blue) !important;
}

.rd-navbar-fixed .rd-navbar-submenu .rd-navbar-dropdown > li > a,
.rd-navbar-fixed .rd-navbar-submenu .rd-navbar-megamenu a {
  min-height: 46px !important;
  padding-top: 11px !important;
  padding-bottom: 11px !important;
}

.rd-navbar-fixed .rd-navbar-submenu-toggle:after,
.rd-navbar-fixed .rd-navbar-nav .rd-navbar-submenu-toggle::after {
  color: var(--pyramids-white) !important;
}


.booking-auth-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(11, 90, 160, 0.58);
}

.booking-auth-modal[hidden] {
  display: none !important;
}

.booking-auth-dialog {
  position: relative;
  width: min(560px, 100%);
  padding: 26px;
  border-top: 5px solid var(--pyramids-yellow);
  background: var(--pyramids-white);
  box-shadow: 0 18px 42px rgba(12, 36, 64, 0.28);
}

.booking-auth-close {
  position: absolute;
  top: 8px;
  right: 12px;
  width: 36px;
  height: 36px;
  border: 0;
  background: transparent;
  color: var(--pyramids-blue);
  font-size: 32px;
  font-weight: 400;
  line-height: 1;
  cursor: pointer;
}

.booking-auth-head {
  padding-right: 34px;
  margin-bottom: 18px;
}

.booking-auth-head h4 {
  margin: 0 0 6px;
  color: var(--pyramids-blue);
  font-size: 25px;
}

.booking-auth-head p {
  margin: 0;
  color: #667085;
  font-size: 13px;
  font-weight: 700;
}

.booking-auth-panel {
  display: grid;
  gap: 10px;
}

.booking-auth-panel[hidden] {
  display: none !important;
}

.booking-auth-panel label {
  margin: 0;
  color: var(--pyramids-blue-dark);
  font-size: 13px;
  font-weight: 900;
}

.booking-auth-input {
  height: 46px;
  min-height: 46px;
  padding: 8px 12px !important;
  border: 2px solid #d7e0ea;
  color: var(--pyramids-blue-dark);
  font-size: 15px;
  font-weight: 700;
}

.booking-auth-input.is-invalid {
  border-color: #ff4d4f;
}

.booking-auth-input.is-valid {
  border-color: #31c26b;
}

.booking-auth-status {
  margin: 2px 0 0;
  color: var(--pyramids-blue);
  font-size: 13px;
  font-weight: 800;
}

.booking-auth-status[data-status="error"] {
  color: #b42318;
}

.booking-auth-status[data-status="success"] {
  color: #147a3b;
}

.booking-auth-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 6px;
}

.booking-auth-actions .button {
  min-width: 128px;
  margin: 0;
}

.booking-auth-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.booking-auth-register-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.booking-auth-checkbox {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 2px 0 0;
  color: var(--pyramids-blue-dark);
  font-size: 13px;
  font-weight: 800;
}

.booking-auth-checkbox input {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

.booking-auth-register-contact-grid {
  align-items: end;
}

.booking-auth-panel .booking-phone-field .iti {
  width: 100%;
}

.booking-auth-panel .booking-phone-field .iti__flag-container,
.booking-auth-panel .booking-phone-field .iti__selected-flag {
  height: 46px;
}

.booking-auth-panel .booking-phone-field .iti--separate-dial-code .iti__selected-flag {
  min-width: 88px;
}

.booking-auth-panel .booking-phone-field .iti--separate-dial-code .booking-auth-input {
  padding-left: 98px !important;
}

.booking-auth-link {
  border: 0;
  background: transparent;
  color: var(--pyramids-blue);
  font-size: 13px;
  font-weight: 900;
  text-decoration: underline;
  cursor: pointer;
}

@media (max-width: 479px) {
  .booking-auth-dialog {
    padding: 22px 18px;
  }

  .booking-auth-actions {
    align-items: stretch;
    flex-direction: column-reverse;
  }

  .booking-auth-register-grid {
    grid-template-columns: 1fr;
  }

  .booking-auth-links {
    justify-content: center;
  }

  .booking-auth-actions .button,
  .booking-auth-link {
    width: 100%;
  }
}

.preloader {
  background: var(--pyramids-white);
}

body.booking-reference-loading {
  overflow: hidden;
}

body.booking-reference-loading .preloader,
body.booking-reference-loading .preloader.loaded {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: all;
}

.preloader-body p,
.cssload-container,
.cssload-speeding-wheel {
  display: none;
}

.pyramids-loader-image {
  display: block;
  box-sizing: border-box;
  width: 100px;
  height: 100px;
  padding: 14px;
  border-radius: 50%;
  background: var(--pyramids-white);
  box-shadow: 0 12px 30px rgba(12, 51, 87, .22);
  object-fit: contain;
}

.MyLoading {
  position: fixed;
  inset: 0;
  z-index: 10001;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(39, 39, 39, 0.2);
  pointer-events: all;
}

.MyLoading.is-visible {
  display: flex;
}

.nav-custom-dark {
  position: relative;
  z-index: 1000;
}

.section-60.bg-gray-lighter .owl-carousel-middle,
.section-60.bg-gray-lighter .thumbnail-opacity {
  position: relative;
  z-index: 0;
}

.nav-custom-dark .nav-custom-tabs .nav-item {
  background: var(--pyramids-cyan);
  color: var(--pyramids-white);
}

.nav-custom-dark .nav-custom-tabs .resp-tab-active,
.nav-custom-dark .nav-custom-tabs .nav-item:hover {
  background: var(--pyramids-blue);
  color: var(--pyramids-white);
}

.nav-custom-dark .nav-custom-tabs .resp-tab-active:before {
  background: var(--pyramids-yellow);
}

.nav-custom-dark .nav-custom-tab,
.nav-custom-dark .resp-accordion,
.nav-custom-dark .resp-tab-content {
  background: var(--pyramids-blue);
}

.nav-custom-dark .nav-custom-tab .form-label-outside {
  color: var(--pyramids-white) !important;
  opacity: 1 !important;
}

.nav-custom-dark .nav-custom-tab.nav-custom-wide {
  padding: 22px 30px 26px;
}

.nav-custom-dark .nav-custom-tab .row-20 {
  margin-top: -14px;
}

.nav-custom-dark .nav-custom-tab .row-20 > [class*='col-'] {
  margin-top: 14px;
}

.nav-custom-dark .nav-custom-tab .form-label-outside {
  display: block;
  margin-bottom: 8px !important;
  line-height: 1.15;
}

.nav-custom-dark .nav-custom-tab .form-input,
.nav-custom-dark .nav-custom-tab .select2-container--bootstrap .select2-selection--single {
  height: 42px !important;
  min-height: 42px !important;
  padding-top: 7px !important;
  padding-bottom: 7px !important;
  font-size: 16px;
  line-height: 26px;
}

.nav-custom-dark .nav-custom-tab .select2-container--bootstrap .select2-selection--single {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.nav-custom-dark .nav-custom-tab .select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
  line-height: 40px !important;
  text-align: left;
  direction: ltr;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nav-custom-dark .nav-custom-tab .select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
  height: 40px !important;
  width: 26px !important;
}

.nav-custom-dark .booking-date-field .form-input {
  padding-left: 12px !important;
  padding-right: 12px !important;
  text-align: center;
}

.nav-custom-dark .booking-date-field.is-disabled .form-input {
  background-color: #d8d8d8;
  border-color: #c8d0d8 !important;
  color: #6f7680;
  cursor: not-allowed;
}

.nav-custom-dark .booking-date-field.is-disabled .booking-flexible-date {
  cursor: not-allowed;
  opacity: 0.55;
}

.nav-custom-dark .booking-panel-hidden {
  display: none !important;
}

.nav-custom-dark .booking-multi-city-panel {
  width: 100%;
}

.nav-custom-dark .booking-multi-city-segments {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.nav-custom-dark .booking-multi-city-row {
  align-items: end;
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(190px, 0.55fr) 28px;
}

.nav-custom-dark .booking-multi-date-field .booking-date-label-row {
  gap: 8px;
}

.nav-custom-dark .booking-multi-date-field .booking-flexible-date {
  font-size: 12px;
}

.nav-custom-dark .booking-multi-date-field .form-input {
  min-width: 0;
}

.nav-custom-dark .booking-multi-city-remove {
  align-items: center;
  background: transparent;
  border: 0;
  color: var(--pyramids-white);
  cursor: pointer;
  display: flex;
  font-size: 24px;
  font-weight: 700;
  height: 42px;
  justify-content: center;
  line-height: 1;
  padding: 0;
  width: 28px;
}

.nav-custom-dark .booking-multi-city-remove:disabled {
  cursor: not-allowed;
  opacity: 0.35;
}

.nav-custom-dark .booking-multi-city-actions {
  margin-top: 17px !important;
}

.nav-custom-dark .nav-custom-tab .booking-multi-city-actions.row-20,
.nav-custom-dark .nav-custom-tab .booking-multi-city-actions.row-md-23 {
  margin-top: 17px !important;
}

.nav-custom-dark .booking-add-trip {
  background: transparent;
  border: 0;
  color: var(--pyramids-white);
  cursor: pointer;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  padding: 0 0 12px;
  text-align: left;
}

.nav-custom-dark .booking-add-trip:hover,
.nav-custom-dark .booking-add-trip:focus {
  color: var(--pyramids-yellow);
}

.nav-custom-dark .booking-multi-cabin-field .select2-container,
.nav-custom-dark .booking-multi-cabin-field .form-input {
  width: 100% !important;
}

@media (max-width: 1199.98px) {
  .nav-custom-dark .booking-multi-city-row {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .nav-custom-dark .booking-multi-city-remove {
    grid-column: 2;
    justify-self: end;
  }
}

@media (max-width: 767.98px) {
  .nav-custom-dark .booking-multi-city-row {
    grid-template-columns: 1fr;
  }

  .nav-custom-dark .booking-multi-city-remove {
    grid-column: auto;
    justify-self: end;
  }
}

.nav-custom-dark .booking-soon-panel {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 270px;
  text-align: center;
}

.nav-custom-dark .booking-soon-panel span {
  color: var(--pyramids-white);
  font-size: 32px;
  font-weight: 400;
  line-height: 1;
}

.nav-custom-dark .booking-date-label-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 8px;
}

.nav-custom-dark .booking-date-label-row .form-label-outside {
  margin-bottom: 0 !important;
}

.nav-custom-dark .booking-flexible-date {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 0;
  position: relative;
  top: 0;
  color: var(--pyramids-white);
  font-size: 13px;
  line-height: 1.15;
  white-space: nowrap;
}

.nav-custom-dark .booking-flexible-date input {
  flex: none;
  height: 15px;
  margin: 0;
  width: 15px;
}

.nav-custom-dark .booking-flexible-date span {
  color: var(--pyramids-white);
}

.nav-custom-dark .booking-passenger-fields .row {
  display: flex;
  flex-wrap: nowrap;
  margin-left: -7px;
  margin-right: -7px;
}

.nav-custom-dark .booking-passenger-col,
.nav-custom-dark .booking-passenger-fields .row > [class*='col-'] {
  flex: 0 0 33.333%;
  max-width: 33.333%;
  padding-left: 7px;
  padding-right: 7px;
  width: 33.333%;
}

.nav-custom-dark .booking-passenger-field .form-label-outside {
  white-space: nowrap;
}

.nav-custom-dark .booking-passenger-field .form-input {
  padding-left: 12px !important;
  padding-right: 24px !important;
  width: 86px !important;
  max-width: 100%;
}

@media (max-width: 575.98px) {
  .nav-custom-dark .booking-passenger-fields .row {
    flex-wrap: wrap;
  }

  .nav-custom-dark .booking-passenger-col,
  .nav-custom-dark .booking-passenger-fields .row > [class*='col-'] {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .nav-custom-dark .nav-custom-tab .row-md-23 {
    margin-top: -16px;
  }

  .nav-custom-dark .nav-custom-tab .row-md-23 > [class*='col-'] {
    margin-top: 16px;
  }
}

.button-primary,
.button-primary:focus,
.button-primary.focus {
  background-color: var(--pyramids-cyan);
  border-color: var(--pyramids-cyan);
  color: var(--pyramids-white);
}

.button-primary:hover,
.button-primary:active,
.button-primary.active {
  background-color: var(--pyramids-cyan);
  border-color: var(--pyramids-cyan);
  color: var(--pyramids-white);
}

.button-primary.button-naira:before {
  background: var(--pyramids-cyan);
}

.button-primary.button-naira:hover:before {
  background: var(--pyramids-cyan);
}

.page .text-primary,
.page .text-primary-dr {
  color: var(--pyramids-cyan) !important;
}

.page .text-info-dr {
  color: var(--pyramids-cyan) !important;
}

.page .text-info {
  color: var(--pyramids-cyan-light) !important;
}

.page .text-dark,
h1.text-ubold,
.h1.text-ubold,
h2.text-ubold,
.h2.text-ubold {
  color: var(--pyramids-blue-dark) !important;
}

.bg-image-05.context-dark h1.text-ubold {
  color: var(--pyramids-yellow) !important;
}

.page .text-primary-grad,
.page .text-primary-grad.icon:before {
  color: var(--pyramids-cyan);
  background-image: linear-gradient(0deg, var(--pyramids-cyan) 0%, var(--pyramids-cyan) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.divider-primary,
.divider-info {
  background: var(--pyramids-yellow);
}

.label-primary {
  background-color: var(--pyramids-cyan);
  color: var(--pyramids-white);
}

.label-primary:hover,
.label-primary:focus {
  background-color: var(--pyramids-cyan);
  color: var(--pyramids-white);
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: var(--pyramids-cyan);
  color: var(--pyramids-white);
}

.select2-container--default .select2-selection--single .select2-selection__arrow b:before {
  color: var(--pyramids-cyan);
}

.form-input:focus,
.select2-container--focus .select2-selection,
.select2-container--open .select2-selection {
  border-color: var(--pyramids-yellow);
}

.select2-container--bootstrap .select2-results__option,
.select2-container--default .select2-results__option {
  padding: 6px 8px;
  line-height: 1.3;
}

.nav-custom-dark .nav-custom-tab .form-validation {
  display: none !important;
}

.nav-custom-dark .nav-custom-tab .form-wrap.has-error .form-input,
.nav-custom-dark .nav-custom-tab .has-error .form-input,
.nav-custom-dark .nav-custom-tab .form-wrap.has-error .select2-container--bootstrap .select2-selection,
.nav-custom-dark .nav-custom-tab .has-error .select2-container--bootstrap .select2-selection {
  border-color: #ff4d4f !important;
  box-shadow: none !important;
}

.nav-custom-dark .nav-custom-tab .form-wrap.has-success .form-input,
.nav-custom-dark .nav-custom-tab .has-success .form-input,
.nav-custom-dark .nav-custom-tab .form-wrap.has-success .select2-container--bootstrap .select2-selection,
.nav-custom-dark .nav-custom-tab .has-success .select2-container--bootstrap .select2-selection {
  border-color: #31c26b !important;
  box-shadow: none !important;
}

.dtp > .dtp-content > .dtp-date-view > header.dtp-header,
.dtp div.dtp-date,
.dtp div.dtp-time,
.dtp table.dtp-picker-days tr > td > a.selected {
  background: var(--pyramids-blue);
}

.dtp .p10 > a,
.dtp .dtp-actual-meridien a.selected,
.dtp table.dtp-picker-days tr > td > a:hover {
  color: var(--pyramids-blue);
}

.dtp .dtp-buttons .dtp-btn-ok,
.dtp .dtp-buttons .dtp-btn-ok:hover,
.dtp .dtp-buttons .dtp-btn-ok:focus,
.dtp .dtp-buttons .dtp-btn-ok:active {
  color: var(--pyramids-white) !important;
}

.dtp .dtp-select-month-before,
.dtp .dtp-select-month-after,
.dtp .dtp-select-year-before,
.dtp .dtp-select-year-after {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  color: var(--pyramids-white) !important;
  font-size: 0 !important;
  line-height: 1;
  text-decoration: none !important;
  opacity: 1 !important;
}

.dtp .dtp-select-month-before::before,
.dtp .dtp-select-year-before::before {
  content: "\2039";
  font-size: 32px;
  font-weight: 800;
}

.dtp .dtp-select-month-after::before,
.dtp .dtp-select-year-after::before {
  content: "\203A";
  font-size: 32px;
  font-weight: 800;
}

.dtp .dtp-select-month-before.invisible,
.dtp .dtp-select-month-after.invisible,
.dtp .dtp-select-year-before.invisible,
.dtp .dtp-select-year-after.invisible {
  visibility: hidden !important;
  pointer-events: none;
}

.thumbnail-variant-4 .caption {
  background-color: rgba(11, 90, 160, 0.9);
  color: var(--pyramids-white);
}

.post-blog-caption .label-primary {
  background-color: rgba(34, 169, 191, 0.9);
  color: var(--pyramids-white);
}

.ui-to-top {
  background: var(--pyramids-cyan);
  color: var(--pyramids-white);
}

.ui-to-top:hover,
.ui-to-top:focus {
  background: var(--pyramids-cyan);
  color: var(--pyramids-white);
}

.page-footer {
  background-color: var(--pyramids-blue);
}

.page-footer .divider-info {
  background: var(--pyramids-yellow);
}

.page-footer-min .icon:hover,
.page-footer a:hover {
  color: var(--pyramids-yellow);
}

.booking-results-hidden {
  display: none;
}

.booking-home-section-hidden {
  display: none !important;
}

.booking-empty-results {
  margin: 0;
  padding: 26px;
  background: var(--pyramids-white);
  color: var(--pyramids-blue-dark);
  font-weight: 700;
  text-align: center;
  box-shadow: 0 0 13px 0 rgba(81, 98, 121, 0.18);
}

.booking-airline-logo {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 86px;
  min-height: 52px;
}

.booking-airline-logo img {
  max-width: 86px;
  max-height: 52px;
  object-fit: contain;
}

.booking-airline-logo.has-logo .booking-airline-code {
  display: none;
}

.booking-airline-code {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 42px;
  border: 2px solid var(--pyramids-cyan);
  color: var(--pyramids-blue);
  font-weight: 900;
  letter-spacing: 0;
}

.booking-flex-result {
  margin-top: 7px;
  color: var(--pyramids-cyan);
  font-size: 12px;
  font-weight: 700;
}

.booking-flight-details {
  display: none;
  margin-top: 10px;
  color: #808080;
  font-size: 13px;
  line-height: 1.6;
}

.booking-result-card.booking-details-open .booking-flight-details {
  display: block;
}

.booking-result-card.is-selected {
  box-shadow: 0 0 0 2px var(--pyramids-yellow), 0 0 13px 0 rgba(81, 98, 121, 0.18);
}

.booking-result-card [data-ticket-details] {
  cursor: pointer;
}

.booking-ticket-workflow {
  padding: 92px 0 60px;
  background: #f3f4f7;
  text-align: left;
  scroll-margin-top: 70px;
}

.booking-step-card,
.booking-results-panel,
.booking-search-details {
  border-radius: 8px;
  background: var(--pyramids-white);
  box-shadow: 0 2px 13px rgba(31, 39, 70, 0.13);
}

.booking-step-card {
  padding: 24px 34px 18px;
  margin-bottom: 14px;
}

.booking-progress {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: start;
}

.booking-stage {
  position: relative;
  min-height: 62px;
  text-align: center;
}

.booking-stage-line {
  position: absolute;
  top: 15px;
  left: 50%;
  right: -50%;
  height: 2px;
  background: var(--pyramids-cyan);
}

.booking-stage-circle {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 31px;
  height: 31px;
  border: 1px solid var(--pyramids-cyan);
  border-radius: 50%;
  background: var(--pyramids-white);
  color: var(--pyramids-cyan);
  font-size: 13px;
  font-weight: 700;
}

.booking-stage-title {
  margin-top: 12px;
  color: #566172;
  font-size: 12px;
  line-height: 1.2;
}

.booking-stage-complete .booking-stage-line,
.booking-stage-complete .booking-stage-circle {
  background: var(--pyramids-blue);
  border-color: var(--pyramids-blue);
  color: var(--pyramids-white);
}

.booking-stage-active .booking-stage-circle {
  background: var(--pyramids-cyan);
  border-color: var(--pyramids-cyan);
  color: var(--pyramids-white);
}

.booking-workflow-grid {
  display: grid;
  grid-template-columns: minmax(0, 2.05fr) minmax(320px, 1fr);
  gap: 24px;
  align-items: start;
}

.booking-workflow-finalized .booking-workflow-grid {
  grid-template-columns: 1fr;
}

.booking-workflow-finalized .booking-search-details {
  display: none;
}

.booking-workflow-finalized .booking-results-panel {
  padding: 22px;
}

.booking-results-panel {
  padding: 18px;
}

.booking-result-list {
  display: grid;
  gap: 22px;
}

.booking-result-card {
  background: var(--pyramids-white);
  box-shadow: 0 0 13px 0 rgba(81, 98, 121, 0.14);
  padding: 22px 26px;
  transition: box-shadow .25s ease;
}

.booking-result-card:hover {
  box-shadow: 0 0 16px 0 rgba(81, 98, 121, 0.22);
}

.booking-result-card-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 132px;
  gap: 24px;
  align-items: center;
}

.booking-result-main {
  display: grid;
  gap: 12px;
}

.booking-result-segment {
  display: grid;
  grid-template-columns: 120px minmax(108px, 132px) minmax(132px, 170px) minmax(108px, 132px);
  gap: 16px;
  align-items: center;
  justify-content: start;
}

.booking-result-card .divider {
  margin: 8px 0;
}

.booking-flight-point {
  min-width: 0;
}

.booking-flight-point:first-of-type {
  text-align: right;
}

.booking-flight-point:last-of-type {
  text-align: left;
}

.booking-flight-point .fw-bold {
  white-space: nowrap;
}

.booking-result-actions {
  display: grid;
  justify-items: start;
  gap: 8px;
}

.booking-result-actions .button {
  width: 86px;
  margin: 0;
  padding: 10px 12px;
}

.booking-result-actions .list-item-price {
  margin: 0;
  color: var(--pyramids-blue);
  font-size: 17px;
  white-space: nowrap;
}

.booking-result-meta {
  color: #6b7380;
  font-size: 12px;
  line-height: 1.4;
}

.booking-search-details {
  padding: 20px 20px 24px;
  background: var(--pyramids-blue);
  color: var(--pyramids-white);
}

.booking-search-details h4,
.booking-search-details label {
  color: var(--pyramids-white);
}

.booking-search-details h4 {
  font-size: 20px;
  line-height: 1.2;
}

.booking-search-details .divider {
  margin: 12px 0;
  background: rgba(255,255,255,.75);
}

.booking-search-detail-grid {
  display: grid;
  gap: 14px;
}

.booking-search-detail-form [data-details-standard-panel]:not([hidden]),
.booking-search-detail-form [data-details-multi-panel]:not([hidden]) {
  display: grid;
  gap: 12px;
}

.booking-search-detail-radio {
  display: flex;
  gap: 18px;
  align-items: center;
  flex-wrap: wrap;
  font-size: 13px;
  font-weight: 700;
}

.booking-search-detail-trip {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin: 0;
  cursor: pointer;
}

.booking-search-detail-trip input {
  width: 12px;
  height: 12px;
  margin: 0;
  cursor: pointer;
}

.booking-search-detail-field {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.booking-search-detail-field label {
  margin: 0;
  font-size: 12px;
  font-weight: 700;
}

.booking-search-detail-value {
  min-height: 32px;
  padding: 7px 10px;
  background: var(--pyramids-white);
  color: var(--pyramids-blue-dark);
  font-size: 13px;
  line-height: 1.35;
}

.booking-search-edit-input,
.booking-search-details .select2-container--bootstrap .select2-selection--single {
  width: 100% !important;
  height: 36px !important;
  min-height: 36px !important;
  border: 2px solid #d7e0ea !important;
  background: var(--pyramids-white) !important;
  color: var(--pyramids-blue-dark) !important;
  font-size: 13px;
  line-height: 20px;
}

.booking-search-edit-input {
  padding: 7px 9px !important;
}

.booking-search-details .select2-container {
  width: 100% !important;
}

.booking-search-details .select2-container--bootstrap .select2-selection--single {
  padding: 0 !important;
}

.booking-search-details .select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
  color: var(--pyramids-blue-dark);
  line-height: 32px !important;
  padding-left: 8px !important;
  padding-right: 28px !important;
  text-align: left;
  direction: ltr;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.booking-search-details .select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
  height: 32px !important;
  width: 24px !important;
}

.booking-search-edit-input.is-invalid,
.booking-search-details .select2-hidden-accessible.is-invalid + .select2-container--bootstrap .select2-selection--single {
  border-color: #ff4d4f !important;
}

.booking-search-detail-field.is-disabled {
  opacity: .62;
}

.booking-search-detail-field.is-disabled .booking-search-edit-input {
  background: #d8d8d8 !important;
  cursor: not-allowed;
}

.booking-search-detail-label-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.booking-search-detail-flex {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: var(--pyramids-white);
  font-size: 11px !important;
  line-height: 1;
  white-space: nowrap;
}

.booking-search-detail-flex input {
  width: 13px;
  height: 13px;
  margin: 0;
}

.booking-search-detail-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.booking-search-detail-travel-row {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1fr) minmax(0, 1fr);
  gap: 14px;
  align-items: end;
}

.booking-search-detail-cabin-row,
.booking-search-detail-date-row {
  display: grid;
  gap: 14px;
  align-items: end;
}

.booking-search-detail-cabin-row {
  grid-template-columns: 1fr;
}

.booking-search-detail-date-row {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.booking-search-detail-passenger-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  align-items: end;
}

.booking-search-detail-form.is-multi-city .booking-search-detail-passenger-row {
  grid-template-columns: repeat(3, minmax(54px, .58fr)) minmax(130px, 1.45fr);
}

.booking-search-detail-passenger-row .booking-search-edit-input {
  padding-left: 8px !important;
  padding-right: 8px !important;
}

.booking-search-detail-multi-row {
  position: relative;
  display: grid;
  gap: 10px;
  padding: 12px 34px 12px 12px;
  border: 1px solid rgba(255,255,255,.28);
}

.booking-search-detail-multi-title {
  color: var(--pyramids-yellow);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
}

.booking-search-detail-remove {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 24px;
  height: 24px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--pyramids-white);
  cursor: pointer;
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
}

.booking-search-detail-remove:disabled {
  cursor: not-allowed;
  opacity: .35;
}

.booking-search-detail-add {
  width: 100%;
  padding: 8px 10px;
  border: 1px solid rgba(255,255,255,.65);
  background: transparent;
  color: var(--pyramids-yellow);
  font-size: 13px;
  font-weight: 800;
  text-align: center;
}

.booking-search-detail-add:hover,
.booking-search-detail-add:focus {
  background: rgba(255,255,255,.12);
  color: var(--pyramids-yellow);
}

.booking-search-details .button {
  width: 100%;
  margin-top: 4px;
  padding: 10px 14px;
}

.booking-next-step-panel {
  margin-top: 12px;
  padding: 16px;
  background: rgba(34, 169, 191, .08);
  border: 1px solid rgba(34, 169, 191, .32);
  color: var(--pyramids-blue-dark);
  font-size: 13px;
}

.booking-next-step-panel h4 {
  margin-bottom: 6px;
  color: var(--pyramids-blue);
  font-size: 18px;
}

.booking-next-step-panel p {
  margin-bottom: 0;
  font-weight: 700;
}

.booking-passenger-form-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 14px;
}

.booking-passenger-form-head h4 {
  margin-bottom: 5px;
}

.booking-passenger-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 96px;
  padding: 7px 10px;
  background: var(--pyramids-blue);
  color: var(--pyramids-white);
  font-size: 12px;
  font-weight: 800;
  text-align: center;
}

.booking-passenger-form {
  display: grid;
  gap: 16px;
}

.booking-passenger-card {
  padding: 16px;
  border: 1px solid #d7e0ea;
  border-radius: 6px;
  background: var(--pyramids-white);
}

.booking-passenger-contact-card {
  border-color: rgba(34, 169, 191, .45);
  background: rgba(34, 169, 191, .05);
}

.booking-passenger-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid #e3e8ef;
}

.booking-passenger-card-title {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.booking-passenger-title-text {
  min-width: 0;
}

.booking-passenger-type-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  line-height: 1;
  border-radius: 50%;
  background: var(--pyramids-blue);
  color: var(--pyramids-white);
  font-size: 20px;
}

.booking-passenger-card-title .booking-passenger-type-icon {
  color: var(--pyramids-white);
}

.booking-passenger-type-chd {
  background: var(--pyramids-cyan);
}

.booking-passenger-card-title .booking-passenger-type-inf {
  background: var(--pyramids-yellow);
  color: var(--pyramids-blue-dark);
}

.booking-passenger-card-header h5 {
  margin: 0;
  color: var(--pyramids-blue);
  font-size: 17px;
  line-height: 1.2;
}

.booking-passenger-title-text span {
  color: #667085;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.booking-passenger-ocr {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 8px;
  min-width: 230px;
}

.booking-passenger-ocr-button {
  min-width: 132px;
  margin: 0;
  padding: 9px 14px;
  font-size: 11px;
  line-height: 1.1;
}

.booking-passenger-ocr-button:disabled {
  cursor: wait;
  opacity: .72;
}

.booking-passenger-ocr-status {
  max-width: 220px;
  color: #667085;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.25;
  text-align: right;
}

.booking-passenger-ocr-status[data-ocr-state='success'] {
  color: #18864b;
}

.booking-passenger-ocr-status[data-ocr-state='error'] {
  color: #b42318;
}

.booking-passenger-ocr-status[data-ocr-state='loading'] {
  color: var(--pyramids-blue);
}

.booking-passenger-grid {
  display: grid;
  gap: 12px;
}

.booking-passenger-grid + .booking-passenger-grid {
  margin-top: 12px;
}

.booking-passenger-grid-contact {
  grid-template-columns: minmax(190px, 1.25fr) repeat(2, minmax(220px, 1fr));
}

.booking-passenger-grid-main {
  grid-template-columns: minmax(106px, .7fr) minmax(112px, .75fr) repeat(2, minmax(150px, 1.2fr));
}

.booking-passenger-grid-document {
  grid-template-columns: repeat(4, minmax(130px, 1fr));
}

.booking-passenger-field {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.booking-passenger-field label {
  margin: 0;
  color: var(--pyramids-blue-dark);
  font-size: 12px;
  font-weight: 800;
}

.booking-passenger-input {
  width: 100%;
  height: 38px !important;
  min-height: 38px !important;
  padding: 8px 10px !important;
  border: 2px solid #d7e0ea !important;
  background: var(--pyramids-white) !important;
  color: var(--pyramids-blue-dark);
  font-size: 13px;
  line-height: 20px;
}

.booking-date-entry-control,
.booking-passenger-date-control {
  display: flex;
  align-items: stretch;
  width: 100%;
  min-width: 0;
}

.booking-date-entry-control .booking-date-entry-input,
.booking-passenger-date-control .booking-passenger-date-input {
  flex: 1 1 auto;
  min-width: 0;
  border-right-width: 0 !important;
}

.booking-date-entry-button,
.booking-passenger-date-button {
  width: 42px;
  height: 38px;
  min-height: 38px;
  border: 2px solid #d7e0ea;
  border-left: 0;
  background: #f2f7fb;
  color: var(--pyramids-teal);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
  transition: background-color .2s ease, color .2s ease, border-color .2s ease;
}

.booking-date-entry-button:hover,
.booking-date-entry-button:focus,
.booking-passenger-date-button:hover,
.booking-passenger-date-button:focus {
  background: var(--pyramids-teal);
  color: var(--pyramids-white);
  outline: none;
}

.booking-date-entry-button:disabled,
.booking-passenger-date-button:disabled {
  cursor: not-allowed;
  opacity: .55;
  background: #eef2f5;
  color: #91a4b7;
}

.booking-date-entry-button .icon,
.booking-passenger-date-button .icon {
  font-size: 18px;
  line-height: 1;
}

.booking-date-entry-picker-proxy,
.booking-passenger-date-picker-proxy {
  display: none !important;
}

.booking-date-entry-control .booking-date-entry-input.is-invalid + .booking-date-entry-picker-proxy + .booking-date-entry-button,
.booking-passenger-date-control .booking-passenger-date-input.is-invalid + .booking-passenger-date-picker-proxy + .booking-passenger-date-button {
  border-color: #ff4d4f !important;
}

.booking-date-entry-control .booking-date-entry-input.is-valid + .booking-date-entry-picker-proxy + .booking-date-entry-button,
.booking-passenger-date-control .booking-passenger-date-input.is-valid + .booking-passenger-date-picker-proxy + .booking-passenger-date-button {
  border-color: #24bf65 !important;
}

.booking-phone-number-input {
  min-width: 0;
}

.booking-phone-field .iti {
  width: 100%;
}

.booking-phone-field .iti__flag-container,
.booking-phone-field .iti__selected-flag {
  height: 38px;
}

.booking-phone-field .iti--separate-dial-code .iti__selected-flag {
  min-width: 88px;
  border: 2px solid #d7e0ea;
  border-right: 0;
  background: #eef6fb;
}

.booking-phone-field .iti--separate-dial-code .booking-phone-number-input {
  padding-left: 98px !important;
}

.booking-phone-field .iti__country-list {
  max-width: min(420px, 88vw);
  color: var(--pyramids-blue-dark);
  text-align: left;
  z-index: 10020;
}

.booking-phone-field .booking-phone-number-input.is-invalid {
  border-color: #ff4d4f !important;
}

.booking-phone-field .booking-phone-number-input.is-valid {
  border-color: #31c26b !important;
}

.booking-passenger-input.is-invalid {
  border-color: #ff4d4f !important;
}

.booking-passenger-input.is-valid {
  border-color: #31c26b !important;
}

.booking-passenger-field .select2-container {
  width: 100% !important;
}

.booking-passenger-field .select2-container--bootstrap .select2-selection--single {
  width: 100% !important;
  height: 38px !important;
  min-height: 38px !important;
  padding: 0 !important;
  border: 2px solid #d7e0ea !important;
  background: var(--pyramids-white) !important;
  color: var(--pyramids-blue-dark) !important;
  font-size: 13px;
}

.booking-passenger-field .select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
  color: var(--pyramids-blue-dark);
  line-height: 34px !important;
  padding-left: 8px !important;
  padding-right: 28px !important;
  text-align: left;
  direction: ltr;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.booking-passenger-field .select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
  height: 34px !important;
  width: 24px !important;
}

.booking-passenger-input.is-invalid + .select2-container--bootstrap .select2-selection--single {
  border-color: #ff4d4f !important;
}

.booking-passenger-input.is-valid + .select2-container--bootstrap .select2-selection--single {
  border-color: #31c26b !important;
}

.booking-passenger-review-confirmation {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 12px 14px;
  border: 2px solid #d7e0ea;
  border-radius: 6px;
  background: #f8fbfd;
  color: var(--pyramids-blue-dark);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.45;
}

.booking-passenger-review-confirmation input {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin-top: 1px;
}

.booking-passenger-review-confirmation.is-invalid {
  border-color: #ff4d4f;
}

.booking-passenger-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding-top: 2px;
}

.booking-passenger-actions .button {
  min-width: 190px;
  margin: 0;
}

.booking-passenger-form-status {
  margin: 0;
  color: var(--pyramids-blue);
  font-size: 13px;
  font-weight: 800;
}

.booking-payment-card,
.booking-ticket-document {
  padding: 18px;
  border: 1px solid #d7e0ea;
  border-radius: 6px;
  background: var(--pyramids-white);
}

.booking-payment-head,
.booking-ticket-header,
.booking-ticket-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 14px;
}

.booking-payment-head {
  padding-bottom: 10px;
  border-bottom: 1px solid #e3e8ef;
}

.booking-payment-head h4,
.booking-ticket-header h4 {
  margin-bottom: 4px;
  color: var(--pyramids-blue);
  font-size: 22px;
}

.booking-payment-head p,
.booking-ticket-header p,
.booking-ticket-footer p {
  margin: 0;
  color: #667085;
  font-size: 13px;
  font-weight: 700;
}

.booking-payment-reference,
.booking-ticket-pnr {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 126px;
  padding: 8px 12px;
  background: var(--pyramids-blue);
  color: var(--pyramids-white);
  font-size: 12px;
  font-weight: 900;
  text-align: center;
}

.booking-payment-form {
  display: grid;
  gap: 14px;
}

.booking-payment-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(150px, 1fr));
  gap: 12px;
}

.booking-payment-amount-field {
  grid-column: span 2;
}

.booking-payment-confirmation {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 12px 14px;
  border: 2px solid #d7e0ea;
  border-radius: 6px;
  background: #f8fbfd;
  color: var(--pyramids-blue-dark);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.45;
}

.booking-payment-confirmation input {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin-top: 1px;
}

.booking-payment-confirmation.is-invalid {
  border-color: #ff4d4f;
}

.booking-ticket-actions {
  justify-content: flex-end;
  flex-wrap: wrap;
}

.booking-ticket-actions .button {
  min-width: 142px;
  margin: 0;
  padding: 10px 16px;
}

.booking-ticket-actions .button-secondary {
  background: var(--pyramids-blue);
  color: var(--pyramids-white);
}

.booking-ticket-document {
  color: var(--pyramids-blue-dark);
}

.booking-ticket-header {
  padding-bottom: 12px;
  border-bottom: 2px solid var(--pyramids-blue);
}

.booking-ticket-pnr {
  flex-direction: column;
  gap: 2px;
  background: var(--pyramids-cyan);
}

.booking-ticket-pnr span,
.booking-ticket-summary span {
  display: block;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.booking-ticket-pnr strong {
  font-size: 20px;
}

.booking-ticket-summary {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 16px 0;
}

.booking-ticket-summary div {
  padding: 10px;
  border: 1px solid #d7e0ea;
  background: #f8fbfd;
}

.booking-ticket-summary strong {
  display: block;
  margin-top: 4px;
  color: var(--pyramids-blue);
  font-size: 14px;
  word-break: break-word;
}

.booking-ticket-section + .booking-ticket-section {
  margin-top: 16px;
}

.booking-ticket-section h5 {
  margin-bottom: 8px;
  color: var(--pyramids-blue);
  font-size: 17px;
}

.booking-ticket-table-wrap {
  overflow-x: auto;
}

.booking-ticket-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}

.booking-ticket-table th,
.booking-ticket-table td {
  padding: 9px 8px;
  border: 1px solid #d7e0ea;
  text-align: left;
  vertical-align: top;
}

.booking-ticket-table th {
  background: var(--pyramids-blue);
  color: var(--pyramids-white);
  font-weight: 900;
}

.booking-ticket-footer {
  margin-top: 16px;
  padding-top: 10px;
  border-top: 1px solid #d7e0ea;
}

.booking-airline-ticket {
  --ticket-accent: var(--pyramids-blue);
  --ticket-heading: #0f2f5f;
  position: relative;
  width: min(100%, 210mm);
  min-height: 297mm;
  margin: 0 auto;
  padding: 0 10mm 10mm;
  border: 0;
  border-radius: 0;
  box-shadow: 0 8px 28px rgba(15, 47, 95, 0.11);
  color: #101828;
  font-family: Arial, "Helvetica Neue", sans-serif;
  font-size: 12px;
  line-height: 1.25;
  overflow: visible;
}

.booking-airline-ticket-badr {
  --ticket-accent: #0783c2;
  --ticket-heading: #1f2a7a;
}

.booking-airline-ticket-tarco {
  --ticket-accent: #0b5aa0;
  --ticket-heading: #1f2746;
}

.booking-airline-ticket-default {
  --ticket-accent: var(--pyramids-blue);
  --ticket-heading: var(--pyramids-blue-dark);
}

.booking-ticket-report-bar {
  height: 18px;
  margin: 0 -10mm 8px;
  background: var(--ticket-accent);
}

.booking-ticket-system-name {
  margin: 0 0 2px;
  color: #111827;
  font-family: "Times New Roman", Times, serif;
  font-size: 10px;
  font-weight: 700;
  text-align: center;
}

.booking-airline-ticket .booking-ticket-header {
  align-items: flex-start;
  margin: 0 0 10px;
  padding: 6px 0 10px;
  border-bottom: 2px solid var(--ticket-accent);
  background: #fff;
}

.booking-ticket-airline-logo {
  display: flex;
  align-items: center;
  min-height: 70px;
  max-width: 44%;
}

.booking-ticket-airline-logo img {
  display: block;
  max-width: 230px;
  max-height: 70px;
  object-fit: contain;
}

.booking-ticket-airline-logo strong {
  color: var(--ticket-heading);
  font-size: 24px;
  font-weight: 900;
}

.booking-ticket-title-block {
  min-width: 245px;
  text-align: right;
}

.booking-ticket-title-block h4 {
  margin: 0;
  color: var(--ticket-accent);
  font-size: 30px;
  font-weight: 900;
  line-height: 1;
  text-transform: lowercase;
}

.booking-ticket-title-block span {
  display: block;
  margin-top: 8px;
  color: #667085;
  font-size: 11px;
  font-weight: 800;
}

.booking-ticket-title-block strong {
  display: block;
  color: var(--ticket-heading);
  font-size: 28px;
  font-weight: 900;
  line-height: 1.15;
}

.booking-airline-ticket .booking-ticket-section + .booking-ticket-section {
  margin-top: 12px;
}

.booking-airline-ticket .booking-ticket-section h5 {
  margin: 0 0 5px;
  padding-bottom: 2px;
  border-bottom: 2px solid var(--ticket-accent);
  color: var(--ticket-heading);
  font-family: "Times New Roman", Times, serif;
  font-size: 14px;
  font-weight: 900;
  text-decoration: underline;
}

.booking-ticket-compact-table {
  margin-bottom: 12px;
}

.booking-airline-ticket .booking-ticket-table-wrap {
  overflow: visible;
  border: 0;
}

.booking-airline-ticket .booking-ticket-table {
  width: 100%;
  min-width: 0;
  table-layout: fixed;
  border-collapse: collapse;
  font-family: "Times New Roman", Times, serif;
  font-size: 10px;
  line-height: 1.15;
}

.booking-airline-ticket .booking-ticket-passenger-table {
  min-width: 0;
}

.booking-airline-ticket .booking-ticket-table th,
.booking-airline-ticket .booking-ticket-table td {
  padding: 5px 6px;
  border: 1px solid #687386;
  color: #111827;
  text-align: center;
  vertical-align: middle;
  overflow-wrap: anywhere;
}

.booking-airline-ticket .booking-ticket-table th {
  background: #dcdcdc;
  color: #000;
  font-size: 9px;
  font-weight: 900;
  text-transform: none;
}

.booking-airline-ticket .booking-ticket-table td {
  background: #fff;
}

.booking-ticket-amount-row td {
  color: var(--ticket-heading);
  font-weight: 900;
  text-align: right;
}

.booking-ticket-passenger-table th:nth-child(1),
.booking-ticket-passenger-table td:nth-child(1) {
  width: 28%;
  text-align: left;
}

.booking-ticket-passenger-table th:nth-child(2),
.booking-ticket-passenger-table td:nth-child(2) {
  width: 17%;
}

.booking-ticket-passenger-table th:nth-child(3),
.booking-ticket-passenger-table td:nth-child(3) {
  width: 27%;
}

.booking-ticket-passenger-table th:nth-child(4),
.booking-ticket-passenger-table td:nth-child(4) {
  width: 13%;
}

.booking-ticket-passenger-table th:nth-child(5),
.booking-ticket-passenger-table td:nth-child(5) {
  width: 15%;
}

.booking-ticket-itinerary-table th:nth-child(1),
.booking-ticket-itinerary-table td:nth-child(1) {
  width: 7%;
}

.booking-ticket-itinerary-table th:nth-child(2),
.booking-ticket-itinerary-table td:nth-child(2) {
  width: 8%;
}

.booking-ticket-itinerary-table th:nth-child(3),
.booking-ticket-itinerary-table td:nth-child(3) {
  width: 16%;
}

.booking-ticket-itinerary-table th:nth-child(4),
.booking-ticket-itinerary-table td:nth-child(4) {
  width: 17%;
}

.booking-ticket-itinerary-table th:nth-child(5),
.booking-ticket-itinerary-table td:nth-child(5),
.booking-ticket-itinerary-table th:nth-child(6),
.booking-ticket-itinerary-table td:nth-child(6) {
  width: 8%;
}

.booking-ticket-itinerary-table th:nth-child(7),
.booking-ticket-itinerary-table td:nth-child(7),
.booking-ticket-itinerary-table th:nth-child(8),
.booking-ticket-itinerary-table td:nth-child(8) {
  width: 7%;
}

.booking-ticket-itinerary-table th:nth-child(9),
.booking-ticket-itinerary-table td:nth-child(9) {
  width: 7%;
}

.booking-ticket-itinerary-table th:nth-child(10),
.booking-ticket-itinerary-table td:nth-child(10) {
  width: 5%;
}

.booking-ticket-itinerary-table th:nth-child(11),
.booking-ticket-itinerary-table td:nth-child(11) {
  width: 9%;
}

.booking-ticket-fare-table th:nth-child(1),
.booking-ticket-fare-table td:nth-child(1) {
  width: 12%;
}

.booking-ticket-fare-table th:nth-child(2),
.booking-ticket-fare-table td:nth-child(2) {
  width: 11%;
}

.booking-ticket-fare-table th:nth-child(3),
.booking-ticket-fare-table td:nth-child(3) {
  width: 25%;
}

.booking-ticket-fare-table th:nth-child(4),
.booking-ticket-fare-table td:nth-child(4) {
  width: 12%;
}

.booking-ticket-fare-table th:nth-child(5),
.booking-ticket-fare-table td:nth-child(5) {
  width: 8%;
}

.booking-ticket-fare-table th:nth-child(6),
.booking-ticket-fare-table td:nth-child(6),
.booking-ticket-fare-table th:nth-child(7),
.booking-ticket-fare-table td:nth-child(7) {
  width: 10%;
}

.booking-ticket-fare-table th:nth-child(8),
.booking-ticket-fare-table td:nth-child(8) {
  width: 12%;
}

.booking-ticket-rules-table th:nth-child(1),
.booking-ticket-rules-table td:nth-child(1) {
  width: 13%;
}

.booking-ticket-rules-table th:nth-child(2),
.booking-ticket-rules-table td:nth-child(2) {
  width: 32%;
}

.booking-ticket-rules-table th:nth-child(3),
.booking-ticket-rules-table td:nth-child(3),
.booking-ticket-rules-table th:nth-child(4),
.booking-ticket-rules-table td:nth-child(4) {
  width: 9%;
}

.booking-ticket-rules-table th:nth-child(5),
.booking-ticket-rules-table td:nth-child(5),
.booking-ticket-rules-table th:nth-child(6),
.booking-ticket-rules-table td:nth-child(6) {
  width: 18.5%;
}

.booking-airline-ticket .booking-ticket-note {
  margin: 5px 0 0;
  color: #4b5563;
  font-family: "Times New Roman", Times, serif;
  font-size: 9px;
  font-weight: 700;
}

.booking-ticket-receipt-box {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid #687386;
  background: #fff;
  overflow: hidden;
}

.booking-ticket-receipt-box::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 42px solid transparent;
  border-top: 42px solid transparent;
  border-bottom: 42px solid var(--ticket-accent);
  opacity: .9;
}

.booking-ticket-receipt-left,
.booking-ticket-receipt-right {
  padding: 10px 12px;
}

.booking-ticket-receipt-left {
  border-right: 1px solid #687386;
}

.booking-ticket-receipt-box dl {
  display: grid;
  grid-template-columns: minmax(130px, .7fr) 1fr;
  gap: 7px 12px;
  margin: 0;
}

.booking-ticket-receipt-box dt {
  color: #4b5563;
  font-family: "Times New Roman", Times, serif;
  font-weight: 900;
}

.booking-ticket-receipt-box dd {
  margin: 0;
  color: #111827;
  font-family: "Times New Roman", Times, serif;
  font-weight: 800;
  word-break: break-word;
}

.booking-ticket-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 12px;
  padding-top: 9px;
  border-top: 1px solid #d7e0ea;
  color: var(--ticket-heading);
}

.booking-ticket-total span {
  font-weight: 900;
}

.booking-ticket-total strong {
  font-size: 15px;
  font-weight: 900;
}

.booking-ticket-total-secondary {
  margin-top: 5px;
  padding-top: 0;
  border-top: 0;
  color: #667085;
}

.booking-airline-ticket .booking-ticket-footer {
  margin-top: 16px;
  padding-top: 9px;
  border-top: 1px solid #d7e0ea;
}

.booking-airline-ticket .booking-ticket-footer p {
  color: #4b5563;
  font-size: 11px;
  font-weight: 700;
}

@media (max-width: 1199.98px) {
  .booking-workflow-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 991.98px) {
  .booking-step-card {
    padding: 20px 16px 14px;
  }

  .booking-result-card-inner,
  .booking-result-segment {
    grid-template-columns: 1fr;
  }

  .booking-flight-point,
  .booking-flight-point:first-of-type,
  .booking-flight-point:last-of-type,
  .booking-result-actions {
    text-align: center;
    justify-items: center;
  }

  .booking-result-actions .button {
    width: 140px;
  }

  .booking-passenger-grid-contact,
  .booking-passenger-grid-main,
  .booking-passenger-grid-document,
  .booking-payment-grid,
  .booking-ticket-summary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575.98px) {
  .booking-progress {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .booking-stage {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 0;
    text-align: left;
  }

  .booking-stage-line {
    display: none;
  }

  .booking-stage-title {
    margin-top: 0;
  }

  .booking-search-detail-row {
    grid-template-columns: 1fr;
  }

  .booking-search-detail-travel-row {
    grid-template-columns: 1fr;
  }

  .booking-search-detail-date-row {
    grid-template-columns: 1fr;
  }

  .booking-search-detail-passenger-row,
  .booking-search-detail-form.is-multi-city .booking-search-detail-passenger-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  .booking-search-detail-multi-cabin-field {
    grid-column: 1 / -1;
  }

  .booking-passenger-form-head,
  .booking-passenger-actions,
  .booking-passenger-card-header {
    align-items: stretch;
    flex-direction: column;
  }

  .booking-passenger-ocr {
    justify-content: flex-start;
    min-width: 0;
  }

  .booking-passenger-ocr-status {
    max-width: none;
    text-align: left;
  }

  .booking-passenger-grid-contact,
  .booking-passenger-grid-main,
  .booking-passenger-grid-document,
  .booking-payment-grid,
  .booking-ticket-summary {
    grid-template-columns: 1fr;
  }

  .booking-passenger-actions .button {
    width: 100%;
  }

  .booking-payment-head,
  .booking-ticket-header,
  .booking-ticket-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .booking-payment-amount-field {
    grid-column: auto;
  }
}

@media print {
  @page {
    size: A4 portrait;
    margin: 0;
  }

  html,
  body {
    width: 210mm !important;
    min-height: 297mm !important;
    margin: 0 !important;
    background: #fff !important;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }

  body * {
    visibility: hidden !important;
  }

  #IssuedTicketDocument,
  #IssuedTicketDocument * {
    visibility: visible !important;
  }

  #IssuedTicketDocument {
    position: absolute;
    top: 0;
    left: 0;
    width: 210mm !important;
    max-width: 210mm !important;
    box-sizing: border-box;
    min-height: 297mm !important;
    margin: 0 !important;
    padding: 0 10mm 10mm !important;
    box-shadow: none;
    border: 0;
    border-radius: 0;
    font-size: 9pt;
  }

  .booking-ticket-report-bar {
    height: 5mm;
    margin: 0 -10mm 2mm;
  }

  .booking-ticket-system-name {
    margin-bottom: 1mm;
    font-size: 8pt;
  }

  .booking-airline-ticket .booking-ticket-header {
    margin: 0 0 2.5mm;
    padding: 1.5mm 0 2mm;
    border-bottom: .7mm solid var(--ticket-accent);
  }

  .booking-ticket-airline-logo {
    min-height: 25mm;
  }

  .booking-ticket-airline-logo img {
    max-width: 72mm;
    max-height: 25mm;
  }

  .booking-ticket-title-block h4 {
    font-size: 22pt;
  }

  .booking-ticket-title-block span {
    margin-top: 2mm;
    font-size: 8pt;
  }

  .booking-ticket-title-block strong {
    font-size: 21pt;
  }

  .booking-airline-ticket .booking-ticket-section + .booking-ticket-section {
    margin-top: 4mm;
  }

  .booking-airline-ticket .booking-ticket-section h5 {
    margin-bottom: 1.4mm;
    padding-bottom: .7mm;
    font-size: 11pt;
  }

  .booking-ticket-compact-table {
    margin-bottom: 3.5mm;
  }

  .booking-airline-ticket .booking-ticket-table-wrap {
    overflow: visible;
  }

  .booking-airline-ticket .booking-ticket-table {
    width: 100%;
    min-width: 0;
    table-layout: fixed;
    font-size: 7.2pt;
    line-height: 1.2;
  }

  .booking-airline-ticket .booking-ticket-table th,
  .booking-airline-ticket .booking-ticket-table td {
    padding: 1.45mm 1.1mm;
  }

  .booking-airline-ticket .booking-ticket-table th {
    font-size: 6.7pt;
  }

  .booking-airline-ticket .booking-ticket-note,
  .booking-airline-ticket .booking-ticket-footer p {
    font-size: 7pt;
  }

  .booking-ticket-receipt-left,
  .booking-ticket-receipt-right {
    padding: 3.5mm;
  }

  .booking-ticket-receipt-box dl {
    grid-template-columns: 34mm 1fr;
    gap: 1.7mm 3mm;
  }

  .booking-ticket-total {
    margin-top: 2.4mm;
    padding-top: 2.1mm;
  }

  .booking-ticket-total strong {
    font-size: 9pt;
  }

  .no-print {
    display: none !important;
  }
}


.booking-pnr-modal {
  background: rgba(11, 90, 160, 0.64);
}

.booking-pnr-dialog {
  width: min(1120px, 96vw);
  max-height: 88vh;
  overflow: auto;
}

.booking-pnr-action-modal {
  z-index: 10020;
  background: rgba(12, 36, 64, 0.58);
}

.booking-pnr-preview-dialog {
  width: min(680px, 94vw);
}

.booking-pnr-head {
  margin-bottom: 14px;
}

.booking-pnr-status {
  margin-bottom: 12px;
}

.booking-pnr-table-wrap {
  overflow: visible;
  border: 0;
  background: transparent;
}

.booking-pnr-table-wrap .dataTables_wrapper {
  color: var(--pyramids-blue-dark);
  font-size: 13px;
}

.booking-pnr-table {
  width: 100% !important;
  border: 1px solid #d7e0ea;
  border-collapse: separate;
  border-spacing: 0;
  background: var(--pyramids-white);
  color: var(--pyramids-blue-dark);
  font-size: 13px;
  text-align: left;
}

.booking-pnr-table th,
.booking-pnr-table td {
  padding: 10px 12px;
  border-bottom: 1px solid #e6edf5;
  vertical-align: middle;
  white-space: nowrap;
}

.booking-pnr-table th {
  position: static;
  background: var(--pyramids-blue);
  color: var(--pyramids-white);
  font-weight: 900;
}

.booking-pnr-table thead .sorting,
.booking-pnr-table thead .sorting_asc,
.booking-pnr-table thead .sorting_desc {
  cursor: pointer;
}

.booking-pnr-table tr:hover td {
  background: #f3fbfd;
}

.booking-pnr-table td.dataTables_empty {
  padding: 24px 12px !important;
  color: #667085;
  text-align: center;
  font-weight: 800;
}

.booking-pnr-table.dtr-inline.collapsed > tbody > tr > td.dtr-control::before,
.booking-pnr-table.dtr-inline.collapsed > tbody > tr > th.dtr-control::before {
  color: var(--pyramids-cyan);
  font-weight: 900;
}

.booking-pnr-table > tbody > tr.child ul.dtr-details {
  width: 100%;
  text-align: left;
}

.booking-pnr-table > tbody > tr.child ul.dtr-details > li {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 10px;
  border-bottom: 1px solid #e6edf5;
}

.booking-pnr-table > tbody > tr.child span.dtr-title {
  min-width: 0;
  color: var(--pyramids-blue);
  font-weight: 900;
}

.booking-pnr-datatables-head,
.booking-pnr-datatables-footer {
  display: grid;
  gap: 14px;
  align-items: center;
  color: var(--pyramids-blue-dark);
  font-size: 12px;
  font-weight: 800;
}

.booking-pnr-datatables-head {
  grid-template-columns: auto minmax(220px, 340px);
  justify-content: space-between;
  margin-bottom: 12px;
}

.booking-pnr-datatables-footer {
  grid-template-columns: minmax(0, 1fr) auto;
  margin-top: 12px;
}

.booking-pnr-datatables-filter label,
.booking-pnr-datatables-length label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: var(--pyramids-blue-dark);
  font-weight: 900;
}

.booking-pnr-datatables-filter input {
  height: 36px;
  min-width: 220px;
  border: 1px solid #d7e0ea;
  background: var(--pyramids-white);
  color: var(--pyramids-blue-dark);
  font-weight: 800;
}

.booking-pnr-datatables-length select {
  width: auto;
  min-width: 76px;
  height: 34px;
  margin: 0 5px;
  border: 1px solid #d7e0ea;
  background: var(--pyramids-white);
  color: var(--pyramids-blue-dark);
}

.booking-pnr-datatables-pagination .paginate_button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 32px;
  height: 32px;
  margin-left: 4px;
  border: 1px solid #d7e0ea;
  background: var(--pyramids-white);
  color: var(--pyramids-blue-dark) !important;
  font-weight: 900;
  cursor: pointer;
}

.booking-pnr-datatables-pagination .paginate_button.current,
.booking-pnr-datatables-pagination .paginate_button:hover {
  border-color: var(--pyramids-cyan);
  background: var(--pyramids-cyan) !important;
  color: var(--pyramids-white) !important;
}

.booking-pnr-datatables-pagination .paginate_button.disabled,
.booking-pnr-datatables-pagination .paginate_button.disabled:hover {
  border-color: #d7e0ea;
  background: #f3f6f9 !important;
  color: #98a2b3 !important;
  cursor: default;
}

.booking-pnr-empty {
  padding: 22px !important;
  color: #667085;
  text-align: center;
  font-weight: 800;
}

.booking-pnr-status-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 82px;
  padding: 4px 9px;
  border-radius: 999px;
  background: #eef7fb;
  color: var(--pyramids-cyan);
  font-size: 12px;
  font-weight: 900;
}

.booking-pnr-status-issued,
.booking-pnr-status-confirmed {
  background: #e9f8ef;
  color: #147a3b;
}

.booking-pnr-status-cancelled,
.booking-pnr-status-voided,
.booking-pnr-status-refunded,
.booking-pnr-status-failed {
  background: #fff0f0;
  color: #b42318;
}

.booking-pnr-action-list {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 112px;
}

.booking-pnr-action-icon {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(11, 90, 160, 0.16);
  border-radius: 50%;
  background: #f8fbfe;
  color: var(--pyramids-blue);
  font-size: 15px;
  line-height: 1;
  cursor: pointer;
  transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.booking-pnr-action-icon:hover,
.booking-pnr-action-icon:focus {
  background: var(--pyramids-blue);
  border-color: var(--pyramids-blue);
  color: var(--pyramids-white);
  transform: translateY(-1px);
}

.booking-pnr-action-retrieve {
  color: var(--pyramids-cyan);
}

.booking-pnr-action-cancel {
  color: #b42318;
}

.booking-pnr-action-print {
  color: #147a3b;
}

.booking-pnr-no-actions {
  color: #98a2b3;
  font-weight: 800;
}

.booking-pnr-preview-body {
  display: grid;
  gap: 12px;
}

.booking-pnr-preview-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.booking-pnr-preview-item {
  padding: 10px 12px;
  border: 1px solid #d7e0ea;
  background: #f8fbfe;
}

.booking-pnr-preview-item span {
  display: block;
  margin-bottom: 3px;
  color: #667085;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.booking-pnr-preview-item strong {
  color: var(--pyramids-blue-dark);
  font-size: 14px;
}

@media (max-width: 767px) {
  .booking-pnr-table {
    font-size: 12px;
  }

  .booking-pnr-table th,
  .booking-pnr-table td {
    padding: 8px 9px;
  }

  .booking-pnr-datatables-head,
  .booking-pnr-datatables-footer {
    grid-template-columns: 1fr;
    gap: 8px;
    text-align: left;
  }

  .booking-pnr-datatables-filter input {
    width: 100%;
    min-width: 0;
  }

  .booking-pnr-preview-grid {
    grid-template-columns: 1fr;
  }
}
