@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';

/* /Components/RichTextComponent/RichTextEdit.razor.rz.scp.css */
::deep .ql-tooltip[b-kcd3s0qymc] {
    z-index: 1
}
/* /Pages/CertificationViews/FinalCertificateGeneratorView.razor.rz.scp.css */
body[b-m5877sd891] {
}

p[b-m5877sd891] {
    text-align: justify;
}

b[b-m5877sd891] {
    text-align: justify;
}

td[b-m5877sd891] {
    padding: 3px !important;
    vertical-align: middle;
}

    td > p[b-m5877sd891] {
        margin-bottom: 0px !important
    }

.rotate[b-m5877sd891] {
    height: 200px;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: bottom;
}

    .rotate > div[b-m5877sd891] {
        transform:
        /* 45 is really 360 - 45 */
        rotate(270deg);
        width: 25px;
        overflow-wrap: normal;
    }

        .rotate > div > span[b-m5877sd891] {
            padding: 5px 10px;
        }



/*.tscroll {
    width: 100%;
    overflow-x: scroll;
    margin-bottom: 10px;
    border: solid black 1px;
}

    .tscroll table td:first-child {
        position: sticky;
        left: 0;
        background-color: #ddd;
    }

    .tscroll td, .tscroll th {
        border-bottom: dashed #888 1px;
    }
*/


@page {
    size: 21cm 29.7cm;
    /*size: auto;*/
    margin: 30mm 45mm 30mm 45mm;
    /* change the margins as you want them to be. */
}

@media print {
    body[b-m5877sd891] {
        width: 21cm;
        height: 29.7cm;
        /*margin: 30mm 45mm 30mm 45mm;*/
        /* change the margins as you want them to be. */
    }
}
/* /Pages/PandS/GradeReportView.razor.rz.scp.css */
body[b-pvku3o4p1p] {
}

.Sunday[b-pvku3o4p1p] {
    border: solid black 2px;
}
.Monday[b-pvku3o4p1p] {
    border: solid #2d95ff 2px;
}
.Tuesday[b-pvku3o4p1p] {
    border: solid #ff2db5 2px;
}
.Wednesday[b-pvku3o4p1p] {
    border: solid #c7c800 2px;
}
.Thursday[b-pvku3o4p1p] {
    border: solid #2bea40 2px;
}
.Friday[b-pvku3o4p1p]{

}
.Saturday[b-pvku3o4p1p]{

}

tr td:nth-child(1)[b-pvku3o4p1p],
tr td:nth-child(2)[b-pvku3o4p1p],
tr th:nth-child(1)[b-pvku3o4p1p],
tr th:nth-child(2)[b-pvku3o4p1p] {
    position: sticky;
    left: 0;
}
/* /Pages/ScheduleFolder/ScheduleView.razor.rz.scp.css */
.tscroll[b-njlbqrhtd7] {
    /*width: 400px;*/
    overflow-x: scroll;
    margin-bottom: 10px;
    border: solid black 1px;
}

    .tscroll table td:first-child[b-njlbqrhtd7] {
        position: sticky;
        left: 0;
        background-color: #ddd;
    }

    .tscroll td[b-njlbqrhtd7], .tscroll th[b-njlbqrhtd7] {
        border-bottom: dashed #888 1px;
    }
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-pcc6gmtvpz] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-pcc6gmtvpz] {
    flex: 1;
}

.sidebar[b-pcc6gmtvpz] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-pcc6gmtvpz] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-pcc6gmtvpz]  a, .top-row[b-pcc6gmtvpz]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-pcc6gmtvpz]  a:hover, .top-row[b-pcc6gmtvpz]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-pcc6gmtvpz]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-pcc6gmtvpz] {
        display: none;
    }

    .top-row.auth[b-pcc6gmtvpz] {
        justify-content: space-between;
    }

    .top-row[b-pcc6gmtvpz]  a, .top-row[b-pcc6gmtvpz]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-pcc6gmtvpz] {
        flex-direction: row;
    }

    .sidebar[b-pcc6gmtvpz] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-pcc6gmtvpz] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-pcc6gmtvpz]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-pcc6gmtvpz], article[b-pcc6gmtvpz] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-xc6u211fvj] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-xc6u211fvj] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-xc6u211fvj] {
    font-size: 1.1rem;
}

