.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;
}

#id_index-selectized, .selectize-input *{
    font-family: "Catamaran", sans-serif !important;
    margin-bottom: -5px !important;
}

.selectize-dropdown *{
    font-family: "Catamaran", sans-serif !important;

}