/* line 6, /app/app/assets/stylesheets/general/dashboard.scss */
.dashboard-metric-container {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  width: 100%;
  gap: 25px;
  margin-bottom: 25px; }
  /* line 14, /app/app/assets/stylesheets/general/dashboard.scss */
  .dashboard-metric-container .metric-container {
    width: 25%;
    height: 111px; }
    /* line 18, /app/app/assets/stylesheets/general/dashboard.scss */
    .dashboard-metric-container .metric-container .card {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 100%;
      margin: 0; }
    /* line 28, /app/app/assets/stylesheets/general/dashboard.scss */
    .dashboard-metric-container .metric-container .metric-value {
      font-size: 3rem;
      font-weight: bold; }
    /* line 33, /app/app/assets/stylesheets/general/dashboard.scss */
    .dashboard-metric-container .metric-container .metric-name {
      font-size: 1rem;
      font-weight: bold; }
