/* /Components/StickComponent.razor.rz.scp.css */
.stick[b-r4a23dtenf] {
    position: absolute;
    display: block;
    border: 2px solid #000000;
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-gyclhro49u] {
    position: relative;
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

main[b-gyclhro49u] {
    flex: 1;
    display: flex;
    flex-direction: column;
    height: calc(100vh - 32px);
}

.window-header[b-gyclhro49u] {
    padding: 4px 8px;
    display: flex;
    gap: 8px;
    flex-direction: row;
    align-items: center;
    background: #000179;
    font-size: 12px;
    color: white;
    height: 32px;
    h1 {
        flex: 1;
        font-weight: 400;
        margin: 0;
        font-size: 1rem;
    }

    button[b-gyclhro49u] {
        margin: 0;
        padding: 0;
        width: 24px;
        height: 24px;
        font-weight: 700;
    }
}
/* /Pages/Home.razor.rz.scp.css */
.window-content-section[b-qs1yc69msr] {
    color: #ffffff;
    position: relative;
    min-width: 100vw;
    max-width: 100vw;
    flex: 1;
    
    display: flex;
    justify-content: center;
    align-items: center;
}

.window[b-qs1yc69msr]{
    width: 420px;
}

.button-container[b-qs1yc69msr] {
    margin-top: 32px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 32px;
    
    button {
        padding: 8px 20px;
    }
}
