.leaderboard_section {
    background-color: var(--bgColor300);
}

.leaderboard_section .new_container {
    padding-top: 45px;
}

.leaderboard_section .h1 {
    position: relative;
    display: inline-block;
}

.uppercase {
    text-transform: uppercase;
}


.leaderboard_section .h1::after {
    position: absolute;
    right: -84px;
    bottom: -3px;
    content: "";
    background-image: url(../images_new/leaderboard/trophy.png);
    width: 80px;
    height: 80px;
    background-repeat: no-repeat;
    background-size: contain;
}

.banner_content .h1::after {
    bottom: -8px;
}

.leaderboard_section .tabs-container {
    padding-top: 0;
}

.leaderboard-content {
    width: 100%;
}

.leaderboard-content:empty {
    margin: 0;
}

.leaderboard-content .txt {
    max-width: 885px;
    margin-bottom: 40px;
    margin-top: -15px;
}

.leaderboard_wrap {
    padding: 50px 23px 30px;
    background-image: url('../images_new/leaderboard/leaderboard-bg.svg');
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 40px 70px 20px 20px;
    margin-bottom: 40px;
}

.users_dropdown {
    margin-left: auto;
    max-width: 205px;
}

.users_dropdown .dropdown-menu-new {
    min-width: 230px;
    top: 50px;
    box-shadow: 0px 15px 15px -1px #0000000A, 0px 5.7px 12px -1px #0000000D, 0px 2.6px 8px -1px #0000000F, 0px 0.9px 4px -1px #00000014;

}

.profile_row {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 45px;
}

.profile_card {
    position: relative;
    border-radius: 26px;
    padding: 28px 36px 44px;
    text-align: center;
    background-color: var(--white);
    max-width: 280px;
    width: 100%;
}

.profile_card img {
    width: 120px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    margin: 0 auto 10px;
}

.profile_card .loc {
    margin-bottom: 40px;
}

.profile_card .score {
    color: var(--primary);
    padding: 5px 10px;
    background-color: #FDE6D7;
    border-radius: 5px;
    font-weight: 500;
}

.profile_card.board::before {
    width: 80px;
    height: 80px;
    background-color: var(--primary);
    color: #FFC79F;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 48px;
    font-weight: 700;
    top: -40px;
    left: -40px;
    z-index: 1;
}

.profile_card.board::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='24' viewBox='0 0 36 24' fill='none'%3E%3Cpath d='M0.785156 23.0323V0.0117188H35.5837V23.0323L19.5228 16.608L0.785156 23.0323Z' fill='%23FFC79F'/%3E%3C/svg%3E");
    content: '';
    width: 34px;
    height: 24px;
    position: absolute;
    top: 36px;
    left: -18px;
    z-index: 0;
    background-repeat: no-repeat;
    background-size: contain;
}

.profile_card:nth-of-type(1) {
    margin-top: 130px;
}

.profile_card.board:nth-of-type(1)::before {
    content: '2';
}

.profile_card.board:nth-of-type(2)::before {
    content: '1';
}

.profile_card:nth-of-type(3) {
    margin-top: 230px;
}

.profile_card.board:nth-of-type(3)::before {
    content: '3';
}

.profile_card:hover {
    box-shadow: 0px 15px 15px -1px #0000000A, 0px 5.7px 12px -1px #0000000D, 0px 2.6px 8px -1px #0000000F, 0px 0.9px 4px -1px #00000014;
}

.profile_card .profile_card {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 999;
    padding: 20px 20px;
    width: 200px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.141);
    display: none;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.profile_card:hover .profile_card {
    display: block;
}

.leaderboard_row {
    margin-bottom: 80px;
}

.leaderboard_row .block {
    background-color: var(--white);
    border-radius: 28px;
    padding: 28px 30px;
    min-height: 100%;
}

.leaderboard_row .board {
    justify-content: flex-start;
}

.leaderboard_row .num {
    position: relative;
    margin-right: 50px;
    flex-shrink: 0;
}

.leaderboard_row .img_wrap {
    position: relative;
    margin-right: 40px;
    flex: 1;
}

.leaderboard_row .img_wrap>img {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    flex-shrink: 0;
    margin-right: 25px;
}

.leaderboard_row .score {
    position: relative;
    flex-shrink: 0;
    border-radius: 24px;
    background-color: #FFC79F66;
    color: var(--primary);
    font-weight: 500;
    display: flex;
    align-items: center;
    padding: 0 30px 0 50px;
    height: 44px;
}

