@import '_content/AuralizeBlazor/AuralizeBlazor.tf5u2o3oxg.bundle.scp.css';
@import '_content/Nextended.Blazor/Nextended.Blazor.tkxqvq0zjw.bundle.scp.css';
@import '_content/ReactorBlazorQRCodeScanner/ReactorBlazorQRCodeScanner.boasv5qmh0.bundle.scp.css';

/* /Components/AcademicComponents/AssignmentComponents/LessonPlanWeeklyTableComponent.razor.rz.scp.css */
body[b-3bfdh1nl1n] {
}



.pageNew[b-3bfdh1nl1n] {
    box-sizing: border-box;
    margin: 0px;
    background: var(--paper);
    padding: 6mm 4mm;
    border: 1px solid #d1d5db;
}


/* ------- Header ------- */
.topbar[b-3bfdh1nl1n] {
    display: grid;
    grid-template-columns: 80px 1fr 80px;
    align-items: center;
    gap: 12px;
}

.logo[b-3bfdh1nl1n] {
    width: 80px;
    height: 80px;
    border: 2px solid #a3a3a3;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-weight: 700;
    color: var(--muted);
    font-size: 12px;
    letter-spacing: .5px;
    user-select: none;
}

.title[b-3bfdh1nl1n] {
    text-align: center;
}

    .title h1[b-3bfdh1nl1n] {
        margin: 0;
        font-size: 26px;
        letter-spacing: .5px;
        color: var(--brand)
    }

    .title .meta[b-3bfdh1nl1n] {
        margin-top: 2px;
        font-size: 15px;
        font-weight: 600
    }

    .title .year[b-3bfdh1nl1n] {
        margin-top: 4px;
        font-size: 13px;
        color: var(--muted)
    }



/* ------- Info rows ------- */
.info[b-3bfdh1nl1n] {
    margin-top: 14px;
    border: 1px solid #a3a3a3;
    border-radius: 8px;
    overflow: hidden;
}

.info-row[b-3bfdh1nl1n] {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    border-top: 1px solid #a3a3a3;
    padding: 8px 10px;
}

    .info-row:first-child[b-3bfdh1nl1n] {
        border-top: 0
    }

.info .cell[b-3bfdh1nl1n] {
    display: flex;
    gap: 6px;
    align-items: center;
    min-height: 24px
}

.label[b-3bfdh1nl1n] {
    font-weight: 600
}

.fill[b-3bfdh1nl1n] {
    flex: 1;
    border-bottom: 1px solid #cfcfcf;
    min-height: 16px
}

    .fill.short[b-3bfdh1nl1n] {
        max-width: 120px
    }


/* ------- Table ------- */
table[b-3bfdh1nl1n] {
    width: 100%;
    border-collapse: collapse !important;
    margin-top: 12px !important;
    table-layout: fixed !important
}

th[b-3bfdh1nl1n], td[b-3bfdh1nl1n] {
    border: 1px solid #a3a3a3 !important;
    padding: 8px 6px !important;
    vertical-align: top !important;
}

thead th[b-3bfdh1nl1n] {
    background: var(--accent);
    font-size: 13px
}

    thead th[colspan][b-3bfdh1nl1n] {
        text-align: center
    }

.left-head[b-3bfdh1nl1n] {
    background: linear-gradient(0deg, var(--accent), #ffe7d2);
    font-weight: 700
}

.structure-head[b-3bfdh1nl1n] {
    width: 160px;
    background: #f4caa7;
    color: #1f2937
}

.duration-head[b-3bfdh1nl1n] {
    width: 65px;
    background: #f4d7be
}

.days-head[b-3bfdh1nl1n] {
    background: #fde8d5
}

.subNote[b-3bfdh1nl1n] {
    font-size: 12px;
    color: #4b5563;
    font-weight: 600
}

.no-col[b-3bfdh1nl1n] {
    width: 28px;
    text-align: center
}

.structure-col[b-3bfdh1nl1n] {
    width: 160px;
    font-weight: 600
}

.duration-col[b-3bfdh1nl1n] {
    width: 52px;
    text-align: center
}


/* zebra for writing comfort */
tbody tr:nth-child(odd) td[b-3bfdh1nl1n] {
    background: #fafafa
}


/* ------- Footer ------- */
.footer[b-3bfdh1nl1n] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 14px;
    font-size: 13px;
}

    .footer .line[b-3bfdh1nl1n] {
        border-top: 1px solid #cfcfcf;
        margin-top: 22px
    }


/* small helpers */
.muted[b-3bfdh1nl1n] {
    color: var(--muted)
}







/*force A4 compact print*/
@media screen {
    .report[b-3bfdh1nl1n] {
        max-width: 297mm; /* A4 width 210 * 297 */
        margin: 0 auto;
    }
}

/* Print: request A4 and tighten layout */
@media print {
    .report[b-3bfdh1nl1n] {
        box-shadow: none !important;
        border: none !important;
        padding: 8mm !important; /* internal padding so content doesn’t hug the edge */
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }

    /* Single column to avoid width overflow and reduce vertical spacing */
    .compact .mud-grid[b-3bfdh1nl1n] {
        display: block !important;
    }

        .compact .mud-grid .mud-item[b-3bfdh1nl1n] {
            width: 100% !important;
            max-width: 100% !important;
        }

    /* Typography: slightly smaller for print */
    .compact .mud-typography[b-3bfdh1nl1n] {
        font-size: 0.95rem !important;
    }

        .compact .mud-typography.h5[b-3bfdh1nl1n] {
            font-size: 1.15rem !important;
        }

        .compact .mud-typography.subtitle1[b-3bfdh1nl1n] {
            font-size: 1rem !important;
        }

    /* Chips/cards tighter */
    .compact .mud-chip[b-3bfdh1nl1n] {
        padding: 2px 8px !important;
    }

    .compact .mud-card .mud-card-content[b-3bfdh1nl1n],
    .compact .pa-3[b-3bfdh1nl1n] {
        padding: 8px !important;
    }

    .compact .pa-4[b-3bfdh1nl1n], .compact .pa-5[b-3bfdh1nl1n] {
        padding: 10px !important;
    }

    /* Your kv grid from earlier (if you used it) — make rows denser */
    .compact .kv-row[b-3bfdh1nl1n] {
        padding: 4px 0 !important;
    }

    .compact .kv-label[b-3bfdh1nl1n] {
        font-weight: 600;
    }

    .compact .kv-value[b-3bfdh1nl1n] {
        white-space: pre-wrap;
    }

    /* Optional: hide truly non-essential bits on print to save space */
    .no-print[b-3bfdh1nl1n] {
        display: none !important;
    }
}





/* ===== OPTIONAL: “hard fit” scale =====
   If it still spills to a 2nd page, enable .fit-a4 on the root and tweak SCALE.
   WebKit (Chrome/Edge) respects zoom in print; Firefox often ignores it. */
@media print {
    .fit-a4[b-3bfdh1nl1n] {
        /* 0.92–0.85 usually works if you’re just slightly over one page */
        zoom: 0.85; /* try 0.90 or 0.88 if still too tall */
        transform-origin: top left; /* fallback for some engines */
    }
}
/* /Pages/AcademicPages/AdmissionPages/AdmissionDetailViewPage.razor.rz.scp.css */
body[b-4fn846lmhq] {
    font-family: 'Noto Sans Arabic', sans-serif;
    margin: 40px;
    direction: rtl;
}

.header[b-4fn846lmhq] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

    .header img[b-4fn846lmhq] {
        width: 100px;
        height: auto;
    }

h2[b-4fn846lmhq], h3[b-4fn846lmhq] {
    text-align: center;
    margin: 0;
}

.section[b-4fn846lmhq] {
    margin-top: 30px;
}

.form-table[b-4fn846lmhq] {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
}

    .form-table td[b-4fn846lmhq] {
        border: 1px solid #000;
        padding: 8px;
        vertical-align: top;
    }

.label[b-4fn846lmhq] {
    font-weight: bold;
    background-color: #f0f0f0;
    width: 25%;
}
/* /Pages/AcademicPages/MarkPages/LocalGradeMarksheetPage.razor.rz.scp.css */

.passed[b-d7p49gx4jy] {
}

.failed[b-d7p49gx4jy] {
    color: red !important;
    text-decoration: underline;
}

.rotate90 > div[b-d7p49gx4jy] {
    transform: rotate(90deg);
    white-space: nowrap;
    display: inline-block; /* Ensure the div stays inline */
    text-align: center; /* Optional: Adjust text alignment within the rotated div */
}

.rotate90[b-d7p49gx4jy] {
    border-bottom: 3px double #000000 !important;
    border-top: 3px double #000000 !important;
    border-left: 3px double #000000 !important;
    border-right: 3px double #000000 !important;
}

