.asj-wallet-customers-overview,
.asj-wallet-customers-alerts,
.asj-wallet-customers-search-card,
.asj-wallet-customers-list-card {
	box-sizing: border-box;
}

.asj-wallet-customers-overview {
	margin: 0 0 18px;
	padding: 22px;
	border: 1px solid #d9e2ec;
	border-radius: 8px;
	background: #ffffff;
	box-shadow: 0 10px 26px rgba(15, 23, 42, 0.06);
}

.asj-wallet-customers-overview__head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 18px;
}

.asj-wallet-customers-overview__head > div:first-child {
	max-width: 760px;
}

.asj-wallet-customers-overview__head span,
.asj-wallet-customer-head > div > span {
	display: inline-flex;
	margin-bottom: 6px;
	color: #0f766e;
	font-size: 12px;
	font-weight: 800;
}

.asj-wallet-customers-overview__head h2 {
	margin: 0 0 8px;
	color: #111827;
	font-size: 25px;
	line-height: 1.3;
}

.asj-wallet-customers-overview__head p {
	margin: 0;
	color: #52616f;
	font-size: 14px;
	line-height: 1.8;
}

.asj-wallet-customers-overview__actions,
.asj-wallet-customer-row-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: flex-end;
}

.asj-wallet-customers-kpis,
.asj-wallet-customers-shortcuts,
.asj-wallet-customers-row-summary {
	display: grid;
	gap: 12px;
}

.asj-wallet-customers-kpis {
	grid-template-columns: repeat(5, minmax(145px, 1fr));
}

.asj-wallet-customers-shortcuts,
.asj-wallet-customers-row-summary {
	grid-template-columns: repeat(6, minmax(125px, 1fr));
	margin-top: 16px;
}

.asj-wallet-customers-kpis > div,
.asj-wallet-customers-row-summary > div,
.asj-wallet-customers-shortcuts > a {
	min-width: 0;
	padding: 14px;
	border: 1px solid #d8dee8;
	border-radius: 8px;
	background: #f8fafc;
	text-decoration: none;
}

.asj-wallet-customers-shortcuts > a {
	transition: border-color 0.15s ease, background-color 0.15s ease, transform 0.15s ease;
}

.asj-wallet-customers-shortcuts > a:hover,
.asj-wallet-customers-shortcuts > a:focus {
	border-color: #0f766e;
	background: #ffffff;
	transform: translateY(-1px);
}

.asj-wallet-customers-kpis span,
.asj-wallet-customers-row-summary span,
.asj-wallet-customers-shortcuts span {
	display: block;
	margin-bottom: 6px;
	color: #64748b;
	font-size: 12px;
	font-weight: 700;
}

.asj-wallet-customers-kpis strong,
.asj-wallet-customers-row-summary strong,
.asj-wallet-customers-shortcuts strong {
	display: block;
	overflow-wrap: anywhere;
	color: #111827;
	font-size: 20px;
	line-height: 1.35;
}

.asj-wallet-customers-kpis small {
	display: block;
	margin-top: 6px;
	color: #6b7280;
	font-size: 12px;
	line-height: 1.5;
}

.asj-wallet-customers-alerts {
	display: grid;
	grid-template-columns: repeat(3, minmax(180px, 1fr));
	gap: 12px;
	margin: 0 0 18px;
}

.asj-wallet-customers-alerts > a {
	display: block;
	padding: 14px 16px;
	border: 1px solid #d8dee8;
	border-right-width: 4px;
	border-radius: 8px;
	background: #ffffff;
	text-decoration: none;
}

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

.asj-wallet-customers-alerts strong {
	margin-bottom: 5px;
	color: #111827;
	font-size: 14px;
}

.asj-wallet-customers-alerts span {
	color: #52616f;
	font-size: 13px;
	line-height: 1.6;
}

.asj-wallet-customers-alerts .is-warning {
	border-right-color: #d97706;
}

