/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-obbcb5xbf4] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-obbcb5xbf4] {
    flex: 1;
}

.sidebar[b-obbcb5xbf4] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-obbcb5xbf4] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.top-row[b-obbcb5xbf4]  a,
.top-row[b-obbcb5xbf4]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
}

.top-row[b-obbcb5xbf4]  a:hover,
.top-row[b-obbcb5xbf4]  .btn-link:hover {
    text-decoration: underline;
}

.top-row[b-obbcb5xbf4]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

article[b-obbcb5xbf4] {
    padding: 1.5rem;
}

.content[b-obbcb5xbf4] {
    padding: 1.5rem clamp(1rem, 5vw, 4rem) !important;
    max-width: 1400px;
    margin-inline: auto;
    width: 100%;
    box-sizing: border-box;
}

@media (max-width: 640.98px) {
    .top-row[b-obbcb5xbf4] {
        justify-content: space-between;
    }

    .top-row[b-obbcb5xbf4]  a,
    .top-row[b-obbcb5xbf4]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-obbcb5xbf4] {
        flex-direction: row;
    }

    .sidebar[b-obbcb5xbf4] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-obbcb5xbf4] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-obbcb5xbf4]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-obbcb5xbf4],
    article[b-obbcb5xbf4] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Pages/Home.razor.rz.scp.css */
body[b-e43gatec5x] {
}

#editorWrapper[b-e43gatec5x] {
    flex: 0 0 75%;
    height: fit-content;
}

#sourceCodeEditor[b-e43gatec5x] {
    height: 25em;
}

#assemblyCodeEditor[b-e43gatec5x] {
    height: 25em;
}
