﻿
:root {
    --main-color: #FF9800;
    --main-color-two: #FF9800;
}

body {
}

.content_header_logo {
    display: none;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 7px;
    margin: auto;
    width: 100px;
}

.input-group input.form-control, .input-group select.form-control, .input-group textarea.form-control {
    background: transparent !important;
}

.btn_theme {
    background: var(--main-color);
    color: rgb(255, 255, 255);
}

    .btn_theme:hover {
        border-color: var(--main-color);
        color: var(--main-color);
    }

.c_pointer {
    cursor: pointer;
}

.theme_color {
    color: var(--main-color);
}

.main-bg {
    background: var(--main-color) !important;
}

.main-bg-two {
    background: var( --main-color-two);
}

.main-bg-two {
    background: var(--main-color-two);
}

.required {
    color: red;
}

.responsive-tble {
    overflow-x: auto;
}

.conten_header {
    margin-left: -15px;
    margin-right: -15px;
    border-top: 0px;
}

.main_dropdown {
    justify-content: space-between;
    flex-direction: row;
    cursor: pointer;
    color: rgb(138, 138, 138);
    display: flex !important;
    padding-top: 0px !important;
}

    .main_dropdown i {
        transition: all 0.3s linear 0s;
        position: absolute;
        right: 15px;
        display: none;
    }

    .main_dropdown.active {
        color: rgb(55, 231, 254);
    }

        .main_dropdown.active i {
            transform: rotate(180deg);
        }

.main_dropdown_child {
}

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

aside .dropdown-item {
    position: relative;
}

    aside .dropdown-item::before {
        content: "";
        position: absolute;
        left: 25px;
        top: 11px;
        font-family: var(--fa-style-family,"Font Awesome 6 Free");
        font-size: 10px;
    }

.avatar_blue {
    background: rgba(0, 101, 243, 0.28);
    color: var(--main-color);
}

.circle_percent {
    font-size: 193px;
    width: 1em;
    height: 1em;
    position: relative;
    background: rgba(63, 118, 245, 0.1);
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    margin: 10px;
    transform: scale(1.4) translateY(30px);
}

.circle_inner {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 1em;
    height: 1em;
    clip: rect(0px, 1em, 1em, 0.5em);
}

.round_per {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 1em;
    height: 1em;
    background: var(--main-color);
    clip: rect(0px, 1em, 1em, 0.5em);
    transform: rotate(180deg);
    transition: all 1.05s ease 0s;
    color: transparent;
}

.percent_more .circle_inner {
    clip: rect(0px, 0.5em, 1em, 0em);
}

.percent_more::after {
    position: absolute;
    inset: 0em 0px 0px 0.5em;
    background: rgb(0, 101, 243);
    content: "";
}

.circle_inbox {
    position: absolute;
    inset: 30px;
    background: rgb(255, 255, 255);
    z-index: 3;
    border-radius: 50%;
}

.percent_text {
    position: absolute;
    font-size: 34px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    color: rgb(45, 44, 49);
}

.table thead th {
    background: rgb(236, 242, 254);
    color: rgb(45, 44, 49);
    font-size: 12px;
    padding: 12px;
}

.table tr:nth-child(2n+1) td {
    background: rgb(255, 255, 255);
}

.table tr:nth-child(2n) td {
    background: rgb(251, 251, 251);
}

.card_300 {
    min-height: 300px;
}

.f-dropdown {
    --max-scroll: 3;
    position: relative;
    z-index: 10;
    border: 0px;
}

    .f-dropdown select {
        display: none;
    }

    .f-dropdown > span {
        cursor: pointer;
        padding: 8px 12px;
        border-radius: 6px;
        display: flex;
        align-items: center;
        position: relative;
        color: rgb(0, 0, 0);
        border: var(--tblr-border-width) solid var(--tblr-border-color);
        background: rgb(255, 255, 255);
        transition: color 0.2s ease 0s, border-color 0.2s ease 0s;
        height: 48px;
    }

        .f-dropdown > span > span {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            padding-right: 12px;
        }

        .f-dropdown > span img {
            width: 30px;
            margin-right: 10px;
        }

        .f-dropdown > span::before, .f-dropdown > span::after {
            content: "";
            display: block;
            position: absolute;
            width: 8px;
            height: 2px;
            border-radius: 1px;
            top: 50%;
            right: 12px;
            background: rgb(0, 0, 0);
            transition: all 0.3s ease 0s;
        }

        .f-dropdown > span::before {
            margin-right: 4px;
            transform: scale(0.96, 0.8) rotate(50deg);
        }

        .f-dropdown > span::after {
            transform: scale(0.96, 0.8) rotate(-50deg);
        }

    .f-dropdown ul {
        margin: 0px;
        padding: 0px;
        list-style: none;
        opacity: 0;
        visibility: hidden;
        position: absolute;
        max-height: calc(var(--max-scroll) * 46px);
        top: 40px;
        left: 0px;
        z-index: 1;
        right: 0px;
        background: rgb(255, 255, 255);
        border: var(--tblr-border-width) solid var(--tblr-border-color);
        border-radius: 6px;
        overflow: hidden auto;
        transform-origin: 0px 0px;
        transition: opacity 0.2s ease 0s, visibility 0.2s ease 0s, transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32) 0s;
        transform: translate(0px, 5px);
    }

        .f-dropdown ul li {
            padding: 0px;
            margin: 0px;
        }

            .f-dropdown ul li a {
                cursor: pointer;
                padding: 8px 12px;
                color: rgb(0, 0, 0);
                text-decoration: none;
                outline: none;
                position: relative;
                transition: all 0.2s ease 0s;
                display: flex;
                align-items: center;
            }

                .f-dropdown ul li a:hover {
                }

                .f-dropdown ul li a img {
                    width: 30px;
                    margin-right: 10px;
                }

                .f-dropdown ul li a:hover {
                }

            .f-dropdown ul li.active a {
                background: rgb(255, 255, 255);
            }

                .f-dropdown ul li.active a::before, .f-dropdown ul li.active a::after {
                    --scale: 0.6;
                    content: "";
                    display: block;
                    width: 10px;
                    height: 2px;
                    position: absolute;
                    right: 12px;
                    top: 50%;
                    opacity: 0;
                    background: rgb(255, 255, 255);
                    transition: all 0.2s ease 0s;
                }

                .f-dropdown ul li.active a::before {
                    transform: rotate(45deg) scale(var(--scale));
                }

                .f-dropdown ul li.active a::after {
                    transform: rotate(-45deg) scale(var(--scale));
                }

                .f-dropdown ul li.active a:hover::before, .f-dropdown ul li.active a:hover::after {
                    --scale: 0.9;
                    opacity: 1;
                }

            .f-dropdown ul li:first-child a {
                border-radius: 6px 6px 0px 0px;
            }

            .f-dropdown ul li:last-child a {
                border-radius: 0px 0px 6px 6px;
            }

    .f-dropdown.disabled {
        opacity: 0.7;
    }

        .f-dropdown.disabled > span {
            cursor: not-allowed;
        }

    .f-dropdown.filled > span {
    }

    .f-dropdown.open {
        z-index: 15;
    }

        .f-dropdown.open > span {
            border-color: rgb(170, 170, 170);
        }

            .f-dropdown.open > span::before, .f-dropdown.open > span::after {
                background: rgb(0, 0, 0);
            }

            .f-dropdown.open > span::before {
                transform: scale(0.96, 0.8) rotate(-50deg);
            }

            .f-dropdown.open > span::after {
                transform: scale(0.96, 0.8) rotate(50deg);
            }

        .f-dropdown.open ul {
            opacity: 1;
            visibility: visible;
            transform: translate(0px, 12px);
            transition: opacity 0.3s ease 0s, visibility 0.3s ease 0s, transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32) 0s;
        }

.deposi_tab li {
    flex: 1 1 auto;
}

    .deposi_tab li a {
        text-align: center;
        justify-content: center;
    }

figure.qr-crypto {
    background: rgb(0, 91, 218);
    padding: 10px;
    border-radius: 6px;
    display: inline-table;
    width: 200px;
}

    figure.qr-crypto img {
        background: rgb(255, 255, 255);
        padding: 6px;
        border-radius: 3px;
    }

.float-button {
    text-decoration: none;
    padding: 10px 15px 10px 10px;
    color: rgb(255, 255, 255);
    background-color: rgb(37, 211, 102);
    border-radius: 25px 30px 5px 25px;
    z-index: 100;
    font-size: 17px;
    box-shadow: rgba(30, 30, 30, 0.3) 1px 2px 5px 2px;
    transition: all 0.3s ease-out 0s;
    display: inline-block;
}

    .float-button:hover {
        text-decoration: none;
    }

    .float-button i {
        padding-right: 5px;
        padding-left: 5px;
        font-size: 20px !important;
    }

.telegram_btn {
    background: rgb(40, 167, 232);
}

.refer_qr {
    display: flex;
    align-items: center;
    padding: 10px 16px 10px 10px;
    border-radius: 6px;
    background: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    margin-bottom: 10px;
    font-size: 16px;
}

    .refer_qr a {
        color: rgb(0, 0, 0);
        font-weight: 600;
        word-break: break-all;
    }

        .refer_qr a:hover {
            text-decoration: none;
        }

    .refer_qr img {
        width: 100px;
        margin-right: 15px;
        background: rgb(255, 255, 255);
        padding: 6px;
        border-radius: 3px;
        border: 1px dashed rgb(0, 0, 0);
    }

    .refer_qr .c_pointer {
        margin-left: 10px;
    }

