/* _content/BlazorApp1/Pages/Classes-learners.razor.rz.scp.css */
body[b-0b6bdvg2eg] {

}
.learnerStyle[b-0b6bdvg2eg] {
    color: blue;
}
div[class="learnerStyle"]:hover[b-0b6bdvg2eg] {
    text-decoration: underline;
    cursor: pointer;
}
/* _content/BlazorApp1/Pages/Classes.razor.rz.scp.css */
body[b-tgi9ijs2gk] {
}
.classes_wrapper[b-tgi9ijs2gk] {
    overflow:auto;
    width: 100%;
    height: fit-content;
    border-style: outset;
    background-color: aliceblue;
}
.classes[b-tgi9ijs2gk]{
    width:200px;
    height:30px;
    color:blue;
    border-style:outset;
    border-radius:10px;
    text-align:center;
    margin:2px;
    background-color:antiquewhite;
    float:left;
}
/*селектор[атрибут="значение"]*/
div[class="classes"]:hover[b-tgi9ijs2gk] {
    background-color:bisque;
    border-style: inset;
    cursor: pointer;
    /*font-size:smaller;*/
}
div[class="classes"]:active[b-tgi9ijs2gk] {
    background-color: #caf7f6;
    border-style: inset;
    cursor: pointer;
}
.learner_list[b-tgi9ijs2gk] {
    width:30%;
    min-height:30px;
    border-style: outset;
    background-color: aliceblue;
    float:left;
    margin:5px;
}
.learner_edit[b-tgi9ijs2gk] {
    width: 50%;
    border-style: outset;
    background-color: aliceblue;
    float: left;
    margin: 5px;
}
.textar[b-tgi9ijs2gk] {
    width: 97%;
    height: 300px;
    margin: 6px
}
.err[b-tgi9ijs2gk] {
    color:red;
}
hr[b-tgi9ijs2gk] {
    border: none; /* Убираем границу */
    background-color: blue; /* Цвет линии */
    color:blue; /* Цвет линии для IE6-7 */
    height: 2px; /* Толщина линии */
}
.learners_wrapper[b-tgi9ijs2gk] {
    overflow: auto;
    width: 100%;
    height: fit-content;
    border-style: outset;
    background-color: aliceblue;
}
/* _content/BlazorApp1/Pages/ColorTest.razor.rz.scp.css */
table tr td[b-93drgs18qv] {
    border: ridge;
    padding: 5px;
}

.testRGBColor[b-93drgs18qv] {
    width: 250px;
    height: 175px;
    border: ridge;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
}

.rgb_number[b-93drgs18qv] {
    width: 60px;
}

.rgb_red[b-93drgs18qv] {
    color: white;
}

.rgb_green[b-93drgs18qv] {
    color: white;
}

.rgb_blue[b-93drgs18qv] {
    color: white;
}

.testHSLColor[b-93drgs18qv] {
    width: 250px;
    height: 132px;
    border: ridge;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
}

.testFont[b-93drgs18qv] {
    padding: 10px;
    font-size: 20px;
}

.div_left[b-93drgs18qv] {
    float: left;
}

.clear[b-93drgs18qv] {
    clear: left;
}

.ball[b-93drgs18qv] {
    width: 200px;
    height: 180px;
    border-radius: 50%;
    margin: 100px auto;
    background: radial-gradient(circle at 65% 25%, aqua, darkblue);
}
/* _content/BlazorApp1/Pages/TreeNode.razor.rz.scp.css */
li[b-loct5m3crs] {
    color: blue;
    font-size: 15px;
    height: fit-content;
    width: fit-content;
}

.selectedNode[b-loct5m3crs] {
    font-weight: bold;
    
}
/*.collapsed{
    display:none;
}
.opened{
    display:block;
}*/

li:hover[b-loct5m3crs] {
    cursor: pointer;
    text-decoration: underline;
    background: #ddd;
    transition-duration: 0.5s;
}

.open[b-loct5m3crs] {
    height: fit-content;
    width: fit-content;
}
/* _content/BlazorApp1/Shared/MainLayout.razor.rz.scp.css */
.page[b-45rkf8v3vv] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-45rkf8v3vv] {
    flex: 1;
}

.sidebar[b-45rkf8v3vv] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-45rkf8v3vv] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-45rkf8v3vv]  a, .top-row .btn-link[b-45rkf8v3vv] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-45rkf8v3vv] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-45rkf8v3vv] {
        display: none;
    }

    .top-row.auth[b-45rkf8v3vv] {
        justify-content: space-between;
    }

    .top-row a[b-45rkf8v3vv], .top-row .btn-link[b-45rkf8v3vv] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-45rkf8v3vv] {
        flex-direction: row;
    }

    .sidebar[b-45rkf8v3vv] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-45rkf8v3vv] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-45rkf8v3vv], article[b-45rkf8v3vv] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
footer[b-45rkf8v3vv] {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgb(27,45,94);
}

    footer p[b-45rkf8v3vv] {
        text-align: center;
        font-size: 14px;
        font-family: 'ColaborateLightRegular', Arial, sans-serif;
        padding: .5em .25em .5em 1em;
        color: rgb(255,255,255);
        margin: 0;
    }

    footer a[b-45rkf8v3vv] {
        color: rgb(200,200,200);
    }
/* _content/BlazorApp1/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-b5wscdn8ts] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-b5wscdn8ts] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-b5wscdn8ts] {
    font-size: 1.1rem;
}

.oi[b-b5wscdn8ts] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-b5wscdn8ts] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-b5wscdn8ts] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-b5wscdn8ts] {
        padding-bottom: 1rem;
    }

    .nav-item[b-b5wscdn8ts]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-b5wscdn8ts]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-b5wscdn8ts]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-b5wscdn8ts] {
        display: none;
    }

    .collapse[b-b5wscdn8ts] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
