.sph-validasi {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
  font-family: Arial, sans-serif;
}

.sph-validasi th, .sph-validasi td {
  border: 1px solid #ccc;
  padding: 8px;
  text-align: center;
}

.sph-validasi th {
  background-color: #f0f0f0;
  font-weight: bold;
}

.sph-validasi tr:nth-child(even) {
  background-color: #f9f9f9;
}

.sph-validasi tr:hover {
  background-color: #e6f7ff;
}

form select {
  padding: 6px;
  font-size: 14px;
}

form button {
  padding: 8px 16px;
  font-size: 14px;
  background-color: #0073aa;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

form button:hover {
  background-color: #005f8d;
}
