body {
    /* background: #18191A; */
    background: #1F2128;
    /* background: #22242B; */
    font: 12px/1.5 Tahoma,Helvetica,Arial,'宋体',sans-serif;
}

button:focus {
    border: none;

}

.navbar {
    /* background: #18191A; */
    background: #191B1F;
    
}


.logo {
    height: 28px;
    margin-top: 5px;
}




.launch-countdown {
    font-weight: bold;
    color: #FEC118;
    /* margin: 5px 0; */
    /* margin-top: 5px; */
    padding: 10px 10px;
    /* background: red; */
    /* background: #1F2128; */
    width: fit-content;
    border-radius: 10px;
    width: 100%;
    text-align: center;
}

.countdown-num {
    /* font-size: 24px;  */
    font-size: 24px;
    margin-left: 5px;
}


.launch-date-div {
    font-size: 12px;
    margin-bottom: 10px;
    color: #C3C5CB;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 600;
    text-align: center;
}

.launch-date-span {
    /* font-weight: bold; */
}

.launch-wrapper {
    /* margin-bottom: 10px; */
    margin: 0;
}



.launch-card-btn-wrapper {
    width: 100%;
    margin-top: 10px;
}

.launch-card-btn-wrapper:after { content:"";clear:both;display:block; }

.launch-card-left-btn {
    background: #3A5FE6;
    width: 63%;
    float: left;
    
}

.launch-card-right-btn {
    background: none;
    width: 35%;
    float: right;
    color: #555555;
    background: #F2F2F2;
}

.launch-card-btn {
    text-align: center;
    border-radius: 10px;
    padding: 10px 0;
    font-weight: bold;
    border: none;
}

