img {
    width: 100%;
}

.pages {
    width: 90%;
    margin: 0px auto;
}

.flex {
    display: flex;
}

.justify-content-between {
    justify-content: space-between;
}

.cursor-pointer {
    cursor: pointer;
}

.color-14C1A2 {
    color: #14C1A2;
}
.color-14C2A3 {
    color: #14C2A3;
}

.color-717A7A {
    color: #717A7A;
}

.text-under {
    text-decoration: underline;
}

.ts-side-panel-header {
    width: 70%;
    min-width: 1420px;
    height: auto;
    margin: 1rem auto;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flexNew {
    display: flex;
}

.ts-side-panel-header-right {
    display: flex;
}

.pc-lang {
    position: relative;
}

.ts-side-panel-time {
    width: 25%;
    min-width: 1420px;
    height: auto;
    margin: 1rem auto;
    box-sizing: border-box;
}

.ts-side-panel-time-img {
    width: 500px;
    margin: 3rem auto;
    /*zwk*/
}

.ts-side-panel-time-count-up {
    margin: 1rem auto;
    /*zwk*/
}

.ts-side-panel-rule {
    min-width: 1420px;
    width: 70%;
    margin: 0 auto;
    text-align: center;
    font-family: "Chakra Petch", sans-serif;
}

.ts-side-panel-rule-title {
    font-weight: 800;
    font-size: 56px;
    line-height: 56px;
    color: #ffffff;
    margin-bottom: 20px;
}

.ts-side-panel-rule-title-pool {
    font-weight: 800;
    font-size: 36px;
    line-height: 36px;
}

.ts-side-panel-rule-title-lian {
    width: 24px;
    height: 22px;
    display: block;
    margin-top: 5px;
}

.ts-side-panel-rule-text {
    font-size: 20px;
    color: #8B8B8B;
    margin: 2rem auto;
    font-family: "Chakra Petch", sans-serif;
    font-weight: 500;
}

.ts-side-panel-rule-tab {
    width: 100%;
    margin: 1rem auto;
    margin-bottom: 4rem;
    border: 2px solid #14C2A3;
}

.ts-side-panel-rule-tab-wallet {
    width: 90%;
    height: 140px;
    margin: 50px auto 26px auto;
    border: 2px solid #14C2A3;
    background: #0E2230;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding: 0px 10px 0px 10px;
}

.ts-side-panel-rule-tab-wallet-left {
    min-width: 76.5%;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    padding: 0px 20px 0px 0px;
    border-right: 1px solid #128074;
    height: 110px;
}

.ts-side-panel-rule-tab-wallet-left-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: "IBM Plex Mono", monospace;
    padding-left: 10px;
    margin-bottom: 12px;
}

.ts-side-panel-rule-tab-wallet-left-item-zwk {
    font-family: "IBM Plex Mono", monospace;
    font-size: 16px;
}

.ts-side-panel-rule-tab-wallet-right {
    min-width: 20%;
    width: 270px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    margin-right: 6px;
}

