﻿.typeahead {
    background-color: white;
}

.tt-hint {
    color: var(--neutral-color-300) !important;
}

.tt-menu {
    width: 100%;
    margin-top: 12px;
    padding: 8px 0;
    background-color: var(--surface-primary) !important;
    border: var(--border);
    border-radius: var(--border-radius);
    overflow: hidden;
    z-index: 1000;
}

.tt-suggestion {
    padding: 3px 20px;
    font-size: 0.88rem;
    line-height: 24px;
}

    .tt-suggestion:hover {
        cursor: pointer;
        color: white;
        background-color: var(--primary-color-500) !important;
    }

    .tt-suggestion.tt-cursor {
        color: white;
        background-color: var(--primary-color-500) !important;
    }

    .tt-suggestion p {
        margin: 0;
    }

.tt-label {
    font-size: 0.9rem;
}

.tt-description {
    font-size: 0.82rem;
    color: var(--text-disabled);
}

.tt-suggestion:hover .tt-label,
.tt-suggestion:hover .tt-description,
.tt-suggestion.tt-cursor .tt-label,
.tt-suggestion.tt-cursor .tt-description {
    color: white !important;
}

.tt-container {
    position: relative;
}

.twitter-typeahead {
    display: block !important;
}