.a4-size[b-d7p49gx4jy] {
    width: 210mm;
    height: 297mm;
    margin: 0 auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

@media print {
    .a4-size[b-d7p49gx4jy] {
        margin: 0;
        box-shadow: none;
        padding: 10mm;
    }
}

a.comment-indicator:hover + div.comment[b-d7p49gx4jy] {
    background: #ffd;
    position: absolute;
    display: block;
    border: 1px solid black;
    padding: 0.5em
}

a.comment-indicator[b-d7p49gx4jy] {
    background: red;
    display: inline-block;
    border: 1px solid black;
    width: 0.5em;
    height: 0.5em
}

div.comment[b-d7p49gx4jy] {
    display: none
}

table[b-d7p49gx4jy] {
    border-collapse: collapse;
    page-break-after: always
}

.gridlines td[b-d7p49gx4jy] {
    border: 1px dotted black
}

.gridlines th[b-d7p49gx4jy] {
    border: 1px dotted black
}

.b[b-d7p49gx4jy] {
    text-align: center
}

.e[b-d7p49gx4jy] {
    text-align: center
}

.f[b-d7p49gx4jy] {
    text-align: right
}

.inlineStr[b-d7p49gx4jy] {
    text-align: left
}

.n[b-d7p49gx4jy] {
    text-align: right
}

.s[b-d7p49gx4jy] {
    text-align: left
}

td.style0[b-d7p49gx4jy] {
    vertical-align: bottom;
    border-bottom: none #000000;
    border-top: none #000000;
    border-left: none #000000;
    border-right: none #000000;
    color: #000000;
    font-family: 'Aptos Narrow';
    font-size: 11pt;
    background-color: white
}

th.style0[b-d7p49gx4jy] {
    vertical-align: bottom;
    border-bottom: none #000000;
    border-top: none #000000;
    border-left: none #000000;
    border-right: none #000000;
    color: #000000;
    font-family: 'Aptos Narrow';
    font-size: 11pt;
    background-color: white
}

td.style1[b-d7p49gx4jy] {
    vertical-align: middle;
    text-align: center;
    border-bottom: none #000000;
    border-top: none #000000;
    border-left: none #000000;
    border-right: none #000000;
    color: #000000;
    font-family: 'Unikurd Jino';
    font-size: 14pt;
    background-color: white
}

th.style1[b-d7p49gx4jy] {
    vertical-align: middle;
    text-align: center;
    border-bottom: none #000000;
    border-top: none #000000;
    border-left: none #000000;
    border-right: none #000000;
    color: #000000;
    font-family: 'Unikurd Jino';
    font-size: 14pt;
    background-color: white
}

td.style2[b-d7p49gx4jy] {
    vertical-align: middle;
    text-align: center;
    border-bottom: none #000000;
    border-top: none #000000;
    border-left: none #000000;
    border-right: none #000000;
    font-weight: bold;
    color: #000000;
    font-family: 'Unikurd Jino';
    font-size: 10pt;
    background-color: white
}

th.style2[b-d7p49gx4jy] {
    vertical-align: middle;
    text-align: center;
    border-bottom: none #000000;
    border-top: none #000000;
    border-left: none #000000;
    border-right: none #000000;
    font-weight: bold;
    color: #000000;
    font-family: 'Unikurd Jino';
    font-size: 10pt;
    background-color: white
}

td.style3[b-d7p49gx4jy] {
    vertical-align: middle;
    text-align: center;
    border-bottom: none #000000;
    border-top: none #000000;
    border-left: none #000000;
    border-right: none #000000;
    color: #000000;
    font-family: 'Unikurd Jino';
    font-size: 14pt;
    background-color: white
}

th.style3[b-d7p49gx4jy] {
    vertical-align: middle;
    text-align: center;
    border-bottom: none #000000;
    border-top: none #000000;
    border-left: none #000000;
    border-right: none #000000;
    color: #000000;
    font-family: 'Unikurd Jino';
    font-size: 14pt;
    background-color: white
}

td.style4[b-d7p49gx4jy] {
    vertical-align: middle;
    text-align: center;
    border-bottom: none #000000;
    border-top: none #000000;
    border-left: none #000000;
    border-right: none #000000;
    color: #000000;
    font-family: 'Unikurd Jino';
    font-size: 14pt;
    background-color: white
}

th.style4[b-d7p49gx4jy] {
    vertical-align: middle;
    text-align: center;
    border-bottom: none #000000;
    border-top: none #000000;
    border-left: none #000000;
    border-right: none #000000;
    color: #000000;
    font-family: 'Unikurd Jino';
    font-size: 14pt;
    background-color: white
}

td.style5[b-d7p49gx4jy] {
    vertical-align: middle;
    text-align: center;
    border-bottom: none #000000;
    border-top: none #000000;
    border-left: none #000000;
    border-right: none #000000;
    color: #000000;
    font-family: 'Unikurd Jino';
    font-size: 12pt;
    background-color: white
}

th.style5[b-d7p49gx4jy] {
    vertical-align: middle;
    text-align: center;
    border-bottom: none #000000;
    border-top: none #000000;
    border-left: none #000000;
    border-right: none #000000;
    color: #000000;
    font-family: 'Unikurd Jino';
    font-size: 12pt;
    background-color: white
}

td.style6[b-d7p49gx4jy] {
    vertical-align: middle;
    text-align: center;
    border-bottom: 3px double #000000 !important;
    border-top: 3px double #000000 !important;
    border-left: 3px double #000000 !important;
    border-right: 3px double #000000 !important;
    font-weight: bold;
    color: #000000;
    font-family: 'Unikurd Jino';
    font-size: 10pt;
    background-color: white
}

th.style6[b-d7p49gx4jy] {
    vertical-align: middle;
    text-align: center;
    border-bottom: 3px double #000000 !important;
    border-top: 3px double #000000 !important;
    border-left: 3px double #000000 !important;
    border-right: 3px double #000000 !important;
    font-weight: bold;
    color: #000000;
    font-family: 'Unikurd Jino';
    font-size: 10pt;
    background-color: white
}

td.style7[b-d7p49gx4jy] {
    vertical-align: middle;
    text-align: center;
    border-bottom: none #000000;
    border-top: 3px double #000000 !important;
    border-left: 3px double #000000 !important;
    border-right: 3px double #000000 !important;
    color: #000000;
    font-family: 'Unikurd Jino';
    font-size: 12pt;
    background-color: white
}

th.style7[b-d7p49gx4jy] {
    vertical-align: middle;
    text-align: center;
    border-bottom: none #000000;
    border-top: 3px double #000000 !important;
    border-left: 3px double #000000 !important;
    border-right: 3px double #000000 !important;
    color: #000000;
    font-family: 'Unikurd Jino';
    font-size: 12pt;
    background-color: white
}

td.style8[b-d7p49gx4jy] {
    vertical-align: middle;
    text-align: center;
    border-bottom: 3px double #000000 !important;
    border-top: 3px double #000000 !important;
    border-left: 3px double #000000 !important;
    border-right: 1px solid #000000 !important;
    color: #000000;
    font-family: 'Unikurd Jino';
    font-size: 12pt;
    background-color: white
}

th.style8[b-d7p49gx4jy] {
    vertical-align: middle;
    text-align: center;
    border-bottom: 3px double #000000 !important;
    border-top: 3px double #000000 !important;
    border-left: 3px double #000000 !important;
    border-right: 1px solid #000000 !important;
    color: #000000;
    font-family: 'Unikurd Jino';
    font-size: 12pt;
    background-color: white
}

td.style9[b-d7p49gx4jy] {
    vertical-align: middle;
    text-align: center;
    border-bottom: 3px double #000000 !important;
    border-top: 3px double #000000 !important;
    border-left: 1px solid #000000 !important;
    border-right: 1px solid #000000 !important;
    color: #000000;
    font-family: 'Unikurd Jino';
    font-size: 12pt;
    background-color: white
}

th.style9[b-d7p49gx4jy] {
    vertical-align: middle;
    text-align: center;
    border-bottom: 3px double #000000 !important;
    border-top: 3px double #000000 !important;
    border-left: 1px solid #000000 !important;
    border-right: 1px solid #000000 !important;
    color: #000000;
    font-family: 'Unikurd Jino';
    font-size: 12pt;
    background-color: white
}

td.style10[b-d7p49gx4jy] {
    vertical-align: middle;
    text-align: center;
    border-bottom: 3px double #000000 !important;
    border-top: 3px double #000000 !important;
    border-left: 1px solid #000000 !important;
    border-right: 1px solid #000000 !important;
    font-weight: bold;
    color: #000000;
    font-family: 'Unikurd Jino';
    font-size: 10pt;
    background-color: white
}

th.style10[b-d7p49gx4jy] {
    vertical-align: middle;
    text-align: center;
    border-bottom: 3px double #000000 !important;
    border-top: 3px double #000000 !important;
    border-left: 1px solid #000000 !important;
    border-right: 1px solid #000000 !important;
    font-weight: bold;
    color: #000000;
    font-family: 'Unikurd Jino';
    font-size: 10pt;
    background-color: white
}

td.style11[b-d7p49gx4jy] {
    vertical-align: middle;
    text-align: center;
    border-bottom: 3px double #000000 !important;
    border-top: 3px double #000000 !important;
    border-left: 1px solid #000000 !important;
    border-right: 3px double #000000 !important;
    color: #000000;
    font-family: 'Unikurd Jino';
    font-size: 12pt;
    background-color: white
}

th.style11[b-d7p49gx4jy] {
    vertical-align: middle;
    text-align: center;
    border-bottom: 3px double #000000 !important;
    border-top: 3px double #000000 !important;
    border-left: 1px solid #000000 !important;
    border-right: 3px double #000000 !important;
    color: #000000;
    font-family: 'Unikurd Jino';
    font-size: 12pt;
    background-color: white
}

td.style12[b-d7p49gx4jy] {
    vertical-align: middle;
    text-align: center;
    border-bottom: 3px double #000000 !important;
    border-top: 3px double #000000 !important;
    border-left: 3px double #000000 !important;
    border-right: 1px solid #000000 !important;
    color: #000000;
    font-family: 'Unikurd Jino';
    font-size: 12pt;
    background-color: white
}

th.style12[b-d7p49gx4jy] {
    vertical-align: middle;
    text-align: center;
    border-bottom: 3px double #000000 !important;
    border-top: 3px double #000000 !important;
    border-left: 3px double #000000 !important;
    border-right: 1px solid #000000 !important;
    color: #000000;
    font-family: 'Unikurd Jino';
    font-size: 12pt;
    background-color: white
}

td.style13[b-d7p49gx4jy] {
    vertical-align: middle;
    text-align: center;
    border-bottom: 3px double #000000 !important;
    border-top: 3px double #000000 !important;
    border-left: 1px solid #000000 !important;
    border-right: 1px solid #000000 !important;
    color: #000000;
    font-family: 'Unikurd Jino';
    font-size: 12pt;
    background-color: white
}

th.style13[b-d7p49gx4jy] {
    vertical-align: middle;
    text-align: center;
    border-bottom: 3px double #000000 !important;
    border-top: 3px double #000000 !important;
    border-left: 1px solid #000000 !important;
    border-right: 1px solid #000000 !important;
    color: #000000;
    font-family: 'Unikurd Jino';
    font-size: 12pt;
    background-color: white
}

td.style14[b-d7p49gx4jy] {
    vertical-align: middle;
    text-align: center;
    border-bottom: 3px double #000000 !important;
    border-top: 3px double #000000 !important;
    border-left: 1px solid #000000 !important;
    border-right: 1px solid #000000 !important;
    color: #FF0000;
    font-family: 'Unikurd Jino';
    font-size: 12pt;
    background-color: white
}

th.style14[b-d7p49gx4jy] {
    vertical-align: middle;
    text-align: center;
    border-bottom: 3px double #000000 !important;
    border-top: 3px double #000000 !important;
    border-left: 1px solid #000000 !important;
    border-right: 1px solid #000000 !important;
    color: #FF0000;
    font-family: 'Unikurd Jino';
    font-size: 12pt;
    background-color: white
}

td.style15[b-d7p49gx4jy] {
    vertical-align: middle;
    text-align: center;
    border-bottom: 3px double #000000 !important;
    border-top: 3px double #000000 !important;
    border-left: 1px solid #000000 !important;
    border-right: 3px double #000000 !important;
    /*color: #FF0000;*/
    font-family: 'Unikurd Jino';
    font-size: 12pt;
    background-color: white
}

th.style15[b-d7p49gx4jy] {
    vertical-align: middle;
    text-align: center;
    border-bottom: 3px double #000000 !important;
    border-top: 3px double #000000 !important;
    border-left: 1px solid #000000 !important;
    border-right: 3px double #000000 !important;
    color: #FF0000;
    font-family: 'Unikurd Jino';
    font-size: 12pt;
    background-color: white
}

td.style16[b-d7p49gx4jy] {
    vertical-align: middle;
    text-align: center;
    border-bottom: 3px double #000000 !important;
    border-top: 3px double #000000 !important;
    border-left: 3px double #000000 !important;
    border-right: 3px double #000000 !important;
    font-weight: bold;
    color: #000000;
    font-family: 'Unikurd Jino';
    font-size: 10pt;
    /*background-color: #FFFF99*/
}

th.style16[b-d7p49gx4jy] {
    vertical-align: middle;
    text-align: center;
    border-bottom: 3px double #000000 !important;
    border-top: 3px double #000000 !important;
    border-left: 3px double #000000 !important;
    border-right: 3px double #000000 !important;
    font-weight: bold;
    color: #000000;
    font-family: 'Unikurd Jino';
    font-size: 10pt;
    /*background-color: #FFFF99*/
}

td.style17[b-d7p49gx4jy] {
    vertical-align: middle;
    text-align: center;
    border-bottom: 1px solid #000000 !important;
    border-top: 3px double #000000 !important;
    border-left: 3px double #000000 !important;
    border-right: 3px double #000000 !important;
    font-weight: bold;
    color: #000000;
    font-family: 'Unikurd Jino';
    font-size: 10pt;
    background-color: #A1BFCC
}

th.style17[b-d7p49gx4jy] {
    vertical-align: middle;
    text-align: center;
    border-bottom: 1px solid #000000 !important;
    border-top: 3px double #000000 !important;
    border-left: 3px double #000000 !important;
    border-right: 3px double #000000 !important;
    font-weight: bold;
    color: #000000;
    font-family: 'Unikurd Jino';
    font-size: 10pt;
    background-color: #A1BFCC
}

td.style18[b-d7p49gx4jy] {
    vertical-align: middle;
    text-align: center;
    border-bottom: 3px double #000000 !important;
    border-top: 1px solid #000000 !important;
    border-left: 3px double #000000 !important;
    border-right: none #000000;
    color: #000000;
    font-family: 'Unikurd Jino';
    font-size: 12pt;
    background-color: #FFC000
}

th.style18[b-d7p49gx4jy] {
    vertical-align: middle;
    text-align: center;
    border-bottom: 3px double #000000 !important;
    border-top: 1px solid #000000 !important;
    border-left: 3px double #000000 !important;
    border-right: none #000000;
    color: #000000;
    font-family: 'Unikurd Jino';
    font-size: 12pt;
    background-color: #FFC000
}

td.style19[b-d7p49gx4jy] {
    vertical-align: middle;
    text-align: center;
    border-bottom: 3px double #000000 !important;
    border-top: 1px solid #000000 !important;
    border-left: none #000000;
    border-right: none #000000;
    color: #000000;
    font-family: 'Unikurd Jino';
    font-size: 12pt;
    background-color: #FFC000
}

th.style19[b-d7p49gx4jy] {
    vertical-align: middle;
    text-align: center;
    border-bottom: 3px double #000000 !important;
    border-top: 1px solid #000000 !important;
    border-left: none #000000;
    border-right: none #000000;
    color: #000000;
    font-family: 'Unikurd Jino';
    font-size: 12pt;
    background-color: #FFC000
}

td.style20[b-d7p49gx4jy] {
    vertical-align: middle;
    text-align: center;
    border-bottom: 3px double #000000 !important;
    border-top: 1px solid #000000 !important;
    border-left: none #000000;
    border-right: 3px double #000000 !important;
    color: #000000;
    font-family: 'Unikurd Jino';
    font-size: 12pt;
    background-color: #FFC000
}

th.style20[b-d7p49gx4jy] {
    vertical-align: middle;
    text-align: center;
    border-bottom: 3px double #000000 !important;
    border-top: 1px solid #000000 !important;
    border-left: none #000000;
    border-right: 3px double #000000 !important;
    color: #000000;
    font-family: 'Unikurd Jino';
    font-size: 12pt;
    background-color: #FFC000
}

td.style21[b-d7p49gx4jy] {
    vertical-align: middle;
    text-align: center;
    border-bottom: 3px double #000000 !important;
    border-top: 1px solid #000000 !important;
    border-left: 3px double #000000 !important;
    border-right: none #000000;
    color: #000000;
    font-family: 'Unikurd Jino';
    font-size: 12pt;
    background-color: #A2C3A7
}

th.style21[b-d7p49gx4jy] {
    vertical-align: middle;
    text-align: center;
    border-bottom: 3px double #000000 !important;
    border-top: 1px solid #000000 !important;
    border-left: 3px double #000000 !important;
    border-right: none #000000;
    color: #000000;
    font-family: 'Unikurd Jino';
    font-size: 12pt;
    background-color: #A2C3A7
}

td.style22[b-d7p49gx4jy] {
    vertical-align: middle;
    text-align: center;
    border-bottom: 3px double #000000 !important;
    border-top: 1px solid #000000 !important;
    border-left: none #000000;
    border-right: none #000000;
    color: #000000;
    font-family: 'Unikurd Jino';
    font-size: 12pt;
    background-color: #A2C3A7
}

th.style22[b-d7p49gx4jy] {
    vertical-align: middle;
    text-align: center;
    border-bottom: 3px double #000000 !important;
    border-top: 1px solid #000000 !important;
    border-left: none #000000;
    border-right: none #000000;
    color: #000000;
    font-family: 'Unikurd Jino';
    font-size: 12pt;
    background-color: #A2C3A7
}

td.style23[b-d7p49gx4jy] {
    vertical-align: middle;
    text-align: center;
    border-bottom: 3px double #000000 !important;
    border-top: 1px solid #000000 !important;
    border-left: none #000000;
    border-right: 3px double #000000 !important;
    color: #000000;
    font-family: 'Unikurd Jino';
    font-size: 12pt;
    background-color: #A2C3A7
}

th.style23[b-d7p49gx4jy] {
    vertical-align: middle;
    text-align: center;
    border-bottom: 3px double #000000 !important;
    border-top: 1px solid #000000 !important;
    border-left: none #000000;
    border-right: 3px double #000000 !important;
    color: #000000;
    font-family: 'Unikurd Jino';
    font-size: 12pt;
    background-color: #A2C3A7
}


th.style24[b-d7p49gx4jy] {
    vertical-align: middle;
    text-align: center;
    border-bottom: none #000000;
    border-top: 1px solid #000000 !important;
    border-left: 3px double #000000 !important;
    border-right: 3px double #000000 !important;
    color: #000000;
    font-family: 'Unikurd Jino';
    font-size: 12pt;
    background-color: #CED3D8
}



th.style25[b-d7p49gx4jy] {
    vertical-align: middle;
    text-align: center;
    border-bottom: none #000000;
    border-top: 1px solid #000000 !important;
    border-left: 3px double #000000 !important;
    border-right: none #000000;
    color: #000000;
    font-family: 'Unikurd Jino';
    font-size: 12pt;
    background-color: #FFFF00
}

td.style26[b-d7p49gx4jy] {
    vertical-align: middle;
    text-align: center;
    border-bottom: none #000000;
    border-top: none #000000;
    border-left: none #000000;
    border-right: none #000000;
    color: #000000;
    font-family: 'Unikurd Jino';
    font-size: 12pt;
    background-color: white
}

th.style26[b-d7p49gx4jy] {
    vertical-align: middle;
    text-align: center;
    border-bottom: none #000000;
    border-top: none #000000;
    border-left: none #000000;
    border-right: none #000000;
    color: #000000;
    font-family: 'Unikurd Jino';
    font-size: 12pt;
    background-color: white
}

th.style27[b-d7p49gx4jy] {
    vertical-align: middle;
    text-align: center;
    border-bottom: none #000000;
    border-top: 1px solid #000000 !important;
    border-left: 3px double #000000 !important;
    border-right: 3px solid #000000 !important;
    color: #000000;
    font-family: 'Unikurd Jino';
    font-size: 12pt;
    background-color: #CED3D8
}

td.style28[b-d7p49gx4jy] {
    vertical-align: middle;
    text-align: center;
    border-bottom: 1px solid #000000 !important;
    border-top: 1px solid #000000 !important;
    border-left: 3px double #000000 !important;
    border-right: 3px double #000000 !important;
    font-weight: bold;
    color: #000000;
    font-family: 'Unikurd Jino';
    font-size: 10pt;
    background-color: #A1BFCC
}

th.style28[b-d7p49gx4jy] {
    vertical-align: middle;
    text-align: center;
    border-bottom: 1px solid #000000 !important;
    border-top: 1px solid #000000 !important;
    border-left: 3px double #000000 !important;
    border-right: 3px double #000000 !important;
    font-weight: bold;
    color: #000000;
    font-family: 'Unikurd Jino';
    font-size: 10pt;
    background-color: #A1BFCC
}



th.style29[b-d7p49gx4jy] {
    vertical-align: middle;
    text-align: center;
    border-bottom: 3px double #000000 !important;
    border-top: 3px double #000000 !important;
    border-left: 3px double #000000 !important;
    border-right: 3px double #000000 !important;
    color: #000000;
    font-family: 'Unikurd Jino';
    font-size: 12pt;
    background-color: #FFC000
}

th.style30[b-d7p49gx4jy] {
    vertical-align: middle;
    text-align: center;
    border-bottom: 3px double #000000 !important;
    border-top: 3px double #000000 !important;
    border-left: 3px double #000000 !important;
    border-right: 3px double #000000 !important;
    color: #000000;
    font-family: 'Unikurd Jino';
    font-size: 12pt;
    background-color: #A2C3A7
}


th.style31[b-d7p49gx4jy] {
    vertical-align: middle;
    text-align: center;
    border-bottom: 3px double #000000 !important;
    border-top: none #000000;
    border-left: 3px double #000000 !important;
    border-right: 3px double #000000 !important;
    color: #000000;
    font-family: 'Unikurd Jino';
    font-size: 12pt;
    background-color: #CED3D8
}


th.style32[b-d7p49gx4jy] {
    vertical-align: middle;
    text-align: center;
    border-bottom: 3px double #000000 !important;
    border-top: none #000000;
    border-left: 3px double #000000 !important;
    border-right: none #000000;
    color: #000000;
    font-family: 'Unikurd Jino';
    font-size: 12pt;
    background-color: #FFFF00
}

td.style33[b-d7p49gx4jy] {
    vertical-align: middle;
    text-align: center;
    border-bottom: none #000000;
    border-top: none #000000;
    border-left: 3px double #000000 !important;
    border-right: 3px solid #000000 !important;
    color: #000000;
    font-family: 'Unikurd Jino';
    font-size: 12pt;
    background-color: #CED3D8
}

th.style33[b-d7p49gx4jy] {
    vertical-align: middle;
    text-align: center;
    border-bottom: none #000000;
    border-top: none #000000;
    border-left: 3px double #000000 !important;
    border-right: 3px solid #000000 !important;
    color: #000000;
    font-family: 'Unikurd Jino';
    font-size: 12pt;
    background-color: #CED3D8
}

td.style34[b-d7p49gx4jy] {
    vertical-align: middle;
    text-align: center;
    border-bottom: 3px double #000000 !important;
    border-top: 3px double #000000 !important;
    border-left: 3px double #000000 !important;
    border-right: 3px double #000000 !important;
    color: #000000;
    font-family: 'Unikurd Jino';
    font-size: 12pt;
    background-color: #FFC000
}

th.style34[b-d7p49gx4jy] {
    vertical-align: middle;
    text-align: center;
    border-bottom: 3px double #000000 !important;
    border-top: 3px double #000000 !important;
    border-left: 3px double #000000 !important;
    border-right: 3px double #000000 !important;
    color: #000000;
    font-family: 'Unikurd Jino';
    font-size: 12pt;
    background-color: #FFC000
}

td.style35[b-d7p49gx4jy] {
    vertical-align: middle;
    text-align: center;
    border-bottom: 3px double #000000 !important;
    border-top: 3px double #000000 !important;
    border-left: 3px double #000000 !important;
    border-right: 3px double #000000 !important;
    color: #000000;
    font-family: 'Unikurd Jino';
    font-size: 12pt;
    background-color: #A2C3A7
}

th.style35[b-d7p49gx4jy] {
    vertical-align: middle;
    text-align: center;
    border-bottom: 3px double #000000 !important;
    border-top: 3px double #000000 !important;
    border-left: 3px double #000000 !important;
    border-right: 3px double #000000 !important;
    color: #000000;
    font-family: 'Unikurd Jino';
    font-size: 12pt;
    background-color: #A2C3A7
}

td.style36[b-d7p49gx4jy] {
    vertical-align: middle;
    text-align: center;
    border-bottom: 3px double #000000 !important;
    border-top: 3px double #000000 !important;
    border-left: 3px double #000000 !important;
    border-right: 3px double #000000 !important;
    color: #000000;
    font-family: 'Unikurd Jino';
    font-size: 12pt;
    background-color: #CED3D8
}

th.style36[b-d7p49gx4jy] {
    vertical-align: middle;
    text-align: center;
    border-bottom: 3px double #000000 !important;
    border-top: 3px double #000000 !important;
    border-left: 3px double #000000 !important;
    border-right: 3px double #000000 !important;
    color: #000000;
    font-family: 'Unikurd Jino';
    font-size: 12pt;
    background-color: #CED3D8
}

td.style37[b-d7p49gx4jy] {
    vertical-align: middle;
    text-align: center;
    border-bottom: 3px double #000000 !important;
    border-top: 3px double #000000 !important;
    border-left: 3px double #000000 !important;
    border-right: 3px double #000000 !important;
    color: #000000;
    font-family: 'Unikurd Jino';
    font-size: 12pt;
    background-color: #FFFF00
}

th.style37[b-d7p49gx4jy] {
    vertical-align: middle;
    text-align: center;
    border-bottom: 3px double #000000 !important;
    border-top: 3px double #000000 !important;
    border-left: 3px double #000000 !important;
    border-right: 3px double #000000 !important;
    color: #000000;
    font-family: 'Unikurd Jino';
    font-size: 12pt;
    background-color: #FFFF00
}


th.style38[b-d7p49gx4jy] {
    vertical-align: middle;
    text-align: center;
    border-bottom: 3px double #000000 !important;
    border-top: none #000000;
    border-left: 3px double #000000 !important;
    border-right: 3px solid #000000 !important;
    color: #000000;
    font-family: 'Unikurd Jino';
    font-size: 12pt;
    background-color: #CED3D8
}

td.style39[b-d7p49gx4jy] {
    vertical-align: middle;
    text-align: center;
    border-bottom: 1px solid #000000 !important;
    border-top: 1px solid #000000 !important;
    border-left: 3px double #000000 !important;
    border-right: 3px double #000000 !important;
    font-weight: bold;
    color: #000000;
    font-family: 'Unikurd Jino';
    font-size: 10pt;
    background-color: #A1BFCC
}

th.style39[b-d7p49gx4jy] {
    vertical-align: middle;
    text-align: center;
    border-bottom: 1px solid #000000 !important;
    border-top: 1px solid #000000 !important;
    border-left: 3px double #000000 !important;
    border-right: 3px double #000000 !important;
    font-weight: bold;
    color: #000000;
    font-family: 'Unikurd Jino';
    font-size: 10pt;
    background-color: #A1BFCC
}

td.style40[b-d7p49gx4jy] {
    vertical-align: middle;
    text-align: center;
    border-bottom: 1px solid #000000 !important;
    border-top: 3px double #000000 !important;
    border-left: 3px double #000000 !important;
    border-right: 1px solid #000000 !important;
    color: #000000;
    font-family: 'Unikurd Jino';
    font-size: 14pt;
    background-color: white
}

th.style40[b-d7p49gx4jy] {
    vertical-align: middle;
    text-align: center;
    border-bottom: 1px solid #000000 !important;
    border-top: 3px double #000000 !important;
    border-left: 3px double #000000 !important;
    border-right: 1px solid #000000 !important;
    color: #000000;
    font-family: 'Unikurd Jino';
    font-size: 14pt;
    background-color: white
}

td.style41[b-d7p49gx4jy] {
    vertical-align: middle;
    text-align: center;
    border-bottom: 1px solid #000000 !important;
    border-top: 3px double #000000 !important;
    border-left: 1px solid #000000 !important;
    border-right: 1px solid #000000 !important;
    color: #000000;
    font-family: 'Unikurd Jino';
    font-size: 14pt;
    background-color: white
}

th.style41[b-d7p49gx4jy] {
    vertical-align: middle;
    text-align: center;
    border-bottom: 1px solid #000000 !important;
    border-top: 3px double #000000 !important;
    border-left: 1px solid #000000 !important;
    border-right: 1px solid #000000 !important;
    color: #000000;
    font-family: 'Unikurd Jino';
    font-size: 14pt;
    background-color: white
}

td.style42[b-d7p49gx4jy] {
    vertical-align: middle;
    text-align: center;
    border-bottom: 1px solid #000000 !important;
    border-top: none #000000;
    border-left: none #000000;
    border-right: none #000000;
    color: #000000;
    font-family: 'Unikurd Jino';
    font-size: 14pt;
    background-color: white
}

th.style42[b-d7p49gx4jy] {
    vertical-align: middle;
    text-align: center;
    border-bottom: 1px solid #000000 !important;
    border-top: none #000000;
    border-left: none #000000;
    border-right: none #000000;
    color: #000000;
    font-family: 'Unikurd Jino';
    font-size: 14pt;
    background-color: white
}

td.style43[b-d7p49gx4jy] {
    vertical-align: middle;
    text-align: center;
    border-bottom: 1px solid #000000 !important;
    border-top: 3px double #000000 !important;
    border-left: 3px double #000000 !important;
    border-right: 3px double #000000 !important;
    color: #000000;
    font-family: 'Unikurd Jino';
    font-size: 14pt;
    background-color: white
}

th.style43[b-d7p49gx4jy] {
    vertical-align: middle;
    text-align: center;
    border-bottom: 1px solid #000000 !important;
    border-top: 3px double #000000 !important;
    border-left: 3px double #000000 !important;
    border-right: 3px double #000000 !important;
    color: #000000;
    font-family: 'Unikurd Jino';
    font-size: 14pt;
    background-color: white
}

td.style44[b-d7p49gx4jy] {
    vertical-align: middle;
    text-align: center;
    border-bottom: 1px solid #000000 !important;
    border-top: 1px solid #000000 !important;
    border-left: 3px double #000000 !important;
    border-right: 1px solid #000000 !important;
    color: #000000;
    font-family: 'Unikurd Jino';
    font-size: 14pt;
    background-color: white
}

th.style44[b-d7p49gx4jy] {
    vertical-align: middle;
    text-align: center;
    border-bottom: 1px solid #000000 !important;
    border-top: 1px solid #000000 !important;
    border-left: 3px double #000000 !important;
    border-right: 1px solid #000000 !important;
    color: #000000;
    font-family: 'Unikurd Jino';
    font-size: 14pt;
    background-color: white
}

td.style45[b-d7p49gx4jy] {
    vertical-align: middle;
    text-align: center;
    border-bottom: 1px solid #000000 !important;
    border-top: 1px solid #000000 !important;
    border-left: 1px solid #000000 !important;
    border-right: 1px solid #000000 !important;
    color: #000000;
    font-family: 'Unikurd Jino';
    font-size: 14pt;
    background-color: white
}

th.style45[b-d7p49gx4jy] {
    vertical-align: middle;
    text-align: center;
    border-bottom: 1px solid #000000 !important;
    border-top: 1px solid #000000 !important;
    border-left: 1px solid #000000 !important;
    border-right: 1px solid #000000 !important;
    color: #000000;
    font-family: 'Unikurd Jino';
    font-size: 14pt;
    background-color: white
}

td.style46[b-d7p49gx4jy] {
    vertical-align: middle;
    text-align: center;
    border-bottom: 1px solid #000000 !important;
    border-top: 1px solid #000000 !important;
    border-left: none #000000;
    border-right: none #000000;
    color: #000000;
    font-family: 'Unikurd Jino';
    font-size: 14pt;
    background-color: white
}

th.style46[b-d7p49gx4jy] {
    vertical-align: middle;
    text-align: center;
    border-bottom: 1px solid #000000 !important;
    border-top: 1px solid #000000 !important;
    border-left: none #000000;
    border-right: none #000000;
    color: #000000;
    font-family: 'Unikurd Jino';
    font-size: 14pt;
    background-color: white
}

td.style47[b-d7p49gx4jy] {
    vertical-align: middle;
    text-align: center;
    border-bottom: 1px solid #000000 !important;
    border-top: 1px solid #000000 !important;
    border-left: 3px double #000000 !important;
    border-right: 3px double #000000 !important;
    color: #000000;
    font-family: 'Unikurd Jino';
    font-size: 14pt;
    background-color: white
}

th.style47[b-d7p49gx4jy] {
    vertical-align: middle;
    text-align: center;
    border-bottom: 1px solid #000000 !important;
    border-top: 1px solid #000000 !important;
    border-left: 3px double #000000 !important;
    border-right: 3px double #000000 !important;
    color: #000000;
    font-family: 'Unikurd Jino';
    font-size: 14pt;
    background-color: white
}

td.style48[b-d7p49gx4jy] {
    vertical-align: middle;
    text-align: center;
    border-bottom: 3px double #000000 !important;
    border-top: 1px solid #000000 !important;
    border-left: 3px double #000000 !important;
    border-right: 3px double #000000 !important;
    font-weight: bold;
    color: #000000;
    font-family: 'Unikurd Jino';
    font-size: 10pt;
    background-color: #A1BFCC
}

th.style48[b-d7p49gx4jy] {
    vertical-align: middle;
    text-align: center;
    border-bottom: 3px double #000000 !important;
    border-top: 1px solid #000000 !important;
    border-left: 3px double #000000 !important;
    border-right: 3px double #000000 !important;
    font-weight: bold;
    color: #000000;
    font-family: 'Unikurd Jino';
    font-size: 10pt;
    background-color: #A1BFCC
}

td.style49[b-d7p49gx4jy] {
    vertical-align: middle;
    text-align: center;
    border-bottom: 3px double #000000 !important;
    border-top: 1px solid #000000 !important;
    border-left: 3px double #000000 !important;
    border-right: 1px solid #000000 !important;
    color: #000000;
    font-family: 'Unikurd Jino';
    font-size: 14pt;
    background-color: white
}

th.style49[b-d7p49gx4jy] {
    vertical-align: middle;
    text-align: center;
    border-bottom: 3px double #000000 !important;
    border-top: 1px solid #000000 !important;
    border-left: 3px double #000000 !important;
    border-right: 1px solid #000000 !important;
    color: #000000;
    font-family: 'Unikurd Jino';
    font-size: 14pt;
    background-color: white
}

td.style50[b-d7p49gx4jy] {
    vertical-align: middle;
    text-align: center;
    border-bottom: 3px double #000000 !important;
    border-top: 1px solid #000000 !important;
    border-left: 1px solid #000000 !important;
    border-right: 1px solid #000000 !important;
    color: #000000;
    font-family: 'Unikurd Jino';
    font-size: 14pt;
    background-color: white
}

th.style50[b-d7p49gx4jy] {
    vertical-align: middle;
    text-align: center;
    border-bottom: 3px double #000000 !important;
    border-top: 1px solid #000000 !important;
    border-left: 1px solid #000000 !important;
    border-right: 1px solid #000000 !important;
    color: #000000;
    font-family: 'Unikurd Jino';
    font-size: 14pt;
    background-color: white
}

td.style51[b-d7p49gx4jy] {
    vertical-align: middle;
    text-align: center;
    border-bottom: 3px double #000000 !important;
    border-top: 1px solid #000000 !important;
    border-left: 1px solid #000000 !important;
    border-right: 1px solid #000000 !important;
    color: #000000;
    font-family: 'Unikurd Jino';
    font-size: 12pt;
    background-color: white
}

th.style51[b-d7p49gx4jy] {
    vertical-align: middle;
    text-align: center;
    border-bottom: 3px double #000000 !important;
    border-top: 1px solid #000000 !important;
    border-left: 1px solid #000000 !important;
    border-right: 1px solid #000000 !important;
    color: #000000;
    font-family: 'Unikurd Jino';
    font-size: 12pt;
    background-color: white
}

td.style52[b-d7p49gx4jy] {
    vertical-align: middle;
    text-align: center;
    border-bottom: 3px double #000000 !important;
    border-top: 1px solid #000000 !important;
    border-left: 3px double #000000 !important;
    border-right: 3px double #000000 !important;
    color: #000000;
    font-family: 'Unikurd Jino';
    font-size: 14pt;
    background-color: white
}

th.style52[b-d7p49gx4jy] {
    vertical-align: middle;
    text-align: center;
    border-bottom: 3px double #000000 !important;
    border-top: 1px solid #000000 !important;
    border-left: 3px double #000000 !important;
    border-right: 3px double #000000 !important;
    color: #000000;
    font-family: 'Unikurd Jino';
    font-size: 14pt;
    background-color: white
}

td.style53[b-d7p49gx4jy] {
    vertical-align: middle;
    text-align: center;
    border-bottom: 1px solid #000000 !important;
    border-top: 3px double #000000 !important;
    border-left: 3px double #000000 !important;
    border-right: 1px solid #000000 !important;
    font-weight: bold;
    color: #000000;
    font-family: 'Unikurd Jino';
    font-size: 10pt;
    background-color: #D0DFE5
}

th.style53[b-d7p49gx4jy] {
    vertical-align: middle;
    text-align: center;
    border-bottom: 1px solid #000000 !important;
    border-top: 3px double #000000 !important;
    border-left: 3px double #000000 !important;
    border-right: 1px solid #000000 !important;
    font-weight: bold;
    color: #000000;
    font-family: 'Unikurd Jino';
    font-size: 10pt;
    background-color: #D0DFE5
}

td.style54[b-d7p49gx4jy] {
    vertical-align: middle;
    text-align: center;
    border-bottom: 1px solid #000000 !important;
    border-top: 3px double #000000 !important;
    border-left: 1px solid #000000 !important;
    border-right: none #000000;
    font-weight: bold;
    color: #000000;
    font-family: 'Unikurd Jino';
    font-size: 10pt;
    background-color: #D0DFE5
}

th.style54[b-d7p49gx4jy] {
    vertical-align: middle;
    text-align: center;
    border-bottom: 1px solid #000000 !important;
    border-top: 3px double #000000 !important;
    border-left: 1px solid #000000 !important;
    border-right: none #000000;
    font-weight: bold;
    color: #000000;
    font-family: 'Unikurd Jino';
    font-size: 10pt;
    background-color: #D0DFE5
}

td.style55[b-d7p49gx4jy] {
    vertical-align: middle;
    text-align: center;
    border-bottom: 1px solid #000000 !important;
    border-top: 3px double #000000 !important;
    border-left: none #000000;
    border-right: none #000000;
    font-weight: bold;
    color: #000000;
    font-family: 'Unikurd Jino';
    font-size: 10pt;
    background-color: #D0DFE5
}

th.style55[b-d7p49gx4jy] {
    vertical-align: middle;
    text-align: center;
    border-bottom: 1px solid #000000 !important;
    border-top: 3px double #000000 !important;
    border-left: none #000000;
    border-right: none #000000;
    font-weight: bold;
    color: #000000;
    font-family: 'Unikurd Jino';
    font-size: 10pt;
    background-color: #D0DFE5
}

td.style56[b-d7p49gx4jy] {
    vertical-align: middle;
    text-align: center;
    border-bottom: 1px solid #000000 !important;
    border-top: 3px double #000000 !important;
    border-left: none #000000;
    border-right: 3px double #000000 !important;
    font-weight: bold;
    color: #000000;
    font-family: 'Unikurd Jino';
    font-size: 10pt;
    background-color: #D0DFE5
}

th.style56[b-d7p49gx4jy] {
    vertical-align: middle;
    text-align: center;
    border-bottom: 1px solid #000000 !important;
    border-top: 3px double #000000 !important;
    border-left: none #000000;
    border-right: 3px double #000000 !important;
    font-weight: bold;
    color: #000000;
    font-family: 'Unikurd Jino';
    font-size: 10pt;
    background-color: #D0DFE5
}

td.style57[b-d7p49gx4jy] {
    vertical-align: middle;
    text-align: center;
    border-bottom: none #000000;
    border-top: none #000000;
    border-left: 3px double #000000 !important;
    border-right: none #000000;
    color: #000000;
    font-family: 'Unikurd Jino';
    font-size: 14pt;
    background-color: white
}

th.style57[b-d7p49gx4jy] {
    vertical-align: middle;
    text-align: center;
    border-bottom: none #000000;
    border-top: none #000000;
    border-left: 3px double #000000 !important;
    border-right: none #000000;
    color: #000000;
    font-family: 'Unikurd Jino';
    font-size: 14pt;
    background-color: white
}

td.style58[b-d7p49gx4jy] {
    vertical-align: middle;
    text-align: center;
    border-bottom: 1px solid #000000 !important;
    border-top: 3px double #000000 !important;
    border-left: 3px double #000000 !important;
    border-right: 1px solid #000000 !important;
    color: #000000;
    font-family: 'Unikurd Jino';
    font-size: 14pt;
    background-color: #D0DFE5
}

th.style58[b-d7p49gx4jy] {
    vertical-align: middle;
    text-align: center;
    border-bottom: 1px solid #000000 !important;
    border-top: 3px double #000000 !important;
    border-left: 3px double #000000 !important;
    border-right: 1px solid #000000 !important;
    color: #000000;
    font-family: 'Unikurd Jino';
    font-size: 14pt;
    background-color: #D0DFE5
}

td.style59[b-d7p49gx4jy] {
    vertical-align: middle;
    text-align: center;
    border-bottom: 1px solid #000000 !important;
    border-top: 3px double #000000 !important;
    border-left: 1px solid #000000 !important;
    border-right: 1px solid #000000 !important;
    color: #000000;
    font-family: 'Unikurd Jino';
    font-size: 14pt;
    background-color: #D0DFE5
}

th.style59[b-d7p49gx4jy] {
    vertical-align: middle;
    text-align: center;
    border-bottom: 1px solid #000000 !important;
    border-top: 3px double #000000 !important;
    border-left: 1px solid #000000 !important;
    border-right: 1px solid #000000 !important;
    color: #000000;
    font-family: 'Unikurd Jino';
    font-size: 14pt;
    background-color: #D0DFE5
}

td.style60[b-d7p49gx4jy] {
    vertical-align: middle;
    text-align: center;
    border-bottom: 1px solid #000000 !important;
    border-top: 3px double #000000 !important;
    border-left: 1px solid #000000 !important;
    border-right: none #000000;
    color: #000000;
    font-family: 'Unikurd Jino';
    font-size: 14pt;
    background-color: #D0DFE5
}

th.style60[b-d7p49gx4jy] {
    vertical-align: middle;
    text-align: center;
    border-bottom: 1px solid #000000 !important;
    border-top: 3px double #000000 !important;
    border-left: 1px solid #000000 !important;
    border-right: none #000000;
    color: #000000;
    font-family: 'Unikurd Jino';
    font-size: 14pt;
    background-color: #D0DFE5
}

td.style61[b-d7p49gx4jy] {
    vertical-align: middle;
    text-align: center;
    border-bottom: 1px solid #000000 !important;
    border-top: 3px double #000000 !important;
    border-left: none #000000;
    border-right: 3px double #000000 !important;
    color: #000000;
    font-family: 'Unikurd Jino';
    font-size: 14pt;
    background-color: #D0DFE5
}

th.style61[b-d7p49gx4jy] {
    vertical-align: middle;
    text-align: center;
    border-bottom: 1px solid #000000 !important;
    border-top: 3px double #000000 !important;
    border-left: none #000000;
    border-right: 3px double #000000 !important;
    color: #000000;
    font-family: 'Unikurd Jino';
    font-size: 14pt;
    background-color: #D0DFE5
}

td.style62[b-d7p49gx4jy] {
    vertical-align: middle;
    text-align: center;
    border-bottom: none #000000;
    border-top: none #000000;
    border-left: 3px double #000000 !important;
    border-right: none #000000;
    color: #000000;
    font-family: 'Unikurd Jino';
    font-size: 14pt;
    background-color: white
}

th.style62[b-d7p49gx4jy] {
    vertical-align: middle;
    text-align: center;
    border-bottom: none #000000;
    border-top: none #000000;
    border-left: 3px double #000000 !important;
    border-right: none #000000;
    color: #000000;
    font-family: 'Unikurd Jino';
    font-size: 14pt;
    background-color: white
}

td.style63[b-d7p49gx4jy] {
    vertical-align: middle;
    text-align: center;
    border-bottom: 1px solid #000000 !important;
    border-top: 1px solid #000000 !important;
    border-left: 3px double #000000 !important;
    border-right: 1px solid #000000 !important;
    font-weight: bold;
    color: #000000;
    font-family: 'Unikurd Jino';
    font-size: 10pt;
    background-color: #D0DFE5
}

th.style63[b-d7p49gx4jy] {
    vertical-align: middle;
    text-align: center;
    border-bottom: 1px solid #000000 !important;
    border-top: 1px solid #000000 !important;
    border-left: 3px double #000000 !important;
    border-right: 1px solid #000000 !important;
    font-weight: bold;
    color: #000000;
    font-family: 'Unikurd Jino';
    font-size: 10pt;
    background-color: #D0DFE5
}

td.style64[b-d7p49gx4jy] {
    vertical-align: middle;
    text-align: center;
    border-bottom: 1px solid #000000 !important;
    border-top: 1px solid #000000 !important;
    border-left: 1px solid #000000 !important;
    border-right: none #000000;
    font-weight: bold;
    color: #000000;
    font-family: 'Unikurd Jino';
    font-size: 10pt;
    background-color: #D0DFE5
}

th.style64[b-d7p49gx4jy] {
    vertical-align: middle;
    text-align: center;
    border-bottom: 1px solid #000000 !important;
    border-top: 1px solid #000000 !important;
    border-left: 1px solid #000000 !important;
    border-right: none #000000;
    font-weight: bold;
    color: #000000;
    font-family: 'Unikurd Jino';
    font-size: 10pt;
    background-color: #D0DFE5
}

td.style65[b-d7p49gx4jy] {
    vertical-align: middle;
    text-align: center;
    border-bottom: 1px solid #000000 !important;
    border-top: 1px solid #000000 !important;
    border-left: none #000000;
    border-right: none #000000;
    font-weight: bold;
    color: #000000;
    font-family: 'Unikurd Jino';
    font-size: 10pt;
    background-color: #D0DFE5
}

th.style65[b-d7p49gx4jy] {
    vertical-align: middle;
    text-align: center;
    border-bottom: 1px solid #000000 !important;
    border-top: 1px solid #000000 !important;
    border-left: none #000000;
    border-right: none #000000;
    font-weight: bold;
    color: #000000;
    font-family: 'Unikurd Jino';
    font-size: 10pt;
    background-color: #D0DFE5
}

td.style66[b-d7p49gx4jy] {
    vertical-align: middle;
    text-align: center;
    border-bottom: 1px solid #000000 !important;
    border-top: 1px solid #000000 !important;
    border-left: none #000000;
    border-right: 3px double #000000 !important;
    font-weight: bold;
    color: #000000;
    font-family: 'Unikurd Jino';
    font-size: 10pt;
    background-color: #D0DFE5
}

th.style66[b-d7p49gx4jy] {
    vertical-align: middle;
    text-align: center;
    border-bottom: 1px solid #000000 !important;
    border-top: 1px solid #000000 !important;
    border-left: none #000000;
    border-right: 3px double #000000 !important;
    font-weight: bold;
    color: #000000;
    font-family: 'Unikurd Jino';
    font-size: 10pt;
    background-color: #D0DFE5
}

td.style67[b-d7p49gx4jy] {
    vertical-align: middle;
    text-align: center;
    border-bottom: 1px solid #000000 !important;
    border-top: 1px solid #000000 !important;
    border-left: 3px double #000000 !important;
    border-right: 1px solid #000000 !important;
    color: #000000;
    font-family: 'Unikurd Jino';
    font-size: 14pt;
    background-color: #D0DFE5
}

th.style67[b-d7p49gx4jy] {
    vertical-align: middle;
    text-align: center;
    border-bottom: 1px solid #000000 !important;
    border-top: 1px solid #000000 !important;
    border-left: 3px double #000000 !important;
    border-right: 1px solid #000000 !important;
    color: #000000;
    font-family: 'Unikurd Jino';
    font-size: 14pt;
    background-color: #D0DFE5
}

td.style68[b-d7p49gx4jy] {
    vertical-align: middle;
    text-align: center;
    border-bottom: 1px solid #000000 !important;
    border-top: 1px solid #000000 !important;
    border-left: 1px solid #000000 !important;
    border-right: 1px solid #000000 !important;
    color: #000000;
    font-family: 'Unikurd Jino';
    font-size: 14pt;
    background-color: #D0DFE5
}

th.style68[b-d7p49gx4jy] {
    vertical-align: middle;
    text-align: center;
    border-bottom: 1px solid #000000 !important;
    border-top: 1px solid #000000 !important;
    border-left: 1px solid #000000 !important;
    border-right: 1px solid #000000 !important;
    color: #000000;
    font-family: 'Unikurd Jino';
    font-size: 14pt;
    background-color: #D0DFE5
}

td.style69[b-d7p49gx4jy] {
    vertical-align: middle;
    text-align: center;
    border-bottom: 1px solid #000000 !important;
    border-top: 1px solid #000000 !important;
    border-left: 1px solid #000000 !important;
    border-right: none #000000;
    color: #000000;
    font-family: 'Unikurd Jino';
    font-size: 14pt;
    background-color: #D0DFE5
}

th.style69[b-d7p49gx4jy] {
    vertical-align: middle;
    text-align: center;
    border-bottom: 1px solid #000000 !important;
    border-top: 1px solid #000000 !important;
    border-left: 1px solid #000000 !important;
    border-right: none #000000;
    color: #000000;
    font-family: 'Unikurd Jino';
    font-size: 14pt;
    background-color: #D0DFE5
}

td.style70[b-d7p49gx4jy] {
    vertical-align: middle;
    text-align: center;
    border-bottom: 1px solid #000000 !important;
    border-top: 1px solid #000000 !important;
    border-left: none #000000;
    border-right: 3px double #000000 !important;
    color: #000000;
    font-family: 'Unikurd Jino';
    font-size: 14pt;
    background-color: #D0DFE5
}

th.style70[b-d7p49gx4jy] {
    vertical-align: middle;
    text-align: center;
    border-bottom: 1px solid #000000 !important;
    border-top: 1px solid #000000 !important;
    border-left: none #000000;
    border-right: 3px double #000000 !important;
    color: #000000;
    font-family: 'Unikurd Jino';
    font-size: 14pt;
    background-color: #D0DFE5
}

td.style71[b-d7p49gx4jy] {
    vertical-align: middle;
    text-align: center;
    border-bottom: 3px double #000000 !important;
    border-top: 1px solid #000000 !important;
    border-left: 3px double #000000 !important;
    border-right: 1px solid #000000 !important;
    font-weight: bold;
    color: #000000;
    font-family: 'Unikurd Jino';
    font-size: 10pt;
    background-color: #D0DFE5
}

th.style71[b-d7p49gx4jy] {
    vertical-align: middle;
    text-align: center;
    border-bottom: 3px double #000000 !important;
    border-top: 1px solid #000000 !important;
    border-left: 3px double #000000 !important;
    border-right: 1px solid #000000 !important;
    font-weight: bold;
    color: #000000;
    font-family: 'Unikurd Jino';
    font-size: 10pt;
    background-color: #D0DFE5
}

td.style72[b-d7p49gx4jy] {
    vertical-align: middle;
    text-align: center;
    border-bottom: 3px double #000000 !important;
    border-top: 1px solid #000000 !important;
    border-left: 1px solid #000000 !important;
    border-right: none #000000;
    font-weight: bold;
    color: #000000;
    font-family: 'Unikurd Jino';
    font-size: 10pt;
    background-color: #D0DFE5
}

th.style72[b-d7p49gx4jy] {
    vertical-align: middle;
    text-align: center;
    border-bottom: 3px double #000000 !important;
    border-top: 1px solid #000000 !important;
    border-left: 1px solid #000000 !important;
    border-right: none #000000;
    font-weight: bold;
    color: #000000;
    font-family: 'Unikurd Jino';
    font-size: 10pt;
    background-color: #D0DFE5
}

td.style73[b-d7p49gx4jy] {
    vertical-align: middle;
    text-align: center;
    border-bottom: 3px double #000000 !important;
    border-top: 1px solid #000000 !important;
    border-left: none #000000;
    border-right: none #000000;
    font-weight: bold;
    color: #000000;
    font-family: 'Unikurd Jino';
    font-size: 10pt;
    background-color: #D0DFE5
}

th.style73[b-d7p49gx4jy] {
    vertical-align: middle;
    text-align: center;
    border-bottom: 3px double #000000 !important;
    border-top: 1px solid #000000 !important;
    border-left: none #000000;
    border-right: none #000000;
    font-weight: bold;
    color: #000000;
    font-family: 'Unikurd Jino';
    font-size: 10pt;
    background-color: #D0DFE5
}

td.style74[b-d7p49gx4jy] {
    vertical-align: middle;
    text-align: center;
    border-bottom: 3px double #000000 !important;
    border-top: 1px solid #000000 !important;
    border-left: none #000000;
    border-right: 3px double #000000 !important;
    font-weight: bold;
    color: #000000;
    font-family: 'Unikurd Jino';
    font-size: 10pt;
    background-color: #D0DFE5
}

th.style74[b-d7p49gx4jy] {
    vertical-align: middle;
    text-align: center;
    border-bottom: 3px double #000000 !important;
    border-top: 1px solid #000000 !important;
    border-left: none #000000;
    border-right: 3px double #000000 !important;
    font-weight: bold;
    color: #000000;
    font-family: 'Unikurd Jino';
    font-size: 10pt;
    background-color: #D0DFE5
}

td.style75[b-d7p49gx4jy] {
    vertical-align: middle;
    text-align: center;
    border-bottom: 3px double #000000 !important;
    border-top: 1px solid #000000 !important;
    border-left: 3px double #000000 !important;
    border-right: 1px solid #000000 !important;
    color: #000000;
    font-family: 'Unikurd Jino';
    font-size: 14pt;
    background-color: #D0DFE5
}

th.style75[b-d7p49gx4jy] {
    vertical-align: middle;
    text-align: center;
    border-bottom: 3px double #000000 !important;
    border-top: 1px solid #000000 !important;
    border-left: 3px double #000000 !important;
    border-right: 1px solid #000000 !important;
    color: #000000;
    font-family: 'Unikurd Jino';
    font-size: 14pt;
    background-color: #D0DFE5
}

td.style76[b-d7p49gx4jy] {
    vertical-align: middle;
    text-align: center;
    border-bottom: 3px double #000000 !important;
    border-top: 1px solid #000000 !important;
    border-left: 1px solid #000000 !important;
    border-right: 1px solid #000000 !important;
    color: #000000;
    font-family: 'Unikurd Jino';
    font-size: 14pt;
    background-color: #D0DFE5
}

th.style76[b-d7p49gx4jy] {
    vertical-align: middle;
    text-align: center;
    border-bottom: 3px double #000000 !important;
    border-top: 1px solid #000000 !important;
    border-left: 1px solid #000000 !important;
    border-right: 1px solid #000000 !important;
    color: #000000;
    font-family: 'Unikurd Jino';
    font-size: 14pt;
    background-color: #D0DFE5
}

td.style77[b-d7p49gx4jy] {
    vertical-align: middle;
    text-align: center;
    border-bottom: 3px double #000000 !important;
    border-top: 1px solid #000000 !important;
    border-left: 1px solid #000000 !important;
    border-right: none #000000;
    color: #000000;
    font-family: 'Unikurd Jino';
    font-size: 14pt;
    background-color: #D0DFE5
}

th.style77[b-d7p49gx4jy] {
    vertical-align: middle;
    text-align: center;
    border-bottom: 3px double #000000 !important;
    border-top: 1px solid #000000 !important;
    border-left: 1px solid #000000 !important;
    border-right: none #000000;
    color: #000000;
    font-family: 'Unikurd Jino';
    font-size: 14pt;
    background-color: #D0DFE5
}

td.style78[b-d7p49gx4jy] {
    vertical-align: middle;
    text-align: center;
    border-bottom: 3px double #000000 !important;
    border-top: 1px solid #000000 !important;
    border-left: none #000000;
    border-right: 3px double #000000 !important;
    color: #000000;
    font-family: 'Unikurd Jino';
    font-size: 14pt;
    background-color: #D0DFE5
}

th.style78[b-d7p49gx4jy] {
    vertical-align: middle;
    text-align: center;
    border-bottom: 3px double #000000 !important;
    border-top: 1px solid #000000 !important;
    border-left: none #000000;
    border-right: 3px double #000000 !important;
    color: #000000;
    font-family: 'Unikurd Jino';
    font-size: 14pt;
    background-color: #D0DFE5
}

table.sheet0 col.col0[b-d7p49gx4jy] {
    width: 9.48888878pt
}

table.sheet0 col.col1[b-d7p49gx4jy] {
    width: 75.23333247pt
}

table.sheet0 col.col2[b-d7p49gx4jy] {
    width: 6.7777777pt
}

table.sheet0 col.col3[b-d7p49gx4jy] {
    width: 33.8888885pt
}

table.sheet0 col.col4[b-d7p49gx4jy] {
    width: 33.8888885pt
}

table.sheet0 col.col5[b-d7p49gx4jy] {
    width: 33.8888885pt
}

table.sheet0 col.col6[b-d7p49gx4jy] {
    width: 33.8888885pt
}

table.sheet0 col.col7[b-d7p49gx4jy] {
    width: 33.8888885pt
}

table.sheet0 col.col8[b-d7p49gx4jy] {
    width: 33.8888885pt
}

table.sheet0 col.col9[b-d7p49gx4jy] {
    width: 33.8888885pt
}

table.sheet0 col.col10[b-d7p49gx4jy] {
    width: 33.8888885pt
}

table.sheet0 col.col11[b-d7p49gx4jy] {
    width: 6.09999993pt
}

table.sheet0 col.col12[b-d7p49gx4jy] {
    width: 63.71111038pt
}

table.sheet0 col.col13[b-d7p49gx4jy] {
    width: 12.87777763pt
}

table.sheet0 col.col14[b-d7p49gx4jy] {
    width: 42.69999951pt
}

table.sheet0 tr[b-d7p49gx4jy] {
    height: 15pt
}

    table.sheet0 tr.row0[b-d7p49gx4jy] {
        height: 6pt
    }

    table.sheet0 tr.row4[b-d7p49gx4jy] {
        height: 7.5pt
    }

    table.sheet0 tr.row5[b-d7p49gx4jy] {
        height: 18.5pt
    }

    table.sheet0 tr.row6[b-d7p49gx4jy] {
        height: 18.5pt
    }

    table.sheet0 tr.row7[b-d7p49gx4jy] {
        height: 18.5pt
    }

    table.sheet0 tr.row8[b-d7p49gx4jy] {
        height: 18.5pt
    }

    table.sheet0 tr.row9[b-d7p49gx4jy] {
        height: 6.75pt
    }

    table.sheet0 tr.row10[b-d7p49gx4jy] {
        height: 23.25pt
    }

    table.sheet0 tr.row11[b-d7p49gx4jy] {
        height: 88.5pt
    }

    table.sheet0 tr.row12[b-d7p49gx4jy] {
        height: 18.5pt
    }

    table.sheet0 tr.row13[b-d7p49gx4jy] {
        height: 22.5pt
    }

    table.sheet0 tr.row14[b-d7p49gx4jy] {
        height: 22.5pt
    }

    table.sheet0 tr.row15[b-d7p49gx4jy] {
        height: 22.5pt
    }

    table.sheet0 tr.row16[b-d7p49gx4jy] {
        height: 22.5pt
    }

    table.sheet0 tr.row17[b-d7p49gx4jy] {
        height: 22.5pt
    }

    table.sheet0 tr.row18[b-d7p49gx4jy] {
        height: 22.5pt
    }

    table.sheet0 tr.row19[b-d7p49gx4jy] {
        height: 22.5pt
    }

    table.sheet0 tr.row20[b-d7p49gx4jy] {
        height: 22.5pt
    }

    table.sheet0 tr.row21[b-d7p49gx4jy] {
        height: 22.5pt
    }

    table.sheet0 tr.row22[b-d7p49gx4jy] {
        height: 22.5pt
    }

    table.sheet0 tr.row23[b-d7p49gx4jy] {
        height: 22.5pt
    }

    table.sheet0 tr.row24[b-d7p49gx4jy] {
        height: 22.5pt
    }

    table.sheet0 tr.row25[b-d7p49gx4jy] {
        height: 22.5pt
    }

    table.sheet0 tr.row26[b-d7p49gx4jy] {
        height: 22.5pt
    }

    table.sheet0 tr.row27[b-d7p49gx4jy] {
        height: 22.5pt
    }

    table.sheet0 tr.row28[b-d7p49gx4jy] {
        height: 8.25pt
    }

    table.sheet0 tr.row29[b-d7p49gx4jy] {
        height: 21.75pt
    }

    table.sheet0 tr.row30[b-d7p49gx4jy] {
        height: 21.75pt
    }

    table.sheet0 tr.row31[b-d7p49gx4jy] {
        height: 21.75pt
    }

    table.sheet0 tr.row32[b-d7p49gx4jy] {
        height: 8.25pt
    }
/* /Pages/AcademicPages/MedicalPages/MedicalAssessmentReportPage.razor.rz.scp.css */
/* gorgeous, compact key/value grid */
.kv[b-ahy0zunrqk] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 6px;
}

