/* _content/CelebrationApp/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-sbu7h0st32] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-sbu7h0st32] {
    flex: 1;
}

.sidebar[b-sbu7h0st32] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-sbu7h0st32] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-sbu7h0st32]  a, .top-row[b-sbu7h0st32]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-sbu7h0st32]  a:hover, .top-row[b-sbu7h0st32]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-sbu7h0st32]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-sbu7h0st32] {
        justify-content: space-between;
    }

    .top-row[b-sbu7h0st32]  a, .top-row[b-sbu7h0st32]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-sbu7h0st32] {
        flex-direction: row;
    }

    .sidebar[b-sbu7h0st32] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-sbu7h0st32] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-sbu7h0st32]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-sbu7h0st32], article[b-sbu7h0st32] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-sbu7h0st32] {
    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-sbu7h0st32] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/CelebrationApp/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-2w1cw7lvh2] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-2w1cw7lvh2] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-2w1cw7lvh2] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-2w1cw7lvh2] {
    font-size: 1.1rem;
}

.bi[b-2w1cw7lvh2] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-2w1cw7lvh2] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-2w1cw7lvh2] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-2w1cw7lvh2] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-2w1cw7lvh2] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-2w1cw7lvh2] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-2w1cw7lvh2] {
        padding-bottom: 1rem;
    }

    .nav-item[b-2w1cw7lvh2]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-2w1cw7lvh2]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-2w1cw7lvh2]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-2w1cw7lvh2] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-2w1cw7lvh2] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-2w1cw7lvh2] {
        display: none;
    }

    .nav-scrollable[b-2w1cw7lvh2] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/CelebrationApp/Components/Layout/NkuHeader.razor.rz.scp.css */
/* Hamburger icon: three horizontal lines */
.navbar-toggler[b-333vh4s1ya] {
    border: none;
    padding: 0.5rem;
}
.navbar-toggler .navbar-toggler-icon[b-333vh4s1ya] {
    display: inline-block;
    width: 1.5rem;
    height: 1rem;
    position: relative;
}
.navbar-toggler .navbar-toggler-icon[b-333vh4s1ya]::before,
.navbar-toggler .navbar-toggler-icon[b-333vh4s1ya]::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    background-color: currentColor;
}
.navbar-toggler .navbar-toggler-icon[b-333vh4s1ya]::before {
    top: 0;
    box-shadow: 0 6px 0 0 currentColor; /* middle line */
}
.navbar-toggler .navbar-toggler-icon[b-333vh4s1ya]::after {
    bottom: 0;
}

/* Mobile: collapse by default, show when open */
@media (max-width: 992px) {
    #nkuMainNavbar.navbar-collapse.collapse[b-333vh4s1ya] {
        display: none;
    }
    #nkuMainNavbar.navbar-collapse.show[b-333vh4s1ya] {
        display: block;
        width: 100%;
    }
    .nku-main-navbar[b-333vh4s1ya] {
        background-color: #212529;
    }
    #nkuMainNavbar .nav-link[b-333vh4s1ya] {
        color: #fff;
    }
}

/* On larger screens, Bootstrap's navbar-expand-lg should show the menu; do not force display here.
   Remove any global rule that sets #nkuMainNavbar.navbar-collapse { display: block; } */

