.asj-wallet-customer-dashboard-grid,
.asj-wallet-customer-wallet,
.asj-wallet-customer-wallet *,
.asj-wallet-customer-actions-grid,
.asj-wallet-customer-recent,
.asj-wallet-customer-limit,
.asj-wallet-customer-alerts {
	box-sizing: border-box;
}

.asj-wallet-customer-wallet {
	display: grid;
	gap: 14px;
}

.asj-wallet-customer-wallet-hero {
	display: grid;
	grid-template-columns: minmax(260px, 1fr) minmax(220px, 0.52fr) minmax(230px, 0.58fr);
	align-items: stretch;
	gap: 12px;
	padding: 16px;
	border: 1px solid #dfe7f2;
	border-radius: 8px;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(248, 250, 252, 0.94)),
		linear-gradient(135deg, rgba(15, 118, 110, 0.13), rgba(37, 99, 235, 0.1));
	box-shadow: 0 14px 34px rgba(15, 23, 42, 0.07);
}

.asj-wallet-customer-wallet-hero__title,
.asj-wallet-customer-wallet-hero__balance,
.asj-wallet-customer-wallet-id {
	min-width: 0;
	padding: 14px;
	border-radius: 8px;
	background: #ffffff;
}

.asj-wallet-customer-wallet-hero__title span,
.asj-wallet-customer-wallet-hero__balance span,
.asj-wallet-customer-wallet-id span,
.asj-wallet-customer-wallet-kpis span,
.asj-wallet-customer-wallet-limits span,
.asj-wallet-customer-wallet-meta span {
	display: block;
	color: #64748b;
	font-size: 12px;
	font-weight: 850;
	line-height: 1.45;
}

.asj-wallet-customer-wallet-hero__title > span {
	color: #0f766e;
	font-weight: 950;
}

.asj-wallet-customer-wallet-hero__title h3 {
	margin: 5px 0;
	color: #111827;
	font-size: 24px;
	line-height: 1.35;
	overflow-wrap: anywhere;
}

.asj-wallet-customer-wallet-hero__title p {
	max-width: 620px;
	margin: 0;
	color: #52616f;
	font-weight: 750;
	line-height: 1.75;
}

.asj-wallet-customer-wallet-hero__balance {
	display: grid;
	align-content: center;
	gap: 7px;
	border-inline-start: 4px solid #0f766e;
}

.asj-wallet-customer-wallet-hero__balance strong {
	color: #111827;
	font-size: 30px;
	line-height: 1.2;
	overflow-wrap: anywhere;
}

.asj-wallet-customer-wallet-hero__balance strong.is-negative,
.asj-wallet-customer-wallet-kpis strong.is-negative {
	color: #991b1b;
}

.asj-wallet-customer-wallet-hero__balance small {
	color: #0f766e;
	font-size: 13px;
	font-weight: 900;
	line-height: 1.55;
}

.asj-wallet-customer-wallet-id {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 42px;
	align-content: center;
	align-items: center;
	gap: 8px;
}

.asj-wallet-customer-wallet-id span {
	grid-column: 1 / -1;
}

.asj-wallet-customer-wallet-id strong {
	min-width: 0;
	color: #111827;
	font-size: 21px;
	letter-spacing: 0;
	overflow-wrap: anywhere;
}

.asj-wallet-customer-wallet-id button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border: 0;
	border-radius: 8px;
	background: #eff6ff;
	color: #2563eb;
	cursor: pointer;
}

.asj-wallet-customer-wallet-id button:hover,
.asj-wallet-customer-wallet-id button:focus {
	outline: 2px solid rgba(37, 99, 235, 0.2);
	outline-offset: 2px;
}

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

.asj-wallet-customer-wallet-kpis > div,
.asj-wallet-customer-wallet-panel,
.asj-wallet-customer-wallet-meta > div {
	min-width: 0;
	border: 1px solid #dfe7f2;
	border-radius: 8px;
	background: #ffffff;
	box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
}

.asj-wallet-customer-wallet-kpis > div {
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr);
	gap: 5px 10px;
	padding: 13px;
}

.asj-wallet-customer-wallet-kpis i {
	grid-row: 1 / 4;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 12px;
	background: #ecfdf5;
	color: #0f766e;
}

.asj-wallet-customer-wallet-kpis strong {
	color: #111827;
	font-size: 18px;
	line-height: 1.35;
	overflow-wrap: anywhere;
}

.asj-wallet-customer-wallet-kpis small {
	color: #64748b;
	font-size: 12px;
	font-weight: 750;
	line-height: 1.55;
}

.asj-wallet-customer-wallet-actions {
	display: grid;
	grid-template-columns: repeat(6, minmax(118px, 1fr));
	gap: 10px;
}

.asj-wallet-customer-wallet-actions a {
	display: grid;
	grid-template-columns: 38px minmax(0, 1fr);
	align-items: center;
	gap: 5px 9px;
	min-width: 0;
	min-height: 76px;
	padding: 11px;
	border: 1px solid #dfe7f2;
	border-radius: 8px;
	background: #ffffff;
	color: #111827;
	text-decoration: none;
	box-shadow: 0 10px 22px rgba(15, 23, 42, 0.05);
	transition: border-color 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
}

