.blazored-typeahead__results {
    position: absolute;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    border: 1px solid #dbdbdb;
    min-height: 2rem;
    max-height: 30rem;
    overflow-y: auto;
    z-index: 10;
    width: 100%;
    background: #fff;
    color: #111 !important;
    text-shadow: 0 0.05rem 0.1rem rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 0 5rem rgba(0, 0, 0, 0.5);
}

.blazored-typeahead__active-item,
.blazored-typeahead__result:hover,
.blazored-typeahead__result:focus {
    background-color: #4B4B4B !important;
    border-top: 1px solid #4B4B4B !important;
    border-bottom: 1px solid #4B4B4B !important;
    background-image: linear-gradient(#111, #555);
    color: #fff;
    cursor: pointer;
    text-shadow: 0 0.05rem 0.1rem rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 0 5rem rgba(0, 0, 0, 0.5);
}