/* Select2 Bootstrap 5 Theme و RTL Support */

.select2-container--bootstrap-5 .select2-selection {
    min-height: 38px;
    border-radius: 0.375rem;
    border: 1px solid #ced4da;
    background-color: #fff;
}

.select2-container--bootstrap-5 .select2-selection--single {
    height: 38px;
}

.select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered {
    line-height: 36px;
    padding-left: 12px;
    padding-right: 12px;
}

.select2-container--bootstrap-5 .select2-selection--single .select2-selection__arrow {
    height: 36px;
    right: 1px;
    width: 30px;
}

.select2-container--bootstrap-5.select2-container--focus .select2-selection,
.select2-container--bootstrap-5.select2-container--open .select2-selection {
    border-color: #86b7fe;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.select2-container--bootstrap-5 .select2-dropdown {
    border-color: #ced4da;
    border-radius: 0.375rem;
}

.select2-container--bootstrap-5 .select2-results__option {
    padding: 6px 12px;
}

.select2-container--bootstrap-5 .select2-results__option--highlighted {
    background-color: #0d6efd;
    color: #fff;
}

.select2-container--bootstrap-5 .select2-search--dropdown .select2-search__field {
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    padding: 0.375rem 0.75rem;
}

/* RTL Support */
[dir="rtl"] .select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered {
    padding-left: 12px;
    padding-right: 40px;
    text-align: right;
    direction: rtl;
}

[dir="rtl"] .select2-container--bootstrap-5 .select2-selection--single .select2-selection__arrow {
    left: auto;
    right: 1px;
}

[dir="rtl"] .select2-container--bootstrap-5 .select2-selection__clear {
    float: left;
    margin-left: 5px;
    margin-right: 0;
}

/* إصلاح اتجاه RTL للعناصر */
.select2-container--bootstrap-5[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-left: 12px;
    padding-right: 40px;
    text-align: right;
}

.select2-container--bootstrap-5[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: auto;
    right: 1px;
}

.select2-container--bootstrap-5[dir="rtl"] .select2-selection__clear {
    float: left;
}

/* إصلاح القائمة المنسدلة */
.select2-dropdown[dir="rtl"] .select2-search--dropdown .select2-search__field {
    text-align: right;
    direction: rtl;
}

.select2-dropdown[dir="rtl"] .select2-results__option {
    text-align: right;
    direction: rtl;
}

[dir="rtl"] .select2-results__option {
    text-align: right;
    direction: rtl;
}

[dir="rtl"] .select2-search--dropdown .select2-search__field {
    text-align: right;
    direction: rtl;
}

/* Dark Mode Support */
.dark-mode .select2-container--bootstrap-5 .select2-selection {
    background-color: #2b3035;
    border-color: #495057;
    color: #fff;
}

.dark-mode .select2-container--bootstrap-5 .select2-selection__rendered {
    color: #fff;
}

.dark-mode .select2-container--bootstrap-5 .select2-dropdown {
    background-color: #2b3035;
    border-color: #495057;
}

.dark-mode .select2-container--bootstrap-5 .select2-results__option {
    color: #fff;
    background-color: #2b3035;
}

.dark-mode .select2-container--bootstrap-5 .select2-results__option--highlighted {
    background-color: #0d6efd;
    color: #fff;
}

.dark-mode .select2-container--bootstrap-5 .select2-search__field {
    background-color: #2b3035;
    border-color: #495057;
    color: #fff;
}

/* Compact Mode */
.compact-mode .select2-container--bootstrap-5 .select2-selection {
    min-height: 32px;
    font-size: 0.875rem;
}

.compact-mode .select2-container--bootstrap-5 .select2-selection--single {
    height: 32px;
}

.compact-mode .select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered {
    line-height: 30px;
}

.compact-mode .select2-container--bootstrap-5 .select2-selection--single .select2-selection__arrow {
    height: 30px;
}

/* تحسين المظهر */
.select2-container {
    z-index: 1050;
}

.select2-dropdown {
    z-index: 1060;
}

.select2-container--bootstrap-5 .select2-selection__clear {
    margin-top: -2px;
    margin-right: 5px;
}

[dir="rtl"] .select2-container--bootstrap-5 .select2-selection__clear {
    margin-right: 0;
    margin-left: 5px;
}
