.ts-wrapper.form-select,
.ts-wrapper.single,
.ts-wrapper.multi {
    min-height: calc(1.5em + 1rem + 2px);
}

.ts-wrapper .ts-control {
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    background-color: #fff;
    color: #495057;
    padding: 0.42rem 0.75rem;
    box-shadow: none;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.ts-wrapper.focus .ts-control,
.ts-wrapper.dropdown-active .ts-control {
    border-color: #adb5bd;
    box-shadow: 0 0 0 0.12rem rgba(108, 117, 125, 0.18);
}

.ts-wrapper.multi .ts-control > div.active {
    background: #9e9e9e !important;
    color: #fff !important;
    border: 1px solid #6b6b6b !important;
}

.ts-wrapper .ts-control input {
    color: #495057;
}

.ts-wrapper .ts-control input::placeholder {
    color: #6c757d;
    opacity: 1;
}

.ts-wrapper.multi .ts-control {
    /* flex-wrap: nowrap; */
    overflow: hidden;
}

.ts-wrapper.multi .ts-control > div {
    background: #eff2f7;
    background-image: none !important;
    text-shadow: none !important;
    border: 1px solid #dee2e6;
    color: #495057;
    border-radius: 0.25rem;
    padding: 0.1rem 0.45rem;
    flex-shrink: 0;
}

.ts-wrapper.plugin-remove_button .item .remove {
    border-left: 1px solid #ced4da;
    color: #6c757d;
}

.ts-wrapper.plugin-remove_button .item .remove:hover {
    background: #dee2e6;
    color: #343a40;
}

.ts-wrapper.plugin-remove_button:not(.rtl) .item .remove {
    border-left: none;
    margin-left: none;
}

.ts-dropdown {
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.08);
}

.ts-dropdown .option,
.ts-dropdown .optgroup-header {
    color: #495057;
}

.ts-dropdown .active {
    background-color: #e9ecef;
    color: #212529;
}

.ts-wrapper.disabled .ts-control,
.ts-wrapper.disabled .ts-control input {
    background-color: #e9ecef;
    color: #6c757d;
    opacity: 1;
}

/* .ts-user-option,
.ts-user-item {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
} */

.ts-user-avatar {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid #dee2e6;
    flex: 0 0 22px;
}
