/* /Components/ConfirmDialog.razor.rz.scp.css */
.confirm-dialog-card[b-d3ahvq3csh] {
    min-height: unset;
    padding: 2.5rem 3rem;
    max-width: 380px;
}

.confirm-dialog-message[b-d3ahvq3csh] {
    color: var(--wt-text);
    font-size: 1.05rem;
}
/* /Components/RegistrationOverlay.razor.rz.scp.css */
.input-validation-wrapper[b-jtq4ya2ai4] {
    position: relative;
}

/* Transparent overlay sized and positioned to match Bootstrap's is-invalid icon,
   used purely as a hover target for the tooltip. */
.validation-icon[b-jtq4ya2ai4] {
    position: absolute;
    right: calc(0.375em + 0.1875rem);
    top: 50%;
    transform: translateY(-50%);
    width: calc(0.75em + 0.375rem);
    height: calc(0.75em + 0.375rem);
    background: transparent;
    cursor: help;
    z-index: 5;
}

/* Tooltip shown on hover */
.validation-icon[b-jtq4ya2ai4]::after {
    content: attr(data-message);
    position: absolute;
    right: 0;
    bottom: calc(100% + 4px);
    background: #212529;
    color: #fff;
    font-size: 0.8rem;
    font-weight: 400;
    padding: 0.2rem 0.6rem;
    border-radius: 0.25rem;
    white-space: nowrap;
    display: none;
    pointer-events: none;
    z-index: 100;
}

.validation-icon:hover[b-jtq4ya2ai4]::after {
    display: block;
}

/* Red border on each profile picture option when none is selected */
.profile-picture-option.invalid[b-jtq4ya2ai4] {
    border-color: #dc3545;
}
/* /Components/SchoolLocationPicker.razor.rz.scp.css */
.slp__section[b-gg2yswszjb] {
    margin-bottom: 0.625rem;
}

.slp__section:last-child[b-gg2yswszjb] {
    margin-bottom: 0;
}

.slp__sub-label[b-gg2yswszjb] {
    display: block;
    font-size: 0.8125rem;
    font-weight: 500;
    color: var(--wt-text-muted);
    margin-bottom: 0.25rem;
    letter-spacing: 0.01em;
}

/* ── Board badge ─────────────────────────────────────────── */

.slp__badge[b-gg2yswszjb] {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    margin-left: 0.5rem;
    padding: 0.1rem 0.5rem 0.1rem 0.625rem;
    background-color: var(--wt-sage-pale);
    border: 1px solid var(--wt-sage-border);
    border-radius: 999px;
    color: var(--wt-sage);
    font-size: 0.75rem;
    font-weight: 600;
    vertical-align: middle;
    max-width: 220px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.slp__badge-clear[b-gg2yswszjb] {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1rem;
    height: 1rem;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: transparent;
    color: var(--wt-sage);
    font-size: 0.875rem;
    line-height: 1;
    cursor: pointer;
    opacity: 0.7;
    transition: opacity 0.15s;
}

.slp__badge-clear:hover[b-gg2yswszjb] {
    opacity: 1;
}

/* ── Field wrap ──────────────────────────────────────────── */

.slp__field[b-gg2yswszjb] {
    position: relative;
}

/* ── Dropdown table ──────────────────────────────────────── */

.slp__table-wrap[b-gg2yswszjb] {
    position: absolute;
    z-index: 20;
    top: calc(100% + 0.25rem);
    left: 0;
    right: 0;
    background-color: var(--wt-card);
    border: 1px solid var(--wt-sage-border);
    border-radius: 0.375rem;
    box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.18);
    max-height: 18rem;
    overflow-y: auto;
}

.slp__table[b-gg2yswszjb] {
    width: 100%;
    border-collapse: collapse;
    color: var(--wt-text);
    font-size: 0.875rem;
}

.slp__th[b-gg2yswszjb] {
    position: sticky;
    top: 0;
    padding: 0.4rem 0.625rem;
    background-color: var(--wt-topbar);
    border-bottom: 1px solid var(--wt-sage-border);
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--wt-text-muted);
    white-space: nowrap;
    user-select: none;
}

