/* Select2 Height Fix - Match Input Fields */
.ns-expert-register-wrapper .select2-container--default .select2-selection--single {
    height: 48px !important;
    padding: 12px 15px !important;
    line-height: 24px !important;
}

.ns-expert-register-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 24px !important;
}

.ns-expert-register-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 46px !important;
    left: 10px !important;
    right: auto !important;
}

.ns-expert-register-wrapper .select2-container--default.select2-container--focus .select2-selection--single {
    border-color: var(--ns-primary-blue) !important;
    box-shadow: 0 0 0 3px rgba(33, 150, 243, 0.1) !important;
}

/* Select2 Dropdown RTL */
.select2-dropdown {
    direction: rtl !important;
}

.select2-search--dropdown .select2-search__field {
    direction: rtl !important;
}