*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.isLogin{
    text-decoration: none;
    display: block;
    padding: 0 20px;
    font-size: large;
}
.content{
    height: 100vh;
    background-color: #001343;
    overflow-y: auto;

}
.container-xxl .background{
    /* height: 810px; */
    height: 894px;
    /* margin-top: 70px !important; */
    margin-top: 50px !important;
    background-color: #1c1f43;
    border-radius: 1%;
    padding:0 15px ;
    margin-bottom: 20px;
    padding-bottom: 20px;
}


.package-activate {
    width: 90%;
    margin: 0.2em auto;
    padding: 0.2em 0 0.5em;
    background: url(img/package-actication.87624585.svg);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 20px;
}

.detail-card {
    margin-top: 0.05em;
    background: rgba(50, 54, 90, 0.722);
    padding: 10px;
    margin: 5px;
    border-radius: 8px;
}

.detail-card .detail-card-content .Title {
    font-family: "PingFang SC";
    font-size: 18px;
    font-weight: 700;
    color: #fadade;
    background: #8b85d8;
    border-radius: 13px;
    padding: 3px 7px 3px 7px;
    margin-bottom: 10px;
}

.detail-card .detail-card-content .sub-content {
    font-family: "PingFang SC";
    font-weight: normal;
    font-size: 16px;
    color: #dddee2;
    display: inline-block;
}


@media (max-width: 991px){
    .background{
        height: fit-content !important;
    }
}
.points-card{
    /* height: 737px; */
    /* height: 775px; */
    height: 94.9%;
    background-image: url(../image/Points-card.svg) ;
    margin-top: 32px !important;
    border-radius: 10px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: cover;
    overflow-y: auto;
}
.redeem{
    font-family: "PingFang SC";
    color: #fff;
    /* max-height: 64%; */
    /* max-height: 73%; */
    /* overflow-y: auto; */
}
.my-score{
    font-weight: bold;
    font-size: 16px;
    text-align: left;
    margin-top: 14px;

}
.diamond-image{
    background-image: url(../image/Diamond.svg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 1px;
    width: 30.16px;
    height: 25.94px;
    margin-top: 2px;
    margin-right: 20px;
}
.num {
    font-weight: normal;
    font-size: 50px;
    text-align: center;
    position: relative;
    margin: 0;
    /* top: 10px; */

}

.withdraw-points-section {
    /* background-color: #242648; */
    background-color: rgba(36, 38, 72, 0.6);
    width: 40%;
    text-align: center;
    border-radius: 20px;
    padding: 5px;
    color:#EBE0E6;
    font-size: 12px;
}

.withdraw-points-section .withdraw-points-label {
    margin:0;
}


.numbers-section {
    background-color: rgba(36, 38, 72, 0.35);
    display: flex;
    /* width: 350px;
    max-width: 350px; */
    width: 96%;
    text-align: center;
    padding: 16px;
    margin-top: 16px;
    border-radius: 8px;
    justify-content: space-between;
}

.numbers-section div {
    /* margin-right: 5px; */
    padding: 3px; 
    border-radius: 5px;
}

.pending-points {
    cursor: pointer;
}
.pending-points:hover {
    background-color: rgba(36,38,72,.5);
}

.numbers-section div .label {
    color: #EBE0E6;
    font-size: 12px;
}

.numbers-section div .numberOf {
    color: #FFFFFF;
    font-size: 16px;
}

.desc-list {
    font-family: "PingFang SC";
    font-weight: 500;
    color: #fff;
    opacity: 0.87;
    width: 95%;
    /* max-height: 55%; */
    /* height: 60%; */
    /* overflow-y: auto; */
    margin-top: 10px;
}
.desc-list ul {
    margin:0;
    padding: 0;
}
.desc-list li {
    padding:0 0 0 2em;
    text-indent:-2em;
    margin-top: 0.75em;
    font-size: 12px;
}

.btn-withdraw {
    background-color: #6D61F1;
    font-size: 16px;
    color: #FFFFFF;
    border-radius: 5px;
    width: 229px;
    text-align: center;
    margin-top: 10px;
    padding: 6px;
    cursor: pointer;
}

.desc-list li:before{
    content: "\25CF";
    color: #fff;
    padding: 0 .7em;
}

.desc-list + p {
    margin-top: 1.5rem;
}
.redeem-points{
    font-weight: bold;
    font-size: 16px;
    text-align: left;
    width: 100%;
    text-align: center;
    background: #0013438c;
    border: none;
    padding: 8px;
}
.rp-color{
    /* height: 50%; */
    margin-bottom: 20px;
}
.rp-color a{
    color: #fff;
}
.rp-margin1{
    margin-top: 32px;
}
.rp-margin2{
    margin-top: 16px;
}
.points-details{
    width:100%;
    background: #080e162e;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    border: none;
    padding: 8px;
}
.points-details:hover{
    background-color: #001343;
    opacity: 0.57;
}
.reward-points{
    height: 100%;
    background: transparent;
    margin-left: 60px;
}
@media (max-width: 991px){
    .reward-points{
        margin-left: 0px;
        margin-bottom: 50px;
    }
}
.reward-point{
    overflow-y: auto;
    scrollbar-width: none;
    height: 90%;
    margin-bottom: 60px;
}
.reward{
    font-weight: bold;
    font-size: 22px;
    text-align: left;
    color: #fff;
    opacity: 0.95;
    margin-top: 32px;
}
.card-1{
    background-image: url(../image/redeem-card1.svg);
    max-width: 910px;
    min-height: 142px;
    margin-top: 16px;
    background-repeat: no-repeat;
    background-size: cover;

}
.card-2{
    background-image: url(../image/redeem-card2.svg);
    max-width: 910px;
    min-height: 142px;
    margin-top: 16px;
    background-repeat: no-repeat;
    background-size: cover;
}
.card-3{
    background-image: url(../image/redeem-card3.svg);
    max-width: 910px;
    min-height: 142px;
    margin-top: 16px;
    background-repeat: no-repeat;
    background-size: cover;
}

::-webkit-scrollbar {
    display: none;
}

.points{
    margin-left: 64px;
}
.points-main{
    font-family: "PingFang SC";
    font-weight: bold;
    font-size: 20px;
    text-align: left;
    color: #fff;

}

.points-info{
    font-family: "PingFang SC";
    font-weight: bold;
    font-size: 16px;
    text-align: left;
    color: #fff;
    opacity: 0.7;
    display: inline-block;
    margin-top: 16px;
}

.btn{
    cursor: pointer;
    border: 2px solid #fff;
    background-color: transparent;
    height: 43px;
    width: 140px;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    margin-top: 14px;
    margin-right: 42px;
    color: #fff;
    opacity: 0.9;
}

@media (max-width:450px) {
    .spi-style {
        flex-wrap: wrap;
        padding: 10px;
    }
    .spi-style .btn {
        margin-left: 63px;
    }
}


.overlay {
    width: 100%;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 40px;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.75);
    opacity: 0;
    pointer-events: none;
    transition: 0.35s ease-in-out;
    max-height: 100vh;
    overflow-y: auto;
}

