/* _content/PublicWebsite/Shared/MainLayout.razor.rz.scp.css */
.page[b-crzermz54z] {
	position: relative;
	display: flex;
	flex-direction: column;
}

main[b-crzermz54z] {
	flex: 1;
}

.sidebar[b-crzermz54z] {
	background-image: linear-gradient(180deg, #3924b7 0%, #000e1b 70%);
}

.top-row[b-crzermz54z] {
	justify-content: flex-end;
	display: flex;
	align-items: center;
}

.top-row[b-crzermz54z]  a,
.top-row .btn-link[b-crzermz54z] {
	white-space: nowrap;
	margin-left: 1.5rem;
}

.top-row a:first-child[b-crzermz54z] {
	overflow: hidden;
	text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
	.top-row.auth[b-crzermz54z] {
		justify-content: space-between;
	}

	.top-row a[b-crzermz54z],
	.top-row .btn-link[b-crzermz54z] {
		margin-left: 0;
	}
}

@media (min-width: 641px) {
	.page[b-crzermz54z] {
		flex-direction: row;
	}

	.sidebar[b-crzermz54z] {
		width: 250px;
		background-size: 100% 100vh;
		height: 100vh;
		position: sticky;
		top: 0;
	}

	.top-row[b-crzermz54z] {
		position: sticky;
		top: 0;
		z-index: 1;
	}

	.top-row[b-crzermz54z],
	article[b-crzermz54z] {
		padding-left: 2rem !important;
		padding-right: 1.5rem !important;
	}
}
/* _content/PublicWebsite/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-i5zo97ygyj] {
	background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-i5zo97ygyj] {
	height: 3.5rem;
	background-color: rgba(0, 0, 0, 0.4);
}

.navbar[b-i5zo97ygyj] {
	background-color: linear-gradient(180deg, #000e1b 0%, blue 70%);
}

.navbar-brand[b-i5zo97ygyj] {
	font-size: 1.1rem;
}


.oi[b-i5zo97ygyj] {
	width: 2rem;
	font-size: 1.1rem;
}

.nav-item[b-i5zo97ygyj] {
	padding-bottom: 0.5rem;
	background-color: var(--mud-palette-appbar-background);
	color: var(--mud-palette-appbar-text);
}

.nav-item .mud-button-root.mud-button .mud-button-label span[b-i5zo97ygyj] {
	line-height: 1.3;
	color: var(--mud-palette-appbar-text);
}

.nav-item-photo-icon[b-i5zo97ygyj] {
	height: 20px;
	width: 20px;
}

.nav-item-group-icon[b-i5zo97ygyj] {
	height: 20px;
	width: 20px;
}

.nav-item:first-of-type[b-i5zo97ygyj] {
	padding-top: 1rem;
}

.nav-item:last-of-type[b-i5zo97ygyj] {
	padding-bottom: 1rem;
}

.nav-item[b-i5zo97ygyj]  a {
	color: var(--mud-palette-appbar-text);
	border-radius: 4px;
	display: flex;
	align-items: center;
}

.nav-item[b-i5zo97ygyj]  a.active {
	background-color: rgba(255, 255, 255, 0.25);
}

.nav-item[b-i5zo97ygyj]  a:hover {
	background-color: rgba(255, 255, 255, 0.1);
}

.nav-bar-top[b-i5zo97ygyj] {
	display: flex;
	flex-direction: row;
	flex: 2 2 calc(30% - 10px);
	flex-wrap: wrap;
	justify-content: center;
}

@media (min-width: 641px) {
	.navbar-toggler[b-i5zo97ygyj] {
		display: none;
	}

	.collapse[b-i5zo97ygyj] {
		/* Never collapse the sidebar for wide screens */
		display: block;
	}
}
