:root {
    --glpi-input-disabled-bg: #f1f5f9;
}

:root[data-glpi-theme=darker],
:root[data-glpi-theme=midnight],
:root[data-glpi-theme=auror_dark] {
    --glpi-input-disabled-bg: #35404e;
}

.form-control[readonly],
.form-control:disabled,
.form-select:disabled,
.select2-container--default.select2-container--disabled .select2-selection--multiple,
.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: var(--glpi-input-disabled-bg) !important;
}

/* Kyndryl Customization - Icon (i) for Request source, Category and location are not displaying properly for technician - Start */
.fa-classic, .fas.btn, .fa-solid, .far, .fa-regular {
    font-family: 'Font Awesome 6 Free' !important;
}
/* Kyndryl Customization - Icon (i) for Request source, Category and location are not displaying properly for technician - End  */