/* /Components/Layout/MainLayout.razor.rz.scp.css */
.nx-app[b-nnhj6ddcom] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background: var(--nx-bg-warm, #f7f4f1);
}

.nx-main[b-nnhj6ddcom] {
    flex: 1;
    background: var(--nx-bg-warm, #f7f4f1);
    padding: 1rem 0;
}

.nx-container[b-nnhj6ddcom] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.nx-footer[b-nnhj6ddcom] {
    background: var(--nx-primary, #1a1a1a);
    color: #999;
    padding: 2rem 0;
    text-align: center;
    font-size: 0.8rem;
    letter-spacing: 0.01em;
}

.nx-footer p[b-nnhj6ddcom] {
    margin: 0;
}

#blazor-error-ui[b-nnhj6ddcom] {
    color-scheme: light only;
    background: #fff3cd;
    bottom: 0;
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.15);
    display: none;
    left: 0;
    padding: 0.75rem 1.5rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
    border-top: 3px solid #e6940a;
}

#blazor-error-ui .dismiss[b-nnhj6ddcom] {
    cursor: pointer;
    position: absolute;
    right: 1rem;
    top: 0.5rem;
}

@media (max-width: 768px) {
    .nx-main[b-nnhj6ddcom] {
        padding: 0.5rem 0;
    }
    
    .nx-container[b-nnhj6ddcom] {
        padding: 0 1rem;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
/* NowExpress Top Navigation — Premium Clean Design
   Matches https://nowexpress.ph/ branding */

.nx-navbar[b-zcywywc0s0] {
    background: #fff;
    border-bottom: 1px solid var(--nx-border, #e0ddd9);
    padding: 0 1.5rem;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.nx-navbar-container[b-zcywywc0s0] {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 64px;
    gap: 2rem;
}

/* Brand — black text, minimal */
.nx-brand[b-zcywywc0s0] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 700;
    font-size: 1.2rem;
    color: var(--nx-primary, #1a1a1a);
    text-decoration: none;
    transition: opacity 0.2s;
    flex-shrink: 0;
    letter-spacing: -0.02em;
}

.nx-brand:hover[b-zcywywc0s0] {
    opacity: 0.7;
    color: var(--nx-primary, #1a1a1a);
}

.nx-brand-icon[b-zcywywc0s0] {
    width: 28px;
    height: 28px;
}

/* Nav Links — Desktop */
.nx-nav-links[b-zcywywc0s0] {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    flex: 1;
    justify-content: flex-start;
}

.nx-nav-link[b-zcywywc0s0] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1.25rem;
    font-size: 0.85rem;
    font-weight: 500;
    color: var(--nx-text-muted, #666);
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.15s ease;
    white-space: nowrap;
}

.nx-nav-link svg[b-zcywywc0s0] {
    width: 17px;
    height: 17px;
    flex-shrink: 0;
}

.nx-nav-link:hover[b-zcywywc0s0] {
    color: var(--nx-primary, #1a1a1a);
    background: var(--nx-bg-warm, #f7f4f1);
}

.nx-nav-link.active[b-zcywywc0s0] {
    color: var(--nx-primary, #1a1a1a);
    background: var(--nx-bg-warm, #f7f4f1);
    font-weight: 600;
}

/* Auth Section */
.nx-nav-auth[b-zcywywc0s0] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-shrink: 0;
}

.nx-user-link[b-zcywywc0s0] {
    max-width: 160px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nx-btn-primary[b-zcywywc0s0] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.625rem 1.5rem;
    font-size: 0.85rem;
    font-weight: 600;
    color: #fff;
    background: var(--nx-primary, #1a1a1a);
    border: none;
    border-radius: 20px;
    text-decoration: none;
    transition: all 0.2s ease;
    cursor: pointer;
    letter-spacing: 0.01em;
}

.nx-btn-primary:hover[b-zcywywc0s0] {
    background: var(--nx-primary-hover, #333);
    color: #fff;
}

.nx-btn-logout[b-zcywywc0s0] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.625rem 1.25rem;
    font-size: 0.85rem;
    font-weight: 500;
    color: var(--nx-text-muted, #666);
    background: transparent;
    border: 1px solid var(--nx-border, #e0ddd9);
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.15s ease;
}

.nx-btn-logout:hover[b-zcywywc0s0] {
    color: var(--nx-danger, #dc3545);
    border-color: var(--nx-danger, #dc3545);
    background: #fef2f2;
}

/* Mobile Menu Toggle */
.nx-menu-toggle[b-zcywywc0s0] {
    display: none;
    padding: 0.5rem;
    background: none;
    border: none;
    cursor: pointer;
    color: var(--nx-primary, #1a1a1a);
    border-radius: 8px;
    transition: background 0.15s;
}

.nx-menu-toggle:hover[b-zcywywc0s0] {
    background: var(--nx-bg-warm, #f7f4f1);
}

.nx-menu-toggle svg[b-zcywywc0s0] {
    width: 24px;
    height: 24px;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .nx-navbar[b-zcywywc0s0] {
        padding: 0 1rem;
    }

    .nx-navbar-container[b-zcywywc0s0] {
        height: 56px;
        gap: 1rem;
    }

    .nx-menu-toggle[b-zcywywc0s0] {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .nx-nav-links[b-zcywywc0s0],
    .nx-nav-auth[b-zcywywc0s0] {
        display: none;
        position: fixed;
        top: 56px;
        left: 0;
        right: 0;
        bottom: 0;
        background: #fff;
        flex-direction: column;
        align-items: stretch;
        padding: 0.75rem 1rem;
        gap: 0.25rem;
        overflow-y: auto;
        z-index: 999;
        animation: slideDown-b-zcywywc0s0 0.2s ease;
    }

    @keyframes slideDown-b-zcywywc0s0 {
        from {
            opacity: 0;
            transform: translateY(-10px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    .nx-nav-links.open[b-zcywywc0s0] {
        display: flex;
    }

    .nx-nav-auth.open[b-zcywywc0s0] {
        display: flex;
        position: fixed;
        top: auto;
        bottom: 0;
        left: 0;
        right: 0;
        height: auto;
        padding: 1.5rem;
        border-top: 1px solid var(--nx-border, #e0ddd9);
        background: #fff;
        box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.06);
    }

    .nx-nav-link[b-zcywywc0s0] {
        padding: 0.75rem 1rem;
        border-radius: 8px;
        font-size: 0.95rem;
    }

    .nx-nav-link svg[b-zcywywc0s0] {
        width: 20px;
        height: 20px;
    }

    .nx-btn-primary[b-zcywywc0s0],
    .nx-btn-logout[b-zcywywc0s0] {
        width: 100%;
        justify-content: center;
        padding: 1rem 1.25rem;
        font-size: 1rem;
    }

    .nx-user-link[b-zcywywc0s0] {
        max-width: none;
    }
}

/* Dropdown Styles */
.nx-dropdown[b-zcywywc0s0] {
    position: relative;
    display: inline-block;
}

.nx-dropdown-toggle[b-zcywywc0s0] {
    background: none;
    border: none;
    cursor: pointer;
    font-family: inherit;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    color: var(--nx-primary);
}

.nx-dropdown-arrow[b-zcywywc0s0] {
    width: 14px;
    height: 14px;
    margin-left: -2px;
    transition: transform 0.2s ease;
    opacity: 0.5;
}

.nx-dropdown-arrow.open[b-zcywywc0s0] {
    transform: rotate(180deg);
}

.nx-dropdown-menu[b-zcywywc0s0] {
    position: absolute;
    top: calc(100% + 5px);
    left: 0;
    background: #fff;
    border: 1px solid var(--nx-border, #e0ddd9);
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    min-width: 220px;
    z-index: 1001;
    padding: 0.5rem;
    display: flex;
    flex-direction: column;
    gap: 2px;
    animation: dropdownFade-b-zcywywc0s0 0.2s ease;
}

@keyframes dropdownFade-b-zcywywc0s0 {
    from {
        opacity: 0;
        transform: translateY(-8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.nx-dropdown-menu .nx-nav-link[b-zcywywc0s0] {
    width: 100%;
    padding: 0.625rem 1rem;
}

.nx-hide-desktop[b-zcywywc0s0] {
    display: none !important;
}

.nx-hide-mobile[b-zcywywc0s0] {
    display: flex !important;
}

@media (max-width: 768px) {
    .nx-hide-desktop[b-zcywywc0s0] {
        display: flex !important;
    }

    .nx-hide-mobile[b-zcywywc0s0] {
        display: none !important;
    }

    .nx-dropdown[b-zcywywc0s0] {
        display: block;
    }
}

.nx-mobile-nav-group[b-zcywywc0s0] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    padding-left: 0.5rem;
    border-left: 2px solid var(--nx-border, #e0ddd9);
    margin: 0.5rem 0 0.5rem 0.5rem;
}

.nx-mobile-nav-group-title[b-zcywywc0s0] {
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--nx-text-muted, #666);
    padding: 0.25rem 0.5rem;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-chvb3nm3jv],
.components-reconnect-repeated-attempt-visible[b-chvb3nm3jv],
.components-reconnect-failed-visible[b-chvb3nm3jv],
.components-pause-visible[b-chvb3nm3jv],
.components-resume-failed-visible[b-chvb3nm3jv],
.components-rejoining-animation[b-chvb3nm3jv] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-chvb3nm3jv],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-chvb3nm3jv],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-chvb3nm3jv],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-chvb3nm3jv],
#components-reconnect-modal.components-reconnect-retrying[b-chvb3nm3jv],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-chvb3nm3jv],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-chvb3nm3jv],
#components-reconnect-modal.components-reconnect-failed[b-chvb3nm3jv],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-chvb3nm3jv] {
    display: block;
}


#components-reconnect-modal[b-chvb3nm3jv] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-chvb3nm3jv 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-chvb3nm3jv 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-chvb3nm3jv 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-chvb3nm3jv]::backdrop {
    background-color: rgba(0, 0, 0, 0.5);
    animation: components-reconnect-modal-fadeInOpacity-b-chvb3nm3jv 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-chvb3nm3jv {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-chvb3nm3jv {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-chvb3nm3jv {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-chvb3nm3jv] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-chvb3nm3jv] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-chvb3nm3jv] {
    border: 0;
    background-color: #1a1a1a;
    color: white;
    padding: 8px 24px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 13px;
    cursor: pointer;
    transition: background-color 0.2s;
}

    #components-reconnect-modal button:hover[b-chvb3nm3jv] {
        background-color: #333;
    }

    #components-reconnect-modal button:active[b-chvb3nm3jv] {
        background-color: #000;
    }

.components-rejoining-animation[b-chvb3nm3jv] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-chvb3nm3jv] {
        position: absolute;
        border: 3px solid #1a1a1a;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-chvb3nm3jv 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-chvb3nm3jv] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-chvb3nm3jv {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Expert/ResponseDetailPage.razor.rz.scp.css */
.review-layout[b-6mqpqp5shp] {
    display: flex;
    flex-direction: column;
    min-height: calc(100vh - 120px);
}

.review-main[b-6mqpqp5shp] {
    display: flex;
    flex-direction: column;
    flex: 1;
}

/* Desktop: Side-by-side layout */
@media (min-width: 992px) {
    .review-main[b-6mqpqp5shp] {
        flex-direction: row;
        gap: 1.5rem;
    }
    
    .review-sidebar[b-6mqpqp5shp] {
        width: 320px;
        flex-shrink: 0;
        position: sticky;
        top: 80px;
        height: fit-content;
        max-height: calc(100vh - 160px);
        overflow-y: auto;
    }
    
    .review-content[b-6mqpqp5shp] {
        flex: 1;
        min-width: 0;
    }
    
    .mobile-only[b-6mqpqp5shp] {
        display: none !important;
    }
}

/* Mobile: Stack layout */
@media (max-width: 991.98px) {
    .review-sidebar[b-6mqpqp5shp] {
        display: none;
    }
    
    .mobile-only[b-6mqpqp5shp] {
        display: block;
    }
}

.score-display[b-6mqpqp5shp] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1.5rem;
    background: linear-gradient(135deg, var(--nx-primary) 0%, var(--nx-primary-dark) 100%);
    border-radius: 12px;
    color: white;
    margin-bottom: 1rem;
}

.score-display-sm[b-6mqpqp5shp] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1rem;
    background: linear-gradient(135deg, var(--nx-primary) 0%, var(--nx-primary-dark) 100%);
    border-radius: 8px;
    color: white;
    margin-bottom: 0.75rem;
}

.score-value[b-6mqpqp5shp] {
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1;
}

.score-value-sm[b-6mqpqp5shp] {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
}

.score-label[b-6mqpqp5shp] {
    font-size: 0.875rem;
    opacity: 0.9;
    margin-top: 0.25rem;
}

.assessment-guidelines[b-6mqpqp5shp] {
    background: var(--nx-primary-light);
    border-radius: 8px;
    padding: 1rem;
}

.assessment-guidelines pre[b-6mqpqp5shp] {
    white-space: pre-wrap;
    word-wrap: break-word;
    font-family: inherit;
    font-size: 0.875rem;
    margin: 0;
    color: var(--nx-primary-dark);
}

.doctor-panel-title[b-6mqpqp5shp] {
    color: var(--nx-primary-dark);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    margin-top: 0.75rem;
    margin-bottom: 0.35rem;
    text-transform: uppercase;
}

.doctor-panel-item[b-6mqpqp5shp] {
    color: var(--nx-primary-dark);
    font-size: 0.875rem;
    line-height: 1.35;
    margin-bottom: 0.25rem;
}

.review-bottom-panel[b-6mqpqp5shp] {
    background: white;
    border-top: 1px solid var(--nx-border);
    padding: 1rem 0;
    margin-top: auto;
    box-shadow: 0 -4px 12px rgba(0,0,0,0.05);
}

.review-form-inline[b-6mqpqp5shp] {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    flex-wrap: wrap;
}

.review-remarks-input[b-6mqpqp5shp] {
    flex: 1;
    min-width: 200px;
}

.review-buttons[b-6mqpqp5shp] {
    display: flex;
    gap: 0.75rem;
    flex-shrink: 0;
}

.form-tag-badge[b-6mqpqp5shp] {
    font-size: 0.65rem;
    padding: 0.15rem 0.4rem;
    background: var(--nx-secondary);
    color: white;
    border-radius: 4px;
}

@media (max-width: 767.98px) {
    .review-form-inline[b-6mqpqp5shp] {
        flex-direction: column;
    }
    
    .review-remarks-input[b-6mqpqp5shp] {
        width: 100%;
    }
    
    .review-buttons[b-6mqpqp5shp] {
        width: 100%;
    }
    
    .review-buttons button[b-6mqpqp5shp] {
        flex: 1;
    }
}
