@import '_content/Kadzuwa.Components/Kadzuwa.Components.xvujcnysy9.bundle.scp.css';

/* /Layout/BalloonItem.razor.rz.scp.css */
.elipse[b-41poc1pxe2] {
    height: 75px;
    width: 50px;
    border-radius: 50%;
    z-index: 100000 !important;
    margin-left: 5px;
    animation: move-b-41poc1pxe2;
    position: relative;
}

@keyframes move-b-41poc1pxe2 {
    0% {
        transform: translateY(60vh);
    }

    100% {
        transform: translateY(-50vh) scale(5) rotate(270deg);
        opacity: .1;
    }
}

.string[b-41poc1pxe2] {
    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-41poc1pxe2 2s infinite; /* Add a swinging animation */
}

@keyframes string-swing-b-41poc1pxe2 {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(20deg);
    }

    100% {
        transform: rotate(0deg);
    }
}
/* /Layout/LogInLayout.razor.rz.scp.css */
.page[b-564br6yrjy] {
    margin: 2%;
    padding: 2%;
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-0qivqyyg9m] {
    margin: 2%;
    padding: 2%;
    height: 80vh;
    margin-top: 10vmax;
}
@media screen and (min-width:960px) {
    .page[b-0qivqyyg9m] {
        margin: 2%;
        padding: 2%;
        height: 80vh;
        margin-top: 4%;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.sticky[b-q2y4szgzke]{
    height:60px;
    overflow:visible;
    top:0;
    position: fixed;
    width: 96%;
    background: linear-gradient(to right, white 5%, beige);
    padding: 1%;
    display: flex;
    transition: all;
    box-shadow: 0 0 1px 2px beige;
    z-index:10000;
    margin-left:2%;
    margin-right:2%;
}
.home-lander[b-q2y4szgzke]{
    margin-right: 5%;
    width:10vw;
    display: flex;
    place-items: center;
}
    .home-lander a[b-q2y4szgzke] {
        font-size: 2em;
        font-weight: bold;
        color: #a3a32e;
    }
.collapsible[b-q2y4szgzke] {
    display: flex;
    width: 100%;
    place-items: center;
}
.profile[b-q2y4szgzke] {
    margin-left: auto;
}
.profile img[b-q2y4szgzke]{
    height:100%;
    max-height: 50px;
    border-radius:50%;
}
.collapsible-item[b-q2y4szgzke] {
    margin-right: 2%;
    margin-left: 2%;
    display: flex;
    font-size: max(1.5em,2vmax);
    place-items: center;
}
.collapsible-item-description[b-q2y4szgzke]{
    display: none;
}

.darker-beige[b-q2y4szgzke] {
    color: #a3a32e;
}

.collapsible-item > a[b-q2y4szgzke] {
    color: inherit;
    text-decoration: none;
    display: flex;
    place-items: center;
    align-items: stretch;
    justify-content: space-evenly;
}


@media screen and (min-width:720px) {
    .collapsible-item-description[b-q2y4szgzke] {
        display: flex;
        font-size: min(2em,2.5vmin);
        place-items: center;
        margin-left: 2px;
    }    
}
/* /Layout/StatementEntry.razor.rz.scp.css */


.content[b-i559pqeb5v] {
    display: none;
    width: 80%;
    place-self: end;
}
.report-title[b-i559pqeb5v] {
    color: gray;
    font-size: x-small;
    margin: 0;
    padding: 0;
}

.report-entry[b-i559pqeb5v] {
    margin-top: 0;
}

.subject-row[b-i559pqeb5v] {
    border-radius: .5vmin;
    margin-top: .5%;
    padding: .1%;
    transition: all .5s;
    font-size: small;
}
    .subject-row:hover .content[b-i559pqeb5v] {
        display: block;
        position: fixed;
        right: 50px;
        top: 40vh;
        margin: auto;
        padding: 1%;
        border-radius: .51vh;
    }


.note-entry[b-i559pqeb5v] {
    padding: 1%;
    border-radius: .51vmin;
    margin-bottom: 1%;
}
@media screen and (min-width:720px) {
    .report-title[b-i559pqeb5v]{
        display: none;
    }
    .content[b-i559pqeb5v]{
        width: 20vw;
    }
}

/* /Layout/StatementTitle.razor.rz.scp.css */
.report-entry[b-0hmlcq6h9x] {
    margin-top: 0;
}

.subject-row[b-0hmlcq6h9x] {
    display: none;
    transition: all .5s;
}


@media screen and (min-width:720px) {
    .subject-row[b-0hmlcq6h9x] {
        display: flex;
        border-radius: .5vmin;
        margin-top: .51%;
        padding: .1%;
        font-weight: bold;
    }
}
/* /Layout/Thumb.razor.rz.scp.css */
body[b-fsk4mq89ca] {
    font-size: 72px;
}
/* /Pages/Exams/StudentReport.razor.rz.scp.css */
.report-title[b-xos3nhtl8r]{
    color: gray;
    font-size: x-small;
    margin:0;
    padding:0;
}
.report-entry[b-xos3nhtl8r]{
    padding-left: 1vw;
    margin-top:0;
}
.subject-row[b-xos3nhtl8r]{
    border:1px solid silver;
    border-radius:.5vmin;
    margin-top:.5%;
    padding:1%;
}
    .subject-row:nth-child(even)[b-xos3nhtl8r] {
        background: #f6f6fa;
    }
.note-entry[b-xos3nhtl8r] {
    padding: 1%;
    border-radius: .5vmin;
    box-shadow: 0 0 2px 1px silver;
    margin-bottom: 1%;
}
.mobile-hide[b-xos3nhtl8r]{
    display:none;
}
@media screen and (min-width:720px) {
    .mobile-hide[b-xos3nhtl8r] {
        display: flex;
    }
}
/* /Pages/Home/Index.razor.rz.scp.css */
.profile[b-sfaih9jghf] {
    display: flex;
    flex-direction: row;
    text-align: left !important; 
    font-size: small;
}

.profile > img:hover[b-sfaih9jghf]{
    transform:scale(2);
}
@media screen and (min-width:720px) {
    .profile[b-sfaih9jghf]{
        flex-direction:column;
        text-align: center !important;
        font-size: smaller;
    }
}
/* /Pages/Home/LogIn.razor.rz.scp.css */
.container[b-zq63bl5rtp] {
    width: 600px;
    display: flex;
    flex-direction: column;
    place-items: center;
}
img[b-zq63bl5rtp]{
    width:min(100%, 250px);
}
@media (max-width:600px) {
    .container[b-zq63bl5rtp] {
        width: 80% !important;
    }
}
/* /Pages/Profile/OldLogIn.razor.rz.scp.css */
.container[b-sbe2nm0dic] {
    width: 600px;
    display: flex;
    flex-direction: column;
    place-items: center;
}

img[b-sbe2nm0dic] {
    width: min(100%, 250px);
}
@media (max-width:600px) {
    .container[b-sbe2nm0dic] {
        width: 80% !important;
    }
}
