/* _content/Presentation/Components/HmLoading.razor.rz.scp.css */
.loading-wrapper[b-o7pkuztu4z] {
    position: relative;
    display: block;
    flex-basis: 100%;
    flex-grow: 0;
    flex-direction: column;
    width: 100%;
}

.loading[b-o7pkuztu4z] {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 100;
    transition: all 0.5s ease-out;
}

.loading-content[b-o7pkuztu4z] {
    position: absolute;
    margin: auto;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 101;
    text-align: center
}
/* _content/Presentation/Layouts/AuthLayout.razor.rz.scp.css */
/* _content/Presentation/Layouts/MainLayout.razor.rz.scp.css */
