@import 'SchoolOrganisation.Blazor.Client.7m2quhvrzq.bundle.scp.css';
@import '_content/Blazor.SignaturePad/Blazor.SignaturePad.g22u5lm4z9.bundle.scp.css';

/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-yw0hb085lc] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-yw0hb085lc] {
    flex: 1;
}

.sidebar[b-yw0hb085lc] {
    background-color: #c3d1d4;
}

.top-row[b-yw0hb085lc] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-yw0hb085lc]  a, .top-row[b-yw0hb085lc]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-yw0hb085lc]  a:hover, .top-row[b-yw0hb085lc]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-yw0hb085lc]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 640.98px) {
    .top-row[b-yw0hb085lc] {
        justify-content: space-between;
    }

        .top-row[b-yw0hb085lc]  a, .top-row[b-yw0hb085lc]  .btn-link {
            margin-left: 0;
        }
}

@media (min-width: 641px) {
    .page[b-yw0hb085lc] {
        flex-direction: row;
    }

    .sidebar[b-yw0hb085lc] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-yw0hb085lc] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-yw0hb085lc]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-yw0hb085lc], article[b-yw0hb085lc] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-yw0hb085lc] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-yw0hb085lc] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.bottom-row[b-yw0hb085lc] {
    background-color: #f7f7f7;
    border-top: 1px solid #d6d5d5;
    height: 3.5rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: absolute;
    bottom: 0;
    width: 100vw;
}

    /*Select all a elements where parent is a .bottom-row*/
    .bottom-row > a[b-yw0hb085lc] {
        display: flex;
        color: rgb(33, 37, 41);
        /*color and text-decor used to not show it as link*/
        text-decoration: none;
        /*fontsize is the same copied from navbar-brand style inside NavMenu.razor.css*/
        font-size: 1.1rem;
    }


/*Code I added - Start*/
.page main[b-yw0hb085lc] {
    display: flex;
    flex-direction: column;
    padding-bottom: 3.5rem;
}

    .page main .top-row[b-yw0hb085lc] {
        flex: 0 0 3.5rem;
    }
/*Code I added - End*/
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-nav-svg[b-znlgt43m5m] {
    width: 1rem;
    height: 1rem;
}
/* /Components/Pages/ClassTools/ClassToolsPortal.razor.rz.scp.css */
.border-dashed[b-7rbetyanuk] {
    border: 1px dashed var(--bs-border-color, #ced4da);
}
/* /Components/Pages/ClassTools/ClassToolsQrGenerator.razor.rz.scp.css */
.qr-preview img[b-f8ebkb3gxi] {
    max-width: 220px;
}
/* /Components/Pages/ExportModule/ExportPage.razor.rz.scp.css */

.card:hover[b-4nen189mdk] {
    transform: all 0.2s ease-in-out;
    box-shadow: 0 10px 20px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);
}

a[b-4nen189mdk] {
    color: inherit; /* blue colors for links too */
    text-decoration: inherit; /* no underline */
}

    a:hover[b-4nen189mdk] {
        color: inherit;
        text-decoration: inherit; /* no underline */
    }
/* /Components/Pages/ExtraMurosModule/ExtraMurosPage.razor.rz.scp.css */

.card:hover[b-gdwbw8k31x] {
    transform: all 0.2s ease-in-out;
    box-shadow: 0 10px 20px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);
}

a[b-gdwbw8k31x] {
    color: inherit; /* blue colors for links too */
    text-decoration: inherit; /* no underline */
}

    a:hover[b-gdwbw8k31x] {
        color: inherit;
        text-decoration: inherit; /* no underline */
    }
/* /Components/Pages/ExtraMurosModule/ExtraMurosStudents/ExtraMurosStudentsProgressPage.razor.rz.scp.css */
hformstepper1[b-38rk39tkeq] {
    text-align: center;
}

hformstepper2[b-38rk39tkeq] {
    margin: 0;
}

#multi-step-form-container[b-38rk39tkeq] {
    margin-top: 5rem;
}

.text-center[b-38rk39tkeq] {
    text-align: center;
}