.overlay-withdraw {
    width: 100%;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 40px 0;
    position: fixed;
    /* top: 0;
    left: 0; */
    /* background: rgba(0, 0, 0, 0.75); */
    opacity: 0.1;
    pointer-events: none;
    transition: 0.35s ease-in-out;
    /* max-height: 100vh; */
    overflow-y: auto;
}
.overlay-withdraw-open {
    opacity: 1;
    pointer-events: inherit;
    position: static;
}

.withdraw-dialog {
    position: fixed;
    top: 50%;
    transform: translate(-50%,-50%);
    left: 50%;
    z-index: 100;
    background-color: #2B2A4D;
    text-align: center;
    max-width: 340px;
    min-width: 200px;
    display: none;
    flex-direction: column;
    border-radius: 10px;
}

.withdraw-dialog-open {
    display: flex;
}

.withdraw-dialog .withdraw-dialog-title {
    color: #FFFFFF;
    font-size: 16px;
    padding: 0px 16px;
    margin-bottom: 16px;
    margin-top: 16px;
}
.withdraw-dialog .withdraw-dialog-des {
    color: #BABAC2;
    font-size: 14px;
    border-bottom: 1px solid #32334F;
    padding: 0px 16px;
    padding-bottom: 16px;
    margin: 0;
}

.withdraw-dialog .group-btns {
    color: #9D9FDD;
    font-size: 14px;
    /* padding: 0px 16px; */
    border: none;
    display: flex;
    justify-content: space-between;
    text-align: center;

}
.withdraw-dialog .group-btns div {
    width: 100%;
    padding: 16px 0;
    cursor: pointer;

}

.withdraw-dialog .group-btns .got-it-btn {
    border-right: 1px solid #32334F;
}


.overlay.open {
    opacity: 1;
    pointer-events: inherit;
}
.overlay .modal {
    position: relative;
    text-align: center;
    padding: 40px 50px;
    opacity: 0;
    pointer-events: none;
    transition: 0.35s ease-in-out;
    max-height: 100vh;
    max-width: 910px;
    /* height: 711.7px; */
    background-image: url(../image/Giftcard.svg);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px;
}

.overlay .modal.modal-key {
    max-width: 838px;
    min-height: 391px;    
    background: #252644;
}

