@import 'ProgCar.Client.878n9ikm3l.bundle.scp.css';
@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.25o87uqmvr.bundle.scp.css';
@import '_content/ProgCar.SharedUI/ProgCar.SharedUI.dbu5ooao3j.bundle.scp.css';

/* /Components/Account/Shared/ManageNavMenu.razor.rz.scp.css */
.nav-link.custom-active[b-ingqbnow1m] {
	background-color: var(--main-blue-color);
	color: white;
}

.nav-link:hover[b-ingqbnow1m] {
	border: 1px solid var(--main-blue-color);
}

.nav-link[b-ingqbnow1m] {
	text-decoration: none;
	margin:2px;
	color: inherit;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
html[b-9h4x80477m], body[b-9h4x80477m] {
	height: 100%;
	margin: 0;
	padding: 0;
}

.main-container[b-9h4x80477m] {
	display: flex;
	flex-direction: column;
	height: 100vh; /* fill viewport */
	width: 100%;
}

.site-header[b-9h4x80477m] {
	z-index:1000;
	flex-shrink: 0;
}

.body-container[b-9h4x80477m] {
	flex: 1 1 auto; /* fill remaining space */
	overflow-y: auto; /* vertical scroll only */
	display: flex;
	flex-direction: column;
	width: 100%;
}

@media (max-width: 991.98px) {
	.body-container[b-9h4x80477m] {
		padding-bottom: 70px;
	}
}
/* /Components/Layout/NavigationMenu/NotificationCenter.razor.rz.scp.css */
/* Keep the bell white on dark navbar backgrounds */
.notification-bell[b-fnzqgy9lnq] {
	color: var(--bs-light) !important;
	transition: color 0.2s ease, transform 0.15s ease;
}

	/* Hover effect for both mobile and desktop */
	.notification-bell:hover[b-fnzqgy9lnq],
	.notification-bell:focus[b-fnzqgy9lnq] {
		color: var(--main-green-color) !important; /* or var(--bs-light) if you prefer no color change */
		transform: scale(1.1);
	}

/* Badge stays correctly aligned */
#notificationDropdown[b-fnzqgy9lnq] {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.25rem 0.5rem;
}

	#notificationDropdown .badge[b-fnzqgy9lnq] {
		transform: translate(-90%, -20%) !important;
		font-size: 0.65rem;
		font-weight: 600;
		min-width: 16px;
		padding: 3px 5px;
		line-height: 1;
	}
/* /Components/Pages/WorkShopProfile/Components/WorkShopProfilePhotos.razor.rz.scp.css */
.photo-grid[b-3p2q1cqjy3] {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
	gap: 14px;
}

.photo-tile[b-3p2q1cqjy3] {
	position: relative;
	aspect-ratio: 4 / 3; /* adjust to your taste */
	background: #fffaf0; /* warm off-white like your mock */
	border-radius: 14px;
	overflow: hidden;
	box-shadow: 0 2px 10px rgba(0,0,0,.06);
	display: flex;
	align-items: center;
	justify-content: center;
}

.tile-img[b-3p2q1cqjy3] {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.tile-actions[b-3p2q1cqjy3] {
	position: absolute;
	bottom: 8px;
	right: 8px;
}

.add-tile[b-3p2q1cqjy3] {
	cursor: pointer;
	border: 2px dashed #cfcfcf;
	background: #fffef7;
	transition: transform .15s ease-in-out, border-color .15s ease-in-out;
}

	.add-tile:hover[b-3p2q1cqjy3] {
		border-color: #b5b5b5;
		transform: translateY(-1px);
	}

.plus[b-3p2q1cqjy3] {
	font-size: 48px;
	line-height: 1;
	user-select: none;
}

.add-text[b-3p2q1cqjy3] {
	font-size: 13px;
	opacity: .7;
	margin-top: 4px;
}

.badge-primary[b-3p2q1cqjy3] {
	position: absolute;
	left: 10px;
	bottom: 10px;
}
