.dashboard-card-pro {
  background-color: #fff;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s, box-shadow 0.3s;
}

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

.dashboard-card-pro:hover .card-overlay {
  background: rgba(255, 255, 255, 0.1);
}

.card-content {
  position: relative;
  z-index: 2;
  text-align: left;
}

.card-icon i {
  font-size: 28px;
  margin-bottom: 10px;
  color: #495057;
}

.card-content h4 {
  font-size: 24px;
  font-weight: 600;
  margin: 0;
}

.card-content p {
  margin: 0;
  font-size: 14px;
  color: black;
  font-weight: 700;
}

.dashboard-card-pro .card1 .card-content small {
  display: block;
  margin-top: 5px;
  font-size: 12px;
  color: #adb5bd;
}

.card-footer {
  width: 100%;
  padding: 10px 20px;
  color: #fff;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  border-radius: 0 0 12px 12px;
}

/* Unique footer colors for each card */
.footer-0 {
  background-color: #28a745;
}

/* green */
.footer-1 {
  background-color: #17a2b8;
}

/* cyan */
.footer-2 {
  background-color: #dc3545;
}

/* red */
.footer-3 {
  background-color: #ffc107;
}

/* yellow */
.footer-4 {
  background-color: #6f42c1;
}

/* purple */
.footer-5 {
  background-color: #fd7e14;
}

/* orange */
.footer-6 {
  background-color: #20c997;
}

/* teal */
.footer-7 {
  background-color: #007bff;
}

/* blue *//*# sourceMappingURL=statsDesign4.css.map */