/* /Components/Layout/BlankLayout.razor.rz.scp.css */
#blazor-error-ui[b-b4vvv0tw4s] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    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-b4vvv0tw4s] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-diqe4icx3b] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    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-diqe4icx3b] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/Shared/LicenseExpired.razor.rz.scp.css */
.license-page[b-nnr60e2t8x] {
	min-height: calc(100vh - 60px);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 2rem;
	background-color: var(--bs-tertiary-bg);
}

.license-card[b-nnr60e2t8x] {
	width: 100%;
	max-width: 620px;
	padding: 3rem;
	text-align: center;
	background-color: var(--bs-body-bg);
	border: 1px solid var(--bs-border-color);
	border-radius: 1rem;
	box-shadow: 0 0.75rem 2rem rgba(0, 0, 0, 0.1);
}

.license-icon[b-nnr60e2t8x] {
	margin-bottom: 1.25rem;
	font-size: 4rem;
	color: var(--bs-danger);
}

.license-card h1[b-nnr60e2t8x] {
	margin-bottom: 1.25rem;
	color: var(--bs-danger);
	font-weight: 700;
}

.license-card p[b-nnr60e2t8x] {
	color: var(--bs-secondary-color);
	font-size: 1.05rem;
	line-height: 1.7;
}

.license-description[b-nnr60e2t8x] {
	margin-bottom: 1rem;
}

.license-card .btn[b-nnr60e2t8x] {
	margin-top: 1.25rem;
	padding: 0.75rem 1.5rem;
}