.mx-auto[b-38rk39tkeq] {
    margin-left: auto;
    margin-right: auto;
}

.pl-0[b-38rk39tkeq] {
    padding-left: 0;
}

.button[b-38rk39tkeq] {
    padding: 0.7rem 1.5rem;
    border: 1px solid #4361ee;
    background-color: #4361ee;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

.submit-btn[b-38rk39tkeq] {
    border: 1px solid #0e9594;
    background-color: #0e9594;
}

.mt-3[b-38rk39tkeq] {
    margin-top: 2rem;
}

.d-none[b-38rk39tkeq] {
    display: none;
}

.form-step[b-38rk39tkeq] {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    padding: 3rem;
}

.font-normal[b-38rk39tkeq] {
    font-weight: normal;
}

ul.form-stepper[b-38rk39tkeq] {
    counter-reset: section;
    margin-bottom: 3rem;
}

    ul.form-stepper .form-stepper-circle[b-38rk39tkeq] {
        position: relative;
    }

        ul.form-stepper .form-stepper-circle span[b-38rk39tkeq] {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translateY(-50%) translateX(-50%);
        }

.form-stepper-horizontal[b-38rk39tkeq] {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

ul.form-stepper > li:not(:last-of-type)[b-38rk39tkeq] {
    margin-bottom: 0.625rem;
    -webkit-transition: margin-bottom 0.4s;
    -o-transition: margin-bottom 0.4s;
    transition: margin-bottom 0.4s;
}

.form-stepper-horizontal > li:not(:last-of-type)[b-38rk39tkeq] {
    margin-bottom: 0 !important;
}

.form-stepper-horizontal li[b-38rk39tkeq] {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

    .form-stepper-horizontal li:not(:last-child)[b-38rk39tkeq]:after {
        position: relative;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        height: 1px;
        content: "";
        top: 32%;
    }

    .form-stepper-horizontal li[b-38rk39tkeq]:after {
        background-color: #dee2e6;
    }

    .form-stepper-horizontal li.form-stepper-completed[b-38rk39tkeq]:after {
        background-color: #4da3ff;
    }

    .form-stepper-horizontal li:last-child[b-38rk39tkeq] {
        flex: unset;
    }

ul.form-stepper li a .form-stepper-circle[b-38rk39tkeq] {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 0;
    line-height: 1.7rem;
    text-align: center;
    background: rgba(0, 0, 0, 0.38);
    border-radius: 50%;
}

/*concept*/
.form-stepper .form-stepper-active .form-stepper-circle[b-38rk39tkeq] {
    background-color: orange !important;
    color: #fff;
}

.form-stepper .form-stepper-active .label[b-38rk39tkeq] {
    color: orange !important;
}

.form-stepper .form-stepper-active .form-stepper-circle:hover[b-38rk39tkeq] {
    background-color: #4361ee !important;
    color: #fff !important;
}
/*Nog niet gedaan*/
.form-stepper .form-stepper-unfinished .form-stepper-circle[b-38rk39tkeq] {
    background-color: #f8f7ff;
}
.form-stepper .form-stepper-unfinished .form-stepper-circle:hover[b-38rk39tkeq] {
    background-color: #4361ee !important;
    color: #fff !important;
}
/*Klaar*/
.form-stepper .form-stepper-completed .form-stepper-circle[b-38rk39tkeq] {
    background-color: green !important;
    color: #fff;
}

.form-stepper .form-stepper-completed .label[b-38rk39tkeq] {
    color: #0e9594 !important;
}

.form-stepper .form-stepper-completed .form-stepper-circle:hover[b-38rk39tkeq] {
    background-color: #0e9594 !important;
    color: #fff !important;
}

.form-stepper .form-stepper-active span.text-muted[b-38rk39tkeq] {
    color: #fff !important;
}

.form-stepper .form-stepper-completed span.text-muted[b-38rk39tkeq] {
    color: #fff !important;
}

.form-stepper .label[b-38rk39tkeq] {
    font-size: 1rem;
    margin-top: 0.5rem;
}

.form-stepper a[b-38rk39tkeq] {
    color: inherit; /* blue colors for links too */
    text-decoration: inherit; /* no underline */
}




/* /Components/Pages/ExtraMurosModule/ExtraMurosWithout/EmProgressPage.razor.rz.scp.css */
hformstepper1[b-tlfl5qs3cr] {
    text-align: center;
}

hformstepper2[b-tlfl5qs3cr] {
    margin: 0;
}

#multi-step-form-container[b-tlfl5qs3cr] {
    margin-top: 5rem;
}

.text-center[b-tlfl5qs3cr] {
    text-align: center;
}

.mx-auto[b-tlfl5qs3cr] {
    margin-left: auto;
    margin-right: auto;
}

.pl-0[b-tlfl5qs3cr] {
    padding-left: 0;
}

.button[b-tlfl5qs3cr] {
    padding: 0.7rem 1.5rem;
    border: 1px solid #4361ee;
    background-color: #4361ee;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

.submit-btn[b-tlfl5qs3cr] {
    border: 1px solid #0e9594;
    background-color: #0e9594;
}

.mt-3[b-tlfl5qs3cr] {
    margin-top: 2rem;
}

.d-none[b-tlfl5qs3cr] {
    display: none;
}

.form-step[b-tlfl5qs3cr] {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    padding: 3rem;
}

.font-normal[b-tlfl5qs3cr] {
    font-weight: normal;
}

ul.form-stepper[b-tlfl5qs3cr] {
    counter-reset: section;
    margin-bottom: 3rem;
}

    ul.form-stepper .form-stepper-circle[b-tlfl5qs3cr] {
        position: relative;
    }

        ul.form-stepper .form-stepper-circle span[b-tlfl5qs3cr] {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translateY(-50%) translateX(-50%);
        }

.form-stepper-horizontal[b-tlfl5qs3cr] {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

ul.form-stepper > li:not(:last-of-type)[b-tlfl5qs3cr] {
    margin-bottom: 0.625rem;
    -webkit-transition: margin-bottom 0.4s;
    -o-transition: margin-bottom 0.4s;
    transition: margin-bottom 0.4s;
}

.form-stepper-horizontal > li:not(:last-of-type)[b-tlfl5qs3cr] {
    margin-bottom: 0 !important;
}

.form-stepper-horizontal li[b-tlfl5qs3cr] {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

    .form-stepper-horizontal li:not(:last-child)[b-tlfl5qs3cr]:after {
        position: relative;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        height: 1px;
        content: "";
        top: 32%;
    }

    .form-stepper-horizontal li[b-tlfl5qs3cr]:after {
        background-color: #dee2e6;
    }

    .form-stepper-horizontal li.form-stepper-completed[b-tlfl5qs3cr]:after {
        background-color: #4da3ff;
    }

    .form-stepper-horizontal li:last-child[b-tlfl5qs3cr] {
        flex: unset;
    }

ul.form-stepper li a .form-stepper-circle[b-tlfl5qs3cr] {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 0;
    line-height: 1.7rem;
    text-align: center;
    background: rgba(0, 0, 0, 0.38);
    border-radius: 50%;
}

/*concept*/
.form-stepper .form-stepper-active .form-stepper-circle[b-tlfl5qs3cr] {
    background-color: orange !important;
    color: #fff;
}

.form-stepper .form-stepper-active .label[b-tlfl5qs3cr] {
    color: orange !important;
}

.form-stepper .form-stepper-active .form-stepper-circle:hover[b-tlfl5qs3cr] {
    background-color: #4361ee !important;
    color: #fff !important;
}
/*Nog niet gedaan*/
.form-stepper .form-stepper-unfinished .form-stepper-circle[b-tlfl5qs3cr] {
    background-color: #f8f7ff;
}
.form-stepper .form-stepper-unfinished .form-stepper-circle:hover[b-tlfl5qs3cr] {
    background-color: #4361ee !important;
    color: #fff !important;
}
/*Klaar*/
.form-stepper .form-stepper-completed .form-stepper-circle[b-tlfl5qs3cr] {
    background-color: green !important;
    color: #fff;
}

.form-stepper .form-stepper-completed .label[b-tlfl5qs3cr] {
    color: #0e9594 !important;
}

.form-stepper .form-stepper-completed .form-stepper-circle:hover[b-tlfl5qs3cr] {
    background-color: #0e9594 !important;
    color: #fff !important;
}

.form-stepper .form-stepper-active span.text-muted[b-tlfl5qs3cr] {
    color: #fff !important;
}

.form-stepper .form-stepper-completed span.text-muted[b-tlfl5qs3cr] {
    color: #fff !important;
}

.form-stepper .label[b-tlfl5qs3cr] {
    font-size: 1rem;
    margin-top: 0.5rem;
}

.form-stepper a[b-tlfl5qs3cr] {
    color: inherit; /* blue colors for links too */
    text-decoration: inherit; /* no underline */
}




/* /Components/Pages/Finance/FinancePage.razor.rz.scp.css */

.card:hover[b-sckxzcc8t6] {
    transform: all 0.2s ease-in-out;
    box-shadow: 0 10px 20px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);
}

a[b-sckxzcc8t6] {
    color: inherit; /* blue colors for links too */
    text-decoration: inherit; /* no underline */
}

    a:hover[b-sckxzcc8t6] {
        color: inherit;
        text-decoration: inherit; /* no underline */
    }
/* /Components/Pages/HelpdeskModule/TicketCreatePage.razor.rz.scp.css */

.form-shell[b-3peamrhph6] {
    max-width: 1040px;
    margin: 24px auto;
    padding: 0 16px;
}

/* Secties */
.section-card[b-3peamrhph6] {
    border: 1px solid var(--mud-palette-lines-default);
    border-radius: 12px;
    background: var(--mud-palette-surface);
    padding: 16px;
    margin-top: 16px;
}

    /* Consistente verticale rhythm binnen secties */
    .section-card > * + *[b-3peamrhph6] {
        margin-top: 12px;
    }

    .section-card .mud-input-control[b-3peamrhph6] {
        margin-bottom: 8px;
    }
/* inputs krijgen nette ruimte eronder */
.chips[b-3peamrhph6] {
    margin-top: 6px;
}

/* Koppen */
.section-title[b-3peamrhph6] {
    font-weight: 700;
    margin: 0 0 4px 0;
    letter-spacing: .015em;
}

.subsection-title[b-3peamrhph6] {
    font-weight: 600;
    margin-bottom: 6px;
}

/* Subcards (tabellen) */
.inner-card[b-3peamrhph6] {
    background: var(--mud-palette-background);
    border-radius: 10px;
    padding: 12px;
}

/* Rijen met een control + info label rechts */
.rowline[b-3peamrhph6] {
    display: flex;
    align-items: flex-end;
    gap: 12px;
    flex-wrap: wrap;
}

.right-note[b-3peamrhph6] {
    margin-left: auto;
    color: var(--mud-palette-text-secondary);
    font-size: .875rem;
}

/* Tabel iets compacter */
.table-tight .mud-table-container[b-3peamrhph6] {
    padding: 0;
}

.table-tight .mud-table-cell[b-3peamrhph6] {
    padding-top: 8px;
    padding-bottom: 8px;
}


/* /Components/Pages/HelpdeskModule/ViewTicket.razor.rz.scp.css */
.ticket-paper img[b-1hc9bkixyn] {
    max-width: 100%;
    height: auto;
}
/* /Components/Pages/Home.razor.rz.scp.css */
/* ====== HOME POLISH (no markup changes) ====== */

/* Page rhythm */
h1[b-cssmwqdwtb] {
    margin-top: .25rem;
    margin-bottom: .75rem;
}

h3.text-primary[b-cssmwqdwtb] {
    margin-top: .5rem;
}

/* --- Drawer / side panel --- */
.mud-drawer[b-cssmwqdwtb] {
    width: 320px !important;
    border-right: 1px solid var(--bs-border-color);
    background: #fff;
}

    .mud-drawer .mud-drawer-header[b-cssmwqdwtb],
    .mud-drawer-header[b-cssmwqdwtb] {
        padding: .75rem 1rem;
        border-bottom: 1px solid var(--bs-border-color);
    }

    .mud-drawer .container[b-cssmwqdwtb] {
        padding-left: .75rem;
        padding-right: .75rem;
    }

    .mud-drawer a[b-cssmwqdwtb] {
        display: flex;
        align-items: center;
        gap: .5rem;
        padding: .375rem .375rem;
        border-radius: .375rem;
        color: inherit;
        text-decoration: none;
    }

        .mud-drawer a:hover[b-cssmwqdwtb] {
            background: var(--bs-light);
        }

    /* Categories inside the drawer */
    .mud-drawer p.text-primary b[b-cssmwqdwtb] {
        font-size: .95rem;
    }

/* --- Cards (modules & quick links) --- */
.card[b-cssmwqdwtb] {
    border: 1px solid var(--bs-border-color);
    border-radius: .75rem;
    transition: transform .12s ease, box-shadow .12s ease, border-color .12s ease;
}

    .card:hover[b-cssmwqdwtb] {
        transform: translateY(-2px);
        box-shadow: 0 .5rem 1rem rgba(0,0,0,.08);
        border-color: rgba(0,0,0,.075);
    }

    .card .card-body[b-cssmwqdwtb] {
        padding: 1rem .75rem;
    }

        .card .card-body h5[b-cssmwqdwtb] {
            margin: .15rem 0;
        }

    .card .bi[b-cssmwqdwtb] {
        font-size: 1.6rem;
    }

/* Quick link cards: keep color cards borderless, white ones bordered */
a > .card[class*="bg-"][b-cssmwqdwtb] {
    border: 0;
}

a > .card.bg-white[b-cssmwqdwtb] {
    border: 1px solid var(--bs-border-color);
}

/* Make the entire card feel clickable */
a > .card[b-cssmwqdwtb], .nav-link > .card[b-cssmwqdwtb] {
    cursor: pointer;
}

/* --- AdValvas table --- */
.scrollbox-advalvas[b-cssmwqdwtb] {
    max-height: 380px;
    overflow: auto;
    border: 1px solid var(--bs-border-color);
    border-radius: .5rem;
}

    .scrollbox-advalvas table[b-cssmwqdwtb] {
        margin-bottom: 0;
    }

.table.table-sm td[b-cssmwqdwtb] {
    padding-top: .5rem;
    padding-bottom: .5rem;
}

.scrollbox-advalvas tbody tr:hover[b-cssmwqdwtb] {
    background-color: rgba(13,110,253,.06);
}

/* Unread emphasis (you already render <strong> for unread) */
.scrollbox-advalvas tbody td:first-child strong[b-cssmwqdwtb] {
    font-weight: 700;
}

.scrollbox-advalvas tbody tr td:first-child strong[b-cssmwqdwtb]::before {
    content: "";
    display: inline-block;
    width: .35rem;
    height: .35rem;
    background: var(--bs-success);
    border-radius: 50%;
    margin-right: .4rem;
}

/* Sticky header polish */
.table thead.sticky-top[b-cssmwqdwtb] {
    top: 0;
    z-index: 1;
}

/* AdValvas content HTML responsiveness */
.advalvas-html img[b-cssmwqdwtb] {
    max-width: 100%;
    height: auto;
}

.advalvas-html p[b-cssmwqdwtb] {
    margin-bottom: .5rem;
}

/* --- Monitoring section responsiveness --- */
@media (max-width: 992px) {
    .row.mt-2 .col-6[b-cssmwqdwtb] {
        width: 100%;
    }
}

/* --- FAB look aligned with Bootstrap buttons --- */
.mud-fab[b-cssmwqdwtb] {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
    border-radius: 999px !important;
    padding: .75rem .9rem !important;
}

    .mud-fab:hover[b-cssmwqdwtb] {
        transform: translateY(-1px);
    }

    .mud-fab .mud-icon-root[b-cssmwqdwtb] {
        font-size: 1.25rem;
    }

/* --- Dividers and spacing --- */
hr[b-cssmwqdwtb] {
    margin-top: .5rem;
    margin-bottom: 1rem;
}

.MudDivider[b-cssmwqdwtb], mud-divider[b-cssmwqdwtb], .mud-divider-root[b-cssmwqdwtb] {
    margin: .5rem 0 !important;
}

/* --- Badges contrast tweaks --- */
.badge.bg-warning[b-cssmwqdwtb] {
    color: #000;
}

/* --- Compact the “Snel naar” grid on small screens --- */
@media (max-width: 576px) {
    .row.mb-5 > [class*="col-"][b-cssmwqdwtb] {
        margin-bottom: .75rem;
    }
}
/* /Components/Pages/HourRegistrationModule/Components/HourRegistrationOverviewPreview.razor.rz.scp.css */
.hour-registration-overview-preview[b-03ayhd7alg] {
    margin-top: 16px;
}

.hour-registration-overview-preview .mud-typography[b-03ayhd7alg] {
    word-break: break-word;
}
/* /Components/Pages/HourRegistrationModule/Components/HourRegistrationOverviewRegistrationCard.razor.rz.scp.css */
.hour-registration-overview-card[b-6ngh607jls] {
    margin-bottom: 24px;
}

.hour-registration-overview-table[b-6ngh607jls] {
    width: 100%;
    border-collapse: collapse;
}

.hour-registration-overview-table td[b-6ngh607jls] {
    border: 1px solid rgba(0, 0, 0, 0.12);
    padding: 8px;
    vertical-align: top;
}

.hour-registration-overview-table .label-cell[b-6ngh607jls] {
    background-color: rgba(0, 0, 0, 0.04);
    font-weight: 600;
    width: 28%;
}

.hour-registration-overview-table .value-right[b-6ngh607jls] {
    text-align: right;
    width: 20%;
}
/* /Components/Pages/HourRegistrationModule/HourRegistrationLandingPage.razor.rz.scp.css */

.card:hover[b-rmzxngqwzc] {
    transform: all 0.2s ease-in-out;
    box-shadow: 0 10px 20px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);
}

a[b-rmzxngqwzc] {
    color: inherit; /* blue colors for links too */
    text-decoration: inherit; /* no underline */
}

    a:hover[b-rmzxngqwzc] {
        color: inherit;
        text-decoration: inherit; /* no underline */
    }
/* /Components/Pages/LateModule/LatePage.razor.rz.scp.css */

.card:hover[b-u8n5hijdbq] {
    transform: all 0.2s ease-in-out;
    box-shadow: 0 10px 20px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);
}

a[b-u8n5hijdbq] {
    color: inherit; /* blue colors for links too */
    text-decoration: inherit; /* no underline */
}

    a:hover[b-u8n5hijdbq] {
        color: inherit;
        text-decoration: inherit; /* no underline */
    }
/* /Components/Pages/ReplacementModule/SuperVisionReplacementMatrixPage.razor.rz.scp.css */
.supervision-matrix-table[b-2zytcdbh8e] {
    --supervision-matrix-header-row-height: 2.75rem;
    max-height: 70vh;
    overflow-y: auto;
}

.supervision-matrix-table table[b-2zytcdbh8e] {
    border-collapse: separate;
    border-spacing: 0;
}

.supervision-matrix-table table thead th[b-2zytcdbh8e],
.supervision-matrix-table table tbody td[b-2zytcdbh8e] {
    background-clip: padding-box;
}

.supervision-matrix-table table thead th.day-group-start[b-2zytcdbh8e],
.supervision-matrix-table table tbody td.day-group-start[b-2zytcdbh8e] {
    border-left: 0.3rem solid var(--bs-gray-500);
}

.supervision-matrix-table table thead th[b-2zytcdbh8e] {
    height: var(--supervision-matrix-header-row-height);
    position: sticky;
    top: 0;
    background-color: var(--bs-body-bg);
}

.supervision-matrix-table table thead tr:nth-child(1) th[b-2zytcdbh8e] {
    z-index: 4;
}

.supervision-matrix-table table thead tr:nth-child(2) th[b-2zytcdbh8e] {
    top: var(--supervision-matrix-header-row-height);
    z-index: 3;
}

.supervision-matrix-table table thead tr:nth-child(3) th[b-2zytcdbh8e] {
    top: calc(var(--supervision-matrix-header-row-height) * 2);
    z-index: 2;
}
/* /Components/Pages/SanctionModule/SanctionPage.razor.rz.scp.css */

.card:hover[b-w900voi0gi] {
    transform: all 0.2s ease-in-out;
    box-shadow: 0 10px 20px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);
}

a[b-w900voi0gi] {
    color: inherit; /* blue colors for links too */
    text-decoration: inherit; /* no underline */
}

    a:hover[b-w900voi0gi] {
        color: inherit;
        text-decoration: inherit; /* no underline */
    }
/* /Components/Pages/SanctionModule/SanctionSettingsPage.razor.rz.scp.css */

.card:hover[b-71u4wdld2i] {
    transform: all 0.2s ease-in-out;
    box-shadow: 0 10px 20px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);
}

