.empty-state {
  min-height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.empty-icon {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f1f3f5;
  font-size: 42px;
  color: #6c757d;
}
