/* /Pages/Index.razor.rz.scp.css */
.classes-grid[b-6c7lx40v1k] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}

.getting-started[b-6c7lx40v1k] {
    padding-left: 16px;
    display: flex;
    max-width: fit-content;
    border-radius: 12px;
    transition: box-shadow 0.2s ease-in-out;
}

@keyframes subtleWiggle-b-6c7lx40v1k {
    0% {
        transform: rotate(2deg);
    }

    5% {
        transform:rotate(-2deg)
    }

    10% {
        transform: rotate(0deg)
    }
}

.subtle-wiggle[b-6c7lx40v1k] {
    animation: subtleWiggle-b-6c7lx40v1k 2s ease-in-out 5s infinite alternate;
    animation-delay: 0s, 0.6s;
    animation-iteration-count: infinite;
    animation-fill-mode: both;
    transform-origin: center center;
    display: inline-block;
    padding-left: 16px;
    display: flex;
    max-width: fit-content;
    border-radius: 12px;
    transition: box-shadow 0.2s ease-in-out;
}
/* /Pages/Login.razor.rz.scp.css */

.main[b-dx674h6vfm] {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 25vh;
}

.logo[b-dx674h6vfm] {
    position: absolute;
    left: 35px;
    top: 25px;
}

.divider[b-dx674h6vfm] {
    font-size: 15px;
    display: flex;
    align-items: center;
}

.divider[b-dx674h6vfm]::before, .divider[b-dx674h6vfm]::after {
    flex: 1;
    content: '';
    padding: 2px;
    background-color: lightgray;
    margin: 5px;
}

@media (max-width:600px)
{
    .logo[b-dx674h6vfm] {
        position:relative;
        left: 0;
        top: 0;
    }
    .zorri[b-dx674h6vfm] {
        display: none;
    }
}
/* /Pages/Onboarding/CreateAccount.razor.rz.scp.css */
.header-image[b-o4fhbe2d60] {
    max-height: 60vh;
}

@media (max-width:600px) {
    .responsive-buttons[b-o4fhbe2d60] {
        flex-direction: column;
    }
}
/* /Pages/Onboarding/CreateProfile.razor.rz.scp.css */
@media (max-width: 600px){
    [b-hnraf18qgk] .responsive-form {
        grid-template-columns: repeat(1, 1fr) !important; 
    }
}


/* /Pages/Resources.razor.rz.scp.css */
/* /Pages/Story.razor.rz.scp.css */
.mode-icon[b-46yitsjf8t] {
    width: 100px;
    height: 100px;
}

.stat-block[b-46yitsjf8t] {
    background-color: #e9ecef;
    height: 155px;
    width: 155px;
    border-radius: 12px;
    padding: 10px;
    white-space: nowrap;
    text-align: center;
}

.container[b-46yitsjf8t] {
    display: flex;
    gap: 25px;
    max-width: 1200px;
    margin-left: 0;
}

.story-image[b-46yitsjf8t] {
    max-width: 600px;
}

.left[b-46yitsjf8t] {
    flex: 0 1 auto;
    min-width:300px;
}

.right[b-46yitsjf8t] {
    flex: 1 1 400px;
    flex-direction: column;
    min-width: 300px;
}

@media (max-width: 1500px) {
    .container[b-46yitsjf8t] {
        flex-direction: column;
    }
}

.responsive-progcirc-padding[b-46yitsjf8t] {
    margin-right: 40px;
}

@media (max-width: 700px){
    .responsive-progcirc-padding[b-46yitsjf8t] {
        margin-right: 15px;
    }
}

[b-46yitsjf8t] .mud-table-header {
    border: 1px solid white !important;
    color: white !important;
    background-color: #8188e9 !important;
    text-align: center !important;
}

[b-46yitsjf8t] .mud-table-striped tbody tr:nth-of-type(odd) {
    background-color: #efeefa !important;
}
/* /Pages/Student.razor.rz.scp.css */
.mode-icon[b-mscu1rrb5u] {
    width: 100px;
    height: 100px;
}

.stat-block[b-mscu1rrb5u] {
    display:flex;
    flex-direction:column;
    background-color: #e9ecef;
    border-radius: 12px;
    width: 160px;
    height: 160px;
    padding-top:30px;
    text-align: center;
    word-wrap:break-word; 
    overflow-wrap:break-word;
    justify-content:space-between;
    padding-bottom:30px
}

.head-container[b-mscu1rrb5u] {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin-left: 0;
}

.story-image[b-mscu1rrb5u] {
    max-width: 600px;
}

@media (max-width: 1500px) {
    .container[b-mscu1rrb5u] {
        flex-direction: column;
    }
}

.responsive-table-text[b-mscu1rrb5u] {
    text-align: right;
}

@media (min-width: 600px) {
    .responsive-table-text[b-mscu1rrb5u]{
        text-align: center;
    }
}

[b-mscu1rrb5u] .mud-table-header {
    border: 1px solid white !important;
    color: white !important;
    background-color: #8188e9 !important;
    text-align: center !important;
}

