/* /MainLayout.razor.rz.scp.css */
.page[b-aks41690d7]
{
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-aks41690d7]
{
    flex: 1;
}

.sidebar[b-aks41690d7]
{
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-aks41690d7]
{
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-aks41690d7]  a, .top-row[b-aks41690d7]  .btn-link
    {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-aks41690d7]  a:hover, .top-row[b-aks41690d7]  .btn-link:hover
    {
        text-decoration: underline;
    }

    .top-row[b-aks41690d7]  a:first-child
    {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px)
{
    .top-row:not(.auth)[b-aks41690d7]
    {
        display: none;
    }

    .top-row.auth[b-aks41690d7]
    {
        justify-content: space-between;
    }

    .top-row[b-aks41690d7]  a, .top-row[b-aks41690d7]  .btn-link
    {
        margin-left: 0;
    }
}

@media (min-width: 641px)
{
    .page[b-aks41690d7]
    {
        flex-direction: row;
    }

    .sidebar[b-aks41690d7]
    {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-aks41690d7]
    {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-aks41690d7]  a:first-child
    {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-aks41690d7], article[b-aks41690d7]
    {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Pages/Index.razor.rz.scp.css */
#canvasHolder[b-xf5i4vc7jr] {
    position: fixed;
    margin: 0%;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background: #000;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

#theCanvas[b-xf5i4vc7jr] {
    touch-action: none;
    width: 100%;
    height: 100%;
    -webkit-user-select: none;
}

#canvas-top-overlay[b-xf5i4vc7jr] {
    position: absolute;
    min-width: 350px;
    width: fit-content;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    height: 35px;
    background: white;
    color: rgb(100, 100, 100);
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 0px;
    font-size: 15px;
    font-weight: bold;
    border-radius: 0px 0px 40px 40px;
}

p[b-xf5i4vc7jr] {
    padding: 0px;
    margin: 2px;
}

#canvas-center-overlay[b-xf5i4vc7jr] {
    text-wrap: nowrap;
    width: fit-content;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 20;
    background: transparent;
    color: white;
    font-size: 20px;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    align-items: center;
}

kbd[b-xf5i4vc7jr] {
    background: white;
    color: rgb(100, 100, 100);
    font-size: 20px;
    font-weight: bold;
}

#tutorial-div[b-xf5i4vc7jr] {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
    margin-bottom: 40px;
    justify-content: center;
    align-items: center;
}

#score-div[b-xf5i4vc7jr] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}

#final-stage-paragraph[b-xf5i4vc7jr] {
    background: rgb(120, 120, 120);
    border-radius: 5px;
    padding: 0px 20px;
}

#pause-button[b-xf5i4vc7jr] {
    border: none;
    border-radius: 5px;
    padding: 2px 15px;
    min-width: 100px;
    font-weight: bold;
    color: rgb(100, 100, 100);
}