.ticket-btn {
    border-radius: 20px;
    border: none;
    padding: 10px;
    box-sizing: border-box;
    width: 80%;
    /* background: linear-gradient(to top, #412778, #5A3ECD);; */
    background: linear-gradient(to right, #8B45B8, #5A3ECD);
    font-weight: bold;
    margin: 0 auto;
    color: #F2F2F2;
}

.ticket-btn:hover {
    opacity: 0.5;
}


.rotate-wrapper {
    width: 300px;
    height: 120px;
    margin: 0 auto;
    margin-top: 50px;
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    text-align: center;
}



.navbar {
    border: none;
    border-radius: 0;
    padding: 20px 10px;
    box-sizing: border-box;
    /* background-color: #000; */
}

.top-btns {
    text-align: center;
    font-size: 15px;
    border-radius: 20px;
}

.language-btn-pc {
    width: 70px;
    /* background-color: #D7D7D7; */
    margin-right: 10px;
    color: #f2f2f2;
}



.connect-btn {
    background: linear-gradient(to right, #5A3ECD, #8B45B8);
    /* float: right; */
    color: #F2F2F2;
    width: 100px;
}

.connect-btn:hover {
    color: #D7D7D7;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}


.address-btn {
    background: linear-gradient(to right, #242526, #242526);
    color: #D7D7D7;
}

.address-btn:hover {
    background: linear-gradient(to right, #3A3B3C, #3A3B3C);
    color: #D7D7D7;
}

.address-pc-btn {
    /* width: 300px; */
    padding: 0;
}


.address-pc-btn-inner {
    /* float: left; */
    display:inline-block;
    /* width: 120px; */
    padding: 0 10px;
}

.address-pc-btn-inner:not(:last-child) {
    border-right: 1px solid #555;
}


.contract-address {
    color: #AAAAAA;
    font-size: 12px;
}


.card-wrapper {
    /* background: #242526; */
    background: #191B1F;
    /* margin-top: 10px; */
    margin-top: 8px;
    border-radius: 20px;
    padding: 20px 20px;
    box-sizing: border-box;
}

.launch-card-wrapper {
    /* padding-top: 20px;
    padding-bottom: 5px; */
    margin-bottom: 15px;
    color: #f2f2f2; 
    /* text-align: center; */
}

.main-card {
    /* height: 400px; */
    background: linear-gradient(to right, #8B45B8, #5A3ECD);
    /* background: rgb(106, 65, 202); */
    /* background: #191B1F; */
    /* background: linear-gradient(to top, #D24C8C, #495EF4); */
    padding: 20px 20px;
    box-sizing: border-box;
}

.main-card:after { content:"";clear:both;display:block; }


@media screen and (max-width: 1000px) { 
    .main-card {
        text-align: center;
    }
}


.main-card-btn-wrapper {
    margin-top: 20px;
    width: 100%;
}


@media screen and (max-width: 1000px) { 
    .main-card-btn-wrapper {
        margin-top: 10px;
    }
}

  
.main-card-btn {
    padding: 13px 0;
    border-radius: 10px;
    border: none;
    color: #f2f2f2;
    font-size: 18px;
    width: 100%;
    font-weight: bold;
}

.prize-pool-ticket-btn {
    padding: 5px 0;
    border-radius: 10px;
    border: none;
    color: #f2f2f2;
    font-size: 18px;
    width: 90%;
    /* font-weight: bold; */
    margin-top: 10px;
}


.activation-card-btn {
    width: 300px;
    /* width: 100%; */
    background-color: #3A5FE6;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    margin-top: 10px;
}


.card-link-div {
    border: 1px dashed grey;
    border-radius: 10px;
    text-align: center;
    margin-top: 10px;
    width: 300px;
    margin: 0 auto;
    margin-top: 10px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
}

@media screen and (max-width: 1000px) { 
    .activation-card-btn {
        width: 80%;
    }

    .card-link-div {
        width: 80%;
    }
}


.buy-ticket-btn {
    /* width: 80%; */
    /* height: 65px; */ 
    background-color: #3A5FE6;
    /* background: linear-gradient(to top, #193dbc, #3A5FE6); */
    /* background-color: #152251; */
}


.buy-ticket-btn-disabled {
    cursor: not-allowed;
    opacity: 0.7;
}

.position-count {
    color: #D7D7D7;
}

.main-card-btn:hover {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    opacity: 0.8;
}

.buy-ticket-image {
    text-align: right;
}

@media screen and (max-width: 1000px) { 
    .buy-ticket-image {
        text-align: center;
        
    }
}

.buy-ticket-image img {
    width: 55%;
}


@media screen and (max-width: 1000px) { 
    .buy-ticket-image img {
        width: 90%;
    }
}

.tutorial-btn-wrapper {
    width: 90%;
    background: #242526;
    /* background: #191B1F; */
    margin: 0 auto;
    border-radius: 0 0 20px 20px;
    padding: 5px 0;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
}


.process-bar-wrapper {
    width: 100%;
    height: 10px;
    background: #32343d;
    border-radius: 20px;
    /* padding: 3px; */
    box-sizing: border-box;
    margin-top: 10px;
}

.process-bar-inner {
    background: linear-gradient(to left, #8B45B8, #5A3ECD);
    height: 100%;
    border-radius: 20px;
}

.prize-pool-open-soon-wrapper {
    color: #f2f2f2;
    margin: 15px 0; 
    font-size: 14px;
}

.countdown-wrapper {
    color: #f2f2f2;
}

.section-title {
    /* color: #f2f2f2; */
    color: #C3C5CB;
    margin-top: 20px;
    margin-bottom: 0px;
    font-size: 15px;
    font-weight: 600;
    margin-left: 15px;
}

.section-sub-title {
    font-weight: 500; 
    font-size: 12px; 
}

.earnings-wrapper {
    background: linear-gradient(to right, #8B45B8, #5A3ECD);
    /* background: linear-gradient(to right, #BB0FC3, #0B69D9); */
    /* box-sizing: border-box; */
    margin: 0;
    padding: 4px;
}

.earnings-inner-wrapper {
    /* background: #242526; */
    background: #191B1F;
    border-radius: 20px;
    margin: 0;
    padding: 30px ;
}

.inner-title-wrapper {
    overflow: hidden;
}

.inner-title {
    color:#E3E3E3;
    color: #aaa;
    float: left;
    /* font-size: 18px; */
    font-size: 15px;
}

.card-detail {
    float: right;
    color: #AAAAAA;
    /* font-size: 18px; */
    font-size: 15px;
    padding: 2px 5px;
    border-radius: 3px;
    margin-top: -4px;
}

.card-detail:hover {
    color: #AAAAAA;
    text-decoration: none;
    background: #555555;
    
}

.amount-wrapper {
    color: #f2f2f2;
    font-weight: bold;
    font-size: 26px;
    margin-top: 10px;
}

.no-thing-div {
    color: #7F7F7F;
    font-size: 20px;
    text-align: center;
    padding: 70px 0;
}

.no-friend-div {
    color: #7F7F7F;
    font-size: 18px;
    text-align: center;
    padding: 30px 0;
}


.direct-commision-wrapper {
    padding-left: 0; 
    padding-right: 3px;
}

.indirect-commision-wrapper {
    padding-right: 0; padding-left: 3px;
}



@media screen and (max-width: 1000px) { 
    .commision-wrapper {
        padding: 0;
    }
}


.shadow-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /* background: #18191A; */
    background: #1F2128;
    width: 100%;
    z-index: 9999;
}

.shadow-inner {
    /* background: #242526; */
    background: #191B1F;
    width: 60%;
    /* height: 500px; */
    margin: 0 auto;
    margin-top: 90px;
    border-radius: 20px;
    color: #f2f2f2;
    padding: 30px;
    font-size: 16px;
    box-sizing: border-box;
}

@media screen and (max-width: 901px) { 
    .shadow-inner {
        width: 100%;
    }
}

.close-shadow-btn {
    /* background: #242526; */
    background: #191B1F;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    float: right;
    margin: 20px 20px 0 0;
    color: #f2f2f2;
    text-align: center;
    line-height: 50px;
    font-size: 30px;
    font-weight: lighter;
    cursor: pointer;
}

.shadow-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.shadow-sub-title {
    /* font-weight: bold; */
    margin-top: 15px;
    margin-bottom: 5px;
    color: #C3C5CB;
    font-weight: bold;
}

.shadow-content {
    color: #AAAAAA;
    font-size: 18px;
}

.shadow-btn {
    background: #3A5FE6;;
    width: 100%;
    height: 50px;
    border: none;
    border-radius: 10px;
    margin-top: 20px;
    font-weight: bold;
}

.shadow-btn:hover {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}


.shadow-btn-disabled {
    cursor: not-allowed;
    opacity: 0.7;
}

.shadow-help-icon {
    width: 15px;
    height: 15px;
    border-radius: 100px;
    /* background: #3A3B3C; */
    background: #6C6D6E;
    font-size: 12px;
    text-align: center;
    line-height: 15px;
    display:inline-block;
    color: #fff;
    cursor: pointer;
}

.shadow-line {
    height: 1px;
    width: 100%;
    /* background: #3A3B3C; */
    background: #25272A;
    margin: 15px 0;
}

.wallet-option-wrapper {
    background: #3A3B3C;
    height: 80px;
    width: 100%;
    border-radius: 10px;
    padding: 10px 20px;
    cursor: pointer;
    margin-bottom: 10px;
}



.wallet-option-wrapper:hover {
    background: #3A5FE6;
}

.wallet-icon-wrapper {
    height: 100%;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
}



.wallet-info-wrapper {
    /* background: blue; */
    height: 100%;
    /* width: 70%; */
    float: left;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    margin-left: 20px;
}


.wallet-icon {
    width: 40px;
    height: 40px;
    border-radius: 100px;
    /* background: #fff; */
}   

.wallet-name {
    color: #fff;
    margin-bottom: 2px;
}


.wallet-desc {
    color: #AAAAAA;
}

.loading-div {
    border-top: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2;
    /* border-left: 1px solid #f2f2f2; */
    width: 25px;
    height: 25px;
    border-radius: 100px;
    margin: 0 auto;
}




.link-div {
    border: 1px dashed grey;
    padding: 10px 0;
    border-radius: 10px;
    text-align: center;
    margin-top: 10px;
}




.pop-table {
    /* background: red; */
    width: 100%;
}

.pop-table tr {
    height: 50px;
    /* border-bottom: 1px solid #2E2F30; */
    border-bottom: 1px solid #25272A;
}


.pop-table tr td {
    vertical-align: center;
    font-size: 14px;
    color: #fff;
}

.pop-table tr td:not(:first-child) {
    text-align: right;
}

.pop-table-head {
    color: #C3C5CB;
    font-weight: bold;
}


.card-table tr {
    border-bottom: 1px solid #25272A;
}


.card-table tr:not(:first-child):hover {
    background: #25272A;
    cursor: pointer;
}


.table-tag {
    font-size: 13px;
    background: #40444F;
    padding: 2px 6px;
    border-radius: 6px;
    margin-left: 5px;
}

.table-tag-green {
    font-size: 13px;
    background: #A3E8AA;
    color: #028C10;
    padding: 2px 6px;
    border-radius: 6px;
    margin-left: 5px;
}

.pagination-wrapper {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.pagination {
    
    margin: 0;
}



.pagination-item {
    float: left;
}



.page-btn {
    font-weight: bold;
    color: #3A5FE6;
    cursor: pointer;
    width: 35px;
}


.page-btn-disabled {
    /* color: #2E3F7D; */
    opacity: 0.4;
}

.previous-page {
    text-align: left;
}

.next-page {
    text-align: right;
}

.my-tickets-title-wrapper:after { content:"";clear:both;display:block; }


.table-show-more-btn {
    text-align: center;
    /* background: red; */
    color: rgba(255, 255, 255, 0.7);
    padding-top: 15px;
    cursor: pointer;
}


.round-card-wrapper {
    padding: 0;
}

.round-card-wrapper-inner {
    padding: 20px;
}


.round-card-top {
    border-bottom: 1px solid #25272A;
}

.round-card-top-left {
    color: #f2f2f2; width: fit-content; float: left;
    font-size: 14px;
    color: #E3E3E3;
    font-weight: bold;
}

.round-card-top-right {
    width: fit-content; float: right;
    margin-top: -3px;
}

.round-number-span {
    padding: 3px 10px; background: #25272A; border-radius: 5px; margin-left: 3px;
    font-weight: 500;
}

.round-btn {
    padding: 3px 7px; background: #3A5FE6; cursor: pointer;
    border-radius: 5px;
    display: inline-block;
}

.round-btn-disabled {
    opacity: 0.3;
}

.round-btn-left {
    transform:rotate(-90deg);
    margin-right: 2px;
}


.round-btn-right {
    transform:rotate(90deg);
}

.round-card-content {
    font-size: 15px;
}

.round-content {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
}

.round-content:not(:last-child) {
    margin-bottom: 30px;
    
}

.round-content-title {
    width: 80px;
    display: inline-block;
    color: #F2F2F2;
    font-weight: bold;
}


.buy-ticket-pop-card {
    /* background: #25272A; */
    background: #1F2128;
    /* height: 70px; */
    width: 100%;
    /* margin-bottom: 10px; */
    border-radius: 10px;
    padding: 15px;
    box-sizing: border-box;
}


.buy-ticket-pop-card-title {
    color: #f2f2f2;
    font-size: 12px;
}

.buy-ticket-pop-card-content {
    /* width: 100%; */
    margin-top: 10px;
    position: relative;
}

/* .buy-ticket-pop-card-content:after { content:"";clear:both;display:block; } */

.buy-ticket-pop-card-content-left {
    left: 0;
    
}

.buy-ticket-pop-card-content-right {
    float: right;
    font-size: 12px;
    position: absolute;
    bottom: 2px;
    right: 0;
    color: #AAAAAA;
}


.buy-ticket-pop-right-title {
    /* width: 100px; */
    display: inline-block;
    margin-right: 10px;
}


.buy-ticket-pop-right-content {
    color: #fff;
    text-align: right;
    /* float: right; */
}

.buy-ticket-trx-img {
    height: 16px;
    margin-top: -2px;
}


.buy-ticket-pop-amount {
    font-size: 18px;
    font-weight: bold;
    margin-left: 3px;
}

.buy-ticket-pop-text {
    font-size: 12px;
    color: #7F7F7F;
}

.pop-err {
    border-top: 1px solid #25272A;
    font-size: 13px;
    margin-top: 10px;
    padding-top: 10px;
}


.shadow-list {
    font-size: 14px;
}

.shadow-list:not(:last-child) {
    margin-bottom: 30px;
}

.shadow-list-title {
    display: inline-block;
    width: 49%;
    /* background: red; */
    color: #aaa;
}

.shadow-list-content {
    display: inline-block;
    text-align: right;
    width: 49%;
    /* background: blue; */
    color: #fff;
}


.shadow-input {
    background: #1F2128;
    border: none;
    width: 100%;
    border-radius: 10px;
    height: 50px;
    padding: 0 5px;
}