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

.dashboard-header[b-rm23s86ghw] {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 1rem 2rem !important;
    background-color: #ffffff !important;
    border-bottom: 1px solid #e0e0e0 !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05) !important;
    position: sticky !important;
    top: 0 !important;
    z-index: 1000 !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

.dashboard-header-left[b-rm23s86ghw] {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 1rem !important;
    flex: 0 0 auto !important;
    width: auto !important;
}

.dashboard-header-left nav[b-rm23s86ghw] {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 1rem !important;
}

.dashboard-logo-link[b-rm23s86ghw] {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: inherit;
}

.dashboard-logo-link:hover[b-rm23s86ghw] {
    opacity: 0.8;
}

.dashboard-logo[b-rm23s86ghw] {
    display: flex;
    align-items: center;
    justify-content: center;
}

.dashboard-logo-img[b-rm23s86ghw] {
    height: 40px;
    width: auto;
    object-fit: contain;
}

.dashboard-brand-link[b-rm23s86ghw] {
    display: flex;
    flex-direction: column;
    text-decoration: none !important;
    color: inherit;
}

.dashboard-brand-link:hover[b-rm23s86ghw] {
    opacity: 0.8;
    text-decoration: none !important;
}

.dashboard-brand-link:visited[b-rm23s86ghw] {
    text-decoration: none !important;
}

.dashboard-brand-link:active[b-rm23s86ghw] {
    text-decoration: none !important;
}

.dashboard-brand[b-rm23s86ghw] {
    display: flex;
    flex-direction: column;
}

.dashboard-brand-title[b-rm23s86ghw] {
    font-size: 1.125rem;
    font-weight: 600;
    color: #333333;
    line-height: 1.2;
}

.dashboard-brand-subtitle[b-rm23s86ghw] {
    font-size: 0.875rem;
    font-weight: 400;
    color: #666666;
    line-height: 1.2;
    margin-top: 0.125rem;
}

.dashboard-header-center[b-rm23s86ghw] {
    flex: 1 1 auto !important;
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    padding: 0 2rem !important;
    width: auto !important;
}

.dashboard-header-center nav[b-rm23s86ghw] {
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
}

.dashboard-header-center .breadcrumb[b-rm23s86ghw] {
    margin-bottom: 0;
    background-color: transparent;
    padding: 0;
}

.dashboard-header-center .breadcrumb-item[b-rm23s86ghw] {
    font-size: 0.875rem;
    color: #666666;
}

.dashboard-header-center .breadcrumb-item a[b-rm23s86ghw] {
    color: var(--mud-palette-info, #006bb7);
    text-decoration: none;
}

.dashboard-header-center .breadcrumb-item a:hover[b-rm23s86ghw] {
    text-decoration: underline;
}

.dashboard-header-center .breadcrumb-item.active[b-rm23s86ghw] {
    color: #333333;
}

.dashboard-header-right[b-rm23s86ghw] {
    flex: 0 0 auto !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 1rem !important;
    width: auto !important;
}

.dashboard-instructions-link[b-rm23s86ghw] {
    display: flex;
    align-items: center;
    gap: 0.375rem;
    color: var(--mud-palette-info, #006bb7);
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 500;
    white-space: nowrap;
    padding: 0.375rem 0.5rem;
    border-radius: 4px;
    transition: background-color 0.2s, color 0.2s;
}

.dashboard-instructions-link:hover[b-rm23s86ghw] {
    background-color: color-mix(in srgb, var(--mud-palette-info, #006bb7) 8%, transparent);
    color: var(--mud-palette-info-darken, #004a80);
    text-decoration: none;
}

.dashboard-instructions-link:visited[b-rm23s86ghw] {
    color: var(--mud-palette-info, #006bb7);
}

.dashboard-instructions-link:visited:hover[b-rm23s86ghw] {
    color: var(--mud-palette-info-darken, #004a80);
}

.dashboard-main[b-rm23s86ghw] {
    flex: 1 1 auto !important;
    padding: 2rem !important;
    overflow-y: auto !important;
    width: 100% !important;
    max-width: 100% !important;
    display: block !important;
    box-sizing: border-box !important;
}

@media (max-width: 768px) {
    .dashboard-header[b-rm23s86ghw] {
        flex-wrap: wrap;
        padding: 1rem;
    }
    
    .dashboard-header-center[b-rm23s86ghw] {
        order: 3;
        width: 100%;
        padding: 0.5rem 0 0 0;
        justify-content: flex-start;
    }
    
    .dashboard-brand-title[b-rm23s86ghw] {
        font-size: 1rem;
    }
    
    .dashboard-brand-subtitle[b-rm23s86ghw] {
        font-size: 0.75rem;
    }
    
    .dashboard-main[b-rm23s86ghw] {
        padding: 1rem;
    }
}

#blazor-error-ui[b-rm23s86ghw] {
    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-rm23s86ghw] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-m6se9624n1] {
    position: relative;
    display: flex;
    flex-direction: column;
}

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

.sidebar[b-m6se9624n1] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-m6se9624n1] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

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

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

    .top-row[b-m6se9624n1]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

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

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

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

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

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

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

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

#blazor-error-ui[b-m6se9624n1] {
    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-m6se9624n1] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-l2kemcwpad] {
    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-l2kemcwpad] {
    background-color: rgba(255, 255, 255, 0.5);
}

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

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

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

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

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

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

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

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

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

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

    .nav-scrollable[b-l2kemcwpad] {
        /* 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-dp91apj9bi] {
    display: flex;
    align-items: center;
}

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

.input-group .mud-button[b-dp91apj9bi] {
    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-dpm1w9c35q] {
    display: flex;
    min-height: 100vh;
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: 'DIN Pro', 'Segoe UI', Arial, Helvetica, sans-serif;
}

/* Left panel - Lappeenranta harbor image */
.login-image-panel[b-dpm1w9c35q] {
    flex: 1 1 55%;
    position: relative;
    background: url('login-bg.jpg') left top/auto 100% no-repeat;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    overflow: hidden;
}

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

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

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

.login-logo[b-dpm1w9c35q] {
    height: 40px;
    width: auto;
    margin-bottom: 1rem;
}

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

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

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

.login-logout-icon[b-dpm1w9c35q] {
    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-dpm1w9c35q] {
    color: #2e7d32;
    margin: 0;
    font-size: 0.95rem;
}

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

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

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

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

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

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

.login-button-primary[b-dpm1w9c35q] {
    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-dpm1w9c35q] {
    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-dpm1w9c35q] {
    outline: 2px solid #3a7bd5;
    outline-offset: 2px;
}

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

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

/* Secondary button */
.login-button-secondary[b-dpm1w9c35q] {
    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-dpm1w9c35q] {
    background-color: rgba(58, 123, 213, 0.07);
}

.login-button-secondary:focus-visible[b-dpm1w9c35q] {
    outline: 2px solid #3a7bd5;
    outline-offset: 2px;
}

/* Email form */
.login-email-form[b-dpm1w9c35q] {
    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-dpm1w9c35q] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

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

.login-email-input[b-dpm1w9c35q] {
    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-dpm1w9c35q] {
    border-color: #3a7bd5;
    outline: none;
    box-shadow: 0 0 0 3px rgba(58, 123, 213, 0.15);
}

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

.login-button-send[b-dpm1w9c35q] {
    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-dpm1w9c35q] {
    background-color: #2a5fa5;
}

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

.login-button-send:focus-visible[b-dpm1w9c35q] {
    outline: 2px solid #3a7bd5;
    outline-offset: 2px;
}

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

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

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

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

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

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

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

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

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

.statement-readonly-meta-label[b-aj7t7w6d2t] {
    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-aj7t7w6d2t] {
    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-aj7t7w6d2t] {
        text-align: right;
    }
}

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

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

.statement-readonly-section-heading[b-aj7t7w6d2t] {
    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-aj7t7w6d2t] {
    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-aj7t7w6d2t] {
        max-width: none;
    }

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

    .statement-readonly-doc-title[b-aj7t7w6d2t] {
        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-aj7t7w6d2t] {
        margin-top: 0 !important;
        margin-bottom: 3mm !important;
    }

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

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

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

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

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

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

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

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

.statement-readonly-meta-label[b-rhvwyiz8dx] {
    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-rhvwyiz8dx] {
    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-rhvwyiz8dx] {
        text-align: right;
    }
}

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

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

.statement-readonly-section-heading[b-rhvwyiz8dx] {
    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-rhvwyiz8dx] {
    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-rhvwyiz8dx] {
        max-width: none;
    }

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

    .statement-readonly-doc-title[b-rhvwyiz8dx] {
        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-rhvwyiz8dx] {
        margin-top: 0 !important;
        margin-bottom: 3mm !important;
    }

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

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

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

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

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

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

    .statement-readonly-meta-value[b-rhvwyiz8dx] {
        font-weight: 400 !important;
    }
}
/* /Components/Pages/PublicationDetailForm.razor.rz.scp.css */
.publication-date-instruction[b-2eskcmfyrj] {
    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-2eskcmfyrj] (.mud-input-outlined),
.publication-status-comment-readonly[b-2eskcmfyrj] (fieldset) {
    border-color: var(--mud-palette-lines-default) !important;
}

.publication-status-comment-readonly:focus-within[b-2eskcmfyrj] (.mud-input-outlined),
.publication-status-comment-readonly:focus-within[b-2eskcmfyrj] (fieldset),
.publication-status-comment-readonly[b-2eskcmfyrj] (.mud-input-outlined.mud-input-focused),
.publication-status-comment-readonly[b-2eskcmfyrj] (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-elqnhzc2ww] {
    cursor: pointer;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.study-selection-item:hover[b-elqnhzc2ww] {
    border-color: var(--mud-palette-primary) !important;
}
/* /Components/Shared/UserMenu.razor.rz.scp.css */
.dashboard-user-menu-container[b-ethv4v2ohg] {
    position: relative;
}

.dashboard-user-info[b-ethv4v2ohg] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    cursor: pointer;
    user-select: none;
    padding: 0.25rem;
    border-radius: 4px;
    transition: background-color 0.2s;
}

.dashboard-user-info:hover[b-ethv4v2ohg] {
    background-color: rgba(0, 0, 0, 0.05);
}

.dashboard-user-initials[b-ethv4v2ohg] {
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    border-radius: 50%;
    background: linear-gradient(135deg, #00A651 0%, #FF6B35 100%);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 0.875rem;
    flex-shrink: 0;
    line-height: 1;
}

.dashboard-user-name[b-ethv4v2ohg] {
    font-size: 0.875rem;
    color: #333333;
    font-weight: 500;
    white-space: nowrap;
}

.dashboard-user-menu-dropdown[b-ethv4v2ohg] {
    position: absolute;
    top: calc(100% + 0.5rem);
    right: 0;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    min-width: 150px;
    z-index: 1001;
    overflow: hidden;
}

.dashboard-user-menu-item[b-ethv4v2ohg] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    width: 100%;
    padding: 0.75rem 1rem;
    text-align: left;
    background: none;
    border: none;
    color: #333333;
    font-size: 0.875rem;
    cursor: pointer;
    transition: background-color 0.2s;
}

.dashboard-user-menu-item:hover[b-ethv4v2ohg] {
    background-color: #f5f5f5;
}

.dashboard-user-menu-item i[b-ethv4v2ohg] {
    font-size: 1rem;
}

.dashboard-menu-overlay[b-ethv4v2ohg] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    background: transparent;
}
