.lnt-banner {
    width: 100%;
    padding: 30px 40px;
    box-sizing: border-box;
    background-image: url("/../m-core/images/lnt/banner1.png");
    background-size: cover;
    min-height: 245px;
    max-height: auto;
    position: relative;
    border-radius: 20px;
}
.lnt-banner.vusdbanner {
    width: 100%;
    padding: 30px 40px;
    box-sizing: border-box;
    background-image: url("/../m-core/images/lnt/bannernew.png");
    background-size: cover;
    min-height: 245px;
    max-height: auto;
    position: relative;
    border-radius: 20px;
}
.lpswap.lnt-banner {
    min-height: 245px;
    max-height: 300px;
}

.tlnclaim.lnt-banner {
    max-height: 340px;
}

.lnt-banner h2 {
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    margin-top: 40px;
}

.lnt-banner h2 span {
    font-size: 30px;
    font-weight: 600;
}

.lnt-banner a {
    color: #fff;
    border: solid 1px #fff;
    width: 100%;
    line-height: 32px;
    max-width: 150px;
    display: inline-block;
    text-align: center;
    border-radius: 12px;
    margin-top: 0;
}

.lnt-banner a:disabled,
.lnt-banner a[disabled],
.lnt-banner a.disabled-btn,
button.common-btn:disabled,
button.common-btn[disabled] {
    background: rgb(0 122 255);
    color: #fff;
    border: solid 1px #97c9ff;
}

.lntbtn {
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    border: solid 1px #043a70;
    line-height: 32px;
    border-radius: 23px;
    max-width: 190px;
    padding: 0px 15px;
    color: #043a70;
}

.lntbtn img {
    width: 24px;
    margin-right: 6px;
}

.announcement::after {
    display: none;
}

.announcement > .bg {
    right: -15px;
    left: inherit;
}

.announcement > .icon {
    background-color: transparent;
    width: 35px;
    height: 35px;
}

.counter .reward-card {
    max-height: 200px;
    min-height: 190px;
    width: 42%;
    display: flex;
    flex-wrap: wrap;
    border: solid 1px #c5c5c5;
    flex-direction: column;
}

.counter .m-flex {
    flex-wrap: wrap;
}

.counter .reward-card .inner-content h4 {
    color: #043a70;
    font-weight: 400;
}

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

.announcement {
    margin-top: 10px;
}

.about h3 {
    color: #043a70;
}

.about h6 {
    font-size: 14px;
    margin-top: 5px;
}

.about {
    margin-top: 0;
}

.inner-content {
    padding-top: 9px;
}

.orbitCon ul li {
    margin-bottom: 0;
    border-radius: 0;
}

.orbitCon ul li:first-child {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

.orbitCon ul li:last-child {
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}

.orbitCon ul li:nth-child(even) {
    background-color: #eef6fe;
}

.orbitCon ul li summary h3 {
    color: #043a70;
}

.orbitCon.earnings ul li summary h4 {
    font-weight: 400;
}

.share-card {
    background: url("/../m-core/images/lnt/sharebg.png");
    height: 13rem;
    background-size: cover;
}

.share-card .content {
    padding: 0 30px;
}

.copy-urll::before,
.copy-url-link::before {
    display: none;
}

#copysuccess {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    background: rgb(28 28 28 / 38%);
    right: 0;
    padding: 5px 0;
    color: #fff;
    z-index: 9999;
}

.share-sec {
    position: relative;
}

.tronlink_pop .popup-con ul li {
    border: none;
}

.tronlink_pop .popup-con p.alt {
    margin-top: 0px;
}

p.comingsoon {
    color: #043a70 !important;
    font-size: 17px !important;
}

.close {
    background: #084e9a;
    color: #fff;
    min-width: 56%;
    line-height: 38px;
    margin-top: 22px;
}

.fixed-bottom-nav ul li a span::last-child {
    width: 30px;
}

.logo {
    width: 100%;
    max-width: 200px;
}

.nodeid {
    top: 25px;
    border-top: 30px solid rgb(255 255 255 / 20%);
    max-width: 190px;
    border-left: 0px solid transparent;
    border-right: 0px solid transparent;
    border-radius: 20px;
    left: 0;
    transform: translateX(30%);
}

.nodeid > span {
    top: -30px;
    font-size: 13px;
    line-height: 25px;
    display: flex;
    width: 100%;
    justify-content: space-around;
    align-items: center;
}

.nodeid span a {
    border: none;
    text-overflow: initial;
    top: 0;
    font-size: 11px;
    margin-left: 15px;
}

.sharebt {
    background: transparent;
    border: 0px solid #fff;
    background-color: #024b9c;
    color: #fff;
    font-size: 10px;
    height: 16px;
    margin-right: 10px;
}

@media (max-width: 767px) {
    .lnt-banner h2 {
        margin-top: 10px;
        font-size: 15px;
    }

    .counter .reward-card {
        justify-content: space-between;
        max-height: 201px;
        min-height: 149px;
    }

    .reward-card .inner-content {
        width: 100%;
    }

    .fixed-bottom-nav ul li a span {
        width: 25px;
    }

    .share-card {
        height: 15rem;
        background-size: cover;
        background-repeat: no-repeat;
        min-height: 205px;
    }
    .transaction .rank-progress-1 {
        min-width: 100%;
    }
    .transaction .pool .rank-progress {
        min-width: 100px;
    }
    .transaction .pool .pqlp.rank-progress {
        min-width: 100px;
    }
    .transaction .pool .rank-progress .val {
        font-size: 9px;
    }
}

