/* _content/OnlyPractice/Components/Layout/Header.razor.rz.scp.css */
.menu-button[b-gyovwld6jx]{
    padding: 10px 10px 10px 20px;
}

.menu:hover[b-gyovwld6jx] .sidebar{
    display: block;    
}

.logo[b-gyovwld6jx] {
    font-size: 25px;
    padding: 0 15px;
}

.header-logo[b-gyovwld6jx]{
    display: flex;
    align-items: center;
}

.header-btns[b-gyovwld6jx]{
    font-size: 20px;
}

.navbar[b-gyovwld6jx] {
    color: #fff;
    padding: 10px 20px 10px 0px;
    font-size: 25px;
    background: #11101d;
    justify-content: space-between;
}
.navbar #sidebar-close[b-gyovwld6jx] {
    cursor: pointer;
}

.navbar a[b-gyovwld6jx] {
    color: #fff;
    text-decoration: none;
}


.navbar-toggler[b-gyovwld6jx] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-gyovwld6jx] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-gyovwld6jx] {
    font-size: 1.1rem;
}

.bi[b-gyovwld6jx] {
    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-gyovwld6jx] {
    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-gyovwld6jx] {
    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-gyovwld6jx] {
    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-gyovwld6jx] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-gyovwld6jx] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-gyovwld6jx] {
        padding-bottom: 1rem;
    }

    .nav-item[b-gyovwld6jx]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-gyovwld6jx]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-gyovwld6jx]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

/*@media (min-width: 641px) {
/*    .navbar-toggler {
/*        display: none;
/*    }
/*
/*    .collapse {
/*        /* Never collapse the sidebar for wide screens */
/*        display: block;
/*    }
/*
/*    .nav-scrollable {
/*        /* Allow sidebar to scroll for tall menus */
/*        height: calc(100vh - 3.5rem);
/*        overflow-y: auto;
/*    }
/*}
/* _content/OnlyPractice/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-aqnn0ic1vy] {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
}

.main-area[b-aqnn0ic1vy] {
    display: flex;
    flex-grow: 1;
    overflow: hidden;
    position: relative;
}

[b-aqnn0ic1vy] .rz-splitter-bar-resizable {
    background-color: #11101d !important;
}

.top-row[b-aqnn0ic1vy] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-aqnn0ic1vy]  a, .top-row[b-aqnn0ic1vy]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-aqnn0ic1vy]  a:hover, .top-row[b-aqnn0ic1vy]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-aqnn0ic1vy]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-aqnn0ic1vy] {
        justify-content: space-between;
    }

    .top-row[b-aqnn0ic1vy]  a, .top-row[b-aqnn0ic1vy]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .top-row[b-aqnn0ic1vy] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-aqnn0ic1vy]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }
}

/* _content/OnlyPractice/Components/Layout/Sidebar.razor.rz.scp.css */
.sidebar[b-o89lb03hk0] {
    background: #11101d;
    scrollbar-width: none;
    position: absolute;
    width: max-content;
    z-index: 2;
    display: none;
}

[b-o89lb03hk0] .sub-sidebar {
    background: #11101d;
    scrollbar-width: none;
    position: absolute;
    width: max-content;
    z-index: 2;
    display: none;
    left: 100%;
}

[b-o89lb03hk0]  .nav-link{
    justify-content: space-between;
    position: relative;
}

[b-o89lb03hk0]  .nav-link:hover > .sub-sidebar{
    display: block;
}

[b-o89lb03hk0] .menu-item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

[b-o89lb03hk0] .menu-title{
    width: 100%;
    display: flex;
    overflow: hidden;
}

[b-o89lb03hk0] .menu-collapse-icon{
    color: white;
    padding-left: 10px;
}

[b-o89lb03hk0] .navbar-toggler {
    background-color: rgba(255, 255, 255, 0.1);
}

