/**

 * حقول الإدخال — حد موحّد 2px (يتبع ألوان الثيم)

 */

:root,

[data-theme="light"] {

    --input-border: #566a7f;

    --input-border-focus: #1a78c2;

    --input-focus-ring: rgba(26, 120, 194, 0.2);

}



[data-theme="dark"] {

    --input-border: #6d8498;

    --input-border-focus: #5ba3e8;

    --input-focus-ring: rgba(91, 163, 232, 0.28);

}



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 var(--input-border) !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: var(--input-border-focus) !important;

    box-shadow: 0 0 0 2px var(--input-focus-ring) !important;

}



/* Select2 — نفس شكل form-control / form-select */

.select2-container--bootstrap-5 .select2-selection--single,

.select2-container--bootstrap-5 .select2-selection--multiple,

.select2-container--default .select2-selection--single,

.select2-container--default .select2-selection--multiple {

    min-height: calc(1.2em + .3rem + 2px) !important;

    height: auto !important;

    padding: 3px 10px !important;

    border-radius: 4px !important;

    background-color: var(--card-bg, #fff) !important;

    color: var(--text-primary, #212529) !important;

    display: flex !important;

    align-items: center !important;

    box-sizing: border-box !important;

}



.select2-container--bootstrap-5 .select2-selection__rendered,

.select2-container--default .select2-selection__rendered {

    padding: 0 !important;

    line-height: 1.25 !important;

    font-size: .875rem !important;

    color: inherit !important;

}



.select2-container--bootstrap-5 .select2-selection--single .select2-selection__arrow,

.select2-container--default .select2-selection--single .select2-selection__arrow {

    height: 100% !important;

    top: 0 !important;

}



.select2-container--bootstrap-5 .select2-selection__placeholder {

    color: var(--text-muted, #6c757d) !important;

}



.select2-container--bootstrap-5.select2-container--disabled .select2-selection,

.select2-container--default.select2-container--disabled .select2-selection--single,

.select2-container--default.select2-container--disabled .select2-selection--multiple {

    background-color: var(--input-bg, #e9ecef) !important;

    color: var(--text-muted, #6c757d) !important;

}



select.form-select-sm.select2 + .select2-container .select2-selection--single,

select.form-select-sm.select2 + .select2-container .select2-selection--multiple,

select.form-control-sm.select2 + .select2-container .select2-selection--single,

select.form-control-sm.select2 + .select2-container .select2-selection--multiple {

    min-height: calc(1.1em + .2rem + 2px) !important;

    padding: 2px 8px !important;

}



select.form-select-sm.select2 + .select2-container .select2-selection__rendered,

select.form-control-sm.select2 + .select2-container .select2-selection__rendered {

    font-size: .8125rem !important;

    line-height: 1.2 !important;

}



.input-group > .select2-container {

    flex: 1 1 auto;

    min-width: 0;

    width: 1% !important;

}



.select2-dropdown {

    border-radius: 4px;

    border: 2px solid var(--input-border);

    background-color: var(--card-bg, #fff);

    color: var(--text-primary, #212529);

    overflow: hidden;

}



.select2-results__option {

    padding: 4px 10px;

    font-size: .875rem;

    line-height: 1.25;

}



.select2-results__option--highlighted.select2-results__option--selectable {

    background-color: var(--input-border-focus, #1a78c2) !important;

    color: #fff !important;

}



.select2-search--dropdown .select2-search__field {

    border-radius: 4px !important;

    padding: 3px 10px !important;

    min-height: calc(1.2em + .3rem + 2px);

    font-size: .875rem;

    line-height: 1.25;

}


