html .selectize-input {
    line-height: 38px;
    height: 40px;
    vertical-align: middle;
    display: inline-block;
    border-radius: 8px!important;
    padding: 0 10px!important;
    background: #fff!important;
    color: #666!important;
    border: 1px solid #e5e5e5!important;
    transition: .2s ease-in-out!important;
    transition-property: color,background-color,border!important;
    box-shadow: none!important;
}
html .selectize-input > .item,
html .selectize-input > input {
    font-size: 1rem;
}

html .selectize-dropdown {
    border-color: #e5e5e5!important;
    border-radius: 8px!important;
}

html .selectize-dropdown .option,
html .selectize-dropdown .create {
    padding: 6px 10px!important;
    font-size: .8rem!important;
    cursor: pointer!important;
}

html .selectize-dropdown-content {
    padding: 8px 0!important;
}
html .selectize-dropdown .create:not(.opened) {
    display: none!important;
}


html .selectize-dropdown.selectize-dropdown-auto-width {
    width: auto !important;
}

html .selectize-dropdown.selectize-dropdown-auto-width [data-selectable],
html .selectize-dropdown.selectize-dropdown-auto-width .optgroup-header {
    white-space: nowrap;
}
html .selectize-dropdown.selectize-dropdown-auto-width.selectize-align-right {
    left: auto!important;
    right: 0px!important;
}

.option.x-preafter > x {
    width: 24px;
    display: inline-block;
}