/* /Components/Layout/DashboardLayout.razor.rz.scp.css */
.dashboard-page[b-69ezyme34p] {
    display: flex !important;
    flex-direction: column !important;
    height: 100dvh !important;
    max-height: 100dvh !important;
    overflow: hidden !important;
    width: 100% !important;
    max-width: 100% !important;
    background-color: #f5f5f5 !important;
    position: relative !important;
    margin: 0 !important;
    padding: 0 !important;
}

.dashboard-main[b-69ezyme34p] {
    flex: 1 1 auto !important;
    min-height: 0 !important;
    padding: 0 !important;
    background-color: #ffffff !important;
    overflow: hidden !important;
    width: 100% !important;
    max-width: 100% !important;
    display: block !important;
    box-sizing: border-box !important;
}

.dashboard-main.dashboard-main--tabbed[b-69ezyme34p] {
    display: flex !important;
    flex-direction: column !important;
    overflow: hidden !important;
}

#blazor-error-ui[b-69ezyme34p] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    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-69ezyme34p] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Components/Layout/EmptyLayout.razor.rz.scp.css */
.empty-layout-root[b-1kv25e6ey5] {
    position: relative;
    min-height: 100vh;
}

.empty-layout-lang-bar[b-1kv25e6ey5] {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 20;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-1pkwu0uuns] {
    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-1pkwu0uuns] {
    background-color: rgba(255, 255, 255, 0.5);
}

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

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

.bi[b-1pkwu0uuns] {
    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-1pkwu0uuns] {
    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-1pkwu0uuns] {
    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-1pkwu0uuns] {
    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-1pkwu0uuns] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

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

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

    .nav-item[b-1pkwu0uuns]  .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-1pkwu0uuns]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-1pkwu0uuns]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-1pkwu0uuns] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-1pkwu0uuns] {
    display: block;
}

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

    .nav-scrollable[b-1pkwu0uuns] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Pages/AddStudyComponents/SupervisorsSection.razor.rz.scp.css */
.input-group .supervisor-search-input-wrapper[b-k2k0k7yk81] {
    display: flex;
    align-items: center;
}

.input-group .supervisor-search-input-wrapper .mud-input-control[b-k2k0k7yk81] {
    margin-bottom: 0;
}

.input-group .mud-button[b-k2k0k7yk81] {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-left: -1px;
    white-space: nowrap;
}
/* /Components/Pages/AdminDashboard.razor.rz.scp.css */
.admin-dashboard-grid[b-m6xuh4cz6k] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.admin-dashboard-main-row[b-m6xuh4cz6k] {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 1rem;
}

.admin-dashboard-main-row + .admin-dashboard-main-row[b-m6xuh4cz6k] {
    grid-template-columns: 1fr 1fr 1fr;
}

.phase-row[b-m6xuh4cz6k] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    margin-bottom: 0.75rem;
}

.phase-row-header[b-m6xuh4cz6k] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.75rem;
}

.phase-row-label[b-m6xuh4cz6k],
.phase-row-count[b-m6xuh4cz6k] {
    font-size: 0.875rem;
}

.phase-progress-study-plan .mud-progress-linear-bar[b-m6xuh4cz6k] {
    background-color: #5b8cff;
}

.phase-progress-research .mud-progress-linear-bar[b-m6xuh4cz6k] {
    background-color: #3b6fe0;
}

.phase-progress-thesis .mud-progress-linear-bar[b-m6xuh4cz6k] {
    background-color: #8a6de9;
}

.phase-progress-defence .mud-progress-linear-bar[b-m6xuh4cz6k] {
    background-color: #54b6c9;
}

.phase-progress-graduated .mud-progress-linear-bar[b-m6xuh4cz6k] {
    background-color: #42b883;
}

.attention-table[b-m6xuh4cz6k]  .mud-table-head .mud-table-cell {
    font-size: 0.72rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--mud-palette-text-secondary);
    border-bottom: 1px solid var(--mud-palette-divider, #e0e0e0);
}

