@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';

/* /Components/Article/AppBanner.razor.rz.scp.css */
.app-banner[b-z4h8lqjntz] {
    padding: 20px;
    border: 2px solid var(--mud-palette-primary);
    border-radius: 4px;
    font-size: 16px;
    margin: 36px 0;

    .app-banner-title {
        font-weight: 700;
    }
}
/* /Components/Article/ArticleBreadcrumbs.razor.rz.scp.css */
[b-e2186yck8j] .mud-breadcrumbs {
    padding: 24px 0;
    margin-bottom: 0;
}
/* /Components/Article/ArticleLinks.razor.rz.scp.css */
[b-b9v9s040yt] .category-link a {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #444444;
}

[b-b9v9s040yt] .category-link.size-large a {
    width: 130px;
    height: 100px;
}

[b-b9v9s040yt] .category-link.size-medium a {
    width: 90px;
    height: 75px;
    font-size: 12px;
}

[b-b9v9s040yt] .category-link.size-medium a .category-icon {
    width: 25px;
    height: 25px;
}


@media (max-width: 500px) {
    [b-b9v9s040yt] .category-link.size-large a {
        width: 120px;
    }
}

@media (max-width: 450px) {
    [b-b9v9s040yt] .category-link.size-large a {
        width: 100px;
        height: 90px;
        font-size: 13px;
    }
    [b-b9v9s040yt] .category-link.size-large a .category-icon {
        width: 35px;
        height: 35px;
    }
}

@media (max-width: 400px) {
    [b-b9v9s040yt] .category-link.size-large a {
        width: 95px;
        height: 95px;
    }
}

[b-b9v9s040yt] .category-link a:hover {
    font-weight: 700;
}

[b-b9v9s040yt] .category-link.disabled a {
    opacity: 0.5;
    cursor: default;
    user-select: none;
}

[b-b9v9s040yt] .category-link.disabled a:hover {
    font-weight: 400;
}
/* /Components/Article/ArticlePage.razor.rz.scp.css */
[b-sl82qikv3r] .mud-tab {
    text-transform: none;
}
/* /Components/Article/ArticlePageHeader.razor.rz.scp.css */
.article-page-header[b-lrbwv2gsxl] {
    margin-bottom: 60px;
}

@media screen and (max-width: 600px) {
    .article-page-header[b-lrbwv2gsxl]  h1 {
        font-size: 26px;
    }
}
/* /Components/Article/ArticlePageSection.razor.rz.scp.css */
.article-page-section[b-ntqphs8ogt] {
    margin-bottom: 60px;
}
/* /Components/Article/SectionContent.razor.rz.scp.css */
.article-section-content[b-y54xrcgyr2] {
    border-radius: 4px;
    margin: auto auto 40px;
    display: flex;
    outline: 0;
    position: relative;
}

.article-section-content-inner[b-y54xrcgyr2] {
    display: block;
    outline: 0;
    position: relative;
    justify-content: center;
}

.article-section-content.article-section-content-outlined[b-y54xrcgyr2] {
    padding: 20px;
}

.article-display-flex > .article-section-content-inner[b-y54xrcgyr2] {
    display: flex;
    flex-grow: 1;
    flex-wrap:wrap;
}


.article-content-full-width > .article-section-content-inner[b-y54xrcgyr2] {
    width: 100%;
}

.article-section-content-darken[b-y54xrcgyr2] {
    background-color: var(--mud-palette-background-grey);
}

.article-section-content-outlined[b-y54xrcgyr2] {
    border: 1px solid var(--mud-palette-lines-default);
}

.article-section-content-display-grid[b-y54xrcgyr2] {
    display: grid;
}

.article-section-auto-margin-content > .article-section-content-inner > *:not(.mud-grid)[b-y54xrcgyr2] {
    margin: 8px;
}
/* /Components/Article/SectionHeader.razor.rz.scp.css */
.article-section-header[b-w3w6derav2] {
    margin-bottom: 20px;
}

[b-w3w6derav2] h3 {
    font-size: 20px;
    font-weight: 700;
}
/* /Components/Calculator.razor.rz.scp.css */
.calculator[b-gx4noadoh2] {
    max-width: 100%;
    width: 350px;
    border: 1px solid #cccccc;
    border-radius: 8px;
    font-size: 18px;
    padding: 2px;
    background: #2a2a2a;
    color: #ffffff;
}

.calculator-operator[b-gx4noadoh2], .calculator-executor[b-gx4noadoh2] {
    font-size: 20px;
}

@media screen and (max-width: 400px) {
    .calculator[b-gx4noadoh2] {
        width: 300px;
    }
}

@media screen and (max-width: 350px) {
    .calculator[b-gx4noadoh2] {
        width: 250px;
    }
}

.calculator-close-button[b-gx4noadoh2] {
    margin: 5px;
}

.calculator-input[b-gx4noadoh2] {
    padding: 30px 10px 15px;
    border-radius: 5px;
    display: block;
    font-size: 40px;
    white-space: nowrap;
    text-align: right;
    overflow: hidden;
    overflow-x: auto;
}

.calculator-input-result[b-gx4noadoh2], .calculator-input-operator[b-gx4noadoh2], .calculator-input-parameter[b-gx4noadoh2] {
    display: inline-block;
}

.calculator-input-operator[b-gx4noadoh2] {
    margin: 0 5px;
}

.calculator-keys[b-gx4noadoh2] {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
}

.calculator-button[b-gx4noadoh2] {
    border-radius: 5px;
    padding: 15px 10px;
    margin: 2px;
    font-weight: 300;
}

.calculator-number[b-gx4noadoh2] {
    background: #5c5c5c;
}

.calculator-operator[b-gx4noadoh2] {
    background: #404040;
}

@media screen and (min-width: 765px){
    .calculator-number:hover[b-gx4noadoh2] {
        background: #404040;
    }

    .calculator-operator:hover[b-gx4noadoh2] {
        background: #5c5c5c;
    }
}

.calculator-number:active[b-gx4noadoh2] {
    background: #404040;
}

.calculator-operator:active[b-gx4noadoh2] {
    background: #5c5c5c;
}

.calculator-executor[b-gx4noadoh2] {
    background: #3abdff;
    color: #2a2a2a;
}

.calculator-executor:hover[b-gx4noadoh2] {
    background: #35adea;
}
/* /Components/ConversionTable.razor.rz.scp.css */
.conversion-table[b-colujmz5ql]  table th, .conversion-table[b-colujmz5ql]  table td {
    text-align: center;
    white-space: nowrap;
}

.conversion-table[b-colujmz5ql]  table tr > th:first-of-type {
    text-align: left;
}
/* /Components/CopyToClipboard.razor.rz.scp.css */
.clipboard-text .copied[b-6yajzf6w8z] {
    position: absolute;
    right: 0;
    transform: translate(105%, 0.25em);
}
/* /Components/ExerciseExample.razor.rz.scp.css */
.practice-exercise[b-h8qd4qgk70] {
    text-align: center;
}

.exercise-count[b-h8qd4qgk70] {
    margin-bottom: 2rem;
}