/* Remove conflicting legacy rules */
.nav-scrollable.collapse[b-333vh4s1ya] { display: none; }
.nav-scrollable.show[b-333vh4s1ya] { display: block; }
@media (max-width: 768px) {
    .nav-scrollable[b-333vh4s1ya] { background-color: #212529; padding: 0.5rem 0; }
    .nav-link[b-333vh4s1ya] { color: #fff; }
}
/* _content/CelebrationApp/Components/Layout/NkuNavMenu.razor.rz.scp.css */
/* Collapse behavior for small screens */
.nav-scrollable.collapse[b-w43kg87ipl] {
    display: none;
}

.nav-scrollable.show[b-w43kg87ipl] {
    display: block;
}

/* Ensure nav behaves like dropdown on narrow viewports */
@media (max-width: 768px) {
    .nav-scrollable[b-w43kg87ipl] {
        background-color: #212529;
        padding: 0.5rem 0;
    }

    .nav-link[b-w43kg87ipl] {
        color: #fff;
    }
}
/* _content/CelebrationApp/Components/Pages/Admin/AdminDashboard.razor.rz.scp.css */
.admin-card[b-5e55odqjyh] {
    background: #fff;
    border: 1px solid #e6e8eb;
    border-radius: 18px;
    padding: 16px
}

.card-grid[b-5e55odqjyh] {
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(280px,1fr));
    gap: 24px
}

.stats[b-5e55odqjyh] {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    margin: 8px 0 24px
}

.muted[b-5e55odqjyh] {
    color: #6e7681
}

.btn[b-5e55odqjyh] {
    display: inline-block;
    padding: 10px 14px;
    border-radius: 10px;
    background: #f2f4f7;
    border: 1px solid #e6e8eb
}

    .btn:focus[b-5e55odqjyh] {
        outline: 3px solid #2557D6;
        outline-offset: 2px
    }
/* _content/CelebrationApp/Components/Pages/Admin/AdminSubmissions.razor.rz.scp.css */
/* _content/CelebrationApp/Components/Pages/Faculty/FacultySubmission.razor.rz.scp.css */
/* =========================
   Submission Form Layout
   ========================= */

/* Optional wrapper if you add one around the form */
.submission-page[b-ftzvmdhc84] {
    max-width: 1100px;
    margin: 1.5rem auto 3rem;
    padding: 0 1rem;
}

/* H1 for the page */
.pageTitle[b-ftzvmdhc84] {
    color: var(--text-color);
    text-align: center;
    font-size: 1.9rem;
    font-weight: 700;
    margin: 0 0 1.25rem;
}

/* Main form container – mobile-first stack of sections */
.submissionForm[b-ftzvmdhc84] {
    width: 100%;
    max-width: 900px;
    margin: 0 auto 3rem;
    display: grid;
    gap: 1.5rem;
}

/* Each logical block becomes a card */
.formSection[b-ftzvmdhc84] {
    margin: 5px, 0;
    padding: 1.5rem 1.25rem 1.75rem;
    border-radius: 1rem;
    border: 1px solid var(--TileBorderColor);
    background: var(--background-color);
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.08);
}

    /* Section headers */
    .formSection > header[b-ftzvmdhc84] {
        width: 100%;
        text-align: left;
        font-weight: 700;
        font-size: 1.25rem;
        font-family: 'Segoe UI', Roboto, sans-serif;
        margin: 0 0 0.5rem;
    }

    /* Optional helper text under headers (if you add <p>) */
    .formSection > p.section-help[b-ftzvmdhc84] {
        margin: 0 0 1rem;
        color: var(--secondary-color);
        font-size: .95rem;
    }

/* Ensure inner fields take full width inside cards */
.submissionForm .formGroup[b-ftzvmdhc84] {
    width: 100%;
    display: block;
    margin-bottom: .75rem;
}

    .submissionForm .formGroup input[b-ftzvmdhc84],
    .submissionForm .formGroup textarea[b-ftzvmdhc84],
    .submissionForm .formGroup select[b-ftzvmdhc84] {
        width: 100%;
        box-sizing: border-box;
    }

/* Buttons bar at the bottom of the form */
.submissionForm .form-actions[b-ftzvmdhc84] {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
    justify-content: flex-end;
    margin-top: .25rem;
}

/* On larger screens, add a bit more breathing room between cards */
@media (min-width: 900px) {
    .submissionForm[b-ftzvmdhc84] {
        gap: 2rem;
    }
}