.kv-row[b-ahy0zunrqk] {
    display: grid;
    grid-template-columns: 240px 1fr;
    align-items: start;
    padding: 8px 0;
    border-bottom: 1px dashed rgba(0,0,0,.15);
}

    .kv-row:last-child[b-ahy0zunrqk] {
        border-bottom: none;
    }

.kv-label[b-ahy0zunrqk] {
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: rgba(0,0,0,.75);
}

.kv-value[b-ahy0zunrqk] {
    color: rgba(0,0,0,.95);
    white-space: pre-wrap;
}

/* print tuning */
@media print {
    .report[b-ahy0zunrqk] {
        padding: 12mm !important;
        box-shadow: none !important;
        border: none !important;
    }

    @page {
        size: auto;
        margin: 10mm;
    }
}
/* /Pages/AcademicPages/ReportPages/ClassManagementReports/StudentFullAttendanceReportPage.razor.rz.scp.css */
body[b-pimg890880] {
}
#tab[b-pimg890880]{

}
th[b-pimg890880], td[b-pimg890880] {
    /*border: 2px solid black;*/ /* Full border for each cell */
    padding: 2px !important; /* Adds padding to the cells */
    text-align: left; /* Aligns text to the left */
}
.name-column[b-pimg890880] {
    width: auto; /* Allows the Name column to adjust */
    white-space: nowrap; /* Optional: Prevents names from wrapping */
}
.Sunday[b-pimg890880] {
    border: solid black 2px;
}

