.ts-wrapper .ts-control {
    border-radius: 0.375rem;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border: 1px solid #dee2e6;
}

.ts-wrapper.focus .ts-control {
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    border-color: #86b7fe;
}

.ts-dropdown {
    border-radius: 0.375rem;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.ts-dropdown .option {
    padding: 8px 10px;
}

.ts-dropdown .active {
    background-color: #0d6efd;
    color: white;
}

.ts-wrapper.multi .ts-control > div {
    background-color: #0d6efd;
    color: white;
    border-radius: 0.25rem;
    padding: 2px 8px;
    margin-right: 5px;
    margin-top: 1px;
    margin-bottom: 1px;
}

.ts-wrapper.multi .ts-control > div .remove {
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    padding-left: 6px;
} 