.hero-bkg {
  background-image: url("/images/aa/responsive/hero_sm.webp");
}

.hero-bkg-darken {
  display: none;
}

.hero-bkg--alp .hero__title span:last-of-type {
  font-weight: 600;
}

@media only screen and (max-width: 699px) {
  .hero-bkg.hero-bkg--alp .container {
    padding-top: 1.25rem;
  }
  .hero-bkg.hero-bkg--alp .hero__title span {
    font-weight: 600;
  }
  .hero-bkg.hero-bkg--alp .logo-bar {
    margin-top: 0;
  }
}
@media only screen and (min-width: 700px) {
  .hero-bkg {
    background-image: url("/images/aa/responsive/hero_lg.webp");
  }
}
.hero__content-alt {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-flex-direction: column;
          flex-direction: column;
  padding: 1.25rem 0;
  padding: var(--base-padding) 0;
  color: #fff;
  -webkit-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 0 1.25rem;
  padding: 0 var(--base-padding);
}
.hero__customers {
  font-size: 15px;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1607843137);
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}
.hero__customers img {
  margin-right: 6px;
}
.hero__title {
  font-size: 36px;
  max-width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
          align-items: center;
  margin-top: 60px;
  font-weight: 400;
  text-align: center;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1607843137);
}
.hero__title span {
  max-width: 100%;
}
@media (min-width: 768px) {
  .hero__title {
    font-size: 60px;
  }
}
.hero__text {
  font-weight: 600;
  font-size: 1.2rem;
  margin-bottom: 1.25rem;
  margin-bottom: var(--base-padding);
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.160784);
  text-align: center;
}
.hero__reviews {
  display: none;
  padding: 1.25rem;
  padding: var(--base-padding);
  background: #005ba9;
  background: var(--color-dark-blue);
  border-radius: 20px;
  position: relative;
  margin: 2.5rem 0;
  margin: var(--double-padding) 0;
  box-shadow: 0 0 2px #005ba9;
}
@media (min-width: 768px) {
  .hero__reviews {
    display: block;
  }
}
.hero__reviews p {
  font-size: 0.8rem;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  white-space: nowrap;
}
.hero__reviews p img {
  margin: 0 0.625rem;
  margin: 0 var(--half-padding);
}
@media (min-width: 960px) {
  .hero__reviews p {
    font-size: 1rem;
  }
}
.hero__reviews::before, .hero__reviews::after {
  content: "";
  position: absolute;
  left: calc(50% - 20px);
  width: 0px;
  height: 0px;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
}
.hero__reviews::before {
  top: -20px;
  border-bottom: 20px solid #005ba9;
  border-bottom: 20px solid var(--color-dark-blue);
}
.hero__reviews::after {
  bottom: -20px;
  border-top: 20px solid #005ba9;
  border-top: 20px solid var(--color-dark-blue);
}
.hero__business-promo {
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1607843137);
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
          flex-direction: row;
  margin-bottom: 0.625rem;
}
@media (min-width: 768px) {
  .hero__business-promo {
    -webkit-flex-direction: column;
            flex-direction: column;
    margin-bottom: 1.25rem;
  }
}
.hero__business-promo p {
  font-weight: 400;
  font-size: 0.8rem;
}
@media (min-width: 768px) {
  .hero__business-promo p {
    font-size: 1.2rem;
  }
}
.hero__business-promo a p {
  font-weight: 600;
  text-decoration: underline;
  color: #fff;
}
.hero__airline-logo {
  width: 100%;
  max-width: 500px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  background: #fff;
  border-radius: 10px;
  margin: 1.25rem 0;
  position: relative;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  box-shadow: 0 0 2px #fff;
}
@media (min-width: 768px) {
  .hero__airline-logo {
    height: 160px;
    margin: 1.25rem 0 2.5rem 0;
  }
}
.hero__airline-logo img {
  object-fit: cover;
  height: 80px;
  width: 50%;
}
@media (min-width: 768px) {
  .hero__airline-logo img {
    height: auto;
    width: auto;
    max-width: 100%;
  }
}
.hero__airline-logo:after {
  content: "";
  position: absolute;
  left: calc(50% - 20px);
  width: 0px;
  height: 0px;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  bottom: -20px;
  border-top: 20px solid #fff;
}