.asj-wallet-customer-wallet-actions a:hover,
.asj-wallet-customer-wallet-actions a:focus {
	border-color: var(--asj-wallet, #2563eb);
	box-shadow: 0 14px 28px rgba(15, 23, 42, 0.08);
	transform: translateY(-1px);
}

.asj-wallet-customer-wallet-actions a.is-disabled {
	opacity: 0.55;
	pointer-events: none;
}

.asj-wallet-customer-wallet-actions i {
	grid-row: 1 / 3;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border-radius: 11px;
	background: #eff6ff;
	color: var(--asj-wallet, #2563eb);
}

.asj-wallet-customer-wallet-actions strong,
.asj-wallet-customer-wallet-actions span {
	display: block;
	min-width: 0;
}

.asj-wallet-customer-wallet-actions strong {
	color: #111827;
	font-size: 14px;
	line-height: 1.35;
}

.asj-wallet-customer-wallet-actions span {
	color: #64748b;
	font-size: 12px;
	font-weight: 750;
	line-height: 1.45;
}

.asj-wallet-customer-wallet-panels {
	display: grid;
	grid-template-columns: minmax(280px, 0.9fr) minmax(320px, 1.1fr);
	gap: 14px;
}

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

.asj-wallet-customer-wallet-limits {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 9px;
}

.asj-wallet-customer-wallet-limits > div,
.asj-wallet-customer-wallet-services > div {
	min-width: 0;
	padding: 11px;
	border-radius: 8px;
	background: #f8fafc;
}

.asj-wallet-customer-wallet-limits strong,
.asj-wallet-customer-wallet-meta strong {
	display: block;
	margin-top: 5px;
	color: #111827;
	font-size: 15px;
	line-height: 1.4;
	overflow-wrap: anywhere;
}

.asj-wallet-customer-wallet-services {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 8px;
}

.asj-wallet-customer-wallet-services > div {
	display: grid;
	align-content: start;
	gap: 6px;
	border: 1px solid transparent;
}

.asj-wallet-customer-wallet-services i {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border-radius: 10px;
	background: #dcfce7;
	color: #166534;
}

.asj-wallet-customer-wallet-services .is-off i {
	background: #fee2e2;
	color: #991b1b;
}

.asj-wallet-customer-wallet-services span,
.asj-wallet-customer-wallet-services strong,
.asj-wallet-customer-wallet-services small {
	display: block;
}

.asj-wallet-customer-wallet-services span {
	color: #64748b;
	font-size: 12px;
	font-weight: 800;
}

.asj-wallet-customer-wallet-services strong {
	color: #166534;
	font-size: 14px;
}

.asj-wallet-customer-wallet-services .is-off strong {
	color: #991b1b;
}

.asj-wallet-customer-wallet-services small {
	color: #64748b;
	font-size: 11px;
	font-weight: 750;
	line-height: 1.45;
}

.asj-wallet-customer-wallet-meta {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px;
}

.asj-wallet-customer-wallet-meta > div {
	padding: 13px;
}

.asj-wallet-customer-dashboard-grid {
	display: grid;
	grid-template-columns: minmax(260px, 0.78fr) minmax(300px, 1fr);
	gap: 14px;
	margin: 16px 0;
}

.asj-wallet-customer-limit,
.asj-wallet-customer-alerts,
.asj-wallet-customer-recent {
	min-width: 0;
	padding: 16px;
	border: 1px solid #dfe7f2;
	border-radius: 8px;
	background: #ffffff;
	box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
}

.asj-wallet-customer-panel-head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 13px;
}

.asj-wallet-customer-panel-head span {
	display: block;
	margin-bottom: 4px;
	color: #0f766e;
	font-size: 12px;
	font-weight: 900;
}

.asj-wallet-customer-panel-head h3 {
	margin: 0;
	color: #111827;
	font-size: 18px;
	line-height: 1.35;
}

.asj-wallet-customer-panel-head > strong {
	color: #111827;
	font-size: 19px;
	line-height: 1.35;
	white-space: nowrap;
}

.asj-wallet-customer-panel-head > a {
	color: var(--asj-wallet, #2563eb);
	font-weight: 900;
	text-decoration: none;
	white-space: nowrap;
}

.asj-wallet-customer-progress {
	height: 12px;
	margin: 8px 0 14px;
	overflow: hidden;
	border-radius: 999px;
	background: #e5eaf1;
}

.asj-wallet-customer-progress i {
	display: block;
	height: 100%;
	border-radius: inherit;
	background: linear-gradient(90deg, #0f766e, #2563eb);
}

.asj-wallet-customer-limit-rows {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}

.asj-wallet-customer-limit-rows > div {
	min-width: 0;
	padding: 12px;
	border-radius: 8px;
	background: #f8fafc;
}

.asj-wallet-customer-limit-rows span,
.asj-wallet-customer-actions-grid span {
	display: block;
	color: #64748b;
	font-size: 12px;
	font-weight: 800;
}

.asj-wallet-customer-limit-rows strong {
	display: block;
	margin-top: 5px;
	overflow-wrap: anywhere;
	color: #111827;
	font-size: 16px;
}

.asj-wallet-customer-alerts {
	display: grid;
	gap: 10px;
}

.asj-wallet-customer-alerts > div {
	display: grid;
	grid-template-columns: 38px minmax(0, 1fr);
	align-items: center;
	gap: 10px;
	min-height: 58px;
	padding: 10px;
	border-radius: 8px;
	background: #f8fafc;
}

.asj-wallet-customer-alerts i {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border-radius: 12px;
	background: #e0f2fe;
	color: #0369a1;
}

.asj-wallet-customer-alerts strong,
.asj-wallet-customer-alerts span {
	display: block;
}

.asj-wallet-customer-alerts strong {
	color: #111827;
	font-size: 14px;
}

.asj-wallet-customer-alerts span {
	margin-top: 3px;
	color: #52616f;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.55;
}

.asj-wallet-customer-alerts .is-ok i {
	background: #dcfce7;
	color: #166534;
}

.asj-wallet-customer-alerts .is-warning i {
	background: #fef3c7;
	color: #92400e;
}

.asj-wallet-customer-alerts .is-danger i {
	background: #fee2e2;
	color: #991b1b;
}

.asj-wallet-customer-alerts .is-muted i {
	background: #eef2f7;
	color: #475569;
}

.asj-wallet-customer-actions-grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(120px, 1fr));
	gap: 10px;
	margin: 16px 0;
}

.asj-wallet-customer-actions-grid > a {
	display: grid;
	gap: 7px;
	min-width: 0;
	min-height: 110px;
	padding: 13px;
	border: 1px solid #dfe7f2;
	border-radius: 8px;
	background: #ffffff;
	color: #111827;
	text-decoration: none;
	box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
	transition: border-color 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
}

.asj-wallet-customer-actions-grid > a:hover,
.asj-wallet-customer-actions-grid > a:focus {
	border-color: var(--asj-wallet, #2563eb);
	box-shadow: 0 14px 30px rgba(15, 23, 42, 0.08);
	transform: translateY(-1px);
}

.asj-wallet-customer-actions-grid i {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border-radius: 12px;
	background: #eff6ff;
	color: var(--asj-wallet, #2563eb);
}

.asj-wallet-customer-actions-grid strong,
.asj-wallet-customer-actions-grid small {
	display: block;
}

.asj-wallet-customer-actions-grid small {
	color: #64748b;
	font-size: 12px;
	font-weight: 750;
	line-height: 1.45;
}

.asj-wallet-customer-actions-grid .is-disabled {
	opacity: 0.55;
	pointer-events: none;
}

.asj-wallet-customer-recent {
	margin: 16px 0;
}

.asj-wallet-customer-recent-list {
	display: grid;
	gap: 8px;
}

.asj-wallet-customer-recent-list > a {
	display: grid;
	grid-template-columns: 42px minmax(170px, 1fr) auto auto;
	align-items: center;
	gap: 10px;
	min-width: 0;
	padding: 10px;
	border: 1px solid #edf2f7;
	border-radius: 8px;
	background: #fbfdff;
	text-decoration: none;
}

.asj-wallet-customer-recent-list i {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 13px;
	background: #dcfce7;
	color: #166534;
}

.asj-wallet-customer-recent-list i.is-out {
	background: #fee2e2;
	color: #991b1b;
}

.asj-wallet-customer-recent-list strong,
.asj-wallet-customer-recent-list small {
	display: block;
}

.asj-wallet-customer-recent-list strong {
	color: #111827;
	font-size: 14px;
}

.asj-wallet-customer-recent-list small {
	margin-top: 3px;
	color: #64748b;
	font-size: 12px;
}

.asj-wallet-customer-recent-list em {
	padding: 4px 9px;
	border-radius: 999px;
	background: #eef2f7;
	color: #475569;
	font-size: 12px;
	font-style: normal;
	font-weight: 850;
	white-space: nowrap;
}

.asj-wallet-customer-recent-list em.is-completed,
.asj-wallet-customer-recent-list em.is-approved {
	background: #dcfce7;
	color: #166534;
}

.asj-wallet-customer-recent-list em.is-pending {
	background: #fef3c7;
	color: #92400e;
}

.asj-wallet-customer-recent-list em.is-rejected,
.asj-wallet-customer-recent-list em.is-failed {
	background: #fee2e2;
	color: #991b1b;
}

.asj-wallet-customer-recent-list b {
	overflow-wrap: anywhere;
	color: #166534;
	font-size: 14px;
	white-space: nowrap;
}

.asj-wallet-customer-recent-list b.is-negative {
	color: #991b1b;
}

.asj-wallet-send-metrics,
.asj-wallet-receive-page,
.asj-wallet-receive-page *,
.asj-wallet-transfer-constraints,
.asj-wallet-transfer-checks {
	box-sizing: border-box;
}

.asj-wallet-receive-page {
	display: grid;
	gap: 14px;
}

.asj-wallet-receive-hero {
	display: grid;
	grid-template-columns: minmax(280px, 1fr) minmax(250px, 0.62fr) minmax(240px, 0.62fr);
	gap: 12px;
	align-items: stretch;
	padding: 16px;
	border: 1px solid #dfe7f2;
	border-radius: 8px;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(248, 250, 252, 0.94)),
		linear-gradient(135deg, rgba(22, 163, 74, 0.13), rgba(37, 99, 235, 0.09));
	box-shadow: 0 14px 34px rgba(15, 23, 42, 0.07);
}

.asj-wallet-receive-hero__title,
.asj-wallet-receive-pass,
.asj-wallet-receive-actions,
.asj-wallet-receive-panel,
.asj-wallet-receive-recent {
	min-width: 0;
	border: 1px solid #dfe7f2;
	border-radius: 8px;
	background: #ffffff;
	box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
}

.asj-wallet-receive-hero__title,
.asj-wallet-receive-pass,
.asj-wallet-receive-actions {
	padding: 14px;
}

.asj-wallet-receive-hero__title span,
.asj-wallet-receive-pass span,
.asj-wallet-receive-metrics span,
.asj-wallet-receive-identifiers span {
	display: block;
	color: #64748b;
	font-size: 12px;
	font-weight: 850;
	line-height: 1.45;
}

.asj-wallet-receive-hero__title > span {
	color: #0f766e;
	font-weight: 950;
}

.asj-wallet-receive-hero__title h3 {
	margin: 5px 0;
	color: #111827;
	font-size: 24px;
	line-height: 1.35;
	overflow-wrap: anywhere;
}

.asj-wallet-receive-hero__title p {
	max-width: 650px;
	margin: 0;
	color: #52616f;
	font-weight: 750;
	line-height: 1.75;
}

.asj-wallet-receive-pass {
	display: grid;
	align-content: center;
	gap: 8px;
	border-inline-start: 4px solid #16a34a;
}

.asj-wallet-receive-pass strong {
	color: #111827;
	font-size: 30px;
	line-height: 1.2;
	overflow-wrap: anywhere;
}

.asj-wallet-receive-pass button,
.asj-wallet-receive-actions button,
.asj-wallet-receive-actions a,
.asj-wallet-receive-identifiers button {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	min-height: 40px;
	padding: 0 12px;
	border: 0;
	border-radius: 8px;
	background: #111827;
	color: #ffffff !important;
	text-decoration: none;
	font-weight: 900;
	cursor: pointer;
	white-space: nowrap;
}

.asj-wallet-receive-pass button.is-copied,
.asj-wallet-receive-actions button.is-copied,
.asj-wallet-receive-identifiers button.is-copied {
	background: #166534;
}

.asj-wallet-receive-actions {
	display: grid;
	align-content: center;
	gap: 9px;
}

.asj-wallet-receive-actions a:nth-child(3) {
	border: 1px solid #dfe7f2;
	background: #ffffff;
	color: #334155 !important;
}

.asj-wallet-receive-metrics {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px;
}

.asj-wallet-receive-metrics > div {
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr);
	gap: 5px 10px;
	min-width: 0;
	padding: 13px;
	border: 1px solid #dfe7f2;
	border-radius: 8px;
	background: #ffffff;
	box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
}

.asj-wallet-receive-metrics i,
.asj-wallet-receive-safety i,
.asj-wallet-receive-recent-list i {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 12px;
	background: #dcfce7;
	color: #166534;
}

.asj-wallet-receive-metrics i {
	grid-row: 1 / 4;
	width: 42px;
	height: 42px;
}

.asj-wallet-receive-metrics strong,
.asj-wallet-receive-identifiers strong {
	display: block;
	color: #111827;
	font-size: 16px;
	line-height: 1.35;
	overflow-wrap: anywhere;
}

.asj-wallet-receive-metrics small {
	color: #64748b;
	font-size: 12px;
	font-weight: 750;
	line-height: 1.5;
}

.asj-wallet-receive-grid {
	display: grid;
	grid-template-columns: minmax(320px, 1.15fr) minmax(280px, 0.85fr);
	gap: 14px;
}

.asj-wallet-receive-panel,
.asj-wallet-receive-recent {
	padding: 16px;
}

.asj-wallet-receive-identifiers {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 9px;
}

.asj-wallet-receive-identifiers > div {
	display: grid;
	gap: 7px;
	min-width: 0;
	padding: 12px;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	background: #f8fafc;
}

.asj-wallet-receive-identifiers > div.is-primary {
	border-color: #bbf7d0;
	background: #f0fdf4;
}

.asj-wallet-receive-identifiers button {
	justify-self: start;
	min-height: 36px;
	background: #ffffff;
	color: #166534 !important;
	border: 1px solid #bbf7d0;
}

.asj-wallet-receive-identifiers button.is-copied {
	background: #166534;
	color: #ffffff !important;
}

.asj-wallet-receive-safety {
	display: grid;
	gap: 9px;
}

.asj-wallet-receive-safety > div {
	display: grid;
	grid-template-columns: 38px minmax(0, 1fr);
	align-items: center;
	gap: 9px;
	min-width: 0;
	padding: 11px;
	border-radius: 8px;
	background: #f8fafc;
	color: #475569;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.55;
}

.asj-wallet-receive-safety i {
	width: 38px;
	height: 38px;
}

.asj-wallet-receive-recent-list {
	display: grid;
	gap: 8px;
}

.asj-wallet-receive-recent-list > a {
	display: grid;
	grid-template-columns: 42px minmax(170px, 1fr) auto auto;
	align-items: center;
	gap: 10px;
	min-width: 0;
	padding: 10px;
	border: 1px solid #edf2f7;
	border-radius: 8px;
	background: #fbfdff;
	text-decoration: none;
}

.asj-wallet-receive-recent-list i {
	width: 42px;
	height: 42px;
}

.asj-wallet-receive-recent-list strong,
.asj-wallet-receive-recent-list small {
	display: block;
}

.asj-wallet-receive-recent-list strong {
	color: #111827;
	font-size: 14px;
}

.asj-wallet-receive-recent-list small {
	margin-top: 3px;
	color: #64748b;
	font-size: 12px;
}

.asj-wallet-receive-recent-list em {
	padding: 4px 9px;
	border-radius: 999px;
	background: #eef2f7;
	color: #475569;
	font-size: 12px;
	font-style: normal;
	font-weight: 850;
	white-space: nowrap;
}

.asj-wallet-receive-recent-list em.is-completed,
.asj-wallet-receive-recent-list em.is-approved {
	background: #dcfce7;
	color: #166534;
}

.asj-wallet-receive-recent-list em.is-pending {
	background: #fef3c7;
	color: #92400e;
}

.asj-wallet-receive-recent-list b {
	overflow-wrap: anywhere;
	color: #166534;
	font-size: 14px;
	white-space: nowrap;
}

.asj-wallet-send-metrics {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px;
	margin: -4px 0 18px;
}

.asj-wallet-send-metrics > div {
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr);
	gap: 5px 10px;
	min-width: 0;
	padding: 13px;
	border: 1px solid #dfe7f2;
	border-radius: 8px;
	background: #ffffff;
	box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
}

.asj-wallet-send-metrics i {
	grid-row: 1 / 4;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 12px;
	background: #ecfdf5;
	color: #0f766e;
}

.asj-wallet-send-metrics span,
.asj-wallet-transfer-constraints span {
	display: block;
	color: #64748b;
	font-size: 12px;
	font-weight: 850;
	line-height: 1.45;
}

.asj-wallet-send-metrics strong,
.asj-wallet-transfer-constraints strong {
	display: block;
	color: #111827;
	font-size: 16px;
	line-height: 1.35;
	overflow-wrap: anywhere;
}

.asj-wallet-send-metrics small {
	color: #64748b;
	font-size: 12px;
	font-weight: 750;
	line-height: 1.5;
}

.asj-wallet-send-blocked {
	display: grid;
	grid-template-columns: 48px minmax(0, 1fr) auto;
	align-items: center;
	gap: 12px;
	margin: 0 0 18px;
	padding: 15px;
	border: 1px solid #fecaca;
	border-radius: 8px;
	background: #fff7f7;
}

.asj-wallet-send-blocked > i {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border-radius: 14px;
	background: #fee2e2;
	color: #991b1b;
}

.asj-wallet-send-blocked strong,
.asj-wallet-send-blocked span {
	display: block;
}

.asj-wallet-send-blocked strong {
	color: #111827;
	font-size: 16px;
	line-height: 1.4;
}

.asj-wallet-send-blocked span {
	margin-top: 4px;
	color: #7f1d1d;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.55;
}

.asj-wallet-send-blocked__actions {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.asj-wallet-send-blocked__actions a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 0 13px;
	border-radius: 8px;
	background: #111827;
	color: #ffffff !important;
	text-decoration: none;
	font-weight: 900;
	white-space: nowrap;
}

.asj-wallet-send-blocked__actions a + a {
	border: 1px solid #dfe7f2;
	background: #ffffff;
	color: #334155 !important;
}

.asj-wallet-transfer-constraints {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 8px;
	margin: -4px 0 14px;
}

.asj-wallet-transfer-constraints > div {
	min-width: 0;
	padding: 10px;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	background: #f8fafc;
}

.asj-wallet-transfer-checks {
	display: grid;
	gap: 8px;
}

.asj-wallet-transfer-checks > div {
	display: grid;
	grid-template-columns: 34px minmax(0, 1fr);
	align-items: center;
	gap: 8px;
	min-width: 0;
	padding: 10px;
	border-radius: 8px;
	background: #f8fafc;
	color: #475569;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.55;
}

