/* /Pages/Curriculum/EditItem.razor.rz.scp.css */


span.plus[b-67kyv69soz]::before, span.plus[b-67kyv69soz]::after {
    content: "";
    width: 12px;
    height: 3px;
    position: absolute;
    top: 8px;
    left: 2px;
    background-color: inherit;
}

span.plus[b-67kyv69soz]::after {
    transform: rotate(90deg);
}
/* /Pages/Curriculum/EditTemplate.razor.rz.scp.css */

span.plus[b-njenco1494]::before, span.plus[b-njenco1494]::after {
    content: "";
    width: 12px;
    height: 3px;
    position: absolute;
    top: 8px;
    left: 2px;
    background-color: inherit;
}

span.plus[b-njenco1494]::after {
    transform: rotate(90deg);
}
/* /Pages/Curriculum/Leaderboard.razor.rz.scp.css */
body[b-g2v6urlews] {
}
/* /Pages/Curriculum/TemplateList.razor.rz.scp.css */
/* /Pages/DashBoard/DashboardRoomCurriculum.razor.rz.scp.css */
select[b-p5nom18ifz] {
    border-radius: 5px;
    border: 2px solid rgba(135, 136, 138, 0.38);
    font-size: 16px;
    padding-bottom: 0.5rem;
    height: 2.5rem;
}
/* /Pages/DashBoard/DashboardView.razor.rz.scp.css */
.infos div[b-vwl2rkxjs3]{
    padding: 2px 6px;
}

thead tr td[b-vwl2rkxjs3]{
    padding:0px;
    min-width:80px;
}

td[b-vwl2rkxjs3]{
    text-align: center;
    padding: 1rem 0px;
}

tr td:first-child[b-vwl2rkxjs3] {
    padding: 1rem 1rem;
}
/* /Pages/DashBoard/DashboardViewNew.razor.rz.scp.css */
.infos div[b-3duj1uh23x]{
    padding: 2px 6px;
}

thead tr td[b-3duj1uh23x]{
    padding:0px;
    min-width:80px;
}

td[b-3duj1uh23x]{
    text-align: center;
    padding: 1rem 0px;
}

tr td:first-child[b-3duj1uh23x] {
    padding: 1rem 1rem;
}
/* /Pages/HomePage/TabCurriculumAssignments.razor.rz.scp.css */
.active[b-3ki0w98673] {
    background-color: lightblue;
}
    /* add any other styles you want */
/* /Pages/Playground/FireFighting.razor.rz.scp.css */
/* Solid border */
hr.solid[b-u6ue5chzt4] {
    border-top: 1px solid #bbb;
    margin-top: 15px;
    margin-bottom: 15px;
}

#l_ui[b-u6ue5chzt4] {
    padding: 20PX;
    border-style: solid;
    border-color: gray;
    border-radius: 5px;
    position: absolute;
    top: 20px;
    left: 100px;
    color: black;
    background-color: wheat;
}

#r_ui[b-u6ue5chzt4] {
    padding: 20PX;
    border-style: solid;
    border-color: gray;
    border-radius: 5px;
    position: absolute;
    /* top : 20px; */
    right: 20px;
    color: black;
    background-color: #e4e4e4;
}

.btn[b-u6ue5chzt4] {
    border: 2px solid black;
    background-color: white;
    color: black;
    padding: 10px 25px;
    font-size: 16px;
    cursor: pointer;
    margin-left: 37px;
}

/* Blue */
.info[b-u6ue5chzt4] {
    border-color: #2196F3;
    color: dodgerblue;
    text-align: center;
}

    .info:hover[b-u6ue5chzt4] {
        background: #2196F3;
        color: white;
    }

/* Red */
.danger[b-u6ue5chzt4] {
    border-color: #f44336;
    color: red;
    margin-top: 8px;
    text-align: center;
    width: 116px;
}

    .danger:hover[b-u6ue5chzt4] {
        background: #f44336;
        color: white;
    }

#leftEngineInput[b-u6ue5chzt4], #rightEngineInput[b-u6ue5chzt4] {
    width: 60px;
}

#leftEngineInput[b-u6ue5chzt4] {
    margin-left: 8px;
}