.leaderboard_row .score::before {
    position: absolute;
    left: -10px;
    content: '';
    display: block;
    width: 45px;
    height: 45px;
    background-size: contain;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='45' height='46' viewBox='0 0 45 46' fill='none'%3E%3Crect x='0.5' y='0.75' width='44.5' height='44.5' rx='22.25' fill='%23F47920'/%3E%3Cpath d='M22.7493 8.16797L26.0796 18.4175H36.8567L28.1379 24.7521L31.4682 35.0017L22.7493 28.6671L14.0305 35.0017L17.3608 24.7521L8.64201 18.4175H19.4191L22.7493 8.16797Z' fill='white'/%3E%3C/svg%3E");
}

.leaderboard_row .board:not(:nth-last-of-type(1)) {
    margin-bottom: 40px;
}

.leaderboard_row .profile_card.sm {
    position: absolute;
    border: 1px solid #66666659;
    box-shadow: 0px 4px 8px 0px #0000000D;
    padding: 20px 36px;
    max-width: 214px;
    border-radius: 12px;
    display: none;
    z-index: 1;
    left: 70px;
    transition: .2s all cubic-bezier(0.165, 0.84, 0.44, 1);
}

.leaderboard_row .profile_card.sm img {
    width: 100px;
    height: 100px;
}

.leaderboard_row .img_wrap:hover .profile_card.sm {
    display: block;
}

.my_report h2 {
    margin-bottom: 40px;
}

.my_report .profile_card {
    margin: 0 auto;
    max-width: 100%;
}

.my_report .profile_card:hover {
    box-shadow: none;
}

.leaderboard_container.data-tab-2-active {
    max-width: 100%;
    padding: 0;
    margin: 0;
    width: 100%;
}

.leaderboard_container.data-tab-2-active .page_container {
    max-width: 1400px;
    margin: 40px auto 80px;
    padding: 0 20px;
}

.leaderboard_container .banner_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: var(--white);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 524px;
    background-image: url('../images_new/placeholder1920.jpg');
    position: static;
    transform: none;
    width: 100%;
}

.report_wrap .count {
    color: #fff;
}

.leaderboard_container .banner_content>p {
    max-width: 650px;
    text-align: center;
}

.page_container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.leaderboard_card {
    box-shadow: 0px 4px 8px 0px #0000000D;
    border-radius: 12px;
    padding: 25px 20px 20px;
    margin-bottom: 20px;
    color: #000;
    position: relative;
}

.leaderboard_card .flwBTN {
    position: absolute;
    left: 20px;
    top: 0;
    display: none;
}

.leaderboard_card:hover .flwBTN {
    display: block;
}

.leaderboard_card figure {
    position: relative;
    width: 148px;
    height: 148px;
    margin: 0 auto;
}

.leaderboard_card figure>img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}


.leaderboard_card figure .badge {
    position: absolute;
    background-color: var(--white);
    border-radius: 50%;
    border: 1px solid var(--primary);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: var(--primary);
    width: 75px;
    height: 76px;
    font-size: 14px;
    transform: rotate(-7deg);
    top: 0;
    right: -40px;
    z-index: 1;
}

.leaderboard_card figure .badge strong {
    font-weight: 700;
}

.leaderboard_card figure .badge sup {
    font-size: 13px;
    top: -6px;
    position: relative;
}

.leaderboard_card figure::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='37' height='26' viewBox='0 0 37 26' fill='none'%3E%3Cpath d='M3.10716 25.9981L0.791016 4.03906L33.9853 0.537871L36.3014 22.4969L20.3346 17.9847L3.10716 25.9981Z' fill='%23F47920'/%3E%3C/svg%3E");
    content: '';
    display: block;
    width: 37px;
    height: 26px;
    top: 70px;
    position: absolute;
    right: -25px;
    z-index: 0;
}

.leaderboard_card h3 {
    margin-top: 20px;
    margin-bottom: 3px;
}

.leaderboard_card .verified {
    padding-right: 20px;
    background-position: right center;
    display: flex;
    align-items: center;
    gap: 6px;
}

.leaderboard_card .verified span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.leaderboard_card .verified svg {
    width: 18px;
}

.leaderboard_card .desc {
    color: var(--gray200);
}

.leaderboard_card .desc>span {
    margin: 0 5px;
    display: inline-block;
}

.leaderboard_card:hover {
    box-shadow: 0px 0px 8px 4px #0000000D;
}

.report-modal .modal-body {
    padding: 40px 16px 40px 40px;
}

.leaderboard_row .num .bh {
    font-size: 32px;
    display: inline-block;
    position: relative;
    top: 10px;
}