@media only screen and (max-width: 450px) {
    .lnt-banner {
        background-size: contain;
        background-repeat: no-repeat;
        min-height: 230px;
    }

    .lnt-banner h2 {
        margin-top: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .share-card {
        height: 15rem;
        max-width: 100%;
    }
}

@media only screen and (max-width: 480px) {
    .lnt-banner {
        min-height: 225px;
    }
    .lnt-banner h4 {
        font-size: 12px;
    }
}

@media only screen and (max-width: 375px) {
    .lnt-banner {
        background-position-x: -25px;
        border-radius: 10px;
        background-size: 150%;
        background-position-y: -30px;
        min-height: 180px;
    }

    .nodeid {
        top: 10px;
        transform: translateX(50%);
    }
    .lnt .announcement {
        padding: 0px 10px;
        gap: 0px;
    }
    .mob-row {
        padding: 0px 10px;
    }
    .stake-balance-content .announcement-hold .announcement img {
        width: 15px;
    }
}

@media only screen and (max-width: 420px) {
    .share-card {
        height: 200px;
        background-size: 150%;
        background-repeat: no-repeat;
        background-position: center;
    }

    .logi {
        width: 150px;
    }

    .lntbtn {
        padding: 0 5px;
        font-size: 12px;
    }

    .lntbtn img {
        margin-right: 0;
        width: 20px;
    }
    .nodeid {
        top: 10px;
        transform: translateX(50%);
    }
}

@media only screen and (max-width: 320px) {
    .orbitCon ul li summary h3 {
        font-size: 13px;
    }
    .nodeid {
        top: 10px;
        transform: translateX(20%);
    }
    .lnt-banner h4 {
        font-size: 12px;
    }
}

button.common-btn {
    background: #024fa44f;
    margin: 5px auto 0;
    display: inline-block;
    border: 2px solid #4292dd;
}

button.common-btn-blue {
    background: #024fa4;
}

.lnt-banner-action {
    text-align: center;
    /* margin-top: 5px; */
}

.lnt-banner-content {
    text-align: center;
    color: #fff;
}
.vusdbanner .lnt-banner-content {
    padding-top: 10px;
}

.lnt-banner h4 {
    margin-bottom: 0px;
    font-weight: 400;
    font-size: 15px;
}
.lnt-banner p {
    margin-bottom: 12px;
    margin-top: -15px;
    font-weight: 400;
    font-size: 10px;
}

.lnt-banner.stake-lnt-card {
    padding: 45px 40px;
}

.lnt-banner.stake-lnt-card a.activate-id {
    font-size: 12px;
    border-radius: 20px;
    line-height: 25px;
    position: absolute;
    right: 50px;
    top: 25px;
    background: #ffffff44 0% 0% no-repeat padding-box;
    border-radius: 14px;
    border: none;
    padding: 2px;
    color: white;
}

@media only screen and (max-width: 600px) {
    .head-ul li:last-child span:last-child {
        width: 100px;
        overflow: hidden;
        float: right;
        text-overflow: ellipsis;
    }

    .head-ul li:last-child span.in-block {
        width: auto;
    }
}

@media only screen and (max-width: 480px) {
    .lnt-banner {
        /* background-image: url("/../m-core/images/lnt/card-bg-mob1.png"); */
        background-size: cover;
        border-radius: 10px;
        overflow: hidden;
        background-position: center;
    }

    .nodeid {
        top: 10px;
        transform: translateX(50%);
    }

    .lnt-banner.stake-lnt-card {
        padding: 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-position-y: center;
    }
    .lnt-banner.stake-lnt-card.vusd {
        padding: 40px 20px;
    }

    .lnt-banner-content {
        padding-top: 15px;
    }

    .lnt-banner .main-inp-area {
        width: 80%;
    }
    .vusdbanner .main-inp-area {
        width: 100%;
    }
    .lpswap .lnt-banner .main-inp-area {
        width: 100%;
    }
    .lnt-banner .btns {
        width: 90%;
    }
    .lnt-banner.stake-lnt-card a.activate-id {
        font-size: 10px;
        max-width: 105px;
        border-radius: 25px;
        line-height: 22px;
        position: relative;
        right: 0;
        top: 25px;
        margin-bottom: 15px;
    }
}

.stake-balance-flex,
.bridge-token-flex,
.governance-card-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.stake-balance-flex .announcement-hold,
.bridge-token-flex .announcement-hold {
    width: 48%;
    border-radius: 10px;
}

.loan-flex .announcement-hold {
    width: 100%;
}

.loan-flex .announcement-hold .h110 {
    height: 110px;
}

.governance-card-flex .announcement-hold {
    width: 96%;
    border-radius: 10px;
}

.stake-balance-flex .announcement-hold > .announcement::after,
.bridge-token-flex .announcement-hold > .announcement::after,
.governance-card-flex .announcement-hold > .announcement::after,
.announcement::before {
    display: none;
}

.text-danger {
    color: #dc3545 !important;
}

.text-success {
    color: #28a745 !important;
}

@media only screen and (max-width: 320px) {
    .lnt-banner .main-inp-area,
    .lnt-banner .btns {
        width: 100%;
    }

    .lnt-banner-action,
    .lnt-banner-action button {
        width: 100%;
    }

    .stake-balance-flex .announcement-hold > .announcement h6 {
        text-align: center;
    }
}

.swal2-container .swal2-loader {
    background-image: url("/assets/img/loading-vow-v1.gif") !important;
    -webkit-animation: none;
    animation: none;
    width: 200px;
    height: 108px;
    border: 0 none;
    border-radius: 0;
}

.swal2-container .swal2-loading {
    background: #fefcfe;
}

.alertify-notifier .ajs-message.ajs-success {
    color: #fff;
    background: rgb(105 69 255);
}

/*--- Bridge Ui ---*/
.bridge-lnt-card.lnt-banner {
    padding: 25px 20px;
    box-sizing: border-box;
    min-height: 280px;
    background-position: center;
    border-radius: 15px;
    overflow: hidden;
    background: url("/../m-core/images/lnt/card-bg-mob.png");
}

.bridge-swap-form {
    display: flex;
    margin: 0 -10px;
}

.bridge-swap-form + .bridge-swap-form {
    margin-top: 8px;
}

.bridge-swap-form > div {
    width: 50%;
    padding: 0 10px;
}

.bridge-swap-form > div > label {
    display: block;
    font-size: 14px;
    margin-bottom: 8px;
}

.bridge-swap-form > div > label {
    text-align: left;
}

.bridge-swap-form > div > select {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: rgba(255, 255, 255, 9%);
    color: #fff;
    font-size: 16px;
    border: 1px solid #51a5ff;
}

.bridge-swap-form > div > select option {
    background: rgba(255, 255, 255, 9%);
    color: #0356b6;
}

.bridge-swap-form > div > select:focus {
    background: rgba(255, 255, 255, 9%);
    color: #51a5ff;
    border: 1px solid #51a5ff;
}

.main-inp-area.bridge-main-inp {
    border-radius: 0;
    border: none;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-radius: 8px;
    overflow: hidden;
}

.main-inp-area.bridge-main-inp .inp-append-btns.left-btn,
.main-inp-area.bridge-main-inp .inp-append-btns.right-btn {
    border-radius: 0;
}

.p-rel {
    position: relative;
}

.bridge-form-card {
    /* display: flex;
    justify-content: space-between; */
    height: 40px;
    line-height: 40px;
    align-items: center;
    padding: 0 10px;
    border: 0.5px solid #fff;
    border-radius: 5px;
    background: #ffffff26;
    backdrop-filter: blur(35px);
    position: relative;
}

.bridge-form-card h6 {
    width: 40%;
    text-align: right;
    font-size: 15px;
    font-weight: 400;
    position: relative;
}

.bridge-swap-form > div.w-full,
.w-full {
    width: 100%;
}

.bridge-form-card label {
    font-size: 12px;
    font-weight: 400;
}

.bridge-form-card .sel-form {
    position: absolute;
    width: 100%;
    opacity: 0;
    top: 0;
    right: 0;
    height: 100%;
}

.bridge-form-card h6::before {
    position: absolute;
    left: 0;
    top: 50%;
    width: 20px;
    height: 20px;
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    transform: translate(0, -50%);
}

.bridge-form-card.token-card h6 {
    width: 100%;
}

.bridge-form-card h6.BSC::before {
    background-image: url("../bnc.png");
}

.bridge-form-card h6.ETH::before {
    background-image: url("../eth.png");
}

.bridge-form-card h6.TLNToken::before {
    background-image: url("../vow.png");
}

.bridge-form-card h6.LPToken::before {
    background-image: url("../vow.png");
}

.bridge-swap-form + .bridge-swap-form.mt-3 {
    margin-top: 15px;
}

/*--- Head Icon ---*/
.spacer-sm {
    height: 20px;
}

.head-icon {
    width: 20px;
    height: 20px;
    display: inline-block;
    position: relative;
    top: 4px;
}

.balance-card {
    border-radius: 8px;
    background: #fff;
    padding: 8px;
    box-sizing: border-box;
    margin-top: 8px;
}

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

.balance-card h6 > span {
    float: right;
    font-size: 15px;
}

.bridge-toke-flex-holder {
    display: flex;
    justify-content: center;
    margin: 0 -10px;
}

.bridge-toke-flex-holder .bridge-token-flex {
    padding: 0 10px;
}

.bridge-toke-flex-holder .bridge-token-flex,
.bridge-toke-flex-holder .bridge-token-flex .announcement-hold {
    width: 100%;
}

@media only screen and (max-width: 480px) {
    .bridge-lnt-card.lnt-banner {
        min-height: 380px;
    }

    .bridge-swap-form {
        flex-wrap: nowrap;
    }

    .bridge-swap-form > div {
        width: 100%;
        margin-bottom: 5px;
    }

    .lnt-banner-content {
        padding-top: 0;
    }

    .lnt-banner-action,
    .lnt-banner-content {
        width: 100%;
    }

    .bridge-form-card h6 {
        width: 100%;
        font-size: 12px;
    }

    .lnt-banner.governace_card.staking_reward {
        padding: 30px 15px 20px;
    }
    .stake-balance-content .announcement-hold .announcement p {
        font-size: 9px;
    }
    .stake-balance-content .announcement-hold .announcement h6 {
        font-size: 15px;
    }
    .lnt-banner h4 {
        font-size: 12px;
    }
    .stake-lnt-balance-flex .announcement-hold.popup-hold .anc-bottom span {
        color: #707070;
        font-size: 10px;
    }
}

@media only screen and (max-width: 375px) {
    .bridge-swap-form {
        flex-wrap: nowrap;
    }

    .bridge-swap-form > div {
        width: 50%;
    }

    .bridge-form-card h6 {
        width: 65%;
    }

    .bridge-swap-form .p-rel + .p-rel {
        margin-top: 0;
    }

    .bridge-lnt-card.lnt-banner {
        min-height: 330px;
    }
    .nodeid {
        top: 10px;
        transform: translateX(40%);
    }
    .stake-balance-content .announcement-hold .announcement p {
        font-size: 9px;
    }
    .stake-balance-content .announcement-hold .announcement h6 {
        font-size: 15px;
    }
    .stake-lnt-balance-flex .announcement-hold.popup-hold .anc-bottom span {
        color: #707070;
        font-size: 10px;
    }
}

@media only screen and (max-width: 320px) {
    .bridge-form-card h6 {
        font-size: 12px;
    }

    .balance-card h6 > span {
        font-size: 12px;
    }

    .bridge-swap-form > div {
        padding: 0 5px;
    }

    .bridge-lnt-card.lnt-banner {
        padding: 25px 10px;
    }
    .stake-balance-content .announcement-hold .announcement p {
        font-size: 9px;
    }
    .stake-balance-content .announcement-hold .announcement h6 {
        font-size: 15px;
    }
    .stake-lnt-balance-flex .announcement-hold.popup-hold .anc-bottom span {
        color: #707070;
        font-size: 10px;
    }
}

.text-center {
    text-align: center;
}

.orbitCon ul li details a.btn {
    background: #0200ff;
}

.orbitCon ul li details a.btn:disabled,
.orbitCon ul li details a.disabled {
    background: #0200ff;
    opacity: 0.35%;
    cursor: not-allowed;
    opacity: 0.5;
    text-decoration: none;
}

.staking-progress-tab {
    padding: 10px;
    background: #eef6fe;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}

span.balance_trunc {
    width: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    max-width: 90px;
}

@media only screen and (min-width: 768px) {
    span.balance_trunc {
        width: 100px;
    }

    .counter .reward-card {
        min-height: 150px;
    }
}

@media only screen and (max-width: 600px) and (min-width: 400px) {
    .head-ul li:last-child span.in-block {
        width: 160px;
    }
    .stake-balance-content .announcement-hold .announcement p {
        font-size: 9px;
    }
    .stake-balance-content .announcement-hold .announcement h6 {
        font-size: 15px;
    }
    .loan-balance-flex .bt-div .staketpbtn {
        width: 100%;
    }
}

.orbitCon ul li details table tr td span {
    width: 100%;
    text-align: right;
    max-width: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}

.lnt-banner.governace_card {
    padding: 30px 40px 20px;
}

.total-content h6 {
    color: #fff;
    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
}

.total-content h6 > span {
    float: right;
    font-weight: 500;
}

.lnt-banner-action .staketpbtn {
    width: 100%;
    max-width: 370px;
}

.total-content {
    width: 100%;
}

/*--- LNT Transactions ---*/

.transaction {
    padding-top: 30px;
}
h3.common {
    font-size: 26px;
    text-align: center;
    color: #3b3a3b;
    font-weight: 800;
}
h3.common span {
    color: #3b3a3b;
    font-weight: 400;
    font-size: 20px;
}
.transaction ul li {
    border-radius: 13px;
    background-color: #fff;
    box-shadow: 0px 1px 3px #00000029;
    margin-bottom: 20px;
}
.transaction ul {
    margin-top: 20px;
}
.transaction ul li a {
    background-color: #a8d4ff;
    padding: 8px 15px;
    width: 100%;
    display: inline-flex;
    font-size: 15px;
    color: #043a70;
    font-weight: 500;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
    box-sizing: border-box;
}
.transaction .list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #707070;
    font-weight: 400;
    box-sizing: border-box;
    margin-bottom: 10px;
}
.transaction .list:last-child {
    margin-bottom: 0;
}
.transaction .details {
    padding: 10px 15px;
}

@media (min-width: 320px) and (max-width: 375px) {
    .transaction ul li a {
        font-size: 13px;
        padding: 8px 10px;
    }
    .transaction ul li a span {
        width: 72%;
        overflow: hidden;
        display: inline-block;
        text-overflow: ellipsis;
        direction: rtl;
        font-size: 15px;
    }
    h3.common span {
        font-size: 17px;
    }
    .stake-balance-content .announcement-hold .announcement p {
        font-size: 9px;
    }
    .stake-balance-content .announcement-hold .announcement h6 {
        font-size: 15px;
    }
    .stake-lnt-balance-flex.limit-popup
        .announcement-hold.popup-hold
        .anc-bottom
        span {
        color: #707070;
        font-size: 11px;
    }
}
.lnt-banner-content h4 {
    display: block;
    margin-block-start: 1.33em;
    margin-block-end: 1.33em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: 500;
    position: relative;
}
.lnt-banner-content h4::before,
.lnt-banner-content h4::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 15%; /* Adjust the width of the lines */
    height: 1px; /* Adjust the height of the lines */
    background-color: rgba(255, 255, 255, 0.445);
}
.vusdbanner .lnt-banner-content h4::before,
.vusdbanner .lnt-banner-content h4::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 25%; /* Adjust the width of the lines */
    height: 1px; /* Adjust the height of the lines */
    background-color: rgba(255, 255, 255, 0.445);
}
.lnt-banner-content.use-tln h4::before,
.lnt-banner-content.use-tln h4::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 35%; /* Adjust the width of the lines */
    height: 1px; /* Adjust the height of the lines */
    background-color: rgba(255, 255, 255, 0.445);
}
.lnt-banner-content.use-swap h4::before,
.lnt-banner-content.use-swap h4::after {
    width: 25%; /* Adjust the width of the lines */
}