.flight-search-airport-results {
  height: 370px;
}

.search-widget-text {
  display: block;
}
@media screen and (min-width: 1024px) {
  .search-widget-text {
    display: none;
  }
}

.search-widget-image {
  display: none;
}
@media screen and (min-width: 1024px) {
  .search-widget-image {
    display: block;
    width: 56px !important;
    height: 56px;
    margin-right: 15px !important;
  }
}

.search-form-wrapper {
  position: relative;
  padding: 1.25rem;
  padding: var(--base-padding);
  border-radius: 20px;
  width: 100%;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 40px;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .search-form-wrapper {
    background-color: transparent;
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 768px) {
  .search-form-wrapper .field {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .search-form-wrapper .field {
    display: -webkit-flex;
    display: flex;
  }
}

.cities-wrapper {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .cities-wrapper {
    display: -webkit-flex;
    display: flex;
  }
}

@media screen and (min-width: 1024px) {
  .search-form__column input {
    border-left: 1px solid #e7e6ea;
  }
}
@media screen and (min-width: 1024px) {
  .search-form__column #flight-search-inbound-input {
    border-right: 1px solid #e7e6ea;
  }
}
@media screen and (min-width: 768px) {
  .search-form__column--from {
    width: 100%;
    margin-right: 2px;
  }
}
.search-form__column--from input {
  border-radius: 20px 20px 0 0;
  padding: 0 20px;
  border-color: transparent;
}
@media screen and (min-width: 768px) {
  .search-form__column--from input {
    border-radius: 20px 0 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .search-form__column--from input {
    border-radius: 80px 0px 0px 80px;
  }
}
@media screen and (min-width: 768px) {
  .search-form__column--to input {
    border-radius: 0 20px 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .search-form__column--to input {
    border-radius: 0px;
  }
}

@media screen and (max-width: 1024px) {
  div[data-multi-ref="0"],
  div[data-multi-ref="1"] {
    display: block !important;
  }
}

.flight-search-multi-row .search-form__input-group {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .flight-search-multi-row .search-form__input-group {
    -webkit-flex-direction: row;
            flex-direction: row;
  }
}

.search-form__date input {
  background-repeat: no-repeat;
  background-position-y: 50%;
  background-position-x: 14px;
}
.search-form__date input.search-form__field--disabled {
  background-image: none;
}
.search-form .search-form__input-group > div:nth-child(1) > input {
  border-radius: 20px 20px 0 0;
  padding: 20px;
  border-color: transparent;
}
@media screen and (min-width: 1024px) {
  .search-form .search-form__input-group > div:nth-child(1) > input {
    border-radius: 0;
  }
}
.search-form .search-form__input-group > div:last-child > input {
  border-radius: 0;
}
.search-form__field, .search-form__pax-button {
  background: #f6f6f7;
  font-size: 1rem;
  height: 77px;
  padding: 0 20px;
  border-color: transparent;
  width: 100%;
  cursor: pointer;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-appearance: none;
  margin-bottom: 2px;
  color: #0e0930;
}
.search-form__field--disabled, .search-form__pax-button--disabled {
  color: #aaa;
}
.search-form__field::-webkit-input-placeholder, .search-form__pax-button::-webkit-input-placeholder {
  color: #b2b2bf;
}
.search-form__field::placeholder, .search-form__pax-button::placeholder {
  color: #b2b2bf;
}
@media screen and (min-width: 1024px) {
  .search-form__field, .search-form__pax-button {
    background-color: transparent;
  }
}
.search-form__button {
  background-color: #5948db;
  width: 100%;
  border-radius: 57px;
  border: none;
  color: #fff;
  font-size: 1rem;
  height: 56px;
  font-weight: 500;
  transition: 0.1s;
  transition: background-color 0.25s ease;
  -webkit-user-select: none;
          user-select: none;
  margin-top: 8px;
}
@media (max-width: 1024px) {
  .search-form__button {
    margin-top: 16px;
  }
}
.search-form__button:active {
  -webkit-transform: translate(0, 5px);
          transform: translate(0, 5px);
}
.search-form__button:hover {
  background-color: #4635c6;
}
.search-form__input-group {
  display: -webkit-flex;
  display: flex;
}
.search-form__input-group .search-form__column {
  -webkit-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media (max-width: 1024px) {
  .search-form__input-group .search-form__column--date-from {
    margin-right: 2px;
  }
}
@media (max-width: 500px) {
  .search-form__input-group .search-form__column--date-from {
    margin-right: 1px;
  }
}
.search-form__field-group--invalid input {
  border: 2px solid red !important;
}
.search-form__pax-group {
  display: -webkit-flex;
  display: flex;
}
@media (min-width: 768px) {
  .search-form__pax-group {
    width: 100%;
  }
}
.search-form__pax-group .flight-search-travellers-toggle {
  -webkit-flex: 1 1 auto;
          flex: 1 1 auto;
}
.search-form-multi-controls {
  display: none;
}
.search-form__benefits {
  margin-top: 1.25rem;
  margin-top: var(--base-padding);
  display: -webkit-flex;
  display: flex;
  opacity: 0.7;
}
.search-form__benefits-item {
  width: 50%;
  text-transform: uppercase;
  color: #fff;
  font-size: 10px;
  text-align: center;
  letter-spacing: 2px;
  font-weight: 500;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
}
.search-form__benefits-item img {
  width: 16px;
  height: 16px;
  margin-right: 4px;
}
@media (min-width: 375px) {
  .search-form__benefits-item {
    font-size: 12px;
  }
}
.search-form__multi-row-label {
  color: #5948db;
  font-weight: 600;
  margin-bottom: 0.625rem;
  margin-bottom: var(--half-padding);
  margin-top: 16px;
  display: block;
}
@media screen and (min-width: 1024px) {
  .search-form__multi-row-label {
    margin-left: 20px;
  }
}
.search-form__inner {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .search-form__inner {
    border-radius: 24px;
    padding: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .search-form__inner {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
            flex-direction: row;
    border-radius: 80px;
    padding: 0px !important;
    max-width: 1148px;
    margin: auto;
  }
}

.search-form-wrapper--collapsed {
  max-width: none;
  display: none;
  min-height: calc(100vh - 229px);
  padding: 1.25rem 0;
  padding: var(--base-padding) 0;
}
@media screen and (min-width: 600px) {
  .search-form-wrapper--collapsed {
    display: block !important;
    min-height: 0;
  }
}
@media screen and (min-width: 1150px) {
  .search-form-wrapper--collapsed {
    padding: 1.25rem 0;
    padding: var(--base-padding) 0;
  }
}
.search-form-wrapper--collapsed .flight-search-calendar,
.search-form-wrapper--collapsed .flight-search-airport-results {
  width: calc(100% - 3.75rem);
}

.search-summary-details {
  padding: 0.625rem 0;
  padding: var(--half-padding) 0;
  display: -webkit-flex;
  display: flex;
}
@media screen and (min-width: 600px) {
  .search-summary-details {
    display: none;
  }
}
.search-summary-details-row {
  display: -webkit-flex;
  display: flex;
  width: auto;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
.search-summary-details-title {
  font-size: 14px;
}

.search-summary-expand-form {
  margin-left: auto;
  -webkit-appearance: none;
  background: none;
  border: none;
}

.search-summary-expand-icon {
  border-radius: 6px;
  height: 40px;
  background: #f79c34;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3882352941);
  color: white;
  padding: 0 5px;
}
.search-summary-expand-icon .aa-icon {
  width: 16px;
  height: 16px;
  color: #fff;
  margin-right: 5px;
}

.search-form--collapsed {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: flex-start;
          align-items: flex-start;
}
.search-form--collapsed .search-form__benefits {
  display: none;
  position: absolute;
  top: 20px;
  right: 30px;
}
@media screen and (min-width: 700px) {
  .search-form--collapsed .search-form__benefits {
    display: -webkit-flex;
    display: flex;
  }
}
@media screen and (min-width: 1150px) {
  .search-form--collapsed .search-form__benefits {
    right: 0;
  }
}
.search-form--collapsed .search-form__benefits .search-form__benefits-item {
  white-space: nowrap;
  margin-left: 1.25rem;
  margin-left: var(--base-padding);
}
.search-form--collapsed .search-form__inner {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
          align-items: center;
}
@media screen and (min-width: 600px) {
  .search-form--collapsed .search-form__inner {
    -webkit-flex-direction: row;
            flex-direction: row;
  }
}
.search-form--collapsed .search-form__fields {
  width: 100%;
}
.search-form--collapsed .search-form__field, .search-form--collapsed .search-form__pax-button {
  height: 46px;
  margin-bottom: 0;
  width: 100%;
}
@media screen and (max-width: 920px) {
  .search-form--collapsed .search-form__field, .search-form--collapsed .search-form__pax-button {
    height: 77px;
  }
}
.search-form--collapsed .search-form__field--location {
  margin-right: 2px;
}
.search-form--collapsed .search-form__input-group {
  width: 100%;
  margin-bottom: 2px;
}
@media (min-width: 960px) {
  .search-form--collapsed .search-form__input-group {
    width: 32%;
    margin-right: 0;
  }
}
@media (min-width: 960px) {
  .search-form--collapsed .search-form__column--from {
    margin-right: 0.625rem;
    margin-right: var(--half-padding);
  }
}
.search-form--collapsed .search-form__column--from, .search-form--collapsed .search-form__column--to {
  width: 100%;
  margin-bottom: 2px;
}
@media screen and (min-width: 600px) {
  .search-form--collapsed .search-form__column--from, .search-form--collapsed .search-form__column--to {
    width: calc(50% - 1px);
    margin-right: 2px;
  }
}
@media (min-width: 960px) {
  .search-form--collapsed .search-form__column--from, .search-form--collapsed .search-form__column--to {
    width: 30%;
    margin-bottom: 0;
    margin-right: 0.625rem;
    margin-right: var(--half-padding);
  }
}
.search-form--collapsed .search-form__column--to {
  margin-right: 0;
}
.search-form--collapsed .search-form__column--button {
  display: block;
}
@media screen and (min-width: 600px) {
  .search-form--collapsed .search-form__column--button {
    min-width: 110px;
    height: 56px;
    margin-bottom: 16px;
  }
}
@media (min-width: 960px) {
  .search-form--collapsed .search-form__column--button {
    -webkit-flex: 1 1 auto;
            flex: 1 1 auto;
    margin-right: 12px;
    margin-top: 2px;
  }
}
.search-form--collapsed .search-form__button {
  height: 56px;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .search-form--collapsed .search-form__button {
    height: 100%;
  }
}
.search-form--collapsed .flight-search-single-return-form {
  display: -webkit-flex;
  display: flex;
}
.search-form--collapsed .flight-search-single-return-form .flight-search-travellers .search-form__column--button {
  display: none;
}
@media (min-width: 1024px) {
  .search-form--collapsed .flight-search-multi-form {
    padding: 20px;
  }
}
@media (min-width: 768px) {
  .search-form--collapsed .flight-search-multi-form .search-form__pax-group {
    min-width: 300px;
  }
}
.search-form--collapsed .flight-search-multi-form .flight-search-travellers {
  -webkit-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 600px) {
  .search-form--collapsed .flight-search-multi-form .flight-search-travellers {
    -webkit-flex-direction: row;
            flex-direction: row;
  }
}
.search-form--collapsed .flight-search-multi-row .search-form__multi-row-label {
  width: 100%;
}
.search-form--collapsed .flight-search-multi-row .search-form__multi-row-inputwrap {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
}
.search-form--collapsed .flight-search-multi-row .search-form__input-group {
  width: 100%;
}
.search-form--collapsed .flight-search-multi-row .search-form__multi-date {
  width: 100%;
}
.search-form--collapsed .flight-search-single-return-form-inner {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .search-form--collapsed .flight-search-single-return-form-inner {
    -webkit-flex-direction: row;
            flex-direction: row;
  }
}
.search-form--collapsed .flight-search-single-return-form-inner .fields {
  display: -webkit-flex;
  display: flex;
}
.search-form--collapsed .flight-search-single-return-form-inner-inputs {
  display: -webkit-flex;
  display: flex;
  max-width: 100%;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media (min-width: 960px) {
  .search-form--collapsed .flight-search-single-return-form-inner-inputs {
    -webkit-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}
.search-form--collapsed .flight-search-travellers {
  width: 100%;
  margin-bottom: 8px;
  min-width: auto;
}
@media (min-width: 1024px) {
  .search-form--collapsed .flight-search-travellers {
    width: 30%;
  }
}
.search-form--collapsed .flight-search-travellers .search-form__pax-group .passengers {
  border-radius: 20px 0 0 20px;
}
.search-form--collapsed .flight-search-travellers .search-form__pax-group .travel-class {
  border-radius: 0 20px 20px 0;
  margin-right: 16px;
}
.search-form--collapsed .flight-search-multi-form .flight-search-travellers {
  max-width: none;
  width: auto;
  display: -webkit-flex;
  display: flex;
  margin-right: 0;
}
.search-form--collapsed .flight-search-multi-form .flight-search-travellers .search-form__column--button {
  margin-left: auto;
  width: 100%;
  height: 56px;
  margin-top: 1.25rem;
  margin-top: var(--base-padding);
}
@media screen and (min-width: 600px) {
  .search-form--collapsed .flight-search-multi-form .flight-search-travellers .search-form__column--button {
    margin-top: 0;
  }
}

.search-summary {
  height: auto;
  cursor: auto;
  z-index: 3;
}

.search-form__input-group .travellers,
.flight-search-travellers .travellers {
  border-radius: 0 0 20px 20px;
}

.flight-search-tooltip {
  font-weight: 600;
}
.flight-search-tooltip h4 {
  font-weight: 600;
  font-size: 30px;
}
.flight-search-pax {
  margin-top: 1.25rem;
  margin-top: var(--base-padding);
}
.flight-search-pax-label {
  font-size: 1rem;
}
.flight-search-airport-results, .flight-search-calendar {
  width: calc(100% - 3.75rem);
}
@media (min-width: 768px) {
  .flight-search-airport-results, .flight-search-calendar {
    width: 700px;
  }
}
@media (min-width: 960px) {
  .flight-search-airport-results, .flight-search-calendar {
    width: 800px;
  }
}
.flight-search-trip-type {
  display: -webkit-flex;
  display: flex;
  margin-bottom: 1.25rem;
  margin-bottom: var(--base-padding);
  background-color: #f6f6f7;
  border-radius: 45px;
  padding: 2px;
}
.flight-search-trip-type-input-label {
  -webkit-flex: 1 1 auto;
          flex: 1 1 auto;
  line-height: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  padding: 0.5rem 0.625rem;
  padding: 0.5rem var(--half-padding);
  text-align: center;
  color: #6a6971;
  font-size: 14px;
  font-weight: 500;
}
@media only screen and (max-width: 560px) {
  .flight-search-trip-type-input-label {
    text-transform: none;
  }
  .flight-search-trip-type-input-label span {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .flight-search-trip-type-input-label {
    color: #fff;
  }
}
.flight-search-trip-type-input-label:last-child {
  margin-right: 0;
}
.flight-search-trip-type-input-label--active {
  background: #fff;
  color: #5948db;
  border-radius: 49px;
  height: 45px;
  cursor: pointer;
  outline: none;
}
.flight-search-multi-form .search-form__field {
  margin-bottom: 2px;
}
.flight-search-multi-row {
  height: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
          align-items: flex-start;
}
.flight-search-multi-row .search-form__multi-row-label {
  -webkit-flex: 1;
          flex: 1;
  margin-right: 2rem;
}
.flight-search-multi-row .search-form__multi-row-inputwrap {
  -webkit-flex: 2;
          flex: 2;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}
.flight-search-multi-row .search-form__input-group {
  -webkit-flex: 1;
          flex: 1;
  display: -webkit-flex;
  display: flex;
}
.flight-search-multi-row .search-form__column {
  -webkit-flex: 1;
          flex: 1;
}
.flight-search-multi-controls {
  margin: 20px 0px;
}

.hero-bkg .logo-bar {
  background: none;
  width: 100%;
  margin-top: 2.5rem;
  margin-top: var(--double-padding);
}
.hero-bkg .logo-bar .container-flex {
  width: 100%;
}
.hero-bkg .logo-bar img {
  max-height: 3rem;
}

.hero-bkg > .container {
  display: -webkit-flex;
  display: flex;
  padding: 2rem 0 0 0;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
          align-items: center;
}
.autocomplete-suggestions {
  max-height: 300px;
}

.autocomplete-suggestion {
  display: -webkit-flex;
  display: flex;
}
.autocomplete-suggestion .autocomplete-suggestion-code {
  margin-left: auto;
  margin-right: 0;
  width: 50px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
}

.fullscreen-active {
  overflow: hidden;
  position: relative;
}

.mobile-fullscreen {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100000;
  background: #fff;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.mobile-fullscreen--show {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.mobile-fullscreen [data-fullscreen-modal] {
  display: none;
  -webkit-flex-direction: column;
          flex-direction: column;
}
.mobile-fullscreen__header {
  display: -webkit-flex;
  display: flex;
  padding: 0.625rem;
  padding: var(--half-padding);
}
.mobile-fullscreen__back, .mobile-fullscreen__close {
  padding: 0.625rem;
  padding: var(--half-padding);
  background: none;
  border: none;
}
.mobile-fullscreen__back .aa-icon, .mobile-fullscreen__close .aa-icon {
  width: 26px;
  height: 26px;
  color: #495662;
  color: var(--font-color);
}
.mobile-fullscreen__back .aa-icon {
  width: 32px;
  height: 32px;
}
.mobile-fullscreen__close {
  margin-left: auto;
}

.fullscreen-location__input {
  padding: 0 1.25rem;
  padding: 0 var(--base-padding);
}
.fullscreen-location__input input:focus {
  outline: none;
}

.fullscreen-location__results {
  position: absolute;
  top: 142px;
  bottom: 0;
  left: 1.25rem;
  right: 1.25rem;
  overflow-y: scroll;
}
.fullscreen-location__results .autocomplete-suggestion {
  padding: 10px 0;
}

.fullscreen-datepicker__title {
  text-align: center;
  margin-bottom: 0.625rem;
  margin-bottom: var(--half-padding);
  color: #005ba9;
  color: var(--color-dark-blue);
}

.day-cell-current-day {
  font-weight: bold;
}

.fullscreen-datepicker__calendar {
  position: absolute;
  top: 138px;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-y: scroll;
}
.fullscreen-datepicker__calendar .cal-month {
  padding-top: 1.25rem;
  padding-top: var(--base-padding);
}
.fullscreen-datepicker__calendar .cal-month:last-child {
  margin-bottom: 1.25rem;
  margin-bottom: var(--base-padding);
}
.fullscreen-datepicker__calendar .cal-heading {
  font-weight: 500;
}
.fullscreen-datepicker__calendar .day-cell {
  border: none;
  color: #495662;
  color: var(--font-color);
  font-size: 14px;
}
.fullscreen-datepicker__calendar .day-cell.past-day-trip {
  color: #888;
}
.fullscreen-datepicker__calendar .day-cell.past-day {
  color: #ccc;
}
.fullscreen-datepicker__calendar .day-cell.trip-range {
  color: #fff;
}
.fullscreen-datepicker__calendar .day-cell.trip-range-start,
.fullscreen-datepicker__calendar .day-cell.trip-range-end {
  color: #fff;
}

.fullscreen-datepicker__days {
  padding-bottom: 0.625rem;
  padding-bottom: var(--half-padding);
  border-bottom: 1px solid #bdc6cf;
  border-bottom: 1px solid var(--color-pigeon);
}
.fullscreen-datepicker__days ul {
  list-style: none;
  display: -webkit-flex;
  display: flex;
}
.fullscreen-datepicker__days ul li {
  -webkit-flex-basis: 100%;
          flex-basis: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
}

.fullscreen-datepicker__footer {
  position: fixed;
  background: white;
  width: 100%;
  bottom: 0;
}
.fullscreen-datepicker__footer .pricing-scale {
  margin: 10px auto 24px auto;
}

[data-fullscreen-modal=passengers] {
  height: calc(100vh - 72px);
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
}

.fullscreen-pax__class {
  position: relative;
  padding: 0 1.25rem;
  padding: 0 var(--base-padding);
}
.fullscreen-pax__class select {
  margin-bottom: 0;
  position: relative;
  z-index: 2;
  background: transparent;
}
.fullscreen-pax__class svg {
  color: #bdc6cf;
  color: var(--color-pigeon);
  position: absolute;
  right: 34px;
  top: calc(50% - 8px);
  width: 20px;
  height: 20px;
  z-index: 1;
}

.fullscreen-pax__passengers {
  overflow: scroll;
  position: absolute;
  top: 138px;
  left: 0;
  right: 0;
  bottom: 96px;
}

.fullscreen-pax__passenger-type {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-flex-direction: column;
          flex-direction: column;
}
.fullscreen-pax__passenger-type img {
  margin: 0.625rem 0;
  margin: var(--half-padding) 0;
}
.fullscreen-pax__passenger-type:last-child {
  margin-bottom: 1.25rem;
  margin-bottom: var(--base-padding);
}

.fullscreen-pax__passenger-type-row {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
}
.fullscreen-pax__passenger-type-row button {
  -webkit-appearance: none;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  border: none;
  box-shadow: 1px 1px 8px 5px #ececec;
  border-radius: 50%;
  background-color: #fff;
}
.fullscreen-pax__passenger-type-row button .aa-icon {
  width: 2em;
  height: 2em;
  color: #495662;
  color: var(--font-color);
}

.fullscreen-pax__passenger-type-output {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
          align-items: center;
  margin: 0 1.25rem;
  margin: 0 var(--base-padding);
  font-weight: 500;
  width: 100px;
}
.fullscreen-pax__passenger-type-output-label {
  font-size: 0.8rem;
}
.fullscreen-pax__passenger-type-output-label-age {
  opacity: 0.6;
}
.fullscreen-pax__passenger-type-output-figure {
  font-size: 1.2rem;
}

.fullscreen-pax__submit {
  padding: 1.25rem;
  padding: var(--base-padding);
  box-shadow: 1px 1px 8px 5px #ececec;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
}

.my-search-form-wrap {
  height: auto;
}
.my-search-form-wrap .search-form-wrapper--collapsed {
  display: block;
}

.async-hide .search-form__field,
.async-hide .flight-search-travellers-toggle,
.async-hide .search-form__date input[name^=return],
.async-hide .search-form__button {
  -webkit-animation: placeholderShimmer 1.5s linear 0s infinite normal forwards;
          animation: placeholderShimmer 1.5s linear 0s infinite normal forwards;
  background-color: #aaa;
  background-repeat: repeat;
  background: #5948db;
  background-size: 800px 100px;
  color: transparent;
  border-color: transparent;
}

@-webkit-keyframes placeholderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}

@keyframes placeholderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
/*# sourceMappingURL=../sourcemaps/optimize/booking_form.min.css.map */