.oi[b-xc6u211fvj] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-xc6u211fvj] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-xc6u211fvj] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-xc6u211fvj] {
        padding-bottom: 1rem;
    }

    .nav-item[b-xc6u211fvj]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-xc6u211fvj]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-xc6u211fvj]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-xc6u211fvj] {
        display: none;
    }

    .collapse[b-xc6u211fvj] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* /Shared/NotFoundView.razor.rz.scp.css */
*[b-csnqmt4pxj] {
    font-family: sans-serif;
    color: rgba(0,0,0,0.75);
}

body[b-csnqmt4pxj] {
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 25vh;
    padding: 0px 30px;
    background: #ddd;
}

.wrapper[b-csnqmt4pxj] {
    max-width: 250px !important;
    width: 250px !important;
    margin: 30px auto;
    transform: scale(0.8);
}

.landing-page[b-csnqmt4pxj] {
    max-width: 250px;
    height: 475px;
    margin: 0;
    box-shadow: 0px 0px 8px 1px #ccc;
    background: #fafafa;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

svg[b-csnqmt4pxj] {
    width: 25%;
    max-width:150px !important;
    max-height: 150px !important;
    height: 50%;
    margin: 0 0 15px;
}

h1[b-csnqmt4pxj] {
    font-size: 48px;
    margin: 0;
}

p[b-csnqmt4pxj] {
    font-size: 16px;
    width: 35%;
    margin: 16px auto 24px;
    text-align: center;
}

button[b-csnqmt4pxj] {
    border-radius: 50px;
    padding: 8px 24px;
    font-size: 16px;
    cursor: pointer;
    background: #62AD9B;
    color: #fff;
    border: none;
    box-shadow: 0 4px 8px 0 #ccc;
}
/* /Templates/IdCardTemplate01.razor.rz.scp.css */
*[b-conn92665z] {
    margin: 00px;
    padding: 00px;
    box-sizing: content-box;
}

.container[b-conn92665z] {
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    flex-direction: row;
    flex-flow: wrap;
}

.font[b-conn92665z] {
    height: 375px;
    width: 250px;
    position: relative;
    border-radius: 10px;
}

.top[b-conn92665z] {
    height: 30%;
    width: 100%;
    background-color: #8338ec;
    position: relative;
    z-index: 5;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.bottom[b-conn92665z] {
    height: 70%;
    width: 100%;
    background-color: #f1f1f1;
    position: absolute;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.top img[b-conn92665z] {
    height: 100px;
    width: 100px;
    background-color: #e6ebe0;
    border-radius: 10px;
    position: absolute;
    top: 60px;
    left: 75px;
}

.bottom p[b-conn92665z] {
    position: relative;
    top: 60px;
    text-align: center;
    text-transform: capitalize;
    font-weight: bold;
    font-size: 20px;
    text-emphasis: spacing;
}

.bottom .desi[b-conn92665z] {
    font-size: 12px;
    color: grey;
    font-weight: normal;
}

.bottom .no[b-conn92665z] {
    font-size: 15px;
    font-weight: normal;
}

.barcode img[b-conn92665z] {
    height: 65px;
    width: 65px;
    text-align: center;
    margin: 5px;
}

.barcode[b-conn92665z] {
    text-align: center;
    position: relative;
    top: 70px;
}

.back[b-conn92665z] {
    height: 375px;
    width: 250px;
    border-radius: 10px;
    background-color: #8338ec;
}

.qr img[b-conn92665z] {
    height: 80px;
    width: 100%;
    margin: 20px;
    background-color: white;
}

.Details[b-conn92665z] {
    color: white;
    text-align: center;
    padding: 10px;
    font-size: 25px;
}


.details-info[b-conn92665z] {
    color: white;
    text-align: left;
    padding: 5px;
    line-height: 20px;
    font-size: 16px;
    text-align: center;
    margin-top: 20px;
    line-height: 22px;
}

.logo[b-conn92665z] {
    height: 40px;
    width: 150px;
    padding: 40px;
}

    .logo img[b-conn92665z] {
        height: 100%;
        width: 100%;
        color: white;
    }

.padding[b-conn92665z] {
    padding-right: 20px;
}

@media screen and (max-width:400px) {
    .container[b-conn92665z] {
        height: 130vh;
    }

        .container .front[b-conn92665z] {
            margin-top: 50px;
        }
}

@media screen and (max-width:600px) {
    .container[b-conn92665z] {
        height: 130vh;
    }

        .container .front[b-conn92665z] {
            margin-top: 50px;
        }
}