[b-o89lb03hk0] .top-row {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

[b-o89lb03hk0] .navbar-brand {
    font-size: 1.1rem;
}

[b-o89lb03hk0] .bi {
    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-o89lb03hk0] {
    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-o89lb03hk0] {
    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-o89lb03hk0] {
    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");
}

[b-o89lb03hk0] .nav-item {
    font-size: 0.9rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

[b-o89lb03hk0] .nav-item a {
    color: #d7d7d7;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
}

[b-o89lb03hk0] .nav-item a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

[b-o89lb03hk0] .nav-item a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}
/* _content/OnlyPractice/Components/Pages/Home.razor.rz.scp.css */
.home[b-ibtsgnzp0p]{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}
/* _content/OnlyPractice/Components/Pages/Topic.razor.rz.scp.css */


.topic-content[b-z35m2fw2ro]{
    font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif !important;
    color: #111827 !important;
    background: #ffffff !important;
    line-height: 1.65 !important;
    max-width: 980px !important;
    margin: 0 auto !important;
    padding: 28px 18px 48px !important;
}

.topic-content h1[b-z35m2fw2ro]{
    font-size: clamp(1.7rem, 2.4vw, 2.2rem) !important;
    line-height: 1.2 !important;
    margin: 0 0 10px !important;
    letter-spacing: -0.02em !important;
}

[b-z35m2fw2ro] .topic-content h2{
    font-size: 1.25rem !important;
    line-height: 1.25 !important;
    margin: 28px 0 10px !important;
    padding: 10px 12px !important;
    background: linear-gradient(0deg, #eff6ff, transparent 65%) !important;
    border-left: 5px solid #11101d !important;
    border-radius: 0 10px 10px 0 !important;
}

[b-z35m2fw2ro] .topic-content p{
    margin: 10px 0 !important;
    color: #111827 !important;
}

[b-z35m2fw2ro] .topic-content p strong{
    font-weight: 700 !important;
}

[b-z35m2fw2ro] .topic-content ul{
    margin: 10px 0 0 20px !important;
    padding: 0 !important;
}

[b-z35m2fw2ro] .topic-content li{
    margin: 6px 0 !important;
    color: #111827 !important;
}

[b-z35m2fw2ro] .topic-content code{
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, "Liberation Mono", monospace !important;
    font-size: 0.95em !important;
    background: #f3f4f6 !important;
    border: 1px solid #e5e7eb !important;
    padding: 0.05em 0.35em !important;
    border-radius: 8px !important;
}

/* Tables */
[b-z35m2fw2ro] .topic-content table{
    width: 100% !important;
    border-collapse: separate !important;
    border-spacing: 0 !important;
    margin: 14px 0 6px !important;
    background: #fbfbfd !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 14px !important;
    overflow: hidden !important;
    box-shadow: 0 8px 24px rgba(0,0,0,.08) !important;
}

[b-z35m2fw2ro] .topic-content caption{
    caption-side: top !important;
    text-align: left !important;
    font-weight: 700 !important;
    color: #111827 !important;
    padding: 10px 2px 8px !important;
}

[b-z35m2fw2ro] .topic-content thead th{
    background: #f8fafc !important;
    color: #111827 !important;
    font-weight: 700 !important;
    font-size: 0.95rem !important;
    padding: 12px 12px !important;
    border-bottom: 1px solid  #d1d5db !important;
}

[b-z35m2fw2ro] .topic-content tbody td{
    padding: 12px 12px !important;
    vertical-align: top !important;
    border-bottom: 1px solid #e5e7eb !important;
    color: #111827 !important;
}

[b-z35m2fw2ro] .topic-content tbody tr:last-child td{
    border-bottom: none !important;
}

[b-z35m2fw2ro] .topic-content tbody tr:hover td{
    background: #ffffff !important;
}

[b-z35m2fw2ro] .topic-content th,
[b-z35m2fw2ro] .topic-content td{
    text-align: left !important;
}

/* Rounded corners for header row */
[b-z35m2fw2ro] .topic-content thead th:first-child{ border-top-left-radius: 14px !important; }
[b-z35m2fw2ro] .topic-content thead th:last-child{ border-top-right-radius: 14px !important; }

/* Subtle emphasis */
[b-z35m2fw2ro] .topic-content strong{
    color: #0f172a !important;
}

/* Optional “note” class if you want callouts */
[b-z35m2fw2ro] .topic-content .note{
    background: #eff6ff !important;
    border: 1px solid #cfe0ff !important;
    border-left: 5px solid #11101d !important;
    padding: 12px 12px !important;
    border-radius: 14px !important;
    margin: 12px 0 !important;
    color: #111827 !important;
}

.split-pane[b-z35m2fw2ro] {
    display: flex;
    height: 100%;
    overflow: auto;
    padding: 20px;
    scrollbar-width: none;
}

.exercise[b-z35m2fw2ro]{
    display: flex;
    height: min-content;
    align-items: flex-end;
    margin: 10px;
}

.exercise-input[b-z35m2fw2ro] {
    margin: 0 5px;
    text-align:center;
    border: 2px solid #ccc; /* neutral */
    border-radius: 6px;
    outline: none;
}

.exercise-input.valid[b-z35m2fw2ro] { border-color: green; }
.exercise-input.invalid[b-z35m2fw2ro] { border-color: red; }

@keyframes shake-b-z35m2fw2ro {
    0%, 100% { transform: translateX(0); }
    20% { transform: translateX(-6px); }
    40% { transform: translateX(6px); }
    60% { transform: translateX(-4px); }
    80% { transform: translateX(4px); }
}

.shake[b-z35m2fw2ro] {
    animation: shake-b-z35m2fw2ro 260ms;
}

.exercise-page[b-z35m2fw2ro]{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    justify-content: space-between;
}

.exercise-container[b-z35m2fw2ro]{
    overflow: auto;
    scrollbar-width: none;
}

.exercise-btns[b-z35m2fw2ro]{
    display: flex;
    width: 100%;
    justify-content: space-around;
    padding: 20px;
}

.exercise-page-btns[b-z35m2fw2ro]{
    width: 300px;
    display: flex;
    justify-content: space-around;
}

.exercise-page-btns-wrap[b-z35m2fw2ro]{
    display: flex;
    justify-content: center;
}
