.uc-header-fixed {
  z-index: -999;
  opacity: 0;
  transition:  0.3s;
  position: fixed !important;
  left: 0 !important;
  top: 0 !important;
  right: 0 !important;
}
.uc-header-fixed--show {
    opacity: 1;
    z-index: 9999;
  }
  
  .uc-one-way-form .t396__carrier, .uc-round-trip-form .t396__carrier, .uc-multi-city-form .t396__carrier {
  background-image: none !important; background-color: none !important
}

.uc-one-way-form .t396__artboard, .uc-round-trip-form .t396__artboard, .uc-multi-city-form .t396__artboard {
  background-color: transparent !important;
}

.uc-slider-form-wrapper {
  height: auto !important;
}

.uc-intro-background {
  height: 100% !important;
}

.uc-one-way-button--active .tn-atom, .uc-round-trip-button--active .tn-atom, .uc-multi-city-button--active .tn-atom, .uc-first-class-button--active .tn-atom {
  background-color: #3964f9 !important;
  color: #e8eeff !important;
  cursor:default;
}

.uc-one-way-button, .uc-round-trip-button, .uc-multi-city-button, .uc-first-class-button {
  cursor: pointer;
}

.uc-intro [data-artboard-recid="587267237"] {
  transition: height 0.7s;
}

.uc-add-flight-button .tn-atom {
  background-color: transparent !important;
}


