#overview-view .activity .activity-avatar,
#overview-view .activity .activity-team-avatar {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

#overview-view .activity .activity-team-avatar { background: linear-gradient(135deg, #7558df, #9b7bea); }
#overview-view .activity .activity-avatar.lavender { background: #8e77ed; }
#overview-view .activity .activity-avatar.blue { background: #5b9df0; }
#overview-view .activity .activity-avatar.mint { background: #43bfa7; }
#overview-view .activity .activity-avatar.orange { background: #ca915d; }
#overview-view .activity .activity-avatar.rose { background: #e978a6; }
