:root {
  --litepicker-day-width: 48px;
}
body.modal {
  overflow-y: hidden;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
input[type="number"] {
  -moz-appearance: textfield; /* Firefox */
  appearance: textField;
}
.error_autocomplete,
.loading__autocomplete {
  padding: 15px 10px;
  white-space: normal;
  white-space: initial;
}
.city__destination {
  padding: 0 0 12px;
}
.city__destination p {
  font-size: 16px;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  font-weight: 400;
  flex-wrap: wrap;
  padding: 5px 0;
  cursor: pointer;
}
.city__destination span {
  position: relative;
  display: block;
  transform: unset;
  background: transparent;
  padding: 5px 20px 5px 0;
  font-weight: 200;
  width: 100%;
}
.svg__option {
  width: 20px;
}

.city__destination li {
  margin-left: 25px;
  padding-left: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 1em;
  padding-right: 1em;
  white-space: normal;
  white-space: initial;
}
.city__desc {
  display: flex;
  align-items: center;
  gap: 1em;
  padding-left: 1em;
}
.x_svg {
  position: absolute;
  left: 15px;
  top: 15px;
  transform: scale(0.75);
  cursor: pointer;
}
.options__destination,
.options__departure {
  background: #fff;
  color: #000;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  position: relative;
}
.modal-departure,
.modal-destination {
  position: fixed;
  top: 60px;
  left: 0;
  transform: translateX(100%);
  width: 100%;
  overflow-x: hidden;
  z-index: 9999;
  transition: 0.5s;
}
.modal-departure input,
.modal-destination input {
  width: 80%;
  margin: 10px 10%;
  padding: 10px;
  outline: none;
  border: none;
  border-bottom: 1px solid #00b6cf;
  background: transparent;
  color: white;
  padding-top: 25px;
  border-radius: 0px;
}
.modal-departure svg.arrow__left,
.modal-destination svg.arrow__left {
  filter: invert(1);
  top: 35px;
}
.options__destination,
.inputMobile,
.options__departure {
  background-color: #111111;
  color: #fff;
}
.modal-departure.active,
.modal-destination.active {
  transform: translateX(0);
}
@media (max-width: 580px) {
  .options__destination,
  .options__departure {
    width: 100vw;
    overflow: none;
    white-space: nowrap;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .modal-departure,
  .modal-destination {
    position: fixed;
    top: 0;
    left: 0;
    margin-left: 0;
    z-index: 9999;
  }
}
/* Modal Mobile */
.container__modal__mobile {
  z-index: 998;
}
.modal__mobile {
  position: fixed;
  z-index: 998;
  top: 0;
  background: #111111;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  left: 0;
  transform: translateX(100%);
  transition: 0.5s;
  overflow-y: auto;
  display: block;
}
.container__modal__mobile.active .modal__mobile {
  transform: translateX(0);
}
.modal__mobile .modal__mobile__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 35px;
  padding-bottom: 50px;
}
.modal__mobile h3 {
  color: white;
  font-weight: 500;
  font-size: 25px;
}
.modal__mobile .modal__mobile__close svg {
  transform: translateY(2px);
  cursor: pointer;
}
.modal__mobile .modal__mobile__kind {
  display: flex;
  gap: 20px;
  margin-bottom: 50px;
  justify-content: center;
  flex-wrap: wrap;
}
.modal__mobile .modal__mobile__kind li {
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  gap: 5px;
}
.modal__mobile .modal__mobile__kind li a {
  padding-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
  border-bottom: 1px solid #00e1ff00;
  color: white;
}
.modal__mobile .modal__mobile__kind li svg.active path {
  fill: #00e1ff;
}
.modal__mobile .modal__mobile__kind li a.active {
  color: #00e1ff;
  border-bottom: 1px solid #00e1ff;
}
.modal__mobile .modal__mobile__round {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 50px;
}
.modal__mobile .modal__mobile__round button {
  font-size: 15px;
  display: block;
  padding: 10px 10px;
  max-width: 100px;
  height: unset;
  border: none;
  outline: none;
  color: white;
  background-color: black;
  cursor: pointer;
}
.modal__mobile .modal__mobile__round button.active {
  background: linear-gradient(
    153.35deg,
    rgba(1, 226, 255, 0.9) 16.71%,
    rgba(0, 104, 134, 0.9) 155.94%
  );
}
.modal__mobile .modal__mobile__round button:nth-child(1) {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.modal__mobile .modal__mobile__round button:nth-child(2) {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.modal__mobile .modal__mobile__airports {
  margin-bottom: 50px;
}
.modal__mobile .modal__mobile__airports button,
.modal__mobile .modal__mobile__dates button {
  width: 100%;
  padding: 15px 30px;
  display: block;
  text-align: start;
  border: none;
  outline: none;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  -moz-backdrop-filter: blur(10px);
  font-weight: 400;
  font-size: 16px;
  cursor: pointer;
  color: black;
}
.modal__mobile__airports__departure__error,
.modal__mobile__airports__destination__error,
.modal__mobile__dates__error,
.modal__form__mobile__input__name__error,
.modal__form__mobile__input__email__error,
.modal__form__mobile__input__phone__error {
  color: red;
  display: none;
}
.modal__mobile__airports__departure__error.active,
.modal__mobile__airports__destination__error.active,
.modal__mobile__dates__error.active,
.modal__form__mobile__input__name__error.active,
.modal__form__mobile__input__email__error.active,
.modal__form__mobile__input__phone__error.active {
  display: unset;
}
.modal__mobile .modal__mobile__airports button:nth-child(1) {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin-bottom: 1px;
}
.modal__mobile .modal__mobile__airports__destination {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.modal__mobile .modal__mobile__dates button {
  border-radius: 5px;
}
.modal__mobile .modal__mobile__passengers {
  padding: 50px 0 200px;
}
.modal__mobile .modal__mobile__passengers .modal__mobile__passenger {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: white;
}
.modal__mobile
  .modal__mobile__passengers
  .modal__mobile__passenger:nth-child(1) {
  margin-bottom: 15px;
}
.modal__mobile .modal__mobile__passengers .modal__mobile__passenger p {
  font-weight: 400;
  font-size: 16px;
}
.modal__mobile
  .modal__mobile__passengers
  .modal__mobile__passenger
  p.modal__mobile__passenger__text__desc {
  font-weight: 400;
  font-size: 10px;

  color: #b8b8b8;
}
.modal__mobile
  .modal__mobile__passengers
  .modal__mobile__passenger
  .modal__mobile__passenger__selector {
  display: flex;
  gap: 15px;
  align-items: center;
}
.modal__mobile
  .modal__mobile__passengers
  .modal__mobile__passenger
  .modal__mobile__passenger__selector
  input {
  color: rgba(240, 240, 240, 0.6);
  width: 28px !important;
  font-size: 18px;
  text-align: center;
  background: none;
  width: auto;
  display: block;
  border: none;
  outline: none;
}
.container__modal__mobile button.modal__mobile__confirm {
  background: linear-gradient(153.35deg, #07d0e9 16.71%, #006c7a 155.94%);
  border-radius: 5px;
  padding: 15px 30px;
  width: calc(50vw);
  text-align: center;
  color: white;
  position: fixed;
  bottom: 35px;
  border: none;
  outline: none;
  z-index: 998;
  width: calc(100vw - 40px);

  /* display: none; */
  cursor: pointer;
  left: 50%;
  transform: translateX(100%);
  transition: 0.5s;
}
.container__modal__mobile.active button.modal__mobile__confirm {
  transform: translate(-50%);
}
/* Modal Calendar */
.container__modal__calendar {
  z-index: 998;
}
.modal__calendar {
  position: fixed;
  z-index: 999;
  top: 0;
  background: #111111;
  width: 100%;
  height: 100%;
  padding: 35px 20px 50px;
  transform: translateX(100%);
  transition: 0.5s;
  overflow-y: auto;
  left: 0;
}
.container__modal__calendar.active .modal__calendar {
  transform: translateX(0);
}
.modal__calendar .modal__calendar__header {
  display: flex;
  color: white;
  gap: 40px;
  align-items: center;
  font-weight: 500;
  margin-bottom: 100px;
}
.modal__calendar .litepicker {
  position: relative !important;
  margin: 0 auto;
  font-size: 16px;
}
@media (max-width: 730px) {
  .litepicker {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    /* opacity: 0; */
  }
  .litepicker .container__months,
  .litepicker .container__main,
  .litepicker,
  .litepicker button {
    background-color: transparent;
    border: none;
    outline: none;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
  .litepicker .container__months .month-item-header {
    padding: 0;
  }
  .litepicker .container__days .day-item,
  .litepicker .container__months .month-item-header {
    color: white;
  }
  .litepicker svg {
    transform: translate(0);
    margin: auto;
  }
  .litepicker button {
    background-color: transparent;
  }
}
@media (max-width: 400px) {
  :root {
    --litepicker-day-width: 42px;
  }
  .modal__calendar .litepicker {
    font-size: 16px;
  }
}
@media (max-width: 340px) {
  :root {
    --litepicker-day-width: 38px;
  }
  .modal__calendar .litepicker {
    font-size: 14px;
  }
}
@media (max-width: 300px) {
  :root {
    --litepicker-day-width: 30px;
  }
  .modal__calendar .litepicker {
    font-size: 12px;
  }
}
.modal__calendar .modal__calendar__one {
  position: relative;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  display: none;
}
.modal__calendar .modal__calendar__one.active {
  display: flex;
}
.modal__calendar .modal__calendar__two {
  position: relative;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  display: none;
}
.modal__calendar .modal__calendar__two.active {
  display: flex;
}
.container__modal__calendar button.modal__mobile__confirm {
  background: linear-gradient(153.35deg, #07d0e9 16.71%, #006c7a 155.94%);
  border-radius: 5px;
  padding: 15px 30px;
  width: calc(50vw);
  text-align: center;
  color: white;
  position: fixed;
  bottom: 35px;
  border: none;
  outline: none;
  z-index: 999;
  width: calc(100vw - 40px);

  /* display: none; */
  cursor: pointer;
  left: 50%;
  transform: translateX(100%);
  transition: 0.5s;
}
.container__modal__calendar.active button.modal__mobile__confirm {
  transform: translate(-50%);
}
/* Modal Form Mobile */
.container__modal__form__mobile {
  z-index: 999;
}
.modal__form__mobile {
  position: fixed;
  z-index: 1000;
  top: 0;
  background: #111111;
  width: 100%;
  height: 100%;
  padding: 35px 20px 50px;
  left: 0;
  transform: translateX(100%);
  transition: 0.5s;
  overflow-y: auto;
}
.container__modal__form__mobile.active .modal__form__mobile {
  transform: translateX(0);
}
.modal__form__mobile .modal__form__mobile__header {
  display: flex;
  color: white;
  gap: 40px;
  align-items: center;
  font-weight: 400;
  margin-bottom: 100px;
}
.modal__form__mobile__input {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.modal__form__mobile__input input {
  width: 100%;
  height: 100%;
  padding: 20px 30px;
  padding-top: 30px;
  border: none;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  -moz-backdrop-filter: blur(10px);
  outline: none;
  border-bottom: 1px solid #111111;
  /* border-radius: 5px; */
  font-size: 18px;
  color: black;
}
.modal__form__mobile__input:nth-child(1) input {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.modal__form__mobile__input:nth-child(3) input {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.modal__form__mobile__input label {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  pointer-events: none;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: black;
}
.content-name {
  position: absolute;
  top: 50%;
  left: 30px;
  padding-bottom: 5px;
  -webkit-transform: translateY(-35%);
  -ms-transform: translateY(-35%);
  transform: translateY(-35%);
  color: black;
  z-index: 1000;
  pointer-events: none;
  -ms-touch-action: none;
  touch-action: none;
}
label span {
  pointer-events: none;
}
.modal__form__mobile__input input:focus + label,
.modal__form__mobile__input input:valid + label {
  font-size: 10px;
  transform: translateY(-15px);
}
.modal__form__mobile__news {
  display: flex;
  align-items: center;
  gap: 10px;
  color: white;
  margin-top: 10px;
}
.modal__form__mobile__news button {
  border: none;
  outline: none;
  background: transparent;
  cursor: pointer;
}
.modal__form__mobile__news #button-1 .knobs:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 11px;
  height: 2px;
  color: #fff;
  padding: 9px 4px;
  background-color: #000;
  border-radius: 50%;
  transition: 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15) all;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.35),
    0 10px 10px -5px rgba(0, 0, 0, 0.2);
}
.modal__form__mobile__news #button-1 .checkbox:checked + .knobs:before {
  content: "";
  left: 32px;
  background-color: #fff;
}
.modal__form__mobile__news #button-1 .checkbox:checked ~ .layer {
  background-color: #07d0e9;
}
.modal__form__mobile__news #button-1 .knobs,
.modal__form__mobile__news #button-1 .knobs:before,
.modal__form__mobile__news #button-1 .layer {
  transition: 0.3s ease all;
}
.modal__form__mobile__news .knobs,
.modal__form__mobile__news .layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.modal__form__mobile__news .button {
  position: relative;
  top: 50%;
  width: 54px;
  height: 28px;
  margin: -20px auto 0 auto;
  overflow: hidden;
  margin: 0;
}
.modal__form__mobile__news .button.r,
.modal__form__mobile__news .button.r .layer {
  border-radius: 100px;
}
.modal__form__mobile__news .checkbox {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 3;
}
.modal__form__mobile__news .knobs {
  z-index: 2;
}
.modal__form__mobile__news .layer {
  width: 100%;
  background-color: #d3d3d3;
  transition: 0.3s ease all;
  z-index: 1;
}
.container__modal__form__mobile button.modal__mobile__confirm {
  background: linear-gradient(153.35deg, #07d0e9 16.71%, #006c7a 155.94%);
  border-radius: 5px;
  padding: 15px 30px;
  width: calc(50vw);
  text-align: center;
  color: white;
  position: fixed;
  bottom: 35px;
  border: none;
  outline: none;
  z-index: 1000;
  width: calc(100vw - 40px);
  cursor: pointer;
  left: 50%;
  transform: translateX(100%);
  transition: 0.5s;
}
.container__modal__form__mobile.active button.modal__mobile__confirm {
  transform: translate(-50%);
}
/* Modal Ok Mobile */
.container__modal__ok__mobile {
  z-index: 1000;
}
.modal__ok__mobile {
  position: fixed;
  z-index: 1001;
  top: 0;
  background: #111111;
  width: 100%;
  height: 100%;
  padding: 35px 20px 50px;
  left: 0;
  transform: translateX(100%);
  transition: 0.5s;
  overflow-y: auto;
}
.modal__ok__mobile__content {
  margin-top: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: white;
}
.modal__ok__mobile__content svg {
  margin-bottom: 50px;
}
.container__modal__ok__mobile.active .modal__ok__mobile {
  transform: translateX(0);
}
.container__modal__ok__mobile button.modal__mobile__confirm {
  background: linear-gradient(153.35deg, #07d0e9 16.71%, #006c7a 155.94%);
  border-radius: 5px;
  padding: 15px 30px;
  width: calc(50vw);
  text-align: center;
  color: white;
  position: fixed;
  bottom: 35px;
  border: none;
  outline: none;
  z-index: 1001;
  width: calc(100vw - 40px);
  cursor: pointer;
  left: 50%;
  transform: translateX(100%);
  transition: 0.5s;
}
.container__modal__ok__mobile.active button.modal__mobile__confirm {
  transform: translate(-50%);
}
