.customer-avatars .stat-icon {
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: color-mix(in srgb, var(--accent-color), transparent 16%);
  border-radius: 50px;
  transition: 0.3s;
}

.customers-badge .stat-icon .bi-journal-text {
  color: #fff;
}

.text-medium {
  font-size: 1.125rem;
}

.text-muted-custom {
  color: color-mix(in srgb, var(--default-color), transparent 20%);
}

.process-box {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

