@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 */
/* /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 */
/* /Pages/HrPages/CheckLogPages/CheckLogReportPage.razor.rz.scp.css */
/* CheckLogReportPage Scoped Styles */

/* Page Header Styles */
.page-header[b-ham7yu5rvj] {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px;
    flex-wrap: wrap;
}

.page-header h3[b-ham7yu5rvj] {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

/* Summary Statistics Cards */
.stats-container[b-ham7yu5rvj] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 16px;
    margin-bottom: 24px;
}

.stat-card[b-ham7yu5rvj] {
    background: linear-gradient(135deg, var(--mud-palette-surface) 0%, var(--mud-palette-background-gray) 100%);
    border-radius: 12px;
    padding: 16px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border: 1px solid var(--mud-palette-lines-default);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.stat-card:hover[b-ham7yu5rvj] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.stat-value[b-ham7yu5rvj] {
    font-size: 2rem;
    font-weight: bold;
    color: var(--mud-palette-primary);
}

.stat-label[b-ham7yu5rvj] {
    font-size: 0.85rem;
    color: var(--mud-palette-text-secondary);
    margin-top: 4px;
}

/* Color Legend Styles */
.color-legend[b-ham7yu5rvj] {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    padding: 12px 16px;
    background-color: var(--mud-palette-surface);
    border-radius: 8px;
    margin-bottom: 16px;
    border: 1px solid var(--mud-palette-lines-default);
}

.legend-item[b-ham7yu5rvj] {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.85rem;
}

.legend-color[b-ham7yu5rvj] {
    width: 20px;
    height: 20px;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.legend-color.early-in[b-ham7yu5rvj] {
    background-color: #8ee68e;
}

.legend-color.late-in[b-ham7yu5rvj] {
    background-color: #f36774;
}

.legend-color.early-out[b-ham7yu5rvj] {
    background-color: #f36774;
}

.legend-color.late-out[b-ham7yu5rvj] {
    background-color: #8ee68e;
}

.legend-color.on-time[b-ham7yu5rvj] {
    background-color: var(--mud-palette-surface);
}

.legend-color.no-record[b-ham7yu5rvj] {
    background-color: #f5f5f5;
}

/* Filter Section Styles */
.filter-section[b-ham7yu5rvj] {
    background-color: var(--mud-palette-surface);
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 16px;
    border: 1px solid var(--mud-palette-lines-default);
}

.working-days-container[b-ham7yu5rvj] {
    background-color: var(--mud-palette-background-gray);
    border-radius: 8px;
    padding: 12px;
    margin-top: 16px;
}

.working-days-title[b-ham7yu5rvj] {
    font-weight: 600;
    margin-bottom: 8px;
    color: var(--mud-palette-text-secondary);
    font-size: 0.9rem;
}

/* Report Table Styles */
.report-table-container[b-ham7yu5rvj] {
    overflow-x: auto;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

[b-ham7yu5rvj] .check-report-table {
    text-align: center;
    border-collapse: collapse !important;
    font-size: 12px;
    width: 100%;
}

[b-ham7yu5rvj] .check-report-table th {
    border: 1px solid #ddd !important;
    padding: 8px 6px !important;
    background-color: var(--mud-palette-primary);
    color: white;
    font-weight: 600;
    position: relative;
}

[b-ham7yu5rvj] .check-report-table td {
    border: 1px solid #ddd !important;
    padding: 6px 4px !important;
    min-width: 50px;
    transition: background-color 0.2s ease;
}

[b-ham7yu5rvj] .check-report-table tbody tr:hover {
    background-color: rgba(var(--mud-palette-primary-rgb), 0.08) !important;
}

/* Sticky Name Column */
[b-ham7yu5rvj] .check-report-table th.name-column,
[b-ham7yu5rvj] .check-report-table td.name-column {
    position: sticky;
    left: 0;
    background-color: white;
    z-index: 10;
    min-width: 180px;
    max-width: 200px;
    text-align: start !important;
    font-weight: 500;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    box-shadow: 2px 0 4px rgba(0, 0, 0, 0.1);
}

[b-ham7yu5rvj] .check-report-table th.name-column {
    background-color: var(--mud-palette-primary);
    color: white;
    z-index: 11;
}

/* Day Header Styling */
[b-ham7yu5rvj] .day-header {
    font-size: 10px;
    line-height: 1.3;
}

[b-ham7yu5rvj] .day-header .day-name {
    font-weight: bold;
    display: block;
}

[b-ham7yu5rvj] .day-header .day-number {
    font-size: 9px;
    opacity: 0.9;
}

/* Weekend Highlight */
[b-ham7yu5rvj] .weekend-column {
    background-color: rgba(var(--mud-palette-warning-rgb), 0.1);
}

/* Status Colors */
[b-ham7yu5rvj] .bg-success {
    background-color: #8ee68e !important;
    color: #155724;
}

[b-ham7yu5rvj] .bg-danger {
    background-color: #f36774 !important;
    color: #721c24;
}

[b-ham7yu5rvj] .bg-warning {
    background-color: #fff3cd !important;
    color: #856404;
}

[b-ham7yu5rvj] .no-record {
    color: #999;
    font-style: italic;
}

/* Summary Columns */
[b-ham7yu5rvj] .summary-column {
    background-color: rgba(var(--mud-palette-info-rgb), 0.1) !important;
    font-weight: 600;
}

[b-ham7yu5rvj] .check-report-table th.summary-header {
    background-color: var(--mud-palette-info);
}

/* Report Info Section */
.report-info[b-ham7yu5rvj] {
    text-align: center;
    padding: 16px;
    background: linear-gradient(135deg, var(--mud-palette-primary-lighten) 0%, var(--mud-palette-primary) 100%);
    color: white;
    border-radius: 8px 8px 0 0;
    margin-bottom: 0;
}

.report-info h4[b-ham7yu5rvj] {
    margin: 0 0 8px 0;
    font-weight: 600;
}

.report-info p[b-ham7yu5rvj] {
    margin: 0;
    opacity: 0.9;
    font-size: 0.9rem;
}

/* Loading State */
.loading-overlay[b-ham7yu5rvj] {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px;
    flex-direction: column;
    gap: 16px;
}

/* Empty State */
.empty-state[b-ham7yu5rvj] {
    text-align: center;
    padding: 48px 24px;
    color: var(--mud-palette-text-secondary);
}

.empty-state-icon[b-ham7yu5rvj] {
    font-size: 64px;
    opacity: 0.5;
    margin-bottom: 16px;
}

/* Print Styles */
@media print {
    .no-print[b-ham7yu5rvj],
    .d-print-none[b-ham7yu5rvj] {
        display: none !important;
    }

    .page-header[b-ham7yu5rvj] {
        margin-bottom: 16px;
    }

    .color-legend[b-ham7yu5rvj] {
        page-break-inside: avoid;
        margin-bottom: 12px;
    }

    [b-ham7yu5rvj] .check-report-table {
        font-size: 9px;
    }

    [b-ham7yu5rvj] .check-report-table th,
    [b-ham7yu5rvj] .check-report-table td {
        padding: 4px 2px !important;
    }

    [b-ham7yu5rvj] .check-report-table th.name-column,
    [b-ham7yu5rvj] .check-report-table td.name-column {
        position: static;
        box-shadow: none;
    }

    .report-info[b-ham7yu5rvj] {
        background: var(--mud-palette-primary) !important;
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }

    .stat-card[b-ham7yu5rvj] {
        break-inside: avoid;
    }

    [b-ham7yu5rvj] .bg-success {
        background-color: #8ee68e !important;
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }

    [b-ham7yu5rvj] .bg-danger {
        background-color: #f36774 !important;
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .stats-container[b-ham7yu5rvj] {
        grid-template-columns: repeat(2, 1fr);
    }

    .color-legend[b-ham7yu5rvj] {
        flex-direction: column;
        gap: 8px;
    }

    .filter-section[b-ham7yu5rvj] {
        padding: 12px;
    }

    [b-ham7yu5rvj] .check-report-table {
        font-size: 10px;
    }

    [b-ham7yu5rvj] .check-report-table th.name-column,
    [b-ham7yu5rvj] .check-report-table td.name-column {
        min-width: 120px;
    }
}

@media (max-width: 480px) {
    .stats-container[b-ham7yu5rvj] {
        grid-template-columns: 1fr;
    }

    .page-header[b-ham7yu5rvj] {
        flex-direction: column;
        align-items: flex-start;
    }
}