.slp__th--nr[b-gg2yswszjb],
.slp__th--code[b-gg2yswszjb] {
    width: 5.5rem;
}

.slp__th--city[b-gg2yswszjb] {
    width: 8rem;
}

.slp__row[b-gg2yswszjb] {
    cursor: pointer;
    border-bottom: 1px solid var(--wt-sage-border);
    transition: background-color 0.08s;
}

.slp__row:last-child[b-gg2yswszjb] {
    border-bottom: none;
}

.slp__row:hover[b-gg2yswszjb] {
    background-color: var(--wt-sage-pale);
}

.slp__row--active[b-gg2yswszjb] {
    background-color: var(--wt-sage-pale);
    outline: 2px solid var(--wt-sage-border);
    outline-offset: -2px;
}

.slp__td[b-gg2yswszjb] {
    padding: 0.45rem 0.625rem;
    vertical-align: middle;
}

.slp__td--nr[b-gg2yswszjb],
.slp__td--code[b-gg2yswszjb] {
    font-size: 0.8125rem;
    font-family: ui-monospace, 'Cascadia Code', Consolas, monospace;
    color: var(--wt-text-muted);
    white-space: nowrap;
}

.slp__td--city[b-gg2yswszjb] {
    color: var(--wt-text-muted);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 8rem;
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-dk9y7x9u12] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-dk9y7x9u12] {
    flex: 1;
}

.sidebar[b-dk9y7x9u12] {
    background-image: linear-gradient(170deg, #1d3d28 0%, #0e2018 60%, #0a1812 100%);
}

.top-row[b-dk9y7x9u12] {
    background-color: var(--wt-topbar);
    border-bottom: 1px solid var(--wt-topbar-border);
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-dk9y7x9u12]  a, .top-row[b-dk9y7x9u12]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-dk9y7x9u12]  a:hover, .top-row[b-dk9y7x9u12]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-dk9y7x9u12]  a:first-child:not(.top-row-profile-link) {
        overflow: hidden;
        text-overflow: ellipsis;
    }

.week-badge[b-dk9y7x9u12] {
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--wt-sage);
    background-color: var(--wt-sage-pale);
    border: 1px solid var(--wt-sage-border);
    border-radius: 20px;
    padding: 0.15rem 0.6rem;
    white-space: nowrap;
}

.top-row-profile-link[b-dk9y7x9u12] {
    color: var(--wt-text-muted);
    display: flex;
    align-items: center;
}

    .top-row-profile-link:hover[b-dk9y7x9u12] {
        color: var(--wt-sage);
    }

    .top-row-profile-link:hover .profile-avatar[b-dk9y7x9u12] {
        box-shadow: 0 0 0 2px var(--wt-sage);
    }

.profile-avatar[b-dk9y7x9u12] {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    object-fit: cover;
    cursor: pointer;
    transition: box-shadow 0.15s ease;
}

@media (max-width: 640.98px) {
    .top-row[b-dk9y7x9u12] {
        justify-content: space-between;
    }

    .top-row[b-dk9y7x9u12]  a, .top-row[b-dk9y7x9u12]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-dk9y7x9u12] {
        flex-direction: row;
    }

    .sidebar[b-dk9y7x9u12] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-dk9y7x9u12] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-dk9y7x9u12]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-dk9y7x9u12], article[b-dk9y7x9u12] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }

}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-jqyrj46htj] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-jqyrj46htj] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.25);
}

.navbar-brand[b-jqyrj46htj] {
    font-size: 1.1rem;
}

