/* Keep setup submenu active items full-width instead of pill/fit-content. */
#setup-menu li .nav-second-level li.active > a {
  display: block;
  width: 100%;
  margin: 0;
  padding: 8px 10px 8px 25px;
  box-sizing: border-box;
  border-radius: 5px;
}

[dir="rtl"] #setup-menu li .nav-second-level li.active > a {
  padding: 8px 25px 8px 10px;
}

/* Ensure clients table headers are always visible/readable. */
table.table-clients.dataTable thead > tr > th,
table.table-clients thead > tr > th {
  background-color: #eef2f7 !important;
  color: #1f2937 !important;
}

table.table-clients.dataTable thead > tr > th.sorting_asc,
table.table-clients.dataTable thead > tr > th.sorting_desc,
table.table-clients.dataTable thead .sorting:after,
table.table-clients.dataTable thead .sorting_asc:after,
table.table-clients.dataTable thead .sorting_desc:after {
  color: #1f2937 !important;
}