.Monday[b-pimg890880] {
    border: solid #2d95ff 2px;
}

.Tuesday[b-pimg890880] {
    border: solid #ff2db5 2px;
}

.Wednesday[b-pimg890880] {
    border: solid #c7c800 2px;
}

.Thursday[b-pimg890880] {
    border: solid #2bea40 2px;
}

.Friday[b-pimg890880] {
}

.Saturday[b-pimg890880] {
}
table[b-pimg890880] {
    border-collapse: collapse !important
}
.table[b-pimg890880] {
    --bs-table-bg: transparent;
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: #212529;
    --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
    --bs-table-active-color: #212529;
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: #212529;
    --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    vertical-align: top;
    border-color: #dee2e6;
}

tr td:nth-child(1)[b-pimg890880],
tr td:nth-child(2)[b-pimg890880],
tr th:nth-child(1)[b-pimg890880],
tr th:nth-child(2)[b-pimg890880] {
    position: sticky;
    left: 0;
}
/* /Pages/AcademicPages/ReportPages/LessonPlanReports/LessonPlanTopicsReportPage.razor.rz.scp.css */
body[b-h3oeltk4lx] {
}



.pageNew[b-h3oeltk4lx] {
    box-sizing: border-box;
    margin: 0px;
    background: var(--paper);
    padding: 6mm 4mm;
    border: 1px solid #d1d5db;
}


