﻿.rz-autocomplete {
    width: 100%;
    border: 2px solid #3498db;
    background-color: white;
}

    .rz-autocomplete:focus {
        background-color: #3498db; /*rgba(0, 0, 255, 0.6);*/
        border-top: 1px #3498db;
        border-bottom: 1px #3498db;
    }



    .blazored-typeahead {
        border-radius: 35px;
        /*    border-color: rgba(0, 0, 0, 0.075);*/
        border: 2px solid #3498db;
        background-color: white;
    }

.blazored-typeahead__active-item, .blazored-typeahead__result:hover, .blazored-typeahead__result:focus {
    background-color: #3498db; /*rgba(0, 0, 255, 0.6);*/
    border-top: 1px #3498db;
    border-bottom: 1px #3498db;
}

.blazored-typeahead__input {
    border-radius: 35px;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.blazored-typeahead:focus-within {
    color: #212529;
    background-color: white;
    border-color: white;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #3498db;
    z-index: 1;
    border-radius: 35px;
}
.blazored-typeahead__results {
    max-height:35rem;
}
.blazored-typeahead__result {
    padding: 0.1rem 0.5rem 0.1rem 0.5rem;
}