.exercise-count small[b-h8qd4qgk70] {
    border-bottom: 1px solid #444444;
}

.practice-exercise-description[b-h8qd4qgk70] {
    font-size: 16px;
}

.practice-exercise-question[b-h8qd4qgk70] {
    font-size: 18px;
    font-weight: 700;
}

.practice-exercise-result[b-h8qd4qgk70] {
    min-height: 80px;
}

[b-h8qd4qgk70] a, [b-h8qd4qgk70] .btn-link {
    color: var(--mud-palette-primary);
}

[b-h8qd4qgk70] a:hover, [b-h8qd4qgk70] .btn-link:hover {
    text-decoration: underline;
}
/* /Components/ExerciseGenerationModal.razor.rz.scp.css */
.category-navigation[b-yk8h7uhrgp] {
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    margin-bottom: 32px;
}

.category-navigation li[b-yk8h7uhrgp] {
    padding: 5px 10px;
}

.category-navigation li:hover[b-yk8h7uhrgp] {
    cursor: pointer;
}
/* /Components/ExerciseHelp.razor.rz.scp.css */
.exercise-help[b-ryue97814u] {
    overflow: auto;
}
[b-ryue97814u] table td, [b-ryue97814u] table th {
    border: 1px solid #cccccc;
    padding: 10px;
}

[b-ryue97814u] p, [b-ryue97814u] table {
    font-size: 16px;
    margin-bottom: 16px;
}

.exercise-help[b-ryue97814u] {
    font-size: 16px;
}

[b-ryue97814u] p, .exercise-help[b-ryue97814u] {
    line-height: 1.4;
}

[b-ryue97814u] p:last-of-type {
    margin-bottom: 0;
}

.exercise-help.font-size-14[b-ryue97814u], .font-size-14[b-ryue97814u]  p, [b-ryue97814u] .font-size-14 table{
    font-size: 14px;
}
/* /Components/Fraction.razor.rz.scp.css */
.frac[b-dlifp96dbm] {
    font-size: 80%;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    letter-spacing: 0.001em;
    text-align: center;
    line-height: 1;
}
.frac > span[b-dlifp96dbm] {
    display: block;
    padding: 0.1em;
}
.frac span.bottom[b-dlifp96dbm] {
    border-top: thin solid black;
}
.frac span.symbol[b-dlifp96dbm] {
    display: none;
}
/* /Components/InputTypes/NumberInputType.razor.rz.scp.css */
.number-input-type[b-2vi7vj64ug]::-webkit-inner-spin-button,
.number-input-type[b-2vi7vj64ug]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* /Components/InputTypes/RadioInputType.razor.rz.scp.css */
.radio-row[b-yi7wuzt5vs] {
    max-width: 1000px;
}
.radio[b-yi7wuzt5vs] {
    text-align: center;
    width: 100%;
    height: 50px;
    border: 1px solid #d1d3e2;
    border-radius: .35rem;
    padding: 5px;

    display: flex;
    justify-content: center;
    align-items: center;

    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                          supported by Chrome, Opera and Firefox */
}
.radio.long[b-yi7wuzt5vs] {
    height: 60px;
}
.noanswer .radio[b-yi7wuzt5vs] {
    cursor: pointer;
}
.radio.correct[b-yi7wuzt5vs], .radio.incorrect[b-yi7wuzt5vs], .radio.submitting[b-yi7wuzt5vs], .radio.selected[b-yi7wuzt5vs], .noanswer .radio:hover[b-yi7wuzt5vs] {
    border-width: 2px;
    font-weight: 700;
}
.noanswer .radio:hover[b-yi7wuzt5vs], .radio.selected[b-yi7wuzt5vs] {
    color: var(--mud-palette-primary);
    border-color: var(--mud-palette-primary);
}
.radio.correct[b-yi7wuzt5vs] {
    color: var(--mud-palette-success-darken);
    border-color: var(--mud-palette-success-darken);
}
.radio.incorrect[b-yi7wuzt5vs] {
    color: var(--mud-palette-error-lighten);
    border-color: var(--mud-palette-error-lighten);
}

.submitting .fa-spinner[b-yi7wuzt5vs] {
    font-size: 20px;
}
/* /Components/KnowledgeProgress.razor.rz.scp.css */
.knowledge-bars[b-kutuek16a6] {
    width: 100%;
}

@media screen and (min-width: 600px) {
    .knowledge-bars.display-labels[b-kutuek16a6] {
        padding-bottom: 16px;
    }
}

@media screen and (max-width: 600px) {
    .knowledge-bars.display-labels-mobile[b-kutuek16a6] {
        padding-bottom: 16px;
    }
}

/* /Components/KnowledgeRequirementsModal.razor.rz.scp.css */
.category-navigation[b-zn42uiehd9] {
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    margin-bottom: 32px;
}

.category-navigation li[b-zn42uiehd9] {
    padding: 5px 10px;
}

.category-navigation li:hover[b-zn42uiehd9] {
    cursor: pointer;
}
/* /Components/PracticeExercise.razor.rz.scp.css */
.practice-exercise[b-ouiq19f435] {
    text-align: center;
}

.exercise-count[b-ouiq19f435] {
    margin-bottom: 2rem;
}

.exercise-count small[b-ouiq19f435] {
    border-bottom: 1px solid #444444;
}

.practice-exercise-description[b-ouiq19f435] {
    font-size: 16px;
}

.practice-exercise-question[b-ouiq19f435] {
    font-size: 18px;
    font-weight: 700;
}

.practice-exercise-result[b-ouiq19f435] {
    min-height: 80px;
}
/* /Components/PwaInstallBanner.razor.rz.scp.css */
.pwa-banner[b-ivjwvpdhvw] {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    z-index: 9999; /* Below footer menu but above content */
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    animation: slideUp-b-ivjwvpdhvw 0.3s ease-out;
}

/* On mobile, position above the footer menu */
@media (max-width: 575.98px) {
    .pwa-banner[b-ivjwvpdhvw] {
        bottom: 60px; /* Above the footer menu on mobile */
        z-index: 999; /* Below footer menu */
    }
}

.pwa-banner-content[b-ivjwvpdhvw] {
    display: flex;
    align-items: center;
    padding: 12px 20px;
    max-width: 1200px;
    margin: 0 auto;
    gap: 15px;
}

.pwa-banner-icon[b-ivjwvpdhvw] {
    flex-shrink: 0;
}

.pwa-banner-icon img[b-ivjwvpdhvw] {
    width: 40px;
    height: 40px;
    border-radius: 8px;
}

.pwa-banner-text[b-ivjwvpdhvw] {
    flex: 1;
    min-width: 0;
}

.pwa-banner-text h4[b-ivjwvpdhvw] {
    margin: 0 0 4px 0;
    font-size: 1rem;
    font-weight: 600;
}

.pwa-banner-text p[b-ivjwvpdhvw] {
    margin: 0;
    font-size: 0.875rem;
    opacity: 0.9;
}

.pwa-banner-actions[b-ivjwvpdhvw] {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}

