.avCircle {
  display: inline-block;
  flex-shrink: 0;
  position: relative;
  vertical-align: middle;
  border-radius: 10000px;
  font-weight: 600;
  font-size: 14px;
  width: 32px;
  height: 32px;
}

.avColorBackground {
  background-color: #e6e6e6;
}

.avColorText {
  color: #616161;
}

.avTextSize14 {
  font-size: 14px; /* ou 20px */
}

.avTextSize20 {
  font-size: 20px; /* ou 20px */
}

.avBoxContent {
  position: absolute;
  box-sizing: border-box;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  line-height: 1;
  border: 1px solid transparent;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
  user-select: none;
  border-radius: inherit;
}

.avFlex span {
  display: flex;
}

.avBadgeColor {
  color: #13a10e;
}

.fqa5hgp {
color: #13a10e;
}
.avBadgeShadow {
    box-shadow: 0 0 0 var(--strokeWidthThin) var(--colorNeutralBackground1);
}
.avRight0 {
    right: 0px;
}

.avBottom0 {
    bottom: 0px;
}
.avPosAbsolute {
    position: absolute;
}

.r11sysef {
    padding: 0px;
    display: inline-flex;
    box-sizing: border-box;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    border-radius: var(--borderRadiusCircular);
    background-color: var(--colorNeutralBackground1);
}