﻿/* blazored typeahead loader
-------------------------------------------------- */
.blazored-typeahead__loader {
    width: 24px;
    height: 24px;
    background-color: #333;
    border-radius: 100% !important;
    -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
    animation: sk-scaleout 1.0s infinite ease-in-out;
}

/* blazored typeahead results
-------------------------------------------------- */

.blazored-typeahead {
    border: 1px solid #ced4da !important;
}

.blazored-typeahead__input {
    padding: .4rem !important;
    height: 36px !important;
}

.blazored-typeahead__results {
    position: absolute;
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    border: thin lightgray !important;
    border-style: dotted none none none !important;
    min-height: 2rem;
    max-height: 50vh !important;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 10;
    width: 100%;
    background: #fff;
}

.blazored-typeahead__result,
.blazored-typeahead__notfound,
.blazored-typeahead__results-help-template,
.blazored-typeahead__results-header,
.blazored-typeahead__results-footer {
    padding: 5px !important;
    border: thin lightgray !important;
    border-style: dotted none none none !important;
}

.blazored-typeahead__active-item {
    background-color: #f8f9fa !important;
    color: black !important;
}

.blazored-typeahead__result:hover,
.blazored-typeahead__result:focus {
    background-color: #f8f9fa !important;
    color: black !important;
}

.blazored-typeahead:focus-within {
    box-shadow: 0 0 0 3px #bdd6fc !important;
    border-color: #8bbafe !important;
}

.blazored-typeahead__input-mask-wrapper--disabled {
    height: 36px !important;
    min-height: 36px !important;
    max-height: 36px !important;
}

.blazored-typeahead__input-mask-wrapper {
    height: 36px !important;
    min-height: 36px !important;
    max-height: 36px !important;
}