.asj-wallet-customers-alerts .is-info {
	border-right-color: #2563eb;
}

.asj-wallet-customers-alerts .is-danger {
	border-right-color: #dc2626;
}

.asj-wallet-customers-search-card .asj-wallet-customer-search {
	display: grid;
	grid-template-columns: minmax(260px, 1fr) auto;
	align-items: end;
	gap: 12px;
	margin-top: 14px;
}

.asj-wallet-customers-search-card .asj-wallet-customer-search label {
	margin: 0;
}

.asj-wallet-customers-search-card .asj-wallet-customer-search input[type="search"] {
	width: 100%;
	min-height: 40px;
}

.asj-wallet-customer-state {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 10px;
}

.asj-wallet-customer-status {
	display: inline-flex;
	align-items: center;
	min-height: 26px;
	padding: 3px 10px;
	border-radius: 999px;
	background: #eef2f7;
	color: #334155;
	font-size: 12px;
	font-weight: 800;
	white-space: nowrap;
}

.asj-wallet-customer-status.is-approved,
.asj-wallet-customer-status.is-open {
	background: #dcfce7;
	color: #166534;
}

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

.asj-wallet-customer-status.is-rejected,
.asj-wallet-customer-status.is-frozen {
	background: #fee2e2;
	color: #991b1b;
}

.asj-wallet-customers-list-card .asj-wallet-filters {
	margin-bottom: 16px;
}

.asj-wallet-customers-list-card .asj-wallet-table-scroll {
	margin-top: 14px;
	overflow-x: auto;
}

.asj-wallet-clients-table th,
.asj-wallet-clients-table td {
	vertical-align: middle;
	white-space: nowrap;
}

.asj-wallet-clients-table td:first-child {
	min-width: 210px;
	white-space: normal;
}

.asj-wallet-customer-row-actions .button {
	margin: 0;
}

@media (max-width: 1200px) {
	.asj-wallet-customers-kpis {
		grid-template-columns: repeat(3, minmax(150px, 1fr));
	}

	.asj-wallet-customers-shortcuts,
	.asj-wallet-customers-row-summary {
		grid-template-columns: repeat(3, minmax(150px, 1fr));
	}
}

@media (max-width: 782px) {
	.asj-wallet-customers-overview {
		padding: 16px;
	}

	.asj-wallet-customers-overview__head,
	.asj-wallet-customers-search-card .asj-wallet-customer-search {
		display: block;
	}

	.asj-wallet-customers-overview__actions,
	.asj-wallet-customer-row-actions {
		justify-content: stretch;
		margin-top: 12px;
	}

	.asj-wallet-customers-overview__actions .button,
	.asj-wallet-customer-row-actions .button {
		width: 100%;
		text-align: center;
	}

	.asj-wallet-customers-kpis,
	.asj-wallet-customers-shortcuts,
	.asj-wallet-customers-row-summary,
	.asj-wallet-customers-alerts {
		grid-template-columns: 1fr;
	}

	.asj-wallet-customers-search-card .asj-wallet-filter-actions {
		margin-top: 10px;
	}
}

.asj-wallet-admin-customers-modern {
	--asj-customers-ink: #151f34;
	--asj-customers-muted: #64748b;
	--asj-customers-line: #e3e8f2;
	--asj-customers-blue: #2f6df6;
	--asj-customers-purple: #6d3df5;
	--asj-customers-violet: #8b5cf6;
	--asj-customers-green: #22c55e;
	--asj-customers-orange: #f59e0b;
	--asj-customers-red: #ef4444;
	display: grid;
	gap: 18px;
	direction: rtl;
	color: var(--asj-customers-ink);
}

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

.asj-wallet-admin-customers-kpi,
.asj-wallet-admin-customers-filters,
.asj-wallet-admin-customers-panel {
	border: 1px solid var(--asj-customers-line);
	border-radius: 8px;
	background: #ffffff;
	box-shadow: 0 16px 36px rgba(15, 23, 42, .055);
}

