/* _content/HomeworkSite/Pages/Index.razor.rz.scp.css */
body[b-eisp4ljptk] {
    background-color: #f0f0f0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    font-family: Arial, sans-serif;    
}

.pagecontainer[b-eisp4ljptk] {
    width: 50%;
    margin: auto;
    display: flex;
    flex-direction: row;
    height: 80vh;
    margin-bottom: 30px;
    height: 120%;
    border-style: solid;
    border-color: #e6e8e8;
}

.sidebarcontainer[b-eisp4ljptk] {
    height: auto;
    width: 17%;
    border-style: solid;
    border-width: 1px;
    border-color: black;
    background-image: linear-gradient(180deg, #81aede 0%, #8ccf94 30%, #fcfb97 60%, #f59378 90%);
    padding:10px;
}

.sidebarlabel[b-eisp4ljptk] {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-size:20px;
    font-weight:bold;
    color:black;
    margin-top:50px;
    margin-right:20px;
    margin-left:auto;
}

.normal-label[b-eisp4ljptk] {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-weight: normal;
    font-size: 16px;
    margin-top: 2px;
}

.content[b-eisp4ljptk] {
    align-content: center;
    display: flex;
    flex-direction: column;
}

.kslabel[b-eisp4ljptk] {
    font-size: 18px;
    font-weight: bold;
    color: #295a8c;
}

.golabel[b-eisp4ljptk] {
    font-size: 18px;
    font-weight: bold;
    color: #2299bd;
}

.kslabellist[b-eisp4ljptk] {
    font-size: 14px;
    font-weight: normal;
    color: #295a8c;
    margin-top: 5px;
}

.kslabel:hover[b-eisp4ljptk]{
    cursor:pointer;
}

.cloud-container[b-eisp4ljptk] {
    position: relative;
    width: 300px;
    height: 200px;
    margin:40px;
}

.kslabellist:hover[b-eisp4ljptk]{
    cursor:pointer;
}

.cloud-container:hover[b-eisp4ljptk] {
    cursor: pointer;
}

.cloud[b-eisp4ljptk] {
    width: 300px;
    height: 150px;
    background: linear-gradient(to bottom, #e0f7fa 0%, #ffffff 100%);
    border-radius: 50%;
    position: absolute;
    top: 50px;
    left: 0;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}



    .cloud[b-eisp4ljptk]::before,
    .cloud[b-eisp4ljptk]::after {
        content: '';
        position: absolute;
        background: linear-gradient(to bottom, #e0f7fa 0%, #ffffff 100%);
        z-index: -1;
    }

    .cloud[b-eisp4ljptk]::before {
        width: 200px;
        height: 200px;
        border-radius: 50%;
        top: -50px;
        left: 50px;
        box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
    }


.sun[b-eisp4ljptk] {
    width: 100px;
    height: 100px;
    /*background: #ffeb3b;*/
    background: linear-gradient(to bottom, #ffd154 0%, #ffeb3b 100%);
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.5s ease;
    opacity: 0;
    z-index: -10;
}

.content[b-eisp4ljptk] {
    text-align: center;
    padding: 20px;
    z-index: 1;
    position: relative;
}

    .content h1[b-eisp4ljptk] {
        margin-top: 0;
    }

    .content ul[b-eisp4ljptk] {
        list-style-type: disc;
        padding-left: 20px;
        text-align: left;
    }



.grid-container[b-eisp4ljptk] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    gap: 10px;
    width: 50%;
    height: 50%;
}


.loadingcontainer[b-eisp4ljptk] {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

.logininput[b-eisp4ljptk] {
    border-width: 1px;
    border-color: #b3b545;
    border-radius: 8px;
    font-size: 12px;
    margin-right: 20px;
    height: 30px;
}





.loginbutton[b-eisp4ljptk] {
    background-color: #ede742;
    border-radius: 8px;
    border-style: solid;
    border-width: 1px;
    border-color: #999756;
    box-sizing: border-box;
    color: black;
    cursor: pointer;
    display: inline-block;
    font-family: "Haas Grot Text R Web", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    height: 30px;
    line-height: 20px;
    list-style: none;
    margin: 0;
    outline: none;
    padding: 5px 16px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: color 100ms;
    vertical-align: baseline;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

    .loginbutton:hover[b-eisp4ljptk],
    .loginbutton:focus[b-eisp4ljptk] {
        background-color: #dcde7c;
    }



.loader[b-eisp4ljptk],
.loader div[b-eisp4ljptk] {
    box-sizing: border-box;
}

.loader[b-eisp4ljptk] {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 30px;
    padding-bottom: 10px;
}

    .loader div[b-eisp4ljptk] {
        display: inline-block;
        position: absolute;
        left: 8px;
        width: 16px;
        background: #947f23;
        animation: loader-b-eisp4ljptk 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
    }

        .loader div:nth-child(1)[b-eisp4ljptk] {
            left: 8px;
            animation-delay: -0.24s;
            background: #cf6767;
        }

        .loader div:nth-child(2)[b-eisp4ljptk] {
            left: 32px;
            animation-delay: -0.12s;
            background: #d6db6b;
        }

        .loader div:nth-child(3)[b-eisp4ljptk] {
            left: 56px;
            animation-delay: 0s;
            background: #69c6db;
        }

@keyframes loader-b-eisp4ljptk {
    0% {
        top: 8px;
        height: 32px;
    }

    50%, 100% {
        top: 24px;
        height: 16px;
    }
}







@media (max-width: 1100px) {

    .pagecontainer[b-eisp4ljptk] {
        width: 100%;
        height:130%;
        margin: auto;
        display:flex;
        flex-direction:column;
        border-style:none;
    }

    .grid-container[b-eisp4ljptk] {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(6, 1fr);
        gap: 10px;
        width: 100%;
        height: 50%;
        margin:auto;
        margin-bottom:50px;
    }


    .sidebarcontainer[b-eisp4ljptk] {
        height: auto;
        width: 100%;
        border-style: solid;
        border-width: 1px;
        border-color: black;
        background-image: linear-gradient(90deg, #81aede 0%, #8ccf94 30%, #fcfb97 60%, #f59378 90%);
        padding: 6px;
    }

    .sidebarlabel[b-eisp4ljptk] {
        writing-mode: horizontal-tb;
        transform: rotate(0deg);
        font-size: 14px;
        font-weight: bold;
        color: black;
        margin-top: 8px;
        margin-right: 20px;
        margin-left: auto;
        display:flex;
        flex-direction:column;
    }

    .normal-label[b-eisp4ljptk] {
        writing-mode: horizontal-tb;
        transform: rotate(0deg);
        font-weight: normal;
        font-size: 12px;
        margin-top: 2px;
    }

    .golabel[b-eisp4ljptk] {
        font-size: 18px;
    }
   
}
/* _content/HomeworkSite/Shared/BannerComponent.razor.rz.scp.css */
body[b-c3blha0dmj] {
}

.center[b-c3blha0dmj] {
    margin: auto;
    width: 50%;
    /*border: 3px solid black;*/
    padding: 5px;
    background-color: #e6e8e8;
}

.sitebanner[b-c3blha0dmj] {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.bannerinfocontainer[b-c3blha0dmj]{
    display:flex;
    flex-direction:row;
}

.learnersonlinecontainer[b-c3blha0dmj]{
    width:50%;
    margin-left:1px;
    margin-right:auto;
}

.infolabel[b-c3blha0dmj]{
    font-size:12px;
    padding-top:5px;
}

.logincontainer[b-c3blha0dmj] {
    display: flex;
    flex-direction: row;
    margin-top: 10px;
    margin-bottom: 15px;
    margin-right: 1px;
    margin-left: auto;
    width: 50vw;
}

.loadingcontainer[b-c3blha0dmj]{
    width:fit-content;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:10px;
}

.logininput[b-c3blha0dmj] {
    border-width: 1px;
    border-color: #b3b545;
    border-radius: 8px;
    font-size: 12px;
    margin-right: 20px;
    height: 30px;
}





.loginbutton[b-c3blha0dmj] {
    background-color: #ede742;
    border-radius: 8px;
    border-style: solid;
    border-width: 1px;
    border-color: #999756;
    box-sizing: border-box;
    color: black;
    cursor: pointer;
    display: inline-block;
    font-family: "Haas Grot Text R Web", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    height: 30px;
    line-height: 20px;
    list-style: none;
    margin: 0;
    outline: none;
    padding: 5px 16px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: color 100ms;
    vertical-align: baseline;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

    .loginbutton:hover[b-c3blha0dmj],
    .loginbutton:focus[b-c3blha0dmj] {
        background-color: #dcde7c;
    }



.loader[b-c3blha0dmj],
.loader div[b-c3blha0dmj] {
    box-sizing: border-box;
}

.loader[b-c3blha0dmj] {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 30px;
    padding-bottom:10px;
}

    .loader div[b-c3blha0dmj] {
        display: inline-block;
        position: absolute;
        left: 8px;
        width: 16px;
        background: #947f23;
        animation: loader-b-c3blha0dmj 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
    }

        .loader div:nth-child(1)[b-c3blha0dmj] {
            left: 8px;
            animation-delay: -0.24s;
            background: #cf6767;
        }

        .loader div:nth-child(2)[b-c3blha0dmj] {
            left: 32px;
            animation-delay: -0.12s;
            background: #d6db6b;
        }

        .loader div:nth-child(3)[b-c3blha0dmj] {
            left: 56px;
            animation-delay: 0s;
            background: #69c6db;
        }

@keyframes loader-b-c3blha0dmj {
    0% {
        top: 8px;
        height: 32px;
    }

    50%, 100% {
        top: 24px;
        height: 16px;
    }
}







@media (max-width: 1100px) {
    .center[b-c3blha0dmj]{
        width:100%;
        margin-left:0;
    }


    .bannerinfocontainer[b-c3blha0dmj]{
        flex-direction:column;
    }

    .logininput[b-c3blha0dmj] {       
        font-size: 10px;
        margin-right: 10px;
        height: 30px;
        width:100px;
    }

    .logincontainer[b-c3blha0dmj] {
        display: flex;
        flex-direction: row;
        margin-top: 10px;
        margin-bottom: 15px;
        margin-right: 1px;
        margin-left: auto;
        width: 100%;
    }

    .kidsonlinecontainer[b-c3blha0dmj]{
        width:100%;
    }
}
/* _content/HomeworkSite/Shared/MainLayout.razor.rz.scp.css */
.page[b-9ccxuqrusx] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-9ccxuqrusx] {
    flex: 1;
}

.sidebar[b-9ccxuqrusx] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-9ccxuqrusx] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-9ccxuqrusx]  a, .top-row .btn-link[b-9ccxuqrusx] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-9ccxuqrusx] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-9ccxuqrusx] {
        display: none;
    }

    .top-row.auth[b-9ccxuqrusx] {
        justify-content: space-between;
    }

    .top-row a[b-9ccxuqrusx], .top-row .btn-link[b-9ccxuqrusx] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-9ccxuqrusx] {
        flex-direction: row;
    }

    .sidebar[b-9ccxuqrusx] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-9ccxuqrusx] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-9ccxuqrusx], article[b-9ccxuqrusx] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/HomeworkSite/Shared/Multipy_By_Numbers_Ending_Zero_Component.razor.rz.scp.css */
