/* _content/MagicArcApp.Blazor/Components/Component1.razor.rz.scp.css */
.my-component[b-vwd03q4fi1] {
    border: 2px dashed red;
    padding: 1em;
    margin: 1em 0;
    background-image: url('background.png');
}
/* _content/MagicArcApp.Blazor/Components/Dialogs/ChoiceDialog.razor.rz.scp.css */
.dialog[b-pcrps81i2w] {
    border-radius: 10px;
    height: 80vh;
    min-width: 350px;
    max-width: 70vw;
}

.header[b-pcrps81i2w] {
    height: 2rem;
    margin-top: -8px;
    margin-left: -24px;
    margin-right: -24px;
    border-top-left-radius: var(--mud-default-borderradius);
    border-top-right-radius: var(--mud-default-borderradius);
    color: white;
}

.scroller[b-pcrps81i2w] {
    height: 65vh;
}

.actions[b-pcrps81i2w] {
    height: 2.8rem;
}

.buttons[b-pcrps81i2w] {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
/* _content/MagicArcApp.Blazor/Components/Dialogs/NotifyDialog.razor.rz.scp.css */
:root[b-ohqi8p8x7t] {
    --dialog-color: white;
}

.top-left-corner[b-ohqi8p8x7t] {
    border-top-color: var(--dialog-color);
    border-top-width: 0.6rem;
    border-top-style: solid;
    border-radius: 8px;
}

.top-left-corner[b-ohqi8p8x7t]::before {
    background-image: url('/images/angle.png');
    background-color: var(--dialog-color);
    mix-blend-mode: multiply;
    background-repeat: no-repeat;
    /*background-size: 4.5rem 4.5rem;*/
    content: '';
    display: block;
/*    height: 4.5rem;
    width: 4.5rem;*/
}

.buttons[b-ohqi8p8x7t] {
    text-align: center;
}
/* _content/MagicArcApp.Blazor/Components/Dialogs/QuestionDialog.razor.rz.scp.css */
.dialog[b-00go53ccjp] {
    border-radius: 10px;
    height: 80vh;
    min-width: 350px;
    max-width: 70vw;
}

.header[b-00go53ccjp] {
    height: 2rem;
    margin-top: -8px;
    margin-left: -24px;
    margin-right: -24px;
    border-top-left-radius: var(--mud-default-borderradius);
    border-top-right-radius: var(--mud-default-borderradius);
    color: white;
}

.scroller[b-00go53ccjp] {
    height: 65vh;
}

.actions[b-00go53ccjp] {
    height: 2.8rem;
}

.buttons[b-00go53ccjp] {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
/* _content/MagicArcApp.Blazor/Components/LanguageComponent.razor.rz.scp.css */
/* _content/MagicArcApp.Blazor/Shared/MainLayout.razor.rz.scp.css */
.page[b-ytufb376vq] {
	position: relative;
	display: flex;
	flex-direction: column;
}

main[b-ytufb376vq] {
	flex: 1;
}

.sidebar[b-ytufb376vq] {
	background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-ytufb376vq] {
	background-color: #f7f7f7;
	border-bottom: 1px solid #d6d5d5;
	justify-content: flex-end;
	height: 3.5rem;
	display: flex;
	align-items: center;
}

	.top-row[b-ytufb376vq]  a, .top-row .btn-link[b-ytufb376vq] {
		white-space: nowrap;
		margin-left: 1.5rem;
	}

	.top-row a:first-child[b-ytufb376vq] {
		overflow: hidden;
		text-overflow: ellipsis;
	}

@media (max-width: 640.98px) {
	.top-row:not(.auth)[b-ytufb376vq] {
		display: none;
	}

	.top-row.auth[b-ytufb376vq] {
		justify-content: space-between;
	}

	.top-row a[b-ytufb376vq], .top-row .btn-link[b-ytufb376vq] {
		margin-left: 0;
	}
}

@media (min-width: 641px) {
	.page[b-ytufb376vq] {
		flex-direction: row;
	}

	.sidebar[b-ytufb376vq] {
		width: 250px;
		height: 100vh;
		position: sticky;
		top: 0;
	}

	.top-row[b-ytufb376vq] {
		position: sticky;
		top: 0;
		z-index: 1;
	}

	.top-row[b-ytufb376vq], article[b-ytufb376vq] {
		padding-left: 2rem !important;
		padding-right: 1.5rem !important;
	}
}
/* _content/MagicArcApp.Blazor/Shared/SplashScreenLayout.razor.rz.scp.css */
.page[b-3xoc1565ks] {
	position: relative;
	display: flex;
	flex-direction: column;
}

main[b-3xoc1565ks] {
	flex: 1;
}

.sidebar[b-3xoc1565ks] {
	background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-3xoc1565ks] {
	background-color: #f7f7f7;
	border-bottom: 1px solid #d6d5d5;
	justify-content: flex-end;
	height: 3.5rem;
	display: flex;
	align-items: center;
}

	.top-row[b-3xoc1565ks]  a, .top-row .btn-link[b-3xoc1565ks] {
		white-space: nowrap;
		margin-left: 1.5rem;
	}

	.top-row a:first-child[b-3xoc1565ks] {
		overflow: hidden;
		text-overflow: ellipsis;
	}

@media (max-width: 640.98px) {
	.top-row:not(.auth)[b-3xoc1565ks] {
		display: none;
	}

	.top-row.auth[b-3xoc1565ks] {
		justify-content: space-between;
	}

	.top-row a[b-3xoc1565ks], .top-row .btn-link[b-3xoc1565ks] {
		margin-left: 0;
	}
}

@media (min-width: 641px) {
	.page[b-3xoc1565ks] {
		flex-direction: row;
	}

	.sidebar[b-3xoc1565ks] {
		width: 250px;
		height: 100vh;
		position: sticky;
		top: 0;
	}

	.top-row[b-3xoc1565ks] {
		position: sticky;
		top: 0;
		z-index: 1;
	}

	.top-row[b-3xoc1565ks], article[b-3xoc1565ks] {
		padding-left: 2rem !important;
		padding-right: 1.5rem !important;
	}
}
