/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-vujbdretu4] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.navbar[b-vujbdretu4] {
    box-shadow: 0 2px 4px rgba(0,0,0,.1);
}

.navbar-brand[b-vujbdretu4] {
    font-weight: 600;
    font-size: 1.25rem;
}

.footer[b-vujbdretu4] {
    border-top: 1px solid #dee2e6;
}

main[b-vujbdretu4] {
    flex: 1 0 auto;
}

/* #blazor-error-ui styles moved to app.css to avoid scoping issues */

/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-k1ldh26r77],
.components-reconnect-repeated-attempt-visible[b-k1ldh26r77],
.components-reconnect-failed-visible[b-k1ldh26r77],
.components-pause-visible[b-k1ldh26r77],
.components-resume-failed-visible[b-k1ldh26r77],
.components-rejoining-animation[b-k1ldh26r77] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-k1ldh26r77],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-k1ldh26r77],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-k1ldh26r77],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-k1ldh26r77],
#components-reconnect-modal.components-reconnect-retrying[b-k1ldh26r77],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-k1ldh26r77],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-k1ldh26r77],
#components-reconnect-modal.components-reconnect-failed[b-k1ldh26r77],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-k1ldh26r77] {
    display: block;
}


#components-reconnect-modal[b-k1ldh26r77] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-k1ldh26r77 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-k1ldh26r77 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-k1ldh26r77 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-k1ldh26r77]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-k1ldh26r77 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-k1ldh26r77 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-k1ldh26r77 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-k1ldh26r77 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-k1ldh26r77] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-k1ldh26r77] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-k1ldh26r77] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-k1ldh26r77] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-k1ldh26r77] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-k1ldh26r77] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-k1ldh26r77] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-k1ldh26r77 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-k1ldh26r77] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-k1ldh26r77 {
    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/Admin/QuestionManagement.razor.rz.scp.css */
.question-list[b-8b01mvqom2] {
    margin: 0;
    padding: 0;
}

.question-item[b-8b01mvqom2] {
    transition: all 0.2s ease;
    border-left: 4px solid transparent;
    cursor: move;
}

.question-item:hover[b-8b01mvqom2] {
    border-left-color: var(--rz-primary);
    box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.1);
}

.question-item.dragging[b-8b01mvqom2] {
    opacity: 0.5;
    border-left-color: var(--rz-info);
}

.question-item.drag-over[b-8b01mvqom2] {
    border-left-color: var(--rz-success);
    background-color: rgba(40, 167, 69, 0.05);
    transform: translateY(-2px);
    box-shadow: 0 0.5rem 1rem rgba(40, 167, 69, 0.2);
}

.drag-handle[b-8b01mvqom2] {
    color: #999;
    cursor: grab;
    display: flex;
    align-items: center;
    font-size: 1.2rem;
    padding: 0.25rem;
}

.drag-handle:active[b-8b01mvqom2] {
    cursor: grabbing;
}

.drag-handle:hover[b-8b01mvqom2] {
    color: var(--rz-primary);
}

.question-order-number[b-8b01mvqom2] {
    min-width: 40px;
    text-align: center;
    font-weight: 700;
    color: #6c757d;
    font-size: 0.95rem;
}

.question-item .card-body[b-8b01mvqom2] {
    padding: 1rem;
}

.question-item h5[b-8b01mvqom2] {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}
/* /Components/Pages/Dashboard.razor.rz.scp.css */
.compliance-gauge[b-u7dbzmcf89] {
    max-width: 80px;
}

.compliance-gauge-header[b-u7dbzmcf89] {
    width: 70px;
    flex-shrink: 0;
}
/* /Components/Pages/News.razor.rz.scp.css */
.news-card[b-fut8fjgqyv] {
    cursor: pointer;
    transition: all 0.3s ease;
    border: 1px solid #dee2e6;
    overflow: hidden;
}

.news-card:hover[b-fut8fjgqyv] {
    box-shadow: 0 8px 16px rgba(0,0,0,0.1);
    transform: translateY(-4px);
}

.news-card-image[b-fut8fjgqyv] {
    height: 200px;
    overflow: hidden;
    background: #f8f9fa;
}

.news-card-image img[b-fut8fjgqyv] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.news-card:hover .news-card-image img[b-fut8fjgqyv] {
    transform: scale(1.05);
}

