.avatarOnline {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  width: 9px;
  height: 9px;
  background-color: #1ad67b;
  border: 1px solid var(--white);
  border-radius: 50%;
}