.refer_pic {
    width: 112px;
    margin: 17px 0px 0px;
}

.burger-button {
    height: 30px;
    width: 32px;
    display: block;
    z-index: 60;
    border: 0px;
    border-radius: 0px;
    background-color: transparent;
    pointer-events: all;
    padding: 20px;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    position: absolute;
    left: 10px;
    top: 10px;
}

.burger-bar {
    background-color: rgb(0, 0, 0);
    position: absolute;
    top: 43%;
    right: 6px;
    left: 6px;
    height: 2px;
    width: auto;
    margin-top: -1px;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, background-color 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}

.burger-bar--1 {
    transform: translateY(-6px);
}

.burger-bar--2 {
    transform-origin: 100% 50%;
    transform: scaleX(0.8) translateY(3px);
}

.burger-button:hover .burger-bar--2 {
    transform: scaleX(1) translateY(3px);
}

.no-touchevents .burger-bar--2:hover {
    transform: scaleX(1);
}

.burger-bar--3 {
    transform: translateY(12px);
}

#burger.active .burger-button {
    transform: rotate(-180deg);
}

#burger.active .burger-bar--1 {
    transform: rotate(45deg);
}

#burger.active .burger-bar--2 {
    opacity: 0;
}

#burger.active .burger-bar--3 {
    transform: rotate(-45deg);
}

.e_wallet_card {
    background: var(--main-color);
    border-radius: 0px 0px 5px 5px;
}

#btn_self.active-btn, #btn_downline.active-btn {
}

.token-price {
    list-style: none;
    padding: 0px;
}

.profile_card {
    background: rgb(252, 252, 252);
    padding: 15px;
    border-radius: 5px;
}

    .profile_card.profile_card_with_img {
    }

    .profile_card ul {
        list-style: none;
        padding: 0px;
        margin: 0px;
    }

        .profile_card ul li {
            display: flex;
            justify-content: space-between;
            background: var(--main-color);
            color: rgb(255, 255, 255);
            padding: 7px 10px;
            border-radius: 4px;
            margin-top: 10px;
        }

            .profile_card ul li i {
                width: 1.3em;
            }

.profile_img_parent {
    text-align: center;
    position: relative;
    z-index: 1;
}

    .profile_img_parent::before {
        content: "";
        position: absolute;
        z-index: -1;
        left: 0px;
        top: 0px;
        bottom: 0px;
        margin: auto;
        width: 100%;
        height: 10px;
        border: 5px outset var(--main-color);
        border-radius: 4px;
    }

.profile_img {
    width: 88px;
    border-radius: 50%;
}

.apps-store a img {
    width: 40px;
    margin-right: 10px;
}

.chat-row1 {
    width: 100%;
    position: relative;
    margin-bottom: 15px;
    overflow: hidden;
    padding-right: 65px;
}

.chat-left-br {
    position: relative;
    box-sizing: border-box;
    overflow: hidden auto;
    max-height: 728px;
}

.admin-side-chat {
}

.chat-row1 .chat-img {
    left: unset;
    right: -60px;
}

.chat-conversation1 .time {
    position: absolute;
    right: 15px;
    top: 9px;
    padding: 3px 5px;
    color: rgb(255, 255, 255);
}

.attached-imagess {
}

.attached-imagess {
    display: flex;
    flex-flow: wrap;
    /* margin-left: -15px; */
    /* margin-right: -15px; */
}

    .attached-imagess a {
        width: 75px;
        height: 75px;
        position: relative;
        overflow: hidden;
        margin-left: 15px;
        border: 1px solid rgba(255, 255, 255, 0.27);
        border-radius: 5px;
        margin-bottom: 15px;
        display: inline-block;
    }

        .attached-imagess a img {
            position: absolute;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

.ticker-wrp {
    display: inline-block;
    background: rgb(251, 203, 0);
    border-radius: 0px 200px 200px 0px;
    color: rgb(0, 0, 0);
    padding: 4px 15px;
    font-weight: 600;
    margin-bottom: 15px;
    margin-left: -15px;
    position: relative;
}

    .ticker-wrp::before {
        position: absolute;
        width: 0px;
        height: 0px;
        border-width: 9px;
        border-style: solid;
        border-color: transparent rgb(181, 146, 0) rgb(181, 146, 0) transparent;
        border-image: initial;
        top: -18px;
        left: 0px;
    }

ul.ticket-ul {
    font-size: 16px;
    color: rgb(143, 249, 174);
}

    ul.ticket-ul li > span {
        color: rgb(255, 255, 255);
        font-size: 16px;
        margin-left: 9px;
    }

    ul.ticket-ul li {
        display: flex;
        margin-bottom: 0px;
        font-size: 14px;
    }

span#lblSub {
    word-break: break-word;
}

.massage-box {
    font-size: 16px;
    color: rgb(143, 249, 174);
    display: flex;
}

.addmore.lessmore {
}

h5.post-reply {
    font-size: 16px;
    color: rgb(143, 249, 174);
    margin-top: 20px;
}

.submit-post {
}

.replies-wrp {
    display: inline-block;
    color: rgb(251, 203, 0);
    font-weight: 600;
    font-size: 16px;
    position: relative;
    margin-top: 0px;
    margin-bottom: 15px;
}

.attactment .fa {
    margin-right: 7px;
}

.file-uploader.fileUploadSecond dd {
    margin-bottom: 7px;
}

.file-uploader.fileUploadFirst dd {
    color: rgb(143, 249, 174);
}

.subject-list-chat {
    word-break: break-word;
}

.upload-image-container .preview-img img {
    height: 50px;
    width: 50px;
    position: absolute;
    object-fit: cover;
}

.TicketBtn {
    float: right;
    margin-top: -6px !important;
}

.attactment {
    cursor: pointer;
    color: rgb(255, 255, 255);
}

.chat-conversation {
    background: #ff9200;
    border-radius: 4px;
    color: rgb(45, 45, 45);
    padding: 15px;
    position: relative;
    /* border: 1px solid #0d6efd; */
}

.chat-img {
    position: absolute;
    top: 0px;
    left: -60px;
    overflow: hidden;
    background: white;
    border-radius: 200px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgb(0, 101, 243);
}

.conversationarrow {
    display: block;
    height: 0px;
    left: -9px;
    position: absolute;
    width: 0px;
    z-index: 1;
    border-left: 8px solid transparent;
    border-right: 3px solid var(--main-color-two);
    border-top: 15px solid var(--main-color-two);
    border-bottom: 0px solid var(--main-color-two);
    top: -2px;
}

.chat-conversation dl {
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 0px;
    color: rgb(255, 255, 255);
    display: block;
}

.chat-conversation dt {
    font-weight: normal;
    color: rgb(255, 255, 255);
    margin-top: 9px;
    word-break: break-word;
}

.chat-conversation .time {
    position: absolute;
    right: 15px;
    top: 9px;
    padding: 3px 5px;
    color: rgb(255, 255, 255);
}

.chat-conversation1 {
    background: rgb(60 60 60);
    color: rgb(45, 45, 45);
    border-radius: 4px;
    padding: 15px;
    position: relative;
    /* border: 1px solid rgb(7, 160, 253); */
}

    .chat-conversation1 .conversationarrow1 {
        display: block;
        height: 0px;
        right: -9px;
        position: absolute;
        width: 0px;
        z-index: 99;
        border-right: 8px solid transparent;
        border-left: 3px solid rgb(60 60 60);
        border-top: 15px solid rgb(60 60 60);
        border-bottom: 0px solid var(--main-color);
        top: -2px;
    }

    .chat-conversation1 dl {
        font-weight: bold;
        line-height: 20px;
        margin-bottom: 0px;
        color: rgb(255, 255, 255);
    }

    .chat-conversation1 dt {
        font-weight: normal;
        color: rgb(255, 255, 255);
        margin-top: 9px;
        word-break: break-word;
    }

.chat-inner-chart-1 .time {
    position: absolute;
    right: 10px;
    top: 10px;
    color: rgb(255, 255, 255);
    padding: 3px 5px;
}

.box-header {
    display: block;
    padding: 0px 4px;
    position: relative;
    margin: 20px 10px 0px;
}

.chat-row {
    width: 100%;
    position: relative;
    margin-bottom: 15px;
    overflow: hidden;
    padding-left: 65px;
}

.google-auth-cls {
    position: relative;
}

    .google-auth-cls ul.nav {
        position: absolute;
        right: 0px;
        padding-left: 0px;
        top: 0px;
        margin: 0px;
        border: 0px;
        display: block;
    }

        .google-auth-cls ul.nav li {
            float: none;
        }

    .google-auth-cls .tab-content {
        border: 2px dashed rgb(191, 189, 189);
        border-radius: 10px;
        width: calc(100% - 33px);
        padding: 20px 30px 20px 20px;
    }

    .google-auth-cls ul.nav li a {
        background: rgb(34, 35, 37);
        color: rgb(255, 255, 255);
        margin-right: 3px;
        width: 65px;
        height: 65px;
        border-radius: 50%;
        padding: 0px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 25px;
        margin-bottom: 15px;
    }

        .google-auth-cls ul.nav li a span {
            display: none;
        }

        .google-auth-cls ul.nav li a.active, .google-auth-cls ul.nav li a.active:hover, .google-auth-cls ul.nav li a:focus, .with-nav-tabs.google-auth-cls .nav-tabs > li > a:hover {
            background: var(--main-color);
            color: rgb(255, 255, 255);
            border-radius: 10px !important;
        }

