<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.selectize-input.items.not-full.has-options{
    border: none;
    border-radius: 5px;
    padding: 11px;
    background: #fff;
}

.selectize-input.items.has-options.full.has-items{
    border: none;
    border-radius: 5px;
    background: #fff;
    font: 15px poppins;
    font-size: unset;
    color: #999;
    padding: 11px;
}

.selectize-dropdown-content{
    text-align: left;
    border: none;
    text-transform: uppercase;
}

.selectize-input{
    box-shadow: none !important;
}

input#id_index-selectized {
    width: 100%;
    float: left;
}

.selectize-control.single .selectize-input, .selectize-dropdown.single{
    border: none !important;
    background-color: #FFF;
    background-image: none;
}</pre></body></html>