.logo-text {
	display: inline-flex;
	align-items: center;
	font-size: 1.05rem;
	font-weight: 800;
	letter-spacing: -0.02em;
	color: #111c2d;
}

.left-sidebar .logo-text {
	color: #111c2d;
	max-width: 180px;
	line-height: 1.15;
}

.left-sidebar {
	top: 0 !important;
}

.left-sidebar .scroll-sidebar {
	height: calc(100vh - 70px) !important;
}

.app-header {
	top: 0 !important;
}

.body-wrapper .container-fluid,
.body-wrapper .container-sm,
.body-wrapper .container-md,
.body-wrapper .container-lg,
.body-wrapper .container-xl,
.body-wrapper .container-xxl {
	padding-top: 96px !important;
}

.page-title {
	font-size: 1.3rem;
	font-weight: 700;
	color: #111c2d;
}

.form-label--required::after {
	content: " *";
	color: #dc3545;
	font-weight: 700;
}

.header-page-copy {
	padding-left: 1rem;
}

.user-chip {
	display: inline-flex;
	align-items: center;
	gap: 0.75rem;
}

.user-chip--link {
	display: inline-flex !important;
	align-items: center;
	padding: 0 !important;
}

.user-chip__avatar {
	width: 38px;
	height: 38px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(135deg, #5d87ff 0%, #49beff 100%);
	color: #fff;
	font-weight: 700;
}

.user-chip__content {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	line-height: 1.15;
}

.user-chip__meta {
	font-size: 0.78rem;
	color: #6c7c96;
}

.profile-avatar {
	width: 52px;
	height: 52px;
	font-size: 1.1rem;
}

.profile-summary {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.profile-summary__item {
	padding: 0.95rem 1rem;
	border-radius: 14px;
	background: #f8fbff;
	border: 1px solid #e6eefb;
}

.profile-summary__label {
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #5d87ff;
	margin-bottom: 0.35rem;
}

.profile-summary__value {
	font-weight: 600;
	color: #111c2d;
	word-break: break-word;
}

.section-hero {
	background: linear-gradient(135deg, #5d87ff 0%, #49beff 100%);
	border-radius: 16px;
	padding: 1.5rem;
	color: #fff;
	margin-bottom: 1.5rem;
}

.section-hero p {
	margin-bottom: 0;
	color: rgba(255, 255, 255, 0.82);
}

.dashboard-hero {
	position: relative;
	overflow: hidden;
	border-radius: 24px;
	padding: 1.75rem;
	margin-bottom: 1.5rem;
	box-shadow: 0 20px 60px rgba(17, 28, 45, 0.14);
}

.dashboard-hero::before {
	content: "";
	position: absolute;
	inset: auto -10% -45% auto;
	width: 260px;
	height: 260px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.12);
	filter: blur(8px);
}

.dashboard-hero--admin {
	background:
		radial-gradient(circle at top right, rgba(255, 255, 255, 0.22), transparent 28%),
		linear-gradient(135deg, #111c2d 0%, #22426a 45%, #2f8fe8 100%);
	color: #fff;
}

.dashboard-hero--personal {
	background:
		radial-gradient(circle at top right, rgba(255, 255, 255, 0.28), transparent 30%),
		linear-gradient(135deg, #2843c4 0%, #4a7dff 48%, #37bbff 100%);
	color: #fff;
}

.dashboard-hero__eyebrow {
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.72);
	margin-bottom: 0.85rem;
}

.dashboard-hero__title {
	font-size: 2.15rem;
	font-weight: 800;
	letter-spacing: -0.03em;
	margin-bottom: 0.85rem;
	color: inherit;
}

.dashboard-hero__copy {
	max-width: 38rem;
	font-size: 1rem;
	color: rgba(255, 255, 255, 0.82);
	margin-bottom: 0;
}

.dashboard-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-top: 1.35rem;
}

.dashboard-mini-card {
	position: relative;
	z-index: 1;
	height: 100%;
	padding: 1.1rem 1.15rem;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.16);
	backdrop-filter: blur(6px);
}

.dashboard-mini-card__label {
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.68);
	margin-bottom: 0.8rem;
}

.dashboard-mini-card__value {
	font-size: 1.7rem;
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1.05;
	color: #fff;
	margin-bottom: 0.45rem;
}

