body{overflow-x:hidden;font-size:16px;line-height:28px;color:#000000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}

.material-symbols-outlined {
    font-family: 'Material Symbols Outlined', sans-serif;
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    font-feature-settings: 'liga';
    font-display: swap;
    width: 1em;
    height: 1em;
    flex-shrink: 0;
}

.material-symbols-outlined { font-display: swap; }

/* RAXXA DROPDOWN FIX */
.flight-search,
.flight-search-form,
.search-box,
.search-wrapper,
.form-search,
.input-wrapper,
.input-dropdown,
.input-dropdown-wrapper,
[x-data*="flight"],
[x-data*="Flight"],
[x-data*="airport"],
[x-data*="Airport"] {
  overflow: visible !important;
}

.input-dropdown-content,
.dropdown-content,
.dropdown-menu,
.autocomplete-results,
.airport-suggestions,
.suggestion-list,
.search-results,
[x-show*="Results"],
[x-show*="results"],
[x-show*="suggestions"],
[x-show*="Suggestions"],
[x-show*="showFrom"],
[x-show*="showTo"] {
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  right: auto !important;
  bottom: auto !important;
  z-index: 2147483647 !important;
  max-height: 320px !important;
  overflow-y: auto !important;
}
