﻿.stats {
    position: relative;
    z-index: 10;
    /*    bottom: 30px;
    left: 30px;*/
    text-align: left;
    margin-top: 90px;
}
    .stats > div {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin-top: 15px;
    }
    .stats .item {
/*        width: 100%;*/
        min-width: 180px;
/*        max-width: 270px;*/
    }

.profile-badge, .stats .title, .user-menu .user-menu-inner > svg {
    color: #fff;
}

.stats .title {
    font-size: 14px;
/*    margin-bottom: 10px;*/
}
.stats strong {
    font-weight: 600;
}

.profile-badge {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 14px;
}
    .profile-badge.multiple > div:not(.user-info), .result-list .profile-badge.multiple > div:not(.user-info) {
        padding-right: 20px;
    }

    .profile-badge > div:not(.user-info) {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        min-width: 40px;
    }

.stats picture:nth-child(1) {
    z-index: 9;
}
.stats picture:nth-child(2) {
    z-index: 8;
}
.stats picture:nth-child(3) {
    z-index: 7;
}
.stats picture:nth-child(4) {
    z-index: 6;
}
.stats picture:nth-child(5) {
    z-index: 5;
}
.stats picture:nth-child(6) {
    z-index: 4;
}
.stats picture:nth-child(7) {
    z-index: 3;
}
.stats picture:nth-child(8) {
    z-index: 2;
}

.profile-badge picture {
    margin-right: -20px;
}

.stats picture {
    width: 40px;
    min-width: 40px;
    height: 40px;
    border-radius: 50%;
    display: block;
    overflow: hidden;
    border: 2px solid #fff;
    box-shadow: 0 2px 4px 0 rgba(1, 33, 88, 0.3);
    transition: all 0.2s;
    position: relative;
    background: #fff;
}

    .stats picture > * {
        width: 100%;
        height: 100%;
        object-fit: cover;
        margin: 0;
    }

.lazyloaded {
    opacity: 1;
    transition: opacity 300ms;
}

.profile-badge .user-info {
    margin-left: 8px;
    line-height: 1rem;
}

    .profile-badge .user-info strong, .result-list .user-info strong {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        display: block;
        max-width: 140px;
    }

.profile-badge strong {
    display: block;
    margin-bottom: 3px;
}
.profile-badge span {
    opacity: 0.8;
}

.stats .item:not(:last-child) {
    margin-right: 40px;
}