.selectize-input {
    border: none !important;
    min-height: 25px;
    padding: 0 15px 0 0 !important;
    box-shadow: unset !important;
}

.selectize-input.focus {
    border: none;
    /*1px solid #ccc;*/
    box-shadow: none;
}

.selectize-dropdown,
.selectize-dropdown.form-control {
    height: auto !important;
    background: #fff !important;
    border: 1px solid #ccc !important;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175) !important;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175) !important;
}

.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
    padding: 5px 8px !important;
}

.selectize-dropdown [data-selectable] {
    overflow: hidden !important;
    cursor: pointer !important;
}

.selectize-control.multi .selectize-input.has-items {
    padding: 2px 12px 2px 0 !important;
    max-height: 150px;
    overflow: scroll;
}

.selectize-input input::-webkit-input-placeholder,
.selectize-input input:-ms-input-placeholder,
.selectize-input input::placeholder {
    color: #999;
}

.selectize-control.multi .selectize-input > div,
.show > .btn-primary.dropdown-toggle {
    color: #fff !important;
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
    background-image: unset !important;
}

.selectize-control.single .selectize-input {
    z-index: 1;
    background: unset !important;
    display: flex !important;
    align-items: center;
}

.selectize-control.single .selectize-input:after {
    right: 0;
    margin-top: -5px;
}

.selectize-dropdown.single {
    z-index: 965;
}

.selectize-dropdown .selected {
    background-color: var(--purple) !important;
}

.selectize-dropdown [data-selectable].option {
    border: unset;
}

.field-team-ruolo .selectize-input {
    box-shadow: none;
    margin-top: 3px;
}

.single.plugin-remove_button .selectize-input > * {
    width: calc(100% - 20px);
    display: inline-flex;
    justify-content: space-between;
}

.selectize-control.plugin-remove_button .item .remove {
    border: none;
    border-left: 1px solid var(--primary) !important;
}

.form-control.selectize-control {
    padding: 3px 0.5rem !important;
    background-color: #ffffff !important;
    background-clip: padding-box !important;
    border: 1px solid #E4E6EF !important;
    border-radius: 0.42rem !important;
    min-height: 38px;
}