.news-card-placeholder[b-fut8fjgqyv] {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.placeholder-content[b-fut8fjgqyv] {
    font-size: 4rem;
    color: rgba(255, 255, 255, 0.8);
}

.card-title[b-fut8fjgqyv] {
    font-weight: 600;
    color: #333;
    margin-bottom: 1rem;
    line-height: 1.3;
}

.card-text[b-fut8fjgqyv] {
    font-size: 0.95rem;
    line-height: 1.6;
}

.card-footer-meta[b-fut8fjgqyv] {
    background: transparent;
    border-color: #e9ecef !important;
}

.card-footer-meta i[b-fut8fjgqyv] {
    margin-right: 0.35rem;
}
/* /Components/Pages/NewsArticle.razor.rz.scp.css */
/* Full-width layout */
.news-article-full-width[b-u91nx2cd7y] {
    width: 100%;
    margin: 0;
    padding: 0;
}

/* Custom Container Widths */
.container-narrow[b-u91nx2cd7y] {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.container-medium[b-u91nx2cd7y] {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.container-wide[b-u91nx2cd7y] {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

/* Header Section - with background and contained */
.article-header-section[b-u91nx2cd7y] {
    border-bottom: 1px solid #e5e7eb;
    padding: 2rem 0 1.5rem;
    margin-bottom: 2rem;
}

.article-header[b-u91nx2cd7y] {
    margin-bottom: 0;
}

.article-title[b-u91nx2cd7y] {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #1a1a1a;
}

.article-meta[b-u91nx2cd7y] {
    font-size: 0.9rem;
    color: #666;
}

.article-meta i[b-u91nx2cd7y] {
    margin-right: 0.25rem;
}

/* Content Section - full width */
.article-content-section[b-u91nx2cd7y] {
    padding: 3rem 0;
    min-height: 400px;
}

.article-content-flow[b-u91nx2cd7y] {
    background: white;
    padding: 3rem;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    max-width: 900px;
    margin: 0 auto;
}

/* Custom Layout Styling */
.article-content-custom[b-u91nx2cd7y] {
    background: white;
    padding: 3rem;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.layout-section[b-u91nx2cd7y] {
    margin-bottom: 2rem;
}

/* Single Column Layout - content flows vertically at all screen sizes */

/* Grid Item Styling */
.grid-item[b-u91nx2cd7y] {
    break-inside: avoid;
    page-break-inside: avoid;
}

/* Web Part Content */
.webpart-content[b-u91nx2cd7y] {
    margin-bottom: 1.5rem;
    line-height: 1.8;
}

.webpart-content h1[b-u91nx2cd7y], .webpart-content h2[b-u91nx2cd7y], .webpart-content h3[b-u91nx2cd7y] {
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.webpart-content h1[b-u91nx2cd7y] {
    font-size: 2rem;
}

.webpart-content h2[b-u91nx2cd7y] {
    font-size: 1.5rem;
}

.webpart-content h3[b-u91nx2cd7y] {
    font-size: 1.25rem;
}

.webpart-content p[b-u91nx2cd7y] {
    margin-bottom: 1rem;
}

.webpart-content ul[b-u91nx2cd7y], .webpart-content ol[b-u91nx2cd7y] {
    margin-bottom: 1rem;
    padding-left: 2rem;
}

.webpart-content li[b-u91nx2cd7y] {
    margin-bottom: 0.5rem;
}

.webpart-content a[b-u91nx2cd7y] {
    color: #0066cc;
    text-decoration: underline;
}

.webpart-content a:hover[b-u91nx2cd7y] {
    color: #004499;
}

/* Images */
.article-image[b-u91nx2cd7y] {
    margin: 1.5rem 0;
}

.article-image img[b-u91nx2cd7y] {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.figure-caption[b-u91nx2cd7y] {
    font-style: italic;
    color: #666;
    font-size: 0.9rem;
    margin-top: 0.5rem;
}

/* Footer Section */
.article-footer-section[b-u91nx2cd7y] {
    background: white;
    border-top: 1px solid #e5e7eb;
    padding: 1.5rem 0 2rem;
}

.article-footer[b-u91nx2cd7y] {
    margin-bottom: 0;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .article-title[b-u91nx2cd7y] {
        font-size: 1.75rem;
    }

    .article-content-flow[b-u91nx2cd7y] {
        padding: 1.5rem;
    }
}
/* /Components/Pages/StaffDashboard.razor.rz.scp.css */
/* Custom tab styling for better visibility */
[b-nldrhu7o2h] .rz-tabview-nav-link {
    border-radius: 8px 8px 0 0;
    margin-right: 4px;
    transition: all 0.2s ease;
}

[b-nldrhu7o2h] .rz-tabview-nav-link:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

[b-nldrhu7o2h] .rz-tabview-nav-link.rz-state-active {
    border-bottom: 3px solid #0d6efd;
    box-shadow: 0 -2px 8px rgba(0,0,0,0.15);
}

[b-nldrhu7o2h] .rz-tabview-panels {
    border: 1px solid #dee2e6;
    border-radius: 0 8px 8px 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    background-color: white;
}

/* Compliance rating badge colors */
/* Note: Approval status badges (Approved/RFI/Rejected) are styled in app.css */
/* These are for other badge types if needed */
/* /Components/Pages/UnitReview.razor.rz.scp.css */


/* Tab styling with background colors */
.nav-tabs[b-fwpdge4ktq] {
    background-color: rgba(255, 255, 255, 0.95);
    padding: 10px 10px 0 10px;
    border-radius: 8px 8px 0 0;
}

.nav-tabs .nav-link[b-fwpdge4ktq] {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    color: #495057;
    margin-right: 4px;
    border-radius: 6px 6px 0 0;
}

.nav-tabs .nav-link:hover[b-fwpdge4ktq] {
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.nav-tabs .nav-link.active[b-fwpdge4ktq] {
    background-color: #ffffff;
    border-bottom-color: transparent;
    font-weight: 600;
    color: #0d6efd;
}

/* Button container with background */
.action-buttons[b-fwpdge4ktq] {
    background-color: rgba(255, 255, 255, 0.95);
    padding: 15px;
    border-radius: 8px;
    display: inline-block;
}

.timeline-item[b-fwpdge4ktq] {
    position: relative;
}

.timeline-item:not(:last-child)[b-fwpdge4ktq]::before {
    content: '';
    position: absolute;
    left: 20px;
    top: 50px;
    bottom: -30px;
    width: 2px;
    background-color: #dee2e6;
}
/* /Components/Shared/ComplianceGauge.razor.rz.scp.css */
.compliance-gauge-container[b-hz0py8rcxl] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.compliance-gauge[b-hz0py8rcxl] {
    width: 100%;
    height: auto;
    display: block;
}

.gauge-small[b-hz0py8rcxl] {
    width: 70px;
    min-width: 70px;
}

.gauge-small .compliance-gauge[b-hz0py8rcxl] {
    max-width: 70px;
    width: 70px;
}

.gauge-medium[b-hz0py8rcxl] {
    width: 120px;
    min-width: 120px;
}

.gauge-medium .compliance-gauge[b-hz0py8rcxl] {
    max-width: 120px;
    width: 120px;
}

.gauge-large[b-hz0py8rcxl] {
    width: 180px;
    min-width: 180px;
}

.gauge-large .compliance-gauge[b-hz0py8rcxl] {
    max-width: 180px;
    width: 180px;
}

.compliance-gauge-label[b-hz0py8rcxl] {
    text-align: center;
    margin-top: 8px;
    font-size: 0.9rem;
}
/* /Components/Staff/ComplianceRatingDialog.razor.rz.scp.css */
.rating-indicator[b-gk34j5cl9y] {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    flex-shrink: 0;
    margin-top: 4px;
}

.compliance-rating-dialog .btn[b-gk34j5cl9y] {
    transition: all 0.2s ease;
    padding: 16px;
}

.compliance-rating-dialog .btn:hover:not(:disabled)[b-gk34j5cl9y] {
    transform: translateX(4px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}

.compliance-rating-dialog .btn p[b-gk34j5cl9y] {
    line-height: 1.4;
    margin-top: 4px;
}
/* /Components/Staff/DocumentReviewDialog.razor.rz.scp.css */
.document-review-container[b-fab3sk86u0] {
    max-width: 100%;
}