.lnt-banner-content h4::before {
    left: 3%;
}

.lnt-banner-content h4::after {
    right: 3%;
}
.lnt-banner-content .lnt-values {
    display: flex;
    justify-content: space-between;
}
.lnt-values .main-inp-area.topup-staking-inp .inp-append {
    right: 10%;
}
.lnt-values .main-inp-area.topup-staking-inp {
    border: none;
    border-radius: 10px;
    width: fit-content;
}
button.common-btn {
    background: #024fa44f;
    margin: 5px auto 0;
    display: inline-block;
    border-radius: 10px;
    border: 1px solid #fcfdff;
}
.announcement-hold .announcement p {
    color: #6d6d6d !important ;
    font-size: 12px;
    white-space: nowrap;
}
.stake-lnt-balance-flex .stake-balance-content {
    display: flex;
    gap: 10px;
    width: 100%;
}
.announcement img {
    width: 20px;
}
.announcement .row {
    display: flex;
    flex-wrap: nowrap;
    gap: 5px;
}
.stake-lnt-balance-flex {
    background-color: rgb(255, 255, 255);
    border-radius: 20px;
    padding: 10px;
    margin: 10px;
}
.stake-balance-content .announcement-hold .announcement {
    background: #eff7ff 0% 0% no-repeat padding-box;
    border-radius: 44px;
    opacity: 0.95;
}
.lnt .main-wrapper {
    background: #eff7ff 0% 0% no-repeat padding-box;
    opacity: 1;
}
.loan-flex .announcement {
    border-radius: 20px;
    padding: 10px;
    margin: 10px;
}
.loan-balance-flex {
    background-color: rgb(255, 255, 255);
    border-radius: 20px;
    padding: 10px;
    margin: 10px;
    width: 10;
    text-align: center;
}
.loan-flex .announcement .common-btn {
    background: #045fc3 0% 0% no-repeat padding-box;
    border: 1px solid #fbfdff;
    border-radius: 10px;
    opacity: 0.87;
}
.bt-div {
    width: 100%;
}
.loan-balance-flex {
    margin-bottom: 20px;
}
.loan-balance-flex .loan-con {
    display: flex;
    justify-content: space-between;
    padding: 8px 3px;
}
.loan-balance-flex .loan-con:nth-child(1),
.loan-balance-flex .loan-con:nth-child(2),
.loan-balance-flex .loan-con:nth-child(3),
.loan-balance-flex .loan-con:nth-child(4) {
    border-bottom: 1px solid #00000029;
}
.loan-lnt.loan-balance-flex .loan-con:nth-child(1),
.loan-lnt.loan-balance-flex .loan-con:nth-child(2),
.loan-lnt.loan-balance-flex .loan-con:nth-child(3),
.loan-lnt.loan-balance-flex .loan-con:nth-child(4),
.loan-lnt.loan-balance-flex .loan-con:nth-child(5),
.loan-lnt.loan-balance-flex .loan-con:nth-child(6){
    border-bottom: 1px solid #00000029;
}

