body {
  font-size: 0.9rem;
  background-color: #f5f6fa;
}

.navbar-brand {
  font-weight: 600;
}

.table-sm td,
.table-sm th {
  padding: 0.35rem 0.5rem;
}

.card-dashboard {
  cursor: pointer;
  transition: transform 0.1s ease-in-out, box-shadow 0.1s ease-in-out;
}

.card-dashboard:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0,0,0,0.12);
}

