body {
	background-color: #f4f6f9;
	overflow-x: hidden;
}

.login-body {
	min-height: 100vh;
	background: linear-gradient(135deg, #0d6efd 0%, #084298 100%);
}

.login-card {
	border-radius: 14px;
}

/* Admin & Ortu layout */
.app-sidebar {
	min-height: 100vh;
	background-color: #0d1b2a;
	color: #fff;
	width: 240px;
}

.app-sidebar a {
	color: #cbd5e1;
	text-decoration: none;
}

.app-sidebar a.active,
.app-sidebar a:hover {
	color: #fff;
	background-color: rgba(255, 255, 255, 0.08);
}

.app-sidebar .nav-link {
	padding: 0.6rem 1rem;
	border-radius: 6px;
	margin: 2px 8px;
}

.app-main {
	flex: 1;
	min-width: 0;
}

.app-topbar {
	background-color: #fff;
	border-bottom: 1px solid #e5e7eb;
}

.sidebar-toggle-btn {
	display: none;
	border: none;
	background: transparent;
	font-size: 1.25rem;
	padding: 0.25rem 0.5rem;
	color: #0d1b2a;
}

.sidebar-backdrop {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 1040;
}

.sidebar-backdrop.show {
	display: block;
}

@media (max-width: 991.98px) {
	.app-sidebar {
		position: fixed;
		top: 0;
		left: -260px;
		bottom: 0;
		height: auto;
		z-index: 1050;
		overflow-y: auto;
		transition: left 0.25s ease;
	}

	.app-sidebar.show {
		left: 0;
	}

	.sidebar-toggle-btn {
		display: inline-flex;
		align-items: center;
	}

	.app-topbar h5 {
		font-size: 1rem;
	}

	.app-topbar .text-end small {
		display: none;
	}

	.p-4 {
		padding: 1rem !important;
	}
}

.card-stat {
	border: none;
	border-radius: 12px;
}

.table-responsive-wrap {
	overflow-x: auto;
}