.loan-balance-flex .bt-div .staketpbtn {
    background: #045fc3 0% 0% no-repeat padding-box;
    border: 1px solid #fbfdff;
    border-radius: 10px;
    opacity: 0.87;
    margin: 10px 0px 0px 0px;
    width: 100%;
}
.loan-con img {
    width: 20px;
    margin-bottom: -4px;
    margin-right: 15px;
}
.loan-con span {
    line-height: 1.6rem;
    color: #6d6d6d;
    font-size: 14px;
}
.loan-con span:nth-child(2) {
    font-size: 15px;
    font-weight: 500;
    color: #0660c4;
}
.loan-balance-flex hr {
    border: 1px solid #00000029;
}
.lnt .announcement h6 {
    color: #0660c4;
}
.stake-lnt-balance-flex .announcement-hold {
    width: 50%;
    border-radius: 10px;
}
.stake-lnt-balance-flex .announcement-hold.total-hold {
    width: 100%;
    border-radius: 10px;
}
.mob-row {
    width: 100%;
    justify-content: space-between;
}
@media only screen and (min-width: 800px) {
    .loan-balance-flex .bt-div .staketpbtn {
        max-width: 500px;
        width: 100%;
    }
    .stake-lnt-balance-flex .announcement-hold.popup-hold .anc-bottom span {
        color: #707070;
        font-size: 12px;
    }
}
.lnt .stake-lnt-balance-flex {
    margin-bottom: 20px;
}
.reward-p {
    color: #4b4b4b;
    font-size: 12px;
    text-align: justify;
    margin-top: 10px;
}
.sociel-media-card {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.sociel-media-card .sociel-cards {
    background-color: white;
    padding: 10px;
    border-radius: 15px;
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    color: black;
}
.sociel-media-card .sociel-cards img {
    height: 30px;
    width: 30px;
}
.chart-master-div {
    width: 100%;
    overflow-x: auto;
    border: 1px solid #ffffff;
    border-radius: 20px;
    background-color: white;
}
#chart_div {
    display: inline-block;
    white-space: nowrap;
}
.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    appearance: none;
    border-radius: 0.375rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}
