.group-participants-box {
  width: 164px;
  height: 40px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 8px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);

  .group-total {
    width: 46px;
    height: 24px;
    background: #FF1659;
    font-size: 12px;
    font-family: var(--light-font, SFProText-Medium, SFProText);
    font-weight: 400;
    color: #F7F7F7;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 2px;
  }
}
