.user-avatar-container {
    position: relative;
    width: 2.3333333333rem;
}
.user-avatar-container .user-avatar.bgColor {
    background-color: #f1f1f1;
    color: #000;
}
.user-avatar-container .user-avatar {
    position: relative;
    width: 2.3333333333rem;
    height: 2.3333333333rem;
    border-radius: 50%;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
}
.user-avatar-container .user-avatar.bgColor span {
    background-color: #f1f1f1;
}
.user-avatar-container .user-avatar span {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 1.0333333333rem;
    line-height: 2.3333333333rem;
    z-index: 1;
}