.dashboard-mini-card__meta {
	font-size: 0.86rem;
	color: rgba(255, 255, 255, 0.8);
}

.card-app {
	border: 0;
	box-shadow: 0 8px 30px rgba(90, 114, 123, 0.08);
}

.blank-state {
	min-height: 360px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	border: 1px dashed rgba(93, 135, 255, 0.3);
	border-radius: 12px;
	background: #f8fbff;
}

.blank-state--compact {
	min-height: 220px;
}

.blank-state__eyebrow {
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: #5d87ff;
	margin-bottom: 0.75rem;
}

.blank-state__title {
	font-size: 2rem;
	font-weight: 700;
	color: #111c2d;
	margin-bottom: 0.75rem;
}

.blank-state__copy {
	max-width: 42rem;
	margin: 0;
	color: #5a6a85;
}

.stat-card {
	border: 1px solid rgba(223, 229, 239, 0.85);
}

.stat-card__label {
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #5d87ff;
	margin-bottom: 0.9rem;
}

.stat-card__value {
	font-size: 1.9rem;
	font-weight: 800;
	color: #111c2d;
	line-height: 1;
	margin-bottom: 0.65rem;
}

.stat-card__meta {
	color: #6c7c96;
	font-size: 0.9rem;
}

.dashboard-kpi-card {
	border: 1px solid rgba(223, 229, 239, 0.9);
}

.dashboard-kpi-card__top {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 0.25rem;
}

.dashboard-kpi-card__icon {
	flex-shrink: 0;
	width: 48px;
	height: 48px;
	border-radius: 14px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 1.25rem;
}

.dashboard-kpi-card__icon--primary {
	background: rgba(93, 135, 255, 0.14);
	color: #4f77f3;
}

.dashboard-kpi-card__icon--success {
	background: rgba(19, 222, 185, 0.16);
	color: #0d9b7f;
}

.dashboard-kpi-card__icon--warning {
	background: rgba(255, 174, 31, 0.18);
	color: #a96c00;
}

.dashboard-kpi-card__icon--info {
	background: rgba(73, 190, 255, 0.16);
	color: #1492cf;
}

.summary-box {
	background: linear-gradient(180deg, #f8fbff 0%, #f4f8ff 100%);
	border: 1px solid rgba(93, 135, 255, 0.16);
	border-radius: 16px;
	padding: 1.25rem 1.35rem;
}

.summary-box__label {
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #5d87ff;
	margin-bottom: 0.8rem;
}

.summary-box__value {
	font-size: 1.85rem;
	font-weight: 800;
	color: #111c2d;
	margin-bottom: 0.5rem;
}

.summary-box__meta {
	color: #5a6a85;
}

.soft-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.38rem 0.7rem;
	border-radius: 999px;
	font-size: 0.73rem;
	font-weight: 700;
	line-height: 1;
}

.soft-badge--primary {
	background: rgba(93, 135, 255, 0.13);
	color: #4f77f3;
}

.soft-badge--info {
	background: rgba(73, 190, 255, 0.15);
	color: #1492cf;
}

.soft-badge--success {
	background: rgba(19, 222, 185, 0.16);
	color: #0d9b7f;
}

.soft-badge--warning {
	background: rgba(255, 174, 31, 0.16);
	color: #b67600;
}

.soft-badge--muted {
	background: rgba(90, 106, 133, 0.12);
	color: #5a6a85;
}

.service-pill {
	display: inline-flex;
	align-items: center;
	padding: 0.55rem 0.8rem;
	border-radius: 999px;
	background: #f6f9fc;
	border: 1px solid #e4ebf3;
	color: #23304a;
	font-size: 0.84rem;
}

.payout-history-card {
	border: 1px solid rgba(223, 229, 239, 0.85);
	border-radius: 18px;
	padding: 1.5rem;
	background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}

.dashboard-list {
	display: flex;
	flex-direction: column;
	gap: 0.9rem;
}

.dashboard-list__item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 0.95rem 1rem;
	border: 1px solid #e7edf5;
	border-radius: 16px;
	background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}

.dashboard-list__content {
	min-width: 0;
}

.dashboard-list__value {
	flex-shrink: 0;
	text-align: right;
}

