/* /Components/Candidates/CoPilotPanel.razor.rz.scp.css */
/* CoPilotPanel scoped styles */

.copilot-panel[b-lrxub67w2t] {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 1.25rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.copilot-header[b-lrxub67w2t] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
    padding-bottom: 0.75rem;
    border-bottom: 2px solid #e5e7eb;
}

.copilot-title[b-lrxub67w2t] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.copilot-title h5[b-lrxub67w2t] {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 600;
    color: #1f2937;
}

.copilot-icon[b-lrxub67w2t] {
    color: #6366f1;
    font-size: 1.2rem;
}

[b-lrxub67w2t] .copilot-refresh-btn {
    color: #6b7280 !important;
    transition: color 0.2s;
}

[b-lrxub67w2t] .copilot-refresh-btn:hover {
    color: #6366f1 !important;
}

/* Loading State */
.copilot-loading[b-lrxub67w2t] {
    text-align: center;
    padding: 2rem 1rem;
}

/* Error State */
.copilot-error[b-lrxub67w2t] {
    text-align: center;
    padding: 1.5rem 1rem;
    background: #fef3c7;
    border-radius: 6px;
}

.copilot-error i[b-lrxub67w2t] {
    font-size: 1.5rem;
    display: block;
    margin-bottom: 0.5rem;
}

.copilot-error p[b-lrxub67w2t] {
    margin-bottom: 0.75rem;
    color: #92400e;
}

/* Empty State */
.copilot-empty[b-lrxub67w2t] {
    text-align: center;
    padding: 2rem 1rem;
}

.copilot-empty > i[b-lrxub67w2t] {
    font-size: 2.5rem;
    display: block;
    margin-bottom: 0.75rem;
}

/* Sections */
.copilot-section[b-lrxub67w2t] {
    margin-bottom: 1.25rem;
}