a[b-71u4wdld2i] {
    color: inherit; /* blue colors for links too */
    text-decoration: inherit; /* no underline */
}

    a:hover[b-71u4wdld2i] {
        color: inherit;
        text-decoration: inherit; /* no underline */
    }
/* /Components/Pages/Settings/HolidayMode/YearCalandarComponent.razor.rz.scp.css */
.calendar-grid[b-5m1r430n0r] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 0.35rem;
}

.dow[b-5m1r430n0r] {
    text-align: center;
    font-weight: 600;
    opacity: 0.75;
    font-size: 0.85rem;
}

.day.empty[b-5m1r430n0r] {
    visibility: hidden;
}

.day-btn[b-5m1r430n0r] {
    min-width: 0;
    padding: 0.25rem 0;
}

    .day-btn.selected[b-5m1r430n0r] {
        border-width: 2px;
        background-color: cornflowerblue;
        
    }
/* /Components/Pages/Settings/SettingsPage.razor.rz.scp.css */

.card:hover[b-gauxrc79b8] {
    transform: all 0.2s ease-in-out;
    box-shadow: 0 10px 20px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);
}

a[b-gauxrc79b8] {
    color: inherit; /* blue colors for links too */
    text-decoration: inherit; /* no underline */
}

    a:hover[b-gauxrc79b8] {
        color: inherit;
        text-decoration: inherit; /* no underline */
    }
