/*
.header-top {
	padding-top: 10px;
	padding-bottom: 15px;
}
.langSel {
	height: 30px;
	padding: 3px 15px;
	font-size: 14px;
}
.header-top-right .header-action a {
	width: 80px;
	padding: 6px 10px;
	font-size: 14px;
}
.header-top-right .header-action a + a {
	margin-left: 20px;
}
.work-item {
	box-shadow: -4px -4px 3px rgba(255, 255, 255, 0.1), 4px 4px 5px rgba(0, 0, 0, 0.35) !important;
	background-color: transparent;
	border-radius: 10px;
	padding: 20px;
}
.work-item .work-icon {
	font-size: 50px;
	line-height: 1em;
	position: relative;
}
.work-item .work-icon::before {
	position: absolute;
	content: "";
	width: 100px;
	height: 100px;
	text-align: center;
	display: inline-block;
	border-radius: 50%;
	animation: rotate 15s linear infinite;
}
.work-item .work-icon i {
	display: inline-block;
	text-align: center;
	width: 100px;
	height: 100px;
	line-height: 100px;
	border-radius: 50%;
}
@media only screen and (max-width: 991px) {
	.work-item .work-icon {
		font-size: 40px;
	}
	.work-item .work-icon::before {
		width: 80px;
		height: 80px;
	}
	.work-item .work-icon i {
		width: 80px;
		height: 80px;
		line-height: 80px;
	}
}
.work-item .work-content {
	margin-top: 20px;
}

@keyframes rotate {
	0% {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@-moz-keyframes rotate {
	0% {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@-webkit-keyframes rotate {
	0% {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
.custom-input-group {
	background-color: transparent;
	border: none;
	padding: 0;
}
.country-select {
	height: 60px;
}
.inner-hero-section {
	border-bottom: 5px solid #f1ff00;
	position: relative;
	overflow: hidden;
}
.inner-hero-content {
	position: relative;
	z-index: 9;
}
.inner-hero-content .page__breadcums a {
	color: #f1ff00;
}
#particles {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.header-section.header-fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
	background-color: #111933;
	box-shadow: -4px -4px 3px rgba(255, 255, 255, 0.1), 4px 4px 5px rgba(0, 0, 0, 0.35);
}
.header-section.header-fixed .header-top {
	display: none;
}
@media (min-width: 1200px) {
	.header-section.header-fixed .header-bottom {
		padding: 10px 0;
	}
}

*::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background-color: #f5f5f5;
}
*::-webkit-scrollbar {
	width: 3px;
	background-color: #eaf7e4;
}
*::-webkit-scrollbar-button {
	background-color: #f1ff00;
}
*::-webkit-scrollbar-thumb {
	background-color: #f1ff00;
}
@media (max-width: 767px) {
	.navbar-collapse {
		padding: 0 10px;
	}
}

.header-section {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
}
.inner-hero-content {
	padding-top: 200px;
	padding-bottom: 60px;
}
@media (max-width: 1199px) {
	.inner-hero-content {
		padding-top: 180px;
	}
}
@media (max-width: 575px) {
	.inner-hero-content {
		padding-top: 130px;
		padding-bottom: 40px;
	}
}
/* table css start */
.table {
	margin-bottom: 0;
}

.table th {
	font-size: 0.75rem;
	text-align: center;
}

.table td {
	font-size: 0.875rem;
	text-align: center;
}

.table td span,
.table td p,
.table td li {
	font-size: 0.875rem;
}

table th:last-child {
	text-align: right;
}

table th:first-child {
	text-align: left;
}

table td:last-child {
	text-align: right;
}

table td:first-child {
	text-align: left;
}

.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(115, 115, 115, 0.05);
}

[data-label] {
	position: relative;
}

[data-label]::before {
	position: absolute;
	content: attr(data-label);
	font-weight: 700;
	top: 0;
	left: 0;
	padding: 13px 15px;
	display: none;
}

.neu--table thead {
	border-bottom: 0 !important;
}

.neu--table thead th {
	color: #fff;
}

.neu--table tbody {
	border-top: 0 !important;
}

.neu--table tbody tr td {
	padding: 25px 15px;
	border-top: 0.5px solid #4b4b4e8c;
	color: #fff;
}

.neu--table tbody tr {
	border-color: #ffffff15;
}

@media (max-width: 767px) {
	.neu--table tbody tr:first-child td {
		padding: 25px 15px;
		border-top: 0.5px solid #4b4b4e8c;
		/* opacity: 0.5; */
	}

	.table-responsive--sm thead {
		display: none;
		color: #fff !important;
	}

	.table-responsive--sm tbody tr:nth-child(odd) {
		background-color: rgba(115, 115, 115, 0.05);
	}

	.table-responsive--sm tbody tr:nth-child(even) {
		background-color: #000;
	}

	.table-responsive--sm.neu--table tr th,
	.table-responsive--sm.neu--table tr td,
	.table-responsive--sm tr th,
	.table-responsive--sm tr td {
		display: block;
		padding-left: 45% !important;
		text-align: right !important;
	}

	.table-responsive--sm [data-label]::before {
		display: flex;
		align-items: center;
		height: 100%;
	}
}

@media (max-width: 575px) {
	.table-responsive--xs thead {
		display: none;
		color: #fff !important;
	}

	.table-responsive--xs tbody tr:nth-child(odd) {
		background-color: rgba(115, 115, 115, 0.05);
	}

	.table-responsive--xs tr th,
	.table-responsive--xs tr td,
	.table-responsive--xs.neu--table tr th,
	.table-responsive--xs.neu--table tr td {
		display: block;
		padding-left: 45%;
		text-align: right !important;
	}

	.table-responsive--xs [data-label]::before {
		display: block;
	}
}

@media (max-width: 320px) {
	.timer {
		font-size: 17px;
	}

	.bal {
		font-size: 23px;
	}
}

.footer-widget .privacy-links {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
	margin-top: 30px;
}

.privacy-links {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: -5px;
	justify-content: center;
}

.privacy-links li {
	margin: 0px 10px;
}

.footer-section .copy-right-text {
	margin-top: 0px;
}

.footer-bottom {
	padding: 16px 0px;
	text-align: center;
}

@media (max-width: 1199px) {
	.navbar-toggler {
		margin-right: 0px;
	}

	.header-section {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 999;
		box-shadow: -4px -4px 3px rgba(255, 255, 255, 0.1), 4px 4px 5px rgba(0, 0, 0, 0.35);
	}
}

.list-group-item {
	background-color: transparent;
}

.btn-active::before {
	opacity: 0;
}

.btn-active::after {
	opacity: 1;
}

.pagination {
	margin-bottom: 16px;
	margin-left: 16px;
	padding: 20px 0px;
}

/* Copy Animation */

.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;
}

.copied::after {
	position: absolute;
	top: 8px;
	right: 12%;
	width: 100px;
	display: block;
	content: "COPIED";
	font-size: 1em;
	padding: 5px 5px;
	color: #fff;
	background-color: hsl(var(--base));
	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;
	}
}


.cookies-card {
	width: 520px;
	padding: 30px;
	color: #1e2337;
	position: fixed;
	bottom: 15px;
	left: 15px;
	z-index: 999999;
	transition: all 0.5s;
	background: #d1d1d1;
	border-radius: 5px;
}

.cookies-card.hide {
	bottom: -500px !important;
}

.radius--10px {
	border-radius: 10px;
}

