/* Custom styles to ensure background works */
body.page__body.img-bg {
    position: relative;
    min-height: 100vh;
}

body.page__body.img-bg::after {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

/* Hide Blazor error UI by default */
#blazor-error-ui {
    display: none !important;
}

#blazor-error-ui.show {
    display: block !important;
}
