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

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

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

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

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

.subtle-wiggle[b-xf2kr8kimf] {
    animation: subtleWiggle-b-xf2kr8kimf 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;
}
/* _content/fabu-teacher-portal/Pages/Login.razor.rz.scp.css */

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

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

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

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

@media (max-width:600px)
{
    .logo[b-buh8mo98b2] {
        position:relative;
        left: 0;
        top: 0;
    }
    .zorri[b-buh8mo98b2] {
        display: none;
    }
}
/* _content/fabu-teacher-portal/Pages/Onboarding/CreateAccount.razor.rz.scp.css */
.header-image[b-p1mi0bcksy] {
    max-height: 60vh;
}
/* _content/fabu-teacher-portal/Pages/Resources.razor.rz.scp.css */
/* _content/fabu-teacher-portal/Pages/Story.razor.rz.scp.css */
.mode-icon[b-4jpe5i4sgz] {
    width: 100px;
    height: 100px;
}

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

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

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

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

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

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

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

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

.stat-block[b-dcx6sblj69] {
    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-dcx6sblj69] {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin-left: 0;
}

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

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

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

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

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

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

.responsive[b-3rhbnmj3cu] {
    display: flex;
    flex-direction: row;
}

@media (max-width: 800px) {
    .responsive[b-3rhbnmj3cu] {
        flex-direction: column;
    }
}
/* _content/fabu-teacher-portal/Shared/AssignmentDialog.razor.rz.scp.css */
[b-8zw9me3g1g] .mud-table-header {
    border: 1px solid white !important;
    color: white !important;
    background-color: #8188e9 !important;
    text-align: center !important;
}

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


.card-button[b-x5esodkgfn] {
    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-x5esodkgfn] {
    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-x5esodkgfn {
    0% {
        transform: rotate(2deg);
    }

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

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

.subtle-wiggle[b-x5esodkgfn] {
    animation: subtleWiggle-b-x5esodkgfn 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;
}
/* _content/fabu-teacher-portal/Shared/CreateClassDialog.razor.rz.scp.css */

.main[b-4ypwdb7iw8] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}
/* _content/fabu-teacher-portal/Shared/InviteParentsDialog.razor.rz.scp.css */
.grid[b-rjvhxe70af] {
    display: grid; 
    grid-template-columns:200px auto;
}
/* _content/fabu-teacher-portal/Shared/MainLayout.razor.rz.scp.css */
.page[b-oi46s1qi58] {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #f7f7f7;
}

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

.sidebar[b-oi46s1qi58] {
    background-image: url("./images/sidebar.png");
    background-size: 100% 100%;
    z-index:2;
}

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

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

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

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

    .top-row.auth[b-oi46s1qi58] {
        justify-content: space-between;
    }

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

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

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

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

    .top-row[b-oi46s1qi58], article[b-oi46s1qi58] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/fabu-teacher-portal/Shared/NavMenu.razor.rz.scp.css */
.nav-button-root[b-i0w6ijf9f5] {
    display: flex;
    flex-direction: column;
    margin: auto;
}

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

.nav-text[b-i0w6ijf9f5] {
    
}

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

    .collapse[b-i0w6ijf9f5] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-i0w6ijf9f5] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/fabu-teacher-portal/Shared/PremiumPricing.razor.rz.scp.css */
.cell[b-sx71i5kye4] {
    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-sx71i5kye4] {
    font-family: "Fresca";
    color: #6261BF;
    margin: auto;
    padding: 5px;
}

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

p[b-sx71i5kye4] {
    font-family: "Mulish";
    color: #555555;
    margin: auto;
    padding: 5px;
    font-size:15px
}
/* _content/fabu-teacher-portal/Shared/StoryCard.razor.rz.scp.css */
.mud-progress-linear-bars[b-3dxdqbxseg] {
    color: transparent !important;
}
/* _content/fabu-teacher-portal/Shared/TutorialTooltip.razor.rz.scp.css */
@keyframes animate-pop-b-4opi4mezft {
    0% {
        opacity: 0;
        transform: scale(0.5, 0.5);
    }

    100% {
        opacity: 1;
        transform: scale(1, 1);
    }
}
.tutorial[b-4opi4mezft] {
    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-4opi4mezft;
    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-4opi4mezft] {
    right: calc(100% + 10px);
}
.tutorial-left[b-4opi4mezft]::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-4opi4mezft] {
    left: calc(100% + 10px);
}
.tutorial-right[b-4opi4mezft]::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #6261BF transparent transparent;
}