/* ------- Header ------- */
.topbar[b-h3oeltk4lx] {
    display: grid;
    grid-template-columns: 80px 1fr 80px;
    align-items: center;
    gap: 12px;
}

.logo[b-h3oeltk4lx] {
    width: 80px;
    height: 80px;
    border: 2px solid #a3a3a3;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-weight: 700;
    color: var(--muted);
    font-size: 12px;
    letter-spacing: .5px;
    user-select: none;
}

.title[b-h3oeltk4lx] {
    text-align: center;
}

    .title h1[b-h3oeltk4lx] {
        margin: 0;
        font-size: 26px;
        letter-spacing: .5px;
        color: var(--brand)
    }

    .title .meta[b-h3oeltk4lx] {
        margin-top: 2px;
        font-size: 15px;
        font-weight: 600
    }

    .title .year[b-h3oeltk4lx] {
        margin-top: 4px;
        font-size: 13px;
        color: var(--muted)
    }



/* ------- Info rows ------- */
.info[b-h3oeltk4lx] {
    margin-top: 14px;
    border: 1px solid #a3a3a3;
    border-radius: 8px;
    overflow: hidden;
}

.info-row[b-h3oeltk4lx] {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    border-top: 1px solid #a3a3a3;
    padding: 8px 10px;
}

    .info-row:first-child[b-h3oeltk4lx] {
        border-top: 0
    }

