

@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');


input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
textarea:-webkit-autofill, 
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus, 
select:-webkit-autofill, 
select:-webkit-autofill:hover, 
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #000 !important;
  transition: background-color 5000s ease-in-out 0s; /* hack to keep background transparent */
}


@font-face {
    font-family: "Jost", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src: url('/wp-content/uploads/2025/03/Sofia-Pro-Regular-Az.ttf') format('truetype');
}

@font-face {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 500;
    font-display: auto;
    src: url('/wp-content/uploads/2025/03/Sofia-Pro-Medium-Az.ttf') format('truetype');
}

@font-face {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 600;
    font-display: auto;
    src: url('/wp-content/uploads/2025/03/Sofia-Pro-Semi-Bold-Az.ttf') format('truetype');
}

@font-face {
    font-family: "Jost", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-display: auto;
    src: url('/wp-content/uploads/2025/03/Sofia-Pro-Bold-Az.ttf') format('truetype');
}

.black-text{
    color: black;
}

:root {
    --white-color : #fff;
    --grey-color : #F7F7F7;
    --border-color : #F8F8F8;
    --heading-font: "Jost", sans-serif;
    --body-font: "Jost", sans-serif;
    --heading: 232 33% 31%;
    --body: 0 0% 100%;
    --border: 0 0% 90%;
    --base-h: 260;
    --base-s: 97%;
    --base-l: 72%;
    --base: var(--base-h) var(--base-s) var(--base-l);
    --base-50: var(--base-h) var(--base-s) calc(var(--base-l) + 25%);
    --base-100: var(--base-h) var(--base-s) calc(var(--base-l) + 20%);
    --base-200: var(--base-h) var(--base-s) calc(var(--base-l) + 15%);
    --base-300: var(--base-h) var(--base-s) calc(var(--base-l) + 10%);
    --base-400: var(--base-h) var(--base-s) calc(var(--base-l) + 5%);
    --base-600: var(--base-h) var(--base-s) calc(var(--base-l) - 5%);
    --base-700: var(--base-h) var(--base-s) calc(var(--base-l) - 10%);
    --base-800: var(--base-h) var(--base-s) calc(var(--base-l) - 15%);
    --base-900: var(--base-h) var(--base-s) calc(var(--base-l) - 20%);
    --gradient-base: linear-gradient(270deg, hsl(var(--base-400)) 0%, hsl(var(--base-600)) 100%);
    --link-color-h: 216;
    --link-color-s: 98%;
    --link-color-l: 52%;
    --link-color: var(--link-color-h) var(--link-color-s) var(--link-color-l);
    --link-color-hover: var(--link-color-h) var(--link-color-s) 38%;
    --accent-h: 260;
    --accent-s: 92%;
    --accent-l: 10%;
    --accent-50: var(--accent-h) var(--accent-s) calc(var(--accent-l) + 25%);
    --accent-100: var(--accent-h) var(--accent-s) calc(var(--accent-l) + 20%);
    --accent-200: var(--accent-h) var(--accent-s) calc(var(--accent-l) + 15%);
    --accent-300: var(--accent-h) var(--accent-s) calc(var(--accent-l) + 10%);
    --accent-400: var(--accent-h) var(--accent-s) calc(var(--accent-l) + 5%);
    --accent: var(--accent-h) var(--accent-s) var(--accent-l);
    --accent-600: var(--accent-h) var(--accent-s) calc(var(--accent-l) - 5%);
    --accent-700: var(--accent-h) var(--accent-s) calc(var(--accent-l) - 10%);
    --accent-800: var(--accent-h) var(--accent-s) calc(var(--accent-l) - 15%);
    --accent-900: var(--accent-h) var(--accent-s) calc(var(--accent-l) - 20%);
    --primary: 245 82% 67%;
    --secondary: 343 79% 56%;
    --success: 147 67% 47%;
    --danger: 360 78% 62%;
    --warning: 29 100% 63%;
    --info: 200 90% 53%;
    --dark: 206 70% 11%;
    --white: 201, 100%, 14%;
    --light-h: 228;
    --light-s: 33%;
    --light-l: 97%;
    --light-50: var(--light-h) var(--light-s) calc(var(--light-l) + 33%);
    --light-100: var(--light-h) var(--light-s) calc(var(--light-l) + 20%);
    --light-200: var(--light-h) var(--light-s) calc(var(--light-l) + 15%);
    --light-300: var(--light-h) var(--light-s) calc(var(--light-l) + 10%);
    --light-400: var(--light-h) var(--light-s) calc(var(--light-l) + 2%);
    --light: var(--light-h) var(--light-s) var(--light-l);
    --light-600: var(--light-h) var(--light-s) calc(var(--light-l) - 2%);
    --light-700: var(--light-h) var(--light-s) calc(var(--light-l) - 10%);
    --light-800: var(--light-h) var(--light-s) calc(var(--light-l) - 15%);
    --light-900: var(--light-h) var(--light-s) calc(var(--light-l) - 20%);
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--body-font) !important;
}

body.vl-public {
    padding: 0;
    margin: 0;
    font-size: 14px;
    color: black;
    line-height: 1.6;
    font-family: var(--body-font) !important;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
	
}

.fa-lg {
    font-size: 1.33333em;
    line-height: 1;
    vertical-align: -.0667em;
}

/*.card {*/
/*	background-color: #1C1C1C!important;*/
/*}*/

.bg-white {
    background-color: #041f2c;
}

.vl-public footer {
    margin-top: auto;
}

.vl-public p {
    margin: 0;
    padding: 0;
	font-weight:400;
}

.vl-public a {
    text-decoration: none;
    color: hsl(var(--body));
	font-weight:400;
}

/*.vl-public a:hover {*/
/*    color: hsl(var(--base));*/
/*}*/

.vl-public span,
.vl-public sub,
.vl-public sup,
.vl-public a {
    display: inline-block;
	font-weight:400;
}

@media (max-width: 991px) {
    .vl-public img {
        max-width: 100%;
    }
}

.modal-content {
    background-color: #ffffff!important;
    border-radius: 1rem!important;
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 30px;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
}

.modal-footer {
    padding: 1rem 30px;
    border-top: 1px solid #e9ecef!important;
}


.modal-title  {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2em;
}

.modal-header .close {
    padding: 0;
    border: 0;
    font-size: 20px;
    color: #000!important;
    background: transparent!important;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 24px 30px;
}
 .modal-body {
    display: grid;
    gap: 10px;
}

.modal-footer .cancel {
    background-color: #E770C100;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    fill: #FFFFFF;
    color: #000000!important;
    transition-duration: 0.4s;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var( --e-global-color-1d61a98 );
    border-radius: 5px 5px 5px 5px;
    padding: 17px 28px 17px 28px;
}

.modal-footer .cancel:hover {
    background-color: #E770C100;
}

.modal-footer .btn {
    border-radius: 5px!important;
}


.modal .input-group-text {
    font-size: 15px;
    color: #000000 !important;
    background-color: transparent!important;
    border: 1px solid #dadada !important;
    border-left: 0!important;
}

.vl-public .text--primary {
    color: hsl(var(--primary)) !important;
}

.vl-public .text--secondary {
    color: hsl(343 79% 56% /1) !important;
}

.vl-public .text--success {
    color: hsl(var(--success)) !important;
}

.vl-public .text--danger {
    color: hsl(var(--danger)) !important;
}

.vl-public .text--warning {
    color: hsl(var(--warning)) !important;
}

.vl-public .text--info {
    color: hsl(var(--info)) !important;
}

.vl-public .text--dark {
    color: hsl(var(--dark)) !important;
}

.vl-public .text-muted {
    color: #929292 !important;
}

.vl-public .text--body {
    color: hsl(var(--body)) !important;
}

.vl-public .text--base {
    color: #9F70FD!important;
}

.vl-public .bg--primary {
    background-color: hsl(var(--primary)) !important;
}

.vl-public .bg--secondary {
    background-color: hsl(var(--secondary)) !important;
}

.vl-public .bg--success {
    background-color: hsl(var(--success)) !important;
}

.vl-public .bg--danger {
    background-color: hsl(var(--danger)) !important;
}

.vl-public .bg--warning {
    background-color: hsl(var(--warning)) !important;
}

.vl-public .bg--info {
    background-color: hsl(var(--info)) !important;
}

.vl-public .bg--dark {
    background-color: hsl(var(--dark)) !important;
}

.vl-public .bg--light {
    background-color: hsl(var(--light)) !important;
}

.vl-public .bg--base {
    background-color: hsl(var(--base)) !important;
}

.vl-public .border--primary {
    border-color: hsl(var(--primary)) !important;
}

.vl-public .border--secondary {
    border-color: hsl(var(--secondary)) !important;
}

.vl-public .border--success {
    border-color: hsl(var(--success)) !important;
}

.vl-public .border--danger {
    border-color: hsl(var(--danger)) !important;
}

.vl-public .border--warning {
    border-color: hsl(var(--warning)) !important;
}

.vl-public .border--info {
    border-color: hsl(var(--info)) ;
}

.vl-public .border--dark {
    border-color: hsl(var(--dark)) !important;
}

.vl-public .border--white,
.vl-public .border--light {
    border-color: #ffffff !important;
}

.vl-public .bg_img {
    background-position: center;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.vl-public .bg_fixed {
    background-attachment: fixed !important;
}

.vl-public .rounded {
    border-radius: 50px !important;
}

.vl-public a.text-white:hover {
    color: hsl(var(--base));
}

.vl-public ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.vl-public .h-40 {
    height: 40px !important;
}

.vl-public .h-45 {
    height: 45px !important;
}

.vl-public .h-50 {
    height: 50px !important;
}

.vl-public .overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -999;
}

.vl-public .overlay.active {
    z-index: 111;
}

.vl-public .pt-120 {
    padding-top: clamp(60px, 6vw, 120px);
}

.vl-public .pt-100 {
    padding-top: clamp(50px, 6vw, 100px);
}

.vl-public .pt-80 {
    padding-top: clamp(40px, 6vw, 80px);
}

.vl-public .pt-60 {
    padding-top: clamp(30px, 6vw, 60px);
}

.vl-public .pt-50 {
    padding-top: clamp(25px, 6vw, 50px);
}

.vl-public .pb-120 {
    padding-bottom: clamp(60px, 6vw, 120px);
}

.vl-public .pb-100 {
    padding-bottom: clamp(50px, 6vw, 100px);
}

.vl-public .pb-80 {
    padding-bottom: clamp(40px, 6vw, 80px);
}

.vl-public .pb-60 {
    padding-bottom: clamp(30px, 6vw, 60px);
}

.vl-public .pb-50 {
    padding-bottom: clamp(25px, 6vw, 50px);
}

.vl-public .notification-item,
.vl-public .sidebar-menu li a,
.vl-public .menu,
.vl-public .header-bottom-area,
.vl-public .pagination,
.vl-public .list.list-column {
    display: flex;
    flex-wrap: wrap;
}

