﻿body {
}

/* Change Info:
   Type: Update
   Task: Select2 RTL — arrow and clear button on the left side
   Author: diabader
   Date: 2025-07-24 */

/* ── Select2 RTL overrides ── */
.select2-container--dir-rtl .select2-selection--single .select2-selection__rendered {
    text-align: right;
    padding-right: 4px !important;
    padding-left: 36px !important;
}

.select2-container--dir-rtl .select2-selection--single .select2-selection__arrow {
    left: 12px !important;
    right: auto !important;
}

.select2-container--dir-rtl .select2-selection--single .select2-selection__clear {
    position: absolute !important;
    left: 32px !important;
    right: auto !important;
    top: 50%;
    transform: translateY(-50%);
    float: none !important;
}

.select2-container--dir-rtl .select2-results__option {
    text-align: right;
}

.select2-container--dir-rtl .select2-search--dropdown .select2-search__field {
    direction: rtl;
    text-align: right;
}

/* Dropdown opens toward the left in RTL */
.select2-container--dir-rtl .select2-dropdown {
    direction: rtl;
    text-align: right;
}
