/* updated side menu nav items bg color on mouse hover */
nav .MuiBox-root a:not(.MuiTypography-root):hover,
nav .MuiBox-root .MuiButtonBase-root:hover {
  background-color: #e4e7e9;
  color: black;
  border-radius: 0;
}

/* Force left alignment for all table headers - override inline styles */
.MuiTableCell-head,
th.MuiTableCell-head,
.MuiTableCell-root.MuiTableCell-head,
th.MuiTableCell-root.MuiTableCell-head.MuiTableCell-paddingCheckbox,
th[class*='MuiTableCell-head'][class*='MuiTableCell-paddingCheckbox'] {
  text-align: left !important;
}

/* Specifically target the Actions column header */
th.MuiTableCell-paddingCheckbox,
th.MuiTableCell-head.MuiTableCell-paddingCheckbox {
  text-align: left !important;
  padding: 8px 16px 8px 20px !important;
}

/* Center align the Actions column cells (td elements) */
.MuiTableCell-paddingNone.MuiTableCell-body,
td.MuiTableCell-paddingNone.MuiTableCell-body {
  text-align: center !important;
}

.MuiTableCell-paddingNone.MuiTableCell-body > div,
td.MuiTableCell-paddingNone.MuiTableCell-body > div {
  justify-content: center !important;
  display: flex !important;
}


/*# sourceMappingURL=main.72862e31.css.map*/