.info .cell[b-h3oeltk4lx] {
    display: flex;
    gap: 6px;
    align-items: center;
    min-height: 24px
}

.label[b-h3oeltk4lx] {
    font-weight: 600
}

.fill[b-h3oeltk4lx] {
    flex: 1;
    border-bottom: 1px solid #cfcfcf;
    min-height: 16px
}

    .fill.short[b-h3oeltk4lx] {
        max-width: 120px
    }


/* ------- Table ------- */
table[b-h3oeltk4lx] {
    width: 100%;
    border-collapse: collapse !important;
    margin-top: 12px !important;
    table-layout: fixed !important
}

th[b-h3oeltk4lx], td[b-h3oeltk4lx] {
    border: 1px solid #a3a3a3 !important;
    padding: 8px 6px !important;
    vertical-align: top !important;
}

thead th[b-h3oeltk4lx] {
    background: var(--accent);
    font-size: 13px
}

    thead th[colspan][b-h3oeltk4lx] {
        text-align: center
    }

.left-head[b-h3oeltk4lx] {
    background: linear-gradient(0deg, var(--accent), #ffe7d2);
    font-weight: 700
}

.structure-head[b-h3oeltk4lx] {
    background: #f4caa7;
    color: #1f2937
}

.period-head[b-h3oeltk4lx] {
    background: #f4d7be
}

.days-head[b-h3oeltk4lx] {
    background: #fde8d5
}

.subNote[b-h3oeltk4lx] {
    font-size: 12px;
    color: #4b5563;
    font-weight: 600
}

.no-col[b-h3oeltk4lx] {
    width: 28px;
    text-align: center
}

.structure-col[b-h3oeltk4lx] {
    width: 160px;
    font-weight: 600
}

.period-col[b-h3oeltk4lx] {
    width: 52px;
    text-align: center
}


/* zebra for writing comfort */
tbody tr:nth-child(odd) td[b-h3oeltk4lx] {
    background: #fafafa
}


/* ------- Footer ------- */
.footer[b-h3oeltk4lx] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 14px;
    font-size: 13px;
}

    .footer .line[b-h3oeltk4lx] {
        border-top: 1px solid #cfcfcf;
        margin-top: 22px
    }


