/* 🌿 Gaya utama untuk sistem upload MAN 5 Bireuen */
body {
  font-family: "Poppins", sans-serif;
  background-color: #f8f9fa;
}

.navbar {
  border-radius: 0 0 12px 12px;
}

.card {
  border-radius: 12px;
}

.btn {
  border-radius: 8px;
}

table th {
  background-color: #198754 !important;
  color: #fff !important;
  text-align: center;
  vertical-align: middle;
}

table td {
  vertical-align: middle;
}

footer {
  margin-top: 40px;
  color: #777;
}

.alert {
  border-radius: 10px;
}

img.rounded {
  border: 2px solid #ccc;
  border-radius: 8px;
}

a:hover {
  opacity: 0.85;
  transition: 0.2s;
}
