.text-medals-1{
    color: #69B089;
}
.page-grade{
    position: relative;
    padding-bottom: 24px;
}
.page-grade .grade-bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.page-grade .grade-bg .top{
    width: 100%;
    height: 30%;
    background: radial-gradient( circle farthest-corner at bottom,#040207, #2A1841, #492B72);
}
.page-grade .grade-bg .center{
    width: 100%;
    height: 30%;
    background: #000000;
}
.page-grade .grade-bg .bottom{
    width: 100%;
    height: 40%;
    background: radial-gradient( circle farthest-corner at top,#040207, #2A1841, #492B72);
}
.grade-top-box{
    width: 100%;
    padding: 110px 0 50px;
    font-size: 16px;
}
.grade-top-title{
    display: none;
}
.m-top-inner{
    display: none!important;
}
.grade-top-box .medals-box{
    width: 18%;
    padding: 2px 6px;
    background-color: #492479;
    border-radius: 10px;
    cursor: pointer;
}
.grade-top-box .medals-box img{
    width: 70px;
    height: auto;
    margin-left: 20px;
}
.grade-top-box .medals-box.medals-bronze{
    color: #69B189;
}
.grade-top-box .medals-box.active{
    transform: scale(1.2);
    background-color: #7433C9;
    margin: 0 22px;
}
.grade-top-box .medals-box.medals-silver{
    color: #878882;
}
.grade-top-box .medals-box.medals-gold{
    color: #F6DA8E;
}
.grade-top-box .medals-box.medals-platinum{
    color: #5878D6;
}
.grade-top-box .medals-box.medals-diamond{
    color: #9B62E5;
}
.bottom-inner{
    margin: 20px 0;
}
.bottom-inner span{
    margin: 0 4px;
}
/* .grade-top-box progress {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: none; 
    width: 300px; 
    height: 10px; 
    border-radius: 10px; 
    color: #69B089;
    background-color: transparent;
} */
.center-inner-box{
    width: 32.5%;
    height: 200px;
    background: #FFFFFF;
    border-radius: 10px;
    border: 1px solid #ffffff;
    margin-bottom: 20px;
    color: #AFB1B0;
    font-size: 18px;
    font-weight: 500;
}
.center-inner-box.active{
    background: linear-gradient(0deg,#401C73,#AE4DC0);
    color: #CF891E;
}
.center-inner-box img.unactive{
    display: block;
}
.center-inner-box img.active{
    display: none;
}
.center-inner-box.active img.unactive{
    display: none;
}
.center-inner-box.active img.active{
    display: block;
}
.center-inner-box span{
    text-align: center;
}
.center-inner-box img{
    width: 100px;
    margin-bottom: 20px;
}
.grade-bottom-box{
    padding: 10px 10px 20px;
    border-radius: 6px;
    background-color: #AFB1B0;
    color: #0D532C;
}
@media (max-width: 767px) {
    .page-grade .grade-bg .top{
        height: 23%;
    }
    .page-grade .grade-bg .center{
        background: linear-gradient(to bottom right,#1B1B1B,#343434,#1B1B1B);
        height: 37%;
    }
    .page-grade .grade-bg .bottom{
        /* height: 40%; */
    }
    .grade-top-box{
        padding: 32px 0;
    }
    .grade-top-title{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        padding-bottom: 32px;
        color: #A200E7;
        font-size: 24px;
        font-weight: 400;
        font-size: 42px;
    }
    .grade-top-box .m-top-inner{
        display: flex!important;
        margin-bottom: 70px;
    }
    .grade-top-box .medals-box{
        width: 24%;
        height: 66px;
        font-size: 14px;
    }
    .grade-top-box .medals-box img{
        margin-left: 0;
        width: 56px;
    }
    .grade-top-box .m-top-inner .medals-box.active{
        display: flex!important;
        width: 80%;
        transform: scale(1);
        margin: 0;
        height: 130px;
        font-size: 30px;
        font-weight: 400;
        padding: 0 20px;
    }
    .grade-top-box .m-top-inner .medals-box.medals-bronze{
        background: linear-gradient(to bottom right,#3B6562,#489F98,#3B6562);
        color: #163C22;
    }
    .grade-top-box .m-top-inner .medals-box.medals-silver{
        background: linear-gradient(to bottom right,#AEAEAA,#EDEFEE,#AEAEAA);
        color: #858584;
    }
    .grade-top-box .m-top-inner .medals-box.medals-gold{
        background: linear-gradient(to bottom right,#E6CA8A,#F8EBC0,#E6CA8A);
        color: #C89344;
    }
    .grade-top-box .m-top-inner .medals-box.medals-platinum{
        background: linear-gradient(to bottom right,#4781ae,#A3B5E9,#4781ae);
        color: #4569D1;
    }
    .grade-top-box .m-top-inner .medals-box.medals-diamond{
        background: linear-gradient(to bottom right,#c787ea,#e8e0f1,#c787ea);
        color: #823DDC;
    }
    .grade-top-box .m-top-inner .medals-box.active img{
        width: 146px;
    }
    .grade-top-box .m-top-inner .medals-box:not(.active){
        display: none!important;
    }
    .grade-top-box .top-inner:not(.m-top-inner) .medals-box.active{
        display: none!important;
    }
    .center-inner-box{
        font-size: 12px;
        height: 100px;
    }
    .center-inner-box img{
        width: 54px;
        margin-bottom: 0;
    }
    .grade-bottom-box{
        font-size: 12px;
    }
}
@media (max-width: 520px) {
    .grade-top-title{
        font-size: 28px;
    }
    .grade-top-box .medals-box{
        width: 24%;
        height: 56px;
        font-size: 12px;
        padding: 2px 0px;
    }
    .grade-top-box .medals-box img{
        width: 36px;
    }

    .bottom-inner{
        font-size: 14px;
    }
    .center-inner-box{
        font-size: 12px;
        height: 90px;
    }
    .center-inner-box img{
        width: 54px;
        margin-bottom: 0;
    }
    .center-inner-box img{
        width: 42px;
    }
}
@media (max-width: 420px) {
    .bottom-inner{
        font-size: 13px;
    }
    .center-inner-box{
        font-size: 11px;
    }
}