/* /Components/Loading.razor.rz.scp.css */
html[b-1fjyjdxmpe], body[b-1fjyjdxmpe] {
    width: 100%;
    height: 100%;
}

body[b-1fjyjdxmpe] {
    background: #0d161f;
}

#circle[b-1fjyjdxmpe] {
    position: absolute;
    top: 200%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 150px;
    height: 150px;
}

.loader[b-1fjyjdxmpe] {
    width: calc(100% - 0px);
    height: calc(100% - 0px);
    border: 8px solid #162534;
    border-top: 8px solid #09f;
    border-radius: 50%;
    animation: rotate-b-1fjyjdxmpe 5s linear infinite;
}

@keyframes rotate-b-1fjyjdxmpe {
    100% {
        transform: rotate(360deg);
    }
}
/* /Shared/MainLayout.razor.rz.scp.css */
/* /Shared/NavMenu.razor.rz.scp.css */