[b-mscu1rrb5u] .mud-table-striped tbody tr:nth-of-type(odd) {
    background-color: #efeefa !important;
}
/* /Pages/StudentInvite.razor.rz.scp.css */

.main[b-1f70qv1uaj] {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.center[b-1f70qv1uaj] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.responsive[b-1f70qv1uaj] {
    display: flex;
    flex-direction: row;
}

@media (max-width: 800px) {
    .responsive[b-1f70qv1uaj] {
        flex-direction: column;
    }
}
/* /Pages/Subscribe.razor.rz.scp.css */

@media (min-width: 814px) {
    .subscribe-star[b-hmrc2uv4kh] {
        width: 125px;
        height: 125px;
        position: absolute;
        right: -38px;
        top: -70px;
        pointer-events: none;
    }
}

@media (max-width: 813.98px) {
    .subscribe-mobile[b-hmrc2uv4kh] {
        flex-wrap:wrap;
        gap:50px;
    }

    .subscribe-star[b-hmrc2uv4kh] {
        width: 90px;
        height: 90px;
        position: absolute;
        right: -10px; 
        top: -50px; 
        pointer-events: none;
    }
}
/* /Shared/AssignmentDialog.razor.rz.scp.css */
[b-ah0txj4x4e] .mud-table-header {
    border: 1px solid white !important;
    color: white !important;
    background-color: #8188e9 !important;
    text-align: center !important;
}

[b-ah0txj4x4e] .mud-table-striped tbody tr:nth-of-type(odd) {
    background-color: #efeefa !important;
}
/* /Shared/ClassCard.razor.rz.scp.css */


.card-button[b-zprxhmd96j] {
    background: rgba(98, 97, 191, 0.1);
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 15px 20px 15px 20px;
    gap: 10px;
}

.class-card-container[b-zprxhmd96j] {
    position: relative;
    background-color: white;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    border-radius: 9px;
    margin: 15px;
    padding: 15px;
    max-width:630px;
}

@keyframes subtleWiggle-b-zprxhmd96j {
    0% {
        transform: rotate(2deg);
    }

    5% {
        transform: rotate(-2deg)
    }

    10% {
        transform: rotate(0deg)
    }
}

.subtle-wiggle[b-zprxhmd96j] {
    animation: subtleWiggle-b-zprxhmd96j 2s ease-in-out 5s infinite alternate;
    animation-delay: 0s, 0.6s;
    animation-iteration-count: infinite;
    animation-fill-mode: both;
    transform-origin: center center;
    display: inline-block;
    display: flex;
    max-width: fit-content;
    border-radius: 12px;
    transition: box-shadow 0.2s ease-in-out;
}
/* /Shared/ClassCodePopup.razor.rz.scp.css */
.mud-dialog .mud-dialog-title .mud-icon-button[b-w5kha78jhu] {
    color: white;
}

.responsive-dialog-column[b-w5kha78jhu] {
    flex-wrap: unset;
}

@media (max-width: 770px) {
    .responsive-dialog-column[b-w5kha78jhu] {
        flex-wrap: wrap;
    }
}
/* /Shared/CongratulationsDialogue.razor.rz.scp.css */
@media (max-width: 700px){
    .responsive-dialog-congrats[b-75n0uww9fu] {
        flex-wrap: wrap;
    }
    .responsive-dialog-plus[b-75n0uww9fu]{
        align-self:center;
    }
}
/* /Shared/CreateClassDialog.razor.rz.scp.css */

.main[b-539wt4amg7] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}
/* /Shared/InviteParentsDialog.razor.rz.scp.css */
.grid[b-k26mp1m89c] {
    display: grid; 
    grid-template-columns:200px auto;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-5b3orzham6] {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #f7f7f7;
}

main[b-5b3orzham6] {
    flex: 1;
}

.sidebar[b-5b3orzham6] {
    z-index:2;
    background-color: #7575DF;
}

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

.top-row[b-5b3orzham6]  a, .top-row .btn-link[b-5b3orzham6] {
    white-space: nowrap;
    margin-left: 1.5rem;
}

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

.tv-button[b-5b3orzham6] {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #5DDCC8;
    color: #1a1a1a;
    border: none;
    border-radius: 999px;
    padding: 12px 24px;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(93,220,200,0.3);
}

    .tv-button:hover[b-5b3orzham6] {
        background: #4dcab6;
    }

.lang-toggle[b-5b3orzham6] {
    display: inline-flex;
    align-items: center;
    border: 2px solid #5DDCC8;
    border-radius: 999px;
    overflow: hidden;
}

    .lang-toggle button[b-5b3orzham6] {
        border: none;
        background: transparent;
        color: #888;
        padding: 8px 20px;
        font-size: 15px;
        font-weight: 600;
        cursor: pointer;
        border-radius: 999px;
    }

        .lang-toggle button.active[b-5b3orzham6] {
            background: #5DDCC8;
            color: #1a1a1a;
        }