.attention-table[b-m6xuh4cz6k]  .mud-table-body .mud-table-cell {
    border-bottom: 1px solid var(--mud-palette-divider, #f0f0f0);
    vertical-align: middle;
}

.supervision-load-table[b-m6xuh4cz6k]  th:last-child,
.supervision-load-table[b-m6xuh4cz6k]  td:last-child {
    text-align: right !important;
}

.supervision-load-table[b-m6xuh4cz6k]  .attention-table-count-header,
.supervision-load-table[b-m6xuh4cz6k]  .attention-table-count-cell {
    text-align: right !important;
}

.supervision-load-table[b-m6xuh4cz6k]  .attention-table-count-cell {
    width: 5rem;
}

.supervision-load-count-wrap[b-m6xuh4cz6k] {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.recent-activity-timeline[b-m6xuh4cz6k] {
    --recent-bullet-top: 0.25rem;
    --recent-bullet-size: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.recent-activity-item[b-m6xuh4cz6k] {
    display: grid;
    grid-template-columns: 1.25rem 1fr;
    gap: 0.75rem;
    padding-bottom: 1rem;
    position: relative;
}

.recent-activity-item:last-child[b-m6xuh4cz6k] {
    padding-bottom: 0;
}

.recent-activity-item:not(:last-child)[b-m6xuh4cz6k]::before {
    content: "";
    position: absolute;
    left: 0.625rem;
    top: calc(var(--recent-bullet-top) + var(--recent-bullet-size));
    bottom: calc(-1 * var(--recent-bullet-top));
    width: 1px;
    background-color: var(--mud-palette-divider, #e0e0e0);
}

.recent-activity-bullet[b-m6xuh4cz6k] {
    margin-top: var(--recent-bullet-top);
    font-size: var(--recent-bullet-size);
}

.recent-activity-time[b-m6xuh4cz6k] {
    font-size: 0.75rem;
    color: var(--mud-palette-text-secondary);
    margin-bottom: 0.15rem;
}

.recent-activity-description[b-m6xuh4cz6k] {
    line-height: 1.35;
}

.recent-activity-actor[b-m6xuh4cz6k] {
    font-weight: 600;
}

.upcoming-deadlines-timeline[b-m6xuh4cz6k] {
    --recent-bullet-top: 0.25rem;
    --recent-bullet-size: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.upcoming-deadlines-item[b-m6xuh4cz6k] {
    display: grid;
    grid-template-columns: 1.25rem 1fr;
    gap: 0.75rem;
    padding-bottom: 1rem;
    position: relative;
}

.upcoming-deadlines-item:last-child[b-m6xuh4cz6k] {
    padding-bottom: 0;
}

.upcoming-deadlines-item:not(:last-child)[b-m6xuh4cz6k]::before {
    content: "";
    position: absolute;
    left: 0.625rem;
    top: calc(var(--recent-bullet-top) + var(--recent-bullet-size));
    bottom: calc(-1 * var(--recent-bullet-top));
    width: 1px;
    background-color: var(--mud-palette-divider, #e0e0e0);
}

.upcoming-deadlines-content[b-m6xuh4cz6k] {
    min-width: 0;
}

.supervision-load-chip-blue[b-m6xuh4cz6k] .mud-chip {
    background-color: #5b8cff;
    color: #fff;
}

.supervision-load-chip-yellow[b-m6xuh4cz6k] .mud-chip {
    background-color: #f0b429;
    color: #fff;
}

.supervision-load-chip-red[b-m6xuh4cz6k] .mud-chip {
    background-color: #e57373;
    color: #fff;
}

@media (max-width: 1200px) {
    .admin-dashboard-grid[b-m6xuh4cz6k] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .admin-dashboard-main-row[b-m6xuh4cz6k],
    .admin-dashboard-main-row + .admin-dashboard-main-row[b-m6xuh4cz6k] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/AdminDashboardReports.razor.rz.scp.css */
.admin-reports-intro[b-qb7i274g3i] {
    max-width: 42rem;
}

.admin-reports-grid[b-qb7i274g3i] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1rem;
}

.admin-report-card[b-qb7i274g3i] {
    display: flex;
    flex-direction: column;
    height: 100%;
    border: 1px solid var(--mud-palette-lines-default);
    border-radius: var(--mud-default-borderradius);
    background-color: var(--mud-palette-surface);
}

.admin-report-card-body[b-qb7i274g3i] {
    flex: 1;
    padding: 1.25rem;
}

.admin-report-card-icon[b-qb7i274g3i] {
    margin-bottom: 0.75rem;
    color: var(--mud-palette-primary);
}

.admin-report-card-title[b-qb7i274g3i] {
    margin-bottom: 0.35rem;
}

.admin-report-card-description[b-qb7i274g3i] {
    margin-bottom: 0.75rem;
}

.admin-report-card-meta[b-qb7i274g3i] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    align-items: center;
}

.admin-report-card-footer[b-qb7i274g3i] {
    padding: 0.75rem 1.25rem 1.25rem;
    border-top: 1px solid var(--mud-palette-lines-default);
}
/* /Components/Pages/Auth/Login.razor.rz.scp.css */
.login-page[b-al0efg0ifj] {
    display: flex;
    min-height: 100vh;
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: 'DIN Pro', 'Segoe UI', Arial, Helvetica, sans-serif;
}

/* Left panel - generic academic illustration */
.login-image-panel[b-al0efg0ifj] {
    flex: 1 1 55%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: linear-gradient(145deg, #003D6B 0%, #005A94 45%, #009FDA 100%);
}

.login-hero-image[b-al0efg0ifj] {
    width: min(92%, 42rem);
    height: auto;
    max-height: 88%;
    object-fit: contain;
}

/* Right panel - login content */
.login-content-panel[b-al0efg0ifj] {
    flex: 1 1 45%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    background-color: #f8f9fb;
}

.login-content-inner[b-al0efg0ifj] {
    width: 100%;
    max-width: 400px;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

/* Branding */
.login-brand[b-al0efg0ifj] {
    text-align: center;
}


.login-title[b-al0efg0ifj] {
    font-size: 2.5rem;
    font-weight: 700;
    color: #0d2240;
    margin: 0 0 0.5rem 0;
    letter-spacing: 0.15em;
}

.login-subtitle[b-al0efg0ifj] {
    font-size: 0.95rem;
    color: #5a6a7e;
    margin: 0;
    line-height: 1.5;
}

/* Logout confirmation */
.login-logout-message[b-al0efg0ifj] {
    text-align: center;
    padding: 1rem 1.25rem;
    background-color: #e8f5e9;
    border-radius: 8px;
    border: 1px solid #c8e6c9;
}

.login-logout-icon[b-al0efg0ifj] {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: #4caf50;
    margin: 0 auto 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
    font-weight: bold;
}

.login-logout-text[b-al0efg0ifj] {
    color: #2e7d32;
    margin: 0;
    font-size: 0.95rem;
}

/* Token error */
.login-error-message[b-al0efg0ifj] {
    text-align: center;
    padding: 1rem 1.25rem;
    background-color: #fbe9e7;
    border-radius: 8px;
    border: 1px solid #ffccbc;
}

.login-error-message p[b-al0efg0ifj] {
    color: #c62828;
    margin: 0;
    font-size: 0.95rem;
}

/* Actions */
.login-actions[b-al0efg0ifj] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.login-email-details[b-al0efg0ifj] {
    width: 100%;
}

.login-email-details > summary[b-al0efg0ifj] {
    list-style: none;
}

.login-email-details > summary[b-al0efg0ifj]::-webkit-details-marker {
    display: none;
}

.login-button-primary[b-al0efg0ifj] {
    display: block;
    width: 100%;
    padding: 0.875rem 1.5rem;
    background-color: var(--mud-palette-primary);
    color: var(--mud-palette-primary-text);
    text-align: center;
    text-decoration: none;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s, box-shadow 0.2s;
    box-sizing: border-box;
}

.login-button-primary:hover[b-al0efg0ifj] {
    background-color: var(--mud-palette-primary-darken);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.18);
    color: var(--mud-palette-primary-text);
    text-decoration: none;
}

.login-button-primary:focus-visible[b-al0efg0ifj] {
    outline: 2px solid var(--mud-palette-primary);
    outline-offset: 2px;
}

/* Divider */
.login-divider[b-al0efg0ifj] {
    display: flex;
    align-items: center;
    gap: 1rem;
    color: #8e9aab;
    font-size: 0.85rem;
}

.login-divider[b-al0efg0ifj]::before,
.login-divider[b-al0efg0ifj]::after {
    content: '';
    flex: 1;
    height: 1px;
    background-color: #d5dbe3;
}

/* Secondary button */
.login-button-secondary[b-al0efg0ifj] {
    display: block;
    width: 100%;
    padding: 0.75rem 1.5rem;
    background-color: transparent;
    color: var(--mud-palette-primary);
    text-align: center;
    border: 1.5px solid var(--mud-palette-primary);
    border-radius: 8px;
    font-size: 0.95rem;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.2s, color 0.2s;
    box-sizing: border-box;
}

.login-button-secondary:hover[b-al0efg0ifj] {
    background-color: color-mix(in srgb, var(--mud-palette-primary) 10%, transparent);
}

.login-button-secondary:focus-visible[b-al0efg0ifj] {
    outline: 2px solid var(--mud-palette-primary);
    outline-offset: 2px;
}

/* Email form */
.login-email-form[b-al0efg0ifj] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    padding: 1rem;
    background-color: #ffffff;
    border-radius: 8px;
    border: 1px solid #d5dbe3;
}

.login-email-form form[b-al0efg0ifj] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.login-email-hint[b-al0efg0ifj] {
    font-size: 0.85rem;
    color: #5a6a7e;
    margin: 0;
}

.login-email-input[b-al0efg0ifj] {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 1.5px solid #c4cdd8;
    border-radius: 6px;
    font-size: 0.95rem;
    font-family: inherit;
    transition: border-color 0.2s;
    box-sizing: border-box;
    background-color: #ffffff;
}

.login-email-input:focus[b-al0efg0ifj] {
    border-color: var(--mud-palette-primary);
    outline: none;
    box-shadow: 0 0 0 3px color-mix(in srgb, var(--mud-palette-primary) 18%, transparent);
}

.login-email-input:disabled[b-al0efg0ifj] {
    background-color: #edf0f4;
    color: #8e9aab;
}

.login-button-send[b-al0efg0ifj] {
    width: 100%;
    padding: 0.75rem 1.5rem;
    background-color: var(--mud-palette-primary);
    color: var(--mud-palette-primary-text);
    border: none;
    border-radius: 6px;
    font-size: 0.95rem;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.2s;
    font-family: inherit;
}

.login-button-send:hover:not(:disabled)[b-al0efg0ifj] {
    background-color: var(--mud-palette-primary-darken);
}

.login-button-send:disabled[b-al0efg0ifj] {
    background-color: #c4cdd8;
    cursor: not-allowed;
}

.login-button-send:focus-visible[b-al0efg0ifj] {
    outline: 2px solid var(--mud-palette-primary);
    outline-offset: 2px;
}

.login-email-sent[b-al0efg0ifj] {
    text-align: center;
    padding: 0.75rem;
    background-color: #e8f0fb;
    border-radius: 6px;
}

.login-email-sent p[b-al0efg0ifj] {
    color: #1a3d6e;
    margin: 0;
    font-size: 0.9rem;
}

.login-email-sent p + p[b-al0efg0ifj] {
    margin-top: 0.5rem;
}

/* Responsive: stack panels on narrow screens */
@media (max-width: 768px) {
    .login-page[b-al0efg0ifj] {
        flex-direction: column;
    }

    .login-image-panel[b-al0efg0ifj] {
        flex: 0 0 220px;
        min-height: 220px;
    }

    .login-content-panel[b-al0efg0ifj] {
        flex: 1;
        padding: 1.5rem;
    }

    .login-content-inner[b-al0efg0ifj] {
        gap: 1.5rem;
    }

    .login-title[b-al0efg0ifj] {
        font-size: 2rem;
    }
}
/* /Components/Pages/DissertationComponents/DissertationProcessSection.razor.rz.scp.css */
.label-semibold[b-elqljqp5ao] {
    font-weight: 600;
}
/* /Components/Pages/DissertationComponents/OpponentStatementReadOnlyDialog.razor.rz.scp.css */
.opponent-statement-readonly-print-root[b-bmygtqe2tj] {
    max-width: 52rem;
}

.statement-readonly-doc-title[b-bmygtqe2tj] {
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -0.01em;
    color: var(--mud-palette-text-primary);
}

.statement-readonly-meta-label[b-bmygtqe2tj] {
    display: block;
    font-weight: 700;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 0.25rem;
    color: var(--mud-palette-text-secondary);
}

.statement-readonly-meta-value[b-bmygtqe2tj] {
    line-height: 1.45;
    font-size: 1rem;
    font-weight: 500;
    color: var(--mud-palette-text-primary);
}

@media (min-width: 600px) {
    .statement-readonly-meta-date[b-bmygtqe2tj] {
        text-align: right;
    }
}

.statement-readonly-section[b-bmygtqe2tj] {
    margin-bottom: 1.5rem;
    padding-top: 0.25rem;
}

.statement-readonly-section:last-child[b-bmygtqe2tj] {
    margin-bottom: 0;
}

.statement-readonly-section-heading[b-bmygtqe2tj] {
    font-size: 1.125rem !important;
    font-weight: 700 !important;
    line-height: 1.35 !important;
    margin-bottom: 0.5rem !important;
    padding-bottom: 0.35rem;
    border-bottom: 1px solid var(--mud-palette-divider);
    color: var(--mud-palette-primary);
    letter-spacing: 0;
}

.statement-readonly-body[b-bmygtqe2tj] {
    white-space: pre-wrap;
    word-break: break-word;
    line-height: 1.6;
    font-size: 1rem;
    font-weight: 400;
    color: var(--mud-palette-text-primary);
}

@media print {
    .opponent-statement-readonly-print-root[b-bmygtqe2tj] {
        max-width: none;
    }

    .statement-readonly-doc-header[b-bmygtqe2tj] {
        margin-bottom: 3mm;
    }

    .statement-readonly-doc-title[b-bmygtqe2tj] {
        color: #000;
        margin-bottom: 2mm !important;
        font-weight: 900 !important;
        font-size: 16pt !important;
        letter-spacing: -0.02em;
    }

    .opponent-statement-readonly-print-root .mud-divider[b-bmygtqe2tj] {
        margin-top: 0 !important;
        margin-bottom: 3mm !important;
    }

    .statement-readonly-section[b-bmygtqe2tj] {
        break-inside: avoid;
        page-break-inside: avoid;
        padding-top: 2mm;
        padding-bottom: 4mm;
    }

    .statement-readonly-section:first-of-type[b-bmygtqe2tj] {
        padding-top: 0;
    }

    .statement-readonly-section:last-child[b-bmygtqe2tj] {
        padding-bottom: 0;
    }

    .statement-readonly-section-heading[b-bmygtqe2tj] {
        color: #000;
        border-bottom-color: #999;
        font-weight: 900 !important;
        font-size: 11.5pt !important;
        letter-spacing: 0.015em;
    }

    .statement-readonly-body[b-bmygtqe2tj] {
        margin-top: 1mm;
        font-size: 10.5pt !important;
        font-weight: 400 !important;
    }

    .statement-readonly-meta-label[b-bmygtqe2tj] {
        color: #333;
        font-weight: 800 !important;
    }

    .statement-readonly-meta-value[b-bmygtqe2tj] {
        font-weight: 400 !important;
    }
}
/* /Components/Pages/DissertationComponents/PreliminaryExaminerStatementReadOnlyDialog.razor.rz.scp.css */
.preliminary-examiner-statement-readonly-print-root[b-npbglfsfjl] {
    max-width: 52rem;
}

.statement-readonly-doc-title[b-npbglfsfjl] {
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -0.01em;
    color: var(--mud-palette-text-primary);
}

.statement-readonly-meta-label[b-npbglfsfjl] {
    display: block;
    font-weight: 700;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 0.25rem;
    color: var(--mud-palette-text-secondary);
}

.statement-readonly-meta-value[b-npbglfsfjl] {
    line-height: 1.45;
    font-size: 1rem;
    font-weight: 500;
    color: var(--mud-palette-text-primary);
}

@media (min-width: 600px) {
    .statement-readonly-meta-date[b-npbglfsfjl] {
        text-align: right;
    }
}

.statement-readonly-section[b-npbglfsfjl] {
    margin-bottom: 1.5rem;
    padding-top: 0.25rem;
}

.statement-readonly-section:last-child[b-npbglfsfjl] {
    margin-bottom: 0;
}

.statement-readonly-section-heading[b-npbglfsfjl] {
    font-size: 1.125rem !important;
    font-weight: 700 !important;
    line-height: 1.35 !important;
    margin-bottom: 0.5rem !important;
    padding-bottom: 0.35rem;
    border-bottom: 1px solid var(--mud-palette-divider);
    color: var(--mud-palette-primary);
    letter-spacing: 0;
}

.statement-readonly-body[b-npbglfsfjl] {
    white-space: pre-wrap;
    word-break: break-word;
    line-height: 1.6;
    font-size: 1rem;
    font-weight: 400;
    color: var(--mud-palette-text-primary);
}

@media print {
    .preliminary-examiner-statement-readonly-print-root[b-npbglfsfjl] {
        max-width: none;
    }

    .statement-readonly-doc-header[b-npbglfsfjl] {
        margin-bottom: 3mm;
    }

    .statement-readonly-doc-title[b-npbglfsfjl] {
        color: #000;
        margin-bottom: 2mm !important;
        font-weight: 900 !important;
        font-size: 16pt !important;
        letter-spacing: -0.02em;
    }

    .preliminary-examiner-statement-readonly-print-root .mud-divider[b-npbglfsfjl] {
        margin-top: 0 !important;
        margin-bottom: 3mm !important;
    }

    .statement-readonly-section[b-npbglfsfjl] {
        break-inside: avoid;
        page-break-inside: avoid;
        padding-top: 2mm;
        padding-bottom: 4mm;
    }

    .statement-readonly-section:first-of-type[b-npbglfsfjl] {
        padding-top: 0;
    }

    .statement-readonly-section:last-child[b-npbglfsfjl] {
        padding-bottom: 0;
    }

    .statement-readonly-section-heading[b-npbglfsfjl] {
        color: #000;
        border-bottom-color: #999;
        font-weight: 900 !important;
        font-size: 11.5pt !important;
        letter-spacing: 0.015em;
    }

    .statement-readonly-body[b-npbglfsfjl] {
        margin-top: 1mm;
        font-size: 10.5pt !important;
        font-weight: 400 !important;
    }

    .statement-readonly-meta-label[b-npbglfsfjl] {
        color: #333;
        font-weight: 800 !important;
    }

    .statement-readonly-meta-value[b-npbglfsfjl] {
        font-weight: 400 !important;
    }
}
/* /Components/Pages/ManagementDashboard.razor.rz.scp.css */
.management-dashboard[b-ozzebtgj1a] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.management-dashboard-kpi-grid[b-ozzebtgj1a] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.management-dashboard-kpi-label[b-ozzebtgj1a] {
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-weight: 600;
}

.management-dashboard-split-row[b-ozzebtgj1a] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.management-dashboard-name-cell[b-ozzebtgj1a] {
    color: #b86b2d;
    font-weight: 500;
}

.management-dashboard-table[b-ozzebtgj1a]  .attention-table-student-name {
    color: #ff8904 !important;
    font-weight: 500;
}

.management-dashboard-table[b-ozzebtgj1a]  .mud-table-head .mud-table-cell {
    font-size: 0.72rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--mud-palette-text-secondary);
    border-bottom: 1px solid var(--mud-palette-divider, #e0e0e0);
}

.management-dashboard-table[b-ozzebtgj1a]  .mud-table-body .mud-table-cell {
    border-bottom: 1px solid var(--mud-palette-divider, #f0f0f0);
    vertical-align: middle;
}

.management-dashboard-status-pill[b-ozzebtgj1a] {
    display: inline-block;
    padding: 0.15rem 0.55rem;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 600;
    color: #fff;
    line-height: 1.4;
}

.status-pill-warning[b-ozzebtgj1a] {
    background-color: #e67e22;
}

.status-pill-at-risk[b-ozzebtgj1a] {
    background-color: #e53935;
}

.supervision-load-list[b-ozzebtgj1a] {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

.supervision-load-list-header[b-ozzebtgj1a],
.supervision-load-list-row[b-ozzebtgj1a] {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 1rem;
}

.supervision-load-list-header[b-ozzebtgj1a] {
    font-size: 0.72rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--mud-palette-text-secondary);
    padding-bottom: 0.35rem;
    border-bottom: 1px solid var(--mud-palette-divider, #e0e0e0);
}

.supervision-load-students-header[b-ozzebtgj1a] {
    color: #b86b2d;
    font-weight: 600;
}

.supervision-load-count[b-ozzebtgj1a] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.75rem;
    height: 1.75rem;
    border-radius: 999px;
    font-size: 0.8rem;
    font-weight: 600;
    color: #fff;
}

.supervision-load-count-orange[b-ozzebtgj1a] {
    background-color: #e67e22;
}

.supervision-load-count-light-orange[b-ozzebtgj1a] {
    background-color: #f0b429;
}

.supervision-load-count-blue[b-ozzebtgj1a] {
    background-color: #5b8cff;
}

.supervision-load-count-pink[b-ozzebtgj1a] {
    background-color: #e5739a;
}

.supervision-load-count-purple[b-ozzebtgj1a] {
    background-color: #8a6de9;
}

.phase-row[b-ozzebtgj1a] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    margin-bottom: 0.75rem;
}

.phase-row:last-child[b-ozzebtgj1a] {
    margin-bottom: 0;
}

.phase-row-header[b-ozzebtgj1a] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.75rem;
}

.phase-row-label[b-ozzebtgj1a],
.phase-row-count[b-ozzebtgj1a] {
    font-size: 0.875rem;
}

.phase-bar-track[b-ozzebtgj1a] {
    height: 10px;
    border-radius: 4px;
    background-color: #eef1f6;
    overflow: hidden;
}

.phase-bar-fill[b-ozzebtgj1a] {
    height: 100%;
    border-radius: 4px;
}

/* Colors from docs/temp/management-dashboard-mockup.png */
.phase-bar-fill-study-plan[b-ozzebtgj1a] {
    background-color: #61a5f9
}

.phase-bar-fill-research[b-ozzebtgj1a] {
    background-color: #6366f1;
}

.phase-bar-fill-thesis[b-ozzebtgj1a] {
    background-color: #1e398a;
}

.phase-bar-fill-defence[b-ozzebtgj1a] {
    background-color: #93c5fd;
}

.phase-bar-fill-graduated[b-ozzebtgj1a] {
    background-color: #22c55e;
}

.graduation-forecast-title-icon[b-ozzebtgj1a] {
    color: #42b883;
}

.graduation-forecast-description-wrap[b-ozzebtgj1a] {
    padding-bottom: 1.5rem;
    margin-bottom: 0.5rem;
}

.graduation-forecast-description-wrap[b-ozzebtgj1a]  .graduation-forecast-description {
    display: block;
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.5;
    max-width: 52rem;
}

.graduation-forecast-thesis-word[b-ozzebtgj1a] {
    color: #9a32e2;
}

.graduation-forecast-defence-word[b-ozzebtgj1a] {
    color: #4970ec;
}

.graduation-forecast-chart[b-ozzebtgj1a] {
    display: grid;
    grid-template-columns: 2rem 1fr;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
}

.graduation-forecast-y-axis[b-ozzebtgj1a] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    height: 12rem;
    padding-bottom: 1.5rem;
    font-size: 0.75rem;
    color: var(--mud-palette-text-secondary);
}

.graduation-forecast-chart-body[b-ozzebtgj1a] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.graduation-forecast-plot[b-ozzebtgj1a] {
    position: relative;
    height: 12rem;
}

.graduation-forecast-grid-lines[b-ozzebtgj1a] {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 1.25rem;
    pointer-events: none;
    z-index: 0;
}

.graduation-forecast-grid-line[b-ozzebtgj1a] {
    position: absolute;
    left: 0;
    right: 0;
    border-top: 1px dashed #e2e8f0;
}

.graduation-forecast-bars[b-ozzebtgj1a] {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 0.75rem;
    align-items: end;
    height: 12rem;
    border-bottom: 1px solid #e2e8f0;
    padding-bottom: 0.35rem;
}

.graduation-forecast-bar-column[b-ozzebtgj1a] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    height: 100%;
    justify-content: flex-end;
}

.graduation-forecast-bar-track[b-ozzebtgj1a] {
    display: flex;
    align-items: flex-end;
    width: 100%;
    max-width: 2.5rem;
    height: calc(100% - 1.25rem);
}

.graduation-forecast-bar[b-ozzebtgj1a] {
    width: 100%;
    min-height: 2px;
    border-radius: 4px 4px 0 0;
    background-color: #5b8cff;
}

.graduation-forecast-x-label[b-ozzebtgj1a] {
    font-size: 0.75rem;
    color: var(--mud-palette-text-secondary);
    white-space: nowrap;
}

.graduation-forecast-legend[b-ozzebtgj1a] {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: flex-end;
}

.graduation-forecast-legend-item[b-ozzebtgj1a] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.8rem;
    color: var(--mud-palette-text-secondary);
}

.graduation-forecast-legend-swatch[b-ozzebtgj1a] {
    width: 0.75rem;
    height: 0.75rem;
    border-radius: 2px;
}

.graduation-forecast-legend-thesis[b-ozzebtgj1a] {
    background-color: #8a6de9;
}

.graduation-forecast-legend-defence[b-ozzebtgj1a] {
    background-color: #5b8cff;
}

.graduation-forecast-summary-grid[b-ozzebtgj1a] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.graduation-forecast-summary-box[b-ozzebtgj1a] {
    border-radius: 8px;
    padding: 0.9rem 1rem;
}

.graduation-forecast-summary-label[b-ozzebtgj1a] {
    font-size: 0.8rem;
    color: var(--mud-palette-text-secondary);
    margin-bottom: 0.25rem;
}

.graduation-forecast-summary-value[b-ozzebtgj1a] {
    font-size: 1.75rem;
    font-weight: 600;
    line-height: 1.1;
}

.graduation-forecast-summary-hint[b-ozzebtgj1a] {
    font-size: 0.8rem;
    color: var(--mud-palette-text-secondary);
}

.graduation-forecast-summary-blue[b-ozzebtgj1a] {
    background-color: #e8f1ff;
}

.graduation-forecast-summary-pink[b-ozzebtgj1a] {
    background-color: #fde8f0;
}

.graduation-forecast-summary-green[b-ozzebtgj1a] {
    background-color: #e8f8ef;
}

.graduation-forecast-summary-gray[b-ozzebtgj1a] {
    background-color: #f3f4f6;
}

@media (max-width: 1200px) {
    .management-dashboard-kpi-grid[b-ozzebtgj1a] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .management-dashboard-split-row[b-ozzebtgj1a] {
        grid-template-columns: 1fr;
    }

    .graduation-forecast-summary-grid[b-ozzebtgj1a] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 600px) {
    .graduation-forecast-summary-grid[b-ozzebtgj1a] {
        grid-template-columns: 1fr;
    }

    .graduation-forecast-bars[b-ozzebtgj1a] {
        gap: 0.35rem;
    }
}
/* /Components/Pages/OpponentStatementPage.razor.rz.scp.css */
/* Equal-height top cards: row height follows the tallest card. */
.opponent-statement-top-cards[b-6kufxbtzs8] {
    align-items: stretch !important;
}

.opponent-statement-top-cards > .mud-grid-item.opponent-statement-top-card-item[b-6kufxbtzs8] {
    display: flex !important;
    align-self: stretch !important;
}

.opponent-statement-top-card-shell[b-6kufxbtzs8] {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    width: 100%;
    min-height: 100%;
    align-self: stretch;
}

.opponent-statement-top-card-shell[b-6kufxbtzs8]  .mud-paper.content-box {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    width: 100%;
    height: 100%;
    min-height: 100%;
    margin-bottom: 0 !important;
    box-sizing: border-box;
}

.opponent-statement-top-card-shell[b-6kufxbtzs8]  .content-box-content {
    flex: 1 1 auto;
}

.opponent-statement-detail-rows[b-6kufxbtzs8] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin: 0;
}

