body {
    font-size: 12px;
    margin: 0;
    /* Remove default margin */
    display: flex;
    justify-content: center;
    /* Center horizontally */
    align-items: center;
    /* Center vertically */
    background-color: gray;
}

 :root {
    --pop_bg-color: linear-gradient(180deg, #FF6C6B 0%, #FF4A4A 68.59%);
    --text: #768096;
}

@media screen and (max-width: 500px) {
    #app {
        width: 100%;
        min-height: 100vh;
    }
}

@media screen and (min-width: 320px) {
    .divider {
        width: 95%;
        margin-left: 10px;
    }
}

@media screen and (max-width: 320px) {
    .account-header {
        font-size: 14px;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        font-weight: 500;
    }
}

@media screen and (max-width: 380px) {
    .rule-table-header {
        font-size: 12px;
        text-align: center;
    }
}

@media screen and (max-width: 320px) {
    .div2 {
        height: 2.2rem;
        width: 6rem;
    }
}

.task-banner img {
    width: 5.66667rem;
    height: 5.66667rem;
}

div,
span {
    padding: 0;
    margin: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
    border: 0;
}

#app {
    background: #f7f8ff;
    width: 100%;
    min-height: 100vh;
    max-width: 450px;
}


/* .navbar-content {
    background: var(--pop_bg-color);
} */

.navbar {
    height: 2.62667rem;
    background: var(--pop_bg-color);
    position: relative;
}

.navbar-fixed {
    position: fixed;
    top: 0;
    left: 50%;
    width: 28.16rem;
    transform: translate(-50%);
    user-select: none;
    z-index: 100;
}

.navbar-content {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.62667rem;
    background: var(--pop_bg-color);
    color: white;
}

.navbar-content-left {
    flex: 1;
    text-align: left;
    position: absolute;
    left: 1.32rem;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    top: 0;
    padding-left: 10px;
}

.navbar-content-right {
    position: absolute;
    right: 1.32rem;
}

.navbar-content-center {
    flex: 2;
    text-align: center;
    line-height: .48rem;
}

i {
    color: white;
    font-size: 1rem;
}

.navi-record {
    color: #f7f8ff;
    display: flex;
    align-items: center;
}

.task i {
    font-size: 11vh;
}

.task-banner {
    padding: .13333rem .26667rem;
    margin-bottom: .4rem;
    background: var(--pop_bg-color);
    color: #fff;
    overflow: hidden;
    /* Clear floats */
}

.task-banner i {
    float: left;
    /* Float the image to the left */
    margin-right: 1rem;
    /* Add margin to separate from content */
}

.task-banner .task {
    overflow: hidden;
    /* Clear floats */
}

.task-banner .banner-title,
.task-banner .banner-content {
    margin: 0;
    /* Reset margin */
}

.task-banner .banner-title {
    font-size: 1.38rem;
    color: #fff;
    margin-top: 30px;
}

.task-banner .banner-content {
    margin-left: 1rem;
    /* Add margin to separate from image */
}

.task-item {
    width: 95%;
    background: #fff;
    border-radius: .46667rem;
    margin-left: 9px;
    padding: .43333rem;
    margin-bottom: .46667rem;
    box-shadow: 0 0.4333rem 0.21333rem #d0d0ed5c;
    margin-top: 10px;
}

.task-item-header {
    display: flex;
    justify-content: space-between;
    border-bottom: .01333rem solid #EAEAEA;
}

.task-item-header p {
    background: var(--pop_bg-color);
    padding: .3rem;
    color: #F6F6F6;
    font-weight: bold;
    padding-left: 0.8rem;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-right: 0.5rem;
}

.task-item-header span {
    color: grey;
}

.number {
    margin-left: 12px;
    color: #0a58ca;
    font-size: 14px;
}

.second-line {
    display: flex;
    padding: 0.2rem;
    margin-top: 0.1rem;
}

.descrip {
    color: #888;
    padding: .46667rem;
    background: #F6F6F6;
    border-radius: .13333rem;
    margin: .46667rem;
    font-size: .69333rem;
}

.third-line {
    display: flex;
    justify-content: space-between;
}

