/* 🎨 CORRECTIONS CHAMPS NOIRS POS - Texte visible */

/* Select2 - Correction texte noir sur fond noir */
.select2-container--default .select2-selection--single {
    background-color: #ffffff !important;
    border: 1px solid #d2d6de !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #333333 !important; /* Texte noir visible */
    line-height: 34px !important;
    padding-left: 12px !important;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999999 !important;
}

/* Select2 dropdown */
.select2-container--default .select2-results__option {
    color: #333333 !important;
    background-color: #ffffff !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #3c8dbc !important;
    color: #ffffff !important;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd !important;
    color: #333333 !important;
}

/* Select2 search */
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #d2d6de !important;
    color: #333333 !important;
    background-color: #ffffff !important;
}

/* Inputs normaux */
.form-control {
    color: #333333 !important;
    background-color: #ffffff !important;
}

.form-control::placeholder {
    color: #999999 !important;
    opacity: 1 !important;
}

/* Input groups */
.input-group .form-control {
    color: #333333 !important;
    background-color: #ffffff !important;
}

/* POS specific */
#customer_id,
#search_product,
.pos_product_div input,
.pos_product_div select {
    color: #333333 !important;
    background-color: #ffffff !important;
}

/* Textarea */
textarea.form-control {
    color: #333333 !important;
    background-color: #ffffff !important;
}

/* Select normal */
select.form-control {
    color: #333333 !important;
    background-color: #ffffff !important;
}

select.form-control option {
    color: #333333 !important;
    background-color: #ffffff !important;
}

/* Disabled inputs */
.form-control:disabled,
.form-control[readonly] {
    background-color: #f4f4f4 !important;
    color: #666666 !important;
}

/* Input group addon */
.input-group-addon {
    background-color: #f4f4f4 !important;
    color: #555555 !important;
    border: 1px solid #d2d6de !important;
}

/* Focus states */
.form-control:focus {
    border-color: #3c8dbc !important;
    box-shadow: 0 0 0 0.2rem rgba(60, 141, 188, 0.25) !important;
}

.select2-container--default.select2-container--focus .select2-selection--single {
    border-color: #3c8dbc !important;
}
