/* ==============================
   TABLEAU DE BORD ADMIN BMC
   ============================== */

.hover-card {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.hover-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.card-body .icon i {
  background: rgba(0, 149, 67, 0.1);
  border-radius: 50%;
  padding: 10px 15px;
}

h1, h5 {
  letter-spacing: 0.3px;
}
