/* _content/Server/Components/Account/Pages/Login.razor.rz.scp.css */
.login-container[b-r5kseguyhv] {
	max-width: 28rem;
	justify-items: center;
	border-radius: 10px;
	background: white;
	box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.5);
}
/* _content/Server/Components/Account/Shared/AccountLayout.razor.rz.scp.css */
.bg-image[b-6r4p8c74ub] {
    background-image: url("/assets/download3.png") !important;
    background-size: 100% 100% !important;
}

.content[b-6r4p8c74ub] {
/*    backdrop-filter: blur(15px);
    z-index: -1;*/
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
/* _content/Server/Components/Common/Header.razor.rz.scp.css */
.navbar[b-pt940vrkuy] {
    z-index: 100;
}

.navbar.header-navbar[b-pt940vrkuy] {
    flex-grow: 0;
    flex-wrap: nowrap;
    border: none;
    background-color: inherit;
    border-radius: 0;
    height: 2rem;
    min-height: 2rem;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.12);
    justify-content: flex-start;
}

.header-navbar .navbar-toggler[b-pt940vrkuy] {
    outline: none;
    border-radius: 0;
    padding: 0px;
    box-shadow: none;
    align-self: stretch;
    width: 2rem;
}

.header-navbar .navbar-toggler .navbar-toggler-icon[b-pt940vrkuy] {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    background-color: transparent !important;
    height: 1.5rem;
    width: 1.5rem;
}

.title[b-pt940vrkuy] {
    font-size: 1.1rem;
    text-overflow: ellipsis;
    overflow: hidden;
}


@media (max-width: 450px) {
    .title[b-pt940vrkuy] {
        font-size: inherit;
    }
}

.refresh-button[b-pt940vrkuy] {
    font-size: 40px
}

/* _content/Server/Components/Common/ModuleHeader.razor.rz.scp.css */
.col-1fr-auto[b-t35114f2pu] {
	display: grid;
	grid-template-columns: 1fr auto;
}

.content-settings[b-t35114f2pu] {
	border-bottom: none;
	border-left: var(--bs-card-border-width) solid var(--bs-card-border-color);
	min-width: 53px;
}

/* _content/Server/Components/Common/ModuleLayout.razor.rz.scp.css */
.card-body[b-ip2w14e3se] {
	overflow-y: hidden;
}
/* _content/Server/Components/Common/NavMenu.razor.rz.scp.css */
.sidebar[b-8sif37h2ij] {
	min-width: 250px;
	max-width: 250px;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
	transition: transform 0.1s ease-out;
	height: 100%;
	max-height: 100%;
	overflow-y: hidden;
	background-color: var(--bs-body-bg);
	border-right: 1px solid rgba(0, 0, 0, 0.1);
	position: relative;
	z-index: 10;
}

	/*li.disabled a {
	color: red;
}

li {
	pointer-events: none;
}*/

	.sidebar.collapse[b-8sif37h2ij] {
		display: none;
	}

	.sidebar.expand[b-8sif37h2ij] {
		display: block;
	}

@media (max-width: 999.98px) {
	.sidebar[b-8sif37h2ij] {
		display: none;
	}

		.sidebar.expand[b-8sif37h2ij] {
			position: fixed;
			top: 2rem;
			left: 0;
			height: calc(100% - 2rem);
			min-width: 100%;
			z-index: 1050;
		}
}

[b-8sif37h2ij] .dxbl-tabs-content-panel {
	overflow-y: hidden !important;
}

/*::deep .app-sidebar > .nav-pills > .nav-item:first-of-type {
	padding-top: 1rem;
}

::deep .app-sidebar > .nav-pills > .nav-item:last-of-type {
	padding-bottom: 1rem;
}

::deep .app-sidebar .nav-pills > .nav-item a {
	border-radius: 0px;
	display: flex;
	align-items: center;
}

::deep .app-sidebar > .nav-pills > .nav-item > a {
	font-size: 1rem !important;
	font-weight: 600 !important;
	padding: .25rem 1rem .25rem .125rem;
}

	::deep .app-sidebar,
	::deep .app-sidebar > .nav-pills,
	::deep .app-sidebar > .nav-pills > .nav-item,
	::deep .app-sidebar > .nav-pills > .nav-item > a:not(.active) {
		background-color: inherit;
	}

@media (max-width: 999.98px) {
	::deep .app-sidebar > .nav-pills > .nav-item:last-of-type {
		padding-bottom: 0;
	}
}

::deep dxbl-tabs {
	display: flex;
	flex-direction: column;
	height: 100%;
}
*/
/* _content/Server/Components/Common/SidebarTreeView.razor.rz.scp.css */
.favorite-container[b-jiotls9vby] {
	display: inline-flex;
	width: 100%;
	align-items: center;
	height: 18px;
}

.btn-favorite-off[b-jiotls9vby] {
	color: transparent;
}

.favorite-container:hover .btn-favorite-off:not(:hover)[b-jiotls9vby] {
	color: gray;
}

.btn-favorite-off:hover[b-jiotls9vby] {
	color: gold;
}

.btn-favorite-on[b-jiotls9vby] {
	color: gold;
}

	.btn-favorite-on:hover[b-jiotls9vby] {
		color: gray;
	}

.btn-settings[b-jiotls9vby] {
	position: absolute;
	left: 100%;
	transform: translate(calc(-100% - 8px), 0%);
	z-index: 1000;
	border-radius: 100%;
	box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.12);
	background: white;
	width: 28px;
	height: 28px;
	align-content: center;
	text-align: center;
	margin: 4px;
}

	.btn-settings > button[b-jiotls9vby] {
		background: none;
		padding: 0px;
	}
/* _content/Server/Components/Layout/EmptyLayout.razor.rz.scp.css */
#blazor-error-ui[b-0mdb9ed7pp] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-0mdb9ed7pp] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Server/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-0ub1g8931a] {
    height: 100vh;
    width: 100vw;
    overflow: hidden;
    background-color: inherit;
}
[b-0ub1g8931a] .page-layout,
[b-0ub1g8931a] .page-layout > .dx-gridlayout-root,
[b-0ub1g8931a] .layout-item {
    background-color: inherit;
}

[b-0ub1g8931a] .content {
    padding: 1rem;
    overflow: auto;
    z-index: 0;
}

@media (max-width: 999.98px) {
    [b-0ub1g8931a] .page-layout > .dx-gridlayout-root {
        grid-template-columns: minmax(0, 1fr) !important;
    }
}

[b-0ub1g8931a] .fit-width {
    max-width: 100%;
}
