
.description {
    max-width: 300px; /* Set max width for the cell */
    line-height: 1.5em;
  }
  
  .truncated {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8; /* Number of lines to show */
    line-clamp: 8;
    max-height: 12em; /* Approximate height based on line height */
  }
  
  .expanded {
    -webkit-line-clamp: unset; /* Remove line clamping */
    line-clamp: unset;
    max-height: none;
    white-space: normal;
  }

  .defisrh-background {
    background-color: #2B2752;
    color: white;
}

.defisrh-color {
    color: #2B2752;
}
