.leaderboard {
    position: relative;
    overflow: auto;
    width: 100%;
    font-family: var(--font-body);
    color: var(--color-text-primary);
    float: left;
    overflow-x: hidden !important;
    min-height: 100%;
}

.leaderboard__container {
    padding-left: var(--padding-lateral);
    padding-right: var(--padding-lateral);
}

.leaderboard__title {
    padding-top: 49px;
    margin-bottom: 2vh;
}

.lb-filter__box {
    display: flex;
    margin-bottom: 10px;
}

.lb-filter__box select {
    margin-top: 1px;
    margin-left: 10px;
    margin-right: 30px;
    line-height: 23px;
    color: var(--color-text-primary);
    font-size: 13px;
    height: 23px;
    border: 0;
    padding-left: 10px;
    padding-right: 18px;
    font-family: var(--font-body);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../../../../themes/simple/images/select_arrow.png) var(--color-background-light) no-repeat;
    background-position: right center;
    cursor: pointer;
    border-radius: 5px
}

.lb-filter__box input {
    margin-top: 1px;
    margin-left: 10px;
    background-color: var(--color-background-light);
    line-height: 23px;
    color: var(--color-text-primary);
    font-size: 13px;
    height: 23px;
    border: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-family: var(--font-body);
    border-radius: 5px
}

.lb-filter__btn-clear {
    background: url(../../../../themes/simple/images/removeFilters.png) no-repeat;
    width: 25px;
    height: 25px;
    cursor: pointer;
    float: left;
    margin-left: 40px
}

.lb-filter__btn-confirm {
    background: url(../../../../themes/simple/images/2026/LINK_ICON.png) no-repeat;
    background-size: 25px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    float: left;
    margin-left: 20px
}

.leaderboard__warning {
    display: flex;
    align-items: center;
    padding-left: var(--padding-lateral);
    font-size: 18px;
    margin-bottom: 20px;
}

.leaderboard__warning-icon {
    background: url('../../../../themes/simple/images/warning-student.png')center no-repeat;
    width: 35px;
    height: 35px;
    margin-right: 10px;
}

/* Tabs */
.leaderboard__tabs {
    width: 100%;
}

.leaderboard__tabs ul {
    border-bottom: 5px solid var(--color-primary);
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
}

.leaderboard__tabs li {
    float: left;
    height: var(--padding-lateral);
}

.leaderboard__tabs li a {
    font-family: var(--font-family-regular);
    text-transform: uppercase;
    font-size: 14px;
    color: var(--color-text-primary);
    background-color: var(--color-background-light);
    text-decoration: none;
    float: left;
    padding: 10px 15px 6px
}

.leaderboard__tabs li a.leaderboard__tab-link--active {
    color: var(--color-background-light) !important;
    background-color: var(--color-primary) !important;
    font-size: 18px;
}

.leaderboard__tabs li a:not(.leaderboard__selected):hover {
    background: var(--color-primary);
    color: var(--color-background-light);
}

.leaderboard__summary {
    display: flex;
    height: 48px;
    width: 100%;
}

.leaderboard__summary .span {
    color: var(--color-text-muted);
}

