#stats-hidden{
    display: none;
}
.stat-item{
    margin-bottom: 5px;
}
.home-sticky-side{
    position: sticky;
    top: 60px;
}
.stat-item i{
    font-size: 18px;
}

.wrapper-filter-members{
    margin-bottom: 30px;
}
.wrapper-stats {
    background: #fff;
    border: 1px solid rgba(255, 255, 255, 0.60);
    padding: 15px;
    margin-bottom: 30px;
}

.member-image {
    width: 40px;
}

.member-image img {
    width: 100%;
    border-radius: 50%;
    border: 1px solid #f2f2f2;
}

li.wrap-member {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e1e3e3;
}

li.wrap-member.last {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.member-action {
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    height: 30px;
    padding: 5px 30px;
    color: #fff;
    background: #0170c0;
    border: 1px solid #0170c0;
    border-radius: 50px;
    cursor: pointer;
}

.member-brief {
    width: calc(100% - 125px);
    display: flex;
    flex-direction: column;
    line-height: 1.5;
}

.member-brief span.member-name {
    margin-bottom: 0px;
    font-size: 13px;
    color: #333;
}
.member-brief span.member-status {
    margin-bottom: 0px;
    font-size: 12px;
    color: #635f5f;
}

.wrapper-follows-members {
    background: #fff;
    margin-bottom: 30px;
    border: none !important;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) !important;
    border-radius: 4px !important;
    margin-top: 5px;
}

.wrap-follows-members {
    /* padding: 20px; */
}

.header-follows-members {
    padding-top: 0px;
    position: relative;
    /* border-bottom: 1px solid #e1e3e3; */
}

li.wrap-member:last-child {
    margin: 0;
    border: 0;
}

.content-follows-members {
    padding: 20px;
}

.header-follows-members ul {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    border-bottom: 1px solid #fff;
}

.header-follows-members ul li {
    padding: 0;
    /*margin-right: 15px;*/
    line-height: 25px;
}

.header-follows-members ul li:nth-child(2) {
    border-left: 0;
    border-right: 0;
}

.header-follows-members ul:before {
    position: absolute;
    width: 20px;
    left: 0;
    height: 1px;
    background: #e1e3e3;
    bottom: 0;
}

.header-follows-members ul:after {
    position: absolute;
    width: 50px;
    right: 0;
    height: 1px;
    background: #e1e3e3;
    bottom: 0;
}

.member-action span {
    padding-left: 3px;
    font-size: 12px;
}

.header-follows-members ul li {
    font-size: 13px;
    font-weight: 400;
    border-bottom: 2px solid #fff;
}
.header-follows-members .nav-tabs .nav-link:hover,
.header-follows-members .nav-tabs .nav-link.active, .header-follows-members .nav-tabs .nav-item.show .nav-link,
.header-follows-members ul li a.active {
    border-color: rgba(255, 255, 255, 0);
    border-bottom: 2px solid #0170c0;
}
.description-unit-skill-text {
    background: #ffffff;
    display: flex;
    justify-content: center;
    min-height: 265px;
    padding: 25px 32px 0;
    margin-bottom: 30px;
}
.description-content {
    display: block;
    padding-bottom: 15px;
}
.description-unit-skills {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.47em;
    margin-bottom: 5px;
    text-align: center;
}
.description-unit-sub-text {
    font-weight: 400;
    line-height: 1.5em;
    text-align: justify;
}
.description-unit-skills p {
    max-width: 80px;
    margin: 0 auto;
}
.wrap-stats ul.stats-inner li:before {
    position: absolute;
    content: '';
    height: 40px;
    width: 2px;
    background: #0070c0;
    /*     left: 0; */
    top: 50%;
    transform: translateY(-50%);
}

.wrap-stats ul.stats-inner li:nth-child(2n+1):before{
    left: 0 !important;
}

.wrap-stats ul.stats-inner li:nth-child(2n+2):before{
    right: 0 !important;
}
.wrap-stats ul.stats-inner li span.stats-value {
    font-size: 14px;
}

.member-sticky{
    position: sticky;
    z-index: 20;
    top: 55px;
}

.filter-members-title h2 {
    font-size: 16px;
    margin: 0 0 10px;
    font-weight: 500;
    text-align: center;
}

ul.filter-members, .wrap-loader-specialities-en-vue {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.wrap-loader-specialities-en-vue>.filter-member-item {
    margin-bottom: 8px;
    margin-right: 8px;
}

ul.filter-members li.filter-member-item {
    padding: 8px 15px;
    background: #fff;
    margin-bottom: 8px;
    margin-right: 8px;
    color: #00000099;
    font-weight: 500;
    border: none !important;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) !important;
    border-radius: 4px !important;
    margin-top: 5px;
}

ul.filter-members li.filter-member-item:hover{
    cursor: pointer;
    color:#0070c0;
}