.third-line p {
    margin-left: 12px;
}

.link {
    padding: .3rem;
    border: 1px solid var(--pop_bg-color);
    text-align: center;
    border-radius: 1rem;
    font-size: 14px;
    color: var(--pop_bg-color);
}

.link a {
    text-decoration: none;
}

.link-received {
    border: 1px solid #FF6C6B;
    background-color: #ffffff;
    color: #FF6C6B;
    text-align: center;
    padding: 0.3rem;
    border-radius: 1rem;
}

.link-received a {
    color: #FF6C6B;
    text-decoration: none;
    font-weight: bold;
}

.task img {
    color: #EAEAEA;
    background-color: #EAEAEA;
    margin-top: 0.7rem;
}

.banner2 {
    margin-bottom: 4rem;
}

.task-item img {
    width: 20px;
    height: 20px;
}

@media (max-width: 376px) {
    .navbar-content-right {
        margin-right: 60px;
    }
    .navbar-content-left {
        margin-left: 30px;
    }
    .navbar-content-center {
        flex: 1;
    }
    .bi-chevron-left {
        font-size: 1.3rem;
        /* Increase font size for better visibility */
    }
}

@media (max-width: 320px) {
    .navbar-content-left {
        margin-left: 50px;
    }
}


/*bonus page css*/

.task1 img {
    width: 7rem;
    height: 8rem;
    float: left;
    /* Float the image to the left */
    margin-right: 1rem;
    /* Add margin to separate from content */
}

.task-item-header p span {
    border-radius: 50%;
    background-color: #f7f8ff;
    line-height: 0.1rem;
    padding-right: 0.3rem;
    padding-left: 0.3rem;
    margin-left: 0.4rem;
    color: #00BA82;
}

.task-item-header .circle-tick {
    border-radius: 50%;
    background-color: #f7f8ff;
    line-height: 0.1rem;
    padding-right: 0.3rem;
    padding-left: 0.1rem;
    margin-left: 1.4rem;
    font-weight: bold;
    color: #00BA82;
}

.description {
    display: flex;
    justify-content: space-between;
    color: #565555;
    padding: .46667rem;
    background: #F6F6F6;
    border-radius: .13333rem;
    margin: .46667rem;
    font-size: .69333rem;
}

.description span {
    color: #0a58ca;
}

hr {
    width: 90%;
    margin-left: 20px;
    text-shadow: #565555;
}

.bonus-third-line {
    display: flex;
    justify-content: space-around;
}

.bonus-third-line div span {
    color: #0a58ca;
    font-size: 16px;
}

.received {
    border: 1px grey;
    background: linear-gradient(180deg, #CFD1DE 0%, #C7C9D9 100%);
    ;
    color: white;
    text-align: center;
    padding: 0.5rem;
    border-radius: 1.4rem;
    box-shadow: 0 .05333rem #b6bad0;
    font-size: 14px;
    margin-bottom: 1rem;
}

.received a {
    color: white;
    text-decoration: none;
    font-weight: bold;
}

.task-item-header p i {
    color: #00BA82;
}

.bonus4 {
    display: flex;
    justify-content: space-between;
}

.bonus4 p {
    background-color: rgb(163, 197, 236);
    padding: .3rem;
    color: #F6F6F6;
    font-weight: bold;
    padding-left: 0.8rem;
    border-radius: 0.5rem;
    padding-right: 0.5rem;
}

.bonus4 p span {
    border-radius: 50%;
    background-color: #f7f8ff;
    line-height: 0.1rem;
    padding-right: 0.3rem;
    padding-left: 0.3rem;
    margin-left: 0.4rem;
    color: rgb(163, 197, 236);
}

.bonus4 p span i {
    color: rgb(163, 197, 236);
}

.bonus4 .icon {
    margin-left: 1.5rem;
}

.bonus4 div span {
    color: #0a58ca;
    font-weight: 500;
}

.task-item-header div span {
    color: #0a58ca;
    font-weight: 500;
}


/*bonus-page-rules*/

.nav-content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.62667rem;
    color: white;
    background: linear-gradient(45deg, #0a58ca, #0a58ca94);
}

.navbar-content-left div i {
    color: rgb(246, 238, 238);
    font-size: large;
}

.navbar-content-title p {
    font-size: 1.3rem;
    margin-top: 0.8rem;
}

#content {
    padding: 10px;
    margin-top: 20px;
}

