﻿

::-moz-selection { /* Code for Firefox */
    color: #fff;
    background: #07a0fd;
}

::selection {
    color: #ffffff;
    background: #2196F3;
}




@font-face {
    font-family: 'Inter-SemiBold';
    src: url('../fonts/Inter-SemiBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Inter-Regular';
    src: url('../fonts/Inter-Regular.ttf') format('truetype');
}

body {
    background: #23262b;
    color: rgb(51 51 51 / 60%);
    font-family: 'Inter-Regular' !important;
    font-size: 14px;
}

h1, h2, h3, h4, h5, h65 {
    font-family: 'Inter-SemiBold' !important;
}


/*
@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: 5px;
}

::-webkit-scrollbar-track {
    background: #ffffff2e;
}

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

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

/*Scrollbar  */
h1, h2, h3, h4, h5, h6 {
    color: #2D2D2D;
}

header {
    background: linear-gradient(to right, #091220, #274781);
    display: flex;
    justify-content: space-between;
    box-shadow: 0 0 8px #0000000a;
    padding-left: 260px;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 1;
    box-shadow: 0 0 8px #0000000a;
    padding: 5px 15px;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 8;
    background: #1D1E24;
    border-bottom: 1px solid #2C2D36;
    transition: 0.3s;
    padding: 7px 15px;
    display: flex;
    justify-content: space-between;
}


.content-create-by-user h1 *, .content-create-by-user h2 *, .content-create-by-user h3 *, .content-create-by-user h4 *, .content-create-by-user h5 *, .content-create-by-user h6 * {
    color: #ffffff !important;
}


span.number {
    font-size: 40px;
    font-weight: 600;
    width: 50px;
    text-align: center;
    line-height: 36px;
    margin-right: 5px;
}

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

    .event-countdown .countdown div:before {
        content: '';
        position: absolute;
        right: -8px;
        width: 10px;
        height: 10px;
        background: #3ba0f5;
        border-radius: 15px;
    }


.light-theme header {
    /* background: #fff; */
}

.card-name {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 30px;
}

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

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

        .page-txt .toggle-btn:hover {
            background: #2196F3;
        }

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

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

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

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

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

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

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

.vip-section-price {
    font-size: 42px;
    font-weight: 500;
    margin: 15px 0;
    margin-bottom: 20px;
}

.vip-section-benifits ul {
    list-style: none;
    padding-left: 0;
}

.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: 30px;
}

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

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

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

.collape-html header {
    /* padding-left: 30px; */
    /* padding-right: 5px; */
    position: sticky;
    /* top: 0; */
    /* z-index: 2; */
}

.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;
    }

.side-menu {
    position: fixed;
    left: 0;
    top: 0;
    width: 250px;
    height: 100%;
    background: linear-gradient(to right, #091220, #274781);
    /* overflow-y: scroll; */
    z-index: 3;
    padding-bottom: 30px;
    display: none;
}

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

.logo-header {
    background: linear-gradient(270deg, #070709, #274781);
    padding: 9px;
    position: sticky;
    top: 0;
    height: 51px;
    z-index: 9;
}

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

.logo-white {
    width: 86px;
}

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

.mn-th {
    border-top: 1px solid #ffffff17;
    padding-top: 15px;
    margin-top: 15px;
    color: #ffffff;
}

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

.mn-th a {
    color: #fff;
    text-decoration: 0;
}

ul.mn-list li a:hover {
    color: #0EFFFF;
}

.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:after {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 15px;
    left: 11px;
    background: #ffffff;
    border: 2px solid #5f687b;
    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;
    height: 100%;
    overflow: scroll;
}

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: #0EFFFF;
}

.collape-html li.mn-th:has(.active) span.icon-menu {
    background: #ffffff61;
}

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

.collape-html .side-menu:hover li.mn-th:has(.active) span.icon-menu {
    background: transparent;
}

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

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

.NOOFTICKETS-count {
    font-size: 30px;
    font-weight: 600;
}

.event-style .showticketdetails {
    padding: 15px;
    font-size: 16px;
    font-weight: 500;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 60px);
}

.mode-theme::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 1px;
    /* background: #ededed; */
    height: 25px;
    right: 0;
}

.mode-theme {
    cursor: pointer;
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #2da0ff;
    color: #fff;
    font-size: 22px;
}

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

    .language-change::before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 1px;
        background: #ededed;
        height: 25px;
        left: 0;
    }

.user-hd-detail .dropdown-toggle {
    width: 40px;
    height: 40px;
    border-radius: 100px;
    overflow: hidden;
    border: 0;
    background: #3F51B5;
    margin-left: 15px;
    padding: 7px;
    margin-right: 10px;
    color: #fff;
    font-size: 16px;
    outline: 1px solid #ffffff66;
    outline-offset: -4px;
}

    .user-hd-detail .dropdown-toggle:after {
        content: none;
    }

    .user-hd-detail .dropdown-toggle img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.bell-notfication {
    position: relative;
}

    .bell-notfication img {
        width: 18px;
        filter: contrast(1000);
    }

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

    .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 ul.dropdown-menu {
    left: -116px !important;
}

    .user-hd-detail ul.dropdown-menu:before {
        content: "";
        position: absolute;
        top: -8px;
        right: 11px;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 8px solid #fff;
    }

.contract-add-user {
    margin-left: 15px;
    font-size: 12px;
}

    .contract-add-user h6 {
        margin-bottom: 0;
        color: #fff;
    }

.card-bx {
    position: relative;
    overflow: hidden;
    color: #fff;
    padding: 0;
}

    .card-bx .card-body {
        padding: .9rem 1rem;
    }

.color_b_1 {
    background: #1E6FF6 !important;
}

.light-theme .card .color_b_2 {
    background: linear-gradient(45deg, black, #ff9800);
}

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

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

.card {
    box-shadow: -1px 5px 10px rgb(62 73 84 / 10%);
    border: 0;
    border-radius: 15px;
    background: #1C2754;
    border-radius: 10px;
    background: #141516;
    border: 1px solid #2C2D36;
}

.bs-member {
    border-radius: 100px;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F4F8FA;
    border: 1px solid #EFEFEF;
    flex: 0 70px;
    margin-right: 10px;
}

.bs-members-bx {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding-bottom: 8px;
}

    .bs-members-bx > div {
    }

.bs-member img {
    width: 30px;
}

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

    .qr-bx img {
        height: 108px;
        padding: 5px;
        background: #fff;
        border-radius: 10px;
    }

.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;
        background: #34496f;
        border-color: #5a677f;
        color: #fff;
    }

        .shareLink .permalink .textLink:focus {
            border-color: #d8d8d8;
        }

        .shareLink .permalink .textLink::-moz-selection {
            color: #fff;
            background-color: #ff0a4b;
        }

        .shareLink .permalink .textLink::selection {
            color: #fff;
            background-color: #ff0a4b;
        }

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

        .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;
        }

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

