.blazored-typeahead__input {
    height: 38px;
    width: 100%;
}

.blazored-typeahead__input-mask {
    white-space: nowrap;
    overflow: hidden;
}

.blazored-typeahead__loader {
    position: absolute;
    right: 27px;
}

.blazored-typeahead__results {
    width: max-content;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
}

.blazored-typeahead__result {
    padding: 5px 10px;
}

.blazored-typeahead__input-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
}

.blazored-typeahead__input-icon svg {
    display: none;
}

.blazored-typeahead__input-icon:hover {
    background-color: transparent;
    cursor: pointer;
}

.blazored-typeahead__input-icon:focus {
    box-shadow: none;
}

.blazored-typeahead__input-icon--disabled,
.blazored-typeahead__input-icon--disabled:hover {
    background-color: #e9ecef;
    cursor: default;
}

.blazored-typeahead__controls {
    height: 38px;
    overflow-x: hidden;
}

.blazored-typeahead__input-mask-wrapper--disabled {
    min-height: 100%;
    overflow: hidden;
}