.text {
    color: #504f4f;
    font-size: 14px;
}

.account {
    background: linear-gradient(45deg, #0a58ca, #0a58ca94);
    border: 1px solid;
    border-radius: 10px;
    color: white;
    font-size: 18px;
    margin-top: 1rem;
    padding-bottom: 0.7rem;
}

.account-header {
    border-bottom: 1px solid #0a58ca;
    box-shadow: 0px 4px 4px #0a58ca94;
    padding-bottom: 0.5rem;
    padding-top: 0.4rem;
    padding-right: 1.5rem;
}

.account div {
    display: flex;
    justify-content: space-around;
}

.account-content {
    font-size: 15px;
    padding: 9px;
    border-bottom: 1px solid #0a58ca;
}

.rules {
    margin-top: 1rem;
    border: .05333rem solid #4088f3;
    border-top: none;
    padding: .32rem;
    background-color: #fff;
    box-shadow: 0 0.10667rem 0.21333rem #d0d0ed5c;
    border-radius: .26667rem;
}

.rules .heading {
    text-align: center;
    color: white;
    background-color: #0a58ca;
    font-size: medium;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    margin-bottom: 0.9rem;
}

.rules li {
    margin-bottom: 0.9rem;
    color: #666;
    font-size: 13px;
    padding-left: 0.1rem;
}

ul {
    list-style-type: square;
    font-size: large;
}


/*Super jackpot rule css*/

.banner-text div {
    font-size: 13px;
}

.banner-text .warning-box {
    border: 1px solid white;
    color: white;
    padding: 0.7rem;
    margin-top: 1rem;
    margin-right: 0.2rem;
    border-radius: 10px;
    font-size: 13px;
}

.warning-box p {
    margin-left: 30px;
}

.text-bonus {
    padding: 0.5rem;
}

.text-bonus h5 {
    margin-left: 1rem;
    padding-left: 0.5rem;
}

.text-bonus img {
    width: 1.5rem;
    height: 1.5rem;
    float: left;
    margin-left: 1rem;
    margin-right: 0.5rem;
}

.table {
    border: 1px solid white;
    border-radius: 12px;
    margin-left: 10px;
    margin-right: 8px;
    width: 95%;
}

.jackpot-header {
    border-bottom: 1px solid #0a58ca;
    box-shadow: 0px 4px 4px #0a58ca94;
    padding-bottom: 0.5rem;
    padding-top: 0.4rem;
    display: flex;
    justify-content: space-around;
    background: linear-gradient(45deg, #0a58ca, #0a58ca94);
    color: white;
    font-size: medium;
    border-radius: 12px;
}

.table-content {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 1.93333rem;
    line-height: 1.46667rem;
    text-align: center;
}

.table-content>div:nth-child(2) {
    margin-left: 32px;
}

.table-content2>div:nth-child(2) {
    margin-left: 32px;
}

.table-content span,
.table-content2 span {
    color: blue;
}

.table-content2 {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 1.93333rem;
    line-height: 1.46667rem;
    text-align: center;
    background-color: #dedede;
}

.note {
    padding: 0.4rem;
    border-radius: 5px;
    border: 1px solid white;
    margin-top: 2rem;
    background: rgb(255, 255, 255);
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 2rem;
    box-shadow: 0 .05333rem 0.5rem #b6bad0;
}

.note p {
    padding: 0.3rem;
}

.jackpot-link {
    background-color: #0a58ca;
    border-radius: 20px;
    text-align: center;
    padding: 0.4rem;
    margin-bottom: 1rem;
    margin: 1rem 1rem;
}

.jackpot-link a {
    text-decoration: none;
    color: whitesmoke;
    font-size: medium;
}

.image img {
    width: 7rem;
    height: 8rem;
    float: right;
    /* Float the image to the left */
    margin-right: 1rem;
    /* Add margin to separate from content */
}

.super-banner {
    padding: .13333rem .26667rem;
    margin-bottom: .4rem;
    background: var(--pop_bg-color);
    color: #fff;
    overflow: hidden;
    /* Clear floats */
}

.super-banner-text {
    font-size: 13px;
    margin-left: 10px;
}

.super-banner-title {
    margin-left: 10px;
}

.super-jackpot-link a {
    text-decoration: none;
    color: whitesmoke;
    font-size: medium;
}

.super-jackpot-link {
    background: var(--pop_bg-color);
    border-radius: 20px;
    text-align: center;
    padding: 0.4rem;
    margin-bottom: 2rem;
    margin: 1rem 1rem;
    width: 94%;
}

.batch {
    border-radius: 20px;
    text-align: center;
    padding: 0.4rem;
    margin-bottom: 1rem;
    margin: 1rem 0.8rem;
    width: 95%;
    border: 1px solid #ff5252;
}

.batch a {
    text-decoration: none;
    color: #ff5252;
    font-size: 13px;
}

.divider {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.divider div img {
    width: 1.2rem;
    height: 1.2rem;
}

.divider div {
    border-radius: 5px;
    border: 1px solid white;
    padding: 0.5rem;
    font-size: 14px;
    background-color: #fff;
    margin: 0%;
    width: calc(50% - 10px);
    height: 3rem;
    padding-left: 1.2rem;
    padding-top: 0.7rem;
    display: flex;
    box-shadow: 0 .05333rem 0.5rem #b6bad0;
}

.divider div p {
    padding-left: 0.5rem;
}

.empty-container {
    align-items: center;
    background-color: #fff;
    justify-content: center;
    text-align: center;
    width: 95%;
    margin-top: 20px;
    border-radius: 5px;
    margin-left: 10px;
    margin-right: 10px;
    box-shadow: 0 .05333rem 0.5rem #b6bad0;
}

.empty-container img {
    width: 9rem;
    height: 9rem;
}

.empty-container div {
    margin-bottom: 10px;
}

.rule-table-header {
    font-size: 14px;
    border-bottom: 1px solid #0a58ca;
    box-shadow: 0px 4px 4px #0a58ca94;
    padding-bottom: 0.7rem;
    padding-top: 0.7rem;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.rule-table {
    background: linear-gradient(45deg, #0a58ca, #0a58ca94);
    border: 1px solid;
    border-radius: 7px;
    color: white;
    font-size: 18px;
    padding-bottom: 0.1rem;
}

.rule-table div {
    display: flex;
    justify-content: space-around;
}

.rule-table-content {
    font-size: 14px;
    padding: 9px;
    border-bottom: 1px solid #0a58ca;
    margin-left: 1rem;
}

.rule-table-content1 {
    font-size: 14px;
    padding: 9px;
    border-bottom: 1px solid #0a58ca;
    margin-left: 0.9rem;
}

.rule-table-content4 {
    font-size: 14px;
    padding: 9px;
    border-bottom: 1px solid #0a58ca;
    margin-left: 1.1rem;
}

.rule-table-content5 {
    font-size: 14px;
    padding: 9px;
    border-bottom: 1px solid #0a58ca;
    margin-left: 1.3rem;
}

#rule-content {
    margin-top: 7px;
    padding: 5px;
}

.attendance {
    display: flex;
    justify-content: space-between;
    padding: 0.5rem;
    margin-left: 10px;
    margin-top: 10px;
    margin-right: 10px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 .05333rem 0.5rem #b6bad0;
    ;
}

.attendance img {
    width: 1.2rem;
    height: 1.2rem;
    margin-right: 3.5rem;
    margin-left: 0.2rem;
}

.div2 {
    background-color: #4082e4;
    color: white;
    border-radius: 30px;
    padding: 0.4rem;
    display: flex;
}

.div2 span {
    margin-right: 4rem;
    font-weight: 500;
}

.a1 {
    color: black;
    font-weight: 500;
    margin-left: 8px;
}

.a1 span {
    color: #666;
    font-weight: 400;
    text-align: left;
    font-size: 0.7rem;
}

.no-more {
    text-align: center;
    color: #666;
    margin-top: 2px;
}