/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-ihb3vvsa9w] {
	position: relative;
	display: flex;
	flex-direction: column;
}

main[b-ihb3vvsa9w] {
	flex: 1;
}

.sidebar[b-ihb3vvsa9w] {
	background-image: linear-gradient(180deg, #050505 0%, #52100f 70%);
	display: inline-block; /* Allow sidebar to auto-size based on content */
	width: fit-content; /* Ensure it fits the content */
	height: 100vh;
	position: sticky;
	top: 0;
}

.top-row[b-ihb3vvsa9w] {
	background-color: #f7f7f7;
	border-bottom: 1px solid #d6d5d5;
	justify-content: flex-end;
	height: 3.5rem;
	display: flex;
	align-items: center;
}

.top-row[b-ihb3vvsa9w]  a, .top-row[b-ihb3vvsa9w]  .btn-link {
	white-space: nowrap;
	margin-left: 1.5rem;
	text-decoration: none;
}

.top-row[b-ihb3vvsa9w]  a:hover, .top-row[b-ihb3vvsa9w]  .btn-link:hover {
	text-decoration: underline;
}

.top-row[b-ihb3vvsa9w]  a:first-child {
	overflow: hidden;
	text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
	.top-row:not(.auth)[b-ihb3vvsa9w] {
		display: none;
	}

	.top-row.auth[b-ihb3vvsa9w] {
		justify-content: space-between;
	}

	.top-row[b-ihb3vvsa9w]  a, .top-row[b-ihb3vvsa9w]  .btn-link {
		margin-left: 0;
	}
}

@media (min-width: 641px) {
	.page[b-ihb3vvsa9w] {
		flex-direction: row;
	}

	.sidebar[b-ihb3vvsa9w] {
		/* Width and height are now auto-adjusted based on content */
	}

	.top-row[b-ihb3vvsa9w] {
		position: sticky;
		top: 0;
		z-index: 1;
	}

	.top-row.auth[b-ihb3vvsa9w]  a:first-child {
		flex: 1;
		text-align: right;
		width: 0;
	}

	.top-row[b-ihb3vvsa9w], article[b-ihb3vvsa9w] {
		padding-left: 2rem !important;
		padding-right: 1.5rem !important;
	}
}

/*.page {
    position: relative;
    display: flex;
    flex-direction: column;
}

main {
    flex: 1;
}

.sidebar {
  background-image: linear-gradient(180deg, #050505 0%, #52100f 70%);
	display: inline-block;*/ /* Allow sidebar to auto-size based on content */
	/*width: fit-content;*/ /* Ensure it fits the content */
	/*height: 100vh;
	position: sticky;
	top: 0;
}

.top-row {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row ::deep a, .top-row ::deep .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row ::deep a:hover, .top-row ::deep .btn-link:hover {
        text-decoration: underline;
    }

    .top-row ::deep a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth) {
        display: none;
    }

    .top-row.auth {
        justify-content: space-between;
    }

    .top-row ::deep a, .top-row ::deep .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page {
        flex-direction: row;
    }

    .sidebar {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth ::deep a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row, article {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}*/
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-uduw0n46ry] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-uduw0n46ry] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-uduw0n46ry] {
    font-size: 1.1rem;
}

.oi[b-uduw0n46ry] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-uduw0n46ry] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-uduw0n46ry] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-uduw0n46ry] {
        padding-bottom: 1rem;
    }

    .nav-item[b-uduw0n46ry]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-uduw0n46ry]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-uduw0n46ry]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-uduw0n46ry] {
        display: none;
    }

    .collapse[b-uduw0n46ry] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