@media (max-width: 813.98px) {
    .top-row:not(.auth)[b-5b3orzham6] {
        display: none;
    }

    .top-row.auth[b-5b3orzham6] {
        justify-content: space-between;
        background-color: #f7f7f7;
    }

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

    .responsive-teacher-view[b-5b3orzham6]{
        flex-direction:column;
    }

    .tv-version-label[b-5b3orzham6] {
        display:none;
    }
}

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

    .sidebar[b-5b3orzham6] {
        width: 135px;
        height: 100vh;
        position: sticky;
        top: 0;
        background-image: url("./images/sidebar.png");
        background-size: 100% 100%;
    }

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

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

    .responsive-teacher-view[b-5b3orzham6] {
        flex-direction: row;
    }

    .tv-version-label[b-5b3orzham6] {
        font-size: 15px;
        color: #555;
    }
    
}
/* /Shared/NavMenu.razor.rz.scp.css */
.nav-button-root[b-bapbnwwoqy] {
    display: flex;
    flex-direction: column;
    margin: auto;
}

.nav-icon[b-bapbnwwoqy] {
    margin: auto;
    display: block;
    text-align: center;
    font-size: 24px;
    width: 50%;
    height: 50%;
}

.nav-text[b-bapbnwwoqy] {
    
}

.nav-button[b-bapbnwwoqy] {
    margin: auto;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav-button-home[b-bapbnwwoqy] {
    background-color: #D9CDFF;
}

.nav-button-students[b-bapbnwwoqy] {
    background-color: rgb(196, 231, 208);
}

.nav-button-resources[b-bapbnwwoqy] {
    background-color: rgb(250, 203, 191);
}

.nav-button-assignments[b-bapbnwwoqy] {
    background-color: rgb(213, 247, 255);
}

.nav-button-pd[b-bapbnwwoqy] {
    background-color: #fff2cc;
}

.navbar-toggler[b-bapbnwwoqy] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-bapbnwwoqy] {
    height: 5.5rem;
    background-color: rgba(255,255,255,0);
}

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

.oi[b-bapbnwwoqy] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-link[b-bapbnwwoqy] {
    margin: auto;
}

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

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

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

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

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

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

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

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

    .responsive-menu-icon[b-bapbnwwoqy] {
        flex-direction:column;
    }
}

@media (max-width: 812.97px){
    .responsive-menu-icon[b-bapbnwwoqy] {
        flex-direction: row;
    }
}

/* /Shared/PremiumPricing.razor.rz.scp.css */
.cell[b-b18kcygzot] {
    background-color: white;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    justify-content: center;
    min-height: 100%;

}

h3[b-b18kcygzot] {
    font-family: "Fresca";
    color: #6261BF;
    margin: auto;
    padding: 5px;
}

h5[b-b18kcygzot] {
    font-family: "Fresca";
    color: #555555;
    margin: auto;
    padding: 5px;
}

p[b-b18kcygzot] {
    font-family: "Mulish";
    color: #555555;
    margin: auto;
    padding: 5px;
    font-size:15px
}
/* /Shared/StoryCard.razor.rz.scp.css */
.mud-progress-linear-bars[b-hy71a7t3jj] {
    color: transparent !important;
}
/* /Shared/StoryDetail.razor.rz.scp.css */

@media (max-width: 814px) {
    .responsive-dialog-image[b-cnj8gjiauh] {
        width: 300px;
        max-width: 600px;
    }

    .responsive-dialog-container[b-cnj8gjiauh] {
        display: flex;
        gap: 25px;
        flex-wrap: wrap;
        max-width: 1000px;
        justify-content: center;
        align-content: center;
        text-align: center;
    }

    .responsive-dialog-details[b-cnj8gjiauh] {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

@media (min-width: 814px) {
    .responsive-dialog-image[b-cnj8gjiauh] {
        max-width: 600px;
    }

    .responsive-dialog-container[b-cnj8gjiauh] {
        display: flex;
        gap: 25px;
        margin: 15px;
    }
}
/* /Shared/TutorialTooltip.razor.rz.scp.css */
@keyframes animate-pop-b-08wuptrkpg {
    0% {
        opacity: 0;
        transform: scale(0.5, 0.5);
    }

    100% {
        opacity: 1;
        transform: scale(1, 1);
    }
}
.tutorial[b-08wuptrkpg] {
    background-color: #6261BF;
    color: white;
    border-radius: 5px;
    padding: 15px;
    position: absolute;
    min-width: 300px;
    max-width: 500px;
    height: 165px;
    animation-duration: 0.3s;
    animation-name: animate-pop-b-08wuptrkpg;
    animation-timing-function: cubic-bezier(.26, .53, .74, 1.48);
    text-align: left;
    margin-top: auto;
    margin-bottom: auto;
    top: 0;
    bottom: 0;
}
.tutorial-left[b-08wuptrkpg] {
    right: calc(100% + 10px);
}
.tutorial-left[b-08wuptrkpg]::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent #6261BF;
}

.tutorial-right[b-08wuptrkpg] {
    left: calc(100% + 10px);
}
.tutorial-right[b-08wuptrkpg]::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #6261BF transparent transparent;
}