.position-token-cl {
    border-radius: 100px;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F4F8FA;
    border: 1px solid #EFEFEF;
    flex: 0 70px;
}

.ptcl-wrp {
    display: flex;
    align-items: center;
}

    .ptcl-wrp p {
        margin-bottom: 0;
    }

.st-htxt {
    padding-left: 15px;
}

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

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

.rank-dtl-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

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

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

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

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

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

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

.rank-bx.active_rank_list span.blink-dotted {
    animation: border_blink 1s linear infinite;
}

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

.clock-timer {
    position: relative;
    color: #2D2D2D;
    font-weight: 600;
    font-size: 18px;
    color: #0effff;
}

.clock-label:before {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    display: block;
    background: #1E6FF6;
    border-radius: 5px;
    left: -30px;
    top: 5px;
}

.clock-label.label-hour:before {
    background: #1F8CF5;
}

.clock-label.label-minutes:before {
    background: #20AAF5;
}

.clock-label.label-seconds:before {
    background: #21C7F4;
}

.clock-col {
    padding-left: 30px;
    margin-bottom: 5px;
}

.clock-label {
    font-size: 14px;
    position: relative;
}

.rank-coutdown {
    justify-content: center;
    display: flex;
    align-items: center;
    margin: 27px 0;
}

.rcb {
    flex: 0 20%;
    padding: 20px 15px;
    border: 1px solid #EFEFEF;
    margin: 0 15px;
    margin-bottom: 15px;
    text-align: center;
    border-radius: 5px;
    background: rgb(255 255 255 /10%);
    border-color: rgb(255 255 255 /10%);
}

span.level-unlock {
    position: absolute;
    top: -25px;
    background: #3b996d;
    padding: 2px 15px;
    border-radius: 7px;
    left: 0;
    margin: auto;
    text-align: center;
}

.level-completed-status {
    position: relative;
}

    .level-completed-status .progress {
        overflow: inherit !important;
        border-radius: 5px;
    }

        .level-completed-status .progress .progress-bar {
            border-radius: 5px;
            position: relative;
            overflow: inherit !important;
        }

@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;
    }
}

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

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

.content-create-by-user {
    color: rgb(255 255 255 / 60%);
}


.ticket-price-card {
    background: #38393d;
    width: max-content;
    display: flex;
    align-items: center;
}

.price-tckt {
    background: #23262b;
    padding: 0 15px;
    color: #fff;
    width: 200px;
    height: 85px;
    place-content: center;
    margin: 10px;
}

span.icon-ticket {
    font-size: 16px;
}

span.ticket-price-shw {
    display: flex;
    justify-content: end;
    font-size: 30px;
    font-weight: 600;
}

.ticket-event {
    width: 50px;
    /* background: red; */
    display: block;
    height: 85px;
    position: relative;
}

    .ticket-event:before, .ticket-event:after {
        content: '';
        position: absolute;
        width: 20px;
        height: 20px;
        background: #1f2125;
        border-radius: 100px;
        left: 0;
    }

    .ticket-event:before {
        top: -20px;
    }

    .ticket-event:after {
        bottom: -20px;
    }

span.border-dottedgd {
    display: block;
    border-left: 3px dotted #555555;
    height: 100%;
    position: absolute;
    top: 0;
    height: 100%;
    left: 9px;
}

.evt-text {
    position: absolute;
    transform: rotate(270deg);
    left: -14px;
    top: 26px;
    font-size: 16px;
    color: #111827;
    color: #fff;
    letter-spacing: 9px;
}

.ticket-price-main {
    margin-bottom: 15px;
}

.ticket-description-list {
}

    .ticket-description-list li {
        display: flex;
        align-items: center;
        color: rgb(255 255 255 / 60%);
    }

.ticketdlist li span {
    margin-left: 7px;
    font-size: 24px;
    display: block;
    color: #fff;
    font-weight: 600;
}

.ticketdlist li p {
    color: rgb(255 255 255 / 60%);
    font-size: 18px;
    margin-bottom: 0;
}




.event-heading {
    display: flex;
    align-items: center;
}

    .event-heading p {
        margin-bottom: 0;
        margin-right: 9px;
    }

    .event-heading i {
        margin-right: 7px;
    }


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

.card-name-hd-tk {
    color: rgb(255 255 255 / 60%);
    font-size: 20px;
    font-weight: 500;
    font-family: 'Inter-SemiBold' !important;
    margin-bottom: 15px;
}

/******************************/
body.light-theme .ticket-design {
    background: #fff;
    border: 1px solid #d6f0ff;
}


light-theme .content-create-by-user h1 *, .light-theme .content-create-by-user h2 *, .light-theme .content-create-by-user h3 *, .light-theme .content-create-by-user h4 *, .light-theme .content-create-by-user h5 *, .light-theme .content-create-by-user h6 * {
    color: #111827 !important;
}

.light-theme .content-create-by-user {
    color: #111827b3 !important;
}


.light-theme {
    background: #FAFDFF;
}

    .light-theme .card {
        background: #fff;
        border: 1px solid #e2e2e3;
        border: 1px solid #d6f0ff;
    }

body.light-theme header {
    background: #fff;
    border-bottom: 1px solid #E6EFF5;
}

.light-theme img.logo_dark {
    display: none;
}

.light-theme img.logo_light {
    display: block;
}

body.light-theme .page-name {
    color: #111827 !important;
    font-weight: 700;
    border-color: #E6EFF5;
}

.card-bx.color_b_2 {
    background: #1E6FF6;
    border: 0;
}

.light-theme .hd-white {
    color: #111827;
}

.light-theme .text-white {
    color: #111827 !important;
}

.light-theme .ticket-avail ul li span {
    color: #111827;
}



.light-theme .news-card-body * {
    color: #2D2D2D;
}

.light-theme .news-card-body {
    border-bottom: 1px solid #0000002e;
}


.rcb h2 {
    color: #1e6ff6;
}

/******************************/
.light-theme .text-white {
    color: rgb(51 51 51 / 60%) !important;
}

.light-theme .rcb {
    border: 1px solid #EFEFEF;
    background: #F4F8FA;
}

.hd-white {
    color: #fff;
}

