.evol01-topbar {
  position: sticky;
  top: 0;
  z-index: 1020;
}

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

.evol01-card-hover:hover {
  transform: translateY(-2px);
  box-shadow: 0 .75rem 1.5rem rgba(0, 0, 0, .08) !important;
}

.evol01-muted-box {
  border: 1px dashed rgba(0, 0, 0, .15);
  background: rgba(0, 0, 0, .02);
  border-radius: 1rem;
  padding: 1.5rem;
}

.evol01-kpi {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.1;
}
