/* /Components/Account/Pages/Login.razor.rz.scp.css */

.login-wrapper[b-v5nprkbol6] {
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px;
}

.login-container[b-v5nprkbol6] {
	width: 100%;
	max-width: 420px;
}

.login-card[b-v5nprkbol6] {
	background: white;
	border-radius: 12px;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
	overflow: hidden;
}

.login-header[b-v5nprkbol6] {
	background: linear-gradient(135deg, #0075bf 0%, #005a9e 100%);
	color: white;
	padding: 2rem;
	text-align: center;
}

	.login-header h2[b-v5nprkbol6] {
		margin: 0;
		font-weight: 600;
		font-size: 1.75rem;
	}

	.login-header p[b-v5nprkbol6] {
		margin: 0.5rem 0 0 0;
		opacity: 0.9;
		font-size: 0.95rem;
	}

.login-body[b-v5nprkbol6] {
	padding: 2rem;
}

.form-label[b-v5nprkbol6] {
	font-weight: 500;
	color: #333;
	margin-bottom: 0.5rem;
	display: block;
}

.form-control[b-v5nprkbol6] {
	border-radius: 8px;
	padding: 0.75rem 1rem;
	border: 1px solid #dee2e6;
	transition: all 0.3s;
	width: 100%;
	font-size: 1rem;
}

	.form-control:focus[b-v5nprkbol6] {
		border-color: #0075bf;
		box-shadow: 0 0 0 0.2rem rgba(0, 117, 191, 0.25);
		outline: none;
	}

.forgotPassword-group[b-v5nprkbol6] {
	display: flex;
	margin-bottom: 1rem;
}

.forgotPassword-group-text[b-v5nprkbol6] {
	background: #f8f9fa;
	border: 1px solid #dee2e6;
	border-radius: 8px 0 0 8px;
	padding: 0.75rem 1rem;
	display: flex;
	align-items: center;
	border-right: none;
}

.forgotPassword-group .form-control[b-v5nprkbol6] {
	border-radius: 0 8px 8px 0;
}

.btn-login[b-v5nprkbol6] {
	background: linear-gradient(135deg, #0075bf 0%, #005a9e 100%);
	border: none;
	color: white;
	padding: 0.75rem;
	font-weight: 600;
	border-radius: 8px;
	transition: all 0.3s;
	width: 100%;
	cursor: pointer;
	font-size: 1rem;
}

	.btn-login:hover[b-v5nprkbol6] {
		transform: translateY(-2px);
		box-shadow: 0 5px 15px rgba(0, 117, 191, 0.4);
	}

	.btn-login:disabled[b-v5nprkbol6] {
		opacity: 0.6;
		cursor: not-allowed;
		transform: none;
	}

.forgot-password-row[b-v5nprkbol6] {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 1.5rem;
}


.form-check-forgotPassword[b-v5nprkbol6] {
	cursor: pointer;
}

	.form-check-forgotPassword:checked[b-v5nprkbol6] {
		background-color: #0075bf;
		border-color: #0075bf;
	}

.forgot-password[b-v5nprkbol6] {
	color: #0075bf;
	text-decoration: none;
	font-size: 0.9rem;
}

	.forgot-password:hover[b-v5nprkbol6] {
		text-decoration: underline;
		color: #005a9e;
	}

.login-footer[b-v5nprkbol6] {
	text-align: center;
	padding: 1.5rem;
	background: #f8f9fa;
	color: #6c757d;
	font-size: 0.9rem;
}

.alert[b-v5nprkbol6] {
	border-radius: 8px;
	margin-bottom: 1.5rem;
	padding: 1rem;
	display: flex;
	align-items: center;
}

.alert-danger[b-v5nprkbol6] {
	background-color: #f8d7da;
	border: 1px solid #f5c2c7;
	color: #842029;
}

.me-1[b-v5nprkbol6] {
	margin-right: 0.25rem;
}

.me-2[b-v5nprkbol6] {
	margin-right: 0.5rem;
}

.mb-3[b-v5nprkbol6] {
	margin-bottom: 1rem;
}

.mb-4[b-v5nprkbol6] {
	margin-bottom: 1.5rem;
}

.text-center[b-v5nprkbol6] {
	text-align: center;
}

.text-muted[b-v5nprkbol6] {
	color: #6c757d;
}

/* /Components/Account/Shared/ManageLayout.razor.rz.scp.css */
.page[b-z6l2oc4t81] {
	position: relative;
	display: flex;
	flex-direction: column;
}
main[b-z6l2oc4t81] {
	flex: 1;
}

.sidebar[b-z6l2oc4t81] {
	background: linear-gradient(135deg, #0075bf 0%, #005a9e 100%);
}


.top-row[b-z6l2oc4t81] {
	background-color: #f7f7f7;
	border-bottom: 1px solid #d6d5d5;
	justify-content: flex-end;
	height: 3.5rem;
	display: flex;
	align-items: center;
}

	.top-row[b-z6l2oc4t81]  a, .top-row[b-z6l2oc4t81]  .btn-link {
		white-space: nowrap;
		margin-left: 1.5rem;
		text-decoration: none;
	}

		.top-row[b-z6l2oc4t81]  a:hover, .top-row[b-z6l2oc4t81]  .btn-link:hover {
			text-decoration: underline;
		}

		.top-row[b-z6l2oc4t81]  a:first-child {
			overflow: hidden;
			text-overflow: ellipsis;
		}

@media (max-width: 640.98px) {
	.top-row[b-z6l2oc4t81] {
		justify-content: space-between;
	}

		.top-row[b-z6l2oc4t81]  a, .top-row[b-z6l2oc4t81]  .btn-link {
			margin-left: 0;
		}
}

@media (min-width: 641px) {
	.page[b-z6l2oc4t81] {
		flex-direction: row;
	}

	.sidebar[b-z6l2oc4t81] {
		width: 200px;
		height: 100vh;
		position: sticky;
		top: 0;
	}

	.top-row[b-z6l2oc4t81] {
		position: sticky;
		top: 0;
		z-index: 1;
	}

		.top-row.auth[b-z6l2oc4t81]  a:first-child {
			flex: 1;
			text-align: right;
			width: 0;
		}

	.top-row[b-z6l2oc4t81], article[b-z6l2oc4t81] {
		padding-left: 2rem !important;
		padding-right: 1.5rem !important;
	}
}
/* /Components/Account/Shared/ManageNavMenu.razor.rz.scp.css */
.main-nav[b-y1o37im34g] {
	background: linear-gradient(135deg, #0075bf 0%, #005a9e 100%);
	border-bottom: 1px solid #ccc;
	padding: 0;
	box-shadow: 0 2px 4px rgba(0,0,0,0.05);
	position: relative;
}

.navbar-brand[b-y1o37im34g] {
	font-size: 1.1rem;
	color: white !important;
	text-decoration: none;
}

	.navbar-brand img[b-y1o37im34g] {
		background-color: white;
		border-radius: 4px;
	}

	.navbar-brand:hover[b-y1o37im34g] {
		color: rgba(255, 255, 255, 0.9) !important;
	}

.navbar-toggler[b-y1o37im34g] {
	display: none;
	appearance: none;
	cursor: pointer;
	width: 3rem;
	height: 2.5rem;
	color: white;
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 0.25rem;
	background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.85%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem;
	transition: background-color 0.2s ease;
}

	.navbar-toggler:hover[b-y1o37im34g] {
		background-color: rgba(255, 255, 255, 0.1);
	}

	.navbar-toggler:focus[b-y1o37im34g] {
		outline: 2px solid rgba(255, 255, 255, 0.5);
		outline-offset: 2px;
	}

.nav-item[b-y1o37im34g] {
	font-size: 0.9rem;
	align-items: center;
}

	.nav-item[b-y1o37im34g]  .nav-link {
		color: #d7d7d7;
		background: none;
		border: none;
		border-radius: 4px;
		display: flex;
		align-items: center;
		transition: all 0.2s ease;
	}

	.nav-item[b-y1o37im34g]  a.active {
		background-color: rgba(255,255,255,0.37);
		color: white;
	}

	.nav-item[b-y1o37im34g]  .nav-link:hover {
		background-color: rgba(255,255,255,0.1);
		color: white;
	}
/* Username display (not clickable) */
.account-username .nav-link[b-y1o37im34g] {
cursor: default;
color: white;
font-weight: 500;
}

.account-username .nav-link:hover[b-y1o37im34g] {
background-color: transparent;
}

/* Logout button styling */
.logout-form[b-y1o37im34g] {
margin: 0;
padding: 0;
}

.logout-button[b-y1o37im34g] {
font-size: 0.95rem;
width: 100%;
}

/* DESKTOP STYLES */
@media (min-width: 992px) {
.navbar-collapse[b-y1o37im34g] {
display: flex !important;
}

.navbar-nav[b-y1o37im34g] {
flex-direction: row;
}

.nav-item[b-y1o37im34g] {
padding: 0.5rem;
}

.nav-link[b-y1o37im34g] {
height: 3rem;
line-height: 3rem;
}

.account-username[b-y1o37im34g] {
padding-right: 0;
}

.logout-button[b-y1o37im34g] {
padding: 14px 18px;
}
}

/* MOBILE STYLES */
@media (max-width: 991.98px) {
.navbar-toggler[b-y1o37im34g] {
display: block;
}

.navbar-collapse[b-y1o37im34g] {
position: fixed;
top: 0;
right: -100%;
width: 280px;
height: 100vh;
background: linear-gradient(135deg, #0075bf 0%, #005a9e 100%);
box-shadow: -2px 0 8px rgba(0, 0, 0, 0.15);
transition: right 0.3s ease-in-out;
z-index: 1050;
overflow-y: auto;
padding: 1rem 0;
}

.navbar-collapse.show[b-y1o37im34g] {
right: 0;
}

.navbar-nav[b-y1o37im34g] {
flex-direction: column;
width: 100%;
padding: 0;
margin: 0;
}

.nav-item[b-y1o37im34g] {
width: 100%;
padding: 0;
}

.nav-link[b-y1o37im34g] {
padding: 1rem 1.5rem;
width: 100%;
border-radius: 0;
height: auto;
line-height: normal;
}

/* Username header in mobile */
.account-username[b-y1o37im34g] {
border-bottom: 2px solid rgba(255, 255, 255, 0.2);
margin-bottom: 0.5rem;
}

.account-username .nav-link[b-y1o37im34g] {
font-weight: 600;
font-size: 1rem;
color: white;
}

/* Logout button in mobile - same style as nav items */
.logout-form[b-y1o37im34g] {
width: 100%;
}

.logout-button[b-y1o37im34g] {
padding: 1rem 1.5rem;
text-align: left;
}
}
/* /Components/Account/Shared/ManageSideNav.razor.rz.scp.css */

.nav-item[b-ydglpy6mnx] {
	font-size: 0.9rem;
	color: white;
	padding-bottom: 0.5rem;
	padding-top: 0.5rem;
}

	.nav-item[b-ydglpy6mnx]  .nav-link {
		color: #d7d7d7;
		background: none;
		border: none;
		border-radius: 4px;
		height: 3rem;
		display: flex;
		align-items: center;
		line-height: 3rem;
		width: 100%;
	}

	.nav-item[b-ydglpy6mnx]  a.active {
		background-color: rgba(255,255,255,0.37);
		color: white;
	}

	.nav-item[b-ydglpy6mnx]  .nav-link:hover {
		background-color: rgba(255,255,255,0.1);
		color: white;
	}


.nav-link[b-ydglpy6mnx] {
	color: #333;
	padding: 14px 18px;
	font-size: 0.95rem;
	transition: all 0.2s ease;
}

	.nav-link:hover[b-ydglpy6mnx],
	.nav-link:focus[b-ydglpy6mnx] {
		background-color: rgba(255,255,255,0.1);
		color: white;
	}

	.nav-link.active[b-ydglpy6mnx] {
		background-color: white;
		color: #4a90e2;
		font-weight: 500;
	}

.nav-scrollable[b-ydglpy6mnx] {
	height: calc(100vh - 3.5rem);
}

@media (min-width: 641px) {
	.nav-scrollable[b-ydglpy6mnx] {
		/* Never collapse the sidebar for wide screens */
		display: block;
		/* Allow sidebar to scroll for tall menus */
		height: calc(100vh - 3.5rem);
		overflow-y: auto;
	}
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-pbs59nzioo] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-pbs59nzioo] {
    flex: 1;
}

.sidebar[b-pbs59nzioo] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-pbs59nzioo] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-pbs59nzioo]  a, .top-row[b-pbs59nzioo]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-pbs59nzioo]  a:hover, .top-row[b-pbs59nzioo]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-pbs59nzioo]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-pbs59nzioo] {
        justify-content: space-between;
    }

    .top-row[b-pbs59nzioo]  a, .top-row[b-pbs59nzioo]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-pbs59nzioo] {
        flex-direction: row;
    }

    .sidebar[b-pbs59nzioo] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-pbs59nzioo] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-pbs59nzioo]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-pbs59nzioo], article[b-pbs59nzioo] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-pbs59nzioo] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-pbs59nzioo] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