.apps-store a {
    background: linear-gradient(to left, var(--main-color) 40%, transparent);
    color: rgb(255, 255, 255);
    margin-bottom: 20px;
    margin-right: 10px;
}

    .apps-store a:hover {
        color: rgb(255, 255, 255);
        outline: 0px;
    }

span.security_code {
    clear: both;
    display: table;
    font-size: 18px;
    background: var(--main-color);
    color: rgb(255, 255, 255);
    padding: 5px 40px;
    margin: 0px;
    border-radius: 0px;
    float: left;
}

.QrCode {
    position: relative;
}

img.position-pic.l-t {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 42px;
    width: 42px;
}

img.position-pic.r-t {
    position: absolute;
    right: 15px;
    top: 0px;
    height: 42px;
    width: 42px;
}

img.position-pic.l-b {
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 42px;
    width: 42px;
}

img.position-pic.r-b {
    position: absolute;
    right: 15px;
    bottom: 0px;
    height: 42px;
    width: 42px;
}

.scanner {
    width: 85%;
    height: 3px;
    background-color: rgb(255, 213, 0);
    opacity: 0.7;
    position: relative;
    box-shadow: rgb(255, 213, 0) 0px 0px 3px 5px;
    top: 50%;
    right: 0px;
    left: 0px;
    margin: auto;
    animation-name: scan;
    animation-duration: 4s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-play-state: running;
    border-radius: 20px;
}

@keyframes scan {
    0% {
        top: 50%;
    }

    25% {
        top: 5px;
    }

    75% {
        top: 98%;
    }
}

.security_code_btn {
    width: auto;
    height: 50px;
    border-radius: 50%;
    background: var(--main-color);
    border: 3px solid rgb(255, 255, 255);
    box-shadow: rgba(45, 35, 66, 0.4) 0px 2px 4px, rgba(45, 35, 66, 0.3) 0px 7px 13px -3px, rgb(104, 94, 0) 0px -3px 0px inset;
    position: relative;
    top: -10px;
    left: -20px;
    color: rgb(255, 255, 255);
}

    .security_code_btn:hover {
        color: rgb(255, 255, 255);
        text-decoration: none;
        background-color: var(--main-color);
        border-color: rgb(255, 255, 255);
    }

.qr_card {
    background: var(--main-color);
    border-radius: 10px 10px 20px 20px;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.2) 1px 3px 8px 3px !important;
}

    .qr_card::before {
        content: "";
        position: absolute;
        z-index: 1;
        left: 0px;
        right: 0px;
        bottom: -3px;
        margin: auto;
        background-image:;
        background-position-x:;
        background-position-y:;
        background-repeat:;
        background-attachment:;
        background-origin:;
        background-clip:;
        background-color:;
        background-size: 22px 4px, 100% 4px;
        height: 4px;
        width: 92%;
    }

.qr_design {
    width: 290px;
    margin: auto;
    --s: 10px;
    padding: var(--s);
    border: calc(2*var(--s)) solid #0000;
    outline: rgb(255, 255, 255) solid 3px;
    outline-offset: calc(-1*var(--s));
    background: conic-gradient(from 90deg at 2px 2px, rgba(0, 0, 0, 0) 25%, rgb(255, 255, 255) 0deg);
}

.light-theme .qr_design {
    width: 290px;
    margin: auto;
    --s: 10px;
    padding: var(--s);
    border: calc(2*var(--s)) solid #00000000;
    outline: rgb(230 230 230) solid 3px;
    outline-offset: calc(-1*var(--s));
    background: conic-gradient(from 90deg at 2px 2px, rgb(0 0 0 / 4%) 25%, rgb(255, 255, 255) 0deg);
}

.qr_design img {
    width: 100%;
}

    .qr_design img.network_icon {
        position: absolute;
        inset: 0px;
        margin: auto;
        width: 40px;
    }

.new_deposit_card {
    border-radius: 20px 20px 10px 10px;
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 9px 3px !important;
}

.auto-steps {
    counter-reset: step 0;
    border-bottom: 1px solid rgb(238, 238, 238);
    background: rgb(255, 255, 255);
    padding: 30px 40px;
    position: relative;
    z-index: 1;
}

    .auto-steps::before {
        content: "";
        position: absolute;
        right: 0px;
        top: 0px;
        z-index: -1;
        width: calc(100% - 70px);
        height: 100%;
        background: var(--main-color);
        border-radius: 8px;
    }

    .auto-steps h3 {
        line-height: 25px;
        margin: 50px 0px 10px;
        position: relative;
        color: rgb(255, 255, 255);
        font-size: 20px;
    }

        .auto-steps h3:first-child {
            margin-top: 10px;
        }

    .auto-steps p {
        padding-left: 70px;
        color: rgb(255, 255, 255);
        font-size: 16px;
    }

    .auto-steps h3::before {
        content: "STEP " counter(step);
        counter-increment: step 1;
        background: rgb(53, 53, 53);
        border: 5px solid rgb(255, 255, 255);
        color: rgb(255, 255, 255);
        font-size: 10px;
        text-align: center;
        border-radius: 50%;
        box-shadow: rgba(0, 0, 0, 0.2) -5px 0px 5px;
        box-sizing: content-box;
        width: 50px;
        height: 50px;
        line-height: 50px;
        margin-right: 10px;
        margin-top: -20px;
        float: left;
    }

    .auto-steps h3.note::before {
        font-size: 12px;
        content: "Note" !important;
    }

.printer {
    width: 100%;
    height: 20px;
    border: 5px solid var(--main-color);
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.2) 1px 3px 3px 0px;
    background: rgb(255, 255, 255);
    margin-bottom: -10px;
}

.img_news {
    width: 300px;
}

.dash_deposit_card {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    background: rgb(255, 255, 255);
    color: var(--main-color) !important;
}

    .dash_deposit_card .card-body {
        display: flex;
        align-items: center;
        padding: 5px 10px 5px 5px;
    }

    .dash_deposit_card .btn_theme {
        width: 100%;
    }

        .dash_deposit_card .btn_theme:hover {
            background: rgb(0, 70, 169);
            color: rgb(255, 255, 255);
        }

    .dash_deposit_card .deposit_img_icon {
        width: 80px;
        display: block;
        margin-right: 10px;
        padding: 10px;
    }

.dashboard_refer {
    height: 194px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
}

.smartphone {
    position: relative;
    width: 360px;
    border-width: 60px 16px;
    border-style: solid;
    border-color: rgb(0, 82, 133);
    border-image: initial;
    border-radius: 36px;
    background: rgb(0, 82, 133);
}

    .smartphone .form-group {
        padding: 0px 15px;
    }

    .smartphone::before {
        content: "";
        display: block;
        width: 60px;
        height: 5px;
        position: absolute;
        top: -30px;
        left: 50%;
        transform: translate(-50%, -50%);
        background: rgb(237, 237, 237);
        border-radius: 10px;
    }

    .smartphone::after {
        content: "";
        display: block;
        width: 35px;
        height: 35px;
        position: absolute;
        left: 50%;
        bottom: -65px;
        transform: translate(-50%, -50%);
        background: rgb(237, 237, 237);
        border-radius: 50%;
    }

    .smartphone .smartphone-content {
        border-radius: 5px;
        height: 100%;
        background: rgb(255, 255, 255);
        overflow: hidden;
    }

.business_new_card {
    padding: 15px;
    border-radius: 10px;
    margin: 0px;
    background: rgb(250, 248, 253);
}

.business_new_card_img {
    background: rgb(255, 255, 255);
    border-radius: 50%;
    box-shadow: none;
}

.dash_capping {
    height: 504px;
}

