.table-fields-text-link {
  color: var(--theme-color, #7f56d9) !important;
  cursor: pointer;

  &:hover {
    text-decoration: underline !important;

  }
}