/* فایل: assets/css/select2-farsi.css */
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    min-height: calc(1.5em + 0.75rem + 2px);
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #007bff;
    border-color: #006fe6;
    color: white;
    padding: 2px 8px;
    font-size: 0.875rem;
    margin: 3px;
    border-radius: 0.25rem;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: white;
    margin-right: 5px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #007bff;
    color: white;
}

.select2-container--default .select2-search--inline .select2-search__field {
    margin-top: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding: 0;
}

/* راست‌چین کردن برای فارسی */
.select2-container--default .select2-selection--single .select2-selection__rendered {
    text-align: right;
    direction: rtl;
}

.select2-container--default .select2-results__option {
    text-align: right;
    direction: rtl;
}