::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 80px;
}

::-webkit-scrollbar-thumb:hover {
    background: #555;
}



/* body,
* {
    font-weight: 900;
    font-size: 14px;

} */

.form-control,
.typeahead,
.tt-query,
.tt-hint {
    border: 1px solid #000000;
    font-weight: 900;
    font-size: 0.875rem;
    height: auto;
    border-radius: 35px;
}