.copilot-section-title[b-lrxub67w2t] {
    font-size: 0.95rem;
    font-weight: 600;
    color: #374151;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

/* Narrative */
.copilot-narrative p[b-lrxub67w2t] {
    color: #4b5563;
    line-height: 1.65;
    margin-bottom: 0.75rem;
    font-size: 0.93rem;
}

.copilot-narrative p:last-child[b-lrxub67w2t] {
    margin-bottom: 0;
}

/* Lists */
.copilot-list[b-lrxub67w2t] {
    list-style: none;
    padding: 0;
    margin: 0;
}

.copilot-list li[b-lrxub67w2t] {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    padding: 0.4rem 0.6rem;
    border-radius: 4px;
    margin-bottom: 0.25rem;
    font-size: 0.9rem;
    color: #374151;
    line-height: 1.5;
}

.copilot-list li:hover[b-lrxub67w2t] {
    background: #f9fafb;
}

.list-icon[b-lrxub67w2t] {
    font-weight: bold;
    flex-shrink: 0;
    width: 1.2rem;
    text-align: center;
    margin-top: 0.1rem;
}

/* Strengths list */
.copilot-list-strengths li[b-lrxub67w2t] {
    border-left: 3px solid #10b981;
    padding-left: 0.75rem;
}

/* Improvement list */
.copilot-list-improvement li[b-lrxub67w2t] {
    border-left: 3px solid #f59e0b;
    padding-left: 0.75rem;
}

/* Insights list */
.copilot-list-insights li[b-lrxub67w2t] {
    border-left: 3px solid #3b82f6;
    padding-left: 0.75rem;
}

/* Recommended Questions Tabs */
[b-lrxub67w2t] .copilot-tabs .e-tab-header {
    background: #f9fafb;
    border-radius: 6px 6px 0 0;
}

[b-lrxub67w2t] .copilot-tabs .e-tab-header .e-toolbar-item .e-tab-text {
    font-size: 0.85rem;
    font-weight: 500;
}

.copilot-questions-list[b-lrxub67w2t] {
    padding: 0.5rem 0;
}

.copilot-question-item[b-lrxub67w2t] {
    padding: 0.6rem 0.75rem;
    border-bottom: 1px solid #f3f4f6;
    transition: background 0.15s;
}

.copilot-question-item:last-child[b-lrxub67w2t] {
    border-bottom: none;
}

.copilot-question-item:hover[b-lrxub67w2t] {
    background: #f9fafb;
}

.question-text[b-lrxub67w2t] {
    font-size: 0.9rem;
    color: #1f2937;
    line-height: 1.5;
    margin-bottom: 0.25rem;
}

.question-rationale[b-lrxub67w2t] {
    padding-left: 1.5rem;
    margin-top: 0.2rem;
}

.question-rationale small[b-lrxub67w2t] {
    font-style: italic;
    font-size: 0.8rem;
}

/* Footer */
.copilot-footer[b-lrxub67w2t] {
    margin-top: 1rem;
    padding-top: 0.75rem;
    border-top: 1px solid #e5e7eb;
    text-align: right;
}
/* /Components/Candidates/DocumentChecklist.razor.rz.scp.css */
/* DocumentChecklist scoped styles */

.doc-checklist-panel[b-olfakfuc38] {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 1.25rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.doc-checklist-header[b-olfakfuc38] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
    padding-bottom: 0.75rem;
    border-bottom: 2px solid #e5e7eb;
}

.doc-checklist-title[b-olfakfuc38] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.doc-checklist-title h5[b-olfakfuc38] {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 600;
    color: #1f2937;
}

.doc-checklist-icon[b-olfakfuc38] {
    color: #6366f1;
    font-size: 1.2rem;
}

.doc-count-badge[b-olfakfuc38] {
    background: #e0e7ff;
    color: #4338ca;
    font-size: 0.8rem;
    font-weight: 600;
    padding: 0.15rem 0.5rem;
    border-radius: 10px;
    margin-left: 0.25rem;
}

[b-olfakfuc38] .doc-refresh-btn {
    color: #6b7280 !important;
    transition: color 0.2s;
}

[b-olfakfuc38] .doc-refresh-btn:hover {
    color: #6366f1 !important;
}

/* Loading State */
.doc-loading[b-olfakfuc38] {
    text-align: center;
    padding: 2rem 1rem;
}

/* Error State */
.doc-error[b-olfakfuc38] {
    text-align: center;
    padding: 1.5rem 1rem;
    background: #fef3c7;
    border-radius: 6px;
}

.doc-error i[b-olfakfuc38] {
    font-size: 1.5rem;
    display: block;
    margin-bottom: 0.5rem;
}

.doc-error p[b-olfakfuc38] {
    margin-bottom: 0.75rem;
    color: #92400e;
}

/* Document List */
.doc-list[b-olfakfuc38] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.doc-row[b-olfakfuc38] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem;
    border: 1px solid #f3f4f6;
    border-radius: 6px;
    transition: background 0.15s, border-color 0.15s;
}

.doc-row:hover[b-olfakfuc38] {
    background: #f9fafb;
    border-color: #e5e7eb;
}

.doc-optional[b-olfakfuc38] {
    opacity: 0.85;
}

.doc-info[b-olfakfuc38] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    flex: 1;
    min-width: 200px;
}

.doc-type-icon[b-olfakfuc38] {
    font-size: 1.25rem;
    color: #6366f1;
    width: 2rem;
    text-align: center;
    flex-shrink: 0;
}

.doc-details[b-olfakfuc38] {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
}

.doc-name[b-olfakfuc38] {
    font-size: 0.93rem;
    font-weight: 500;
    color: #1f2937;
}

.doc-filename[b-olfakfuc38] {
    font-size: 0.8rem;
    color: #6b7280;
}

.doc-required-tag[b-olfakfuc38] {
    font-size: 0.7rem;
    color: #dc2626;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

/* Status Badges */
.doc-status-section[b-olfakfuc38] {
    flex-shrink: 0;
}

.doc-status-badge[b-olfakfuc38] {
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.2rem 0.6rem;
    border-radius: 4px;
    letter-spacing: 0.03em;
    white-space: nowrap;
}

.status-verified[b-olfakfuc38] {
    background: #d1fae5;
    color: #065f46;
}

.status-uploaded[b-olfakfuc38] {
    background: #dbeafe;
    color: #1e40af;
}

.status-pending[b-olfakfuc38] {
    background: #fef3c7;
    color: #92400e;
}

.status-requested[b-olfakfuc38] {
    background: #ffedd5;
    color: #9a3412;
}

.status-rejected[b-olfakfuc38] {
    background: #fee2e2;
    color: #991b1b;
}

.status-verifying[b-olfakfuc38] {
    background: #ede9fe;
    color: #5b21b6;
}

.status-expired[b-olfakfuc38] {
    background: #f3f4f6;
    color: #6b7280;
}

/* Actions */
.doc-actions[b-olfakfuc38] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    flex-shrink: 0;
}