.input-group > .form-control,
.input-group > .form-floating,
.input-group > .form-select {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-floating:focus-within,
.input-group > .form-select:focus {
    z-index: 5;
}
.input-group .btn {
    position: relative;
    z-index: 2;
}
.input-group .btn:focus {
    z-index: 5;
}
.btn-primary {
    background-color: #0d6efd;
    outline: none;
    border: none;
    border-radius: 5px;
    color: white;
    margin-left: 10px;
}
.round {
    position: relative;
}

.round label {
    background-color: #bbb;
    border: 1px solid #ccc;
    border-radius: 50%;
    cursor: pointer;
    height: 15px;
    left: 0;
    position: absolute;
    top: 0;
    width: 15px;
}

.round label:after {
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    content: "";
    height: 4px;
    left: 2px;
    opacity: 0;
    position: absolute;
    top: 3px;
    transform: rotate(-45deg);
    width: 9px;
}

.round input[type="checkbox"] {
    visibility: hidden;
}

.round input[type="checkbox"]:checked + label {
    background-color: #2376f5;
    border-color: #2376f5;
}

.round input[type="checkbox"]:checked + label:after {
    opacity: 1;
}
.check-selector {
    background: #fff;
    border-radius: 10px;
    padding: 8px;
    width: fit-content;
    margin: 3px;
    margin-bottom: 10px;
}
.check-selector .round span {
    font-weight: 600;
    margin-left: 5px;
}
.d-flex {
    display: flex;
}
.justify-between {
    justify-content: space-between;
}
.grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr auto;
    background-color: #ffffff;
    padding: 0px;
    border-radius: 10px;
    position: relative;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.grid-container-1 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr auto;
    background-color: #ffffff;
    padding: 0px;
    border-radius: 10px;
    position: relative;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    min-width: 345px;
}
.grid-container-2 {
    display: grid;
    grid-template-columns: auto 1fr 1fr 1fr 1fr 1fr;
    background-color: #ffffff;
    padding: 0px;
    border-radius: 10px;
    position: relative;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    min-width: 420px;
}
.pool .grid-container {
    display: grid;
    grid-template-columns: auto 1fr 1fr auto;
    background-color: #ffffff;
    padding: 0px;
    border-radius: 10px;
    position: relative;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.pool .grid-container-content {
    display: grid;
    grid-template-columns: auto 1fr 1fr auto;
    background-color: #ffffff;
    padding: 0px;
    align-items: center;
    min-width: 345px;
}
.grid-container-content {
    display: grid;
    grid-template-columns: 2fr 1fr auto;
    background-color: #ffffff;
    padding: 0px;
    align-items: center;
}
.grid-container-content-2 {
    display: grid;
    grid-template-columns: auto 1fr 1fr 1fr 1fr 1fr;
    background-color: #ffffff;
    padding: 0px;
    align-items: center;
    min-width: 420px;
}
.grid-container-content-1 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr auto;
    background-color: rgba(51, 152, 251, 0.08);
    padding: 0px;
    align-items: center;
    min-width: 345px;
}
.grid-item {
    border: 0px solid rgba(0, 0, 0, 0.8);
    padding: 10px;
    font-size: 12px;
    text-align: left;
    display: flex;
    white-space: nowrap;
    min-width: 30px;
}
.grid-item-head {
    background-color: #a7d0ff;
    border: 0px solid rgba(0, 0, 0, 0.8);
    padding: 10px;
    font-size: 12px;
    text-align: left;
    font-weight: 500;
    display: flex;
    align-items: center;
    white-space: nowrap;
}
.pool .grid-item-head {
    background-color: #e8e8e8;
    border: 0px solid rgba(0, 0, 0, 0.8);
    padding: 10px;
    font-size: 12px;
    text-align: left;
    font-weight: 500;
    display: flex;
    align-items: center;
    /* white-space: nowrap; */
}
/* Round top corners of the first item */
.grid-item-head:first-child {
    border-top-left-radius: 10px;
}

