body {
    background: #FAFDFF;
    color: rgb(51 51 51 / 60%);
    font-family: Aeonik-Regular;
    font-size: 12px;
    /* background: linear-gradient(90deg, #fff 22%, #d7caec 100%); */
}

@font-face {
    font-family: Aeonik-Bold;
    src: url(../webfonts/Aeonik-Bold.otf);
}

@font-face {
    font-family: Aeonik-Regular;
    src: url(../webfonts/Aeonik-Regular.otf);
}

@font-face {
    font-family: Aeonik-Medium;
    src: url(../webfonts/Aeonik-Medium.otf);
}

@font-face {
    font-family: Aeonik-Light;
    src: url(../webfonts/Aeonik-Light.otf);
}

/*Scrollbar  */
::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

::-webkit-scrollbar-track {
    background: #27467f;
}

::-webkit-scrollbar-thumb {
    background-color: #ff7f00;
    border-radius: 10px;
    cursor: pointer;
}

    ::-webkit-scrollbar-thumb:hover {
        background-color: #0edaff;
    }

/*Scrollbar  */
h1, h2, h3, h4, h5, h6 {
    color: #141313;
    font-family: Aeonik-Medium;
}

header {
    /* background: #fff; */
    display: flex;
    justify-content: space-between;
    box-shadow: 0 0 8px #0000000a;
    padding-top: 7px;
    padding-left: 235px;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 1;
    /* transition: 0.3s; */
}

    header.sticky {
        position: sticky;
        width: 100%;
        z-index: 5;
        background-image: linear-gradient(to right top, #ff7f00, #f1a02c, #e99d26, #e09a21, #d8971b);
    }

.page-txt {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    color: #2D2D2D;
}

    .page-txt .toggle-btn {
        padding: 12px 20px;
        cursor: pointer;
        margin-right: 5px;
        display: flex;
        align-items: center;
        color: #fff;
    }

.btn_theme_new.affiliate_btn {
    color: #fff;
    font-size: 14px;
    border: 1px solid #3F51B5;
}

header aside {
    display: flex;
    align-items: center;
}

.btn_theme_new.affiliate_btn {
    color: #fff;
    font-size: 14px;
    border: 1px solid #3F51B5;
}

.warn_layer {
    position: absolute;
    top: 30px !important;
    left: 50% !important;
    height: auto !important;
    bottom: unset !important;
    transform: translateX(-50%) !important;
    background: #ffa50000;
    border-radius: 5px !important;
    color: #fff !important;
    font-size: 16px;
    text-align: center;
    max-width: unset !important;
    padding: 0 !important;
}
    .warn_layer .warn_info {
        background: #ffa50096;
        border-radius: 5px !important;
        color: #fff !important;
        font-size: 16px;
        text-align: center;
        padding: 15px;
        height: auto;
        display: inline-block;
    }

.strip-bg {
    position: fixed;
    background: linear-gradient(to bottom, #15084f, #4a0b88);
    width: 100%;
    top: 0;
    height: 190px;
    z-index: -1;
    pointer-events: none;
}

.wc-for-header h4 {
    color: #ffff
}

.wc-for-header p {
    color: #ffff
}

.strip-bg video {
    height: 235px;
    width: 100%;
    object-fit: cover;
}

@keyframes zoomOut {
    0% {
        transform: translate(-50%, -50%) scale(1.2); /* Start scale */
    }

    100% {
        transform: translate(-50%, -50%) scale(1); /* End scale */
    }
}

.mode-theme {
    position: relative;
    margin-right: 15px;
    padding-right: 15px;
    cursor: pointer;
    color: #0df3f3;
}

.bell-notfication {
    position: relative;
}

    .bell-notfication:before {
        content: '';
        position: absolute;
        width: 15px;
        height: 15px;
        background: #ff7f00;
        border-radius: 100px;
        border: 3px solid #F7F9FC;
        top: -5px;
        right: -5px;
    }

    .bell-notfication img {
        width: 18px;
    }

    .bell-notfication .badge {
        position: absolute;
        width: 20px;
        height: 20px;
        /* background: #07a0fd; */
        border-radius: 100px;
        border: 0px solid #F7F9FC;
        top: -7px;
        right: -9px;
        font-size: 10px;
        padding: 0;
        display: flex;
        align-items: center;
    }

.user-hd-detail {
    display: flex;
    align-items: center;
    border-left: 15px;
    margin-left: 15px;
    position: relative;
}

    .user-hd-detail .dropdown-toggle {
        width: 50px;
        height: 50px;
        border-radius: 100px;
        overflow: hidden;
        border: 0;
        background: #e7e7e717;
        margin-left: 15px;
    }

        .user-hd-detail .dropdown-toggle img {
            width: 100%;
        }

.side-menu {
    position: fixed;
    left: 0;
    top: 0;
    width: 210px;
    height: 100%;
    background: linear-gradient(90deg, #070709, #274781);
    /* overflow-y: scroll; */
    z-index: 10;
    padding-bottom: 64px;
    background: white;
    box-shadow: 0 0 20px #0000000d;
}

.main-page-wrp {
    padding: 30px;
    padding-left: 240px;
    padding-top: 30px;
}

.logo-header {
    /* background: linear-gradient(270deg, #070709, #274781); */
    padding: 9px;
    position: sticky;
    top: 0;
    height: auto;
    z-index: 9;
    border-bottom: 2px solid #00000029;
}

ul.mn-list {
    padding-left: 0;
    list-style: none;
    color: #fff;
    font-size: 12px;
    cursor: pointer;
}

.logo-white {
    width: 125px;
    display: table;
    margin: 0 auto;
}

.inner-li {
    padding: 7px 0;
    padding-left: 33px;
    position: relative;
}

.mn-th {
    border-top: 1px solid #ffffff17;
    padding-top: 10px;
    color: #18024e;
}

.no-inter-menu {
    padding: 1px 0px;
    border-top: 0;
    margin-top: 0;
}

.mn-th a, .mn-th a > span {
    color: #18024e;
    text-decoration: 0;
    font-weight: 500;
}

ul.mn-list li a:hover {
    color: #07a0fd;
}

.inner-li img {
    width: 20px;
}

.mn-th img {
    width: 15px;
    height: 15px;
    max-width: max-content;
}

.inner-li:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background: #ffffff1f;
    left: 14px;
    top: 15px;
}

.inner-li::marker {
    color: #3498db;
}

span.text-mn {
    color: #ff7f00;
    font-weight: 600;
}

.inner-li:after {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 15px;
    left: 10px;
    background: #ffffff;
    border: 2px solid #b8b8b8;
    top: 50%;
    transform: translateY(-50%);
}

ul.inner-mn-th {
    list-style: none;
    padding-left: 0;
}

.inner-li:last-child:before {
    display: none;
}

.last-cborder::before {
    height: 50%;
}

.pagelink-wrp {
    padding: 15px;
    margin-top: 0;
    height: 100%;
    overflow: auto;
}

ul.inner-mn-th a:hover {
    color: #0EFFFF;
}

li.inner-li.active:after {
    background: #0EFFFF;
}

.mn-th > div {
    pointer-events: none;
    cursor: none;
}

li.inner-li.active a {
    color: #07a0fd;
}

.icon-menu {
    display: inline-flex;
    /* background: #ffffff1f; */
    height: 25px;
    width: 25px;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    padding: 15px;
}

.collape-html .side-menu {
    width: 60px;
}

    .collape-html .side-menu li.inner-li {
        display: none;
    }

    .collape-html .side-menu .text-mn {
        display: none;
    }

.collape-html .pagelink-wrp {
    padding: 15px 9px;
}

.collape-html .icon-menu {
    background: #ffffff0a;
}

.collape-html li.mn-th.no-inter-menu {
    border-top: 1px solid #ffffff17;
    padding-top: 15px;
    margin-top: 15px;
    color: #fff;
}

    .collape-html li.mn-th.no-inter-menu:first-child {
        margin-top: 0;
        border-top: 0;
        padding-top: 0;
    }

.collape-html .main-page-wrp {
    padding-left: 90px;
}

.collape-html .logo-white {
    display: none;
}

.collape-html .logo-white-thum {
    display: block !important;
    width: 37px;
}

.collape-html header {
    padding-left: 90px;
    position: sticky;
    top: 0;
    z-index: 9;
}

.collape-html .icon-menu:hover {
    background: #07a0fd;
}

.collape-html .side-menu:hover {
    width: 250px;
}

    .collape-html .side-menu:hover span.text-mn {
        display: inline-block;
    }

    .collape-html .side-menu:hover span.icon-menu {
        background: transparent;
    }

    .collape-html .side-menu:hover li.inner-li {
        display: block;
        visibility: visible;
    }

.collape-html li.mn-th.no-inter-menu.active .icon-menu {
    background: #e8e5f0;
}

.card {
    box-shadow: -1px 5px 10px rgb(62 73 84 / 10%);
    border: 0;
    border-radius: 15px;
}

.spn-icon {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
    background: linear-gradient(to bottom, #ff7f00, #ff7f00);
    height: 100%;
    width: 35px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
}

.input-with-icon {
    position: relative;
}

.total-holding {
    display: flex;
    flex-flow: column;
    font-size: 20px;
    align-items: center;
    margin-bottom: 15px;
}

    .total-holding img {
        width: 60px;
    }

.rate-design {
    padding: 15px;
    font-size: 20px;
    box-shadow: rgba(14, 14, 44, 0.4) 0px -1px 0px 0px inset;
    transition: background-color 0.2s ease 0s, opacity 0.2s ease 0s;
    padding: 10px 15px;
    color: #fff;
    border-radius: 7px;
    background: #10100fb8;
}

    .rate-design.active {
        background: #ff7f00;
    }

.input-with-icon .form-control {
    padding-left: 45px;
}

.spn-icon.right-side {
    left: unset;
    right: 0;
}

.t-way-spacw .form-control {
    padding-right: 45px;
}

.card-name {
    color: #2D2D2D;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 30px;
    font-family: Aeonik-Medium;
}

.qr-bx {
    text-align: center;
    background: #F4F8FA;
    border: 1px solid #EFEFEF;
    border-radius: 5px;
}

    .qr-bx img {
        height: 170px;
    }

.shareLink .permalink {
    position: relative;
    margin: 15px 0;
}

    .shareLink .permalink .textLink {
        text-align: left;
        padding: 12px 60px 12px 30px;
        height: 45px;
        letter-spacing: 0.3px;
        border-radius: 25px;
        border: 1px solid #f2f2f2;
        background-color: #f2f2f2;
        outline: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        transition: all 0.3s ease;
        background: #F4F8FA;
        border: 1px solid #EFEFEF;
        width: 100%;
        border-radius: 5px;
        padding-left: 15px;
    }

    .shareLink .permalink .copyLink {
        position: absolute;
        top: 50%;
        right: 25px;
        cursor: pointer;
        transform: translateY(-50%);
    }

        .shareLink .permalink .copyLink i {
            font-size: 20px;
            color: #ff0a4b;
        }

        .shareLink .permalink .copyLink:hover:after {
            opacity: 1;
            transform: translateY(0) translateX(-50%);
        }

        .shareLink .permalink .copyLink:after {
            content: attr(tooltip);
            width: 140px;
            bottom: -40px;
            left: 50%;
            padding: 5px;
            border-radius: 4px;
            font-size: 0.8rem;
            opacity: 0;
            pointer-events: none;
            position: absolute;
            background-color: #000000;
            color: #ffffff;
            transform: translateY(-10px) translateX(-50%);
            transition: all 300ms ease;
            text-align: center;
        }

.new-table thead tr:first-child th {
    background: #ff7f00;
    color: #fff;
}

.new-table tbody tr:nth-child(even) td {
    background: #F5F5FF;
}

.crd {
    position: relative;
    margin-bottom: 15px;
}

.card.crd h4 {
    margin-bottom: 0;
}

.pic_cd {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    right 'CONTAIN-INTRINSIC-BLOCK-SIZE: AUTO 100PX';
    right 'CONTAIN-INTRINSIC-BLOCK-SIZE: AUTO 100PX';
    width: 50px;
    height: 50px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* background: #FFFFFF; */
    box-shadow: 0 0 9px #00000026;
}

    .pic_cd img {
        width: 26px;
    }

.card.crd p {
    margin-bottom: 9px;
}

.crd.color_1 {
    background: #a6f7e16e;
}

.crd.color_2 {
    background: #b89bff75;
}

.crd.color_3 {
    background: #ffe5a47a;
}

.crd.color_4 {
    background: #85d5ff85;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
    --bs-table-bg-type: transparent;
}

.join-now {
    color: #000;
    position: relative;
    box-shadow: rgba(14, 14, 44, 0.4) 0px -1px 0px 0px inset;
    transition: background-color 0.2s ease 0s, opacity 0.2s ease 0s;
    padding: 10px 15px;
    linear-gradient( to bottom, #15084f, #4a0b88): linear-gradient(to bottom, #15084f, #4a0b88);
    /* color: #fff; */
    border-radius: 7px;
    border: 0;
    text-decoration: none;
    display: block;
    background: radial-gradient(circle, #ff7f00, #cfcfcfa6);
}

.package_dg {
    text-align: center;
}

.price-dtl {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px 0;
    color: #000;
}

.total-vl {
    font-size: 30px;
    font-weight: 600;
    margin-right: 9px;
}

.total-months {
    text-align: left;
    font-size: 13px;
}

    .total-months sup {
        line-height: normal;
        top: revert-layer;
        text-decoration: line-through;
        color: red;
        font-size: 14px;
    }

    .total-months p {
        margin-bottom: 0;
    }

.specail-br {
    position: relative;
}

    .specail-br span {
        /* background: white; */
        padding: 0 7px;
        position: relative;
        display: inline-block;
        border-radius: 15px;
        padding: 4px 15px;
        border: 1px solid #06060645;
        color: #000;
    }

    .specail-br:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 2px;
        /* background: #ffffff; */
        left: 0;
        top: 50%;
    }

.package_text h4 {
    font-size: 24px;
}

.package_1 {
    /*background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%), radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
    color: #fff;
    background: linear-gradient(-60deg, #e6d898, #efd466 16%, #ffde45 21%, #ffde46 24%, #ecd36c 27%, #ffde45 36%, #fff1af 45%, #f2d65f 60%, #e1c74d 72%, #f4c492 80%, #ffde45 84%, #cbbfb3);*/

    background: radial-gradient(circle, #ff7f00, #cfcfcfa6); /* Orange to White */
}

    .package_1 .specail-br span {
    }

.package_text p {
    margin-bottom: 9px;
    color: #000;
}

.package_1 .package_text h4 {
    /* color: gold; */
}

.package_1 .join-now {
    background: #10100fb8;
    color: #fff;
}

.package_2 {
    border: 1px solid #cacade;
    background: -o-linear-gradient(-72deg, #dedeff, #ffffff 16%, #dedeff 21%, #ffffff 24%, #555564 27%, #dedeff 36%, #ffffff 45%, #ffffff 60%, #dedeff 72%, #ffffff 80%, #dedeff 84%, #555564);
    background: linear-gradient(-60deg, #dcdcf1, #ffffff 23%, #dedeff 36%, #e2e2f9 27%, #dedeff 36%, #ddddf5 45%, #e7e7e7 60%, #f0f0f0 72%, #e0e0f9 80%, #ececf9 84%, #dedeff);
}

    .package_2 .join-now {
        background: #8989ff;
    }

.package_3 {
    background: linear-gradient(-60deg, #e0e0e0, #e9e9e9 16%, #dedede 21%, #d8d7d7 24%, #d1cfcf 27%, #dedede 36%, #ffffff 45%, #ffffff 60%, #f1f1f1 72%, #fbfbfb 80%, #f1f1f1 84%, #dcd6d6);
    border: 1px solid #cacade;
}

    .package_3 .join-now {
        background: #aaaaaa;
    }

.offcanvas {
    z-index: 9999;
}

.package_2 .join-now:hover {
    background: #4242fb;
}

.package_3 .join-now:hover {
    background: #818181;
}

.package_1 .join-now:hover {
    background: #fffffea8;
    color: #000;
}

.form-group {
    margin-bottom: 20px;
}

.package_dg .card-body {
    min-height: 262px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* ******************************* */
[class*=loader-] {
    display: inline-block;
    width: 1em;
    height: 1em;
    color: inherit;
    vertical-align: middle;
    pointer-events: none;
}

.loader-16 {
    transform: rotateZ(45deg) scale(5);
    perspective: 1000px;
    border-radius: 50%;
}

    .loader-16:before, .loader-16:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: inherit;
        height: inherit;
        border-radius: 50%;
        -webkit-animation: 1s spin linear infinite;
        animation: 1s spin linear infinite;
    }

    .loader-16:before {
        transform: rotateX(70deg);
    }

    .loader-16:after {
        transform: rotateY(70deg);
        -webkit-animation-delay: 0.4s;
        animation-delay: 0.4s;
    }

@-webkit-keyframes rotate {
    0% {
        transform: translate(-50%, -50%) rotateZ(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotateZ(360deg);
    }
}

@keyframes rotate {
    0% {
        transform: translate(-50%, -50%) rotateZ(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotateZ(360deg);
    }
}

@-webkit-keyframes rotateccw {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(-360deg);
    }
}

@keyframes rotateccw {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(-360deg);
    }
}

@-webkit-keyframes spin {
    0%, 100% {
        box-shadow: 0.2em 0px 0 0px currentcolor;
    }

    12% {
        box-shadow: 0.2em 0.2em 0 0 currentcolor;
    }

    25% {
        box-shadow: 0 0.2em 0 0px currentcolor;
    }

    37% {
        box-shadow: -0.2em 0.2em 0 0 currentcolor;
    }

    50% {
        box-shadow: -0.2em 0 0 0 currentcolor;
    }

    62% {
        box-shadow: -0.2em -0.2em 0 0 currentcolor;
    }

    75% {
        box-shadow: 0px -0.2em 0 0 currentcolor;
    }

    87% {
        box-shadow: 0.2em -0.2em 0 0 currentcolor;
    }
}

@keyframes spin {
    0%, 100% {
        box-shadow: 0.2em 0px 0 0px currentcolor;
    }

    12% {
        box-shadow: 0.2em 0.2em 0 0 currentcolor;
    }

    25% {
        box-shadow: 0 0.2em 0 0px currentcolor;
    }

    37% {
        box-shadow: -0.2em 0.2em 0 0 currentcolor;
    }

    50% {
        box-shadow: -0.2em 0 0 0 currentcolor;
    }

    62% {
        box-shadow: -0.2em -0.2em 0 0 currentcolor;
    }

    75% {
        box-shadow: 0px -0.2em 0 0 currentcolor;
    }

    87% {
        box-shadow: 0.2em -0.2em 0 0 currentcolor;
    }
}

.loader-17 {
    position: relative;
    background-color: currentcolor;
    border-radius: 50%;
}

    .loader-17:after, .loader-17:before {
        content: "";
        position: absolute;
        width: 0.25em;
        height: 0.25em;
        border-radius: 50%;
        opacity: 0.8;
    }

    .loader-17:after {
        left: -0.5em;
        top: -0.25em;
        background-color: currentcolor;
        transform-origin: 0.75em 1em;
        -webkit-animation: loader-17 1s linear infinite;
        animation: loader-17 1s linear infinite;
        opacity: 0.6;
    }

    .loader-17:before {
        left: -1.25em;
        top: -0.75em;
        background-color: currentcolor;
        transform-origin: 1.5em 1em;
        -webkit-animation: loader-17 2s linear infinite;
        animation: loader-17 2s linear infinite;
    }

.loading-container {
    width: 100%;
    height: 100%;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
}

.loader-st {
    background: rgb(0 0 0 / 50%);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 10009;
}

.loader-16:before {
    color: #a3ffe3;
}

.loader-16:after {
    color: #fff578;
}

.form-control {
    appearance: auto;
}

.view-main-menu span.text-mn {
}

/* ***********ewalletdeposit******************** */
.join-now:hover {
    background: radial-gradient(circle, #cfcfcfa6,#ff7f00 );
}

.outline-jn {
    color: #270962;
    background: #fff;
    border: 1px solid #e99d26;
}

    .outline-jn:hover {
        background: linear-gradient(to bottom, #fbb151, #d3b794c9);
        color: #fff;
    }

.qr-d-wrp {
    text-align: center;
    padding: 15px;
    position: relative;
    border: 3px solid #470b85;
    border-bottom: 0;
    border-radius: 15px 15px 0 0;
    overflow: hidden;
    padding-bottom: 0;
}

.paymoad-tab {
    padding: 5px;
    border-radius: 5px;
    color: #09021e;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 15px;
}

a.paymoad-tab.active-pay {
    background: #ffffff;
}

    a.paymoad-tab.active-pay span {
        display: inline-flex;
        width: 20px;
        height: 20px;
        justify-content: center;
        align-items: center;
        background: #fbad48;
        border-radius: 100px;
        font-size: 9px;
        color: #fff;
        margin-left: 4px;
    }

.referral-label {
    padding: 9px;
    border-radius: 5px;
    color: #09021e;
    text-decoration: none;
    margin-bottom: 9px;
    background: #f0f0f0;
    display: flex;
    justify-content: space-between;
}

.qr-right-br {
}

.btnCopy-txt {
    display: inline-flex;
    width: 20px;
    height: 20px;
    justify-content: center;
    align-items: center;
    background: #e39b22;
    border-radius: 100px;
    font-size: 9px;
    color: #fff;
    margin-left: 4px;
    text-decoration: none;
}

/* ******************************* */
.pagination-container {
    display: flex;
    justify-content: space-between;
    flex-flow: row-reverse;
    color: #949494;
}

ul.pagination a {
    background: #eeeeee;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-left: 5px;
    height: 15px;
    width: 15px;
    font-size: 9px;
    border-radius: 3px;
    text-decoration: none;
}

ul.pagination .pageActive a {
    background: #fbb151;
    color: #fff;
}

.input-wrp .form-control {
    padding-right: 35px;
}

.input-wrp .fa {
    position: absolute;
    top: 25px;
    right: 15px;
    color: #7017d1;
}

.input-wrp {
    position: relative;
}

.icons-price {
    display: flex;
    align-items: center;
    margin-bottom: 7px;
}

    .icons-price img {
        width: 24px;
        margin-right: 7px;
    }

    .icons-price h3 {
        margin-bottom: 0px;
        font-size: 36px;
    }

.pattern-shape {
    position: absolute;
    top: -100%;
    pointer-events: none;
    left: -10px;
}

.transertowallet .doller-sp {
    width: 85px;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
}

.transertowallet {
    background: linear-gradient(to bottom, #fbb151, #d3b794c9);
    overflow: hidden;
}

.token-rate {
    margin-bottom: 15px;
    display: inline-flex;
    background: #1fc7d4;
    padding: 5px 15px;
    border-radius: 7px;
    color: #fff;
    align-items: center;
}

    .token-rate a {
        text-decoration: none;
        color: #fff;
        margin-right: 5px;
    }

span.token-value {
    font-weight: 900;
    font-size: 20px;
}

.qr-d-wrp:before {
    content: '';
    position: absolute;
    height: 50%;
    width: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(to bottom, #fbb151, #d3b794c9);
}

.paymn-tab-wrp {
    padding: 30px;
    border: 3px solid #470b85;
    border-top: 0;
    border-radius: 0 0 15px 15px;
}

.qr-dv {
    position: relative;
    display: block;
    margin-bottom: 15px;
}

    .qr-dv img {
        box-shadow: 0 0 30px #0000003b;
    }

.paymn-tab {
    position: relative;
}

.strip-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.2;
    filter: blur(2px);
}

.avatar-upload {
    position: relative;
    max-width: 205px;
    margin: 50px auto;
}

    .avatar-upload .avatar-edit {
        position: absolute;
        right: 12px;
        z-index: 1;
        top: 10px;
    }

        .avatar-upload .avatar-edit input {
            display: none;
        }

            .avatar-upload .avatar-edit input + label {
                display: inline-block;
                width: 34px;
                height: 34px;
                margin-bottom: 0;
                border-radius: 100%;
                background: #FFFFFF;
                border: 1px solid transparent;
                box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
                cursor: pointer;
                font-weight: normal;
                transition: all 0.2s ease-in-out;
            }

                .avatar-upload .avatar-edit input + label:hover {
                    background: #f1f1f1;
                    border-color: #d6d6d6;
                }

                .avatar-upload .avatar-edit input + label:after {
                    content: "\f040";
                    font-family: 'FontAwesome';
                    color: #757575;
                    position: absolute;
                    top: 10px;
                    left: 0;
                    right: 0;
                    text-align: center;
                    margin: auto;
                }

    .avatar-upload .avatar-preview {
        width: 192px;
        height: 192px;
        position: relative;
        border-radius: 100%;
        border: 6px solid #F8F8F8;
        box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    }

        .avatar-upload .avatar-preview > div {
            width: 100%;
            height: 100%;
            border-radius: 100%;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
        }

span.debittledger {
    background: #ff656536;
    border-radius: 5px;
    padding: 1px 6px;
    border: 1px solid #ff7373;
}

span.creditledger {
    background: #61e33636;
    border-radius: 5px;
    padding: 1px 6px;
    border: 1px solid #95ff73;
}

.blink_me {
    animation: blinker 1s linear infinite;
}

.crd a {
    cursor: pointer;
    text-decoration: none !important;
    color: inherit !important;
}

.token-summary-cd {
    min-height: 265px;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.Wallet-Deposit-cd {
    min-height: 265px;
}

.both-padding .form-control {
    padding-right: 45px;
}

.about-pop {
    position: absolute;
    width: 130%;
    filter: blur(11px);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.Package_Details .modal-content {
    overflow: hidden;
    color: #fff;
    background: #7f3f00;
}

.about-pop .modal-header {
}

.Package_Details .modal-header {
    position: relative;
    border-color: #ffffff14;
}

.Package_Details .modal-body {
    position: relative;
}

.Package_Details .modal-footer {
    position: relative;
    border-color: #ffffff14;
}

.Package_Details .modal-header h5 {
    color: #fff;
}

.login-signup .input-wrp .fa {
    top: 28px;
}

/*Rank Details*/
.rank-dtl-row-content {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
    padding-bottom: 15px;
}

.rank-bx:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 5px;
    background: #ECECEC;
    bottom: 0;
    left: 50%;
}

.rank-bx {
    text-align: center;
    flex: 0 100%;
    position: relative;
    padding-bottom: 25px;
}

.rank-status-pic img {
    text-align: center;
    width: 100%;
}

.rank-bx h5 {
    font-size: 16px;
    margin-bottom: 0;
}

.rank-bx p {
    margin-bottom: 0;
}

span.blink-dotted {
    background: #ffffff;
    border: 4px solid #ECECEC;
    position: absolute;
    bottom: -9px;
    width: 25px;
    height: 25px;
    border-radius: 100px;
}

.rank-bx.active .blink-dotted {
    box-shadow: 0 0 20px 0px #00c500;
    animation: border_blink 1s linear infinite;
}

@keyframes border_blink {
    0% {
        border-color: #00c500;
        box-shadow: inset 0 0 11px -1px #00c500;
    }

    50% {
        border-color: #ECF2FE;
        box-shadow: inset 0 0 11px -1px #ECF2FE;
    }

    100% {
        border-color: #00c500;
        box-shadow: inset 0 0 11px -1px #00c500;
    }
}

.rank-bx:last-child:before {
    display: none;
}

.rank-status-pic {
    width: 100px;
    margin: 0 auto;
    margin-bottom: 15px;
}

/*Rank Details*/
.claim-roi::before {
    position: absolute;
    content: '';
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background-color: transparent;
    border: 1px solid #fff;
    margin: 0px;
    opacity: 0.8;
    transform-origin: center;
    animation: anim 800ms linear 400ms infinite;
    border-radius: 5px;
}

.claim-roi::after {
    position: absolute;
    content: '';
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background-color: transparent;
    /* border-radius: 50%; */
    border: 1px solid #fff;
    margin: 0px;
    opacity: 1;
    transform-origin: center;
    animation: anim 800ms linear infinite;
    border-radius: 5px;
}

@keyframes anim {
    from {
        margin: 0px;
        opacity: 1;
    }

    to {
        margin: -15px;
        opacity: 0;
    }
}

.claim-roi {
    position: relative;
    background: #ff7f00;
    display: inline-block;
    padding: 7px;
    text-decoration: none;
    border-radius: 7px;
    float: right;
    color: #2D2D2D;
    font-weight: 700;
    font-size: 14px;
}

/**/
.gauge-wrapper {
    margin-top: 10px;
    padding-bottom: 4rem;
    text-align: center;
}

    .gauge-wrapper:not(:last-of-type) {
        margin-bottom: 10px;
    }

.gauge {
    width: 250px;
    height: 125px;
    position: relative;
    overflow: hidden;
}

.gauge-outer {
    display: inline-block;
    position: relative;
    width: 250px;
    height: 125px;
}

.gauge-inner {
    /* width: 250px; */
    height: 125px;
    display: block;
    background-color: #ddd;
    border-radius: 250px 250px 0 0;
    z-index: 1;
}

    .gauge-inner::after {
        content: '';
        width: 170px;
        height: 85px;
        top: 40px;
        left: 40px;
        background-color: #fff;
        border-radius: 250px 250px 0 0;
        position: absolute;
        z-index: 3;
    }

.gauge-spinner {
    width: 250px;
    height: 125px;
    background: #ff7f00;
    position: absolute;
    z-index: 2;
    transform-origin: top center;
    transform: rotate(0deg);
    transition: transform 800ms cubic-bezier(0.5, 0.03, 0.06, 1.01);
    transform: translateZ(0);
    border-radius: 0 0 250px 250px;
}

.gauge-range {
    position: relative;
}

.gauge-min, .gauge-max {
    position: absolute;
    padding-top: .5em;
    padding-bottom: .5em;
    width: 40px;
    color: #aaa;
    text-align: center;
}

.gauge-min {
    left: 0;
}

.gauge-max {
    right: 0;
}

.gauge-value {
    position: absolute;
    left: 0;
    right: 0;
    top: .5em;
    text-align: center;
    font-size: 2.5em;
    font-weight: 600;
    color: #000;
}

.pointer {
    display: block;
    width: 6px;
    height: 130px;
    background-color: #423a57;
    border-radius: 4px 4px 0 0;
    position: absolute;
    z-index: 4;
    bottom: 0;
    left: 122px;
    transform: rotate(-90deg);
    transform-origin: center bottom;
    transition: transform 800ms cubic-bezier(0.5, 0.03, 0.06, 1.01);
}
.warn_layer {
    position: absolute;
    top: 30px !important;
    left: 50% !important;
    height: auto !important;
    bottom: unset !important;
    transform: translateX(-50%) !important;
    background: #ffa50000;
    border-radius: 5px !important;
    color: #fff !important;
    font-size: 16px;
    text-align: center;
    max-width: unset !important;
    padding: 0 !important;
}

    .warn_layer .warn_info {
        background: #ffa50096;
        border-radius: 5px !important;
        color: #fff !important;
        font-size: 16px;
        text-align: center;
        padding: 15px;
        height: auto;
        display: inline-block;
    }

.marquee-container {
    background-color: #ff7f00;
    color: white;
    padding: 7px;
    margin-bottom: 10px;
    border-radius: 5px;
    font-size: 16px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3), /* Base shadow */
    0px 6px 20px rgba(0, 0, 0, 0.2); /* Additional layer for 3D effect */
}

    .marquee-container a {
        color: white;
        text-decoration: underline;
    }

        .marquee-container a:hover {
            color: #ffd700; /* Optional: Changes link color on hover */
        }
/**/
@media (max-width: 767px) {
    .side-menu {
        left: -100%;
        width: 250px !important;
    }

    .main-page-wrp {
        padding-left: 15px;
        padding-right: 20px;
        padding-left: 15px;
    }

    header {
        padding-left: 15px;
        display: flex;
        flex-flow: row-reverse;
        padding-left: 15px !important;
    }

    .collape-html .side-menu {
        left: 0;
    }

        .collape-html .side-menu .text-mn {
            display: inline-block;
        }

        .collape-html .side-menu li.inner-li {
            display: block;
        }

    .join-now {
        margin-bottom: 15px;
    }

    .card-body {
    }

    .package_dg {
        margin-bottom: 15px;
    }

    .Referral-bx .btn-success {
        margin-bottom: 15px;
    }

    .Wallet-Deposit-cd {
        min-height: auto;
        margin-bottom: 15px;
    }

    h5 {
        font-size: 16px;
    }

    .referral-label > span {
        word-wrap: break-word;
        display: block;
        width: 85%;
    }

    .offcanvas {
        max-width: 70%;
    }

    .pagination {
        margin-bottom: 0px;
    }

    .btn {
        font-size: 12px;
    }

    .progress-bar {
        background-color: #ff7f00 !important;
    }

    h4 {
        font-size: 18px;
    }

    .total-holding {
        font-size: 18px;
    }

    header aside {
        flex-flow: row-reverse;
    }

    button.btn.btn-sm.btn-primary {
        background: #fbb151 !important;
        border: #000 !important;
    }

    .user-hd-detail {
        margin-left: 0;
    }

    .rank-dtl-row {
        overflow-x: auto;
    }

    .rank-dtl-row-content {
        width: 150%;
    }

    .gauge-min, .gauge-max {
        font-size: 20px;
    }
}

.btn-primary {
    background: #ff7f00;
    border-color: #ff9800;
}

    .btn-primary:hover {
        background: #ff9800;
        border-color: #ff7f00;
    }

.btn-outline-primary {
    border-color: #ff9800;
    color: #ff7f00;
}

    .btn-outline-primary:hover {
        background: #ff9800;
    }

.progress-bar {
    background-color: #ff7f00;
}