.pwa-install-btn[b-ivjwvpdhvw] {
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: white;
    padding: 8px 16px;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 500;
    font-size: 0.875rem;
    text-decoration: none;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.pwa-install-btn:hover[b-ivjwvpdhvw] {
    background: rgba(255, 255, 255, 0.3);
    color: white;
    text-decoration: none;
    transform: translateY(-1px);
}

.pwa-dismiss-btn[b-ivjwvpdhvw] {
    background: transparent;
    border: none;
    color: white;
    padding: 8px;
    cursor: pointer;
    font-size: 1.2rem;
    border-radius: 4px;
    transition: background-color 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
}

.pwa-dismiss-btn:hover[b-ivjwvpdhvw] {
    background: rgba(255, 255, 255, 0.1);
}

@keyframes slideUp-b-ivjwvpdhvw {
    from {
        transform: translateY(100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@media (max-width: 768px) {
    .pwa-banner-content[b-ivjwvpdhvw] {
        padding: 10px 15px;
        gap: 10px;
    }

    .pwa-banner-icon img[b-ivjwvpdhvw] {
        width: 32px;
        height: 32px;
    }

    .pwa-banner-text h4[b-ivjwvpdhvw] {
        font-size: 0.875rem;
    }

    .pwa-banner-text p[b-ivjwvpdhvw] {
        font-size: 0.75rem;
    }

    .pwa-install-btn[b-ivjwvpdhvw] {
        padding: 6px 12px;
        font-size: 0.75rem;
    }
}
/* /Components/Subscribe.razor.rz.scp.css */
.tos[b-jp50yim0k5] {
    text-align: center;
    line-height: 1.5;
}

@media screen and (max-width: 669px) {
    .tos[b-jp50yim0k5] {
        text-align: center;
        margin-bottom: 16px;
    }
}

[b-jp50yim0k5] .tos a {
    color: #4e4eff;
    text-decoration: underline;
}
/* /Pages/Admin/Categories/Categories.razor.rz.scp.css */
.categories-page td[b-5eezjzc1xj] {
    vertical-align: middle;
}
/* /Pages/Admin/ContactMessages/ContactMessagesPage.razor.rz.scp.css */
[b-2xopf2ew0l] .contact {
    width: 500px;
    max-width: 100%;
    display: flex;
    align-items: center;
    color: inherit;
    box-shadow: inset 0 -1px 0 0 rgb(100 121 143 / 12%);
    padding: 5px;
}

[b-2xopf2ew0l] .contact:hover {
    text-decoration: none;
    box-shadow: inset 1px 0 0 #dadce0, inset -1px 0 0 #dadce0, 0 1px 2px 0 rgb(60 64 67 / 30%), 0 1px 3px 1px rgb(60 64 67 / 15%);

}

[b-2xopf2ew0l] .contact-inner {
    display: flex;
    flex-direction: column;
    max-width: 95%;
}

.contact-from[b-2xopf2ew0l] {
    width: 100px;
    max-width: 100%;
}

.contact-message[b-2xopf2ew0l] {
    overflow: hidden;
    text-overflow: ellipsis;
    width: 300px;
    max-width: 100%;
}
/* /Pages/Admin/DataProviders/DataProviderLayout.razor.rz.scp.css */
[b-91mqzpwji9] .table {
    display:table;
}

[b-91mqzpwji9] .thead
{
    display:table-header-group;
}
[b-91mqzpwji9] .tbody
{
    display:table-row-group;
}

[b-91mqzpwji9] .tr {
    display: table-row;
}

[b-91mqzpwji9] .td, [b-91mqzpwji9] .th {
    display: table-cell;
    padding: .3rem .5rem;
}

[b-91mqzpwji9] .th {
    font-weight: 700;
}

[b-91mqzpwji9] .td {
    border-top: 1px solid #e3e6f0;
    font-size: 14px;
    white-space: nowrap;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
}

[b-91mqzpwji9] .no-border .td {
    border: none;
}

[b-91mqzpwji9] .td input {
    min-width: 85px;
}

[b-91mqzpwji9] .td, [b-91mqzpwji9] .td a {
    color: #333;
}
/* /Pages/Admin/ExerciseExamples/ExerciseExamples.razor.rz.scp.css */
/* /Pages/Admin/ExerciseTemplates/ValueTableProvider.razor.rz.scp.css */
.table th[b-k4u6v826aj], .table td[b-k4u6v826aj] {
    border: none;
}

.table[b-k4u6v826aj] {
    border: 1px solid #5a5c69;
}

.table tr:first-of-type th[b-k4u6v826aj] {
    border-bottom: 1px solid #5a5c69;
}
/* /Pages/Admin/KnowledgeRequirements/KnowledgeRequirementsPage.razor.rz.scp.css */
.category-navigation[b-qr89dcoubv] {
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    margin-bottom: 32px;
}

.category-navigation li[b-qr89dcoubv] {
    padding: 5px 10px;
}

.category-navigation li:hover[b-qr89dcoubv] {
    cursor: pointer;
}
/* /Pages/Admin/LearningObjects/LearningObjectRow.razor.rz.scp.css */
.sub-category td[b-wavkix84ai] {
    border: none;
}

.sub-category ~ .sub-category td[b-wavkix84ai] {
    padding-top: 20px;
}

.sub-category-title[b-wavkix84ai] {
    font-size: 20px;
}
/* /Pages/Admin/LearningObjects/LearningObjects.razor.rz.scp.css */
.category-navigation[b-e7fuqogutr] {
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
}
/* /Pages/Admin/Subscriptions/SubscriptionsPage.razor.rz.scp.css */
td[b-cbun80v8iz] {
    white-space: nowrap;
}

.filter-select[b-cbun80v8iz] {
    margin: 0 10px;
    cursor: pointer;

    &.active {
        border-bottom: 2px solid #7171ff;
    }
}
/* /Pages/Admin/TemplateCorrection/TemplateCorrection.razor.rz.scp.css */
.template-navigation[b-1bln4se97l] {
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    margin-bottom: 32px;
}

.template-navigation li[b-1bln4se97l] {
    white-space: nowrap;
}
/* /Pages/Articles/ArticleIndex.razor.rz.scp.css */
.categories[b-uxjj4wf4cf] {
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
}

[b-uxjj4wf4cf] h1 {
    font-size: 32px;
    font-weight: 400;
}

@media screen and (max-width: 600px) {
    [b-uxjj4wf4cf] h1 {
        font-size: 28px;
    }
}
/* /Pages/Articles/Dilution.razor.rz.scp.css */
table[b-wm0llt1bhs] {
    margin-bottom: 16px;
}

table td[b-wm0llt1bhs], table th[b-wm0llt1bhs] {
    border: 1px solid #cccccc;
    padding: 10px;
    text-align: left;
    text-wrap: none;
}

.table-responsive[b-wm0llt1bhs] {
    overflow: auto;
}
/* /Pages/Articles/Formulas.razor.rz.scp.css */
table td[b-ojc6t6fzh1], table th[b-ojc6t6fzh1] {
    border: 1px solid #cccccc;
    padding: 10px;
    white-space: nowrap;
}

table[b-ojc6t6fzh1] {
    font-size: 16px;
    margin-bottom: 16px;
}
.grid[b-ojc6t6fzh1] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
        "dsm drops"
        "dsm dilution"
        "percent dilution"
        "oxygen dilution"
        "volume weight";
        "time weight";
    grid-gap: 16px;
}

@media screen and (max-width: 815px) {
    .grid[b-ojc6t6fzh1] {
        grid-template-columns: 100%;
        grid-template-areas:
        "dsm"
        "drops"
        "percent"
        "volume"
        "weight"
        "time"
        "oxygen"
        "dilution"
    }
}

.dsm[b-ojc6t6fzh1] {
    grid-area: dsm;
}

.drops[b-ojc6t6fzh1] {
    grid-area: drops;
}

.dilution[b-ojc6t6fzh1] {
    grid-area: dilution;
}

.percent[b-ojc6t6fzh1] {
    grid-area: percent;
}

.oxygen[b-ojc6t6fzh1] {
    grid-area: oxygen;
}

.volume[b-ojc6t6fzh1] {
    grid-area: volume;
}

.weight[b-ojc6t6fzh1] {
    grid-area: weight;
}
/* /Pages/Identity/Register.razor.rz.scp.css */
[b-n1n0f7i1b1] .tos .mud-typography-body1 {
    margin-bottom: 0;
}

[b-n1n0f7i1b1] .tos .mud-icon-button {
    margin-left: -12px;
}
[b-n1n0f7i1b1] .tos p {
    font-size: 14px;
}
[b-n1n0f7i1b1] .tos label {
    line-height: 0;
}
/* /Pages/Learner/Account/Account.razor.rz.scp.css */
strong[b-i3vzbnvgl3] {
    font-weight: 500;
}
[b-i3vzbnvgl3] .mud-typography-subtitle1 {
    font-size: 14px;
}

[b-i3vzbnvgl3] h1 {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 599px){
    [b-i3vzbnvgl3] h1 {
        font-size: 24px;
        flex-direction: column;
    }
}

.signup-card[b-i3vzbnvgl3] {
    width: 450px;
    max-width: 100%;
    margin: 64px auto 0;
    border: 1px solid #dbdbdb;
    box-shadow: 0 2px 20px rgba(24, 37, 56, 0.25);
    padding: 32px 64px 40px;
    border-radius: 8px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.signup-card h2[b-i3vzbnvgl3] {
    font-size: 26px;
    line-height: 40px;
    font-weight: 600;
    color: #182538;
    margin: 0;
}

.signup-card hr[b-i3vzbnvgl3] {
    margin-top: 24px;
    margin-bottom: 32px;
    width: 100%;
}

.signup-card form[b-i3vzbnvgl3] {
    width: 100%;
}

.signup-card form:not(:first-of-type)[b-i3vzbnvgl3]{
    margin-top: 20px;
}

.signup-card button[b-i3vzbnvgl3] {
    padding: 8px 60px;
    background: #ffffff;
    border: 1px solid #b6b6b6;
    border-radius: 5px;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    cursor: pointer;
    width: 100%;
    white-space: nowrap;
}

@media screen and (max-width: 500px){
    .signup-card[b-i3vzbnvgl3] {
        padding: 16px;
    }
    .signup-card button[b-i3vzbnvgl3]{
        padding: 8px 80px;
    }
}

@media screen and (max-width: 450px){
    .signup-card button[b-i3vzbnvgl3]{
        padding: 8px 64px;
    }
}

@media screen and (max-width: 360px){
    .signup-card button[b-i3vzbnvgl3]{
        padding: 8px 24px;
    }
}

.signup-card button img[b-i3vzbnvgl3] {
    display: inline;
    margin-right: 12px;
    max-width: 25px;
    max-height: 25px;
}

/* /Pages/Learner/Account/AccountCategoryStats.razor.rz.scp.css */
strong[b-rxg08crt4y] {
    font-weight: 500;
}
[b-rxg08crt4y] h1 {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 599px){
    [b-rxg08crt4y] h1 {
        font-size: 24px;
        flex-direction: column;
    }
}
/* /Pages/Learner/Account/AccountDetails.razor.rz.scp.css */
[b-bihel3stu4] .mud-checkbox .mud-typography-body1 {
    margin-bottom: 0;
}

[b-bihel3stu4] .mud-checkbox .mud-icon-button {
    padding-left: 0;
}
/* /Pages/Learner/Account/AccountReferrals.razor.rz.scp.css */
/* /Pages/Learner/Account/AccountSubscription.razor.rz.scp.css */
[b-rv7pu43g12] .mud-checkbox .mud-typography-body1 {
    margin-bottom: 0;
}

[b-rv7pu43g12] .mud-checkbox .mud-icon-button {
    padding-left: 0;
}
/* /Pages/Learner/Dashboard.razor.rz.scp.css */
h1[b-haxiqq62b3] {
    font-weight: 400;
    font-size: 36px;
    line-height: 1.167;
}

@media (max-width: 959px) {
    h1[b-haxiqq62b3] {
        font-weight: 700;
        font-size: 26px;
    }
}

.strike-wrapper[b-haxiqq62b3] {
    display: flex;
    align-items: center;
}

.strikethrough[b-haxiqq62b3] {
    height: 1px;
    background: black;
    width: 100%;
    opacity: 0.3;
}

.strike-content[b-haxiqq62b3] {
    font-size: 24px;
    opacity: 0.8;
    padding: 0 16px;
}
/* /Pages/Learner/DashboardSubject.razor.rz.scp.css */
h1[b-bjqfl29hee] {
    font-weight: 400;
    font-size: 36px;
    line-height: 1.167;
}

@media (max-width: 959px) {
    h1[b-bjqfl29hee] {
        font-weight: 700;
        font-size: 26px;
    }
}

.strike-wrapper[b-bjqfl29hee] {
    display: flex;
    align-items: center;
}

.strikethrough[b-bjqfl29hee] {
    height: 1px;
    background: black;
    width: 100%;
    opacity: 0.3;
}

.strike-content[b-bjqfl29hee] {
    font-size: 24px;
    opacity: 0.8;
    padding: 0 16px;
}
/* /Pages/Learner/Exam/Exam.razor.rz.scp.css */
.exam-page[b-4cmibe11vo] {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.calculator-section[b-4cmibe11vo] {
    position: fixed;
    right: 15px;
    bottom: 60px;
    z-index: 99;
}

.calculator-toggle[b-4cmibe11vo] {
    margin: 15px;
    float: right;
}

@media screen and (max-width: 400px) {
    .calculator-toggle[b-4cmibe11vo] {
        margin-right: 5px;
    }
}

@media screen and (min-width: 600px) {
    .calculator-section[b-4cmibe11vo] {
        bottom: 15px;
    }
}

.input[b-4cmibe11vo] {
    font-size: 18px;
}

tr > td:first-of-type[b-4cmibe11vo] {
    text-align: right;
}

tr > td:last-of-type[b-4cmibe11vo] {
    font-weight: 700;
}

td[b-4cmibe11vo] {
    padding: 2px 4px;
}

[b-4cmibe11vo] .back-link {
    color: var(--mud-palette-info-lighten)
}

[b-4cmibe11vo] .back-link:hover {
    text-decoration: underline;
}
/* /Pages/Learner/Exam/ExamList.razor.rz.scp.css */
.custom-tabs-container[b-z13rw31mfn] {
    margin-bottom: 2rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.custom-tabs[b-z13rw31mfn] {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
}

.custom-tabs li[b-z13rw31mfn] {
    min-width: 120px;
    min-height: 48px;
    border-radius: 24px;
    margin: 0 4px 8px;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
}

.custom-tabs li:hover[b-z13rw31mfn] {
    background-color: rgba(0, 0, 0, 0.04);
}

.custom-tabs li.active[b-z13rw31mfn] {
    font-weight: 500;
    background-color: rgba(var(--mud-palette-primary-rgb), 0.1);
    color: var(--mud-palette-primary);
    position: relative;
}

.tab-content[b-z13rw31mfn] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.custom-alert[b-z13rw31mfn] {
    max-width: 500px;
    margin: 0 auto 1.5rem;
    border: 1px solid;
    border-radius: 4px;
    padding: 1rem;
}

.custom-alert.info[b-z13rw31mfn] {
    border-color: rgba(3, 169, 244, 0.5);
    background-color: rgba(3, 169, 244, 0.05);
}

.alert-content[b-z13rw31mfn] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.alert-icon[b-z13rw31mfn] {
    margin-right: 8px;
}

.exam-card[b-z13rw31mfn] {
    border-radius: 12px;
    transition: all 0.3s ease;
    max-width: 600px;
    border: 1px solid var(--mud-palette-lines-default);
}

.exam-card:hover[b-z13rw31mfn] {
    transform: translateY(-2px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.exam-card .mud-card-header[b-z13rw31mfn] {
    padding-bottom: 8px;
}

.result-chip[b-z13rw31mfn] {
    min-width: 80px;
    justify-content: center;
}

.table-container[b-z13rw31mfn] {
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid var(--mud-palette-lines-default);
}

.pro-upgrade-section[b-z13rw31mfn] {
    background: linear-gradient(135deg, rgba(var(--mud-palette-primary-rgb), 0.05) 0%, rgba(var(--mud-palette-secondary-rgb), 0.05) 100%);
    color: var(--mud-palette-text-primary);
    border-radius: 12px;
    margin-top: 1rem;
}

/* Add some spacing to the main container */
.mud-container[b-z13rw31mfn] {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

/* Style the main paper container */
.mud-paper[b-z13rw31mfn] {
    border-radius: 12px;
    overflow: hidden;
}

/* Style dividers */
.mud-divider[b-z13rw31mfn] {
    opacity: 0.6;
}

.pro-upgrade-card[b-z13rw31mfn] {
    background: linear-gradient(135deg, var(--mud-palette-primary) 0%, var(--mud-palette-secondary) 100%);
    color: white;
    border-radius: 12px;
    padding: 2rem;
}

.pro-upgrade-card .mud-text[b-z13rw31mfn] {
    color: white;
}

.pro-upgrade-card .mud-button[b-z13rw31mfn] {
    background-color: white;
    color: var(--mud-palette-primary);
}

.pro-upgrade-card .mud-button:hover[b-z13rw31mfn] {
    background-color: rgba(255, 255, 255, 0.9);
}

.divider[b-z13rw31mfn] {
    height: 1px;
    background-color: rgba(0, 0, 0, 0.12);
    margin: 2.5rem 0;
    width: 100%;
}

.subject-info[b-z13rw31mfn] {
    text-align: center;
    margin-bottom: 1.5rem;
}

.subject-info h2[b-z13rw31mfn] {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    font-weight: 500;
}

.subject-info .description[b-z13rw31mfn] {
    color: rgba(0, 0, 0, 0.6);
    margin: 12px 0 0;
    line-height: 1.4;
}

.container[b-z13rw31mfn] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem 1rem;
    box-sizing: border-box;
}

.paper[b-z13rw31mfn] {
    background-color: white;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    padding: 1.5rem;
}

.page-title[b-z13rw31mfn] {
    font-size: 1.8rem;
    text-align: center;
    margin-top: 0;
    margin-bottom: 1.5rem;
    font-weight: 500;
}

.card[b-z13rw31mfn] {
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    background-color: white;
    margin: 0 auto 1.5rem;
    max-width: 600px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.card:hover[b-z13rw31mfn] {
    transform: translateY(-2px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.card-header[b-z13rw31mfn] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.5rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.card-title h3[b-z13rw31mfn] {
    margin: 0;
    font-size: 1.2rem;
    font-weight: 500;
}

.card-content[b-z13rw31mfn] {
    padding: 1.5rem;
}

.test-info[b-z13rw31mfn] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.info-row[b-z13rw31mfn] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.progress-bar-container[b-z13rw31mfn] {
    height: 8px;
    background-color: rgba(0, 0, 0, 0.08);
    border-radius: 4px;
    margin-top: 0.5rem;
    overflow: hidden;
}

.progress-bar[b-z13rw31mfn] {
    height: 100%;
    border-radius: 4px;
    background-color: var(--mud-palette-primary);
}

.button[b-z13rw31mfn] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    border-radius: 4px;
    font-weight: 500;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.button.primary[b-z13rw31mfn] {
    background-color: var(--mud-palette-primary);
    color: white;
}

.button.primary:hover[b-z13rw31mfn] {
    background-color: var(--mud-palette-primary-darken);
}

.button.large[b-z13rw31mfn] {
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
}

.center-container[b-z13rw31mfn] {
    display: flex;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.section-title[b-z13rw31mfn] {
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 1rem;
    font-weight: 500;
}

.custom-table[b-z13rw31mfn] {
    width: 100%;
    border-collapse: collapse;
}

.custom-table th[b-z13rw31mfn] {
    text-align: left;
    padding: 0.75rem 1rem;
    font-weight: 500;
    border-bottom: 2px solid rgba(0, 0, 0, 0.12);
}

.custom-table td[b-z13rw31mfn] {
    padding: 0.75rem 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.custom-table tr:hover[b-z13rw31mfn] {
    background-color: rgba(0, 0, 0, 0.02);
}

.result-chip[b-z13rw31mfn] {
    display: inline-block;
    min-width: 80px;
    text-align: center;
    padding: 0.25rem 0.5rem;
    border-radius: 16px;
    font-size: 0.8rem;
    font-weight: 500;
}

.result-chip.success[b-z13rw31mfn] {
    background-color: rgba(76, 175, 80, 0.1);
    color: rgb(46, 125, 50);
}

.result-chip.default[b-z13rw31mfn] {
    background-color: rgba(0, 0, 0, 0.08);
    color: rgba(0, 0, 0, 0.87);
}

.result-link[b-z13rw31mfn] {
    color: var(--mud-palette-info);
    text-decoration: none;
    white-space: nowrap;
    font-weight: 500;
}

.result-link:hover[b-z13rw31mfn] {
    text-decoration: underline;
}

.pro-upgrade-section[b-z13rw31mfn] {
    background: linear-gradient(135deg, rgba(var(--mud-palette-primary-rgb), 0.05) 0%, rgba(var(--mud-palette-secondary-rgb), 0.05) 100%);
    border-radius: 12px;
    padding: 2rem;
    margin-top: 1rem;
}

.upgrade-content[b-z13rw31mfn] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    text-align: center;
}

.upgrade-content h2[b-z13rw31mfn] {
    font-size: 1.5rem;
    margin: 0 0 0.5rem;
    font-weight: 500;
}

.upgrade-description[b-z13rw31mfn] {
    max-width: 600px;
    margin: 0 auto;
}

.upgrade-actions[b-z13rw31mfn] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    margin-top: 0.5rem;
}

.upgrade-note[b-z13rw31mfn] {
    font-size: 0.8rem;
    color: rgba(0, 0, 0, 0.6);
    margin: 0;
}
/* /Pages/Learner/Exam/ExamResult.razor.rz.scp.css */
[b-d7ltgcso0z] .exercise-link {
    margin-right: 8px;
    margin-top: 8px;
    border-radius: 3px;
    padding: 8px;
    white-space: nowrap;
    border: 2px solid rgba(0, 0, 0, 0.075);
}
[b-d7ltgcso0z] .exercise-link:hover {
    border: 2px solid rgba(0, 0, 0, 0.65);
}
/* /Pages/Learner/Learn.razor.rz.scp.css */
[b-zb1n78e92c] .learn-page .exercise * {
    text-align: center;
}

.learn-page[b-zb1n78e92c] {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.calculator-section[b-zb1n78e92c] {
    position: fixed;
    right: 15px;
    bottom: 60px;
    z-index: 99;
}

.calculator-toggle[b-zb1n78e92c] {
    margin: 15px;
    float: right;
}

@media screen and (max-width: 400px) {
    .calculator-toggle[b-zb1n78e92c] {
        margin-right: 5px;
    }
}

@media screen and (min-width: 600px) {
    .calculator-section[b-zb1n78e92c] {
        bottom: 15px;
    }
}
/* /Pages/Learner/LearningGroup/DiscussionPage.razor.rz.scp.css */
.discussion-message[b-dsji036dly] {
    display: flex;
    align-items: flex-start;
    max-width: 75%;

    margin: 2px 0;

    &.current-user {
        align-self: flex-end;
        .discussion-message-avatar {
            display: none;
        }
    }

    & .discussion-message-content[b-dsji036dly] {
        display: flex;
        flex-direction: column;
        max-width: 100%;

        & .discussion-message-metadata {
            display: flex;
            align-items: center;
            margin-left: 40px;
            margin-top: 16px;

            .current-user & {
                align-self: flex-end;
                margin-left: 0;
            }
        }

        & .discussion-message-user[b-dsji036dly] {
            font-size: 12px;
            margin-bottom: 4px;
            opacity: 0.85;
            .current-user & {
                display: none;
            }
        }

        & .discussion-message-timestamp[b-dsji036dly] {
            font-size: 12px;
            opacity: 0.85;
            margin-bottom: 4px;
            margin-left: 4px;

            .current-user & {
                text-align: right;
            }
        }

        & .discussion-message-row[b-dsji036dly] {
            display: flex;
        }

        & .discussion-message-text[b-dsji036dly] {
            background-color: rgb(240, 240, 240);
            padding: 8px 12px;
            border-radius: 6px;
            align-self: flex-start;
            line-height: 20px;
            margin-left: 40px;
            max-width: 100%;

            .show-metadata &, .current-user & {
                margin-left: 0;
            }


            & pre[b-dsji036dly] {
                white-space: pre-wrap;
                overflow-wrap: break-word;
                font-family: unset;
            }

            .current-user &[b-dsji036dly] {
                margin-right: 0;
                background-color: rgb(10, 124, 255);
                color: #ffffff;
            }
        }
    }
}

[b-dsji036dly] .mud-avatar.mud-avatar-small {
    width: 32px;
    height: 32px;
}

pre[b-dsji036dly] {
    white-space: pre-wrap;
    overflow-wrap: break-word;
    font-family: unset;
}
/* /Pages/Learner/LearningGroup/LearningGroupDetails.razor.rz.scp.css */
@media screen and (min-width: 600px){
    .learning-group-details-page[b-kl9h9jis3t] {
        padding: 24px;
    }

    .page-content[b-kl9h9jis3t] {
        width: 750px;
        max-width: 100%;

        color: var(--mud-palette-text-primary);
        background-color: var(--mud-palette-surface);
        border-radius: var(--mud-default-borderradius);
        transition: box-shadow 300ms cubic-bezier(.4,0,.2,1) 0ms;
        box-shadow: var(--mud-elevation-3);
    }
}
.page-nav[b-kl9h9jis3t] {
    height: 50px;
    width: 100%;
    border-bottom: 1px solid gray;
}

.back-nav[b-kl9h9jis3t] {
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

[b-kl9h9jis3t] .back-nav a {
    display: flex;
}

.page-title[b-kl9h9jis3t] {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
    width: calc(100% - 100px);

    & h1 {
        font-size: 15px;
        font-weight: 400;
    }
}

.settings[b-kl9h9jis3t] {
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.page-content[b-kl9h9jis3t] {
    max-height: calc(100vh - 108px);
    overflow-y: auto;
}

[b-kl9h9jis3t] .mud-svg-icon.mud-warning-text {
    fill: #ffc736;
}

.nav-tabs[b-kl9h9jis3t] {
    display: flex;
    justify-content: center;
}

.footer-nav[b-kl9h9jis3t] {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
}

[b-kl9h9jis3t] .nav-tab {
    font-size: 13px;
    padding: 10px 20px;
    background: #f1f1f1;
    width: 100%;
    border-bottom: 1px solid #c1c1c1;
    border-top: 1px solid #c1c1c1;
    text-align: center;
}

[b-kl9h9jis3t] .nav-tab.active {
    border-bottom: none;
    font-weight: 500;
    background: #ffffff;
}

@media screen and (max-width: 599px) {
    [b-kl9h9jis3t] .nav-tab {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media screen and (max-width: 400px) {
    [b-kl9h9jis3t] .nav-tab {
        font-size: 12px;
        padding-right: 5px;
        padding-left: 5px;
    }
}

[b-kl9h9jis3t] .nav-badge {
    margin-left: 8px;
    font-size: 10px;
    height: 18px;
}

[b-kl9h9jis3t] .learning-group-member-list-item p {
    display: flex;
    align-items: center;
}
/* /Pages/Learner/LearningGroup/LearningGroups.razor.rz.scp.css */
.learning-group-list[b-aicr87vy3p] {
    border-radius: 4px;
    padding: 16px;
    border: 1px solid #e5e5e5;
    background: white;
    width: 500px;
    max-width: 100%;
    margin: 0 auto;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
/* /Pages/PwaInstall.razor.rz.scp.css */
.pwa-install-container[b-14iedzwesx] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 20px;
}

.pwa-install-content[b-14iedzwesx] {
    background: white;
    border-radius: 20px;
    padding: 40px;
    max-width: 500px;
    width: 100%;
    text-align: center;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.app-icon[b-14iedzwesx] {
    margin-bottom: 30px;
}

.app-icon img[b-14iedzwesx] {
    width: 120px;
    height: 120px;
    border-radius: 20px;
}

.install-title[b-14iedzwesx] {
    font-size: 2.5rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
}

.install-description[b-14iedzwesx] {
    font-size: 1.1rem;
    color: #666;
    line-height: 1.6;
    margin-bottom: 30px;
}

.features-list[b-14iedzwesx] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 40px;
}

.feature-item[b-14iedzwesx] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 12px;
    transition: transform 0.2s ease;
}

.feature-item:hover[b-14iedzwesx] {
    transform: translateY(-2px);
}

.feature-icon[b-14iedzwesx] {
    font-size: 1.5rem;
}

.feature-text[b-14iedzwesx] {
    font-weight: 500;
    color: #333;
}

.install-buttons[b-14iedzwesx] {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 30px;
}

.install-btn[b-14iedzwesx] {
    padding: 15px 30px;
    border: none;
    border-radius: 12px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
}

.install-btn.primary[b-14iedzwesx] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.install-btn.primary:hover[b-14iedzwesx] {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(102, 126, 234, 0.3);
}

.install-btn.secondary[b-14iedzwesx] {
    background: #f8f9fa;
    color: #666;
    border: 2px solid #e9ecef;
}

.install-btn.secondary:hover[b-14iedzwesx] {
    background: #e9ecef;
}

.btn-icon[b-14iedzwesx] {
    font-size: 1.2rem;
}

.already-installed[b-14iedzwesx] {
    padding: 30px;
    background: #d4edda;
    border-radius: 12px;
    margin-bottom: 30px;
}

.success-icon[b-14iedzwesx] {
    font-size: 2rem;
    margin-bottom: 10px;
    display: block;
}

.already-installed p[b-14iedzwesx] {
    color: #155724;
    font-weight: 600;
    margin-bottom: 20px;
}

.ios-instructions[b-14iedzwesx] {
    text-align: left;
    background: #fff3cd;
    padding: 25px;
    border-radius: 12px;
    margin-bottom: 30px;
}

.ios-instructions h3[b-14iedzwesx] {
    color: #856404;
    margin-bottom: 20px;
    text-align: center;
}

.instruction-step[b-14iedzwesx] {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
    padding: 10px;
    background: white;
    border-radius: 8px;
}

.step-number[b-14iedzwesx] {
    background: #ffc107;
    color: white;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    flex-shrink: 0;
}

.step-text[b-14iedzwesx] {
    color: #856404;
    font-weight: 500;
}

.ios-icon[b-14iedzwesx] {
    font-size: 1.2rem;
}

.macos-safari-instructions[b-14iedzwesx] {
    text-align: left;
    background: #e8f4fd;
    padding: 25px;
    border-radius: 12px;
    margin-bottom: 30px;
}

.macos-safari-instructions h3[b-14iedzwesx] {
    color: #0c5460;
    margin-bottom: 20px;
    text-align: center;
}

.macos-icon[b-14iedzwesx] {
    font-size: 1.2rem;
}

.macos-note[b-14iedzwesx] {
    margin-top: 20px;
    padding: 15px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 8px;
    border-left: 4px solid #0c5460;
}

.macos-note p[b-14iedzwesx] {
    color: #0c5460;
    margin: 0;
    font-size: 0.9rem;
}

.browser-instructions[b-14iedzwesx] {
    background: #d1ecf1;
    padding: 25px;
    border-radius: 12px;
    margin-bottom: 30px;
}

.browser-instructions p[b-14iedzwesx] {
    color: #0c5460;
    font-weight: 600;
    margin-bottom: 15px;
}

.browser-instructions ul[b-14iedzwesx] {
    text-align: left;
    color: #0c5460;
}

.browser-instructions li[b-14iedzwesx] {
    margin-bottom: 8px;
}

.supported-platforms[b-14iedzwesx] {
    border-top: 1px solid #e9ecef;
    padding-top: 30px;
}

.supported-platforms h3[b-14iedzwesx] {
    color: #666;
    margin-bottom: 20px;
    font-size: 1.1rem;
}

.platform-icons[b-14iedzwesx] {
    display: flex;
    justify-content: center;
    gap: 30px;
}

.platform-item[b-14iedzwesx] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.platform-item img[b-14iedzwesx] {
    width: 40px;
    height: 40px;
}

.platform-icon[b-14iedzwesx] {
    font-size: 2rem;
}

.platform-item span:last-child[b-14iedzwesx] {
    color: #666;
    font-size: 0.9rem;
    font-weight: 500;
}

@media (max-width: 768px) {
    .pwa-install-content[b-14iedzwesx] {
        padding: 30px 20px;
        margin: 10px;
    }

    .install-title[b-14iedzwesx] {
        font-size: 2rem;
    }

    .features-list[b-14iedzwesx] {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .platform-icons[b-14iedzwesx] {
        gap: 20px;
    }

    .app-icon img[b-14iedzwesx] {
        width: 100px;
        height: 100px;
    }
}
/* /Shared/Layouts/AccountLayout.razor.rz.scp.css */
@media (min-width: 1450px) {
    .article-content[b-05l2j9ly5w] {
        margin-right: var(--mud-drawer-width-right);
    }

    [b-05l2j9ly5w] .site-footer {
        padding-right: var(--mud-drawer-width-right);
    }
}

@media (min-width: 960px) {
    [b-05l2j9ly5w] .site-footer {
        margin-left: var(--mud-drawer-width-left);
    }
}

.account-navigation[b-05l2j9ly5w] {
    position: fixed;
    bottom: 70px;
    left: 16px;
    z-index: 999;
}

@media (min-width: 600px) {
    .account-navigation[b-05l2j9ly5w] {
        bottom: 16px;
    }
}
/* /Shared/Layouts/ArticleLayout.razor.rz.scp.css */
@media (min-width: 1450px) {
    .article-content[b-bnjw1k6xib] {
        margin-right: var(--mud-drawer-width-right);
    }

    [b-bnjw1k6xib] .site-footer {
        padding-right: var(--mud-drawer-width-right);
    }
}

@media (min-width: 960px) {
    [b-bnjw1k6xib] .site-footer {
        margin-left: var(--mud-drawer-width-left);
    }
}

.article-navigation[b-bnjw1k6xib] {
    position: fixed;
    bottom: 70px;
    left: 16px;
    z-index: 999;
}

@media (min-width: 600px) {
    .article-navigation[b-bnjw1k6xib] {
        bottom: 16px;
    }
}
/* /Shared/Layouts/Footer.razor.rz.scp.css */
.site-footer[b-gy9vu7wla4] {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 56px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;

    border-top: 2px solid #cdcdcd;
}

.site-footer[b-gy9vu7wla4]::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 259px;
}

.site-footer-inner[b-gy9vu7wla4] {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding-top: 40px;
    padding-bottom: 40px;
}

.footer-brand[b-gy9vu7wla4], .footer-links[b-gy9vu7wla4], .footer-social-links[b-gy9vu7wla4], .footer-copyright[b-gy9vu7wla4] {
    flex: none;
    width: 100%;
    display: inline-flex;
    justify-content: center;
}

.footer-brand[b-gy9vu7wla4], .footer-links[b-gy9vu7wla4], .footer-social-links[b-gy9vu7wla4] {
    margin-bottom: 24px;
}

.footer-brand[b-gy9vu7wla4], .footer-links[b-gy9vu7wla4], .footer-social-links[b-gy9vu7wla4], .footer-copyright[b-gy9vu7wla4] {
    flex: none;
    width: 100%;
    display: inline-flex;
    justify-content: center
}

.footer-brand[b-gy9vu7wla4], .footer-links[b-gy9vu7wla4], .footer-social-links[b-gy9vu7wla4] {
    margin-bottom: 24px
}

.footer-links li + li[b-gy9vu7wla4], .footer-social-links li + li[b-gy9vu7wla4] {
    margin-left: 16px
}

.footer-links li a[b-gy9vu7wla4] {
    text-decoration: underline;
}
.site-footer[b-gy9vu7wla4], .footer-links li a[b-gy9vu7wla4] {
    color: #555555;
}
.footer-links li a:hover[b-gy9vu7wla4] {
    color: #222222;
}

@media (min-width: 600px) {
    .site-footer[b-gy9vu7wla4] {
        bottom: 0;
    }
}
/* /Shared/Layouts/FooterMenu.razor.rz.scp.css */
[b-ejnb1ew5lv] .footer-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--mud-palette-dark);
    font-size: 12px;
    padding: 0 4px 3px;
}

[b-ejnb1ew5lv] .footer-link.active {
    color: var(--mud-palette-primary);
    border-bottom: 2px solid var(--mud-palette-primary);
}

[b-ejnb1ew5lv] .mud-menu p {
    margin-bottom: 0;
}

[b-ejnb1ew5lv] .badge-footer-groups {
    font-size: 9px;
    height: 17px;
    min-width: 17px;
    inset: auto auto calc(100% - 6px) calc(100% - 6px)!important;
}
/* /Shared/Layouts/HeaderMenu.razor.rz.scp.css */
[b-6a3ii4wjmb] .header-link {
    display: flex;
    align-items: center;
    color: var(--mud-palette-dark);
    font-size: 16px;
    padding-bottom: 2px;
}

[b-6a3ii4wjmb] .header-link.active {
    padding-bottom: 0;
    color: var(--mud-palette-primary);
    border-bottom: 2px solid var(--mud-palette-primary);
    line-height: 2;
}

[b-6a3ii4wjmb] .mud-menu p {
    margin-bottom: 0;
}
/* /Shared/Layouts/LearnerLayout.razor.rz.scp.css */
[b-uvic46o1y7] .header-link {
    display: flex;
    align-items: center;
    color: var(--mud-palette-dark);
    font-size: 18px;
    padding-bottom: 2px;
}

[b-uvic46o1y7] .header-link.active {
    padding-bottom: 0;
    color: var(--mud-palette-primary);
    border-bottom: 2px solid var(--mud-palette-primary);
}

.site-footer[b-uvic46o1y7] {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;

    border-top: 2px solid #cdcdcd;
}

.site-footer[b-uvic46o1y7]::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 259px;
}

.site-footer-inner[b-uvic46o1y7] {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding-top: 40px;
    padding-bottom: 40px;
}

.footer-brand[b-uvic46o1y7], .footer-links[b-uvic46o1y7], .footer-social-links[b-uvic46o1y7], .footer-copyright[b-uvic46o1y7] {
    flex: none;
    width: 100%;
    display: inline-flex;
    justify-content: center;
}

.footer-brand[b-uvic46o1y7], .footer-links[b-uvic46o1y7], .footer-social-links[b-uvic46o1y7] {
    margin-bottom: 24px;
}

.footer-brand[b-uvic46o1y7], .footer-links[b-uvic46o1y7], .footer-social-links[b-uvic46o1y7], .footer-copyright[b-uvic46o1y7] {
    flex: none;
    width: 100%;
    display: inline-flex;
    justify-content: center
}

.footer-brand[b-uvic46o1y7], .footer-links[b-uvic46o1y7], .footer-social-links[b-uvic46o1y7] {
    margin-bottom: 24px
}

.footer-links li + li[b-uvic46o1y7], .footer-social-links li + li[b-uvic46o1y7] {
    margin-left: 16px
}

.footer-links li a[b-uvic46o1y7] {
    text-decoration: underline;
}
.site-footer[b-uvic46o1y7], .footer-links li a[b-uvic46o1y7] {
    color: #555555;
}
.footer-links li a:hover[b-uvic46o1y7] {
    color: #222222;
}

.container[b-uvic46o1y7] {
    max-width: 1128px;
}

@media (min-width: 481px) {
    .container[b-uvic46o1y7], .container-sm[b-uvic46o1y7] {
        padding-left: 24px;
        padding-right: 24px;
    }
}

.container[b-uvic46o1y7], .container-sm[b-uvic46o1y7] {
    width: 100%;
    margin: 0 auto;
    padding-left: 16px;
    padding-right: 16px;
}
/* /Shared/Layouts/LearningGroupLayout.razor.rz.scp.css */
@media (min-width: 1450px) {
    .article-content[b-quiwxr9q66] {
        margin-right: var(--mud-drawer-width-right);
    }

    [b-quiwxr9q66] .site-footer {
        padding-right: var(--mud-drawer-width-right);
    }
}

@media (min-width: 960px) {
    [b-quiwxr9q66] .site-footer {
        margin-left: var(--mud-drawer-width-left);
    }
}

.navigation[b-quiwxr9q66] {
    position: fixed;
    bottom: 70px;
    left: 16px;
    z-index: 999;
}

@media (min-width: 600px) {
    .navigation[b-quiwxr9q66] {
        bottom: 16px;
    }
}
/* /Shared/Layouts/LearningGroupLayoutDetailed.razor.rz.scp.css */
@media (min-width: 1450px) {
    .article-content[b-kd338z5it9] {
        margin-right: var(--mud-drawer-width-right);
    }

    [b-kd338z5it9] .site-footer {
        padding-right: var(--mud-drawer-width-right);
    }
}

@media (min-width: 960px) {
    [b-kd338z5it9] .site-footer {
        margin-left: var(--mud-drawer-width-left);
    }
}

.navigation[b-kd338z5it9] {
    position: fixed;
    bottom: 70px;
    left: 16px;
    z-index: 999;
}

@media (min-width: 600px) {
    .navigation[b-kd338z5it9] {
        bottom: 16px;
    }
}
/* /Shared/Layouts/LearningGroupLayoutMenu.razor.rz.scp.css */
[b-erx3q7l4hu] .learning-group-link .mud-nav-link-text {
    display: flex;
    justify-content: space-between;
    margin-right: 8px;
}
/* /Shared/NavMenu.razor.rz.scp.css */
[b-dwvujiiut8] .mud-navmenu a {
    color: inherit!important;
}
