/* ══════════════════════════════════════════════
   Form Controls - Light Mode Only
   ══════════════════════════════════════════════ */
body:not([data-theme-version="dark"]) .form-control,
body:not([data-theme-version="dark"]) .form-select,
body:not([data-theme-version="dark"]) select,
body:not([data-theme-version="dark"]) textarea {
    color: #2c3e50 !important;
    background-color: #fff !important;
}

body:not([data-theme-version="dark"]) .input-group-text {
    border: 1px solid #aaa !important;
    background-color: #f1f3f5 !important;
    color: #495057 !important;
    font-weight: 500;
}

body:not([data-theme-version="dark"]) label,
body:not([data-theme-version="dark"]) .form-label {
    color: #333 !important;
    font-weight: 500 !important;
    margin-bottom: .5rem;
}

body:not([data-theme-version="dark"]) .bootstrap-select > .dropdown-toggle {
    border: 1px solid #aaa !important;
    background-color: #fff !important;
    color: #2c3e50 !important;
}

.form-control::placeholder {
    color: #adb5bd !important;
    opacity: 1;
}

body:not([data-theme-version="dark"]) .form-control:disabled,
body:not([data-theme-version="dark"]) .form-control[readonly] {
    background-color: #e9ecef !important;
    border-color: #ccc !important;
    opacity: 1;
}

body:not([data-theme-version="dark"]) .table thead th {
    background-color: #f1f3f5 !important;
    color: #2c3e50 !important;
    border-bottom: 2px solid #dee2e6 !important;
    font-weight: 600 !important;
}

/* ══════════════════════════════════════════════
   Form Controls - Dark Mode
   ══════════════════════════════════════════════ */
[data-theme-version="dark"] .form-control,
[data-theme-version="dark"] textarea.form-control {
    background-color: #1a2332 !important;
    color: #dee2e6 !important;
    border-color: #2d3d50 !important;
}

[data-theme-version="dark"] .form-control::placeholder {
    color: #5a6d82 !important;
}

[data-theme-version="dark"] .form-control:disabled,
[data-theme-version="dark"] .form-control[readonly] {
    background-color: #141c28 !important;
    border-color: #253040 !important;
    color: #6c7a8d !important;
    opacity: 1;
}

[data-theme-version="dark"] .bootstrap-select > .dropdown-toggle {
    border: 1px solid #2d3d50 !important;
    background-color: #1a2332 !important;
    color: #dee2e6 !important;
}

[data-theme-version="dark"] .bootstrap-select .dropdown-menu {
    background-color: #1a2332 !important;
    border-color: #2d3d50 !important;
}

[data-theme-version="dark"] .bootstrap-select .dropdown-menu .dropdown-item {
    color: #dee2e6 !important;
}

[data-theme-version="dark"] .bootstrap-select .dropdown-menu .dropdown-item:hover,
[data-theme-version="dark"] .bootstrap-select .dropdown-menu .dropdown-item.active {
    background-color: #253445 !important;
    color: #fff !important;
}

[data-theme-version="dark"] .bootstrap-select .bs-searchbox .form-control {
    background-color: #141c28 !important;
    border-color: #2d3d50 !important;
    color: #dee2e6 !important;
}