body.light-theme {
}

.row.Business-rwo {
    /* overflow: scroll; */
}

.rank-dtl-row {
    scrollbar-width: thin;
    scrollbar-color: #0d6efd #f5f5f5;
    display: flex;
    padding-bottom: 30px;
    overflow-x: auto;
}

.table-responsive {
    -webkit-overflow-scrolling: touch;
    scrollbar-color: #FF9800 #202020;
}

body.light-theme .table-responsive {
    scrollbar-color: #e3eefc #d9d9d9;
}

.news-card-body {
    border-bottom: 1px solid #ffffff7a;
    padding-bottom: 15px;
    margin-bottom: 15px;
    color: #fff;
}

.news-pictures {
    margin-bottom: 15px;
}

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

    .btn_theme_new.affiliate_btn:hover {
        border: 1px solid #3F51B5;
        background: #0c223b
    }

.page-name {
    z-index: 2;
    top: 19px;
    position: fixed;
    margin-bottom: 0;
    color: #fff;
    font-size: 18px;
    padding-left: 15px;
    border-left: 2px solid #ffffffc9;
    left: 215px;
    z-index: 8;
}

.collape-html .page-name {
    /* left: 169px; */
    /* border-color: #e9ebee; */
}

    .collape-html .page-name.me-invester {
        left: 398px;
    }

.page-name.me-invester {
    left: 578px;
}

.filter-bg {
    position: fixed;
    background: #000000b0;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    display: none;
    z-index: 99;
}

    .filter-bg.show {
        display: block;
    }

/**********Table*************/
.table-striped tr {
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #ffffff08;
}

table td, table th {
    background: transparent !important;
}

.table-striped tr:first-child th {
    color: #ffffff;
    font-weight: 800;
    font-size: 14px;
}

.table-striped tr:nth-child(odd) {
    background: #ffffff03;
}

.table-striped tr:first-child {
    background: #00acf5d4;
}

.table-striped tr td {
    color: rgb(255 255 255 / 60%);
}

.table-striped tr:hover {
    background: #ffffff12;
}

.table-striped tr:first-child:hover {
    background: #2196f378;
}

.table-striped tr:hover td {
    color: #fff;
}

.light-theme table th {
    color: #2D2D2D !important;
}

.light-theme table td {
    color: rgb(51 51 51 / 60%) !important;
}

.light-theme .table-striped tr:nth-child(odd) {
    background: #f8fbff;
}

.light-theme .table-striped tr:hover {
    background: #f3f7fd;
}

.light-theme .table-striped tr {
    border-bottom-color: #f2f2f2d6;
}

body.light-theme .btn_theme_new.affiliate_btn {
    color: #2D2D2D;
    background: #fff;
    border: 1px solid #e1e1e1;
}

body.light-theme .page-txt .toggle-btn {
    background: #2196F3;
    color: #ffffff;
}

/**********Table*************/
/**********Pagination Start*************/
.pagination-container {
    display: flex;
    justify-content: space-between;
    flex-flow: row-reverse;
    margin-top: 15px;
    align-items: center;
}

ul.pagination {
    margin: 0 0;
}

.ReecordMsg {
    color: #fff;
}

ul.pagination a {
    border-radius: 2000px;
    text-decoration: none;
    background: #111e32;
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: inherit;
    transition: 0.5s;
    box-shadow: -1px 5px 10px rgb(62 73 84 / 0%);
}

li.pageActive a {
    background: #2196F3;
    color: #0effff;
    z-index: 0;
}

.light-theme .ReecordMsg {
    color: rgb(51 51 51 / 60%) !important;
}

body.light-theme ul.pagination a {
    background: #f8fbff;
    border-color: #f2f2f2d6;
    color: rgb(51 51 51 / 60%) !important;
}

body.light-theme ul.pagination li.pageActive a {
    background: #ebf2ff;
    border-color: #07a0fd1a;
    color: #07a0fd !important;
}

ul.pagination a:hover {
    transform: scale(1.1);
    box-shadow: -1px 5px 10px rgb(62 73 84 / 10%);
}

/**********Pagination End*************/
.CopyFunction {
    display: inline-block;
    padding: .35em .65em;
    font-size: .75em;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
}

.link_anchor {
    color: #72abff;
    cursor: pointer;
}

.light-theme .form-control-dark {
    border: 1px solid #e8eaec;
    color: #2D2D2D;
}

/*****************************************************************/
.CST-end {
    text-align: right;
}

.form-control-dark {
    border: 1px solid rgb(255 255 255 / 10%);
    background: rgb(255 255 255 / 10%);
    color: #fff;
}

.input-group-text {
    border: 1px solid rgb(255 255 255 / 10%);
    background: rgb(255 255 255 / 10%);
    color: #fff;
}

.light-theme .input-group-text {
    border-color: #ced4da;
    background: rgb(255 255 255 / 10%);
    color: #000;
}

select option {
    background-color: #000000;
}

.light-theme select option {
    background-color: #fff;
    color: #000;
}

.light-theme select:focus {
    color: #000 !important;
}

.light-theme input:focus {
    color: #262525 !important;
}


.form-control-dark:focus {
    background: #ffffff08;
}

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

    .icons-price span {
        font-size: 30px;
        margin-left: 10px;
    }

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

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

.buy-ico-now-cd .doller-sp {
    width: 80px;
}

/*****************************************************************/
/*****************************************************************/
.buyicons-row {
    display: flex;
    align-items: center;
    background: #0303030f;
    padding: 8px;
    border-radius: 9px 9px 0 0;
    border: 1px solid #ffffff2b;
}

body.light-theme .buy-ico-now-cd-form {
    border: 1px solid #e8eaec;
    color: #2D2D2D;
}

.buyicons {
    margin-left: 15px;
    position: relative;
}

    .buyicons input {
        padding: 7px;
        padding-left: 35px;
        background: #2f3c53;
        border: 0;
        border-radius: 5px;
        color: #ffffff69;
        padding-right: 15px;
    }

        .buyicons input ~ span {
            width: 14px;
            height: 14px;
            border-radius: 100px;
            background: transparent !important;
            position: absolute;
            left: 12px;
            border: 2px solid #ffffff4a;
            top: calc(50% - 7.5px);
        }

    .buyicons.active {
    }

    .buyicons input.active span {
        background: #07a0fd;
        border: 2px solid white;
        box-shadow: 0 0 8px #0000006b;
    }

    .buyicons.active span input {
        background: red;
    }

    .buyicons input.active ~ span {
        background: #07a0fd;
        border: 2px solid #ffffff;
    }

    .buyicons input.active {
        background: #07a0fd;
        color: #fff;
    }

