.typeahead-item{
   text-align:start;
}
.typeahead-dropdown {
    position: absolute;
    z-index: 1050;
    width: 100%;
    max-height: 240px;
    overflow-y: auto;
    border-radius: 8px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.12);
    background: #fff;
    padding: 0.25rem 0;
}
.typeahead-dropdown::-webkit-scrollbar {
    width: 6px;
}
.typeahead-dropdown::-webkit-scrollbar-track {
    background: #f0f0f0;
    border-radius: 10px;
}
.typeahead-dropdown::-webkit-scrollbar-thumb {
    background: #cfcfcf;
    border-radius: 10px;
}
.typeahead-dropdown::-webkit-scrollbar-thumb:hover {
    background: #b6b6b6;
}
.typeahead-item {
    padding: 0.5rem 0.75rem;
    cursor: pointer;
    color: black;
}
.typeahead-item:hover, .typeahead-item.active {
    background-color: #f1f3f5;
}
.tt-subtext {
    display: block;
    font-size: 0.85rem;
    color: #6c757d;
}
