.ts-control {
    color: #111827;
    border-radius: 6px !important;
    box-shadow: none !important;
    outline: none !important;
    transition: all .2s ease;
}

.ts-wrapper.focus .ts-control {
    border-color: #2563eb !important;
    background-color: #ffffff !important;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15) !important;
}

.ts-dropdown {
    margin-top: 6px !important;
}

.ts-dropdown .option {
    color: #000000;
    margin: 0 5px;
    padding: 2px 5px !important;
}

.ts-dropdown .option.active,
.ts-dropdown .option:hover {
    background-color: #e7e7e8;
    color: #111827;
    margin: 0 5px;
    border-radius: 5px;
    padding: 2px 5px;
}

.ts-dropdown .option .highlight {
    color: #2563eb;
    background-color: #f8e83f !important;
    font-weight: 700;
    padding: 1px;
}