/* _content/Nebula/Components/TopBar.razor.rz.scp.css */
.tg[b-ekbjzo10p8] {
	display: flex;
	gap: 15px;
	align-items: center;
}

.top-row[b-ekbjzo10p8] {
	background-color: #f7f7f7;
	border-bottom: 1px solid #d6d5d5;
	justify-content: space-between;
	height: 3.5rem;
	display: flex;
	align-items: center;
}

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

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

@media (max-width: 640.98px) {
	.top-row:not(.auth)[b-ekbjzo10p8] {
		display: none;
	}

	.top-row.auth[b-ekbjzo10p8] {
		justify-content: space-between;
	}

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

@media (min-width: 641px) {
	.top-row[b-ekbjzo10p8] {
		position: sticky;
		top: 0;
		z-index: 1;
	}

	.top-row[b-ekbjzo10p8], article[b-ekbjzo10p8] {
/*		padding-left: 2rem !important;
		padding-right: 1.5rem !important;*/
	}
}
/* _content/Nebula/Shared/MainLayout.razor.rz.scp.css */
.page[b-3tmenuphi9] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-3tmenuphi9] {
    flex: 1;
}

.sidebar[b-3tmenuphi9] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.sidebarhide[b-3tmenuphi9] {
    display:none;
}

.top-row[b-3tmenuphi9] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-content: space-between;
}

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

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

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-3tmenuphi9] {
        display: none;
    }

    .top-row.auth[b-3tmenuphi9] {
        justify-content: space-between;
    }

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

    .fw[b-3tmenuphi9] {
        width: 100vw;
        height: calc(100vh - 56px);
    }

    .fww[b-3tmenuphi9] {
        width: 100vw;
        height: calc(100vh - 56px);
    }
}

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

    .sidebar[b-3tmenuphi9] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

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

    .top-row[b-3tmenuphi9], article[b-3tmenuphi9] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }

    .fw[b-3tmenuphi9] {
        width: calc(100vw - 250px);
        height: calc(100vh - 56px);
    }

    .fww[b-3tmenuphi9] {
        width: 100vw;
        height: calc(100vh - 56px);
    }
}
/* _content/Nebula/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-ct27qf7hgm] {
    background-color: rgba(255, 255, 255, 0.1);
}

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

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

.oi[b-ct27qf7hgm] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-ct27qf7hgm] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

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

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

   /* .nav-item ::deep a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }*/

/*.nav-item ::deep a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item ::deep a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}*/

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

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