.buyicons-row ul.nav.nav-tabs {
    border: 0;
    background: transparent;
    display: flex;
}

.buy-ico-now-cd-form {
    background: #ffffff05;
    border: 1px solid #ffffff2b;
    border-radius: 9px;
}

.token-price-card .card {
    padding: 0;
}

.token-price-card h3 {
    font-size: 20px;
    margin-bottom: 0;
}

.token-price-card {
    padding-left: 0;
    margin-bottom: 0;
}

.buy-ico-now-cd {
    padding: 0;
}

.UserDetails, .PayableDetails {
    padding: 15px;
    border-radius: 9px;
    border: 1px solid rgb(255 255 255 / 10%);
    background: rgb(255 255 255 / 10%);
    color: #fff;
}

.UserDetailsNew {
    background: transparent;
    border: 0 !important;
    padding: 0;
}

body.light-theme .UserDetails, body.light-theme .PayableDetails {
    border: 1px solid #e8eaec;
}

/*****************************************************************/
/*****************************************************************/
img.network_icon {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: auto;
    width: 35px;
    height: 35px;
    /*transform: translate(-50%, -50%);*/
    background: #fff;
    object-fit: contain;
    border-radius: 50%;
    padding: 6px;
    border: 1px solid #000;
}

.qr_design-qr {
    width: 225px;
    margin: auto;
    position: relative;
    height: 225px;
    margin-bottom: 15px;
}

.new_deposit_card_new {
    background: #07A0FD;
    padding: 30px;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
}

img.qr_design-qr-shape {
    position: absolute;
    pointer-events: none;
    width: 100%;
    top: 0;
    height: 100%;
    position: absolute;
    width: 100%;
    right: -288px;
}

.new_deposit_card_new-content {
    position: relative;
}

.step_list {
    color: #fff;
    list-style: none;
    padding-left: 40px;
}

    .step_list small {
        font-size: 16px;
    }



    .step_list p {
        font-size: 14px;
        margin-bottom: 9px;
    }

    .step_list li {
        position: relative;
    }

        .step_list li:before {
            content: '';
            position: absolute;
            width: 2px;
            height: calc(100% + 15px);
            background: white;
            top: 0;
            left: -20px;
        }

        .step_list li:after {
            content: '';
            position: absolute;
            width: 20px;
            height: 20px;
            background: white;
            top: 0;
            left: -28px;
            border-radius: 100px;
            border: 4px solid #16294a;
        }

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

body.light-theme .step_list li:before {
    background: #079cf7;
}

body.light-theme .step_list li::after {
    background: white;
    border-color: #079ffc;
}

.new-date {
    display: inline-block;
    background: #07a0fd;
    padding: 5px 9px;
    font-size: 12px;
    border-radius: 5px;
}