/* Fieldset framing */
.students-section[b-ftzvmdhc84],
.faculty-section[b-ftzvmdhc84] {
    border: 0;
    padding: 0;
    margin: 0;
}

    /* Legends as section headings inside cards */
    .students-section > legend[b-ftzvmdhc84],
    .faculty-section > legend[b-ftzvmdhc84] {
        font-size: 1.2rem;
        font-weight: 700;
        margin-bottom: .5rem;
    }

    /* Counter row (Total students / Total faculty) */
    .students-section .d-flex[b-ftzvmdhc84],
    .faculty-section .d-flex[b-ftzvmdhc84] {
        flex-wrap: wrap;
        gap: .5rem;
    }

    /* Scrollable list of cards (but not too cramped) */
    .students-section .student-list[b-ftzvmdhc84],
    .faculty-section .faculty-list[b-ftzvmdhc84] {
        padding-right: .25rem;
        scrollbar-gutter: stable both-edges;
    }

/* Individual student/faculty card */
.student-card[b-ftzvmdhc84],
.faculty-card[b-ftzvmdhc84] {
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 0.85rem 0.9rem 1rem;
    margin-bottom: .75rem;
    background: #fafafa;
}

    /* Header row inside each card */
    .student-card header[b-ftzvmdhc84],
    .faculty-card header[b-ftzvmdhc84] {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: .5rem;
        margin-bottom: .5rem;
    }

        /* Name label in header */
        .student-card header h5[b-ftzvmdhc84],
        .faculty-card header h5[b-ftzvmdhc84] {
            margin: 0;
            font-size: 1rem;
            font-weight: 600;
        }

/* Ensure focus outline is clearly visible for keyboard users */
.students-section .student-card:focus-within[b-ftzvmdhc84],
.faculty-section .faculty-card:focus-within[b-ftzvmdhc84] {
    outline: 3px solid #005fcc;
    outline-offset: .15rem;
}

/* Small “meta” labels (e.g., primary author flags) */
.student-card .muted[b-ftzvmdhc84],
.faculty-card .muted[b-ftzvmdhc84] {
    color: #6b7280;
    font-size: .85rem;
}

/* Two-column grid on desktop, stacked on mobile */
.student-details[b-ftzvmdhc84],
.falculty-details[b-ftzvmdhc84] {
    display: grid;
    grid-template-columns: repeat(2, minmax(260px, 1fr));
    gap: 1rem 1.5rem;
}

    /* Full-width rows */
    .student-details .student-email[b-ftzvmdhc84],
    .student-details .student-dept[b-ftzvmdhc84],
    .falculty-details .faculty-email[b-ftzvmdhc84] {
        grid-column: 1 / -1;
    }

/* Small screens: stack everything */
@media (max-width: 768px) {
    .student-details[b-ftzvmdhc84],
    .falculty-details[b-ftzvmdhc84] {
        grid-template-columns: 1fr;
    }

        .student-details > .formGroup[b-ftzvmdhc84],
        .falculty-details > .formGroup[b-ftzvmdhc84] {
            grid-column: 1 / -1;
        }
}
/* _content/CelebrationApp/Components/Pages/Home.razor.rz.scp.css */
body[b-bzpadyph5v] {
}

.mainNav[b-bzpadyph5v]{
    padding: 10px;
    display: flex;
    flex-flow: row;
    justify-content: center;
    justify-items: center;
    align-content: center;
    align-items: start;
    flex-wrap: wrap;
}

.navTile[b-bzpadyph5v] {
    width: calc(33% - 200px);
    padding: 10px;
    margin: 10px;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 10px;
}

    .navTile:nth-child(2n+1)[b-bzpadyph5v] {
        border-color: #ffc72c;
    }
.navTile[b-bzpadyph5v] {
    text-align: center;
}
.tileButtonGroup[b-bzpadyph5v]{
    width: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    justify-items: center;
    align-content: center;
    align-items: center;
}

.tileButtonGroup button[b-bzpadyph5v] {
    margin: 5px;
}


