﻿/* کانتینر اصلی */
.select2-container {
    font-family: "IRANSans", Tahoma;
    font-size: 14px;
}

/* حالت single */
.select2-container--default .select2-selection--single {
    height: 44px;
    border-radius: 8px;
    border: 1px solid #dcdcdc;
    padding: 6px 12px;
    display: flex;
    align-items: center;
    background-color: #fff;
    transition: all 0.2s ease;
}

/* فوکوس */
.select2-container--default.select2-container--focus
.select2-selection--single {
    border-color: #2874a6;
    box-shadow: 0 0 0 2px rgba(40, 116, 166, 0.15);
}

/* متن انتخاب شده */
.select2-container--default .select2-selection__rendered {
    color: #333;
    line-height: normal;
    padding-right: 0;
}

/* فلش */
.select2-container--default .select2-selection__arrow {
    height: 100%;
    right: 10px;
}

/* لیست دراپ‌داون */
.select2-dropdown {
    border-radius: 8px;
    border: 1px solid #ddd;
    box-shadow: 0 8px 20px rgba(0,0,0,.08);
}

/* آیتم‌ها */
.select2-results__option {
    padding: 10px 12px;
    direction: rtl;
}

/* هاور */
.select2-results__option--highlighted {
    background-color: #2874a6;
    color: #fff;
}

/* انتخاب شده */
.select2-results__option[aria-selected=true] {
    background-color: #eaf3f9;
    color: #333;
}

/* سرچ داخل */
.select2-search--dropdown .select2-search__field {
    border-radius: 6px;
    border: 1px solid #ddd;
    padding: 8px 10px;
    font-family: "IRANSans";
}

/* RTL */
.select2-container--default {
    direction: rtl;
}