/* /Components/Pages/TeacherTrainingModule/TeacherTrainingLandingPage.razor.rz.scp.css */

.card:hover[b-t2upneauuq] {
    transform: all 0.2s ease-in-out;
    box-shadow: 0 10px 20px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);
}

a[b-t2upneauuq] {
    color: inherit; /* blue colors for links too */
    text-decoration: inherit; /* no underline */
}

    a:hover[b-t2upneauuq] {
        color: inherit;
        text-decoration: inherit; /* no underline */
    }
/* /Components/Pages/TimeTablePublicModule/TimeTablePage.Razor.rz.scp.css */

.card:hover[b-5pk5308o1n] {
    transform: all 0.2s ease-in-out;
    box-shadow: 0 10px 20px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);
}

a[b-5pk5308o1n] {
    color: inherit; /* blue colors for links too */
    text-decoration: inherit; /* no underline */
}

    a:hover[b-5pk5308o1n] {
        color: inherit;
        text-decoration: inherit; /* no underline */
    }
/* /Components/Pages/WhoIsWho/WhoIsWhoPage.razor.rz.scp.css */
/* avatar klik-gevoel */
.clickable-avatar[b-0oh12zwwul] {
    cursor: pointer;
}

/* compacte, rustige chips */
.compact-chips .mud-chip[b-0oh12zwwul] {
    height: 22px;
    padding: 0 6px;
    border-radius: 9999px;
    font-size: 0.75rem;
    line-height: 1.1;
    border-color: var(--mud-palette-lines-default);
    background: var(--mud-palette-background);
    color: var(--mud-palette-text-secondary);
}

/* grid-ruimtes wat luchtiger */
.g-gap[b-0oh12zwwul] {
    gap: 12px;
}