.asj-wallet-transfer-checks i {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border-radius: 10px;
	background: #eff6ff;
	color: var(--asj-wallet, #2563eb);
}

@media (max-width: 1180px) {
	.asj-wallet-customer-wallet-hero,
	.asj-wallet-customer-wallet-panels {
		grid-template-columns: 1fr;
	}

	.asj-wallet-customer-wallet-kpis,
	.asj-wallet-customer-wallet-meta {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.asj-wallet-customer-actions-grid {
		grid-template-columns: repeat(3, minmax(150px, 1fr));
	}

	.asj-wallet-customer-wallet-actions {
		grid-template-columns: repeat(3, minmax(150px, 1fr));
	}

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

	.asj-wallet-send-metrics,
	.asj-wallet-receive-hero,
	.asj-wallet-receive-grid,
	.asj-wallet-transfer-constraints {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.asj-wallet-receive-hero__title,
	.asj-wallet-receive-actions {
		grid-column: 1 / -1;
	}

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

	.asj-wallet-send-blocked {
		grid-template-columns: 48px minmax(0, 1fr);
	}

	.asj-wallet-send-blocked__actions {
		grid-column: 1 / -1;
		justify-content: flex-start;
	}
}

@media (max-width: 900px) {
	.asj-wallet-customer-dashboard-grid,
	.asj-wallet-customer-wallet-limits,
	.asj-wallet-customer-limit-rows {
		grid-template-columns: 1fr;
	}

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

@media (max-width: 700px) {
	.asj-wallet-customer-actions-grid,
	.asj-wallet-customer-wallet-kpis,
	.asj-wallet-customer-wallet-actions,
	.asj-wallet-customer-wallet-services,
	.asj-wallet-customer-wallet-meta,
	.asj-wallet-send-metrics,
	.asj-wallet-receive-hero,
	.asj-wallet-receive-metrics,
	.asj-wallet-receive-grid,
	.asj-wallet-receive-identifiers,
	.asj-wallet-transfer-constraints,
	.asj-wallet-receive-recent-list > a,
	.asj-wallet-customer-recent-list > a {
		grid-template-columns: 1fr;
	}

	.asj-wallet-send-blocked {
		grid-template-columns: 1fr;
	}

	.asj-wallet-customer-wallet-hero,
	.asj-wallet-customer-wallet-panel {
		padding: 12px;
	}

	.asj-wallet-customer-wallet-hero__title h3,
	.asj-wallet-customer-wallet-hero__balance strong,
	.asj-wallet-receive-hero__title h3,
	.asj-wallet-receive-pass strong {
		font-size: 22px;
	}

	.asj-wallet-receive-actions button,
	.asj-wallet-receive-actions a {
		width: 100%;
	}

	.asj-wallet-customer-recent-list em,
	.asj-wallet-customer-recent-list b,
	.asj-wallet-receive-recent-list em,
	.asj-wallet-receive-recent-list b {
		justify-self: start;
		white-space: normal;
	}
}

.asj-wallet .asj-wallet-topup-page {
	display: grid !important;
	gap: 18px !important;
	padding: 20px !important;
	border-radius: 8px !important;
	background: linear-gradient(135deg, #ffffff 0%, #f8fbff 56%, #f2fbf7 100%) !important;
}

.asj-wallet .asj-wallet-topup-page__head {
	display: flex !important;
	align-items: flex-start !important;
	justify-content: space-between !important;
	gap: 14px !important;
	margin: 0 !important;
}

.asj-wallet .asj-wallet-topup-page__head h3 {
	color: #111827 !important;
}

.asj-wallet .asj-wallet-topup-page__head a,
.asj-wallet .asj-wallet-topup-recent__head a {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 7px !important;
	min-height: 42px !important;
	padding: 0 13px !important;
	border: 1px solid #dbeafe !important;
	border-radius: 8px !important;
	background: #ffffff !important;
	color: #1d4ed8 !important;
	text-decoration: none !important;
	font-size: 13px !important;
	font-weight: 950 !important;
	white-space: nowrap !important;
}

.asj-wallet-topup-overview {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px;
}

.asj-wallet-topup-overview > div,
.asj-wallet-topup-insights > div {
	min-width: 0;
	padding: 14px;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.95);
}

.asj-wallet-topup-overview > div {
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr);
	align-items: center;
	gap: 8px 10px;
}

.asj-wallet-topup-overview i {
	grid-row: span 3;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 8px;
	background: #eff6ff;
	color: #1d4ed8;
}

.asj-wallet-topup-overview > div:nth-child(2) i {
	background: #f0fdf4;
	color: #15803d;
}

.asj-wallet-topup-overview > div:nth-child(3) i {
	background: #fff7ed;
	color: #c2410c;
}

.asj-wallet-topup-overview > div:nth-child(4) i {
	background: #f8fafc;
	color: #475569;
}

.asj-wallet-topup-overview span,
.asj-wallet-topup-insights span,
.asj-wallet-topup-recent__head span {
	color: #64748b;
	font-size: 12px;
	font-weight: 900;
}

.asj-wallet-topup-overview strong,
.asj-wallet-topup-insights strong {
	color: #111827;
	font-size: 17px;
	font-weight: 950;
	line-height: 1.35;
	overflow-wrap: anywhere;
}

.asj-wallet-topup-overview small,
.asj-wallet-topup-insights small {
	color: #64748b;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.55;
	overflow-wrap: anywhere;
}

.asj-wallet .asj-wallet-topup-form-card,
.asj-wallet .asj-wallet-topup-summary,
.asj-wallet .asj-wallet-topup-status-card,
.asj-wallet .asj-wallet-topup-help,
.asj-wallet .asj-wallet-topup-recent {
	border-radius: 8px !important;
	box-shadow: 0 14px 32px rgba(15, 23, 42, 0.07) !important;
}

.asj-wallet .asj-wallet-topup-form-card__hero {
	grid-template-columns: 54px minmax(0, 1fr) !important;
	gap: 12px !important;
	padding: 18px !important;
	background: linear-gradient(135deg, #0f172a, #1d4ed8) !important;
}

.asj-wallet .asj-wallet-topup-form-card__hero > span {
	width: 50px !important;
	height: 50px !important;
	border-radius: 8px !important;
}

.asj-wallet .asj-wallet-topup-form-card__hero h4 {
	font-size: 21px !important;
}

.asj-wallet .asj-wallet-topup-form-card form {
	gap: 14px !important;
	padding: 18px !important;
}

.asj-wallet .asj-wallet-topup-amount > div,
.asj-wallet .asj-wallet-topup-note textarea {
	border-radius: 8px !important;
}

.asj-wallet-topup-quick {
	display: grid;
	gap: 8px;
}

.asj-wallet-topup-quick strong {
	color: #334155;
	font-size: 13px;
	font-weight: 950;
}

.asj-wallet-topup-quick > div {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.asj-wallet-topup-quick button {
	min-height: 38px;
	padding: 0 12px;
	border: 1px solid #dbeafe;
	border-radius: 8px;
	background: #eff6ff;
	color: #1d4ed8;
	font-size: 12px;
	font-weight: 950;
	cursor: pointer;
}

.asj-wallet-topup-warning {
	padding: 11px 12px;
	border: 1px solid #fed7aa;
	border-radius: 8px;
	background: #fff7ed;
	color: #9a3412;
	font-size: 13px;
	font-weight: 900;
	line-height: 1.6;
}

.asj-wallet-topup-warning.is-ok {
	border-color: #bbf7d0;
	background: #f0fdf4;
	color: #166534;
}

.asj-wallet-topup-warning.is-error {
	border-color: #fed7aa;
	background: #fff7ed;
	color: #9a3412;
}

.asj-wallet .asj-wallet-topup-methods > div {
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.asj-wallet .asj-wallet-topup-method {
	min-height: 118px !important;
	border-radius: 8px !important;
}

.asj-wallet .asj-wallet-topup-method i {
	border-radius: 8px !important;
	background: #f8fafc !important;
	color: #1d4ed8 !important;
}

.asj-wallet .asj-wallet-topup-method.is-selected i,
.asj-wallet .asj-wallet-topup-method:hover i {
	background: #eff6ff !important;
}

.asj-wallet .asj-wallet-topup-page button[type=submit] {
	border-radius: 8px !important;
	background: linear-gradient(135deg, #111827, #1d4ed8) !important;
}

.asj-wallet .asj-wallet-topup-page button[type=submit]:disabled {
	cursor: not-allowed !important;
	opacity: 0.55 !important;
	box-shadow: none !important;
}

.asj-wallet .asj-wallet-topup-secure {
	color: #475569 !important;
	font-size: 13px !important;
	line-height: 1.6 !important;
}

.asj-wallet .asj-wallet-topup-secure .asj-wallet-icon {
	width: 17px;
	height: 17px;
}

.asj-wallet-topup-insights {
	display: grid;
	grid-template-columns: 1fr;
	gap: 10px;
}

.asj-wallet-topup-insights > div {
	display: grid;
	gap: 4px;
}

.asj-wallet-topup-recent__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 12px;
}

.asj-wallet-topup-recent__head h4 {
	margin: 2px 0 0 !important;
}

.asj-wallet-topup-recent-list {
	display: grid;
	gap: 8px;
}

.asj-wallet-topup-recent-list > a {
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr) minmax(120px, auto) auto auto;
	align-items: center;
	gap: 10px;
	min-width: 0;
	padding: 12px;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	background: #ffffff;
	color: #111827;
	text-decoration: none;
}

.asj-wallet-topup-recent-list i {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 8px;
	background: #eff6ff;
	color: #1d4ed8;
}

.asj-wallet-topup-recent-list strong,
.asj-wallet-topup-recent-list small {
	display: block;
}

.asj-wallet-topup-recent-list strong {
	color: #111827;
	font-size: 14px;
	font-weight: 950;
}

.asj-wallet-topup-recent-list small,
.asj-wallet-topup-recent-list b {
	color: #64748b;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.5;
}

.asj-wallet-topup-recent-list code {
	justify-self: end;
	padding: 4px 8px;
	border-radius: 8px;
	background: #f8fafc;
	color: #334155;
	font-size: 12px;
	font-weight: 900;
}

.asj-wallet-topup-recent-list em {
	justify-self: end;
	font-style: normal;
	white-space: nowrap;
}

@media (max-width: 1180px) {
	.asj-wallet-topup-overview {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 820px) {
	.asj-wallet .asj-wallet-topup-page__head,
	.asj-wallet-topup-recent__head {
		display: grid !important;
		grid-template-columns: 1fr !important;
	}

	.asj-wallet .asj-wallet-topup-page__head a,
	.asj-wallet .asj-wallet-topup-recent__head a {
		justify-self: start !important;
	}

	.asj-wallet-topup-overview,
	.asj-wallet .asj-wallet-topup-methods > div,
	.asj-wallet-topup-recent-list > a {
		grid-template-columns: 1fr !important;
	}

	.asj-wallet-topup-recent-list code,
	.asj-wallet-topup-recent-list em {
		justify-self: start;
	}
}

.asj-wallet .asj-wallet-withdraw-page {
	display: grid !important;
	gap: 18px !important;
	padding: 20px !important;
	border-radius: 8px !important;
	background: linear-gradient(135deg, #ffffff 0%, #fff8f8 55%, #f8fafc 100%) !important;
}

.asj-wallet-withdraw-page__head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 14px;
}

.asj-wallet-withdraw-page__head span,
.asj-wallet-withdraw-recent__head span,
.asj-wallet-withdraw-overview span,
.asj-wallet-withdraw-insights span {
	color: #64748b;
	font-size: 12px;
	font-weight: 900;
}

.asj-wallet-withdraw-page__head h3 {
	margin: 4px 0;
	color: #111827;
	font-size: 30px;
	line-height: 1.25;
}

.asj-wallet-withdraw-page__head p {
	margin: 0;
	color: #64748b;
	font-size: 14px;
	font-weight: 850;
	line-height: 1.8;
}

.asj-wallet-withdraw-page__head a,
.asj-wallet-withdraw-recent__head a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	min-height: 42px;
	padding: 0 13px;
	border: 1px solid #fee2e2;
	border-radius: 8px;
	background: #ffffff;
	color: #b91c1c !important;
	text-decoration: none;
	font-size: 13px;
	font-weight: 950;
	white-space: nowrap;
}

.asj-wallet-withdraw-overview {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px;
}

.asj-wallet-withdraw-overview > div,
.asj-wallet-withdraw-insights > div {
	min-width: 0;
	padding: 14px;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.96);
}

.asj-wallet-withdraw-overview > div {
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr);
	align-items: center;
	gap: 8px 10px;
}

.asj-wallet-withdraw-overview i {
	grid-row: span 3;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 8px;
	background: #fef2f2;
	color: #b91c1c;
}

.asj-wallet-withdraw-overview > div:nth-child(2) i {
	background: #fff7ed;
	color: #c2410c;
}

.asj-wallet-withdraw-overview > div:nth-child(3) i {
	background: #eff6ff;
	color: #1d4ed8;
}

.asj-wallet-withdraw-overview > div:nth-child(4) i {
	background: #f0fdf4;
	color: #15803d;
}

.asj-wallet-withdraw-overview strong,
.asj-wallet-withdraw-insights strong {
	color: #111827;
	font-size: 17px;
	font-weight: 950;
	line-height: 1.35;
	overflow-wrap: anywhere;
}

.asj-wallet-withdraw-overview small,
.asj-wallet-withdraw-insights small {
	color: #64748b;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.55;
	overflow-wrap: anywhere;
}

.asj-wallet-withdraw-layout {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
	gap: 18px;
	align-items: start;
}

.asj-wallet-withdraw-form-card,
.asj-wallet-withdraw-summary,
.asj-wallet-withdraw-insights,
.asj-wallet-withdraw-status-card,
.asj-wallet-withdraw-recent {
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.96);
	box-shadow: 0 14px 32px rgba(15, 23, 42, 0.07);
	overflow: hidden;
}

.asj-wallet-withdraw-form-card__hero {
	display: grid;
	grid-template-columns: 54px minmax(0, 1fr);
	align-items: center;
	gap: 12px;
	padding: 18px;
	background: linear-gradient(135deg, #111827, #b91c1c);
	color: #ffffff;
}

.asj-wallet-withdraw-form-card__hero > span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.12);
}

.asj-wallet-withdraw-form-card__hero h4 {
	margin: 0 0 5px;
	color: #ffffff;
	font-size: 21px;
}

.asj-wallet-withdraw-form-card__hero p {
	margin: 0;
	color: rgba(255, 255, 255, 0.8);
	font-weight: 850;
	line-height: 1.7;
}

.asj-wallet-withdraw-form-card form {
	display: grid;
	gap: 14px;
	padding: 18px;
}

.asj-wallet-withdraw-amount,
.asj-wallet-withdraw-note {
	display: grid;
	gap: 8px;
	margin: 0;
	color: #334155;
	font-weight: 950;
}

.asj-wallet-withdraw-amount > div {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 88px;
	align-items: center;
	min-height: 56px;
	border: 1px solid #dbe4ef;
	border-radius: 8px;
	background: #fbfdff;
	overflow: hidden;
}

.asj-wallet-withdraw-amount input {
	width: 100%;
	min-height: 56px;
	padding: 0 14px;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	color: #111827;
	font-size: 18px;
	font-weight: 950;
	direction: ltr;
	text-align: left;
}

.asj-wallet-withdraw-amount b {
	display: flex;
	align-items: center;
	justify-content: center;
	align-self: stretch;
	border-right: 1px solid #dbe4ef;
	color: #334155;
	font-weight: 950;
}

.asj-wallet-withdraw-amount small {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	color: #64748b;
	font-size: 12px;
	font-weight: 850;
	line-height: 1.7;
}

.asj-wallet-withdraw-quick,
.asj-wallet-withdraw-methods {
	display: grid;
	gap: 8px;
}

.asj-wallet-withdraw-quick strong,
.asj-wallet-withdraw-methods > strong {
	color: #334155;
	font-size: 13px;
	font-weight: 950;
}

.asj-wallet-withdraw-quick > div {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.asj-wallet-withdraw-quick button {
	min-height: 38px;
	padding: 0 12px;
	border: 1px solid #fee2e2;
	border-radius: 8px;
	background: #fef2f2;
	color: #b91c1c;
	font-size: 12px;
	font-weight: 950;
	cursor: pointer;
}

.asj-wallet-withdraw-warning {
	padding: 11px 12px;
	border: 1px solid #fed7aa;
	border-radius: 8px;
	background: #fff7ed;
	color: #9a3412;
	font-size: 13px;
	font-weight: 900;
	line-height: 1.6;
}

.asj-wallet-withdraw-warning.is-ok {
	border-color: #bbf7d0;
	background: #f0fdf4;
	color: #166534;
}

.asj-wallet-withdraw-warning.is-error {
	border-color: #fecaca;
	background: #fef2f2;
	color: #991b1b;
}

.asj-wallet-withdraw-methods > div {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
}

.asj-wallet-withdraw-method {
	position: relative;
	display: grid;
	justify-items: center;
	align-content: center;
	gap: 8px;
	min-height: 126px;
	margin: 0;
	padding: 13px 10px;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	background: #ffffff;
	color: #111827;
	cursor: pointer;
	text-align: center;
	transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.asj-wallet-withdraw-method:hover,
.asj-wallet-withdraw-method.is-selected {
	border-color: #ef4444;
	box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.12), 0 14px 28px rgba(15, 23, 42, 0.06);
	transform: translateY(-1px);
}

.asj-wallet-withdraw-method input {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 17px;
	height: 17px;
	accent-color: #dc2626;
}

.asj-wallet-withdraw-method i {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 8px;
	background: #fef2f2;
	color: #b91c1c;
	font-style: normal;
	font-weight: 950;
}

.asj-wallet-withdraw-method span {
	color: #111827;
	font-size: 13px;
	font-weight: 950;
}

.asj-wallet-withdraw-method small {
	color: #64748b;
	font-size: 11px;
	font-weight: 800;
	line-height: 1.55;
}

.asj-wallet-withdraw-note textarea {
	width: 100%;
	min-height: 86px;
	padding: 13px;
	border: 1px solid #dbe4ef !important;
	border-radius: 8px !important;
	background: #fbfdff !important;
	color: #111827;
	box-shadow: none !important;
}

.asj-wallet-withdraw-page button[type=submit] {
	width: 100%;
	min-height: 52px;
	border: 0 !important;
	border-radius: 8px !important;
	background: linear-gradient(135deg, #111827, #b91c1c) !important;
	color: #ffffff !important;
	box-shadow: 0 16px 32px rgba(185, 28, 28, 0.16);
	font-size: 16px;
	font-weight: 950;
}

.asj-wallet-withdraw-page button[type=submit]:disabled {
	cursor: not-allowed;
	opacity: 0.55;
	box-shadow: none;
}

.asj-wallet-withdraw-secure {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	color: #475569;
	font-size: 13px;
	font-weight: 850;
	line-height: 1.6;
}

.asj-wallet-withdraw-secure .asj-wallet-icon {
	width: 17px;
	height: 17px;
}

.asj-wallet-withdraw-side {
	display: grid;
	gap: 12px;
}

.asj-wallet-withdraw-summary,
.asj-wallet-withdraw-status-card,
.asj-wallet-withdraw-recent {
	padding: 18px;
}

.asj-wallet-withdraw-summary__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 12px;
}

.asj-wallet-withdraw-summary__head h4,
.asj-wallet-withdraw-status-card h4,
.asj-wallet-withdraw-recent__head h4 {
	margin: 0;
	color: #111827;
	font-size: 19px;
}

.asj-wallet-withdraw-summary__head > span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 8px;
	background: #fef2f2;
	color: #b91c1c;
}

.asj-wallet-withdraw-summary > div:not(.asj-wallet-withdraw-summary__head) {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	min-height: 44px;
	border-bottom: 1px solid #eef2f7;
	color: #64748b;
	font-weight: 900;
}

.asj-wallet-withdraw-summary strong {
	color: #111827;
	font-size: 15px;
}

.asj-wallet-withdraw-summary .is-limit {
	margin-top: 8px;
	padding: 10px;
	border: 0 !important;
	border-radius: 8px;
	background: #f8fafc;
	color: #334155;
}

.asj-wallet-withdraw-insights {
	display: grid;
	gap: 10px;
	padding: 12px;
}

.asj-wallet-withdraw-insights > div {
	display: grid;
	gap: 4px;
	box-shadow: none;
}

.asj-wallet-withdraw-status-card {
	display: grid;
	gap: 12px;
}

.asj-wallet-withdraw-status-card > div {
	display: grid;
	grid-template-columns: 38px minmax(0, 1fr);
	align-items: center;
	gap: 10px;
}

.asj-wallet-withdraw-status-card i {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border-radius: 8px;
	background: #eff6ff;
	color: #1d4ed8;
}

.asj-wallet-withdraw-status-card strong,
.asj-wallet-withdraw-status-card small {
	display: block;
}

.asj-wallet-withdraw-status-card strong {
	color: #111827;
	font-size: 13px;
}

.asj-wallet-withdraw-status-card small {
	margin-top: 3px;
	color: #64748b;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.5;
}

.asj-wallet-withdraw-recent__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 12px;
}

