/* /Components/WasmLoader.razor.rz.scp.css */

.loading-container[b-iox2i6a5y4] {
    background-color: var(--background-dark);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    flex-direction: column;
    margin: 0;
    display: flex;
    align-items: center;
    width: 100%;
}

.bars[b-iox2i6a5y4] {
    display: flex;
    gap: 0.3rem;
}

.bar[b-iox2i6a5y4] {
    width: 8px;
    height: 30px;
    background-color: #bfbfbf;
    animation: bounce-b-iox2i6a5y4 1.2s infinite ease-in-out;
}

    .bar:nth-child(1)[b-iox2i6a5y4] {
        animation-delay: -1.1s;
    }

    .bar:nth-child(2)[b-iox2i6a5y4] {
        animation-delay: -1s;
    }

    .bar:nth-child(3)[b-iox2i6a5y4] {
        animation-delay: -0.9s;
    }

    .bar:nth-child(4)[b-iox2i6a5y4] {
        animation-delay: -0.8s;
    }

    .bar:nth-child(5)[b-iox2i6a5y4] {
        animation-delay: -0.7s;
    }

@keyframes bounce-b-iox2i6a5y4 {
    0%, 40%, 100% {
        transform: scaleY(0.5);
    }

    20% {
        transform: scaleY(1);
    }
}

@keyframes slide-b-iox2i6a5y4 {
    0% {
        transform: translateX(-100%);
    }

    50% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(100%);
    }
}
/* /Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-qp035nbnw1] {
    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-qp035nbnw1] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

main[b-qp035nbnw1] {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

footer[b-qp035nbnw1] {
    height: 50px;
    background-color: var(--background-dark);
    font-size: 12px;
    color: white;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
}
/* /Pages/Home.razor.rz.scp.css */
.content[b-93hd7sb732] {
    column-gap: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.divider[b-93hd7sb732] {
    height: 100px;
    width: 1px;
    border-right: 1px solid #0a70bf;
}
