/* Global UI/UX polish layer loaded after the plugin page styles. */
.asj-wallet,
.asj-wallet-admin,
.asj-wallet-standalone-page {
	--asj-ui-bg: #f6f8fb;
	--asj-ui-surface: #ffffff;
	--asj-ui-soft: #f8fafc;
	--asj-ui-line: #dfe7f0;
	--asj-ui-line-strong: #cbd5e1;
	--asj-ui-ink: #101827;
	--asj-ui-muted: #52616f;
	--asj-ui-primary: #2563eb;
	--asj-ui-primary-dark: #1d4ed8;
	--asj-ui-success: #047857;
	--asj-ui-warning: #b45309;
	--asj-ui-danger: #b91c1c;
	--asj-ui-radius: 8px;
	--asj-ui-shadow: 0 10px 26px rgba(15, 23, 42, 0.06);
	--asj-ui-shadow-strong: 0 16px 36px rgba(15, 23, 42, 0.09);
	color: var(--asj-ui-ink);
	font-size: 14px;
	line-height: 1.65;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

.asj-wallet *,
.asj-wallet-admin *,
.asj-wallet-standalone-page * {
	box-sizing: border-box;
}

.asj-wallet :focus-visible,
.asj-wallet-admin :focus-visible,
.asj-wallet-standalone-page :focus-visible {
	outline: 3px solid rgba(37, 99, 235, 0.22) !important;
	outline-offset: 2px !important;
}

.asj-wallet-card,
.shw-wallet-card,
.asj-wallet-page-card,
.asj-wallet-admin-card,
.asj-wallet-admin-cards > div,
.asj-wallet-filters,
.asj-wallet-dashboard-health > a,
.asj-wallet-dashboard-actions > a,
.asj-wallet-customers-overview,
.asj-wallet-customers-search-card,
.asj-wallet-customers-list-card,
.asj-wallet-agents-overview,
.asj-wallet-agents-kpis div,
.asj-wallet-accrediteds-summary div,
.asj-wallet-customer-grid div,
.asj-wallet-customer-search,
.asj-wallet-admin-cockpit,
.asj-wallet-standalone-gate,
.asj-wallet-registration-intro {
	min-width: 0;
	border: 1px solid var(--asj-ui-line) !important;
	border-radius: var(--asj-ui-radius) !important;
	background: var(--asj-ui-surface) !important;
	box-shadow: var(--asj-ui-shadow) !important;
}

.asj-wallet-page-card,
.asj-wallet-admin-card,
.asj-wallet-customers-overview,
.asj-wallet-agents-overview {
	padding: clamp(14px, 1.7vw, 22px) !important;
}

.asj-wallet-card h1,
.asj-wallet-card h2,
.asj-wallet-card h3,
.asj-wallet-card h4,
.asj-wallet-admin h1,
.asj-wallet-admin h2,
.asj-wallet-admin h3,
.asj-wallet-admin h4 {
	color: var(--asj-ui-ink) !important;
	letter-spacing: 0 !important;
	line-height: 1.35 !important;
}

.asj-wallet-card p,
.asj-wallet-card small,
.asj-wallet-card span,
.asj-wallet-admin-card p,
.asj-wallet-admin-card small,
.asj-wallet-admin-card span {
	overflow-wrap: anywhere;
}

.asj-wallet-muted,
.asj-wallet-card p,
.asj-wallet-admin__head p,
.asj-wallet-customers-overview__head p,
.asj-wallet-agents-overview__head p {
	color: var(--asj-ui-muted) !important;
	font-weight: 750;
}

.asj-wallet input:not([type="checkbox"]):not([type="radio"]):not([type="color"]),
.asj-wallet select,
.asj-wallet textarea,
.asj-wallet-admin input:not([type="checkbox"]):not([type="radio"]):not([type="color"]),
.asj-wallet-admin select,
.asj-wallet-admin textarea {
	width: 100%;
	min-height: 42px;
	border: 1px solid var(--asj-ui-line-strong) !important;
	border-radius: var(--asj-ui-radius) !important;
	background: #ffffff !important;
	color: var(--asj-ui-ink) !important;
	box-shadow: none !important;
	transition: border-color 0.16s ease, box-shadow 0.16s ease, background-color 0.16s ease;
}

.asj-wallet textarea,
.asj-wallet-admin textarea {
	min-height: 92px;
	resize: vertical;
}

.asj-wallet input:not([type="checkbox"]):not([type="radio"]):not([type="color"]):focus,
.asj-wallet select:focus,
.asj-wallet textarea:focus,
.asj-wallet-admin input:not([type="checkbox"]):not([type="radio"]):not([type="color"]):focus,
.asj-wallet-admin select:focus,
.asj-wallet-admin textarea:focus {
	border-color: var(--asj-ui-primary) !important;
	box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.12) !important;
	background: #ffffff !important;
}

.asj-wallet label,
.asj-wallet-admin label {
	min-width: 0;
	color: #334155;
	font-weight: 850;
}

.asj-wallet input[type="checkbox"],
.asj-wallet input[type="radio"],
.asj-wallet-admin input[type="checkbox"],
.asj-wallet-admin input[type="radio"] {
	accent-color: var(--asj-ui-primary);
}

.asj-wallet button,
.asj-wallet .button,
.asj-wallet a.button,
.asj-wallet .asj-wallet-soft-action,
.asj-wallet-admin .button,
.asj-wallet-admin button.button,
.asj-wallet-admin input.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	min-height: 38px;
	padding: 0 13px;
	border-radius: var(--asj-ui-radius) !important;
	font-weight: 850 !important;
	line-height: 1.2 !important;
	text-decoration: none !important;
	white-space: nowrap;
	transition: transform 0.16s ease, box-shadow 0.16s ease, border-color 0.16s ease, background-color 0.16s ease;
}

.asj-wallet button:hover,
.asj-wallet .button:hover,
.asj-wallet a.button:hover,
.asj-wallet .asj-wallet-soft-action:hover,
.asj-wallet-admin .button:hover,
.asj-wallet-admin button.button:hover,
.asj-wallet-admin input.button:hover {
	transform: translateY(-1px);
	box-shadow: var(--asj-ui-shadow);
}

.asj-wallet button:disabled,
.asj-wallet .is-disabled,
.asj-wallet-admin button:disabled,
.asj-wallet-admin .is-disabled {
	cursor: not-allowed !important;
	opacity: 0.64;
	transform: none !important;
}

.asj-wallet-admin .button-primary,
.asj-wallet button[type="submit"],
.asj-wallet-admin button[type="submit"],
.asj-wallet-admin input[type="submit"].button-primary {
	background: var(--asj-ui-primary) !important;
	border-color: var(--asj-ui-primary) !important;
	color: #ffffff !important;
}

.asj-wallet-admin .button-primary:hover,
.asj-wallet button[type="submit"]:hover,
.asj-wallet-admin button[type="submit"]:hover,
.asj-wallet-admin input[type="submit"].button-primary:hover {
	background: var(--asj-ui-primary-dark) !important;
	border-color: var(--asj-ui-primary-dark) !important;
}

.asj-wallet-actions,
.asj-wallet-filter-actions,
.asj-wallet-customers-overview__actions,
.asj-wallet-customer-row-actions,
.asj-wallet-agents-overview__actions,
.asj-wallet-agents-form-actions,
.asj-wallet-staff-access__actions {
	gap: 8px !important;
}

.asj-wallet table,
.asj-wallet-admin table {
	width: 100%;
	border-collapse: separate !important;
	border-spacing: 0 !important;
}

.asj-wallet-table,
.asj-wallet table.widefat,
.asj-wallet-admin table.widefat,
.asj-wallet-customer-table,
.asj-wallet-customers-table,
.asj-wallet-agents-table,
.asj-wallet-accrediteds-table {
	border: 1px solid var(--asj-ui-line) !important;
	border-radius: var(--asj-ui-radius) !important;
	background: #ffffff !important;
	box-shadow: var(--asj-ui-shadow) !important;
	overflow: hidden;
}

.asj-wallet th,
.asj-wallet td,
.asj-wallet-admin th,
.asj-wallet-admin td {
	border-color: #edf2f7 !important;
	vertical-align: middle !important;
}

.asj-wallet th,
.asj-wallet-admin th {
	background: #f8fafc !important;
	color: #475569 !important;
	font-size: 12px !important;
	font-weight: 900 !important;
	white-space: nowrap;
}

.asj-wallet td,
.asj-wallet-admin td {
	color: #111827;
	font-size: 13px;
	font-weight: 700;
}

.asj-wallet tbody tr:nth-child(even) td,
.asj-wallet-admin tbody tr:nth-child(even) td {
	background: #fbfdff;
}

.asj-wallet tbody tr:hover td,
.asj-wallet-admin tbody tr:hover td {
	background: #f1f7ff;
}

.asj-wallet code,
.asj-wallet-admin code {
	display: inline-flex;
	align-items: center;
	max-width: 100%;
	padding: 3px 7px;
	border-radius: 6px;
	background: #f1f5f9 !important;
	color: #334155 !important;
	font-size: 12px;
	direction: ltr;
	overflow-wrap: anywhere;
}

.asj-wallet .asj-wallet-icon,
.asj-wallet-admin .asj-wallet-icon {
	flex: 0 0 auto;
	width: 20px;
	height: 20px;
	stroke: currentColor;
	stroke-width: 1.9;
	fill: none;
}

.asj-wallet-notice,
.asj-wallet-admin .notice,
.asj-wallet-lookup,
.asj-wallet-agents-alerts,
.asj-wallet-settings-alert {
	border-radius: var(--asj-ui-radius) !important;
	box-shadow: none !important;
}

.asj-wallet-admin .nav-tab-wrapper {
	position: sticky;
	top: 32px;
	z-index: 5;
	max-width: 100%;
	overflow-x: auto;
	scrollbar-width: thin;
}

.asj-wallet-admin .nav-tab {
	border-radius: var(--asj-ui-radius) !important;
}

.asj-wallet-standalone-head,
.asj-wallet-dashboard-sidebar,
.asj-wallet-dashboard-main,
.asj-wallet-topbar-profile,
.asj-wallet-topbar-language,
.asj-wallet-topbar-kyc {
	border-radius: var(--asj-ui-radius) !important;
}

.asj-wallet-dashboard-content > .asj-wallet,
.asj-wallet-dashboard-content > .asj-wallet-admin {
	min-width: 0;
}

.asj-wallet .asj-wallet-history,
.asj-wallet .asj-wallet-table-wrap,
.asj-wallet .asj-wallet-customer-table-wrap,
.asj-wallet-admin .tablenav,
.asj-wallet-admin .widefat {
	max-width: 100%;
}

.asj-wallet .asj-wallet-history,
.asj-wallet .asj-wallet-table-wrap,
.asj-wallet .asj-wallet-customer-table-wrap,
.asj-wallet-admin .asj-wallet-admin-card:has(table),
.asj-wallet-admin .asj-wallet-customers-list-card,
.asj-wallet-admin .asj-wallet-agents-table-wrap {
	overflow-x: auto;
	scrollbar-width: thin;
}

.asj-wallet .is-positive,
.asj-wallet-admin .is-positive {
	color: var(--asj-ui-success) !important;
}

.asj-wallet .is-negative,
.asj-wallet-admin .is-negative {
	color: var(--asj-ui-danger) !important;
}

.asj-wallet-tx-status,
.asj-wallet-agent-status,
.asj-wallet-agent-usage,
.asj-wallet-customer-status,
.asj-wallet-role-status,
.asj-wallet-message-status,
.asj-wallet-message-type {
	border-radius: 999px !important;
	font-weight: 900 !important;
}

.asj-wallet-admin__head,
.asj-wallet-standalone-head {
	gap: 12px !important;
}

.asj-wallet-admin__head h1,
.asj-wallet-standalone-head h1,
.asj-wallet-topbar-title h1 {
	font-size: clamp(22px, 2.2vw, 30px) !important;
}

.asj-wallet-admin-cards,
.asj-wallet-dashboard-health,
.asj-wallet-dashboard-actions,
.asj-wallet-customers-kpis,
.asj-wallet-customers-shortcuts,
.asj-wallet-agents-kpis,
.asj-wallet-accrediteds-summary,
.asj-wallet-settings-overview {
	align-items: stretch;
}

.asj-wallet-admin-cards > div,
.asj-wallet-dashboard-health > a,
.asj-wallet-dashboard-actions > a,
.asj-wallet-customers-kpis > div,
.asj-wallet-customers-shortcuts > a,
.asj-wallet-agents-kpis > div,
.asj-wallet-accrediteds-summary > div,
.asj-wallet-settings-overview > div {
	min-height: 0 !important;
}

@media (prefers-reduced-motion: reduce) {
	.asj-wallet *,
	.asj-wallet-admin *,
	.asj-wallet-standalone-page * {
		transition: none !important;
		scroll-behavior: auto !important;
	}
}

@media (max-width: 1180px) {
	.asj-wallet-admin-cards,
	.asj-wallet-dashboard-health,
	.asj-wallet-dashboard-actions,
	.asj-wallet-customers-kpis,
	.asj-wallet-customers-shortcuts,
	.asj-wallet-agents-kpis {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
}

@media (max-width: 782px) {
	.asj-wallet,
	.asj-wallet-admin {
		font-size: 13px;
	}

	.asj-wallet-admin {
		margin: 0 !important;
		padding: 10px !important;
	}

	.asj-wallet-admin .nav-tab-wrapper {
		position: static;
		display: flex !important;
		gap: 8px !important;
		padding: 8px !important;
	}

	.asj-wallet-admin .nav-tab {
		flex: 0 0 min(46vw, 190px);
		min-height: 40px !important;
	}

	.asj-wallet-admin__head,
	.asj-wallet-standalone-head,
	.asj-wallet-customers-overview__head,
	.asj-wallet-agents-overview__head,
	.asj-wallet-staff-access {
		display: grid !important;
		grid-template-columns: 1fr !important;
	}

	.asj-wallet-admin-cards,
	.asj-wallet-dashboard-health,
	.asj-wallet-dashboard-actions,
	.asj-wallet-customers-kpis,
	.asj-wallet-customers-shortcuts,
	.asj-wallet-customers-row-summary,
	.asj-wallet-agents-kpis,
	.asj-wallet-accrediteds-summary,
	.asj-wallet-filters,
	.asj-wallet-finance-grid,
	.asj-wallet-workspace-grid,
	.asj-wallet-leader-grid,
	.asj-wallet-agent-stats,
	.asj-wallet-settings-overview {
		grid-template-columns: 1fr !important;
	}

	.asj-wallet-actions,
	.asj-wallet-filter-actions,
	.asj-wallet-customers-overview__actions,
	.asj-wallet-customer-row-actions,
	.asj-wallet-agents-overview__actions,
	.asj-wallet-agents-form-actions,
	.asj-wallet-staff-access__actions {
		display: grid !important;
		grid-template-columns: 1fr !important;
		justify-content: stretch !important;
	}

	.asj-wallet-actions > *,
	.asj-wallet-filter-actions > *,
	.asj-wallet-customers-overview__actions > *,
	.asj-wallet-customer-row-actions > *,
	.asj-wallet-agents-overview__actions > *,
	.asj-wallet-agents-form-actions > *,
	.asj-wallet-staff-access__actions > * {
		width: 100%;
	}

	.asj-wallet table.widefat,
	.asj-wallet-admin table.widefat,
	.asj-wallet-table,
	.asj-wallet-customer-table,
	.asj-wallet-customers-table,
	.asj-wallet-agents-table,
	.asj-wallet-accrediteds-table {
		min-width: 720px;
	}
}

@media (max-width: 520px) {
	.asj-wallet-page-card,
	.asj-wallet-card,
	.asj-wallet-admin-card,
	.asj-wallet-customers-overview,
	.asj-wallet-agents-overview {
		padding: 12px !important;
	}

	.asj-wallet button,
	.asj-wallet .button,
	.asj-wallet a.button,
	.asj-wallet-admin .button,
	.asj-wallet-admin button.button,
	.asj-wallet-admin input.button {
		width: 100%;
		min-height: 42px;
		white-space: normal;
	}

	.asj-wallet input:not([type="checkbox"]):not([type="radio"]):not([type="color"]),
	.asj-wallet select,
	.asj-wallet textarea,
	.asj-wallet-admin input:not([type="checkbox"]):not([type="radio"]):not([type="color"]),
	.asj-wallet-admin select,
	.asj-wallet-admin textarea {
		font-size: 16px;
	}
}

.asj-wallet form.is-submitting,
.asj-wallet-admin form.is-submitting {
	cursor: progress;
}

.asj-wallet button.is-loading,
.asj-wallet input[type="submit"].is-loading,
.asj-wallet-admin button.is-loading,
.asj-wallet-admin input[type="submit"].is-loading {
	position: relative;
	gap: 8px;
	cursor: progress !important;
}

.asj-wallet button.is-loading::before,
.asj-wallet-admin button.is-loading::before {
	content: "";
	display: inline-block;
	width: 14px;
	height: 14px;
	border: 2px solid currentColor;
	border-top-color: transparent;
	border-radius: 999px;
	animation: asj-wallet-ui-spin 0.72s linear infinite;
}

@keyframes asj-wallet-ui-spin {
	to {
		transform: rotate(360deg);
	}
}

@media (max-width: 680px) {
	.asj-wallet table.asj-wallet-ui-card-table,
	.asj-wallet-admin table.asj-wallet-ui-card-table {
		display: block !important;
		min-width: 0 !important;
		border: 0 !important;
		background: transparent !important;
		box-shadow: none !important;
		overflow: visible !important;
	}

	.asj-wallet table.asj-wallet-ui-card-table thead,
	.asj-wallet-admin table.asj-wallet-ui-card-table thead,
	.asj-wallet table.asj-wallet-ui-card-table tfoot,
	.asj-wallet-admin table.asj-wallet-ui-card-table tfoot {
		position: absolute !important;
		width: 1px !important;
		height: 1px !important;
		margin: -1px !important;
		padding: 0 !important;
		border: 0 !important;
		overflow: hidden !important;
		clip: rect(0 0 0 0) !important;
		clip-path: inset(50%) !important;
	}

	.asj-wallet table.asj-wallet-ui-card-table tbody,
	.asj-wallet-admin table.asj-wallet-ui-card-table tbody {
		display: grid !important;
		gap: 10px !important;
	}

	.asj-wallet table.asj-wallet-ui-card-table tbody tr,
	.asj-wallet-admin table.asj-wallet-ui-card-table tbody tr {
		display: grid !important;
		gap: 0 !important;
		padding: 10px !important;
		border: 1px solid var(--asj-ui-line) !important;
		border-radius: var(--asj-ui-radius) !important;
		background: #ffffff !important;
		box-shadow: var(--asj-ui-shadow) !important;
	}

	.asj-wallet table.asj-wallet-ui-card-table tbody tr[hidden],
	.asj-wallet-admin table.asj-wallet-ui-card-table tbody tr[hidden] {
		display: none !important;
	}

	.asj-wallet table.asj-wallet-ui-card-table td,
	.asj-wallet-admin table.asj-wallet-ui-card-table td {
		display: grid !important;
		grid-template-columns: minmax(96px, 0.42fr) minmax(0, 1fr) !important;
		align-items: start !important;
		gap: 10px !important;
		min-height: 38px !important;
		padding: 9px 0 !important;
		border: 0 !important;
		border-bottom: 1px solid #edf2f7 !important;
		background: transparent !important;
		text-align: start !important;
		white-space: normal !important;
		overflow-wrap: anywhere !important;
	}

	.asj-wallet table.asj-wallet-ui-card-table td:last-child,
	.asj-wallet-admin table.asj-wallet-ui-card-table td:last-child {
		border-bottom: 0 !important;
	}

	.asj-wallet table.asj-wallet-ui-card-table td::before,
	.asj-wallet-admin table.asj-wallet-ui-card-table td::before {
		content: attr(data-label);
		color: #64748b;
		font-size: 12px;
		font-weight: 900;
		line-height: 1.5;
	}

	.asj-wallet table.asj-wallet-ui-card-table td[data-label=""],
	.asj-wallet-admin table.asj-wallet-ui-card-table td[data-label=""] {
		grid-template-columns: 1fr !important;
	}

	.asj-wallet table.asj-wallet-ui-card-table td[data-label=""]::before,
	.asj-wallet-admin table.asj-wallet-ui-card-table td[data-label=""]::before {
		display: none !important;
	}

	.asj-wallet table.asj-wallet-ui-card-table .button,
	.asj-wallet-admin table.asj-wallet-ui-card-table .button,
	.asj-wallet table.asj-wallet-ui-card-table button,
	.asj-wallet-admin table.asj-wallet-ui-card-table button {
		width: auto;
		min-height: 34px;
		white-space: normal;
	}
}

.asj-wallet-admin .asj-wallet-activity-shell,
.asj-wallet-admin .asj-wallet-activity-filter-card,
.asj-wallet-admin .asj-wallet-activity-log {
	max-width: 1180px;
	margin-inline: auto;
}

.asj-wallet-admin .asj-wallet-activity-shell {
	background: #ffffff !important;
}

.asj-wallet-admin .asj-wallet-activity-kpis {
	grid-template-columns: repeat(5, minmax(150px, 1fr)) !important;
}

.asj-wallet-admin .asj-wallet-activity-kpis > div {
	border-radius: 8px !important;
	border-inline-start: 4px solid #94a3b8 !important;
}

.asj-wallet-admin .asj-wallet-activity-kpis > div:nth-child(1) {
	border-inline-start-color: #2563eb !important;
}

.asj-wallet-admin .asj-wallet-activity-kpis > div:nth-child(2) {
	border-inline-start-color: #047857 !important;
}

.asj-wallet-admin .asj-wallet-activity-kpis > div:nth-child(5) {
	border-inline-start-color: #b45309 !important;
}

.asj-wallet-admin .asj-wallet-activity-filters {
	grid-template-columns: repeat(3, minmax(180px, 1fr)) !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

.asj-wallet-admin .asj-wallet-activity-filters label {
	padding: 10px;
	border: 1px solid var(--asj-ui-line) !important;
	border-radius: 8px;
	background: #f8fafc;
}

.asj-wallet-admin .asj-wallet-activity-filters label span {
	color: #475569;
	font-size: 12px;
	font-weight: 900;
}

.asj-wallet-admin .asj-wallet-activity-filter-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 12px;
}

.asj-wallet-admin .asj-wallet-activity-filter-chips span {
	display: inline-flex;
	align-items: center;
	min-height: 30px;
	padding: 0 10px;
	border-radius: 999px;
	background: #eff6ff;
	color: #1d4ed8;
	font-size: 12px;
	font-weight: 900;
}

.asj-wallet-admin .asj-wallet-activity-log {
	display: grid;
	gap: 14px;
}

.asj-wallet-admin .asj-wallet-activity-log__head {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(300px, 430px);
	gap: 14px;
	align-items: end;
}

.asj-wallet-admin .asj-wallet-activity-log__head > div:first-child > span {
	display: block;
	color: #2563eb;
	font-size: 12px;
	font-weight: 950;
}

.asj-wallet-admin .asj-wallet-activity-log__head h2 {
	margin: 4px 0 5px !important;
}

.asj-wallet-admin .asj-wallet-activity-log__head p {
	margin: 0;
	color: #52616f;
	font-weight: 750;
}

.asj-wallet-admin .asj-wallet-activity-toolbar {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 10px;
	align-items: end;
}

.asj-wallet-admin .asj-wallet-activity-toolbar label {
	display: grid;
	gap: 6px;
	margin: 0;
}

.asj-wallet-admin .asj-wallet-activity-view-toggle {
	display: inline-grid;
	grid-template-columns: repeat(2, minmax(78px, 1fr));
	gap: 4px;
	min-height: 42px;
	padding: 4px;
	border: 1px solid var(--asj-ui-line);
	border-radius: 8px;
	background: #f8fafc;
}

.asj-wallet-admin .asj-wallet-activity-view-toggle button {
	min-height: 32px;
	border: 0;
	border-radius: 6px !important;
	background: transparent;
	color: #475569;
	font-weight: 900;
	cursor: pointer;
}

.asj-wallet-admin .asj-wallet-activity-view-toggle button.is-active {
	background: #2563eb;
	color: #ffffff;
}

.asj-wallet-admin .asj-wallet-activity-log__meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	padding: 10px 12px;
	border: 1px solid #dbeafe;
	border-radius: 8px;
	background: #eff6ff;
	color: #1e3a8a;
}