@media screen and (max-width: 1280px) {
    .profile_card.board::before {
        width: 70px;
        height: 70px;
        top: -30px;
        left: -36px;
        font-size: 40px;
    }

    .leaderboard_row .img_wrap>img {
        width: 45px;
        height: 45px;
        margin-right: 14px;
    }

    .leaderboard_section .h1::after {
        right: -74px;
        bottom: 7px;
        width: 70px;
        height: 70px;
    }

    .banner_content .h1::after {
        bottom: -6px;
    }

    .profile_card .score {
        font-size: 14px;
    }

    .profile_card .loc {
        margin-bottom: 30px;
    }

    .profile_card img {
        width: 100px;
    }

    .users_dropdown {
        max-width: 190px;
    }
}

@media screen and (max-width: 1200px) {
    .leaderboard_section .h1::after {
        width: 60px;
        height: 60px;
        right: -65px;
    }

    .banner_content .h1::after {
        bottom: -3px;
    }

    .leaderboard-content .txt {
        margin-top: -5px;
    }

    .leaderboard_container .banner_content {
        min-height: 450px;
    }
}

@media screen and (max-width: 1100px) {
    .leaderboard_card .desc {
        font-size: 12px;
    }

    .leaderboard_row {
        flex-wrap: wrap;
    }

    .leaderboard_row>div {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .others_report {
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 1023px) {
    .activity_box {
        flex-wrap: wrap;
    }

    .leaderboard_card .desc {
        width: 100%;
        margin-bottom: 8px;
    }
}

@media screen and (max-width: 992px) {
    .leaderboard_section .h1::after {
        display: none;
    }

    .leaderboard_container .banner_content {
        min-height: 420px;
        padding: 30px;
    }

    .leaderboard_card {
        text-align: center;
    }

    .activity_box {
        justify-content: center;
    }

    .leaderboard_card .desc {
        margin-bottom: 10px;
    }

    .leaderboard_card figure {
        width: 125px;
        height: 125px;
    }

    .page_container {
        flex-direction: column;
        align-items: center;
    }

    .leaderboard_section .h1 {
        margin-bottom: 20px;
    }

    .leaderboard_container .banner_content>p {
        margin-bottom: 0;
    }

    .leaderboard-content .txt {
        text-align: center;
        margin: 0 auto 30px;
    }

    .profile_card {
        padding: 20px 20px 25px;
    }

    .leaderboard_container.data-tab-2-active .page_container {
        margin-bottom: 50px;
    }

    .leaderboard_row {
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 767px) {

    .profile_card.board::before {
        width: 50px;
        height: 50px;
        font-size: 30px;
        top: -10px;
        left: -25px;
    }

    .profile_row {
        flex-direction: column;
        align-items: center;
    }

    .profile_card:nth-of-type(1) {
        margin-top: 0;
        order: 1;
    }

    .profile_card:nth-of-type(2) {
        margin-top: 60px;
        order: 0;
    }

    .profile_card:nth-of-type(3) {
        margin-top: 0;
        order: 2;
    }

    .profile_card.board::after {
        width: 30px;
        left: -15px;
    }

    .leaderboard_row .score {
        padding: 0 24px 0 40px;
    }

    .leaderboard_row .score::before {
        width: 40px;
        height: 40px;
    }

    .leaderboard_wrap {
        position: relative;
        background-size: contain;
        border-radius: 0 0 20px 20px;
    }

    .leaderboard_wrap::before {
        background-color: #d5baf5;
        content: '';
        display: block;
        height: 90%;
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 0;
        border-radius: 0 0 20px 20px;
    }

}

@media screen and (max-width: 576px) {
    .leaderboard_card figure {
        width: 110px;
        height: 110px;
    }

    .leaderboard_container .banner_content {
        padding: 20px;
    }

    .leaderboard_row .block {
        padding: 20px;
    }

    .leaderboard_row .num {
        margin-right: 0;
        background-color: var(--primary);
        border-radius: 50%;
        color: var(--white);
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: -10px;
        left: 50%;
        transform: translateX(50%);
        z-index: 1;
    }

    .users_dropdown {
        margin: 0 auto;
    }

    .leaderboard_row .board {
        position: relative;
        flex-direction: column;
        align-items: center;
    }

    .leaderboard_row .board:not(:nth-last-of-type(1)) {
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid var(--lightBorder);
    }

    .leaderboard_row .img_wrap {
        flex-direction: column;
        align-items: center;
        margin-right: 0;
        margin-bottom: 10px;
        text-align: center;
    }

    .leaderboard_row .img_wrap>img {
        margin: 0 0 15px 0;
        width: 80px;
        height: 80px;
    }

    .leaderboard_row .score {
        margin-top: 10px;
        padding: 0 20px;
        height: 32px;
        border-radius: 16px;
    }

    .leaderboard_row .score::before {
        display: none;
    }

    .leaderboard_row .num .bh {
        font-size: 14px;
        top: 6px;
    }

    .leaderboard_row .num {
        font-size: 12px;
    }
}