.gt-table{  
      width: 100%; 
      text-align: left;
      border-collapse: collapse;
}
.gt-table th, .gt-table td {
  padding: 10px;
}
.gt-table th:first-child, .gt-table td:first-child {
      text-align: center;
}
.gt-table  th {
  background: #3367CD80; 
  color: var(--gt-color-black);
}
.gt-table  img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 8px;
}
.gt-table .actions{
      display:flex;
      gap:10px;
}
.gt-table thead tr{
      border-block: 2px solid var(--gt-color-primary);
}
.gt-table tbody tr{
      border-bottom: 2px solid var(--gt-color-primary);
}
.gt-table tbody tr:last-child{
      border-bottom:none;
}