*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body {
    overflow-y: hidden;
    position: relative;
}
.content{
    width: 1920px ;
    height: 1028px;
    background-color: #1b183b;
}
.background{
    width: 1379px;
    height: 810px;
    margin-left: 270px;
    margin-top: 50px;
    background-color: #1c1f43;
    border-radius: 1%;
}
.points-card{
    width: 320px;
    height: 737px;
    background-image: url(../image/Points-card.svg) ;
    margin-left: 32px;
    margin-top: 32px;
    border-radius: 10px;
    display: inline-block;
}
.redeem{
    font-family: "PingFang SC";
    color: #fff;
}
.my-score{
    font-weight: bold;
    font-size: 24px;
    text-align: left;
    margin-top: 32px;
}
.diamond-image{
    background-image: url(../image/Diamond.svg);
    width: 39.16px;
    height: 33.94px;
    margin-top: 20px;
    margin-right: 20px;
}
.num {
    font-weight: normal;
    font-size: 60px;
    text-align: left;
    position: relative;
    top: 10px;

}
.desc-list {
    font-family: "PingFang SC";
    font-weight: 500;
    font-size: 1.3rem;
    color: #fff;
    opacity: 0.87;
    width: 80%;
}

.desc-list li {
    padding:0 0 0 2em;
    text-indent:-2em;
    margin-top: 1em;
}

.desc-list li:before{
    content: "\2013";
    color: #fff;
    padding: 0 .7em;
}

.desc-list + p {
    margin-top: 1.5rem;
}
.redeem-points{
    font-weight: bold;
    font-size: 16px;
    text-align: left;
    width: 320.2px;
    height: 54px;
    text-align: center;
    background: #211d458c;
    border: none;
}
.rp-color{
    height: 50%;
}
.rp-color a{
    color: #fff;
}
.rp-margin1{
    margin-top: 32px;
}
.rp-margin2{
    margin-top: 16px;
}
.points-details{
    width: 320.2px;
    height: 54px;
    background: #080e162e;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    border: none;
}
.points-details:hover{
    background-color: #211d45;
    opacity: 0.57;
}
.reward-points{
    width: 100%;
    height: 100%;
    background: transparent;
    margin-left: 60px;
}
.reward-point{
    overflow-y: auto;
    scrollbar-width: none;
    height: 87%;
}
.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);
    width: 910px;
    height: 142px;
    margin-top: 16px;

}
.card-2{
    background-image: url(../image/redeem-card2.svg);
    width: 910px;
    height: 142px;
    margin-top: 16px;
}
.card-3{
    background-image: url(../image/redeem-card3.svg);
    width: 910px;
    height: 142px;
    margin-top: 16px;
}

::-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;
}
.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.open {
    opacity: 1;
    pointer-events: inherit;
}
.overlay .modal {
    position: relative;
    text-align: center;
    padding: 40px 80px;
    opacity: 0;
    pointer-events: none;
    transition: 0.35s ease-in-out;
    max-height: 100vh;
    width: 910px;
    height: 711.7px;
    background-image: url(../image/Giftcard.svg);
}

.overlay .modal.modal-key {
    width: 838px;
    height: 391px;    
    background: #252644;
}

.overlay .modal.open {
    opacity: 1;
    pointer-events: inherit;
}
.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{
    width: 749px;
    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: 30px;
    height: 30px;
    background: transparent;
    opacity: 0.97;
    background-image: url(../image/giftboxicon.svg);

}
.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{
    width: 644px;
    height: 76px;
    font-family: "PingFang SC";
    font-weight: normal;
    font-size: 16px;
    text-align: center;
    color: #e8e9ff;
    opacity: 0.83;
}

.dot-border{
    width: 644px;
    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;
}

.redemption-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;
    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;
}