.bi[b-jqyrj46htj] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-list-task-nav-menu[b-jqyrj46htj] {
    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-task' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M2 2.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5V3a.5.5 0 0 0-.5-.5zM3 3H2v1h1z'/%3E%3Cpath d='M5 3.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5M5.5 7a.5.5 0 0 0 0 1h9a.5.5 0 0 0 0-1zm0 4a.5.5 0 0 0 0 1h9a.5.5 0 0 0 0-1z'/%3E%3Cpath fill-rule='evenodd' d='M1.5 7a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5H2a.5.5 0 0 1-.5-.5zM2 7h1v1H2zm0 3.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5zm1 .5H2v1h1z'/%3E%3C/svg%3E");
}

.bi-bar-chart-steps-nav-menu[b-jqyrj46htj] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-bar-chart-steps' viewBox='0 0 16 16'%3E%3Cpath d='M.5 0a.5.5 0 0 1 .5.5v15a.5.5 0 0 1-1 0V.5A.5.5 0 0 1 .5 0M2 1.5a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-4a.5.5 0 0 1-.5-.5zm2 4a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-5a.5.5 0 0 1-.5-.5zm2 4a.5.5 0 0 1 .5-.5h6a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-6a.5.5 0 0 1-.5-.5zm2 4a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-7a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.bi-book-nav-menu[b-jqyrj46htj] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-book' viewBox='0 0 16 16'%3E%3Cpath d='M1 2.828c.885-.37 2.154-.769 3.388-.893 1.33-.134 2.458.063 3.112.752v9.746c-.935-.53-2.12-.603-3.213-.493-1.18.12-2.37.461-3.287.811zm7.5-.141c.654-.689 1.782-.886 3.112-.752 1.234.124 2.503.523 3.388.893v9.923c-.918-.35-2.107-.692-3.287-.81-1.094-.111-2.278-.039-3.213.492zM8 1.783C7.015.936 5.587.81 4.287.94c-1.514.153-3.042.672-3.994 1.105A.5.5 0 0 0 0 2.5v11a.5.5 0 0 0 .707.455c.882-.4 2.303-.881 3.68-1.02 1.409-.142 2.59.087 3.223.877a.5.5 0 0 0 .78 0c.633-.79 1.814-1.019 3.222-.877 1.378.139 2.8.62 3.681 1.02A.5.5 0 0 0 16 13.5v-11a.5.5 0 0 0-.293-.455c-.952-.433-2.48-.952-3.994-1.105C10.413.809 8.985.936 8 1.783'/%3E%3C/svg%3E");
}

.bi-calendar3-nav-menu[b-jqyrj46htj] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-calendar3' viewBox='0 0 16 16'%3E%3Cpath d='M14 0H2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2M1 3.857C1 3.384 1.448 3 2 3h12c.552 0 1 .384 1 .857v10.286c0 .473-.448.857-1 .857H2c-.552 0-1-.384-1-.857zM6.5 7a1 1 0 1 0 0-2 1 1 0 0 0 0 2m3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2m3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2m-9 3a1 1 0 1 0 0-2 1 1 0 0 0 0 2m3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2m3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2m3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2m-9 3a1 1 0 1 0 0-2 1 1 0 0 0 0 2m3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2m3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2'/%3E%3C/svg%3E");
}

.bi-gear-fill-nav-menu[b-jqyrj46htj] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-gear-fill' viewBox='0 0 16 16'%3E%3Cpath d='M9.405 1.05c-.413-1.4-2.397-1.4-2.81 0l-.1.34a1.464 1.464 0 0 1-2.105.872l-.31-.17c-1.283-.698-2.686.705-1.987 1.987l.169.311c.446.82.023 1.841-.872 2.105l-.34.1c-1.4.413-1.4 2.397 0 2.81l.34.1a1.464 1.464 0 0 1 .872 2.105l-.17.31c-.698 1.283.705 2.686 1.987 1.987l.311-.169a1.464 1.464 0 0 1 2.105.872l.1.34c.413 1.4 2.397 1.4 2.81 0l.1-.34a1.464 1.464 0 0 1 2.105-.872l.31.17c1.283.698 2.686-.705 1.987-1.987l-.169-.311a1.464 1.464 0 0 1 .872-2.105l.34-.1c1.4-.413 1.4-2.397 0-2.81l-.34-.1a1.464 1.464 0 0 1-.872-2.105l.17-.31c.698-1.283-.705-2.686-1.987-1.987l-.311.169a1.464 1.464 0 0 1-2.105-.872zM8 10.93a2.929 2.929 0 1 1 0-5.86 2.929 2.929 0 0 1 0 5.858z'/%3E%3C/svg%3E");
}