body[b-v0ivchjuue] {
}


.container[b-v0ivchjuue] {
    margin: auto;
    width: 50%;
    padding: 5px;
    background-color: #e6e8e8;
    align-content: center;
    padding-bottom: 30px;
}

.welcomelabel[b-v0ivchjuue] {
    margin: auto;
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    color: #153d82;
    text-align: center;
    margin-bottom: 10px;
}

.submitbuttoncontainer[b-v0ivchjuue] {
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
    width: fit-content;
}


.submitbutton[b-v0ivchjuue] {
    background-color: #ffffff;
    border-radius: 8px;
    border-style: solid;
    border-width: 1px;
    border-color: #999756;
    box-sizing: border-box;
    color: #dbdbdb;
    cursor: pointer;
    display: inline-block;
    font-family: Inter,sans-serif;
    font-size: 12px;
    font-weight: 700;
    height: 40px;
    line-height: 20px;
    list-style: none;
    margin: 0;
    outline: none;
    padding: 5px 16px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: color 100ms;
    vertical-align: baseline;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

/*.submitbutton:hover,
    .submitbutton:focus {
        background-color: #dbdbdb;
    }*/

@media (max-width: 1100px) {
    .container[b-v0ivchjuue] {
        width: 100%;
        margin-left: 0;
    }

    .welcomelabel[b-v0ivchjuue] {
        font-size: 14px;
    }
}
/* _content/HomeworkSite/Shared/Single_Linear_Equation_Component.razor.rz.scp.css */
body[b-lvg5b179e9] {
}

.container[b-lvg5b179e9] {
    width: 100%;
}

.solutioncontainer[b-lvg5b179e9] {
    background-color: #e1f0f5;
    border-style: solid;
    border-width: 1px;
    border-color: #3d3c35;
    border-radius: 8px;
    padding: 10px;
    width: fit-content;
    display: flex;
    min-width: 400px;
    margin-top: 8px;
    margin-left: auto;
    margin-right: auto;   
}

.solutioncontainercorrect[b-lvg5b179e9] {
    background-color: #bfd9bd;
    border-style: solid;
    border-width: 2px;
    border-color: #498a43;
    border-radius: 8px;
    padding: 10px;
    width: fit-content;
    display: flex;
    min-width: 400px;
    animation: expandRetract-b-lvg5b179e9 0.5s;
    margin-top: 8px;
    margin-left: auto;
    margin-right: auto;
}

.solutioncontainerwrong[b-lvg5b179e9] {
    background-color: #debab1;
    border-style: solid;
    border-width: 2px;
    border-color: #5e1717;
    border-radius: 8px;
    padding: 10px;
    width: fit-content;
    display: flex;
    min-width: 400px;
    animation: shake-b-lvg5b179e9 0.5s;
    margin-top: 8px;
    margin-left: auto;
    margin-right: auto;
}

.formulaecontainer[b-lvg5b179e9] {
    width: 350px;
    display:flex;
    flex-direction:row;
}

.check-button[b-lvg5b179e9] {
    margin-right: 10px;
    margin-left: auto;
}

.formula[b-lvg5b179e9] {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.normal-label[b-lvg5b179e9] {
    font-size: 14px;
    color: #3d3c35;
    font-weight: bold;
    /* margin-left: 10px;*/
    /*margin-right: 10px;*/
}

.bracket-label[b-lvg5b179e9] {
    font-size: 20px;
    color: #0d4e8f;
    font-weight: bold;
}

.operator-label[b-lvg5b179e9] {
    font-size: 20px;
    color: #0b72d9;
    font-weight: bold;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 6px
}

.result[b-lvg5b179e9] {
    padding-top: 10px
}

.equationclass[b-lvg5b179e9] {
    border-style: solid;
    border-width: 1px;
    border-radius: 8px;
    padding-top: 2px;
    padding-bottom: 2px;
    border-color: #c4c4c4;
    width: fit-content;
    padding-left: 8px;
    padding-right: 8px;
}


.check-button[b-lvg5b179e9] {
    align-items: center;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: transparent 0 0 0 3px,rgba(18, 18, 18, .1) 0 6px 20px;
    box-sizing: border-box;
    color: #121212;
    cursor: pointer;
    display: inline-flex;
    flex: 1 1 auto;
    font-family: Inter,sans-serif;
    font-size: 12px;
    font-weight: 700;
    justify-content: center;
    line-height: 1;
    margin: 0;
    outline: none;
    padding: 1rem 1.2rem;
    text-align: center;
    text-decoration: none;
    transition: box-shadow .2s,-webkit-box-shadow .2s;
    white-space: nowrap;
    border: 0;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

    .check-button:hover[b-lvg5b179e9] {
        box-shadow: #121212 0 0 0 3px, transparent 0 0 0 0;
    }



@keyframes shake-b-lvg5b179e9 {
    0% {
        transform: translate(1px, 1px) rotate(0deg);
    }

    10% {
        transform: translate(-1px, -2px) rotate(-1deg);
    }

    20% {
        transform: translate(-3px, 0px) rotate(1deg);
    }

    30% {
        transform: translate(3px, 2px) rotate(0deg);
    }

    40% {
        transform: translate(1px, -1px) rotate(1deg);
    }

    50% {
        transform: translate(-1px, 2px) rotate(-1deg);
    }

    60% {
        transform: translate(-3px, 1px) rotate(0deg);
    }

    70% {
        transform: translate(3px, 1px) rotate(-1deg);
    }

    80% {
        transform: translate(-1px, -1px) rotate(1deg);
    }

    90% {
        transform: translate(1px, 2px) rotate(0deg);
    }

    100% {
        transform: translate(1px, -2px) rotate(-1deg);
    }
}



@keyframes tick-b-lvg5b179e9 {
    0% {
        transform: translateX(-20px) translateY(00px) rotate(-10deg);
    }
    /*33% {
        transform: translateX(0px) translateY(0px) rotate(0deg);
    }*/

    50% {
        transform: translateX(0px) translateY(-20px) rotate(10deg);
    }

    100% {
        transform: translateX(0px) translateY(0px) rotate(0deg);
    }
}


@keyframes expandRetract-b-lvg5b179e9 {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.15);
    }

    100% {
        transform: scale(1);
    }
}









@media (max-width: 1100px) {

    .container[b-lvg5b179e9] {
        width: 100%;
    }

    .formulaecontainer[b-lvg5b179e9]{
        width:100%;
    }

    .solutioncontainer[b-lvg5b179e9] {
        width: 100%;
        min-width: 100%;
    }

    .solutioncontainercorrect[b-lvg5b179e9] {
        width: 100%;
        min-width: 100%;
    }

    .solutioncontainerwrong[b-lvg5b179e9] {
        width: 100%;
        min-width: 100%;
    }

    .check-button[b-lvg5b179e9] {
        margin-right: 5px;
        margin-left: 5px;
        font-size:10px;
        padding:4px;
    }

    .normal-label[b-lvg5b179e9] {
        font-size: 11px;
    }

    .bracket-label[b-lvg5b179e9] {
        font-size: 14px;
    }

    .operator-label[b-lvg5b179e9] {
        font-size: 14px;
    }
}

/* _content/HomeworkSite/Shared/Single_Multiply_Number_Ending_Zero_Component.razor.rz.scp.css */
body[b-mdeuiup6pa] {
}

.solutioncontainer[b-mdeuiup6pa] {
    background-color: #e1f0f5;
    border-style: solid;
    border-width: 1px;
    border-color: #3d3c35;
    border-radius: 8px;
    padding: 10px;
    width: fit-content;
    display: flex;
    min-width: 400px;
    margin-top: 8px;
    margin-left: auto;
    margin-right: auto;
}

.solutioncontainercorrect[b-mdeuiup6pa] {
    background-color: #bfd9bd;
    border-style: solid;
    border-width: 2px;
    border-color: #498a43;
    border-radius: 8px;
    padding: 10px;
    width: fit-content;
    display: flex;
    min-width: 400px;
    animation: expandRetract-b-mdeuiup6pa 0.5s;
    margin-top: 8px;
    margin-left: auto;
    margin-right: auto;
}

.solutioncontainerwrong[b-mdeuiup6pa] {
    background-color: #debab1;
    border-style: solid;
    border-width: 2px;
    border-color: #5e1717;
    border-radius: 8px;
    padding: 10px;
    width: fit-content;
    display: flex;
    min-width: 400px;
    animation: shake-b-mdeuiup6pa 0.5s;
    margin-top: 8px;
    margin-left: auto;
    margin-right: auto;
}

.formulaecontainer[b-mdeuiup6pa] {
    width: 250px;
    display: flex;
    flex-direction: row;
}

.check-button[b-mdeuiup6pa] {
    margin-right: 10px;
    margin-left: auto;
}

.formula[b-mdeuiup6pa] {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.normal-label[b-mdeuiup6pa] {
    font-size: 20px;
    color: #3d3c35;
    font-weight: bold;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 6px
}


.operator-label[b-mdeuiup6pa] {
    font-size: 20px;
    color: #0b72d9;
    font-weight: bold;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 6px
}

.result[b-mdeuiup6pa] {
    padding-top: 10px
}

.equationclass[b-mdeuiup6pa] {
    border-style: solid;
    border-width: 1px;
    border-radius: 8px;
    padding-top: 2px;
    padding-bottom: 2px;
    border-color: #c4c4c4;
    width: fit-content;
    padding-left: 8px;
    padding-right: 8px;
}


.check-button[b-mdeuiup6pa] {
    align-items: center;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: transparent 0 0 0 3px,rgba(18, 18, 18, .1) 0 6px 20px;
    box-sizing: border-box;
    color: #121212;
    cursor: pointer;
    display: inline-flex;
    flex: 1 1 auto;
    font-family: Inter,sans-serif;
    font-size: 12px;
    font-weight: 700;
    justify-content: center;
    line-height: 1;
    margin: 0;
    outline: none;
    padding: 1rem 1.2rem;
    text-align: center;
    text-decoration: none;
    transition: box-shadow .2s,-webkit-box-shadow .2s;
    white-space: nowrap;
    border: 0;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

    .check-button:hover[b-mdeuiup6pa] {
        box-shadow: #121212 0 0 0 3px, transparent 0 0 0 0;
    }



@keyframes shake-b-mdeuiup6pa {
    0% {
        transform: translate(1px, 1px) rotate(0deg);
    }

    10% {
        transform: translate(-1px, -2px) rotate(-1deg);
    }

    20% {
        transform: translate(-3px, 0px) rotate(1deg);
    }

    30% {
        transform: translate(3px, 2px) rotate(0deg);
    }

    40% {
        transform: translate(1px, -1px) rotate(1deg);
    }

    50% {
        transform: translate(-1px, 2px) rotate(-1deg);
    }

    60% {
        transform: translate(-3px, 1px) rotate(0deg);
    }

    70% {
        transform: translate(3px, 1px) rotate(-1deg);
    }

    80% {
        transform: translate(-1px, -1px) rotate(1deg);
    }

    90% {
        transform: translate(1px, 2px) rotate(0deg);
    }

    100% {
        transform: translate(1px, -2px) rotate(-1deg);
    }
}



@keyframes tick-b-mdeuiup6pa {
    0% {
        transform: translateX(-20px) translateY(00px) rotate(-10deg);
    }
    /*33% {
        transform: translateX(0px) translateY(0px) rotate(0deg);
    }*/

    50% {
        transform: translateX(0px) translateY(-20px) rotate(10deg);
    }

    100% {
        transform: translateX(0px) translateY(0px) rotate(0deg);
    }
}


@keyframes expandRetract-b-mdeuiup6pa {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.15);
    }

    100% {
        transform: scale(1);
    }
}






@media (max-width: 1100px) {

    .container[b-mdeuiup6pa] {
        width: 100%;
    }

    .formulaecontainer[b-mdeuiup6pa] {
        /*width: 100%;*/
        min-width:80%;
    }

    .solutioncontainer[b-mdeuiup6pa] {
        width: 100%;
        min-width: 100%;
    }

    .solutioncontainercorrect[b-mdeuiup6pa] {
        width: 100%;
        min-width: 100%;
    }

    .solutioncontainerwrong[b-mdeuiup6pa] {
        width: 100%;
        min-width: 100%;
    }

    .check-button[b-mdeuiup6pa] {
        margin-right: 5px;
        margin-left: 5px;
        font-size: 10px;
        padding: 4px;
    }

    .normal-label[b-mdeuiup6pa] {
        font-size: 11px;
    }

    .bracket-label[b-mdeuiup6pa] {
        font-size: 14px;
    }

    .operator-label[b-mdeuiup6pa] {
        font-size: 14px;
    }
}
/* _content/HomeworkSite/Shared/TwoNumberLinearEquations_Component.razor.rz.scp.css */
body[b-v7y4pg4v69] {
}


.container[b-v7y4pg4v69] {
    margin: auto;
    width: 50%;
    padding: 5px;
    background-color: #e6e8e8;
    align-content:center;
    padding-bottom:30px;
}

.welcomelabel[b-v7y4pg4v69] {
    margin: auto;
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    color: #153d82;
    text-align: center;
    margin-bottom:10px;
}

.submitbuttoncontainer[b-v7y4pg4v69] {
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
    width: fit-content;
}


.submitbutton[b-v7y4pg4v69] {
    background-color: #ffffff;
    border-radius: 8px;
    border-style: solid;
    border-width: 1px;
    border-color: #999756;
    box-sizing: border-box;
    color: #dbdbdb;
    cursor: pointer;
    display: inline-block;
    font-family: Inter,sans-serif;
    font-size: 12px;
    font-weight: 700;
    height: 40px;
    line-height: 20px;
    list-style: none;
    margin: 0;
    outline: none;
    padding: 5px 16px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: color 100ms;
    vertical-align: baseline;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

    /*.submitbutton:hover,
    .submitbutton:focus {
        background-color: #dbdbdb;
    }*/

@media (max-width: 1100px) {
    .container[b-v7y4pg4v69] {
        width: 100%;
        margin-left: 0;
    }

    .welcomelabel[b-v7y4pg4v69]{
        font-size:14px;
    }
}