.switch[b-u6ue5chzt4] {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 25px;
    margin-left: 50px;
}

    .switch input[b-u6ue5chzt4] {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider[b-u6ue5chzt4] {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider[b-u6ue5chzt4]:before {
        position: absolute;
        content: "";
        height: 16px;
        width: 16px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider[b-u6ue5chzt4] {
    background-color: #2196F3;
}

input:focus + .slider[b-u6ue5chzt4] {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider[b-u6ue5chzt4]:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round[b-u6ue5chzt4] {
    border-radius: 34px;
}

    .slider.round[b-u6ue5chzt4]:before {
        border-radius: 50%;
    }

#start_game[b-u6ue5chzt4] {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate("center");
}
/* /Pages/Playground/WebPage.razor.rz.scp.css */
input:checked ~ .dot[b-erprcrheuo] {
    transform: translateX(55%);
}

.show[b-erprcrheuo] {
    display: flex;
}
/* /Shared/Components/ConfirmModal.razor.rz.scp.css */
div.rootcontainer[b-u9uezgwpo4] {
    z-index: 99999;
    background-color: rgba(0,0,0,0.4);
}
/* /Shared/Components/PopupMessageModel.razor.rz.scp.css */
div.rootcontainer[b-nxa2tbms3b] {
    z-index: 99999;
    background-color: rgba(0,0,0,0.4);
}
/* /Shared/Components/Toast.razor.rz.scp.css */
.toast[b-8ktbm8k3o3] {
    display: none;
    padding: 1rem;
    color: #fff;
    z-index: 10000;
    position: fixed;
    width: 25rem;
    border-radius: 3px;
}

.toast-icon[b-8ktbm8k3o3] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 1rem;
    font-size: 2rem;
}

.toast-body[b-8ktbm8k3o3] {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding-left: 1rem;
}

    .toast-body p[b-8ktbm8k3o3] {
        margin-bottom: 0;
    }

.toast-visible[b-8ktbm8k3o3] {
    display: flex;
    flex-direction: row;
    animation: fadein-b-8ktbm8k3o3 1.5s;
}

@keyframes fadein-b-8ktbm8k3o3 {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
/* /Shared/Layouts/Components/Global/Lock.razor.rz.scp.css */

@keyframes lockflush-b-x0tipsu0bj{
    from{
        opacity: 0;
    }
    to {
        opacity: 0.8;
    }
}

.lockdiv[b-x0tipsu0bj] {
    animation: lockflush-b-x0tipsu0bj 3s infinite;
}
div.topdiv[b-x0tipsu0bj] {
    background-color: rgba(0,0,0,0.1);
    z-index: 100;
}
/* /Shared/Layouts/Components/Playground/BlocklyComponent.razor.rz.scp.css */
#blocklyDiv[b-67lsyrp9x7] {
    /* height: 99%;*/
    width: 100%;
    max-height: 100%;
    margin-left: 0px;
    margin-right: 0px;
}


.blocklyFlyoutBackground[b-67lsyrp9x7] {
    /*fill: #e7f0fd;*/
    fill: #FAFAFA;
    fill-opacity: 1;
}

.n2CafeBlocklyText > .blocklyFlyoutLabelText[b-67lsyrp9x7] {
    font-style: normal;
    fill: blue;
    font-size: x-large;
    /*font-style: italic;*/
    /*font-weight: 700;*/
}

.n2CafeBlocklyTitleText > .blocklyFlyoutLabelText[b-67lsyrp9x7] {
    font-style: normal;
    fill: green;
    font-size: x-large;
    font-weight: bold;
    /*font-style: italic;*/
    /*font-weight: 700;*/
}
/* /Shared/Layouts/Components/Playground/CssEditorComponent.razor.rz.scp.css */
.monaco-editor-container[b-5sm141f7pb] {
    width: 100% !important;
    margin: 0;
    padding: 0;
}

.editor-scrollable[b-5sm141f7pb] {
    width: 100% !important;
    height: 500px;
}
.MonacoEd[b-5sm141f7pb] {
    height: 433px;
}
/*.no-user-select {
    max-width: 100%;
    width: 100%;
}*/
/* /Shared/Layouts/Components/Playground/EditorComponent.razor.rz.scp.css */
.monaco-editor-container[b-cfo5kp39iw] {
    width: 100% !important;
    margin: 0;
    padding: 0;
}

.no-user-select[b-cfo5kp39iw] {
    max-width: 100%;
    width: 100%;
}
/* /Shared/Layouts/Components/Playground/HtmlEditorComponent.razor.rz.scp.css */
.monaco-editor-container[b-2fgb11f19f] {
    width: 100% !important;
    margin: 0;
    padding: 0;
}

.editor-scrollable[b-2fgb11f19f] {
    width: 100% !important;
    height: 500px;
}
.MonacoEd[b-2fgb11f19f] {
    height: 433px;
}
/*.no-user-select {
    max-width: 100%;
    width: 100%;
}*/
/* /Shared/Layouts/Components/Playground/JsEditorComponent.razor.rz.scp.css */
.monaco-editor-container[b-381sbgniqb] {
    width: 100% !important;
    margin: 0;
    padding: 0;
}

.editor-scrollable[b-381sbgniqb] {
    width: 100% !important;
    height: 500px;
}
.MonacoEd[b-381sbgniqb] {
    height: 433px;
}
/*.no-user-select {
    max-width: 100%;
    width: 100%;
}*/
/* /Shared/Layouts/MainLayout.razor.rz.scp.css */
/*.page {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main {
    flex: 1;
}

.sidebar {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.spinner {
    border: 16px solid silver;
    border-top: 16px solid #337AB7;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 700ms linear infinite;
    top: 40%;
    left: 55%;
    position: absolute;
}


@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}


.top-row {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row ::deep a, .top-row .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth) {
        display: none;
    }

    .top-row.auth {
        justify-content: space-between;
    }

    .top-row a, .top-row .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page {
        flex-direction: row;
    }

    .sidebar {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .main > div {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
*/
/* /Shared/Layouts/Menus/NavMenu.razor.rz.scp.css */
/*.navbar-toggler {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand {
    font-size: 1.1rem;
}

.oi {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type {
        padding-top: 1rem;
    }

    .nav-item:last-of-type {
        padding-bottom: 1rem;
    }

    .nav-item ::deep a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item ::deep a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item ::deep a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.one{
    display:flex !important;
}

@media (min-width: 641px) {
    .navbar-toggler {
        display: none;
    }

    .collapse {*/
        /* Never collapse the sidebar for wide screens */
        /*display: block;
    }
}*/
/* /Shared/Layouts/PlaygroundLayout.razor.rz.scp.css */
input:checked ~ .dot[b-07ct00r6hh] {
    transform: translateX(55%);
}

.show[b-07ct00r6hh] {
    display: flex;
}
