.table-registration {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
}

.row-table-registration {
  display: flex;
  height: 64px;
  align-items: center;
  align-self: stretch;
  border-bottom: 1px solid var(--color-system-border, #a2a69f);
}

.col-table-lg {
  min-width: 200px;
}

.col-table-registration {
  display: flex;

  padding: 8px;
  align-items: flex-end;
  flex: 1 0 0;
}

.col-table-md {
  min-width: 130px;
  max-width: 200px;
}

.col-table-sm {
  min-width: 30px;
  max-width: 50px;
}

.pill-estado {
  display: flex;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;

  border-radius: 35px;
}

.pill-estado-verde {
  background: #c7ebd1;
}

.pill-estado-rojo {
  background: #fadcd9;
}


