.table {
  width: 100%;
  border-collapse: collapse;
  font-family: system-ui, sans-serif;
  font-size: 0.95rem;
}

.table th,
.table td {
  padding: 0.75rem 1rem;
  text-align: left;
}

.table thead th {
  border-bottom: 2px solid #e5e7eb;
  font-weight: 600;
  color: #374151;
}

.table tbody tr:nth-child(even) {
  background-color: #e3e6e7;
}

.table .right {
  text-align: right;
}

.table .center {
  text-align: center;
}

.title-font{
    font-weight: 600;
}
