.new-avatar-list {
  display: flex;
  flex-wrap: wrap;

  img {
    height: 18px;
    width: 18px;
    margin-right: 2px;
    cursor: unset;
  }

  div {
    width: 18px;
    height: 18px;
    border: 2px solid #FF1659;
    color: #FF1659;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
  }
}