.iphone {
    background-color: rgb(247, 247, 247);
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 5px -1px, rgba(0, 0, 0, 0.15) 0px 0px 0px 1px inset;
    overflow: hidden;
    position: relative;
}

    .iphone .iphone-header {
        height: 200px;
        background-color: rgb(0, 84, 133);
        border-bottom-right-radius: 40px;
        border-bottom-left-radius: 40px;
        display: flex;
        justify-content: space-between;
        padding: 0px 25px;
        align-items: center;
        position: relative;
        z-index: 1;
        overflow: hidden;
    }

        .iphone .iphone-header::before {
            content: "";
            height: 200px;
            width: 200px;
            background-color: var(--main-color);
            border-radius: 50%;
            position: absolute;
            top: -60px;
            left: -100px;
            z-index: 2;
        }

        .iphone .iphone-header::after {
            content: "";
            height: 100px;
            width: 100px;
            background-color: var(--main-color);
            border-radius: 50%;
            position: absolute;
            right: -20px;
            bottom: -30px;
            z-index: 2;
        }

    .iphone .header-summary {
        display: flex;
        flex-direction: column;
        color: white;
        z-index: 3;
    }

    .iphone .summary-text {
        font-size: 1.2rem;
        font-weight: 300;
    }

    .iphone .summary-balance {
        font-size: 1.4rem;
        letter-spacing: 1.5px;
        margin-bottom: 0.8rem;
    }

    .iphone .summary-text-2 {
        font-size: 0.8rem;
        letter-spacing: 1px;
    }

    .iphone .user-profile {
        margin-top: 3rem;
        height: 70px;
        width: 70px;
        align-self: flex-start;
        z-index: 9;
    }

    .iphone .user-photo {
        height: 100%;
        width: 100%;
        border-radius: 50%;
        border: 1px solid white;
        box-shadow: rgba(255, 255, 255, 0.2) 5px 5px 25px 0px;
    }

    .iphone .iphone-content {
        z-index: 4;
        position: relative;
        width: 90%;
        margin: -30px auto auto;
    }

    .iphone .iphone-card {
        background-color: white;
        border-radius: 12px;
        box-shadow: rgba(0, 0, 0, 0.02) 0px 14px 28px, rgba(0, 0, 0, 0.07) 0px 10px 10px;
        padding: 15px;
    }

    .iphone .upper-row {
        padding-bottom: 25px;
        padding-top: 10px;
    }

    .iphone .card-item {
        margin: 20px;
        display: flex;
        flex-direction: column;
    }

        .iphone .card-item span:first-child {
            font-weight: normal;
            font-size: 14px;
        }

        .iphone .card-item span:last-child {
            font-size: 1.2rem;
            font-weight: 300;
        }

    .iphone .dollar {
        color: rgb(255, 193, 104);
    }

    .iphone .lower-row {
        display: flex;
        justify-content: space-evenly;
        margin-bottom: 20px;
    }

        .iphone .lower-row::before {
            content: "";
            display: block;
            position: absolute;
            top: 110px;
            width: 50%;
            left: 25%;
            border-top: 1px solid rgb(225, 225, 225);
        }

    .iphone .icon-item {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .iphone .icon {
        color: rgb(255, 193, 104);
        padding: 10px;
        background-color: rgb(251, 251, 251);
        border-radius: 5px;
        margin-bottom: 5px;
    }

    .iphone .icon-text {
        font-size: 0.6em;
        color: rgb(147, 147, 147);
    }

    .iphone .iphone-transactions {
        display: flex;
        position: relative;
        margin-top: 1.2rem;
        flex-direction: column;
    }

    .iphone .t-desc {
        font-size: 1rem;
        font-weight: bold;
        padding-bottom: 10px;
    }

    .iphone .iphone-transaction {
        cursor: default;
        padding: 10px 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: white;
        box-shadow: rgba(0, 0, 0, 0.02) 0px 14px 28px, rgba(0, 0, 0, 0) 0px 10px 10px;
        border-radius: 12px;
    }

    .iphone .t-details {
        width: 55%;
    }

    .iphone .t-icon-container {
        width: 45px;
        align-self: flex-start;
    }

    .iphone .t-icon {
        width: 100%;
        border-radius: 50%;
        box-shadow: rgba(0, 0, 0, 0.2) 5px 5px 25px 0px;
    }

    .iphone .t-title {
        text-align: left;
        flex-grow: 1;
        font-size: 1rem;
        font-weight: bold;
        margin-bottom: 5px;
    }

    .iphone .t-time {
        font-size: 0.8rem;
        font-weight: 300;
        letter-spacing: 1px;
        color: rgb(64, 64, 64);
    }

    .iphone .t-amount {
        font-weight: 500;
    }

    .iphone .red {
        color: rgb(244, 83, 45);
    }

.input-group-text img {
    min-width: 20px;
}

.rank_list {
    min-width: 122px;
    height: 142px;
    border: 5px solid rgb(236, 242, 254);
    padding: 16px 0px;
    text-align: center;
    border-radius: 10px;
    margin-right: 100px;
    background: rgb(255, 255, 255);
    position: relative;
    z-index: 1;
}

.active_rank_list {
}

@keyframes border_blink {
    0% {
        border-color: rgb(0, 197, 0);
        box-shadow: rgb(0, 197, 0) 0px 0px 11px -1px inset;
    }

    50% {
        border-color: rgb(236, 242, 254);
        box-shadow: rgb(236, 242, 254) 0px 0px 11px -1px inset;
    }

    100% {
        border-color: rgb(0, 197, 0);
        box-shadow: rgb(0, 197, 0) 0px 0px 11px -1px inset;
    }
}

.rank_list:last-child {
    margin-right: 0px;
}

.rank_list::before {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin: auto;
    left: 100%;
    z-index: 0;
    background: var(--main-color);
    width: 100%;
    height: 2px;
}

.rank_list:last-child::before {
    content: none;
}

.rank_list_parent {
    display: flex;
    position: relative;
    z-index: 1;
    padding-bottom: 10px;
    overflow-x: auto;
    white-space: nowrap;
}

    .rank_list_parent::before {
        width: 100%;
        height: 2px;
        border: 2px solid var(--main-color);
        position: absolute;
        z-index: -1;
        inset: 0px;
        margin: auto;
    }

.rank_img {
    height: 50px;
    text-align: center;
    position: relative;
}

.rank_name {
    left: 0px;
    right: 0px;
    bottom: 11px;
    margin: auto;
    padding: 0px;
    display: block;
    border-radius: 4px;
    text-align: center;
    color: var(--main-color);
    font-weight: 500;
    white-space: normal;
}

.rank_txt {
    color: rgb(138, 138, 138);
    display: block;
}

.rank_progress_p {
    display: flex;
    justify-content: space-between;
    font-weight: bold;
}

.countdown {
    width: fit-content;
    display: inline-grid;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    gap: 15px;
    margin: 5px 0px;
}

    .countdown > .part {
        width: 80px;
        display: grid;
        gap: 0.5rem;
    }

        .countdown > .part > .number {
            aspect-ratio: 1 / 1;
            display: grid;
            place-items: center;
            border-radius: 50%;
            border: 1px solid rgba(128, 128, 128, 0.5);
            font-size: 19px;
            position: relative;
            font-weight: bold;
        }

        .countdown > .part.days {
            --num: 365;
        }

        .countdown > .part.hours {
            --num: 24;
        }

        .countdown > .part:where(.minutes, .seconds) {
            --num: 60;
        }

        .countdown > .part > .number::after {
            content: "";
            position: absolute;
            inset: calc(var(--border-size) * -0.5);
            border-radius: inherit;
            --degree: calc(360deg / var(--num) * (var(--num) - var(--value,0)));
            background-image: conic-gradient(var(--accent) var(--degree), transparent calc(var(--degree) + 0.1deg));
            --border-size: 4px;
            --mask-image: radial-gradient(100% 100%, transparent calc(50% - var(--border-size)), black calc(50% - var(--border-size) + 1px));
            mask-image: var(--mask-image);
        }

        .countdown > .part > .text {
            text-align: center;
            opacity: 0.75;
            font-weight: bold;
            font-size: 14px;
        }

.stakin_percentage {
    background: var(--main-color);
    color: rgb(255, 255, 255);
    padding: 1px 5px;
    display: inline-block;
    border-radius: 4px;
}

.unlock_staking {
    background: rgb(255, 255, 255);
    padding: 15px;
    display: flex;
    align-items: center;
    max-width: 100%;
    border: 1px solid rgb(203, 203, 203);
    border-radius: 6px;
    justify-content: space-between;
    margin-bottom: 58px;
}

.light-theme .unlock_staking {
    border: 1px solid rgba(203, 203, 203, 0.22);
}

.unlock_staking h2 span {
    font-size: 18px;
}

.unlock_staking h1 {
    width: 100%;
    margin: 0px;
}

.unlock_staking img {
    width: 130px;
}

.binary_countdown {
    display: flex;
    background: rgb(250, 248, 253);
    padding: 15px 0px;
    border-radius: 10px;
}

.timer_parent {
    flex: 1 1 auto;
    text-align: center;
    position: relative;
}

    .timer_parent::before {
        content: "";
        position: absolute;
        width: 2px;
        height: 30px;
        right: -3px;
        top: 10px;
        font-size: 23px;
        font-weight: bold;
        background: rgb(255, 255, 255);
    }

    .timer_parent:last-child::before {
        content: "";
    }

.timer_box {
    width: 60px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    font-size: 20px;
    font-weight: bold;
    color: var(--main-color);
}

.timer_text {
    color: rgb(138, 138, 138);
    opacity: 0.8;
    font-size: 12px;
}

.card-header {
    border: 0px;
    padding: 10px 10px 0px;
}

.card-header-scroll {
    padding-bottom: 10px;
}

.card-title {
    font-size: 18px;
    position: relative;
    color: rgb(45, 44, 49);
}

    .card-title::before {
        position: absolute;
        height: 1rem;
        width: 0.2rem;
        inset-block-start: 0.15rem;
        inset-inline-start: -0.65rem;
        background: linear-gradient(rgb(3, 190, 255) 50%, rgb(36, 99, 244) 50%);
        border-radius: 0.5rem;
    }

.card_bx {
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.66);
    box-shadow: rgba(0, 0, 0, 0.12) 0px 0px 9px;
}

    .card_bx.color_1 {
        background: rgb(55, 231, 254);
    }

.cl-shape-dg {
    position: absolute;
    width: 200px;
    height: 200px;
    background: rgba(255, 255, 255, 0.35);
    border-radius: 100px;
    right: -80px;
    bottom: -30px;
    mix-blend-mode: overlay;
}

    .cl-shape-dg::before {
        content: "";
        position: absolute;
        width: 210px;
        height: 210px;
        background: rgba(255, 255, 255, 0.18);
        border-radius: 200px;
        left: -12px;
        top: 12px;
        mix-blend-mode: overlay;
        opacity: 0.6;
    }

.card_bx .card-body {
    position: relative;
}

