.eff-leaderboard-wrap {
    width: 100%;
}
.eff-leaderboard-user-row {
	display: flex;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid #ECF2F2;
    gap: 4%;
}
.eff-user-profile {
	display: flex;
    align-items: center;
    gap: 2%;
    width: 36%;
}
.eff-user-profile .eff-current-icon {
	width: 15px;
    height: 13px;
    cursor: pointer;
    margin-left: 5px;
}
.eff-user-profile img {
	width: 50px;
}
.eff-user-average {
	width: 30%;
    display: flex;
    align-items: center;
}
.eff-user-average .eff-percentage {
	padding: 0 10px;
}
.wpe-straight-progress-container {
    width: 100%;
}
.wpe-straight-progress {
    width: 100%;
    height: 7px;
    background: rgba(50, 104, 103, 0.1);
    border-radius: 40px;
    position: relative;
}
.wpe-straight-progress-wrap {
    position: absolute;
    background: #4C7B7A;
    height: 100%;
    border-radius: 40px;
}
.eff-no-result-found {
    padding: 20px 0;
}