@import '_content/Kadzuwa.Components/Kadzuwa.Components.xvujcnysy9.bundle.scp.css';

/* /Layout/BalloonItem.razor.rz.scp.css */
.elipse[b-8hddvpascp] {
    height: 75px;
    width: 50px;
    border-radius: 50%;
    z-index: 100000 !important;
    margin-left: 5px;
    animation: move-b-8hddvpascp;
    position: relative;
}

@keyframes move-b-8hddvpascp {
    0% {
        transform: translateY(60vh);
    }

    100% {
        transform: translateY(-50vh) scale(5) rotate(270deg);
        opacity: .1;
    }
}

.string[b-8hddvpascp] {
    position: absolute;
    top: 100%; /* Start the string at the bottom of the ellipse */
    left: 50%; /* Center the string horizontally */
    width: 1px; /* Adjust the string width as needed */
    height: 30px; /* Adjust the string length as needed */
    background-color: black; /* Set the string color */
    transform-origin: top; /* Set the origin point for rotation */
    animation: string-swing-b-8hddvpascp 2s infinite; /* Add a swinging animation */
}

@keyframes string-swing-b-8hddvpascp {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(20deg);
    }

    100% {
        transform: rotate(0deg);
    }
}
/* /Layout/LogInLayout.razor.rz.scp.css */
.page[b-nnulcld5od] {
    margin: 2%;
    padding: 2%;
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-eo4sbcd54l] {
    margin: 2%;
    padding: 2%;
    height: 80vh;
    margin-top: 10vmax;
}