.card.card_bx .card-bx-pic {
    width: 55px;
    height: 55px;
    background: rgba(255, 255, 255, 0.41);
    border-radius: 50%;
    position: relative;
    z-index: 1;
    display: grid;
    place-content: center;
}

    .card.card_bx .card-bx-pic::before {
        content: "";
        position: absolute;
        z-index: -1;
        inset: 0px;
        margin: auto;
        width: 70%;
        height: 70%;
        background: rgba(255, 255, 255, 0.46);
        border-radius: 50%;
    }

.card.card_bx span img {
    width: 30px;
}

.hd-bx {
    color: rgb(255, 255, 255);
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 24px;
}

.card_bx p {
    color: rgb(255, 255, 255);
    font-size: 16px;
    margin: 10px 0px;
}

.card_bx.color_2 {
    background: rgb(49, 187, 251);
}

.card_bx.color_3 {
    background: rgb(42, 143, 247);
}

.card_bx.color_4 {
    background: rgb(36, 99, 244);
}

span.bg-primary-acter img {
    width: 25px;
}

.new_grey {
    color: rgb(138, 138, 138) !important;
}

.new_black {
    color: rgb(45, 44, 49) !important;
}

.dashboard_withdraw {
    display: flex;
    align-items: center;
    border-radius: 8px;
    border: 1px solid rgb(224, 226, 231);
    background: rgb(255, 255, 255);
    box-shadow: rgba(16, 24, 40, 0.1) 0px 1.5px 2px 0px;
    color: rgb(252, 71, 85);
    padding: 14px 10px;
}

.dashboard_withdraw_icon {
    margin-right: 10px;
}

    .dashboard_withdraw_icon img {
        width: 68px;
    }

.dashboard_diposit {
    color: rgb(42, 233, 71);
}

.new_ref {
    display: flex;
}

.new_ref_img {
    max-width: 124px;
    border-radius: 7px;
    border: 1px solid rgb(237, 237, 237);
    background: rgb(250, 250, 250);
    padding: 15px;
    margin-right: 12px;
    display: grid;
    place-content: center;
}

.new_ref_content {
    width: 100%;
}

.new_input {
}

    .new_input::before {
        content: "";
    }

    .new_input input {
        padding-right: 54px;
    }

.new_input_btn {
    width: 38px;
    position: absolute;
    z-index: 0;
    right: 1px;
    cursor: pointer;
    background: rgb(255, 255, 255);
    height: 34px;
    top: calc(50% - 17px);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}

.new_ref_btn {
}

    .new_ref_btn:hover {
        color: rgb(255, 255, 255);
    }

    .new_ref_btn img {
        height: 18px;
        margin-left: 5px;
    }

.tele {
    background: rgb(39, 163, 226);
    margin-right: 0px;
}

.stakig_lock {
    color: var(--main-color) !important;
}

.pfp_arrow {
    color: rgb(255, 255, 255);
    cursor: pointer;
    position: relative;
    background: var(--main-color);
    padding: 12px 8px;
    border-radius: 4px;
}

    .pfp_arrow.show i {
        transform: rotate(180deg);
    }

    .pfp_arrow:hover {
        color: rgb(255, 255, 255);
    }

.copy_wallet {
    cursor: pointer;
    width: 14px;
    display: inline-block;
}

.investor_span {
    padding-right: 5px;
    margin-right: 5px;
    border-right: 1px solid rgb(255, 255, 255);
}

.ref_blur {
    position: relative;
    z-index: 0;
}

    .ref_blur::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        backdrop-filter: blur(4px);
        z-index: 1;
    }

.ref_blur_para {
    left: 0px;
    right: 0px;
    width: 100%;
    margin: auto;
    z-index: 10;
    background: rgb(0, 103, 243);
    color: rgb(255, 255, 255);
    padding: 5px;
    font-weight: normal;
    text-align: center;
}

.staking_history_inner {
    position: relative;
    padding-bottom: 25px;
}

.staking_all_btn {
    color: rgb(255, 255, 255);
    background: var(--main-color);
    outline: 0px;
    transform: skew(-21deg);
    position: relative;
    left: 20px;
    font-weight: 700 !important;
    text-align: center !important;
    text-decoration: none !important;
    border: 0px !important;
    /* font-size: 1.1rem !important; */
    padding: 3px 10px !important;
    display: inline-block !important;
    transition: all 0.3s linear 0s !important;
    width: 30px !important;
    margin-top: 13px !important;
    position: absolute;
    bottom: 13px;
}

    .staking_all_btn#\32 {
        left: 53px;
    }

    .staking_all_btn#\33 {
        left: 88px;
    }

    .staking_all_btn#\34 {
        left: 124px;
    }

    .staking_all_btn#\35 {
        left: 160px;
    }

    .staking_all_btn#\36 {
        left: 195px;
    }

    .staking_all_btn#\37 {
        left: 231px;
    }

    .staking_all_btn#\38 {
        left: 265px;
    }

    .staking_all_btn#\39 {
        left: 301px;
    }

    .staking_all_btn#\31 0 {
        left: 337px;
    }

    .staking_all_btn:hover {
        background: var(--main-color);
        opacity: 0.6;
        color: rgb(255, 255, 255);
    }

    .staking_all_btn > span {
        display: inline-block;
        transform: skew(21deg);
    }

.rank_list_parent {
    scrollbar-width: thin;
    scrollbar-color: rgb(0, 101, 243) rgb(9, 31, 62);
}

    .rank_list_parent::-webkit-scrollbar {
        width: 5px;
        height: 5px;
    }

    .rank_list_parent::-webkit-scrollbar-track {
        background: rgb(130, 182, 255);
    }

    .rank_list_parent::-webkit-scrollbar-thumb {
        background-color: var(--main-color);
        border-radius: 5px;
    }

.rank_discription {
    padding: 0px;
    list-style: none;
    margin-top: 20px;
}

    .rank_discription li {
        margin-bottom: 5px;
        position: relative;
    }

        .rank_discription li:last-child {
            margin-bottom: 0px;
        }

        .rank_discription li .business_span {
            position: absolute;
            right: 0px;
            top: 0px;
            padding: 0px 5px;
            border: 1px solid var(--main-color);
            color: var(--main-color);
            border-radius: 2px;
            font-size: 12px;
        }

        .rank_discription li .progress {
            margin-top: 5px;
        }

.rank_discription_required li {
    margin-top: 25px;
}

.payout_heading {
    margin-top: 99px;
}

.dash_kyc_card {
    background-color: var(--main-color);
    background-image: url("../img/kyc-bg.jpg");
    background-size: cover;
    position: relative;
    z-index: 1;
}

    .dash_kyc_card::before {
        content: "";
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        background: rgb(0, 0, 0);
        opacity: 0.6;
    }

    .dash_kyc_card .card-title, .dash_kyc_card p {
        color: rgb(255, 255, 255);
    }

.kyc_title {
    color: rgb(255, 255, 255);
    background: rgb(8, 57, 171);
    padding: 8px;
    margin: 0px;
    text-align: center;
    font-size: 19px;
}

.dash_kyc_ul {
    list-style: decimal-leading-zero;
    margin: 20px 0px 0px;
}

    .dash_kyc_ul li {
        color: rgb(255, 255, 255);
        margin: 5px 0px 0px;
        font-size: 15px;
    }

.dash_kyc_span {
    color: var(--main-color-two);
    font-weight: bold;
}

.kyc_note {
    border-left: 3px solid var(--main-color);
    margin-top: 10px;
    padding-left: 10px;
}

.inner_side {
    position: relative;
}

.all_side input[type="radio"] {
    position: absolute;
    visibility: hidden;
}

.all_side label {
    position: relative;
    padding-left: 20px;
    cursor: pointer;
    transition: all 0.25s linear 0s;
}

.all_side .check {
    display: block;
    position: absolute;
    border: 2.5px solid rgb(170, 170, 170);
    border-radius: 50%;
    height: 15px;
    width: 15px;
    top: 2px;
    left: 0px;
    z-index: 5;
    transition: border 0.25s linear 0s;
    padding: 0px;
}

    .all_side .check::before {
        display: block;
        position: absolute;
        content: "";
        border-radius: 100%;
        height: 5px;
        width: 5px;
        inset: 0px;
        margin: auto;
        transition: background 0.25s linear 0s;
    }

.all_side input[type="radio"]:checked ~ .check {
    border: 2.5px solid var(--main-color);
}

    .all_side input[type="radio"]:checked ~ .check::before {
        background: var(--main-color);
    }

.all_side input[type="radio"]:checked ~ label {
    color: var(--main-color);
}

.update_kyc_btn {
    z-index: 1;
    border: 0px;
    padding: 5px 10px;
}

    .update_kyc_btn:active {
        border-color: var(--main-color) !important;
        color: var(--main-color) !important;
    }

.modal-btn {
    padding: 6px 12px;
}

.news_title {
    font-size: 20px;
    color: rgb(0, 0, 0);
    font-weight: normal;
}

.dashnews_card p {
    font-size: 15px;
    color: rgb(0, 0, 0);
}

    .dashnews_card p:last-child {
        margin-bottom: 0px;
    }

.rank_details_card {
    height: 336px;
}

.dash_kyc_card {
    height: 370px;
}

.token-price .round-heading {
    margin-bottom: 8px;
}

