/* Global DataTable header styling */
table.noxy-datatable thead tr:not(.noxy-filters) th {
	background: #006d6d;
	color: #ffffff;
	border-color: rgba(255, 255, 255, 0.15);
}

/* Keep background for sorting states */
.dataTables_wrapper .dataTable thead .sorting,
.dataTables_wrapper .dataTable thead .sorting_asc,
.dataTables_wrapper .dataTable thead .sorting_desc {
	background-color: #006d6d !important;
	color: #ffffff !important;
}

/* Column filter inputs */
table.noxy-datatable thead tr.noxy-filters th input {
	background: #ffffff;
	color: #333333;
	border-color: #ced4da;
}

/* Brand text color utility (replace text-warning) */
.text-secondary {
	color: rgba(213, 214, 158, 1) !important;
}
.text-secondary:hover,
.text-secondary:focus {
	color: rgba(213, 214, 158, 0.85) !important;
}