.asj-wallet-withdraw-recent-list {
	display: grid;
	gap: 8px;
}

.asj-wallet-withdraw-recent-list > a {
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr) minmax(120px, auto) auto auto;
	align-items: center;
	gap: 10px;
	min-width: 0;
	padding: 12px;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	background: #ffffff;
	color: #111827;
	text-decoration: none;
}

.asj-wallet-withdraw-recent-list i {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 8px;
	background: #fef2f2;
	color: #b91c1c;
}

.asj-wallet-withdraw-recent-list strong,
.asj-wallet-withdraw-recent-list small {
	display: block;
}

.asj-wallet-withdraw-recent-list strong {
	color: #111827;
	font-size: 14px;
	font-weight: 950;
}

.asj-wallet-withdraw-recent-list small,
.asj-wallet-withdraw-recent-list b {
	color: #64748b;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.5;
}

.asj-wallet-withdraw-recent-list code {
	justify-self: end;
	padding: 4px 8px;
	border-radius: 8px;
	background: #f8fafc;
	color: #334155;
	font-size: 12px;
	font-weight: 900;
}

.asj-wallet-withdraw-recent-list em {
	justify-self: end;
	font-style: normal;
	white-space: nowrap;
}

@media (max-width: 1180px) {
	.asj-wallet-withdraw-overview,
	.asj-wallet-withdraw-layout {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.asj-wallet-withdraw-form-card {
		grid-column: 1 / -1;
	}
}

@media (max-width: 900px) {
	.asj-wallet-withdraw-methods > div {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 820px) {
	.asj-wallet-withdraw-page__head,
	.asj-wallet-withdraw-recent__head {
		display: grid;
		grid-template-columns: 1fr;
	}

	.asj-wallet-withdraw-page__head a,
	.asj-wallet-withdraw-recent__head a {
		justify-self: start;
	}

	.asj-wallet-withdraw-overview,
	.asj-wallet-withdraw-layout,
	.asj-wallet-withdraw-recent-list > a {
		grid-template-columns: 1fr;
	}

	.asj-wallet-withdraw-amount small {
		align-items: flex-start;
		flex-direction: column;
	}

	.asj-wallet-withdraw-recent-list code,
	.asj-wallet-withdraw-recent-list em {
		justify-self: start;
	}
}

.asj-wallet .asj-wallet-bills-page {
	display: grid !important;
	gap: 18px !important;
	padding: 20px !important;
	border-radius: 8px !important;
	background: linear-gradient(135deg, #ffffff 0%, #f8fbff 55%, #f7fcf9 100%) !important;
}

.asj-wallet-bills-page__head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 14px;
}

.asj-wallet-bills-page__head span,
.asj-wallet-bills-overview span,
.asj-wallet-bills-side span,
.asj-wallet-bills-panel-head span {
	color: #64748b;
	font-size: 12px;
	font-weight: 900;
}

.asj-wallet-bills-page__head h3 {
	margin: 4px 0;
	color: #111827;
	font-size: 30px;
	line-height: 1.25;
}

.asj-wallet-bills-page__head p {
	margin: 0;
	color: #64748b;
	font-size: 14px;
	font-weight: 850;
	line-height: 1.8;
}

.asj-wallet-bills-status {
	display: inline-grid;
	grid-template-columns: 38px minmax(0, auto);
	align-items: center;
	gap: 8px;
	min-height: 46px;
	padding: 6px 10px;
	border: 1px solid #bbf7d0;
	border-radius: 8px;
	background: #f0fdf4;
	color: #166534;
	font-weight: 950;
	white-space: nowrap;
}

.asj-wallet-bills-status.is-off {
	border-color: #fecaca;
	background: #fef2f2;
	color: #991b1b;
}

.asj-wallet-bills-status i {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.72);
}

.asj-wallet-bills-hero {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, auto);
	align-items: stretch;
	gap: 12px;
	padding: 18px;
	border-radius: 8px;
	background: linear-gradient(135deg, #0f172a, #1d4ed8);
	color: #ffffff;
}

.asj-wallet-bills-hero__main {
	display: grid;
	align-content: center;
	gap: 4px;
	min-width: 0;
}

.asj-wallet-bills-hero__main span,
.asj-wallet-bills-hero__main small {
	color: rgba(255, 255, 255, 0.8);
	font-weight: 850;
}

.asj-wallet-bills-hero__main strong {
	color: #ffffff;
	font-size: 34px;
	font-weight: 950;
	line-height: 1.2;
	overflow-wrap: anywhere;
}

.asj-wallet-bills-hero__actions {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px;
	align-content: center;
	min-width: 0;
}

.asj-wallet-bills-hero__actions a,
.asj-wallet-bills-panel-head a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	min-height: 42px;
	padding: 0 12px;
	border: 1px solid #dbeafe;
	border-radius: 8px;
	background: #ffffff;
	color: #1d4ed8 !important;
	text-decoration: none;
	font-size: 13px;
	font-weight: 950;
	white-space: nowrap;
}

