/* /Components/BarModelPane.razor.rz.scp.css */
.pane-container[b-xzhlz8yyv7] {
    height: 100%;
    width: 98%;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    background: #fafbfc;
    margin: 0.5rem;
    box-shadow: 0 2px 6px rgba(0,0,0,0.03);
    display: flex;
    flex-direction: column;
}

.pane-header[b-xzhlz8yyv7] {
    font-size: 0.8rem;
    font-weight: bold;
    padding: 0.1rem 1rem;
    border-bottom: 1px solid #e0e0e0;
    background: #e3f2fd; /* light blue */
}

.pane-content[b-xzhlz8yyv7] {
    height: 100%;
    width: 100%;
    padding: 8px;
    font-size: 1rem;
}
/* /Components/ColorSchemePreview.razor.rz.scp.css */
.color-scheme-preview[b-li7wcjto36] {
    display: flex;
    gap: 0px;
    align-items: center;
}

.color-square[b-li7wcjto36] {
    width: 24px;
    height: 24px;
    border: 1px solid #ccc;
    border-radius: 0px;
}
/* /Components/EditorPane.razor.rz.scp.css */
.pane-container[b-aakowdflr4] {
    height: 100%;
    width: 98%;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    background: #fafbfc;
    margin: 0.5rem;
    box-shadow: 0 2px 6px rgba(0,0,0,0.03);
    display: flex;
    flex-direction: column;
}

.pane-header[b-aakowdflr4] {
    font-size: 0.8rem;
    font-weight: bold;
    padding: 0.1rem 1rem;
    border-bottom: 1px solid #e0e0e0;
    background: #e3f2fd; /* light blue */
}

.pane-content[b-aakowdflr4] {
    height: 100%;
    width: 100%;
    padding: 8px;
    font-size: 1rem;
}
/* /Components/IssuePane.razor.rz.scp.css */
.pane-container[b-1c1btauq9h] {
    height: 100%;
    width: 98%;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    background: #fafbfc;
    margin: 0.5rem;
    box-shadow: 0 2px 6px rgba(0,0,0,0.03);
    display: flex;
    flex-direction: column;
}

.pane-header[b-1c1btauq9h] {
    font-size: 0.8rem;
    font-weight: bold;
    padding: 0.1rem 1rem;
    border-bottom: 1px solid #e0e0e0;
    background: #e3f2fd; /* light blue */
}

.pane-content[b-1c1btauq9h] {
    height: 98%;
    width: 100%;
    padding: 8px;
    font-size: 1rem;
}

.issues-list[b-1c1btauq9h] {
    margin: 0;
    padding: 0;
}

.issue-row[b-1c1btauq9h] {
    display: flex;
    padding: 2px;
    margin: 0;
    line-height: 1;
    border-bottom: none;
    cursor: pointer;
}

    .issue-row > .col[b-1c1btauq9h] {
        padding: 0;
        margin: 0;
    }

.issue-text[b-1c1btauq9h] {
    width: 90%;
    overflow: visible;
    white-space: nowrap;
    text-align: left;
}

.issue-line[b-1c1btauq9h] {
    width: 10%;
    text-align: right;
}
/* /Components/SampleBrowser.razor.rz.scp.css */
.pane-container[b-jxcdgka1tp] {
    height: 100%;
    width: 98%;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    background: #fafbfc;
    margin: 0.5rem;
    box-shadow: 0 2px 6px rgba(0,0,0,0.03);
    display: flex;
    flex-direction: column;
}

.pane-header[b-jxcdgka1tp] {
    font-size: 0.8rem;
    font-weight: bold;
    padding: 0.1rem 1rem;
    border-bottom: 1px solid #e0e0e0;
    background: #e3f2fd; /* light blue */
}

.pane-content[b-jxcdgka1tp] {
    padding: 8px;
    font-size: 1rem;
    height: 100%;
    width: 100%;
}
/* /Components/SettingsPane.razor.rz.scp.css */
.text-right[b-14ppbif441] {
    text-align: right;
}