.upload-btn[b-olfakfuc38] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 4px;
    color: #3b82f6;
    cursor: pointer;
    transition: background 0.15s;
}

.upload-btn:hover[b-olfakfuc38] {
    background: #eff6ff;
}

.upload-btn input[type="file"][b-olfakfuc38] {
    display: none;
}

.verifying-spinner[b-olfakfuc38] {
    font-size: 0.8rem;
    color: #7c3aed;
    display: flex;
    align-items: center;
    gap: 0.3rem;
}

/* PPBiometry Results */
.doc-biometry-results[b-olfakfuc38] {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    padding: 0.5rem 0.75rem;
    margin-top: 0.25rem;
    background: #f8fafc;
    border-radius: 4px;
    border-left: 3px solid #8b5cf6;
}

.biometry-score[b-olfakfuc38] {
    font-size: 0.82rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 0.3rem;
}

.score-high[b-olfakfuc38] {
    color: #059669;
}

.score-medium[b-olfakfuc38] {
    color: #d97706;
}

.score-low[b-olfakfuc38] {
    color: #dc2626;
}

.biometry-data-item[b-olfakfuc38] {
    font-size: 0.82rem;
    color: #4b5563;
}

.biometry-data-item strong[b-olfakfuc38] {
    color: #374151;
}

/* Rejection Reason */
.doc-rejection-reason[b-olfakfuc38] {
    width: 100%;
    font-size: 0.82rem;
    color: #991b1b;
    background: #fef2f2;
    padding: 0.4rem 0.6rem;
    border-radius: 4px;
    margin-top: 0.25rem;
}

.doc-rejection-reason i[b-olfakfuc38] {
    margin-right: 0.3rem;
}

/* Upload Progress */
.doc-upload-progress[b-olfakfuc38] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem;
    margin-top: 0.5rem;
    background: #eff6ff;
    border-radius: 6px;
    font-size: 0.88rem;
    color: #1e40af;
}

/* Reject Dialog */
.reject-dialog-content p[b-olfakfuc38] {
    margin-bottom: 0.75rem;
    color: #374151;
    font-size: 0.93rem;
}