.ts-side-panel-rule-tab-wallet-right-top {
    border-radius: 8px;
    background: #334155;
    padding-left: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ts-side-panel-rule-tab-wallet-right-top-text {
    display: flex;
}

.ts-side-panel-rule-tab-wallet-right-top-text-cent {
    display: flex;
    justify-content: center;
}

.ts-side-panel-rule-tab-wallet-right-top-wallet {
    border-radius: 8px;
    background: #14C2A3;
}

.ts-side-panel-rule-tab-wallet-right-bottom {
    display: flex;
    margin-top: 16px;
    justify-content: space-between;
    align-items: center;
}

.ts-side-panel-rule-tab-wallet-right-bottom-a {
    width: 48%;
    height: 40px;
    padding: 6px 10px 10px 10px;
}


/* .flat-toggle::before,
.flat-toggle::after {
    background: none;
} */

.ts-side-panel-rule-item-left {
    width: 84.4%;
}

.rule-toggle-title {
    display: flex;
    align-items: center;
    font-family: "IBM Plex Mono", monospace;
    font-weight: bold;
    font-size: 17px;
}

.background-none {
    background: none;
}

.toggle-title::after,
.toggle-title::before {
    top: 10px !important;
}

.task-title {
    padding-left: 10px;
    text-align: left;
    font-size: 20px;
    font-weight: 600;
    color: #14C1A2;
    font-family: "IBM Plex Mono", monospace;
}

.list-ul {
    color: #14C1A2;
    font-size: 14px;
}

.list-item {
    text-align: left;
    position: relative;
    padding-left: 26px;
    /* zwk */
    padding-top: 5px;
    font-family: "IBM Plex Mono", monospace;
}

.list-item::before {
    position: absolute;
    left: 10px;
    /* zwk */
    top: 15px;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background: #14C1A2;
}

.rule-content-right {
    max-width: 44%;
    margin-left: 5%;
    padding-top: 4px;
    font-size: 14px;
    line-height: 14px;
    text-align: left;
}

.rule-content-right-title {
    padding: 10px;
    font-weight: 400;
    border: 1px dashed #FECB00;
    border-radius: 8px;
    color: #FECB00;
    box-sizing: border-box;
}

.rule-content-right-text {
    color: #717A7A;
    margin-top: 10px;
    font-weight: 400;
}

.rule-content-right-a {
    margin-top: 10px;
    color: #00CCFF;
    text-decoration: underline;
    font-family: "IBM Plex Mono", monospace;
}

.rule-content-right-input {
    align-items: center;
    border: 2px solid #14C1A2;
    /* zwk */
    color: #999999;
    margin-top: 10px;
    padding: 5px 10px;
    font-family: "IBM Plex Mono", monospace;
}

.rule-content-right-input-btn {
    /* zwk */
    color: #ffffff;
    background: #14C1A2;
    padding: 10px;
    box-sizing: border-box;
}

.ts-side-panel-pool {
    width: 90%;
    margin: 10px auto;
    min-height: 100px;
}

.ts-side-panel-pool-item {
    width: 30%;
    box-sizing: border-box;
    padding: 10px 15px;
    background: #0E2431;
    margin: 40px 0px;
}

.ts-side-panel-pool-item-title {
    font-size: 18px;
    line-height: 18px;
    font-weight: 800;
}

.ts-side-panel-pool-item-text_title {
    font-size: 16px;
    color: #66FFFF;
    line-height: 14px;
    font-weight: bold;
    margin: 20px 20px 0px 0px;
}

.ts-side-panel-pool-item-text {
    color: #CCCCCC;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    margin: 0px 20px 15px 20px;
    font-family: "IBM Plex Mono", monospace;
}

.ts-side-panel-pool-item-text-underline {
    border-bottom: 1px dashed #CCCCCC;
    flex: 1;
}

.ts-side-panel-pool-item-zwks {
    border: 2px solid #105252;
    position: relative;
    z-index: 1;
    background: #0E2230;
}

.ts-side-panel-pool-item-text_title_title {
    margin-left: 20px;
}

.ts-side-panel-rule-bottom {
    text-align: center;
    margin-bottom: 20px;
    color: #B9B9BF;
}

.ts-side-3BNB {
    font-family: "Chakra Petch", sans-serif;
    color: #14C2A3;
    font-size: 20px;
    font-weight: bold;
    width: 86px;
    padding: 0px 0px 0px 10px;
    text-align: left;
}

.ts-side-isStaking {
    font-family: "Chakra Petch", sans-serif;
    color: #14C2A3;
    font-size: 16px;
    font-weight: bold;
    width: 86px;
    padding: 2px 0px 0px 10px;
    text-align: left;
}

.disableBtn {
    position: absolute;
    margin: -12px 0px 0px -40px;
}

.rule-toggle-title::after {
    right: 25px !important;
}

.table1 {
    margin: 20px 0px 0px 10px;
}

.table1 tr td {
    border: 2px solid #14C2A3;
    width: 138px;
    height: 40px;
    font-family: "IBM Plex Mono", monospace;
    font-size: 16px;
    line-height: 16px;
    /*color: #ffffff;*/
}

.table1 tr th {
    font-weight: normal;
    background-color: #334155;
    border: 2px solid #14C2A3;
    width: 138px;
    height: 40px;
    font-family: "IBM Plex Mono", monospace;
    font-size: 15px;
    line-height: 15px;
    color: #ffffff;
}

.table2 tr td {
    border: 2px solid #14C2A3;
    height: 40px;
    font-family: "IBM Plex Mono", monospace;
    font-size: 16px;
    line-height: 16px;
    /*color: #ffffff;*/
}

.table2 tr th {
    font-weight: normal;
    background-color: #334155;
    border: 2px solid #14C2A3;
    height: 40px;
    font-family: "IBM Plex Mono", monospace;
    font-size: 16px;
    line-height: 16px;
    color: #ffffff;
}

.table3 tr td {
    border: 2px solid #14C2A3;
    width: 160px;
    height: 40px;
    font-family: "IBM Plex Mono", monospace;
    font-size: 16px;
    line-height: 16px;
    /*color: #ffffff;*/
}

.table3 tr th {
    width: 160px;
    height: 25px;
    font-weight: normal;
    background-color: #334155;
    border: 2px solid #14C2A3;
    font-family: "IBM Plex Mono", monospace;
    font-size: 16px;
    line-height: 16px;
    color: #ffffff;
}

.fontIbm {
    font-family: "IBM Plex Mono", monospace;
}

.colorCccccc {
    color: #cccccc;
}

.fontSize16 {
    font-size: 16px;
    line-height: 16px;
}

.fontSize22 {
    font-size: 22px;
    line-height: 22px;
}

.textLeft {
    text-align: left;
}

.telegram-title-padd {
    padding: 10px 0px 0px 20px;
    text-align: left;
}

.telegram-title-padd1 {
    color: #FECB00;
    padding: 10px 70px 0px 20px;
    line-height: 28px;
    font-size: 16px;
}

.buttonDis {
    display: flex;
}

.buttonDis2 {
    display: none;
}

.stakeTitle {
    display: flex;
    justify-content: space-between;
}

.receiveBtn {
    height: 36px;
    line-height: 36px;
    text-align: center;
    width: 124px;
    padding: 0px 0px;
}

.buttonDis3 {
    display: none;
}

.width_6 {
    width: 50%;
}

.margin_6 {
    margin: 3px 0px 0px 0px;
}

.margin_7 {
    margin-top: 10px;
}

.margin_8 {
    margin: 112px 0px 15px 0px;
}

.margin_9 {
    margin: 0px 0px 0px 10px;
}

.margin_10 {
    margin-top: 100px;
}

.margin_13 {
    margin-right: 10px;
}

.widht_Month {
    width: 40%;
}

.margin_Month {
    margin: 30px 0px 0px 10px;
}

.margin_Month2 {
    margin: 30px 10px 0px 0px;
}

.widthApr {
    width: 86%;
}

.heightApr {
    height: 80px;
    margin-bottom: 40px;
}

.rule-toggle-title::after,
.rule-toggle-title::before {
    padding: 3px 10px 3px 10px !important;
}

@keyframes fadeIn
{
    0%   {opacity: 0;}
    25%  {opacity: .25;}
    50%  {opacity: .5;}
    100% {opacity: 1;}
}
@keyframes fadeOut
{
    0%   {opacity: 1;}
    25%  {opacity: .75;}
    50%  {opacity: .5;}
    100% {opacity: 0;}
}

.lang-item {
    animation: fadeOut .5s;
    display: none;
}

.currentLang:hover .lang-item {
    display: block;
    animation: fadeIn .5s;
}

.user-item {
    width: 155px;
    height: 48px;
    /*line-height: 48px;*/
    padding: 10px;
    cursor: pointer;
    background: #334155;
    border-radius: 8px;
    box-sizing: border-box;
    font-size: 14px;
    color: #ffffff;
    position: relative;
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: center;*/
    /*overflow: hidden;*/
}
.log-out-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 42px;
    width: 100%;
    height: 48px;
    text-align: center;
    padding: 10px;
    cursor: pointer;
    background: #334155;
    border-radius: 0 0 8px 8px;
    box-sizing: border-box;
    font-size: 14px;
    color: #ffffff;
    display: none;
}
.user-item:hover .log-out-text {
    display: block;
    animation: fadeIn .5s;
}
.user-item-info {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-left: 5px;
}

