.twitter-typeahead {
    display: block !important;
}

.league-name {
    color: #333;
    font-size: 16px;
    padding: 10px;
    margin: 0px;
    background: #d3d3d3;
}

.flight-result-ddr__item {
    border-bottom: 1px solid #ddd;
    padding: 5px 5px;
    cursor: pointer;
}

.res-des {
    font-size: 12px;
    color: #676767;
}

.flight-result-ddr__item.has-spinner {
    justify-content: center;
}

.flight-result-ddr__item.has-spinner i {
    font-size: 16px;
}

.flight-result-ddr__item .result-code {
    display: none;
}

.flight-result-ddr__item:hover,
.tt-cursor {
    background: #0094da;
    color: #140028;
}

.flight-result-ddr__item:hover *,
.flight-result-ddr__item:hover .fas,
.tt-cursor .fas {
    color: #140028 !important;
}

.flight-result-ddr__item>.name-city {
    flex: 2 50%;
}

.flight-result-ddr__item>* {
    /* flex: 0 25%; */
    padding: 0 0.5em;
}

.flight-result-ddr__item.load {
    display: flex;
    align-items: center;
    flex: 5 100%;
    justify-content: center;
}

.tt-footer {
    background: #f0f3f5;
    display: flex;
    width: 100%;
    border-top: 1px solid #ccc;
    padding: 5px 10px;
    justify-content: flex-end;
}

.tt-footer .tt-footer-btn {
    cursor: pointer;
    width: auto;
    overflow: visible;
    border: none;
    color: #333;
    background: transparent !important;
    display: flex;
    align-items: center;
}

#hotel-stay {
    display: none;
}

.airport-name {
    font-size: 13px;
    color: #666;
    font-weight: normal;
}

.twitter-typeahead .tt-menu {
    background: #fff;
    border-radius: 0 0 8px 8px;
    color: #000;
    overflow: hidden;
    max-height: 400px;
    overflow-y: scroll;
    box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.3);
    width: 100%;
    min-width: 360px;
}

.twitter-typeahead .tt-menu .tt-dataset {
    text-align: left;
}

.twitter-typeahead .tt-menu .tt-dataset .empty-message {
    padding: 10px 15px;
}

.twitter-typeahead .tt-menu .tt-dataset .league-name {
    font-size: 15px;
    margin: 0;
    background: #f7f7ff;
    color: #21409a;
}

.twitter-typeahead .tt-menu .tt-dataset .tt-suggestion {
    display: flex;
    align-items: flex-start;
    padding: 10px 0;
    flex-direction: column;
    justify-content: center;
    color: #293134;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}

.twitter-typeahead .tt-menu .tt-dataset .tt-suggestion:hover {
    background: #0094da;
    color: #fff !important;
}

.twitter-typeahead .tt-menu .tt-dataset .tt-suggestion:hover span,
.twitter-typeahead .tt-menu .tt-dataset .tt-suggestion:hover p,
.twitter-typeahead .tt-menu .tt-dataset .tt-suggestion:hover span strong,
.twitter-typeahead .tt-menu .tt-dataset .tt-suggestion:hover i,
.twitter-typeahead .tt-menu .tt-dataset .tt-suggestion:hover .tt-highlight {
    color: #fff !important;
}

@media screen and (max-width: 767px) {}

@media screen and (max-width: 480px) {
    .twitter-typeahead .tt-menu {
        min-width: 100%;
    }
}