.asj-wallet-bills-hero__actions a.is-primary {
	border-color: rgba(255, 255, 255, 0.28);
	background: #ffffff;
	color: #111827 !important;
}

.asj-wallet-bills-overview {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px;
}

.asj-wallet-bills-overview > div,
.asj-wallet-bills-side > div {
	min-width: 0;
	padding: 14px;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.96);
}

.asj-wallet-bills-overview > div {
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr);
	align-items: center;
	gap: 8px 10px;
}

.asj-wallet-bills-overview i {
	grid-row: span 3;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 8px;
	background: #eff6ff;
	color: #1d4ed8;
}

.asj-wallet-bills-overview > div:nth-child(2) i {
	background: #fefce8;
	color: #a16207;
}

.asj-wallet-bills-overview > div:nth-child(3) i {
	background: #f5f3ff;
	color: #6d28d9;
}

.asj-wallet-bills-overview > div:nth-child(4) i {
	background: #f0fdf4;
	color: #15803d;
}

.asj-wallet-bills-overview strong,
.asj-wallet-bills-side strong {
	color: #111827;
	font-size: 17px;
	font-weight: 950;
	line-height: 1.35;
	overflow-wrap: anywhere;
}

.asj-wallet-bills-overview small {
	color: #64748b;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.55;
	overflow-wrap: anywhere;
}

.asj-wallet-bills-layout {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(290px, 0.65fr);
	gap: 14px;
	align-items: stretch;
}

.asj-wallet-bills-guide,
.asj-wallet-bills-side,
.asj-wallet-bills-recent {
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.96);
	box-shadow: 0 14px 32px rgba(15, 23, 42, 0.07);
}

.asj-wallet-bills-guide,
.asj-wallet-bills-recent {
	padding: 18px;
}

.asj-wallet-bills-side {
	display: grid;
	gap: 10px;
	padding: 12px;
}

.asj-wallet-bills-side > div {
	display: grid;
	gap: 5px;
	box-shadow: none;
}

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

.asj-wallet-bills-panel-head h4 {
	margin: 2px 0 0;
	color: #111827;
	font-size: 19px;
}

.asj-wallet-bills-steps {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
}

.asj-wallet-bills-steps > div {
	display: grid;
	grid-template-columns: 40px minmax(0, 1fr);
	align-items: center;
	gap: 10px;
	min-width: 0;
	padding: 12px;
	border-radius: 8px;
	background: #f8fafc;
}

.asj-wallet-bills-steps i {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 8px;
	background: #eff6ff;
	color: #1d4ed8;
}

.asj-wallet-bills-steps strong,
.asj-wallet-bills-steps small {
	display: block;
}

.asj-wallet-bills-steps strong {
	color: #111827;
	font-size: 13px;
	font-weight: 950;
}

.asj-wallet-bills-steps small {
	margin-top: 3px;
	color: #64748b;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.5;
}

.asj-wallet-bills-recent-list {
	display: grid;
	gap: 8px;
}

.asj-wallet-bills-recent-list > a {
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr) minmax(120px, auto) auto auto;
	align-items: center;
	gap: 10px;
	min-width: 0;
	padding: 12px;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	background: #ffffff;
	color: #111827;
	text-decoration: none;
}

.asj-wallet-bills-recent-list i {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 8px;
	background: #eff6ff;
	color: #1d4ed8;
}

.asj-wallet-bills-recent-list i.is-refund {
	background: #f0fdf4;
	color: #15803d;
}

.asj-wallet-bills-recent-list strong,
.asj-wallet-bills-recent-list small {
	display: block;
}

.asj-wallet-bills-recent-list strong {
	color: #111827;
	font-size: 14px;
	font-weight: 950;
}

.asj-wallet-bills-recent-list small,
.asj-wallet-bills-recent-list b {
	color: #64748b;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.5;
}

.asj-wallet-bills-recent-list code {
	justify-self: end;
	padding: 4px 8px;
	border-radius: 8px;
	background: #f8fafc;
	color: #334155;
	font-size: 12px;
	font-weight: 900;
}

.asj-wallet-bills-recent-list em {
	justify-self: end;
	font-style: normal;
	white-space: nowrap;
}

@media (max-width: 1180px) {
	.asj-wallet-bills-hero,
	.asj-wallet-bills-overview,
	.asj-wallet-bills-layout {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.asj-wallet-bills-guide {
		grid-column: 1 / -1;
	}
}

@media (max-width: 900px) {
	.asj-wallet-bills-steps,
	.asj-wallet-bills-hero__actions {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 820px) {
	.asj-wallet-bills-page__head,
	.asj-wallet-bills-hero,
	.asj-wallet-bills-overview,
	.asj-wallet-bills-layout,
	.asj-wallet-bills-recent-list > a {
		grid-template-columns: 1fr;
	}

	.asj-wallet-bills-panel-head {
		display: grid;
		grid-template-columns: 1fr;
	}

	.asj-wallet-bills-panel-head a {
		justify-self: start;
	}

	.asj-wallet-bills-hero__main strong {
		font-size: 26px;
	}

	.asj-wallet-bills-recent-list code,
	.asj-wallet-bills-recent-list em {
		justify-self: start;
	}
}

.asj-wallet .asj-wallet-transactions-page {
	display: grid !important;
	gap: 16px !important;
	padding: 20px !important;
	border: 1px solid #e2e8f0 !important;
	border-radius: 8px !important;
	background: #ffffff !important;
	box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08) !important;
}

.asj-wallet-transactions-page__head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 14px;
}

.asj-wallet-transactions-page__head span,
.asj-wallet-transactions-balance span,
.asj-wallet-transactions-metrics span,
.asj-wallet-transactions-toolbar label span,
.asj-wallet-transactions-filter-cards span {
	display: block;
	color: #64748b;
	font-size: 12px;
	font-weight: 950;
	line-height: 1.45;
}

.asj-wallet-transactions-page__head h3 {
	margin: 4px 0 5px !important;
	color: #111827 !important;
	font-size: 26px !important;
	line-height: 1.25 !important;
}

.asj-wallet-transactions-page__head p {
	max-width: 620px;
	margin: 0 !important;
	color: #475569 !important;
	font-weight: 800 !important;
	line-height: 1.7 !important;
}

.asj-wallet-transactions-page__actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 8px;
	flex-wrap: wrap;
}

.asj-wallet-transactions-page__actions code {
	padding: 9px 10px;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	background: #f8fafc;
	color: #334155;
	font-weight: 900;
}

.asj-wallet-transactions-page__actions a,
.asj-wallet-transactions-page__actions button,
.asj-wallet-transactions-toolbar__meta button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 0 14px;
	border: 1px solid #cbd5e1;
	border-radius: 8px;
	background: #ffffff;
	color: #0f172a;
	text-decoration: none;
	font-size: 13px;
	font-weight: 950;
	cursor: pointer;
}

.asj-wallet-transactions-page__actions a {
	border-color: #1d4ed8;
	background: #1d4ed8;
	color: #ffffff;
}

.asj-wallet-transactions-balance,
.asj-wallet-transactions-metrics {
	display: grid;
	gap: 10px;
}

.asj-wallet-transactions-balance {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	padding: 12px;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	background: #f8fafc;
}

.asj-wallet-transactions-balance > div,
.asj-wallet-transactions-metrics > div {
	min-width: 0;
	padding: 12px;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	background: #ffffff;
}

.asj-wallet-transactions-balance strong,
.asj-wallet-transactions-metrics strong,
.asj-wallet-transactions-filter-cards strong {
	display: block;
	margin-top: 5px;
	color: #111827;
	font-size: 18px;
	font-weight: 950;
	line-height: 1.3;
	overflow-wrap: anywhere;
}

.asj-wallet-transactions-balance .is-positive,
.asj-wallet-transactions-metrics .is-positive,
.asj-wallet-transactions-recent .is-positive {
	color: #15803d;
}

.asj-wallet-transactions-balance .is-negative,
.asj-wallet-transactions-metrics .is-negative,
.asj-wallet-transactions-recent .is-negative {
	color: #b91c1c;
}

.asj-wallet-transactions-metrics {
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.asj-wallet-transactions-metrics small {
	display: block;
	margin-top: 4px;
	color: #64748b;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.5;
}

.asj-wallet-transactions-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 340px);
	gap: 14px;
	align-items: start;
}

.asj-wallet-transactions-main,
.asj-wallet-transactions-side {
	min-width: 0;
}

.asj-wallet .asj-wallet-transactions-toolbar {
	display: grid !important;
	grid-template-columns: minmax(220px, 1.25fr) repeat(3, minmax(130px, 0.7fr)) minmax(130px, auto) !important;
	align-items: end !important;
	gap: 10px !important;
	margin: 0 0 12px !important;
}

.asj-wallet .asj-wallet-transactions-toolbar label {
	display: grid !important;
	gap: 6px !important;
	min-width: 0 !important;
}

.asj-wallet .asj-wallet-transactions-toolbar input,
.asj-wallet .asj-wallet-transactions-toolbar select {
	min-height: 42px !important;
	border-radius: 8px !important;
}

.asj-wallet-transactions-toolbar__meta {
	display: grid;
	grid-template-columns: 1fr;
	gap: 6px;
	min-width: 0;
}

.asj-wallet-transactions-toolbar__meta span {
	color: #475569;
	font-size: 12px;
	font-weight: 900;
	text-align: center;
}

.asj-wallet-transactions-toolbar__meta button {
	width: 100%;
	min-height: 42px;
}

.asj-wallet-transactions-side {
	display: grid;
	gap: 12px;
}

.asj-wallet-transactions-filter-cards {
	display: grid;
	gap: 8px;
}

.asj-wallet-transactions-filter-cards button {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 10px;
	width: 100%;
	min-height: 54px;
	padding: 10px 12px;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	background: #ffffff;
	text-align: start;
	cursor: pointer;
}

.asj-wallet-transactions-filter-cards button.is-active {
	border-color: #1d4ed8;
	background: #eff6ff;
}

.asj-wallet-transactions-recent {
	display: grid;
	gap: 8px;
	padding-top: 12px;
	border-top: 1px solid #e2e8f0;
}

.asj-wallet-transactions-side__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}

.asj-wallet-transactions-side__head strong {
	color: #111827;
	font-size: 14px;
	font-weight: 950;
}

.asj-wallet-transactions-side__head small {
	color: #64748b;
	font-size: 12px;
	font-weight: 800;
}

