<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.Habilitee-MudAutocomplete{
    background: #FEFEFE;
    border: 1px solid lightgrey;
    border-radius: 4px;
    padding:5px;
    color: lightgray!important;
    font-weight: bolder!important;
}

.Habilitee-MudAutocomplete:hover {
    border: 1px solid black;
}


/* Placeholder */
.Habilitee-MudAutocomplete .mud-input-text{
    font-size:12px;
}
</pre></body></html>