.leaderboard__summary div:nth-of-type(1) {
    flex-grow: 9;
    flex-basis: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.leaderboard__summary div:nth-of-type(2),
.leaderboard__summary div:nth-of-type(3),
.leaderboard__summary div:nth-of-type(4),
.leaderboard__summary div:nth-of-type(5),
.leaderboard__summary div:nth-of-type(6),
.leaderboard__summary div:nth-of-type(7) {
    font-size: 11px;
    text-transform: uppercase;
    flex-direction: column;
    justify-content: center;
    color: var(--color-text-primary);
    font-weight: var(--weight-body-bold);
}

.leaderboard__summary div:nth-of-type(2) {
    flex-grow: 2;
    flex-basis: 0;
    display: flex;
}

.leaderboard__summary div:nth-of-type(3) {
    flex-grow: 1.5;
    flex-basis: 0;
    display: flex;
}

.leaderboard__summary div:nth-of-type(4) {
    flex-grow: 1;
    flex-basis: 0;
    flex-wrap: wrap;
    display: flex;
    align-items: center;
}

.leaderboard__summary div:nth-of-type(5) {
    flex-grow: 1;
    flex-basis: 0;
    align-items: center;
    flex-wrap: wrap;
    display: flex;
}

.leaderboard__summary div:nth-of-type(6) {
    flex-grow: 1.5;
    flex-basis: 0;
    flex-wrap: wrap;
    display: flex;
    align-items: center;
}

.leaderboard__summary div:nth-of-type(7) {
    flex-grow: 1.5;
    flex-basis: 0;
    margin-left: 20px;
    display: flex;
}

.leaderboard__summary span {
    line-height: 48px;
    color: var(--color-text-primary);
}

.leaderboard__summary span.show {
    margin-right: 15px
}

.leaderboard__summary input {
    vertical-align: middle;
    height: 27px;
}

.leaderboard__summary-input {
    width: 57px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    text-align: left;
    vertical-align: middle;
    line-height: 26px;
    color: var(--color-text-primary);
    font-size: 20px;
    height: 27px;
    border: 0;
    padding-left: 5px;
    font-family: var(--font-body);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.leaderboard__summary-input::-webkit-outer-spin-button,
.leaderboard__summary-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.leaderboard__row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-bottom: 2px;
    height: 48px;
}

.leaderboard__row {
    background: var(--color-background-light);
}

.leaderboard__row:nth-child(odd) {
    background: var(--color-background-darker);
}

.leaderboard__row.leaderboard__row--current {
    background: var(--color-background-light-gold);
}

.leaderboard__row .leaderboard__photo {
    flex-grow: 1;
    flex-basis: 0;
    font-size: 10px;
}

.leaderboard__row .leaderboard__info {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    flex-grow: 7;
    flex-basis: 0;
    font-size: 10px;
}

.leaderboard__row .leaderboard__rating {
    flex-grow: 2;
    flex-basis: 0;
    background: transparent 12px 16px url(../../../../themes/simple/images/2026/RATING.png) no-repeat;
    background-size: 15px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.leaderboard__row--current .leaderboard__rating-value {
    font-size: 18px;
    line-height: 18px;
    margin: 0 0 0 35px;
}

p.leaderboard__rating-value {
    font-size: 18px;
    margin-bottom: 0 !important;
}

.leaderboard__rating-value {
    float: left;
    font-weight: bold;
    margin-left: 35px;
}

.ratingPosition1 {
    color: var(--color-primary);
}

.ratingPosition2 {
    color: var(--color-secondary);
}

.ratingPosition3 {
    color: var(--color-tertiary);
}

.leaderboard__row .leaderboard__stars {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-grow: 1.5;
    flex-basis: 0;
    background: transparent 10px 17px url('../../../../themes/simple/images/2026/STARS.png') no-repeat;
    background-size: 15px;
    font-size: 10px;
}

.leaderboard__stars p {
    font-size: 18px;
    margin: 0 0 0 35px;
}

.leaderboard__row .leaderboard__trend {
    flex-grow: 1;
    flex-basis: 0;
    font-size: 10px;
    align-self: center;
    width: 28px
}

.leaderboard__row .leaderboard__trend--month {
    flex-grow: 1;
    flex-basis: 0;
    align-self: center;
}

.leaderboard__row .leaderboard__trend--three-month {
    flex-grow: 1.5;
    flex-basis: 0;
    align-self: center;
}

.imgTrend {
    width: 100%;
    height: 17px
}

.best .imgTrend {
    background: transparent url("../../../../themes/simple/images/bestTrend.png") no-repeat center center
}

.same .imgTrend {
    background: transparent url("../../../../themes/simple/images/sameTrend.png") no-repeat center center
}

.worse .imgTrend {
    background: transparent url("../../../../themes/simple/images/worseTrend.png") no-repeat center center
}

.leaderboard__row .leaderboard__grade {
    flex-grow: 1.5;
    flex-basis: 0;
    color: var(--color-background-light);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    margin-left: 20px;
}

.leaderboard__position {
    background: var(--color-text-muted);
}

.leaderboard__row--current .leaderboard__position {
    background: var(--color-primary);
}

.leaderboard__list .leaderboard__position,
.leaderboard__student-list .leaderboard__position,
.leaderboard__row--current .leaderboard__position {
    flex-grow: 1;
    flex-basis: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    font-weight: bolder;
    color: var(--color-background-light);
}

.leaderboard__photo {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.leaderboard__photo-img {
    width: 3.5vh;
    height: 3.5vh;
    border-radius: 50%;
    border: 1px solid var(--color-border);
    object-fit: cover;
}

.leaderboard__list .leaderboard__photo,
.leaderboard__student-list .leaderboard__photo {
    flex-grow: 1;
    flex-basis: 0;
    font-size: 10px;
}

.leaderboard__grade {
    background: var(--color-text-muted);
}

.row1 .leaderboard__position {
    background: var(--color-secondary);
}

.row1 .leaderboard__grade {
    background: var(--color-secondary);
}

.row2 .leaderboard__position {
    background: var(--color-primary);
}

.row2 .leaderboard__grade {
    background: var(--color-primary);
}

.row3 .leaderboard__position {
    background: var(--color-tertiary);
}

.row3 .leaderboard__grade {
    background: var(--color-tertiary);
}

.leaderboard__dotted {
    height: 48px;
    width: 100%;
    display: flex;
    padding-top: 10px;
}

.leaderboard__dotted-icon {
    flex-grow: 1;
    flex-basis: 0;
    overflow: hidden;
    background: transparent url('../../../../themes/simple/images/dottedLeaderBoard.png') repeat-x;
}

.leaderboard__dotted-fill {
    flex-grow: 17;
    flex-basis: 0;
}

.leaderboard__name {
    font-family: var(--font-family-medium);
    color: var(--color-text-primary);
    margin: 0;
}

.leaderboard__company {
    font-family: var(--font-family-regular);
    margin: 0;
    float: left;
}

.leaderboard-config__option-link {
    color: var(--color-primary);
    text-decoration: none;
    cursor: pointer;
}

.leaderboard-config__option-link:hover {
    text-decoration: underline;
}

.leaderboard-config__option-hint {
    font-size: var(--font-size-sm);
    color: var(--color-text-secondary);
}

.leaderboard-config__option-input {
    accent-color: var(--color-primary);
}

.leaderboard-config__intro {
    font-family: var(--font-body);
    color: var(--color-text-primary);
}

.leaderboard-config__preview-text {
    font-family: var(--font-body);
    color: var(--color-text-primary);
}

.leaderboard__show-more {
    margin-top: 50px;
    width: 220px;
    height: 50px;
    text-transform: uppercase;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
}

.leaderboard__show-more p {
    font-family: var(--font-body);
    color: var(--color-primary);
    font-size: 16px;
    cursor: pointer;
    display: inline-block;
    padding: 10px;
    margin: 0;
}

.leaderboard__show-more-icon {
    width: 40px;
    height: 40px;
    background: transparent url('../../../../themes/simple/images/2026/FULL_ARROW_DOWN.png') center center no-repeat;
    background-size: 15px;
}

.leaderboard__header-mobile {
    display: none;
}

.leaderboard-config__settings {
    position: relative;
    overflow: hidden;
    padding-top: 15px;
}

.leaderboard-config__settings>p {
    margin-bottom: 40px;
}

.leaderboard-config__settings input[type="checkbox"] {
    accent-color: var(--color-primary);
    height: 20px;
    width: 20px;
    margin-right: 6px;
    position: relative;
    top: -2px
}

.leaderboard-config__settings~p {
    margin-bottom: 30px;
    padding-left: var(--padding-lateral);
}

.leaderboard-config__paragraph p {
    font-size: 15px;
    color: var(--color-text-secondary);
    font-family: var(--font-body)
}

.leaderboard-config__field {
    float: left;
    margin-right: 70px;
    clear: both;
    margin-bottom: 45px;
}

.leaderboard-config__field-label {
    color: var(--color-text-secondary);
    float: left;
    margin-top: 3px;
    margin-right: 10px;
}

.leaderboard-config__field-options {
    display: inline-block;
}

.leaderboard-config__field-options label {
    font-size: 17px;
    color: var(--color-text-primary);
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 10px;
    width: 100%;
}

.leaderboard-config__field-options .leaderboard-config__option input {
    width: 20px;
    height: 20px;
    margin-right: 3px;
    cursor: pointer;
}

.leaderboard-config__field-options .leaderboard-config__option span {
    padding-left: 20px;
}

.leaderboard-config__field-options .leaderboard-config__option a {
    color: var(--color-primary);
}

.leaderboard-config__preview--confirm {
    margin-top: 35px;
}

@media screen and (max-width:860px) {
    .leaderboard__header-mobile {
        display: flex;
        min-height: 50px;
        text-align: center;
        line-height: 50px;
        padding: 0 0 10px 0;
        justify-content: flex-start;
        margin-top: 0;
        margin-bottom: 24px;
    }

    .leaderboard__mini-dash {
        height: 100%;
    }

    .leaderboard__mini-dash-list {
        margin: 20px 15px;
        padding: 20px 30px;
    }

    .leaderboard__mini-dash-list li {
        width: 100%;
        height: 21px;
        margin-bottom: 15px;
        padding-left: 20px;
        background: transparent url(../../../../themes/simple/images/arrow-question-black.png) no-repeat left center;
    }

    .leaderboard__mini-dash-list li:first-child {
        background: none;
        margin-left: -25px;
        margin-bottom: 45px;
    }

    .leaderboard__mini-dash-list li:last-child {
        margin-bottom: 0;
    }

    .leaderboard__mini-dash-list li div {
        width: 100%;
        height: 30px;
        margin-bottom: 15px;
        padding-left: 45px;
        background: transparent url(../../../../themes/simple/images/2026/RATING.png) no-repeat left center;
        background-size: 10px;
        color: var(--color-primary);
        line-height: 30px;
    }

    .leaderboard__mini-dash-list li a {
        background-color: transparent !important;
        font-family: 'robotolight';
        font-size: 15px;
        color: var(--color-text-dark);
        line-height: 21px;
        font-weight: bold;
    }

    .lb-filter__box {
        flex-direction: column;
        padding-left: 10px;
        padding-right: 10px;
        margin-top: 10px;
    }

    .lb-filter__box select {
        margin: 0px 0px 10px 0px;
    }

    .lb-filter__box input {
        margin: 0px 0px 10px 0px;
    }

    .lb-filter__btn-clear {
        margin-left: 0px;
        margin-bottom: 10px;
    }

    .lb-filter__btn-confirm {
        margin-left: 10px;
        margin-bottom: 10px;
    }

    .leaderboard__tabs ul {
        display: none;
    }

    .leaderboard__tabs {
        display: none;
    }

    .leaderboard__row {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        height: 90px;
    }

    .leaderboard__row .leaderboard__position,
    .leaderboard__row--current .leaderboard__position {
        flex-grow: 1;
        flex-basis: 16%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        font-size: 30px;
        font-weight: bolder;
        color: var(--color-background-light);
    }

    .leaderboard__photo {
        order: 9;
        align-items: center;
        height: 40px;
    }

    .leaderboard__photo-img {
        width: 5vh;
        height: 5vh;
    }

    .leaderboard__row .leaderboard__photo {
        flex-grow: 1;
        flex-basis: 16%;
        font-size: 10px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        background: var(--color-background-light);
        height: 47px;
    }

    .leaderboard__info {
        order: 10;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
    }

    .leaderboard__row .leaderboard__info {
        flex-grow: 7;
        flex-basis: 73%;
        font-size: 10px;
        background: var(--color-background-light);
    }

    .leaderboard__row .leaderboard__rating {
        flex-grow: 2;
        flex-basis: 15%;
    }

    .leaderboard__row .leaderboard__stars {
        flex-grow: 1.5;
        flex-basis: 15%;
        background: transparent 12px 14px url(../../../../themes/simple/images/2026/STARS.png) no-repeat;
        font-size: 10px;
    }

    .leaderboard__stars {
        float: left;
        font-family: 'robotomedium';
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
    }

    .leaderboard__stars p {
        margin-left: 35px;
    }

    .leaderboard__row .leaderboard__trend {
        flex-grow: 1;
        flex-basis: 6%;
        font-size: 10px;
        align-self: center;
    }

    .leaderboard__row .leaderboard__trend--month {
        flex-grow: 1;
        flex-basis: 6%;
        font-size: 10px;
        align-self: center;
    }

    .leaderboard__row .leaderboard__trend--three-month {
        flex-grow: 1;
        flex-basis: 6%;
        font-size: 10px;
        align-self: center;
    }

    .leaderboard__row .leaderboard__grade {
        flex-grow: 1.5;
        flex-basis: 20%;
        color: var(--color-background-light);
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        font-size: 30px;
        margin-left: 2%;
    }

    .leaderboard-config__settings {
        padding: 0 20px;
    }

    .leaderboard-config__settings .leaderboard-config__field {
        width: 100%;
        margin-right: 0px;
    }

    .leaderboard-config__settings .leaderboard-config__field .leaderboard-config__field-label {
        width: 38px;
    }

    .leaderboard-config__paragraph {
        padding: 0 20px;
        font-family: 'robotolight';
        color: #444343;
        font-size: 15px;
        line-height: 48px;
        text-align: center;
    }

    .leaderboard-config__field-options .leaderboard-config__option span{
        padding-left: 10px;
    }

    .leaderboard-config__preview--confirm {
        margin: 80px 30px 0px auto;
        text-align: center;
    }
}
