.round-avatar {
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 15px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}

.round-avatar_rtl {
    margin-right: 0px;
    margin-left: 15px;
}

.round-avatar img {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 100%;
    margin: 0 !important;
}

.round-avatar_size_100 {
    width: 100px;
    height: 100px;
    font-size: 25px;
    line-height: 98px;
}

.round-avatar_size_s {
    width: 32px;
    height: 32px;
    font-size: 13px;
    line-height: 33px;
}

.round-avatar_size_m {
    width: 40px;
    height: 40px;
    font-size: 15px;
    line-height: 38px;
}

.round-avatar_size_l,
.round-avatar_size_50 {
    width: 50px;
    height: 50px;
    font-size: 17px;
    line-height: 48px;
}

.round-avatar_size_l img {
    width: 50px;
    height: 50px;
}

.round-avatar_size_xl {
    width: 80px;
    height: 80px;
    font-size: 20px;
    line-height: 80px;
}

.round-avatar_size_xl.is-center-avatar{
    line-height: 62px;
}

.round-avatar_size_xxl {
    width: 200px;
    height: 200px;
    font-size: 40px;
    line-height: 198px;
}

.round-avatar_size_xxxl {
    width: 250px;
    height: 250px;
    font-size: 45px;
    line-height: 248px;
}

.round-avatar_view_animated {
    background-position: 50% 0;
    -webkit-background-size: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
}

/*color avatar */

.round-avatar_bg-e34034 {
    background-color: #e34034;
}

.round-avatar_bg-8d76be {
    background-color: #8d76be;
}

.round-avatar_bg-00ad9e {
    background-color: #00ad9e;
}

.round-avatar_bg-f65a41 {
    background-color: #f65a41;
}

.round-avatar_bg-f2ad29 {
    background-color: #f2ad29;
}

.round-avatar_bg-f28929 {
    background-color: #f28929;
}

.round-avatar_bg-00a1c6 {
    background-color: #00a1c6;
}

.round-avatar_bg-79c257 {
    background-color: #79c257;
}

.round-avatar_bg-2879e9 {
    background-color: #2879e9;
}

.round-avatar_bg-6754cc {
    background-color: #6754cc;
}

.round-avatar_bg-1caaec {
    background-color: #1caaec;
}

.round-avatar_bg-9eb6c6 {
    background-color: #9eb6c6;
}