/* /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/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: #1a3d6e;
    color: #ffffff;
    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: #245694;
    box-shadow: 0 2px 12px rgba(26, 61, 110, 0.35);
    color: #ffffff;
    text-decoration: none;
}

.login-button-primary:focus-visible[b-al0efg0ifj] {
    outline: 2px solid #3a7bd5;
    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: #3a7bd5;
    text-align: center;
    border: 1.5px solid #3a7bd5;
    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: rgba(58, 123, 213, 0.07);
}

.login-button-secondary:focus-visible[b-al0efg0ifj] {
    outline: 2px solid #3a7bd5;
    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: #3a7bd5;
    outline: none;
    box-shadow: 0 0 0 3px rgba(58, 123, 213, 0.15);
}

.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: #3a7bd5;
    color: #ffffff;
    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: #2a5fa5;
}

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

.login-button-send:focus-visible[b-al0efg0ifj] {
    outline: 2px solid #3a7bd5;
    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/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 15rem;
    width: 15rem;
    max-width: min(15rem, 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;
    text-decoration: none !important;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.62);
}

.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.06);
    color: rgba(255, 255, 255, 0.78);
}

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

.tab-sidebar-nav-panel[b-wxvdtawozf]  .mud-nav-link.active:hover {
    background-color: rgba(255, 255, 255, 0.22);
    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;
}

.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] {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
}

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

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

.dashboard-user-mud-menu[b-icgciybjvd]  .mud-menu-activator {
    width: 100%;
    min-width: 0;
    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.5rem 0.625rem;
    border: none;
    border-radius: 0.5rem;
    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;
}