.asj-wallet-admin .asj-wallet-activity-log__meta strong,
.asj-wallet-admin .asj-wallet-activity-log__meta span {
	display: block;
}

.asj-wallet-admin .asj-wallet-activity-log__meta strong {
	white-space: nowrap;
}

.asj-wallet-admin .asj-wallet-activity-empty {
	display: grid;
	gap: 4px;
	padding: 14px;
	border: 1px dashed #bfdbfe;
	border-radius: 8px;
	background: #f8fafc;
	color: #1e3a8a;
}

.asj-wallet-admin .asj-wallet-activity-empty[hidden] {
	display: none !important;
}

.asj-wallet-admin .asj-wallet-activity-list {
	display: grid;
	gap: 12px;
}

.asj-wallet-admin .asj-wallet-activity-list[hidden],
.asj-wallet-admin .asj-wallet-activity-item[hidden],
.asj-wallet-admin .asj-wallet-activity-table tr[hidden] {
	display: none !important;
}

.asj-wallet-admin .asj-wallet-activity-item {
	display: grid;
	grid-template-columns: 76px minmax(0, 1fr);
	gap: 12px;
	min-width: 0;
	padding: 12px;
	border: 1px solid var(--asj-ui-line);
	border-radius: 8px;
	background: #ffffff;
	box-shadow: var(--asj-ui-shadow);
}

.asj-wallet-admin .asj-wallet-activity-item__rail {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	padding-top: 4px;
	border-inline-start: 4px solid #94a3b8;
	border-radius: 8px;
	background: #f8fafc;
}

.asj-wallet-admin .asj-wallet-activity-item.is-success .asj-wallet-activity-item__rail {
	border-inline-start-color: #047857;
}

.asj-wallet-admin .asj-wallet-activity-item.is-info .asj-wallet-activity-item__rail {
	border-inline-start-color: #2563eb;
}

.asj-wallet-admin .asj-wallet-activity-item.is-warning .asj-wallet-activity-item__rail {
	border-inline-start-color: #b45309;
}

.asj-wallet-admin .asj-wallet-activity-item.is-danger .asj-wallet-activity-item__rail {
	border-inline-start-color: #b91c1c;
}

.asj-wallet-admin .asj-wallet-activity-item__rail span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 28px;
	padding: 0 8px;
	border-radius: 999px;
	background: #ffffff;
	color: #334155;
	font-size: 12px;
	font-weight: 950;
	direction: ltr;
}

.asj-wallet-admin .asj-wallet-activity-item__body {
	display: grid;
	gap: 10px;
	min-width: 0;
}

.asj-wallet-admin .asj-wallet-activity-item header {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(130px, auto);
	gap: 10px;
	align-items: start;
}

.asj-wallet-admin .asj-wallet-activity-item header span,
.asj-wallet-admin .asj-wallet-activity-meta dt {
	display: block;
	color: #64748b;
	font-size: 12px;
	font-weight: 900;
	line-height: 1.5;
}

.asj-wallet-admin .asj-wallet-activity-item h3 {
	margin: 2px 0 4px !important;
	font-size: 17px !important;
}

.asj-wallet-admin .asj-wallet-activity-item header strong {
	justify-self: end;
	max-width: 260px;
	padding: 6px 9px;
	border-radius: 8px;
	background: #f8fafc;
	color: #334155;
	font-size: 12px;
	font-weight: 900;
	line-height: 1.5;
	overflow-wrap: anywhere;
}

.asj-wallet-admin .asj-wallet-activity-meta {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px;
	margin: 0;
}

.asj-wallet-admin .asj-wallet-activity-meta > div {
	min-width: 0;
	padding: 10px;
	border: 1px solid #edf2f7;
	border-radius: 8px;
	background: #fbfdff;
}

.asj-wallet-admin .asj-wallet-activity-meta dd {
	margin: 4px 0 0;
	color: #111827;
	font-weight: 800;
	line-height: 1.55;
	overflow-wrap: anywhere;
}

.asj-wallet-admin .asj-wallet-activity-meta dd a,
.asj-wallet-admin .asj-wallet-activity-meta dd small,
.asj-wallet-admin .asj-wallet-activity-meta dd code {
	display: block;
	max-width: 100%;
	overflow-wrap: anywhere;
}

.asj-wallet-admin .asj-wallet-activity-details-toggle {
	border: 1px solid #edf2f7;
	border-radius: 8px;
	background: #f8fafc;
	overflow: hidden;
}

.asj-wallet-admin .asj-wallet-activity-details-toggle summary {
	padding: 10px 12px;
	color: #2563eb;
	font-weight: 950;
	cursor: pointer;
}

.asj-wallet-admin .asj-wallet-activity-details {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;
	min-width: 0 !important;
	padding: 0 12px 12px;
}

.asj-wallet-admin .asj-wallet-activity-details span {
	min-width: 0;
	padding: 8px;
	border-radius: 8px;
	background: #ffffff;
	color: #334155;
	overflow-wrap: anywhere;
}

.asj-wallet-admin .asj-wallet-activity-table-panel {
	display: none;
	border: 1px solid var(--asj-ui-line);
	border-radius: 8px;
}

.asj-wallet-admin .asj-wallet-activity-log.is-table-view .asj-wallet-activity-list {
	display: none !important;
}

.asj-wallet-admin .asj-wallet-activity-log.is-table-view .asj-wallet-activity-table-panel {
	display: block;
}

.asj-wallet-admin .asj-wallet-activity-table {
	min-width: 1040px !important;
	table-layout: fixed;
}

.asj-wallet-admin .asj-wallet-activity-table th:nth-child(1),
.asj-wallet-admin .asj-wallet-activity-table td:nth-child(1) {
	width: 72px;
}

.asj-wallet-admin .asj-wallet-activity-table th:nth-child(2),
.asj-wallet-admin .asj-wallet-activity-table td:nth-child(2) {
	width: 136px;
}

.asj-wallet-admin .asj-wallet-activity-table th:nth-child(5),
.asj-wallet-admin .asj-wallet-activity-table td:nth-child(5),
.asj-wallet-admin .asj-wallet-activity-table th:nth-child(8),
.asj-wallet-admin .asj-wallet-activity-table td:nth-child(8) {
	width: 210px;
}

.asj-wallet-admin .asj-wallet-activity-table td {
	white-space: normal;
	overflow-wrap: anywhere;
}

@media (max-width: 1280px) {
	.asj-wallet-admin .asj-wallet-activity-kpis {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}

	.asj-wallet-admin .asj-wallet-activity-meta,
	.asj-wallet-admin .asj-wallet-activity-details {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 900px) {
	.asj-wallet-admin .asj-wallet-activity-log__head,
	.asj-wallet-admin .asj-wallet-activity-toolbar,
	.asj-wallet-admin .asj-wallet-activity-item,
	.asj-wallet-admin .asj-wallet-activity-item header {
		grid-template-columns: 1fr;
	}

	.asj-wallet-admin .asj-wallet-activity-item__rail {
		justify-content: flex-start;
		padding: 8px;
	}

	.asj-wallet-admin .asj-wallet-activity-item header strong {
		justify-self: start;
		max-width: 100%;
	}
}

@media (max-width: 680px) {
	.asj-wallet-admin .asj-wallet-activity-kpis,
	.asj-wallet-admin .asj-wallet-activity-filters {
		grid-template-columns: 1fr !important;
	}

	.asj-wallet-admin .asj-wallet-activity-log__meta {
		display: grid;
	}
}

.asj-wallet .asj-wallet-detail-summary > .asj-wallet-receipt-actions {
	display: grid !important;
	grid-template-columns: 1fr;
	gap: 10px !important;
	padding: 4px 0 0 !important;
	border-bottom: 0 !important;
}

.asj-wallet-admin-activity-modern {
	--asj-act-ink: #111827;
	--asj-act-muted: #64748b;
	--asj-act-line: #dfe7f2;
	--asj-act-soft: #f8fafc;
	--asj-act-purple: #6236ff;
	--asj-act-blue: #2563eb;
	--asj-act-green: #16a34a;
	--asj-act-red: #ef4444;
	--asj-act-orange: #f97316;
	display: grid;
	gap: 18px;
	color: var(--asj-act-ink);
}

.asj-wallet-admin-activity-modern *,
.asj-wallet-admin-activity-modern *::before,
.asj-wallet-admin-activity-modern *::after {
	box-sizing: border-box;
}

.asj-wallet-admin-activity-kpis {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 18px;
}

.asj-wallet-admin-activity-kpi {
	display: grid;
	grid-template-columns: 58px minmax(0, 1fr);
	align-items: center;
	gap: 14px;
	min-height: 118px;
	padding: 18px;
	border: 1px solid var(--asj-act-line);
	border-radius: 8px;
	background: #ffffff;
	box-shadow: 0 16px 36px rgba(15, 23, 42, .055);
}

.asj-wallet-admin-activity-kpi > span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: #eef4ff;
	color: var(--asj-act-blue);
}

.asj-wallet-admin-activity-kpi.is-purple > span {
	background: #f1edff;
	color: var(--asj-act-purple);
}

.asj-wallet-admin-activity-kpi.is-orange > span {
	background: #fff3e5;
	color: var(--asj-act-orange);
}

.asj-wallet-admin-activity-kpi.is-red > span {
	background: #fee2e2;
	color: var(--asj-act-red);
}

.asj-wallet-admin-activity-kpi svg,
.asj-wallet-admin-activity-modern .asj-wallet-icon {
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.asj-wallet-admin-activity-kpi small,
.asj-wallet-admin-activity-kpi em {
	display: block;
	color: var(--asj-act-muted);
	font-size: 12px;
	font-style: normal;
	font-weight: 850;
	line-height: 1.55;
}

.asj-wallet-admin-activity-kpi small {
	font-weight: 950;
}

.asj-wallet-admin-activity-kpi strong {
	display: block;
	margin: 5px 0;
	color: #111936;
	font-size: 22px;
	font-weight: 950;
	line-height: 1.2;
	overflow-wrap: anywhere;
}

.asj-wallet-admin-activity-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 330px;
	gap: 18px;
	align-items: start;
}

.asj-wallet-admin-activity-main,
.asj-wallet-admin-activity-side {
	display: grid;
	gap: 18px;
	min-width: 0;
}

.asj-wallet-admin-activity-panel,
.asj-wallet-admin-activity-side-card {
	display: grid;
	gap: 14px;
	min-width: 0;
	padding: 18px;
	border: 1px solid var(--asj-act-line);
	border-radius: 8px;
	background: #ffffff;
	box-shadow: 0 16px 36px rgba(15, 23, 42, .055);
}

.asj-wallet-admin-activity-filters {
	display: grid;
	grid-template-columns: minmax(180px, 1.2fr) minmax(120px, .6fr) minmax(140px, .7fr) minmax(160px, .8fr) minmax(230px, 1fr) auto auto;
	gap: 12px;
	align-items: end;
}

.asj-wallet-admin-activity-filters label {
	display: grid;
	align-items: center;
	min-height: 42px;
	margin: 0;
	border: 1px solid var(--asj-act-line);
	border-radius: 7px;
	background: #ffffff;
	color: var(--asj-act-muted);
	overflow: hidden;
}

.asj-wallet-admin-activity-filters label:not(.asj-wallet-admin-activity-search):not(.asj-wallet-admin-activity-date) {
	grid-template-columns: 74px minmax(0, 1fr);
}

.asj-wallet-admin-activity-filters label > span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 70px;
	height: 100%;
	padding: 0 12px;
	border-inline-end: 1px solid var(--asj-act-line);
	background: #fbfdff;
	color: #475569;
	font-size: 12px;
	font-weight: 950;
}

.asj-wallet-admin-activity-filters input,
.asj-wallet-admin-activity-filters select {
	width: 100%;
	min-height: 42px;
	margin: 0;
	border: 0 !important;
	background: transparent !important;
	color: #172033;
	font-size: 13px;
	font-weight: 850;
	box-shadow: none !important;
}

.asj-wallet-admin-activity-search {
	grid-template-columns: 42px minmax(0, 1fr);
}

.asj-wallet-admin-activity-search svg {
	margin-inline-start: 12px;
	color: #64748b;
}

.asj-wallet-admin-activity-date {
	grid-template-columns: 74px minmax(0, 1fr) auto minmax(0, 1fr);
}

.asj-wallet-admin-activity-date i {
	color: #94a3b8;
	font-style: normal;
	font-weight: 950;
}

.asj-wallet-admin-activity-filter-button,
.asj-wallet-admin-activity-reset,
.asj-wallet-admin-activity-export {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 42px;
	padding: 0 15px;
	border-radius: 7px;
	text-decoration: none !important;
	font-size: 13px;
	font-weight: 950;
	white-space: nowrap;
	cursor: pointer;
}

.asj-wallet-admin-activity-filter-button {
	border: 0;
	background: linear-gradient(135deg, #3b2b93, #6236ff);
	color: #ffffff;
	box-shadow: 0 12px 22px rgba(98, 54, 255, .18);
}

.asj-wallet-admin-activity-reset,
.asj-wallet-admin-activity-export {
	border: 1px solid var(--asj-act-line);
	background: #ffffff;
	color: #334155 !important;
}

.asj-wallet-admin-activity-export-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding-top: 10px;
	border-top: 1px solid #edf2f7;
}

.asj-wallet-admin-activity-export-row strong {
	color: #334155;
	font-size: 13px;
	font-weight: 950;
}

.asj-wallet-admin-activity-panel__head,
.asj-wallet-admin-activity-side-card header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.asj-wallet-admin-activity-panel__head h2,
.asj-wallet-admin-activity-side-card h2 {
	margin: 0;
	color: #111936;
	font-size: 18px;
	font-weight: 950;
	line-height: 1.35;
}

.asj-wallet-admin-activity-panel__head a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border-radius: 7px;
	color: #334155;
	text-decoration: none;
}

.asj-wallet-admin-activity-table-wrap {
	width: 100%;
	overflow-x: auto;
	border: 1px solid #edf2f7;
	border-radius: 8px;
	background: #ffffff;
}

.asj-wallet-admin-activity-table {
	width: 100%;
	min-width: 1020px;
	border-collapse: collapse;
	table-layout: fixed;
}

.asj-wallet-admin-activity-table th,
.asj-wallet-admin-activity-table td {
	padding: 13px 11px;
	border-bottom: 1px solid #edf2f7;
	color: #1f2a44;
	font-size: 13px;
	font-weight: 850;
	text-align: right;
	vertical-align: middle;
	overflow-wrap: anywhere;
}

.asj-wallet-admin-activity-table th {
	background: #fbfdff;
	color: #475569;
	font-size: 12px;
	font-weight: 950;
}

.asj-wallet-admin-activity-table tr:last-child td {
	border-bottom: 0;
}

.asj-wallet-admin-activity-time strong,
.asj-wallet-admin-activity-time small,
.asj-wallet-admin-activity-details-cell strong,
.asj-wallet-admin-activity-details-cell small,
.asj-wallet-admin-activity-action strong,
.asj-wallet-admin-activity-action small {
	display: block;
}

.asj-wallet-admin-activity-time strong {
	color: #111936;
	font-weight: 950;
	direction: ltr;
}

.asj-wallet-admin-activity-time small,
.asj-wallet-admin-activity-details-cell small,
.asj-wallet-admin-activity-action small {
	margin-top: 3px;
	color: var(--asj-act-muted);
	font-size: 11px;
	font-weight: 850;
	line-height: 1.45;
}

.asj-wallet-admin-activity-user {
	display: grid;
	grid-template-columns: 36px minmax(0, 1fr);
	align-items: center;
	gap: 9px;
}

.asj-wallet-admin-activity-user > span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: #eef2ff;
	color: var(--asj-act-purple);
	font-size: 14px;
	font-weight: 950;
}

.asj-wallet-admin-activity-user strong {
	display: block;
	color: #111936;
	font-size: 13px;
	font-weight: 950;
}

.asj-wallet-admin-activity-user small {
	color: var(--asj-act-muted);
	font-size: 11px;
	font-weight: 850;
}

.asj-wallet-admin-activity-action {
	display: grid;
	grid-template-columns: 26px minmax(0, 1fr);
	align-items: center;
	gap: 8px;
}

.asj-wallet-admin-activity-action > span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	border-radius: 50%;
}

.asj-wallet-admin-activity-action > span.is-success {
	color: var(--asj-act-green);
}

.asj-wallet-admin-activity-action > span.is-warning {
	color: var(--asj-act-orange);
}

.asj-wallet-admin-activity-action > span.is-danger {
	color: var(--asj-act-red);
}

.asj-wallet-admin-activity-category,
.asj-wallet-admin-activity-status {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 27px;
	padding: 3px 10px;
	border-radius: 7px;
	background: #eef2ff;
	color: #4f46e5;
	font-size: 12px;
	font-weight: 950;
	white-space: nowrap;
}

.asj-wallet-admin-activity-category.is-green,
.asj-wallet-admin-activity-status.is-success {
	background: #dcfce7;
	color: #15803d;
}

.asj-wallet-admin-activity-category.is-red,
.asj-wallet-admin-activity-status.is-danger {
	background: #fee2e2;
	color: #dc2626;
}

.asj-wallet-admin-activity-category.is-orange,
.asj-wallet-admin-activity-status.is-warning {
	background: #ffedd5;
	color: #c2410c;
}

.asj-wallet-admin-activity-category.is-blue {
	background: #dbeafe;
	color: #2563eb;
}

.asj-wallet-admin-activity-category.is-slate,
.asj-wallet-admin-activity-category.is-muted {
	background: #f1f5f9;
	color: #475569;
}

.asj-wallet-admin-activity-table code {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 28px;
	padding: 4px 8px;
	border-radius: 7px;
	background: #f8fafc;
	color: #334155;
	font-size: 12px;
	font-weight: 900;
	direction: ltr;
}

.asj-wallet-admin-activity-pagination {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	gap: 12px;
	color: var(--asj-act-muted);
	font-size: 12px;
	font-weight: 850;
}

.asj-wallet-admin-activity-pagination nav {
	display: flex;
	align-items: center;
	gap: 6px;
}