.label-right-middle[b-14ppbif441] {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
/* /Components/WordProblemPane.razor.rz.scp.css */
.pane-container[b-2vvtam5il2] {
    height: 100%;
    width: 98%;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    background: #fafbfc;
    margin: 0.5rem;
    box-shadow: 0 2px 6px rgba(0,0,0,0.03);
    display: flex;
    flex-direction: column;
}

.pane-header[b-2vvtam5il2] {
    font-size: 0.8rem;
    font-weight: bold;
    padding: 0.1rem 1rem;
    border-bottom: 1px solid #e0e0e0;
    background: #e3f2fd; /* light blue */
}

.pane-content[b-2vvtam5il2] {
    padding: 8px;
    font-size: 1rem;
    height: 100%;
    width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

    .top-row[b-iyq95gqetd], article[b-iyq95gqetd] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

.sidebar-toggle-top-left[b-iyq95gqetd] {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1001;
}

.compact-button[b-iyq95gqetd] {
    font-size: 0.85rem;
    padding: 2px 8px !important;
    min-height: 28px !important;
    height: 28px !important;
    line-height: 1.2 !important;
}

    .compact-button .rz-button-text[b-iyq95gqetd] {
        padding: 0 4px !important;
    }

    .compact-button .rz-icon[b-iyq95gqetd] {
        font-size: 1rem !important;
    }
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-nyeat6hn9r] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-nyeat6hn9r] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-nyeat6hn9r] {
    font-size: 1.1rem;
}

.bi[b-nyeat6hn9r] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-nyeat6hn9r] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-nyeat6hn9r] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-nyeat6hn9r] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-nyeat6hn9r] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-nyeat6hn9r] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-nyeat6hn9r] {
        padding-bottom: 1rem;
    }

    .nav-item[b-nyeat6hn9r]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-nyeat6hn9r]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-nyeat6hn9r]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.menuitem-separator[b-nyeat6hn9r] {
    height: 1px;
    background-color: rgba(255,255,255,0.2);
    margin: 0.5rem 0;
}

@media (min-width: 641px) {
    .navbar-toggler[b-nyeat6hn9r] {
        display: none;
    }

    .collapse[b-nyeat6hn9r] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-nyeat6hn9r] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}

/* /Pages/Help.razor.rz.scp.css */
.help-page-grid[b-6l1ldvy65k] {
    display: grid;
    height: 100%;
    width: 100%; /* Full width */
    gap: 10px; /* Optional gap between rows */
    box-sizing: border-box;
    padding: 0px;
    margin: 0; /* Ensure no margin */
    position: relative; /* Ensure it doesn't create a new stacking context */
    z-index: 5; /* Default stacking context */
}

.help-panel-overlay[b-6l1ldvy65k] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2000;
}

.help-panel[b-6l1ldvy65k] {
    background-color: #fdf6e3; /* Light Cream */
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    max-width: 100%;
    max-height: 100%;
    display: flex;
    flex-direction: column; /* Stack content and button vertically */
    position: relative;
}

.help-content[b-6l1ldvy65k] {
    overflow-y: auto; /* Make the content scrollable */
    flex: 1; /* Take up remaining space above the button */
}

h1[b-6l1ldvy65k] {
    color: #6b4226;
    font-size: 1.8rem;
}

h2[b-6l1ldvy65k] {
    color: #6b4226;
    font-size: 1.4rem;
}

ul[b-6l1ldvy65k] {
    padding-left: 1.2em;
    font-size: 1.125rem;
}

p[b-6l1ldvy65k] {
    font-size: 1.125rem;
    line-height: 1.6;
}

code[b-6l1ldvy65k] {
    background-color: #eee;
    padding: 2px 4px;
    border-radius: 4px;
    font-family: 'Courier New', Courier, monospace;
    font-size: 1.125rem;
}

img[b-6l1ldvy65k] {
    max-width: 100%;
    height: auto;
    display: block;
    margin: auto;
}

.close-button[b-6l1ldvy65k] {
    margin-top: 10px;
    align-self: center; /* Center the button horizontally */
    position: sticky; /* Ensure the button stays visible */
    bottom: 0; /* Stick to the bottom of the panel */
    z-index: 10; /* Ensure it stays above the content */
}

.centered-image[b-6l1ldvy65k] {
    display: inline-block;
    vertical-align: middle;
}
/* /Pages/Home.razor.rz.scp.css */
/* /Pages/SettingsPage.razor.rz.scp.css */
.settings-pane-container[b-xrb2docs4t] {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.settings-scrollable[b-xrb2docs4t] {
    flex: 1 1 auto;
    overflow-y: auto;
}
.settings-buttons[b-xrb2docs4t] {
    flex-shrink: 0;
    display: flex;
    gap: 12px;
    padding: 16px 0 0 0;
    background: var(--rz-background-color, #fff);
    position: sticky;
    bottom: 0;
    z-index: 1;
}
