:root {
    --primary-color: #000;
    --secondary-color: #f90;
    --primaryfont: "Rubik", sans-serif;
}

* {
    margin: 0;
}

html,
body {
    margin: 0;
    padding: 0;
    background: #c1c1c1;
    font-family: var(--primaryfont);
}

ul,
figure {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    text-decoration: none;
}

a,
button {
    text-decoration: none;
    cursor: pointer;
}

img {
    width: 100%;
    max-width: 100%;
}
.warning-not-allowed img {
    width: 10px;
}
.hide {
    display: none;
}
.show {
    display: block;
}
/*-- mobile grid ---*/
.m-container {
    width: 100%;
    max-width: 600px;
    padding: 0 15px;
    box-sizing: border-box;
}

.m-flex {
    display: flex;
}

.j-center {
    justify-content: center;
}

.j-around {
    justify-content: space-around;
}

.j-btwenn {
    justify-content: space-between;
}

.j-evenly {
    justify-content: space-evenly;
}
.j-right {
    justify-content: right;
}
.j-flend {
    justify-content: flex-end;
}
.a-center {
    align-items: center;
}
.relative {
    position: relative;
}

.m-grid {
    padding: 0 5px;
}

.f-d-col {
    flex-direction: column;
}

.m-6 {
    width: 50%;
}
.m-12 {
    width: 100%;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mt-2 {
    margin-top: 1rem;
}

.mb-03 {
    margin-bottom: 0.3rem;
}

.mb-2 {
    margin-bottom: 1rem;
}

.mb-3 {
    margin-bottom: 1.2rem;
}
.mr-2 {
    margin-right: 10px;
}
.in-block {
    display: inline-block;
}
/*--- Mobile Grid ---*/

/*--- Theme ---*/
header {
    padding: 10px 10px;
    font-size: 13px;
    color: #0901c4;
}

.main-wrapper {
    background: #e3e3e3;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    display: block;
}

/*--- Banner Counter ---*/
.banner-main {
    text-align: center;
    background: linear-gradient(180deg, #853da3, #7d56d9);
    color: #ffffff;
    padding: 20px 20px 45px;
    border-radius: 20px;
    box-shadow: 0 9px 20px #00000024;
    min-height: 410px;
    margin-bottom: 1rem;
    transition: 0.15s ease-in-out;
}

.banner-main h4 {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 8px;
}

.value-trx {
    border: 1px solid #ffffff;
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
    line-height: 45px;
    font-weight: 400;
    font-size: 22px;
    border-radius: 10px;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    position: relative;
}

.value-trx::after,
.value-trx::before {
    content: "";
    position: absolute;
    left: -40px;
    top: 50%;
    width: 30px;
    background: url(../images/arrow.svg) no-repeat;
    height: 15px;
    background-size: contain;
}

.value-trx::before {
    transform: translate(0, -50%) rotate(180deg);
}

.value-trx::after {
    left: auto;
    right: -40px;
    transform: translate(0, -50%);
}

.tab-card .value-trx h6 {
    margin-bottom: 0;
}

.value-trx h6 > span {
    font-size: 11px;
    font-weight: 400;
}
.daily-trx {
    margin-top: 10px;
}
.daily-trx .value-trx {
    width: 45%;
    margin: 0;
    border-radius: 15px;
    line-height: 35px;
}
.daily-trx .value-trx::after,
.daily-trx .value-trx::before {
    display: none;
}
.daily-trx > span {
    margin-right: 10px;
    font-size: 12px;
}
.counter-trx {
    display: inline-block;
    padding: 0 5px;
    line-height: 30px;
    border-radius: 14px;
    overflow: hidden;
    position: relative;
    background: #371f4d59;
    margin-top: 1rem;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

.counter-trx p {
    margin-bottom: 0;
    color: #f2e6e6;
}

.counter-trx p span {
    position: relative;
    padding: 0 5px;
    font-size: 11px;
}

.counter-trx p span::after {
    content: "";
    position: absolute;
    right: -3px;
    height: 40px;
    top: -10px;
    background: #565656a1;
    width: 1px;
}

.counter-trx p span:last-child::after {
    display: none;
}

.counter-trx p small {
    font-size: 10px;
    margin-left: 2px;
}

.tab-head ul {
    text-transform: uppercase;
    margin-bottom: 0.8rem;
}

.tab-head ul li {
    display: inline-block;
    width: 45px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #d1d1d1;
    border-radius: 5px;
    position: relative;
    color: #d1d1d1;
}
.tab-head ul li::after {
    content: attr(data-stake);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgb(255 255 255 / 5%);
    color: inherit;
    text-align: center;
    height: 15px;
    font-size: 10px;
    line-height: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: none;
}
.tab-head ul li.active {
    border-width: 2px;
    border-color: #00fbff;
    color: #fff;
}

.tab-head ul li a {
    color: inherit;
    cursor: pointer;
}

/*--- Step Tab Head ---*/
.step-tab-head {
    bottom: 10px;
    padding-bottom: 0;
    position: absolute;
    z-index: 5;
    width: 100%;
    left: 0;
}

.button-theme-holder ul li {
    position: relative;
}
.button-theme-holder ul li > a {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    z-index: 2;
    color: #afa0b5;
    text-transform: uppercase;
    font-size: 14px;
}

.button-theme-holder ul li > a > figure {
    background: #fff;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    box-shadow: 0px 5px 10px #6c3b8e40;
    border: 3px solid #fff;
    transition: 0.15s ease-in;
}
.button-theme-holder ul li.active > a > figure {
    border-color: #00fbff;
}

.step-tab-head ul li::before {
    position: absolute;
    left: -5px;
    top: -10px;
    width: 30px;
    height: 30px;
    content: attr(data-step);
    color: #d1d1d1;
    font-size: 40px;
    font-weight: bold;
    opacity: 0.7;
}

.step-tab-head ul li.active::before {
    color: #fff;
    opacity: 1;
    -webkit-text-stroke: 2px #00fbff;
}

.button-theme-holder ul li > a > figure > img {
    width: 100%;
    height: 100%;
    max-width: 40px;
    max-height: 40px;
    /* filter: grayscale(1);
    opacity: 0.5; */
    transition: 0.15s ease-in;
}

.button-theme-holder ul li.active > a > figure > img {
    opacity: 1;
    filter: grayscale(0);
}

.button-theme-holder ul li > a > span {
    display: block;
    text-align: center;
    margin-top: 1rem;
}

/*--- announcement ---*/
.announcement {
    background: #fff;
    border-radius: 50px;
    position: relative;
    height: 55px;
    padding: 0 20px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.announcement::after,
.announcement::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 50px;
    background: #fff;
}

.announcement::after {
    right: 0;
    left: auto;
    background: #7f50cc;
}

.announcement > .icon {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 15px;
    z-index: 5;
    background: #ebeaf2;
}
.announcement h6 {
    font-size: 15px;
    font-weight: 500;
    color: #043a70;
}

.announcement > .bg {
    position: absolute;
    left: -5px;
    bottom: -5px;
    top: auto;
}

.announcement > .icon > img {
    object-fit: contain;
    max-height: 100%;
    max-width: 100%;
    height: 100%;
    width: 100%;
}

.announcement marquee {
    line-height: 60px;
}

/*--- quicklinks ---*/
.quicklinks {
    background: #ffffff;
    padding: 20px 0;
    border-radius: 10px;
    margin-top: 1.2rem;
}

.rewards,
.counter {
    padding-top: 70px;
}

.reward-card {
    background: #fff;
    width: 45%;
    border-radius: 30px;
    min-height: 180px;
    text-align: center;
    box-shadow: 0px 3px 37px #00000029;
}

.reward-card figure {
    width: 100px;
    margin: -45px auto 0;
    min-height: 115px;
}

.reward-card .inner-content {
    padding-top: 0.5rem;
    color: #afa0b5;
    margin-top: auto;
    margin-bottom: 10px;
}

.reward-card .inner-content h4 {
    font-weight: 500;
    font-size: 15px;
}

.reward-card .inner-content h6 {
    font-weight: 400;
    font-size: 14px;
    margin-top: 5px;
}

.reward-card .inner-content h6 > span {
    display: block;
    font-size: 13px;
    color: #c3c0c5;
    font-weight: 400;
    margin-top: 5px;
}

.about {
    text-align: center;
    background: #fff;
    padding: 20px;
    margin-top: 40px;
    border-radius: 20px;
}

.about h3 {
    color: #7e55d7;
}

.about h6 {
    margin-bottom: 20px;
    color: #afa0b5;
    font-weight: 400;
}

.about p {
    color: #afa0b5;
    font-size: 13px;
    line-height: 20px;
    font-weight: 300;
}

.about figure {
    margin-top: 10px;
}

.counter .m-flex {
    flex-wrap: wrap-reverse;
    justify-content: space-around;
}

.counter .reward-card {
    border-radius: 15px;
}

.counter .reward-card h4 span {
    display: block;
}

.counter .reward-card:last-child {
    margin-bottom: 4rem;
}

.counter .reward-card figure {
    min-height: auto;
    width: 120px;
}

.counter .reward-card h6 {
    color: #853da3;
    font-weight: 500;
    font-size: 16px;
}

.counter .reward-card .inner-content h4 {
    font-weight: 500;
    font-size: 14px;
}

.counter {
    padding-bottom: 40px;
}

.fixed-bottom-nav {
    background: #fff;
    padding: 10px;
    position: fixed;
    width: 100%;
    z-index: 999;
    bottom: 0;
    box-shadow: 0 0 4px 2px #0000002b;
    max-width: 600px;
    left: 50%;
    transform: translate(-50%, 0);
    box-sizing: border-box;
    max-width: 500px;
}

.fixed-bottom-nav ul li {
    width: 18%;
}

.fixed-bottom-nav ul li a {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 12px;
    color: #333;
    font-weight: 600;
}

.fixed-bottom-nav ul li a span {
    display: block;
    width: 25px;
    margin: 0 auto;
    filter: brightness(0);
    opacity: 0.8;
    transition: 0.15s ease-in-out;
}

.fixed-bottom-nav ul li:nth-child(3) {
    position: relative;
    margin-top: -30px;
    width: 20%;
    filter: brightness(1);
    opacity: 1;
    background: #fff;
    border-radius: 50%;
}

.fixed-bottom-nav ul li a.active {
    color: var(--primary-color);
}

/*.fixed-bottom-nav ul li a.active span {
    filter: brightness(1);
    opacity: 1;
}
*/
.fixed-bottom-nav ul li:nth-child(3) span {
    width: 100%;
    filter: brightness(1);
    opacity: 1;
}

.common-btn {
    background-color: #0251a7;
    border: solid 1px #707070;
    box-shadow: 0px 10px 12px #00000029;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    width: 175px;
    line-height: 43px;
    text-align: center;
    border-radius: 40px;
    display: inline-block;
    letter-spacing: 1px;
}
.common-btn:disabled {
    background-color: #2e1616;
    opacity: 0.7;
}
.glass-btn {
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border: solid 2px #47fcff;
    background: #9467d2;
    box-shadow: none;
}

.sm-btn {
    line-height: 35px;
}

.fluro-btn {
    border-color: #00fbff;
}

/*----- Active Staking Mode ---*/

.main-inp-area {
    background: rgba(255, 255, 255, 9%);
    position: relative;
    width: 95%;
    display: inline-block;
    margin: 0 auto;
    border-radius: 10px;
    border: 1px solid #d1d1d1;
}

.main-inp-area input {
    all: unset;
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    background: none;
    line-height: 36px;
}
.main-inp-area input[type="number"] {
    -webkit-appearance: none;
}
.main-inp-area .inp-append {
    position: absolute;
    right: 15px;
    top: 53%;
    transform: translate(0, -50%);
    font-size: 12px;
}
.main-inp-area .inp-append-start {
    position: absolute;
    left: 15px;
    top: 25%;
    transform: translate(0, 50%);
    font-size: 9px;
}
.main-inp-area .inp-append-center {
    padding: 10px;
}

.main-inp-area.topup-staking-inp .inp-append {
    right: 25%;
}
.main-inp-area.topup-staking-inp .inp-append-dollar {
    position: absolute;
    left: 20%;
}
.lpswap .main-inp-area.topup-staking-inp .inp-append {
    right: 5%;
}
.main-inp-area .inp-append-btns {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 35px;
    line-height: inherit;
    border: none;
    background: #ffffff21;
    color: #fff;
}
.main-inp-area .inp-append-btns.left-btn {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.main-inp-area .inp-append-btns.right-btn {
    left: auto;
    right: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.btns {
    width: 65%;
    display: inline-block;
    margin: 0 auto;
}

.btns ul {
    flex-wrap: wrap;
}

.btns ul li {
    width: 20%;
    padding: 0 5px;
    margin-top: 10px;
}
.activate-stake-btns ul li {
    width: 31%;
    padding: 0 2px;
}
.btns ul li:nth-last-child(-n + 3) {
    margin-bottom: 0;
}

.btns ul li button {
    background: rgba(255, 255, 255, 9%);
    width: 100%;
    border-radius: 10px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 10px;
    line-height: 25px;
}

.btns ul li.active-stk-level button {
    border-color: #00fbff;
}
/*---- Signup Tab ---*/
.tab-card {
    display: none;
    position: relative;
    z-index: 3;
}
.tab-head {
    position: relative;
    z-index: 3;
}
.tab-card.active-tab {
    display: block;
}

.glass-tec {
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

.tab-card h6 {
    font-weight: 400;
    margin-bottom: 0.5rem;
}

/*progress*/
.progress-bar {
    display: inline-block;
    width: 100%;
    height: 15px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 4px;
    position: relative;
    overflow: hidden;
}

.progress-bar .progress {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    display: inline-block;
    width: 70%;
    /*box-shadow: 0 0 0px 2px #dac9ff inset;*/
    background-color: #00fbff;
    border-radius: 4px;
}

.progress-area label {
    width: 100%;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    margin-bottom: 5px;
}

.progress-bar .prog-label,
.progress-bar .prog-caption {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 12px;
    color: #7e55d7;
}

.progress-bar .prog-caption {
    left: auto;
    color: #853da3;
    right: 10px;
}

@media only screen and (max-width: 320px) {
    .step-tab-head {
        padding-bottom: 30px;
    }

    .quicklinks {
        padding: 10px 0;
    }

    .button-theme-holder ul li > a > figure {
        width: 60px;
        height: 60px;
    }

    .button-theme-holder ul li > a > figure > img {
        max-width: 30px;
        max-height: 30px;
    }

    .button-theme-holder ul li > a > span {
        font-size: 13px;
    }

    .reward-card {
        width: 48%;
        border-radius: 15px;
    }

    .counter .reward-card:nth-child(2) {
        margin-bottom: 4rem;
    }

    .counter .reward-card {
        width: 100%;
    }
}

/*tron link popup*/

.tronlink_pop {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    justify-content: center;
    align-items: center;
    z-index: -1000;
    opacity: 0;
}

.tronlink_pop.active-pop {
    display: flex;
    z-index: 1000;
}

.tronlink_pop::after {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    bottom: 0;
    opacity: 1;
    background-color: rgb(0 0 0 / 20%);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    opacity: 9;
    z-index: 10;
    transition: 0.15s ease-in;
    overflow: hidden;
}

.tronlink_pop .popup-con {
    width: 90%;
    max-width: 330px;
    background-color: #fff;
    border-radius: 35px;
    padding: 45px 15px;
    z-index: 11;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    position: relative;
    flex-wrap: wrap;
}

.tronlink_pop .popup-con ul {
    padding: 0;
    margin: 0;
    display: inline-flex;
}

.tronlink_pop .popup-con ul li {
    padding: 0;
    margin: 0 8px;
    list-style: none;
    border-radius: 30px;
    border: solid 1px #d8d8d8;
}

.tronlink_pop .popup-con ul li figure {
    width: 43px;
    height: 43px;
    box-sizing: border-box;
    padding: 6px;
}

.tronlink_pop .popup-con p.alt {
    color: #afa0b5;
    font-size: 17px;
    text-align: center;
    margin-top: 20px;
    width: 100%;
    line-height: 25px;
}

.tronlink_pop .common-btn {
    margin-top: 20px;
}

a.tronlink_pop_close {
    position: absolute;
    right: 25px;
    top: 7px;
    font-size: 24px;
    color: #d1d1d1;
    font-weight: 500;
    cursor: pointer;
}

.fade-enter-active,
.fade-leave-active {
    transition: opacity 0.5s;
}

.fade-enter,
.fade-leave-to / .fade-leave-active {
    opacity: 0;
}

/*tron link popup*/

/*active mining node*/

.active-mining h3 {
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 13px;
}

.active-mining p.alt {
    color: #fff;
    font-weight: 100;
    font-size: 14px;
    line-height: 23px;
}

.active-mining p.alt span {
    color: #d4d4d4;
}

.active-mining h5 {
    color: #fff;
    font-weight: 100;
    font-size: 13px;
    line-height: 20px;
}

.active-mining {
    position: relative;
    z-index: 99;
}

.active-mining .common-btn {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 14px;
    width: 250px;
    line-height: 41px;
}

.banner-main {
    position: relative;
}

.banner-main::after {
    content: "";
    position: absolute;
    bottom: 0;
    top: 0;
    width: 100%;
    background-image: url(../images/activate-mining.svg);
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: 1;
}

.banner-main .tab-head {
    position: relative;
    z-index: 99;
    margin-top: 35px;
}

/*active burning*/

.active-burning ul {
    padding: 0;
    margin: 0 auto;
    width: 70%;
    margin-bottom: 10px;
}

.active-burning ul li {
    width: 100%;
}

.active-burning ul li a {
    display: inline-flex;
    width: 100%;
    color: #ebe7e7;
    font-weight: 100;
    font-size: 12px;
    line-height: 23px;
    justify-content: space-between;
}

.active-burning .main-inp-area {
    margin: 0 auto;
    margin-bottom: 15px;
    background: #9467d2;
    border-radius: 20px;
}

.active-burning .main-inp-area span {
    color: #b1b1b1;
    font-size: 11px;
}

.active-burning h3 {
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 13px;
}

@media only screen and (max-width: 375px) {
    .mining-node {
        flex-direction: column;
    }

    .main-inp-area {
        width: 90%;
        margin-bottom: 0;
    }

    .main-inp-area input {
        line-height: 40px;
    }

    .btns {
        width: 100%;
    }

    .btns ul {
        justify-content: center;
    }

    .btns ul li button {
        line-height: 22px;
    }

    .value-trx::after,
    .value-trx::before {
        display: none;
    }
}

/*sunswap popup*/

.sunswap {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sunswap h3 {
    color: #7e55d7;
    font-weight: 500;
    font-size: 35px;
}

.sunswap figure {
    width: 60px;
    height: 60px;
    margin-right: 10px;
}

.sunswap figure img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
}
.prog-meta-info {
    margin-top: 8px;
    font-size: 11px;
}
.anime-btn {
    position: relative;
    overflow: hidden;
}

.loadgif-anim {
    background: #00000096;
    position: absolute;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    width: 100%;
    height: 45px;
}
.loadgif-anim img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    margin-top: -3px;
}

.gray-text {
    color: #d4d4d4;
}
/*---- Loadtimer -----*/
.load-timer {
    display: block;
    width: 100%;
    max-width: 70px;
    line-height: 22px;
    margin: 10px auto 0;
    border: 1px solid #fff;
    border-radius: 15px;
}
.load-timer h6 {
    margin: 0;
}
.load-timer h6 > span {
    margin-right: 2px;
    color: #00fbff;
}
/*---- Loadtimer -----*/

/*--- App Preloader ---*/
.app-loading {
    position: fixed;
    width: 100%;
    height: 100%;
}
.app-loader {
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: #fbfbfb;
    display: flex;
    justify-content: center;
    align-items: center;
}
/*--- / App Preloader ---*/

.daily-trx button {
    background: none;
    border: none;
    width: 50px;
}
.opac0 {
    opacity: 0;
    transition: 0.15s ease-in-out;
}
.btns-active {
    opacity: 1;
}

.head-ul li {
    font-size: 12px;
    line-height: 16px;
}

.head-ul li > a {
    color: #3398fb;
    font-weight: 500;
}

/*--- Share Page ---*/
.share-sec {
    /* background: #fff; */
    min-height: 100vh;
}
.share-acc {
    padding-top: 2rem;
    text-align: center;
}
.qr_code {
    width: 120px;
    margin: 0 auto 1rem;
    /* background: #cfe4db; */
    padding: 7px;
    box-sizing: border-box;
    border-radius: 8px;
}
.share-acc p {
    color: #9999a5;
    margin-top: 10px;
    font-size: 14px;
}
.share-card {
    background: url("/core/images/sharebg.png") no-repeat;
    background-size: 100%;
    height: 12rem;
    margin-top: 2rem;
    background-color: #8344b2;
    border-radius: 20px;
    background-size: cover;
}
.share-card .content {
    position: relative;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0 20px;
    color: #fff;
}
.share-card .content h4 {
    font-size: 13px;
    font-weight: 400;
    color: rgba(225, 225, 225, 0.7);
    margin-bottom: 8px;
    text-transform: capitalize;
}
.share-card .content p {
    font-size: 14px;
}
.share-code {
    margin-top: 1.2rem;
    position: relative;
}
.share-code input {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border: none;
    outline: none;
    border-radius: 8px;
    padding-right: 60px;
    box-sizing: border-box;
    padding-left: 15px;
    font-size: 12px;
    text-overflow: ellipsis;
    overflow: hidden;
    background: rgba(225, 225, 225, 0.7);
    border-radius: 30px;
    color: #004588;
}
.share-code .btn-app {
    position: absolute;
    top: 0px;
    bottom: 0;
    right: 3px;
    border-radius: 8px;
    width: 55px;
    padding: 0 10px;
    line-height: 30px;
    font-size: 10px;
    font-weight: 500;
    background-color: transparent;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
.share-code .btn-app img {
    width: 16px;
}
.warn-message {
    font-size: 12px;
}
.warn-message i {
    margin-right: 5px;
    color: #f22;
}

.orbitCon {
    width: 100%;
    padding: 20px 0;
    padding-top: 0;
    background: #e3e3e3;
}
.orbitCon ul {
    padding: 0;
    margin: 0;
}
.orbitCon ul li {
    padding: 0;
    margin: 0;
    margin-bottom: 15px;
    list-style: none;
    background: #fff;
    border-radius: 13px;
    padding: 0;
}
.orbitCon ul li summary::-webkit-details-marker {
    display: none;
}
.orbitCon ul li summary .icon {
    content: url(../images/up.png);
    position: absolute;
    top: 28px;
    right: 20px;
    transform: rotate(180deg);
    transition-duration: 0.6s;
    width: 15px;
}
.orbitCon ul li summary {
    position: relative;
    list-style: none;
    padding: 15px 15px;
    /*   justify-content: space-between;
    display: flex;
    align-items: center;*/
}
.orbitCon ul li summary h3 {
    font-size: 19px;
    color: #853da3;
    line-height: 19px;
}

.orbitCon ul li summary span.flx {
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: center;
}

.orbitCon ul li summary h3 span {
    color: #aca9a9;
    font-weight: 400;
    font-size: 13px;
}

.orbitCon ul li details[open] .icon {
    transform: rotate(0deg);
    transition-duration: 0.6s;
}
.orbitCon ul li details .drp {
    width: 100%;
    padding: 0;
    border-top: 1px solid #e7dbed;
    box-sizing: border-box;
}
.orbitCon ul li details a.btn {
    width: 100px;
    height: 33px;
    font-size: 13px;
    color: #fff;
    float: right;
    line-height: 20px;
    margin-right: 40px;
    background: #7e55d7;
    border-radius: 21px;
    display: flex;
    justify-content: center;
    box-shadow: 1px 1px 11px #d1cccc;
    align-items: center;
}
.orbitCon ul li details table {
    width: 100%;
    table-layout: fixed;
}

.orbitCon ul li details table tr td {
    width: 50%;
    padding: 22px 15px;
    background: #eef6fe;
    color: #707070;
    line-height: 21px;
    font-size: 14px;
    border-right: solid 1px #e7dbed;
}
.orbitCon ul li details table tr td span {
    float: right;
}
.orbitCon ul li details table tr td:last-child {
    border-right: 0;
}
.orbitCon ul li details table tr.odd td {
    background: transparent;
}

/*progress container*/

.progressCon {
    width: 100%;
    background-color: #fff;
    border-radius: 30px;
}
.progressCon .item {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    border-bottom: solid 1px #ddd;
}
.progressCon .item h3 {
    color: #853da3;
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 20px;
}

/*---- Progress Staking ----*/
.progressCon .stake-progress {
    background: #f00;
    padding: 0;
    overflow: hidden;
    border: none;
    border-radius: 5px;
    height: 8px;
    position: relative;
}

.progressCon .stake-progress .progress-bar {
    background: #853da3;
    height: 8px;
    margin-top: 0;
    border-radius: 8px;
    display: block;
}

.progressCon .point-circle {
    position: absolute;
    width: 20px;
    height: 20px;
    background: #853da3;
    border-radius: 50%;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
    z-index: 55;
}

.progressCon .point-circle::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    width: 12px;
    height: 12px;
    border-radius: 50%;
}
.progressCon .point-circle.circle-right {
    left: auto;
    right: 0;
    background: #ff4f4f;
}
.progressCon .stake-holder {
    position: relative;
}
.progressCon .staking-prog-labels {
    margin-bottom: 25px;
}
.progressCon .staking-prog-label {
    position: relative;
    box-shadow: 0px 0 15px #00fbff59;
    padding: 15px 5px;
    border-radius: 12px;
    border: 2px solid #00fbff;
    width: 33.3%;
    box-sizing: border-box;
}
.progressCon .staking-prog-label h6 {
    font-size: 10px;
    font-weight: 300;
}
.progressCon .staking-prog-label h3 {
    text-align: right;
    font-weight: 400;
    margin-top: 7px;
    font-size: 15px;
}
.progressCon .staking-prog-label::after {
    content: "";
    position: absolute;
    width: 13px;
    height: 13px;
    background: #0e0e0e;
    border-right: 2px solid #00fbff;
    border-bottom: 2px solid #00fbff;
    left: 15px;
    bottom: -9px;
    transform: rotate(45deg);
    left: 20px;
    bottom: -8px;
    border-radius: 3px;
}
.progressCon .right-prog-label {
    border-color: #ff4f4f;
    box-shadow: 0px 1px 10px #ff4f4f;
}
.progressCon .right-prog-label::after {
    left: auto;
    right: 20px;
    border-color: #ff4f4f !important;
}
.progressCon .total-area {
    margin-top: 17px;
    padding-left: 50px;
    position: relative;
}
.progressCon .total-area::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-image: url("../img/tron_logo.svg");
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: center;
    width: 38px;
    height: 38px;
}
.progressCon .total-area.smartron-total::before {
    background-image: url("../images/stakingIcon1.svg");
    background-size: cover;
}
.progressCon .total-area.smartron-total.second::before {
    background-image: url("../images/stakingIcon2.svg");
}
.progressCon .total-area h5 {
    font-size: 11px;
    font-weight: 400;
    color: #aca9a9;
    margin-bottom: 0.3rem;
}
.progressCon .total-area h4 {
    text-align: left;
    font-size: 14px;
    color: #7e55d7;
    font-weight: 400;
}
.progressCon .totalCon .total-area.smartron-total::before {
    display: none;
}
.progressCon .totalCon .total-area.smartron-total {
    padding-left: 0;
    margin-top: 0;
}
.progressCon .totalCon {
    display: flex;
    justify-content: space-between;
    margin-bottom: 17px;
}

.progressCon .item:last-child {
    border-bottom: none;
}
.progressCon a.viewbtn {
    background: #ddd;
    font-size: 12px;
    font-weight: 400;
    float: right;
    width: 86px;
    text-align: center;
    line-height: 22px;
    color: #853da3;
    border-radius: 20px;
}
.m-container.bg {
    background: #e3e3e3;
    padding-bottom: 65px;
}

@media (max-width: 375px) {
    .progressCon .total-area h4 {
        font-size: 12px;
    }
    .progressCon .total-area h5 {
        font-size: 10px;
    }
    .progressCon .total-area::before {
        width: 34px;
        height: 34px;
    }
    .orbitCon ul li summary h3 {
        font-size: 16px;
    }
    .orbitCon ul li summary h3 span {
        font-size: 12px;
    }
    .orbitCon ul li details a.btn {
        width: 76px;
        height: 29px;
        font-size: 12px;
    }
    .orbitCon ul li summary .icon {
        width: 19px;
    }
    .progressCon .item h3 {
        font-size: 16px;
    }
    .orbitCon ul li details table tr td {
        font-size: 12px;
    }
}

#connect-wallet-btn {
    all: unset;
    font-weight: 600;
    font-size: 13px;
}
.inner-content {
    padding-top: 30px;
}
.connect a span {
    width: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    /* line-height: 19px; */
    position: relative;
    top: 4px;
}

.head-ul li.connect a {
    position: relative;
}
.head-ul li.connect a::after {
    content: attr(data-string);
    margin-left: -7px;
}
.copy {
    display: inline-block;
    margin-left: 4px;
}
.copy i {
    font-size: 17px;
    color: #3398fb;
}

.tooltip {
    position: absolute;
    background: rgb(0 0 0 / 65%);
    font-size: 12px;
    left: 0;
    width: 100%;
    top: 0;
    text-align: center;
    border-radius: 4px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    line-height: 24px;
    color: #fff;
}

.orbitCon.earnings {
    padding-top: 0;
}
.orbitCon.earnings ul li details table tr td {
    width: 100%;
}
.orbitCon.earnings ul li summary h3 {
    line-height: 21px;
    font-weight: 500;
}
.orbitCon.earnings ul li summary h4 {
    color: #929292;
    font-size: 12px;
    font-weight: 500;
    text-align: right;
    line-height: 21px;
}
.orbitCon.earnings ul li details table tr td h4 {
    color: #853da3;
    font-size: 17px;
    font-weight: 500;
    display: inline-block;
    width: auto;
}
.orbitCon.earnings ul li details table tr td h4 span {
    text-align: left;
    float: left;
    font-size: 12px;
    color: #aca9a9;
    font-weight: 400;
}
.orbitCon.earnings ul li details table tr td span {
    text-align: right;
    font-size: 12px;
    color: #929292;
}
.orbitCon.earnings ul li details table tr td {
    padding: 15px;
}

.astrexCon {
    padding: 0px 40px;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 40px;
}
.astrexCon .card {
    background: url("../images/astrex/card-bg.png") no-repeat center / cover;
    background-position: center;
    background-size: cover;
    padding: 25px;
    box-sizing: border-box;
    position: relative;
    border: 8px solid #371a45;
    border-radius: 12px;
    height: 190px;
    width: 100%;
}
.astrexCon .cardtp {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.astrexCon .cardtp img {
    width: 52%;
    margin-bottom: -75px;
}
.astrexCon .card .inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
}
.astrexCon .card .inner h2,
.astrex-meta h6,
.astrex-meta h3 {
    font-weight: bold;
    background-color: #371a45;
    color: #4c295da6;
    text-shadow: 2px 2px 3px rgb(255 255 255 / 50%);
    -webkit-background-clip: text;
    font-size: 12px;
    width: auto;
}
.meta-bottom {
    font-size: 8px;
    position: absolute;
    bottom: 20px;
    color: #371a45;
    font-weight: 600;
}
.astrex-meta {
    margin-top: 30px;
}
.astrex-meta h3 {
    font-size: 23px;
}

.astrex-svg {
    width: 50%;
    margin-left: auto;
    position: absolute;
    right: 0;
    top: 0;
}
.astrex-svg svg {
    height: 100%;
    width: 100%;
    margin: auto;
    display: block;
}

.astrex-svg path {
    stroke-linecap: round;
    stroke-width: 9;
}

.astrex-svg path.grey {
    stroke: #2b0450;
    box-shadow: inset 1px 1px 4px #000000;
}

.astrex-svg path.purple {
    stroke: url(#gradient);
    stroke-dasharray: 200;
    stroke-dashoffset: calc(200 - ((var(--progress) / 100) * 200));
}

.astrex-badge-holder {
    left: 0;
    position: absolute;
    top: 30px;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.astrex-badge {
    width: 65px;
}
.astrex-badge img {
    width: 100%;
    height: 100%;
}
.astrex-badge-holder h4 {
    text-align: center;
    font-size: 8px;
    margin-top: 5px;
    text-transform: capitalize;
    line-height: 10px;
    font-weight: bold;
    color: #371a45;
}
.astrex-badge-holder h4 > span {
    display: block;
}

@media (max-width: 375px) {
    .astrexCon {
        padding: 0;
    }
}
@media (min-width: 450px) and (max-width: 600px) {
    .astrexCon .card {
        height: 245px;
    }
    .astrexCon {
        margin-bottom: 60px;
    }
}

/*buning statistics*/
.orbitCon.burningStatistics ul li details a.btn {
    width: 125px;
    background: transparent;
    border: solid 1px #853da3;
    color: #853da3;
    height: 30px;
}
.orbitCon.burningStatistics ul li details a.btn.btn-completed {
    color: #068742 !important;
    border: 1px solid #068742 !important;
    width: 100px !important;
    font-size: 13px !important;
}
.burningCon {
    width: 100%;
    padding-bottom: 50px;
}
.burningCon h3 {
    color: #853da3;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    line-height: 32px;
}
.burningCon h3 span {
    font-size: 18px;
    font-weight: 500;
}
/*====== Gauge Progress Bar =======*/
.small-head {
    font-weight: 300;
    text-align: center;
}
.gauge-content {
    width: 100%;
}
.profit-gauge {
    position: relative;
}
.gauge-console {
    position: absolute;
    width: 180px;
    height: 180px;
    bottom: 0;
    left: 45%;
    transform: translate(-45%, 45%);
}
.gauge-line div {
    position: absolute;
    background: transparent;
    width: 75px;
    height: 40px;
    margin: 0;
    transition: transform 1.5s linear;
    transform-origin: 100% 15px;
    transform: rotate(0deg);
    top: 65px;
}
.gauge-line div::after {
    content: "";
    background: url("../images/redarrow.svg") no-repeat;
    background-size: contain;
    width: 37px;
    height: 37px;
    position: absolute;
    left: -15px;
    top: 8px;
    transform: rotate(-135deg);
}
/*.gauge-line div::before {
    content: "";
    background-size: contain;
    background: #00fbff;
    filter: blur(10px);
    width: 37px;
    height: 37px;
    position: absolute;
    left: 0;
    top: 0;
    transform: rotate(-90deg);
}*/
.gauge-meta {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
    border-radius: 50%;
    background-image: url("../images/burningbg.svg");
    background-repeat: no-repeat;
    position: relative;
    z-index: 5;
    background-size: contain;
}
.gauge-meta h6 {
    font-size: 13px;
    color: #fefefe;
    font-weight: 400;
}
.gauge-meta h4 {
    font-size: 22px;
    color: #fff;
    font-weight: 700;
    margin-top: 6px;
}
.profit-gauge {
    margin-top: 30px;
    margin-bottom: 6rem;
}
.burningCon .description {
    text-align: center;
}
.burningCon .description p {
    font-size: 13px;
    color: #aca9a9;
    font-weight: 400;
    line-height: 22px;
}
.burningCon .description p.span {
    color: #853da3;
    font-weight: 500;
}
.burningCon .totalCon {
    padding: 0 0px;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.burningCon .totalCon .item {
    width: 31%;
    box-shadow: 0px 1px 7px #00000017;
    background: #fff;
    text-align: center;
    border: solid 1px #853da326;
    border-radius: 16px;
}
.burningCon .totalCon .item .hed {
    min-height: 42px;
    line-height: 20px;
    font-size: 13px;
    font-weight: 500;
    color: #853da3;
    padding: 7px 0;
    border-bottom: solid 1px rgba(133, 61, 163, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
}
.burningCon .totalCon .item .ans {
    font-size: 14px;
    color: #aca9a9;
    min-height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}
.burningCon .totalCon .item .ans span {
    width: 87%;
    text-overflow: ellipsis;
    display: inline-block;
    overflow: hidden;
}
.burningCon .btnCon {
    text-align: center;
    margin-top: 30px;
}
.burningCon .btnCon .common-btn {
    width: 80%;
    font-size: 15px;
}
.burningCon .btnCon p {
    font-weight: 400;
    font-size: 12px;
    color: #aca9a9;
    margin-top: 20px;
}

@media (max-width: 320px) {
    .gauge-console {
        width: 133px;
        height: 133px;
        bottom: 12px;
    }
    .gauge-line div::after {
        transform: rotate(-146deg);
        top: -6px;
    }
    .profit-gauge {
        margin-bottom: 4rem;
    }
    .burningCon .totalCon .item .hed {
        font-size: 12px;
    }
    .orbitCon.earnings ul li summary h4 {
        padding-left: 0px !important;
    }
}

/*share feild css*/

.share-code h5.copy-url-link {
    width: 100%;
    height: 40px;
    line-height: 40px;
    position: relative;
    padding-right: 60px;
    box-sizing: border-box;
    padding-left: 15px;
    font-size: 13px;
    font-weight: 400;
    background: rgba(225, 225, 225, 0.7);
    border-radius: 30px;
    color: #004588;
}
.share-code h5.copy-url-link .copy-icon-button {
    position: absolute;
    right: 20px;
    top: 0px;
    z-index: 999;
    bottom: 0;
}

.share-code h5.copy-url-link .copy-icon-button img {
    top: 3px;
    position: relative;
}

.share-code h5.copy-url-link a {
    width: 100%;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
}
.orbitCon ul li details table tr td span.dbank_span {
    float: left;
}
.orbitCon ul li details table tr td span.dbank_span span {
    display: block;
    float: none;
    font-size: 13px;
}
.orbitCon ul li details table tr td a.btn {
    margin-right: 0;
}
.orbitCon.burningStatistics ul li details a.btn.node_btn {
    width: 100%;
    margin: 0 auto;
}
.orbitCon.earnings ul li details[open] .arrow {
    width: 13px;
    transition-duration: 0.2s;
    transform: rotate(0deg);
}
.orbitCon.earnings ul li details .arrow {
    width: 13px;
    transition-duration: 0.2s;
    transform: rotate(180deg);
}
.orbitCon.earnings ul li summary h4 {
    margin-left: auto;
    padding-right: 15px;
}

.fancybox-content.connected-node iframe {
    width: 100%;
    margin-top: 30px;
    height: 500px;
    border: none;
    border-radius: 30px;
    margin-bottom: 90px;
}

.orbitCon.burningStatistics a[disabled="disabled"] {
    color: #aca9a9 !important;
    border-color: #aca9a9 !important;
    font-size: 11px !important;
    width: 100px !important;
    box-sizing: border-box;
}

.mt-1 {
    margin-top: 10px;
}
.staking2 .progress-area span.prog-label {
    font-size: 13px;
}
.stakcustomcls .progress-area label {
    margin-bottom: 0;
}
.text-left {
    text-align: left !important;
}
.text-right {
    text-align: right !important;
}

.stakcustomcls .progress-area {
    display: flex;
    flex-wrap: wrap;
    line-height: 18px;
}
.alertify-notifier {
    width: 100%;
    left: 0 !important;
}
.alertify-notifier .ajs-message {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 100%;
}

.inner-content .common-btn:disabled {
    font-size: 12px;
}
.active-burning .common-btn:disabled {
}
.stakcustomcls .progress-area .prog-label {
    font-size: 12px;
}
header {
    background: #fff;
    margin-bottom: 15px;
    padding: 10px 15px;
}
.mt-20 {
    margin-top: 20px;
}
div#burn .common-btn:disabled {
    border: solid 2px #2e1616;
}

div#stake .common-btn {
    /* margin-top: 42px; */
    margin-top: 0;
}
div#stake .staketpbtn {
    margin-top: 0 !important;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

/*desktop style*/

.app-loader figure {
    text-align: center;
}
.app-loader figure img {
    width: 100%;
}

.mini-loader {
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
}
.card-loader {
    min-height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.smart-contract-card {
    background-color: #fff;
    width: 100%;
    border-radius: 20px;
    text-align: center;
}
.smart-contract-card .card-head {
    padding: 15px 0;
    border-bottom: 1px solid #70707026;
    color: #853da3;
}
.smart-contract-card .card-head h3 {
    font-weight: 500;
}
.card-content {
    padding: 0;
}
.smrt_cont {
    padding: 15px 20px;
    border-bottom: 1px solid #70707026;
}
.smrt_cont_icon {
    display: inline-block;
    width: 25px;
    height: 25px;
    position: relative;
    top: 5px;
    left: -15px;
}
.smrt_cont:last-child {
    border-bottom: none;
}
.spacer-lg {
    height: 130px;
}
.card-content .m-flex div {
    width: 50%;
    padding: 0 10px;
    box-sizing: border-box;
    text-align: left;
    color: #afa0b5;
}
.card-content .m-flex div > h6 {
    font-weight: 400;
    margin-bottom: 10px;
}
.card-content .m-flex div > h5 {
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 400;
}
.card-content .m-flex div > h5 > a {
    color: #3398fb;
}
.wid_btn_sec {
    margin-right: 20px;
}
.wid_btn_sec > span {
    width: 100%;
    display: inline-block;
    font-size: 10px;
    margin-top: 5px;
    text-align: right;
    position: relative;
    right: 10px;
    color: #aca9a9;
}
.updateCon.orbitCon ul li details a.btn {
    margin-right: 0;
    height: 22px;
    line-height: 22px;
    width: 90px;
    font-size: 10px;
}
.updateCon.orbitCon ul li details a.btn[disabled="disabled"] {
    font-size: 10px !important;
}
.updateCon.orbitCon ul li summary .icon {
    top: 20px;
    right: 0;
}

.orbit_progress {
    position: relative;
    width: 100%;
    max-width: 100px;
    height: 8px;
    background: #d8d8d8;
    margin-top: 10px;
    border-radius: 50px;
}
.orbit_progress .bar_fill {
    position: absolute;
}
.updateCon.orbitCon ul li summary {
    padding: 10px 15px;
}
.orbit_meta {
    width: 65%;
}
.orbit_progress .bar_fill {
    position: absolute;
    height: 100%;
    border-radius: 50px;
    background-color: #853da3;
    width: var(--width);
}
.orbit_progress::after {
    content: "";
    position: absolute;
    left: calc(var(--width) - 5px);
    top: -4px;
    width: 10px;
    height: 10px;
    background-color: #fff;
    border: 3px solid #853da3;
    border-radius: 50%;
}
.orbit_meta small {
    font-size: 9px;
    color: #853da3;
}
.updateCon.orbitCon ul li details table tr td {
    padding: 22px 35px 22px 15px;
}

/* .orbit_progress .bar_cicrle{
    width: 10px;
    height: 10px;
    background-color: #fff;
    border: 3px solid #853DA3;
    position: absolute;
    top: 0;
    left: 15px;
} */
/*-- Copy URL --*/
.copy-urll {
    padding-right: 25px;
    position: relative;
    display: flex;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.large-link,
.center-url-sponsors .copy-url-link {
    margin: 0 auto;
}
.truncate_middle span {
    width: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}
.truncate_middle::after {
    content: attr(data-string);
    margin-left: 0;
    top: 0;
    position: relative;
}
.large-link .copy-url {
    max-width: 100%;
}
.copy-url-link {
    position: relative;
    width: fit-content;
}
.copy-url-link .copy-url {
    padding-right: 0;
}
.copy-urll::before,
.copy-url-link::before {
    content: "\ea84";
    font-family: "boxicons";
    width: 13px;
    height: 13px;
    top: 0;
    right: 0;
    position: absolute;
    color: #3398fb;
}
.copy-url-link .copy-url::before {
    display: none;
}
.copy-url .copy-icon,
.copy-url-link .copy-icon-button {
    position: absolute;
    width: 20px;
    height: 13px;
    right: 0;
    top: 0;
    cursor: pointer;
    display: inline-block;
}

@media (max-width: 767px) {
    .app-loader figure img {
        width: 70%;
    }
}

.mt-0 {
    margin-top: 0 !important;
}

@media only screen and (min-width: 800px) {
    .main-wrapper {
        box-shadow: 0 0 20px 0px #a3a3a385;
    }
    .fixed-bottom-nav ul li:nth-child(3) {
        width: 15%;
    }
    .inner-content {
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
    }
    .common-btn {
        width: 100%;
        max-width: 250px;
    }
    .share-card {
        max-width: 400px;
        margin: 0 auto;
        width: 100%;
    }
    .astrexCon {
        max-width: 400px;
        margin: 0 auto 60px;
    }
}

/* node id share */
.nodeid {
    max-width: 215px;
    height: 0;
    border-left: 21px solid transparent;
    border-right: 21px solid transparent;
    top: 0;
    border-top: 35px solid #a568c3;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    width: 100%;
    z-index: 9;
}
.nodeid > span {
    position: relative;
    top: -28px;
    font-size: 13px;
}
.nodeid span a {
    width: 130px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    position: relative;
    top: 4px;
}
.nodeid span::after {
    content: attr(data-string);
    position: absolute;
    right: 70px;
    top: 1px;
}

.sharebt {
    background: #ddd;
    width: 57px;
    display: inline-flex;
    font-size: 11px;
    justify-content: center;
    align-items: center;
    height: 21px;
    border-radius: 16px;
    color: #853da3;
    margin-left: 20px;
    text-transform: capitalize;
}

.sharebt img {
    width: 11px;
    margin-right: 4px;
}

/*/Share Node Popup/*/
.tronlink_pop.bottom_share {
    align-items: flex-end;
    display: block;
    z-index: -1000;
    opacity: 0;
}
.tronlink_pop.bottom_share .popup-con {
    bottom: -300px;
    opacity: 0;
    transition: 0.15s ease-in-out;
    -webkit-transition: opacity 0.3s ease-out, bottom 0.4s ease-in-out;
    -moz-transition: opacity 0.3s ease-out, bottom 0.4s ease-in-out;
    -o-transition: opacity 0.3s ease-out, bottom 0.4s ease-in-out;
    transition: opacity 0.3s ease-out, bottom 0.4s ease-in-out;
    left: 50%;
    transform: translate(-50%, 0);
    position: absolute;
    max-width: 370px;
    width: 100%;
    padding: 0;
    justify-content: flex-start;
}
.bottom_share a.tronlink_pop_close {
    right: 25px;
    top: 25px;
}
.tronlink_pop.bottom_share .popup-con {
    border-radius: 0;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.tronlink_pop.bottom_share.active-pop {
    z-index: 1000;
    opacity: 1;
}
.tronlink_pop.bottom_share.active-pop .popup-con {
    opacity: 1;
    bottom: 0;
    top: auto;
}
.top_meta_content {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #c7c7c7;
    padding: 20px;
    margin-bottom: 10px;
    width: 100%;
}
.top_meta_content h4,
.top_meta_content h6 {
    font-weight: 400;
}
.top_meta_content h4 {
    margin-bottom: 5px;
}
.top_meta_content figure {
    width: 40px;
    height: 40px;
    margin-right: 1rem;
}
.share_inner {
    padding: 10px 20px 40px 20px;
    width: 100%;
}
.tronlink_pop .popup-con .share_inner ul li {
    border: none;
}
.tronlink_pop .popup-con .share_inner ul li > a {
    font-size: 1.2rem;
    display: inline-block;
    width: 100%;
    color: #333;
}
.share_inner ul {
    width: 100%;
    display: flex;
    justify-content: space-around;
}
.share_inner ul > li {
    text-align: center;
}
.share_social i {
    font-size: 1.6rem;
}
.share_social span {
    display: block;
    width: 100%;
    font-size: 10px;
}
/*
  Enter and leave animations can use different
  durations and timing functions.
*/
.slide-fade-enter-active {
    transition: all 0.3s ease-out;
}

.slide-fade-leave-active {
    transition: all 0.8s cubic-bezier(1, 0.5, 0.8, 1);
}

.slide-fade-enter-from,
.slide-fade-leave-to {
    transform: translateY(50px);
    opacity: 0;
}

.tab-card .value-trx .daily-trx h6 {
    width: 93%;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 auto;
}

@media only screen and (max-width: 320px) {
    .truncate_middle span {
        width: 45px;
    }
}
/*---- Blue Rabbit Bonus -----*/
.bluerabbit {
    background: #fff;
    border-radius: 10px;
    padding: 10px;
    border: 1px solid #3398fb66;
}
.bluerabbit_logo {
    width: 35px;
    margin-right: 10px;
}
.br_card_content {
    font-family: var(--primaryfont);
    color: #3389fb;
}
.br_card_content h3 {
    font-size: 18px;
}
.br_card_content h6 {
    color: #707070;
    font-weight: 400;
    font-size: 10px;
}
.airdrops_limit {
    margin-left: auto;
    text-align: right;
}
.airdrops_limit h6 {
    color: #aca9a9;
    font-weight: 400;
}
.airdrops_limit h3 {
    color: #3389fb;
    font-size: 16px;
    font-weight: 500;
}
.progress_bluerabbit {
    margin: 8px 0;
}
.progress_bar {
    position: relative;
    background-color: #c7c7c7;
    height: 6px;
    border-radius: 50px;
}
.circler_node {
    width: 10px;
    height: 10px;
    border: 1px solid #3389fb;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    top: -2px;
    box-shadow: 0 0 3px 0px #000000b8;
    z-index: 5;
}
.circler_node.right_c {
    right: 0;
}

.progress_strip {
    position: absolute;
    left: 0;
    top: 0;
    height: 6px;
    background-color: #3389fb;
    border-radius: 50px;
}
.main_pg_head {
    margin: 20px 0;
    text-align: center;
    display: inline-block;
    width: 100%;
    color: #853da3;
}
.orbitCon.br_accord ul li details[open] summary {
    border-bottom: 1px solid #c7c7c7;
}
.orbitCon.br_accord ul li summary h3 {
    font-family: var(--primaryfont);
}
.orbitCon.br_accord ul li summary .icon {
    top: 5px;
    right: 5px;
}
.inner_cb > .br_card_content {
    padding: 15px;
}
.br_accord .br_card_content ul li {
    font-size: 13px;
    color: #535353;
    position: relative;
    padding-left: 25px;
    line-height: 20px;
    margin-bottom: 0;
    padding-bottom: 15px;
}
.br_accord .br_card_content ul.step-pro li::after {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 6px;
    height: 6px;
    border: 2px solid #853da3;
    border-radius: 50%;
    background-color: #fff;
}
.br_accord .br_card_content ul.step-pro li.checked_step::before {
    content: "";
    position: absolute;
    left: 4px;
    top: -5px;
    width: 2px;
    height: 100%;
    background-color: #853da3;
    border-radius: 0;
}
.br_accord .br_card_content ul li.checked_step:nth-child(2)::before {
    top: 5px;
    height: calc(100% - 5px);
}
.br_accord
    .br_card_content
    ul.active-node-step
    li.checked_step:nth-child(2)::before {
    height: 90%;
}
.br_accord .br_card_content ul.step-pro li.checked_step:last-child::before {
    opacity: 1;
    height: 15%;
}
.br_accord .br_card_content ul li:last-child {
    padding-bottom: 0;
}
.br_accord .br_card_content ul li > span {
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
}
.br_accord .br_card_content ul li > span > i {
    font-size: 17px;
}
.br_accord .br_card_content ul li > span > i.bx-check-circle {
    color: rgb(17, 148, 12);
}
.br_accord .br_card_content ul li > span > i.bx-x-circle {
    color: rgb(221, 55, 25);
}
.step-pro {
    position: relative;
}
.orbitCon ul.step-pro li {
    background: none;
}

.step-pro span {
    position: absolute;
    left: 4px;
    top: 10px;
    height: 85%;
    width: 2px;
    background: #c7c7c7;
}
.active_step {
    background: #853da3;
}
.step-summary {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 50px;
}

.step-summary ul {
    display: flex;
    justify-content: space-between;
    position: relative;
}
.step-summary ul::after {
    content: "";
    position: absolute;
    left: 5px;
    width: calc(100% - 10px);
    height: 3px;
    background-color: #c7c7c7;
    top: 50%;
    margin: 0 5px;
}
.active-node-step.step-summary ul::after {
    width: calc(100% - 15px);
}
.step-summary ul li {
    position: relative;
    margin: 0 5px;
    z-index: 5;
}
.step-summary ul li > span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 1px solid #853da3;
    background: #fff;
    z-index: 5;
    display: inline-block;
    position: relative;
    z-index: 5;
}

.step-summary ul li.checked_sum::after {
    content: "";
    position: absolute;
    left: -5px;
    width: 20px;
    height: 3px;
    background-color: #853da3;
    top: 48%;
}
.active-node-step.step-summary ul li.checked_sum:last-child::after {
    width: 15px;
}
.step-summary ul li.checked_sum:first-child::after {
    left: 0;
    width: 15px;
}
.step-summary.active-node-step ul li.checked_sum:first-child::after {
    width: 15px;
}
.spacer_30 {
    height: 30px;
}
.claim_more {
    background: #3389fb;
    color: #fff;
    border: none;
    font-family: var(--primaryfont);
    font-size: 11px;
    border-radius: 50px;
    padding: 5px 10px;
    margin-top: 4px;
    display: inline-block;
}
#bluerabbit-bonus {
    padding-bottom: 80px;
    min-height: 100vh;
}

.stake-bonus-step.step-pro span {
    height: 75%;
}

.br_accord
    .br_card_content
    ul.step-pro.stake-bonus-step
    li.checked_step:last-child::before {
    opacity: 1;
    height: 50%;
}
.step-summary.stake-bonus-ul ul li.checked_sum:last-child::after {
    left: -10px;
}
.step-summary.stake-bonus-ul ul::after {
    width: calc(100% - 20px);
}
@media only screen and (max-width: 600px) {
    html,
    body {
        background: #e3e3e3;
    }
    .nodeid {
        width: 100%;
        max-width: 250px;
    }
}
.br_accord
    .br_card_content
    ul.step-pro.active-node-step
    li.checked_step:last-child::before {
    opacity: 1;
    height: 50%;
}
.active-node-step-head.step-summary ul::after {
    top: 48%;
    width: calc(100% - 15px);
}
.active-node-step.step-pro span {
    height: 90%;
}
.step-summary.active-node-step-head ul li.checked_sum:last-child::after {
    left: -10px;
}
@media only screen and (max-width: 320px) {
    .orbitCon ul li summary {
        padding: 25px 15px;
    }
    .step-summary {
        left: 10px;
        top: auto;
        transform: translate(0);
        bottom: 5px;
        width: 200px;
    }
    .step-summary ul::after {
        top: 48%;
        width: calc(100% - 20px);
    }
    .step-pro span {
        height: 90%;
    }
    .stake-bonus-ul {
        width: 100px;
    }
    .step-summary ul li.checked_sum::after {
        width: 36px;
    }
    .step-summary.stake-bonus-ul ul li.checked_sum:last-child::after {
        left: -30px;
    }
    .active-node-step-head.step-summary ul li.checked_sum:last-child::after {
        left: -25px;
        width: 30px;
    }
    .active-node-step-head.step-summary ul li.checked_sum::after {
        width: 36px;
    }
    /* .nodeid{
        background: #a568c3;
    } */
    .banner-main {
        overflow: hidden;
    }
}

/* riju */
.br_accord .br_card_content ul.step-pro li::after {
    border: 2px solid #e3e3e3 !important;
}
.br_accord .br_card_content ul.step-pro li.checked_step::after {
    border-color: #853da3 !important;
    background-color: #853da3;
}
.step-summary.active-node-step li.checked_sum span,
.step-summary.stake-bonus-ul li.checked_sum span {
    background-color: #853da3;
}

/* .br_accord .br_card_content ul.step-pro li.checked_step::before {
    top:5px;
} */
.step-summary ul li.checked_sum:first-child::after {
    width: 35px;
}
.step-summary.active-node-step ul li.checked_sum:first-child::after {
    width: 32px;
}

#governance-app .innerContainer {
    min-height: calc(100vh - 75px);
}

.topup-staking-inpx {
    margin-bottom: 0.8rem;
}
.balance-card-head {
    color: #000000;
    padding: 5px;
    background: #a7d0ff 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 2px #00000036;
    border-radius: 8px 8px 0px 0px;
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}
.balance-card-head-1 {
    color: #000000;
    padding: 5px;
    background: #a7d0ff 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 2px #00000036;
    border-radius: 8px 8px 0px 0px;
    display: flex;
    justify-content: center;
    margin-top: 10px;
}
.align-center {
    align-items: center;
}
.align-start {
    align-items: start;
}
.list-btn {
    background: #045fc3 0% 0% no-repeat padding-box;
    border-radius: 8px;
    opacity: 1;
    padding: 8px;
    border: none;
    color: white;
}
.text-sm {
    font-size: 0.775rem /* 14px */;
    line-height: 1.25rem /* 20px */;
}
.vmorebtn {
    border: 1px solid #005fbe;
    border-radius: 7px;
    opacity: 0.87;
    background: transparent;
    padding: 10px 30px 10px 30px;
    margin-top: 20px;
}
.balance-card-head span {
    width: max-content;
}
.withdrawed_text {
    color: #3a3a3a;
    font-weight: 400;
}
.balance-card-a {
    border-radius: 0px 0px 8px 8px;
    background: #fff;
    padding: 8px;
    box-sizing: border-box;
}

.balance-card-a h6 {
    line-height: 25px;
    font-weight: 400;
}

.balance-card-a h6 > span {
    float: right;
    font-size: 12px;
}
.balance-card-a h6 > .content {
    float: none;
    font-size: 12px;
    margin-left: 5px;
}
.balance-card-a h6 > .top-balance {
    float: none;
    font-size: 12px;
    margin-right: 20px;
}
.balance-card-a h6 .vusd{
    font-size: 12px;
}

.balance-card-b {
    width: 100%;
    margin: 5px;
    background: #f3f3f3 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 2px #00000036;
    border-radius: 8px;
}:root {
    --primary-color: #000;
    --secondary-color: #f90;
    --primaryfont: "Rubik", sans-serif;
}

* {
    margin: 0;
}

html,
body {
    margin: 0;
    padding: 0;
    background: #c1c1c1;
    font-family: var(--primaryfont);
}

ul,
figure {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    text-decoration: none;
}

a,
button {
    text-decoration: none;
    cursor: pointer;
}

img {
    width: 100%;
    max-width: 100%;
}
.warning-not-allowed img {
    width: 10px;
}
.hide {
    display: none;
}
.show {
    display: block;
}
/*-- mobile grid ---*/
.m-container {
    width: 100%;
    max-width: 600px;
    padding: 0 15px;
    box-sizing: border-box;
}

.m-flex {
    display: flex;
}

.j-center {
    justify-content: center;
}

.j-around {
    justify-content: space-around;
}

.j-btwenn {
    justify-content: space-between;
}

.j-evenly {
    justify-content: space-evenly;
}
.j-right {
    justify-content: right;
}
.j-flend {
    justify-content: flex-end;
}
.a-center {
    align-items: center;
}
.relative {
    position: relative;
}

.m-grid {
    padding: 0 5px;
}

.f-d-col {
    flex-direction: column;
}

.m-6 {
    width: 50%;
}
.m-12 {
    width: 100%;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mt-2 {
    margin-top: 1rem;
}

.mb-2 {
    margin-bottom: 1rem;
}

.mb-3 {
    margin-bottom: 1.2rem;
}
.mr-2 {
    margin-right: 10px;
}
.in-block {
    display: inline-block;
}
/*--- Mobile Grid ---*/

/*--- Theme ---*/
header {
    padding: 10px 10px;
    font-size: 13px;
    color: #0901c4;
}

.main-wrapper {
    background: #e3e3e3;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    display: block;
}

/*--- Banner Counter ---*/
.banner-main {
    text-align: center;
    background: linear-gradient(180deg, #853da3, #7d56d9);
    color: #ffffff;
    padding: 20px 20px 45px;
    border-radius: 20px;
    box-shadow: 0 9px 20px #00000024;
    min-height: 410px;
    margin-bottom: 1rem;
    transition: 0.15s ease-in-out;
}

.banner-main h4 {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 8px;
}

.value-trx {
    border: 1px solid #ffffff;
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
    line-height: 45px;
    font-weight: 400;
    font-size: 22px;
    border-radius: 10px;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    position: relative;
}

.value-trx::after,
.value-trx::before {
    content: "";
    position: absolute;
    left: -40px;
    top: 50%;
    width: 30px;
    background: url(../images/arrow.svg) no-repeat;
    height: 15px;
    background-size: contain;
}

.value-trx::before {
    transform: translate(0, -50%) rotate(180deg);
}

.value-trx::after {
    left: auto;
    right: -40px;
    transform: translate(0, -50%);
}

.tab-card .value-trx h6 {
    margin-bottom: 0;
}

.value-trx h6 > span {
    font-size: 11px;
    font-weight: 400;
}
.daily-trx {
    margin-top: 10px;
}
.daily-trx .value-trx {
    width: 45%;
    margin: 0;
    border-radius: 15px;
    line-height: 35px;
}
.daily-trx .value-trx::after,
.daily-trx .value-trx::before {
    display: none;
}
.daily-trx > span {
    margin-right: 10px;
    font-size: 12px;
}
.counter-trx {
    display: inline-block;
    padding: 0 5px;
    line-height: 30px;
    border-radius: 14px;
    overflow: hidden;
    position: relative;
    background: #371f4d59;
    margin-top: 1rem;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

.counter-trx p {
    margin-bottom: 0;
    color: #f2e6e6;
}

.counter-trx p span {
    position: relative;
    padding: 0 5px;
    font-size: 11px;
}

.counter-trx p span::after {
    content: "";
    position: absolute;
    right: -3px;
    height: 40px;
    top: -10px;
    background: #565656a1;
    width: 1px;
}

.counter-trx p span:last-child::after {
    display: none;
}

.counter-trx p small {
    font-size: 10px;
    margin-left: 2px;
}

.tab-head ul {
    text-transform: uppercase;
    margin-bottom: 0.8rem;
}

.tab-head ul li {
    display: inline-block;
    width: 45px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #d1d1d1;
    border-radius: 5px;
    position: relative;
    color: #d1d1d1;
}
.tab-head ul li::after {
    content: attr(data-stake);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgb(255 255 255 / 5%);
    color: inherit;
    text-align: center;
    height: 15px;
    font-size: 10px;
    line-height: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: none;
}
.tab-head ul li.active {
    border-width: 2px;
    border-color: #00fbff;
    color: #fff;
}

.tab-head ul li a {
    color: inherit;
    cursor: pointer;
}

/*--- Step Tab Head ---*/
.step-tab-head {
    bottom: 10px;
    padding-bottom: 0;
    position: absolute;
    z-index: 5;
    width: 100%;
    left: 0;
}

.button-theme-holder ul li {
    position: relative;
}
.button-theme-holder ul li > a {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    z-index: 2;
    color: #afa0b5;
    text-transform: uppercase;
    font-size: 14px;
}

.button-theme-holder ul li > a > figure {
    background: #fff;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    box-shadow: 0px 5px 10px #6c3b8e40;
    border: 3px solid #fff;
    transition: 0.15s ease-in;
}
.button-theme-holder ul li.active > a > figure {
    border-color: #00fbff;
}

.step-tab-head ul li::before {
    position: absolute;
    left: -5px;
    top: -10px;
    width: 30px;
    height: 30px;
    content: attr(data-step);
    color: #d1d1d1;
    font-size: 40px;
    font-weight: bold;
    opacity: 0.7;
}

.step-tab-head ul li.active::before {
    color: #fff;
    opacity: 1;
    -webkit-text-stroke: 2px #00fbff;
}

.button-theme-holder ul li > a > figure > img {
    width: 100%;
    height: 100%;
    max-width: 40px;
    max-height: 40px;
    /* filter: grayscale(1);
    opacity: 0.5; */
    transition: 0.15s ease-in;
}

.button-theme-holder ul li.active > a > figure > img {
    opacity: 1;
    filter: grayscale(0);
}

.button-theme-holder ul li > a > span {
    display: block;
    text-align: center;
    margin-top: 1rem;
}

/*--- announcement ---*/
.announcement {
    background: #fff;
    border-radius: 50px;
    position: relative;
    height: 55px;
    padding: 0 20px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.announcement::after,
.announcement::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 50px;
    background: #fff;
}

.announcement::after {
    right: 0;
    left: auto;
    background: #7f50cc;
}

.announcement > .icon {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 15px;
    z-index: 5;
    background: #ebeaf2;
}
.announcement h6 {
    font-size: 15px;
    font-weight: 500;
    color: #043a70;
}

.announcement > .bg {
    position: absolute;
    left: -5px;
    bottom: -5px;
    top: auto;
}

.announcement > .icon > img {
    object-fit: contain;
    max-height: 100%;
    max-width: 100%;
    height: 100%;
    width: 100%;
}

.announcement marquee {
    line-height: 60px;
}

/*--- quicklinks ---*/
.quicklinks {
    background: #ffffff;
    padding: 20px 0;
    border-radius: 10px;
    margin-top: 1.2rem;
}

.rewards,
.counter {
    padding-top: 70px;
}

.reward-card {
    background: #fff;
    width: 45%;
    border-radius: 30px;
    min-height: 180px;
    text-align: center;
    box-shadow: 0px 3px 37px #00000029;
}

.reward-card figure {
    width: 100px;
    margin: -45px auto 0;
    min-height: 115px;
}

.reward-card .inner-content {
    padding-top: 0.5rem;
    color: #afa0b5;
    margin-top: auto;
    margin-bottom: 10px;
}

.reward-card .inner-content h4 {
    font-weight: 500;
    font-size: 15px;
}

.reward-card .inner-content h6 {
    font-weight: 400;
    font-size: 14px;
    margin-top: 5px;
}

.reward-card .inner-content h6 > span {
    display: block;
    font-size: 13px;
    color: #c3c0c5;
    font-weight: 400;
    margin-top: 5px;
}

.about {
    text-align: center;
    background: #fff;
    padding: 20px;
    margin-top: 40px;
    border-radius: 20px;
}

.about h3 {
    color: #7e55d7;
}

.about h6 {
    margin-bottom: 20px;
    color: #afa0b5;
    font-weight: 400;
}

.about p {
    color: #afa0b5;
    font-size: 13px;
    line-height: 20px;
    font-weight: 300;
}

.about figure {
    margin-top: 10px;
}

.counter .m-flex {
    flex-wrap: wrap-reverse;
    justify-content: space-around;
}

.counter .reward-card {
    border-radius: 15px;
}

.counter .reward-card h4 span {
    display: block;
}

.counter .reward-card:last-child {
    margin-bottom: 4rem;
}

.counter .reward-card figure {
    min-height: auto;
    width: 120px;
}

.counter .reward-card h6 {
    color: #853da3;
    font-weight: 500;
    font-size: 16px;
}

.counter .reward-card .inner-content h4 {
    font-weight: 500;
    font-size: 14px;
}

.counter {
    padding-bottom: 40px;
}

.fixed-bottom-nav {
    background: #fff;
    padding: 10px;
    position: fixed;
    width: 100%;
    z-index: 999;
    bottom: 0;
    box-shadow: 0 0 4px 2px #0000002b;
    max-width: 600px;
    left: 50%;
    transform: translate(-50%, 0);
    box-sizing: border-box;
    max-width: 500px;
}

.fixed-bottom-nav ul li {
    width: 18%;
}

.fixed-bottom-nav ul li a {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 12px;
    color: #333;
    font-weight: 600;
}

.fixed-bottom-nav ul li a span {
    display: block;
    width: 25px;
    margin: 0 auto;
    filter: brightness(0);
    opacity: 0.8;
    transition: 0.15s ease-in-out;
}

.fixed-bottom-nav ul li:nth-child(3) {
    position: relative;
    margin-top: -30px;
    width: 20%;
    filter: brightness(1);
    opacity: 1;
    background: #fff;
    border-radius: 50%;
}

.fixed-bottom-nav ul li a.active {
    color: var(--primary-color);
}

/*.fixed-bottom-nav ul li a.active span {
    filter: brightness(1);
    opacity: 1;
}
*/
.fixed-bottom-nav ul li:nth-child(3) span {
    width: 100%;
    filter: brightness(1);
    opacity: 1;
}

.common-btn {
    background-color: #0251a7;
    border: solid 1px #707070;
    box-shadow: 0px 10px 12px #00000029;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    width: 175px;
    line-height: 43px;
    text-align: center;
    border-radius: 40px;
    display: inline-block;
    letter-spacing: 1px;
}

.common-btn:disabled {
    background-color: #2e1616;
    opacity: 0.7;
}
.glass-btn {
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border: solid 2px #47fcff;
    background: #9467d2;
    box-shadow: none;
}

.sm-btn {
    line-height: 35px;
}

.fluro-btn {
    border-color: #00fbff;
}

/*----- Active Staking Mode ---*/

.main-inp-area {
    background: rgba(255, 255, 255, 9%);
    position: relative;
    width: 95%;
    display: inline-block;
    margin: 0 auto;
    border-radius: 10px;
    border: 1px solid #d1d1d1;
}

.main-inp-area input {
    all: unset;
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    background: none;
    line-height: 36px;
}
.main-inp-area input[type="number"] {
    -webkit-appearance: none;
}
.main-inp-area .inp-append {
    position: absolute;
    right: 15px;
    top: 53%;
    transform: translate(0, -50%);
    font-size: 12px;
}
.main-inp-area .inp-append-start {
    position: absolute;
    left: 15px;
    top: 25%;
    transform: translate(0, 50%);
    font-size: 9px;
}
.main-inp-area .inp-append-center {
    padding: 10px;
}

.main-inp-area.topup-staking-inp .inp-append {
    right: 20%;
}
.lpswap .main-inp-area.topup-staking-inp .inp-append {
    right: 5%;
}
.main-inp-area .inp-append-btns {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 35px;
    line-height: inherit;
    border: none;
    background: #ffffff21;
    color: #fff;
}
.main-inp-area .inp-append-btns.left-btn {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.main-inp-area .inp-append-btns.right-btn {
    left: auto;
    right: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.btns {
    width: 65%;
    display: inline-block;
    margin: 0 auto;
}

.btns ul {
    flex-wrap: wrap;
}

.btns ul li {
    width: 20%;
    padding: 0 5px;
    margin-top: 10px;
}
.activate-stake-btns ul li {
    width: 31%;
    padding: 0 2px;
}
.btns ul li:nth-last-child(-n + 3) {
    margin-bottom: 0;
}

.btns ul li button {
    background: rgba(255, 255, 255, 9%);
    width: 100%;
    border-radius: 10px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 10px;
    line-height: 25px;
}

.btns ul li.active-stk-level button {
    border-color: #00fbff;
}
/*---- Signup Tab ---*/
.tab-card {
    display: none;
    position: relative;
    z-index: 3;
}
.tab-head {
    position: relative;
    z-index: 3;
}
.tab-card.active-tab {
    display: block;
}

.glass-tec {
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

.tab-card h6 {
    font-weight: 400;
    margin-bottom: 0.5rem;
}

/*progress*/
.progress-bar {
    display: inline-block;
    width: 100%;
    height: 15px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 4px;
    position: relative;
    overflow: hidden;
}

.progress-bar .progress {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    display: inline-block;
    width: 70%;
    /*box-shadow: 0 0 0px 2px #dac9ff inset;*/
    background-color: #00fbff;
    border-radius: 4px;
}

.progress-area label {
    width: 100%;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    margin-bottom: 5px;
}

.progress-bar .prog-label,
.progress-bar .prog-caption {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 12px;
    color: #7e55d7;
}

.progress-bar .prog-caption {
    left: auto;
    color: #853da3;
    right: 10px;
}

@media only screen and (max-width: 320px) {
    .step-tab-head {
        padding-bottom: 30px;
    }

    .quicklinks {
        padding: 10px 0;
    }

    .button-theme-holder ul li > a > figure {
        width: 60px;
        height: 60px;
    }

    .button-theme-holder ul li > a > figure > img {
        max-width: 30px;
        max-height: 30px;
    }

    .button-theme-holder ul li > a > span {
        font-size: 13px;
    }

    .reward-card {
        width: 48%;
        border-radius: 15px;
    }

    .counter .reward-card:nth-child(2) {
        margin-bottom: 4rem;
    }

    .counter .reward-card {
        width: 100%;
    }
}

/*tron link popup*/

.tronlink_pop {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    justify-content: center;
    align-items: center;
    z-index: -1000;
    opacity: 0;
}

.tronlink_pop.active-pop {
    display: flex;
    z-index: 1000;
}

.tronlink_pop::after {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    bottom: 0;
    opacity: 1;
    background-color: rgb(0 0 0 / 20%);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    opacity: 9;
    z-index: 10;
    transition: 0.15s ease-in;
    overflow: hidden;
}

.tronlink_pop .popup-con {
    width: 90%;
    max-width: 330px;
    background-color: #fff;
    border-radius: 35px;
    padding: 45px 15px;
    z-index: 11;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    position: relative;
    flex-wrap: wrap;
}

.tronlink_pop .popup-con ul {
    padding: 0;
    margin: 0;
    display: inline-flex;
}

.tronlink_pop .popup-con ul li {
    padding: 0;
    margin: 0 8px;
    list-style: none;
    border-radius: 30px;
    border: solid 1px #d8d8d8;
}

.tronlink_pop .popup-con ul li figure {
    width: 43px;
    height: 43px;
    box-sizing: border-box;
    padding: 6px;
}

.tronlink_pop .popup-con p.alt {
    color: #afa0b5;
    font-size: 17px;
    text-align: center;
    margin-top: 20px;
    width: 100%;
    line-height: 25px;
}

.tronlink_pop .common-btn {
    margin-top: 20px;
}

a.tronlink_pop_close {
    position: absolute;
    right: 25px;
    top: 7px;
    font-size: 24px;
    color: #d1d1d1;
    font-weight: 500;
    cursor: pointer;
}

.fade-enter-active,
.fade-leave-active {
    transition: opacity 0.5s;
}

.fade-enter,
.fade-leave-to / .fade-leave-active {
    opacity: 0;
}

/*tron link popup*/

/*active mining node*/

.active-mining h3 {
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 13px;
}

.active-mining p.alt {
    color: #fff;
    font-weight: 100;
    font-size: 14px;
    line-height: 23px;
}

.active-mining p.alt span {
    color: #d4d4d4;
}

.active-mining h5 {
    color: #fff;
    font-weight: 100;
    font-size: 13px;
    line-height: 20px;
}

.active-mining {
    position: relative;
    z-index: 99;
}

.active-mining .common-btn {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 14px;
    width: 250px;
    line-height: 41px;
}

.banner-main {
    position: relative;
}

.banner-main::after {
    content: "";
    position: absolute;
    bottom: 0;
    top: 0;
    width: 100%;
    background-image: url(../images/activate-mining.svg);
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: 1;
}

.banner-main .tab-head {
    position: relative;
    z-index: 99;
    margin-top: 35px;
}

/*active burning*/

.active-burning ul {
    padding: 0;
    margin: 0 auto;
    width: 70%;
    margin-bottom: 10px;
}

.active-burning ul li {
    width: 100%;
}

.active-burning ul li a {
    display: inline-flex;
    width: 100%;
    color: #ebe7e7;
    font-weight: 100;
    font-size: 12px;
    line-height: 23px;
    justify-content: space-between;
}

.active-burning .main-inp-area {
    margin: 0 auto;
    margin-bottom: 15px;
    background: #9467d2;
    border-radius: 20px;
}

.active-burning .main-inp-area span {
    color: #b1b1b1;
    font-size: 11px;
}

.active-burning h3 {
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 13px;
}

@media only screen and (max-width: 375px) {
    .mining-node {
        flex-direction: column;
    }

    .main-inp-area {
        width: 90%;
        margin-bottom: 0;
    }

    .main-inp-area input {
        line-height: 40px;
    }

    .btns {
        width: 100%;
    }

    .btns ul {
        justify-content: center;
    }

    .btns ul li button {
        line-height: 22px;
    }

    .value-trx::after,
    .value-trx::before {
        display: none;
    }
}

/*sunswap popup*/

.sunswap {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sunswap h3 {
    color: #7e55d7;
    font-weight: 500;
    font-size: 35px;
}

.sunswap figure {
    width: 60px;
    height: 60px;
    margin-right: 10px;
}

.sunswap figure img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
}
.prog-meta-info {
    margin-top: 8px;
    font-size: 11px;
}
.anime-btn {
    position: relative;
    overflow: hidden;
}

.loadgif-anim {
    background: #00000096;
    position: absolute;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    width: 100%;
    height: 45px;
}
.loadgif-anim img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    margin-top: -3px;
}

.gray-text {
    color: #d4d4d4;
}
/*---- Loadtimer -----*/
.load-timer {
    display: block;
    width: 100%;
    max-width: 70px;
    line-height: 22px;
    margin: 10px auto 0;
    border: 1px solid #fff;
    border-radius: 15px;
}
.load-timer h6 {
    margin: 0;
}
.load-timer h6 > span {
    margin-right: 2px;
    color: #00fbff;
}
/*---- Loadtimer -----*/

/*--- App Preloader ---*/
.app-loading {
    position: fixed;
    width: 100%;
    height: 100%;
}
.app-loader {
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: #fbfbfb;
    display: flex;
    justify-content: center;
    align-items: center;
}
/*--- / App Preloader ---*/

.daily-trx button {
    background: none;
    border: none;
    width: 50px;
}
.opac0 {
    opacity: 0;
    transition: 0.15s ease-in-out;
}
.btns-active {
    opacity: 1;
}

.head-ul li {
    font-size: 12px;
    line-height: 16px;
}

.head-ul li > a {
    color: #3398fb;
    font-weight: 500;
}

/*--- Share Page ---*/
.share-sec {
    /* background: #fff; */
    min-height: 100vh;
}
.share-acc {
    padding-top: 2rem;
    text-align: center;
}
.qr_code {
    width: 120px;
    margin: 0 auto 1rem;
    /* background: #cfe4db; */
    padding: 7px;
    box-sizing: border-box;
    border-radius: 8px;
}
.share-acc p {
    color: #9999a5;
    margin-top: 10px;
    font-size: 14px;
}
.share-card {
    background: url("/core/images/sharebg.png") no-repeat;
    background-size: 100%;
    height: 12rem;
    margin-top: 2rem;
    background-color: #8344b2;
    border-radius: 20px;
    background-size: cover;
}
.share-card .content {
    position: relative;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0 20px;
    color: #fff;
}
.share-card .content h4 {
    font-size: 13px;
    font-weight: 400;
    color: rgba(225, 225, 225, 0.7);
    margin-bottom: 8px;
    text-transform: capitalize;
}
.share-card .content p {
    font-size: 14px;
}
.share-code {
    margin-top: 1.2rem;
    position: relative;
}
.share-code input {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border: none;
    outline: none;
    border-radius: 8px;
    padding-right: 60px;
    box-sizing: border-box;
    padding-left: 15px;
    font-size: 12px;
    text-overflow: ellipsis;
    overflow: hidden;
    background: rgba(225, 225, 225, 0.7);
    border-radius: 30px;
    color: #004588;
}
.share-code .btn-app {
    position: absolute;
    top: 0px;
    bottom: 0;
    right: 3px;
    border-radius: 8px;
    width: 55px;
    padding: 0 10px;
    line-height: 30px;
    font-size: 10px;
    font-weight: 500;
    background-color: transparent;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
.share-code .btn-app img {
    width: 16px;
}
.warn-message {
    font-size: 12px;
}
.warn-message i {
    margin-right: 5px;
    color: #f22;
}

.orbitCon {
    width: 100%;
    padding: 20px 0;
    padding-top: 0;
    background: #e3e3e3;
}
.orbitCon ul {
    padding: 0;
    margin: 0;
}
.orbitCon ul li {
    padding: 0;
    margin: 0;
    margin-bottom: 15px;
    list-style: none;
    background: #fff;
    border-radius: 13px;
    padding: 0;
}
.orbitCon ul li summary::-webkit-details-marker {
    display: none;
}
.orbitCon ul li summary .icon {
    content: url(../images/up.png);
    position: absolute;
    top: 28px;
    right: 20px;
    transform: rotate(180deg);
    transition-duration: 0.6s;
    width: 15px;
}
.orbitCon ul li summary {
    position: relative;
    list-style: none;
    padding: 15px 15px;
    /*   justify-content: space-between;
    display: flex;
    align-items: center;*/
}
.orbitCon ul li summary h3 {
    font-size: 19px;
    color: #853da3;
    line-height: 19px;
}

.orbitCon ul li summary span.flx {
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: center;
}

.orbitCon ul li summary h3 span {
    color: #aca9a9;
    font-weight: 400;
    font-size: 13px;
}

.orbitCon ul li details[open] .icon {
    transform: rotate(0deg);
    transition-duration: 0.6s;
}
.orbitCon ul li details .drp {
    width: 100%;
    padding: 0;
    border-top: 1px solid #e7dbed;
    box-sizing: border-box;
}
.orbitCon ul li details a.btn {
    width: 100px;
    height: 33px;
    font-size: 13px;
    color: #fff;
    float: right;
    line-height: 20px;
    margin-right: 40px;
    background: #7e55d7;
    border-radius: 21px;
    display: flex;
    justify-content: center;
    box-shadow: 1px 1px 11px #d1cccc;
    align-items: center;
}
.orbitCon ul li details table {
    width: 100%;
    table-layout: fixed;
}

.orbitCon ul li details table tr td {
    width: 50%;
    padding: 22px 15px;
    background: #eef6fe;
    color: #707070;
    line-height: 21px;
    font-size: 14px;
    border-right: solid 1px #e7dbed;
}
.orbitCon ul li details table tr td span {
    float: right;
}
.orbitCon ul li details table tr td:last-child {
    border-right: 0;
}
.orbitCon ul li details table tr.odd td {
    background: transparent;
}

/*progress container*/

.progressCon {
    width: 100%;
    background-color: #fff;
    border-radius: 30px;
}
.progressCon .item {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    border-bottom: solid 1px #ddd;
}
.progressCon .item h3 {
    color: #853da3;
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 20px;
}

/*---- Progress Staking ----*/
.progressCon .stake-progress {
    background: #f00;
    padding: 0;
    overflow: hidden;
    border: none;
    border-radius: 5px;
    height: 8px;
    position: relative;
}

.progressCon .stake-progress .progress-bar {
    background: #853da3;
    height: 8px;
    margin-top: 0;
    border-radius: 8px;
    display: block;
}

.progressCon .point-circle {
    position: absolute;
    width: 20px;
    height: 20px;
    background: #853da3;
    border-radius: 50%;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
    z-index: 55;
}

.progressCon .point-circle::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    width: 12px;
    height: 12px;
    border-radius: 50%;
}
.progressCon .point-circle.circle-right {
    left: auto;
    right: 0;
    background: #ff4f4f;
}
.progressCon .stake-holder {
    position: relative;
}
.progressCon .staking-prog-labels {
    margin-bottom: 25px;
}
.progressCon .staking-prog-label {
    position: relative;
    box-shadow: 0px 0 15px #00fbff59;
    padding: 15px 5px;
    border-radius: 12px;
    border: 2px solid #00fbff;
    width: 33.3%;
    box-sizing: border-box;
}
.progressCon .staking-prog-label h6 {
    font-size: 10px;
    font-weight: 300;
}
.progressCon .staking-prog-label h3 {
    text-align: right;
    font-weight: 400;
    margin-top: 7px;
    font-size: 15px;
}
.progressCon .staking-prog-label::after {
    content: "";
    position: absolute;
    width: 13px;
    height: 13px;
    background: #0e0e0e;
    border-right: 2px solid #00fbff;
    border-bottom: 2px solid #00fbff;
    left: 15px;
    bottom: -9px;
    transform: rotate(45deg);
    left: 20px;
    bottom: -8px;
    border-radius: 3px;
}
.progressCon .right-prog-label {
    border-color: #ff4f4f;
    box-shadow: 0px 1px 10px #ff4f4f;
}
.progressCon .right-prog-label::after {
    left: auto;
    right: 20px;
    border-color: #ff4f4f !important;
}
.progressCon .total-area {
    margin-top: 17px;
    padding-left: 50px;
    position: relative;
}
.progressCon .total-area::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-image: url("../img/tron_logo.svg");
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: center;
    width: 38px;
    height: 38px;
}
.progressCon .total-area.smartron-total::before {
    background-image: url("../images/stakingIcon1.svg");
    background-size: cover;
}
.progressCon .total-area.smartron-total.second::before {
    background-image: url("../images/stakingIcon2.svg");
}
.progressCon .total-area h5 {
    font-size: 11px;
    font-weight: 400;
    color: #aca9a9;
    margin-bottom: 0.3rem;
}
.progressCon .total-area h4 {
    text-align: left;
    font-size: 14px;
    color: #7e55d7;
    font-weight: 400;
}
.progressCon .totalCon .total-area.smartron-total::before {
    display: none;
}
.progressCon .totalCon .total-area.smartron-total {
    padding-left: 0;
    margin-top: 0;
}
.progressCon .totalCon {
    display: flex;
    justify-content: space-between;
    margin-bottom: 17px;
}

.progressCon .item:last-child {
    border-bottom: none;
}
.progressCon a.viewbtn {
    background: #ddd;
    font-size: 12px;
    font-weight: 400;
    float: right;
    width: 86px;
    text-align: center;
    line-height: 22px;
    color: #853da3;
    border-radius: 20px;
}
.m-container.bg {
    background: #e3e3e3;
    padding-bottom: 65px;
}

@media (max-width: 375px) {
    .progressCon .total-area h4 {
        font-size: 12px;
    }
    .progressCon .total-area h5 {
        font-size: 10px;
    }
    .progressCon .total-area::before {
        width: 34px;
        height: 34px;
    }
    .orbitCon ul li summary h3 {
        font-size: 16px;
    }
    .orbitCon ul li summary h3 span {
        font-size: 12px;
    }
    .orbitCon ul li details a.btn {
        width: 76px;
        height: 29px;
        font-size: 12px;
    }
    .orbitCon ul li summary .icon {
        width: 19px;
    }
    .progressCon .item h3 {
        font-size: 16px;
    }
    .orbitCon ul li details table tr td {
        font-size: 12px;
    }
}

#connect-wallet-btn {
    all: unset;
    font-weight: 600;
    font-size: 13px;
}
.inner-content {
    padding-top: 30px;
}
.connect a span {
    width: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    /* line-height: 19px; */
    position: relative;
    top: 4px;
}

.head-ul li.connect a {
    position: relative;
}
.head-ul li.connect a::after {
    content: attr(data-string);
    margin-left: -7px;
}
.copy {
    display: inline-block;
    margin-left: 4px;
}
.copy i {
    font-size: 17px;
    color: #3398fb;
}

.tooltip {
    position: absolute;
    background: rgb(0 0 0 / 65%);
    font-size: 12px;
    left: 0;
    width: 100%;
    top: 0;
    text-align: center;
    border-radius: 4px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    line-height: 24px;
    color: #fff;
}

.orbitCon.earnings {
    padding-top: 0;
}
.orbitCon.earnings ul li details table tr td {
    width: 100%;
}
.orbitCon.earnings ul li summary h3 {
    line-height: 21px;
    font-weight: 500;
}
.orbitCon.earnings ul li summary h4 {
    color: #929292;
    font-size: 12px;
    font-weight: 500;
    text-align: right;
    line-height: 21px;
}
.orbitCon.earnings ul li details table tr td h4 {
    color: #853da3;
    font-size: 17px;
    font-weight: 500;
    display: inline-block;
    width: auto;
}
.orbitCon.earnings ul li details table tr td h4 span {
    text-align: left;
    float: left;
    font-size: 12px;
    color: #aca9a9;
    font-weight: 400;
}
.orbitCon.earnings ul li details table tr td span {
    text-align: right;
    font-size: 12px;
    color: #929292;
}
.orbitCon.earnings ul li details table tr td {
    padding: 15px;
}

.astrexCon {
    padding: 0px 40px;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 40px;
}
.astrexCon .card {
    background: url("../images/astrex/card-bg.png") no-repeat center / cover;
    background-position: center;
    background-size: cover;
    padding: 25px;
    box-sizing: border-box;
    position: relative;
    border: 8px solid #371a45;
    border-radius: 12px;
    height: 190px;
    width: 100%;
}
.astrexCon .cardtp {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.astrexCon .cardtp img {
    width: 52%;
    margin-bottom: -75px;
}
.astrexCon .card .inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
}
.astrexCon .card .inner h2,
.astrex-meta h6,
.astrex-meta h3 {
    font-weight: bold;
    background-color: #371a45;
    color: #4c295da6;
    text-shadow: 2px 2px 3px rgb(255 255 255 / 50%);
    -webkit-background-clip: text;
    font-size: 12px;
    width: auto;
}
.meta-bottom {
    font-size: 8px;
    position: absolute;
    bottom: 20px;
    color: #371a45;
    font-weight: 600;
}
.astrex-meta {
    margin-top: 30px;
}
.astrex-meta h3 {
    font-size: 23px;
}

.astrex-svg {
    width: 50%;
    margin-left: auto;
    position: absolute;
    right: 0;
    top: 0;
}
.astrex-svg svg {
    height: 100%;
    width: 100%;
    margin: auto;
    display: block;
}

.astrex-svg path {
    stroke-linecap: round;
    stroke-width: 9;
}

.astrex-svg path.grey {
    stroke: #2b0450;
    box-shadow: inset 1px 1px 4px #000000;
}

.astrex-svg path.purple {
    stroke: url(#gradient);
    stroke-dasharray: 200;
    stroke-dashoffset: calc(200 - ((var(--progress) / 100) * 200));
}

.astrex-badge-holder {
    left: 0;
    position: absolute;
    top: 30px;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.astrex-badge {
    width: 65px;
}
.astrex-badge img {
    width: 100%;
    height: 100%;
}
.astrex-badge-holder h4 {
    text-align: center;
    font-size: 8px;
    margin-top: 5px;
    text-transform: capitalize;
    line-height: 10px;
    font-weight: bold;
    color: #371a45;
}
.astrex-badge-holder h4 > span {
    display: block;
}

@media (max-width: 375px) {
    .astrexCon {
        padding: 0;
    }
}
@media (min-width: 450px) and (max-width: 600px) {
    .astrexCon .card {
        height: 245px;
    }
    .astrexCon {
        margin-bottom: 60px;
    }
}

/*buning statistics*/
.orbitCon.burningStatistics ul li details a.btn {
    width: 125px;
    background: transparent;
    border: solid 1px #853da3;
    color: #853da3;
    height: 30px;
}
.orbitCon.burningStatistics ul li details a.btn.btn-completed {
    color: #068742 !important;
    border: 1px solid #068742 !important;
    width: 100px !important;
    font-size: 13px !important;
}
.burningCon {
    width: 100%;
    padding-bottom: 50px;
}
.burningCon h3 {
    color: #853da3;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    line-height: 32px;
}
.burningCon h3 span {
    font-size: 18px;
    font-weight: 500;
}
/*====== Gauge Progress Bar =======*/
.small-head {
    font-weight: 300;
    text-align: center;
}
.gauge-content {
    width: 100%;
}
.profit-gauge {
    position: relative;
}
.gauge-console {
    position: absolute;
    width: 180px;
    height: 180px;
    bottom: 0;
    left: 45%;
    transform: translate(-45%, 45%);
}
.gauge-line div {
    position: absolute;
    background: transparent;
    width: 75px;
    height: 40px;
    margin: 0;
    transition: transform 1.5s linear;
    transform-origin: 100% 15px;
    transform: rotate(0deg);
    top: 65px;
}
.gauge-line div::after {
    content: "";
    background: url("../images/redarrow.svg") no-repeat;
    background-size: contain;
    width: 37px;
    height: 37px;
    position: absolute;
    left: -15px;
    top: 8px;
    transform: rotate(-135deg);
}
/*.gauge-line div::before {
    content: "";
    background-size: contain;
    background: #00fbff;
    filter: blur(10px);
    width: 37px;
    height: 37px;
    position: absolute;
    left: 0;
    top: 0;
    transform: rotate(-90deg);
}*/
.gauge-meta {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
    border-radius: 50%;
    background-image: url("../images/burningbg.svg");
    background-repeat: no-repeat;
    position: relative;
    z-index: 5;
    background-size: contain;
}
.gauge-meta h6 {
    font-size: 13px;
    color: #fefefe;
    font-weight: 400;
}
.gauge-meta h4 {
    font-size: 22px;
    color: #fff;
    font-weight: 700;
    margin-top: 6px;
}
.profit-gauge {
    margin-top: 30px;
    margin-bottom: 6rem;
}
.burningCon .description {
    text-align: center;
}
.burningCon .description p {
    font-size: 13px;
    color: #aca9a9;
    font-weight: 400;
    line-height: 22px;
}
.burningCon .description p.span {
    color: #853da3;
    font-weight: 500;
}
.burningCon .totalCon {
    padding: 0 0px;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.burningCon .totalCon .item {
    width: 31%;
    box-shadow: 0px 1px 7px #00000017;
    background: #fff;
    text-align: center;
    border: solid 1px #853da326;
    border-radius: 16px;
}
.burningCon .totalCon .item .hed {
    min-height: 42px;
    line-height: 20px;
    font-size: 13px;
    font-weight: 500;
    color: #853da3;
    padding: 7px 0;
    border-bottom: solid 1px rgba(133, 61, 163, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
}
.burningCon .totalCon .item .ans {
    font-size: 14px;
    color: #aca9a9;
    min-height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}
.burningCon .totalCon .item .ans span {
    width: 87%;
    text-overflow: ellipsis;
    display: inline-block;
    overflow: hidden;
}
.burningCon .btnCon {
    text-align: center;
    margin-top: 30px;
}
.burningCon .btnCon .common-btn {
    width: 80%;
    font-size: 15px;
}
.burningCon .btnCon p {
    font-weight: 400;
    font-size: 12px;
    color: #aca9a9;
    margin-top: 20px;
}

@media (max-width: 320px) {
    .gauge-console {
        width: 133px;
        height: 133px;
        bottom: 12px;
    }
    .gauge-line div::after {
        transform: rotate(-146deg);
        top: -6px;
    }
    .profit-gauge {
        margin-bottom: 4rem;
    }
    .burningCon .totalCon .item .hed {
        font-size: 12px;
    }
    .orbitCon.earnings ul li summary h4 {
        padding-left: 0px !important;
    }
}

/*share feild css*/

.share-code h5.copy-url-link {
    width: 100%;
    height: 40px;
    line-height: 40px;
    position: relative;
    padding-right: 60px;
    box-sizing: border-box;
    padding-left: 15px;
    font-size: 13px;
    font-weight: 400;
    background: rgba(225, 225, 225, 0.7);
    border-radius: 30px;
    color: #004588;
}
.share-code h5.copy-url-link .copy-icon-button {
    position: absolute;
    right: 20px;
    top: 0px;
    z-index: 999;
    bottom: 0;
}

.share-code h5.copy-url-link .copy-icon-button img {
    top: 3px;
    position: relative;
}

.share-code h5.copy-url-link a {
    width: 100%;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
}
.orbitCon ul li details table tr td span.dbank_span {
    float: left;
}
.orbitCon ul li details table tr td span.dbank_span span {
    display: block;
    float: none;
    font-size: 13px;
}
.orbitCon ul li details table tr td a.btn {
    margin-right: 0;
}
.orbitCon.burningStatistics ul li details a.btn.node_btn {
    width: 100%;
    margin: 0 auto;
}
.orbitCon.earnings ul li details[open] .arrow {
    width: 13px;
    transition-duration: 0.2s;
    transform: rotate(0deg);
}
.orbitCon.earnings ul li details .arrow {
    width: 13px;
    transition-duration: 0.2s;
    transform: rotate(180deg);
}
.orbitCon.earnings ul li summary h4 {
    margin-left: auto;
    padding-right: 15px;
}

.fancybox-content.connected-node iframe {
    width: 100%;
    margin-top: 30px;
    height: 500px;
    border: none;
    border-radius: 30px;
    margin-bottom: 90px;
}

.orbitCon.burningStatistics a[disabled="disabled"] {
    color: #aca9a9 !important;
    border-color: #aca9a9 !important;
    font-size: 11px !important;
    width: 100px !important;
    box-sizing: border-box;
}

.mt-1 {
    margin-top: 10px;
}
.staking2 .progress-area span.prog-label {
    font-size: 13px;
}
.stakcustomcls .progress-area label {
    margin-bottom: 0;
}
.text-left {
    text-align: left !important;
}
.text-right {
    text-align: right !important;
}

.stakcustomcls .progress-area {
    display: flex;
    flex-wrap: wrap;
    line-height: 18px;
}
.alertify-notifier {
    width: 100%;
    left: 0 !important;
}
.alertify-notifier .ajs-message {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 100%;
}

.inner-content .common-btn:disabled {
    font-size: 12px;
}
.active-burning .common-btn:disabled {
}
.stakcustomcls .progress-area .prog-label {
    font-size: 12px;
}
header {
    background: #fff;
    margin-bottom: 15px;
    padding: 10px 15px;
}
.mt-20 {
    margin-top: 20px;
}
div#burn .common-btn:disabled {
    border: solid 2px #2e1616;
}

div#stake .common-btn {
    /* margin-top: 42px; */
    margin-top: 0;
}
div#stake .staketpbtn {
    margin-top: 0 !important;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

/*desktop style*/

.app-loader figure {
    text-align: center;
}
.app-loader figure img {
    width: 100%;
}

.mini-loader {
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
}
.card-loader {
    min-height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.smart-contract-card {
    background-color: #fff;
    width: 100%;
    border-radius: 20px;
    text-align: center;
}
.smart-contract-card .card-head {
    padding: 15px 0;
    border-bottom: 1px solid #70707026;
    color: #853da3;
}
.smart-contract-card .card-head h3 {
    font-weight: 500;
}
.card-content {
    padding: 0;
}
.smrt_cont {
    padding: 15px 20px;
    border-bottom: 1px solid #70707026;
}
.smrt_cont_icon {
    display: inline-block;
    width: 25px;
    height: 25px;
    position: relative;
    top: 5px;
    left: -15px;
}
.smrt_cont:last-child {
    border-bottom: none;
}
.spacer-lg {
    height: 130px;
}
.card-content .m-flex div {
    width: 50%;
    padding: 0 10px;
    box-sizing: border-box;
    text-align: left;
    color: #afa0b5;
}
.card-content .m-flex div > h6 {
    font-weight: 400;
    margin-bottom: 10px;
}
.card-content .m-flex div > h5 {
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 400;
}
.card-content .m-flex div > h5 > a {
    color: #3398fb;
}
.wid_btn_sec {
    margin-right: 20px;
}
.wid_btn_sec > span {
    width: 100%;
    display: inline-block;
    font-size: 10px;
    margin-top: 5px;
    text-align: right;
    position: relative;
    right: 10px;
    color: #aca9a9;
}
.updateCon.orbitCon ul li details a.btn {
    margin-right: 0;
    height: 22px;
    line-height: 22px;
    width: 90px;
    font-size: 10px;
}
.updateCon.orbitCon ul li details a.btn[disabled="disabled"] {
    font-size: 10px !important;
}
.updateCon.orbitCon ul li summary .icon {
    top: 20px;
    right: 0;
}

.orbit_progress {
    position: relative;
    width: 100%;
    max-width: 100px;
    height: 8px;
    background: #d8d8d8;
    margin-top: 10px;
    border-radius: 50px;
}
.orbit_progress .bar_fill {
    position: absolute;
}
.updateCon.orbitCon ul li summary {
    padding: 10px 15px;
}
.orbit_meta {
    width: 65%;
}
.orbit_progress .bar_fill {
    position: absolute;
    height: 100%;
    border-radius: 50px;
    background-color: #853da3;
    width: var(--width);
}
.orbit_progress::after {
    content: "";
    position: absolute;
    left: calc(var(--width) - 5px);
    top: -4px;
    width: 10px;
    height: 10px;
    background-color: #fff;
    border: 3px solid #853da3;
    border-radius: 50%;
}
.orbit_meta small {
    font-size: 9px;
    color: #853da3;
}
.updateCon.orbitCon ul li details table tr td {
    padding: 22px 35px 22px 15px;
}

/* .orbit_progress .bar_cicrle{
    width: 10px;
    height: 10px;
    background-color: #fff;
    border: 3px solid #853DA3;
    position: absolute;
    top: 0;
    left: 15px;
} */
/*-- Copy URL --*/
.copy-urll {
    padding-right: 25px;
    position: relative;
    display: flex;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.large-link,
.center-url-sponsors .copy-url-link {
    margin: 0 auto;
}
.truncate_middle span {
    width: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}
.truncate_middle::after {
    content: attr(data-string);
    margin-left: 0;
    top: 0;
    position: relative;
}
.large-link .copy-url {
    max-width: 100%;
}
.copy-url-link {
    position: relative;
    width: fit-content;
}
.copy-url-link .copy-url {
    padding-right: 0;
}
.copy-urll::before,
.copy-url-link::before {
    content: "\ea84";
    font-family: "boxicons";
    width: 13px;
    height: 13px;
    top: 0;
    right: 0;
    position: absolute;
    color: #3398fb;
}
.copy-url-link .copy-url::before {
    display: none;
}
.copy-url .copy-icon,
.copy-url-link .copy-icon-button {
    position: absolute;
    width: 20px;
    height: 13px;
    right: 0;
    top: 0;
    cursor: pointer;
    display: inline-block;
}

@media (max-width: 767px) {
    .app-loader figure img {
        width: 70%;
    }
}

.mt-0 {
    margin-top: 0 !important;
}

@media only screen and (min-width: 800px) {
    .main-wrapper {
        box-shadow: 0 0 20px 0px #a3a3a385;
    }
    .fixed-bottom-nav ul li:nth-child(3) {
        width: 15%;
    }
    .inner-content {
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
    }
    .common-btn {
        width: 100%;
        max-width: 250px;
    }
    .share-card {
        max-width: 400px;
        margin: 0 auto;
        width: 100%;
    }
    .astrexCon {
        max-width: 400px;
        margin: 0 auto 60px;
    }
}

/* node id share */
.nodeid {
    max-width: 215px;
    height: 0;
    border-left: 21px solid transparent;
    border-right: 21px solid transparent;
    top: 0;
    border-top: 35px solid #a568c3;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    width: 100%;
    z-index: 9;
}
.nodeid > span {
    position: relative;
    top: -28px;
    font-size: 13px;
}
.nodeid span a {
    width: 130px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    position: relative;
    top: 4px;
}
.nodeid span::after {
    content: attr(data-string);
    position: absolute;
    right: 70px;
    top: 1px;
}

.sharebt {
    background: #ddd;
    width: 59px;
    display: inline-flex;
    font-size: 11px;
    justify-content: center;
    align-items: center;
    height: 21px;
    border-radius: 16px;
    color: #853da3;
    margin-left: 20px;
    text-transform: capitalize;
    padding: 0px 5px;
}

.sharebt img {
    width: 11px;
    margin-right: 4px;
}

/*/Share Node Popup/*/
.tronlink_pop.bottom_share {
    align-items: flex-end;
    display: block;
    z-index: -1000;
    opacity: 0;
}
.tronlink_pop.bottom_share .popup-con {
    bottom: -300px;
    opacity: 0;
    transition: 0.15s ease-in-out;
    -webkit-transition: opacity 0.3s ease-out, bottom 0.4s ease-in-out;
    -moz-transition: opacity 0.3s ease-out, bottom 0.4s ease-in-out;
    -o-transition: opacity 0.3s ease-out, bottom 0.4s ease-in-out;
    transition: opacity 0.3s ease-out, bottom 0.4s ease-in-out;
    left: 50%;
    transform: translate(-50%, 0);
    position: absolute;
    max-width: 370px;
    width: 100%;
    padding: 0;
    justify-content: flex-start;
}
.bottom_share a.tronlink_pop_close {
    right: 25px;
    top: 25px;
}
.tronlink_pop.bottom_share .popup-con {
    border-radius: 0;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.tronlink_pop.bottom_share.active-pop {
    z-index: 1000;
    opacity: 1;
}
.tronlink_pop.bottom_share.active-pop .popup-con {
    opacity: 1;
    bottom: 0;
    top: auto;
}
.top_meta_content {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #c7c7c7;
    padding: 20px;
    margin-bottom: 10px;
    width: 100%;
}
.top_meta_content h4,
.top_meta_content h6 {
    font-weight: 400;
}
.top_meta_content h4 {
    margin-bottom: 5px;
}
.top_meta_content figure {
    width: 40px;
    height: 40px;
    margin-right: 1rem;
}
.share_inner {
    padding: 10px 20px 40px 20px;
    width: 100%;
}
.tronlink_pop .popup-con .share_inner ul li {
    border: none;
}
.tronlink_pop .popup-con .share_inner ul li > a {
    font-size: 1.2rem;
    display: inline-block;
    width: 100%;
    color: #333;
}
.share_inner ul {
    width: 100%;
    display: flex;
    justify-content: space-around;
}
.share_inner ul > li {
    text-align: center;
}
.share_social i {
    font-size: 1.6rem;
}
.share_social span {
    display: block;
    width: 100%;
    font-size: 10px;
}
/*
  Enter and leave animations can use different
  durations and timing functions.
*/
.slide-fade-enter-active {
    transition: all 0.3s ease-out;
}

.slide-fade-leave-active {
    transition: all 0.8s cubic-bezier(1, 0.5, 0.8, 1);
}

.slide-fade-enter-from,
.slide-fade-leave-to {
    transform: translateY(50px);
    opacity: 0;
}

.tab-card .value-trx .daily-trx h6 {
    width: 93%;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 auto;
}

@media only screen and (max-width: 320px) {
    .truncate_middle span {
        width: 45px;
    }
}
/*---- Blue Rabbit Bonus -----*/
.bluerabbit {
    background: #fff;
    border-radius: 10px;
    padding: 10px;
    border: 1px solid #3398fb66;
}
.bluerabbit_logo {
    width: 35px;
    margin-right: 10px;
}
.br_card_content {
    font-family: var(--primaryfont);
    color: #3389fb;
}
.br_card_content h3 {
    font-size: 18px;
}
.br_card_content h6 {
    color: #707070;
    font-weight: 400;
    font-size: 10px;
}
.airdrops_limit {
    margin-left: auto;
    text-align: right;
}
.airdrops_limit h6 {
    color: #aca9a9;
    font-weight: 400;
}
.airdrops_limit h3 {
    color: #3389fb;
    font-size: 16px;
    font-weight: 500;
}
.progress_bluerabbit {
    margin: 8px 0;
}
.progress_bar {
    position: relative;
    background-color: #c7c7c7;
    height: 6px;
    border-radius: 50px;
}
.circler_node {
    width: 10px;
    height: 10px;
    border: 1px solid #3389fb;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    top: -2px;
    box-shadow: 0 0 3px 0px #000000b8;
    z-index: 5;
}
.circler_node.right_c {
    right: 0;
}

.progress_strip {
    position: absolute;
    left: 0;
    top: 0;
    height: 6px;
    background-color: #3389fb;
    border-radius: 50px;
}
.main_pg_head {
    margin: 20px 0;
    text-align: center;
    display: inline-block;
    width: 100%;
    color: #853da3;
}
.orbitCon.br_accord ul li details[open] summary {
    border-bottom: 1px solid #c7c7c7;
}
.orbitCon.br_accord ul li summary h3 {
    font-family: var(--primaryfont);
}
.orbitCon.br_accord ul li summary .icon {
    top: 5px;
    right: 5px;
}
.inner_cb > .br_card_content {
    padding: 15px;
}
.br_accord .br_card_content ul li {
    font-size: 13px;
    color: #535353;
    position: relative;
    padding-left: 25px;
    line-height: 20px;
    margin-bottom: 0;
    padding-bottom: 15px;
}
.br_accord .br_card_content ul.step-pro li::after {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 6px;
    height: 6px;
    border: 2px solid #853da3;
    border-radius: 50%;
    background-color: #fff;
}
.br_accord .br_card_content ul.step-pro li.checked_step::before {
    content: "";
    position: absolute;
    left: 4px;
    top: -5px;
    width: 2px;
    height: 100%;
    background-color: #853da3;
    border-radius: 0;
}
.br_accord .br_card_content ul li.checked_step:nth-child(2)::before {
    top: 5px;
    height: calc(100% - 5px);
}
.br_accord
    .br_card_content
    ul.active-node-step
    li.checked_step:nth-child(2)::before {
    height: 90%;
}
.br_accord .br_card_content ul.step-pro li.checked_step:last-child::before {
    opacity: 1;
    height: 15%;
}
.br_accord .br_card_content ul li:last-child {
    padding-bottom: 0;
}
.br_accord .br_card_content ul li > span {
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
}
.br_accord .br_card_content ul li > span > i {
    font-size: 17px;
}
.br_accord .br_card_content ul li > span > i.bx-check-circle {
    color: rgb(17, 148, 12);
}
.br_accord .br_card_content ul li > span > i.bx-x-circle {
    color: rgb(221, 55, 25);
}
.step-pro {
    position: relative;
}
.orbitCon ul.step-pro li {
    background: none;
}

.step-pro span {
    position: absolute;
    left: 4px;
    top: 10px;
    height: 85%;
    width: 2px;
    background: #c7c7c7;
}
.active_step {
    background: #853da3;
}
.step-summary {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 50px;
}

.step-summary ul {
    display: flex;
    justify-content: space-between;
    position: relative;
}
.step-summary ul::after {
    content: "";
    position: absolute;
    left: 5px;
    width: calc(100% - 10px);
    height: 3px;
    background-color: #c7c7c7;
    top: 50%;
    margin: 0 5px;
}
.active-node-step.step-summary ul::after {
    width: calc(100% - 15px);
}
.step-summary ul li {
    position: relative;
    margin: 0 5px;
    z-index: 5;
}
.step-summary ul li > span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 1px solid #853da3;
    background: #fff;
    z-index: 5;
    display: inline-block;
    position: relative;
    z-index: 5;
}

.step-summary ul li.checked_sum::after {
    content: "";
    position: absolute;
    left: -5px;
    width: 20px;
    height: 3px;
    background-color: #853da3;
    top: 48%;
}
.active-node-step.step-summary ul li.checked_sum:last-child::after {
    width: 15px;
}
.step-summary ul li.checked_sum:first-child::after {
    left: 0;
    width: 15px;
}
.step-summary.active-node-step ul li.checked_sum:first-child::after {
    width: 15px;
}
.spacer_30 {
    height: 30px;
}
.claim_more {
    background: #3389fb;
    color: #fff;
    border: none;
    font-family: var(--primaryfont);
    font-size: 11px;
    border-radius: 50px;
    padding: 5px 10px;
    margin-top: 4px;
    display: inline-block;
}
#bluerabbit-bonus {
    padding-bottom: 80px;
    min-height: 100vh;
}

.stake-bonus-step.step-pro span {
    height: 75%;
}

.br_accord
    .br_card_content
    ul.step-pro.stake-bonus-step
    li.checked_step:last-child::before {
    opacity: 1;
    height: 50%;
}
.step-summary.stake-bonus-ul ul li.checked_sum:last-child::after {
    left: -10px;
}
.step-summary.stake-bonus-ul ul::after {
    width: calc(100% - 20px);
}
@media only screen and (max-width: 600px) {
    html,
    body {
        background: #e3e3e3;
    }
    .nodeid {
        width: 100%;
        max-width: 250px;
    }
}
.br_accord
    .br_card_content
    ul.step-pro.active-node-step
    li.checked_step:last-child::before {
    opacity: 1;
    height: 50%;
}
.active-node-step-head.step-summary ul::after {
    top: 48%;
    width: calc(100% - 15px);
}
.active-node-step.step-pro span {
    height: 90%;
}
.step-summary.active-node-step-head ul li.checked_sum:last-child::after {
    left: -10px;
}
@media only screen and (max-width: 320px) {
    .orbitCon ul li summary {
        padding: 25px 15px;
    }
    .step-summary {
        left: 10px;
        top: auto;
        transform: translate(0);
        bottom: 5px;
        width: 200px;
    }
    .step-summary ul::after {
        top: 48%;
        width: calc(100% - 20px);
    }
    .step-pro span {
        height: 90%;
    }
    .stake-bonus-ul {
        width: 100px;
    }
    .step-summary ul li.checked_sum::after {
        width: 36px;
    }
    .step-summary.stake-bonus-ul ul li.checked_sum:last-child::after {
        left: -30px;
    }
    .active-node-step-head.step-summary ul li.checked_sum:last-child::after {
        left: -25px;
        width: 30px;
    }
    .active-node-step-head.step-summary ul li.checked_sum::after {
        width: 36px;
    }
    /* .nodeid{
        background: #a568c3;
    } */
    .banner-main {
        overflow: hidden;
    }
}

/* riju */
.br_accord .br_card_content ul.step-pro li::after {
    border: 2px solid #e3e3e3 !important;
}
.br_accord .br_card_content ul.step-pro li.checked_step::after {
    border-color: #853da3 !important;
    background-color: #853da3;
}
.step-summary.active-node-step li.checked_sum span,
.step-summary.stake-bonus-ul li.checked_sum span {
    background-color: #853da3;
}

/* .br_accord .br_card_content ul.step-pro li.checked_step::before {
    top:5px;
} */
.step-summary ul li.checked_sum:first-child::after {
    width: 35px;
}
.step-summary.active-node-step ul li.checked_sum:first-child::after {
    width: 32px;
}

#governance-app .innerContainer {
    min-height: calc(100vh - 75px);
}

.topup-staking-inpx {
    margin-bottom: 0.8rem;
}
.balance-card-head {
    color: #000000;
    padding: 5px;
    background: #a7d0ff 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 2px #00000036;
    border-radius: 8px 8px 0px 0px;
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}
.balance-card-head-1 {
    color: #000000;
    padding: 5px;
    background: #a7d0ff 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 2px #00000036;
    border-radius: 8px 8px 0px 0px;
    display: flex;
    justify-content: center;
    margin-top: 10px;
}
.align-center {
    align-items: center;
}
.align-start {
    align-items: start;
}
.list-btn {
    background: #045fc3 0% 0% no-repeat padding-box;
    border-radius: 8px;
    opacity: 1;
    padding: 8px;
    border: none;
    color: white;
}
.text-sm {
    font-size: 0.775rem /* 14px */;
    line-height: 1.25rem /* 20px */;
}
.vmorebtn {
    border: 1px solid #005fbe;
    border-radius: 7px;
    opacity: 0.87;
    background: transparent;
    padding: 10px 30px 10px 30px;
    margin-top: 20px;
}
.balance-card-head span {
    width: max-content;
}
.withdrawed_text {
    color: #3a3a3a;
    font-weight: 400;
}
.balance-card-a {
    border-radius: 0px 0px 8px 8px;
    background: #fff;
    padding: 2px;
    box-sizing: border-box;
}

.balance-card-a h6 {
    line-height: 25px;
    font-weight: 400;
}

.balance-card-a h6 > span {
    float: right;
    font-size: 12px;
}
.balance-card-a h6 > .content {
    float: none;
    font-size: 12px;
    margin-left: 5px;
}
.balance-card-a h6 > .top-balance {
    float: none;
    font-size: 12px;
    margin-right: 20px;
}
.balance-card-a h6 .vusd{
    font-size: 12px;
}

.balance-card-b {
    width: 100%;
    margin: 3px;
    background: #f3f3f3 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 2px #00000036;
    border-radius: 8px;
}
.balance-card-b h6 {
    padding: 5px;
}
.balance-card-b .items {
    /* border-bottom: 1px solid rgba(128, 128, 128, 0.164); */
    display: flex;
    align-items: center;
}
.balance-card-b .items-a {
    border-bottom: 1px solid rgba(128, 128, 128, 0.164);
}

.balance-card-b .items-head {
    background: #fff;
    box-shadow: 0px 0px 2px #00000036;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    font-weight: 400;
    font-size: 18px;
}
.balance-card-b .items-head img {
    margin-left: 10px;
}
.balance-card-b .items-head .content {
    font-size: 10px;
    text-align: left;
}
.balance-card-b .items-head {
    justify-content: left;
}
/* .balance-card-b .bln-btn {
    background: #045fc3 0% 0% no-repeat padding-box;
    border: 1px solid #fbfdff;
    border-radius: 10px;
    font-size: 10px;
    color: white;
    height: 25px;
    width: 60px;
    margin-right: 5px;
} */
.balance-card-b .items-val {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.footer-text{
    font-size: 12px;
    padding: 20px;
    margin-top: 20px;
    color: #004588;
}
.color-primary{
    color: #004588;
}
@media only screen and (max-width: 480px){
    .balance-card-a h6 {
        line-height: 25px;
        font-weight: 400;
        font-size: 8px;
    }
    .balance-card-a h6 > .top-balance {
        float: none;
        font-size: 10px;
        margin-right: 0px;
    }
    .balance-card-b .items-head {
        background: #fff;
        box-shadow: 0px 0px 2px #00000036;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        font-weight: 400;
        font-size: 14px;
    }
    .balance-card-b .items-head .content {
        font-size: 8px;
        text-align: left;
    }
    .balance-card-b .items-head .head-icon {
        width: 15px;
        height: 15px;
        margin-left: 3px;
    }
    .balance-card-a h6 .vusd{
        font-size: 10px;
    }
    .balance-card-a h6 > span {
        float: right;
        font-size: 8px;
    }
}
.bottom-text{
    font-size: 12px;
    padding: 10px 30px;
    margin-top: 10px;
    color: #004588;
}
.lpswap .topup-staking-inp-2{
    padding: 8px 0px;
    border: none;
}
.lpswap .max-div{
    margin-top: -8px;
    margin-bottom: 8px;
    margin-right: 10px;
}
.lpswap .max-div span{
    font-size: 9px;
}
.lpswap .max-div button{
    font-size: 9px;
    background: rgba(255, 255, 255, 0.363);
    border: 1px solid white;
    border-radius: 20px;
    color: white;

}

.balance-card-b h6 {
    padding: 5px;
}
.balance-card-b .items {
    /* border-bottom: 1px solid rgba(128, 128, 128, 0.164); */
    display: flex;
    align-items: center;
}
.balance-card-b .items-a {
    border-bottom: 1px solid rgba(128, 128, 128, 0.164);
}

.balance-card-b .items-head {
    background: #fff;
    box-shadow: 0px 0px 2px #00000036;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    font-weight: 400;
    font-size: 18px;
}
.balance-card-b .items-head img {
    margin-left: 10px;
}
.balance-card-b .items-head .content {
    font-size: 10px;
    text-align: left;
}
.balance-card-b .items-head {
    justify-content: left;
}
.balance-card-b .bln-btn,.restake-lpt-btn {
    background: #045fc3 0% 0% no-repeat padding-box;
    border: 1px solid #fbfdff;
    border-radius: 10px;
    font-size: 10px;
    color: white;
    height: 25px;
    width: 60px;
    padding: 4px 8px;
    white-space: nowrap;
}
.balance-card-b .items-val {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.footer-text{
    font-size: 12px;
    padding: 20px;
    margin-top: 20px;
    color: #004588;
}
.color-primary{
    color: #004588;
}
@media only screen and (max-width: 480px){
    .balance-card-a h6 {
        line-height: 25px;
        font-weight: 400;
        font-size: 8px;
    }
    .balance-card-a h6 > .top-balance {
        float: none;
        font-size: 10px;
        margin-right: 0px;
    }
    .balance-card-b .items-head {
        background: #fff;
        box-shadow: 0px 0px 2px #00000036;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        font-weight: 400;
        font-size: 14px;
    }
    .balance-card-b .items-head .content {
        font-size: 8px;
        text-align: left;
    }
    .balance-card-b .items-head .head-icon {
        width: 15px;
        height: 15px;
        margin-left: 3px;
    }
    .balance-card-a h6 .vusd{
        font-size: 10px;
    }
    .balance-card-a h6 > span {
        float: right;
        font-size: 8px;
    }
}
.bottom-text{
    font-size: 12px;
    padding: 10px 30px;
    margin-top: 10px;
    color: #004588;
}
.lpswap .topup-staking-inp-2{
    padding: 8px 0px;
    border: none;
}
.lpswap .max-div{
    margin-top: -8px;
    margin-bottom: 8px;
    margin-right: 10px;
}
.lpswap .max-div span{
    font-size: 9px;
}
.lpswap .max-div button{
    font-size: 9px;
    background: rgba(255, 255, 255, 0.363);
    border: 1px solid white;
    border-radius: 20px;
    color: white;
}


a.tx-hash{
    width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    position: relative;
}
.truncate_middle span {
    width: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}
