.buttons-row button {
  width: auto;
  height: auto;
}

.table-wrapper {
  overflow-x: auto;
}

/* table {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
}

thead th {
  background-color: #1976d2;
  color: white;
  padding: 8px 4px;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  border-right: 1px solid rgba(255,255,255,0.4);
  position: sticky;
  top: 0;
  z-index: 2;
}

thead th:last-child {
  border-right: none;
}

tbody tr:nth-child(even) {
  background: #f5f5f5;
}

tbody td {
  padding: 6px 4px;
  text-align: center;
  border-bottom: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
}

tbody td:last-child {
  border-right: none;
} */