.icon-hover:hover {
  background-color: #375b8b;
  color: white;
  border: "1px solid grey";
}

tr:has(td .MuiTypography-root.colorful) {
    background-color: lightgrey !important;
    font-style: italic !important;

    td > div > span {
      color: gray !important;
      font-weight: 300 !important;
    }
}