.opponent-statement-detail-row[b-6kufxbtzs8] {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 1rem;
}

.opponent-statement-detail-label[b-6kufxbtzs8] {
    flex: 0 1 auto;
    margin: 0;
    font-size: var(--mud-typography-body2-size);
    font-weight: 600;
    line-height: var(--mud-typography-body2-lineheight);
    color: var(--mud-palette-text-primary);
}

.opponent-statement-detail-value[b-6kufxbtzs8] {
    flex: 1 1 auto;
    min-width: 0;
    margin: 0;
    text-align: right;
    font-size: var(--mud-typography-body2-size);
    font-weight: 400;
    line-height: var(--mud-typography-body2-lineheight);
    color: var(--mud-palette-text-primary);
    word-break: break-word;
}
/* /Components/Pages/PublicationDetailForm.razor.rz.scp.css */
.publication-date-instruction[b-85kd409qub] {
    border: 1px solid #616161;
    border-radius: 4px;
    padding: 8px;
    margin-top: 8px;
}

/* Read-only status comment: grey border even on focus (no primary/green) */
.publication-status-comment-readonly[b-85kd409qub] (.mud-input-outlined),
.publication-status-comment-readonly[b-85kd409qub] (fieldset) {
    border-color: var(--mud-palette-lines-default) !important;
}