.asj-wallet-admin-activity-pagination a,
.asj-wallet-admin-activity-pagination b,
.asj-wallet-admin-activity-pagination em {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 30px;
	height: 30px;
	border-radius: 7px;
	color: #334155;
	text-decoration: none;
	font-style: normal;
	font-weight: 950;
}

.asj-wallet-admin-activity-pagination a {
	border: 1px solid var(--asj-act-line);
	background: #ffffff;
}

.asj-wallet-admin-activity-pagination b {
	background: var(--asj-act-purple);
	color: #ffffff;
}

.asj-wallet-admin-activity-pagination label {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0;
}

.asj-wallet-admin-activity-pagination select {
	min-height: 34px;
	border: 1px solid var(--asj-act-line);
	border-radius: 7px;
	background: #ffffff;
	color: #334155;
	font-weight: 850;
}

.asj-wallet-admin-activity-side-card header svg {
	color: #64748b;
}

.asj-wallet-admin-activity-alerts,
.asj-wallet-admin-activity-system,
.asj-wallet-admin-activity-timeline {
	display: grid;
	gap: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

.asj-wallet-admin-activity-alerts li {
	display: grid;
	grid-template-columns: 10px minmax(0, 1fr) auto;
	gap: 9px;
	align-items: start;
	padding: 12px 0;
	border-bottom: 1px solid #edf2f7;
}

.asj-wallet-admin-activity-alerts li:last-child,
.asj-wallet-admin-activity-system li:last-child {
	border-bottom: 0;
}

.asj-wallet-admin-activity-alerts i {
	width: 9px;
	height: 9px;
	margin-top: 5px;
	border-radius: 50%;
	background: var(--asj-act-blue);
}

.asj-wallet-admin-activity-alerts li.is-danger i {
	background: var(--asj-act-red);
}

.asj-wallet-admin-activity-alerts li.is-warning i {
	background: var(--asj-act-orange);
}

.asj-wallet-admin-activity-alerts li.is-success i {
	background: var(--asj-act-green);
}

.asj-wallet-admin-activity-alerts strong,
.asj-wallet-admin-activity-timeline strong {
	display: block;
	color: #111936;
	font-size: 13px;
	font-weight: 950;
	line-height: 1.45;
}

.asj-wallet-admin-activity-alerts small {
	display: block;
	margin-top: 4px;
	color: var(--asj-act-muted);
	font-size: 11px;
	font-weight: 850;
	line-height: 1.5;
}

.asj-wallet-admin-activity-alerts span,
.asj-wallet-admin-activity-timeline span {
	color: #64748b;
	font-size: 11px;
	font-weight: 850;
	white-space: nowrap;
}

.asj-wallet-admin-activity-system li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	padding: 9px 0;
	border-bottom: 1px solid #edf2f7;
	color: #1f2a44;
	font-size: 13px;
	font-weight: 850;
}

.asj-wallet-admin-activity-system strong {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	color: var(--asj-act-green);
	font-size: 12px;
	font-weight: 950;
}

.asj-wallet-admin-activity-system strong::before {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: currentColor;
	content: "";
}

.asj-wallet-admin-activity-system .is-warning strong {
	color: var(--asj-act-orange);
}

.asj-wallet-admin-activity-side-card footer {
	padding-top: 10px;
	border-top: 1px solid #edf2f7;
	color: #334155;
	font-size: 12px;
	font-weight: 850;
	text-align: center;
}

.asj-wallet-admin-activity-timeline {
	position: relative;
	gap: 0;
}

.asj-wallet-admin-activity-timeline li {
	position: relative;
	display: grid;
	grid-template-columns: 56px minmax(0, 1fr);
	gap: 10px;
	padding: 9px 0 9px 18px;
}

.asj-wallet-admin-activity-timeline li::before {
	position: absolute;
	inset-block-start: 15px;
	inset-inline-end: 0;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: var(--asj-act-blue);
	box-shadow: 0 0 0 3px #eff6ff;
	content: "";
}

.asj-wallet-admin-activity-timeline li::after {
	position: absolute;
	inset-block-start: 28px;
	inset-block-end: -7px;
	inset-inline-end: 4px;
	width: 1px;
	background: #dbe4ef;
	content: "";
}

.asj-wallet-admin-activity-timeline li:last-child::after {
	display: none;
}

.asj-wallet-admin-activity-timeline li.is-success::before {
	background: var(--asj-act-green);
}

.asj-wallet-admin-activity-timeline li.is-danger::before {
	background: var(--asj-act-red);
}

.asj-wallet-admin-activity-timeline li.is-warning::before {
	background: var(--asj-act-orange);
}

.asj-wallet-admin-activity-side-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 36px;
	border-top: 1px solid #edf2f7;
	color: var(--asj-act-blue) !important;
	text-decoration: none !important;
	font-size: 12px;
	font-weight: 950;
}

.asj-wallet-admin-activity-side-empty,
.asj-wallet-activity-empty {
	display: grid;
	gap: 4px;
	padding: 14px;
	border: 1px dashed #bfdbfe;
	border-radius: 8px;
	background: #f8fafc;
	color: #1e3a8a;
	font-size: 13px;
	font-weight: 850;
}

.asj-wallet-activity-empty[hidden],
.asj-wallet-admin-activity-table tr[hidden] {
	display: none !important;
}

@media (max-width: 1440px) {
	.asj-wallet-admin-activity-kpis {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.asj-wallet-admin-activity-layout {
		grid-template-columns: 1fr;
	}

	.asj-wallet-admin-activity-side {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 1180px) {
	.asj-wallet-admin-activity-filters,
	.asj-wallet-admin-activity-side {
		grid-template-columns: 1fr;
	}

	.asj-wallet-admin-activity-filter-button,
	.asj-wallet-admin-activity-reset,
	.asj-wallet-admin-activity-export {
		width: 100%;
	}
}

@media (max-width: 720px) {
	.asj-wallet-admin-activity-kpis,
	.asj-wallet-admin-activity-pagination {
		grid-template-columns: 1fr;
	}

	.asj-wallet-admin-activity-kpi,
	.asj-wallet-admin-activity-panel,
	.asj-wallet-admin-activity-side-card {
		padding: 14px;
	}

	.asj-wallet-admin-activity-kpi {
		grid-template-columns: 44px minmax(0, 1fr);
	}

	.asj-wallet-admin-activity-kpi > span {
		width: 40px;
		height: 40px;
	}

	.asj-wallet-admin-activity-export-row,
	.asj-wallet-admin-activity-panel__head {
		display: grid;
	}
}

.asj-wallet .asj-wallet-receipt-button {
	position: relative;
	display: grid !important;
	grid-template-columns: 42px minmax(0, 1fr);
	grid-template-rows: auto auto;
	align-items: center;
	gap: 3px 11px;
	width: 100%;
	min-height: 66px !important;
	padding: 10px 12px !important;
	border: 1px solid #d8c7ff !important;
	border-radius: 14px !important;
	background: #ffffff !important;
	color: #4c1d95 !important;
	text-align: right !important;
	box-shadow: 0 10px 24px rgba(76, 29, 149, .07) !important;
	transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;
}

.asj-wallet .asj-wallet-receipt-button:hover {
	transform: translateY(-1px);
	border-color: #8b5cf6 !important;
	box-shadow: 0 16px 34px rgba(76, 29, 149, .12) !important;
}

.asj-wallet .asj-wallet-receipt-button:focus-visible {
	outline: 3px solid rgba(139, 92, 246, .28);
	outline-offset: 2px;
}

.asj-wallet .asj-wallet-receipt-button .asj-wallet-icon {
	grid-row: 1 / 3;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	padding: 9px;
	border-radius: 12px;
	background: #ede9fe;
	color: #6d28d9;
	stroke-width: 2.25;
}

.asj-wallet .asj-wallet-receipt-button span,
.asj-wallet .asj-wallet-receipt-button small {
	display: block;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.asj-wallet .asj-wallet-receipt-button span {
	color: #111827;
	font-size: 14px;
	font-weight: 950;
	line-height: 1.35;
}

.asj-wallet .asj-wallet-receipt-button small {
	color: #64748b;
	font-size: 11px;
	font-weight: 850;
	line-height: 1.45;
}

.asj-wallet .asj-wallet-receipt-button.is-download {
	background: linear-gradient(135deg, #ffffff, #f8fafc) !important;
}

.asj-wallet .asj-wallet-receipt-button.is-share {
	border-color: #bbf7d0 !important;
	background: #f0fdf4 !important;
}

.asj-wallet .asj-wallet-receipt-button.is-share .asj-wallet-icon {
	background: #dcfce7;
	color: #166534;
}

.asj-wallet .asj-wallet-receipt-button.is-loading {
	opacity: .72;
	cursor: wait !important;
	transform: none;
}

.asj-wallet .asj-wallet-receipt-status {
	min-height: 22px;
	margin: -2px 0 0 !important;
	color: #64748b;
	font-size: 12px;
	font-weight: 900;
	line-height: 1.7;
}

.asj-wallet .asj-wallet-receipt-status[data-state="success"] {
	color: #166534;
}

.asj-wallet .asj-wallet-receipt-status[data-state="error"] {
	color: #991b1b;
}

.asj-wallet .asj-wallet-receipt-status[data-state="loading"] {
	color: #6d28d9;
}

.asj-wallet-admin-transaction-detail-page {
	display: grid;
	gap: 18px;
}

.asj-wallet-admin-transaction-detail-page .asj-wallet-detail-card,
.asj-wallet-admin-transaction-detail-page .asj-wallet-detail-summary,
.asj-wallet-admin-transaction-detail-page .asj-wallet-transaction-detail-page,
.asj-wallet-admin-transaction-lines {
	box-sizing: border-box;
}

.asj-wallet-admin-transaction-detail-page .asj-wallet-detail-row i .asj-wallet-icon,
.asj-wallet-admin-transaction-detail-page .asj-wallet-detail-summary__icon .asj-wallet-icon,
.asj-wallet-admin-detail-actions > span .asj-wallet-icon {
	width: 22px;
	height: 22px;
	stroke-width: 2.2;
}

.asj-wallet-admin-detail-actions > span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	border-radius: 14px;
	background: #ede9fe;
	color: #6d28d9;
}

.asj-wallet-admin-transaction-detail-page .asj-wallet-detail-summary > .asj-wallet-receipt-actions {
	display: grid !important;
	grid-template-columns: 1fr;
	gap: 10px !important;
	padding: 4px 0 0 !important;
	border-bottom: 0 !important;
}

.asj-wallet-admin-transaction-detail-page .asj-wallet-receipt-button {
	position: relative;
	display: grid !important;
	grid-template-columns: 42px minmax(0, 1fr);
	grid-template-rows: auto auto;
	align-items: center;
	gap: 3px 11px;
	width: 100%;
	min-height: 66px !important;
	padding: 10px 12px !important;
	border: 1px solid #d8c7ff !important;
	border-radius: 14px !important;
	background: #ffffff !important;
	color: #4c1d95 !important;
	text-align: right !important;
	box-shadow: 0 10px 24px rgba(76, 29, 149, .07) !important;
	cursor: pointer;
}

.asj-wallet-admin-transaction-detail-page .asj-wallet-receipt-button .asj-wallet-icon {
	grid-row: 1 / 3;
	width: 42px;
	height: 42px;
	padding: 9px;
	border-radius: 12px;
	background: #ede9fe;
	color: #6d28d9;
}

.asj-wallet-admin-transaction-detail-page .asj-wallet-receipt-button span,
.asj-wallet-admin-transaction-detail-page .asj-wallet-receipt-button small {
	display: block;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.asj-wallet-admin-transaction-detail-page .asj-wallet-receipt-button span {
	color: #111827;
	font-size: 14px;
	font-weight: 950;
	line-height: 1.35;
}

.asj-wallet-admin-transaction-detail-page .asj-wallet-receipt-button small {
	color: #64748b;
	font-size: 11px;
	font-weight: 850;
	line-height: 1.45;
}

.asj-wallet-admin-transaction-detail-page .asj-wallet-receipt-button.is-share {
	border-color: #bbf7d0 !important;
	background: #f0fdf4 !important;
}

.asj-wallet-admin-transaction-detail-page .asj-wallet-receipt-status {
	min-height: 22px;
	margin: -2px 0 0 !important;
	color: #64748b;
	font-size: 12px;
	font-weight: 900;
	line-height: 1.7;
}

.asj-wallet-admin-transaction-lines {
	display: grid;
	gap: 14px;
	padding: 18px !important;
}

.asj-wallet-admin-transaction-lines > header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
}

.asj-wallet-admin-transaction-lines h4 {
	margin: 0 0 4px;
	color: #111827;
	font-size: 20px;
	font-weight: 950;
}

.asj-wallet-admin-transaction-lines header span {
	display: block;
	color: #64748b;
	font-size: 12px;
	font-weight: 850;
}

.asj-wallet-admin-transaction-lines header a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	padding: 0 13px;
	border: 1px solid #c4b5fd;
	border-radius: 12px;
	background: #ffffff;
	color: #5b21b6;
	text-decoration: none;
	font-size: 12px;
	font-weight: 950;
	white-space: nowrap;
}

.asj-wallet-admin-transaction-lines .asj-wallet-tx-table td:last-child {
	min-width: 220px;
	max-width: 360px;
	white-space: normal;
	overflow-wrap: anywhere;
}

.asj-wallet-admin-transaction-lines .asj-wallet-tx-table code {
	white-space: nowrap;
}

@media (max-width: 760px) {
	.asj-wallet .asj-wallet-detail-layout {
		grid-template-columns: 1fr !important;
	}

	.asj-wallet-admin-transaction-lines > header {
		align-items: stretch;
		flex-direction: column;
	}

	.asj-wallet-admin-transaction-lines header a {
		width: 100%;
	}

	.asj-wallet .asj-wallet-receipt-button span,
	.asj-wallet .asj-wallet-receipt-button small {
		white-space: normal;
	}
}

@media print {
	.asj-wallet .asj-wallet-detail-back,
	.asj-wallet .asj-wallet-receipt-actions,
	.asj-wallet .asj-wallet-receipt-status,
	.asj-wallet .asj-wallet-detail-support {
		display: none !important;
	}

	.asj-wallet .asj-wallet-transaction-detail-page,
	.asj-wallet .asj-wallet-detail-card,
	.asj-wallet .asj-wallet-detail-summary {
		border: 0 !important;
		box-shadow: none !important;
		background: #ffffff !important;
	}
}

.asj-wallet-admin-transactions-page {
	--asj-tx-primary: #2563eb;
	--asj-tx-success: #047857;
	--asj-tx-warning: #b45309;
	--asj-tx-danger: #b91c1c;
	--asj-tx-fee: #7c3aed;
	--asj-tx-ink: #0f172a;
	--asj-tx-muted: #64748b;
	--asj-tx-line: #dbe4ef;
	--asj-tx-soft: #f8fafc;
	display: grid;
	gap: 16px;
	width: 100%;
	min-width: 0;
}

.asj-wallet-admin-transactions-page * {
	box-sizing: border-box;
}

.asj-wallet-admin-transactions-page .asj-wallet-transactions-overview,
.asj-wallet-admin-transactions-page > .asj-wallet-admin-card,
.asj-wallet-admin-transactions-page .asj-wallet-transactions-layout > .asj-wallet-admin-card {
	width: 100%;
	min-width: 0;
	margin: 0 !important;
	border: 1px solid var(--asj-tx-line) !important;
	border-radius: 10px !important;
	background: #ffffff !important;
	box-shadow: 0 14px 34px rgba(15, 23, 42, .055) !important;
}

.asj-wallet-admin-transactions-page .asj-wallet-transactions-overview {
	display: grid;
	gap: 14px;
	padding: 16px;
}

.asj-wallet-admin-transactions-page .asj-wallet-transactions-overview__head,
.asj-wallet-admin-transactions-page .asj-wallet-transactions-results-head {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 14px;
	align-items: start;
}

.asj-wallet-admin-transactions-page .asj-wallet-transactions-overview__head span,
.asj-wallet-admin-transactions-page .asj-wallet-transactions-results-head span {
	display: block;
	color: var(--asj-tx-primary);
	font-size: 12px;
	font-weight: 950;
}

.asj-wallet-admin-transactions-page .asj-wallet-transactions-overview__head h2,
.asj-wallet-admin-transactions-page .asj-wallet-transactions-results-head h2 {
	margin: 4px 0 6px !important;
	color: var(--asj-tx-ink) !important;
	font-size: 24px !important;
	line-height: 1.3 !important;
}

.asj-wallet-admin-transactions-page .asj-wallet-transactions-overview__head p,
.asj-wallet-admin-transactions-page .asj-wallet-transactions-results-head p {
	max-width: 720px;
	margin: 0 !important;
	color: #475569 !important;
	font-weight: 800;
	line-height: 1.7;
}

.asj-wallet-admin-transactions-page .asj-wallet-transactions-overview__actions,
.asj-wallet-admin-transactions-page .asj-wallet-filter-actions,
.asj-wallet-admin-transactions-page .asj-wallet-reports-filter-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: flex-end;
}

.asj-wallet-admin-transactions-page .button,
.asj-wallet-admin-transactions-page button.button,
.asj-wallet-admin-transactions-page .asj-wallet-transactions-user-card .button {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	min-height: 40px !important;
	padding: 0 14px !important;
	border-radius: 8px !important;
	font-weight: 900 !important;
	text-decoration: none !important;
}

.asj-wallet-admin-transactions-page .asj-wallet-transactions-kpis {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 10px;
}

.asj-wallet-admin-transactions-page .asj-wallet-transactions-kpis > div {
	display: grid;
	gap: 6px;
	min-width: 0;
	min-height: 112px;
	padding: 13px;
	border: 1px solid var(--asj-tx-line);
	border-inline-start: 5px solid #94a3b8;
	border-radius: 8px;
	background: var(--asj-tx-soft);
}

.asj-wallet-admin-transactions-page .asj-wallet-transactions-kpis > .is-ok {
	border-inline-start-color: var(--asj-tx-success);
}

.asj-wallet-admin-transactions-page .asj-wallet-transactions-kpis > .is-info {
	border-inline-start-color: var(--asj-tx-primary);
}

.asj-wallet-admin-transactions-page .asj-wallet-transactions-kpis > .is-warning {
	border-inline-start-color: var(--asj-tx-warning);
}

.asj-wallet-admin-transactions-page .asj-wallet-transactions-kpis > .is-danger {
	border-inline-start-color: var(--asj-tx-danger);
}

.asj-wallet-admin-transactions-page .asj-wallet-transactions-kpis span,
.asj-wallet-admin-transactions-page .asj-wallet-transactions-quick span,
.asj-wallet-admin-transactions-page .asj-wallet-transactions-groups span,
.asj-wallet-admin-transactions-page .asj-wallet-transaction-record span {
	color: var(--asj-tx-muted);
	font-size: 12px;
	font-weight: 900;
	line-height: 1.5;
}

.asj-wallet-admin-transactions-page .asj-wallet-transactions-kpis strong,
.asj-wallet-admin-transactions-page .asj-wallet-transactions-quick strong {
	min-width: 0;
	color: var(--asj-tx-ink);
	font-size: 21px;
	font-weight: 950;
	line-height: 1.2;
	overflow-wrap: anywhere;
}

.asj-wallet-admin-transactions-page .asj-wallet-transactions-kpis small,
.asj-wallet-admin-transactions-page .asj-wallet-transactions-quick small,
.asj-wallet-admin-transactions-page .asj-wallet-transactions-groups small,
.asj-wallet-admin-transactions-page .asj-wallet-transactions-top-users small {
	color: #475569;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.6;
}

.asj-wallet-admin-transactions-page .asj-wallet-transactions-alerts {
	display: grid;
	gap: 10px;
	padding: 12px;
	border: 1px solid #bfdbfe;
	border-radius: 8px;
	background: #eff6ff;
}

.asj-wallet-admin-transactions-page .asj-wallet-transactions-alerts > strong {
	color: #1e3a8a;
	font-size: 14px;
}

.asj-wallet-admin-transactions-page .asj-wallet-transactions-alerts ul {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.asj-wallet-admin-transactions-page .asj-wallet-transactions-alerts li {
	display: grid;
	gap: 4px;
	padding: 10px;
	border: 1px solid #dbeafe;
	border-radius: 8px;
	background: #ffffff;
}

.asj-wallet-admin-transactions-page .asj-wallet-transactions-alerts li.is-warning {
	border-color: #fde68a;
	background: #fffbeb;
}

.asj-wallet-admin-transactions-page .asj-wallet-transactions-alerts li.is-danger {
	border-color: #fecaca;
	background: #fef2f2;
}

.asj-wallet-admin-transactions-page .asj-wallet-transactions-shortcuts,
.asj-wallet-admin-transactions-page .asj-wallet-transactions-filter-card,
.asj-wallet-admin-transactions-page .asj-wallet-transactions-results-card {
	padding: 16px !important;
}

.asj-wallet-admin-transactions-page .asj-wallet-admin-card h2 {
	margin: 0 0 12px !important;
	color: var(--asj-tx-ink) !important;
	font-size: 22px !important;
	line-height: 1.35 !important;
}

.asj-wallet-admin-transactions-page .asj-wallet-transactions-quick {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 10px;
}

.asj-wallet-admin-transactions-page .asj-wallet-transactions-quick a,
.asj-wallet-admin-transactions-page .asj-wallet-transactions-groups a,
.asj-wallet-admin-transactions-page .asj-wallet-transactions-user-card {
	display: grid;
	gap: 6px;
	min-width: 0;
	padding: 12px;
	border: 1px solid var(--asj-tx-line);
	border-inline-start: 4px solid #94a3b8;
	border-radius: 8px;
	background: #ffffff;
	color: var(--asj-tx-ink) !important;
	text-decoration: none !important;
}

.asj-wallet-admin-transactions-page .asj-wallet-transactions-quick a:hover,
.asj-wallet-admin-transactions-page .asj-wallet-transactions-groups a:hover,
.asj-wallet-admin-transactions-page .asj-wallet-transactions-user-card:hover {
	border-color: #93c5fd;
	background: #f8fafc;
}

.asj-wallet-admin-transactions-page .asj-wallet-transactions-quick .is-ok,
.asj-wallet-admin-transactions-page .asj-wallet-transaction-record.is-in {
	border-inline-start-color: var(--asj-tx-success);
}

.asj-wallet-admin-transactions-page .asj-wallet-transactions-quick .is-info,
.asj-wallet-admin-transactions-page .asj-wallet-transaction-record.is-neutral {
	border-inline-start-color: var(--asj-tx-primary);
}

.asj-wallet-admin-transactions-page .asj-wallet-transactions-quick .is-warning,
.asj-wallet-admin-transactions-page .asj-wallet-transaction-record.is-warning {
	border-inline-start-color: var(--asj-tx-warning);
}

.asj-wallet-admin-transactions-page .asj-wallet-transactions-quick .is-danger,
.asj-wallet-admin-transactions-page .asj-wallet-transaction-record.is-danger,
.asj-wallet-admin-transactions-page .asj-wallet-transaction-record.is-out {
	border-inline-start-color: var(--asj-tx-danger);
}

.asj-wallet-admin-transactions-page .asj-wallet-transactions-quick .is-fee,
.asj-wallet-admin-transactions-page .asj-wallet-transaction-record.is-fee {
	border-inline-start-color: var(--asj-tx-fee);
}

.asj-wallet-admin-transactions-page .asj-wallet-transactions-filter-card .asj-wallet-filters {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(170px, 1fr)) !important;
	gap: 12px !important;
	margin: 0 !important;
	padding: 14px !important;
	border: 1px solid var(--asj-tx-line) !important;
	border-radius: 8px !important;
	background: var(--asj-tx-soft) !important;
	box-shadow: none !important;
}

.asj-wallet-admin-transactions-page .asj-wallet-filters label,
.asj-wallet-admin-transactions-page .asj-wallet-transactions-results-tools label {
	display: grid;
	gap: 7px;
	min-width: 0;
	color: #334155;
	font-weight: 900;
}

.asj-wallet-admin-transactions-page .asj-wallet-filters input,
.asj-wallet-admin-transactions-page .asj-wallet-filters select,
.asj-wallet-admin-transactions-page .asj-wallet-transactions-results-tools input {
	width: 100%;
	min-height: 44px;
	border: 1px solid #cbd5e1 !important;
	border-radius: 8px !important;
	background: #ffffff !important;
	color: var(--asj-tx-ink) !important;
	box-shadow: none !important;
	font-weight: 850;
}

.asj-wallet-admin-transactions-page .asj-wallet-filter-actions {
	grid-column: 1 / -1;
	align-items: end;
	justify-content: start;
}

.asj-wallet-admin-transactions-page .asj-wallet-transactions-filter-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 12px;
}

