.twitter-typeahead { display: block !important; }

.twitter-typeahead .tt-menu {
    background-clip: padding-box;
    display: none;
    float: left;
    left: 0;
    list-style: none;
    position: absolute;
    text-align: left;
    top: 100%;
}

[dir=rtl] .twitter-typeahead .tt-menu {
    float: right;
    left: auto !important;
    right: 0 !important;
    text-align: right;
}

.twitter-typeahead .tt-menu .tt-suggestion {
    background: none;
    border: 0;
    clear: both;
    cursor: pointer;
    display: block;
    text-align: inherit;
    white-space: nowrap;
    width: 100%;
}

.twitter-typeahead .tt-menu .tt-suggestion p { margin: 0; }

.twitter-typeahead .tt-menu .tt-suggestion .tt-highlight { font-weight: 500; }

.twitter-typeahead .tt-hint { color: #999; }

[dir=rtl] .twitter-typeahead .tt-input { direction: rtl; }

.light-style .twitter-typeahead .tt-menu {
    background-color: #fff;
    border-radius: 0.375rem;
    box-shadow: 0 0.25rem 1rem rgba(165, 163, 174, 0.45);
    color: #6f6b7d;
    font-size: 0.9375rem;
    margin: 0.25rem 0;
    min-width: 10rem;
    padding: 0.5rem 0;
    z-index: 1000;
}

.light-style .twitter-typeahead .tt-hint { color: #b7b5be; }

.light-style .twitter-typeahead .tt-suggestion {
    color: #5d596c;
    font-weight: 400;
    padding: 0.42rem 1rem;
}

.light-style .twitter-typeahead .tt-suggestion:hover, .light-style .twitter-typeahead .tt-suggestion:focus {
    background-color: rgba(115, 103, 240, 0.08);
    color: #7367f0;
    text-decoration: none;
}

.dark-style .twitter-typeahead .tt-menu {
    background-color: #2f3349;
    border-radius: 0.375rem;
    box-shadow: 0 0.25rem 1rem rgba(15, 20, 34, 0.55);
    color: #b6bee3;
    font-size: 0.9375rem;
    margin: 0.25rem 0;
    min-width: 10rem;
    padding: 0.5rem 0;
    z-index: 1000;
}

.dark-style .twitter-typeahead .tt-menu .tt-suggestion {
    color: #cfd3ec;
    font-weight: 400;
    padding: 0.42rem 1rem;
}

.dark-style .twitter-typeahead .tt-menu .tt-suggestion:hover, .dark-style .twitter-typeahead .tt-menu .tt-suggestion:focus {
    background-color: rgba(115, 103, 240, 0.08);
    color: #7367f0;
    text-decoration: none;
}

.dark-style .twitter-typeahead .tt-hint { color: #5e6692; }