.timeline ul {
    padding: 0px;
}

    .timeline ul li {
        list-style-type: none;
        position: relative;
        width: 6px;
        margin: 0px auto;
        padding-top: 50px;
        background: rgb(223, 223, 223);
        margin-top: 10px;
    }

        .timeline ul li.active {
            background: rgb(68, 225, 4);
        }

            .timeline ul li.active .reward_list_bussines_volumn {
                background: rgb(0, 228, 53);
            }


        .timeline ul li:nth-child(even) .li_child::before {
            border-color: transparent transparent transparent rgb(0, 228, 53);
        }

        .timeline ul li.active:nth-child(even) .li_child::before {
            border-color: transparent transparent transparent rgb(68, 225, 4);
        }

        .timeline ul li::after {
            content: "";
            position: absolute;
            left: 50%;
            bottom: 0px;
            transform: translateX(-50%);
            width: 30px;
            height: 30px;
            border-radius: 50%;
            /* background: inherit; */
            z-index: 1;
        }

        .timeline ul li .li_child {
            position: relative;
            bottom: 0px;
            width: 400px;
            padding: 0px;
            background: rgba(177, 177, 177, 0.32);
        }

            .timeline ul li .li_child::before {
                content: "";
                position: absolute;
                bottom: 7px;
                width: 0px;
                height: 0px;
                border-style: solid;
            }

        .timeline ul li:nth-child(2n+1) .li_child {
            left: 45px;
        }

        .timeline ul li:nth-child(odd) .li_child::before {
            left: -16px;
            border-width: 8px 16px 8px 0px;
            border-color: transparent rgba(177, 177, 177, 0.32) transparent transparent;
        }

        .timeline ul li.active:nth-child(even) .li_child::before {
            border-color: transparent transparent transparent rgb(68, 225, 4);
        }

        .timeline ul li.active:nth-child(odd) .li_child::before {
            border-color: transparent rgb(68, 225, 4) transparent transparent;
        }

        .timeline ul li:nth-child(2n) .li_child {
            left: -439px;
        }

        .timeline ul li:nth-child(even) .li_child::before {
            right: -15px;
            border-width: 8px 0px 8px 16px;
            border-color: transparent transparent transparent rgba(177, 177, 177, 0.32);
        }

time {
    display: block;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 8px;
}

.timeline-clippy ul li::after {
    width: 40px;
    height: 40px;
    border-radius: 0px;
}

.timeline-rhombus ul li::after {
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.timeline-rhombus ul li .li_child::before {
    bottom: 12px;
}

.timeline-star ul li::after {
    clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
}

.timeline-heptagon ul li::after {
    clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%);
}

.timeline-infinite ul li::after {
    animation: 2s ease 0s infinite normal none running scaleAnimation;
}

@keyframes scaleAnimation {
    0% {
        transform: translateX(-50%) scale(1);
    }

    50% {
        transform: translateX(-50%) scale(1.25);
    }

    100% {
        transform: translateX(-50%) scale(1);
    }
}

.reward_list_name {
    text-align: center;
    margin: 0px;
    padding: 10px;
    font-size: 18px;
    display: flex;
    justify-content: space-around;
    color: rgb(255, 255, 255);
}

.light-theme .reward_list_name {
    color: rgb(0, 0, 0);
}

.reward_list_img {
    width: 100%;
}

.reward_list_bussines_volumn {
    display: grid;
    grid-template-columns: 1fr;
    font-size: 18px;
    padding: 10px 0px;
}

.bussines_volumn {
    border-radius: 2px;
    text-align: center;
    display: flex;
    justify-content: space-around;
}

.reward_list_rank_icon {
    position: absolute;
    z-index: 0;
    width: 50px;
    bottom: -10px;
    left: -68px;
    border-radius: 50%;
}

.timeline ul li:nth-child(odd).active .reward_list_rank_icon {
    width: 60px;
    left: -72px;
}

.timeline ul li:nth-child(even).active .reward_list_rank_icon {
    width: 60px;
    right: -72px !important;
}

.timeline ul li:nth-child(2n) .li_child .reward_list_rank_icon {
    left: auto;
    right: -68px;
}

.rank_date {
    list-style: none;
    display: flex;
    margin: 0px;
}

    .rank_date li {
        margin-right: 5px;
    }

        .rank_date li:last-child {
            margin-right: 0px;
        }

        .rank_date li a {
        }

            .rank_date li a.active {
            }

.dashnews_card .ribbon {
    top: 6px;
}

.accordion-topic {
    border: 1px solid rgba(218, 223, 229, 0.12);
    border-radius: 5px;
}

    .accordion-topic ul {
        padding-left: 0px;
        margin-bottom: 0px;
    }

        .accordion-topic ul li {
            list-style: none;
            padding: 10px;
            font-weight: 600;
            font-size: 14px;
            color: rgb(0, 0, 0);
            position: relative;
            border-bottom: 1px solid rgba(175, 174, 174, 0.14);
            cursor: pointer;
            line-height: 1.3rem;
        }

            .accordion-topic ul li a.active {
                color: rgb(0, 170, 255) !important;
            }

            .accordion-topic ul li a {
                color: rgb(255, 255, 255);
                text-decoration: none;
            }

                .accordion-topic ul li a.active::before {
                    content: "";
                    position: absolute;
                    left: 0px;
                    top: 0px;
                    bottom: 0px;
                    margin: auto;
                    height: 70%;
                    width: 4px;
                    background: rgb(0, 120, 246);
                    border-radius: 0px 5px 5px 0px;
                }

.faq-message {
    color: rgb(195, 195, 195);
}

.light-theme .faq-message {
    color: rgb(0, 0, 0);
}

.card-header {
    background: transparent !important;
}

.Staking-History {
    /* height: 415px; */
}

.rank_row {
    border-right: 1px solid #dee2e6;
}





.loading-bar {
    width: 20px;
    height: 10px;
    margin: 0 5px;
    background-color: #3498db;
    border-radius: 5px;
    animation: loading-wave-animation 1s ease-in-out infinite;
}

    .loading-bar:nth-child(2) {
        animation-delay: 0.1s;
    }

    .loading-bar:nth-child(3) {
        animation-delay: 0.2s;
    }

    .loading-bar:nth-child(4) {
        animation-delay: 0.3s;
    }

@keyframes loading-wave-animation {
    0% {
        height: 10px;
    }

    50% {
        height: 50px;
    }

    100% {
        height: 10px;
    }
}

.event-lists {
    padding: 15px;
}

    .event-lists .event-img {
        /*   height: 200px;*/
        width: 100%;
        aspect-ratio: 16 / 9;
    }

        .event-lists .event-img img {
            object-fit: cover;
            height: 100%;
            width: 100%;
            border-radius: 10px;
        }

    .event-lists .event-content {
        margin: 15px 0;
        min-height: 124px;
    }

        .event-lists .event-content h4 {
            font-size: 20px;
            margin-bottom: 10px;
            padding-bottom: 10px;
            border-bottom: 1px solid #bdbdbd2b;
        }

        .event-lists .event-content .event-time i, .event-lists .event-content .event-loction i {
            margin-right: 5px;
        }

        .event-lists .event-content .event-time p {
            margin-bottom: 0;
        }

    .event-lists button {
        width: 100%;
    }

.discription-img img {
    border-radius: 15px;
}