.overlay .modal.open {
    opacity: 1;
    pointer-events: inherit;
    display: block;
}
.overlay .modal.open .content {
    transform: translate(0, 0px);
    opacity: 1;
}
.overlay .modal .content {
    transform: translate(0, -10px);
    opacity: 0;
    transition: 0.35s ease-in-out;
}
.overlay .modal .title {
    margin-top: 0;
    margin-bottom: 10px;
}
.overlay .modal p {
    margin-bottom: 20px;
}
.overlay .modal .title {
    margin-top: -80px;
    margin-bottom: 24px;
    font-size: 30px;
    font-weight: 600;
    padding-top: 0;
}
.gift-box{
    max-width: 100%;
    min-height: 276px;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(139, 168, 249, 0.53);
    padding: 45px;
}
.gift-image{
    width: 36px;
    height: 36px;
    background: transparent;
    opacity: 0.97;
    background-image: url(../image/giftboxicon.svg);
    background-repeat: no-repeat;
    background-size: auto;

}
.gi-heading{
    font-family: PingFang-SC-Bold;
    font-weight: normal;
    font-size: 51px;
    line-height: 60px;
    text-align: left;
    color: #fff;
}

.gi-content1{
    font-family: PingFang-SC-Bold;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    text-align: left;
    color: #fff;
}

.gi-content2{
    font-family: "PingFang SC";
    font-weight: normal;
    font-size: 16px;
    line-height: 35px;
    text-align: left;
    color: #e8e9ff;
}

.gift-content{
    color: white;
    padding: 0 2em
}

.rules{
    font-family: "PingFang SC";
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    opacity: 0.5;
    margin-top: 3em;
}

.rules-list {
    width: 70%;
}
.rules-list li {
    margin:0;
    padding:0 0 0 2em;
    text-indent:-2em;
    list-style-type: none;
    counter-increment:listStyle;
    font-family: "PingFang SC";
    font-weight: normal;
    font-size: 14px;
    text-align: left;
    color: #9c9fd5;
    opacity: 0.9;
}

.rules-list > li:before {
    padding-right:0.5em;
    content:counter(listStyle, decimal) " -";
}

.lower-alpha {
    margin: 1em 0;
    counter-reset:listStyle;
}

.lower-alpha > li {
    margin:0;
    padding:0 0 0 1em;
    text-indent: -1em;
    list-style-type: none;
    counter-increment:listStyle;
    color: #9c9fd5;
    opacity: 0.9;
    font-size: 14px;
    font-weight: normal;
}

.lower-alpha > li:before {
    display:inline-block;
    padding-right:0.5em;
    font-weight:normal;
    text-align:right;
    content:counter(listStyle, lower-alpha) ")";
}

.gift-btn{
    width: 164.18px;
    height: 42.71px;
    background: #6d61f1;
    cursor: pointer;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    color: #fff;
    opacity: 0.9;
    margin-top: 3em;
    border: none;
}

.close-img {
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 25px;
}

.redemption{
    font-family: "PingFang SC";
    font-weight: normal;
    font-size: 22px;
    text-align: center;
    color: #fff;
    position: relative;
    bottom: 15px;

}

.redemption-info{
    max-width: 100%;
    min-height: 76px;
    font-family: "PingFang SC";
    font-weight: normal;
    font-size: 16px;
    text-align: center;
    color: #e8e9ff;
    opacity: 0.83;
}

.dot-border{
    max-width: 100%;
    min-height: 42px;
    background: #1c19195e;
    border: 2px dashed #ffffff69;
    color: #e8e9ff;
    font-family: "PingFang SC";
    font-weight: normal;
    font-size: 20px;
    padding-top: 5px;
    position: relative;
    bottom: 15px;
    top: 5px;
}

.redemption-btn {
    min-width:100%;
    min-height: 42.71px;
    background: #6d61f1;
    cursor: pointer;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    color: #fff;
    opacity: 0.9;
    border: none;
    margin-top: 3em;
}

.add-opacity {
    opacity: .3;
}

.disable-btn {
    cursor: not-allowed !important;
}


.overlay-alert {
    width: 100%;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.75);
    opacity: 0;
    pointer-events: none;
    transition: 0.35s ease-in-out;
    max-height: 100vh;
    overflow-y: auto;
}
.overlay-alert.open {
    opacity: 1;
    pointer-events: inherit;
}

.overlay-alert .mobile-alert {
    background: white;
    text-align: center;
    padding: 20px 50px;
    width: 90%;
    box-shadow: 0px 1px 10px rgb(255 255 255 / 35%);
    opacity: 0;
    pointer-events: none;
    transition: 0.35s ease-in-out;
    max-height: 100vh;
    max-width: 500px;
    border-radius: 20px;
}

.overlay-alert .mobile-alert.open {
    opacity: 1;
    pointer-events: inherit;
}

.mobile-support-alert {
    color: black;
    text-align: left;
    position: relative;
    left: 0;
    right: 0;
    top: -50px;
}

.info-icon img {
    max-width: 100px;
    display: block;
    margin: 0 auto;
    position: relative;
    left: 0;
    right: 0;
    top: -70px;
}

