.sc-avatar {
  width: 40px;
  height: 40px;
  background: #F4F6FC;
  border: solid 1px var(--palette-text-primary);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 300;
  font-size: 18px;
  line-height: 1;
  letter-spacing: -1px;
}
.sc-avatar > i,
.sc-avatar > b
{
  font-size: 10px;
  margin-bottom: -6px;
}