.my-level-dl-mn {
    background: linear-gradient(144deg, #0effff, #0effff00 50% );
    padding: 1px;
    display: block;
    border-radius: 15px;
    overflow: hidden;
    text-decoration: none;
    text-align: center;
    transition: 0.3s;
}

img.my-lv-dollor-sp {
    position: absolute;
    width: 200px;
    opacity: 0.05;
    right: 75px;
    transform: rotate(30deg);
    top: -80px;
    pointer-events: none;
}

.busines-mld {
    font-size: 30px;
    color: #0EFFFF;
}

.tl-bs-mld p {
    color: #fff;
    margin-bottom: 5px;
}

.level-view {
    background: #0dcaf0;
    border-radius: 100px;
    color: #fff;
    display: inline-block;
    padding: 2px 50px;
    margin-bottom: 5px;
}

.member-mld p {
    color: #fff;
}

.TOTALMEMBER-mlv {
    font-size: 16px;
    color: #0EFFFF;
    margin-right: 7px;
}

.member-mld {
    display: flex;
    align-items: center;
    justify-content: center;
}

.my-level-dl-mn:hover {
    background: linear-gradient(144deg, #0effff, #0effff00 100% );
}

body.light-theme .my-level-dl-mn .card {
    background: #1E6FF6;
}

.txt-rt {
    text-align: right;
}

/************************************************************************/
.tabs-category {
    display: grid;
    margin-bottom: 15px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    width: max-content;
    gap: 8px;
}

.Testing-content {
    padding-bottom: 15px;
}

.realstate {
    margin-top: 30px;
    padding-bottom: 30px;
}

    .realstate .para_scroll {
        height: 100px;
        overflow-y: auto;
        color: #fff;
    }

        .realstate .para_scroll * {
            color: #fff !important;
            background: transparent !important;
        }

.light-theme .realstate .para_scroll * {
    color: rgb(51 51 51 / 60%) !important;
    background: transparent !important;
}

.realstate .para_scroll p {
    margin: 0;
}

.realstate .modal-body p {
    word-break: break-all;
}

.realstate .real_box {
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    background: linear-gradient(to right, #070709, #274781);
    color: #fff;
}

.light-theme .realstate .real_box {
    background: #fff;
}

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

.realstate .real_box .bottom {
    padding: 15px;
    padding-bottom: 0;
}

    .realstate .real_box .bottom p {
        font-size: 15px;
        /* color: #ffffff; */
        margin-bottom: 0;
    }

    .realstate .real_box .bottom h4 {
        font-size: 1rem;
        font-weight: 700;
        /* color: #fff; */
    }

    .realstate .real_box .bottom .btn-design a, .realstate .real_box .bottom .btn-design button {
        background: transparent;
        color: #07a0fd;
        padding: 5px 3px;
        border-radius: 4px;
        margin-right: 15px;
        text-decoration: none;
    }

        .realstate .real_box .bottom .btn-design a:hover {
            text-decoration: none;
            border-color: var(--main-color);
            color: #fff;
            background-color: var(--main-color);
            transition: .3s all ease-in-out;
        }

        .realstate .real_box .bottom .btn-design button:hover {
            text-decoration: none;
            border-color: var(--main-color);
            color: #fff;
            background-color: var(--main-color);
            transition: .3s all linear;
        }

    .realstate .real_box .bottom .btn-design {
        display: flex;
        align-items: center;
        justify-content: space-between;
        justify-content: space-between;
        background: #ffffff14;
        margin-left: -15px;
        margin-right: -15px;
        padding: 15px;
        position: relative;
    }

.light-theme .realstate .real_box .bottom .btn-design {
    background: #f5f5f5;
}

.realstate .real_box .bottom .btn-design a i {
    font-size: 20px;
    line-height: 26px;
}


.realstate .real_box .date-info {
}

    .realstate .real_box .date-info h3 {
        font-size: 12px;
        color: #fff;
        margin-bottom: 0;
        font-weight: 400;
    }

.marketing_heading {
    cursor: pointer;
    background: #fff;
    padding: 10px;
}

.tabs-category .catefory-market-tabs {
    background: #07a0fd;
    height: 80px;
    width: 120px;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

    .tabs-category .catefory-market-tabs.active {
        background: #3F51B5;
    }




    .tabs-category .catefory-market-tabs:nth-child(1) .marketing_step {
        background-image: url('../New-Img/video.svg');
    }

    .tabs-category .catefory-market-tabs:nth-child(2) .marketing_step {
        background-image: url('../New-Img/event.svg');
    }

    .tabs-category .catefory-market-tabs:nth-child(3) .marketing_step {
        background-image: url('../New-Img/gallary.svg');
    }

    .tabs-category .catefory-market-tabs:nth-child(4) .marketing_step {
        background-image: url('../New-Img/promotion.svg');
    }

    .tabs-category .catefory-market-tabs:nth-child(5) .marketing_step {
        background-image: url('../New-Img/download.svg');
    }




.category-txt {
    margin-bottom: 0;
    position: absolute;
    bottom: 9px;
}

.tabs-category .catefory-market-tabs .marketing_step {
    width: 25px;
    height: 25px;
    position: absolute;
    left: 15px;
    top: 8px;
}

.tabs-category .catefory-market-tabs .marketing_step_texture {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 98%;
    width: 90px;
    height: 90px;
    z-index: 0;
    opacity: 0.1;
}

.tabs-category .catefory-market-tabs .marketing_step_texture {
    background-image: url('../New-Img/slen.svg');
}
/************************************************************************/

.light-theme .rank_date .btn-outline-primary {
    color: #2196F3;
}

    .light-theme .rank_date .btn-outline-primary.btn-primary {
        color: #fff;
    }

    .light-theme .rank_date .btn-outline-primary:hover {
        color: #fff;
    }

.rank_date .btn-outline-primary {
    color: #fff;
}

.new_input .form-control[readonly] {
    background: rgb(255 255 255 / 10%);
    color: #fff;
}

.light-theme .new_input .form-control[readonly] {
    background: rgb(255 255 255 / 10%);
    color: #494949;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #435571;
    border: 1px solid #627293;
    color: #b4b9bf;
    opacity: 1;
}

.light-theme .form-control:disabled, .light-theme .form-control[readonly] {
    background: rgb(255 255 255 / 10%);
    color: #ffffff;
    border: 1px solid #e2e4e5;
}

body.light-theme .contract-add-user h6 {
    color: #2D2D2D;
}

body.light-theme .bell-notfication img {
    filter: none;
}

.light-theme .mode-theme i:before {
    content: "\f185";
    color: #2da0ff;
}

.light-theme .card-bx .text-white {
    color: #fff !important;
}

body.light-theme .form-control:disabled, body.light-theme .form-control[readonly] {
    background: #f2f2f2;
}

.page-body {
    margin-top: 0;
}


.btn-outline-primary {
    border-color: #03A9F4;
    color: #ffffff;
}

    .btn-outline-primary:hover {
        color: #fff;
        background-color: #2196F3;
        border-color: #2196F3;
    }

.btn-check:active + .btn-primary, .btn-check:checked + .btn-primary, .btn-primary.active, .btn-primary:active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #07a0fd;
    border-color: #07a0fd;
}


.btn-primary {
    color: #ffffff;
    background-color: #03A9F4 !important;
    border-color: #047fe1;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #1E6FF6;
        border-color: #2196F3;
    }

    .btn-check:active + .btn-primary, .btn-check:checked + .btn-primary, .btn-primary.active, .btn-primary:active, .show > .btn-primary.dropdown-toggle {
        background: #1E6FF6;
        border-color: #1E6FF6;
    }

.ticket-avail {
    margin-left: -45px;
    background: #08a8f3;
    margin-right: -45px;
    padding: 15px;
    position: relative;
    border-radius: 0 0 15px 15px;
    color: #fff;
}

    .ticket-avail:before {
        content: '';
        clip-path: polygon(100% 0, 0% 100%, 100% 100%);
        background: #006391;
        width: 15px;
        height: 10px;
        top: -9px;
        position: absolute;
        left: 0;
    }


    .ticket-avail:after {
        content: '';
        clip-path: polygon(0 0, 0% 100%, 100% 100%);
        background: #006391;
        width: 15px;
        height: 10px;
        top: -9px;
        position: absolute;
        right: 0;
    }
/*****************Chat ui ******************/
.footer-textarea {
    display: flex;
    justify-content: space-between;
    background: white;
    border-radius: 7px;
    padding: 5px 7px;
    box-shadow: 0 0 10px #33333321;
}

.fileuploaderfirst-btn, .BtnSuBmitOnTicket-btn, .BtnCancelOnTicket-btn {
    position: relative;
    width: 30px;
    height: 30px;
    background: white;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    box-shadow: 0 0 10px #3333334d;
}

    .fileuploaderfirst-btn input, .BtnSuBmitOnTicket-btn input, .BtnCancelOnTicket-btn input {
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: 0;
        padding: 0;
    }

    .fileuploaderfirst-btn i {
        font-size: 16px;
        pointer-events: none;
    }

.txtmsgbox-bx {
    width: calc(100% - 80px);
}

.submit-post {
    display: flex;
    align-items: center;
}

.BtnSuBmitOnTicket-btn {
}

.txtmsgbox-bx .form-control {
    font-size: 12px;
    min-height: auto;
    height: 30px;
    line-height: normal;
}

.uploaded-priview-pic .preview-img {
    overflow: hidden;
    height: 60px;
    position: relative;
    width: 100%;
    border-radius: 4px;
    border: 1px solid #ffffff21;
    margin-bottom: 20px;
}

.light-theme .uploaded-priview-pic .preview-img {
    border: 1px solid #87878721;
}

.message-chart-bx-body {
    height: calc(100vh - 130px);
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}

.message-chart-bx {
    height: calc(100% - 50px);
    overflow-y: auto;
}

.Basic-info-body {
}

.uploaded-priview-pic img {
    object-fit: cover;
    /* position: absolute; */
    width: 100%;
    height: 100%;
}

.addmore.lessmore {
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 12px;
    z-index: 1;
    cursor: pointer;
    color: #ffffff;
    width: 10px;
    height: 10px;
    background: #074ace;
    font-size: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom-left-radius: 2px;
}

.uploaded-priview-pic .form-group {
    margin-bottom: 5px;
}

.BtnCancelOnTicket-btn {
    width: 20px;
    height: 20px !important;
    font-size: 9px;
    box-shadow: 0 0 1px #3333334d;
}
/*****************Chat ui ******************/
a {
    color: #2196F3;
    text-decoration: underline;
}

.top {
    height: 150px;
}

@media only screen and (max-width: 991px) {
    .collape-html .side-menu {
        transform: translate(-100px);
    }

    .collape-html .main-page-wrp {
        padding-left: 15px;
        padding: 15px;
        padding-bottom: 25px;
    }

    .collape-html .page-name {
    }

    .collape-html header {
        padding-left: 5px;
    }
}

@media only screen and (max-width: 525px) {
    .rcb {
        padding: 2px 2px;
        margin: 0 2px;
        min-width: 59px;
        min-height: 53px;
        margin-bottom: 10px;
    }

        .rcb p {
            font-size: 10px;
        }

        .rcb h2 {
            font-size: 16px;
        }

    .whatsapp {
        margin-bottom: 10px;
    }

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

    .page-name {
        position: unset;
        margin-bottom: 13px;
    }
}


/*RTL Design Start*/
.rtl-direction .card-bx {
    direction: rtl;
}

.rtl-direction .doller-sp {
    left: 30px;
    right: auto;
}

.rtl-direction .card-name {
    direction: rtl;
}

.rtl-direction .rank_date {
    padding-left: 0;
}

    .rtl-direction .rank_date li {
        margin-right: 5px !important;
    }

.rtl-direction ul.mn-list {
    direction: rtl;
    padding-right: 0;
}

.rtl-direction ul.inner-mn-th {
    padding-right: 33px;
}

.rtl-direction .inner-li {
    padding-left: 0px;
}

    .rtl-direction .inner-li:before {
        right: -17px;
    }

    .rtl-direction .inner-li:after {
        right: -20px;
    }

.rtl-direction .clock-label:before {
    right: -30px;
}

.rtl-direction .clock-col {
    padding-right: 30px;
    direction: rtl;
}

.rtl-direction .achieve-txt {
    text-align: right;
}

.rtl-direction .bs-members-bx {
    direction: rtl;
}

.rtl-direction .bs-member {
    margin-right: 0;
    margin-left: 10px;
}

.rtl-direction .rank_row1, .rtl-direction .rank_row {
    direction: rtl;
}

.rtl-direction .rank-dtl-row {
    direction: rtl;
}

.rtl-direction .rank-bx:before {
    left: -50%;
}

.rtl-direction .Referral-bx {
    direction: rtl;
}

    .rtl-direction .Referral-bx .form-check .form-check-input {
        float: right;
    }

    .rtl-direction .Referral-bx .form-check .form-check-label {
        float: right;
        padding-right: 21px;
    }

.rtl-direction .ptcl-wrp {
    direction: rtl;
}

    .rtl-direction .ptcl-wrp .st-htxt {
        padding-left: 0;
        padding-right: 15px;
    }

.rtl-direction .unlock_staking {
    direction: rtl;
}



.rtl-direction .jst-cont-end {
    justify-content: end;
}

.rtl-direction .form-group {
    direction: rtl;
}

.rtl-direction .step_list {
    text-align: right;
    padding-left: 0;
    padding-right: 40px;
}

    .rtl-direction .step_list li:before {
        right: -20px;
        left: auto;
    }

    .rtl-direction .step_list li:after {
        right: -28px;
        left: auto;
    }

.rtl-direction .comSearchItem label {
    float: right;
}

.rtl-direction .filter-heading {
    text-align: right;
}

.rtl-direction a.close-filter {
    right: auto;
    left: 11px;
}

.rtl-direction .buyicons-row ul.nav.nav-tabs {
    justify-content: end;
}

.rtl-direction .my-level-dl-mn {
    direction: rtl;
}

    .rtl-direction .my-level-dl-mn .TOTALMEMBER-mlv {
        margin-left: 7px;
        margin-right: 0px;
    }

.rtl-direction .tree-msge {
    text-align: right;
}

.rtl-direction .modal {
    direction: rtl;
}

.rtl-direction .reward_list_name {
    direction: rtl;
}

.rtl-direction .bussines_volumn {
    direction: rtl;
}

.rtl-direction .note-txt {
    text-align: right;
    margin-right: 40px;
}

.rtl-direction .faq-section {
    flex-direction: row-reverse;
}

    .rtl-direction .faq-section .accordion-topic ul {
        padding-right: 0;
    }

        .rtl-direction .faq-section .accordion-topic ul li a.active::before {
            right: 0;
            left: auto;
            border-radius: 5px 0px 0px 5px;
        }

    .rtl-direction .faq-section .card-header {
        direction: rtl;
    }

    .rtl-direction .faq-section .accordion-item-header {
        justify-content: end;
        padding: 0.5rem 1rem 0.5rem 3rem;
    }

    .rtl-direction .faq-section .accordion-item-body-content {
        padding: 0.5rem 1rem 0.5rem 3rem !important;
        text-align: right;
    }

    .rtl-direction .faq-section .accordion-item-header::after {
        left: 1rem;
        right: auto;
    }

.rtl-direction .faq-left {
    direction: rtl;
}

.rtl-direction .Basic-info-body {
    direction: rtl;
}

.rtl-direction .chat-row, .rtl-direction .chat-row1 {
    direction: rtl;
}

.rtl-direction .chat-conversation .time, .rtl-direction .chat-conversation1 .time {
    left: 15px;
    right: auto;
}

.rtl-direction .chat-head {
    flex-direction: row-reverse;
}

.rtl-direction .side-menu {
    left: auto;
    right: 0;
}

.rtl-direction.collape-html .main-page-wrp {
    padding-left: 30px;
    padding-right: 90px;
}

.rtl-direction .main-page-wrp {
    padding-right: 280px;
    padding-left: 30px;
}

.rtl-direction header {
    padding-right: 280px;
    padding-left: 0;
    direction: rtl;
}

.rtl-direction.collape-html header {
    padding-right: 90px;
    padding-left: 0;
}

.rtl-direction .page-name {
    right: 460px;
    left: auto;
}

.rtl-direction.collape-html .page-name {
    right: 269px;
    left: auto;
}

.rtl-direction .user-hd-detail {
    margin-left: 0;
    margin-right: 15px;
}

.rtl-direction .btn_theme_new.affiliate_btn {
    margin-left: 0 !important;
    margin-right: .5rem !important;
}

.rtl-direction .user-hd-detail .dropdown-toggle {
    margin-left: 0;
    margin-right: 15px;
}

.rtl-direction .contract-add-user {
    margin-left: 0;
    margin-right: 15px;
}

.rtl-direction .mode-theme::before {
    left: 0;
    right: auto;
}

.rtl-direction .mode-theme {
    margin-left: 15px;
    margin-right: 0;
}

.rtl-direction .user-hd-detail ul.dropdown-menu {
    left: 0 !important;
}

.rtl-direction aside .dropdown-item::before {
    right: 25px;
    left: auto;
}

.rtl-direction .user-hd-detail ul.dropdown-menu:before {
    left: 11px;
    right: auto;
}

.rtl-direction .modal-content .btn-close {
    left: 0;
    right: auto;
}

.rtl-direction .overlay-dark {
    display: none;
}



@media (max-width: 991px) {
    .rtl-direction.collape-html .main-page-wrp {
        padding: 15px;
    }

    .rtl-direction .main-page-wrp {
        padding: 15px;
    }

    .rtl-direction.collape-html .side-menu {
        transform: translate(100px);
    }

    .rtl-direction.collape-html header {
        padding-right: 0;
    }

    .rtl-direction header {
        padding-right: 0;
    }
}

.overlay-dark {
    display: none;
}


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

img.logo_light {
    display: none;
}

.event-time {
    margin-bottom: 15px;
}



.events-left-carousel {
    position: sticky;
    top: 80px;
}



span.number {
    font-size: 20px;
    width: max-content;
}

.event-countdown .countdown div:last-child:before {
    display: none;
}



.text-light {
    color: rgb(255 255 255 / 60%) !important;
    font-size: 12px;
}



@media (max-width: 525px) {
    .rtl-direction .page-name {
        text-align: right;
        border-left: 0;
        border-right: 2px solid #ffffffc9;
        padding-left: 0;
        padding-right: 15px;
    }

    .rtl-direction .left-side {
        right: 0;
        left: auto;
    }

    .rtl-direction .overlay-dark {
        text-align: left;
    }
}

.form-control:focus {
    color: #fff;
}

.light-theme .form-control:focus {
    color: #000;
}

.btn-check:focus + .btn-primary, .btn-primary:focus {
    border-color: #00c7ff;
    box-shadow: 0 0 0 .25rem rgb(0 120 255 / 25%);
}




.light-theme .text-white {
    color: #111827 !important;
}

.light-theme .text-light {
    color: #111827b3 !important;
}




.light-theme .balance-box {
    background: linear-gradient(0deg, #fdfdfd, #fff5e6);
}

.pagination {
    --tblr-pagination-padding-x: 0.25rem;
    --tblr-pagination-padding-y: 0.25rem;
    --tblr-pagination-font-size: 0.875rem;
    --tblr-pagination-color: var(--tblr-secondary);
    --tblr-pagination-bg: transparent;
    --tblr-pagination-border-width: 0;
    --tblr-pagination-border-color: var(--tblr-border-color);
    --tblr-pagination-border-radius: var(--tblr-border-radius);
    --tblr-pagination-hover-color: var(--tblr-link-hover-color);
    --tblr-pagination-hover-bg: var(--tblr-tertiary-bg);
    --tblr-pagination-hover-border-color: var(--tblr-border-color);
    --tblr-pagination-focus-color: var(--tblr-link-hover-color);
    --tblr-pagination-focus-bg: var(--tblr-secondary-bg);
    --tblr-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(var(--tblr-primary-rgb), 0.25);
    --tblr-pagination-active-color: #ffffff;
    --tblr-pagination-active-bg: var(--tblr-primary);
    --tblr-pagination-active-border-color: var(--tblr-primary);
    --tblr-pagination-disabled-color: var(--tblr-disabled-color);
    --tblr-pagination-disabled-bg: transparent;
    --tblr-pagination-disabled-border-color: var(--tblr-border-color);
    display: flex;
    padding-left: 0;
    list-style: none
}

    .page-link, .pagination a {
        position: relative;
        display: block;
        padding: var(--tblr-pagination-padding-y) var(--tblr-pagination-padding-x);
        font-size: var(--tblr-pagination-font-size);
        color: var(--tblr-pagination-color);
        background-color: var(--tblr-pagination-bg);
        border: var(--tblr-pagination-border-width) solid var(--tblr-pagination-border-color);
        transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        width: 30px;
        text-align: center;
        border: 1px solid #c5c5c5;
        margin: 0 3px;
    }

.vip-section-card {
    /* background: #323437; */
    margin: -30px;
    padding: 30px;
    border-radius: 30px 30px 0 0;
}

.event-style {
    /* background: linear-gradient(0deg, #032ea19e, #0167b994); */
    /* border: 1px solid #ffffff4d; */
    /* backdrop-filter: blur(4px); */
    height: 100%;
    margin-left: 15px;
    margin-right: 15px;
    border-radius: 30px;
    position: relative;
    padding-bottom: 85px;
}

.email-id {
    text-decoration: none;
}

.log-img-1 {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 50%;
    z-index: -1;
    opacity: 0.05;
}

label {
    margin-bottom: 10px;
}

.Ticket-Quantity-button {
    display: flex;
    align-items: center;
}

    .Ticket-Quantity-button button {
        height: 43px;
    }

    .Ticket-Quantity-button input {
        height: 43px;
    }

.buy-btn-card-Buy-row {
    display: flex;
    gap: 15px;
}

.card-Ticket-Quantity {
    margin-top: 30px;
}

.light-theme .ticketdlist li p, .light-theme .ticketdlist li span, .light-theme .ticket-description-list li, .light-theme .total-ticket-price ul li span, .light-theme .total-ticket-price ul li p, .light-theme .total-ticket-price ul li {
    color: #111827b3 !important;
}

.light-theme .ticket-cut {
    border-top: 1px dashed #9f9f9f2b;
}

.light-theme .total-ticket-price h4, .light-theme .card-name-hd-tk {
    color: #111827;
}

.light-theme .ticket-price-card {
    background: #d6f2fd;
}

.light-theme .price-tckt {
    background: #03a9f4;
}

.light-theme .evt-text {
    color: #03a9f4;
}

.light-theme .ticket-event:before, .light-theme .ticket-event:after {
    background: #ffffff;
}

.light-theme span.border-dottedgd {
    border-color: #03a9f4;
}



.card.card-body {
    position: relative;
    overflow: hidden;
    background: #2D60FF;
}

input#txtdepositaddress {
    background: #2d60ff !important;
    color: #fff !important;
    border: 0;
}

.new_deposit_card_new-content .input-group {
    background: #2d60ff;
    overflow: hidden;
    border: 1px solid #ffffff1c;
    border-radius: 4px;
    overflow: hidden;
}



.newDeposit-tabs {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
}

.payment_mode_btn {
    border: 1px solid #2C2D36;
    border-radius: 5px;
    place-content: center;
    padding-left: 15px;
    position: relative;
    /* overflow: hidden; */
    border-radius: 5px;
    padding-top: 9px;
    padding-bottom: 9px;
    cursor: pointer;
    text-decoration: none;
}

    .payment_mode_btn.active {
        border-color: #2da0ff;
        background: #2da0ff99;
    }

    .payment_mode_btn img {
        width: 30px;
        margin-bottom: 5px;
    }

    .payment_mode_btn h6 {
        color: #fff;
        margin-bottom: 0;
        margin-right: 66px;
    }

.shape-act {
    display: none;
}

.payment_mode_btn.active .shape-act {
    display: block;
}

.shape-act span {
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    background: #2da0ff;
    color: #fff;
    width: 45px;
    height: 45px;
    display: block;
    position: absolute;
    right: 0;
    bottom: -1px;
    border-radius: 0 0 5px 0;
}

    .shape-act span i.fa.fa-check {
        position: absolute;
        right: 7px;
        bottom: 2px;
        font-size: 18px;
    }

.card.event-style.list-card-package {
    padding-bottom: 0;
}

body.light-theme .payment_mode_btn.active {
    background: #fff;
}

body.light-theme .payment_mode_btn h6 {
    color: #111827;
}


.ewallet-balance.side-mob-1 span.wallet-i-b {
    background: transparent;
    border: 0;
    padding: 0;
    display: flex;
    align-items: center;
}

.ewallet-balance.side-mob-1 span span.totalPriceofTicket {
    font-size: 24px;
    color: #fff;
}

.ewallet-balance.side-mob-1 span img {
    margin-right: 0;
    border: 0;
}

body.light-theme .ewallet-balance.side-mob-1 span span.totalPriceofTicket {
    font-size: 24px;
    color: #111827b3;
}

body.light-theme .ewallet-balance.side-mob-1 span img {
    margin-right: 0;
    border: 0;
    filter: invert(1);
}

.all-deposit-box label.text-light {
    color: #fff !important;
}

.all-deposit-box span.input-group-text {
    color: #fff;
    border: 0;
}


input#txtdepositaddressbep20 {
    border: 0;
}


@media (max-width: 767px) {
    .rtl-direction .form-group.row .text-end, .txt-rt, .CST-end {
        text-align: unset !important;
    }

    .rtl-direction .overlay-dark {
        display: block;
    }

    .side-menu {
        display: block;
    }

    .page-txt {
        display: flex;
    }

    .logo-left {
    }

    .top-nav {
        display: none;
    }

    .top-nav-1 {
        display: block;
    }

    .overlay-dark {
        display: block;
    }



    .page-name {
        position: relative;
        left: 0;
        border: 0;
        top: auto;
        margin-bottom: 25px;
        font-size: 20px !important;
        margin-top: 15px;
    }

    .event-lists .event-content h4 {
        font-size: 16px;
    }

    body {
        font-size: 13px;
    }

    .ribbon span {
        font-size: 14px;
    }

    .Next-prev-button {
        position: absolute;
        right: 0;
        top: 25px;
        right: 15px;
    }

    section.main-page-wrp {
        position: relative;
    }

    .card.event-style {
        padding-bottom: 0;
    }

    span.number {
        font-size: 30px;
        width: 40px;
    }

    .event-countdown .countdown div {
        flex-flow: column;
    }

        .event-countdown .countdown div:before {
            top: 20px;
            right: 1px;
            width: 6px;
            height: 6px;
        }

    .NOOFTICKETS-count {
        font-size: 24px;
    }

    .ticket-avail {
        padding-left: 2px;
        padding-right: 2px;
    }

    .event-style .showticketdetails {
        position: relative;
        left: unset;
        transform: unset;
        bottom: unset;
        width: 100%;
        padding: 9px;
    }

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



    .ticket-design {
        flex-flow: column;
    }

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

    .ticket-description-card {
        width: 100%;
    }

    ul.ticketdlist {
        display: flex !important;
        /* flex-flow: column; */
        justify-content: space-between;
    }

    .ticket-description-list {
    }

    .ticketdlist li span {
        font-size: 16px;
        margin-left: 15px;
    }

    .ticketdlist li p {
        font-size: 14px;
    }

    .ticket-description-list li {
        flex-flow: column;
        margin-top: 15px;
    }

    .ticket-price-card {
        width: 100%;
    }

    .price-tckt {
        width: 100%;
    }

    .ticket-event {
        width: 80px;
    }

    .event-time-date {
        display: flex !important;
        flex-flow: column;
        margin-top: 0 !important;
    }

    .Ticket-Quantity-button {
        flex-flow: column;
    }

    .buy-btn-card-Buy-row {
        width: 100%;
        margin-top: 15px;
        flex-flow: column;
    }

        .buy-btn-card-Buy-row > div {
            width: 100%;
        }


    .event-time-date li {
        display: flex;
        flex-flow: wrap;
        justify-content: space-between;
    }

    .ticket-count {
        width: 100%;
        margin-right: 0;
    }


    .modal-dialog {
        margin: 15px;
    }



    .all-deposit-box {
        margin-bottom: 30px;
    }
}













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

    .countdown.timing-count div {
        display: flex;
        align-items: center;
        position: relative;
        padding-right: 15px;
    }

        .countdown.timing-count div span.number {
            font-size: 40px;
            width: max-content;
        }




/*

.vip-section-lists .vip-section-benifits ul > li ul > li > ul > li:before {
    content: '';
    font-family: "Font Awesome 6 Free";
    font-family: var(--fa-style-family,"Font Awesome 6 Free");
    font-weight: var(--fa-style,900);
    content: "\f14a";
    width: 10px;
    height: 20px;
    left: 0;
    color: #03a9f4;
    position: absolute;
    left: 0;
}

.vip-section-lists .vip-section-benifits ul > li ul > li > ul > li {
    position: relative;
    padding-bottom: 15px;
    padding-left: 20px;
}
*/



/*RTL Design End*/