@media (max-width: 600px){

    .navTile[b-bzpadyph5v]{
        width: 75%;
    }
}
/* _content/CelebrationApp/Components/Pages/Public/PublicSchedule.razor.rz.scp.css */
.public-schedule-container[b-y7yvyxrrp8] {
  max-width: 1100px;
  margin: 0 auto;
}

.schedule-group .group-header[b-y7yvyxrrp8] {
  padding: .75rem 1rem;
  border-bottom: 1px solid var(--bs-border-color, #e3e3e3);
}

.schedule-item[b-y7yvyxrrp8] {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

.schedule-item .item-title[b-y7yvyxrrp8] {
  margin: 0 0 .25rem 0;
}

.schedule-item .item-line .label[b-y7yvyxrrp8] {
  font-weight: 600;
  margin-right: .25rem;
}

.item-tags .tag[b-y7yvyxrrp8] {
  display: inline-block;
  font-size: .85rem;
  color: #333;
  background: #f2f2f2;
  border-radius: 999px;
  padding: .125rem .5rem;
  margin-right: .25rem;
}

.item-link[b-y7yvyxrrp8] {
  text-decoration: none;
}
.item-link:hover[b-y7yvyxrrp8], .item-link:focus[b-y7yvyxrrp8] {
  text-decoration: underline;
}
/* _content/CelebrationApp/Components/Pages/Student/SubmissionForm.razor.rz.scp.css */
/* =========================
   Submission Form Layout
   ========================= */

/* Optional wrapper if you add one around the form */
.submission-page[b-um5q7lxnej] {
    max-width: 1100px;
    margin: 1.5rem auto 3rem;
    padding: 0 1rem;
}

/* H1 for the page */
.pageTitle[b-um5q7lxnej] {
    color: var(--text-color);
    text-align: center;
    font-size: 1.9rem;
    font-weight: 700;
    margin: 0 0 1.25rem;
}

/* Main form container – mobile-first stack of sections */
.submissionForm[b-um5q7lxnej] {
    width: 100%;
    max-width: 900px;
    margin: 0 auto 3rem;
    display: grid;
    gap: 1.5rem;
}

/* Each logical block becomes a card */
.formSection[b-um5q7lxnej] {
    margin: 5px, 0;
    padding: 1.5rem 1.25rem 1.75rem;
    border-radius: 1rem;
    border: 1px solid var(--TileBorderColor);
    background: var(--background-color);
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.08);
}

    /* Section headers */
    .formSection > header[b-um5q7lxnej] {
        width: 100%;
        text-align: left;
        font-weight: 700;
        font-size: 1.25rem;
        font-family: 'Segoe UI', Roboto, sans-serif;
        margin: 0 0 0.5rem;
    }

    /* Optional helper text under headers (if you add <p>) */
    .formSection > p.section-help[b-um5q7lxnej] {
        margin: 0 0 1rem;
        color: var(--secondary-color);
        font-size: .95rem;
    }

/* Ensure inner fields take full width inside cards */
.submissionForm .formGroup[b-um5q7lxnej] {
    width: 100%;
    display: block;
    margin-bottom: .75rem;
}

    .submissionForm .formGroup input[b-um5q7lxnej],
    .submissionForm .formGroup textarea[b-um5q7lxnej],
    .submissionForm .formGroup select[b-um5q7lxnej] {
        width: 100%;
        box-sizing: border-box;
    }

/* Buttons bar at the bottom of the form */
.submissionForm .form-actions[b-um5q7lxnej] {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
    justify-content: flex-end;
    margin-top: .25rem;
}

/* On larger screens, add a bit more breathing room between cards */
@media (min-width: 900px) {
    .submissionForm[b-um5q7lxnej] {
        gap: 2rem;
    }
}



/* Fieldset framing */
.students-section[b-um5q7lxnej],
.faculty-section[b-um5q7lxnej] {
    border: 0;
    padding: 0;
    margin: 0;
}

    /* Legends as section headings inside cards */
    .students-section > legend[b-um5q7lxnej],
    .faculty-section > legend[b-um5q7lxnej] {
        font-size: 1.2rem;
        font-weight: 700;
        margin-bottom: .5rem;
    }

    /* Counter row (Total students / Total faculty) */
    .students-section .d-flex[b-um5q7lxnej],
    .faculty-section .d-flex[b-um5q7lxnej] {
        flex-wrap: wrap;
        gap: .5rem;
    }

    /* Scrollable list of cards (but not too cramped) */
    .students-section .student-list[b-um5q7lxnej],
    .faculty-section .faculty-list[b-um5q7lxnej] {
        padding-right: .25rem;
        scrollbar-gutter: stable both-edges;
    }

/* Individual student/faculty card */
.student-card[b-um5q7lxnej],
.faculty-card[b-um5q7lxnej] {
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 0.85rem 0.9rem 1rem;
    margin-bottom: .75rem;
    background: #fafafa;
}

    /* Header row inside each card */
    .student-card header[b-um5q7lxnej],
    .faculty-card header[b-um5q7lxnej] {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: .5rem;
        margin-bottom: .5rem;
    }

        /* Name label in header */
        .student-card header h5[b-um5q7lxnej],
        .faculty-card header h5[b-um5q7lxnej] {
            margin: 0;
            font-size: 1rem;
            font-weight: 600;
        }

/* Ensure focus outline is clearly visible for keyboard users */
.students-section .student-card:focus-within[b-um5q7lxnej],
.faculty-section .faculty-card:focus-within[b-um5q7lxnej] {
    outline: 3px solid #005fcc;
    outline-offset: .15rem;
}

/* Small “meta” labels (e.g., primary author flags) */
.student-card .muted[b-um5q7lxnej],
.faculty-card .muted[b-um5q7lxnej] {
    color: #6b7280;
    font-size: .85rem;
}

/* Two-column grid on desktop, stacked on mobile */
.student-details[b-um5q7lxnej],
.falculty-details[b-um5q7lxnej] {
    display: grid;
    grid-template-columns: repeat(2, minmax(260px, 1fr));
    gap: 1rem 1.5rem;
}

    /* Full-width rows */
    .student-details .student-email[b-um5q7lxnej],
    .student-details .student-dept[b-um5q7lxnej],
    .falculty-details .faculty-email[b-um5q7lxnej] {
        grid-column: 1 / -1;
    }


/* =========================
   Validation feedback
   ========================= */

.formGroup-error label[b-um5q7lxnej] {
    color: var(--bs-danger, #b02a37);
}

.formGroup-error .tio__input[b-um5q7lxnej],
.formGroup-error .tao__textarea[b-um5q7lxnej],
.formGroup-error select[b-um5q7lxnej],
.formGroup-error textarea[b-um5q7lxnej],
.formGroup-error input[b-um5q7lxnej] {
    border-color: var(--bs-danger, #b02a37);
    box-shadow: 0 0 0 1px rgba(176, 42, 55, 0.25);
}

.formSection-error[b-um5q7lxnej] {
    border-color: var(--bs-danger, #b02a37);
    box-shadow: 0 0 0 1px rgba(176, 42, 55, 0.2);
}

.field-error[b-um5q7lxnej] {
    margin-top: 0.35rem;
    color: var(--bs-danger, #b02a37);
    font-size: 0.95rem;
}



/* Small screens: stack everything */
@media (max-width: 768px) {
    .student-details[b-um5q7lxnej],
    .falculty-details[b-um5q7lxnej] {
        grid-template-columns: 1fr;
    }

        .student-details > .formGroup[b-um5q7lxnej],
        .falculty-details > .formGroup[b-um5q7lxnej] {
            grid-column: 1 / -1;
        }
}
/* _content/CelebrationApp/Components/UI/AdminSubmissionReviewModal.razor.rz.scp.css */
/* =========================
   Admin Submission Review Modal - Form Layout
   Cloned from FacultySubmission.razor.css and adapted for modal
   ========================= */

/* Modal content wrapper alignment */
.modal-content[b-hcx1dyuvcp] {
    border-radius: 1rem;
}
.modal-body[b-hcx1dyuvcp]{
    margin: auto;
    justify-items: center;
    justify-content: center;
}
/* Optional wrapper if you add one around the form (in the modal body) */
.submission-page[b-hcx1dyuvcp] {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 1rem;
}

/* Title header inside the modal */
.pageTitle[b-hcx1dyuvcp], .modal-title[b-hcx1dyuvcp] {
    color: var(--text-color);
    text-align: center;
    font-size: 1.9rem;
    font-weight: 700;
    margin: auto;
}

/* Main form container – mobile-first stack of sections */
.submissionForm[b-hcx1dyuvcp] {
    width: 100%;
    max-width: 900px;
    margin: auto;
    display: grid;
    gap: 1.5rem;
}
form[b-hcx1dyuvcp]{
margin: auto;
}

/* Each logical block becomes a card */
.formSection[b-hcx1dyuvcp] {
    margin: auto;
    padding: 1.5rem 1.25rem 1.75rem;
    border-radius: 1rem;
    border: 1px solid var(--TileBorderColor);
    background: var(--background-color);
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.08);
}

    /* Section headers */
    .formSection > header[b-hcx1dyuvcp] {
        width: 100%;
        text-align: left;
        font-weight: 700;
        font-size: 1.25rem;
        font-family: 'Segoe UI', Roboto, sans-serif;
        margin: 0 0 0.5rem;
    }

    /* Optional helper text under headers (if you add <p>) */
    .formSection > p.section-help[b-hcx1dyuvcp] {
        margin: 0 0 1rem;
        color: var(--secondary-color);
        font-size: .95rem;
    }

/* Ensure inner fields take full width inside cards */
.submissionForm .formGroup[b-hcx1dyuvcp] {
    width: 100%;
    display: block;
    margin-bottom: .75rem;
}

    .submissionForm .formGroup input[b-hcx1dyuvcp],
    .submissionForm .formGroup textarea[b-hcx1dyuvcp],
    .submissionForm .formGroup select[b-hcx1dyuvcp] {
        width: 100%;
        box-sizing: border-box;
    }

/* Buttons bar at the bottom of the form */
.submissionForm .form-actions[b-hcx1dyuvcp] {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
    justify-content: flex-end;
    margin-top: .25rem;
}

/* Larger screens: more breathing room between cards */
@media (min-width: 900px) {
    .submissionForm[b-hcx1dyuvcp] {
        gap: 2rem;
    }
}

/* Fieldset framing */
.students-section[b-hcx1dyuvcp],
.faculty-section[b-hcx1dyuvcp] {
    border: 0;
    padding: 0;
    margin: 0;
}

    /* Legends as section headings inside cards */
    .students-section > legend[b-hcx1dyuvcp],
    .faculty-section > legend[b-hcx1dyuvcp] {
        font-size: 1.2rem;
        font-weight: 700;
        margin-bottom: .5rem;
    }

    /* Counter row (Total students / Total faculty) */
    .students-section .d-flex[b-hcx1dyuvcp],
    .faculty-section .d-flex[b-hcx1dyuvcp] {
        flex-wrap: wrap;
        gap: .5rem;
    }

    /* Scrollable list of cards (but not too cramped) */
    .students-section .student-list[b-hcx1dyuvcp],
    .faculty-section .faculty-list[b-hcx1dyuvcp] {
        padding-right: .25rem;
        scrollbar-gutter: stable both-edges;
    }

/* Individual student/faculty card */
.student-card[b-hcx1dyuvcp],
.faculty-card[b-hcx1dyuvcp] {
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 0.85rem 0.9rem 1rem;
    margin-bottom: .75rem;
    background: #fafafa;
}

    /* Header row inside each card */
    .student-card header[b-hcx1dyuvcp],
    .faculty-card header[b-hcx1dyuvcp] {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: .5rem;
        margin-bottom: .5rem;
    }

        /* Name label in header */
        .student-card header h5[b-hcx1dyuvcp],
        .faculty-card header h5[b-hcx1dyuvcp] {
            margin: 0;
            font-size: 1rem;
            font-weight: 600;
        }

/* Focus outline for keyboard users */
.students-section .student-card:focus-within[b-hcx1dyuvcp],
.faculty-section .faculty-card:focus-within[b-hcx1dyuvcp] {
    outline: 3px solid #005fcc;
    outline-offset: .15rem;
}

/* Small meta labels */
.student-card .muted[b-hcx1dyuvcp],
.faculty-card .muted[b-hcx1dyuvcp] {
    color: #6b7280;
    font-size: .85rem;
}

/* Two-column grid on desktop, stacked on mobile */
.student-details[b-hcx1dyuvcp],
.falculty-details[b-hcx1dyuvcp] {
    display: grid;
    grid-template-columns: repeat(2, minmax(260px, 1fr));
    gap: 1rem 1.5rem;
}

    /* Full-width rows */
    .student-details .student-email[b-hcx1dyuvcp],
    .student-details .student-dept[b-hcx1dyuvcp],
    .falculty-details .faculty-email[b-hcx1dyuvcp] {
        grid-column: 1 / -1;
    }

/* Small screens: stack everything */
@media (max-width: 768px) {
    .student-details[b-hcx1dyuvcp],
    .falculty-details[b-hcx1dyuvcp] {
        grid-template-columns: 1fr;
    }

        .student-details > .formGroup[b-hcx1dyuvcp],
        .falculty-details > .formGroup[b-hcx1dyuvcp] {
            grid-column: 1 / -1;
        }
}

/* Status badge to match Faculty page */
.status-badge[b-hcx1dyuvcp] {
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
    background-color: var(--bs-info-bg-subtle);
    color: var(--bs-info-text-emphasis);
}

/* Danger button style to match Faculty page */
.buttonDanger[b-hcx1dyuvcp] {
    background-color: var(--bs-danger);
    color: white;
    border: 1px solid var(--bs-danger);
}

    .buttonDanger:hover:not(:disabled)[b-hcx1dyuvcp] {
        background-color: var(--bs-danger-border-subtle);
    }




/* _content/CelebrationApp/Components/UI/SessionPicker.razor.rz.scp.css */
/* Card base */
.session-card[b-op9ft1trdj] {
    border: 1px solid #d0d7de;
    border-radius: 8px;
    padding: .75rem .9rem;
    margin-bottom: .5rem;
    background-color: #f8f9fa;
    cursor: pointer;
    display: grid;
    gap: .25rem;
}

/* Strong selected state */
.session-card[aria-selected="true"][b-op9ft1trdj], .session-card.selected[b-op9ft1trdj] {
    border-color: #0d6efd !important;
    background-color: #e7f1ff !important; /* high-contrast blue tint */
    box-shadow: 0 0 0 3px rgba(13, 110, 253, .25);
}

/* Focus visible for keyboard users */
.session-card:focus[b-op9ft1trdj] {
    outline: none;
}
.session-card:focus-visible[b-op9ft1trdj] {
    outline: 3px solid #005fcc; /* WCAG AA */
    outline-offset: 2px;
}

/* Header: name + big check mark */
.session-card-header[b-op9ft1trdj] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.session-name[b-op9ft1trdj] {
    font-weight: 600;
}
.session-check[b-op9ft1trdj] {
    font-size: 1.25rem; /* bigger than a tiny checkbox */
    color: #0d6efd;
}

/* Improve hit area and spacing */
.session-meta[b-op9ft1trdj] {
    color: #495057;
    font-size: .95rem;
}
.session-location[b-op9ft1trdj] {
    display: inline-block;
    margin-left: .25rem;
    color: #6c757d;
}