/* Round top corners of the last item */
.grid-item-head:last-child {
    border-top-right-radius: 10px;
    align-items: center;
}
.rank-progress {
    background: #f5f5f5 0% 0% no-repeat padding-box;
    border: 1px solid #2a4fe2;
    border-radius: 12px;
    opacity: 1;
    position: relative;
    overflow: hidden;
    align-items: center;
    display: flex;
    justify-content: space-between;
    white-space: nowrap;
    min-width: 200px;
}
.rank-progress-1 {
    background: #f5f5f5 0% 0% no-repeat padding-box;
    border: 1px solid #2a4fe2;
    border-radius: 12px;
    opacity: 1;
    position: relative;
    overflow: hidden;
    align-items: center;
    display: flex;
    justify-content: space-between;
    white-space: nowrap;
    min-width: 100%;
    padding: 8px 0px;
}
.pool .rank-progress {
    background: #f5f5f5 0% 0% no-repeat padding-box;
    border: 1px solid #2a4fe2;
    border-radius: 12px;
    opacity: 1;
    position: relative;
    overflow: hidden;
    align-items: center;
    display: flex;
    justify-content: space-between;
    white-space: nowrap;
    min-width: 133px;
    text-align: center;
}
.rank-progress .progress {
    background: #b1d0ff;
    position: absolute;
    height: 100%;
    z-index: 0;
    opacity: 0.5;
}
.rank-progress-1 .progress {
    background: #a7d0ff;
    position: absolute;
    height: 100%;
    z-index: 0;
}
.rank-progress-1 .progress1 {
    background: #b3a7ff;
    position: absolute;
    height: 100%;
    z-index: 0;
    opacity: 1;
}
.rank-progress .val {
    position: relative;
    z-index: 1;
    color: black;
    font-size: 9px;
    margin-left: 2px;
    align-items: center;
}
.rating-container {
    display: inline-block;
    font-size: 15px; /* Adjust the font size as needed */
    color: #ffd700; /* Set the default star color */
}

.star {
    display: inline-block;
    width: 1em; /* Adjust the size of each star */
    overflow: hidden;
}

.star::before {
    content: "\2605"; /* Unicode character for a filled star */
    display: block;
    width: 100%;
    color: inherit;
}

.empty-star {
    color: #ccc; /* Adjust the color of empty stars */
}
#myTab {
    display: flex;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
    width: 100%;
    overflow-y: hidden;
}
.drp {
    position: relative;
    overflow: hidden;
}
.grid-item-head.last-end,
.grid-item.last-end {
    width: 33px;
    align-items: center;
    display: flex;
    justify-content: center;
}
.my-2 {
    margin-top: 5px;
    margin-bottom: 5px;
}
.last-content {
    border-radius: 0px 0px 10px 10px;
    position: relative;
    overflow: hidden;
}
.pool .rank-progress .val {
    position: relative;
    z-index: 1;
    color: black;
    font-size: 12px;
    margin-left: 2px;
    align-items: center;
    margin: 10px;
    width: 100%;
}
.pool .grid-item.last-end {
    width: 100%;
    align-items: end;
    display: flex;
    justify-content: center;
}
.grid-container-content .grid-item img {
    width: 18px;
    height: 18px;
}
.pool .grid-item-head {
    width: -webkit-fill-available;
}
.transaction-raking b,
.transaction-raking h3 {
    color: #041163;
    margin-bottom: 5px;
}
.pool {
    border-radius: 10px;
    position: relative;
    overflow-x: scroll;
}
.tln-goals {
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    overflow-x: scroll;
}
.team-section .orbitCon {
    background-color: transparent;
}
.status-span {
    border-radius: 5px;
    padding: 5px;
    font-size: 9;
    min-width: 60px;
    text-align: center;
}
.status-span.isclosed {
    background-color: rgb(167, 0, 0);
    color: white;
}
.status-span.qualified {
    background-color: rgb(0, 167, 19);
    color: white;
}
.col-md-4 {
    width: 33.33333333%;
}
.col-md-5 {
    width: 41.66666667%;
}
.text-xs {
    font-size: 12px;
}
.transaction-raking.ranking-container {
    background: white;
    padding: 10px;
    border-radius: 10px;
}
.items-center {
    align-items: center;
}
.g-10 {
    gap: 10px;
}
.g-5 {
    gap: 5px;
}
.lp-marker {
    height: 10px;
    width: 10px;
    border-radius: 50px;
    background: rgba(167, 208, 255, 1);
}
.pclp-marker {
    height: 10px;
    width: 10px;
    border-radius: 50px;
    background: rgba(179, 167, 255, 1);
}
.bonus-val {
    font-family: Rubik;
    font-size: 16px;
    font-weight: 400;
    color: rgba(4, 17, 99, 1);
}