/* BASE STYLES */
.main-nav[b-rw6q35izln] {
background: linear-gradient(135deg, #0075bf 0%, #005a9e 100%);
border-bottom: 1px solid #ccc;
padding: 0;
box-shadow: 0 2px 4px rgba(0,0,0,0.05);
position: relative;
}

.navbar-brand[b-rw6q35izln] {
font-size: 1.1rem;
color: white !important;
text-decoration: none;
}

.navbar-brand img[b-rw6q35izln] {
background-color: white;
border-radius: 4px;
}

.navbar-brand:hover[b-rw6q35izln] {
color: rgba(255, 255, 255, 0.9) !important;
}

.navbar-toggler[b-rw6q35izln] {
display: none;
appearance: none;
cursor: pointer;
width: 3rem;
height: 2.5rem;
color: white;
border: 1px solid rgba(255, 255, 255, 0.3);
border-radius: 0.25rem;
background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.85%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem;
transition: background-color 0.2s ease;
}

.navbar-toggler:hover[b-rw6q35izln] {
background-color: rgba(255, 255, 255, 0.1);
}

.navbar-toggler:focus[b-rw6q35izln] {
outline: 2px solid rgba(255, 255, 255, 0.5);
outline-offset: 2px;
}

.nav-item[b-rw6q35izln] {
font-size: 0.9rem;
align-items: center;
}

.nav-item[b-rw6q35izln]  .nav-link {
color: #d7d7d7;
background: none;
border: none;
border-radius: 4px;
display: flex;
align-items: center;
transition: all 0.2s ease;
}

.nav-item[b-rw6q35izln]  a.active {
background-color: rgba(255,255,255,0.37);
color: white;
}

.nav-item[b-rw6q35izln]  .nav-link:hover {
background-color: rgba(255,255,255,0.1);
color: white;
}

.dropdown-toggle[b-rw6q35izln] {
color: white !important;
cursor: pointer;
}

.dropdown-toggle[b-rw6q35izln]::after {
margin-left: 0.35em;
vertical-align: middle;
}
/* DESKTOP STYLES */
@media (min-width: 992px) {
/* Hide mobile-only account sections */
.mobile-user-section[b-rw6q35izln],
.mobile-account-item[b-rw6q35izln] {
display: none !important;
}


	.mobile-nav-header[b-rw6q35izln] {
		display: none !important;
	}
/* Show desktop dropdown */
.desktop-account-dropdown[b-rw6q35izln] {
display: block;
}

.navbar-collapse[b-rw6q35izln] {
display: flex !important;
}

.navbar-nav[b-rw6q35izln] {
flex-direction: row;
}

.nav-item[b-rw6q35izln] {
padding: 0.5rem;
}

.nav-item[b-rw6q35izln]  .nav-link {
padding: 14px 18px;
height: 3rem;
line-height: 3rem;
}

.dropdown-menu[b-rw6q35izln] {
min-width: 180px;
border-radius: 8px;
box-shadow: 0 4px 16px rgba(0,0,0,0.08);
background: #fff;
padding: 0.5rem 0;
position: absolute;
}

.dropdown-item[b-rw6q35izln] {
font-size: 0.95rem;
color: #333;
padding: 10px 22px;
transition: background 0.2s;
}

.dropdown-item:hover[b-rw6q35izln],
.dropdown-item:focus[b-rw6q35izln] {
background-color: #f8f9fa;
}

.dropdown-item button[b-rw6q35izln] {
background: none;
border: none;
width: 100%;
text-align: left;
color: #333;
}
}

/* MOBILE STYLES */
@media (max-width: 991.98px) {
/* Hide desktop dropdown */
.desktop-account-dropdown[b-rw6q35izln] {
display: none !important;
}

.mobile-nav-header[b-rw6q35izln] {
	display: flex;
}


/* Show mobile account sections */
.mobile-user-section[b-rw6q35izln],
.mobile-account-item[b-rw6q35izln] {
display: block;
}

.navbar-toggler[b-rw6q35izln] {
display: block;
}

.navbar-collapse[b-rw6q35izln] {
position: fixed;
top: 0;
right: -100%;
width: 280px;
height: 100vh;
background: linear-gradient(135deg, #0075bf 0%, #005a9e 100%);
box-shadow: -2px 0 8px rgba(0, 0, 0, 0.15);
transition: right 0.3s ease-in-out;
z-index: 1050;
overflow-y: auto;
padding: 1rem 0;
}

.navbar-collapse.show[b-rw6q35izln] {
right: 0;
}

.navbar-nav[b-rw6q35izln] {
flex-direction: column;
width: 100%;
padding: 0;
margin: 0;
}

.nav-item[b-rw6q35izln] {
width: 100%;
padding: 0;
}

.nav-item[b-rw6q35izln]  .nav-link {
padding: 1rem 1.5rem;
width: 100%;
border-radius: 0;
height: auto;
line-height: normal;
}

/* Mobile username header */
.mobile-username-header[b-rw6q35izln] {
padding: 1rem 1.5rem;
color: white;
font-weight: 600;
font-size: 1rem;
border-bottom: 2px solid rgba(255, 255, 255, 0.2);
margin-bottom: 0.5rem;
display: flex;
align-items: center;
}

.mobile-username-header i[b-rw6q35izln] {
font-size: 1.2rem;
}

/* Mobile account buttons - style like nav links */
.mobile-account-item .nav-link[b-rw6q35izln] {
color: #d7d7d7 !important;
padding: 1rem 1.5rem;
width: 100%;
border: none;
background: none;
text-align: left;
display: flex;
align-items: center;
transition: all 0.2s ease;
cursor: pointer;
text-decoration: none;
}

	.btn-close-nav[b-rw6q35izln] {
		background: transparent;
		color: white;
		border-color: white;
		margin-left: 0.5rem;
		margin-bottom: 0.5rem;
	}

.mobile-account-item .nav-link:hover[b-rw6q35izln],
.mobile-account-item .nav-link:focus[b-rw6q35izln] {
background-color: rgba(255, 255, 255, 0.1);
color: white !important;
}

.mobile-account-item .nav-link i[b-rw6q35izln] {
width: 1.2rem;
}

/* Logout form styling */
.mobile-logout-form[b-rw6q35izln] {
margin: 0;
padding: 0;
width: 100%;
}

.mobile-logout-form button.nav-link[b-rw6q35izln] {
font-size: 0.9rem;
}


}
