@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';
@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.boiwgh0w5b.bundle.scp.css';

/* /Layout/Footer.razor.rz.scp.css */
.footer[b-5g8apm00ro] {
	background: linear-gradient(to right, #6c757d, #adb5bd); /* Grey gradient left to right */
	padding: 1rem 0;
	text-align: center;
	margin-top: 0.5rem; /* Reduced margin top */
}

.footer a[b-5g8apm00ro] {
	color: #ffffff;
	text-decoration: none;
	transition: color 0.3s;
}

	.footer a:hover[b-5g8apm00ro] {
		color: #f8f9fa;
	}
/* /Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-hlgnfls1hl] {
    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-hlgnfls1hl] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