.publication-status-comment-readonly:focus-within[b-85kd409qub] (.mud-input-outlined),
.publication-status-comment-readonly:focus-within[b-85kd409qub] (fieldset),
.publication-status-comment-readonly[b-85kd409qub] (.mud-input-outlined.mud-input-focused),
.publication-status-comment-readonly[b-85kd409qub] (fieldset.mud-input-focused) {
    border-color: var(--mud-palette-lines-default) !important;
    border-width: 1px !important;
}
/* /Components/Pages/StudySelection.razor.rz.scp.css */
.study-selection-item[b-dxkp1iglb1] {
    cursor: pointer;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.study-selection-item:hover[b-dxkp1iglb1] {
    border-color: var(--mud-palette-primary) !important;
}
/* /Components/Shared/DocTrackLogo.razor.rz.scp.css */
/* Wordmark styled to match docs/temp/logo.png (Doc=white, Track=#818cf8, bold sans). */
.doctrack-logo[b-rrnm7od5pp] {
    display: inline-block;
    font-family: 'DIN Pro', 'Segoe UI', Arial, Helvetica, sans-serif;
    font-weight: 800;
    font-size: 1.5rem;
    line-height: 1;
    /*letter-spacing: -0.045em;*/
    white-space: nowrap;
    user-select: none;
}

.doctrack-logo__doc[b-rrnm7od5pp] {
    color: #ffffff;
}

.doctrack-logo--on-light .doctrack-logo__doc[b-rrnm7od5pp] {
    color: #1e293b;
}

.doctrack-logo__track[b-rrnm7od5pp] {
    color: #818cf8;
}

.doctrack-logo--login[b-rrnm7od5pp] {
    font-size: 2rem;
    letter-spacing: -0.04em;
    margin-inline: auto;
    margin-block-end: 1rem;
}
/* /Components/Shared/LanguageSwitcher.razor.rz.scp.css */
.language-switcher[b-hozvkc73kb] {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
}

.language-switcher-menu[b-hozvkc73kb] {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    width: auto;
}

.language-switcher-menu[b-hozvkc73kb]  .mud-menu-activator {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    min-width: 0;
    padding: 0;
    background: transparent;
}

.language-switcher-form[b-hozvkc73kb] {
    margin: 0;
    padding: 0;
    border: none;
}

.language-switcher-trigger[b-hozvkc73kb] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.375rem;
    border: none;
    border-radius: 0.5rem;
    background: transparent;
    color: var(--mud-palette-text-secondary);
    cursor: pointer;
    transition: background-color 0.15s ease, color 0.15s ease;
}

