.ml-avatar {
  position: relative;
  color: #ffffff;
  border-radius: 5px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primary-color-6);
  box-shadow: 0 0 2px 0 var(--info-color-6);
  &-text {
    white-space: nowrap;
  }
}
.ml-avatar-circle {
  border-radius: 50%;
}
