.mini-stat {
  transition: 250ms box-shadow;
  cursor: pointer;
}

.mini-stat:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.4);
}

.card-home-disabled {
	cursor: not-allowed;
}

.c-white {
    color: white;
}