/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-tk19duowvl] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-tk19duowvl] {
    flex: 1;
}

@media (min-width: 641px) {
    .page[b-tk19duowvl] {
        flex-direction: row;
    }
}

/* /Components/WindowFocus.razor.rz.scp.css */
/* Overlay background */
.overlay[b-n5z5ocbvm4] {
    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-n5z5ocbvm4] {
    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;
}