.dashboard-meter-list {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.dashboard-meter {
	padding: 1rem 1.05rem;
	border-radius: 16px;
	background: #f8fbff;
	border: 1px solid #e6eefb;
}

.dashboard-meter__progress {
	height: 0.5rem;
	border-radius: 999px;
	background: rgba(93, 135, 255, 0.12);
}

.dashboard-meter__progress .progress-bar {
	border-radius: 999px;
	background: linear-gradient(90deg, #5d87ff 0%, #49beff 100%);
}

.report-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 0.85rem;
}

.report-tab-link {
	display: inline-flex;
	align-items: center;
	gap: 0.6rem;
	padding: 0.85rem 1rem;
	border-radius: 14px;
	border: 1px solid #dfe8f5;
	background: #fff;
	color: #23304a;
	font-weight: 700;
	text-decoration: none;
	transition: all 0.2s ease;
}

.report-tab-link:hover {
	border-color: #bfd4ff;
	color: #3157d7;
}

.report-tab-link.active {
	background: linear-gradient(135deg, #5d87ff 0%, #49beff 100%);
	border-color: transparent;
	color: #fff;
	box-shadow: 0 16px 35px rgba(93, 135, 255, 0.2);
}

.report-filter-card {
	border: 1px solid rgba(93, 135, 255, 0.14);
	background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.report-kpi-grid .stat-card__value {
	font-size: 1.55rem;
}

.report-kpi-grid .stat-card__meta {
	font-size: 0.84rem;
}

.report-chart-card {
	border: 1px solid rgba(223, 229, 239, 0.9);
}

.report-chart-wrap {
	position: relative;
	height: 340px;
}

.report-chart-wrap--small {
	height: 270px;
}

.report-legend {
	display: flex;
	flex-direction: column;
	gap: 0.65rem;
}

.report-legend__item {
	padding: 0.8rem 0.9rem;
	border-radius: 14px;
	background: #f8fbff;
	border: 1px solid #e6eefb;
}

.report-spotlight {
	padding: 1.25rem;
	border-radius: 18px;
	background: linear-gradient(135deg, #111c2d 0%, #22426a 50%, #2f8fe8 100%);
	color: #fff;
}

.report-spotlight__title {
	font-size: 1.35rem;
	font-weight: 800;
	margin-bottom: 0.55rem;
}

.report-spotlight__meta {
	color: rgba(255, 255, 255, 0.82);
	margin-top: 0.3rem;
}

.auth-modernize {
	background:
		radial-gradient(circle at top left, rgba(93, 135, 255, 0.3), transparent 24%),
		linear-gradient(135deg, #eff4ff 0%, #f7f9fc 48%, #eef7ff 100%);
}

.login-showcase {
	background: linear-gradient(180deg, #5d87ff 0%, #3f63d7 100%);
	padding: 3rem;
	align-items: center;
}

.login-demo-box {
	padding: 1.25rem;
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.14);
}

.permission-table th,
.permission-table td {
	vertical-align: middle;
}

.profile-list .list-group-item {
	border-radius: 12px;
	margin-bottom: 0.5rem;
}

.datatable-users td,
.datatable-users th,
.datatable-services td,
.datatable-services th,
.datatable-payouts td,
.datatable-payouts th {
	white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_filter input,
div.dataTables_wrapper div.dataTables_length select {
	border: 1px solid #dfe5ef;
	border-radius: 7px;
	padding: 0.375rem 0.75rem;
}

div.dataTables_wrapper div.dataTables_filter input {
	margin-left: 0.5rem;
}

@media (max-width: 991.98px) {
	.left-sidebar .scroll-sidebar {
		height: calc(100vh - 70px) !important;
	}

	.body-wrapper .container-fluid,
	.body-wrapper .container-sm,
	.body-wrapper .container-md,
	.body-wrapper .container-lg,
	.body-wrapper .container-xl,
	.body-wrapper .container-xxl {
		padding-top: 96px !important;
	}

	.header-page-copy {
		display: none;
	}

	.dashboard-hero {
		padding: 1.35rem;
	}

	.dashboard-hero__title {
		font-size: 1.75rem;
	}

	.dashboard-list__item {
		align-items: flex-start;
		flex-direction: column;
	}

	.dashboard-list__value {
		text-align: left;
	}

	.report-chart-wrap {
		height: 280px;
	}

	.report-chart-wrap--small {
		height: 240px;
	}
}