/* small helpers */
.muted[b-h3oeltk4lx] {
    color: var(--muted)
}







/*force A4 compact print*/
@media screen {
    .report[b-h3oeltk4lx] {
        max-width: 297mm; /* A4 width 210 * 297 */
        margin: 0 auto;
    }
}

/* Print: request A4 and tighten layout */
@media print {
    .report[b-h3oeltk4lx] {
        box-shadow: none !important;
        border: none !important;
        padding: 8mm !important; /* internal padding so content doesn’t hug the edge */
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }

    /* Single column to avoid width overflow and reduce vertical spacing */
    .compact .mud-grid[b-h3oeltk4lx] {
        display: block !important;
    }

        .compact .mud-grid .mud-item[b-h3oeltk4lx] {
            width: 100% !important;
            max-width: 100% !important;
        }

    /* Typography: slightly smaller for print */
    .compact .mud-typography[b-h3oeltk4lx] {
        font-size: 0.95rem !important;
    }

        .compact .mud-typography.h5[b-h3oeltk4lx] {
            font-size: 1.15rem !important;
        }

        .compact .mud-typography.subtitle1[b-h3oeltk4lx] {
            font-size: 1rem !important;
        }

    /* Chips/cards tighter */
    .compact .mud-chip[b-h3oeltk4lx] {
        padding: 2px 8px !important;
    }

    .compact .mud-card .mud-card-content[b-h3oeltk4lx],
    .compact .pa-3[b-h3oeltk4lx] {
        padding: 8px !important;
    }

    .compact .pa-4[b-h3oeltk4lx], .compact .pa-5[b-h3oeltk4lx] {
        padding: 10px !important;
    }

    /* Your kv grid from earlier (if you used it) — make rows denser */
    .compact .kv-row[b-h3oeltk4lx] {
        padding: 4px 0 !important;
    }

    .compact .kv-label[b-h3oeltk4lx] {
        font-weight: 600;
    }

    .compact .kv-value[b-h3oeltk4lx] {
        white-space: pre-wrap;
    }

    /* Optional: hide truly non-essential bits on print to save space */
    .no-print[b-h3oeltk4lx] {
        display: none !important;
    }
}





