body {
  background: #f5f7fb;
  font-size: .9rem;
}
.module-card {
  cursor: pointer;
  transition: transform .15s, box-shadow .15s;
  border-radius: .75rem;
}
.module-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.1);
}
.module-card .card-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 1.5rem 1rem;
}
.module-card .bi {
  font-size: 2rem;
  margin-bottom: .5rem;
  color: var(--bs-primary);
}
.table th {
  white-space: nowrap;
}
.pagination-info {
  font-size: .85rem;
  color: #6c757d;
}
.clickable-row {
  cursor: pointer;
}
.clickable-row:hover {
  background-color: rgba(13,110,253,.04);
}
.form-label {
  font-weight: 500;
  font-size: .85rem;
  margin-bottom: .25rem;
}
.login-card {
  max-width: 400px;
  border-radius: 1rem;
}
.alert-fixed {
  position: fixed;
  top: 1rem;
  right: 1rem;
  z-index: 9999;
  min-width: 300px;
}