.language-switcher-trigger[b-hozvkc73kb]  .mud-icon-root {
    color: inherit;
}

.language-switcher-trigger:hover[b-hozvkc73kb] {
    color: var(--mud-palette-text-primary);
    background-color: color-mix(in srgb, var(--mud-palette-text-primary) 8%, transparent);
}

.language-switcher-popover[b-hozvkc73kb] {
    border-radius: 0.5rem !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12) !important;
}

.language-switcher-popover[b-hozvkc73kb]  .mud-list {
    padding: 0.25rem;
}

.language-switcher-menu-item[b-hozvkc73kb] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    width: 100%;
    padding: 0.625rem 0.75rem;
    border: none;
    border-radius: 0.375rem;
    background: transparent;
    color: #333333;
    font-size: 0.875rem;
    font-weight: 500;
    text-align: start;
    cursor: pointer;
    transition: background-color 0.15s ease;
}

.language-switcher-menu-item:hover[b-hozvkc73kb] {
    background-color: #f5f5f5;
}

.language-switcher-menu-item--selected[b-hozvkc73kb] {
    font-weight: 600;
    color: var(--mud-palette-primary, #009fda);
}

.language-switcher-menu-label[b-hozvkc73kb] {
    flex: 1 1 auto;
}

.language-switcher-menu-check[b-hozvkc73kb] {
    flex-shrink: 0;
    color: var(--mud-palette-primary, #009fda);
}

.language-switcher--sidebar .language-switcher-trigger--sidebar[b-hozvkc73kb] {
    color: rgba(255, 255, 255, 0.88);
}

.language-switcher--sidebar .language-switcher-trigger--sidebar:hover[b-hozvkc73kb] {
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.1);
}
/* /Components/Shared/TabMenu.razor.rz.scp.css */
/* Full-height dark sidebar + main content; no card chrome on the nav column */
.tab-sidebar-shell[b-wxvdtawozf] {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    width: 100%;
    margin-inline: 0;
    margin-block-end: 0;
    align-self: stretch;
}

.tab-sidebar-row[b-wxvdtawozf] {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100%;
    flex: 1 1 auto;
    min-height: 0;
}

.tab-sidebar-nav-panel[b-wxvdtawozf] {
    flex: 0 0 17rem;
    width: 17rem;
    max-width: min(17rem, 35vw);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    padding: 0;
}

.tab-sidebar-nav-panel[b-wxvdtawozf]  .mud-nav-link {
    /* <a> defaults to inline; inline links flow horizontally (looks like a top tab bar). */
    display: block;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    border-radius: 0;
    margin-inline: 0;
    margin-block: 0.125rem;
    padding: 0.625rem 1rem;
    font-size: 0.9375rem;
    line-height: 1.4;
    border-radius: 0.25rem;
    text-decoration: none !important;
    font-weight: 500;
    color: #e2e8f0;
    transition: background-color 0.15s ease, color 0.15s ease;
}

.tab-sidebar-nav-panel[b-wxvdtawozf]  .mud-nav-link:hover {
    text-decoration: none !important;
}

.tab-sidebar-nav-panel[b-wxvdtawozf]  .mud-nav-link:not(.active):hover {
    background-color: rgba(255, 255, 255, 0.12);
    color: #ffffff;
}

.tab-sidebar-nav-panel[b-wxvdtawozf]  .mud-nav-link.active {
    background-color: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    font-weight: 600;
    text-decoration: none !important;
}

.tab-sidebar-nav-panel[b-wxvdtawozf]  .mud-nav-link.active:hover {
    background-color: rgba(255, 255, 255, 0.12);
    color: #ffffff;
    text-decoration: none !important;
}

.tab-sidebar-nav-panel[b-wxvdtawozf]  .mud-nav-link.active::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background-color: var(--mud-palette-primary, #009FDA);
}

.tab-sidebar-nav-panel[b-wxvdtawozf]  .mud-nav-link .mud-typography {
    color: inherit;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
}

.tab-sidebar-nav-panel[b-wxvdtawozf]  .mud-nav-link:focus-visible {
    text-decoration: none !important;
    outline: 2px solid rgba(255, 255, 255, 0.45);
    outline-offset: -2px;
}

/* MudNavMenu must stack vertically inside the side panel (never as a horizontal strip). */
.tab-sidebar-nav-panel[b-wxvdtawozf]  .mud-navmenu {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: stretch;
}

.tab-sidebar-content-area[b-wxvdtawozf] {
    flex: 1 1 auto;
    min-width: 0;
    background-color: var(--mud-palette-surface, #ffffff);
    box-sizing: border-box;
}

@media (max-width: 960px) {
    .tab-sidebar-shell[b-wxvdtawozf] {
        width: 100%;
        margin-inline: 0;
        margin-block-end: 0;
    }

    .tab-sidebar-nav-panel[b-wxvdtawozf] {
        flex: 0 0 min(12rem, 30vw);
        width: min(12rem, 30vw);
        max-width: min(12rem, 30vw);
    }

}
/* /Components/Shared/UserMenu.razor.rz.scp.css */
.dashboard-user-menu-container[b-icgciybjvd] {
    position: relative;
}

.dashboard-user-info[b-icgciybjvd] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    cursor: pointer;
    user-select: none;
    padding: 0.25rem;
    border-radius: 0.5rem;
    border: none;
    background: transparent;
    transition: background-color 0.15s ease;
}

.dashboard-user-info:hover[b-icgciybjvd] {
    background-color: color-mix(in srgb, var(--mud-palette-text-primary) 8%, transparent);
}

.dashboard-user-name[b-icgciybjvd] {
    font-size: 0.875rem;
    color: var(--mud-palette-text-primary);
    font-weight: 500;
    white-space: nowrap;
}

.dashboard-user-menu-container--sidebar[b-icgciybjvd] {
    display: block;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    overflow: hidden;
}

.dashboard-user-mud-menu[b-icgciybjvd] {
    display: block;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
}

.dashboard-user-mud-menu[b-icgciybjvd]  .mud-menu {
    display: block !important;
    width: 100% !important;
    min-width: 100%;
    max-width: 100%;
}

.dashboard-user-mud-menu[b-icgciybjvd]  .mud-menu-activator {
    display: block !important;
    width: 100% !important;
    min-width: 100%;
    max-width: 100%;
    overflow: hidden;
}

.dashboard-user-account-trigger[b-icgciybjvd] {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    column-gap: 0.625rem;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0.75rem 1rem;
    border: none;
    border-radius: 0.25rem;
    background-color: rgba(255, 255, 255, 0.06);
    color: inherit;
    cursor: pointer;
    text-align: start;
    transition: background-color 0.15s ease;
    user-select: none;
}

.dashboard-user-account-trigger:hover[b-icgciybjvd] {
    background-color: rgba(255, 255, 255, 0.1);
}

.dashboard-user-account-trigger:focus-visible[b-icgciybjvd] {
    outline: 2px solid rgba(255, 255, 255, 0.45);
    outline-offset: -2px;
}

.dashboard-user-account-avatar[b-icgciybjvd] {
    flex-shrink: 0;
    font-size: 0.75rem;
    font-weight: 600;
}

.dashboard-user-account-text[b-icgciybjvd] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0.125rem;
    min-width: 0;
    overflow: hidden;
}