.vip-section-lists {
    padding: 30px 30px;
}

    .vip-section-lists .vip-section-img {
        text-align: left;
    }

        .vip-section-lists .vip-section-img .vip-section-price {
        }

        .vip-section-lists .vip-section-img p {
            margin-bottom: 0;
            font-size: 18px;
            font-weight: 600;
        }

    .vip-section-lists .vip-section-benifits {
        /* text-align: center; */
    }

        .vip-section-lists .vip-section-benifits ul {
            padding-left: 7px;
        }

            .vip-section-lists .vip-section-benifits ul li {
                /* list-style: none; */
                margin-top: 9px;
            }

    .vip-section-lists .vip-section-content {
        margin: 15px 0;
        text-align: left;
    }

        .vip-section-lists .vip-section-content h4 {
            font-size: 20px;
            margin-bottom: 10px;
            padding-bottom: 5px;
            /* border-bottom: 1px solid #bdbdbd2b; */
            margin-bottom: 20px;
        }

        .vip-section-lists .vip-section-content .event-time {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

            .vip-section-lists .vip-section-content .event-time p {
                margin-bottom: 0;
            }

    .vip-section-lists button {
        width: 100%;
    }


.ticket-design {
    position: relative;
    display: flex;
    align-items: center;
    box-shadow: -1px 5px 10px rgb(62 73 84 / 10%);
    background: #1415164a;
    border: 1px solid #2C2D36;
    border-radius: 30px;
}

    .ticket-design .ticket-img {
        /*height: 180px;*/
        aspect-ratio: 16 / 9;
    }

        .ticket-design .ticket-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .ticket-design .ticket-description {
        /* padding: 15px; */
        /* padding-top: 30px; */
        position: relative;
    }

        .ticket-design .ticket-description h4 {
            font-weight: 600;
            color: #222222;
            font-size: 18px;
        }

        .ticket-design .ticket-description .ticket-description-list ul {
            padding-left: 0;
            display: grid;
            grid-template-columns: 1fr 1fr 1fr;
            margin-bottom: 0;
        }













    .ticket-design button {
        width: 100%;
    }

.ticket-cut {
    position: relative;
    border-top: 1px dashed #bdbdbd2b;
    margin-top: 30px;
    margin-bottom: 30px;
}

    .ticket-cut:before {
        /* position: absolute; */
        content: "";
        /* top: -14px; */
        /* left: -10px; */
        /* background: #162754; */
        /* border-radius: 100%; */
        /* width: 25px; */
        /* height: 25px; */
        /* z-index: 1; */
    }

.light-theme .ticket-cut:before {
    background: #FAFDFF;
}

.ticket-cut:after {
    /* position: absolute; */
    content: "";
    /* top: -14px; */
    /* right: -10px; */
    /* background: #162754; */
    /* border-radius: 100%; */
    /* width: 25px; */
    /* height: 25px; */
    /* z-index: 1; */
}

.light-theme .ticket-cut:after {
    background: #FAFDFF;
}

.ticket-bar-code {
    padding: 20px;
}

    .ticket-bar-code img {
        height: 50px;
        width: 100%;
        object-fit: cover;
    }

.ticket-design .vip-text {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #1C2754;
    color: #fff;
    padding: 2px 8px;
    width: 50%;
    border-radius: 5px;
    text-align: center;
}

.ticket-discription-content {
    height: 482px;
}

.ticket-count input, .ticket-count button {
    outline: none;
    border: none;
    padding: .375rem .75rem;
    font-size: 18px;
    text-align: center;
}

.ticket-count input {
    width: 100%;
}

.ticket-count .input-group {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    box-shadow: none;
    border-radius: 6px;
    /* width: fit-content; */
    border: 1px solid #ededed;
    overflow: hidden;
}

.ticket-count button:nth-child(1) {
    /* border-bottom-left-radius: 4px; */
    /* border-top-left-radius: 4px; */
    /* position: absolute; */
    /* top: 0; */
    /* left: 0; */
}

.ticket-count button:nth-last-child(1) {
    /* border-bottom-right-radius: 4px; */
    /* border-top-right-radius: 4px; */
    /* position: absolute; */
    /* right: 0; */
}

.quantity-read {
    align-items: center;
    display: flex;
    flex-direction: column;
}

.teckt-cnt {
    background: #fff;
    padding: .375rem .75rem;
    width: 100px;
    border-radius: 15px;
    text-align: center;
    font-size: 18px;
    box-shadow: 0px 3px 7px 3px #00000014;
}

.ticket-count {
    margin-right: 15px;
}

.total-ticket-price {
}

    .total-ticket-price h4 {
        color: rgb(255 255 255 / 60%);
        font-size: 20px;
    }

    .total-ticket-price ul {
        padding-left: 0;
    }

        .total-ticket-price ul li {
            list-style: none;
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-top: 15px;
        }

            .total-ticket-price ul li span {
                font-weight: 600;
                font-size: 16px;
                color: rgb(255 255 255 / 60%);
            }

            .total-ticket-price ul li p {
                color: rgb(255 255 255 / 60%);
            }

.buy-btn {
    padding: 10px;
}

.ticket-info {
    display: flex;
}

    .ticket-info i {
        margin-right: 5px;
    }

.ticket-avail {
    margin-bottom: 10px;
}

    .ticket-avail ul {
        padding-left: 0;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        margin-bottom: 0;
    }

        .ticket-avail ul li {
            list-style: none;
            text-align: left;
            text-align: center;
        }

            .ticket-avail ul li p {
                margin-bottom: 0;
            }

            .ticket-avail ul li span {
                font-size: 16px;
                font-weight: 600;
            }

.ticket-price {
    /* position: absolute; */
    /* top: -19px; */
    /* left: 0; */
    /* right: 0; */
    /* width: 80%; */
    /* border-radius: 5px; */
    /* padding: 5px 10px; */
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: space-between; */
    /* margin: auto; */
    /* border: 1px solid #0000001c; */
}

    .ticket-price span {
        color: #fff;
        font-weight: 500;
        font-size: 16px;
    }

.discription-img {
    aspect-ratio: 16 / 9;
}

    .discription-img img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

.qr-code-ticket {
    text-align: center;
}

    .qr-code-ticket img {
        width: 200px;
        padding: 5px;
        border-radius: 5px;
        background: #fff;
    }

.light-theme .popup-ticket .qr-code-ticket img {
    background: #f7f7f7;
}

.popup-ticket .modal-header {
    border-bottom: 1px solid #dee2e661;
}

.popup-ticket .btn-close {
    filter: invert(1);
}

.light-theme .popup-ticket .btn-close {
    filter: none;
}

.ord-btn {
    display: flex;
    align-items: center;
}

    .ord-btn span {
        margin-left: 10px;
        cursor: pointer;
        width: max-content;
    }

        .ord-btn span:hover i {
            color: #03A9F4;
        }

        .ord-btn span i {
            color: #0498db;
            font-size: 18px;
        }

.ribbon {
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: absolute;
    background: transparent;
}

.ribbon-top-right {
    top: -10px;
    right: -10px;
}

.ribbon::before, .ribbon::after {
    position: absolute;
    z-index: -1;
    content: '';
    display: block;
    border: 5px solid #2980b9;
}

.ribbon-top-right::before, .ribbon-top-right::after {
    border-top-color: transparent;
    border-right-color: transparent;
}

.ribbon-top-right::before {
    top: 0;
    left: 0;
}

.ribbon-top-right::after {
    bottom: 0;
    right: 0;
}

.ribbon span {
    position: absolute;
    display: block;
    width: 225px;
    padding: 15px 0;
    background-color: #3498db;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    color: #fff;
    font: 700 18px / 1 'Lato', sans-serif;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    text-transform: uppercase;
    text-align: center;
}

.ribbon-top-right span {
    left: -25px;
    top: 30px;
    transform: rotate(45deg);
}

.upcmg-orange span {
    background: linear-gradient(-90deg, #FFA500, #07a0fd, #FFA500);
}

.upcmg-orange:before, .upcmg-orange:after {
    border-color: #8c9200;
}

.current-grreen span {
    background-color: #0bbf6b;
}

.current-grreen:before, .current-grreen:after {
    border-color: #00c468;
}

.event-countdown {
    margin-top: 15px;
    margin-bottom: 15px;
}

    .event-countdown h4 {
        font-size: 20px;
    }

    .event-countdown .countdown div {
        display: flex;
        /* flex-direction: column; */
        align-items: center;
        /* border: 1px solid #f7f7f752; */
        /* border-radius: 5px; */
        /* padding: 5px 10px; */
        /* background: #2196F3; */
        position: relative;
        /* padding-right: 15px; */
    }

.light-theme .event-countdown .countdown div {
    /* background: #fff; */
    /* border: 1px solid #607D8B; */
}

.vip-section-lists .event-countdown h4 {
    font-size: 16px;
    margin-bottom: 0;
}

.tcket-timer {
    position: relative;
    padding: 15px;
    margin-top: 30px;
    z-index: 1;
}


    .tcket-timer:before {
        /* content: ""; */
        /* position: absolute; */
        /* top: 0; */
        /* left: 0; */
        /* right: 0; */
        /* width: 100%; */
        /* height: 190px; */
        /* background: linear-gradient(0deg, #032ea19e, #0167b994); */
        /* box-shadow: -1px 5px 10px rgb(62 73 84 / 10%); */
        /* border-radius: 15px; */
        /* z-index: -1; */
        /* background: red; */
    }

.light-theme .tcket-timer:before {
    background: #fff;
}

/*download ticket Start*/

.ticket-style {
    border-radius: 22px;
    background: url("../img/Foto.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    overflow: hidden;
    position: relative;
}

.ticket-scanner {
    position: relative;
    width: 30%;
    padding: 30px;
    border-right: 3px dashed #fff;
    z-index: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #393b48bd;
}


.ticket-type {
    background: linear-gradient(253.16deg, #E9D670 -32.45%, #997715 5.3%, #E4D06B 46.41%, #A1811F 84.16%);
    font-size: 30px;
    font-weight: 700;
    line-height: 66.7px;
    color: #fff;
    text-align: center;
    border-radius: 8px;
}

.main-ticket-details {
    width: 70%;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.main-ticket-top {
    border-radius: 30px;
    background: #393b48bd;
    /* backdrop-filter: blur(36px); */
    padding: 30px;
    color: #fff;
    margin-bottom: 30px;
}

    .main-ticket-top h4 {
        font-weight: 400;
        color: #fff;
        font-size: 24px;
    }

    .main-ticket-top p {
        margin-bottom: 0;
        font-size: 16px;
    }

.main-ticket-bottom {
    background: #393b48bd;
    backdrop-filter: blur(36px);
    border-radius: 20px;
    padding: 30px;
}

    .main-ticket-bottom ul {
        padding-left: 0;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        gap: 20px;
        margin-bottom: 0;
    }

        .main-ticket-bottom ul li {
            list-style: none;
        }

            .main-ticket-bottom ul li span {
                font-size: 16px;
                color: #fff;
                font-weight: 400;
            }

            .main-ticket-bottom ul li .mt-details {
                font-size: 20px;
                font-weight: 400;
                color: #fff;
            }

            .main-ticket-bottom ul li .mt-details-ad {
                font-size: 16px;
            }

.qr-code-scanner {
    text-align: center;
}

    .qr-code-scanner span {
        font-size: 29px;
        color: #fff;
        text-transform: uppercase;
        font-weight: 600;
    }

.q-b {
    margin: auto;
    margin-bottom: 15px;
    margin-top: 15px;
}

    .q-b img {
        height: 218px;
        padding: 5px;
        background: #fff;
        border-radius: 10px;
    }

.inviled-ticket-design {
    background: #ff5757;
    padding: 30px;
    margin-top: 50px;
    border-radius: 10px;
    border: 2px solid red;
    position: relative;
    text-align: center;
}

    .inviled-ticket-design .inv-1 {
        position: absolute;
        left: 20px;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 60px;
    }

    .inviled-ticket-design .inv-2 {
        position: absolute;
        right: 20px;
        width: 60px;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    .inviled-ticket-design h5 {
        font-size: 20px;
        font-weight: 500;
        color: #fff;
        margin: auto;
        line-height: normal;
    }

.checked-mark {
    position: absolute;
    background: green;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    border-radius: 0 0 31px 0;
    z-index: 1;
    display: grid;
    place-content: center;
}

    .checked-mark i {
        font-size: 35px;
        color: #fff;
    }

.multi-qr-code-btns a:hover {
    background: #2196F3;
}

.multi-qr-code-btns a {
    cursor: pointer;
}

    .multi-qr-code-btns a i {
        color: #fff;
    }

a:hover {
    /* color: #00f7f7 !important; */
}



/*download ticket End*/

/*page loader End*/

#page-loading {
    background: #00000082;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 9999;
    display: grid;
    place-content: center;
}

#pageloaders {
    width: 50px;
    padding: 8px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #2196F3;
    --_m: conic-gradient(#0000 10%, #000), linear-gradient(#000 0 0) content-box;
    -webkit-mask: var(--_m);
    mask: var(--_m);
    -webkit-mask-composite: source-out;
    mask-composite: subtract;
    animation: l3 1s infinite linear;
}

@keyframes l3 {
    to {
        transform: rotate(1turn)
    }
}

.ewallet-maturity {
}

    .ewallet-maturity ul {
        padding-left: 0;
        margin-bottom: 0;
    }

        .ewallet-maturity ul li {
            border: 1px solid #7c7c7c;
            border-radius: 4px;
            padding: 10px;
            list-style: none;
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 10px;
        }

            .ewallet-maturity ul li span {
                display: flex;
                gap: 5px;
            }

                .ewallet-maturity ul li span img {
                    width: 20px
                }

.payment_mode_btn_parent {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 10px;
}

    .payment_mode_btn_parent span a {
        display: grid;
        text-align: center;
        justify-items: center;
        text-decoration: none;
        background: #0f1316;
    }

.payment_mode_btn {
    border: 1px solid #505050;
    padding: 10px;
    border-radius: 5px;
    color: #fff;
}

    .payment_mode_btn.active {
        background: linear-gradient(90deg, #ff8507, #e98c03);
    }

    .payment_mode_btn:hover {
        color: #fff;
    }

    .payment_mode_btn.active:hover {
        color: black;
    }

.form-control:focus {
    box-shadow: 0 0 0 .25rem rgb(255 152 0 / 28%);
    border-color: #ff980091;
}

.ewallet-balance {
    display: flex;
    /* flex-direction: column; */
    align-items: center;
}

    .ewallet-balance .wallet-i-b {
        border: 1px solid #ffffff42;
        border-radius: 4px;
        padding: 5px;
        background: #2196F3;
    }

.light-theme .ewallet-balance .wallet-i-b {
    border: 1px solid #97979742;
    background: #03A9F4;
    color: #fff !important;
}

.ewallet-balance .wallet-i-b img {
    width: 30px;
    margin-right: 6px;
    padding-right: 6px;
    border-right: 1px solid #ffffff8c;
}

.side-mob {
    display: none;
}

.profile_header {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    background-image: url(../New-Img/cubes.png), linear-gradient(to right top, #7a4901, #895100, #8b5300, #FF9800, #FF9800, #FF9800, #FF9800, #dfa700, #ff8c51, #af5d00, #956800, #7e6c00);
    border-radius: 14px;
    padding: 20px 40px;
    height: 150px;
    margin-bottom: 50px;
}

body {
    background-color: #efefef;
}

.profile-pic {
    width: 100%;
    height: 100%;
    display: inline-block;
    background: red;
    object-fit: cover;
}

.file-upload {
    display: none;
}

.circle {
    border-radius: 100% !important;
    overflow: hidden;
    width: 128px;
    height: 128px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    /* padding: 2px; */
    background: #4a2c00;
}

.user_img {
    position: absolute;
    top: 70px;
}

.p-image {
    position: absolute;
    top: 89px;
    right: 20px;
    color: #666666;
    transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
    background: #321e009e;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    display: grid;
    place-content: center;
    border: 1px solid #FF9800;
    cursor: pointer;
}

    .p-image i {
        color: #fff;
        font-size: 13px;
    }

    .p-image:hover {
        transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
    }

.upload-button {
    font-size: 1.2em;
}

    .upload-button:hover {
        transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
        color: #999;
    }

.balance-box {
    border: 1px solid #FF9800;
    border-radius: 5px;
    padding: 15px;
    background: linear-gradient(0deg, black, #683e00);
}

    .balance-box span {
    }

    .balance-box h4 {
    }

.password-strength {
    display: grid !important;
    grid-template-columns: 39px 1fr;
}

    .password-strength input {
        width: 100% !important;
    }

.alert-danger {
    color: #ffffff !important;
    background-color: #f443364f !important;
    border-color: #F44336 !important;
}

#pupi {
    border-radius: 7px;
    padding: 10px;
    background: linear-gradient(105deg, #a36100, #000000);
    width: 100%;
}






@media only screen and (max-width: 1199px) {
    .main-ticket-bottom ul {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .item-4 {
        grid-column: 1/4;
    }
}

@media only screen and (max-width: 991px) {
    .side-mob {
        display: flex;
    }

    .side-mob-1 {
        /* display: none; */
    }


    .main-ticket-bottom ul li .mt-details {
        font-size: 18px;
        font-weight: 600;
    }

    .main-ticket-bottom ul li span {
        font-size: 16px;
    }

    .inviled-ticket-design h5 {
        width: 60%;
    }
}


@media (max-width: 767px) {
    .payment_mode_btn_parent {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

    .event-lists .event-content {
        min-height: auto;
    }

    .ticket-style {
        flex-direction: column;
    }

    .ticket-scanner {
        width: 100%;
        border-bottom: 3px dashed #fff;
        border-right: 0;
    }

    .main-ticket-details {
        width: 100%;
    }

    .main-ticket-bottom ul {
        grid-template-columns: 1fr 1fr;
    }
}


@media (max-width: 525px) {

    .main-ticket-bottom ul {
        grid-template-columns: 1fr;
    }

    .payment_mode_btn_parent {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 425px) {

    .payment_mode_btn_parent {
        grid-template-columns: 1fr;
    }

    .main-ticket-top,
    .main-ticket-bottom {
        padding: 15px;
    }

    .main-ticket-details {
        padding: 15px;
    }

    .ticket-scanner {
        padding: 15px;
    }


    .item-4 {
        grid-column: auto;
    }
}

#pageloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    background: #00000052;
    /* backdrop-filter: blur(4px); */
    display: none;
    place-content: center;
}


    #pageloader svg {
        width: 3.25em;
        transform-origin: center;
        animation: rotate4 2s linear infinite;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }

    #pageloader circle {
        fill: none;
        stroke: hsl(214, 97%, 59%);
        stroke-width: 2;
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
        stroke-linecap: round;
        animation: dash4 1.5s ease-in-out infinite;
    }

@keyframes rotate4 {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes dash4 {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 90, 200;
        stroke-dashoffset: -35px;
    }

    100% {
        stroke-dashoffset: -125px;
    }
}

.modal-blur {
    /* backdrop-filter: blur(5px); */
    background: #0000008a;
}

.logo-left img {
    width: 110px;
}

.top-nav {
    display: flex;
    gap: 20px;
    margin-bottom: 0px;
    /* margin-right: 20px; */
    align-items: center;
    justify-content: center;
    padding-left: 0px;
}

    .top-nav li {
        list-style: none;
    }

        .top-nav li a {
            text-decoration: none;
            color: #fff;
        }

            .top-nav li a span {
                display: flex;
                align-items: center;
                gap: 5px;
            }

                .top-nav li a span img {
                    width: 19px;
                }

            .top-nav li a.active {
                color: #07fff3;
            }

@media only screen and (min-width: 991px) {
    .page-name {
        color: #fff !important
    }
}

.ticket-show-picture {
    width: 50%;
    border-radius: 30px 0 0 30px;
    overflow: hidden;
}

.ticket-description-card {
    width: 50%;
    padding: 15px 30px;
}

.quantity-read .input-group {
    display: flex;
    align-items: center;
    flex-flow: row;
}

.badge-span-design {
    top: -20px;
    left: -20px;
    width: 200px;
    height: 200px;
    overflow: hidden;
    position: absolute;
    background: transparent;
}

span#TicketBookname {
    /* transform: rotate(-45deg); */
    position: absolute;
    display: block;
    padding: 15px 0;
    background-color: #0bbf6b;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    color: #fff;
    font: 700 18px / 1 'Lato', sans-serif;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    text-transform: uppercase;
    text-align: center;
    width: 300px;
    left: 50%;
    transform: translateX(-50%) rotate(-45deg);
    /* transform-origin: right; */
    top: 38px;
    left: 66px;
}

span.badge-span-design:before {
    left: 0;
    position: absolute;
    z-index: -1;
    content: '';
    display: block;
    background: #00572e;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    width: 20px;
    height: 20px;
    bottom: 38px;
}

span.badge-span-design:after {
    position: absolute;
    z-index: -1;
    content: '';
    display: block;
    background: #00572e;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    width: 20px;
    height: 20px;
    top: 0;
    left: 142px;
}
