
.page-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}


.primary-btn {
  background: linear-gradient(135deg, #0ea5e9, #0284c7);
  color: #fff;
  border: none;
  padding: 9px 16px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
}

.primary-btn:hover {
  opacity: 0.9;
}


.data-table td {
  vertical-align: middle;
}

.status-badge.active {
  background: #dcfce7;
  color: #166534;
}

.status-badge.inactive {
  background: #fee2e2;
  color: #991b1b;
}


.action-cell {
  display: flex;
  gap: 8px;
}

.action-btn {
  border: none;
  padding: 6px 11px;
  border-radius: 7px;
  font-size: 12px;
  cursor: pointer;
}

.action-btn.edit {
  background: #e0f2fe;
  color: #0369a1;
}

.action-btn.delete {
  background: #fee2e2;
  color: #991b1b;
}
