/****************************************
  MEDIA QUERIES
****************************************/
button.hide-search-bar {
  background-color: white;
  color: #006E96;
  border: none;
  border-radius: 50px;
  position: fixed;
  height: 40px;
  width: 40px;
  box-shadow: 0 0 30px #8080804d;
  cursor: pointer;
  z-index: 21;
  transition: all .4s ease;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media (min-width: 990px) and (max-width: 1199px), (min-width: 1200px) {
    button.hide-search-bar {
      bottom: 121px;
      left: 50%; } }
  @media (min-width: 770px) and (max-width: 989px) {
    button.hide-search-bar {
      bottom: 245px;
      right: 20px; } }
  button.hide-search-bar:focus, button.hide-search-bar:focus-visible {
    outline: none; }
  button.hide-search-bar.hidden {
    transform: rotate(180deg);
    bottom: -3px; }
  @media (max-width: 480px), (min-width: 481px) and (max-width: 769px) {
    button.hide-search-bar {
      right: 20px; } }
  @media (max-width: 480px), (min-width: 481px) and (max-width: 769px) {
    button.hide-search-bar.mobile-active {
      bottom: 39px;
      right: 20px; }
      button.hide-search-bar.mobile-active i {
        transform: rotate(180deg); } }
  @media (max-width: 480px), (min-width: 481px) and (max-width: 769px) {
    button.hide-search-bar.clicked {
      bottom: 244px;
      right: 20px; }
      button.hide-search-bar.clicked i {
        transform: unset; } }
#bottom-searcher {
  background-color: #006E96;
  justify-content: space-around;
  color: white;
  display: flex;
  align-items: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 20;
  opacity: 0;
  transform: translateY(100%);
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  padding-bottom: env(safe-area-inset-bottom, 0px);
  height: 140px; }
  @media (max-width: 480px), (min-width: 481px) and (max-width: 769px), (min-width: 770px) and (max-width: 989px) {
    #bottom-searcher {
      height: auto;
      flex-direction: column;
      padding: 1rem;
      padding-bottom: calc(1rem + env(safe-area-inset-bottom, 0px));
      border-radius: 10px 10px 0 0; } }
  #bottom-searcher * {
    font-size: 0.8rem; }
  @media (min-width: 770px) and (max-width: 989px), (min-width: 990px) and (max-width: 1199px), (min-width: 1200px) {
    #bottom-searcher.active {
      bottom: 0;
      right: 0;
      transform: rotate(0deg);
      opacity: 1; } }
  @media (max-width: 480px), (min-width: 481px) and (max-width: 769px) {
    #bottom-searcher.mobile-active {
      transform: translateY(214px);
      opacity: 1; } }
  @media (max-width: 480px), (min-width: 481px) and (max-width: 769px) {
    #bottom-searcher.clicked {
      transform: translateY(0);
      opacity: 1; } }
  #bottom-searcher + button.hide-search-bar {
    opacity: 1;
    pointer-events: auto; }
  #bottom-searcher .form-control .flatpickr-input {
    background: #ffffff !important;
    background-color: #ffffff !important; }
  #bottom-searcher form {
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
    align-items: center;
    justify-content: flex-start; }
    @media (max-width: 480px), (min-width: 481px) and (max-width: 769px), (min-width: 770px) and (max-width: 989px) {
      #bottom-searcher form {
        align-items: stretch; } }
    #bottom-searcher form .input-group {
      display: flex;
      flex-direction: row;
      justify-content: center;
      gap: 0.5rem; }
      #bottom-searcher form .input-group select, #bottom-searcher form .input-group input {
        border-radius: 5px; }
      #bottom-searcher form .input-group select {
        padding: 0 0.5rem; }
      @media (max-width: 480px), (min-width: 481px) and (max-width: 769px), (min-width: 770px) and (max-width: 989px) {
        #bottom-searcher form .input-group {
          flex-direction: column;
          gap: 0.2rem;
          height: 100%;
          min-width: 57%; }
          #bottom-searcher form .input-group select, #bottom-searcher form .input-group input {
            width: 100%;
            appearance: none;
            -webkit-appearance: none;
            min-height: 50px; } }
    #bottom-searcher form button[type="submit"] {
      color: #006E96;
      background: white;
      font-weight: bold;
      text-transform: uppercase; }
      @media (max-width: 480px), (min-width: 481px) and (max-width: 769px), (min-width: 770px) and (max-width: 989px) {
        #bottom-searcher form button[type="submit"] {
          height: 100%;
          text-wrap: wrap;
          word-wrap: break-word;
          overflow-wrap: break-word; } }
  #bottom-searcher .btn-container {
    display: flex;
    flex-direction: row;
    height: 100%;
    padding: 1.5rem 0;
    gap: 1rem; }
    @media (max-width: 480px), (min-width: 481px) and (max-width: 769px), (min-width: 770px) and (max-width: 989px) {
      #bottom-searcher .btn-container {
        padding: .5rem 0 0 0; } }
    #bottom-searcher .btn-container .btn-send-email,
    #bottom-searcher .btn-container .btn-change-itinerary {
      color: white;
      text-decoration: none;
      height: 100%;
      width: 150px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      gap: .5rem;
      border-radius: 5px;
      padding: 1rem;
      text-align: center;
      font-size: 12px;
      font-weight: bold;
      text-transform: uppercase;
      cursor: pointer;
      transition: all 0.3s ease; }
      @media (max-width: 480px), (min-width: 481px) and (max-width: 769px), (min-width: 770px) and (max-width: 989px) {
        #bottom-searcher .btn-container .btn-send-email,
        #bottom-searcher .btn-container .btn-change-itinerary {
          width: 100%;
          padding: 0.5rem;
          height: 80px; } }
    #bottom-searcher .btn-container .btn-send-email {
      background-color: #FCAF58; }
      #bottom-searcher .btn-container .btn-send-email:hover {
        background-color: #ffb662; }
    #bottom-searcher .btn-container .btn-change-itinerary {
      background-color: #62CCE1; }
      #bottom-searcher .btn-container .btn-change-itinerary:hover {
        background-color: #7dd4e8; }
