/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-mucqtjz27t] {
    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-mucqtjz27t] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ViewerLayout.razor.rz.scp.css */
#blazor-error-ui[b-sh7tg7awgk] {
    background: #fff8e6;
    border-top: 1px solid #e8d9a8;
    bottom: 0;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.08);
    display: none;
    left: 0;
    padding: 0.65rem 1rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
    align-items: center;
    gap: 0.65rem 1rem;
    flex-wrap: wrap;
    box-sizing: border-box;
    font-size: 0.95rem;
}

#blazor-error-ui .reload[b-sh7tg7awgk] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.25rem;
    padding: 0.35rem 1rem;
    margin-left: 0.25rem;
    border-radius: 0.5rem;
    background: #0b5cab;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    border: 1px solid #094a8f;
    cursor: pointer;
}

#blazor-error-ui .reload:hover[b-sh7tg7awgk] {
    background: #0d6fd4;
    color: #fff;
}

#blazor-error-ui .dismiss[b-sh7tg7awgk] {
    cursor: pointer;
    position: absolute;
    right: 0.65rem;
    top: 50%;
    transform: translateY(-50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2.25rem;
    min-height: 2.25rem;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0.4rem;
    background: transparent;
    color: #3d4f63;
    font-size: 1.1rem;
    line-height: 1;
    text-decoration: none;
}

#blazor-error-ui .dismiss:hover[b-sh7tg7awgk] {
    background: rgba(0, 0, 0, 0.06);
}

@media (max-width: 480px) {
    #blazor-error-ui[b-sh7tg7awgk] {
        padding-right: 2.75rem;
    }
}
