/* _content/Maxiam.WebApp/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-wa2rcar8of] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-wa2rcar8of] {
    flex: 1;
}

@media (min-width: 641px) {
    .page[b-wa2rcar8of] {
        flex-direction: row;
    }
}

#blazor-error-ui[b-wa2rcar8of] {
    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-wa2rcar8of] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Maxiam.WebApp/Components/WindowFocus.razor.rz.scp.css */
/* Overlay background */
.overlay[b-or1frgmmbb] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5); /* semi-transparent black */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
}

/* Toaster message */
.toaster[b-or1frgmmbb] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(225,53,69) !important;
    color: #fff;
    padding: 16px 24px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    transition: opacity 0.3s ease;
    height: max-content;
}
