/* Global Background Enhancement */
body,
.content-wrapper {
    background-color: #e5e7eb !important;
}

/* Ensure cards remain white */
.card {
    background-color: #ffffff;
}

/* Improve Placeholder Visibility */
.form-control::placeholder,
.asColorPicker-input::placeholder,
.dataTables_wrapper select::placeholder,
.jsgrid .jsgrid-table .jsgrid-filter-row input[type=text]::placeholder,
.jsgrid .jsgrid-table .jsgrid-filter-row select::placeholder,
.jsgrid .jsgrid-table .jsgrid-filter-row input[type=number]::placeholder,
.select2-container--default .select2-selection--single::placeholder,
.select2-container--default .select2-selection--single .select2-search__field::placeholder,
.typeahead::placeholder,
.tt-query::placeholder,
.tt-hint::placeholder {
    color: #929699 !important;
    opacity: 1;
}

/* Improve Table Grid Visibility */
.table th,
.table td,
.table thead th,
.table-bordered,
.table-bordered th,
.table-bordered td {
    border-color: #dee2e6 !important;
}

/* Fix Logo Display */
.navbar .navbar-brand-wrapper .navbar-brand img {
    width: auto !important;
    height: auto !important;
    max-height: 50px !important;
    max-width: 100% !important;
}