.bi-cloud-arrow-down-fill-nav-menu[b-jqyrj46htj] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-cloud-arrow-down-fill' viewBox='0 0 16 16'%3E%3Cpath d='M8 2a5.53 5.53 0 0 0-3.594 1.342c-.766.66-1.321 1.52-1.464 2.383C1.266 6.095 0 7.555 0 9.318 0 11.366 1.708 13 3.781 13h8.906C14.502 13 16 11.57 16 9.773c0-1.636-1.242-2.969-2.834-3.194C12.923 3.999 10.69 2 8 2m2.354 6.854-2 2a.5.5 0 0 1-.708 0l-2-2a.5.5 0 1 1 .708-.708L7.5 9.293V5.5a.5.5 0 0 1 1 0v3.793l1.146-1.147a.5.5 0 0 1 .708.708'/%3E%3C/svg%3E");
}

.bi-house-door-fill-nav-menu[b-jqyrj46htj] {
    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-people-fill-nav-menu[b-jqyrj46htj] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-people-fill' viewBox='0 0 16 16'%3E%3Cpath d='M7 14s-1 0-1-1 1-4 5-4 5 3 5 4-1 1-1 1zm4-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6m-5.784 6A2.238 2.238 0 0 1 5 13c0-1.355.68-2.75 1.936-3.72A6.325 6.325 0 0 0 5 9c-4 0-5 3-5 4s1 1 1 1zM4.5 8a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5'/%3E%3C/svg%3E");
}

.nav-section-header[b-jqyrj46htj] {
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: rgba(210, 235, 218, 0.45);
    padding-top: 1.25rem;
    padding-bottom: 0.25rem;
}

.nav-item[b-jqyrj46htj] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-jqyrj46htj] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-jqyrj46htj] {
        padding-bottom: 1rem;
    }

    .nav-item[b-jqyrj46htj]  a {
        color: rgba(210, 235, 218, 0.80);
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-jqyrj46htj]  a.active {
    background-color: rgba(255, 255, 255, 0.15);
    color: #d2ebd8;
}

.nav-item[b-jqyrj46htj]  a:hover {
    background-color: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    text-decoration: none;
}

@media (min-width: 641px) {
    .navbar-toggler[b-jqyrj46htj] {
        display: none;
    }

    .collapse[b-jqyrj46htj] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-jqyrj46htj] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Pages/WeekSheets/WeekSheetDetail.razor.rz.scp.css */
/* Styles moved to WeekSheetPreviewModal.razor.css */
/* /Pages/WeekSheets/WeekSheetPreviewModal.razor.rz.scp.css */
.preview-card[b-3ueqa6igcm] {
    position: relative;
    max-width: 640px;
    width: 90%;
    padding: 1.5rem;
    max-height: 85vh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    border-radius: 0.75rem;
}

.preview-close[b-3ueqa6igcm] {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
}

.preview-body[b-3ueqa6igcm] {
    overflow-y: auto;
    flex: 1;
}

.preview-remark[b-3ueqa6igcm] {
    background-color: var(--wt-sage-pale);
    border-left: 3px solid var(--wt-sage);
    border-radius: 0.25rem;
    color: var(--wt-text);
    padding: 0.5rem 0.75rem;
    margin-bottom: 1rem;
}

.preview-item[b-3ueqa6igcm] {
    display: flex;
    gap: 0.75rem;
    padding: 0.375rem 0;
    border-bottom: 1px solid var(--wt-sage-border);
    color: var(--wt-text);
}

.preview-item-day[b-3ueqa6igcm] {
    min-width: 2.5rem;
    flex-shrink: 0;
    color: var(--wt-text-muted);
}
