.table_component td,
.table_component th {
  transition: background-color 0.15s ease, color 0.15s ease;
}

.table_component tr.is-hovered-row > th,
.table_component tr.is-hovered-row > td {
  background-color: #ffefea !important;
}

.table_component .is-hovered-column {
  background-color: #ffefea !important;
}

.table_component tr.is-hovered-row > .is-hovered-column,
.table_component .is-hovered-cell {
  background-color: #ffb09c !important;
  color: #000 !important;
}