.asj-wallet-transactions-recent a {
	display: grid;
	grid-template-columns: 38px minmax(0, 1fr);
	gap: 8px 10px;
	align-items: center;
	padding: 10px;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	background: #ffffff;
	color: #111827;
	text-decoration: none;
}

.asj-wallet-transactions-recent i {
	display: flex;
	grid-row: span 2;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border-radius: 8px;
	background: #eff6ff;
	color: #1d4ed8;
	font-style: normal;
	font-weight: 950;
}

.asj-wallet-transactions-recent i.is-topup {
	background: #f0fdf4;
	color: #15803d;
}

.asj-wallet-transactions-recent i.is-withdraw {
	background: #fff7ed;
	color: #c2410c;
}

.asj-wallet-transactions-recent i.is-payment {
	background: #fefce8;
	color: #a16207;
}

.asj-wallet-transactions-recent strong,
.asj-wallet-transactions-recent small,
.asj-wallet-transactions-recent em,
.asj-wallet-transactions-recent b {
	min-width: 0;
	overflow-wrap: anywhere;
}

.asj-wallet-transactions-recent strong {
	display: block;
	color: #111827;
	font-size: 13px;
	font-weight: 950;
}

.asj-wallet-transactions-recent small {
	display: block;
	margin-top: 2px;
	color: #64748b;
	font-size: 11px;
	font-weight: 800;
}

.asj-wallet-transactions-recent em {
	font-style: normal;
	font-size: 13px;
	font-weight: 950;
}

.asj-wallet-transactions-recent b {
	justify-self: start;
	font-size: 11px;
}

.asj-wallet-transactions-filter-empty,
.asj-wallet-transactions-empty-side {
	display: grid;
	gap: 4px;
	padding: 14px;
	border: 1px dashed #cbd5e1;
	border-radius: 8px;
	background: #f8fafc;
	color: #475569;
	font-weight: 850;
}

.asj-wallet-transactions-filter-empty[hidden] {
	display: none;
}

.asj-wallet-customer-table-wrap {
	border-radius: 8px;
}

@media (max-width: 1180px) {
	.asj-wallet-transactions-balance,
	.asj-wallet-transactions-metrics {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.asj-wallet-transactions-layout,
	.asj-wallet .asj-wallet-transactions-toolbar {
		grid-template-columns: 1fr !important;
	}
}

@media (max-width: 760px) {
	.asj-wallet-transactions-page__head,
	.asj-wallet-transactions-page__actions,
	.asj-wallet-transactions-balance,
	.asj-wallet-transactions-metrics,
	.asj-wallet-transactions-filter-cards button {
		display: grid;
		grid-template-columns: 1fr;
	}

	.asj-wallet-transactions-page__actions {
		justify-content: stretch;
	}

	.asj-wallet-transactions-page__actions a,
	.asj-wallet-transactions-page__actions button {
		width: 100%;
	}
}

.asj-wallet .asj-wallet-cards-page {
	display: grid !important;
	gap: 16px !important;
	padding: 20px !important;
	border: 1px solid #e2e8f0 !important;
	border-radius: 8px !important;
	background: #ffffff !important;
	box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08) !important;
}

.asj-wallet-cards-page__head,
.asj-wallet-cards-layout,
.asj-wallet-cards-bottom {
	display: grid;
	gap: 14px;
}

.asj-wallet-cards-page__head {
	grid-template-columns: minmax(0, 1fr) minmax(190px, auto);
	align-items: start;
}

.asj-wallet-cards-page__head span,
.asj-wallet-cards-status span,
.asj-wallet-card-preview small,
.asj-wallet-cards-metrics span,
.asj-wallet-cards-panel-head span,
.asj-wallet-cards-limit__rows span,
.asj-wallet-cards-identity__list span {
	display: block;
	color: #64748b;
	font-size: 12px;
	font-weight: 950;
	line-height: 1.45;
}

.asj-wallet-cards-page__head h3 {
	margin: 4px 0 5px !important;
	color: #111827 !important;
	font-size: 26px !important;
	line-height: 1.25 !important;
}

.asj-wallet-cards-page__head p {
	max-width: 700px;
	margin: 0 !important;
	color: #475569 !important;
	font-weight: 800 !important;
	line-height: 1.7 !important;
}

.asj-wallet-cards-status {
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr);
	align-items: center;
	gap: 4px 10px;
	min-width: 0;
	padding: 12px;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	background: #f8fafc;
}

.asj-wallet-cards-status i {
	display: flex;
	grid-row: span 2;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 8px;
	background: #dcfce7;
	color: #15803d;
}

.asj-wallet-cards-status.is-pending i {
	background: #fef3c7;
	color: #a16207;
}

.asj-wallet-cards-status.is-frozen i {
	background: #fee2e2;
	color: #b91c1c;
}

.asj-wallet-cards-status strong {
	color: #111827;
	font-size: 16px;
	font-weight: 950;
}

.asj-wallet-cards-layout {
	grid-template-columns: minmax(0, 1fr) minmax(300px, 360px);
	align-items: start;
}

.asj-wallet-cards-main,
.asj-wallet-cards-side,
.asj-wallet-cards-bottom {
	min-width: 0;
}

.asj-wallet-cards-main,
.asj-wallet-cards-side {
	display: grid;
	gap: 12px;
}

.asj-wallet-card-preview {
	position: relative;
	display: grid;
	gap: 18px;
	min-height: 250px;
	padding: 22px;
	border-radius: 8px;
	background: linear-gradient(135deg, #0f172a, #1d4ed8 62%, #15803d);
	color: #ffffff;
	overflow: hidden;
	box-shadow: 0 22px 48px rgba(15, 23, 42, 0.18);
}

.asj-wallet-card-preview:after {
	content: "";
	position: absolute;
	inset: auto -48px -62px auto;
	width: 190px;
	height: 190px;
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 50%;
}

.asj-wallet-card-preview.is-frozen {
	background: linear-gradient(135deg, #111827, #7f1d1d);
}

.asj-wallet-card-preview.is-pending {
	background: linear-gradient(135deg, #172554, #92400e);
}

.asj-wallet-card-preview__top,
.asj-wallet-card-preview__bottom {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	flex-wrap: wrap;
}

.asj-wallet-card-preview__top span,
.asj-wallet-card-preview__top b {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	color: #ffffff;
	font-weight: 950;
}

.asj-wallet-card-preview__top b {
	min-height: 30px;
	padding: 0 10px;
	border: 1px solid rgba(255, 255, 255, 0.28);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.12);
	font-size: 12px;
}

.asj-wallet-card-preview > strong,
.asj-wallet-card-preview > code {
	position: relative;
	z-index: 1;
	color: #ffffff;
}

.asj-wallet-card-preview > strong {
	font-size: 30px;
	font-weight: 950;
	line-height: 1.25;
	overflow-wrap: anywhere;
}

.asj-wallet-card-preview > code {
	font-size: 21px;
	font-weight: 950;
	letter-spacing: 0;
	overflow-wrap: anywhere;
}

.asj-wallet-card-preview__bottom span {
	display: grid;
	gap: 3px;
	min-width: 110px;
	color: #ffffff;
	font-size: 14px;
	font-weight: 950;
}

.asj-wallet-card-preview__bottom small {
	color: rgba(255, 255, 255, 0.72);
}

.asj-wallet-cards-metrics {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px;
}

.asj-wallet-cards-metrics > div,
.asj-wallet-cards-limit,
.asj-wallet-cards-identity,
.asj-wallet-cards-actions,
.asj-wallet-cards-security,
.asj-wallet-cards-recent {
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	background: #ffffff;
	box-shadow: 0 14px 32px rgba(15, 23, 42, 0.06);
}

.asj-wallet-cards-metrics > div {
	display: grid;
	gap: 6px;
	min-width: 0;
	padding: 12px;
}

.asj-wallet-cards-metrics i {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border-radius: 8px;
	background: #eff6ff;
	color: #1d4ed8;
}

.asj-wallet-cards-metrics strong,
.asj-wallet-cards-limit__rows strong,
.asj-wallet-cards-identity__list strong {
	color: #111827;
	font-size: 16px;
	font-weight: 950;
	line-height: 1.35;
	overflow-wrap: anywhere;
}

.asj-wallet-cards-metrics small,
.asj-wallet-cards-actions small,
.asj-wallet-cards-security small {
	color: #64748b;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.5;
}

.asj-wallet-cards-limit,
.asj-wallet-cards-identity,
.asj-wallet-cards-actions,
.asj-wallet-cards-security,
.asj-wallet-cards-recent {
	display: grid;
	gap: 12px;
	padding: 14px;
}

.asj-wallet-cards-panel-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.asj-wallet-cards-panel-head h4 {
	margin: 3px 0 0;
	color: #111827;
	font-size: 17px;
	line-height: 1.35;
}

.asj-wallet-cards-panel-head > strong,
.asj-wallet-cards-panel-head > a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 34px;
	padding: 0 10px;
	border-radius: 8px;
	background: #f8fafc;
	color: #334155;
	text-decoration: none;
	font-size: 12px;
	font-weight: 950;
	white-space: nowrap;
}

.asj-wallet-cards-progress {
	height: 10px;
	border-radius: 999px;
	background: #e2e8f0;
	overflow: hidden;
}

.asj-wallet-cards-progress i {
	display: block;
	height: 100%;
	border-radius: inherit;
	background: linear-gradient(90deg, #15803d, #1d4ed8);
}

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

.asj-wallet-cards-limit__rows > div,
.asj-wallet-cards-identity__list > div {
	display: grid;
	gap: 5px;
	min-width: 0;
	padding: 10px;
	border-radius: 8px;
	background: #f8fafc;
}

.asj-wallet-cards-identity__list {
	display: grid;
	gap: 8px;
}

.asj-wallet-cards-identity__list button {
	justify-self: start;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	min-height: 34px;
	padding: 0 10px;
	border: 1px solid #cbd5e1;
	border-radius: 8px;
	background: #ffffff;
	color: #0f172a;
	font-size: 12px;
	font-weight: 950;
	cursor: pointer;
}

.asj-wallet-cards-actions a,
.asj-wallet-cards-actions > span {
	display: grid;
	grid-template-columns: 40px minmax(0, 1fr);
	align-items: center;
	gap: 10px;
	padding: 10px;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	background: #ffffff;
	color: #111827;
	text-decoration: none;
}

.asj-wallet-cards-actions i,
.asj-wallet-cards-security i,
.asj-wallet-cards-recent__list i {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 8px;
	background: #eff6ff;
	color: #1d4ed8;
}

.asj-wallet-cards-actions strong {
	display: block;
	color: #111827;
	font-size: 14px;
	font-weight: 950;
}

.asj-wallet-cards-actions .is-disabled {
	opacity: 0.62;
	background: #f8fafc;
}

.asj-wallet-cards-bottom {
	grid-template-columns: minmax(300px, 0.75fr) minmax(0, 1.25fr);
	align-items: start;
}

.asj-wallet-cards-security__grid {
	display: grid;
	gap: 9px;
}

.asj-wallet-cards-security__grid > div {
	display: grid;
	grid-template-columns: 40px minmax(0, 1fr);
	gap: 8px 10px;
	align-items: center;
	padding: 10px;
	border-radius: 8px;
	background: #f8fafc;
}

.asj-wallet-cards-security__grid i {
	grid-row: span 2;
	background: #f0fdf4;
	color: #15803d;
}

.asj-wallet-cards-security strong,
.asj-wallet-cards-recent__list strong {
	color: #111827;
	font-size: 14px;
	font-weight: 950;
}

.asj-wallet-cards-recent__list {
	display: grid;
	gap: 8px;
}

.asj-wallet-cards-recent__list a {
	display: grid;
	grid-template-columns: 40px minmax(0, 1fr) minmax(120px, auto) auto;
	align-items: center;
	gap: 10px;
	padding: 10px;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	background: #ffffff;
	color: #111827;
	text-decoration: none;
}

.asj-wallet-cards-recent__list i.is-topup,
.asj-wallet-cards-recent__list i.is-transfer {
	background: #f0fdf4;
	color: #15803d;
}

.asj-wallet-cards-recent__list i.is-withdraw {
	background: #fff7ed;
	color: #c2410c;
}

.asj-wallet-cards-recent__list i.is-payment {
	background: #fefce8;
	color: #a16207;
}

.asj-wallet-cards-recent__list small {
	display: block;
	margin-top: 2px;
	color: #64748b;
	font-size: 11px;
	font-weight: 800;
}

.asj-wallet-cards-recent__list em {
	font-style: normal;
	font-size: 13px;
	font-weight: 950;
	white-space: nowrap;
}

.asj-wallet-cards-recent__list em.is-positive {
	color: #15803d;
}

.asj-wallet-cards-recent__list em.is-negative {
	color: #b91c1c;
}

@media (max-width: 1180px) {
	.asj-wallet-cards-layout,
	.asj-wallet-cards-bottom {
		grid-template-columns: 1fr;
	}

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

@media (max-width: 760px) {
	.asj-wallet-cards-page__head,
	.asj-wallet-cards-metrics,
	.asj-wallet-cards-limit__rows,
	.asj-wallet-cards-recent__list a {
		grid-template-columns: 1fr;
	}

	.asj-wallet-card-preview {
		min-height: 0;
	}

	.asj-wallet-card-preview__top,
	.asj-wallet-card-preview__bottom,
	.asj-wallet-cards-panel-head {
		display: grid;
		grid-template-columns: 1fr;
	}

	.asj-wallet-cards-recent__list em,
	.asj-wallet-cards-recent__list b {
		justify-self: start;
	}
}

.asj-wallet .asj-wallet-notifications-page {
	display: grid !important;
	gap: 16px !important;
	padding: 20px !important;
	border: 1px solid #e2e8f0 !important;
	border-radius: 8px !important;
	background: #ffffff !important;
	box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08) !important;
}

.asj-wallet .asj-wallet-notification-head {
	display: flex !important;
	align-items: flex-start !important;
	justify-content: space-between !important;
	gap: 14px !important;
	margin: 0 !important;
}

.asj-wallet-notification-head span,
.asj-wallet-notification-overview span,
.asj-wallet-notification-toolbar label span,
.asj-wallet-notification-panel-head span {
	display: block;
	color: #64748b;
	font-size: 12px;
	font-weight: 950;
	line-height: 1.45;
}

.asj-wallet .asj-wallet-notification-head h3 {
	margin: 4px 0 5px !important;
	color: #111827 !important;
	font-size: 26px !important;
	line-height: 1.25 !important;
}

.asj-wallet-notification-head p {
	max-width: 700px;
	margin: 0;
	color: #475569;
	font-weight: 800;
	line-height: 1.7;
}

.asj-wallet-notification-head__actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 8px;
	flex-wrap: wrap;
}

.asj-wallet-notification-head__actions > a,
.asj-wallet .asj-wallet-notification-clear button,
.asj-wallet-notification-toolbar__meta button {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 7px !important;
	min-height: 40px !important;
	padding: 0 14px !important;
	border: 1px solid #cbd5e1 !important;
	border-radius: 8px !important;
	background: #ffffff !important;
	color: #0f172a !important;
	text-decoration: none !important;
	font-size: 13px !important;
	font-weight: 950 !important;
	cursor: pointer !important;
}

.asj-wallet-notification-head__actions > a {
	border-color: #1d4ed8 !important;
	background: #1d4ed8 !important;
	color: #ffffff !important;
}

.asj-wallet .asj-wallet-notification-clear button {
	border-color: #fecaca !important;
	background: #fff7ed !important;
	color: #991b1b !important;
}

.asj-wallet-notification-overview {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px;
}

.asj-wallet-notification-overview > div {
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr);
	gap: 5px 10px;
	align-items: center;
	min-width: 0;
	padding: 12px;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	background: #f8fafc;
}