.asj-wallet-admin-transactions-page .asj-wallet-transactions-filter-chips span {
	display: inline-flex;
	align-items: center;
	min-height: 30px;
	padding: 0 10px;
	border: 1px solid #bfdbfe;
	border-radius: 999px;
	background: #eff6ff;
	color: #1e3a8a;
	font-size: 12px;
	font-weight: 900;
}

.asj-wallet-admin-transactions-page .asj-wallet-transactions-layout {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr);
	gap: 14px;
}

.asj-wallet-admin-transactions-page .asj-wallet-transactions-groups,
.asj-wallet-admin-transactions-page .asj-wallet-transactions-top-users {
	display: grid;
	gap: 10px;
}

.asj-wallet-admin-transactions-page .asj-wallet-transactions-groups strong,
.asj-wallet-admin-transactions-page .asj-wallet-transactions-top-users b {
	color: var(--asj-tx-ink);
	font-size: 18px;
	font-weight: 950;
}

.asj-wallet-admin-transactions-page .asj-wallet-transactions-user-card .button {
	justify-self: start;
	min-height: 34px !important;
	padding: 0 11px !important;
}

.asj-wallet-admin-transactions-page .asj-wallet-transactions-results-card {
	display: grid;
	gap: 14px;
}

.asj-wallet-admin-transactions-page .asj-wallet-transactions-results-tools {
	display: grid;
	grid-template-columns: minmax(260px, 1fr) auto;
	gap: 10px;
	align-items: end;
	min-width: min(520px, 100%);
}

.asj-wallet-admin-transactions-page .asj-wallet-transactions-view-toggle {
	display: inline-grid;
	grid-template-columns: repeat(2, minmax(78px, 1fr));
	gap: 4px;
	min-height: 44px;
	padding: 4px;
	border: 1px solid var(--asj-tx-line);
	border-radius: 8px;
	background: var(--asj-tx-soft);
}

.asj-wallet-admin-transactions-page .asj-wallet-transactions-view-toggle button {
	min-height: 34px;
	border: 0;
	border-radius: 6px;
	background: transparent;
	color: #475569;
	font-weight: 900;
	cursor: pointer;
}

.asj-wallet-admin-transactions-page .asj-wallet-transactions-view-toggle button.is-active {
	background: var(--asj-tx-primary);
	color: #ffffff;
}

.asj-wallet-admin-transactions-page .asj-wallet-transactions-results-meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	padding: 10px 12px;
	border: 1px solid #dbeafe;
	border-radius: 8px;
	background: #eff6ff;
	color: #1e3a8a;
	font-weight: 900;
}

.asj-wallet-admin-transactions-page .asj-wallet-transactions-empty {
	display: grid;
	gap: 4px;
	padding: 14px;
	border: 1px dashed #bfdbfe;
	border-radius: 8px;
	background: var(--asj-tx-soft);
	color: #1e3a8a;
}

.asj-wallet-admin-transactions-page .asj-wallet-transactions-empty[hidden],
.asj-wallet-admin-transactions-page [data-asj-wallet-admin-transaction-card][hidden],
.asj-wallet-admin-transactions-page [data-asj-wallet-admin-transaction-row][hidden] {
	display: none !important;
}

.asj-wallet-admin-transactions-page .asj-wallet-transactions-records {
	display: grid;
	gap: 12px;
}

.asj-wallet-admin-transactions-page .asj-wallet-transaction-record {
	display: grid;
	grid-template-columns: 78px minmax(0, 1fr);
	gap: 12px;
	min-width: 0;
	padding: 12px;
	border: 1px solid var(--asj-tx-line);
	border-inline-start: 5px solid #94a3b8;
	border-radius: 8px;
	background: #ffffff;
	box-shadow: 0 10px 26px rgba(15, 23, 42, .045);
}

.asj-wallet-admin-transactions-page .asj-wallet-transaction-record__marker {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	padding-top: 4px;
}

.asj-wallet-admin-transactions-page .asj-wallet-transaction-record__marker span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 28px;
	padding: 0 8px;
	border-radius: 999px;
	background: var(--asj-tx-soft);
	color: #334155;
	font-weight: 950;
}

.asj-wallet-admin-transactions-page .asj-wallet-transaction-record__body {
	display: grid;
	gap: 10px;
	min-width: 0;
}

.asj-wallet-admin-transactions-page .asj-wallet-transaction-record header {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 38px;
	gap: 10px;
	align-items: center;
}

.asj-wallet-admin-transactions-page .asj-wallet-transaction-record header strong {
	display: block;
	max-width: 100%;
	margin-top: 3px;
	color: var(--asj-tx-ink);
	font-size: 14px;
	font-weight: 950;
	overflow-wrap: anywhere;
}

.asj-wallet-admin-transactions-page .asj-wallet-transaction-record button[data-asj-wallet-copy] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	padding: 0;
	border: 1px solid var(--asj-tx-line);
	border-radius: 8px;
	background: var(--asj-tx-soft);
	color: var(--asj-tx-primary);
	cursor: pointer;
}

.asj-wallet-admin-transactions-page .asj-wallet-transaction-record button[data-asj-wallet-copy].is-copied {
	border-color: #bbf7d0;
	background: #f0fdf4;
	color: var(--asj-tx-success);
}

.asj-wallet-admin-transactions-page .asj-wallet-transaction-record__main,
.asj-wallet-admin-transactions-page .asj-wallet-transaction-record__balances {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 8px;
}