/* ===== OPTIONAL: “hard fit” scale =====
   If it still spills to a 2nd page, enable .fit-a4 on the root and tweak SCALE.
   WebKit (Chrome/Edge) respects zoom in print; Firefox often ignores it. */
@media print {
    .fit-a4[b-h3oeltk4lx] {
        /* 0.92–0.85 usually works if you’re just slightly over one page */
        zoom: 0.85; /* try 0.90 or 0.88 if still too tall */
        transform-origin: top left; /* fallback for some engines */
    }
}
/* /Pages/AcademicPages/ReportPages/StudentReports/StudentDetailReportPage.razor.rz.scp.css */
body[b-9w9oq5wd4c] {
}


.student-detail-container[b-9w9oq5wd4c] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.student-header[b-9w9oq5wd4c] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 30px;
    border-radius: 15px;
    margin-bottom: 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.student-avatar[b-9w9oq5wd4c] {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    border: 5px solid white;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.info-card[b-9w9oq5wd4c] {
    background: white;
    border-radius: 15px;
    padding: 25px;
    margin-bottom: 25px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    border: 1px solid #e3e6f0;
}

.card-title[b-9w9oq5wd4c] {
    font-size: 1.4rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 3px solid #3498db;
    display: flex;
    align-items: center;
    gap: 10px;
}

.metric-card[b-9w9oq5wd4c] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 20px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.metric-value[b-9w9oq5wd4c] {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 5px;
}

.metric-label[b-9w9oq5wd4c] {
    font-size: 0.9rem;
    opacity: 0.9;
}

.info-row[b-9w9oq5wd4c] {
    display: flex;
    margin-bottom: 15px;
    align-items: center;
}

.info-label[b-9w9oq5wd4c] {
    font-weight: 600;
    color: #555;
    min-width: 150px;
    margin-right: 15px;
}

.info-value[b-9w9oq5wd4c] {
    color: #333;
    flex: 1;
}

.record-table[b-9w9oq5wd4c] {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

    .record-table th[b-9w9oq5wd4c] {
        background: #3498db;
        color: white;
        font-weight: 600;
        border: none;
        padding: 15px 10px;
    }

    .record-table td[b-9w9oq5wd4c] {
        padding: 12px 10px;
        border-bottom: 1px solid #e3e6f0;
    }

.status-badge[b-9w9oq5wd4c] {
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
}

.status-present[b-9w9oq5wd4c] {
    background: #d4edda;
    color: #155724;
}

.status-absent[b-9w9oq5wd4c] {
    background: #f8d7da;
    color: #721c24;
}

.status-late[b-9w9oq5wd4c] {
    background: #fff3cd;
    color: #856404;
}

.status-permission[b-9w9oq5wd4c] {
    background: #cce7ff;
    color: #0056b3;
}

.status-passed[b-9w9oq5wd4c] {
    background: #d4edda;
    color: #155724;
}

.status-failed[b-9w9oq5wd4c] {
    background: #f8d7da;
    color: #721c24;
}

.status-accepted[b-9w9oq5wd4c] {
    background: #d4edda;
    color: #155724;
}

.status-pending[b-9w9oq5wd4c] {
    background: #fff3cd;
    color: #856404;
}

.status-rejected[b-9w9oq5wd4c] {
    background: #f8d7da;
    color: #721c24;
}

.behavior-positive[b-9w9oq5wd4c] {
    color: #28a745;
}

.behavior-negative[b-9w9oq5wd4c] {
    color: #dc3545;
}

.behavior-neutral[b-9w9oq5wd4c] {
    color: #6c757d;
}

.date-filter-container[b-9w9oq5wd4c] {
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.loading-overlay[b-9w9oq5wd4c] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.9);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

@media print {
    .d-print-none[b-9w9oq5wd4c] {
        display: none !important;
    }

    .student-detail-container[b-9w9oq5wd4c] {
        max-width: none;
        margin: 0;
        padding: 10px;
    }

    .info-card[b-9w9oq5wd4c] {
        break-inside: avoid;
        margin-bottom: 15px;
    }

    .student-header[b-9w9oq5wd4c] {
        background: #667eea !important;
        -webkit-print-color-adjust: exact;
    }
}
/* /Pages/AcademicPages/SchedulePages/ScheduleViewStudentTeacherComponent.razor.rz.scp.css */
body[b-yissdjftgn] {
}
table[b-yissdjftgn] {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
}

th[b-yissdjftgn], td[b-yissdjftgn] {
    border: 1px solid black;
    padding: 10px;
}

th[b-yissdjftgn] {
    background-color: #f2f2f2;
}

.day-header[b-yissdjftgn] {
    width: 10%;
    font-weight: bold;
}

.lesson-header[b-yissdjftgn] {
    width: 5%;
    font-weight: bold;
}

.time-header[b-yissdjftgn] {
    width: 12%;
}

.lesson-info[b-yissdjftgn] {
    font-weight: bold;
}

.teacher-info[b-yissdjftgn] {
    font-style: italic;
}

tbody tr:nth-child(odd)[b-yissdjftgn] {
    background-color: #f9f9f9; /* Light grey for odd rows */
}

tbody tr:nth-child(even)[b-yissdjftgn] {
    background-color: #e0e0e0; /* Slightly darker grey for even rows */
}
/* /Pages/AcademicPages/YearlyCalenderPages/ThisMonthsCalenderComponent.razor.rz.scp.css */
body[b-92za8qrqaq] {
}

table[b-92za8qrqaq] {
    min-width: 250px;
    min-height: 250px;
}

table[b-92za8qrqaq], th[b-92za8qrqaq], td[b-92za8qrqaq] {
    border: 1px solid black;
    border-collapse: collapse;
    text-align: center;
    padding: 5px;
}

.mytable[b-92za8qrqaq] {
    margin: 5px;
    margin-bottom: 25px;
}

td[b-92za8qrqaq], th[b-92za8qrqaq] {
}

.offDays[b-92za8qrqaq] {
    background-color: darksalmon;
}

.tooltip[b-92za8qrqaq] {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

    .tooltip .tooltipText[b-92za8qrqaq] {
        visibility: hidden;
        width: 120px;
        background-color: black;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        /* Position the tooltip */
        position: absolute;
        z-index: 1;
        bottom: 100%;
        left: 50%;
        margin-left: -60px;
    }

    .tooltip:hover .tooltipText[b-92za8qrqaq] {
        visibility: visible;
    }
/* /Pages/AcademicPages/YearlyCalenderPages/YearlyCalendarPage.razor.rz.scp.css */
body[b-6qr1enqshs] {
}

table[b-6qr1enqshs], th[b-6qr1enqshs], td[b-6qr1enqshs] {
    border: 1px solid black;
    border-collapse: collapse;
    text-align: center;
    padding: 5px;
}

.mytable[b-6qr1enqshs] {
    margin: 5px;
    margin-bottom: 25px;
}

td[b-6qr1enqshs], th[b-6qr1enqshs] {
}

.offDays[b-6qr1enqshs] {
    background-color: darksalmon;
}

.tooltip[b-6qr1enqshs] {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

    .tooltip .tooltipText[b-6qr1enqshs] {
        visibility: hidden;
        width: 120px;
        background-color: black;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        /* Position the tooltip */
        position: absolute;
        z-index: 1;
        bottom: 100%;
        left: 50%;
        margin-left: -60px;
    }

    .tooltip:hover .tooltipText[b-6qr1enqshs] {
        visibility: visible;
    }
/* /Pages/GeneralPages/GroupChatPages/GroupChatsPage.razor.rz.scp.css */
