.leaderboard-container {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.leaderboard-title {
    color: #2CC295;
    font-size: 6rem;
    font-weight: 700;
    margin-bottom: 10px;
    animation: fadeInTop 1s;
}

.leaderboard-subtitle {
    color: #6F7D7D;
    font-size: 2rem;
    margin-bottom: 2.5rem;
    font-weight: 400;
    animation: fadeInTop 1s;
}

.leaderboard-detail {
    color: #042222;
    font-size: 2.7rem;
    font-weight: 700;
    animation: fadeInTop 1s;
    margin-bottom: 0;
}

.top-player {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.profile-container {
    position: relative;
    margin-bottom: 2.188rem;
    animation: fadeInTop 2s;
}

.profile-img-wrapper {
    width: 100%;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.profile-img-inner {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.top1-img-wrapper {
    width: 15rem;
    height: 15rem;
    border: 6.17px solid #FFFFFF;
    box-shadow: 0px 0px 37.04px 0px #2CC295;
    background-color: #2cc295a1;
}

.top2-img-wrapper,
.top3-img-wrapper {
    width: 13rem;
    height: 13rem;
    border: 6.17px solid #FFFFFF;
    box-shadow: 0px 0px 37.04px 0px #2CC295;
    background-color: #2cc295a1;
}

.list-img-wrapper {
    width: 5rem;
    height: 5rem;
}

.badge-icon {
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    width: 5rem;
}

.badge-icon-small {
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    width: 4rem;
}

.player-name {
    color: #0068FF;
    font-weight: 700;
}

.points {
    color: #00DF82;
    font-weight: 700;
    font-family: 'Poppins';
}

.top1-name {
    font-size: 2.6rem;
    margin: 5px 0;
    animation: fadeInBottom 2s;
}

.top2-name,
.top3-name {
    font-size: 2.4rem;
    margin: 5px 0;
    animation: fadeInBottom 2s;
}

.top1-star-points,
.top1-fire-points {
    font-size: 2.5rem;
}

.top2-points-star,.top2-points-fire,.top3-points-star,.top3-points-fire,
.points-value {
    font-size: 2.5rem;
}

.player-points {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    animation: fadeInBottom 2s;
    gap: 10px;
}

.player-points-all {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    animation: fadeInRight 1s;
}

.points-value {
    min-width: 10.5rem;
}

.star-container {
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.fire-container {
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.star-icon .star-img {
    width: 3.125rem;
}
.star-icon .fire-img {
    width: 2.5rem;
}

.fire-icon .fire-img {
    width: 2.8rem;
}

.fire-icon,
.star-icon {
    margin-right: 10px;
}

.player-list {
    margin-top: 20px;
}

.player-row {
    padding: 2.25rem;
    border-bottom: 1px solid #AACBC4;
    gap: 32px;
}

.player-number {
    color: #03624C;
    font-weight: 700;
    font-size: 3.125rem;
    width: 7.5rem;
    text-align: center;
    animation: fadeInLeft 1s;
    font-family: 'Poppins';
}

.player-info {
    display: flex;
    align-items: center;
    flex-grow: 1;
    gap: 24px;
    animation: fadeInLeft 1s;
}

.player-info .player-name {
    color: #03624C;
    font-size: 2.2rem;
    font-weight: 500;
}

.list-profile-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #22c55e;
}

.list-player-name {
    margin-left: 15px;
    font-weight: 500;
}

.list-player-points {
    display: flex;
    align-items: center;
}

.load-more-btn {
    background-color: #0d6efd;
    color: #ffffff;
    border: none;
    border-radius: 9px;
    padding: 10px 30px;
    font-weight: 500;
    margin: 2.5rem auto;
    display: block;
    max-width: 12.5rem;
    font-size: 1.8rem;
}

.leaderboard-tabs {
    border-bottom: none;
}

.leaderboard-tabs .nav-link {
    color: #AACBC4;
    border: none;
    padding: 10px 20px;
    font-weight: 500;
    position: relative;
    font-size: 1.2rem;
}

.leaderboard-tabs .nav-link.active {
    color: #2CC295;
    background-color: transparent;
    border-bottom: 2px solid #2CC295;
}

.leaderboard-tabs .nav-link:hover {
    color: #2CC295;
    border-color: transparent;
}

@media (min-width: 1440px) and (max-width: 1599px) {
    .leaderboard-title {font-size: 5rem;}
    .leaderboard-subtitle {font-size: 1.6rem;}
    .leaderboard-detail{font-size: 2.2rem;}
    .top1-name {font-size: 2.4rem;}
    .top1-star-points, .top1-fire-points {font-size: 2.3rem;}
    .star-icon .star-img {width: 2.3rem;}
    .star-icon .fire-img {width: 1.6rem;}
    .fire-icon .fire-img {width: 1.95rem;}
    .top2-name, .top3-name {font-size: 2rem;}
    .top1-img-wrapper {width: 14rem;height: 14rem;}
}

@media (min-width: 1200px) and (max-width: 1439px) {
    .leaderboard-title {font-size: 5rem;}
    .leaderboard-subtitle {font-size: 1.6rem;}
    .leaderboard-detail{font-size: 2.2rem;}
    .top1-name {font-size: 2.4rem;}
    .top1-star-points, .top1-fire-points {font-size: 2.3rem;}
    .star-icon .star-img {width: 3rem;}
    .star-icon .fire-img {width: 2.5rem;}
    .fire-icon .fire-img {width: 2.5rem;}
    .top2-name, .top3-name {font-size: 2rem;}
    .top2-img-wrapper,.top3-img-wrapper {width: 12rem; height: 12rem;}
    .top1-img-wrapper {width: 14rem;height: 14rem;}
}

@media (min-width: 992px) and (max-width: 1199px) {
    .leaderboard-title {font-size: 4rem;}
    .leaderboard-subtitle {font-size: 1.4rem;}
    .leaderboard-detail{font-size: 2rem;}
    .top1-name {font-size: 2.2rem;}
    .top1-star-points, .top1-fire-points {font-size: 2rem;}
    .star-icon .star-img {width: 2.3rem;}
    .star-icon .fire-img {width: 1.5rem;}
    .fire-icon .fire-img {width: 2rem;}
    .top2-name, .top3-name {font-size: 1.8rem;}
    .player-info .player-name {font-size: 2rem;}
    .player-number{font-size: 2.5rem;width: 6rem;}
    .top2-points-star,.top2-points-fire,.top3-points-star,.top3-points-fire, .points-value {font-size: 2rem;}
    .points-value {min-width: 8.5rem;}
    .load-more-btn {max-width: 12rem;font-size: 2rem;}
    .top2-img-wrapper,.top3-img-wrapper {width: 11rem; height: 11rem;}
    .top1-img-wrapper {width: 13rem;height: 13rem;}
}

@media (min-width: 768px) and (max-width: 991px) {
    .leaderboard-title {font-size: 3.2rem;}
    .leaderboard-subtitle {font-size: 1rem;}
    .leaderboard-detail{font-size: 1.5rem;}
    .top1-name {font-size: 1.8rem;}
    .top1-star-points, .top1-fire-points {font-size: 1.2rem;}
    .star-icon .star-img {width: 1.8rem;}
    .star-icon .fire-img {width: 1.5rem;}
    .fire-icon .fire-img {width: 1.6rem;}
    .top2-name, .top3-name {font-size: 1.2rem;}
    .player-info .player-name {font-size: 1rem;}
    .player-number{font-size: 2rem;width: 4rem;}
    .top2-points-star,.top2-points-fire,.top3-points-star,.top3-points-fire, .points-value {font-size: 1.5rem;}
    .points-value {min-width: 7rem;}
    .load-more-btn {max-width: 12rem;font-size: 1.2rem;}
    .badge-icon {bottom: -35px;width: 3.5rem;}
    .badge-icon-small{bottom: -25px;width: 2.5rem;}
    .player-row {padding: 1rem;}
    .list-img-wrapper {width: 4rem;height: 4rem;}
    .top2-img-wrapper,.top3-img-wrapper {width: 9rem; height: 9rem;}
    .top1-img-wrapper {width: 11rem;height: 11rem;}
}

@media (min-width: 576px) and (max-width: 767px) {
    .leaderboard-title {font-size: 3.2rem;}
    .leaderboard-subtitle {font-size: 1rem;}
    .leaderboard-detail{font-size: 1.5rem;}
    .top1-name {font-size: 1.8rem;}
    .top1-star-points, .top1-fire-points {font-size: 1.2rem;}
    .star-icon .star-img {width: 1.8rem;}
    .star-icon .fire-img {width: 1.5rem;}
    .fire-icon .fire-img {width: 1.6rem;}
    .top2-name, .top3-name {font-size: 1.2rem;}
    .player-info .player-name {font-size: 1.5rem;}
    .player-number{font-size: 2rem;width: 4rem;}
    .top2-points-star,.top2-points-fire,.top3-points-star,.top3-points-fire, .points-value {font-size: 1.5rem;}
    .points-value {min-width: 6rem;}
    .load-more-btn {max-width: 12rem;font-size: 1.2rem;}
    .badge-icon {bottom: -30px;width: 3rem;}
    .badge-icon-small{bottom: -25px;width: 2.2rem;}
    .player-row {padding: 1rem;}
}

@media (max-width: 575px) {
    .leaderboard-title {font-size: 2rem;}
    .leaderboard-subtitle {font-size: 1rem;}
    .leaderboard-detail{font-size: 1rem;}
    .top1-name {font-size: 1.6rem;}
    .top1-star-points, .top1-fire-points {font-size: 1.5rem;}
    .star-icon .star-img {width: 1.8rem;}
    .star-icon .fire-img {width: 1.5rem;}
    .fire-icon .fire-img {width: 1.6rem;}
    .top2-name, .top3-name {font-size: 1rem;}
    .player-info .player-name {font-size: 1rem;}
    .player-number{font-size: 1rem;width: 3rem;}
    .top2-points-star,.top2-points-fire,.top3-points-star,.top3-points-fire, .points-value {font-size: 1rem;}
    .points-value {min-width: 4.5rem;}
    .load-more-btn {max-width: 12rem;font-size: 1rem;}
    .badge-icon {bottom: -30px;width: 3rem;}
    .badge-icon-small{bottom: -25px;width: 2.2rem;}
    .player-row {padding: 1rem;}
    .list-img-wrapper {width: 2rem;height: 2rem;}
    .top2-img-wrapper,.top3-img-wrapper {width: 6rem; height: 6rem;}
    .top1-img-wrapper {width: 9rem;height: 9rem;}
}

@keyframes fadeInTop {
    0% {
        transform: translateY(-40px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fadeInBottom {
    0% {
        transform: translateY(50px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fadeInLeft {
    0% {
        transform: translateX(-50px);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes fadeInRight {
    0% {
        transform: translateX(50px);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes fadeInLeftBounce {
    0% {
        transform: translateX(-50px);
        opacity: 0;
    }

    70% {
        transform: translateX(10px);
        opacity: 0.9;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes fadeInRightBounce {
    0% {
        transform: translateX(50px);
        opacity: 0;
    }

    70% {
        transform: translateX(-10px);
        opacity: 0.9;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes sequentialFadeIn {
    0% {
        transform: translateY(30px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}