.ts-control .item {
    font-size: 0.875rem;
    margin-left: 8px;
    vertical-align: middle;
    padding-top: 2px;
}

.single .ts-control .item {
    width: 100%;
    margin-right: 10px;
}

.ts-dropdown-content {
    font-size: 0.875rem;
    min-height: 100px;
    max-height: 400px !important;
}

.ts-wrapper.input {
    font-size: 0.875rem;
}

.ts-control > input {
    font-weight: bold;
    font-size: 0.875rem !important;
}

.ts-control {
    min-height: 30px;
}

.ts-wrapper.single .ts-control {
    padding-right: 26px !important;
}

.ts-dropdown {
    font-size: .875rem;
}

.uk-form-small .ts-control .item {
    margin-top: -4px !important;
}

.ts-wrapper.ts-control {
    height: 26px;
    padding-right: 26px !important;
}

.ts-dropdown {
    font-size: .875rem !important;
    margin: 0 !important;
    top: 80% !important;
}

input[type="select-one"] {
    font-size: .875rem;
    font-weight: bold
}

.plugin-clear_button .clear-button {
    top: 45% !important;
    right: 22px !important;
}

.dropdown-input-wrap {
    border: solid 1px #aaa;
    background: #eee;
}

.plugin-dropdown_input .dropdown-input {
    padding: 2px !important;
}

.dropdown-input:focus-visible {
    outline: none !important;
}

select[multiple] + .ts-wrapper .ts-control > .item {
    line-height: 16px !important;
    margin: 1px !important;
}