.table-hover-style tbody tr:hover {
  background-color: rgba(197, 61, 61, 0.1);
}

.table-hover-style tbody td:hover {
  background-color: rgba(197, 61, 61, 0.2);
}

.table-width {
  table-layout: fixed;
}

td {
  padding: 0rem !important;
}

a {
  display: block;
  width: 100%;
  color: rgba(119, 127, 140, 1.0);
}

th:first-child, td:first-child
{
  position:sticky;
  left:0px;
  background-color:white;
}

th:first-child
{
  position:sticky;
  left:0px;
  background-color:black;
}

thead {
  z-index: 1;
}