:root { color-scheme: light dark; }

/* Datatable */
div.dataTables_wrapper div.dataTables_filter select{ max-width: 160px; margin-left: .5em; display: inline-block; width: auto; }
table[data-widget="datatable"] th.table-action, table[data-widget="datatable"] td.table-action { width: 1%; white-space: nowrap; }

/* Form */
label.required::after { content: ' *'; color: var(--bs-red); font-size: 0.85em; vertical-align: top; }
.checkbox-group label.form-label { cursor: pointer; }
.select2 .select2-selection.is-invalid{ border-color:#d9534f; }

/* Sidebar */
.sidebar-brand .logo { height: 50px; max-height: 50px; }

.separator hr{ width: 100%; }
.separator span{ padding:0 10px; }