.dashboard-user-account-name[b-icgciybjvd],
.dashboard-user-account-role[b-icgciybjvd] {
    display: block;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dashboard-user-account-name[b-icgciybjvd] {
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.2;
    color: rgba(255, 255, 255, 0.95);
    direction: ltr;
    unicode-bidi: plaintext;
}

.dashboard-user-account-role[b-icgciybjvd] {
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.2;
    color: rgba(255, 255, 255, 0.65);
}

.dashboard-user-account-chevron[b-icgciybjvd] {
    flex-shrink: 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 1.25rem !important;
}

.dashboard-user-menu-popover[b-icgciybjvd] {
    border-radius: 0.5rem !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12) !important;
}

.dashboard-user-menu-popover[b-icgciybjvd]  .mud-list {
    padding: 0.25rem;
}

.dashboard-user-menu-divider[b-icgciybjvd] {
    margin-block: 0.125rem;
}

.dashboard-user-logout-form[b-icgciybjvd] {
    margin: 0;
    padding: 0;
    width: 100%;
}

.dashboard-user-menu-logout-btn[b-icgciybjvd] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    width: 100%;
    padding: 0.625rem 0.75rem;
    border: none;
    border-radius: 0.375rem;
    background: transparent;
    color: var(--mud-palette-error, #d32f2f);
    font-size: 0.875rem;
    font-weight: 500;
    text-align: start;
    cursor: pointer;
    transition: background-color 0.15s ease;
}

.dashboard-user-menu-logout-btn:hover[b-icgciybjvd] {
    background-color: color-mix(in srgb, var(--mud-palette-error) 8%, transparent);
}

.dashboard-user-menu-logout-btn:focus-visible[b-icgciybjvd] {
    outline: 2px solid var(--mud-palette-primary, #009fda);
    outline-offset: -2px;
}
