#editModal {
  transition: all .25s;
  box-shadow: 0 6px 24px #0004;
}

.dashboard-grid {
  margin: 0 0 32px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  justify-content: flex-start;
}

.dash-card {
  background: #fff;
  border-radius: 13px;
  box-shadow: 0 2px 16px #212f6b26;
  padding: 18px 24px;
  min-width: 190px;
  text-align: center;
  flex: 1 1 190px;
}

.dash-card h3 {
  margin: 0 0 7px 0;
  color: #212f6b;
  font-size: 1.1em;
}

.dash-val {
  font-size: 2.1em;
  color: #ffd600;
  font-weight: bold;
  margin-top: 8px;
  margin-bottom: 0;
}
