/* /Components/Layout/BareLayout.razor.rz.scp.css */
#blazor-error-ui[b-y90kwntz6g] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-y90kwntz6g] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.ec-page-wrap[b-5m6ch1l87g] {
    max-width: 520px;
    margin: 0 auto;
    padding: 20px 10px 60px;
}

.ec-logo[b-5m6ch1l87g] {
    text-align: center;
    margin-bottom: 20px;
}

.ec-logo img[b-5m6ch1l87g] {
    width: 200px;
}

.ec-card[b-5m6ch1l87g] {
    max-width: 480px;
    margin: 0 auto 20px;
    background-color: #fff;
    border-radius: 12px;
}

@media screen and (max-width: 768px) {
    .ec-logo[b-5m6ch1l87g] {
        margin-bottom: 10px;
    }
    .ec-logo img[b-5m6ch1l87g] {
        width: 150px;
    }
}

#blazor-error-ui[b-5m6ch1l87g] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-5m6ch1l87g] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
