﻿
.twitter-typeahead, .tt-hint, .tt-input, .tt-menu {
    width: 100%;
}

.tt-input {
}

.tt-hint {
}

.tt-menu {
    background-color: white;
    border: 1px solid lightgray;
}

html[data-bs-theme="dark"] * .tt-menu {
    background-color: black;
}

.tt-dataset {
}

.tt-suggestion {
    margin: 0px 0px 0px 0px;
    padding: 5px 0px 5px 5px;
}

    .tt-suggestion:hover {
        background-color: lightgray;
        cursor: pointer;
    }

html[data-bs-theme="dark"] * .tt-suggestion:hover {
    background-color: #3070AA;
    cursor: pointer;
}

.tt-selectable {
}

.tt-empty {
}

.tt-open {
}

.tt-cursor {
    font-weight: bold;
    background-color: lightgray;
}

html[data-bs-theme="dark"] * .tt-cursor {
    font-weight: bold;
    background-color: #3070AA;
}

.tt-highlight {
}
