﻿* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
	background-color: #f8fafc;
	color: #334155;
	line-height: 1.6;
}

.app-container {
	display: flex;
	min-height: 100vh;
}

/* Sidebar Styles */
.sidebar {
	width: 260px;
	background-color: #ffffff;
	border-right: 1px solid #e2e8f0;
	display: flex;
	flex-direction: column;
	position: fixed;
	height: 100vh;
	overflow-y: auto;
}

.sidebar-header {
	padding: 1.5rem;
	border-bottom: 1px solid #e2e8f0;
	display: flex;
	align-items: center;
	gap: 0.75rem;
}

.sidebar-icon {
	color: #10b981;
	font-size: 1.5rem;
}

.sidebar-header h2 {
	font-size: 1.25rem;
	font-weight: 600;
	color: #1f2937;
}

.sidebar-nav {
	flex: 1;
	padding: 1rem 0;
}

.nav-item {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	padding: 0.75rem 1.5rem;
	color: #64748b;
	text-decoration: none;
	transition: all 0.2s ease;
	border-left: 3px solid transparent;
}

	.nav-item:hover {
		background-color: #f1f5f9;
		color: #334155;
	}

	.nav-item.active {
		background-color: #dcfce7;
		color: #166534;
		border-left-color: #10b981;
	}

	.nav-item i {
		width: 1.25rem;
		text-align: center;
	}

.sidebar-footer {
	padding: 1rem 0;
	border-top: 1px solid #e2e8f0;
}

.logout {
	color: #dc2626 !important;
}

	.logout:hover {
		background-color: #fef2f2 !important;
	}

/* Main Content Styles */
.main-content {
	flex: 1;
	margin-left: 260px;
	display: flex;
	flex-direction: column;
}

.main-header {
	background-color: #ffffff;
	padding: 1.5rem 2rem;
	border-bottom: 1px solid #e2e8f0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

	.main-header h1 {
		font-size: 1.875rem;
		font-weight: 600;
		color: #1f2937;
	}

.user-profile {
	display: flex;
	align-items: center;
}

.avatar {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	object-fit: cover;
}

/* Dashboard Content */
.dashboard-content {
	padding: 2rem;
	flex: 1;
}

.dashboard-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1.5rem;
	max-width: 1200px;
}

.card {
	background-color: #ffffff;
	border-radius: 0.75rem;
	border: 1px solid #e2e8f0;
	overflow: hidden;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}

.full-width {
	grid-column: 1 / -1;
}

.card-header {
	padding: 1.5rem;
	border-bottom: 1px solid #e2e8f0;
	display: flex;
	align-items: center;
	gap: 0.75rem;
}

.card-icon {
	color: #10b981;
	font-size: 1.25rem;
}

.card-header h3 {
	font-size: 1.125rem;
	font-weight: 600;
	color: #1f2937;
}

.card-content {
	padding: 1.5rem;
}

.card-footer {
	padding: 1rem 1.5rem;
	border-top: 1px solid #e2e8f0;
	background-color: #f8fafc;
	display: flex;
	justify-content: flex-end;
}

/* Notification Items */
.notification-item {
	padding: 1rem 0;
	border-bottom: 1px solid #f1f5f9;
}

	.notification-item:last-child {
		border-bottom: none;
	}

.notification-content p {
	color: #374151;
	margin-bottom: 0.25rem;
}

.notification-time {
	font-size: 0.875rem;
	color: #9ca3af;
}

/* Booking Items */
.booking-item {
	padding: 1rem 0;
	border-bottom: 1px solid #f1f5f9;
}

	.booking-item:last-child {
		border-bottom: none;
	}

.booking-info h4 {
	color: #374151;
	font-weight: 500;
	margin-bottom: 0.25rem;
}

.booking-time {
	font-size: 0.875rem;
	color: #9ca3af;
}

/* Claim Items */
.claim-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 1rem 0;
	border-bottom: 1px solid #f1f5f9;
}

	.claim-item:last-child {
		border-bottom: none;
	}

.claim-id {
	color: #374151;
	font-weight: 500;
}

.status-badge {
	padding: 0.25rem 0.75rem;
	border-radius: 9999px;
	font-size: 0.875rem;
	font-weight: 500;
}

.status-review {
	background-color: #fef3c7;
	color: #92400e;
}

.status-approved {
	background-color: #dcfce7;
	color: #166534;
}

/* Buttons */
.btn {
	padding: 0.5rem 1rem;
	border-radius: 0.375rem;
	font-weight: 500;
	text-decoration: none;
	border: none;
	cursor: pointer;
	transition: all 0.2s ease;
	font-size: 0.875rem;
}

.btn-primary {
	background-color: #10b981;
	color: white;
}

	.btn-primary:hover {
		background-color: #059669;
	}

.btn-secondary {
	background-color: #f1f5f9;
	color: #64748b;
}

	.btn-secondary:hover {
		background-color: #e2e8f0;
	}


.pg-userImage-Dark {
	width: 40px;
	height: 40px;
	background-color: #003465;
	border-radius: 50px;
	justify-content: center;
	align-items: center;
	display: flex;
}

	.pg-userImage-Dark label {
		font-size: 13px;
		font-weight: bold;
		color: white;
		margin: 0px;
	}

.pg-userImage-Light {
	width: 32px;
	height: 32px;
	background-color: white;
	border-radius: 50px;
	justify-content: center;
	align-items: center;
	display: inline-flex;
}

	.pg-userImage-Light label {
		font-size: 14px;
		font-weight: 600;
		color: #605e5c;
		margin: 0px;
	}

/* Responsive Design */
@media (max-width: 1024px) {
	.dashboard-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 768px) {
	.sidebar {
		transform: translateX(-100%);
		transition: transform 0.3s ease;
	}

		.sidebar.open {
			transform: translateX(0);
		}

	.main-content {
		margin-left: 0;
	}

	.main-header {
		padding: 1rem;
	}

		.main-header h1 {
			font-size: 1.5rem;
		}

	.dashboard-content {
		padding: 1rem;
	}

	.card-header,
	.card-content,
	.card-footer {
		padding: 1rem;
	}
}

@media (max-width: 480px) {
	.main-header {
		flex-direction: column;
		gap: 1rem;
		align-items: flex-start;
	}

	.dashboard-grid {
		gap: 1rem;
	}
}