.asj-wallet-notification-overview i {
	display: flex;
	grid-row: span 3;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 8px;
	background: #eff6ff;
	color: #1d4ed8;
}

.asj-wallet-notification-overview strong {
	color: #111827;
	font-size: 18px;
	font-weight: 950;
	line-height: 1.3;
	overflow-wrap: anywhere;
}

.asj-wallet-notification-overview small {
	color: #64748b;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.5;
}

.asj-wallet-notification-toolbar {
	display: grid;
	grid-template-columns: minmax(220px, 1.2fr) minmax(150px, 0.7fr) minmax(170px, 0.8fr) minmax(130px, auto);
	align-items: end;
	gap: 10px;
	padding: 12px;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	background: #f8fafc;
}

.asj-wallet-notification-toolbar label,
.asj-wallet-notification-toolbar__meta {
	display: grid;
	gap: 6px;
	min-width: 0;
}

.asj-wallet-notification-toolbar input,
.asj-wallet-notification-toolbar select {
	width: 100%;
	min-height: 42px;
	padding: 0 12px;
	border: 1px solid #cbd5e1;
	border-radius: 8px;
	background: #ffffff;
	color: #111827;
	box-shadow: none;
	font-weight: 900;
}

.asj-wallet-notification-toolbar__meta span {
	color: #475569;
	font-size: 12px;
	font-weight: 900;
	text-align: center;
}

.asj-wallet-notification-layout {
	display: grid;
	grid-template-columns: minmax(290px, 0.38fr) minmax(0, 1fr);
	gap: 14px;
	align-items: start;
}

.asj-wallet-notification-side,
.asj-wallet-notification-main {
	min-width: 0;
}

.asj-wallet-notification-side,
.asj-wallet-notification-main,
.asj-wallet-notification-focus,
.asj-wallet-notification-guide {
	display: grid;
	gap: 12px;
}

.asj-wallet-notification-focus,
.asj-wallet-notification-guide,
.asj-wallet-notification-filter-empty {
	padding: 14px;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	background: #ffffff;
	box-shadow: 0 14px 32px rgba(15, 23, 42, 0.06);
}

.asj-wallet-notification-panel-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.asj-wallet-notification-panel-head h4 {
	margin: 3px 0 0;
	color: #111827;
	font-size: 17px;
	line-height: 1.35;
}

.asj-wallet-notification-panel-head > strong {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 32px;
	padding: 0 10px;
	border-radius: 8px;
	background: #eff6ff;
	color: #1d4ed8;
	font-size: 12px;
	font-weight: 950;
}

.asj-wallet-notification-focus a,
.asj-wallet-notification-guide > div {
	display: grid;
	grid-template-columns: 40px minmax(0, 1fr);
	align-items: center;
	gap: 8px 10px;
	padding: 10px;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	background: #ffffff;
	color: #111827;
	text-decoration: none;
}

.asj-wallet-notification-focus i,
.asj-wallet-notification-guide i {
	display: flex;
	grid-row: span 2;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 8px;
	background: #eff6ff;
	color: #1d4ed8;
	font-style: normal;
	font-weight: 950;
}

.asj-wallet-notification-focus i.is-withdraw,
.asj-wallet-notification-focus i.is-payment {
	background: #fff7ed;
	color: #c2410c;
}

.asj-wallet-notification-focus i.is-topup,
.asj-wallet-notification-focus i.is-transfer {
	background: #f0fdf4;
	color: #15803d;
}

.asj-wallet-notification-focus strong,
.asj-wallet-notification-guide strong {
	display: block;
	color: #111827;
	font-size: 14px;
	font-weight: 950;
}

.asj-wallet-notification-focus small,
.asj-wallet-notification-guide small {
	display: block;
	margin-top: 2px;
	color: #64748b;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.5;
}

.asj-wallet-notification-focus b {
	grid-column: 2;
	color: #334155;
	font-size: 12px;
	font-weight: 950;
}

.asj-wallet-notification-empty-side,
.asj-wallet-notification-filter-empty {
	display: grid;
	gap: 4px;
	border-style: dashed;
	background: #f8fafc;
	color: #475569;
	font-weight: 850;
}

.asj-wallet-notification-filter-empty[hidden],
.asj-wallet-notification-group[hidden],
.asj-wallet-feed-item[hidden] {
	display: none !important;
}

.asj-wallet .asj-wallet-notification-summary {
	display: grid !important;
	grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
	gap: 10px !important;
	margin: 0 !important;
}

.asj-wallet .asj-wallet-notification-status-card {
	display: grid !important;
	gap: 5px !important;
	min-width: 0 !important;
	min-height: 78px !important;
	padding: 12px !important;
	border: 1px solid #e2e8f0 !important;
	border-radius: 8px !important;
	background: #ffffff !important;
	color: #111827 !important;
	text-align: start !important;
	box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04) !important;
	cursor: pointer;
}

.asj-wallet .asj-wallet-notification-status-card.is-active {
	border-color: #1d4ed8 !important;
	background: #eff6ff !important;
}

.asj-wallet .asj-wallet-notification-status-card span {
	color: #64748b !important;
	font-size: 12px !important;
	font-weight: 950 !important;
}

.asj-wallet .asj-wallet-notification-status-card strong {
	color: #111827 !important;
	font-size: 22px !important;
	font-weight: 950 !important;
}

.asj-wallet .asj-wallet-notification-groups {
	display: grid !important;
	gap: 12px !important;
	margin: 0 !important;
}

.asj-wallet .asj-wallet-notification-group {
	border: 1px solid #e2e8f0 !important;
	border-radius: 8px !important;
	background: #ffffff !important;
	box-shadow: 0 14px 32px rgba(15, 23, 42, 0.06) !important;
	overflow: hidden;
}

.asj-wallet .asj-wallet-notification-group__head {
	display: grid !important;
	grid-template-columns: 42px minmax(0, 1fr) auto !important;
	align-items: center !important;
	gap: 10px !important;
	padding: 12px !important;
	border-bottom: 1px solid #e2e8f0 !important;
	background: #f8fafc !important;
}

.asj-wallet .asj-wallet-notification-group__head > span {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 42px !important;
	height: 42px !important;
	border-radius: 8px !important;
	background: #eff6ff !important;
	color: #1d4ed8 !important;
	font-weight: 950 !important;
}

.asj-wallet .asj-wallet-notification-group__head h4 {
	margin: 0 0 3px !important;
	color: #111827 !important;
	font-size: 16px !important;
}

.asj-wallet .asj-wallet-notification-group__head small {
	color: #64748b !important;
	font-size: 12px !important;
	font-weight: 800 !important;
	line-height: 1.5 !important;
}

.asj-wallet .asj-wallet-notification-group__head b {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	min-width: 34px !important;
	height: 34px !important;
	padding: 0 10px !important;
	border-radius: 8px !important;
	background: #ffffff !important;
	color: #111827 !important;
	font-weight: 950 !important;
}

.asj-wallet .asj-wallet-notification-group .asj-wallet-feed-list {
	display: grid !important;
	gap: 0 !important;
	padding: 0 !important;
}

.asj-wallet .asj-wallet-notification-group .asj-wallet-feed-item {
	display: grid !important;
	grid-template-columns: 42px minmax(0, 1fr) auto !important;
	align-items: center !important;
	gap: 10px !important;
	padding: 12px !important;
	border-bottom: 1px solid #eef2f7 !important;
}

.asj-wallet .asj-wallet-notification-group .asj-wallet-feed-item:last-child {
	border-bottom: 0 !important;
}

.asj-wallet .asj-wallet-notification-group .asj-wallet-feed-item > i {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 42px !important;
	height: 42px !important;
	border-radius: 8px !important;
	font-style: normal !important;
	font-weight: 950 !important;
}

.asj-wallet .asj-wallet-notification-group .asj-wallet-feed-item strong,
.asj-wallet .asj-wallet-notification-group .asj-wallet-feed-item span,
.asj-wallet .asj-wallet-notification-group .asj-wallet-feed-item small,
.asj-wallet .asj-wallet-notification-group .asj-wallet-feed-item em {
	display: block !important;
	min-width: 0 !important;
	overflow-wrap: anywhere !important;
}

.asj-wallet .asj-wallet-notification-group .asj-wallet-feed-item strong {
	color: #111827 !important;
	font-size: 14px !important;
	font-weight: 950 !important;
}

.asj-wallet .asj-wallet-notification-group .asj-wallet-feed-item span {
	margin-top: 2px !important;
	font-size: 13px !important;
	font-weight: 950 !important;
}

.asj-wallet .asj-wallet-notification-group .asj-wallet-feed-item small,
.asj-wallet .asj-wallet-notification-group .asj-wallet-feed-item em {
	margin-top: 2px !important;
	color: #64748b !important;
	font-size: 12px !important;
	font-style: normal !important;
	font-weight: 800 !important;
}