.reject-dialog-content textarea[b-olfakfuc38] {
    font-size: 0.9rem;
}
/* /Components/Candidates/ScoreBreakdown.razor.rz.scp.css */
.score-breakdown-container[b-1vnu9kis3f] {
    display: flex;
    gap: 32px;
    align-items: center;
    padding: 24px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 1px 3px rgba(0,0,0,.08);
}
.score-overview[b-1vnu9kis3f] { flex-shrink: 0; }
.donut-chart[b-1vnu9kis3f] { position: relative; width: 140px; height: 140px; }
.donut-svg[b-1vnu9kis3f] { width: 100%; height: 100%; }
.donut-center[b-1vnu9kis3f] {
    position: absolute; top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.donut-value[b-1vnu9kis3f] { font-size: 28px; font-weight: 700; display: block; color: #111827; }
.donut-label[b-1vnu9kis3f] { font-size: 11px; color: #6B7280; text-transform: uppercase; letter-spacing: 0.5px; }
.score-details[b-1vnu9kis3f] { flex: 1; display: flex; flex-direction: column; gap: 16px; }
.score-bar-header[b-1vnu9kis3f] { display: flex; justify-content: space-between; margin-bottom: 6px; font-size: 14px; color: #374151; }
.score-value[b-1vnu9kis3f] { font-weight: 600; }
.progress-bar-bg[b-1vnu9kis3f] { height: 8px; background: #e5e7eb; border-radius: 4px; overflow: hidden; }
.progress-bar-fill[b-1vnu9kis3f] { height: 100%; border-radius: 4px; transition: width 0.6s ease; }
/* /Layout/AdminLayout.razor.rz.scp.css */
.page[b-mtebvyw1n0] {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100vh;    
}

.content[b-mtebvyw1n0]
{
    
}

.main-content[b-mtebvyw1n0]
{
    height: 100vh;
}

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


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

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

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

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

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

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

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

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

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

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

    .top-row[b-mtebvyw1n0], article[b-mtebvyw1n0] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-brintv0fwi] {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100vh;    
}

.content[b-brintv0fwi]
{
    
}

.main-content[b-brintv0fwi]
{
    height: 100vh;
}

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


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

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

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

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

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

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

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

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

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

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

    .top-row[b-brintv0fwi], article[b-brintv0fwi] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.sidebar[b-o5v52hiqio] {
    background: #f8f9fa;
    height: 100vh;
    color: black;
}


.navbar-toggler[b-o5v52hiqio] {
    background-color: rgba(255, 255, 255, 0.1);
}

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

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

.nav-container[b-o5v52hiqio] {
    display: flex;
    flex-direction: column;
    height: calc(100vh - 80px)
}

.nav-item[b-o5v52hiqio] {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    cursor: pointer;
}

.nav-footer[b-o5v52hiqio] {
    margin-top: auto;
    text-align: center;
    font-size: smaller;
    padding: 1rem;
    color: black ;
}

.bi[b-o5v52hiqio] {
    margin-right: 0.75rem;
    font-size: 1.25rem;
    flex-shrink: 0;
    vertical-align: middle;
}

/* Base nav-link styles */
.nav-link[b-o5v52hiqio] {
    display: flex;               /* Base flex layout for nav-link */
    align-items: center;         /* Align children vertically by default */
    justify-content: flex-start; /* Default alignment for text to the right */
    text-decoration: none;       /* Remove underline */
    cursor: pointer;             /* Pointer cursor for navigation */
    width: 100%;                 /* Full width for nav items */
    padding: 0.5rem;             /* Add padding for touch-friendly links */
}

/* Text to the right of the icon */
.icon-text[b-o5v52hiqio] {
    gap: 5px; /* Space between icon and text */
}

/* Text below the icon */
.nav-link.icon-text-small[b-o5v52hiqio] {
    display: flex;               /* Flex container for vertical layout */
    flex-direction: column;      /* Stack icon and text vertically */
    align-items: center;         /* Center the icon and text horizontally */
    justify-content: center;     /* Center the items vertically, if needed */
    text-align: center;          /* Align text for proper centering */
    font-size: smaller;          /* Smaller text for a compact layout */
    gap: 5px;                    /* Space between icon and text */
    width: auto;                 /* Prevent stretching */
}

.nav-link.icon-text-small i[b-o5v52hiqio] 
{
    margin-left: 8px;
}

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

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

.nav-item[b-o5v52hiqio]  a {
    color: black;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
}

.nav-item[b-o5v52hiqio]  a.active {
    font-weight: bold;
}

.nav-item[b-o5v52hiqio]  a:hover {
    font-weight: bold;
}
/* /Layout/NavMenuAdmin.razor.rz.scp.css */
.sidebar[b-kfv3hkuvta] {
    background: #f8f9fa;
    height: 100vh;
    color: black;
}


.navbar-toggler[b-kfv3hkuvta] {
    background-color: rgba(255, 255, 255, 0.1);
}

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

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

.nav-container[b-kfv3hkuvta] {
    display: flex;
    flex-direction: column;
    height: calc(100vh - 80px)
}

.nav-item[b-kfv3hkuvta] {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    cursor: pointer;
}

.nav-footer[b-kfv3hkuvta] {
    margin-top: auto;
    text-align: center;
    font-size: smaller;
    padding: 1rem;
    color: black ;
}

.bi[b-kfv3hkuvta] {
    margin-right: 0.75rem;
    font-size: 1.25rem;
    flex-shrink: 0;
    vertical-align: middle;
}

/* Base nav-link styles */
.nav-link[b-kfv3hkuvta] {
    display: flex;               /* Base flex layout for nav-link */
    align-items: center;         /* Align children vertically by default */
    justify-content: flex-start; /* Default alignment for text to the right */
    text-decoration: none;       /* Remove underline */
    cursor: pointer;             /* Pointer cursor for navigation */
    width: 100%;                 /* Full width for nav items */
    padding: 0.5rem;             /* Add padding for touch-friendly links */
}

/* Text to the right of the icon */
.icon-text[b-kfv3hkuvta] {
    gap: 5px; /* Space between icon and text */
}

/* Text below the icon */
.nav-link.icon-text-small[b-kfv3hkuvta] {
    display: flex;               /* Flex container for vertical layout */
    flex-direction: column;      /* Stack icon and text vertically */
    align-items: center;         /* Center the icon and text horizontally */
    justify-content: center;     /* Center the items vertically, if needed */
    text-align: center;          /* Align text for proper centering */
    font-size: smaller;          /* Smaller text for a compact layout */
    gap: 5px;                    /* Space between icon and text */
    width: auto;                 /* Prevent stretching */
}

.nav-link.icon-text-small i[b-kfv3hkuvta] 
{
    margin-left: 8px;
}

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

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

.nav-item[b-kfv3hkuvta]  a {
    color: black;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
}

.nav-item[b-kfv3hkuvta]  a.active {
    font-weight: bold;
}

.nav-item[b-kfv3hkuvta]  a:hover {
    font-weight: bold;
}
/* /Pages/candidates/components/PendingUpdatesDialog.razor.rz.scp.css */
.pending-updates-overlay[b-zw05truomo] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1050;
    animation: fadeIn-b-zw05truomo 0.2s ease-in;
}

@keyframes fadeIn-b-zw05truomo {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.pending-updates-dialog[b-zw05truomo] {
    background: white;
    border-radius: 8px;
    width: 90%;
    max-width: 900px;
    max-height: 85vh;
    display: flex;
    flex-direction: column;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
    animation: slideUp-b-zw05truomo 0.3s ease-out;
}

@keyframes slideUp-b-zw05truomo {
    from {
        transform: translateY(50px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.dialog-header[b-zw05truomo] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 24px;
    border-bottom: 1px solid #e5e7eb;
}

.dialog-header h3[b-zw05truomo] {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 600;
    color: #1f2937;
}

.close-btn[b-zw05truomo] {
    background: none;
    border: none;
    font-size: 28px;
    color: #6b7280;
    cursor: pointer;
    padding: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    transition: background-color 0.2s;
}

.close-btn:hover[b-zw05truomo] {
    background-color: #f3f4f6;
    color: #374151;
}

.dialog-body[b-zw05truomo] {
    flex: 1;
    overflow-y: auto;
    padding: 24px;
}

.update-info[b-zw05truomo] {
    display: flex;
    gap: 24px;
    padding: 16px;
    background-color: #f9fafb;
    border-radius: 6px;
    margin-bottom: 20px;
}

.info-item[b-zw05truomo] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.info-item .label[b-zw05truomo] {
    font-size: 0.75rem;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 600;
}

.info-item .value[b-zw05truomo] {
    font-size: 0.875rem;
    color: #1f2937;
    font-weight: 500;
}

.field-updates-list[b-zw05truomo] {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.field-update-item[b-zw05truomo] {
    border: 2px solid #e5e7eb;
    border-radius: 8px;
    padding: 16px;
    transition: all 0.2s;
}

.field-update-item:hover[b-zw05truomo] {
    border-color: #d1d5db;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.field-update-item.selected[b-zw05truomo] {
    border-color: #3b82f6;
    background-color: #eff6ff;
}

.field-header[b-zw05truomo] {
    margin-bottom: 12px;
}

.checkbox-label[b-zw05truomo] {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    font-weight: 500;
    color: #1f2937;
}

.checkbox-label input[type="checkbox"][b-zw05truomo] {
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.field-name[b-zw05truomo] {
    font-size: 0.9375rem;
}

.field-comparison[b-zw05truomo] {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 16px;
    align-items: center;
}

.value-box[b-zw05truomo] {
    padding: 12px;
    border-radius: 6px;
    min-height: 60px;
}

.value-box.old-value[b-zw05truomo] {
    background-color: #fef2f2;
    border: 1px solid #fecaca;
}

.value-box.new-value[b-zw05truomo] {
    background-color: #f0fdf4;
    border: 1px solid #bbf7d0;
}

.value-label[b-zw05truomo] {
    font-size: 0.75rem;
    color: #6b7280;
    margin-bottom: 6px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.value-content[b-zw05truomo] {
    font-size: 0.875rem;
    color: #1f2937;
    word-break: break-word;
}

.empty-value[b-zw05truomo] {
    color: #9ca3af;
    font-style: italic;
}

.arrow[b-zw05truomo] {
    font-size: 1.5rem;
    color: #6b7280;
    font-weight: bold;
}

.dialog-footer[b-zw05truomo] {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    padding: 16px 24px;
    border-top: 1px solid #e5e7eb;
    background-color: #f9fafb;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.btn[b-zw05truomo] {
    padding: 8px 16px;
    border-radius: 6px;
    font-size: 0.875rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
    border: 1px solid transparent;
}

.btn:disabled[b-zw05truomo] {
    opacity: 0.6;
    cursor: not-allowed;
}

.btn-secondary[b-zw05truomo] {
    background-color: white;
    color: #6b7280;
    border-color: #d1d5db;
}

.btn-secondary:hover:not(:disabled)[b-zw05truomo] {
    background-color: #f3f4f6;
    border-color: #9ca3af;
}

.btn-outline-primary[b-zw05truomo] {
    background-color: white;
    color: #3b82f6;
    border-color: #3b82f6;
}

.btn-outline-primary:hover:not(:disabled)[b-zw05truomo] {
    background-color: #eff6ff;
}

.btn-outline-secondary[b-zw05truomo] {
    background-color: white;
    color: #6b7280;
    border-color: #9ca3af;
}

.btn-outline-secondary:hover:not(:disabled)[b-zw05truomo] {
    background-color: #f3f4f6;
}

.btn-danger[b-zw05truomo] {
    background-color: #ef4444;
    color: white;
    border-color: #ef4444;
}

.btn-danger:hover:not(:disabled)[b-zw05truomo] {
    background-color: #dc2626;
}

.btn-success[b-zw05truomo] {
    background-color: #10b981;
    color: white;
    border-color: #10b981;
}

.btn-success:hover:not(:disabled)[b-zw05truomo] {
    background-color: #059669;
}

.spinner-border[b-zw05truomo] {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    vertical-align: text-bottom;
    border: 0.15em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spinner-border-b-zw05truomo 0.75s linear infinite;
    margin-right: 6px;
}

@keyframes spinner-border-b-zw05truomo {
    to {
        transform: rotate(360deg);
    }
}

.alert[b-zw05truomo] {
    padding: 12px 16px;
    border-radius: 6px;
    margin-bottom: 16px;
}

.alert-info[b-zw05truomo] {
    background-color: #dbeafe;
    color: #1e40af;
    border: 1px solid #93c5fd;
}

@media (max-width: 768px) {
    .pending-updates-dialog[b-zw05truomo] {
        width: 95%;
        max-height: 90vh;
    }

    .field-comparison[b-zw05truomo] {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .arrow[b-zw05truomo] {
        transform: rotate(90deg);
        text-align: center;
    }

    .update-info[b-zw05truomo] {
        flex-direction: column;
        gap: 12px;
    }

    .dialog-footer[b-zw05truomo] {
        flex-wrap: wrap;
    }

    .btn[b-zw05truomo] {
        flex: 1;
        min-width: 120px;
    }
}
/* /Pages/Dashboard.razor.rz.scp.css */
.dashboard-container[b-fb1yl03hcb] {
    padding: 2rem;
    height: 100vh;
}

.welcome-section[b-fb1yl03hcb] {
    text-align: center;
    margin-bottom: 2rem;
}

.services-section[b-fb1yl03hcb] {
    text-align: center;
}

.services-grid[b-fb1yl03hcb] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
    align-items: stretch;
}

.service-card[b-fb1yl03hcb] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    text-align: left;
    height: 100%;
    min-height: 400px;
}

.service-card-content[b-fb1yl03hcb] {
    align-self: flex-start;
    min-height: 400px;
}

.service-icon[b-fb1yl03hcb] {
    font-size: 3rem;
    color: #4a90e2;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

h3[b-fb1yl03hcb] {
    margin-bottom: 1rem;
    text-align: center;
}

p[b-fb1yl03hcb] {
    text-align: left;
    margin-bottom: 1rem;
}

ul[b-fb1yl03hcb] {
    padding-left: 1.5rem;
    margin: 0.5rem 0;
    list-style-type: disc;
    line-height: 1.6; /* Increased line spacing for better readability */
}

.btn[b-fb1yl03hcb] {
    align-self: flex-end;
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
    border-radius: 4px;
    text-decoration: none;
    color: #fff;
    background-color: #4a90e2;
    transition: background-color 0.2s;
}

.btn-primary[b-fb1yl03hcb] {
    background-color: #4a90e2;
    transition: background-color 0.2s;
}

.btn-primary:hover[b-fb1yl03hcb] {
    background-color: #357ab8;
}