.vl-public .account-section {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.vl-public .faq-item__title::before,
.vl-public .nav-header-link .dropdown-wrapper,
.vl-public .header-trigger span::after,
.vl-public .header-trigger span::before,
.vl-public .header,
.vl-public .btn,
.vl-public .cmn--btn,
.vl-public a,
.vl-public img,
.vl-public .title,
.vl-public .name {
    transition: all 0.3s;
}

.vl-public .sidebar-menu li.has-submenu a::before,
.vl-public .menu li.has-sub-menu>a::after,
.vl-public .list.list-style-two li::before {
    position: absolute;
    font-weight: 900;
    font-size: 16px;
   
}

.vl-public .faq-item__title::before,
.vl-public .list.list-style-one li::before {
    position: absolute;
    font-weight: 900;
    font-size: 16px;
    color: #000;
}

.vl-public .list.list-column {
    flex-direction: column;
}

.vl-public .list.list-style-one li {
    position: relative;
    padding: 6px 0;
    padding-left: 25px;
}

.vl-public .list.list-style-one li::before {
    content: "\f30b";
    left: 0;
    top: 6px;
    color: hsl(var(--base));
}

.vl-public .list.list-style-one li .label,
.vl-public .list.list-style-one li .value {
    width: calc(50% - 20px);
}

.vl-public .list.list-style-one li .value {
    text-align: right;
}

.vl-public .list.list-style-two li {
    padding: 6px 0;
    padding-left: 25px;
    position: relative;
}

.vl-public .list.list-style-two li::before {
    content: "\f101";
    left: 0;
    top: 6px;
    color: hsl(var(--base));
}

.vl-public .list.list-style-three li {
    position: relative;
    padding: 6px 0;
}

.vl-public .list.list-style-three li .label,
.vl-public .list.list-style-three li .value {
    /* width: calc(50% - 20px); */
}

.vl-public .list.list-style-three li .value {
    text-align: right;
}

.vl-public .list.list-style-four li {
    position: relative;
    padding: 8px 0;
    padding-left: 25px;
    font-weight: 500;
    font-size: 18px;
}

.vl-public .list.list-style-four li::before {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 3px;
    left: 0;
    top: 15px;
    background-color: hsl(var(--base));
}

.vl-public .list.list-style-four li:nth-of-type(3n + 1) {
    color: hsl(var(--base));
}

.vl-public .list.list-style-four li:nth-of-type(3n + 1)::before {
    background: linear-gradient(45deg, hsl(var(--base)/0.3) 0%, hsl(var(--base)/1) 80%);
    box-shadow: -1px 3px 5px 2px hsl(var(--base)/0.3);
}

.vl-public .list.list-style-four li:nth-of-type(3n + 2) {
    color: hsl(var(--info));
}

.vl-public .list.list-style-four li:nth-of-type(3n + 2)::before {
    background: linear-gradient(45deg, hsl(var(--info)/0.3) 0%, hsl(var(--info)/1) 80%);
    box-shadow: -1px 3px 5px 2px hsl(var(--info)/0.3);
}

.vl-public .list.list-style-four li:nth-of-type(3n + 3) {
    color: hsl(var(--warning));
}

.vl-public .list.list-style-four li:nth-of-type(3n + 3)::before {
    background: linear-gradient(45deg, hsl(var(--warning)/0.3) 0%, hsl(var(--warning)/1) 80%);
    box-shadow: -1px 3px 5px 2px hsl(var(--warning)/0.3);
}

.vl-public h1,
.vl-public h2,
.vl-public h3,
.vl-public h4,
.vl-public h5,
.vl-public h6 {
    margin: 0;
    font-weight: 500;
    line-height: 1.3;
    color: #000;
    font-family: var(--heading-font);
    word-break: break-word;
}

.vl-public h1>a,
.vl-public h2>a,
.vl-public h3>a,
.vl-public h4>a,
.vl-public h5>a,
.vl-public h6>a {
    color: hsl(var(--heading));
    word-break: break-word;
}

.vl-public h1 {
    font-size: 70px;
}

@media (max-width: 1199px) {
    .vl-public h1 {
        font-size: 60px;
    }
}

@media (max-width: 991px) {
    .vl-public h1 {
        font-size: 56px;
    }
}

@media (max-width: 767px) {
    .vl-public h1 {
        font-size: 46px;
    }
}

@media (max-width: 450px) {
    .vl-public h1 {
        font-size: 40px;
    }
}

.vl-public h2 {
    font-size: 52px;
}

@media (max-width: 1199px) {
    .vl-public h2 {
        font-size: 48px;
    }
}

@media (max-width: 991px) {
    .vl-public h2 {
        font-size: 46px;
    }
}

@media (max-width: 767px) {
    .vl-public h2 {
        font-size: 40px;
    }
}

@media (max-width: 450px) {
    .vl-public h2 {
        font-size: 36px;
    }
}

.vl-public h3 {
    font-size: 30px;
}

@media (max-width: 767px) {
    .vl-public h3 {
        font-size: 26px;
    }
}

@media (max-width: 450px) {
    .vl-public h3 {
        font-size: 20px;
    }
}

.vl-public h4 {
    font-size: 22px;
}

.vl-public h5 {
    font-size: 18px;
}

.vl-public h6 {
    font-size: 16px;
}

.vl-public .fw-medium {
    font-weight: 500 !important;
}

.vl-public .fs--12px {
    font-size: 12px;
}

.vl-public .fs--13px {
    font-size: 13px;
}

.vl-public .fs--14px {
    font-size: 14px;
}

.vl-public .fs--15px {
    font-size: 15px;
}

.vl-public .fs--16px {
    font-size: 16px;
}

.vl-public .fs--18px {
    font-size: 18px;
}

.vl-public .fs--20px {
    font-size: 20px;
}

.vl-public .fs--25px {
    font-size: 25px;
}

.vl-public .fs--30px {
    font-size: 30px;
}

.vl-public .btn,
.vl-public .cmn--btn {
    padding: 8px 20px;
    font-weight: 500;
    outline: none !important;
    box-shadow: none !important;
    border-radius: 5px;
    z-index: 1;
    line-height: 1.7;
    font-size: 16px;
    position: relative;
}

.vl-public .btn--icon {
    padding: 6px;
    font-size: 13px;
    line-height: 1;
}

.vl-public .btn.btn--lg,
.vl-public .cmn--btn.btn--lg {
    padding: 12px 35px !important;
    font-size: 18px;
}

@media (max-width: 991px) {

    .vl-public .btn.btn--lg,
    .vl-public .cmn--btn.btn--lg {
        font-size: 16px;
    }
}

@media (max-width: 575px) {

    .vl-public .btn.btn--lg,
    .vl-public .cmn--btn.btn--lg {
        padding: 10px 30px !important;
    }
}

.vl-public .btn.btn--md,
.vl-public .cmn--btn.btn--md {
    padding: 7px 25px !important;
    font-size: 15px;
}

.vl-public .btn.btn--sm,
.vl-public .cmn--btn.btn--sm {
    padding: 4px 15px !important;
    font-size: 14px;
}

.vl-public .btn.btn--smd, .vl-public .cmn--btn.btn--smd {
    background: var(--e-global-color-1d61a98);
    /* width: 48%; */
    /* background: #00C2CC; */
    padding: 10px 12px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    color: #ffffff!important;
}

.vl-public .withdraw-btn{
    background: #2a9d8f!important;
     transition: 0.5s;
    padding: 10px 12px!important;
    border-radius: 4px!important;
    margin-top:0px;
    
}

.vl-public .withdraw-btn:hover{
    transition: 0.5s;
    color: #fff;
    background: #00C2CC;
    transform: translate3d(0, -2px, 0);
}

.vl-public .btn.btn--xs,
.vl-public .cmn--btn.btn--xs {
    padding: 0px 10px !important;
    font-size: 13px;
}

.vl-public .cmn--btn {
    color: hsl(var(--white));
    background-color: hsl(var(--base));
    border: 2px solid hsl(var(--base));
}

.vl-public .cmn--btn.btn--outline {
    padding: 8px 35px;
    color: hsl(var(--base));
    background-color: transparent;
    border: 2px solid hsl(var(--base));
}

.vl-public .cmn--btn.btn--outline:hover {
    background: hsl(var(--base));
    color: hsl(var(--white));
    border: 2px solid hsl(var(--base));
}

.vl-public .cmn--btn:hover:not(button) {
    color: hsl(var(--base));
    background: transparent;
}

.vl-public .cmn--btn:hover {
    color: hsl(var(--white));
}

.vl-public .cmn--btn.btn--gradient::before {
    content: "";
    height: 100%;
    width: 100%;
    border-radius: 100px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all 0.4s;
    background: var(--gradient-base);
    box-shadow: 3px 7px 35px 6px hsl(var(--base)/0.3);
}

.vl-public .cmn--btn.btn--gradient:hover::before {
    transform: scaleX(1.4) scaleY(1.6);
    opacity: 0;
}

.vl-public .cmn--btn.btn--gradient:hover {
    transform: translateY(-3px);
}

.vl-public .cmn--btn.btn--gradient:active {
    transform: translateY(-1px);
}

.vl-public .btn--primary {
    background-color: hsl(var(--primary)) !important;
    border: 2px solid hsl(var(--primary));
    color: hsl(var(--white));
}

.vl-public .btn--primary:hover:not(button) {
    color: hsl(var(--primary));
    background-color: transparent;
}

.vl-public .btn--primary:hover {
    color: hsl(var(--white));
}

.vl-public .btn-withdraw {
    background: #2a9d8f!important;
    color: #ffffff!important;
    border-radius: 4px!important;
}

.vl-public .btn--secondary:hover {
    color: hsl(var(--white));
}

.vl-public .btn--success {
    background-color: hsl(var(--success)) !important;
    border: 2px solid hsl(var(--success));
    color: hsl(var(--white));
}

.vl-public .btn--success:hover:not(button) {
    color: hsl(var(--success));
    background-color: transparent;
}

.vl-public .btn--success:hover {
    color: hsl(var(--white));
}

.vl-public .btn--danger {
    background-color: hsl(var(--danger)) !important;
    border: 2px solid hsl(var(--danger));
    color: #fff!important;
}

.vl-public .btn--danger:hover:not(button) {
    color: hsl(var(--danger));
    background-color: transparent;
}

.vl-public .btn--danger:hover {
    color: hsl(var(--white));
}

.vl-public .btn--warning {
    background-color: hsl(var(--warning)) !important;
    border: 2px solid hsl(var(--warning));
    color: hsl(var(--white));
}

.vl-public .btn--warning:hover:not(button) {
    color: hsl(var(--warning));
    background-color: transparent;
}

.vl-public .btn--warning:hover {
    color: hsl(var(--white));
}

.vl-public .btn--info {
    background-color: var(--info) !important;
    border: 2px solid var(--info);
    color: hsl(var(--white));
}

.vl-public .btn--info:hover:not(button) {
    color: var(--info);
    background-color: transparent;
}

.vl-public .btn--info:hover {
    color: hsl(var(--white));
}

.vl-public .btn--light {
    background-color: hsl(var(--light)) !important;
    border: 2px solid hsl(var(--light));
    color: hsl(var(--white));
}

.vl-public .btn--light:hover:not(button) {
    color: hsl(var(--light));
    background-color: transparent;
}

.vl-public .btn--light:hover {
    color: hsl(var(--white));
}

.vl-public .btn--dark {
    background-color: hsl(var(--dark)) !important;
    border: 2px solid hsl(var(--dark));
    color: #fff!important;
}

.vl-public .btn--dark:hover:not(button) {
    color: hsl(var(--dark));
    background-color: transparent;
}

.vl-public .btn--dark:hover {
    color: hsl(var(--white));
}

.vl-public .btn--base-new {
    /*background: #5364f1!important;*/
    padding: 10px 12px!important;
    border-radius: 5px!important;
    font-weight: 400!important;
    color: #ffffff!important;
    margin-top:0px;
}

.vl-public .btn--base {
    /* background: #00C2CC!important; */
    background:  var(--e-global-color-1d61a98);
    display: inline-block;
    padding: 11.5px 27px;
    border-radius: 8px;
    color: #fff!important;
    font-weight: 500;
    font-size: 16px;
    text-transform: capitalize;
    transition: 0.5s;
    margin-left: auto;
    border: none;
}

.vl-public .btn--base:hover {
	transition:0.5s;
    color: #fff;
	/*background:linear-gradient(90deg, #e52e71, #e52e71);*/
    /*transform: translate3d(0, -2px, 0);*/
}

.vl-public .btn--base:focus {
	 background:  var(--e-global-color-1d61a98);
}


.vl-public .btn--base2 {
    background-color: hsl(var(--base-600)) !important;
    border: 2px solid hsl(var(--base-600));
    color: hsl(var(--white));
}

.vl-public .btn--base2:hover:not(button) {
    color: hsl(var(--base-600));
    background-color: transparent;
}

.vl-public .btn--base2:hover {
    color: hsl(var(--white));
}

.vl-public .btn--base:hover,
.vl-public .cmn--btn:hover {
    background-color: hsl(var(--base-600));
}

.vl-public .btn--light {
    color: hsl(var(--base));
}

.vl-public .btn--outline-primary {
    background-color: transparent;
    border: 2px solid hsl(var(--primary));
    color: hsl(var(--primary));
}

.vl-public .btn--outline-primary:hover {
    color: hsl(var(--white));
    border-color: hsl(var(--base));
    background-color: hsl(var(--base)) !important;
}

.vl-public .btn--outline-secondary {
    background-color: transparent;
    border: 2px solid hsl(var(--secondary));
    color: hsl(var(--secondary));
}

.vl-public .btn--outline-secondary:hover {
    color: hsl(var(--white));
    border-color: hsl(var(--base));
    background-color: hsl(var(--base)) !important;
}

.vl-public .btn--outline-success {
    background-color: transparent;
    border: 2px solid hsl(var(--success));
    color: hsl(var(--success));
}

.vl-public .btn--outline-success:hover {
    color: hsl(var(--white));
    border-color: hsl(var(--base));
    background-color: hsl(var(--base)) !important;
}

.vl-public .btn--outline-danger {
    background-color: transparent;
    border: 2px solid hsl(var(--danger));
    color: hsl(var(--danger));
}

.vl-public .btn--outline-danger:hover {
    color: hsl(var(--white));
    border-color: hsl(var(--base));
    background-color: hsl(var(--base)) !important;
}

.vl-public .btn--outline-warning {
    background-color: transparent;
    border: 2px solid hsl(var(--warning));
    color: hsl(var(--warning));
}

.vl-public .btn--outline-warning:hover {
    color: hsl(var(--white));
    border-color: hsl(var(--base));
    background-color: hsl(var(--base)) !important;
}

.vl-public .btn--outline-info {
    background-color: transparent;
    border: 2px solid var(--info);
    color: var(--info);
}

.vl-public .btn--outline-info:hover {
    color: hsl(var(--white));
    border-color: hsl(var(--base));
    background-color: hsl(var(--base)) !important;
}

.vl-public .btn--outline-light {
    background-color: transparent;
    border: 2px solid hsl(var(--light));
    color: hsl(var(--light));
}

.vl-public .btn--outline-light:hover {
    color: hsl(var(--white));
    border-color: hsl(var(--base));
    background-color: hsl(var(--base)) !important;
}

.vl-public .btn--outline-dark {
    background-color: transparent;
    border: 2px solid hsl(var(--dark));
    color: hsl(var(--dark));
}

.vl-public .btn--outline-dark:hover {
    color: hsl(var(--white));
    border-color: hsl(var(--base));
    background-color: hsl(var(--base)) !important;
}

.vl-public .btn--outline-base {
    background-color: transparent;
    border: 2px solid hsl(var(--base));
    color: hsl(var(--base));
}

.vl-public .btn--outline-base:hover {
    color: hsl(var(--white));
    border-color: hsl(var(--base));
    background-color: hsl(var(--base)) !important;
}

.vl-public .btn--outline-base2 {
    background-color: transparent;
    border: 2px solid hsl(var(--base-600));
    color: hsl(var(--base-600));
}

.vl-public .btn--outline-base2:hover {
    color: hsl(var(--white));
    border-color: hsl(var(--base));
    background-color: hsl(var(--base)) !important;
}

.vl-public .btn--outline-light {
    color: hsl(var(--body));
    border: 2px solid hsl(var(--border));
}

.vl-public .btn--circle {
    border-radius: 50px;
}

.vl-public .badge--base {
    background-color: hsl(var(--base)/0.15);
    border: 1px solid hsl(var(--base));
    color: hsl(var(--base));
}

.vl-public .badge--primary {
    background-color: hsl(var(--primary)/0.15);
    border: 1px solid hsl(var(--primary));
    color: hsl(var(--primary));
}

.vl-public .badge--secondary {
    background-color: hsl(var(--secondary)/0.15);
    border: 1px solid hsl(var(--secondary));
    color: hsl(var(--secondary));
}

.vl-public .badge--success {
    background-color: hsl(var(--success)/0.15);
    border: 1px solid hsl(var(--success));
    color: hsl(var(--success));
}

.vl-public .badge--danger {
    background-color: hsl(var(--danger)/0.15);
    border: 1px solid hsl(var(--danger));
    color: hsl(var(--danger));
}

.vl-public .badge--warning {
    background-color: hsl(var(--warning)/0.15);
    border: 1px solid hsl(var(--warning));
    color: hsl(var(--warning));
}

.vl-public .badge--info {
    background-color: hsl(var(--info)/0.15);
    border: 1px solid hsl(var(--info));
    color: hsl(var(--info));
}

.vl-public .badge--dark {
    background-color: hsl(var(--dark)/0.15);
    border: 1px solid hsl(var(--dark));
    color: hsl(var(--dark));
}

.vl-public .badge--light {
    background-color: hsl(var(--light)/0.15);
    border: 1px solid hsl(var(--light));
    color: hsl(var(--light));
}

.vl-public .badge {
    border-radius: 18px;
    padding: 2px 15px 3px;
    font-weight: 600;
}

.vl-public .badge.badge--icon {
    padding: 5px;
    width: 25px;
    height: 25px;
    border-radius: 5px;
    display: grid;
    place-items: center;
}

.vl-public .badge.badge--lg {
    padding: 6px 16px;
}

.vl-public .badge.badge--md {
    padding: 4px 12px;
}

.vl-public .badge.badge--sm {
    padding: 3px 10px;
}

.vl-public .badge--fill-primary {
    background-color: hsl(var(--primary));
    border: 1px solid hsl(var(--primary));
    color: hsl(var(--white));
}

.vl-public .badge--fill-primary:hover {
    color: hsl(var(--white));
}

.vl-public .badge--fill-secondary {
    background-color: hsl(var(--secondary));
    border: 1px solid hsl(var(--secondary));
    color: hsl(var(--white));
}

.vl-public .badge--fill-secondary:hover {
    color: hsl(var(--white));
}

.vl-public .badge--fill-success {
    background-color: hsl(var(--success));
    border: 1px solid hsl(var(--success));
    color: hsl(var(--white));
}

.vl-public .badge--fill-success:hover {
    color: hsl(var(--white));
}

.vl-public .badge--fill-danger {
    background-color: hsl(var(--danger));
    border: 1px solid hsl(var(--danger));
    color: hsl(var(--white));
}

.vl-public .badge--fill-danger:hover {
    color: hsl(var(--white));
}

.vl-public .badge--fill-warning {
    background-color: hsl(var(--warning));
    border: 1px solid hsl(var(--warning));
    color: hsl(var(--white));
}

.vl-public .badge--fill-warning:hover {
    color: hsl(var(--white));
}

.vl-public .badge--fill-info {
    background-color: hsl(var(--info));
    border: 1px solid hsl(var(--info));
    color: hsl(var(--white));
}

.vl-public .badge--fill-info:hover {
    color: hsl(var(--white));
}

.vl-public .badge--fill-light {
    background-color: hsl(var(--light));
    border: 1px solid hsl(var(--light));
    color: hsl(var(--white));
}

.vl-public .badge--fill-light:hover {
    color: hsl(var(--white));
}

.vl-public .badge--fill-dark {
    background-color: hsl(var(--dark));
    border: 1px solid hsl(var(--dark));
    color: hsl(var(--white));
}

.vl-public .badge--fill-dark:hover {
    color: hsl(var(--white));
}

.vl-public .badge--fill-base {
    background-color: hsl(var(--base));
    border: 1px solid hsl(var(--base));
    color: hsl(var(--white));
}

.vl-public .badge--fill-base:hover {
    color: hsl(var(--white));
}

@-webkit-keyframes preloader-inside-white {
    0% {
        -webkit-transform: scale(0, 0);
        -ms-transform: scale(0, 0);
        transform: scale(0, 0);
    }

    100% {
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

@-moz-keyframes preloader-inside-white {
    0% {
        -webkit-transform: scale(0, 0);
        -ms-transform: scale(0, 0);
        transform: scale(0, 0);
    }

    100% {
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

@-ms-keyframes preloader-inside-white {
    0% {
        -webkit-transform: scale(0, 0);
        -ms-transform: scale(0, 0);
        transform: scale(0, 0);
    }

    100% {
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

@keyframes preloader-inside-white {
    0% {
        -webkit-transform: scale(0, 0);
        -ms-transform: scale(0, 0);
        transform: scale(0, 0);
    }

    100% {
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

@-webkit-keyframes preloader-inside-red {
    0% {
        -webkit-transform: scale(0, 0);
        -ms-transform: scale(0, 0);
        transform: scale(0, 0);
    }

    30% {
        -webkit-transform: scale(0, 0);
        -ms-transform: scale(0, 0);
        transform: scale(0, 0);
    }

    100% {
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

@-moz-keyframes preloader-inside-red {
    0% {
        -webkit-transform: scale(0, 0);
        -ms-transform: scale(0, 0);
        transform: scale(0, 0);
    }

    30% {
        -webkit-transform: scale(0, 0);
        -ms-transform: scale(0, 0);
        transform: scale(0, 0);
    }

    100% {
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

@-ms-keyframes preloader-inside-red {
    0% {
        -webkit-transform: scale(0, 0);
        -ms-transform: scale(0, 0);
        transform: scale(0, 0);
    }

    30% {
        -webkit-transform: scale(0, 0);
        -ms-transform: scale(0, 0);
        transform: scale(0, 0);
    }

    100% {
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

@keyframes preloader-inside-red {
    0% {
        -webkit-transform: scale(0, 0);
        -ms-transform: scale(0, 0);
        transform: scale(0, 0);
    }

    30% {
        -webkit-transform: scale(0, 0);
        -ms-transform: scale(0, 0);
        transform: scale(0, 0);
    }

    100% {
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

.vl-public .preloader {
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    z-index: 9990;
    display: flex;
    justify-content: center;
    align-items: center;
}

.vl-public .preloader .animated-preloader {
    display: inline-block;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    background: hsl(var(--base));
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transform: translate(-50%, -50%);
}

.vl-public .preloader .animated-preloader::after {
    content: "";
    display: inline-block;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: white;
    -webkit-animation: preloader-inside-white 1s ease-in-out infinite;
    -ms-animation: preloader-inside-white 1s ease-in-out infinite;
    animation: preloader-inside-white 1s ease-in-out infinite;
}

.vl-public .preloader .animated-preloader::before {
    content: "";
    display: inline-block;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: hsl(var(--base));
    -webkit-animation: preloader-inside-red 1s ease-in-out infinite;
    -ms-animation: preloader-inside-red 1s ease-in-out infinite;
    animation: preloader-inside-red 1s ease-in-out infinite;
}

.vl-public .table {
    margin: 0;
    font-size: 14px;
    background: var(--e-global-color-primary);
}

.vl-public .table thead tr {
    background: var(--e-global-color-primary);
}

.vl-public .table thead tr th {
    border-bottom: 1px solid #e9e9e9 !important;
    font-size: 15px;
    font-weight: 400;
    color: #000!important;
    padding: 10px 20px;
    text-align: center;
}
.dashboard-fluid-inner .table tbody tr td {
	font-size: 16px;
    color: #293860;
}
table {
	border: 0;
}
.dashboard-fluid-inner .table thead tr th, .dashboard-fluid-inner .table tbody tr td {
	background: #000 !important;
	border-bottom: 1px solid #222 !important;
	font-size: 14px;
	font-weight: 400;
	color: #293860;
	padding: 10px 20px;
}

.vl-public .table thead tr th:first-child {
    text-align: left;
}

.vl-public .table thead tr th:last-child {
    text-align: right;
}

.vl-public .table tbody {
    border: 0 !important;
}

.vl-public .table tbody tr td {
    text-align: center;
    vertical-align: middle;
    padding: 20px 15px;
    border-width: 1px;
    font-family: var(--heading-font);
    color: #fff;
}

.vl-public .table tbody tr td::before {
    content: attr(data-label);
    font-family: var(--heading-font);
    font-size: 15px;
    color: hsl(var(--heading));
    font-weight: 500;
    display: none;
}

.vl-public .table tbody tr td:first-child {
    text-align: left;
}

.vl-public .table tbody tr td:last-child {
    text-align: right;
}


.vl-public .table .amount span {
    margin-right: 4px;
}

@media (max-width: 767px) {
    .vl-public .table--responsive--md thead {
        display: none;
    }

    .vl-public .table--responsive--md tbody tr {
        display: block;
    }

    .vl-public .table--responsive--md tbody tr td {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 35px;
        text-align: right;
        padding: 10px 15px;
        border: none;
        border-bottom: 1px solid hsl(var(--border));
    }
}

@media (max-width: 767px) and (max-width: 991px) {
    .vl-public .table--responsive--md tbody tr td {
        font-size: 14px !important;
    }
}

@media (max-width: 767px) {
    .vl-public .table--responsive--md tbody tr td:last-child {
        border: none;
    }
}

@media (max-width: 767px) {
    .vl-public .table--responsive--md tbody tr td::before {
        display: block;
    }
}

@media (min-width: 768px) {
    .vl-public .table--responsive--md tbody tr td {
        border: 0;
    }
}

@media (max-width: 991px) {
    .vl-public .table--responsive--lg thead {
        display: none;
    }

    .vl-public .table--responsive--lg tbody tr {
        display: block;
    }

    .vl-public .table--responsive--lg tbody tr td {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 35px;
        text-align: right;
        padding: 10px 15px;
        border: none;
        border-bottom: 1px solid hsl(var(--border));
    }
}

@media (max-width: 991px) and (max-width: 991px) {
    .vl-public .table--responsive--lg tbody tr td {
        font-size: 14px !important;
    }
}

@media (max-width: 991px) {
    .vl-public .table--responsive--lg tbody tr td:last-child {
        border: none;
    }
}

@media (max-width: 991px) {
    .vl-public .table--responsive--lg tbody tr td::before {
        display: block;
    }
}

@media (min-width: 992px) {
    .vl-public .table--responsive--lg tbody tr td {
        border: none;
        border-bottom: 1px solid hsl(var(--light-600));
    }

    .vl-public .table--responsive--lg tbody tr td:first-child {
        border-left: 1px solid hsl(var(--light-600));
    }

    .vl-public .table--responsive--lg tbody tr td:last-child {
        border-right: 1px solid hsl(var(--light-600));
    }
}

@media (max-width: 1199px) {
    .vl-public .table--responsive--xl thead {
        display: none;
    }

    .vl-public .table--responsive--xl tbody tr {
        display: block;
    }

    .vl-public .table--responsive--xl tbody tr td {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 35px;
        text-align: right;
        padding: 10px 15px;
        border: none;
        border-bottom: 1px solid hsl(var(--border));
    }
}

@media (max-width: 1199px) and (max-width: 991px) {
    .vl-public .table--responsive--xl tbody tr td {
        font-size: 14px !important;
    }
}

@media (max-width: 1199px) {
    .vl-public .table--responsive--xl tbody tr td:last-child {
        border: none;
    }
}

@media (max-width: 1199px) {
    .vl-public .table--responsive--xl tbody tr td::before {
        display: block;
    }
}

@media (min-width: 1200px) {
    .vl-public .table--responsive--xl tbody tr td {
        border: 0;
    }
}

.vl-public .form-group label {
	color: #000;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 10px;
}

.vl-public .form--control {
    color: #000!important;
	font-size:15px;
    height: 50px;
    border-radius: 8px;
    border: 1px solid #DADADA!important;
    outline: 0 !important;
	background:none!important;
    box-shadow: none !important;
}

.vl-public .form--control:focus {
    border: 1px solid var(--e-global-color-1d61a98)!important;
}

/*.cardBG .form--control {*/
/*    border-color: #fff3!important;*/
/*    color: white!important;*/
/*}*/

/*.cardBG label{*/
/*    color: white!important;*/
/*}*/

/*.cardBG .input-group-text {*/
/*    color: #fff!important;*/
/*    background-color: transparent!important;*/
/*    border: 2px solid #fff3!important;*/
/*    border-left: 0!important;*/
/*}*/

.vl-public .form--control[type=file] {
    line-height: 31px;
}

.vl-public .form--control:focus {
    border: 1px solid hsl(var(--base));
}

.vl-public .form--control.style--two {
    background-color: hsl(var(--light));
}

.vl-public ::placeholder {
	color : #ccc;
    font-size: 16px !important;
}

.vl-public .radius-12px {
    border-radius: 12px;
}

.vl-public textarea.form--control {
    height: 130px;
}

.vl-public input:autofill,
.vl-public input:autofill:hover,
.vl-public input:autofill:focus,
.vl-public input:-webkit-autofill,
.vl-public input:-webkit-autofill:hover,
.vl-public input:-webkit-autofill:focus {
    transition: background-color 5000s ease-in-out 0s;
}

.vl-public .custom--radio {
    position: relative;
    padding-left: 0;
}

.vl-public .custom--radio input[type=radio] {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    cursor: pointer;
}

.vl-public .custom--radio input[type=radio]:checked~label::before {
    border-width: 2px;
    border-color: hsl(var(--base)) !important;
}

.vl-public .custom--radio input[type=radio]:checked~label::after {
    opacity: 1;
}

.vl-public .custom--radio label {
    margin-bottom: 0;
    position: relative;
    padding-left: 20px;
    font-size: rem(14px);
    font-weight: 400;
}

.form--control option {
 color: black;
}

.vl-public .custom--radio label::before {
    position: absolute;
    content: "";
    top: 4px;
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #888888;
}

.vl-public .custom--radio label::after {
    position: absolute;
    content: "";
    top: 8px;
    left: 4px;
    width: 7px;
    height: 7px;
    background-color: hsl(var(--base)) !important;
    opacity: 0;
}

.vl-public .custom--checkbox input {
    box-shadow: none !important;
}

.vl-public .custom--checkbox input:checked {
    background-color: var(--e-global-color-1d61a98);
    border-color: #DADADA;
}

.vl-public .custom--checkbox .form-check-input {
    border-color: #DADADA;
}

.vl-public .custom--checkbox label {
    position: relative;
    margin-bottom: 0;
    line-height: 1;
}

.vl-public .form--switch input {
    box-shadow: none !important;
    width: 2.5em !important;
    height: 1.3em;
}

.vl-public .form--switch input:checked {
    background-color: hsl(var(--base));
    border-color: hsl(var(--base));
}

.vl-public .form--switch label {
    margin-left: 7px;
}

.vl-public .custom--card {
    border-radius: 12px;
}

/* .custom--card li span{
 margin-left: 50px;   
  word-break: break-word;
  white-space: normal;
} */


.custom--card .card-body .list-group {
    border-top-left-radius: 0px!important;
    border-top-right-radius: 0px!important;

}

.vl-public .custom--card .card-header,
.vl-public .custom--card .card-footer {
    background-color: #ffffff;
    padding: 15px 35px;
    /*border-top-left-radius: 4px!important;*/
    /*border-top-right-radius: 4px!important;*/
    }

@media (max-width: 450px) {

    .vl-public .custom--card .card-header,
    .vl-public .custom--card .card-footer {
        padding: 15px;
    }
}

.vl-public .custom--card .card-header .title,
.vl-public .custom--card .card-footer .title {
    margin: 0;
}

.vl-public .custom--card .card-body {
    padding: 35px;
}

@media (max-width: 575px) {
    .vl-public .custom--card .card-body {
        padding: 20px;
    }
}

@media (max-width: 450px) {
    .vl-public .custom--card .card-body {
        padding: 15px;
    }
}

.vl-public .custom--card.card--lg .card-header,
.vl-public .custom--card.card--lg .card-footer {
    padding: 20px 35px;
}

.vl-public .custom--card .card-header .btn.btn--smd{
    background: #9F70FD !important;
    border-radius: 141px;
    padding: 8px 12px !important
}


@media (max-width: 767px) {

    .vl-public .custom--card.card--lg .card-header,
    .vl-public .custom--card.card--lg .card-footer {
        padding: 15px 25px;
    }
}

@media (max-width: 575px) {

    .vl-public .custom--card.card--lg .card-header,
    .vl-public .custom--card.card--lg .card-footer {
        padding: 10px 20px;
    }
}

@media (max-width: 450px) {

    .vl-public .custom--card.card--lg .card-header,
    .vl-public .custom--card.card--lg .card-footer {
        padding: 8px 15px;
    }
}

.vl-public .custom--card.card--lg .card-body {
    padding: 35px;
}

@media (max-width: 767px) {
    .vl-public .custom--card.card--lg .card-body {
        padding: 25px;
    }
}

@media (max-width: 575px) {
    .vl-public .custom--card.card--lg .card-body {
        padding: 20px;
    }
}

@media (max-width: 450px) {
    .vl-public .custom--card.card--lg .card-body {
        padding: 15px;
    }
}

.vl-public .custom--card.card--md .card-header,
.vl-public .custom--card.card--md .card-footer {
    padding: 10px 20px;
}

.vl-public .custom--card.card--md .card-body {
    padding: 20px 20px;
}

.vl-public .custom--modal .modal--footer,
.vl-public .custom--modal .modal--body,
.vl-public .custom--modal .modal--header {
    border-color: hsl(var(--border)) !important;
}

.vl-public .custom--modal .modal-content {
    border-color: hsl(var(--border)) !important;
}

.vl-public .custom--modal .modal--footer .modal-title,
.vl-public .custom--modal .modal--header .modal-title {
    margin: 0;
    color: hsl(var(--heading));
}

.vl-public .custom--modal .modal--footer .btn-close,
.vl-public .custom--modal .modal--header .btn-close {
    background: transparent;
    font-size: 20px;
    line-height: 1;
    color: hsl(var(--danger)) !important;
}

.vl-public .pagination {
    justify-content: center;
    gap: 12px;
}

.vl-public .pagination .page-item {
    text-align: center;
}

.vl-public .pagination .page-item a,
.vl-public .pagination .page-item span {
	color: black;
    font-weight: 500;
    width: 45px;
    height: 45px;
    line-height: 45px;
    padding: 0;
    border-radius: 50% !important;
    border-color: hsl(var(--border));
    box-shadow: none;
}

.vl-public .pagination .page-item.active span,
.vl-public .pagination .page-item.active a,
.vl-public .pagination .page-item:hover span,
.vl-public .pagination .page-item:hover a {
    color:white;
	background-color: #9F70FD;
    border-color: transparent;
}

.vl-public .pagination .page-item.disabled {
    cursor: no-drop !important;
}

.vl-public .pagination .page-item.disabled span,
.vl-public .pagination .page-item.disabled a {
    background: hsl(var(--dark)/0.1);
    border: none;
}

.vl-public .header {
    position: sticky;
    width: 100%;
    z-index: 112;
    background-color: #1f2b3a;
}

.vl-public .header.sticky {
    box-shadow: 0 3px 15px hsl(var(--base)/0.1);
}

.vl-public .header-bottom {
    width: 100%;
    padding: 15px 0;
}

@media (max-width: 991px) {
    .vl-public .header-bottom {
        padding: 15px 0;
    }
}

.vl-public .header-bottom-area {
    justify-content: space-between;
    position: relative;
}

.vl-public .logo {
    display: flex;
    justify-content: center;
    width: fit-content;
    margin: 0 auto;
}

.vl-public .logo img {
    max-width: 180px;
    max-height: 60px;
}

@media (max-width: 1199px) {
    .vl-public .logo img {
        max-width: 160px;
    }
}

@media (max-width: 767px) {
    .vl-public .logo img {
        max-width: 150px;
    }
}

@media (max-width: 575px) {
    .vl-public .logo img {
        max-width: 100px;
        max-height: 50px;
    }
}

.vl-public .menu {
    align-items: center;
    margin: 0;
    position: relative;
}

.vl-public .menu>.has-sub-menu {
    margin-right: 20px;
}

@media (max-width: 1199px) {
    .vl-public .menu>.has-sub-menu {
        margin-right: 18px;
    }
}

@media (min-width: 992px) {
    .vl-public .menu>.has-sub-menu.open .sub-menu {
        display: block !important;
    }
}

.vl-public .menu .sub-menu li {
    width: 100%;
}

@media (min-width: 992px) {
    .vl-public .menu .sub-menu {
        display: block !important;
    }
}

.vl-public .menu li {
    position: relative;
}

.vl-public .menu li:hover>.sub-menu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

.vl-public .menu li.has-sub-menu>a {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.vl-public .menu li.has-sub-menu>a::after {
    content: "\f107";
    right: 0;
    top: 50%;
    transform: translate(8px, -50%);
    font-size: 14px;
}

.vl-public .menu li a {
    display: block;
    padding: 4px 12px;
    font-size: 15px;
    position: relative;
    font-weight: 500;
    color: #e1e1e1;
}

.vl-public .menu li a:hover {
    color: #fff;
}

.vl-public .menu .btn-close {
    position: absolute;
    right: 20px;
    top: 20px;
}

@media (min-width: 992px) {
    .vl-public .sub-menu {
        position: absolute;
        top: 100%;
        left: 0px;
        opacity: 0;
        visibility: hidden;
        min-width: 200px;
        transition: all ease 0.3s;
        transform: translateY(15px);
        box-shadow: 0 3px 12px 3px hsl(var(--base)/0.15);
        overflow: hidden;
        z-index: 11;
        padding: 10px;
        background-color: hsl(var(--white));
    }

    .vl-public .sub-menu li {
        padding: 0;
    }

    .vl-public .sub-menu li:last-child {
        border: none;
    }

    .vl-public .sub-menu li a {
        font-size: 14px;
        padding: 7px 15px;
        display: block;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
    }

    .vl-public .sub-menu li a:hover {
        padding-left: 20px;
        background-color: hsl(var(--base));
        color: hsl(var(--white)) !important;
    }

    .vl-public .sub-menu:hover {
        visibility: visible;
        opacity: 1;
        transform: translateY(0);
    }

    .vl-public .sub-menu .sub-menu {
        visibility: hidden;
        opacity: 0;
        top: 5px;
        left: -100%;
        transform: translateY(-20px);
    }

    .vl-public .sub-menu.has-sub-menu>a::after {
        transform: translateY(0px);
    }
}

@media (max-width: 991px) {
    .vl-public .menu>li:nth-last-child(1) {
        border-bottom: none;
    }

    .vl-public .menu {
        position: absolute;
        top: 0;
        left: 0;
        padding: 40px 30px;
        max-height: calc(100vh - 50px);
        min-width: 200px;
        width: 100%;
        visibility: hidden;
        transform-origin: top;
        transform: translateY(-15px) scaleY(0.8);
        opacity: 0;
        overflow-y: auto;
        transition: all ease 0.3s;
        background: hsl(var(--accent));
    }

    .vl-public .menu.active {
        opacity: 1;
        transform: translateY(0) scaleY(1);
        visibility: visible;
        z-index: 999;
        top: 0px;
    }

    .vl-public .menu .has-sub-menu {
        margin-right: 0;
    }

    .vl-public .menu .has-sub-menu>a::after {
        transform: translate(-20px, -50%) !important;
    }

    .vl-public .menu li {
        padding: 3px 0;
        width: 100%;
        border-bottom: 1px solid hsl(var(--white), 0.2);
    }

    .vl-public .menu li:nth-last-child(1) {
        border-bottom: none;
    }

    .vl-public .menu li a {
        padding-left: 0;
        color: hsl(var(--white));
    }

    .vl-public .menu li.has-sub-menu a::after {
        transform: translate(-20px, -50%) !important;
    }

    .vl-public .sub-menu {
        display: none;
        padding-left: 25px;
    }
}

.vl-public .header-trigger {
    cursor: pointer;
    margin-top: -10px;
}

.vl-public .header-trigger.active span {
    background: none !important;
}

.vl-public .header-trigger.active span::before {
    transform: rotate(-45deg) translate(-11px, 0px);
    background: hsl(var(--white));
}

.vl-public .header-trigger.active span::after {
    transform: rotate(45deg) translate(-11px, 0px);
    background: hsl(var(--white));
}

.vl-public .header-trigger span {
    width: 25px;
    height: 2px;
    background: hsl(var(--base));
    position: relative;
    transition: all ease 0.3s;
}

.vl-public .header-trigger span::after,
.vl-public .header-trigger span::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    background: hsl(var(--base));
}

.vl-public .header-trigger span::after {
    bottom: -8px;
}

.vl-public .header-trigger span::before {
    top: -8px;
}

.vl-public .dashboard-sidebar {
    position: fixed;
    top: 0;
    width: 22%;
    height: 100%;
    padding: 20px;
    background-color: var(--white-color);
    overflow-y: auto;
   
}

.vl-public .dashboard-sidebar::-webkit-scrollbar {
    display: none;
}

.vl-public .dashboard-sidebar .profile-info {
    margin: 30px 0px;
    margin-bottom: 10px;
    padding: 20px;
	background: black;
    border: 1px solid #222;
    border-radius: 6px;
	background : radial-gradient(50% 50% at 52.3% 0%, rgb(0 194 204 / 35%) 0%, rgba(0, 0, 0, 0) 100%);
} 

.wallet-id {
    display: flex;
    justify-content: center;
    gap: 6px;
	align-items: center;
}

.wallet-id svg {
    height: 18px;
    width: 18px;
    margin-right: 5px;
    position: relative;
}

.wallet-id h6{

     color: rgba(255, 255, 255, 0.8);
}

.wallet-id svg path{
    fill: rgba(255, 255, 255, 0.8);
}

.account-balance {
	color: #ffffff;
    font-size: 20px;

}

.profile-info p, .usd-balance {
	color:white!important;
}

.profile-info .usd-balance {
	color:white!important;
}



@media (max-width: 1199px) {
    .vl-public .dashboard-sidebar {
        width: 280px;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        transform: translateX(-100%);
        transition: 0.4s;
        z-index: 111;
    }

    .vl-public .dashboard-sidebar .logo {
        padding-top: 0;
        padding-inline: 20px;
    }

    .vl-public .dashboard-sidebar.active {
        transform: translateX(0);
    }

    .vl-public .dashboard-sidebar .btn-close,
    .vl-public .dashboard-sidebar .dash-sidebar-close {
        position: absolute;
        right: 17px;
        top: 32px;
        line-height: 1;
        padding: 3px;
      
      opacity: 1!important;
    }
}

.new-form-label{
    color: black!important;
}

.new-input{
    color: black!important;
}

.new-placeholder::placeholder{
    color: #dee2e6!important;
}

.cardBG .input-group-text {
    display: flex;
    font-size: 15px;
    color: #000000 !important;
    background-color: transparent!important;
    border: 1px solid #dadada !important;
    border-left: 0!important;
}

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

/*.cardBG form .btn {*/
/*    max-width: 24%!important;*/
/*}*/

   


@media (max-width: 768px) {

   .vl-public .dashboard-sidebar .logo {
    padding-inline: 0px;
}
    .vl-public .logo {
    margin: 0;
}
    .vl-public .dashboard-sidebar {
        width: 100%;
     
    }
}

.vl-public .dashboard-container {
    margin: 0 auto;
}

.vl-public .dashboard-container .dashboard-inner {
    padding: 30px 20px 30px 20px;
}

@media (max-width: 575px) {
    .vl-public .dashboard-container .dashboard-inner {
        padding: 25px 10px;
    }
}

.vl-public .dashboard-wrapper {
    background-color: var(--grey-color);
    width: calc(100% - 22%);
    margin-left: auto;
    min-height: 100vh;
}

.recent-transactions {
    padding: 20px;
    margin: 0px;
    margin-top: 20px;
}

.transactions-btn {
    width: 20%!important;
}

@media (max-width: 768px) {
.transactions-btn {
    width: 100%!important;
}
}

.recent-transactions .title {
    margin-bottom: 15px;
    padding-bottom: 10px;
    color: #fff;
}

@media (max-width: 1199px) {
    .vl-public .dashboard-wrapper {
        width: 100%;
    }
}

.vl-public .dash-sidebar-toggler {
    font-size: 20px;
}

@media (max-width: 450px) {
    .vl-public .dash-sidebar-toggler {
        font-size: 18px;
    }
}

.vl-public .sidebar-menu {
    margin-top: 30px;
    font-weight: bold;
}

.vl-public .sidebar-menu .sidebar-title {
    margin-left: 20px;
    font-size: 14px;
    border-bottom: 1px solid hsl(var(--base)/0.4);
    display: inline-block;
    margin-bottom: 5px;
    margin-top: 8px;
}

.vl-public .sidebar-menu li {
    padding: 2px 0;
}

.vl-public .sidebar-menu li.has-submenu a {
    position: relative;
    padding-right: 20px;
}

/*.vl-public .sidebar-menu li.has-submenu a::before {*/
/*    position: absolute;*/
/*    top: 15px;*/
/*    right: 20px;*/
/*    font-family: "Font Awesome 5 Free";*/
/*    font-weight: 700;*/
/*    content: "\f107";*/
/*    font-size: 13px;*/
/*    color: #5b6e88;*/
/*    transition: all 0.3s;*/
/*}*/

.vl-public .sidebar-menu li{
    position: relative;
    display: block;
    border-radius: 6px;
    transition: 0.4s;
    margin-bottom: 0px;
}

.vl-public .sidebar-menu li a {
    position: relative;
    display: flex;
    padding: 11px 18px;
    white-space: nowrap;
    color: black;
    border-radius: 12px;
    font-weight: 400;
    font-size: 16px;
    text-transform: capitalize;
    letter-spacing: 0;
    z-index: 1;
    overflow: hidden;
    transition: 0.3s;
    align-items: center;
}


.vl-public .sidebar-menu li a:before {
    content: '';
    position: absolute;
    inset: 0;
    background:  var(--e-global-color-1d61a98);
    z-index: -1;
    opacity: 0;
    transition: 0.3s;
}

@media (max-width: 1199px) {
    .vl-public .sidebar-menu li a {
        padding-inline: 25px;
    }
}

.vl-public .sidebar-menu li a img {
    width: 17px;
    height: 17px;
    object-fit: contain;
    margin-right: 12px;
    transition: 0.1s;
    filter: brightness(0%);
}

.vl-public .sidebar-menu li a:hover,
.vl-public .sidebar-menu li a.active {
    color: var(--white-color);
}
.vl-public .sidebar-menu li a:hover:before,
.vl-public .sidebar-menu li a.active::before{
	opacity: 1;
	transition: 0.3s;
}

/* === Sidebar Dropdown Styling === */

.submenu-toggle .submenu-arrow {
    margin-left: auto; 
    font-size: 12px;
    transition: transform 0.3s ease;
}

.has-submenu.active > .submenu-toggle .submenu-arrow {
    transform: rotate(180deg);
}

.submenu {
    display: none;
    /*padding: 4px 0 !important;*/
}

.submenu li a {
    padding: 6px 30px !important;
    font-size: 15px !important;
}

.submenu li a:hover,
.submenu li a.active{
    color: #9F70FD!important;
}

.submenu li a::before {
    display: none;
}

.submenu i {
    margin-right: 10px;
}

.user-logout{
    display: flex!important;
    justify-content: center!important;
    padding: 13px 27px;
    border-radius: 50px;
    font-weight: 500;
    font-size: 13px;
    text-transform: uppercase;
    box-shadow: 0px 0px 2px #00304966;
    background: #00C2CC;
    color: #ffffff;
	align-items: center;
}

.user-logout:hover {
    background: #e73667!important;
    color: #ffffff;
    transform: translate3d(0, -2px, 0)!important;
}

.user-logout:hover:after {
    width: 0!important;
}

.vl-public .sidebar-menu li a:hover::after {
    width: 100%
}

.vl-public .sidebar-menu li a.active img,
.vl-public .sidebar-menu li a:hover img {
    filter: brightness(0) invert(1);

}

.vl-public .sidebar-menu .sidebar-submenu {
    padding-left: 30px;
    display: none;
}

.vl-public .sidebar-menu .sidebar-submenu li a {
    font-size: 15px;
    position: relative;
}

.vl-public .sidebar-menu .sidebar-submenu li a::before {
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: hsl(var(--body));
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.vl-public .sidebar-menu .sidebar-submenu li a:hover::before {
    background-color: hsl(var(--base));
}

.vl-public .sidebar-menu .sidebar-submenu.active {
    display: block;
}

.vl-public .alert {
    display: flex;
    flex-wrap: wrap;
    align-items: center!important;
    margin: 0;
    padding: 15px;
    border: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    overflow: hidden;
    align-items: stretch;
    background-color: var(--white-color);
    color: #000000;
    border-radius: 1rem;
    border: 1px solid #e7e7e7;
}

.vl-public .alert button.close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 12px;
    display: flex;
    align-items: center;
    height: 100%;
    background: transparent;
}

.vl-public .alert__message {
    padding: 12px;
    padding-right: 22px;
    padding: 0;
}

.vl-public .alert__icon {
    margin-right: 10px;
    font-size: 24px;
}

.vl-public .alert a {
    padding: 10px 22px;
    font-size: 15px;
}


/*.dash-alert {*/
/*    background-color: #fff7e4!important;*/
/*    border: 1px solid #ffb100 !important;*/
/*}*/

.alert.warning .alert__icon {
    color: #ffb100!important;
}

.statics-col {
    background: #c0ef6e;
    border-radius: 10px;
    /* margin-bottom: 15px; */
    padding: 10px;
    display: flex;
    align-items: center;
    height: 100%;
}

.statics-col .icon {
    color: #fff;
    height: 50px;
    width: 50px;
    border-radius: 10px;
    background: #4f51f3;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.statics-col h3{
    font-size: 22px!important;
}

.statics-col h3, .statics-col p {
    color: #000!important;
}

.statistic-card .row [class*="col-lg-3"]:nth-of-type(8n + 1) .statics-col {
            background: #c0ef6e;
        }

        .statistic-card .row [class*="col-lg-3"]:nth-of-type(8n + 2) .statics-col {
            background: #f3d338;
        }

        .statistic-card .row [class*="col-lg-3"]:nth-of-type(8n + 3) .statics-col {
            background: #ddcbf9;
        }

        .statistic-card .row [class*="col-lg-3"]:nth-of-type(8n + 4) .statics-col {
            background: #f9cea2;
        }

        .statistic-card .row [class*="col-lg-3"]:nth-of-type(8n + 5) .statics-col {
            background: #ffc8dd;
        }

        .statistic-card .row [class*="col-lg-3"]:nth-of-type(8n + 6) .statics-col {
            background: #ccd5ae;
        }

        .statistic-card .row [class*="col-lg-3"]:nth-of-type(8n + 7) .statics-col {
            background: #e9ff70;
        }

        .statistic-card .row [class*="col-lg-3"]:nth-of-type(8n + 8) .statics-col {
            background: #ff8fab;
        }

        /* .statistic-card .row [class*="col-lg-3"]:nth-of-type(8n + 9) .statics-col {
            background: #f3ffb6;
        }

        .statistic-card .row [class*="col-lg-3"]:nth-of-type(8n + 10) .statics-col {
            background: #b9faf8;
        }

        .statistic-card .row [class*="col-lg-3"]:nth-of-type(8n + 11) .statics-col {
            background: #ffffff;
        }

        .statistic-card .row [class*="col-lg-3"]:nth-of-type(8n + 12) .statics-col {
            background: #3dccc7;
        } */

.vl-public .dashboard-widget {
    padding: 25px;
   background: #041f2c;
    border-radius: 8px;
}

.custom-progress .bg-circle {
    stroke: #ffffff21!important;
}

.custom-progress .progress-circle {
    fill: none;
    stroke: #00C2CC!important;
}

.vl-public .dashboard-widget h5 {
    font-weight: 700!important;
}

.vl-public .cmn--tabs {
    border-bottom: 1px solid hsl(var(--border));
}

.vl-public .cmn--tabs li {
    padding-right: 25px;
}

.vl-public .cmn--tabs li a {
    font-weight: 500;
    padding: 10px 0;
    border-bottom: 2px solid transparent;
}

.vl-public .cmn--tabs li a.active {
    color: hsl(var(--base));
    border-color: hsl(var(--base));
}


.btn-outline-light {
    border-color: #666;
    color: #eee;
}
.btn-outline-light:hover {
    background: #a855f7; /* your brand gradient start */
    border-color: #a855f7;
    color: #fff;
}



.vl-public .dashboard-nav {
    position: sticky;
    top: 0;
    padding: 15px 25px;
    background-color: var(--white-color);
    z-index: 11;
}



@media (max-width: 767px) {
    .vl-public .dashboard-nav {
        padding-inline: 20px;
    }
}

@media (max-width: 575px) {
    .vl-public .dashboard-nav {
        padding-inline: 15px;
        position: relative;
    }
}

@media (max-width: 575px) {
    .vl-public .langSel {
        font-size: 15px;
    }
}

.vl-public .nav-header-link li {
    position: relative;
}

.vl-public .nav-header-link li .link {
    width: 40px;
    height: 40px;
    line-height: 1;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #9F70FD;
    font-weight: bold;
    color: #fff;
}

@media (max-width: 450px) {
    .vl-public .nav-header-link li .link {
        width: 30px;
        height: 30px;
        font-size: 15px;
    }
}

.vl-public .nav-header-link li .link:focus img {
    box-shadow: 0px 4px 15px 4px hsl(var(--base)/0.3);
}

.vl-public .nav-header-link li .link.notification-link {
    position: relative;
}

.vl-public .nav-header-link li .link.notification-link::before {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    background: hsl(var(--warning));
    border-radius: 50%;
    right: 10px;
    top: 7px;
}

.vl-public .nav-header-link li .link.notification-link::after {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background: hsl(var(--warning));
    border-radius: 50%;
    right: 7px;
    top: 10px;
    animation: play-button 2s linear infinite;
}

.vl-public .nav-header-link li a:focus~.dropdown-wrapper,
.vl-public .nav-header-link li .dropdown-wrapper:hover {
    visibility: visible;
    opacity: 1;
    transform: translate(0) scale(1);
}

.vl-public .nav-header-link li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.vl-public .nav-header-link .dropdown-wrapper {
    width: 255px;
     background-color: #ffffff;
    border: 1px solid #e9ecef;
    border-radius: 1rem;
    padding: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    position: absolute;
    right: 0;
    top: calc(100% + 15px);
    visibility: hidden;
    opacity: 0;
    transform: translateY(20px) scaleY(0.8);
    transform-origin: top;
    z-index: 11;
}


/*.vl-public .nav-header-link .dropdown-wrapper::before {*/
/*    position: absolute;*/
/*    content: "";*/
/*    bottom: 100%;*/
/*    right: 5px;*/
/*    border: 15px solid transparent;*/
/*    border-bottom-color: hsl(var(--white));*/
/*}*/

.vl-public .nav-header-link .dropdown-wrapper .dropdown-header {
    text-align: center;
    padding-top: 0px;
    padding-bottom: 10px;
}

.vl-public .nav-header-link .dropdown-wrapper p {
    color: black;
}

.vl-public .nav-header-link .dropdown-wrapper .links li a {
    color: black;
    display: block;
    padding: 5px 0;
    border-top: 1px solid #e9ecef;
    font-size: 15px;
}

.vl-public .nav-header-link .dropdown-wrapper .links li:last-child a {
    padding-bottom: 0px;
}

.vl-public .nav-header-link .dropdown-wrapper .links li a:hover {
    color: hsl(var(--base));
}

.vl-public .nav-header-link .dropdown-wrapper.notification-dropdown {
    width: 250px;
    padding: 0;
}

.vl-public .notification-item {
    padding: 15px;
}

.vl-public .notification-item.notification-warning .icon {
    background-color: hsl(var(--warning));
}

.vl-public .notification-item.notification-success .icon {
    background-color: hsl(var(--success));
}

.vl-public .notification-item.notification-info .icon {
    background-color: hsl(var(--info));
}

.vl-public .notification-item:not(:first-child) {
    border-top: 1px solid hsl(var(--border));
}

.vl-public .notification-item:hover {
    background-color: hsl(var(--base)/0.05);
}

.vl-public .notification-item .icon {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background-color: hsl(var(--base));
    color: hsl(var(--white));
    font-size: 18px;
}

.vl-public .notification-item .content {
    width: calc(100% - 35px);
    padding-left: 10px;
}

.vl-public .notification-item .content .title {
    font-size: 13px;
}

.vl-public .notification-item .content .time {
    font-size: 12px;
}

.vl-public .search-form {
    width: 260px;
}

.vl-public .search-form ::placeholder {
    font-size: 14px;
}

@media (max-width: 767px) {
    .vl-public .search-form {
        width: 220px;
    }
}

@media (max-width: 575px) {
    .vl-public .search-form {
        position: absolute;
        top: 99%;
        left: 50%;
        right: 0;
        padding: 25px;
        background-color: hsl(var(--white));
        width: 100%;
        visibility: hidden;
        opacity: 0;
        transition: 0.4s;
        transform: translate(-50%, -100%);
    }

    .vl-public .search-form.active {
        transform: translate(-50%, 0);
        opacity: 1;
        visibility: visible;
        z-index: 11;
    }
}

.vl-public .dashboard-content {
    padding: 25px;
    border-radius: 10px;
    background: hsl(var(--white));
    box-shadow: 0 3px 25px hsl(var(--base)/0.05);
}

@media (max-width: 575px) {
    .vl-public .dashboard-content {
        padding: 0;
        background-color: transparent;
    }
}

@media (max-width: 767px) {
    .vl-public .dashboard-content .right-content .cmn--btn {
        padding: 6px 20px;
    }

    .vl-public .dashboard-content .right-content .cmn--btn.btn--outline {
        padding: 4px 20px;
    }
}

.vl-public .noti-item {
    padding: 20px 0;
}

.vl-public .noti-item:not(:last-child) {
    border-bottom: 1px solid hsl(var(--border));
}

@media (max-width: 575px) {
    .vl-public .investment-card .card-header {
        background-color: hsl(var(--white));
    }
}

.vl-public .plan-item {
    background-color: hsl(var(--white));
    padding: 40px;
    border-radius: 5px;
    box-shadow: 0 5px 20px 5px hsl(var(--base)/0.05);
    width: 100%;
    margin: 0 auto;
}

.vl-public .dashboard-inner .plan-item {
    box-shadow: none !important;
    border: 1px solid #e5e5e5;
}



.vl-public .plan-btn {
       background-color: var( --e-global-color-7af8ef6 )!important;
    width: 100%;
    font-size: 16px;
    color: #ccc;
    font-weight: 500;
    transition-duration: 0.3s;
    border: 1px solid var( --e-global-color-65412e7 )!important;
    border-radius: 6px;
    padding: 10px 14px;
}

.vl-public .plan-btn:hover {
    color: #fff;
   
}

.vl-public .plan-section {
    background: linear-gradient(to top, #f5f6fa 430px, #1f2b3a 110px);
}

@media (max-width: 767px) {
    .vl-public .plan-section {
        background: none;
    }
}

@media (min-width: 450px) {
    .vl-public .plan-item {
        max-width: 450px;
    }
}

@media (min-width: 650px) {
    .vl-public .plan-item {
        max-width: 100%;
        width: calc(50% - 12px);
    }
}

@media (min-width: 650px) and (max-width: 700px) {
    .vl-public .plan-item {
        padding: 35px 30px;
    }
}

@media (min-width: 950px) {
    .vl-public .plan-item {
        width: calc(50% - 12px);
    }
}

@media (min-width: 950px) and (max-width: 1300px) {
    .vl-public .plan-item {
        padding: 35px 30px;
    }
}

@media (min-width: 1400px) {
    .vl-public .plan-item {
        width: calc(33.3333333333% - 16px);
    }
}

@media (min-width: 1800px) {
    .vl-public .plan-item {
        width: calc(25% - 18px);
    }
}

@media (max-width: 450px) {
    .vl-public .plan-item {
        padding: 35px 30px;
    }
}

.vl-public .plan-item .plan-name {
    font-size: 16px;
    margin-bottom: 10px;
    padding: 20px;
    border-radius: 5px;
    color: hsl(var(--base));
    background-color: hsl(var(--base)/0.1);
}

.vl-public .plan-item .price-range {
    padding: 10px 0;
    border-radius: 15px;
    display: block;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
}

@media (max-width: 1399px) {
    .vl-public .plan-item .price-range {
        font-size: 32px;
    }
}

.vl-public .plan-item.style--two {
    box-shadow: 0 2px 5px 3px hsl(var(--dark)/0.05);
    padding: 40px 25px;
    position: relative;
    overflow: hidden;
   
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
}

.vl-public .plan-item.style--two .plan-name {
    background-color: transparent;
    padding: 0;
    margin-bottom: 20px;
    font-size: 22px;
}

@media (max-width: 1199px) {
    .vl-public .plan-item.style--two {
        padding: 40px 25px;
    }

    .vl-public .plan-item.style--two::before {
        transform: translate(-55%, 55%);
    }
}

@media (max-width: 991px) {
    .vl-public .plan-item.style--two {
        padding: 30px 15px;
    }
}

.vl-public .plan-item.style--two .plan-rate .rate {
    color: #2a3962;
    font-size: 50px;
}

@media (max-width: 991px) {
    .vl-public .plan-item.style--two .plan-rate .rate {
        font-size: 40px;
    }
}

@media (max-width: 575px) {
    .vl-public .plan-item.style--two .plan-rate .rate {
        font-size: 30px;
    }
}

.vl-public .plan-item-two {
    display: flex!important;
/*     background: #000!important; */
    border: 1px solid #222!important;
    padding: 1rem 1.25rem!important;
    position: relative;
    align-items: center;
    justify-content: space-between;
    width: 100%!important;
    border-radius: 8px;
	background: radial-gradient(50% 50% at 52.3% 0%, rgb(0 194 204 / 35%) 0%, rgba(0, 0, 0, 0) 100%);
}

@media (max-width: 1399px) {
    .vl-public .plan-item-two {
        flex-wrap: wrap;
        flex-flow: column;
        gap: 20px;
        width: calc(33.3333333333% - 16px);
        border: 0;
        border-radius: 6px;
        box-shadow: 0 3px 15px hsl(var(--base)/0.05);
    }
}

@media (min-width: 1400px) {
    .vl-public .plan-item-two:not(:last-child) {
        border-bottom: 0;
    }
}

@media (max-width: 991px) {
    .vl-public .plan-item-two {
        width: calc(50% - 8px);
    }
}

@media (max-width: 650px) {
    .vl-public .plan-item-two {
        width: 100%;
    }
}

.vl-public .plan-item-two .plan-inner-div {
    flex-grow: 1;
    flex-shrink: 0;
    max-width: 350px;
}

@media (min-width: 1400px) {
    .vl-public .plan-item-two .plan-inner-div {
        padding-inline: 10px;
    }
}

@media (max-width: 1399px) {
    .vl-public .plan-item-two .plan-inner-div {
        flex-grow: 1;
        max-width: 100%;
        text-align: left;
        width: 100%;
        display: flex;
        justify-content: space-between;
        gap: 15px;
    }
}

.vl-public .plan-item-two .plan-label {
    font-weight: 600;
}

.vl-public .account-section {
    /*background-color: var(--white-color);*/
    background: linear-gradient(120deg, #fff9f0 0%, #f8f3ff 50%, #f6faff 100%);
    flex-shrink: 1;
    flex-grow: 1;
    flex-basis: auto;
    padding: 60px 20px;
}

.vl-public .account-content {
    display: flex;
    gap: 40px;
    flex-direction: column;
    justify-content: center;
}

.vl-public .account-content .account-logo {
    max-width: 200px;
}

.vl-public .account-content p {
    font-size: 20px!important;
}

.vl-public .account-content p {
    font-size: 20px!important;
}

.vl-public .account-content .strike-img {
    max-width: 30px;
    margin-top: 8px;
    margin-right: 10px;
}

.account-section .form-col {
    background: var(--white-color);
    border-radius: 20px;
    box-shadow: 0 0 15px 3px #817e7e1a;
    padding: 40px 40px;
    width: 37%; 
    height: 100%;
    min-height: 40em;
}

@media (max-width: 1024px) {
   .account-section .form-col {
	width:100%!important;
}
}

@media (max-width: 768px) {
   .account-section .form-col {
	padding: 40px 20px;
}
}

.account-section h4{
    text-align: center;
    /*font-weight: 500;*/
	color:#000!important;
/* 	font-size:32px!important; */
}

.account-section p{
	color: black;
	font-size:16px!important;
}

/*.account-section p.text-center {*/
/*	color:#ccc!important;*/
/*}*/

.fw-bold{
	color: var(--e-global-color-1d61a98 )!important;
	font-weight:500!important;
	position:relative;
        white-space: normal;
}

.fw-bold:hover{
        color:#003049;
}
/*.fw-bold:hover:after{*/
/*        width:100%;*/
/*}*/


/*.fw-bold::after{*/
/*	position: absolute;*/
/*    content: "";*/
/*    height: 2px;*/
/*    background: #00C2CC;*/
/*    width: 0px;*/
/*    transition: 0.3s;*/
/*    left: 0;*/
/*    bottom: -2px;*/
/*}*/

.trans-title {
    white-space: normal;
}

.vl-public .account-section .bg-image {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}

.vl-public .account-form {
    /*padding: 20px 0px 0px 0px;*/
    z-index: 1;
    position: relative;
    border-radius: 5px;
/*     background-color: hsl(var(--white));
    border: 1px solid #e5e5e5; */
}

.vl-public .account-form .form-group .form-label{
    color: #000000;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: -20px;
    background: var(--white-color);
    margin-left: 12px;
    padding: 0 5px;    
    z-index: 1;
    position: relative;
}

.vl-public .account-form input.btn {
    margin-top: 15px;
}

.vl-public .account-form .input-group-text {
    background: white;
    font-size: 15px;
}


.auth-page-logo {
    display: none!important;
	width:50px;
	height:50px;
}

.auth-page-logo img {
	width:100%;
}

.center-box {
	    display: flex;
    align-items: center;
    gap: 7px;
}

@media (max-width: 450px) {
    .vl-public .account-form {
/*         padding: 20px; */
    }
}

.vl-public .content-item:not(:last-child) {
    margin-bottom: 35px;
}

.vl-public .content-item .title {
    margin-bottom: 20px;
}

.vl-public .faq-item {
    border: 1px solid hsl(var(--border));
    border-radius: 5px;
    background-color: hsl(var(--white));
}

.vl-public .faq-item:not(:last-child) {
    margin-bottom: 15px;
}

.vl-public .faq-item__title {
    padding: 20px;
    cursor: pointer;
    position: relative;
}

.vl-public .faq-item__title::before {
    content: "\f067";
    right: 15px;
    top: 18px;
}

.vl-public .faq-item__content {
    padding: 20px;
    padding-top: 0;
    display: none;
}

.vl-public .faq-item.active .faq-item__content {
    display: block;
}

.vl-public .faq-item.open .faq-item__title::before {
    content: "\f068";
}

.vl-public .link-color {
    color: #9F70FD;
}

.empty-link{
    color: hsl(343 79% 56% /1)!important;
}

.vl-public .link-color:hover {
    color: hsl(var(--link-color-hover));
}

.vl-public .work-process-card {
    text-align: center;
    padding: 15px;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #e5e5e5;
}

.vl-public .work-process-card .icon-area img {
    height: 35px;
    margin-bottom: 5px;
}

.vl-public .plan-section {
    margin-top: -20px;
}

.vl-public .menu-btn a {
    background: hsl(var(--base));
    border-radius: 5px;
    padding: 5px 15px;
    transition: all 0.3s;
}

.vl-public .menu-btn a:hover {
    background: hsl(var(--base-h), var(--base-s), 55%);
}

.vl-public .trx-icon {
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    font-size: 1.625rem;
    margin-right: 12px;
}

.vl-public .trx-icon.plus {
    background-color: rgba(40, 199, 111, 0.15);
    color: #28c76f;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.vl-public .trx-icon.minus {
    background-color: rgba(234, 84, 85, 0.15);
    color: #ea5455;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.vl-public .trx-table .plan-inner-div {
    padding-left: 0;
}

.vl-public .custom-input-box {
    background-color: #fff;
    border: 1px solid #cacaca;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    padding: 0.125rem 0.5rem;
}

.vl-public .custom-input-box label {
    color: #a0a0a0;
    font-size: 0.75rem;
    margin-bottom: 0;
}

.vl-public .custom-input-box select,
.vl-public .custom-input-box input {
    background-color: transparent;
    width: 100%;
    border: none;
    color: #373e4a;
    font-size: 0.875rem;
    font-weight: 500;
}

.vl-public .custom-input-box input:focus,
.vl-public .custom-input-box select:focus {
    outline: none;
}

.vl-public .copy-link {
    position: relative;
}

.vl-public .copy-link input {
    width: 100%;
    padding: 10px;
    border-radius: 4px;
    transition: all 0.3s;
    padding-right: 70px;
    background: transparent;
    color: #ffffffb5;
    border-color: rgb(255 255 255 / 20%);
}

.vl-public .copy-link input:focus {
    outline: none;
    border: 1px solid #bfbdbd;
}

.vl-public .copy-link span {
    display: flex;
    padding: 0px 40px;
    background: #00C2CC;
    text-align: center;
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    cursor: pointer;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    align-items: center;
}

.copyBoard i {
    margin-right: 5px;
}

.vl-public select.langSel {
    background-color: #fff0;
    border: 1px solid #ffffff36 !important;
    color: #fffffff2;
    margin-left: 20px;
}

@media (max-width: 991px) {
    .vl-public select.langSel {
        margin-left: auto;
        margin-right: 20px;
    }
}

.vl-public select.langSel option {
    background-color: #2a3962;
}

.vl-public .plan-section {
    flex-grow: 1;
    flex-basis: auto;
    flex-shrink: 0;
}

@media (max-width: 450px) {
    .vl-public .invest-statistics {
        display: block !important;
        text-align: center;
    }

    .vl-public .invest-statistics__chart {
        text-align: center;
        margin-top: 10px;
    }
}

.vl-public .full-height {
    flex-shrink: 1;
    flex-grow: 1;
    flex-basis: auto;
}

.vl-public .thumb__350px {
    height: 350px;
}

.vl-public .thumb__350px img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (max-width: 1199px) {
    .vl-public .thumb__350px {
        height: 250px;
    }
}

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

.vl-public .copyInput {
    display: inline-block;
    line-height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.vl-public .copied::after {
    position: absolute;
    top: 8px;
    right: 12%;
    width: 100px;
    display: block;
    content: "COPIED";
    font-size: 1em;
    padding: 5px 5px;
    color: #fff;
    background-color: #FF7000;
    border-radius: 3px;
    opacity: 0;
    will-change: opacity, transform;
    animation: showcopied 1.5s ease;
}

@keyframes showcopied {
    0% {
        opacity: 0;
        transform: translateX(100%);
    }

    50% {
        opacity: 0.7;
        transform: translateX(40%);
    }

    70% {
        opacity: 1;
        transform: translateX(0);
    }

    100% {
        opacity: 0;
    }
}

.vl-public .cookies-card {
    width: 520px;
    padding: 30px;
    color: #1E2337;
    position: fixed;
    bottom: 15px;
    left: 15px;
    z-index: 99;
    transition: all 0.5s;
    background: #d1d1d1;
    border-radius: 5px;
}

.vl-public .cookies-card.hide {
    bottom: -500px !important;
}

.vl-public .radius--10px {
    border-radius: 10px;
}

.vl-public .cookies-card__icon {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-color: #6e6f70;
    color: #fff;
    font-size: 32px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.vl-public .cookies-card__content {
    margin-bottom: 0;
}

.vl-public .cookies-btn {
    color: #363636;
    text-decoration: none;
    padding: 10px 35px;
    margin: 3px 5px;
    display: inline-block;
    border-radius: 999px;
}

.vl-public .cookies-btn:hover {
    color: #363636;
}

@media (max-width: 767px) {
    .vl-public .cookies-card {
        width: 100%;
        left: 0;
        bottom: 0;
        font-size: 14px;
        padding: 15px;
    }
}

.vl-public .hover-input-popup {
    position: relative;
}

.vl-public .input-popup {
    display: none;
}

.vl-public .hover-input-popup .input-popup {
    display: block;
    position: absolute;
    bottom: 70%;
    left: 50%;
    width: 280px;
    background-color: #1a1a1a;
    color: #fff;
    padding: 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.vl-public .input-popup::after {
    position: absolute;
    content: "";
    bottom: -19px;
    left: 50%;
    margin-left: -5px;
    border-width: 10px 10px 10px 10px;
    border-style: solid;
    border-color: transparent transparent #1a1a1a transparent;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.vl-public .input-popup p {
    padding-left: 20px;
    position: relative;
}

.vl-public .input-popup p::before {
    position: absolute;
    content: "";
 
    font-weight: 900;
    left: 0;
    top: 4px;
    line-height: 1;
    font-size: 18px;
}

.vl-public .input-popup p.error {
    text-decoration: line-through;
}

.vl-public .input-popup p.error::before {
    content: "\f057";
    color: #ea5455;
}

.vl-public .input-popup p.success::before {
    content: "\f058";
    color: #28c76f;
}

.vl-public .show-filter {
    display: none;
}

@media (max-width: 767px) {
    .vl-public .responsive-filter-card {
        display: none;
        transition: none;
    }

    .vl-public .show-filter {
        display: block;
    }
}

.vl-public .form-group {
    margin-bottom: 5px;
}

.vl-public .treeview li.contains-items {
    background-image: url(icons/arrow-left.png) !important;
}



.vl-public .treeview li.items-expanded {
    background-image: url(icons/arrow-down.png) !important;
}

.vl-public #counter {
    
}

.vl-public .accordion-button {
    flex-wrap: wrap;
}

@media (max-width: 575px) {
    .vl-public .accordion-button {
        padding: 15px 8px;
    }
}

@media (max-width: 575px) {
    .vl-public .transaction-item {
        flex-wrap: wrap;
    }
}

@media (max-width: 767px) {
    .vl-public .transaction-item .icon-wrapper .trans-title {
        font-size: 0.875rem;
    }
}

@media (max-width: 767px) {

    .vl-public .transaction-item .icon-wrapper p,
    .vl-public .transaction-item .icon-wrapper span {
        font-size: 0.75rem !important;
    }
}

@media (max-width: 575px) {
    .vl-public .transaction-item .content-wrapper {
        padding-left: 2.5rem;
        margin-top: 8px !important;
    }
}

@media (max-width: 767px) {
    .vl-public .transaction-item .content-wrapper p {
        font-size: 0.75rem !important;
    }
}

@media (max-width: 767px) {
    .vl-public .transaction-item .amount-wrapper p {
        font-size: 0.8125rem !important;
    }
}

@media (max-width: 767px) {
    .vl-public .transaction-item .amount-wrapper span {
        font-size: 0.75rem !important;
    }
}

#transactionAccordion .content-wrapper b {
    display: none;
}

.vl-public .table--acordion .accordion-item {
    background-color: transparent!important;
    margin: 20px 0px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    border-radius: 1rem;
    border: 1px solid #e9ecef;
}

.amount-wrapper p {
    color: #000000 !important;
}

.vl-public .table--acordion .accordion-button {
    display: flex!important;
    background: white;
    width: 100%!important;
    border: 0px solid #222!important;
    box-shadow: none;
    padding: 1rem 1.25rem!important;
}

.vl-public .table--acordion .accordion-body {
    background: white;
    border: none;
    border: 1px solid #e9ecef;
}

.vl-public .table--acordion .accordion-button {
    text-align: left;
    align-items: center;
}

.vl-public .table--acordion .accordion-button::after {
    display: none;
}

.vl-public .table--acordion .accordion-button:focus {
    box-shadow: none;
}


.vl-public .table--acordion .accordion-button .text-muted {
    font-size: 15px;
    color: #666666 !important;
    margin-top: 6px !important;
    font-weight: 400!important;
}

.vl-public .table--acordion .accordion-button p b {
	font-size: 16px;
    font-weight: 500;
}

.vl-public .table--acordion .left {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}

.vl-public .table--acordion .left .icon {
    width: 2.5rem;
    height: 2.5rem;
    background-color: rgba(69, 130, 255, 0.15);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    color: #4582ff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    font-size: 1.625rem;
}

@media (max-width: 575px) {
    .vl-public .table--acordion .left .icon {
        width: 1.875rem;
        height: 1.875rem;
        font-size: 16px;
    }
}

.vl-public .table--acordion .left .content {
    width: calc(100% - 2.5rem);
    padding-left: 0.9375rem;
}

@media (max-width: 575px) {
    .vl-public .table--acordion .left .content {
        padding-left: 0.625rem;
    }
}

.vl-public .table--acordion .accordion-item.rcv-item .icon {
    background-color: rgba(40, 199, 111, 0.15);
    color: #28c76f;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.vl-public .table--acordion .accordion-item.sent-item .icon {
    background-color: rgba(234, 84, 85, 0.15);
    color: #ea5455;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.vl-public .caption-list li {
    display: flex;
    flex-wrap: wrap;
    padding: 0.625rem 0;
    font-size: 0.9375rem;
    border-bottom: 1px dashed #cacaca;
}

.vl-public .caption-list li:first-child {
    padding-top: 0;
}

.vl-public .caption-list li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.vl-public .caption-list li .caption {
    width: 30%;
  
    font-weight: 500;
    font-size: 0.875rem;
    position: relative;
}

@media (max-width: 480px) {
    .vl-public .caption-list li .caption {
        width: 35%;
    }
}

.vl-public .caption-list li .caption::after {
    position: absolute;
    content: ":";
    top: 0;
    right: 0;
}

.vl-public .caption-list li .value {
    width: 70%;
    padding-left: 0.9375rem;
}

@media (max-width: 480px) {
    .vl-public .caption-list li .value {
        width: 65%;
    }
}

.vl-public .caption-list-two {
    padding: 0.625rem 0.9375rem;
    background-color: rgba(69, 130, 255, 0.1);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.vl-public .caption-list-two li {
 
    font-weight: 500;
    color: #373e4a;
    font-size: 0.875rem;
    padding: 0.5rem 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px dashed #b1b1b1;
}

.vl-public .caption-list-two li:first-child {
    padding-top: 0;
}

.vl-public .caption-list-two li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.vl-public .caption-list-two li .caption {
    width: 20%;
    position: relative;
}

.vl-public .caption-list-two li .caption::after {
    position: absolute;
    content: ":";
    top: 0;
    right: 0;
}

.vl-public .caption-list-two li .value {
    width: 80%;
    text-align: right;
}

.vl-public .table--acordion .left .icon-success {
    background-color: #28c87026;
    color: #28c870;
}

.vl-public .table--acordion .left .icon-warning {
    background-color: #ff9e4226;
    color: #ff9e42;
}

.vl-public .table--acordion .left .icon-danger {
    background-color: #ea535326;
    color: #ea5353;
}

.vl-public .table--acordion .left .icon-dark {
    background-color: #081f3026;
    color: #081f30;
}

.vl-public .tr-icon.icon-success {
    transform: rotate(45deg);
}

.vl-public .tr-icon.icon-danger {
    transform: rotate(-45deg);
}

.vl-public .close {
    background-color: transparent;
    border: none;
}

.vl-public label.required:after {
    content: "*";
    color: #DC3545 !important;
    margin-left: 2px;
}

.vl-public .auth-page-logo img {
    max-width: 180px !important;
}

.vl-public .input-group-text {
    border: 1px solid hsl(var(--border));
}

.vl-public .pager {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 14px 20px;
}

.vl-public .pager li {
    margin-right: 15px;
}

.vl-public .pager li:last-child {
    margin-right: 0;
}

.vl-public .pager li a {
    background-color: transparent;
    border: 1px solid hsl(var(--base));
    padding: 5px 20px;
    color: hsl(var(--base));
    font-weight: 500;
    border-radius: 5px;
    transition: 0.2s linear;
    text-align: center;
}

.vl-public .pager li a:hover {
    background-color: hsl(var(--base));
    color: #fff;
}

.vl-public .pager li a .page-icon {
    color: inherit;
    font-size: 12px;
}

.vl-public .pager li:first-child a .page-icon {
    margin-right: 2px;
}

.vl-public .pager li:last-child a .page-icon {
    margin-left: 2px;
}









/* =============================== Pricing Plan For Wp =============================== */

.plan-item {
    background-color: hsl(var(--white));
    padding: 40px;
    border-radius: 5px;
    width: 100%;
    margin: 0 auto;
}

.dashboard-inner .plan-item {
    box-shadow: none !important;
    border: 1px solid #e5e5e5;
}


.plan-btn {
    background-color: #2a3962 !important;
    border: 1px solid #2a3962 !important;
    width: 100%;
}

.plan-section {
    background: linear-gradient(to top, #f5f6fa 430px, #1f2b3a 110px);
}

@media (max-width: 767px) {
    .plan-section {
        background: none;
    }
}

@media (min-width: 450px) {
    .plan-item {
        max-width: 450px;
    }
}

@media (min-width: 650px) {
    .plan-item {
        max-width: 100%;
        width: calc(50% - 12px);
    }
}

@media (min-width: 650px) and (max-width: 700px) {
    .plan-item {
        padding: 35px 30px;
    }
}

@media (min-width: 950px) {
    .plan-item {
        width: calc(50% - 12px);
    }
}

@media (min-width: 950px) and (max-width: 1300px) {
    .plan-item {
        padding: 35px 30px;
    }
}

@media (min-width: 1400px) {
    .plan-item {
        width: calc(33.3333333333% - 16px);
    }
}

@media (min-width: 1800px) {
    .plan-item {
        width: calc(25% - 18px);
    }
}

@media (max-width: 450px) {
    .plan-item {
        padding: 35px 30px;
    }
}

.plan-item .plan-name {
    font-size: 16px;
    margin-bottom: 10px;
    padding: 20px;
    border-radius: 5px;
    color: hsl(var(--base));
    background-color: hsl(var(--base)/0.1);
}

.plan-item .price-range {
    padding: 10px 0;
    border-radius: 15px;
    display: block;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
}

@media (max-width: 1399px) {
    .plan-item .price-range {
        font-size: 32px;
    }
}

.plan-item.style--two {
	background: var( --e-global-color-secondary );
    margin-bottom: 0px;
    padding: 25px!important;
    text-align: left!important;
    color: white;
    transition: .3s!important;
	position: relative;
    display: block;
    border-radius: 10px;
}



.plan-item .investment-plan-icon {
    display: none;
}

.plan-item.style--two .plan-title{
    color: var( --e-global-color-text )!important;
    margin-top: 0;
    margin-bottom: 15px!important;
}

/* .plan-item:hover {
    transform: translatey(-4px);
	transition: .3s;
} */

.plan-item .rate {
    color: var( --e-global-color-text ) !important;
    font-weight: 400;
    font-size: 16px!important;
}

h4.key-feat {
    border-top: 1px solid #80808069;
    padding-top: 21px;
    margin-top: 31px;
}

.plan-item .elementor-icon-list-icon svg {
    fill: var( --e-global-color-1d61a98 );
    transition: fill 0.3s;
    height: var(--e-icon-list-icon-size,1em);
    width: var(--e-icon-list-icon-size,1em)
}

.plan-item .rate span {
    font-size: 36px;
    font-weight: 500;
    color: white;
}

.plan-item .plan-desc {
     color: #ccc !important;
    font-weight: 500;
    font-size: 16px!important;
	margin-bottom: 35px!important;
}
/* 
.special {
    padding: 2px 8px;
    background: rgba(42, 157, 143, 0.6);
    border-radius: 8px;
} */

.plan-item ul {
  padding:0!important;
}

.plan-item button {
    background-color: transparent;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-image: linear-gradient(106deg, var( --e-global-color-accent ) 12%, var( --e-global-color-1d61a98 ) 88%);
    transition-duration: 0.4s;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #DAFF4700;
    border-radius: 5px 5px 5px 5px;
    padding: 10px 28px 10px 28px;
    width: 100%;
}

.plan-item button:hover{
	transition-duration: 0.5s;
	background-color: #00C2CC!important;
}

.plan-btn img{
	width: 13px;
	height: 13px;
	filter: brightness(0) invert(1);
}

.plan-item ul li {
    font-size: 16px!important;
    font-weight: 400;
    margin-bottom: 10px!important;
}

.plan-item ul li:nth-last-child(3) {
    margin-bottom: 0px!important;
}


.plan-item .investment-plan-icon {
    margin-bottom: 25px;
    width: 50px;
}

.plan-item.style--two .plan-name {
    background-color: transparent;
    padding: 0;
    margin-bottom: 20px;
    font-size: 22px;
}

@media (max-width: 1199px) {
    .plan-item.style--two {
        padding: 40px 25px;
    }

    .plan-item.style--two::before {
        transform: translate(-55%, 55%);
    }
}

@media (max-width: 991px) {
    .plan-item.style--two {
        padding: 30px 15px;
    }
}

.plan-item.style--two .plan-rate .rate {
    color: #2a3962;
    font-size: 50px;
}

@media (max-width: 991px) {
    .plan-item.style--two .plan-rate .rate {
        font-size: 40px;
    }
}

@media (max-width: 575px) {
    .plan-item.style--two .plan-rate .rate {
        font-size: 30px;
    }
}

.plan-item-two {
    background-color: hsl(var(--white));
    border: 1px solid hsl(var(--border));
    padding: 15px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 1399px) {
    .plan-item-two {
        flex-wrap: wrap;
        flex-flow: column;
        gap: 20px;
        width: calc(33.3333333333% - 16px);
        border: 0;
        box-shadow: 0 3px 15px hsl(var(--base)/0.05);
    }
}

@media (min-width: 1400px) {
    .plan-item-two:not(:last-child) {
        border-bottom: 0;
    }
}

@media (max-width: 991px) {
    .plan-item-two {
        width: calc(50% - 8px);
    }
}

@media (max-width: 650px) {
    .plan-item-two {
        width: 100%;
    }
}

.plan-item-two .plan-inner-div {
    flex-grow: 1;
    flex-shrink: 0;
    max-width: 350px;
}

@media (min-width: 1400px) {
    .plan-item-two .plan-inner-div {
        padding-inline: 10px;
    }
}

@media (max-width: 1399px) {
    .plan-item-two .plan-inner-div {
        flex-grow: 1;
        max-width: 100%;
        text-align: left;
        width: 100%;
        display: flex;
        justify-content: space-between;
        gap: 15px;
    }
}

.plan-item-two .plan-label {
    font-weight: 600;
}

/* =============================== Pricing Plan For Wp =============================== */

.vl-public .btn--primary {
    background:  var(--e-global-color-1d61a98)!important;
   
    border: 0px solid hsl(var(--base)) !important;
    color: white!important;
}

/* User Ranking */

@media (max-width: 700px) {
    .ranking-list {
        max-width: 700px;
        overflow-x: auto;
        background: hsl(var(--white));
    }
}

.invest-details-link {
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #c3bfbf;
    border-radius: 50px;
    color: #c3bfbf;
}

.invest-details-link:hover {
    border-color: #a7a7a7;
    color: #a7a7a7;
}

@media (max-width: 768px) {
    .raking-invest {
        display: block !important;
        margin: 0 auto;
        text-align: center;
    }
}

.raking-invest span:first-child {
    margin-bottom: 5px;
}

.raking-invest h5 {
    margin-bottom: 5px;
    color: hsl(var(--base));
}

.raking-common span {
    margin-bottom: 10px;
}

.raking-common h5 {
    color: hsl(var(--base));
}

.invest-badge__list {
    position: absolute;
    width: 100%;
    min-width: 290px;
    left: 205px;
    top: 0;
    opacity: 0;
    background: hsl(var(--base));
    z-index: 1;
    visibility: hidden;
    padding: 20px;
    border-radius: 10px;
    text-align: left;
    z-index: 9;
}

@media (min-width: 1200px) {
    .invest-badge__list {
        top: -8px;
    }
}

.invest-badge:hover .invest-badge__list {
    opacity: 1;
    visibility: visible
}

.invest-badge__list li span {
    width: 50%;
    font-size: 14px;
    /* color: hsl(var(--white)) */
}

@media (max-width: 767px) {
    .invest-badge__subtitle {
        font-size: 12px;
    }
}

.invest-badge__list li span:first-child {
    font-weight: 600;
    /* color: hsl(var(--white)); */
}

.invest-badge__list li {
    margin-bottom: 5px;
}


/* invest-badge start here */

.invest-badge-col {
    /* padding: 30px 20px; */
    width: 205px;
    height: 205px;
    display: flex;
    margin: 0 auto;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    flex-direction: column;
    justify-content: center;
}

.invest-badge__thumb {
    margin-bottom: 10px;
}

.invest-badge__thumb__mask {
    content: "";
    /* width: 126px;
    height: 142px; */
    display: inline-block;
    /* background: #747474; */
    /* -webkit-mask: url('../images/shape.png') no-repeat 50% 50%; */
    /* mask-image: url('../images/shape.png'); */
    mask-size: auto;
    /* -webkit-mask-size: cover; */
    /* mask-size: contain; */
    max-width: 100%;
    max-height: 100%;
    /* line-height: 10; */
    position: unset;
    transition: 0.5s;
}

/* .invest-badge:hover .badge-lock {
        background: linear-gradient(90deg, #4f46e5, #6d28d9);
} */

.invest-badge__thumb__mask::before {
    position: absolute;
    content: '';
    width: 100%;
    background: linear-gradient(90deg, #4f46e5, #6d28d9);
    left: 0;
    bottom: 0;
    z-index: 1;
    transition: .3s linear;
}

.invest-badge:hover .invest-badge__thumb__mask::before {
    height: 100%;
}

.badge-lock img {
    filter: grayscale(100%);
}

.badge-lock::before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    /* opacity: 0.1; */
    background-color: transparent;
}

.invest-badge:hover .badge-lock img {
    filter: grayscale(0);
    transition: 0.5s;
}

.badge-lock::after {
    position: absolute;
    content: '\f023';
  
    font-weight: 900;
    font-size: 35px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    visibility: visible;
    transition: 0.5s;
    z-index: 8;
    color: hsl(var(--dark))
}

.invest-badge:hover .badge-lock::after {
    visibility: hidden;
    opacity: 0;
    top: 60%;
}

.invest-badge__thumb__mask img {
    width: 80px;
    margin-bottom: 10px;
    object-fit: contain;
    position: relative;
    z-index: 2;
}
.invest-badge h4,.invest-badge  p {
    position: relative;
    z-index: 2;
}


.invest-badge__details-3,
.invest-badge__details-4 {
    left: -234px;
    /* right: -92% !important; */
}

@media (max-width: 1199px) {
    .invest-badge__details {
        left: auto !important;
        right: -75% !important;
    }

    .invest-badge__detail_one {
        right: 0 !important;
        left: -75% !important;
    }
}

@media (min-width: 1200px) and (max-width: 1400px) {

    .invest-badge__details-3,
    .invest-badge__details-4 {
        left: -266px !important;
    }

    .invest-badge__details-1,
    .invest-badge__details-2 {
        right: -266px !important;
    }
}

@media (min-width: 1330px) and (max-width: 1400px) {

    .invest-badge__details-3,
    .invest-badge__details-4 {
        left: -252px !important;
    }

    .invest-badge__details-1,
    .invest-badge__details-2 {
        right: -252px !important;
    }
}


@media (max-width: 991px) {

    .invest-badge__details-1,
    .invest-badge__details-3 {
        left: auto !important;
        right: -72% !important;
    }

    .invest-badge__details-2,
    .invest-badge__details-4 {
        right: auto !important;
        left: -73% !important;
    }
}

@media (max-width: 767px) {
    .invest-badge__list {
        left: 0 !important;
        right: auto !important;
        top: 100% !important;
        z-index: 99;
        width: 290px;
    }
}

@media (max-width: 600px) {
    .invest-badge__list {
        left: 50% !important;
        top: 140% !important;
        transform: translate(-50%, -50%);
        z-index: 99;
        width: 290px;
    }

}

.invest-badge__details::before {
    position: absolute;
    content: "";
    width: 15px;
    height: 11px;
    background-color: #003049;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    top: 50%;
    transform: translateY(-50%);
}



@media (min-width: 1200px) {

    .invest-badge__details-1::before,
    .invest-badge__details-2::before {
        left: -13px;
        transform: translateY(-50%) rotate(90deg);
    }

    .invest-badge__details-3::before,
    .invest-badge__details-4::before {
        right: -13px;
        transform: translateY(-50%) rotate(-90deg);
    }
}

@media (max-width: 1199px) and (min-width:992px) {
    .invest-badge__detail_one::before {
        right: -13px;
        top: 46%;
        transform: translateY(-50%) rotate(-90deg);
    }

    .invest-badge__detail_two::before {
        left: -13px;
        top: 50%;
        transform: translateY(-50%) rotate(90deg);
    }
}

@media (max-width: 991px) and (min-width:768px) {

    .invest-badge__details-1::before,
    .invest-badge__details-3::before {
        left: -13px;
        transform: rotate(90deg);
    }

    .invest-badge__details-2::before,
    .invest-badge__details-4::before {
        right: -13px;
        transform: rotate(-90deg);
    }
}

@media(max-width:767px) {
    .invest-badge__details::before {
        transform: rotate(180deg);
        top: -10px;
        left: 48%;
    }
}

.invest-badge__thumb__mask::before {
    height: var(--before-height);
}
.pool-plan {
    border: 1px solid #4D7DE6 !important;
}
.pool .item {
	color: #293860;
	font-size: 14px;
	font-weight: 600;
	border-bottom: 1px solid #f6f6f6;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
.progress {
	height: 0.8rem;
}

.mb-user-card {
    display: block !important;
  }

@media (max-width: 767px) {
  .profile-info , .dashboard-btn {
    display: none !important;
  }
}

@media (max-width: 767px) {
.vl-public .sidebar-menu {
    margin-top: 40px;
  
}
}

/* mobile-dashboard */

@media (min-width: 768px) {
  .mobile-dashboard {
    display: none !important;
  }
  
}


.mb-user-card {
      background-color: #5d5fd3;
      border-radius: 12px;
      padding: 5px;
      color: white;
      text-align: center;
      margin-bottom: 1rem;
    }

    .mb-user-card span {
      font-size: 0.9rem;
      opacity: 0.9;
      line-height: 1;
    }

    .mb-wallet-box {
    border-radius: 10px;
    background-color: #00c2ccba;
    background-size: cover;
    position: relative;
    padding: 15px;
    z-index: 2;
    }

     .wallet-shadow {
    position: absolute;
    width: 70px;
    left: 50%;
    top: 50%;
    opacity: 0.15;
    z-index: 0;
    filter: grayscale(1);
    transform: rotate(0deg) translate(-50%, -50%);
}
    

    .mb-wallet-box h2 {
      font-size: 1.5rem;
      margin-bottom: 0.5rem;
    }

    .mb-wallet-box .mb-wallets {
        position: relative;
      display: flex;
      justify-content: space-between;
      font-size: 0.9rem;
      
    }

    .mb-wallet-container{
        position: relative;
        margin: 55px 20px;
        margin-top: 20px;
    
    }

    .mb-wallet-container::before{
    position: absolute;
    content: "";
    background: #3e3e3e;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    border-radius: 10px;
    transform: rotate(8deg);
    opacity: 0.7;
    z-index: 0;
    }

    .mb-wallet-container::after{
    position: absolute;
    content: "";
    background: #060606;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    border-radius: 10px;
    transform: rotate(4deg);
    opacity: 0.7;
    z-index: 1;
    }

    .mb-wallet-box .mb-note {
      margin-top: 1rem;
      font-size: 0.75rem;
      color: #90cdf4;
    }

    .mb-actions {
      display: flex;
      justify-content: space-between;
      margin-bottom: 20px;
    }

  .mb-head {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
    padding-bottom: 7px;
    border-bottom: 1px solid #ffffff24;
    color: #fff;
}

    .mb-action-button {
      flex: 1;
    color: #001219!important;
    text-align: center;
    border-radius: 10px;
    font-size: 14px;
    width: 100%;
    margin: 0 5px;
    padding: 15px 0;
    background: #c0ef6e;
    }

    .mb-investment {
      background-color: #ddcbf9!important; 
    }

    .mb-withdraw {
      background-color: #f9cea2!important; /* light orange */
    }

    .alert__message .fw-bold {
    color: #000000 !important;
    font-size: 18px;
    font-weight: 600;
    /* margin-bottom: 8px; */
}

   .welcome-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 20px;
    background: black;
    border: 1px solid #222;
    background: radial-gradient(50% 50% at 52.3% 0%, rgb(0 194 204 / 35%) 0%, rgba(0, 0, 0, 0) 100%);
    border-radius: 8px;
    /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2); */
    margin-bottom: 18px;
    color: #fff;
}

.welcome-card {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  flex-direction: row;
}

.welcome-avatar {
  background-color: #1e1b4b;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.welcome-text {
  flex: 1;
  min-width: 200px;
}

.welcome-text h2 {
  font-size: 40px!important;
  font-weight: 500;
  margin: 0 0 6px;
}

.welcome-text .full-name {
  font-weight: 500;
}

.welcome-text .username {
  font-weight: 500;
  font-size: 16px;
  display: inline-block;
}

.welcome-text p {
  margin: 0;
  font-size: 18px;
  color: #e0e7ff;
	font-weight:500;
}

.welcome-rank {
    background: #ffffff;
    border-radius: 50%;
    overflow: hidden;
    width: 80px;
    padding: 18px;
}

.welcome-rank img {
    max-width: 100%;
}

/* 🌐 Mobile Responsiveness */
@media (max-width: 768px) {
  .welcome-card {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    text-align: left;
  }

  .welcome-container {
    padding: 12px 20px!important;
}

  .welcome-text h2 {
    font-size: 18px!important;
    margin-bottom: 5px!important;
  }

  .welcome-text .username {
    font-size: 12px;
    line-height: 1;
  }

  .welcome-text p {
    font-size: 12px;
  }

  .welcome-avatar {
      display: none;
  }

  .welcome-rank {
    width: 50px;
    padding: 10px;
}

}

.referral-disable-text  {
    display: none;
    position: absolute;
    background: #ffffff;
    top: 0;
    left: 0;
    z-index: 3;
}

.referral-disable .referral-disable-text {
    display: block;
}

.referral-disable .btn {
    pointer-events: none;
    opacity: .65;
}

.referedBY{
       width: fit-content;
       background-image: linear-gradient(106deg, var(--e-global-color-accent) 12%, var(--e-global-color-1d61a98) 88%);
       padding: 10px 22px;
       border-radius: 11px;
       font-size: 18px;
       font-weight: 400;
       color: #ffffff!important;
       margin: 0 auto;
}

.pay-instruct b {
    display: block;
    margin-bottom: 10px;
}

a.cancelWithdrawBtn {
    color: #c36;
   
}

.cardBG {
    background-color: #ffffff!important;
    border: 1px solid #e7e7e7;
    border-radius: 1rem!important;
    /* height: 100%; */
    transition: all 0.3s ease;
    /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05); */
    overflow: hidden;
}

.cardBG .list-group-item {
    color: #000!important;
    background-color: transparent!important;
}

.cardBG td{
    color: #000!important;
    background: #fff !important;
    border-top: 1px solid #222!important;
}

.cardBG td:before{
    color: #000!important;
}


.copy-coupon {
    cursor: pointer;
    margin-left: 7px;
    font-size: 19px;
    /*color: #ff8a00;*/
}

.vl-public .cardBG .table thead tr th {
    border-bottom: 1px solid #222!important;
}

.cardBG .table-responsive {
    border: 1px solid #222;
    overflow: hidden;
    border-radius: 4px;
}

.vl-public .cardBG .table--responsive--xl tbody tr td {
    border-bottom: 1px solid #dee2e642!important;
}

@media (max-width: 1199px) {

    .vl-public .cardBG .table--responsive--xl tbody tr {
        border-top: 1px solid #fff!important;
    }
	
	.vl-public .cardBG .table--responsive--xl tbody tr:first-child {
        border-top: 0px!important;
    }
}


/* pass show hide */

.password-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.password-wrapper input{
    padding-right: 50px!important; /* Space for the eye icon */
}

.toggle-password {
    position: absolute;
    right: 15px;
    cursor: pointer;
}

.eye-icon {
	/*filter: brightness(0) invert(1);*/
    width: 20px; /* Adjust size as needed */
    height: 20px;
}


.pay-instruct img {
    width: 324px;
    border-radius: 10px;
    border: 1px solid #222;
    margin-bottom: 20px;
}


.pay-instruct .btn--base {
    max-width: 154px;
    margin-top: -16px;
    margin-bottom: 40px;
    padding: 10px 24px;
    text-transform: capitalize;
    
}    
/*----------------------------------------new-css--------------------------------------------------    */


/*dashboard*/


.dash-main-btn {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.dash-main-btn a{
    width: 48.5%;
}

.wallet-card p {
    font-size: 18px;
    margin-top: 5px;
}

.extrawallet-table {
    border-radius: 10px;
    overflow: hidden;
}



.vl-public .extrawallet-table thead tr th {
    border: 0!important;
	padding: 13px 15px!important;
	color:#9F70FD!important;
	text-align: center!important;
}

.extrawallet-table td {
    border: 0!important;
	background: var(--e-global-color-primary)!important;
    padding: 15px 15px!important;
	text-align: center!important;
}


/*extra wallet */

.extrawallet-card .card-body {
    padding: 24px 15px!important;
}

.extrawallet-card h5 {
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 16px;
    text-align: center;
    margin-bottom: 20px!important;
}

.extrawallet-card ul {
    font-size: 16px;
    display: grid;
    gap: 10px;
    margin-bottom: 26px!important;
}

.extrawallet-card ul li {
    display: flex;
    gap: 10px;
}

.extrawallet-card ul li svg{
    width: 15px;
    fill: #9F70FD;
}

.extrawallet-card {
    cursor: pointer;
    border: 2px solid transparent; 
       
}

.extrawallet-card.selected-wallet {
    border-color: hsl(var(--base)) !important;
   
}


/*dashboard*/

.dashboard-inner .overview-card {
    background-color: #ffffff;
    border: 1px solid #e9ecef;
    border-radius: 1rem;
    padding: 20px;
    height: 100%;
    transition: all 0.3s ease;
    /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05); */
}

.dashboard-inner .overview-card .btn.btn--primary.btn-sm {
    background: transparent!important;
    color: black!important;
    border: 1px solid #ababab !important;
    border-radius: 141px;
    padding: 3px 12px;
    font-size: 14px;
    font-weight: 400;
    transition: .3s;
}

.dashboard-inner .overview-card .btn.btn--primary.btn-sm:hover {
    background: #9f70fd!important;
    color: white!important;
    border: 1px solid #9f70fd !important;
    transition: .3s;
}



.dashboard-inner .balance-card-main {
    background: linear-gradient(135deg, #00b09b, #96c93d);
    color: white;
}

.dashboard-inner .card-icon-wrapper {
    background-color: rgba(255, 255, 255, 0.15);
    border-radius: 12px;
    height: 48px;
    width: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}

.dashboard-inner .balance-card-main .card-icon-wrapper {
    background-color: rgba(255, 255, 255, 0.2);
}

.dashboard-inner .overview-card.bg-white .card-icon-wrapper {
    background-color: #f0f2f5;
}

.dashboard-inner .card-icon-wrapper img,
.dashboard-inner .card-icon-wrapper i {
    height: 24px;
    width: 24px;
}

.dashboard-inner .card-title-text {
    font-size: 0.9rem;
    font-weight: 500;
    color: #6c757d;
}

.dashboard-inner .balance-card-main .card-title-text {
    color: rgba(255, 255, 255, 0.9);
}

.dashboard-inner .card-main-amount {
    font-size: 2.25rem;
    font-weight: 700;
    letter-spacing: -1px;
}

.dashboard-inner .percent-change {
    font-size: 0.85rem;
    font-weight: 600;
    padding: 0.25rem 0.6rem;
    border-radius: 20px;
}

.dashboard-inner .percent-change.positive {
    background-color: rgba(40, 199, 111, 0.1);
    color: #28c76f;
}

.dashboard-inner .balance-card-main .percent-change.positive {
    background-color: rgba(255, 255, 255, 0.25);
    color: #ffffff;
}

.dashboard-inner .card-link {
    color: #6c757d;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.2s;
}

.dashboard-inner .balance-card-main .card-link {
    color: #ffffff;
}

.dashboard-inner .card-link:hover {
    color: #0d6efd;
}

.dashboard-inner .balance-card-main .card-link:hover {
    color: #f0f0f0;
}

.dashboard-inner .dot-menu {
    cursor: pointer;
    color: #adb5bd;
}

.dashboard-inner .wallet-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    overflow-y: scroll;
    height: 320px;
    scrollbar-width: none;
  -ms-overflow-style: none; 
}

.dashboard-inner .wallet-grid::-webkit-scrollbar {
  display: none; /* Chrome, Safari */
}

h6.wallet-balance.black-text.mb-1 {
    font-size: 20px;
    font-weight: 500;
}

.dashboard-inner .wallet-item {
    height: fit-content;
    background-color: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 0.75rem;
    padding: 1rem;
}

.dashboard-inner .wallet-item i {
    color: var(--e-global-color-1d61a98);
}

.dashboard-inner .wallet-item span.badge.bg-success.bg-opacity-10.text-success.rounded-pill.fw-normal.px-2.py-1 {
    background-color: rgba(40, 199, 111, 0.1)!important;
    color: #28c76f;
}

.dashboard-inner .wallet-item.inactive {
    opacity: 0.6;
}

.dashboard-inner .btn-toggle {
    background-color: #e9ecef;
    border-radius: 20px;
    padding: 0.25rem;
}

.dashboard-inner .btn-toggle .btn {
    border-radius: 20px;
    padding: 0.3rem 1rem;
    font-size: 0.85rem;
    font-weight: 600;
    border: none;
}

.dashboard-inner .btn-toggle .btn.active {
    background-color: #ffffff;
    color: #000;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.dashboard-inner .btn-toggle .btn:not(.active) {
    background-color: transparent;
    color: #6c757d;
}

.dashboard-inner .activities-table {
    vertical-align: middle;
}

.dashboard-inner .activities-table th {
    font-weight: 600;
    color: #6c757d;
    font-size: 0.8rem;
    text-transform: uppercase;
    border: none;
}

.dashboard-inner .activities-table td {
    border: none;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.dashboard-inner .activities-table tbody tr {
    border-bottom: 1px solid #e9ecef;
}

.dashboard-inner .activities-table tbody tr:last-child {
    border-bottom: none;
}

.dashboard-inner .status-dot {
    height: 8px;
    width: 8px;
    border-radius: 50%;
    display: inline-block;
}

.dashboard-inner .status-dot.completed {
    background-color: #28c76f;
}

.dashboard-inner .balance-card-v2 {
    position: relative;
    background-color: #fff;
    border-radius: 20px;
    /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05); */
    overflow: hidden;
    display: flex;
    border: 1px solid #e7e7e7;
    flex-direction: column;
}

.dashboard-inner .balance-card-v2::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: linear-gradient(106deg, var(--e-global-color-accent) 12%, var(--e-global-color-1d61a98) 88%);
    z-index: 1;
    opacity: 0;
    transition: 0.4s;
}

.dashboard-inner .balance-card-v2:hover::before {
    opacity: 1;
    transition: 0.4s;
}

/* Top Green Section */
.dashboard-inner .balance-card-v2 .card-top {
    z-index: 1;
    /*background-color: var(--white-color);*/
    color: #000000;
    padding: 20px;
}



.dashboard-inner .balance-details.d-flex.align-items-end {
    gap: 7px;
}


.dashboard-inner .balance-card-v2:hover .card-top {
    /*background-image: linear-gradient(106deg, var(--e-global-color-accent) 12%, var(--e-global-color-1d61a98) 88%);*/
    color: white;

}

.balance-card-v2 .card-top h3,
.balance-card-v2 .card-top p,
.balance-card-v2 .card-top h2,
.balance-card-v2 .card-bottom span,
.balance-card-v2 .card-bottom i {
    transition: 0.4s;

}

.balance-card-v2:hover .card-top h3,
.balance-card-v2:hover .card-top p,
.balance-card-v2:hover .card-top h2,
.balance-card-v2:hover .card-bottom span,
.balance-card-v2:hover .card-bottom i {
    color: white !important;
    transition: 0.4s;

}

.balance-card-v2:hover .card-top i {
    color: var(--e-global-color-accent);
}

.balance-card-v2:hover .card-top .percentage-badge {
    background: white;
    transition: 0.4s;
}

.balance-card-v2:hover .card-bottom {
    /*background-image: linear-gradient(106deg, var(--e-global-color-accent) 12%, var(--e-global-color-1d61a98) 88%);*/
    color: WHITE;
}

.balance-card-v2 .icon-bg {
    width: 48px;
    height: 48px;
    background-color: #f0f2f5;
    /* Semi-transparent white background */
    border-radius: 0.75rem;
    /* 12px */
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.4s;
}

.balance-card-v2 .icon-bg i {
       font-size: 18px;
    color: var(--e-global-color-1d61a98);
    transition: 0.4s;
}

.balance-card-v2 .title-group .title {
    font-size: 1.125rem;
    /* 18px */
    font-weight: 500;
    margin: 0;
    transition: 0.4s;
}

.balance-card-v2 .title-group .subtitle {
    font-size: 0.875rem;
    /* 14px */
    color: #000000b3;
    margin: 0;
    transition: 0.4s;

}

.balance-card-v2 .menu-dots {
    color: rgb(0 0 0 / 80%);
    cursor: pointer;
}

.balance-card-v2 .balance-details {
    margin-top: 20px;
    /* 24px */
}

.balance-card-v2 .balance-amount {
    font-size: 30px;
    /* 36px */
    font-weight: 500;
    margin: 0;
    letter-spacing: 0;
}

.balance-card-v2 .percentage-badge {
    background-color: rgba(40, 199, 111, 0.1);
    color: #28c76f;
    padding: 4px 11px;
    border-radius: 999px;
    /* Pill shape */
    font-size: 12px;
    /* 14px */
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    transition: 0.4s;

}

.balance-card-v2 .percentage-badge i {
    color: #28c76f!important;
}

/* Bottom White Section */
.balance-card-v2 .card-bottom {
    z-index: 1;
    padding: 10px 20px;
    /*background-color: #ffffff;*/
    border-top: 1px solid #e7e7e7;
}

.balance-card-v2 .details-link {
    text-decoration: none;
    color: #000000;
    /* A dark gray for the text */
    font-weight: 600;
    font-size: 1rem;
    /* 16px */
    letter-spacing: 0;
}

.balance-card-v2 .details-link i {
    color: #646464;
    /* A lighter gray for the arrow */
    transition: transform 0.2s ease-in-out;
}

.balance-card-v2 .details-link:hover i {
    transform: translateX(4px);
}

/* ApexCharts Customization */
#cashFlowChart .apexcharts-toolbar {
    display: none !important;
}

#cashFlowChart .apexcharts-tooltip {
    background: #212529;
    color: #ffffff;
    border: none;
    border-radius: 8px;
    padding: 10px;
}

#cashFlowChart .apexcharts-tooltip-title {
    background: #212529 !important;
    border: none !important;
    font-weight: bold;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

#cashFlowChart .apexcharts-tooltip-series-group {
    padding: 0 5px;
}

#cashFlowChart .apexcharts-tooltip-marker {
    margin-right: 8px;
}


/*transactions*/

.recent-activity-styled .icon-circle {
        width: 40px;
    height: 40px;
    background-color: rgba(69, 130, 255, 0.15);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    color: #4582ff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    font-size: 1.625rem;
}

/* Original colors used in your WordPress/HYIPLAB theme */
.recent-activity-styled .icon-circle.icon-success {
        background-color: #28c87026;
    color: #28c870;
        transform: rotate(45deg);
}
.recent-activity-styled .icon-circle.icon-danger {
        background-color: #ea535326;
    color: #ea5353;
        transform: rotate(-45deg);
}

/* Specific styling for the icon inside the circle */
.recent-activity-styled .icon-circle .las {
    font-size: 24px !important;
}

/* Status Badge Styling */
.status-badge {
    padding: 4px 8px;
    border-radius: 4px;
    font-weight: 600;
    text-transform: capitalize;
}

.status-badge.success-status {
        background-color: #28c87026;
    color: #28c870;
   
}

.status-badge.pending-status {
    color: #ffc107; 
    background-color: rgba(255, 193, 7, 0.1);
}

.status-badge.rejected-status {
    color: #dc3545;
    background-color: rgba(220, 53, 69, 0.1);
}

.activity-item {
    min-height: 50px;
}
/* Ensure the full width of the area is used */
.activity-list, .activity-table-header {
    width: 100%;
}


/*copy trader*/

/* Minimal styling to match screenshot vibe (light theme) */
.copy-trade-hero {
    margin-bottom: 1.5rem;
}

.trader-card {
    background: #fff;
    border-radius: 20px;
    border: 1px solid #e7e7e7;
    display: flex;
    flex-direction: column;
}

.trader-card-heading {
    display: flex;
    align-items: center;
    padding: 15px 20px;
    gap: 12px;
    border-bottom: 1px solid #e7e7e7;
}

.trader-card-heading h6 {
    font-size: 20px;
}

.trader-card-heading p {
    font-size: 15px;
}

.trader-small-img {
    width: 56px;
    height: 56px;
    object-fit: cover;
    border-radius: 50%;
}

.trader-body {
    padding: 15px 20px;
}

.trader-card-details p.text-muted {
    font-size: 16px;
    margin-bottom: 0px;
}

.trader-card-details p:last-child {
    font-size: 20px;
    font-weight: 500;
}

.trader-rank {
    font-size: 16px;
    font-weight: 700;
    color: #0b2f3a;
}

.tr-score {
    font-weight: 700;
    font-size: 1.05rem;
    color: black;
}

.section-title {
    margin: 1.25rem 0 .75rem;
    font-weight: 700;
    color: #0b2f3a;
}

.feature-box {
    background: #fff;
    border-radius: .5rem;
    border: 1px solid #e7e7e7;
    border-radius: .5rem;
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    
}

.small-meta {
    color: #000;
   
}

.card-grid .card {
    border-radius: .5rem;
    overflow: hidden;
    border: 1px solid #f0f0f0;
}

.card-grid .card-body {
    padding: .9rem;
}

.btn-invest {
       background: #9F70FD;
    color: white!important;
    border-color: #9F70FD;
    color: #111;
}

.btn-detail{
    
    color: #000!important;
    border-color: #9F70FD;
    
}

.trader-list-divider {
    border-top: 1px solid #efefef;
    margin-top: .75rem;
    padding-top: .75rem;
}

.carousel-row {
    overflow-x: auto;
    white-space: nowrap;
    padding-bottom: .5rem;
}

.carousel-item {
    display: inline-block;
    vertical-align: top;
    width: 220px;
    margin-right: 12px;
}

.trader-star {
    float: right;
    color: #fff;
    background: rgba(0, 0, 0, 0.38);
    padding: 6px;
    border-radius: 50%;
}




.card-body {
    background: white;
}

/*new deposit withdraw*/
.deposit-modern-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.deposit-modern-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  max-width: 900px;
  width: 100%;
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
}

button.btn.btn-deposit-modern.w-100.mt-4 {
    color: white;
    border: none;
}

/* Info Card */
.deposit-info-card {
    background: var(--e-global-color-1d61a98);
    border-radius: 16px 0px 0px 16px;
    padding: 40px 30px;
    max-width: 44%;
    text-align: center;
    flex: 0 1 auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: white;
}

.deposit-title {
  font-weight: 600;
  color: #fff!important;
  font-size: 22px;
}

.deposit-subtitle {
    color: #ffffffd1;
    font-size: 15px;
}

/* Form Card */
.deposit-form-card {
    background: #fff;
    border-radius: 0px 16px 16px 0px;
    padding: 40px;
    flex: 1 1 380px;
    
}

/* Inputs */
.new-input-modern, .form-select.new-input-modern {
  border: 1px solid #dee2e6!important;
  border-radius: 10px!important;
  padding: 10px 14px!important;
  font-size: 15px;
  transition: 0.2s;
}

.new-input-modern:focus {
  border-color: #9F70FD;
  box-shadow: 0 0 0 3px rgba(159,112,253,0.1);
  outline: none;
}

/* Button */
.btn-deposit-modern {
  background-color: #9F70FD!important;
  color: #fff;
  border-radius: 10px;
  font-weight: 500;
  padding: 10px 0;
  transition: all 0.2s ease-in-out;
  border: none;
}


.deposit-history-text {
    font-size: 16px;
    color: #ffffff !important;
    text-decoration: none;
    transition: 0.2s;
}

/* Preview Box */
.preview-details {
  margin-top: 15px;
  background: #f8f9fa;
  border-radius: 10px;
  padding: 15px;
}

.list-group-item {
  border: none;
  background: transparent;
  padding: 6px 0;
  font-size: 14px;
}




@media (max-width:767px) {
    .carousel-item {
        width: 180px
    }

    .trader-small-img {
        width: 48px;
        height: 48px
    }
    
  
    .recent-transactions {
        overflow-x: auto;
        -ms-overflow-style: none; /* IE and Edge */
        scrollbar-width: none; /* Firefox */
    }
    
    .recent-transactions::-webkit-scrollbar {
        display: none;
    }
    
    .activity-table-header, .activity-list {
        min-width: 1100px; /* Adjust this value if your columns are wider */
    }
    
    .deposit-info-card {
        max-width: 100%;
       height: fit-content!important;
        border-radius: 16px 16px 0px 0px;
       
    }
    
    .deposit-form-card {
        background: #fff;
        border-radius: 0px 0px 16px 16px;
        
    }
    
    .vl-public .btn.btn--smd, .vl-public .cmn--btn.btn--smd {
        background: var(--e-global-color-1d61a98);
        /* width: 48%; */
        /* background: #00C2CC; */
        padding: 6px 7px;
        border-radius: 5px;
        font-size: 14px;
        font-weight: 400;
        text-transform: capitalize;
        color: #ffffff!important;
    }
    
    .sidebar-card.cardBG.card.custom--card.mb-0 {
        margin-top: 12px;
    }
    
   
    
    .account-section .form-col {
        margin-top: 20px;
        min-height: fit-content!important;
    }
    
    .vl-public .account-content {
        display: flex;
        gap: 20px;
        flex-direction: column;
        justify-content: center;
    }
    
    .vl-public .alert a {
        margin-left: 40px!important;
        margin-top: 12px;
    }

}


 .resend-btn {
    border: none!important;
    color: var(--e-global-color-1d61a98 )!important;
    font-size: 15px!important;
    font-weight: 400!important;
    padding: 0!important;
    width: fit-content!important;
    background: transparent!important;
}