.cookies-card__icon {
	width: 55px;
	height: 55px;
	border-radius: 50%;
	background-color: #6e6f70;
	color: #249ece;
	font-size: 32px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

.cookies-card__content {
	margin-bottom: 0;
}

.cookies-btn {
	color: #363636;
	text-decoration: none;
	padding: 10px 35px;
	margin: 3px 5px;
	display: inline-block;
	border-radius: 999px;
}

.cookies-btn:hover {
	color: #363636;
}

@media (max-width: 767px) {
	.cookies-card {
		width: 100%;
		left: 0;
		bottom: 0;
		font-size: 14px;
		padding: 15px;
	}
}

/*.hover-input-popup {
	position: relative;
}
.input-popup {
	display: none;
}
.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;
}
.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);
}
.input-popup p {
	padding-left: 20px;
	position: relative;
}
.input-popup p::before {
	position: absolute;
	content: "";
	font-family: "Line Awesome Free";
	font-weight: 900;
	left: 0;
	top: 4px;
	line-height: 1;
	font-size: 18px;
}
.input-popup p.error {
	text-decoration: line-through;
}
.input-popup p.error::before {
	content: "\f057";
	color: #ea5455;
}
.input-popup p.success::before {
	content: "\f058";
	color: #28c76f;
}

.show-filter {
	display: none;
}
@media (max-width: 767px) {
	.responsive-filter-card {
		display: none;
		transition: none;
	}
	.show-filter {
		display: block;
	}
}

.modal-content {
	background-color: #242431;
	border: 1px solid rgba(255, 255, 255, 0.2);
}
.modal-content .close {
	background: transparent;
	color: #fff;
}

.modal-header {
	border-bottom: 1px solid #373742;
}
.modal-footer {
	border-top: 1px solid #373742;
}
.form-control {
	border-color: #424242 !important;
	background: #e4e7e9;
	height: 50px;
	color: #000;
}


textarea:focus {
	background: #090953 !important;
	border-color: #626262 !important;
}

input::-webkit-input-placeholder {
	color: #626262 !important;
}

.h-50px {
	height: 50px;
}
.table-search {
	width: 33%;
	margin-left: auto;
}
@media (max-width:991px) {
	.table-search {
		width: 50%;
	}
}
@media (max-width:575px) {
	.table-search {
		width: 100%;
	}
}

input[readonly] {
    background-color: #060c4a;
} 
.user-sidebar-menu li a.active {
	color: hsl(var(--base));
}

.custom--card {
    text-align: center;
    padding: 30px;
	box-shadow: -4px -4px 3px rgb(255 255 255 / 10%), 4px 4px 5px rgb(0 0 0 / 35%) !important;
	background-color: hsl(var(--second_color));
}

.border-bottom {
	border-color: #ffffff45 !important;
}*/

label.required:after {
	content: '*';
	color: #DC3545 !important;
	margin-left: 2px;
}


.cookies-card {
	background-color: #f8fafb !important;
	box-shadow: -4px -4px 3px rgb(255 255 255 / 10%), 4px 4px 5px rgb(0 0 0 / 35%) !important;
}

.brand-header {
	background: #fff;
	border-bottom: 1px solid rgba(35, 157, 204, .15);
	box-shadow: 0 6px 18px rgba(0, 0, 0, .08)
}

.brand-header .navicon-wrap i {
	color: var(--brand-color, #239dcc)
}

.brand-header .langSel {
	height: 34px;
	border: 1px solid rgba(35, 157, 204, .25);
	border-radius: 999px;
	padding: 4px 12px;
	color: #0f172a
}

.brand-header .langSel:focus {
    outline: none
}

.brand-header .header-tape {flex: 1; min-width: 160px; margin: 0 12px; display: flex; align-items: center; justify-content: center}
.brand-header .header-tape .tradingview-widget-container {width: 100%}
.brand-header .header-tape .tape-favicon {display: none; height: 24px; width: 24px}
@media (max-width: 575px) {
    .brand-header .header-tape .tradingview-widget-container {display: none}
    .brand-header .header-tape .tape-favicon {display: inline-block}
}

.brand-sidebar {
	background: #fff;
	border-right: 1px solid rgba(35, 157, 204, .12);
	box-shadow: 0 10px 26px rgba(0, 0, 0, .06)
}

.brand-sidebar .codex-menu .menu-item>a {
	display: flex;
	align-items: center;
	gap: 8px;
	border-radius: 8px;
	padding: 10px 12px;
	color: #111827
}

.brand-sidebar .codex-menu .menu-item>a.active,
.brand-sidebar .codex-menu .menu-item>a:hover {
	background: rgba(35, 157, 204, .08);
	color: var(--brand-color, #239dcc);
	box-shadow: inset 3px 0 0 var(--brand-color, #239dcc)
}

.brand-sidebar .codex-menu .submenu-list a:hover {
	color: var(--brand-color, #239dcc)
}

.brand-sidebar .cdxmenu-title h5 {
	color: #64748b
}

.brand-breadcrumb {
	background: #fff;
	border-bottom: 1px solid rgba(35, 157, 204, .12);
	box-shadow: 0 6px 18px rgba(0, 0, 0, .05)
}

.brand-breadcrumb .breadcrumb-contain {
	display: flex;
	align-items: center;
	justify-content: space-between
}

.brand-breadcrumb .left-breadcrumb h1 {
	margin: 0;
	font-weight: 800;
	letter-spacing: .2px;
	position: relative;
	padding-bottom: 8px
}

.brand-breadcrumb .left-breadcrumb h1:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 88px;
	height: 3px;
	background: var(--brand-color, #239dcc)
}

.brand-breadcrumb .right-breadcrumb span {
    color: #334155
}

.brand-breadcrumb .right-breadcrumb .bread-meta {display: flex; align-items: center; justify-content: flex-end; gap: 8px; flex-wrap: wrap}
.brand-breadcrumb .bread-chip {display: inline-flex; align-items: center; gap: 8px; padding: 6px 10px; border-radius: 999px; background: rgba(35, 157, 204, .08); border: 1px solid rgba(35, 157, 204, .2); color: #0f172a}
.brand-breadcrumb .bread-chip i {color: var(--brand-color, #239dcc)}
.brand-breadcrumb .bread-chip span {overflow-wrap: anywhere; word-break: break-word}
@media (max-width: 575px) {
    .brand-breadcrumb .breadcrumb-contain {flex-direction: row; align-items: center; gap: 0}
    .brand-breadcrumb .left-breadcrumb {flex: 0 1 60%; min-width: 0}
    .brand-breadcrumb .left-breadcrumb h1 {font-size: 18px; line-height: 1.2; white-space: nowrap; overflow: hidden; text-overflow: ellipsis}
    .brand-breadcrumb .right-breadcrumb {flex: 0 1 40%; min-width: 0; width: auto}
    .brand-breadcrumb .right-breadcrumb .bread-meta {justify-content: flex-end; flex-wrap: nowrap; overflow-x: auto; overflow-y: hidden; -webkit-overflow-scrolling: touch}
    .brand-breadcrumb .right-breadcrumb .bread-meta {scrollbar-width: none}
    .brand-breadcrumb .right-breadcrumb .bread-meta::-webkit-scrollbar {display: none}
    .brand-breadcrumb .bread-chip {padding: 4px 8px; gap: 6px; font-size: 12px; white-space: nowrap}
}

.brand-theme-body {
	background: #f7f9fb
}

.brand-footer {
	background: #fff;
	border-top: 1px solid rgba(35, 157, 204, .12);
	color: #111827
}

.brand-footer .copy-right-text a {
	color: var(--brand-color, #239dcc)
}

:root {
	--brand-color: #239dcc
}

.inv-alert {
    border: 1px solid rgba(35, 157, 204, .25);
    background: #f7fbfd;
    border-radius: 12px;
    padding: 16px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .06)
}

.inv-alert > i {font-size: 18px; margin-right: 10px}
.inv-alert .mr-10 {margin-right: 10px}
.inv-alert .ml-3 {margin-left: 12px}
.inv-alert .ml-8 {margin-left: 8px}
.inv-alert small {color: #334155}

.inv-alert .ml-3 {
	margin-left: 12px
}

.inv-alert .fw-bold {
	font-weight: 700
}

.inv-alert .fw-semibold {
	font-weight: 600
}

.inv-alert .fw-lighter {
	font-weight: 400
}

.inv-alert .text-primary {
	color: var(--brand-color, #239dcc) !important
}

.inv-alert a.link-color {
	color: var(--brand-color, #239dcc);
	text-decoration: none
}

.inv-alert a.link-color:hover {
	text-decoration: underline
}

.inv-countdown {
	border-color: rgba(35, 157, 204, .35);
	background: linear-gradient(0deg, rgba(35, 157, 204, .08), rgba(255, 255, 255, .9))
}

.inv-counter {
	display: inline-block;
	padding: 2px 8px;
	border-radius: 999px;
	background: rgba(35, 157, 204, .1);
	color: var(--brand-color, #239dcc)
}

.inv-card {
	border-radius: 14px;
	overflow: hidden;
	border: 1px solid rgba(35, 157, 204, .15);
	box-shadow: 0 10px 26px rgba(0, 0, 0, .08)
}

.inv-card .card-header {
	background: linear-gradient(0deg, rgba(35, 157, 204, .08), rgba(255, 255, 255, 1));
	border-bottom: 1px solid rgba(35, 157, 204, .15)
}

.inv-card .card-header h5 {
	font-weight: 800;
	letter-spacing: .2px
}

.inv-card .card-body h4 {
	font-weight: 700;
	color: #111
}

.inv-card .btn-outline-primary {
	border-color: var(--brand-color, #239dcc);
	color: var(--brand-color, #239dcc)
}

.inv-card .btn-outline-primary:hover {
	background: var(--brand-color, #239dcc);
	color: #fff
}

.custom-container .row+.row {
    margin-top: 18px
}
.
.dash-market .card-header h4 {font-weight: 800; letter-spacing: .2px; color: #0f172a}
.dash-market .tradingview-widget-container {width: 100%}
.dash-market-mini {display: none}
@media (max-width: 575px) {
    .dash-market .market-overview-widget {display: none}
    .dash-market-mini {display: block}
    .dash-market-mini .tradingview-widget-container {display: block}
}

.alert-warning-outline {
    border-color: #f59e0b;
    background: #fff7ed;
    color: #92400e;
    border-radius: 12px
}
.alert-warning-outline i {color: #f59e0b}

.alert-primary-outline {
    border-color: var(--brand-color, #239dcc);
    background: #f0f9ff;
    color: #0b5c75;
    border-radius: 12px
}
.alert-primary-outline i {color: var(--brand-color, #239dcc)}

.alert-success-outline {
    border-color: #22c55e;
    background: #f0fdf4;
    color: #166534;
    border-radius: 12px
}
.alert-success-outline i {color: #22c55e}

.alert-secondary-outline {
    border-color: #64748b;
    background: #f1f5f9;
    color: #0f172a;
    border-radius: 12px
}
.alert-secondary-outline i {color: #64748b}

.alert-danger-outline {border-color: #ef4444; background: #fef2f2; color: #991b1b; border-radius: 12px}
.alert-danger-outline i {color: #ef4444}

.text-primary {
	color: var(--brand-color, #239dcc) !important
}

.text-muted {
	color: #6b7280 !important
}

.text-dark {
	color: #111827 !important
}

.fw-bold {
	font-weight: 700
}

.fw-semibold {
	font-weight: 600
}

.fw-lighter {
	font-weight: 400
}

.link-color {
	color: var(--brand-color, #239dcc)
}

.link-color:hover {
	text-decoration: underline
}

.btn-primary {
	background: var(--brand-color, #239dcc);
	border-color: var(--brand-color, #239dcc)
}

.btn-primary:hover,
.btn-primary:focus {
	background: var(--brand-color, #239dcc);
	border-color: var(--brand-color, #239dcc);
	filter: brightness(.95)
}

.btn-outline-primary {
	border-color: var(--brand-color, #239dcc);
	color: var(--brand-color, #239dcc)
}

.btn-outline-primary:hover,
.btn-outline-primary:focus {
	background: var(--brand-color, #239dcc);
	color: #fff
}

.bg-primary {
	background-color: var(--brand-color, #239dcc) !important
}

.border-primary {
	border-color: var(--brand-color, #239dcc) !important
}

.trx-filter .form-control {
	border: 1px solid rgba(35, 157, 204, .25);
	border-radius: 10px;
	background: #fff;
	color: #0f172a
}

.trx-filter label {
	font-weight: 600;
	color: #334155
}

.trx-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 12px;
    table-layout: auto
}

.trx-table thead th {
	background: linear-gradient(0deg, rgba(35, 157, 204, .06), rgba(255, 255, 255, 1));
	border-bottom: 1px solid rgba(35, 157, 204, .15);
	color: #0f172a;
	font-weight: 700
}

.trx-table thead th,
.trx-table tbody td {
	padding: 12px 10px;
	box-sizing: border-box
}

.trx-table tbody td {
    padding: 12px 10px;
    white-space: normal;
    word-break: break-word;
    overflow-wrap: anywhere;
    color: #111827
}

.trx-table thead th:nth-child(4),
.trx-table thead th:nth-child(5) {
	text-align: center
}

.trx-table tbody td:nth-child(4),
.trx-table tbody td:nth-child(5) {
	text-align: center
}

.trx-table tbody tr:hover {
    background: rgba(35, 157, 204, .06)
}

.trx-table.table-dark tbody td,
.trx-table tbody tr.table-dark td,
.trx-table tbody tr.bg-dark td {color: #fff !important}

.trx-table tbody tr:nth-child(odd) td {border-top: 1px solid var(--brand-color, #239dcc); border-bottom: 1px solid var(--brand-color, #239dcc)}
.trx-table tbody tr:nth-child(even) td {border-top: 1px solid rgba(100, 116, 139, .25); border-bottom: 1px solid rgba(100, 116, 139, .25)}

@media (max-width: 767px) {
    .inv-transactions .table-responsive--sm thead {display: none}
    .inv-transactions .table-responsive--sm tbody tr:nth-child(odd) {background-color: #fff !important}
    .inv-transactions .table-responsive--sm tbody tr:nth-child(even) {background-color: rgba(35, 157, 204, .06) !important}
    .inv-transactions .table-responsive--sm tr td {color: #111827 !important}
    .inv-transactions .table-responsive--sm [data-label]::before {color: #334155 !important}
    .inv-transactions .table-responsive--sm tbody tr {display: block; margin: 12px 0; border-radius: 12px; overflow: hidden}
    .inv-transactions .table-responsive--sm tbody tr:nth-child(odd) {border: 1px solid var(--brand-color, #239dcc)}
    .inv-transactions .table-responsive--sm tbody tr:nth-child(even) {border: 1px solid rgba(100, 116, 139, .25)}
}
@media (max-width: 575px) {
    .inv-transactions .table-responsive--xs thead {display: none}
    .inv-transactions .table-responsive--xs tbody tr:nth-child(odd) {background-color: #fff !important}
    .inv-transactions .table-responsive--xs tbody tr:nth-child(even) {background-color: rgba(35, 157, 204, .06) !important}
    .inv-transactions .table-responsive--xs tr td {color: #111827 !important}
    .inv-transactions .table-responsive--xs [data-label]::before {color: #334155 !important}
    .inv-transactions .table-responsive--xs tbody tr {display: block; margin: 12px 0; border-radius: 12px; overflow: hidden}
    .inv-transactions .table-responsive--xs tbody tr:nth-child(odd) {border: 1px solid var(--brand-color, #239dcc)}
    .inv-transactions .table-responsive--xs tbody tr:nth-child(even) {border: 1px solid rgba(100, 116, 139, .25)}
}

.trx-credit,
.trx-debit {
	display: inline-block;
	padding: 2px 10px;
	border-radius: 999px
}

.trx-credit {
	background: rgba(35, 157, 204, .1);
	color: #22c55e
}

.trx-debit {
	background: rgba(239, 68, 68, .1);
	color: #ef4444
}

.common-dash tr td .trx-credit {
	color: #22c55e
}

.common-dash tr td .trx-debit {
	color: #ef4444
}

.common-dash tr td .dep-charge {
	color: #ef4444
}

.dataTables_wrapper .paginate_button.current,
#datatbl-advance_wrapper .paginate_button.current {
	background: var(--brand-color, #239dcc);
	border-color: var(--brand-color, #239dcc);
	color: #fff !important
}

.dataTables_wrapper .paginate_button:hover,
#datatbl-advance_wrapper .paginate_button:hover {
	background: rgba(35, 157, 204, .1);
	color: var(--brand-color, #239dcc) !important
}

.dataTables_wrapper .dataTables_length select,
.dataTables_wrapper .dataTables_filter input,
#datatbl-advance_wrapper .dataTables_length select,
#datatbl-advance_wrapper .dataTables_filter input {
	border: 1px solid rgba(35, 157, 204, .25);
	border-radius: 10px
}

.dep-table thead th:nth-child(2),
.dep-table tbody td:nth-child(2) {
	text-align: right
}

.dep-table thead th:nth-child(5),
.dep-table tbody td:nth-child(5) {
	text-align: right
}

.dep-table td small {
	font-family: ui-monospace, SFMono-Regular, Menlo, monospace
}

.dep-amount {
	font-weight: 700;
	color: #111827
}

.dep-charge {
	color: #ef4444
}

.dep-status .badge {
    border-radius: 999px;
    padding: 4px 10px
}

.bg--dark-light {
    background-color: #ffffff1f
}

@media (max-width: 767px) {
    .inv-deposit .table-responsive--sm thead {display: none}
    .inv-deposit .table-responsive--sm tbody tr:nth-child(odd) {background-color: #fff !important}
    .inv-deposit .table-responsive--sm tbody tr:nth-child(even) {background-color: rgba(35, 157, 204, .06) !important}
    .inv-deposit .table-responsive--sm tr td {color: #111827 !important}
    .inv-deposit .table-responsive--sm [data-label]::before {color: #334155 !important}
    .inv-deposit .table-responsive--sm tbody tr {display: block; margin: 12px 0; border-radius: 12px; overflow: hidden}
    .inv-deposit .table-responsive--sm tbody tr:nth-child(odd) {border: 1px solid var(--brand-color, #239dcc)}
    .inv-deposit .table-responsive--sm tbody tr:nth-child(even) {border: 1px solid rgba(100, 116, 139, .25)}
}
@media (max-width: 575px) {
    .inv-deposit .table-responsive--xs thead {display: none}
    .inv-deposit .table-responsive--xs tbody tr:nth-child(odd) {background-color: #fff !important}
    .inv-deposit .table-responsive--xs tbody tr:nth-child(even) {background-color: rgba(35, 157, 204, .06) !important}
    .inv-deposit .table-responsive--xs tr td {color: #111827 !important}
    .inv-deposit .table-responsive--xs [data-label]::before {color: #334155 !important}
    .inv-deposit .table-responsive--xs tbody tr {display: block; margin: 12px 0; border-radius: 12px; overflow: hidden}
    .inv-deposit .table-responsive--xs tbody tr:nth-child(odd) {border: 1px solid var(--brand-color, #239dcc)}
    .inv-deposit .table-responsive--xs tbody tr:nth-child(even) {border: 1px solid rgba(100, 116, 139, .25)}
}

.badge--primary {
	background: transparent;
	color: var(--brand-color, #239dcc);
	border: 1px solid var(--brand-color, #239dcc);
	border-radius: 999px;
	padding: 4px 10px
}

.badge--success {
	background: transparent;
	color: #22c55e;
	border: 1px solid #22c55e;
	border-radius: 999px;
	padding: 4px 10px
}

.badge--warning {
	background: transparent;
	color: #f59e0b;
	border: 1px solid #f59e0b;
	border-radius: 999px;
	padding: 4px 10px
}

.badge--danger {
	background: transparent;
	color: #ef4444;
	border: 1px solid #ef4444;
	border-radius: 999px;
	padding: 4px 10px
}

.badge--dark {
	background: transparent;
	color: #374151;
	border: 1px solid #374151;
	border-radius: 999px;
	padding: 4px 10px
}

.badge {
	font-weight: 600
}

.badge.badge-primary,
.badge.bg-primary {
	background-color: transparent !important;
	color: var(--brand-color, #239dcc) !important;
	border: 1px solid var(--brand-color, #239dcc)
}

.badge.badge-success,
.badge.bg-success {
	background-color: transparent !important;
	color: #22c55e !important;
	border: 1px solid #22c55e
}

.badge.badge-warning,
.badge.bg-warning {
	background-color: transparent !important;
	color: #f59e0b !important;
	border: 1px solid #f59e0b
}

.badge.badge-danger,
.badge.bg-danger {
	background-color: transparent !important;
	color: #ef4444 !important;
	border: 1px solid #ef4444
}

.badge.badge-dark,
.badge.bg-dark {
	background-color: transparent !important;
	color: #374151 !important;
	border: 1px solid #374151
}

.badge.badge-info,
.badge.bg-info {
	background-color: transparent !important;
	color: #0ea5e9 !important;
	border: 1px solid #0ea5e9
}

#detailModal .userData .list-group-item {
	padding: 10px 12px;
	border-left: 3px solid var(--brand-color, #239dcc);
	background: rgba(35, 157, 204, 0.06)
}

#detailModal .userData .list-group-item span:first-child {
	color: #6b7280
}

#detailModal .userData .list-group-item span:last-child {
	color: #111827;
	font-weight: 600;
	font-family: ui-monospace, SFMono-Regular, Menlo, monospace
}

#detailModal .feedback {
	border: 1px solid #ef4444;
	border-radius: 8px;
	padding: 10px 12px;
	color: #ef4444;
	background: rgba(239, 68, 68, 0.08)
}

#detailModal .feedback strong {
	display: block;
	margin-bottom: 6px
}

#detailModal .modal-body {
	max-height: 65vh;
	overflow-y: auto
}

#detailModal .userData .list-group-item {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px;
	flex-wrap: wrap
}

#detailModal .userData .list-group-item span {
	max-width: 100%
}

#detailModal .userData .list-group-item span:first-child {
	flex: 0 0 180px;
	word-break: break-word
}

#detailModal .userData .list-group-item span:last-child {
	flex: 1 1 auto;
	overflow-wrap: anywhere;
	word-break: break-word;
	white-space: normal
}

#detailModal .feedback p {
	margin: 0;
	overflow-wrap: anywhere;
	word-break: break-word
}

.wd-table thead th:nth-child(2),
.wd-table tbody td:nth-child(2) {
	text-align: right
}

.wd-table thead th:nth-child(5),
.wd-table tbody td:nth-child(5) {
	text-align: right
}

.wd-table td small {
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace
}

.wd-amount {
	font-weight: 700;
	color: #111827
}

.wd-charge {
	color: #ef4444
}

.wd-status .badge {
    border-radius: 999px;
    padding: 4px 10px
}

.common-dash tr td .wd-charge {
    color: #ef4444
}

@media (max-width: 767px) {
    .inv-withdraw .table-responsive--sm thead {display: none}
    .inv-withdraw .table-responsive--sm tbody tr:nth-child(odd) {background-color: #fff !important}
    .inv-withdraw .table-responsive--sm tbody tr:nth-child(even) {background-color: rgba(35, 157, 204, .06) !important}
    .inv-withdraw .table-responsive--sm tr td {color: #111827 !important}
    .inv-withdraw .table-responsive--sm [data-label]::before {color: #334155 !important}
    .inv-withdraw .table-responsive--sm tbody tr {display: block; margin: 12px 0; border-radius: 12px; overflow: hidden}
    .inv-withdraw .table-responsive--sm tbody tr:nth-child(odd) {border: 1px solid var(--brand-color, #239dcc)}
    .inv-withdraw .table-responsive--sm tbody tr:nth-child(even) {border: 1px solid rgba(100, 116, 139, .25)}
}
@media (max-width: 575px) {
    .inv-withdraw .table-responsive--xs thead {display: none}
    .inv-withdraw .table-responsive--xs tbody tr:nth-child(odd) {background-color: #fff !important}
    .inv-withdraw .table-responsive--xs tbody tr:nth-child(even) {background-color: rgba(35, 157, 204, .06) !important}
    .inv-withdraw .table-responsive--xs tr td {color: #111827 !important}
    .inv-withdraw .table-responsive--xs [data-label]::before {color: #334155 !important}
    .inv-withdraw .table-responsive--xs tbody tr {display: block; margin: 12px 0; border-radius: 12px; overflow: hidden}
    .inv-withdraw .table-responsive--xs tbody tr:nth-child(odd) {border: 1px solid var(--brand-color, #239dcc)}
    .inv-withdraw .table-responsive--xs tbody tr:nth-child(even) {border: 1px solid rgba(100, 116, 139, .25)}
}

.ref-card .card-header h4 {
	color: #0f172a
}

.ref-list .list-group-item {
	padding: 10px 12px;
	border-left: 3px solid var(--brand-color, #239dcc);
	background: rgba(35, 157, 204, 0.06)
}

.ref-list .list-group-item span:first-child {
	color: #6b7280
}

.ref-list .list-group-item span:last-child {
	color: #111827;
	font-weight: 600
}

.ref-copy .copyURL {
	border: 1px solid rgba(35, 157, 204, .25);
	border-radius: 10px 0 0 10px;
	background: #fff;
	color: #0f172a
}

.ref-copy .input-group-text {
	border: 1px solid var(--brand-color, #239dcc);
	border-left: 0;
	border-radius: 0 10px 10px 0;
	background: var(--brand-color, #239dcc);
	color: #fff
}

.ref-copy .input-group-text:hover {
	filter: brightness(1.05)
}

.ref-tree {
	border: 1px solid rgba(35, 157, 204, .15);
	border-radius: 10px;
	padding: 10px
}

.rank-card .card-header h4 {
	color: #0f172a
}

.rank-secondary {
	background: transparent !important;
	color: #64748b !important;
	border: 1px solid #64748b
}

.invest-badge__list.ref-list .list-group-item {
	padding: 10px 12px;
	border-left: 3px solid var(--brand-color, #239dcc);
	background: rgba(35, 157, 204, 0.06)
}

.invest-badge__list.ref-list .list-group-item span:first-child {
	color: #6b7280
}

.invest-badge__list.ref-list .list-group-item span:last-child {
	color: #111827;
	font-weight: 600
}

.sup-table thead th:nth-child(1),
.sup-table tbody td:nth-child(1) {
	text-align: left
}

.sup-table thead th:nth-child(2),
.sup-table tbody td:nth-child(2) {
	text-align: center
}

.sup-table thead th:nth-child(3),
.sup-table tbody td:nth-child(3) {
	text-align: center
}

.sup-table thead th:nth-child(4),
.sup-table tbody td:nth-child(4) {
	text-align: center
}

.sup-table thead th:nth-child(5),
.sup-table tbody td:nth-child(5) {
	text-align: right
}

.sup-status .badge {
    border-radius: 999px;
    padding: 4px 10px
}

.prof-card .card-body h4 {
	color: #0f172a
}

.profile-list .list-group-item {
    padding: 10px 12px;
    border-left: 3px solid var(--brand-color, #239dcc);
	background: rgba(35, 157, 204, 0.06)
}

.profile-list .list-group-item span:first-child {
	color: #6b7280
}

.profile-list .list-group-item span:last-child {
	color: #111827;
	font-weight: 600
}

.prof-card .form-control,
.prof-card .form--control {
	border: 1px solid rgba(35, 157, 204, .25);
	background: #fff;
	color: #0f172a
}

.prof-card .form-control:focus,
.prof-card .form--control:focus {
	outline: none;
	box-shadow: none;
	border-color: var(--brand-color, #239dcc)
}

.prof-card input[readonly] {
	background-color: #fff !important;
	color: #0f172a !important
}

.wd-card .form-control,
.wd-card .form--control {
	border: 1px solid rgba(35, 157, 204, .25);
	background: #fff;
	color: #0f172a
}

.wd-card .form-control:focus,
.wd-card .form--control:focus {
	outline: none;
	box-shadow: none;
	border-color: var(--brand-color, #239dcc)
}

.wd-card .input-group .input-group-text {
	border: 1px solid var(--brand-color, #239dcc);
	border-left: 0;
	border-radius: 0 10px 10px 0
}

.wd-card .input-group .form-control {
	border-radius: 10px 0 0 10px
}

.wd-preview .list-group-item {
	padding: 10px 12px;
	border-left: 3px solid var(--brand-color, #239dcc);
	background: rgba(35, 157, 204, 0.06)
}

.wd-preview .list-group-item span:first-child {
	color: #6b7280
}

.wd-preview .list-group-item span:last-child {
	color: #111827;
	font-weight: 600
}

.tr-card .form-control,
.tr-card .form--control {
	border: 1px solid rgba(35, 157, 204, .25);
	background: #fff;
	color: #0f172a
}

.tr-card .form-control:focus,
.tr-card .form--control:focus {
	outline: none;
	box-shadow: none;
	border-color: var(--brand-color, #239dcc)
}

.tr-card .input-group .input-group-text {
	border: 1px solid var(--brand-color, #239dcc);
	border-left: 0;
	border-radius: 0 10px 10px 0
}

.tr-card .input-group .form-control {
	border-radius: 10px 0 0 10px
}

.tr-card .error-message {
	color: #ef4444
}

.tr-card .calculation {
	color: #64748b
}

.tr-card input[readonly] {
	background-color: #fff !important;
	color: #0f172a !important
}

.sec-card .form-control,
.sec-card .form--control {
	border: 1px solid rgba(35, 157, 204, .25);
	background: #fff;
	color: #0f172a
}

.sec-card .form-control:focus,
.sec-card .form--control:focus {
	outline: none;
	box-shadow: none;
	border-color: var(--brand-color, #239dcc)
}

.sec-card .input-group .input-group-text {
	border: 1px solid var(--brand-color, #239dcc);
	border-left: 0;
	border-radius: 0 10px 10px 0;
	cursor: pointer
}

.sec-card .input-group .form-control {
	border-radius: 10px 0 0 10px
}

.sec-card .title,
.sec-card h4 {
	color: #0f172a
}

.sec-card .sec-field {
	padding: 10px 12px;
	border-left: 3px solid var(--brand-color, #239dcc);
	background: rgba(35, 157, 204, 0.06);
	border-radius: 10px
}

.sec-card .sec-field label {
	color: #0f172a;
	font-weight: 600
}

.dep-card .form-control,
.dep-card .form--control {
	border: 1px solid rgba(35, 157, 204, .25);
	background: #fff;
	color: #0f172a
}

.dep-card .form-control:focus,
.dep-card .form--control:focus {
	outline: none;
	box-shadow: none;
	border-color: var(--brand-color, #239dcc)
}

.dep-card .input-group .input-group-text {
	border: 1px solid var(--brand-color, #239dcc);
	border-left: 0;
	border-radius: 0 10px 10px 0
}

.dep-card .input-group .form-control {
	border-radius: 10px 0 0 10px
}

.dep-field {
	padding: 10px 12px;
	border-left: 3px solid var(--brand-color, #239dcc);
	background: rgba(35, 157, 204, 0.06);
	border-radius: 10px
}

.dep-field label {
	color: #0f172a;
	font-weight: 600
}

.dep-preview .list-group-item {
	padding: 10px 12px;
	border-left: 3px solid var(--brand-color, #239dcc);
	background: rgba(35, 157, 204, 0.06)
}

.dep-preview .list-group-item span:first-child {
	color: #6b7280
}

.dep-preview .list-group-item span:last-child {
	color: #111827;
	font-weight: 600
}

.kyc-card .form-control,
.kyc-card .form-select,
.kyc-card .form--control {
	border: 1px solid rgba(35, 157, 204, .25);
	background: #fff;
	color: #0f172a
}

.kyc-card .form-control:focus,
.kyc-card .form-select:focus,
.kyc-card .form--control:focus {
	outline: none;
	box-shadow: none;
	border-color: var(--brand-color, #239dcc)
}

.kyc-note {
	border: 1px solid rgba(35, 157, 204, .25);
	border-left: 3px solid var(--brand-color, #239dcc);
	border-radius: 10px;
	padding: 15px;
	margin-bottom: 20px;
	background: rgba(35, 157, 204, 0.06)
}

.kyc-note h3 {
	margin: 0 0 10px;
	text-align: center;
	color: #0f172a
}

.kyc-item {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 10px
}

.kyc-item img {
	width: 20px;
	height: 20px
}

.kyc-item.success {
	color: #22c55e
}

.kyc-item.error {
	color: #ef4444
}

.kyc-list .list-group-item {
	padding: 10px 12px;
	border-left: 3px solid var(--brand-color, #239dcc);
	background: rgba(35, 157, 204, 0.06)
}

.kyc-list .list-group-item span:first-child {
	color: #6b7280
}

.kyc-list .list-group-item span:last-child {
	color: #111827;
	font-weight: 600
}

.kyc-list .list-group-item p {
	margin: 0
}

.tr-card .tr-field {
	padding: 10px 12px;
	border-left: 3px solid var(--brand-color, #239dcc);
	background: rgba(35, 157, 204, 0.06);
	border-radius: 10px
}

.tr-card .tr-field label {
	color: #0f172a;
	font-weight: 600
}

.auth-card {
	border: 1px solid rgba(35, 157, 204, .25);
	border-radius: 10px;
	background: rgba(35, 157, 204, 0.06);
	max-width: 640px;
	width: 100%;
	margin: 0 auto;
	padding: 30px
}

.auth-card .form-control,
.auth-card .form--control,
.auth-card .form-select {
	border: 1px solid rgba(35, 157, 204, .25);
	background: #fff;
	color: #0f172a
}

.auth-card .form-control:focus,
.auth-card .form--control:focus,
.auth-card .form-select:focus {
	outline: none;
	box-shadow: none;
	border-color: var(--brand-color, #239dcc)
}

.auth-card .input-group .input-group-text {
	border: 1px solid var(--brand-color, #239dcc);
	border-left: 0;
	border-radius: 0 10px 10px 0
}

.auth-card .input-group .form-control,
.auth-card .input-group .form--control {
	border-radius: 10px 0 0 10px
}

.auth-card .auth-header {
	text-align: center;
	margin-bottom: 24px
}

.auth-card .auth-icon {
	width: 90px;
	height: 90px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(35, 157, 204, 0.08);
	margin: 0 auto 20px
}

.auth-card .auth-icon i {
	font-size: 42px;
	color: var(--brand-color, #239dcc)
}

.auth-card .codex-brand {
	margin-bottom: 16px
}

.auth-card .codex-brand .dark-logo {
	display: none
}

.auth-card .form-label {
	font-weight: 600;
	color: #0f172a
}

.auth-card .form-group {
	margin-bottom: 16px
}

.auth-card .form-group .input-group .form-control,
.auth-card .form-group .input-group .form--control {
	border-right: none
}

.auth-card .auth-remember {
	display: flex;
	align-items: center;
	justify-content: space-between
}

.auth-card .btn {
	width: 100%
}

.auth-card .auth-footer {
	margin-top: 24px
}

.auth-card .auth-pin {
	display: flex;
	margin-bottom: 20px
}

.auth-card .auth-pin .form-control:nth-child(n + 2) {
	margin-left: 10px
}

.auth-card .small-group.auth-pin {
	display: flex
}

.auth-card .small-group.auth-pin .form-control:nth-child(n + 2) {
	margin-left: 10px
}

.auth-card .f-pwd {
	text-decoration: none
}

.auth-field {
	padding: 10px 12px;
	border-left: 3px solid var(--brand-color, #239dcc);
	background: rgba(35, 157, 204, 0.06);
	border-radius: 10px
}

.auth-field label {
	color: #0f172a;
	font-weight: 600
}

@media (max-width: 575px) {
	.auth-card {
		padding: 20px
	}
}

body.darkmode .auth-card .codex-brand .light-logo {
	display: none
}

body.darkmode .auth-card .codex-brand .dark-logo {
	display: block
}

/* Promotion tools */
.promo-card .form-control,
.promo-card .form--control {
	border: 1px solid rgba(35, 157, 204, .25);
	background: #fff;
	color: #0f172a
}

.promo-card .form-control:focus,
.promo-card .form--control:focus {
	outline: none;
	box-shadow: none;
	border-color: var(--brand-color, #239dcc)
}

.promo-card textarea {
	font-family: ui-monospace, SFMono-Regular, Menlo, monospace
}

.promo-thumb {
	height: 350px;
	border: 1px solid rgba(35, 157, 204, .15);
	border-radius: 10px;
	overflow: hidden;
	background: rgba(35, 157, 204, 0.06)
}

.promo-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

/* Donation */
.don-card .don-img-left {
	float: left;
	margin: 0 20px 12px 0;
	width: 40%;
	max-width: 360px
}

@media (max-width: 575px) {
	.don-card .don-img-left {
		float: none;
		width: 100%;
		margin: 0 0 12px 0
	}
}

.don-timeline {
	position: relative;
	margin-top: 20px;
	padding-left: 40px;
	border-left: 3px solid var(--brand-color, #239dcc)
}

.don-timeline .don-item {
	position: relative;
	margin-bottom: 24px;
	padding-left: 20px
}

.don-timeline .don-year {
	position: absolute;
	left: -50px;
	top: 0;
	width: 80px;
	text-align: center;
	background: #fff;
	border: 2px solid var(--brand-color, #239dcc);
	border-radius: 50%;
	padding: 10px;
	font-weight: 700
}

.don-timeline .don-content {
	padding: 10px 15px;
	background: rgba(35, 157, 204, 0.06);
	border-radius: 10px;
	box-shadow: 0 6px 18px rgba(0, 0, 0, .06)
}

.don-timeline .future .don-year {
	background: #f1f5f9;
	border: 2px dashed #64748b
}

.don-timeline .future .don-content {
	text-align: center;
	font-style: italic;
	color: #64748b
}

.don-modal code {
	font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
	font-size: 16px;
	color: #0f172a
}

.don-code {
	margin-bottom: 6px
}

.codex-accordion .cdx-collapse {
	display: block;
	padding: 10px 12px;
	border: 1px solid var(--brand-color, #239dcc);
	border-radius: 8px;
	background: rgba(35, 157, 204, 0.06);
	color: var(--brand-color, #239dcc);
	text-decoration: none
}

.codex-accordion .cdx-collapse:hover {
	filter: brightness(1.02)
}

.inv-card .card-header h4 {
	color: #0f172a
}

.don-stats h6 {
	margin: 6px 0;
	color: #334155
}

.don-stats .display-6 {
	font-weight: 800;
	letter-spacing: .2px
}

.plan-card {
	border: 1px solid rgba(35, 157, 204, .25);
	border-radius: 10px;
	background: rgba(35, 157, 204, 0.06);
	padding: 18px;
	position: relative;
	overflow: hidden
}

.plan-card::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: var(--wm-url);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 120px 120px;
	opacity: .06;
	pointer-events: none
}

.plan-card--short::before {
	background-position: 50% 50%;
	background-size: 110px 110px
}

.plan-card--long::before {
	background-position: 50% 50%;
	background-size: 130px 130px
}

.plan-card .price-header {
	position: relative;
	margin-bottom: 12px;
	padding-bottom: 12px
}

.plan-card .price-header h2 {
	color: #0f172a;
	font-weight: 700;
	font-size: 22px
}

.plan-card .price-header::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 3px;
	width: 100%;
	background: linear-gradient(90deg, var(--brand-color, #239dcc), rgba(35, 157, 204, 0));
	border-radius: 999px
}

.plan-card--long .price-header::after {
	background: linear-gradient(90deg, rgba(35, 157, 204, 0), var(--brand-color, #239dcc))
}

.plan-card--short .price-header {
	background: rgba(35, 157, 204, 0.06);
	border-radius: 8px;
	padding: 12px
}

.plan-card--long .price-header {
	background: rgba(35, 157, 204, 0.08);
	border-radius: 8px;
	padding: 12px
}

.plan-card .price-value {
	font-weight: 700;
	color: var(--brand-color, #239dcc)
}

.plan-card .price-value {
	display: block;
	font-size: 16px;
	letter-spacing: .2px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.plan-card .price-value sup,
.plan-card .price-value sub {
	font-size: .85em
}

@media (max-width: 575px) {
	.plan-card .price-value {
		font-size: 14px
	}
}

.plan-card .price-value span {
	color: #64748b
}

.plan-card .cdxprice-list .list-group-item {
	border: none;
	padding: 10px 0
}

.plan-card .plan-label {
    color: #64748b
}

.auth-main {
    padding: 24px 12px;
    padding-top: calc(24px + env(safe-area-inset-top));
    padding-bottom: calc(24px + env(safe-area-inset-bottom));
    box-sizing: border-box;
    min-height: 100vh;
    min-height: 100dvh;
    overflow-y: auto;
    width: 100%
}

@media (max-width: 575px) {
    .auth-main {
        padding: 16px 10px;
        padding-top: calc(16px + env(safe-area-inset-top));
        padding-bottom: calc(16px + env(safe-area-inset-bottom))
    }
    .auth-main .auth-card,
    .auth-main .inv-card {margin-top: 35px; margin-bottom: 35px}
}

@media (max-width: 991px) {
    .auth-main {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-direction: column
    }
    .auth-main .auth-card,
    .auth-main .inv-card {margin-top: 24px; margin-bottom: 24px}
}

.auth-card.inv-card {overflow: visible}

.plan-card .btn {
	width: 100%
}

.plan-cycles {
	margin-top: 12px
}

.plan-cycles-box {
	border: 1px solid var(--brand-color, #239dcc)
}

.plan-cycles-head {
	background: var(--brand-color, #239dcc);
	color: #fff;
	padding: 10px 12px
}

.plan-cycles-row {
    background: #fff;
    border-top: 1px solid #e2e8f0
}

/* Sidebar logo centering */
.codex-sidebar .logo-gridwrap {
    justify-content: center !important;
    position: relative
}
.codex-sidebar .logo-gridwrap .codexbrand-logo img,
.codex-sidebar .logo-gridwrap .codex-darklogo img {
    display: block;
    margin: 0 auto;
    max-width: 140px;
    width: 140px;
    height: auto
}
.codex-sidebar .logo-gridwrap .sidebar-action {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
}

/* Header profile tweaks */
.codex-header .nav-profile .media .user-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #1a7cbc
}
@media (max-width: 575px) {
    .codex-header .nav-profile .media {gap: 6px}
}

.plan-cycles-row:nth-child(even) {
	background: #f1f5f9
}

.plan-cycles-empty {
	text-align: center;
	padding: 12px;
	color: #64748b;
	font-style: italic
}

.plan-modal .form-control,
.plan-modal .form-select {
	border: 1px solid rgba(35, 157, 204, .25);
	background: #fff;
	color: #0f172a
}

.plan-modal .form-control:focus,
.plan-modal .form-select:focus {
	outline: none;
	box-shadow: none;
	border-color: var(--brand-color, #239dcc)
}

.plan-modal .input-group .input-group-text {
	border: 1px solid var(--brand-color, #239dcc);
	border-left: 0
}

.plan-modal .planInfo {
	max-height: 220px;
	overflow-y: auto;
	padding: 10px;
	border: 1px solid rgba(35, 157, 204, .25);
	background: rgba(35, 157, 204, 0.06);
	border-radius: 8px
}

.plan-modal .planInfo:empty {
	display: none
}

.plan-modal .confirmNote {
	font-size: 18px;
	color: #334155
}

.plan-modal .modal-body {
	max-height: 65vh;
	overflow-y: auto
}

.plan-modal .planInfo img {
	max-width: 100%;
	height: auto
}

.plan-modal .planInfo * {
	word-break: break-word
}

.plan-intro .heading {
	display: flex;
	align-items: center;
	gap: 8px;
	color: #0f172a;
	margin-bottom: 8px
}

.plan-intro .subheading {
	color: #334155;
	margin-top: 12px
}

.plan-intro .highlight {
	background: rgba(35, 157, 204, 0.12);
	color: var(--brand-color, #239dcc);
	padding: 4px 8px;
	border-radius: 6px
}

.plan-intro .plan-steps {
	padding: 20px;
	background: #dce2eb;
	list-style: none;
	padding-left: 0;
	margin: 10px 0
}

.plan-intro .plan-steps li {
	margin-bottom: 10px;
	padding-left: 12px;
	border-left: 3px solid var(--brand-color, #239dcc)
}

.plan-intro .plan-steps li span {
	font-weight: 700;
	color: var(--brand-color, #239dcc)
}

.inv-logs .logs-hero .card-body {
	padding: 16px 20px
}

.inv-logs .logs-title {
	margin: 0;
	font-weight: 800;
	letter-spacing: .2px;
	color: #0f172a
}

.inv-logs .logs-sub {
	margin: 6px 0 0;
	color: #64748b
}

.inv-logs .logs-actions .btn {
	border-radius: 999px;
	font-weight: 600
}

.inv-logs #datatbl-advance thead th {
	background: linear-gradient(0deg, rgba(35, 157, 204, .06), rgba(255, 255, 255, 1));
	border-bottom: 1px solid rgba(35, 157, 204, .15);
	color: #0f172a;
	font-weight: 700
}

.inv-logs #datatbl-advance tbody td {
	color: #111827
}

.inv-logs #datatbl-advance tbody tr:hover {
	background: rgba(35, 157, 204, .06)
}

.inv-logs .dataTables_wrapper .dataTables_length select,
.inv-logs .dataTables_wrapper .dataTables_filter input {
	border: 1px solid rgba(35, 157, 204, .25);
	border-radius: 10px
}

.inv-logs .progress {
	height: 6px;
	background: rgba(35, 157, 204, .12)
}

.inv-logs .progress .progress-bar {
	background-color: var(--brand-color, #239dcc)
}

.inv-logs .countdown {
	display: inline-block;
	padding: 2px 8px;
	border-radius: 999px;
	background: rgba(35, 157, 204, .08);
	color: var(--brand-color, #239dcc)
}

.inv-logs .inv-table {
	width: 100%
}

.inv-logs .inv-table td,
.inv-logs .inv-table th {
	vertical-align: middle
}

.inv-logs .inv-table .trx-id {
	font-weight: 700;
	color: #0f172a
}

.inv-logs .inv-table .plan-badge {
	display: inline-block;
	padding: 2px 8px;
	border-radius: 999px;
	background: rgba(35, 157, 204, .1);
	color: var(--brand-color, #239dcc);
	font-size: 12px;
	font-weight: 600
}

.inv-logs .inv-table .amount {
	font-weight: 700;
	color: var(--brand-color, #239dcc)
}

.inv-logs .inv-table .btn-sm {
	border-radius: 999px
}

.inv-logs .inv-table hr {
	border-color: rgba(35, 157, 204, .2)
}

@media (max-width: 575px) {
	.inv-logs .logs-hero .card-body {
		flex-direction: column;
		align-items: flex-start;
		gap: 10px
	}

	.inv-logs .logs-actions .btn {
		width: 100%
	}

	.inv-logs .logs-title {
		font-size: 18px
	}
}

@media (max-width: 767px) {

	.inv-logs #datatbl-advance_wrapper .dataTables_length,
	.inv-logs #datatbl-advance_wrapper .dataTables_filter {
		width: 100%;
		display: block;
		margin: 6px 0
	}

	.inv-logs #datatbl-advance_wrapper .dataTables_filter input {
		width: 100%
	}

	.inv-logs .logs-sub {
		font-size: 14px
	}

	.inv-logs .countdown {
		display: block
	}
}

@media (max-width: 575px) {
	.inv-logs .inv-table .plan-badge {
		margin-top: 4px
	}
}

@media (max-width: 767px) {
	.inv-logs .table-responsive--sm tbody tr:nth-child(odd) {
		background-color: #fff !important
	}

	.inv-logs .table-responsive--sm tbody tr:nth-child(even) {
		background-color: rgba(35, 157, 204, .06) !important
	}

	.inv-logs .table-responsive--sm tr td {
		color: #111827 !important
	}

	.inv-logs .table-responsive--sm [data-label]::before {
		color: #334155 !important
	}

	.inv-logs .table-responsive--sm tbody tr {
		display: block;
		margin: 12px 0;
		border-radius: 12px;
		overflow: hidden
	}

	.inv-logs .table-responsive--sm tbody tr:nth-child(odd) {
		border: 1px solid var(--brand-color, #239dcc)
	}

	.inv-logs .table-responsive--sm tbody tr:nth-child(even) {
		border: 1px solid rgba(100, 116, 139, .25)
	}
}
@media (max-width: 767px) {
    .inv-logs .table-responsive--sm .received-cell {padding-right: 12px !important}
    .inv-logs .table-responsive--sm .received-cell .progress-summary {display: block; text-align: left !important}
}

@media (max-width: 575px) {
	.inv-logs .table-responsive--xs tbody tr:nth-child(odd) {
		background-color: #fff !important
	}

	.inv-logs .table-responsive--xs tbody tr:nth-child(even) {
		background-color: rgba(35, 157, 204, .06) !important
	}

	.inv-logs .table-responsive--xs tr td {
		color: #111827 !important
	}

	.inv-logs .table-responsive--xs [data-label]::before {
		color: #334155 !important
	}

	.inv-logs .table-responsive--xs tbody tr {
		display: block;
		margin: 12px 0;
		border-radius: 12px;
		overflow: hidden
	}

	.inv-logs .table-responsive--xs tbody tr:nth-child(odd) {
		border: 1px solid var(--brand-color, #239dcc)
	}

	.inv-logs .table-responsive--xs tbody tr:nth-child(even) {
		border: 1px solid rgba(100, 116, 139, .25)
	}
}
@media (max-width: 575px) {
    .inv-logs .table-responsive--xs .received-cell {padding-right: 12px !important}
    .inv-logs .table-responsive--xs .received-cell .progress-summary {display: block; text-align: left !important}
}

@media (max-width: 767px) {
	.table-responsive--sm .status-cell {
		padding-left: 58% !important
	}

	.table-responsive--sm .status-cell::before {
		width: 58%;
		white-space: normal
	}
}

@media (max-width: 575px) {
	.table-responsive--xs .status-cell {
		padding-left: 62% !important
	}

	.table-responsive--xs .status-cell::before {
		width: 62%;
		white-space: normal
	}
}
.inv-details .details-hero .card-body {padding: 16px 20px}
.inv-details .details-title {margin: 0; font-weight: 800; letter-spacing: .2px; color: #0f172a}
.inv-details .details-sub {margin: 6px 0 0; color: #64748b}
.inv-details .details-actions .btn {border-radius: 999px; font-weight: 600}
.inv-details .details-list .detail-item {padding: 10px 0; border-bottom: 1px dashed rgba(35, 157, 204, .15)}
.inv-details .details-list .detail-item:last-child {border-bottom: none}
@media (max-width: 575px) {
    .inv-details .details-hero .card-body {flex-direction: column; align-items: flex-start; gap: 10px}
    .inv-details .details-actions .btn {width: 100%}
}
.inv-details .trx-table tbody td {white-space: normal; word-break: break-word; overflow-wrap: anywhere}
@media (max-width: 767px) {
    .inv-details .table-responsive--sm thead {display: none}
    .inv-details .table-responsive--sm tbody tr:nth-child(odd) {background-color: #fff !important}
    .inv-details .table-responsive--sm tbody tr:nth-child(even) {background-color: rgba(35, 157, 204, .06) !important}
    .inv-details .table-responsive--sm tr td {color: #111827 !important}
    .inv-details .table-responsive--sm [data-label]::before {color: #334155 !important}
    .inv-details .table-responsive--sm tbody tr {display: block; margin: 12px 0; border-radius: 12px; overflow: hidden; border: 1px solid rgba(35, 157, 204, .12)}
}
@media (max-width: 575px) {
    .inv-details .table-responsive--xs thead {display: none}
    .inv-details .table-responsive--xs tbody tr:nth-child(odd) {background-color: #fff !important}
    .inv-details .table-responsive--xs tbody tr:nth-child(even) {background-color: rgba(35, 157, 204, .06) !important}
    .inv-details .table-responsive--xs tr td {color: #111827 !important}
    .inv-details .table-responsive--xs [data-label]::before {color: #334155 !important}
    .inv-details .table-responsive--xs tbody tr {display: block; margin: 12px 0; border-radius: 12px; overflow: hidden; border: 1px solid rgba(35, 157, 204, .12)}
}
.inv-stats .stats-hero .card-body {padding: 16px 20px}
.inv-stats .stats-title {margin: 0; font-weight: 800; letter-spacing: .2px; color: #0f172a}
.inv-stats .stats-sub {margin: 6px 0 0; color: #64748b}
.inv-stats .stats-card h2 {margin: 0; font-weight: 800; color: #0f172a}
.inv-stats .stats-card h2 sup {color: var(--brand-color, #239dcc)}
.inv-stats .stats-card .btn {border-radius: 999px; font-weight: 600}
.inv-stats .stats-card .media {display: flex; align-items: center; justify-content: space-between; gap: 12px}
.inv-stats .stats-card .media .btn {font-size: 12px; padding: 6px 10px}
.inv-stats .stats-chart .invest-statistics {gap: 12px}
.inv-stats .stats-badge {background: rgba(35, 157, 204, .1); color: var(--brand-color, #239dcc); font-size: 12px; padding: 6px 10px}
.inv-stats .invest-statistics__chart {display: flex; align-items: center; justify-content: center}
.inv-stats .invest-statistics__chart canvas {max-width: 220px; width: 100%; height: auto}
@media (max-width: 767px) {
    .inv-stats .stats-hero .card-body {flex-direction: column; align-items: flex-start; gap: 10px}
    .inv-stats .stats-chart .invest-statistics {flex-direction: column}
    .inv-stats .stats-chart .invest-statistics .flex-shrink-0 {width: 100%}
}
@media (max-width: 575px) {
    .inv-stats .stats-card .media {flex-direction: column; align-items: flex-start; gap: 8px}
    .inv-stats .stats-card .media .btn {width: 100%; font-size: 12px; padding: 8px 12px}
}
.inv-stats .inv-table {width: 100%}
.inv-stats .inv-table td, .inv-stats .inv-table th {vertical-align: middle}
.inv-stats .inv-table .trx-id {font-weight: 700; color: #0f172a}
.inv-stats .inv-table .plan-badge {display: inline-block; padding: 2px 8px; border-radius: 999px; background: rgba(35, 157, 204, .1); color: var(--brand-color, #239dcc); font-size: 12px; font-weight: 600}
.inv-stats .inv-table .amount {font-weight: 700; color: var(--brand-color, #239dcc)}
.inv-stats .inv-table .btn-sm {border-radius: 999px}
.inv-stats .inv-table hr {border-color: rgba(35, 157, 204, .2)}
@media (max-width: 767px) {
    .inv-stats .table-responsive--sm thead {display: none}
    .inv-stats .table-responsive--sm tbody tr:nth-child(odd) {background-color: #fff !important}
    .inv-stats .table-responsive--sm tbody tr:nth-child(even) {background-color: rgba(35, 157, 204, .06) !important}
    .inv-stats .table-responsive--sm tr td {color: #111827 !important}
    .inv-stats .table-responsive--sm [data-label]::before {color: #334155 !important}
    .inv-stats .table-responsive--sm tbody tr {display: block; margin: 12px 0; border-radius: 12px; overflow: hidden}
    .inv-stats .table-responsive--sm tbody tr:nth-child(odd) {border: 1px solid var(--brand-color, #239dcc)}
    .inv-stats .table-responsive--sm tbody tr:nth-child(even) {border: 1px solid rgba(100, 116, 139, .25)}
    .inv-stats .table-responsive--sm .received-cell {padding-right: 12px !important}
    .inv-stats .table-responsive--sm .received-cell .progress-summary {display: block; text-align: left !important}
}
@media (max-width: 575px) {
    .inv-stats .table-responsive--xs thead {display: none}
    .inv-stats .table-responsive--xs tbody tr:nth-child(odd) {background-color: #fff !important}
    .inv-stats .table-responsive--xs tbody tr:nth-child(even) {background-color: rgba(35, 157, 204, .06) !important}
    .inv-stats .table-responsive--xs tr td {color: #111827 !important}
    .inv-stats .table-responsive--xs [data-label]::before {color: #334155 !important}
    .inv-stats .table-responsive--xs tbody tr {display: block; margin: 12px 0; border-radius: 12px; overflow: hidden}
    .inv-stats .table-responsive--xs tbody tr:nth-child(odd) {border: 1px solid var(--brand-color, #239dcc)}
    .inv-stats .table-responsive--xs tbody tr:nth-child(even) {border: 1px solid rgba(100, 116, 139, .25)}
    .inv-stats .table-responsive--xs .received-cell {padding-right: 12px !important}
    .inv-stats .table-responsive--xs .received-cell .progress-summary {display: block; text-align: left !important}
}
.inv-stats .inv-table tbody td {white-space: normal; word-break: break-word; overflow-wrap: anywhere; color: #111827}
.inv-stats .inv-table tbody tr:hover {background: rgba(35, 157, 204, .06)}
.inv-schedule .schedule-hero .card-body {padding: 16px 20px}
.inv-schedule .schedule-title {margin: 0; font-weight: 800; letter-spacing: .2px; color: #0f172a}
.inv-schedule .schedule-sub {margin: 6px 0 0; color: #64748b}
.inv-schedule .schedule-actions .btn {border-radius: 999px; font-weight: 600}
.inv-schedule .schedule-table thead th {background: linear-gradient(0deg, rgba(35, 157, 204, .06), rgba(255, 255, 255, 1)); border-bottom: 1px solid rgba(35, 157, 204, .15); color: #0f172a; font-weight: 700}
.inv-schedule .schedule-table tbody td {white-space: normal; word-break: break-word; overflow-wrap: anywhere; color: #111827}
.inv-schedule .schedule-table tbody tr:hover {background: rgba(35, 157, 204, .06)}
.inv-schedule .plan-badge {display: inline-block; padding: 2px 8px; border-radius: 999px; background: rgba(35, 157, 204, .1); color: var(--brand-color, #239dcc); font-size: 12px; font-weight: 600}
.inv-schedule .amount {font-weight: 700; color: var(--brand-color, #239dcc)}
@media (max-width: 767px) {
    .inv-schedule .schedule-hero .card-body {flex-direction: column; align-items: flex-start; gap: 10px}
    .inv-schedule .table-responsive--sm thead {display: none}
    .inv-schedule .table-responsive--sm tbody tr:nth-child(odd) {background-color: #fff !important}
    .inv-schedule .table-responsive--sm tbody tr:nth-child(even) {background-color: rgba(35, 157, 204, .06) !important}
    .inv-schedule .table-responsive--sm tr td {color: #111827 !important}
    .inv-schedule .table-responsive--sm [data-label]::before {color: #334155 !important}
    .inv-schedule .table-responsive--sm tbody tr {display: block; margin: 12px 0; border-radius: 12px; overflow: hidden; border: 1px solid rgba(35, 157, 204, .12)}
}
@media (max-width: 575px) {
    .inv-schedule .table-responsive--xs thead {display: none}
    .inv-schedule .table-responsive--xs tbody tr:nth-child(odd) {background-color: #fff !important}
    .inv-schedule .table-responsive--xs tbody tr:nth-child(even) {background-color: rgba(35, 157, 204, .06) !important}
    .inv-schedule .table-responsive--xs tr td {color: #111827 !important}
    .inv-schedule .table-responsive--xs [data-label]::before {color: #334155 !important}
.inv-schedule .table-responsive--xs tbody tr {display: block; margin: 12px 0; border-radius: 12px; overflow: hidden; border: 1px solid rgba(35, 157, 204, .12)}
}

.inv-card table {border-collapse: separate; border-spacing: 0 12px}
.inv-card table tbody tr {overflow: hidden; border-radius: 12px}
.inv-card table tbody td {white-space: normal !important; word-break: break-word; overflow-wrap: anywhere; color: #111827}
.inv-card table tbody tr.bg-dark td,
.inv-card table.table-dark tbody td,
.inv-card table tbody tr.table-dark td {color: #fff !important}

.inv-breadcrumb {background: rgba(35, 157, 204, .06); border-bottom: 1px solid rgba(35, 157, 204, .25); padding: 12px 0}
.inv-breadcrumb h4 {color: #0f172a; font-weight: 700}
.inv-breadcrumb .breadcrumb {background: transparent; margin: 0}
.inv-breadcrumb .breadcrumb .breadcrumb-item a {color: var(--brand-color, #239dcc); text-decoration: none}
.inv-breadcrumb .breadcrumb .breadcrumb-item.active {color: #64748b}
.inv-breadcrumb .breadcrumb .breadcrumb-item + .breadcrumb-item::before {content: "/"; color: #94a3b8}
@media (max-width: 575px) {.inv-breadcrumb .d-flex {flex-wrap: wrap; row-gap: 6px} .inv-breadcrumb h4 {font-size: 18px} .inv-breadcrumb .breadcrumb {font-size: 13px}}
@media (max-width: 767px) {
    .inv-support .table-responsive--sm thead {display: none}
    .inv-support .table-responsive--sm tbody tr:nth-child(odd) {background-color: #fff !important}
    .inv-support .table-responsive--sm tbody tr:nth-child(even) {background-color: rgba(35, 157, 204, .06) !important}
    .inv-support .table-responsive--sm tr td {color: #111827 !important}
    .inv-support .table-responsive--sm [data-label]::before {color: #334155 !important}
    .inv-support .table-responsive--sm tbody tr {display: block; margin: 12px 0; border-radius: 12px; overflow: hidden}
    .inv-support .table-responsive--sm tbody tr:nth-child(odd) {border: 1px solid var(--brand-color, #239dcc)}
    .inv-support .table-responsive--sm tbody tr:nth-child(even) {border: 1px solid rgba(100, 116, 139, .25)}
}
@media (max-width: 575px) {
    .inv-support .table-responsive--xs thead {display: none}
    .inv-support .table-responsive--xs tbody tr:nth-child(odd) {background-color: #fff !important}
    .inv-support .table-responsive--xs tbody tr:nth-child(even) {background-color: rgba(35, 157, 204, .06) !important}
    .inv-support .table-responsive--xs tr td {color: #111827 !important}
    .inv-support .table-responsive--xs [data-label]::before {color: #334155 !important}
    .inv-support .table-responsive--xs tbody tr {display: block; margin: 12px 0; border-radius: 12px; overflow: hidden}
    .inv-support .table-responsive--xs tbody tr:nth-child(odd) {border: 1px solid var(--brand-color, #239dcc)}
    .inv-support .table-responsive--xs tbody tr:nth-child(even) {border: 1px solid rgba(100, 116, 139, .25)}
}