@media screen and (min-width:960px) {
    .page[b-eo4sbcd54l] {
        margin: 2%;
        padding: 2%;
        height: 80vh;
        margin-top: 4%;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.sticky[b-ny1i3rskhp]{
    height:60px;
    overflow:visible;
    top:0;
    position: fixed;
    width: 96%;
    background: linear-gradient(to right, white 5%, #31bf9c);
    padding: 1%;
    display: flex;
    transition: all;
    box-shadow: 0 0 1px 2px #31bf9c;
    z-index:10000;
    margin-left:2%;
    margin-right:2%;
}
.home-lander[b-ny1i3rskhp]{
    margin-right: 5%;
    width:10vw;
    display: flex;
    place-items: center;
}
    .home-lander a[b-ny1i3rskhp] {
        font-size: 2em;
        font-weight: bold;
        color: #1a6553;
    }
.collapsible[b-ny1i3rskhp] {
    display: flex;
    width: 100%;
    place-items: center;
}
.profile[b-ny1i3rskhp] {
    margin-left: auto;
}
.profile img[b-ny1i3rskhp]{
    height:100%;
    max-height: 30px;
    border-radius:50%;
}
.collapsible-item[b-ny1i3rskhp] {
    margin-right: 2%;
    margin-left: 2%;
    display: flex;
    font-size: max(1.5em,2vmax);
    place-items: center;
}
    .collapsible-item[b-ny1i3rskhp]  a {
        color: #1a6553;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .collapsible-item[b-ny1i3rskhp]  a.active, .visited[b-ny1i3rskhp] {
            background-color: #1a6553;
            color: white;
        }
.collapsible-item-description[b-ny1i3rskhp]{
    display: none;
}

.darkerpurple[b-ny1i3rskhp] {
    color: #1a6553;
}

@media screen and (min-width:920px) {
    .collapsible-item-description[b-ny1i3rskhp] {
        display: flex;
        font-size: min(2em,2.5vmin);
        place-items: center;
        margin-left: 2px;
    }    
}
/* /Layout/Thumb.razor.rz.scp.css */
body[b-ykyvviozu2] {
    font-size: 72px;
}
/* /Pages/Classes/Classes.razor.rz.scp.css */
body[b-hxymzw2yf3] {
}
.klass[b-hxymzw2yf3]{
    font-size: smaller;
    transition: all .49s;
}
.klass:hover[b-hxymzw2yf3]{
    box-shadow: 0px 0px 5px 1px silver;
    transform: scale(1.1);
    z-index: 1000;
}
/* /Pages/Exams/ClassResults.razor.rz.scp.css */
.report-title[b-4m47y6thzc] {
    color: gray;
    font-size: x-small;
    margin: 0;
    padding: 0;
}

.report-entry[b-4m47y6thzc] {
    padding-left: 1vw;
    margin-top: 0;
}

.subject-row[b-4m47y6thzc] {
    border: 1px solid silver;
    border-radius: .5vmin;
    margin-top: .5%;
    padding: 1%;
}

    .subject-row:nth-child(even)[b-4m47y6thzc] {
        background: #f6f6fa;
    }

.note-entry[b-4m47y6thzc] {
    padding: 1%;
    border-radius: .5vmin;
    box-shadow: 0 0 2px 1px silver;
    margin-bottom: 1%;
}
/* /Pages/Exams/Comments/SubjectComments.razor.rz.scp.css */
.report-title[b-0g815neqh2] {
    color: gray;
    font-size: x-small;
    margin: 0;
    padding: 0;
}

.report-entry[b-0g815neqh2] {
    padding-left: 1.1vw;
    margin-top: 0;
}

.subject-row[b-0g815neqh2] {
    border: 1px solid silver;
    border-radius: .5vmin;
    margin-top: .5%;
    padding: 1%;
}

    .subject-row:nth-child(even)[b-0g815neqh2] {
        background: #f6f6fa;
    }

.note-entry[b-0g815neqh2] {
    padding: 1%;
    border-radius: .5vmin;
    box-shadow: 0 0 2px 1px silver;
    margin-bottom: 1%;
}
/* /Pages/Exams/Exams.razor.rz.scp.css */
body[b-9vx8wooheq] {
    background: linear-gradient(to top, #00ffd5, white);
}
/* /Pages/HomePages/Index.razor.rz.scp.css */
.profile[b-n2q8u8b1v2] {
    display: flex;
    flex-direction: row;
    text-align: left !important; 
    font-size: small;
    place-items: center;
}

.profile > img:hover[b-n2q8u8b1v2]{
    transform:scale(2);
}
@media screen and (min-width:720px) {
    .profile[b-n2q8u8b1v2]{
        flex-direction:column;
        text-align: center !important;
        font-size: smaller;
    }
    .piece-holder[b-n2q8u8b1v2] {
        display: flex !important;
        place-content: space-between;
        flex-direction: row !important;
    }

    .piece[b-n2q8u8b1v2] {
        padding: 2.1%;
        border-radius: 1vh;
        width: 49% !important;
    }
}
.piece[b-n2q8u8b1v2] {
    width: 98%;
    margin-bottom: 1%;
    background: rgba(49,191,156, .2);
}
.piece-holder[b-n2q8u8b1v2]{
    display: inline-block;
}

/* /Pages/HomePages/LogIn.razor.rz.scp.css */
.container[b-38rb6dh41n] {
    width: 80vw;
    display: flex;
    flex-direction: column;
    place-items: center;
}
img[b-38rb6dh41n]{
    width:min(100%, 250px);
}
@media (max-width:600px) {
    .container[b-38rb6dh41n] {
        width: 80% !important;
    }
}
/* /Pages/HomePages/Timetables/TableEntry.razor.rz.scp.css */
body[b-0ttic4e66m]{
    font-family: 'Arial-Narrow';
}

.col-3[b-0ttic4e66m], col-9[b-0ttic4e66m] {
    font-size: x-small;
}

.number-container[b-0ttic4e66m]{
    display: flex;
    place-content: flex-end;
    place-items: flex-end;
    flex-direction: column;
}

.period-number[b-0ttic4e66m] {
    display: flex;
    place-items: center;
    justify-content: center;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    text-align: center;
    font-weight: bold;
    place-self: flex-end;
    align-self: flex-end;
    justify-self: flex-end;
    background-color: #1a6553;
}

.cell-entry[b-0ttic4e66m]{
    border: 1px solid gray;
    padding: 2%;
    border-radius: 1%;
}

.detail-entry[b-0ttic4e66m] {
    box-shadow: 0px 0px 5px 1px silver;
    border-radius: 1vh;
    border: 1px solid silver;
    padding-top: 5%;
    padding-left: 2%;
    padding-bottom: 5%;
    padding-right: 2%;
}
/* /Pages/HomePages/Timetables/TeacherLoads.razor.rz.scp.css */
table[b-d0pzdf4ie7] {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 1vh
}

tr:first-child[b-d0pzdf4ie7] {
    font-weight: bold;
    text-align: center;
}

tr:nth-child(even)[b-d0pzdf4ie7] {
    background: lightgray
}

.page[b-d0pzdf4ie7], .page-portrait[b-d0pzdf4ie7] {
    font-family: 'Arial Narrow';
    font-size: 11pt;
    padding: 1cm;
    background: white;
    margin: auto;
    page-break-after: always;
}

@media print {
    .page[b-d0pzdf4ie7], portrait-page[b-d0pzdf4ie7] {
        page-break-after: always;
    }
}

.entry[b-d0pzdf4ie7] {
    padding: .5%;
    width: 47%;
    clear: right;
    float: left;
    display: inline-block;
}

.summary[b-d0pzdf4ie7] {
    margin-top: 1vh;
    margin: auto;
    min-width: 40vw;
    max-width: 60vw;
    border-radius: 1vh;
    border: 1px solid gray;
    padding: 1%;
    overflow: auto;
}

.label[b-d0pzdf4ie7] {
    width: 49%;
    clear: left;
    float: left;
}

h2[b-d0pzdf4ie7], h1[b-d0pzdf4ie7], h3[b-d0pzdf4ie7], h4[b-d0pzdf4ie7], h5[b-d0pzdf4ie7], h6[b-d0pzdf4ie7] {
    text-align: center;
    margin: 0;
    color: navy;
}

td[b-d0pzdf4ie7], th[b-d0pzdf4ie7] {
    text-align: center;
    border: 1px solid gray;
}

.text-center[b-d0pzdf4ie7] {
    text-align: center;
}

.loads-holder[b-d0pzdf4ie7] {
    width: 90%;
    display: flex;
    margin: auto;
}

.load[b-d0pzdf4ie7] {
    display: inline-flex;
    width: 46%;
    padding: 1%;
    margin: 1%;
    border: 1px solid gray;
    border-radius: 1vh;
}

    .load > table tr:nth-child(even)[b-d0pzdf4ie7] {
        background: none;
    }

    .load > table tr[b-d0pzdf4ie7] {
        font-weight: normal;
    }

    .load > table td[b-d0pzdf4ie7] {
        border: none;
        text-align: left;
    }
/* /Pages/Registers/ViewRegister.razor.rz.scp.css */
.entry:hover[b-mgqajrhu2d]{
    background-color: red;
    font-weight: bold;
    color: white !important;
    cursor: pointer;
}
/* /Pages/StudentReport.razor.rz.scp.css */
.report-title[b-ru9da19u29]{
    color: gray;
    font-size: x-small;
    margin:0;
    padding:0;
}
.report-entry[b-ru9da19u29]{
    padding-left: 1vw;
    margin-top:0;
}
.subject-row[b-ru9da19u29]{
    border:1px solid silver;
    border-radius:.5vmin;
    margin-top:.5%;
    padding:1%;
}
    .subject-row:nth-child(even)[b-ru9da19u29] {
        background: #f6f6fa;
    }
.note-entry[b-ru9da19u29] {
    padding: 1%;
    border-radius: .5vmin;
    box-shadow: 0 0 2px 1px silver;
    margin-bottom: 1%;
}
.mobile-hide[b-ru9da19u29]{
    display:none;
}
@media screen and (min-width:720px) {
    .mobile-hide[b-ru9da19u29] {
        display: flex;
    }
}
/* /Pages/Works/AddBulkMarks.razor.rz.scp.css */
.report-entry[b-aspzqqdvsz] {
    padding-left: 1vw;
    margin-top: 0;
}

.subject-row[b-aspzqqdvsz] {
    border: 1px solid silver;
    border-radius: .5vmin;
    margin-top: .5%;
    padding: 1%;
}

    .subject-row:nth-child(even)[b-aspzqqdvsz] {
        background: #f6f6fa;
    }

.report-title[b-aspzqqdvsz] {
    color: gray;
    font-size: x-small;
    margin: 0;
    padding: 0;
}
/* /Pages/Works/AddStudentMarks.razor.rz.scp.css */
.report-entry[b-yg3ucoa86p] {
    padding-left: 1vw;
    margin-top: 0;
}

.subject-row[b-yg3ucoa86p] {
    border: 1px solid silver;
    border-radius: .5vmin;
    margin-top: .5%;
    padding: 1%;
}

    .subject-row:nth-child(even)[b-yg3ucoa86p] {
        background: #f6f6fa;
    }

.report-title[b-yg3ucoa86p] {
    color: gray;
    font-size: x-small;
    margin: 0;
    padding: 0;
}
/* /Pages/Works/Works.razor.rz.scp.css */
body[b-0dydpmc9ug] {
}

.klass[b-0dydpmc9ug] {
    font-size: smaller;
    transition: all .5s;
}

    .klass:hover[b-0dydpmc9ug] {
        box-shadow: 0px 0px 5px 1px silver;
        transform: scale(1.1);
        z-index: 10000;
    }