.asj-wallet-admin-customers-kpi {
	display: grid;
	grid-template-columns: 54px minmax(0, 1fr);
	align-items: center;
	gap: 13px;
	min-height: 122px;
	padding: 18px;
}

.asj-wallet-admin-customers-kpi i {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #eef2ff;
	background: color-mix(in srgb, var(--asj-customers-accent, var(--asj-customers-blue)) 13%, #ffffff);
	color: var(--asj-customers-accent, var(--asj-customers-blue));
}

.asj-wallet-admin-customers-kpi i svg {
	width: 24px;
	height: 24px;
}

.asj-wallet-admin-customers-kpi.is-blue { --asj-customers-accent: var(--asj-customers-blue); }
.asj-wallet-admin-customers-kpi.is-purple { --asj-customers-accent: var(--asj-customers-purple); }
.asj-wallet-admin-customers-kpi.is-violet { --asj-customers-accent: var(--asj-customers-violet); }
.asj-wallet-admin-customers-kpi.is-green { --asj-customers-accent: var(--asj-customers-green); }
.asj-wallet-admin-customers-kpi.is-orange { --asj-customers-accent: var(--asj-customers-orange); }
.asj-wallet-admin-customers-kpi.is-red { --asj-customers-accent: var(--asj-customers-red); }

.asj-wallet-admin-customers-kpi span {
	display: block;
	margin-bottom: 8px;
	color: #334155;
	font-size: 13px;
	font-weight: 950;
}

.asj-wallet-admin-customers-kpi strong {
	display: block;
	color: var(--asj-customers-ink);
	font-size: clamp(23px, 1.6vw, 30px);
	line-height: 1.12;
	overflow-wrap: anywhere;
}

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

.asj-wallet-admin-customers-kpi em {
	font-style: normal;
	font-weight: 950;
}

.asj-wallet-admin-customers-kpi em.is-up { color: #16a34a; }
.asj-wallet-admin-customers-kpi em.is-down { color: #dc2626; }
.asj-wallet-admin-customers-kpi em.is-neutral { color: #64748b; }

.asj-wallet-admin-customers-filters {
	display: grid;
	grid-template-columns: minmax(240px, 1.5fr) repeat(5, minmax(130px, 1fr)) auto;
	gap: 12px;
	align-items: end;
	padding: 18px;
}

.asj-wallet-admin-customers-filters label {
	display: grid;
	gap: 7px;
	margin: 0;
	color: #334155;
	font-size: 12px;
	font-weight: 950;
}

.asj-wallet-admin-customers-filters input,
.asj-wallet-admin-customers-filters select {
	width: 100%;
	min-height: 42px;
	border: 1px solid #d8dee9 !important;
	border-radius: 7px !important;
	background: #ffffff !important;
	color: #172033 !important;
	box-shadow: none !important;
	font-weight: 850;
}

.asj-wallet-admin-customers-filters .is-search {
	position: relative;
	align-self: end;
}

.asj-wallet-admin-customers-filters .is-search input {
	padding-inline-end: 42px !important;
}

.asj-wallet-admin-customers-filters .is-search svg {
	position: absolute;
	inset-inline-end: 13px;
	bottom: 10px;
	width: 21px;
	height: 21px;
	color: #64748b;
	pointer-events: none;
}

.asj-wallet-admin-customers-filter-actions {
	display: flex;
	align-items: center;
	gap: 10px;
	min-height: 42px;
}

.asj-wallet-admin-customers-filter-actions button,
.asj-wallet-admin-customers-filter-actions a,
.asj-wallet-admin-customers-panel header > a,
.asj-wallet-admin-customers-more {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	min-height: 38px;
	padding: 0 13px;
	border: 1px solid #d8dee9;
	border-radius: 7px;
	background: #ffffff;
	color: #3152d4 !important;
	text-decoration: none !important;
	font-size: 13px;
	font-weight: 950;
	cursor: pointer;
}

.asj-wallet-admin-customers-filter-actions button {
	border-color: #e7ddff;
	background: #f6f2ff;
	color: #5b35d6 !important;
}

.asj-wallet-admin-customers-filter-actions button svg,
.asj-wallet-admin-customers-panel header > a svg {
	width: 18px;
	height: 18px;
}

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

.asj-wallet-admin-customers-main,
.asj-wallet-admin-customers-side {
	display: grid;
	gap: 18px;
}

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

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

.asj-wallet-admin-customers-panel h3 {
	margin: 0;
	color: var(--asj-customers-ink);
	font-size: 18px;
	font-weight: 950;
}

.asj-wallet-admin-customers-table-wrap {
	overflow-x: auto;
	border: 1px solid #edf2f7;
	border-radius: 8px;
}

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

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

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

.asj-wallet-admin-customers-table td {
	color: #172033;
	font-size: 13px;
	font-weight: 850;
}

.asj-wallet-admin-customers-person {
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr);
	align-items: center;
	gap: 10px;
	color: inherit !important;
	text-decoration: none !important;
}

.asj-wallet-admin-customers-person img,
.asj-wallet-admin-customers-recent img {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	object-fit: cover;
	box-shadow: 0 0 0 3px #f1f5f9;
}

.asj-wallet-admin-customers-person strong,
.asj-wallet-admin-customers-person small {
	display: block;
	line-height: 1.35;
}

.asj-wallet-admin-customers-person strong {
	color: #172033;
	font-weight: 950;
}

.asj-wallet-admin-customers-person small,
.asj-wallet-admin-customers-recent small,
.asj-wallet-admin-customers-notices small {
	color: #64748b;
	font-size: 11px;
	font-weight: 850;
}

.asj-wallet-admin-customers-table code {
	display: inline-block;
	padding: 6px 8px;
	border-radius: 7px;
	background: #f1f5f9;
	color: #172033;
	font-size: 12px;
	font-weight: 900;
}

.asj-wallet-admin-customers-kyc,
.asj-wallet-admin-customers-status {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 26px;
	padding: 3px 10px;
	border-radius: 7px;
	font-size: 12px;
	font-weight: 950;
	white-space: nowrap;
}

.asj-wallet-admin-customers-kyc.is-approved,
.asj-wallet-admin-customers-status.is-active {
	background: #dcfce7;
	color: #15803d;
}

.asj-wallet-admin-customers-kyc.is-pending,
.asj-wallet-admin-customers-status.is-frozen {
	background: #fff7ed;
	color: #c2410c;
}

.asj-wallet-admin-customers-kyc.is-rejected,
.asj-wallet-admin-customers-status.is-inactive {
	background: #fee2e2;
	color: #dc2626;
}

.asj-wallet-admin-customers-table .is-positive { color: #047857; font-weight: 950; }
.asj-wallet-admin-customers-table .is-negative { color: #dc2626; font-weight: 950; }

.asj-wallet-admin-customers-activity {
	display: inline-flex;
	flex-direction: row-reverse;
	align-items: center;
	gap: 8px;
	color: #475569;
	font-size: 12px;
	font-weight: 900;
}

.asj-wallet-admin-customers-activity b {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #22c55e;
}

.asj-wallet-admin-customers-actions a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 32px;
	border: 1px solid #dbe3ee;
	border-radius: 7px;
	background: #ffffff;
	color: #172033 !important;
	text-decoration: none !important;
	font-size: 18px;
	font-weight: 950;
	line-height: 1;
}

.asj-wallet-admin-customers-table-card footer {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto auto;
	align-items: center;
	gap: 12px;
	margin-top: 14px;
	color: #64748b;
	font-size: 12px;
	font-weight: 850;
}

.asj-wallet-admin-customers-table-card footer nav {
	display: flex;
	align-items: center;
	gap: 6px;
}

.asj-wallet-admin-customers-table-card footer nav a,
.asj-wallet-admin-customers-table-card footer nav span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 30px;
	height: 30px;
	border-radius: 7px;
	color: #334155 !important;
	text-decoration: none !important;
	font-weight: 950;
}

.asj-wallet-admin-customers-table-card footer nav a.is-current {
	background: linear-gradient(135deg, #6236ff, #6d3df5);
	color: #ffffff !important;
	box-shadow: 0 10px 20px rgba(98, 54, 255, .22);
}

.asj-wallet-admin-customers-table-card footer label {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0;
}

.asj-wallet-admin-customers-table-card footer select {
	min-height: 34px;
	border: 1px solid #d8dee9;
	border-radius: 7px;
}

.asj-wallet-admin-customers-recent > div,
.asj-wallet-admin-customers-notices > div {
	display: grid;
	gap: 12px;
}

.asj-wallet-admin-customers-recent a:not(.asj-wallet-admin-customers-more) {
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr) 8px;
	align-items: center;
	gap: 10px;
	min-height: 58px;
	color: inherit !important;
	text-decoration: none !important;
}

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

.asj-wallet-admin-customers-recent b,
.asj-wallet-admin-customers-notices header svg {
	color: #334155;
}

.asj-wallet-admin-customers-recent b {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #22c55e;
}

.asj-wallet-admin-customers-notices header svg {
	width: 22px;
	height: 22px;
}

.asj-wallet-admin-customers-notices a:not(.asj-wallet-admin-customers-more) {
	display: grid;
	grid-template-columns: 40px minmax(0, 1fr) auto;
	align-items: center;
	gap: 10px;
	min-height: 60px;
	padding: 10px;
	border: 1px solid #edf2f7;
	border-radius: 8px;
	background: #fbfdff;
	color: inherit !important;
	text-decoration: none !important;
}

.asj-wallet-admin-customers-notices i {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 8px;
	background: #eff6ff;
	color: #2563eb;
}

.asj-wallet-admin-customers-notices a.is-orange i { background: #fff7ed; color: #f97316; }
.asj-wallet-admin-customers-notices a.is-red i { background: #fee2e2; color: #ef4444; }
.asj-wallet-admin-customers-notices a.is-purple i { background: #f5f3ff; color: #7c3aed; }

.asj-wallet-admin-customers-notices strong {
	display: block;
	color: #172033;
	font-size: 13px;
	font-weight: 950;
}

.asj-wallet-admin-customers-notices em {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 28px;
	height: 24px;
	border-radius: 999px;
	background: #eef2ff;
	color: #3152d4;
	font-style: normal;
	font-size: 12px;
	font-weight: 950;
}

.asj-wallet-admin-customers-more {
	margin-top: 12px;
	width: 100%;
	border-color: #edf2f7;
	background: #ffffff;
}

.asj-wallet-admin-customers-modern .asj-wallet-customer-panel {
	margin-top: 0;
	border-radius: 8px;
}

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

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

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

	.asj-wallet-admin-customers-filters {
		grid-template-columns: repeat(3, minmax(160px, 1fr));
	}
}

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

	.asj-wallet-admin-customers-kpi {
		grid-template-columns: 50px minmax(0, 1fr);
		min-height: 0;
	}
}

@media (max-width: 620px) {
	.asj-wallet-admin-customers-kpi,
	.asj-wallet-admin-customers-filters,
	.asj-wallet-admin-customers-panel {
		padding: 13px;
	}

	.asj-wallet-admin-customers-panel > header,
	.asj-wallet-admin-customers-table-card footer {
		display: grid;
		grid-template-columns: 1fr;
	}

	.asj-wallet-admin-customers-filter-actions {
		display: grid;
	}

	.asj-wallet-admin-customers-filter-actions button,
	.asj-wallet-admin-customers-filter-actions a,
	.asj-wallet-admin-customers-panel header > a {
		width: 100%;
	}
}