.comimg-soon .featured-countdown ul li:nth-child(1) {
    margin-right: 40px;
}

.comimg-soon .featured-countdown ul li:nth-child(2) {
    margin-right: 20px;
}

.comimg-soon .featured-countdown ul li:nth-child(3) {
    margin-left: 20px;
}

.comimg-soon .featured-countdown ul li:nth-child(4) {
    margin-left: 40px;
}

@media screen and (min-width: 0px) and (max-width: 750px) {
    .ts-side-panel-header {
        width: 100%;
        min-width: 100%;
    }
    .ts-side-panel-header-left {
        width: 265px;
    }
    .ts-side-panel-rule {
        min-width: 100%;
        width: 100%;
    }
    .ts-side-panel-time {
        min-width: 100%;
        width: 100%;
        margin: 5rem auto;
    }
    .ts-side-panel-time-img {
        width: 60%;
        margin: 3rem auto;
    }
    .ts-side-panel-rule-title-lian {
        display: none;
    }
    .ts-side-panel-rule-tab {
        border: none;
    }
    .ts-side-panel-rule-tab-wallet {
        width: 90%;
        height: 250px;
        margin: 50px auto 26px auto;
        border: 2px solid #14C2A3;
        background: #0E2230;
        display: block;
        justify-content: start;
        align-items: center;
        box-sizing: border-box;
        padding: 0px 10px 0px 10px;
    }
    .ts-side-panel-rule-tab-wallet-left {
        min-width: 100%;
        font-weight: 600;
        padding: 10px 10px 0px 0px;
        border-right: none;
    }
    .ts-side-panel-rule-tab-wallet-right {
        min-width: 100%;
        width: 100%;
        color: #ffffff;
        margin-right: 0px;
        margin-top: 20px;
    }
    .ts-side-panel-rule-tab-wallet-right-bottom {
        margin-top: 20px;
    }
    .ts-side-panel-rule-tab-wallet-right-bottom-a {
        width: 48%;
    }
    .ts-side-panel-rule-item-left {
        width: 100%;
    }
    .rule-toggle-title {
        display: block;
        /* aaaaaaaaaaaaaaaaaaaaa */
    }
    .telegram-title-padd {
        padding: 10px 0px 0px 20px;
    }
    .telegram-title-padd1 {
        color: #FECB00;
        padding: 0px 0px 0px 20px;
        text-align: left;
        line-height: 18px;
    }
    .buttonDis {
        display: none;
    }
    .flat-accordion .flat-toggle.corner-box .toggle-title {
        padding-right: 0px !important;
    }
    .buttonDis2 {
        width: 100%;
        display: flex;
        margin-top: 10px;
    }
    .buttonDis3 {
        width: 100%;
        display: flex;
        margin-top: 4px;
    }
    .phoneRight {
        margin-left: auto;
        margin-right: 10px;
        width: 220px;
        height: 48px;
        line-height: 48px;
        padding: 0px;
        text-transform: none !important;
    }
    .rule-toggle-title::after,
    .rule-toggle-title::before {
        left: 20px !important;
        top: 76px !important;
        width: 50px;
        height: 50px;
        padding: 12px 10px 3px 10px !important;
        text-align: center;
        background-color: #10323A;
    }
    .flexNew {
        display: block;
    }
    .rule-content-right {
        max-width: 100%;
        margin-left: 3%;
    }
    .receiveBtn {
        width: 106px;
        height: 30px;
        text-align: 30px;
        width: 124px;
        padding: 0px 0px;
    }
    .fontSize14 {
        font-size: 14px;
        line-height: 14px;
    }
    .width_6 {
        width: 100%;
    }
    .width_phone {
        width: 100%;
    }
    .margin_6 {
        margin: 8px 0px 0px 0px;
    }
    .margin_7 {
        margin-top: 20px;
    }
    .margin_8 {
        margin: 25px 0px 15px 0px;
    }
    .margin_9 {
        margin: 20px 0px 0px 0px;
    }
    .margin_10 {
        margin-top: 50px;
    }
    .margin_11 {
        margin: 20px 0px 0px 0px;
    }
    .margin_13 {
        margin-right: 0px;
    }
    .table1 {
        margin: 20px 0px 8px 0px;
    }
    .table1 tr td {
        width: 138px;
        font-size: 15px;
        line-height: 15px;
    }
    .table1 tr th {
        width: 138px;
        font-size: 14px;
        line-height: 14px;
    }
    .widht_Month {
        width: 100%;
    }
    .margin_Month {
        margin: 30px 0px 0px 0px;
    }
    .margin_Month2 {
        margin: 30px 0px 0px 0px;
    }
    .ts-side-panel-pool-item {
        width: 100%;
        padding: 10px 0px;
        margin: 20px 0px;
    }
    .widthApr {
        width: 100%;
    }
    .heightApr {
        height: 100px;
    }
    .phoneRight {
        margin-right: 10px;
    }
    .comimg-soon .featured-countdown ul li:nth-child(1) {
        margin-right: 0px;
    }
    .comimg-soon .featured-countdown ul li:nth-child(2) {
        margin-right: 0px;
    }
    .comimg-soon .featured-countdown ul li:nth-child(3) {
        margin-left: 0px;
    }
    .comimg-soon .featured-countdown ul li:nth-child(4) {
        margin-left: 0px;
    }
    .ts-side-panel-rule-text {
        width: 92%;
    }
}

@media screen and (min-width: 750px) and (max-width: 1200px) {}