.asj-wallet .asj-wallet-notification-delete {
	margin: 0 !important;
}

.asj-wallet .asj-wallet-notification-delete button {
	min-height: 34px !important;
	padding: 0 10px !important;
	border: 1px solid #fecaca !important;
	border-radius: 8px !important;
	background: #fff7ed !important;
	color: #991b1b !important;
	font-size: 12px !important;
	font-weight: 950 !important;
	cursor: pointer !important;
}

@media (max-width: 1180px) {
	.asj-wallet-notification-overview {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.asj-wallet-notification-layout,
	.asj-wallet-notification-toolbar {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 760px) {
	.asj-wallet .asj-wallet-notification-head,
	.asj-wallet-notification-head__actions,
	.asj-wallet-notification-overview,
	.asj-wallet .asj-wallet-notification-summary,
	.asj-wallet .asj-wallet-notification-group__head,
	.asj-wallet .asj-wallet-notification-group .asj-wallet-feed-item {
		display: grid !important;
		grid-template-columns: 1fr !important;
	}

	.asj-wallet-notification-head__actions > a,
	.asj-wallet .asj-wallet-notification-clear button {
		width: 100% !important;
	}

	.asj-wallet .asj-wallet-notification-delete {
		justify-self: start;
	}
}

.asj-wallet .asj-wallet-settings-page {
	display: grid !important;
	gap: 16px !important;
	padding: 18px !important;
	border: 1px solid #e2e8f0 !important;
	border-radius: 8px !important;
	background: #f8fafc !important;
	color: #111827 !important;
	box-shadow: none !important;
}

.asj-wallet-settings-head {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: start;
	gap: 14px;
	padding: 16px;
	border: 1px solid #dbeafe;
	border-radius: 8px;
	background: #ffffff;
}

.asj-wallet-settings-head span,
.asj-wallet-settings-overview span,
.asj-wallet-settings-panel-head span,
.asj-wallet-settings-identity span,
.asj-wallet-settings-progress span,
.asj-wallet-settings-debt span {
	display: block;
	color: #64748b;
	font-size: 12px;
	font-weight: 900;
	line-height: 1.5;
}

.asj-wallet-settings-head h3,
.asj-wallet-settings-panel-head h4 {
	margin: 3px 0 0;
	color: #111827;
	font-weight: 950;
	letter-spacing: 0;
}

.asj-wallet-settings-head h3 {
	font-size: 24px;
}

.asj-wallet-settings-head p {
	max-width: 760px;
	margin: 7px 0 0;
	color: #475569;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.8;
}

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

.asj-wallet-settings-status.is-active {
	background: #ecfdf5;
	color: #047857;
}

.asj-wallet-settings-status.is-pending {
	background: #fff7ed;
	color: #c2410c;
}

.asj-wallet-settings-status.is-frozen {
	background: #fef2f2;
	color: #b91c1c;
}

.asj-wallet-settings-status.is-muted {
	background: #f1f5f9;
	color: #475569;
}

.asj-wallet-settings-alert {
	display: grid;
	grid-template-columns: 44px minmax(0, 1fr);
	align-items: center;
	gap: 10px;
	padding: 12px;
	border: 1px solid #fed7aa;
	border-radius: 8px;
	background: #fff7ed;
	color: #9a3412;
}

.asj-wallet-settings-alert i,
.asj-wallet-settings-overview i,
.asj-wallet-settings-panel-head i,
.asj-wallet-settings-operations i,
.asj-wallet-settings-links i,
.asj-wallet-settings-safety i {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 8px;
	font-style: normal;
}

.asj-wallet-settings-alert i {
	background: #ffedd5;
}

.asj-wallet-settings-alert strong,
.asj-wallet-settings-alert span,
.asj-wallet-settings-security-note strong,
.asj-wallet-settings-security-note span {
	display: block;
	min-width: 0;
	overflow-wrap: anywhere;
}

.asj-wallet-settings-alert strong {
	font-size: 14px;
	font-weight: 950;
}

.asj-wallet-settings-alert span {
	margin-top: 2px;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.6;
}

.asj-wallet-settings-overview {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px;
}

.asj-wallet-settings-overview > div {
	display: grid;
	gap: 4px;
	min-width: 0;
	padding: 14px;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	background: #ffffff;
}

.asj-wallet-settings-overview i {
	margin-bottom: 4px;
	background: #eff6ff;
	color: #1d4ed8;
}

.asj-wallet-settings-overview strong {
	display: block;
	min-width: 0;
	color: #111827;
	font-size: 18px;
	font-weight: 950;
	overflow-wrap: anywhere;
}

.asj-wallet-settings-overview small {
	display: block;
	color: #64748b;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.5;
	overflow-wrap: anywhere;
}

.asj-wallet-settings-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 340px);
	gap: 14px;
	align-items: start;
}

.asj-wallet-settings-main,
.asj-wallet-settings-side {
	display: grid;
	gap: 14px;
	min-width: 0;
}

.asj-wallet-settings-panel {
	display: grid;
	gap: 12px;
	min-width: 0;
	padding: 14px;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	background: #ffffff;
}

.asj-wallet-settings-panel-head {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 10px;
}

.asj-wallet-settings-panel-head h4 {
	font-size: 17px;
}

.asj-wallet-settings-panel-head > i {
	background: #f1f5f9;
	color: #334155;
}

.asj-wallet-settings-identity {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}

.asj-wallet-settings-identity > div,
.asj-wallet-settings-debt > div {
	display: grid;
	gap: 4px;
	min-width: 0;
	padding: 12px;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	background: #f8fafc;
}

.asj-wallet-settings-identity > div.is-wide,
.asj-wallet-settings-identity > div.is-copy {
	grid-column: 1 / -1;
}

.asj-wallet-settings-identity > div.is-copy {
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
}

.asj-wallet-settings-identity > div.is-copy span,
.asj-wallet-settings-identity > div.is-copy strong {
	grid-column: 1;
}

.asj-wallet-settings-identity strong,
.asj-wallet-settings-debt strong {
	display: block;
	min-width: 0;
	color: #111827;
	font-size: 14px;
	font-weight: 950;
	line-height: 1.5;
	overflow-wrap: anywhere;
}

.asj-wallet-settings-identity button {
	grid-column: 2;
	grid-row: 1 / span 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border: 1px solid #bfdbfe;
	border-radius: 8px;
	background: #eff6ff;
	color: #1d4ed8;
	cursor: pointer;
}

.asj-wallet-settings-security-note {
	padding: 12px;
	border: 1px solid #bbf7d0;
	border-radius: 8px;
	background: #f0fdf4;
	color: #14532d;
}

.asj-wallet-settings-security-note strong {
	font-size: 14px;
	font-weight: 950;
}

.asj-wallet-settings-security-note span {
	margin-top: 2px;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.7;
}

.asj-wallet-settings-pin-form {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr)) auto;
	gap: 10px;
	align-items: end;
}

.asj-wallet-settings-pin-form label {
	display: grid;
	gap: 6px;
	min-width: 0;
	margin: 0;
	color: #475569;
	font-size: 12px;
	font-weight: 900;
}

.asj-wallet-settings-pin-form input {
	width: 100%;
	min-height: 42px;
	padding: 0 12px;
	border: 1px solid #cbd5e1;
	border-radius: 8px;
	background: #ffffff;
	color: #111827;
	font-size: 16px;
	font-weight: 900;
	text-align: center;
	letter-spacing: 0;
}

.asj-wallet-settings-pin-form button {
	min-height: 42px;
	padding: 0 14px;
	border: 0;
	border-radius: 8px;
	background: #111827;
	color: #ffffff;
	font-size: 13px;
	font-weight: 950;
	cursor: pointer;
	white-space: nowrap;
}

.asj-wallet-settings-progress {
	display: grid;
	gap: 8px;
	padding: 12px;
	border: 1px solid #dbeafe;
	border-radius: 8px;
	background: #eff6ff;
}

.asj-wallet-settings-progress > div {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}

.asj-wallet-settings-progress strong {
	color: #1d4ed8;
	font-size: 18px;
	font-weight: 950;
}

.asj-wallet-settings-progress em {
	display: block;
	width: 100%;
	height: 8px;
	border-radius: 8px;
	background: #dbeafe;
	overflow: hidden;
}

.asj-wallet-settings-progress b {
	display: block;
	height: 100%;
	border-radius: inherit;
	background: #1d4ed8;
}

.asj-wallet-settings-progress small {
	color: #334155;
	font-size: 12px;
	font-weight: 850;
	line-height: 1.5;
}

.asj-wallet-settings-operations {
	display: grid;
	gap: 8px;
}

.asj-wallet-settings-operations > div,
.asj-wallet-settings-links a,
.asj-wallet-settings-safety > div {
	display: grid;
	grid-template-columns: 40px minmax(0, 1fr) auto;
	align-items: center;
	gap: 10px;
	min-width: 0;
	padding: 10px;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	background: #ffffff;
	color: #111827;
	text-decoration: none;
}

.asj-wallet-settings-operations i {
	background: #f1f5f9;
	color: #334155;
}

.asj-wallet-settings-operations > div.is-enabled i,
.asj-wallet-settings-links a:hover i {
	background: #ecfdf5;
	color: #047857;
}

.asj-wallet-settings-operations > div.is-disabled {
	background: #f8fafc;
	color: #64748b;
}

.asj-wallet-settings-operations > div.is-disabled i {
	background: #fee2e2;
	color: #b91c1c;
}

.asj-wallet-settings-operations strong,
.asj-wallet-settings-links strong {
	display: block;
	color: #111827;
	font-size: 14px;
	font-weight: 950;
	overflow-wrap: anywhere;
}

.asj-wallet-settings-operations span,
.asj-wallet-settings-links small,
.asj-wallet-settings-safety span {
	display: block;
	min-width: 0;
	margin-top: 2px;
	color: #64748b;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.5;
	overflow-wrap: anywhere;
}

.asj-wallet-settings-operations b {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 28px;
	padding: 0 9px;
	border-radius: 8px;
	background: #ecfdf5;
	color: #047857;
	font-size: 11px;
	font-weight: 950;
	white-space: nowrap;
}

.asj-wallet-settings-operations > div.is-disabled b {
	background: #f1f5f9;
	color: #64748b;
}

.asj-wallet-settings-links {
	display: grid;
	gap: 8px;
}

.asj-wallet-settings-links a {
	grid-template-columns: 40px minmax(0, 1fr);
	transition: border-color 0.16s ease, background 0.16s ease;
}

.asj-wallet-settings-links a:hover {
	border-color: #bfdbfe;
	background: #f8fafc;
}

.asj-wallet-settings-links i {
	background: #eff6ff;
	color: #1d4ed8;
}

.asj-wallet-settings-safety {
	display: grid;
	gap: 8px;
}

.asj-wallet-settings-safety > div {
	grid-template-columns: 40px minmax(0, 1fr);
	background: #f8fafc;
}

.asj-wallet-settings-safety i {
	background: #fff7ed;
	color: #c2410c;
}

.asj-wallet-settings-debt {
	display: grid;
	gap: 8px;
}

.asj-wallet-settings-debt strong.is-negative {
	color: #b91c1c;
}

@media (max-width: 1180px) {
	.asj-wallet-settings-overview {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

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

@media (max-width: 760px) {
	.asj-wallet-settings-head,
	.asj-wallet-settings-overview,
	.asj-wallet-settings-identity,
	.asj-wallet-settings-pin-form,
	.asj-wallet-settings-operations > div {
		grid-template-columns: 1fr;
	}

	.asj-wallet-settings-head {
		padding: 14px;
	}

	.asj-wallet-settings-head h3 {
		font-size: 21px;
	}

	.asj-wallet-settings-status {
		justify-self: start;
	}

	.asj-wallet-settings-identity > div.is-wide,
	.asj-wallet-settings-identity > div.is-copy {
		grid-column: auto;
	}

	.asj-wallet-settings-identity > div.is-copy {
		grid-template-columns: minmax(0, 1fr) auto;
	}

	.asj-wallet-settings-pin-form button {
		width: 100%;
	}

	.asj-wallet-settings-operations b {
		justify-self: start;
	}
}
