/**
 * حقول الإدخال — حد موحّد 2px
 */
input:not([type="checkbox"]):not([type="radio"]):not([type="button"]):not([type="submit"]):not([type="reset"]):not([type="image"]):not([type="hidden"]):not([type="file"]):not([type="range"]):not([type="color"]),
textarea,
select,
.form-control,
.form-select,
.sidebar-search-input,
.select2-container--bootstrap-5 .select2-selection,
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple,
.select2-search__field {
    border: 2px solid #ced4da !important;
}

.form-control:focus,
.form-select:focus,
.sidebar-search-input:focus,
input:not([type="checkbox"]):not([type="radio"]):not([type="button"]):not([type="submit"]):not([type="reset"]):not([type="image"]):not([type="hidden"]):not([type="file"]):not([type="range"]):not([type="color"]):focus,
textarea:focus,
select:focus,
.select2-container--bootstrap-5.select2-container--focus .select2-selection,
.select2-container--default.select2-container--focus .select2-selection--single,
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #1a78c2 !important;
}
