select.uk-form-small {
    height: 26px;
    font-size: .875rem !important;
}

.ts-wrapper.uk-form-small {
    min-height: 26px !important;
}


.ts-dropdown {
    font-size: .875rem !important;
    margin: 0 !important;
    top: 100% !important;
}

.ts-control {
    min-height: 30px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.ts-control.uk-form-small {
    min-height: 26px !important;
}

.ts-control .item {
    padding-right: 30px;
    line-height: 150%;
    vertical-align: middle;
    padding-left: 8px;
}

.uk-form-small + .ts-wrapper .item {
    line-height: 100%;
    font-size: 14px;
}

.dropdown-input-wrap {
    background: #eee;
    padding: 2px 4px;
}

.dropdown-input-wrap input {
    margin-left: 8px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 2px !important;
    padding-bottom: 2px !important;
}

.ts-wrapper {
    min-height: 26px !important;
}

.dropdown-input.uk-input {
    font-size: 0.875rem;
}

.plugin-clear_button .clear-button {
    top: 45% !important;
    right: 22px !important;
}

input[type="select-one"] {
    font-size: .875rem;
    font-weight: bold
}

.ts-dropdown-content .option {
    min-height: 24px !important;
    padding-top: 2px !important;
    padding-bottom: 2px !important;
}

.ts-control .remove {
    height: calc(100% - 8px);
    l_ine-height: 0.5rem;
}


.dropdown-input:focus-visible {
    outline: none !important;
}

select[multiple] + .ts-wrapper .ts-control > .item {
    line-height: 16px !important;
    margin: 1px !important;
}

.ts_-wrapper.input {
    font-size: 0.875rem;
}