.bonus-val-loan {
    font-family: Rubik;
    font-size: 16px;
    font-weight: 400;
    color: #0660c4;
}

.grid-item.grid-progress {
    padding-left: 0px;
}
.claim-div {
    margin-top: 20px;
    padding: 10px;
    background-color: #f3f3f3;
    border-radius: 10px;
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.21);
    align-items: center;
    border: 1px solid #fbfbfb;
}
.claim-div button {
    padding: 10px 20px;
    background: #045fc3;
}

.claim-loan-div {
    align-items: center;
}
.claim-loan-div button {
    background: #045fc3 0% 0% no-repeat padding-box;
}

.split-val {
    padding: 10px 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background-color: #38527133;
}
.align-items-center {
    align-items: center;
}
.gap-5 {
    gap: 5px;
}
.flex-nowrap {
    flex-wrap: nowrap;
}
.justify-content-center {
    justify-content: center;
}
.vusd-action {
    margin-top: 15px;
}
.text-green {
    color: #41ff4b;
    font-weight: bold;
}
.input-container {
    position: relative;
    display: inline-block;
}
.input-container::before {
    content: "$";
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none; /* Ensures the dollar sign does not block clicks */
}
.card-bottom-text {
    color: #024b9c;
    font-weight: 400;
    font-size: 12px;
    margin-top: 10px;
}
.lnt-banner.stake-lnt-card.vusd-card {
    padding-bottom: 30px;
}
.claim-btn {
    width: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-items: center;
    padding-top: 2px;
}
.whitespace-nowrap {
    white-space: nowrap;
}
.discount-btn {
    background-color: #0251a7;
    border: solid 1px #707070;
    /* box-shadow: 0px 10px 12px #00000029; */
    font-weight: 400;
    font-size: 12px;
    color: white;
    width: 80px;
    line-height: 35px;
    text-align: center;
    border-radius: 10px;
    display: flex;
    letter-spacing: 1px;
    justify-content: center;
    align-items: center;
    gap: 3px;
}
.discount-btn1 {
    background-color: #0251a7;
    border: solid 1px #707070;
    /* box-shadow: 0px 10px 12px #00000029; */
    font-weight: 400;
    font-size: 12px;
    color: white;
    width: 100%;
    line-height: 35px;
    text-align: center;
    border-radius: 10px;
    display: flex;
    letter-spacing: 1px;
    justify-content: center;
    align-items: center;
    gap: 3px;
}
.discount-btn i {
    font-size: 16px;
}
.discount-cards {
    background: white;
    padding: 10px;
    border-radius: 10px;
    /* flex-wrap: wrap; */
    /* gap: 5px; */
}
.discount-cards span {
    font-size: 14px;
}
.deposit-btn {
    background-color: #0251a7;
    border: solid 1px #707070;
    /* box-shadow: 0px 10px 12px #00000029; */
    font-weight: 400;
    font-size: 12px;
    color: white;
    line-height: 35px;
    text-align: center;
    border-radius: 10px;
    display: flex;
    letter-spacing: 1px;
    justify-content: center;
    align-items: center;
    gap: 3px;
    padding: 0px 10px;
    min-width: 90px;
}
@media only screen and (max-width: 600px) {
    .deposit-btn {
        font-size: 10px;
        padding: 0px 5px;
    }
    .discount-cards span {
        font-size: 12px;
    }
    .stake-lnt-balance-flex .announcement-hold.popup-hold .anc-bottom span {
        color: #707070;
        font-size: 12px;
    }
}
.bold {
    font-weight: 500;
    color: rgb(0, 161, 0);
}
.total-hold .discount-btn {
    border-radius: 50px;
    line-height: 25px;
    border: none;
}
.stake-lnt-balance-flex .announcement-hold.popup-hold .anc-top {
    border-radius: 10px;
    width: 100%;
}
.stake-lnt-balance-flex .announcement-hold.popup-hold .anc-bottom {
    border-radius: 10px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.stake-lnt-balance-flex .announcement-hold.popup-hold .anc-bottom span {
    color: #707070;
    font-size: 14px;
}

.stake-lnt-balance-flex .announcement-hold.popup-hold {
    width: 100%;
    display: flex;
    justify-content: center;
}
.stake-lnt-balance-flex.limit-popup {
    background-color: transparent;
    border-radius: 20px;
    padding: 0px;
    margin: 0px;
}
.stake-lnt-balance-flex.limit-popup .announcement {
    padding: 0px;
    margin: 0px;
    height: 35px;
    align-items: center;
    background: transparent;
    padding-right: 10px;
    text-align: left;
}
.text-underline {
    text-decoration: underline;
    color: #000b5f;
    font-size: 14px;
    text-align: start;
}
.stake-balance-content.total .announcement {
    background: #f0f7ff;
    border-radius: 20px;
    padding: 0px 10px;
    font-weight: 600;
    align-items: center;
}
.swal2-content {
    padding: 0px;
}
.pop-description {
    padding: 10px;
    border-radius: 10px;
    background: #f0f7ff;
    margin-top: 14px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    text-align: left;
}
.pop-description p {
    font-size: 10px;
    color: #4b4b4b;
}
.mt-5 {
    margin-top: 20px;
}
.popup-head {
    margin-bottom: 20px;
}
.swal2-popup.swal-wide {
    padding: 20px 0px;
}
.swal2-popup.swal-wide .swal2-popup .swal2-content {
    padding: 0px 0.8em;
}
.swal2-popup.swal-wide button.swal2-close {
    color: black;
    outline: none;
    border: 0px;
    font-weight: 900;
}

.balance-card-container {
    display: flex;
    flex-wrap: wrap;
}

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

.balance-card-container h6 > span {
    float: right;
    font-size: 15px;
}

.balance-col-item {
    flex-basis: 33%;
    box-sizing: border-box;
    padding: 10px;
}
.claim-tln-balance .announcement {
    margin-top: 0px;
}
.claim-tln-balance {
    margin-top: 0px;
}
.text-left {
    text-align: left;
}
.claim-tln-balance.stake-lnt-balance-flex {
    margin: 0px;
    margin-top: 20px;
}
.claim-tln-balance .claim-title {
    color: #0660c4;
    font-weight: 500;
}
.claim-tln-balance .claim-sub {
    color: #4c70c1;
    font-size: 14px;
    font-weight: 500;
    margin-top: 10px;
}
.claim-tln-balance .claim-bottom-text {
    color: #4c70c1;
    font-size: 12px;
    font-weight: 500;
    margin-top: 10px;
    line-height: 18px;
}
.claim-tln-balance p {
    color: #4c70c1;
    font-size: 14px;
    line-height: 20px;
}
.claim-tln-balance ul {
    list-style: disc;
    font-size: 12px;
    margin-left: 16px;
    line-height: 24px;
    color: #4c70c1;
    margin-top: 10px;
}
.claim-tln-balance ul li {
    line-height: 20px;
    color: #4c70c1;
}
.claim-tln-balance .claim-content {
    line-height: 25px;
    padding: 10px 15px;
    background: #f3f8fe;
    border-radius: 12px;
}
.claim-tln-balance .claim-divider {
    height: 1px;
    width: 100%;
    background: #4c6fc159;
    margin: 10px 0;
}
.claim-tln-balance .announcement.clickbtn{
    cursor: pointer;
    border: 1px solid #c4c4c47e;
    text-align: center;
}
.claim-tln-balance .announcement.clickbtn.active{
    cursor: pointer;
    border: 1px solid #c4c4c47e;
    background-color: #045FC3;
    color: white;
}
.stake-balance-content .announcement-hold .announcement.clickbtn.active p,
.claim-tln-balance .announcement.clickbtn.active h6{
    color: white !important;
}
.tlnpage .stake-balance-content .announcement-hold .announcement{
    border-radius: 10px;
}
.tlnpage .stake-balance-content .announcement-hold .announcement.start{
    border-radius: 20px 0px 0px 20px;
}
.tlnpage .stake-balance-content .announcement-hold .announcement.middle{
    border-radius: 0px;
}
.tlnpage .stake-balance-content .announcement-hold .announcement.end{
    border-radius: 0px 20px 20px 0px;
}
.tlnpage .stake-balance-content{
   gap: 5px;
   margin-top: -10px;
}
.balance-card-head-1 .balance-card-b .bln-btn, .restake-lpt-btn{
    width: 100% !important;
    padding: 0px 2px;
    height: auto;
    text-align: center;
    font-size: 9px;
}
.lnt.vow .main-wrapper {
    background: #F9F7FF 0% 0% no-repeat padding-box;
    opacity: 1;
}
.vow .lnt-banner {
    min-height: 245px;
    max-height: 300px;
    background-image: url("/../m-core/images/vow-banner.jpg");
}
.vow .lnt-banner h4{
    color: black;
    font-size: 20px;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
     margin-inline-end: 0px; 
}
.vow .lnt-banner p{
    color: rgb(83, 83, 83);
    font-size: 12px;
    margin-top: 5px;
}
.vow .lnt-banner-content h4::before,
.vow .lnt-banner-content h4::after {
    content:none
}
.lnt-banner.stake-lnt-card {
    padding: 20px 0px;
}
.lnt-banner.stake-lnt-card .vow-content{
    padding: 20px 20px 0px 20px;
    border-top: 1px solid #EAD3F0;
    color: black;
}
.lnt-banner.stake-lnt-card .vow-content .mining-node{
    text-align: left;
}
.lnt-banner.stake-lnt-card .vow-content .mining-node .label{
    font-size: 14px;
    font-weight: 200;
}
.lnt-banner.stake-lnt-card .vow-content .mining-node .main-inp-area{
    text-align: center;
    margin-top: 5px;
    background: #3A13C021;
    border: 1px solid #ECE9FFC4;
    min-height: 40px;
    display: flex;
    justify-content: center;
    justify-items: center;
}
.lnt-banner.stake-lnt-card .vow-content .mining-node .main-inp-area.v-value{
   border: none;
}
.vow .common-btn{
    background-color: #825EFF;
    border: none;
    width: 100%;
}
.vow .stake-balance-content .announcement-hold .announcement {
    background: #F4F0FF;
}
.vow .stake-balance-content .announcement-hold .announcement h6{
    color: #6642F9;
}
.vow .stake-balance-content .announcement-hold .announcement .row {
    display: flex;
    flex-wrap: nowrap;
    gap: 5px;
    width: 100%;
    justify-content: space-between;
}
.vow .stake-lnt-balance-flex {
    background-color: rgb(255, 255, 255);
    border-radius: 14px;
    padding: 10px;
    margin: 10px;
}
.vow .text-description{
    color: #707070;
    /* text-align: justify; */
    font-size: 12px;
    line-height: 1.5;
    margin-top: 15px;
    background: #F4F0FF;
    padding: 12px;
    border-radius: 15px;
    border: 5px solid white;
}
.mt-1{
    margin-top: 10px;
}