.asj-wallet-admin-transactions-page .asj-wallet-transaction-record__balances {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.asj-wallet-admin-transactions-page .asj-wallet-transaction-record__main > div,
.asj-wallet-admin-transactions-page .asj-wallet-transaction-record__balances > div {
	min-width: 0;
	padding: 10px;
	border: 1px solid #edf2f7;
	border-radius: 8px;
	background: #fbfdff;
}

.asj-wallet-admin-transactions-page .asj-wallet-transaction-record__main strong,
.asj-wallet-admin-transactions-page .asj-wallet-transaction-record__balances strong {
	display: block;
	margin-top: 4px;
	color: var(--asj-tx-ink);
	font-weight: 900;
	line-height: 1.55;
	overflow-wrap: anywhere;
}

.asj-wallet-admin-transactions-page .is-positive {
	color: var(--asj-tx-success) !important;
}

.asj-wallet-admin-transactions-page .is-negative {
	color: var(--asj-tx-danger) !important;
}

.asj-wallet-admin-transactions-page .asj-wallet-transaction-record__note {
	border: 1px solid #edf2f7;
	border-radius: 8px;
	background: var(--asj-tx-soft);
	overflow: hidden;
}

.asj-wallet-admin-transactions-page .asj-wallet-transaction-record__note summary {
	padding: 10px 12px;
	color: var(--asj-tx-primary);
	font-weight: 950;
	cursor: pointer;
}

.asj-wallet-admin-transactions-page .asj-wallet-transaction-record__note div {
	padding: 0 12px 12px;
	color: #334155;
	font-weight: 800;
	line-height: 1.7;
	overflow-wrap: anywhere;
}

.asj-wallet-admin-transactions-page .asj-wallet-transactions-table-panel {
	display: none;
	border: 1px solid var(--asj-tx-line);
	border-radius: 8px;
	overflow: hidden;
}

.asj-wallet-admin-transactions-page.is-table-view .asj-wallet-transactions-records {
	display: none !important;
}

.asj-wallet-admin-transactions-page.is-table-view .asj-wallet-transactions-table-panel {
	display: block;
}

.asj-wallet-admin-transactions-page .shw-wallet-table-wrap {
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

.asj-wallet-admin-transactions-page .shw-wallet-table {
	min-width: 1180px !important;
	table-layout: fixed;
}

.asj-wallet-admin-transactions-page .shw-wallet-table th,
.asj-wallet-admin-transactions-page .shw-wallet-table td {
	padding: 13px 12px !important;
	vertical-align: top !important;
	white-space: normal;
	overflow-wrap: anywhere;
}

.asj-wallet-admin-transactions-page .shw-wallet-table th:nth-child(1),
.asj-wallet-admin-transactions-page .shw-wallet-table td:nth-child(1) {
	width: 170px;
}

.asj-wallet-admin-transactions-page .shw-wallet-table th:nth-child(2),
.asj-wallet-admin-transactions-page .shw-wallet-table td:nth-child(2) {
	width: 150px;
}

.asj-wallet-admin-transactions-page .shw-wallet-table th:nth-child(8),
.asj-wallet-admin-transactions-page .shw-wallet-table td:nth-child(8) {
	width: 190px;
}

@media (max-width: 1340px) {
	.asj-wallet-admin-transactions-page .asj-wallet-transactions-kpis,
	.asj-wallet-admin-transactions-page .asj-wallet-transactions-quick {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.asj-wallet-admin-transactions-page .asj-wallet-transaction-record__main {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 980px) {
	.asj-wallet-admin-transactions-page .asj-wallet-transactions-overview__head,
	.asj-wallet-admin-transactions-page .asj-wallet-transactions-results-head,
	.asj-wallet-admin-transactions-page .asj-wallet-transactions-layout,
	.asj-wallet-admin-transactions-page .asj-wallet-transactions-results-tools,
	.asj-wallet-admin-transactions-page .asj-wallet-transaction-record {
		grid-template-columns: 1fr;
	}

	.asj-wallet-admin-transactions-page .asj-wallet-transactions-filter-card .asj-wallet-filters {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	.asj-wallet-admin-transactions-page .asj-wallet-transactions-overview__actions,
	.asj-wallet-admin-transactions-page .asj-wallet-filter-actions {
		justify-content: flex-start;
	}

	.asj-wallet-admin-transactions-page .asj-wallet-transaction-record__marker {
		justify-content: flex-start;
		padding-top: 0;
	}
}

@media (max-width: 680px) {
	.asj-wallet-admin-transactions-page .asj-wallet-transactions-kpis,
	.asj-wallet-admin-transactions-page .asj-wallet-transactions-quick,
	.asj-wallet-admin-transactions-page .asj-wallet-transactions-filter-card .asj-wallet-filters,
	.asj-wallet-admin-transactions-page .asj-wallet-transaction-record__main,
	.asj-wallet-admin-transactions-page .asj-wallet-transaction-record__balances {
		grid-template-columns: 1fr !important;
	}

	.asj-wallet-admin-transactions-page .asj-wallet-transactions-results-meta {
		display: grid;
	}
}

/* Admin portal navigation refresh */
.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin {
	--asj-admin-nav-bg: #06143a;
	--asj-admin-nav-deep: #02091f;
	--asj-admin-nav-line: rgba(255, 255, 255, .12);
	--asj-admin-nav-muted: rgba(255, 255, 255, .68);
	--asj-admin-nav-text: #f8fbff;
	--asj-admin-nav-accent: #8b3dff;
	--asj-admin-nav-accent-2: #4b6dff;
	grid-template-columns: minmax(0, 1fr) 292px !important;
	gap: 18px !important;
	align-items: stretch !important;
}

.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin .asj-wallet-dashboard-sidebar {
	position: sticky !important;
	top: 18px !important;
	grid-column: 2 !important;
	grid-row: 1 !important;
	display: grid !important;
	grid-template-rows: auto minmax(0, 1fr) auto !important;
	align-content: stretch !important;
	gap: 0 !important;
	width: 292px !important;
	height: calc(100vh - 36px) !important;
	min-height: calc(100vh - 36px) !important;
	padding: 0 !important;
	border: 1px solid var(--asj-admin-nav-line) !important;
	border-radius: 0 !important;
	background:
		radial-gradient(circle at 16% 8%, rgba(139, 61, 255, .22), transparent 28%),
		linear-gradient(180deg, #07184a 0%, var(--asj-admin-nav-bg) 42%, var(--asj-admin-nav-deep) 100%) !important;
	box-shadow: 0 26px 78px rgba(2, 9, 31, .32) !important;
	overflow: hidden !important;
}

.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin .asj-wallet-dashboard-sidebar::before {
	display: none !important;
}

.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin .asj-wallet-dashboard-brand {
	position: relative !important;
	display: grid !important;
	grid-template-columns: 48px minmax(0, 1fr) !important;
	align-items: center !important;
	gap: 12px !important;
	min-height: 78px !important;
	margin: 0 !important;
	padding: 0 18px !important;
	border-bottom: 1px solid var(--asj-admin-nav-line) !important;
	direction: rtl !important;
}

.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin .asj-wallet-dashboard-brand span {
	width: 48px !important;
	height: 48px !important;
	border-radius: 14px !important;
	background: linear-gradient(135deg, var(--asj-admin-nav-accent), #6d5cff) !important;
	color: #fff !important;
	box-shadow: 0 14px 34px rgba(139, 61, 255, .34) !important;
}

.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin .asj-wallet-dashboard-brand strong {
	color: #fff !important;
	font-size: 18px !important;
	font-weight: 950 !important;
	line-height: 1.45 !important;
	white-space: nowrap !important;
}

.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin .asj-wallet-dashboard-nav {
	position: relative !important;
	z-index: 1 !important;
	display: grid !important;
	align-content: start !important;
	gap: 4px !important;
	min-height: 0 !important;
	padding: 16px 0 18px !important;
	overflow-y: auto !important;
	scrollbar-width: thin !important;
	scrollbar-color: rgba(255, 255, 255, .28) transparent !important;
}

.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin .asj-wallet-dashboard-nav::-webkit-scrollbar {
	width: 5px;
}

.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin .asj-wallet-dashboard-nav::-webkit-scrollbar-thumb {
	border-radius: 999px;
	background: rgba(255, 255, 255, .25);
}

.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin .asj-wallet-dashboard-nav a,
.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin .asj-wallet-dashboard-fold {
	position: relative !important;
	display: grid !important;
	grid-template-columns: 34px minmax(0, 1fr) !important;
	align-items: center !important;
	gap: 12px !important;
	min-height: 48px !important;
	margin: 0 !important;
	padding: 0 18px !important;
	border: 0 !important;
	border-radius: 8px 0 0 8px !important;
	background: transparent !important;
	color: var(--asj-admin-nav-muted) !important;
	text-align: right !important;
	text-decoration: none !important;
	direction: rtl !important;
	font-family: inherit !important;
	font-size: 15px !important;
	font-weight: 900 !important;
	line-height: 1.2 !important;
	box-shadow: none !important;
	cursor: pointer !important;
	transition: background .18s ease, color .18s ease, transform .18s ease, box-shadow .18s ease !important;
}

.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin .asj-wallet-dashboard-nav a strong,
.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin .asj-wallet-dashboard-fold strong {
	min-width: 0 !important;
	color: inherit !important;
	font: inherit !important;
	white-space: nowrap !important;
	overflow: hidden !important;
	text-overflow: ellipsis !important;
}

.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin .asj-wallet-dashboard-nav a .asj-wallet-nav-icon,
.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin .asj-wallet-dashboard-fold .asj-wallet-nav-icon {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 34px !important;
	height: 34px !important;
	border-radius: 9px !important;
	background: transparent !important;
	color: currentColor !important;
}

.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin .asj-wallet-dashboard-nav a .asj-wallet-icon,
.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin .asj-wallet-dashboard-fold .asj-wallet-icon {
	width: 22px !important;
	height: 22px !important;
	stroke-width: 2.2 !important;
}

.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin .asj-wallet-dashboard-nav a:hover,
.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin .asj-wallet-dashboard-fold:hover {
	transform: translateX(-2px) !important;
	background: rgba(255, 255, 255, .08) !important;
	color: #fff !important;
}

.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin .asj-wallet-dashboard-nav a.is-active {
	background: linear-gradient(90deg, var(--asj-admin-nav-accent), #6d49ff 58%, rgba(75, 109, 255, .74)) !important;
	color: #fff !important;
	box-shadow: 0 14px 28px rgba(91, 70, 255, .26) !important;
}

.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin .asj-wallet-dashboard-nav a.is-active .asj-wallet-nav-icon {
	background: rgba(255, 255, 255, .13) !important;
	color: #fff !important;
}

.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin .asj-wallet-dashboard-fold {
	min-height: 70px !important;
	border-top: 1px solid var(--asj-admin-nav-line) !important;
	border-radius: 0 !important;
	color: rgba(255, 255, 255, .72) !important;
}

.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin .asj-wallet-dashboard-fold .asj-wallet-nav-icon {
	border-radius: 999px !important;
	background: rgba(255, 255, 255, .08) !important;
}

.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin .asj-wallet-dashboard-main {
	grid-column: 1 !important;
	grid-row: 1 !important;
	display: grid !important;
	grid-template-rows: auto minmax(0, 1fr) !important;
	gap: 18px !important;
	min-width: 0 !important;
}

.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin .asj-wallet-admin-topbar {
	position: sticky !important;
	top: 18px !important;
	z-index: 20 !important;
	display: flex !important;
	align-items: center !important;
	justify-content: flex-start !important;
	gap: 20px !important;
	min-height: 64px !important;
	padding: 0 18px !important;
	border: 1px solid rgba(255, 255, 255, .08) !important;
	border-radius: 0 !important;
	background:
		linear-gradient(90deg, #071849 0%, #06133a 54%, #02091f 100%) !important;
	color: #fff !important;
	box-shadow: 0 18px 46px rgba(2, 9, 31, .18) !important;
	backdrop-filter: none !important;
	direction: ltr !important;
}

.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin .asj-wallet-admin-topbar__profile {
	display: grid !important;
	grid-template-columns: 44px minmax(86px, auto) 18px !important;
	align-items: center !important;
	gap: 10px !important;
	min-width: 190px !important;
	direction: rtl !important;
}

.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin .asj-wallet-admin-topbar__profile img,
.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin .asj-wallet-admin-topbar__profile .asj-wallet-guest-avatar {
	width: 44px !important;
	height: 44px !important;
	border-radius: 999px !important;
	border: 2px solid rgba(255, 255, 255, .22) !important;
	box-shadow: none !important;
}

.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin .asj-wallet-admin-topbar__profile strong,
.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin .asj-wallet-admin-topbar__profile span {
	display: block !important;
	margin: 0 !important;
	text-align: right !important;
	white-space: nowrap !important;
}

.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin .asj-wallet-admin-topbar__profile strong {
	color: #fff !important;
	font-size: 14px !important;
	font-weight: 950 !important;
}

.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin .asj-wallet-admin-topbar__profile span {
	margin-top: 3px !important;
	color: rgba(255, 255, 255, .66) !important;
	font-size: 11px !important;
	font-weight: 800 !important;
}

.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin .asj-wallet-admin-topbar__profile i {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	color: rgba(255, 255, 255, .82) !important;
}

.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin .asj-wallet-admin-topbar__profile i .asj-wallet-icon {
	width: 16px !important;
	height: 16px !important;
}

.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin .asj-wallet-admin-topbar__icon,
.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin .asj-wallet-admin-topbar__site,
.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin .asj-wallet-admin-topbar .asj-wallet-menu-toggle {
	position: relative !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	min-width: 42px !important;
	height: 42px !important;
	padding: 0 !important;
	border: 1px solid rgba(255, 255, 255, .13) !important;
	border-radius: 8px !important;
	background: transparent !important;
	color: rgba(255, 255, 255, .92) !important;
	text-decoration: none !important;
	box-shadow: none !important;
}

.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin .asj-wallet-admin-topbar__icon:hover,
.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin .asj-wallet-admin-topbar__site:hover,
.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin .asj-wallet-admin-topbar .asj-wallet-menu-toggle:hover {
	background: rgba(255, 255, 255, .08) !important;
	color: #fff !important;
}

.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin .asj-wallet-admin-topbar__icon .asj-wallet-icon,
.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin .asj-wallet-admin-topbar .asj-wallet-menu-toggle .asj-wallet-icon {
	width: 24px !important;
	height: 24px !important;
}

.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin .asj-wallet-admin-topbar__icon b {
	position: absolute !important;
	top: -8px !important;
	right: -8px !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	min-width: 22px !important;
	height: 22px !important;
	padding: 0 6px !important;
	border: 2px solid #06133a !important;
	border-radius: 999px !important;
	background: #ef2f3d !important;
	color: #fff !important;
	font-size: 11px !important;
	font-weight: 950 !important;
	line-height: 1 !important;
}

.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin .asj-wallet-admin-topbar__site {
	gap: 9px !important;
	min-width: 132px !important;
	padding: 0 14px !important;
	color: #fff !important;
	font-size: 13px !important;
	font-weight: 900 !important;
	white-space: nowrap !important;
}

.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin .asj-wallet-admin-topbar__site .asj-wallet-icon {
	width: 19px !important;
	height: 19px !important;
}

.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin .asj-wallet-admin-topbar .asj-wallet-menu-toggle {
	margin-left: auto !important;
	cursor: pointer !important;
}

.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin.is-sidebar-collapsed {
	grid-template-columns: minmax(0, 1fr) 84px !important;
	grid-template-areas: none !important;
}

.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin.is-sidebar-collapsed .asj-wallet-dashboard-sidebar {
	display: grid !important;
	width: 84px !important;
}

.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin.is-sidebar-collapsed .asj-wallet-dashboard-brand {
	grid-template-columns: 1fr !important;
	justify-items: center !important;
	padding: 0 !important;
}

.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin.is-sidebar-collapsed .asj-wallet-dashboard-brand strong,
.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin.is-sidebar-collapsed .asj-wallet-dashboard-nav a strong,
.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin.is-sidebar-collapsed .asj-wallet-dashboard-fold strong {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	margin: -1px !important;
	padding: 0 !important;
	border: 0 !important;
	clip: rect(0 0 0 0) !important;
	overflow: hidden !important;
}

.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin.is-sidebar-collapsed .asj-wallet-dashboard-nav a,
.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin.is-sidebar-collapsed .asj-wallet-dashboard-fold {
	grid-template-columns: 1fr !important;
	justify-items: center !important;
	padding: 0 !important;
	border-radius: 10px !important;
}

.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin.is-sidebar-collapsed .asj-wallet-dashboard-nav {
	padding-inline: 10px !important;
}

.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin.is-sidebar-collapsed .asj-wallet-dashboard-fold .asj-wallet-icon {
	transform: rotate(180deg) !important;
}

@media (max-width: 1180px) {
	.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin {
		grid-template-columns: minmax(0, 1fr) 270px !important;
	}

	.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin .asj-wallet-dashboard-sidebar {
		width: 270px !important;
	}

	.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin .asj-wallet-admin-topbar {
		gap: 12px !important;
	}
}

@media (max-width: 980px) {
	.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin,
	.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin.is-sidebar-collapsed {
		grid-template-columns: 1fr !important;
		grid-template-areas: none !important;
	}

	.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin .asj-wallet-dashboard-main {
		grid-column: 1 !important;
		grid-row: 1 !important;
	}

	.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin .asj-wallet-dashboard-sidebar,
	.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin.is-sidebar-collapsed .asj-wallet-dashboard-sidebar {
		position: fixed !important;
		inset: 0 0 0 auto !important;
		z-index: 60 !important;
		display: none !important;
		width: min(300px, 86vw) !important;
		height: 100vh !important;
		min-height: 100vh !important;
		border-radius: 0 !important;
	}

	.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin.is-sidebar-open .asj-wallet-dashboard-sidebar {
		display: grid !important;
	}

	.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin .asj-wallet-admin-topbar {
		top: 10px !important;
		min-height: 60px !important;
		gap: 9px !important;
		padding: 0 12px !important;
	}

	.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin .asj-wallet-admin-topbar__profile {
		min-width: 160px !important;
	}

	.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin .asj-wallet-admin-topbar__site {
		min-width: 48px !important;
		padding: 0 !important;
	}

	.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin .asj-wallet-admin-topbar__site span {
		position: absolute !important;
		width: 1px !important;
		height: 1px !important;
		margin: -1px !important;
		clip: rect(0 0 0 0) !important;
		overflow: hidden !important;
	}
}

@media (max-width: 640px) {
	.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin .asj-wallet-admin-topbar {
		flex-wrap: wrap !important;
		height: auto !important;
		padding-block: 10px !important;
	}

	.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin .asj-wallet-admin-topbar__profile {
		order: 2 !important;
		width: calc(100% - 54px) !important;
		min-width: 0 !important;
	}

	.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin .asj-wallet-admin-topbar .asj-wallet-menu-toggle {
		order: 1 !important;
		margin-left: auto !important;
	}

	.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin .asj-wallet-admin-topbar__icon,
	.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin .asj-wallet-admin-topbar__site {
		order: 3 !important;
		flex: 1 1 42px !important;
	}
}

/* Admin sidebar label clipping fix */
.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin:not(.is-sidebar-collapsed) {
	grid-template-columns: minmax(0, 1fr) 320px !important;
}

.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin:not(.is-sidebar-collapsed) .asj-wallet-dashboard-sidebar {
	width: 320px !important;
	min-width: 320px !important;
}

.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin:not(.is-sidebar-collapsed) .asj-wallet-dashboard-brand {
	grid-template-columns: minmax(0, 1fr) 54px !important;
	gap: 14px !important;
	padding: 0 20px !important;
	direction: ltr !important;
}

.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin:not(.is-sidebar-collapsed) .asj-wallet-dashboard-brand span {
	grid-column: 2 !important;
	grid-row: 1 !important;
	width: 54px !important;
	height: 54px !important;
	justify-self: end !important;
}

.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin:not(.is-sidebar-collapsed) .asj-wallet-dashboard-brand strong {
	grid-column: 1 !important;
	grid-row: 1 !important;
	display: block !important;
	min-width: 0 !important;
	margin: 0 !important;
	color: #fff !important;
	text-align: right !important;
	white-space: normal !important;
	overflow: visible !important;
	text-overflow: clip !important;
}

.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin:not(.is-sidebar-collapsed) .asj-wallet-dashboard-nav a,
.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin:not(.is-sidebar-collapsed) .asj-wallet-dashboard-fold {
	grid-template-columns: minmax(0, 1fr) 42px !important;
	gap: 14px !important;
	margin: 0 10px !important;
	padding: 0 12px !important;
	border-radius: 12px !important;
	direction: ltr !important;
}

.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin:not(.is-sidebar-collapsed) .asj-wallet-dashboard-nav a .asj-wallet-nav-icon,
.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin:not(.is-sidebar-collapsed) .asj-wallet-dashboard-fold .asj-wallet-nav-icon {
	grid-column: 2 !important;
	grid-row: 1 !important;
	width: 42px !important;
	height: 42px !important;
	justify-self: end !important;
}

.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin:not(.is-sidebar-collapsed) .asj-wallet-dashboard-nav a strong,
.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin:not(.is-sidebar-collapsed) .asj-wallet-dashboard-fold strong {
	grid-column: 1 !important;
	grid-row: 1 !important;
	display: block !important;
	min-width: 0 !important;
	color: inherit !important;
	text-align: right !important;
	direction: rtl !important;
	white-space: normal !important;
	overflow: visible !important;
	text-overflow: clip !important;
	line-height: 1.35 !important;
}

.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin:not(.is-sidebar-collapsed) .asj-wallet-dashboard-nav a.is-active {
	padding-inline: 14px 12px !important;
}

@media (max-width: 1180px) {
	.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin:not(.is-sidebar-collapsed) {
		grid-template-columns: minmax(0, 1fr) 300px !important;
	}

	.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin:not(.is-sidebar-collapsed) .asj-wallet-dashboard-sidebar {
		width: 300px !important;
		min-width: 300px !important;
	}
}

@media (max-width: 980px) {
	.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin:not(.is-sidebar-collapsed),
	.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin.is-sidebar-collapsed {
		grid-template-columns: 1fr !important;
	}

	.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin:not(.is-sidebar-collapsed) .asj-wallet-dashboard-sidebar,
	.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin.is-sidebar-collapsed .asj-wallet-dashboard-sidebar {
		width: min(320px, 88vw) !important;
		min-width: 0 !important;
	}
}

/* Admin menu toggle behavior hardening */
.asj-wallet-dashboard-layout.asj-wallet-dashboard-layout--admin.is-sidebar-collapsed {
	grid-template-columns: minmax(0, 1fr) 84px !important;
	grid-template-areas: none !important;
}

.asj-wallet-dashboard-layout.asj-wallet-dashboard-layout--admin.is-sidebar-collapsed .asj-wallet-dashboard-sidebar {
	display: grid !important;
	width: 84px !important;
	min-width: 84px !important;
}

.asj-wallet-dashboard-layout.asj-wallet-dashboard-layout--admin.is-sidebar-collapsed .asj-wallet-dashboard-main {
	grid-column: 1 !important;
	grid-row: 1 !important;
}

.asj-wallet-dashboard-layout.asj-wallet-dashboard-layout--admin.is-sidebar-collapsed .asj-wallet-dashboard-brand {
	grid-template-columns: 1fr !important;
	justify-items: center !important;
	padding-inline: 0 !important;
}

.asj-wallet-dashboard-layout.asj-wallet-dashboard-layout--admin.is-sidebar-collapsed .asj-wallet-dashboard-brand strong,
.asj-wallet-dashboard-layout.asj-wallet-dashboard-layout--admin.is-sidebar-collapsed .asj-wallet-dashboard-nav a strong,
.asj-wallet-dashboard-layout.asj-wallet-dashboard-layout--admin.is-sidebar-collapsed .asj-wallet-dashboard-fold strong {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	margin: -1px !important;
	padding: 0 !important;
	border: 0 !important;
	clip: rect(0 0 0 0) !important;
	overflow: hidden !important;
}

.asj-wallet-dashboard-layout.asj-wallet-dashboard-layout--admin.is-sidebar-collapsed .asj-wallet-dashboard-nav a,
.asj-wallet-dashboard-layout.asj-wallet-dashboard-layout--admin.is-sidebar-collapsed .asj-wallet-dashboard-fold {
	grid-template-columns: 1fr !important;
	justify-items: center !important;
	margin-inline: 10px !important;
	padding-inline: 0 !important;
	border-radius: 10px !important;
}

.asj-wallet-dashboard-layout.asj-wallet-dashboard-layout--admin.is-sidebar-collapsed .asj-wallet-dashboard-nav a .asj-wallet-nav-icon,
.asj-wallet-dashboard-layout.asj-wallet-dashboard-layout--admin.is-sidebar-collapsed .asj-wallet-dashboard-fold .asj-wallet-nav-icon {
	grid-column: 1 !important;
	justify-self: center !important;
}

.asj-wallet-dashboard-layout.asj-wallet-dashboard-layout--admin .asj-wallet-menu-toggle[aria-expanded="false"] {
	background: rgba(255, 255, 255, .1) !important;
	color: #fff !important;
}

@media (max-width: 980px) {
	.asj-wallet-dashboard-layout.asj-wallet-dashboard-layout--admin,
	.asj-wallet-dashboard-layout.asj-wallet-dashboard-layout--admin.is-sidebar-collapsed {
		grid-template-columns: 1fr !important;
		grid-template-areas: none !important;
	}

	.asj-wallet-dashboard-layout.asj-wallet-dashboard-layout--admin .asj-wallet-dashboard-main,
	.asj-wallet-dashboard-layout.asj-wallet-dashboard-layout--admin.is-sidebar-collapsed .asj-wallet-dashboard-main {
		grid-column: 1 !important;
		grid-row: 1 !important;
	}

	.asj-wallet-dashboard-layout.asj-wallet-dashboard-layout--admin:not(.is-sidebar-open) .asj-wallet-dashboard-sidebar,
	.asj-wallet-dashboard-layout.asj-wallet-dashboard-layout--admin.is-sidebar-collapsed:not(.is-sidebar-open) .asj-wallet-dashboard-sidebar {
		display: none !important;
	}

	.asj-wallet-dashboard-layout.asj-wallet-dashboard-layout--admin.is-sidebar-open .asj-wallet-dashboard-sidebar {
		position: fixed !important;
		inset: 0 0 0 auto !important;
		z-index: 60 !important;
		display: grid !important;
		width: min(320px, 88vw) !important;
		min-width: 0 !important;
		height: 100vh !important;
		min-height: 100vh !important;
	}
}

/* Admin sidebar: remove the fold control and keep all menu items visible. */
.asj-wallet-dashboard-layout--admin .asj-wallet-dashboard-fold {
	display: none !important;
}

@media (min-width: 981px) {
	.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin,
	.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin.is-sidebar-collapsed,
	.asj-wallet-dashboard-layout.asj-wallet-dashboard-layout--admin.is-sidebar-collapsed {
		grid-template-columns: minmax(0, 1fr) 320px !important;
		grid-template-areas: none !important;
	}

	.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin .asj-wallet-dashboard-sidebar,
	.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin.is-sidebar-collapsed .asj-wallet-dashboard-sidebar,
	.asj-wallet-dashboard-layout.asj-wallet-dashboard-layout--admin.is-sidebar-collapsed .asj-wallet-dashboard-sidebar {
		grid-column: 2 !important;
		grid-row: 1 !important;
		display: grid !important;
		grid-template-rows: auto minmax(0, 1fr) !important;
		align-content: start !important;
		width: 320px !important;
		min-width: 320px !important;
		height: auto !important;
		min-height: calc(100vh - 36px) !important;
		max-height: none !important;
		gap: 0 !important;
		padding: 12px !important;
		overflow: visible !important;
		scrollbar-width: none !important;
	}

	.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin .asj-wallet-dashboard-sidebar::-webkit-scrollbar,
	.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin.is-sidebar-collapsed .asj-wallet-dashboard-sidebar::-webkit-scrollbar {
		display: none !important;
		width: 0 !important;
		height: 0 !important;
	}

	.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin .asj-wallet-dashboard-brand,
	.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin.is-sidebar-collapsed .asj-wallet-dashboard-brand,
	.asj-wallet-dashboard-layout.asj-wallet-dashboard-layout--admin.is-sidebar-collapsed .asj-wallet-dashboard-brand {
		display: grid !important;
		grid-template-columns: minmax(0, 1fr) 48px !important;
		gap: 12px !important;
		min-height: 58px !important;
		margin: 0 0 6px !important;
		padding: 0 14px 8px !important;
		justify-items: stretch !important;
		direction: ltr !important;
	}

	.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin .asj-wallet-dashboard-brand span,
	.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin.is-sidebar-collapsed .asj-wallet-dashboard-brand span,
	.asj-wallet-dashboard-layout.asj-wallet-dashboard-layout--admin.is-sidebar-collapsed .asj-wallet-dashboard-brand span {
		grid-column: 2 !important;
		width: 48px !important;
		height: 48px !important;
		justify-self: end !important;
	}

	.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin .asj-wallet-dashboard-brand strong,
	.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin.is-sidebar-collapsed .asj-wallet-dashboard-brand strong,
	.asj-wallet-dashboard-layout.asj-wallet-dashboard-layout--admin.is-sidebar-collapsed .asj-wallet-dashboard-brand strong {
		position: static !important;
		grid-column: 1 !important;
		width: auto !important;
		height: auto !important;
		margin: 0 !important;
		padding: 0 !important;
		border: 0 !important;
		clip: auto !important;
		overflow: visible !important;
		color: #fff !important;
		text-align: right !important;
		white-space: nowrap !important;
	}

	.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin .asj-wallet-dashboard-nav,
	.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin.is-sidebar-collapsed .asj-wallet-dashboard-nav,
	.asj-wallet-dashboard-layout.asj-wallet-dashboard-layout--admin.is-sidebar-collapsed .asj-wallet-dashboard-nav {
		display: grid !important;
		align-content: start !important;
		gap: 2px !important;
		min-height: 0 !important;
		padding: 6px 0 0 !important;
		overflow: visible !important;
		scrollbar-width: none !important;
	}

	.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin .asj-wallet-dashboard-nav::-webkit-scrollbar,
	.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin.is-sidebar-collapsed .asj-wallet-dashboard-nav::-webkit-scrollbar {
		display: none !important;
		width: 0 !important;
		height: 0 !important;
	}

	.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin .asj-wallet-dashboard-nav a,
	.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin.is-sidebar-collapsed .asj-wallet-dashboard-nav a,
	.asj-wallet-dashboard-layout.asj-wallet-dashboard-layout--admin.is-sidebar-collapsed .asj-wallet-dashboard-nav a {
		display: grid !important;
		grid-template-columns: minmax(0, 1fr) 36px !important;
		align-items: center !important;
		justify-items: stretch !important;
		gap: 10px !important;
		min-height: 38px !important;
		margin: 0 8px !important;
		padding: 0 10px !important;
		border-radius: 10px !important;
		direction: ltr !important;
		font-size: 13px !important;
		line-height: 1.2 !important;
	}

	.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin .asj-wallet-dashboard-nav a .asj-wallet-nav-icon,
	.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin.is-sidebar-collapsed .asj-wallet-dashboard-nav a .asj-wallet-nav-icon,
	.asj-wallet-dashboard-layout.asj-wallet-dashboard-layout--admin.is-sidebar-collapsed .asj-wallet-dashboard-nav a .asj-wallet-nav-icon {
		grid-column: 2 !important;
		width: 36px !important;
		height: 36px !important;
		justify-self: end !important;
	}

	.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin .asj-wallet-dashboard-nav a strong,
	.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin.is-sidebar-collapsed .asj-wallet-dashboard-nav a strong,
	.asj-wallet-dashboard-layout.asj-wallet-dashboard-layout--admin.is-sidebar-collapsed .asj-wallet-dashboard-nav a strong {
		position: static !important;
		grid-column: 1 !important;
		width: auto !important;
		height: auto !important;
		margin: 0 !important;
		padding: 0 !important;
		border: 0 !important;
		clip: auto !important;
		overflow: visible !important;
		color: inherit !important;
		text-align: right !important;
		direction: rtl !important;
		white-space: nowrap !important;
		text-overflow: clip !important;
		line-height: 1.2 !important;
	}
}

@media (min-width: 981px) and (max-height: 760px) {
	.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin .asj-wallet-dashboard-sidebar,
	.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin.is-sidebar-collapsed .asj-wallet-dashboard-sidebar {
		padding: 9px 10px !important;
	}

	.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin .asj-wallet-dashboard-brand,
	.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin.is-sidebar-collapsed .asj-wallet-dashboard-brand {
		min-height: 50px !important;
		margin-bottom: 4px !important;
		padding-bottom: 6px !important;
	}

	.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin .asj-wallet-dashboard-brand span,
	.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin.is-sidebar-collapsed .asj-wallet-dashboard-brand span {
		width: 42px !important;
		height: 42px !important;
	}

	.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin .asj-wallet-dashboard-nav {
		gap: 1px !important;
		padding-top: 4px !important;
	}

	.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin .asj-wallet-dashboard-nav a,
	.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin.is-sidebar-collapsed .asj-wallet-dashboard-nav a {
		min-height: 32px !important;
		font-size: 12px !important;
	}

	.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin .asj-wallet-dashboard-nav a .asj-wallet-nav-icon,
	.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin.is-sidebar-collapsed .asj-wallet-dashboard-nav a .asj-wallet-nav-icon {
		width: 30px !important;
		height: 30px !important;
	}
}

.asj-wallet-admin-transactions-dashboard {
	--asj-tx-primary: #2f4df6;
	--asj-tx-purple: #6d35d8;
	--asj-tx-ink: #111827;
	--asj-tx-muted: #64748b;
	--asj-tx-line: #e2e8f0;
	--asj-tx-soft: #f8fafc;
	--asj-tx-card: #ffffff;
	--asj-tx-shadow: 0 18px 40px rgba(15, 23, 42, .06);
	gap: 18px;
	color: var(--asj-tx-ink);
}

.asj-wallet-admin-transactions-dashboard .asj-wallet-tx-kpi-strip {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 18px;
}

.asj-wallet-admin-transactions-dashboard .asj-wallet-tx-kpi-card {
	direction: ltr;
	display: grid;
	grid-template-columns: 56px minmax(0, 1fr);
	align-items: center;
	gap: 16px;
	min-width: 0;
	min-height: 118px;
	padding: 20px;
	border: 1px solid var(--asj-tx-line);
	border-radius: 10px;
	background: var(--asj-tx-card);
	box-shadow: var(--asj-tx-shadow);
}

.asj-wallet-admin-transactions-dashboard .asj-wallet-tx-kpi-card > i {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	color: var(--asj-tx-primary);
	background: #eef4ff;
}

.asj-wallet-admin-transactions-dashboard .asj-wallet-tx-kpi-card > div {
	direction: rtl;
	display: grid;
	gap: 7px;
	min-width: 0;
	text-align: right;
}

.asj-wallet-admin-transactions-dashboard .asj-wallet-tx-kpi-card span,
.asj-wallet-admin-transactions-dashboard .asj-wallet-tx-panel-head span,
.asj-wallet-admin-transactions-dashboard .asj-wallet-tx-table-head span {
	color: #475569;
	font-size: 13px;
	font-weight: 850;
	line-height: 1.5;
}

.asj-wallet-admin-transactions-dashboard .asj-wallet-tx-kpi-card strong {
	color: var(--asj-tx-ink);
	font-size: 24px;
	font-weight: 950;
	line-height: 1.15;
	overflow-wrap: anywhere;
}

.asj-wallet-admin-transactions-dashboard .asj-wallet-tx-kpi-card small {
	color: var(--asj-tx-muted);
	font-size: 12px;
	font-weight: 850;
}

.asj-wallet-admin-transactions-dashboard .asj-wallet-tx-kpi-card small.is-up {
	color: #16a34a;
}

.asj-wallet-admin-transactions-dashboard .asj-wallet-tx-kpi-card small.is-down {
	color: #ef4444;
}

.asj-wallet-admin-transactions-dashboard .asj-wallet-tx-kpi-card.is-green > i {
	color: #16a34a;
	background: #dcfce7;
}

.asj-wallet-admin-transactions-dashboard .asj-wallet-tx-kpi-card.is-amber > i {
	color: #f59e0b;
	background: #fff7ed;
}

.asj-wallet-admin-transactions-dashboard .asj-wallet-tx-kpi-card.is-red > i {
	color: #ef4444;
	background: #fee2e2;
}

.asj-wallet-admin-transactions-dashboard .asj-wallet-tx-kpi-card.is-indigo > i {
	color: #2563eb;
	background: #eff6ff;
}

.asj-wallet-admin-transactions-dashboard .asj-wallet-tx-workspace {
	direction: ltr;
	display: grid;
	grid-template-columns: minmax(0, 1fr) 330px;
	gap: 18px;
	align-items: start;
}

.asj-wallet-admin-transactions-dashboard .asj-wallet-tx-main,
.asj-wallet-admin-transactions-dashboard .asj-wallet-tx-side {
	direction: rtl;
	display: grid;
	gap: 18px;
	min-width: 0;
}

.asj-wallet-admin-transactions-dashboard .asj-wallet-tx-filter-panel,
.asj-wallet-admin-transactions-dashboard .asj-wallet-tx-table-card,
.asj-wallet-admin-transactions-dashboard .asj-wallet-tx-side-card {
	min-width: 0;
	margin: 0 !important;
	border: 1px solid var(--asj-tx-line) !important;
	border-radius: 10px !important;
	background: var(--asj-tx-card) !important;
	box-shadow: var(--asj-tx-shadow) !important;
}

.asj-wallet-admin-transactions-dashboard .asj-wallet-tx-filter-panel,
.asj-wallet-admin-transactions-dashboard .asj-wallet-tx-table-card {
	padding: 18px !important;
}

.asj-wallet-admin-transactions-dashboard .asj-wallet-tx-panel-head,
.asj-wallet-admin-transactions-dashboard .asj-wallet-tx-table-head,
.asj-wallet-admin-transactions-dashboard .asj-wallet-tx-side-card header {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: start;
	gap: 16px;
	margin-bottom: 16px;
}

.asj-wallet-admin-transactions-dashboard .asj-wallet-tx-panel-head h2,
.asj-wallet-admin-transactions-dashboard .asj-wallet-tx-table-head h2,
.asj-wallet-admin-transactions-dashboard .asj-wallet-tx-side-card h3 {
	margin: 0 0 6px !important;
	color: var(--asj-tx-ink) !important;
	font-size: 22px !important;
	font-weight: 900 !important;
	line-height: 1.3 !important;
	letter-spacing: 0 !important;
}

.asj-wallet-admin-transactions-dashboard .asj-wallet-tx-live-search {
	display: grid;
	gap: 7px;
	min-width: min(260px, 100%);
	color: #334155;
	font-weight: 850;
}

.asj-wallet-admin-transactions-dashboard .asj-wallet-tx-live-search input,
.asj-wallet-admin-transactions-dashboard .asj-wallet-tx-side-card select,
.asj-wallet-admin-transactions-dashboard .asj-wallet-filters input,
.asj-wallet-admin-transactions-dashboard .asj-wallet-filters select {
	width: 100%;
	min-height: 44px !important;
	border: 1px solid #d6dfec !important;
	border-radius: 8px !important;
	background: #ffffff !important;
	color: var(--asj-tx-ink) !important;
	box-shadow: none !important;
	font-weight: 850 !important;
}

.asj-wallet-admin-transactions-dashboard .asj-wallet-tx-filter-panel .asj-wallet-filters {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	gap: 16px !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

.asj-wallet-admin-transactions-dashboard .asj-wallet-filters label {
	display: grid;
	gap: 8px;
	min-width: 0;
	color: #1f2937;
	font-size: 13px;
	font-weight: 850;
}

.asj-wallet-admin-transactions-dashboard .asj-wallet-filter-actions {
	grid-column: 1 / -1;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
	justify-content: start;
	padding-top: 2px;
}

.asj-wallet-admin-transactions-dashboard .asj-wallet-filter-actions .button {
	min-height: 42px !important;
	border-radius: 8px !important;
	padding-inline: 18px !important;
	font-weight: 900 !important;
}

.asj-wallet-admin-transactions-dashboard .asj-wallet-filter-actions .button-primary {
	border-color: var(--asj-tx-primary) !important;
	background: var(--asj-tx-primary) !important;
	color: #ffffff !important;
}

.asj-wallet-admin-transactions-dashboard .asj-wallet-transactions-filter-chips {
	margin-top: 14px;
}

.asj-wallet-admin-transactions-dashboard .asj-wallet-transactions-filter-chips span {
	border-color: #dbeafe;
	background: #eff6ff;
	color: #1d4ed8;
}

.asj-wallet-admin-transactions-dashboard .asj-wallet-tx-table-count {
	display: grid;
	justify-items: end;
	gap: 2px;
	color: #64748b;
}

.asj-wallet-admin-transactions-dashboard .asj-wallet-tx-table-count strong {
	color: var(--asj-tx-primary);
	font-size: 24px;
	font-weight: 950;
	line-height: 1;
}

.asj-wallet-admin-transactions-dashboard .asj-wallet-tx-table-wrap {
	width: 100%;
	overflow-x: auto;
	border: 1px solid var(--asj-tx-line);
	border-radius: 10px;
	background: #ffffff;
}

.asj-wallet-admin-transactions-dashboard .asj-wallet-tx-table {
	width: 100%;
	min-width: 1120px;
	border-collapse: collapse;
	table-layout: fixed;
	background: #ffffff;
}

.asj-wallet-admin-transactions-dashboard .asj-wallet-tx-table th,
.asj-wallet-admin-transactions-dashboard .asj-wallet-tx-table td {
	padding: 14px 12px;
	border-bottom: 1px solid #edf2f7;
	text-align: right;
	vertical-align: middle;
	white-space: normal;
	overflow-wrap: anywhere;
}

.asj-wallet-admin-transactions-dashboard .asj-wallet-tx-table th {
	background: #fbfcff;
	color: #475569;
	font-size: 12px;
	font-weight: 950;
}

.asj-wallet-admin-transactions-dashboard .asj-wallet-tx-table tbody tr:hover {
	background: #f8fbff;
}

.asj-wallet-admin-transactions-dashboard .asj-wallet-tx-table .is-operation {
	width: 152px;
}

.asj-wallet-admin-transactions-dashboard .asj-wallet-tx-table .is-client {
	width: 170px;
}

.asj-wallet-admin-transactions-dashboard .asj-wallet-tx-table .is-date {
	width: 118px;
}

.asj-wallet-admin-transactions-dashboard .asj-wallet-tx-table code {
	display: inline-block;
	max-width: 100%;
	padding: 7px 8px;
	border-radius: 7px;
	background: #f1f5f9;
	color: #334155;
	font-size: 12px;
	font-weight: 850;
	line-height: 1.35;
}

.asj-wallet-admin-transactions-dashboard .asj-wallet-tx-table .is-client a {
	color: #5b35d6;
	font-weight: 950;
	text-decoration: none;
}

.asj-wallet-admin-transactions-dashboard .asj-wallet-tx-table .is-client small {
	display: block;
	margin-top: 3px;
	color: #334155;
	font-size: 11px;
	font-weight: 800;
	line-height: 1.35;
}

.asj-wallet-admin-transactions-dashboard .asj-wallet-tx-table .is-agent {
	color: #334155;
	font-weight: 850;
}

.asj-wallet-admin-transactions-dashboard .asj-wallet-tx-type,
.asj-wallet-admin-transactions-dashboard .asj-wallet-tx-status {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 28px;
	padding: 4px 10px;
	border-radius: 8px;
	background: #eef2ff;
	color: #1d4ed8;
	font-size: 12px;
	font-weight: 950;
	line-height: 1.3;
}

.asj-wallet-admin-transactions-dashboard .asj-wallet-tx-type.is-deposit,
.asj-wallet-admin-transactions-dashboard .asj-wallet-tx-status.is-completed,
.asj-wallet-admin-transactions-dashboard .asj-wallet-tx-status.is-approved {
	background: #dcfce7;
	color: #15803d;
}

.asj-wallet-admin-transactions-dashboard .asj-wallet-tx-type.is-withdrawal,
.asj-wallet-admin-transactions-dashboard .asj-wallet-tx-status.is-rejected,
.asj-wallet-admin-transactions-dashboard .asj-wallet-tx-status.is-failed {
	background: #fee2e2;
	color: #dc2626;
}

.asj-wallet-admin-transactions-dashboard .asj-wallet-tx-type.is-bills {
	background: #f3e8ff;
	color: #7c3aed;
}

.asj-wallet-admin-transactions-dashboard .asj-wallet-tx-type.is-fee {
	background: #f1f5f9;
	color: #475569;
}

.asj-wallet-admin-transactions-dashboard .asj-wallet-tx-status.is-pending {
	background: #fef3c7;
	color: #b45309;
}

.asj-wallet-admin-transactions-dashboard .asj-wallet-tx-table .is-amount {
	font-weight: 950;
}

.asj-wallet-admin-transactions-dashboard .is-positive {
	color: #047857 !important;
}

.asj-wallet-admin-transactions-dashboard .is-negative {
	color: #dc2626 !important;
}

.asj-wallet-admin-transactions-dashboard .asj-wallet-tx-table .is-date strong,
.asj-wallet-admin-transactions-dashboard .asj-wallet-tx-table .is-date small {
	display: block;
	font-weight: 900;
	line-height: 1.45;
}

.asj-wallet-admin-transactions-dashboard .asj-wallet-tx-table .is-date small {
	color: #64748b;
	font-size: 12px;
}

.asj-wallet-admin-transactions-dashboard .asj-wallet-tx-actions {
	display: inline-flex;
	gap: 7px;
	align-items: center;
}

.asj-wallet-admin-transactions-dashboard .asj-wallet-tx-actions a,
.asj-wallet-admin-transactions-dashboard .asj-wallet-tx-actions button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	padding: 0;
	border: 1px solid #dbe4ef;
	border-radius: 8px;
	background: #f8fafc;
	color: #334155;
	cursor: pointer;
	text-decoration: none;
}

.asj-wallet-admin-transactions-dashboard .asj-wallet-tx-actions a:first-child {
	border-color: var(--asj-tx-primary);
	background: var(--asj-tx-primary);
	color: #ffffff;
}

.asj-wallet-admin-transactions-dashboard .asj-wallet-tx-actions svg {
	width: 17px;
	height: 17px;
}

.asj-wallet-admin-transactions-dashboard .asj-wallet-tx-pagination {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto auto;
	gap: 14px;
	align-items: center;
	margin-top: 14px;
	color: #64748b;
	font-size: 13px;
	font-weight: 850;
}

.asj-wallet-admin-transactions-dashboard .asj-wallet-tx-pagination div {
	display: flex;
	gap: 6px;
	align-items: center;
}

.asj-wallet-admin-transactions-dashboard .asj-wallet-tx-pagination button {
	min-width: 34px;
	height: 34px;
	border: 1px solid #dbe4ef;
	border-radius: 8px;
	background: #ffffff;
	color: #475569;
	font-weight: 900;
}

.asj-wallet-admin-transactions-dashboard .asj-wallet-tx-pagination button.is-active {
	border-color: #c4b5fd;
	background: #ede9fe;
	color: #5b21b6;
}

.asj-wallet-admin-transactions-dashboard .asj-wallet-tx-side-card {
	padding: 16px !important;
}

.asj-wallet-admin-transactions-dashboard .asj-wallet-tx-side-card header {
	margin-bottom: 14px;
}

.asj-wallet-admin-transactions-dashboard .asj-wallet-tx-side-card h3 {
	font-size: 17px !important;
}

.asj-wallet-admin-transactions-dashboard .asj-wallet-tx-side-card select {
	min-width: 130px;
}

.asj-wallet-admin-transactions-dashboard .asj-wallet-tx-summary-list {
	display: grid;
	gap: 2px;
}

.asj-wallet-admin-transactions-dashboard .asj-wallet-tx-summary-list > div {
	display: grid;
	grid-template-columns: 34px minmax(0, 1fr) auto;
	gap: 10px;
	align-items: center;
	min-height: 44px;
	border-bottom: 1px solid #edf2f7;
}

.asj-wallet-admin-transactions-dashboard .asj-wallet-tx-summary-list > div:last-child {
	border-bottom: 0;
}

.asj-wallet-admin-transactions-dashboard .asj-wallet-tx-summary-list i {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border-radius: 8px;
	background: var(--asj-wallet-bucket-color);
	color: #ffffff;
}

.asj-wallet-admin-transactions-dashboard .asj-wallet-tx-summary-list svg {
	width: 17px;
	height: 17px;
}

.asj-wallet-admin-transactions-dashboard .asj-wallet-tx-summary-list span,
.asj-wallet-admin-transactions-dashboard .asj-wallet-tx-donut-legend span {
	color: #334155;
	font-weight: 850;
}

.asj-wallet-admin-transactions-dashboard .asj-wallet-tx-summary-list strong,
.asj-wallet-admin-transactions-dashboard .asj-wallet-tx-donut-legend strong {
	color: #1f2937;
	font-weight: 950;
}

.asj-wallet-admin-transactions-dashboard .asj-wallet-tx-chart-card svg {
	display: block;
	width: 100%;
	height: auto;
	overflow: visible;
}

.asj-wallet-admin-transactions-dashboard .asj-wallet-tx-grid-line {
	fill: none;
	stroke: #edf2f7;
	stroke-width: 1;
}

.asj-wallet-admin-transactions-dashboard .asj-wallet-tx-line {
	fill: none;
	stroke: #2f4df6;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 3;
}

.asj-wallet-admin-transactions-dashboard .asj-wallet-tx-chart-card circle {
	fill: #2f4df6;
	stroke: #ffffff;
	stroke-width: 2;
}

.asj-wallet-admin-transactions-dashboard .asj-wallet-tx-chart-labels {
	display: grid;
	grid-template-columns: repeat(7, minmax(0, 1fr));
	gap: 3px;
	color: #64748b;
	font-size: 10px;
	font-weight: 850;
	text-align: center;
}

.asj-wallet-admin-transactions-dashboard .asj-wallet-tx-donut-layout {
	display: grid;
	grid-template-columns: 132px minmax(0, 1fr);
	gap: 14px;
	align-items: center;
}

.asj-wallet-admin-transactions-dashboard .asj-wallet-tx-donut {
	display: grid;
	place-items: center;
	width: 132px;
	aspect-ratio: 1;
	border-radius: 50%;
	background: var(--asj-wallet-donut);
}

.asj-wallet-admin-transactions-dashboard .asj-wallet-tx-donut > span {
	display: grid;
	place-items: center;
	width: 76px;
	aspect-ratio: 1;
	border-radius: 50%;
	background: #ffffff;
	text-align: center;
}

.asj-wallet-admin-transactions-dashboard .asj-wallet-tx-donut strong {
	color: #111827;
	font-size: 18px;
	font-weight: 950;
	line-height: 1;
}

.asj-wallet-admin-transactions-dashboard .asj-wallet-tx-donut small {
	margin-top: 4px;
	color: #64748b;
	font-size: 10px;
	font-weight: 850;
	line-height: 1.2;
}

.asj-wallet-admin-transactions-dashboard .asj-wallet-tx-donut-legend {
	display: grid;
	gap: 8px;
}

.asj-wallet-admin-transactions-dashboard .asj-wallet-tx-donut-legend > div {
	display: grid;
	grid-template-columns: 12px minmax(0, 1fr) auto;
	gap: 8px;
	align-items: center;
}

.asj-wallet-admin-transactions-dashboard .asj-wallet-tx-donut-legend i {
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: var(--asj-wallet-bucket-color);
}

.asj-wallet-admin-transactions-dashboard .asj-wallet-transactions-empty {
	margin-bottom: 12px;
}

.asj-wallet-admin-transactions-dashboard [data-asj-wallet-admin-transaction-row][hidden] {
	display: none !important;
}

@media (max-width: 1380px) {
	.asj-wallet-admin-transactions-dashboard .asj-wallet-tx-kpi-strip {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 1180px) {
	.asj-wallet-admin-transactions-dashboard .asj-wallet-tx-workspace {
		grid-template-columns: 1fr;
	}

	.asj-wallet-admin-transactions-dashboard .asj-wallet-tx-side {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.asj-wallet-admin-transactions-dashboard .asj-wallet-tx-donut-layout {
		grid-template-columns: 1fr;
		justify-items: center;
	}
}

@media (max-width: 900px) {
	.asj-wallet-admin-transactions-dashboard .asj-wallet-tx-kpi-strip,
	.asj-wallet-admin-transactions-dashboard .asj-wallet-tx-side {
		grid-template-columns: 1fr;
	}

	.asj-wallet-admin-transactions-dashboard .asj-wallet-tx-panel-head,
	.asj-wallet-admin-transactions-dashboard .asj-wallet-tx-table-head,
	.asj-wallet-admin-transactions-dashboard .asj-wallet-tx-side-card header,
	.asj-wallet-admin-transactions-dashboard .asj-wallet-tx-pagination {
		grid-template-columns: 1fr;
	}

	.asj-wallet-admin-transactions-dashboard .asj-wallet-tx-table-count {
		justify-items: start;
	}

	.asj-wallet-admin-transactions-dashboard .asj-wallet-tx-filter-panel .asj-wallet-filters {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
}

@media (max-width: 620px) {
	.asj-wallet-admin-transactions-dashboard .asj-wallet-tx-kpi-card,
	.asj-wallet-admin-transactions-dashboard .asj-wallet-tx-filter-panel .asj-wallet-filters {
		grid-template-columns: 1fr !important;
	}

	.asj-wallet-admin-transactions-dashboard .asj-wallet-tx-kpi-card {
		direction: rtl;
	}
}

.asj-wallet-admin-roles-modern {
	display: grid;
	gap: 18px;
	color: #111827;
}

.asj-wallet-admin-roles-modern *,
.asj-wallet-admin-roles-modern *::before,
.asj-wallet-admin-roles-modern *::after {
	box-sizing: border-box;
}

.asj-wallet-admin-roles-kpis {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.asj-wallet-admin-roles-kpi,
.asj-wallet-admin-roles-panel,
.asj-wallet-admin-roles-alert {
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	background: #ffffff;
	box-shadow: 0 16px 42px rgba(15, 23, 42, 0.055);
}

.asj-wallet-admin-roles-kpi {
	position: relative;
	display: grid;
	min-height: 120px;
	padding: 18px 20px;
	overflow: hidden;
}

.asj-wallet-admin-roles-kpi i {
	position: absolute;
	inset-inline-start: 20px;
	top: 28px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: var(--roles-soft);
	color: var(--roles-color);
}

.asj-wallet-admin-roles-kpi .asj-wallet-icon,
.asj-wallet-admin-roles-panel .asj-wallet-icon {
	width: 21px;
	height: 21px;
	stroke: currentColor;
}

.asj-wallet-admin-roles-kpi span,
.asj-wallet-admin-roles-kpi strong,
.asj-wallet-admin-roles-kpi small {
	display: block;
	padding-inline-start: 66px;
}

.asj-wallet-admin-roles-kpi span {
	color: #475569;
	font-size: 13px;
	font-weight: 850;
}

.asj-wallet-admin-roles-kpi strong {
	margin-top: 7px;
	color: #0f172a;
	font-size: 26px;
	font-weight: 950;
	line-height: 1;
}

.asj-wallet-admin-roles-kpi small {
	margin-top: 9px;
	color: #16a34a;
	font-size: 12px;
	font-weight: 850;
}

.asj-wallet-admin-roles-kpi.is-purple {
	--roles-color: #6d28d9;
	--roles-soft: #f0e7ff;
}

.asj-wallet-admin-roles-kpi.is-green {
	--roles-color: #16a34a;
	--roles-soft: #dcfce7;
}

.asj-wallet-admin-roles-kpi.is-blue {
	--roles-color: #2563eb;
	--roles-soft: #dbeafe;
}

.asj-wallet-admin-roles-kpi.is-orange {
	--roles-color: #f97316;
	--roles-soft: #ffedd5;
}

.asj-wallet-admin-roles-layout {
	display: grid;
	grid-template-columns: minmax(0, 2.05fr) minmax(310px, 0.95fr);
	gap: 18px;
	align-items: start;
}

.asj-wallet-admin-roles-bottom {
	display: grid;
	grid-template-columns: minmax(0, 1.8fr) minmax(300px, 0.95fr);
	gap: 18px;
	align-items: start;
}

.asj-wallet-admin-roles-panel {
	padding: 16px;
}

.asj-wallet-admin-roles-panel > header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 14px;
}

.asj-wallet-admin-roles-panel h3 {
	margin: 0;
	color: #0f172a;
	font-size: 19px;
	font-weight: 950;
	line-height: 1.35;
}

.asj-wallet-admin-roles-panel p {
	margin: 4px 0 0;
	color: #64748b;
	font-size: 12px;
	font-weight: 800;
}

.asj-wallet-admin-roles-primary,
.asj-wallet-admin-roles-form-actions button,
.asj-wallet-admin-roles-alert button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 36px;
	padding: 0 16px;
	border: 0;
	border-radius: 6px;
	background: linear-gradient(135deg, #5b2df5, #7c3aed);
	color: #ffffff !important;
	font-size: 13px;
	font-weight: 900;
	text-decoration: none;
	cursor: pointer;
	box-shadow: 0 12px 26px rgba(91, 45, 245, 0.22);
}

.asj-wallet-admin-roles-table-wrap {
	overflow-x: auto;
	scrollbar-width: thin;
}

.asj-wallet-admin-roles-table,
.asj-wallet-admin-roles-matrix {
	width: 100%;
	min-width: 760px;
	border-collapse: separate;
	border-spacing: 0;
}

.asj-wallet-admin-roles-table th,
.asj-wallet-admin-roles-table td,
.asj-wallet-admin-roles-matrix th,
.asj-wallet-admin-roles-matrix td {
	padding: 13px 12px;
	border-bottom: 1px solid #edf2f7;
	color: #1f2937;
	font-size: 13px;
	font-weight: 800;
	text-align: right;
	vertical-align: middle;
}

.asj-wallet-admin-roles-table th,
.asj-wallet-admin-roles-matrix th {
	color: #475569;
	font-size: 12px;
	font-weight: 950;
	background: #f8fafc;
}

.asj-wallet-admin-roles-table tbody tr:hover,
.asj-wallet-admin-roles-matrix tbody tr:hover {
	background: #f8fbff;
}

.asj-wallet-admin-role-name {
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr);
	gap: 10px;
	align-items: center;
	min-width: 230px;
}

.asj-wallet-admin-role-name i {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border-radius: 8px;
	background: var(--role-soft);
	color: var(--role-color);
}

.asj-wallet-admin-role-name strong,
.asj-wallet-admin-role-name small,
.asj-wallet-admin-roles-table td > strong,
.asj-wallet-admin-roles-table td > small {
	display: block;
}

.asj-wallet-admin-role-name strong {
	color: #0f172a;
	font-size: 14px;
	font-weight: 950;
}

.asj-wallet-admin-role-name small,
.asj-wallet-admin-roles-table td > small {
	margin-top: 3px;
	color: #64748b;
	font-size: 11px;
	font-weight: 800;
	line-height: 1.5;
}

.asj-wallet-admin-role-name.is-purple {
	--role-color: #6d28d9;
	--role-soft: #f0e7ff;
}

.asj-wallet-admin-role-name.is-blue {
	--role-color: #2563eb;
	--role-soft: #dbeafe;
}

.asj-wallet-admin-role-name.is-orange {
	--role-color: #f97316;
	--role-soft: #ffedd5;
}

.asj-wallet-admin-role-name.is-red {
	--role-color: #ef4444;
	--role-soft: #fee2e2;
}

.asj-wallet-admin-role-name.is-green {
	--role-color: #16a34a;
	--role-soft: #dcfce7;
}

.asj-wallet-admin-role-name.is-slate {
	--role-color: #64748b;
	--role-soft: #f1f5f9;
}

.asj-wallet-admin-roles-actions {
	display: flex;
	align-items: center;
	gap: 7px;
}

.asj-wallet-admin-roles-actions a,
.asj-wallet-admin-roles-actions button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	padding: 0;
	border: 1px solid #dbe4ef;
	border-radius: 6px;
	background: #ffffff;
	color: #334155;
	cursor: pointer;
}

.asj-wallet-admin-roles-actions a:hover,
.asj-wallet-admin-roles-actions button:hover {
	border-color: #c4b5fd;
	color: #5b2df5;
}

.asj-wallet-admin-roles-actions .asj-wallet-icon {
	width: 18px;
	height: 18px;
}

.asj-wallet-admin-roles-table-card > footer,
.asj-wallet-admin-roles-matrix-card > footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-top: 14px;
	color: #64748b;
	font-size: 12px;
	font-weight: 850;
}

.asj-wallet-admin-roles-table-card nav {
	display: flex;
	align-items: center;
	gap: 7px;
}

.asj-wallet-admin-roles-table-card nav span,
.asj-wallet-admin-roles-table-card nav strong {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 30px;
	height: 30px;
	border: 1px solid #dbe4ef;
	border-radius: 6px;
	background: #ffffff;
	color: #334155;
}

.asj-wallet-admin-roles-table-card nav strong {
	border-color: #5b2df5;
	background: #5b2df5;
	color: #ffffff;
}

.asj-wallet-admin-roles-table-card nav .is-disabled {
	opacity: 0.45;
}

.asj-wallet-admin-roles-create header i,
.asj-wallet-admin-roles-changes header i {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border-radius: 8px;
	background: #eef2ff;
	color: #4f46e5;
}

.asj-wallet-admin-roles-create form,
.asj-wallet-admin-roles-create label,
.asj-wallet-admin-roles-color-field,
.asj-wallet-admin-roles-change-list {
	display: grid;
	gap: 12px;
}

.asj-wallet-admin-roles-create label > span,
.asj-wallet-admin-roles-color-field > span,
.asj-wallet-admin-roles-toggle > span {
	color: #334155;
	font-size: 12px;
	font-weight: 950;
}

.asj-wallet-admin-roles-create input[type="text"],
.asj-wallet-admin-roles-create textarea {
	width: 100%;
	min-height: 42px;
	border: 1px solid #dbe4ef;
	border-radius: 6px;
	background: #ffffff;
	color: #0f172a;
	font-weight: 850;
	box-shadow: none;
}

.asj-wallet-admin-roles-create textarea {
	min-height: 94px;
	resize: vertical;
}

.asj-wallet-admin-roles-color-field > div {
	display: flex;
	align-items: center;
	gap: 14px;
}

.asj-wallet-admin-roles-color-field label {
	position: relative;
	display: inline-flex;
	width: 24px;
	height: 24px;
	cursor: pointer;
}

.asj-wallet-admin-roles-color-field input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.asj-wallet-admin-roles-color-field i {
	width: 24px;
	height: 24px;
	border: 3px solid #ffffff;
	border-radius: 50%;
	background: var(--role-color);
	box-shadow: 0 0 0 1px #dbe4ef;
}

.asj-wallet-admin-roles-color-field input:checked + i {
	box-shadow: 0 0 0 3px rgba(91, 45, 245, 0.18);
}

.asj-wallet-admin-roles-toggle {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) auto 58px;
	gap: 10px;
	align-items: center;
}

.asj-wallet-admin-roles-toggle input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.asj-wallet-admin-roles-toggle strong {
	color: #334155;
	font-size: 13px;
	font-weight: 900;
}

.asj-wallet-admin-roles-toggle i {
	position: relative;
	width: 54px;
	height: 28px;
	border-radius: 999px;
	background: #cbd5e1;
	transition: background 0.18s ease;
}

.asj-wallet-admin-roles-toggle i::after {
	content: "";
	position: absolute;
	top: 4px;
	inset-inline-start: 4px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #ffffff;
	box-shadow: 0 3px 8px rgba(15, 23, 42, 0.18);
	transition: transform 0.18s ease;
}

.asj-wallet-admin-roles-toggle input:checked + i {
	background: linear-gradient(135deg, #5b2df5, #7c3aed);
}

.asj-wallet-admin-roles-toggle input:checked + i::after {
	transform: translateX(-26px);
}

.asj-wallet-admin-roles-form-actions {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
	margin-top: 4px;
}

.asj-wallet-admin-roles-form-actions a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	border: 1px solid #dbe4ef;
	border-radius: 6px;
	background: #ffffff;
	color: #334155;
	font-weight: 900;
	text-decoration: none;
}

.asj-wallet-admin-roles-matrix-card .asj-wallet-admin-roles-matrix {
	min-width: 720px;
}

.asj-wallet-admin-roles-matrix td,
.asj-wallet-admin-roles-matrix th {
	text-align: center;
}

.asj-wallet-admin-roles-matrix td:first-child,
.asj-wallet-admin-roles-matrix th:first-child {
	text-align: right;
}

.asj-wallet-admin-roles-matrix .is-allowed,
.asj-wallet-admin-roles-matrix .is-denied {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	font-size: 13px;
	font-weight: 950;
}

.asj-wallet-admin-roles-matrix .is-allowed {
	background: #22c55e;
	color: #ffffff;
}

.asj-wallet-admin-roles-matrix .is-denied {
	color: #94a3b8;
}

.asj-wallet-admin-roles-matrix-card footer {
	justify-content: center;
}

.asj-wallet-admin-roles-matrix-card footer span {
	display: inline-flex;
	align-items: center;
	gap: 7px;
}

.asj-wallet-admin-roles-matrix-card footer b {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: #22c55e;
	color: #ffffff;
}

.asj-wallet-admin-roles-change-list > div {
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr);
	gap: 10px;
	align-items: center;
	min-height: 62px;
	padding: 10px;
	border: 1px solid #edf2f7;
	border-radius: 7px;
	background: #fbfdff;
}

.asj-wallet-admin-roles-change-list i {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 8px;
	background: var(--change-soft);
	color: var(--change-color);
}

.asj-wallet-admin-roles-change-list strong,
.asj-wallet-admin-roles-change-list small,
.asj-wallet-admin-roles-change-list time {
	display: block;
}

.asj-wallet-admin-roles-change-list strong {
	color: #0f172a;
	font-size: 13px;
	font-weight: 950;
}

.asj-wallet-admin-roles-change-list small,
.asj-wallet-admin-roles-change-list time {
	margin-top: 3px;
	color: #64748b;
	font-size: 11px;
	font-weight: 800;
}

.asj-wallet-admin-roles-change-list .is-success,
.asj-wallet-admin-roles-change-list .is-ok {
	--change-color: #16a34a;
	--change-soft: #dcfce7;
}

.asj-wallet-admin-roles-change-list .is-warning {
	--change-color: #f97316;
	--change-soft: #ffedd5;
}

.asj-wallet-admin-roles-change-list .is-danger,
.asj-wallet-admin-roles-change-list .is-failed {
	--change-color: #ef4444;
	--change-soft: #fee2e2;
}

.asj-wallet-admin-roles-change-list .is-info,
.asj-wallet-admin-roles-change-list .is-neutral {
	--change-color: #2563eb;
	--change-soft: #dbeafe;
}

.asj-wallet-admin-roles-change-empty {
	display: block !important;
	min-height: 80px;
	color: #64748b;
	text-align: center;
}

.asj-wallet-admin-roles-all {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 12px;
	color: #2563eb;
	font-size: 13px;
	font-weight: 900;
	text-decoration: none;
}

.asj-wallet-admin-roles-alert {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	padding: 14px 16px;
	border-color: #fed7aa;
	background: #fff7ed;
}

.asj-wallet-admin-roles-alert strong,
.asj-wallet-admin-roles-alert span {
	display: block;
}

.asj-wallet-admin-roles-alert strong {
	color: #9a3412;
	font-size: 14px;
	font-weight: 950;
}

.asj-wallet-admin-roles-alert span {
	margin-top: 4px;
	color: #7c2d12;
	font-size: 12px;
	font-weight: 850;
	line-height: 1.7;
}

@media (max-width: 1260px) {
	.asj-wallet-admin-roles-kpis {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.asj-wallet-admin-roles-layout,
	.asj-wallet-admin-roles-bottom {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 720px) {
	.asj-wallet-admin-roles-kpis {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.asj-wallet-admin-roles-kpi {
		min-height: 0;
	}

	.asj-wallet-admin-roles-panel > header,
	.asj-wallet-admin-roles-alert,
	.asj-wallet-admin-roles-table-card > footer,
	.asj-wallet-admin-roles-matrix-card > footer {
		align-items: stretch;
		flex-direction: column;
	}

	.asj-wallet-admin-roles-primary,
	.asj-wallet-admin-roles-alert button {
		width: 100%;
	}

	.asj-wallet-admin-roles-form-actions {
		grid-template-columns: 1fr;
	}
}

.asj-wallet-admin-requests-modern {
	display: grid;
	gap: 18px;
	color: #111827;
}

.asj-wallet-admin-requests-modern *,
.asj-wallet-admin-requests-modern *::before,
.asj-wallet-admin-requests-modern *::after {
	box-sizing: border-box;
}

.asj-wallet-admin-requests-kpis {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 18px;
}

.asj-wallet-admin-requests-kpi,
.asj-wallet-admin-requests-panel {
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	background: #ffffff;
	box-shadow: 0 16px 42px rgba(15, 23, 42, 0.055);
}

.asj-wallet-admin-requests-kpi {
	position: relative;
	display: grid;
	min-height: 118px;
	padding: 18px 18px;
	overflow: hidden;
}

.asj-wallet-admin-requests-kpi i {
	position: absolute;
	inset-inline-start: 18px;
	top: 27px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: var(--request-soft);
	color: var(--request-color);
}

.asj-wallet-admin-requests-kpi .asj-wallet-icon,
.asj-wallet-admin-requests-panel .asj-wallet-icon {
	width: 21px;
	height: 21px;
	stroke: currentColor;
}

.asj-wallet-admin-requests-kpi span,
.asj-wallet-admin-requests-kpi strong,
.asj-wallet-admin-requests-kpi small {
	display: block;
	padding-inline-start: 64px;
}

.asj-wallet-admin-requests-kpi span {
	color: #475569;
	font-size: 13px;
	font-weight: 850;
}

.asj-wallet-admin-requests-kpi strong {
	margin-top: 7px;
	color: #0f172a;
	font-size: 27px;
	font-weight: 950;
	line-height: 1;
}

.asj-wallet-admin-requests-kpi small {
	margin-top: 9px;
	color: var(--request-color);
	font-size: 12px;
	font-weight: 850;
}

.asj-wallet-admin-requests-kpi.is-blue {
	--request-color: #2563eb;
	--request-soft: #dbeafe;
}

.asj-wallet-admin-requests-kpi.is-purple {
	--request-color: #7c3aed;
	--request-soft: #ede9fe;
}

.asj-wallet-admin-requests-kpi.is-orange {
	--request-color: #f97316;
	--request-soft: #ffedd5;
}

.asj-wallet-admin-requests-kpi.is-green {
	--request-color: #16a34a;
	--request-soft: #dcfce7;
}

.asj-wallet-admin-requests-kpi.is-red {
	--request-color: #ef4444;
	--request-soft: #fee2e2;
}

.asj-wallet-admin-requests-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(300px, 0.32fr);
	gap: 18px;
	align-items: start;
}

.asj-wallet-admin-requests-main,
.asj-wallet-admin-requests-side {
	display: grid;
	gap: 18px;
	min-width: 0;
}

.asj-wallet-admin-requests-panel {
	padding: 16px;
}

.asj-wallet-admin-requests-panel > header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 14px;
}

.asj-wallet-admin-requests-panel h3 {
	margin: 0;
	color: #0f172a;
	font-size: 18px;
	font-weight: 950;
	line-height: 1.35;
}

.asj-wallet-admin-requests-table-card > header {
	justify-content: center;
	padding-bottom: 12px;
	border-bottom: 1px solid #edf2f7;
}

.asj-wallet-admin-requests-table-card.is-topup > header {
	box-shadow: inset 0 -2px 0 #2563eb;
}

.asj-wallet-admin-requests-table-card.is-withdraw > header {
	box-shadow: inset 0 -2px 0 #7c3aed;
}

.asj-wallet-admin-requests-filters {
	display: grid;
	grid-template-columns: minmax(220px, 1.5fr) repeat(3, minmax(130px, 0.8fr)) auto auto;
	gap: 10px;
	align-items: end;
	margin-bottom: 14px;
}

.asj-wallet-admin-requests-filters label {
	display: grid;
	gap: 5px;
	color: #475569;
	font-size: 12px;
	font-weight: 900;
}

.asj-wallet-admin-requests-filters label.is-search {
	position: relative;
	display: block;
}

.asj-wallet-admin-requests-filters label.is-search svg {
	position: absolute;
	inset-inline-start: 12px;
	top: 50%;
	width: 18px;
	height: 18px;
	color: #94a3b8;
	transform: translateY(-50%);
}

.asj-wallet-admin-requests-filters input,
.asj-wallet-admin-requests-filters select {
	width: 100%;
	min-height: 40px;
	border: 1px solid #dbe4ef;
	border-radius: 6px;
	background: #ffffff;
	color: #0f172a;
	font-size: 13px;
	font-weight: 850;
	box-shadow: none;
}

.asj-wallet-admin-requests-filters label.is-search input {
	padding-inline-start: 40px;
}

.asj-wallet-admin-requests-filters button,
.asj-wallet-admin-requests-filters a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 40px;
	padding: 0 14px;
	border: 1px solid #dbe4ef;
	border-radius: 6px;
	background: #ffffff;
	color: #334155;
	font-size: 13px;
	font-weight: 900;
	text-decoration: none;
	cursor: pointer;
}

.asj-wallet-admin-requests-filters button {
	border-color: #5b2df5;
	background: linear-gradient(135deg, #5b2df5, #7c3aed);
	color: #ffffff;
	box-shadow: 0 12px 26px rgba(91, 45, 245, 0.2);
}

.asj-wallet-admin-requests-table-wrap {
	overflow-x: auto;
	scrollbar-width: thin;
}

.asj-wallet-admin-requests-table {
	width: 100%;
	min-width: 900px;
	border-collapse: separate;
	border-spacing: 0;
}

.asj-wallet-admin-requests-table th,
.asj-wallet-admin-requests-table td {
	padding: 13px 12px;
	border-bottom: 1px solid #edf2f7;
	color: #1f2937;
	font-size: 13px;
	font-weight: 800;
	text-align: right;
	vertical-align: middle;
}

.asj-wallet-admin-requests-table th {
	color: #475569;
	font-size: 12px;
	font-weight: 950;
	background: #f8fafc;
}

.asj-wallet-admin-requests-table tbody tr:hover {
	background: #f8fbff;
}

.asj-wallet-admin-requests-table code,
.asj-wallet-admin-requests-table td > strong {
	display: block;
}

.asj-wallet-admin-requests-table code {
	width: fit-content;
	max-width: 160px;
	padding: 5px 8px;
	border-radius: 6px;
	background: #f1f5f9;
	color: #334155;
	font-size: 12px;
	font-weight: 850;
	white-space: normal;
	word-break: break-word;
}

.asj-wallet-admin-requests-table td > strong {
	margin-top: 6px;
	color: #0f172a;
	font-weight: 950;
}

.asj-wallet-admin-request-customer strong,
.asj-wallet-admin-request-customer small {
	display: block;
}

.asj-wallet-admin-request-customer strong {
	color: #0f172a;
	font-weight: 950;
}

.asj-wallet-admin-request-customer small {
	margin-top: 3px;
	color: #64748b;
	font-size: 11px;
	font-weight: 800;
	word-break: break-word;
}

.asj-wallet-admin-request-channel {
	display: inline-grid;
	grid-template-columns: 28px minmax(0, 1fr);
	gap: 8px;
	align-items: center;
	min-width: 130px;
}

.asj-wallet-admin-request-channel i {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border-radius: 7px;
	background: #eff6ff;
	color: #2563eb;
}

.asj-wallet-admin-request-channel span {
	color: #1f2937;
	font-weight: 900;
}

.asj-wallet-admin-request-status {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 28px;
	padding: 0 10px;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 950;
	white-space: nowrap;
}

.asj-wallet-admin-request-status.is-pending {
	background: #ffedd5;
	color: #c2410c;
}

.asj-wallet-admin-request-status.is-accepted {
	background: #dcfce7;
	color: #166534;
}

.asj-wallet-admin-request-status.is-rejected {
	background: #fee2e2;
	color: #991b1b;
}

.asj-wallet-admin-request-status.is-muted {
	background: #f1f5f9;
	color: #64748b;
}

.asj-wallet-admin-requests-actions {
	display: flex;
	align-items: center;
	gap: 8px;
}

.asj-wallet-admin-requests-actions form {
	margin: 0;
}

.asj-wallet-admin-requests-actions button,
.asj-wallet-admin-requests-done {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 32px;
	padding: 0 10px;
	border: 1px solid #dbe4ef;
	border-radius: 6px;
	background: #ffffff;
	color: #334155;
	font-size: 12px;
	font-weight: 900;
	cursor: pointer;
	white-space: nowrap;
}

.asj-wallet-admin-requests-actions button.is-approve {
	border-color: #bbf7d0;
	background: #f0fdf4;
	color: #16a34a;
}

.asj-wallet-admin-requests-actions button.is-reject {
	border-color: #fecaca;
	background: #fff1f2;
	color: #ef4444;
}

.asj-wallet-admin-requests-actions > button {
	width: 32px;
	padding: 0;
}

.asj-wallet-admin-requests-done {
	background: #f8fafc;
	color: #64748b;
	cursor: default;
}

.asj-wallet-admin-requests-empty {
	display: grid;
	place-items: center;
	min-height: 78px;
	color: #64748b;
	font-weight: 850;
	text-align: center;
}

.asj-wallet-admin-requests-table-card > footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-top: 14px;
	color: #64748b;
	font-size: 12px;
	font-weight: 850;
}

.asj-wallet-admin-requests-table-card nav {
	display: flex;
	align-items: center;
	gap: 7px;
}

.asj-wallet-admin-requests-table-card nav span,
.asj-wallet-admin-requests-table-card nav strong {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 30px;
	height: 30px;
	border: 1px solid #dbe4ef;
	border-radius: 6px;
	background: #ffffff;
	color: #334155;
}

.asj-wallet-admin-requests-table-card nav strong {
	border-color: #5b2df5;
	background: #5b2df5;
	color: #ffffff;
}

.asj-wallet-admin-requests-table-card nav .is-disabled {
	opacity: 0.45;
}

.asj-wallet-admin-requests-urgent header i {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border-radius: 7px;
	background: #fee2e2;
	color: #ef4444;
}

.asj-wallet-admin-requests-urgent-list {
	display: grid;
	gap: 8px;
}

.asj-wallet-admin-requests-urgent-list > div {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 4px 10px;
	align-items: center;
	padding: 10px;
	border-bottom: 1px solid #edf2f7;
}

.asj-wallet-admin-requests-urgent-list > div:last-child {
	border-bottom: 0;
}

.asj-wallet-admin-requests-urgent-list span {
	grid-row: span 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 42px;
	height: 24px;
	border-radius: 999px;
	background: #fee2e2;
	color: #ef4444;
	font-size: 11px;
	font-weight: 950;
}

.asj-wallet-admin-requests-urgent-list strong,
.asj-wallet-admin-requests-urgent-list small,
.asj-wallet-admin-requests-urgent-list em,
.asj-wallet-admin-requests-urgent-list time {
	display: block;
}

.asj-wallet-admin-requests-urgent-list strong {
	color: #0f172a;
	font-size: 12px;
	font-weight: 950;
	word-break: break-word;
}

.asj-wallet-admin-requests-urgent-list small,
.asj-wallet-admin-requests-urgent-list em,
.asj-wallet-admin-requests-urgent-list time {
	color: #64748b;
	font-size: 11px;
	font-style: normal;
	font-weight: 800;
}

.asj-wallet-admin-requests-urgent > a {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 12px;
	color: #2563eb;
	font-size: 13px;
	font-weight: 900;
	text-decoration: none;
}

.asj-wallet-admin-requests-stats header select {
	min-height: 34px;
	border: 1px solid #dbe4ef;
	border-radius: 6px;
	background: #ffffff;
	color: #334155;
	font-size: 12px;
	font-weight: 850;
}

.asj-wallet-admin-requests-donut {
	display: grid;
	place-items: center;
	width: 170px;
	aspect-ratio: 1;
	margin: 12px auto 16px;
	border-radius: 50%;
	background: var(--requests-donut);
}

.asj-wallet-admin-requests-donut > span {
	display: grid;
	place-items: center;
	width: 94px;
	aspect-ratio: 1;
	border-radius: 50%;
	background: #ffffff;
	text-align: center;
	box-shadow: inset 0 0 0 1px #edf2f7;
}

.asj-wallet-admin-requests-donut strong {
	color: #0f172a;
	font-size: 22px;
	font-weight: 950;
	line-height: 1;
}

.asj-wallet-admin-requests-donut small {
	margin-top: 5px;
	color: #64748b;
	font-size: 10px;
	font-weight: 850;
}

.asj-wallet-admin-requests-stat-list {
	display: grid;
	gap: 9px;
}

.asj-wallet-admin-requests-stat-list > div {
	display: grid;
	grid-template-columns: 10px minmax(0, 1fr) auto;
	gap: 8px;
	align-items: center;
}

.asj-wallet-admin-requests-stat-list i {
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: var(--stat-color);
}

.asj-wallet-admin-requests-stat-list span,
.asj-wallet-admin-requests-stat-list strong {
	color: #334155;
	font-size: 12px;
	font-weight: 900;
}

.asj-wallet-admin-requests-stat-list strong {
	color: #0f172a;
}

.asj-wallet-admin-requests-stats footer {
	margin-top: 14px;
	padding-top: 12px;
	border-top: 1px solid #edf2f7;
	color: #64748b;
	font-size: 12px;
	font-weight: 850;
	text-align: center;
}

@media (max-width: 1380px) {
	.asj-wallet-admin-requests-kpis {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.asj-wallet-admin-requests-layout {
		grid-template-columns: 1fr;
	}

	.asj-wallet-admin-requests-side {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 980px) {
	.asj-wallet-admin-requests-kpis,
	.asj-wallet-admin-requests-side {
		grid-template-columns: 1fr;
	}

	.asj-wallet-admin-requests-filters {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.asj-wallet-admin-requests-filters,
	.asj-wallet-admin-requests-table-card > footer,
	.asj-wallet-admin-requests-panel > header {
		align-items: stretch;
		flex-direction: column;
		grid-template-columns: 1fr;
	}

	.asj-wallet-admin-requests-filters button,
	.asj-wallet-admin-requests-filters a {
		width: 100%;
	}
}

/* Final admin dashboard shell match for the provided screenshot. */
body.asj-wallet-fullscreen-body {
	background: #f7f9fc !important;
}

.asj-wallet-fullscreen-body .asj-wallet-standalone-page {
	background: #f7f9fc !important;
}

.asj-wallet-fullscreen-body .asj-wallet-standalone-shell {
	padding: 0 !important;
	max-width: none !important;
}

.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin,
.asj-wallet-fullscreen-body .shw-wallet-shell.asj-wallet-dashboard-layout--admin {
	gap: 0 !important;
	min-height: 100vh !important;
}

.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin .asj-wallet-dashboard-sidebar,
.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin .shw-wallet-sidebar {
	flex: 0 0 310px !important;
	width: 310px !important;
	max-width: 310px !important;
	min-width: 310px !important;
	height: 100vh !important;
	min-height: 100vh !important;
	top: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background:
		radial-gradient(circle at 18% 88%, rgba(111, 64, 255, .22), transparent 28%),
		linear-gradient(180deg, #08183f 0%, #06143a 45%, #02091f 100%) !important;
	box-shadow: none !important;
}

.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin .asj-wallet-dashboard-brand {
	min-height: 76px !important;
	padding: 0 18px !important;
	border-bottom: 1px solid rgba(255, 255, 255, .12) !important;
}

.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin .asj-wallet-dashboard-brand strong {
	font-size: 19px !important;
}

.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin .asj-wallet-dashboard-brand span {
	width: 46px !important;
	height: 46px !important;
	border-radius: 13px !important;
}

.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin .asj-wallet-dashboard-nav {
	gap: 2px !important;
	padding: 22px 0 !important;
	overflow: visible !important;
	scrollbar-width: none !important;
}

.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin .asj-wallet-dashboard-nav a {
	grid-template-columns: 34px minmax(0, 1fr) !important;
	min-height: 44px !important;
	padding: 0 18px !important;
	border-radius: 0 !important;
	font-size: 15px !important;
}

.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin .asj-wallet-dashboard-nav a.is-active {
	margin-inline-start: 10px !important;
	border-radius: 0 10px 10px 0 !important;
	background: linear-gradient(90deg, #5f43ff 0%, #8b3dff 100%) !important;
}

.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin .asj-wallet-dashboard-main,
.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin .shw-wallet-main {
	min-height: 100vh !important;
	background: #f7f9fc !important;
}

.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin .asj-wallet-admin-topbar {
	position: sticky !important;
	top: 0 !important;
	min-height: 74px !important;
	padding: 0 28px !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: linear-gradient(90deg, #08183f 0%, #06143a 58%, #02091f 100%) !important;
	box-shadow: 0 16px 38px rgba(2, 9, 31, .18) !important;
}

.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin .asj-wallet-admin-topbar__profile {
	min-width: 182px !important;
}

.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin .asj-wallet-admin-topbar__icon,
.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin .asj-wallet-admin-topbar__site,
.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin .asj-wallet-admin-topbar .asj-wallet-menu-toggle {
	border-color: rgba(255, 255, 255, .14) !important;
	border-radius: 7px !important;
	background: rgba(255, 255, 255, .02) !important;
}

.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin .asj-wallet-admin-topbar .asj-wallet-menu-toggle {
	margin-left: auto !important;
}

.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin .asj-wallet-dashboard-content {
	padding: 0 34px 18px !important;
}

@media (max-width: 1180px) {
	.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin .asj-wallet-dashboard-sidebar,
	.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin .shw-wallet-sidebar {
		position: relative !important;
		width: 100% !important;
		max-width: none !important;
		min-width: 0 !important;
		height: auto !important;
		min-height: auto !important;
	}
}

@media (max-width: 980px) {
	.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin .asj-wallet-dashboard-content {
		padding: 0 12px 14px !important;
	}
}

/* Final admin transactions page match for the provided screenshot. */
.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin .asj-wallet-admin-transactions-dashboard {
	padding-top: 96px !important;
	gap: 18px !important;
}

.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin .asj-wallet-admin-transactions-dashboard .asj-wallet-tx-kpi-strip {
	grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
	gap: 18px !important;
}

.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin .asj-wallet-admin-transactions-dashboard .asj-wallet-tx-kpi-card {
	min-height: 118px !important;
	padding: 20px !important;
	border-radius: 10px !important;
	box-shadow: 0 18px 42px rgba(15, 23, 42, .055) !important;
}

.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin .asj-wallet-admin-transactions-dashboard .asj-wallet-tx-workspace {
	grid-template-columns: minmax(0, 1fr) 330px !important;
	gap: 18px !important;
}

.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin .asj-wallet-admin-transactions-dashboard .asj-wallet-tx-filter-panel,
.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin .asj-wallet-admin-transactions-dashboard .asj-wallet-tx-table-card {
	padding: 18px !important;
	border-radius: 10px !important;
}

.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin .asj-wallet-admin-transactions-dashboard .asj-wallet-tx-filter-grid {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	gap: 16px !important;
	align-items: end !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin .asj-wallet-admin-transactions-dashboard .asj-wallet-tx-filter-grid label {
	display: grid !important;
	gap: 8px !important;
	min-width: 0 !important;
	color: #1f2937 !important;
	font-size: 13px !important;
	font-weight: 850 !important;
}

.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin .asj-wallet-admin-transactions-dashboard .asj-wallet-tx-filter-grid label > span {
	color: #334155 !important;
}

.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin .asj-wallet-admin-transactions-dashboard .asj-wallet-tx-filter-grid input,
.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin .asj-wallet-admin-transactions-dashboard .asj-wallet-tx-filter-grid select {
	min-height: 44px !important;
	border: 1px solid #d6dfec !important;
	border-radius: 8px !important;
	background: #ffffff !important;
	color: #111827 !important;
	box-shadow: none !important;
	font-weight: 850 !important;
}

.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin .asj-wallet-admin-transactions-dashboard .asj-wallet-tx-filter-range {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) 18px minmax(0, 1fr) !important;
	gap: 8px !important;
	align-items: center !important;
}

.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin .asj-wallet-admin-transactions-dashboard .asj-wallet-tx-filter-range em {
	color: #94a3b8 !important;
	font-style: normal !important;
	text-align: center !important;
}

.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin .asj-wallet-admin-transactions-dashboard .asj-wallet-filter-actions {
	grid-column: auto !important;
	display: flex !important;
	gap: 10px !important;
	align-items: end !important;
	justify-content: start !important;
	padding: 0 !important;
}

.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin .asj-wallet-admin-transactions-dashboard .asj-wallet-filter-actions .button {
	display: inline-flex !important;
	gap: 8px !important;
	align-items: center !important;
	justify-content: center !important;
	min-height: 42px !important;
	padding: 0 16px !important;
	border-radius: 8px !important;
	font-weight: 900 !important;
	white-space: nowrap !important;
}

.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin .asj-wallet-admin-transactions-dashboard .asj-wallet-filter-actions .button svg {
	width: 18px !important;
	height: 18px !important;
}

.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin .asj-wallet-admin-transactions-dashboard .asj-wallet-filter-actions .button-primary,
.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin .asj-wallet-admin-transactions-dashboard .asj-wallet-filter-actions .asj-wallet-tx-export-button {
	border-color: #4f37e6 !important;
	background: linear-gradient(135deg, #32248f, #6337f6) !important;
	color: #ffffff !important;
	box-shadow: 0 10px 20px rgba(79, 55, 230, .18) !important;
}

.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin .asj-wallet-admin-transactions-dashboard .asj-wallet-tx-table-wrap,
.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin .asj-wallet-admin-transactions-dashboard .asj-wallet-tx-side-card {
	border-radius: 10px !important;
}

.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin .asj-wallet-admin-transactions-dashboard .asj-wallet-tx-side-card {
	padding: 16px !important;
}

.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin .asj-wallet-admin-transactions-dashboard .asj-wallet-tx-footer {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	gap: 12px;
	align-items: center;
	padding: 10px 0 2px;
	color: #64748b;
	font-size: 13px;
	font-weight: 800;
}

.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin .asj-wallet-admin-transactions-dashboard .asj-wallet-tx-footer strong {
	justify-self: center;
	color: #64748b;
	font-weight: 800;
}

.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin .asj-wallet-admin-transactions-dashboard .asj-wallet-tx-footer span {
	justify-self: start;
}

@media (max-width: 1380px) {
	.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin .asj-wallet-admin-transactions-dashboard .asj-wallet-tx-kpi-strip {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}
}

@media (max-width: 1180px) {
	.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin .asj-wallet-admin-transactions-dashboard {
		padding-top: 28px !important;
	}

	.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin .asj-wallet-admin-transactions-dashboard .asj-wallet-tx-workspace {
		grid-template-columns: 1fr !important;
	}

	.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin .asj-wallet-admin-transactions-dashboard .asj-wallet-tx-side {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}
}

@media (max-width: 900px) {
	.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin .asj-wallet-admin-transactions-dashboard .asj-wallet-tx-kpi-strip,
	.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin .asj-wallet-admin-transactions-dashboard .asj-wallet-tx-filter-grid,
	.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin .asj-wallet-admin-transactions-dashboard .asj-wallet-tx-side {
		grid-template-columns: 1fr !important;
	}

	.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin .asj-wallet-admin-transactions-dashboard .asj-wallet-filter-actions,
	.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin .asj-wallet-admin-transactions-dashboard .asj-wallet-tx-footer {
		grid-template-columns: 1fr !important;
	}

	.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin .asj-wallet-admin-transactions-dashboard .asj-wallet-filter-actions {
		display: grid !important;
	}

	.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin .asj-wallet-admin-transactions-dashboard .asj-wallet-filter-actions .button,
	.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin .asj-wallet-admin-transactions-dashboard .asj-wallet-tx-footer strong,
	.asj-wallet-fullscreen-body .asj-wallet-dashboard-layout--admin .asj-wallet-admin-transactions-dashboard .asj-wallet-tx-footer span {
		width: 100% !important;
		justify-self: stretch !important;
		text-align: center !important;
	}
}

.asj-wallet-admin-ui-customizer {
	display: grid;
	gap: 18px;
	padding-top: 42px;
	color: #111827;
}

.asj-wallet-admin-ui-customizer *,
.asj-wallet-admin-ui-customizer *::before,
.asj-wallet-admin-ui-customizer *::after {
	box-sizing: border-box;
}

.asj-wallet-admin-ui-customizer__head,
.asj-wallet-admin-ui-customizer__panel {
	border: 1px solid #e2e8f0;
	border-radius: 10px;
	background: #ffffff;
	box-shadow: 0 18px 42px rgba(15, 23, 42, .055);
}

.asj-wallet-admin-ui-customizer__head {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 16px;
	align-items: center;
	padding: 18px;
}

.asj-wallet-admin-ui-customizer__head span {
	color: #6337f6;
	font-size: 13px;
	font-weight: 900;
}

.asj-wallet-admin-ui-customizer__head h2,
.asj-wallet-admin-ui-customizer__panel h3 {
	margin: 0;
	color: #111827;
	letter-spacing: 0;
}

.asj-wallet-admin-ui-customizer__head h2 {
	margin-top: 4px;
	font-size: 24px;
}

.asj-wallet-admin-ui-customizer__head p {
	margin: 7px 0 0;
	color: #64748b;
	font-weight: 800;
	line-height: 1.7;
}

.asj-wallet-admin-ui-customizer__form {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.asj-wallet-admin-ui-customizer__panel {
	display: grid;
	gap: 14px;
	align-content: start;
	padding: 18px;
}

.asj-wallet-admin-ui-customizer__panel--wide,
.asj-wallet-admin-ui-customizer__actions {
	grid-column: 1 / -1;
}

.asj-wallet-admin-ui-customizer__panel label {
	display: grid;
	gap: 8px;
	min-width: 0;
	color: #334155;
	font-size: 13px;
	font-weight: 900;
}

.asj-wallet-admin-ui-customizer__number,
.asj-wallet-admin-ui-customizer__color {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 8px;
	align-items: center;
}

.asj-wallet-admin-ui-customizer input[type="number"],
.asj-wallet-admin-ui-customizer input[type="color"],
.asj-wallet-admin-ui-customizer textarea {
	width: 100%;
	min-height: 42px;
	border: 1px solid #d6dfec !important;
	border-radius: 8px !important;
	background: #ffffff !important;
	box-shadow: none !important;
}

.asj-wallet-admin-ui-customizer input[type="color"] {
	min-width: 72px;
	padding: 4px;
}

.asj-wallet-admin-ui-customizer textarea {
	min-height: 220px;
	padding: 12px;
	font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
	font-size: 13px;
	line-height: 1.7;
}

.asj-wallet-admin-ui-customizer__number small,
.asj-wallet-admin-ui-customizer__color code {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 0 10px;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	background: #f8fafc;
	color: #475569;
	font-weight: 900;
}

.asj-wallet-admin-ui-customizer__toggle {
	grid-template-columns: auto minmax(0, 1fr) !important;
	align-items: center;
	min-height: 42px;
	padding: 10px;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	background: #f8fafc;
}

.asj-wallet-admin-ui-customizer__toggle input {
	width: 20px;
	height: 20px;
	accent-color: #6337f6;
}

.asj-wallet-admin-ui-customizer__actions {
	display: flex;
	gap: 10px;
	align-items: center;
	justify-content: flex-start;
}

.asj-wallet-admin-ui-customizer__actions .button,
.asj-wallet-admin-ui-customizer__head .button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 0 16px;
	border-radius: 8px !important;
	font-weight: 900 !important;
	text-decoration: none !important;
}

.asj-wallet-admin-ui-customizer__actions .button-primary {
	border-color: #4f37e6 !important;
	background: linear-gradient(135deg, #32248f, #6337f6) !important;
	color: #ffffff !important;
}

@media (max-width: 1180px) {
	.asj-wallet-admin-ui-customizer__form {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 760px) {
	.asj-wallet-admin-ui-customizer {
		padding-top: 24px;
	}

	.asj-wallet-admin-ui-customizer__head,
	.asj-wallet-admin-ui-customizer__form {
		grid-template-columns: 1fr;
	}

	.asj-wallet-admin-ui-customizer__actions {
		display: grid;
	}

	.asj-wallet-admin-ui-customizer__actions .button,
	.asj-wallet-admin-ui-customizer__head .button {
		width: 100%;
	}
}
