@import '_content/Kadzuwa.Components/Kadzuwa.Components.yynd8pgzim.bundle.scp.css';

/* /Layout/LogInLayout.razor.rz.scp.css */
.page[b-6h42amxnbi] {
    margin: 2%;
    padding: 2%;
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-l1foh3lfkd] {
    margin: 2%;
    padding: 2%;
    height: 80vh;
    margin-top: 10vmax;
}

@media screen and (min-width:960px) {
    .page[b-l1foh3lfkd] {
        margin: 2%;
        padding: 2%;
        height: 80vh;
        margin-top: 4%;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.sticky[b-h0ka0rvpbc]{
    height:60px;
    overflow:visible;
    top:0;
    position: fixed;
    width: 96%;
    background: linear-gradient(to right, white 5%, black);
    padding: 1%;
    display: flex;
    transition: all;
    box-shadow: 0 0 1px 2px silver;
    z-index:10000;
    margin-left:2%;
    margin-right:2%;
}
.home-lander[b-h0ka0rvpbc]{
    margin-right: 5%;
    width:90vw;
    display: flex;
    place-items: center;
}
    .home-lander a[b-h0ka0rvpbc] {
        font-size: 2em;
        font-weight: bold;
        color: darkred;
    }
home-lander a .admin[b-h0ka0rvpbc]{
    font-size:smaller !important;
}
.collapsible[b-h0ka0rvpbc] {
    display: flex;
    width: 100%;
    place-items: center;
}
.profile[b-h0ka0rvpbc] {
    margin-left: auto;
}
.profile img[b-h0ka0rvpbc]{
    height:100%;
    max-height: 30px;
    border-radius:50%;
}
.collapsible-item[b-h0ka0rvpbc] {
    margin-right: 2%;
    margin-left: 2%;
    display: flex;
    font-size: max(1.5em,2vmax);
    place-items: center;
}
.collapsible-item-description[b-h0ka0rvpbc]{
    display: none;
}

.darkerpurple[b-h0ka0rvpbc] {
    color: darkred;
}

.collapsible-item > a[b-h0ka0rvpbc] {
    color: inherit;
    text-decoration: none;
    display: flex;
    place-items: center;
    align-items: stretch;
    justify-content: space-evenly;
}


@media screen and (min-width:920px) {
    .collapsible-item-description[b-h0ka0rvpbc] {
        display: flex;
        font-size: min(2em,2.5vmin);
        place-items: center;
        margin-left: 2px;
    }    
}
/* /Layout/ReportHtml.razor.rz.scp.css */
.report-title[b-jkb6kep3qc] {
    color: gray;
    font-size: x-small;
    margin: 0;
    padding: 0;
}

.report-entry[b-jkb6kep3qc] {
    padding-left: 1vw;
    margin-top: 0;
}

.subject-row[b-jkb6kep3qc] {
    border: 1px solid silver;
    border-radius: .5vmin;
    margin-top: .5%;
    padding: 1%;
}

    .subject-row:nth-child(even)[b-jkb6kep3qc] {
        background: #f6f6fa;
    }

.note-entry[b-jkb6kep3qc] {
    padding: 1%;
    border-radius: .5vmin;
    box-shadow: 0 0 2px 1px silver;
    margin-bottom: 1%;
}
/* /Layout/StudentReport.razor.rz.scp.css */
.report-title[b-3irn4kmhn8]{
    color: gray;
    font-size: x-small;
    margin:0;
    padding:0;
}
.report-entry[b-3irn4kmhn8]{
    padding-left: 1vw;
    margin-top:0;
}
.subject-row[b-3irn4kmhn8]{
    border:1px solid silver;
    border-radius:.5vmin;
    margin-top:.5%;
    padding:1%;
}
    .subject-row:nth-child(even)[b-3irn4kmhn8] {
        background: #f6f6fa;
    }
.note-entry[b-3irn4kmhn8] {
    padding: 1%;
    border-radius: .5vmin;
    box-shadow: 0 0 2px 1px silver;
    margin-bottom: 1%;
}
/* /Pages/Applications/ViewEnrollment.razor.rz.scp.css */
.profile[b-08oz87eq5z] {
    display: flex;
    flex-direction: row;
    text-align: left !important;
    font-size: small;
}

    .profile > img:hover[b-08oz87eq5z] {
        transform: scale(2);
    }

@media screen and (min-width:720px) {
    .profile[b-08oz87eq5z] {
        flex-direction: column;
        text-align: center !important;
        font-size: smaller;
    }
}
/* /Pages/Index.razor.rz.scp.css */
.profile[b-xclo3cr545] {
    display: flex;
    flex-direction: row;
    text-align: left !important; 
    font-size: small;
}

.profile > img:hover[b-xclo3cr545]{
    transform:scale(2);
}
@media screen and (min-width:720px) {
    .profile[b-xclo3cr545]{
        flex-direction:column;
        text-align: center !important;
        font-size: smaller;
    }
}
/* /Pages/LogIn.razor.rz.scp.css */
.container[b-qd46kzgvmc] {
    width: 80vw;
    display: flex;
    flex-direction: column;
    place-items: center;
}
img[b-qd46kzgvmc]{
    width:min(100%, 250px);
}
@media (max-width:600px) {
    .container[b-qd46kzgvmc] {
        width: 80% !important;
    }
}
