/* /Components/Layout/MainLayout.razor.rz.scp.css */
*[b-lvubcdcf4c] {
    font-family: 'Vazirmatn', 'Segoe UI', Tahoma, Arial, sans-serif;
}

body[b-lvubcdcf4c] {
    margin: 0;
    padding: 0;
    background: #f8fafc;
}

.page-wrapper[b-lvubcdcf4c] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.navbar[b-lvubcdcf4c] {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    padding: 1rem 0;
}

.navbar-brand[b-lvubcdcf4c] {
    font-weight: 700;
    font-size: 1.25rem;
}

.navbar-brand i[b-lvubcdcf4c] {
    color: #3b82f6;
}

.nav-link[b-lvubcdcf4c] {
    font-weight: 500;
    transition: color 0.2s ease;
}

.nav-link:hover[b-lvubcdcf4c] {
    color: #3b82f6 !important;
}

.main-content[b-lvubcdcf4c] {
    flex: 1;
    padding: 2rem 0;
    background: #f8fafc;
}

.footer[b-lvubcdcf4c] {
    background: white;
    border-top: 1px solid #e2e8f0;
    padding: 1.5rem 0;
    margin-top: auto;
}

#blazor-error-ui[b-lvubcdcf4c] {
    color-scheme: light only;
    background: #fee2e2;
    bottom: 0;
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 1rem 1.5rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
    color: #991b1b;
    font-weight: 600;
    border-top: 2px solid #ef4444;
}

    #blazor-error-ui .dismiss[b-lvubcdcf4c] {
        cursor: pointer;
        position: absolute;
        left: 1rem;
        top: 50%;
        transform: translateY(-50%);
        font-size: 1.5rem;
        color: #991b1b;
    }

    #blazor-error-ui .reload[b-lvubcdcf4c] {
        color: #991b1b;
        text-decoration: underline;
        margin-right: 1rem;
    }

@media (max-width: 768px) {
    .main-content[b-lvubcdcf4c] {
        padding: 1rem 0;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-d7eji66unv],
.components-reconnect-repeated-attempt-visible[b-d7eji66unv],
.components-reconnect-failed-visible[b-d7eji66unv],
.components-pause-visible[b-d7eji66unv],
.components-resume-failed-visible[b-d7eji66unv],
.components-rejoining-animation[b-d7eji66unv] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-d7eji66unv],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-d7eji66unv],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-d7eji66unv],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-d7eji66unv],
#components-reconnect-modal.components-reconnect-retrying[b-d7eji66unv],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-d7eji66unv],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-d7eji66unv],
#components-reconnect-modal.components-reconnect-failed[b-d7eji66unv],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-d7eji66unv] {
    display: block;
}


#components-reconnect-modal[b-d7eji66unv] {
    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-d7eji66unv 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-d7eji66unv 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-d7eji66unv 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-d7eji66unv]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-d7eji66unv 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-d7eji66unv {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-d7eji66unv {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-d7eji66unv {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-d7eji66unv] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-d7eji66unv] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-d7eji66unv] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-d7eji66unv] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-d7eji66unv] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-d7eji66unv] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-d7eji66unv] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-d7eji66unv 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-d7eji66unv] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-d7eji66unv {
    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/ApprovalFormBuilder.razor.rz.scp.css */
.form-builder-container[b-b8vd9fb6y6] {
    height: 100vh;
    display: flex;
    flex-direction: column;
    background-color: #f5f5f5;
}

.builder-header[b-b8vd9fb6y6] {
    background: white;
    padding: 1.5rem;
    border-bottom: 1px solid #dee2e6;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.builder-body[b-b8vd9fb6y6] {
    flex: 1;
    overflow-y: auto;
    padding: 2rem;
}

.form-preview-area[b-b8vd9fb6y6] {
    background: white;
    min-height: 600px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    padding: 2rem;
}

.empty-state[b-b8vd9fb6y6] {
    text-align: center;
    padding: 5rem 2rem;
}

.form-section-editor[b-b8vd9fb6y6] {
    background: #fff;
    border-radius: 6px;
    transition: all 0.2s;
    position: relative;
}

.form-section-editor:hover[b-b8vd9fb6y6] {
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.section-header[b-b8vd9fb6y6] {
    background: #f8f9fa;
    padding: 1rem;
    border-radius: 6px 6px 0 0;
    border-bottom: 2px solid #e9ecef;
}

.section-fields[b-b8vd9fb6y6] {
    padding: 1rem;
}

.field-preview[b-b8vd9fb6y6] {
    background: #f8f9fa;
    padding: 0.75rem;
    border-radius: 4px;
    border: 1px dashed #dee2e6;
    transition: all 0.2s;
}

.field-preview:hover[b-b8vd9fb6y6] {
    border-color: #0d6efd;
    background: #e7f1ff;
}

.btn-xs[b-b8vd9fb6y6] {
    padding: 0.1rem 0.3rem;
    font-size: 0.75rem;
}

/* RTL Support */
.form-builder-container[b-b8vd9fb6y6] {
    direction: rtl;
    text-align: right;
}

/* Print Styles */
@media print {
    .builder-header[b-b8vd9fb6y6],
    .col-md-3[b-b8vd9fb6y6],
    .section-header button[b-b8vd9fb6y6],
    .field-preview button[b-b8vd9fb6y6] {
        display: none !important;
    }

    .col-md-9[b-b8vd9fb6y6] {
        width: 100%;
        max-width: 100%;
    }

    .form-section-editor[b-b8vd9fb6y6] {
        page-break-inside: avoid;
    }
}

/* Card Styling */
.card[b-b8vd9fb6y6] {
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.card-header[b-b8vd9fb6y6] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    font-weight: 600;
    border-radius: 8px 8px 0 0 !important;
}

/* Responsive */
@media (max-width: 768px) {
    .builder-body[b-b8vd9fb6y6] {
        padding: 1rem;
    }

    .form-preview-area[b-b8vd9fb6y6] {
        padding: 1rem;
    }
}
/* /Components/Pages/ApprovalRoutesPro.razor.rz.scp.css */
/* Professional Approval Routes Styles */

.approval-routes-pro-container[b-0bm6u0ku9u] {
    padding: 2rem;
    max-width: 1600px;
    margin: 0 auto;
    animation: fadeIn-b-0bm6u0ku9u 0.5s ease;
}

@keyframes fadeIn-b-0bm6u0ku9u {
    from { opacity: 0; }
    to { opacity: 1; }
}

/* Page Header */
.page-header-pro[b-0bm6u0ku9u] {
    margin-bottom: 3rem;
}

.header-content[b-0bm6u0ku9u] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    padding: 2rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 16px;
    color: white;
    box-shadow: 0 10px 30px rgba(102, 126, 234, 0.3);
}

.header-title-section[b-0bm6u0ku9u] {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.title-icon[b-0bm6u0ku9u] {
    width: 64px;
    height: 64px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
}

.header-content h1[b-0bm6u0ku9u] {
    margin: 0;
    font-size: 2rem;
    font-weight: 700;
}

.header-subtitle[b-0bm6u0ku9u] {
    margin: 0.5rem 0 0 0;
    opacity: 0.9;
    font-size: 1rem;
}

.btn-create[b-0bm6u0ku9u] {
    padding: 1rem 2rem;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.btn-create:hover[b-0bm6u0ku9u] {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

/* Statistics Cards */
.stats-cards[b-0bm6u0ku9u] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}

.stat-card[b-0bm6u0ku9u] {
    background: white;
    border-radius: 12px;
    padding: 1.5rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.stat-card:hover[b-0bm6u0ku9u] {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.stat-icon[b-0bm6u0ku9u] {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    color: white;
}

.stat-icon.total[b-0bm6u0ku9u] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.stat-icon.active[b-0bm6u0ku9u] {
    background: linear-gradient(135deg, #11998e 0%, #38ef7d 100%);
}

.stat-icon.default[b-0bm6u0ku9u] {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
}

.stat-icon.steps[b-0bm6u0ku9u] {
    background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
}

.stat-content[b-0bm6u0ku9u] {
    flex: 1;
}

.stat-value[b-0bm6u0ku9u] {
    font-size: 2rem;
    font-weight: 700;
    color: #2c3e50;
    line-height: 1;
}

.stat-label[b-0bm6u0ku9u] {
    font-size: 0.9rem;
    color: #7f8c8d;
    margin-top: 0.5rem;
}

/* Loading State */
.loading-container[b-0bm6u0ku9u] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 400px;
}

.loading-spinner[b-0bm6u0ku9u] {
    text-align: center;
}

.spinner[b-0bm6u0ku9u] {
    width: 60px;
    height: 60px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #667eea;
    border-radius: 50%;
    animation: spin-b-0bm6u0ku9u 1s linear infinite;
    margin: 0 auto 1rem;
}

@keyframes spin-b-0bm6u0ku9u {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Empty State */
.empty-state-pro[b-0bm6u0ku9u] {
    background: white;
    border-radius: 16px;
    padding: 4rem 2rem;
    text-align: center;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

.empty-icon[b-0bm6u0ku9u] {
    font-size: 5rem;
    color: #bdc3c7;
    margin-bottom: 1.5rem;
    opacity: 0.6;
}

.empty-state-pro h3[b-0bm6u0ku9u] {
    color: #2c3e50;
    margin-bottom: 1rem;
}

.empty-state-pro p[b-0bm6u0ku9u] {
    color: #7f8c8d;
    font-size: 1.1rem;
}

/* Routes Grid */
.routes-grid[b-0bm6u0ku9u] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
    gap: 2rem;
}

/* Route Card */
.route-card-pro[b-0bm6u0ku9u] {
    background: white;
    border-radius: 16px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.route-card-pro:hover[b-0bm6u0ku9u] {
    transform: translateY(-8px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
}

.route-card-pro.inactive[b-0bm6u0ku9u] {
    opacity: 0.7;
}

.route-card-header[b-0bm6u0ku9u] {
    padding: 1.25rem;
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.route-badges[b-0bm6u0ku9u] {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.badge[b-0bm6u0ku9u] {
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.badge-default[b-0bm6u0ku9u] {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    color: white;
}

.badge-status[b-0bm6u0ku9u] {
    color: white;
}

.badge-active[b-0bm6u0ku9u] {
    background: linear-gradient(135deg, #11998e 0%, #38ef7d 100%);
}

.badge-inactive[b-0bm6u0ku9u] {
    background: #95a5a6;
}

.route-actions-menu[b-0bm6u0ku9u] {
    position: relative;
}

.btn-icon[b-0bm6u0ku9u] {
    width: 36px;
    height: 36px;
    border: none;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-icon:hover[b-0bm6u0ku9u] {
    background: white;
    transform: scale(1.1);
}

.route-card-body[b-0bm6u0ku9u] {
    padding: 1.5rem;
    flex: 1;
}

.route-name[b-0bm6u0ku9u] {
    font-size: 1.4rem;
    font-weight: 700;
    color: #2c3e50;
    margin: 0 0 0.75rem 0;
}

.route-description[b-0bm6u0ku9u] {
    color: #7f8c8d;
    font-size: 0.95rem;
    margin-bottom: 1rem;
    line-height: 1.6;
}

.route-stats[b-0bm6u0ku9u] {
    display: flex;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
    padding: 1rem;
    background: #f8f9fa;
    border-radius: 8px;
}

.stat-item[b-0bm6u0ku9u] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #2c3e50;
    font-weight: 500;
}

.stat-item i[b-0bm6u0ku9u] {
    color: #667eea;
}

.steps-preview[b-0bm6u0ku9u] {
    margin-top: 1.5rem;
}

.steps-timeline[b-0bm6u0ku9u] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    overflow-x: auto;
    padding: 0.5rem 0;
}

.timeline-step[b-0bm6u0ku9u] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    min-width: 80px;
}

.timeline-dot[b-0bm6u0ku9u] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.9rem;
}

.timeline-label[b-0bm6u0ku9u] {
    font-size: 0.75rem;
    color: #7f8c8d;
    text-align: center;
}

.timeline-more[b-0bm6u0ku9u] {
    font-size: 0.85rem;
    color: #667eea;
    font-weight: 600;
    white-space: nowrap;
}

.route-card-footer[b-0bm6u0ku9u] {
    padding: 1rem 1.5rem;
    border-top: 2px solid #f0f0f0;
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.route-card-footer .btn[b-0bm6u0ku9u] {
    flex: 1;
    min-width: 100px;
    font-size: 0.85rem;
    padding: 0.6rem 1rem;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.2s ease;
}

.route-card-footer .btn:hover[b-0bm6u0ku9u] {
    transform: translateY(-2px);
}

/* Wizard Content */
.wizard-step-content[b-0bm6u0ku9u] {
    padding: 1rem 0;
}

.info-box[b-0bm6u0ku9u] {
    background: #e8f4fd;
    border-left: 4px solid #3498db;
    padding: 1rem 1.25rem;
    border-radius: 8px;
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.info-box i[b-0bm6u0ku9u] {
    color: #3498db;
    font-size: 1.5rem;
    flex-shrink: 0;
}

.info-box p[b-0bm6u0ku9u] {
    margin: 0;
    color: #2c3e50;
    line-height: 1.6;
}

.settings-cards[b-0bm6u0ku9u] {
    display: grid;
    gap: 1.5rem;
}

.setting-card[b-0bm6u0ku9u] {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 1.5rem;
    display: flex;
    gap: 1.5rem;
    align-items: flex-start;
    border: 2px solid #e9ecef;
    transition: all 0.3s ease;
}

.setting-card:hover[b-0bm6u0ku9u] {
    border-color: #667eea;
    background: #f0f4ff;
}

.setting-icon[b-0bm6u0ku9u] {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    flex-shrink: 0;
}

.setting-icon.active[b-0bm6u0ku9u] {
    background: linear-gradient(135deg, #11998e 0%, #38ef7d 100%);
}

.setting-content[b-0bm6u0ku9u] {
    flex: 1;
}

.setting-content h5[b-0bm6u0ku9u] {
    margin: 0 0 0.5rem 0;
    color: #2c3e50;
    font-weight: 700;
}

.setting-content p[b-0bm6u0ku9u] {
    margin: 0 0 1rem 0;
    color: #7f8c8d;
    font-size: 0.9rem;
}

.form-check.form-switch[b-0bm6u0ku9u] {
    padding-right: 0;
}

.form-switch .form-check-input[b-0bm6u0ku9u] {
    width: 3rem;
    height: 1.5rem;
    cursor: pointer;
}

.form-switch .form-check-input:checked[b-0bm6u0ku9u] {
    background-color: #667eea;
    border-color: #667eea;
}

/* Form Grid */
.form-grid[b-0bm6u0ku9u] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}

.form-grid .full-width[b-0bm6u0ku9u] {
    grid-column: 1 / -1;
}

.form-check-group[b-0bm6u0ku9u] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.form-check-item[b-0bm6u0ku9u] {
    background: #f8f9fa;
    padding: 1rem;
    border-radius: 8px;
    border: 2px solid #e9ecef;
    transition: all 0.3s ease;
}

.form-check-item:hover[b-0bm6u0ku9u] {
    border-color: #667eea;
    background: #f0f4ff;
}

.form-check-item .form-check-input[b-0bm6u0ku9u] {
    width: 1.5rem;
    height: 1.5rem;
    margin-left: 0.5rem;
    float: right;
}

.form-check-item .form-check-label[b-0bm6u0ku9u] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    cursor: pointer;
}

.form-check-item .form-check-label strong[b-0bm6u0ku9u] {
    color: #2c3e50;
    font-size: 1rem;
}

.form-check-item .form-check-label small[b-0bm6u0ku9u] {
    color: #7f8c8d;
    font-size: 0.85rem;
}

/* Approvers Grid */
.approvers-grid[b-0bm6u0ku9u] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 1rem;
}

.approver-card[b-0bm6u0ku9u] {
    background: #f8f9fa;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    transition: all 0.3s ease;
}

.approver-card:hover[b-0bm6u0ku9u] {
    border-color: #667eea;
    background: #f0f4ff;
}

.approver-info[b-0bm6u0ku9u] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex: 1;
}

.approver-info i[b-0bm6u0ku9u] {
    font-size: 2rem;
    color: #667eea;
}

.approver-info div[b-0bm6u0ku9u] {
    display: flex;
    flex-direction: column;
}

.approver-info strong[b-0bm6u0ku9u] {
    color: #2c3e50;
}

.approver-info small[b-0bm6u0ku9u] {
    color: #7f8c8d;
    font-size: 0.85rem;
}

.btn-remove-approver[b-0bm6u0ku9u] {
    background: none;
    border: none;
    color: #e74c3c;
    font-size: 1.5rem;
    cursor: pointer;
    transition: all 0.2s ease;
    padding: 0.25rem;
}

.btn-remove-approver:hover:not(:disabled)[b-0bm6u0ku9u] {
    color: #c0392b;
    transform: scale(1.2);
}

.btn-remove-approver:disabled[b-0bm6u0ku9u] {
    opacity: 0.5;
    cursor: not-allowed;
}

.add-approver-section[b-0bm6u0ku9u] {
    display: flex;
    gap: 1rem;
}

.add-approver-section select[b-0bm6u0ku9u] {
    flex: 1;
}

/* Creators Manager */
.creators-manager[b-0bm6u0ku9u] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.creators-grid-layout[b-0bm6u0ku9u] {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 1.5rem;
    align-items: start;
}

.creators-section h5[b-0bm6u0ku9u] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
    color: #2c3e50;
    font-weight: 700;
}

.creators-section h5 i[b-0bm6u0ku9u] {
    color: #667eea;
}

.creators-list[b-0bm6u0ku9u] {
    border: 2px solid #e9ecef;
    border-radius: 12px;
    padding: 1rem;
    min-height: 300px;
    max-height: 500px;
    overflow-y: auto;
}

.creators-list.selected[b-0bm6u0ku9u] {
    background: #f8f9fa;
}

.creators-list.available[b-0bm6u0ku9u] {
    background: white;
}

.creator-card[b-0bm6u0ku9u] {
    background: white;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    padding: 1rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 0.75rem;
    transition: all 0.3s ease;
    cursor: pointer;
}

.creator-card:hover[b-0bm6u0ku9u] {
    border-color: #667eea;
    background: #f0f4ff;
    transform: translateX(-4px);
}

.creator-card.selected-for-add[b-0bm6u0ku9u] {
    border-color: #667eea;
    background: #f0f4ff;
}

.creator-avatar[b-0bm6u0ku9u] {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    font-weight: 700;
    flex-shrink: 0;
}

.creator-info[b-0bm6u0ku9u] {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.creator-info strong[b-0bm6u0ku9u] {
    color: #2c3e50;
}

.creator-info small[b-0bm6u0ku9u] {
    color: #7f8c8d;
    font-size: 0.85rem;
}

.btn-remove[b-0bm6u0ku9u] {
    background: none;
    border: none;
    color: #e74c3c;
    font-size: 1.5rem;
    cursor: pointer;
    transition: all 0.2s ease;
    padding: 0.25rem;
}

.btn-remove:hover:not(:disabled)[b-0bm6u0ku9u] {
    color: #c0392b;
    transform: scale(1.2);
}

.btn-remove:disabled[b-0bm6u0ku9u] {
    opacity: 0.5;
    cursor: not-allowed;
}

.transfer-controls[b-0bm6u0ku9u] {
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-transfer[b-0bm6u0ku9u] {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border: none;
    font-size: 1.2rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-transfer:hover:not(:disabled)[b-0bm6u0ku9u] {
    transform: scale(1.1);
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
}

.btn-transfer:disabled[b-0bm6u0ku9u] {
    opacity: 0.5;
    cursor: not-allowed;
}

.empty-message[b-0bm6u0ku9u] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3rem 1rem;
    color: #95a5a6;
}

.empty-message i[b-0bm6u0ku9u] {
    font-size: 3rem;
    margin-bottom: 1rem;
}

/* Delete Confirmation */
.delete-confirmation[b-0bm6u0ku9u] {
    text-align: center;
}

.warning-icon[b-0bm6u0ku9u] {
    font-size: 4rem;
    color: #f39c12;
    margin-bottom: 1rem;
}

.delete-message[b-0bm6u0ku9u] {
    font-size: 1.1rem;
    color: #2c3e50;
    margin-bottom: 1.5rem;
}

.delete-message strong[b-0bm6u0ku9u] {
    color: #e74c3c;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .routes-grid[b-0bm6u0ku9u] {
        grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    }

    .creators-grid-layout[b-0bm6u0ku9u] {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .transfer-controls[b-0bm6u0ku9u] {
        order: 2;
    }

    .btn-transfer[b-0bm6u0ku9u] {
        transform: rotate(90deg);
    }
}

@media (max-width: 768px) {
    .approval-routes-pro-container[b-0bm6u0ku9u] {
        padding: 1rem;
    }

    .header-content[b-0bm6u0ku9u] {
        flex-direction: column;
        gap: 1.5rem;
        padding: 1.5rem;
    }

    .header-title-section[b-0bm6u0ku9u] {
        flex-direction: column;
        text-align: center;
    }

    .header-content h1[b-0bm6u0ku9u] {
        font-size: 1.5rem;
    }

    .stats-cards[b-0bm6u0ku9u] {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }

    .routes-grid[b-0bm6u0ku9u] {
        grid-template-columns: 1fr;
    }

    .route-card-footer[b-0bm6u0ku9u] {
        flex-direction: column;
    }

    .route-card-footer .btn[b-0bm6u0ku9u] {
        width: 100%;
    }

    .form-grid[b-0bm6u0ku9u] {
        grid-template-columns: 1fr;
    }

    .approvers-grid[b-0bm6u0ku9u] {
        grid-template-columns: 1fr;
    }

    .add-approver-section[b-0bm6u0ku9u] {
        flex-direction: column;
    }
}
/* /Components/Pages/Cartable.razor.rz.scp.css */
.cartable-container[b-ug1shv2k9k] {
    padding: 2rem;
    max-width: 1400px;
    margin: 0 auto;
    direction: rtl;
}

/* Header */
.cartable-header[b-ug1shv2k9k] {
    margin-bottom: 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.header-title[b-ug1shv2k9k] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.header-actions[b-ug1shv2k9k] {
    display: flex;
    gap: 0.75rem;
}

.header-title i[b-ug1shv2k9k] {
    font-size: 2rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.header-title h3[b-ug1shv2k9k] {
    margin: 0;
    font-size: 1.75rem;
    font-weight: 700;
    color: #2d3748;
}

/* Statistics Cards */
.stats-cards[b-ug1shv2k9k] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.stat-card[b-ug1shv2k9k] {
    background: white;
    border-radius: 12px;
    min-height: 100px;
    padding: 1.25rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border-right: 4px solid transparent;
    animation: slideInRight-b-ug1shv2k9k 0.5s ease-out;
    animation-fill-mode: both;
}

/* Stagger animation for stats cards */
.stat-card:nth-child(1)[b-ug1shv2k9k] { animation-delay: 0.1s; }
.stat-card:nth-child(2)[b-ug1shv2k9k] { animation-delay: 0.15s; }
.stat-card:nth-child(3)[b-ug1shv2k9k] { animation-delay: 0.2s; }
.stat-card:nth-child(4)[b-ug1shv2k9k] { animation-delay: 0.25s; }
.stat-card:nth-child(5)[b-ug1shv2k9k] { animation-delay: 0.3s; }
.stat-card:nth-child(6)[b-ug1shv2k9k] { animation-delay: 0.35s; }

@keyframes slideInRight-b-ug1shv2k9k {
    from {
        opacity: 0;
        transform: translateX(30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.stat-card:hover[b-ug1shv2k9k] {
    transform: translateY(-4px) scale(1.02);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.stat-card.pending[b-ug1shv2k9k] {
    border-right-color: #f59e0b;
}

.stat-card.pending:hover[b-ug1shv2k9k] {
    background: linear-gradient(135deg, rgba(245, 158, 11, 0.05) 0%, white 100%);
}

.stat-card.progress[b-ug1shv2k9k] {
    border-right-color: #3b82f6;
}

.stat-card.progress:hover[b-ug1shv2k9k] {
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.05) 0%, white 100%);
}

.stat-card.completed[b-ug1shv2k9k] {
    border-right-color: #10b981;
}

.stat-card.completed:hover[b-ug1shv2k9k] {
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.05) 0%, white 100%);
}

.stat-card.overdue[b-ug1shv2k9k] {
    border-right-color: #ef4444;
}

.stat-card.overdue:hover[b-ug1shv2k9k] {
    background: linear-gradient(135deg, rgba(239, 68, 68, 0.05) 0%, white 100%);
}

.stat-card.urgent[b-ug1shv2k9k] {
    border-right-color: #dc2626;
}

.stat-card.urgent:hover[b-ug1shv2k9k] {
    background: linear-gradient(135deg, rgba(220, 38, 38, 0.05) 0%, white 100%);
}

.stat-card.delegated[b-ug1shv2k9k] {
    border-right-color: #8b5cf6;
}

.stat-card.delegated:hover[b-ug1shv2k9k] {
    background: linear-gradient(135deg, rgba(139, 92, 246, 0.05) 0%, white 100%);
}

.stat-icon[b-ug1shv2k9k] {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    transition: all 0.3s ease;
}

.stat-card:hover .stat-icon[b-ug1shv2k9k] {
    transform: rotate(5deg) scale(1.1);
}
}

.stat-card.pending .stat-icon[b-ug1shv2k9k] {
    background: rgba(245, 158, 11, 0.1);
    color: #f59e0b;
}

.stat-card.progress .stat-icon[b-ug1shv2k9k] {
    background: rgba(59, 130, 246, 0.1);
    color: #3b82f6;
}

.stat-card.completed .stat-icon[b-ug1shv2k9k] {
    background: rgba(16, 185, 129, 0.1);
    color: #10b981;
}

.stat-card.overdue .stat-icon[b-ug1shv2k9k] {
    background: rgba(239, 68, 68, 0.1);
    color: #ef4444;
}

.stat-card.urgent .stat-icon[b-ug1shv2k9k] {
    background: rgba(220, 38, 38, 0.1);
    color: #dc2626;
}

.stat-card.delegated .stat-icon[b-ug1shv2k9k] {
    background: rgba(139, 92, 246, 0.1);
    color: #8b5cf6;
}

.stat-content[b-ug1shv2k9k] {
    flex: 1;
}

.stat-value[b-ug1shv2k9k] {
    font-size: 1.75rem;
    font-weight: 700;
    color: #1f2937;
    line-height: 1;
    margin-bottom: 0.25rem;
}

.stat-label[b-ug1shv2k9k] {
    font-size: 0.875rem;
    color: #6b7280;
}

/* Delegation Alert */
.delegation-alert[b-ug1shv2k9k] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.5rem;
    margin-bottom: 1.5rem;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(139, 92, 246, 0.1) 0%, rgba(99, 102, 241, 0.1) 100%);
    border: 1px solid rgba(139, 92, 246, 0.2);
}

.delegation-alert i[b-ug1shv2k9k] {
    font-size: 1.5rem;
    color: #8b5cf6;
}

.delegation-badge[b-ug1shv2k9k] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.25rem 0.75rem;
    background: white;
    border-radius: 8px;
    font-size: 0.875rem;
    margin-left: 0.5rem;
    border: 1px solid rgba(139, 92, 246, 0.2);
}

/* Filters */
.filters-section[b-ug1shv2k9k] {
    background: white;
    border-radius: 12px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.filter-row[b-ug1shv2k9k] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 1rem;
    margin-bottom: 1rem;
}

.filter-group[b-ug1shv2k9k] {
    display: flex;
    flex-direction: column;
}

.filter-group label[b-ug1shv2k9k] {
    display: block;
    font-size: 0.875rem;
    font-weight: 600;
    color: #4b5563;
    margin-bottom: 0.5rem;
}

.filter-group input[type="date"][b-ug1shv2k9k],
.filter-group input[type="text"][b-ug1shv2k9k],
.filter-group select[b-ug1shv2k9k] {
    width: 100%;
}

.filter-actions[b-ug1shv2k9k] {
    display: flex;
    gap: 0.5rem;
    justify-content: flex-end;
}

/* Tasks List */
.tasks-list[b-ug1shv2k9k] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.task-card[b-ug1shv2k9k] {
    background: white;
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border-right: 4px solid #e5e7eb;
    animation: fadeInUp-b-ug1shv2k9k 0.4s ease-out;
    animation-fill-mode: both;
}

/* Stagger animation for multiple cards */
.task-card:nth-child(1)[b-ug1shv2k9k] { animation-delay: 0.05s; }
.task-card:nth-child(2)[b-ug1shv2k9k] { animation-delay: 0.1s; }
.task-card:nth-child(3)[b-ug1shv2k9k] { animation-delay: 0.15s; }
.task-card:nth-child(4)[b-ug1shv2k9k] { animation-delay: 0.2s; }
.task-card:nth-child(5)[b-ug1shv2k9k] { animation-delay: 0.25s; }
.task-card:nth-child(n+6)[b-ug1shv2k9k] { animation-delay: 0.3s; }

@keyframes fadeInUp-b-ug1shv2k9k {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.task-card:hover[b-ug1shv2k9k] {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    transform: translateX(-4px) translateY(-2px);
}

.task-card.status-pending[b-ug1shv2k9k] {
    border-right-color: #f59e0b;
}

.task-card.status-progress[b-ug1shv2k9k] {
    border-right-color: #3b82f6;
}

.task-card.status-completed[b-ug1shv2k9k],
.task-card.status-approved[b-ug1shv2k9k] {
    border-right-color: #10b981;
}

.task-card.status-rejected[b-ug1shv2k9k] {
    border-right-color: #ef4444;
}

.task-card.overdue[b-ug1shv2k9k] {
    background: linear-gradient(to left, rgba(239, 68, 68, 0.05) 0%, white 100%);
    border-right-color: #ef4444 !important;
    animation: pulse-danger-b-ug1shv2k9k 2s ease-in-out infinite;
}

@keyframes pulse-danger-b-ug1shv2k9k {
    0%, 100% {
        box-shadow: 0 2px 8px rgba(239, 68, 68, 0.1);
    }
    50% {
        box-shadow: 0 4px 12px rgba(239, 68, 68, 0.25);
    }
}

.task-card.urgent[b-ug1shv2k9k] {
    box-shadow: 0 0 0 2px rgba(220, 38, 38, 0.2);
    animation: pulse-urgent-b-ug1shv2k9k 2s ease-in-out infinite;
}

@keyframes pulse-urgent-b-ug1shv2k9k {
    0%, 100% {
        box-shadow: 0 0 0 2px rgba(220, 38, 38, 0.2);
    }
    50% {
        box-shadow: 0 0 0 4px rgba(220, 38, 38, 0.4), 0 4px 12px rgba(220, 38, 38, 0.3);
    }
}

.task-header[b-ug1shv2k9k] {
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 1rem;
    margin-bottom: 1rem;
}

.task-title-section[b-ug1shv2k9k] {
    flex: 1;
}

.task-title[b-ug1shv2k9k] {
    font-size: 1.125rem;
    font-weight: 600;
    color: #1f2937;
    margin: 0 0 0.5rem 0;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.task-meta[b-ug1shv2k9k] {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    font-size: 0.875rem;
    color: #6b7280;
}

.task-meta i[b-ug1shv2k9k] {
    margin-left: 0.25rem;
}

.task-due.overdue-badge[b-ug1shv2k9k] {
    color: #ef4444;
    font-weight: 600;
}

.task-badges[b-ug1shv2k9k] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    align-items: start;
}

.badge[b-ug1shv2k9k] {
    padding: 0.375rem 0.75rem;
    border-radius: 8px;
    font-size: 0.75rem;
    font-weight: 600;
    white-space: nowrap;
}

.badge-warning[b-ug1shv2k9k] {
    background: rgba(245, 158, 11, 0.15);
    color: #d97706;
}

.badge-info[b-ug1shv2k9k] {
    background: rgba(59, 130, 246, 0.15);
    color: #2563eb;
}

.badge-success[b-ug1shv2k9k] {
    background: rgba(16, 185, 129, 0.15);
    color: #059669;
}

.badge-danger[b-ug1shv2k9k] {
    background: rgba(239, 68, 68, 0.15);
    color: #dc2626;
}

.badge-secondary[b-ug1shv2k9k] {
    background: rgba(107, 114, 128, 0.15);
    color: #4b5563;
}

.badge-delegation[b-ug1shv2k9k] {
    background: rgba(139, 92, 246, 0.15);
    color: #7c3aed;
}

.task-description[b-ug1shv2k9k] {
    color: #4b5563;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.task-details[b-ug1shv2k9k] {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #e5e7eb;
}

.detail-item[b-ug1shv2k9k] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    color: #6b7280;
}

.detail-item i[b-ug1shv2k9k] {
    color: #9ca3af;
}

.task-actions[b-ug1shv2k9k] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    padding-top: 1rem;
    border-top: 1px solid #e5e7eb;
}

/* Empty State */
.empty-state[b-ug1shv2k9k] {
    text-align: center;
    padding: 4rem 2rem;
    background: white;
    border-radius: 12px;
}

.empty-state i[b-ug1shv2k9k] {
    font-size: 4rem;
    color: #d1d5db;
    margin-bottom: 1rem;
}

.empty-state h4[b-ug1shv2k9k] {
    color: #4b5563;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.empty-state p[b-ug1shv2k9k] {
    color: #9ca3af;
}

/* Loading State */
.loading-state[b-ug1shv2k9k] {
    text-align: center;
    padding: 4rem 2rem;
}

.loading-state .spinner-border[b-ug1shv2k9k] {
    width: 3rem;
    height: 3rem;
    margin-bottom: 1rem;
}

.loading-state p[b-ug1shv2k9k] {
    color: #6b7280;
    font-size: 1.125rem;
}

/* Modal Styles */
.modal-backdrop[b-ug1shv2k9k] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1050;
    padding: 1rem;
}

.modal-content-custom[b-ug1shv2k9k] {
    background: white;
    border-radius: 16px;
    width: 100%;
    max-width: 600px;
    max-height: 90vh;
    display: flex;
    flex-direction: column;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.modal-header-custom[b-ug1shv2k9k] {
    padding: 1.5rem;
    border-bottom: 1px solid #e5e7eb;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-title[b-ug1shv2k9k] {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1f2937;
    margin: 0;
}

.modal-body-custom[b-ug1shv2k9k] {
    padding: 1.5rem;
    overflow-y: auto;
}

.modal-footer-custom[b-ug1shv2k9k] {
    padding: 1.5rem;
    border-top: 1px solid #e5e7eb;
    display: flex;
    gap: 0.75rem;
    justify-content: flex-start;
}

.detail-section[b-ug1shv2k9k] {
    margin-bottom: 1.5rem;
}

.detail-section h6[b-ug1shv2k9k] {
    font-size: 0.875rem;
    font-weight: 700;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 0.75rem;
}

.detail-section p[b-ug1shv2k9k] {
    color: #374151;
    line-height: 1.6;
    margin: 0;
}

.detail-grid[b-ug1shv2k9k] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.detail-item-full[b-ug1shv2k9k] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.detail-item-full label[b-ug1shv2k9k] {
    font-weight: 600;
    color: #6b7280;
    margin: 0;
}

/* History Timeline */
.history-timeline[b-ug1shv2k9k] {
    position: relative;
    padding-right: 2rem;
}

.history-timeline[b-ug1shv2k9k]::before {
    content: '';
    position: absolute;
    right: 1.125rem;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #e5e7eb;
}

.history-item[b-ug1shv2k9k] {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
    position: relative;
}

.history-item:last-child[b-ug1shv2k9k] {
    margin-bottom: 0;
}

.history-icon[b-ug1shv2k9k] {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background: white;
    border: 2px solid #e5e7eb;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
}

.history-icon i[b-ug1shv2k9k] {
    font-size: 1.125rem;
    color: #667eea;
}

.history-content[b-ug1shv2k9k] {
    flex: 1;
    background: #f9fafb;
    padding: 1rem;
    border-radius: 8px;
}

.history-action[b-ug1shv2k9k] {
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 0.25rem;
}

.history-user[b-ug1shv2k9k] {
    font-size: 0.875rem;
    color: #6b7280;
    margin-bottom: 0.25rem;
}

.history-date[b-ug1shv2k9k] {
    font-size: 0.8125rem;
    color: #9ca3af;
}

.history-comment[b-ug1shv2k9k] {
    margin-top: 0.5rem;
    padding-top: 0.5rem;
    border-top: 1px solid #e5e7eb;
    color: #4b5563;
    font-size: 0.875rem;
    font-style: italic;
}

/* Responsive */
@media (max-width: 768px) {
    .cartable-container[b-ug1shv2k9k] {
        padding: 1rem;
    }
    
    .stats-cards[b-ug1shv2k9k] {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .filters-section[b-ug1shv2k9k] {
        grid-template-columns: 1fr;
    }
    
    .task-header[b-ug1shv2k9k] {
        flex-direction: column;
    }
    
    .task-actions[b-ug1shv2k9k] {
        flex-direction: column;
    }
    
    .task-actions button[b-ug1shv2k9k] {
        width: 100%;
    }
    
    .detail-grid[b-ug1shv2k9k] {
        grid-template-columns: 1fr;
    }
}

/* Create Task Modal Styles */
.modal-large[b-ug1shv2k9k] {
    max-width: 700px;
}

.form-section[b-ug1shv2k9k] {
    margin-bottom: 1.25rem;
}

.form-label[b-ug1shv2k9k] {
    display: block;
    font-size: 0.875rem;
    font-weight: 600;
    color: #374151;
    margin-bottom: 0.5rem;
}

.form-label.required[b-ug1shv2k9k]::after {
    content: ' *';
    color: #ef4444;
}

.form-row[b-ug1shv2k9k] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.task-type-cards[b-ug1shv2k9k] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
}

.task-type-card[b-ug1shv2k9k] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem;
    background: #f9fafb;
    border: 2px solid #e5e7eb;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.task-type-card:hover[b-ug1shv2k9k] {
    border-color: #667eea;
    background: rgba(102, 126, 234, 0.05);
}

.task-type-card.selected[b-ug1shv2k9k] {
    border-color: #667eea;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.1) 0%, rgba(118, 75, 162, 0.05) 100%);
    box-shadow: 0 2px 8px rgba(102, 126, 234, 0.2);
}

.task-type-card i[b-ug1shv2k9k] {
    font-size: 2rem;
    color: #667eea;
}

.task-type-card span[b-ug1shv2k9k] {
    font-size: 0.875rem;
    font-weight: 600;
    color: #374151;
    text-align: center;
}

.task-type-card.selected span[b-ug1shv2k9k] {
    color: #667eea;
}

.task-type-card.disabled[b-ug1shv2k9k] {
    opacity: 0.5;
    cursor: not-allowed;
    background: #f3f4f6;
    border-color: #d1d5db;
}

.task-type-card.disabled:hover[b-ug1shv2k9k] {
    border-color: #d1d5db;
    background: #f3f4f6;
}

.task-type-card.disabled i[b-ug1shv2k9k] {
    color: #9ca3af;
}

.task-type-card.disabled span[b-ug1shv2k9k] {
    color: #6b7280;
}

@media (max-width: 576px) {
    .task-type-cards[b-ug1shv2k9k] {
        grid-template-columns: 1fr;
    }
    
    .form-row[b-ug1shv2k9k] {
        grid-template-columns: 1fr;
    }
}

/* Persian Date Wrapper */
.persian-date-wrapper[b-ug1shv2k9k] {
    margin-top: 0.5rem;
    padding: 1rem;
    background: #f8f9fa;
    border-radius: 8px;
    border: 1px solid #dee2e6;
    animation: fadeIn-b-ug1shv2k9k 0.3s ease;
}

@keyframes fadeIn-b-ug1shv2k9k {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.persian-date-wrapper .form-label[b-ug1shv2k9k] {
    font-size: 0.8125rem;
    margin-bottom: 0.75rem;
}

.form-check-label[b-ug1shv2k9k] {
    cursor: pointer;
    user-select: none;
}

.form-check-label i[b-ug1shv2k9k] {
    margin-left: 0.25rem;
}

.form-check-input:checked + .form-check-label[b-ug1shv2k9k] {
    color: #667eea;
}

.form-check-input:checked + .form-check-label strong[b-ug1shv2k9k] {
    color: #667eea;
}

/* File Upload Styles */
.selected-files-preview[b-ug1shv2k9k] {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 1rem;
    margin-top: 0.75rem;
}

.selected-files-preview .form-label[b-ug1shv2k9k] {
    font-size: 0.875rem;
    font-weight: 600;
    color: #495057;
    margin-bottom: 0.75rem;
}

.file-preview-item[b-ug1shv2k9k] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem;
    background: white;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    margin-bottom: 0.5rem;
    transition: all 0.2s ease;
}

.file-preview-item:hover[b-ug1shv2k9k] {
    border-color: #667eea;
    box-shadow: 0 2px 4px rgba(102, 126, 234, 0.1);
}

.file-preview-item i[b-ug1shv2k9k] {
    font-size: 1.25rem;
    color: #667eea;
}

.file-preview-item .file-name[b-ug1shv2k9k] {
    flex: 1;
    font-size: 0.875rem;
    color: #495057;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.file-preview-item .file-size[b-ug1shv2k9k] {
    font-size: 0.75rem;
    color: #6c757d;
}

.file-preview-item .btn-remove[b-ug1shv2k9k] {
    background: transparent;
    border: none;
    color: #dc3545;
    cursor: pointer;
    padding: 0.25rem;
    line-height: 1;
    transition: all 0.2s ease;
}

.file-preview-item .btn-remove:hover[b-ug1shv2k9k] {
    color: #bd2130;
    transform: scale(1.1);
}

.attachment-list[b-ug1shv2k9k] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-top: 1rem;
}

.attachment-item[b-ug1shv2k9k] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.875rem;
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    transition: all 0.2s ease;
}

.attachment-item:hover[b-ug1shv2k9k] {
    background: #e9ecef;
    border-color: #667eea;
}

.attachment-icon[b-ug1shv2k9k] {
    font-size: 1.5rem;
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    border-radius: 6px;
}

.attachment-details[b-ug1shv2k9k] {
    flex: 1;
    min-width: 0;
}

.attachment-name[b-ug1shv2k9k] {
    font-weight: 600;
    color: #212529;
    font-size: 0.9375rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.attachment-meta[b-ug1shv2k9k] {
    display: flex;
    gap: 1rem;
    font-size: 0.8125rem;
    color: #6c757d;
    margin-top: 0.25rem;
}

.attachment-actions[b-ug1shv2k9k] {
    display: flex;
    gap: 0.5rem;
}

.btn-icon-sm[b-ug1shv2k9k] {
    padding: 0.375rem;
    background: white;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    color: #495057;
    cursor: pointer;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
}

.btn-icon-sm:hover[b-ug1shv2k9k] {
    border-color: #667eea;
    color: #667eea;
    background: rgba(102, 126, 234, 0.05);
}

.btn-icon-sm.text-danger:hover[b-ug1shv2k9k] {
    border-color: #dc3545;
    color: #dc3545;
    background: rgba(220, 53, 69, 0.05);
}

/* ============= BULK ACTIONS STYLES ============= */

/* Selected Count Badge */
.selected-count-badge[b-ug1shv2k9k] {
    display: inline-flex;
    align-items: center;
    padding: 0.35rem 0.85rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border-radius: 20px;
    font-size: 0.875rem;
    font-weight: 600;
    margin-right: 1rem;
    animation: fadeInScale-b-ug1shv2k9k 0.3s ease;
}

@keyframes fadeInScale-b-ug1shv2k9k {
    from {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* Bulk Actions Group */
.bulk-actions-group[b-ug1shv2k9k] {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
    animation: slideInRight-b-ug1shv2k9k 0.3s ease;
}

@keyframes slideInRight-b-ug1shv2k9k {
    from {
        opacity: 0;
        transform: translateX(20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Bulk Selection Bar */
.bulk-selection-bar[b-ug1shv2k9k] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.5rem;
    background: linear-gradient(135deg, #f3f4f6 0%, #e5e7eb 100%);
    border-radius: 12px;
    margin-bottom: 1rem;
    border: 2px solid #d1d5db;
    transition: all 0.3s ease;
}

.bulk-selection-bar:hover[b-ug1shv2k9k] {
    border-color: #9ca3af;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.select-all-checkbox[b-ug1shv2k9k] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    cursor: pointer;
    margin: 0;
    font-weight: 500;
    color: #374151;
    user-select: none;
}

.select-all-checkbox input[type="checkbox"][b-ug1shv2k9k] {
    width: 20px;
    height: 20px;
    cursor: pointer;
    border: 2px solid #6b7280;
    border-radius: 4px;
    transition: all 0.2s ease;
}

.select-all-checkbox input[type="checkbox"]:checked[b-ug1shv2k9k] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-color: #667eea;
}

.select-all-checkbox span[b-ug1shv2k9k] {
    font-size: 0.95rem;
}

.selection-info[b-ug1shv2k9k] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #667eea;
    font-weight: 600;
    font-size: 0.9rem;
}

.selection-info i[b-ug1shv2k9k] {
    font-size: 1.1rem;
}

/* Task Card with Checkbox */
.task-card[b-ug1shv2k9k] {
    position: relative;
    padding-right: 4rem !important; /* Make space for checkbox */
    transition: all 0.3s ease;
}

.task-card.selected[b-ug1shv2k9k] {
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.05) 0%, rgba(118, 75, 162, 0.05) 100%);
    border-color: #667eea !important;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
    transform: translateY(-2px);
}

.task-checkbox[b-ug1shv2k9k] {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    z-index: 10;
}

.task-checkbox input[type="checkbox"][b-ug1shv2k9k] {
    width: 22px;
    height: 22px;
    cursor: pointer;
    border: 2px solid #9ca3af;
    border-radius: 6px;
    transition: all 0.2s ease;
    appearance: none;
    background: white;
}

.task-checkbox input[type="checkbox"]:hover[b-ug1shv2k9k] {
    border-color: #667eea;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.task-checkbox input[type="checkbox"]:checked[b-ug1shv2k9k] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-color: #667eea;
    position: relative;
}

.task-checkbox input[type="checkbox"]:checked[b-ug1shv2k9k]::after {
    content: '✓';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 14px;
    font-weight: bold;
}

/* Responsive */
@media (max-width: 768px) {
    .bulk-actions-group[b-ug1shv2k9k] {
        width: 100%;
    }

    .bulk-actions-group .btn[b-ug1shv2k9k] {
        flex: 1;
        font-size: 0.85rem;
        padding: 0.4rem 0.6rem;
    }

    .bulk-selection-bar[b-ug1shv2k9k] {
        flex-direction: column;
        gap: 0.75rem;
        align-items: flex-start;
    }

    .task-card[b-ug1shv2k9k] {
        padding-right: 3rem !important;
    }

    .task-checkbox[b-ug1shv2k9k] {
        right: 0.75rem;
        top: 1rem;
    }
}

/* /Components/Pages/CartableDashboard.razor.rz.scp.css */
.dashboard-container[b-fl1zq6xoeo] {
    padding: 2rem;
    max-width: 1600px;
    margin: 0 auto;
    direction: rtl;
}

/* Header */
.dashboard-header[b-fl1zq6xoeo] {
    margin-bottom: 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.header-title[b-fl1zq6xoeo] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.header-title i[b-fl1zq6xoeo] {
    font-size: 2.5rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.header-title h3[b-fl1zq6xoeo] {
    margin: 0;
    font-size: 2rem;
    font-weight: 700;
    color: #2d3748;
}

.header-actions[b-fl1zq6xoeo] {
    display: flex;
    gap: 0.75rem;
}

/* Summary Cards */
.summary-cards[b-fl1zq6xoeo] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.summary-card[b-fl1zq6xoeo] {
    background: white;
    border-radius: 16px;
    padding: 1.75rem;
    display: flex;
    align-items: center;
    gap: 1.25rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.summary-card[b-fl1zq6xoeo]::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 4px;
    height: 100%;
    transition: width 0.3s ease;
}

.summary-card:hover[b-fl1zq6xoeo] {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.summary-card:hover[b-fl1zq6xoeo]::before {
    width: 100%;
    opacity: 0.05;
}

.summary-card.total[b-fl1zq6xoeo]::before {
    background: linear-gradient(180deg, #667eea 0%, #764ba2 100%);
}

.summary-card.pending[b-fl1zq6xoeo]::before {
    background: #f59e0b;
}

.summary-card.progress[b-fl1zq6xoeo]::before {
    background: #3b82f6;
}

.summary-card.completed[b-fl1zq6xoeo]::before {
    background: #10b981;
}

.summary-card.overdue[b-fl1zq6xoeo]::before {
    background: #ef4444;
}

.summary-card.urgent[b-fl1zq6xoeo]::before {
    background: #dc2626;
}

.card-icon[b-fl1zq6xoeo] {
    width: 60px;
    height: 60px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
    flex-shrink: 0;
}

.summary-card.total .card-icon[b-fl1zq6xoeo] {
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.15) 0%, rgba(118, 75, 162, 0.15) 100%);
    color: #667eea;
}

.summary-card.pending .card-icon[b-fl1zq6xoeo] {
    background: rgba(245, 158, 11, 0.15);
    color: #f59e0b;
}

.summary-card.progress .card-icon[b-fl1zq6xoeo] {
    background: rgba(59, 130, 246, 0.15);
    color: #3b82f6;
}

.summary-card.completed .card-icon[b-fl1zq6xoeo] {
    background: rgba(16, 185, 129, 0.15);
    color: #10b981;
}

.summary-card.overdue .card-icon[b-fl1zq6xoeo] {
    background: rgba(239, 68, 68, 0.15);
    color: #ef4444;
}

.summary-card.urgent .card-icon[b-fl1zq6xoeo] {
    background: rgba(220, 38, 38, 0.15);
    color: #dc2626;
}

.card-content[b-fl1zq6xoeo] {
    flex: 1;
}

.card-value[b-fl1zq6xoeo] {
    font-size: 2rem;
    font-weight: 700;
    color: #1f2937;
    line-height: 1;
    margin-bottom: 0.5rem;
}

.card-label[b-fl1zq6xoeo] {
    font-size: 0.95rem;
    color: #6b7280;
    font-weight: 500;
    margin-bottom: 0.5rem;
}

.card-trend[b-fl1zq6xoeo] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    font-size: 0.8125rem;
    color: #10b981;
    font-weight: 600;
}

.card-trend i[b-fl1zq6xoeo] {
    font-size: 0.875rem;
}

.card-percentage[b-fl1zq6xoeo] {
    font-size: 0.875rem;
    color: #3b82f6;
    font-weight: 600;
}

.card-alert[b-fl1zq6xoeo] {
    font-size: 0.8125rem;
    color: #ef4444;
    font-weight: 600;
    animation: pulse-b-fl1zq6xoeo 2s infinite;
}

@keyframes pulse-b-fl1zq6xoeo {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.6; }
}

/* Charts Grid */
.charts-grid[b-fl1zq6xoeo] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.chart-card[b-fl1zq6xoeo] {
    background: white;
    border-radius: 16px;
    padding: 1.5rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.chart-card:hover[b-fl1zq6xoeo] {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.chart-header[b-fl1zq6xoeo] {
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #f3f4f6;
}

.chart-header h5[b-fl1zq6xoeo] {
    margin: 0;
    font-size: 1.125rem;
    font-weight: 600;
    color: #1f2937;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.chart-header i[b-fl1zq6xoeo] {
    font-size: 1.25rem;
    color: #667eea;
}

.chart-body[b-fl1zq6xoeo] {
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.chart-legend[b-fl1zq6xoeo] {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #f3f4f6;
}

.legend-item[b-fl1zq6xoeo] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    color: #4b5563;
}

.legend-dot[b-fl1zq6xoeo] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    flex-shrink: 0;
}

.legend-item.pending .legend-dot[b-fl1zq6xoeo] {
    background: #f59e0b;
}

.legend-item.progress .legend-dot[b-fl1zq6xoeo] {
    background: #3b82f6;
}

.legend-item.completed .legend-dot[b-fl1zq6xoeo] {
    background: #10b981;
}

.legend-item.urgent .legend-dot[b-fl1zq6xoeo] {
    background: #dc2626;
}

.legend-item.high .legend-dot[b-fl1zq6xoeo] {
    background: #f59e0b;
}

.legend-item.normal .legend-dot[b-fl1zq6xoeo] {
    background: #3b82f6;
}

.legend-item.low .legend-dot[b-fl1zq6xoeo] {
    background: #6b7280;
}

.legend-item.type-transaction .legend-dot[b-fl1zq6xoeo] {
    background: #8b5cf6;
}

.legend-item.type-orgunit .legend-dot[b-fl1zq6xoeo] {
    background: #ec4899;
}

.legend-item.type-assignment .legend-dot[b-fl1zq6xoeo] {
    background: #14b8a6;
}

.legend-item.type-review .legend-dot[b-fl1zq6xoeo] {
    background: #f97316;
}

/* Completion Rate */
.completion-rate[b-fl1zq6xoeo] {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
    gap: 2rem;
}

.rate-circle[b-fl1zq6xoeo] {
    position: relative;
    width: 200px;
    height: 200px;
}

.rate-circle svg[b-fl1zq6xoeo] {
    width: 100%;
    height: 100%;
}

.rate-text[b-fl1zq6xoeo] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.rate-value[b-fl1zq6xoeo] {
    display: block;
    font-size: 2.5rem;
    font-weight: 700;
    color: #10b981;
    line-height: 1;
}

.rate-label[b-fl1zq6xoeo] {
    display: block;
    font-size: 0.875rem;
    color: #6b7280;
    margin-top: 0.5rem;
}

.rate-details[b-fl1zq6xoeo] {
    display: flex;
    gap: 3rem;
}

.rate-item[b-fl1zq6xoeo] {
    text-align: center;
}

.rate-count[b-fl1zq6xoeo] {
    display: block;
    font-size: 1.75rem;
    font-weight: 700;
    color: #1f2937;
}

.rate-desc[b-fl1zq6xoeo] {
    display: block;
    font-size: 0.875rem;
    color: #6b7280;
    margin-top: 0.25rem;
}

/* Recent Tasks */
.recent-tasks-card[b-fl1zq6xoeo] {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.recent-tasks-card .card-header[b-fl1zq6xoeo] {
    padding: 1.5rem;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.05) 0%, rgba(118, 75, 162, 0.05) 100%);
    border-bottom: 2px solid #f3f4f6;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.recent-tasks-card .card-header h5[b-fl1zq6xoeo] {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 600;
    color: #1f2937;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.recent-tasks-card .card-header i[b-fl1zq6xoeo] {
    font-size: 1.5rem;
    color: #667eea;
}

.recent-tasks-card .card-body[b-fl1zq6xoeo] {
    padding: 0;
}

.table-responsive[b-fl1zq6xoeo] {
    overflow-x: auto;
}

.tasks-table[b-fl1zq6xoeo] {
    width: 100%;
    border-collapse: collapse;
}

.tasks-table thead[b-fl1zq6xoeo] {
    background: #f9fafb;
}

.tasks-table th[b-fl1zq6xoeo] {
    padding: 1rem 1.5rem;
    text-align: right;
    font-size: 0.875rem;
    font-weight: 600;
    color: #6b7280;
    border-bottom: 2px solid #e5e7eb;
}

.tasks-table td[b-fl1zq6xoeo] {
    padding: 1rem 1.5rem;
    border-bottom: 1px solid #f3f4f6;
    color: #4b5563;
}

.tasks-table tbody tr[b-fl1zq6xoeo] {
    transition: background-color 0.2s ease;
}

.tasks-table tbody tr:hover[b-fl1zq6xoeo] {
    background: #f9fafb;
}

.task-title-cell[b-fl1zq6xoeo] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-weight: 500;
    color: #1f2937;
}

/* Loading State */
.loading-state[b-fl1zq6xoeo] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 400px;
    gap: 1rem;
}

.loading-state p[b-fl1zq6xoeo] {
    color: #6b7280;
    font-size: 1rem;
}

/* Responsive */
@media (max-width: 1024px) {
    .charts-grid[b-fl1zq6xoeo] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .dashboard-container[b-fl1zq6xoeo] {
        padding: 1rem;
    }

    .summary-cards[b-fl1zq6xoeo] {
        grid-template-columns: 1fr;
    }

    .dashboard-header[b-fl1zq6xoeo] {
        flex-direction: column;
        align-items: flex-start;
    }

    .header-actions[b-fl1zq6xoeo] {
        width: 100%;
    }

    .header-actions a[b-fl1zq6xoeo],
    .header-actions button[b-fl1zq6xoeo] {
        flex: 1;
    }
}
/* /Components/Pages/Delegation.razor.rz.scp.css */
.delegation-container[b-tx2vx5zj8g] {
    padding: 2rem;
    max-width: 1200px;
    margin: 0 auto;
    direction: rtl;
}

/* Header */
.page-header[b-tx2vx5zj8g] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    flex-wrap: wrap;
    gap: 1rem;
}

.header-content[b-tx2vx5zj8g] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.header-content i[b-tx2vx5zj8g] {
    font-size: 2rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.header-content h3[b-tx2vx5zj8g] {
    margin: 0;
    font-size: 1.75rem;
    font-weight: 700;
    color: #2d3748;
}

/* Tabs */
.tabs-container[b-tx2vx5zj8g] {
    margin-bottom: 2rem;
}

.tabs-nav[b-tx2vx5zj8g] {
    display: flex;
    gap: 0.5rem;
    background: white;
    padding: 0.5rem;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.tab-button[b-tx2vx5zj8g] {
    flex: 1;
    padding: 0.875rem 1.5rem;
    border: none;
    background: transparent;
    color: #6b7280;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    position: relative;
}

.tab-button:hover[b-tx2vx5zj8g] {
    background: rgba(102, 126, 234, 0.1);
    color: #667eea;
}

.tab-button.active[b-tx2vx5zj8g] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
}

.tab-badge[b-tx2vx5zj8g] {
    padding: 0.25rem 0.5rem;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 700;
}

.tab-button:not(.active) .tab-badge[b-tx2vx5zj8g] {
    background: #e5e7eb;
    color: #6b7280;
}

.tab-badge.active[b-tx2vx5zj8g] {
    background: rgba(16, 185, 129, 0.2);
    color: #10b981;
}

/* Delegations List */
.delegations-list[b-tx2vx5zj8g] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.delegation-card[b-tx2vx5zj8g] {
    background: white;
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border-right: 4px solid #e5e7eb;
}

.delegation-card:hover[b-tx2vx5zj8g] {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
    transform: translateX(-2px);
}

.delegation-card.active[b-tx2vx5zj8g] {
    border-right-color: #10b981;
    background: linear-gradient(to left, rgba(16, 185, 129, 0.05) 0%, white 100%);
}

.delegation-card.inactive[b-tx2vx5zj8g] {
    border-right-color: #9ca3af;
    opacity: 0.7;
}

.delegation-header[b-tx2vx5zj8g] {
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 1rem;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #e5e7eb;
}

.delegation-info[b-tx2vx5zj8g] {
    flex: 1;
}

.delegation-users[b-tx2vx5zj8g] {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}

.user-badge[b-tx2vx5zj8g] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background: #f3f4f6;
    border-radius: 8px;
    font-weight: 600;
    color: #374151;
}

.user-badge.from[b-tx2vx5zj8g] {
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.1) 0%, rgba(147, 197, 253, 0.1) 100%);
    border: 1px solid rgba(59, 130, 246, 0.2);
    color: #2563eb;
}

.user-badge.to[b-tx2vx5zj8g] {
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.1) 0%, rgba(110, 231, 183, 0.1) 100%);
    border: 1px solid rgba(16, 185, 129, 0.2);
    color: #059669;
}

.user-badge i[b-tx2vx5zj8g] {
    font-size: 1.125rem;
}

.delegation-scope[b-tx2vx5zj8g] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.badge[b-tx2vx5zj8g] {
    padding: 0.375rem 0.75rem;
    border-radius: 8px;
    font-size: 0.75rem;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
}

.badge-primary[b-tx2vx5zj8g] {
    background: rgba(99, 102, 241, 0.15);
    color: #4f46e5;
}

.badge-info[b-tx2vx5zj8g] {
    background: rgba(59, 130, 246, 0.15);
    color: #2563eb;
}

.badge-success[b-tx2vx5zj8g] {
    background: rgba(16, 185, 129, 0.15);
    color: #059669;
}

.badge-warning[b-tx2vx5zj8g] {
    background: rgba(245, 158, 11, 0.15);
    color: #d97706;
}

.badge-secondary[b-tx2vx5zj8g] {
    background: rgba(107, 114, 128, 0.15);
    color: #4b5563;
}

.delegation-actions[b-tx2vx5zj8g] {
    display: flex;
    gap: 0.5rem;
}

.delegation-details[b-tx2vx5zj8g] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.detail-row[b-tx2vx5zj8g] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.detail-label[b-tx2vx5zj8g] {
    display: flex;
    align-items: center;
    gap: 0.375rem;
    font-weight: 600;
    color: #6b7280;
    font-size: 0.875rem;
}

.detail-label i[b-tx2vx5zj8g] {
    color: #9ca3af;
}

.detail-value[b-tx2vx5zj8g] {
    color: #374151;
    font-size: 0.875rem;
}

.delegation-notes[b-tx2vx5zj8g] {
    background: #fef3c7;
    padding: 1rem;
    border-radius: 8px;
    display: flex;
    align-items: start;
    gap: 0.75rem;
    color: #92400e;
    font-size: 0.9375rem;
    border: 1px solid #fde68a;
}

.delegation-notes i[b-tx2vx5zj8g] {
    font-size: 1.25rem;
    flex-shrink: 0;
    margin-top: 0.125rem;
}

/* Modal Styles */
.modal-backdrop[b-tx2vx5zj8g] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1050;
    padding: 1rem;
}

.modal-content-custom[b-tx2vx5zj8g] {
    background: white;
    border-radius: 16px;
    width: 100%;
    max-width: 600px;
    max-height: 90vh;
    display: flex;
    flex-direction: column;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.modal-large[b-tx2vx5zj8g] {
    max-width: 700px;
}

.modal-header-custom[b-tx2vx5zj8g] {
    padding: 1.5rem;
    border-bottom: 1px solid #e5e7eb;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-title[b-tx2vx5zj8g] {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1f2937;
    margin: 0;
}

.modal-body-custom[b-tx2vx5zj8g] {
    padding: 1.5rem;
    overflow-y: auto;
}

.modal-footer-custom[b-tx2vx5zj8g] {
    padding: 1.5rem;
    border-top: 1px solid #e5e7eb;
    display: flex;
    gap: 0.75rem;
    justify-content: flex-start;
}

.form-section[b-tx2vx5zj8g] {
    margin-bottom: 1.25rem;
}

.form-label[b-tx2vx5zj8g] {
    display: block;
    font-size: 0.875rem;
    font-weight: 600;
    color: #374151;
    margin-bottom: 0.5rem;
}

.form-label.required[b-tx2vx5zj8g]::after {
    content: ' *';
    color: #ef4444;
}

.form-row[b-tx2vx5zj8g] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.radio-group[b-tx2vx5zj8g] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.radio-item[b-tx2vx5zj8g] {
    border: 2px solid #e5e7eb;
    border-radius: 12px;
    padding: 1rem;
    transition: all 0.3s ease;
    cursor: pointer;
}

.radio-item:hover[b-tx2vx5zj8g] {
    border-color: #667eea;
    background: rgba(102, 126, 234, 0.05);
}

.radio-item:has(input:checked)[b-tx2vx5zj8g] {
    border-color: #667eea;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.1) 0%, rgba(118, 75, 162, 0.05) 100%);
}

.radio-item input[type="radio"][b-tx2vx5zj8g] {
    margin-left: 0.75rem;
    cursor: pointer;
}

.radio-item label[b-tx2vx5zj8g] {
    display: block;
    cursor: pointer;
    margin: 0;
}

.radio-item strong[b-tx2vx5zj8g] {
    display: block;
    color: #1f2937;
    margin-bottom: 0.25rem;
}

.radio-item small[b-tx2vx5zj8g] {
    display: block;
    color: #6b7280;
    font-size: 0.8125rem;
}

/* Empty State */
.empty-state[b-tx2vx5zj8g] {
    text-align: center;
    padding: 4rem 2rem;
    background: white;
    border-radius: 12px;
}

.empty-state i[b-tx2vx5zj8g] {
    font-size: 4rem;
    color: #d1d5db;
    margin-bottom: 1rem;
}

.empty-state h4[b-tx2vx5zj8g] {
    color: #4b5563;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.empty-state p[b-tx2vx5zj8g] {
    color: #9ca3af;
    margin-bottom: 1.5rem;
}

/* Loading State */
.loading-state[b-tx2vx5zj8g] {
    text-align: center;
    padding: 4rem 2rem;
}

.loading-state .spinner-border[b-tx2vx5zj8g] {
    width: 3rem;
    height: 3rem;
    margin-bottom: 1rem;
}

.loading-state p[b-tx2vx5zj8g] {
    color: #6b7280;
    font-size: 1.125rem;
}

/* Responsive */
@media (max-width: 768px) {
    .delegation-container[b-tx2vx5zj8g] {
        padding: 1rem;
    }
    
    .page-header[b-tx2vx5zj8g] {
        flex-direction: column;
        align-items: stretch;
    }
    
    .tabs-nav[b-tx2vx5zj8g] {
        flex-direction: column;
    }
    
    .tab-button[b-tx2vx5zj8g] {
        justify-content: start;
    }
    
    .delegation-header[b-tx2vx5zj8g] {
        flex-direction: column;
    }
    
    .delegation-actions[b-tx2vx5zj8g] {
        width: 100%;
        flex-direction: column;
    }
    
    .delegation-actions button[b-tx2vx5zj8g] {
        width: 100%;
    }
    
    .delegation-users[b-tx2vx5zj8g] {
        flex-direction: column;
        align-items: stretch;
    }
    
    .form-row[b-tx2vx5zj8g] {
        grid-template-columns: 1fr;
    }
    
    .delegation-details[b-tx2vx5zj8g] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/Login.razor.rz.scp.css */
/* ========================================
   LOGIN PAGE STYLES
   Professional Authentication UI
   ======================================== */

.login-container[b-gutxguzbtd] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    font-family: 'Vazirmatn', 'Segoe UI', Tahoma, Arial, sans-serif;
}

.login-background[b-gutxguzbtd] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #334155 100%);
    z-index: 0;
}

.animated-shapes[b-gutxguzbtd] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.shape[b-gutxguzbtd] {
    position: absolute;
    border-radius: 50%;
    opacity: 0.1;
    animation: float-b-gutxguzbtd 20s infinite ease-in-out;
}

.shape-1[b-gutxguzbtd] {
    width: 400px;
    height: 400px;
    background: linear-gradient(135deg, #3b82f6, #2563eb);
    top: -100px;
    right: -100px;
    animation-delay: 0s;
}

.shape-2[b-gutxguzbtd] {
    width: 300px;
    height: 300px;
    background: linear-gradient(135deg, #8b5cf6, #7c3aed);
    bottom: -50px;
    left: -50px;
    animation-delay: 5s;
}

.shape-3[b-gutxguzbtd] {
    width: 200px;
    height: 200px;
    background: linear-gradient(135deg, #10b981, #059669);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation-delay: 10s;
}

@keyframes float-b-gutxguzbtd {
    0%, 100% {
        transform: translate(0, 0) scale(1);
    }
    33% {
        transform: translate(30px, -30px) scale(1.1);
    }
    66% {
        transform: translate(-30px, 30px) scale(0.9);
    }
}

.login-content[b-gutxguzbtd] {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    padding: 2rem;
    width: 100%;
    max-width: 1200px;
}

.login-box[b-gutxguzbtd] {
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(20px);
    border-radius: 24px;
    padding: 3rem;
    width: 100%;
    max-width: 480px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
    animation: slideInUp-b-gutxguzbtd 0.6s ease-out;
}

@keyframes slideInUp-b-gutxguzbtd {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.login-header[b-gutxguzbtd] {
    text-align: center;
    margin-bottom: 2.5rem;
}

.logo-container[b-gutxguzbtd] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #3b82f6, #2563eb);
    border-radius: 20px;
    margin-bottom: 1.5rem;
    box-shadow: 0 10px 30px rgba(59, 130, 246, 0.3);
}

.logo-container i[b-gutxguzbtd] {
    font-size: 2.5rem;
    color: white;
}

.login-title[b-gutxguzbtd] {
    font-size: 1.75rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 0.5rem;
}

.login-subtitle[b-gutxguzbtd] {
    font-size: 1rem;
    color: #64748b;
    margin: 0;
}

.login-form[b-gutxguzbtd] {
    margin-bottom: 1.5rem;
}

.form-group[b-gutxguzbtd] {
    margin-bottom: 1.5rem;
}

.form-label[b-gutxguzbtd] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 600;
    color: #334155;
    margin-bottom: 0.75rem;
    font-size: 0.95rem;
}

.form-label i[b-gutxguzbtd] {
    color: #3b82f6;
}

.input-group[b-gutxguzbtd] {
    position: relative;
    display: flex;
    direction: rtl;
}

.form-control[b-gutxguzbtd] {
    flex: 1;
    padding: 0.875rem 1rem;
    font-size: 1rem;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    transition: all 0.3s ease;
    background: #f8fafc;
    direction: rtl;
}

.form-control:focus[b-gutxguzbtd] {
    outline: none;
    border-color: #3b82f6;
    background: white;
    box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.1);
}

.form-control:disabled[b-gutxguzbtd] {
    background-color: #f1f5f9;
    cursor: not-allowed;
}

.input-group-text[b-gutxguzbtd] {
    background: #f8fafc;
    border: 2px solid #e2e8f0;
    border-right: none;
    border-radius: 0 12px 12px 0;
    padding: 0.875rem 1rem;
    color: #64748b;
}

.input-group .form-control[b-gutxguzbtd] {
    border-radius: 12px 0 0 12px;
}

.input-group .btn-outline-secondary[b-gutxguzbtd] {
    border: 2px solid #e2e8f0;
    border-right: none;
    border-radius: 0 12px 12px 0;
    background: #f8fafc;
    color: #64748b;
    padding: 0.875rem 1rem;
    transition: all 0.3s ease;
}

.input-group .btn-outline-secondary:hover:not(:disabled)[b-gutxguzbtd] {
    background: #e2e8f0;
    color: #334155;
}

.input-group .btn-outline-secondary:disabled[b-gutxguzbtd] {
    cursor: not-allowed;
}

.validation-message[b-gutxguzbtd] {
    display: block;
    color: #ef4444;
    font-size: 0.875rem;
    margin-top: 0.5rem;
    margin-right: 0.25rem;
}

.btn-login[b-gutxguzbtd] {
    width: 100%;
    padding: 1rem;
    font-size: 1.05rem;
    font-weight: 600;
    background: linear-gradient(135deg, #3b82f6, #2563eb);
    border: none;
    border-radius: 12px;
    color: white;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
}

.btn-login:hover:not(:disabled)[b-gutxguzbtd] {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(59, 130, 246, 0.4);
}

.btn-login:active:not(:disabled)[b-gutxguzbtd] {
    transform: translateY(0);
}

.btn-login:disabled[b-gutxguzbtd] {
    opacity: 0.7;
    cursor: not-allowed;
}

.alert[b-gutxguzbtd] {
    border-radius: 12px;
    margin-bottom: 1.5rem;
    padding: 1rem 1.25rem;
    display: flex;
    align-items: center;
    direction: rtl;
}

.alert-danger[b-gutxguzbtd] {
    background-color: #fee2e2;
    border: 1px solid #fecaca;
    color: #991b1b;
}

.btn-close[b-gutxguzbtd] {
    margin-right: auto;
    margin-left: 0;
}

.login-footer[b-gutxguzbtd] {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid #e2e8f0;
}

.security-badge[b-gutxguzbtd] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    color: #10b981;
    font-size: 0.9rem;
    font-weight: 500;
}

.security-badge i[b-gutxguzbtd] {
    font-size: 1.25rem;
}

.login-info[b-gutxguzbtd] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    width: 100%;
    max-width: 900px;
}

.info-card[b-gutxguzbtd] {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border-radius: 16px;
    padding: 2rem;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.info-card:hover[b-gutxguzbtd] {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25);
}

.info-card i[b-gutxguzbtd] {
    font-size: 2.5rem;
    background: linear-gradient(135deg, #3b82f6, #2563eb);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 1rem;
}

.info-card h3[b-gutxguzbtd] {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 0.75rem;
}

.info-card p[b-gutxguzbtd] {
    font-size: 0.95rem;
    color: #64748b;
    margin: 0;
}

/* Responsive Design */
@media (max-width: 768px) {
    .login-box[b-gutxguzbtd] {
        padding: 2rem;
        border-radius: 20px;
    }

    .login-title[b-gutxguzbtd] {
        font-size: 1.5rem;
    }

    .login-info[b-gutxguzbtd] {
        grid-template-columns: 1fr;
    }

    .info-card[b-gutxguzbtd] {
        padding: 1.5rem;
    }
}

@media (max-width: 480px) {
    .login-content[b-gutxguzbtd] {
        padding: 1rem;
    }

    .login-box[b-gutxguzbtd] {
        padding: 1.5rem;
    }

    .logo-container[b-gutxguzbtd] {
        width: 60px;
        height: 60px;
    }

    .logo-container i[b-gutxguzbtd] {
        font-size: 2rem;
    }
}
/* /Components/Pages/Notifications.razor.rz.scp.css */
.notifications-page[b-hnvaklvbem] {
    padding: 2rem;
    max-width: 1200px;
    margin: 0 auto;
    direction: rtl;
}

.page-header[b-hnvaklvbem] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    flex-wrap: wrap;
    gap: 1rem;
}

.header-content[b-hnvaklvbem] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.header-content i[b-hnvaklvbem] {
    font-size: 2rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.header-content h3[b-hnvaklvbem] {
    margin: 0;
    font-size: 1.75rem;
    font-weight: 700;
    color: #2d3748;
}

.header-actions[b-hnvaklvbem] {
    display: flex;
    gap: 0.75rem;
}

.stats-cards[b-hnvaklvbem] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
    margin-bottom: 2rem;
}

.stat-card[b-hnvaklvbem] {
    background: white;
    border-radius: 12px;
    padding: 1.25rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    border-right: 4px solid transparent;
}

.stat-card.unread[b-hnvaklvbem] {
    border-right-color: #667eea;
}

.stat-card.urgent[b-hnvaklvbem] {
    border-right-color: #ef4444;
}

.stat-card.today[b-hnvaklvbem] {
    border-right-color: #10b981;
}

.stat-icon[b-hnvaklvbem] {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}

.stat-card.unread .stat-icon[b-hnvaklvbem] {
    background: rgba(102, 126, 234, 0.1);
    color: #667eea;
}

.stat-card.urgent .stat-icon[b-hnvaklvbem] {
    background: rgba(239, 68, 68, 0.1);
    color: #ef4444;
}

.stat-card.today .stat-icon[b-hnvaklvbem] {
    background: rgba(16, 185, 129, 0.1);
    color: #10b981;
}

.stat-value[b-hnvaklvbem] {
    font-size: 1.75rem;
    font-weight: 700;
    color: #1f2937;
}

.stat-label[b-hnvaklvbem] {
    font-size: 0.875rem;
    color: #6b7280;
}

.notifications-list[b-hnvaklvbem] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.notification-card[b-hnvaklvbem] {
    background: white;
    border-radius: 12px;
    padding: 1.5rem;
    display: flex;
    gap: 1rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    cursor: pointer;
    border-right: 4px solid #e5e7eb;
}

.notification-card:hover[b-hnvaklvbem] {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
    transform: translateX(-2px);
}

.notification-card.unread[b-hnvaklvbem] {
    background: linear-gradient(to left, rgba(102, 126, 234, 0.05) 0%, white 100%);
    border-right-color: #667eea;
}

.notification-card.priority-urgent[b-hnvaklvbem] {
    border-right-color: #ef4444;
}

.notification-card.priority-high[b-hnvaklvbem] {
    border-right-color: #f59e0b;
}

.notification-icon-large[b-hnvaklvbem] {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.1) 0%, rgba(118, 75, 162, 0.1) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #667eea;
    font-size: 1.5rem;
}

.notification-body[b-hnvaklvbem] {
    flex: 1;
    min-width: 0;
}

.notification-header-row[b-hnvaklvbem] {
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 1rem;
    margin-bottom: 0.5rem;
}

.notification-title[b-hnvaklvbem] {
    font-size: 1.125rem;
    font-weight: 600;
    color: #1f2937;
    margin: 0;
}

.notification-time[b-hnvaklvbem] {
    font-size: 0.8125rem;
    color: #9ca3af;
    white-space: nowrap;
}

.notification-message[b-hnvaklvbem] {
    color: #4b5563;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin: 0 0 0.75rem 0;
}

.notification-actions-row[b-hnvaklvbem] {
    display: flex;
    gap: 0.5rem;
}

.notification-menu[b-hnvaklvbem] {
    display: flex;
    gap: 0.25rem;
    align-items: start;
}

.btn-icon[b-hnvaklvbem] {
    background: transparent;
    border: none;
    padding: 0.5rem;
    cursor: pointer;
    color: #6b7280;
    border-radius: 6px;
    transition: all 0.2s ease;
}

.btn-icon:hover[b-hnvaklvbem] {
    background: #f3f4f6;
    color: #667eea;
}

.btn-icon.text-danger:hover[b-hnvaklvbem] {
    color: #ef4444;
}

.loading-state[b-hnvaklvbem],
.empty-state[b-hnvaklvbem] {
    text-align: center;
    padding: 4rem 2rem;
    background: white;
    border-radius: 12px;
}

.loading-state .spinner-border[b-hnvaklvbem] {
    width: 3rem;
    height: 3rem;
    margin-bottom: 1rem;
}

.loading-state p[b-hnvaklvbem] {
    color: #6b7280;
    font-size: 1.125rem;
}

.empty-state i[b-hnvaklvbem] {
    font-size: 4rem;
    color: #d1d5db;
    margin-bottom: 1rem;
}

.empty-state h4[b-hnvaklvbem] {
    color: #4b5563;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.empty-state p[b-hnvaklvbem] {
    color: #9ca3af;
}

@media (max-width: 768px) {
    .notifications-page[b-hnvaklvbem] {
        padding: 1rem;
    }
    
    .page-header[b-hnvaklvbem] {
        flex-direction: column;
        align-items: stretch;
    }
    
    .notification-card[b-hnvaklvbem] {
        flex-direction: column;
    }
    
    .notification-menu[b-hnvaklvbem] {
        justify-content: flex-end;
    }
}
/* /Components/Pages/OrganizationUnitApprovalRoutes.razor.rz.scp.css */
/* Organization Unit Approval Routes Styles */

.org-unit-approval-container[b-zo5ntxmfft] {
    padding: 2rem;
    max-width: 1600px;
    margin: 0 auto;
    animation: fadeIn-b-zo5ntxmfft 0.5s ease;
}

@keyframes fadeIn-b-zo5ntxmfft {
    from { opacity: 0; }
    to { opacity: 1; }
}

/* Page Header */
.page-header-pro[b-zo5ntxmfft] {
    margin-bottom: 3rem;
}

.header-content[b-zo5ntxmfft] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    padding: 2rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 16px;
    color: white;
    box-shadow: 0 10px 30px rgba(102, 126, 234, 0.3);
}

.header-title-section[b-zo5ntxmfft] {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.title-icon[b-zo5ntxmfft] {
    width: 64px;
    height: 64px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
}

.header-content h1[b-zo5ntxmfft] {
    margin: 0;
    font-size: 2rem;
    font-weight: 700;
}

.header-subtitle[b-zo5ntxmfft] {
    margin: 0.5rem 0 0 0;
    opacity: 0.9;
    font-size: 1rem;
}

.btn-create[b-zo5ntxmfft] {
    padding: 1rem 2rem;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.btn-create:hover[b-zo5ntxmfft] {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

/* Statistics Cards */
.stats-cards[b-zo5ntxmfft] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}

.stat-card[b-zo5ntxmfft] {
    background: white;
    border-radius: 12px;
    padding: 1.5rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.stat-card:hover[b-zo5ntxmfft] {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.stat-icon[b-zo5ntxmfft] {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
    color: white;
}

.stat-icon.total[b-zo5ntxmfft] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.stat-icon.active[b-zo5ntxmfft] {
    background: linear-gradient(135deg, #48c774 0%, #38a169 100%);
}

.stat-icon.steps[b-zo5ntxmfft] {
    background: linear-gradient(135deg, #3182ce 0%, #2c5282 100%);
}

.stat-content[b-zo5ntxmfft] {
    flex: 1;
}

.stat-value[b-zo5ntxmfft] {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    color: #2d3748;
}

.stat-label[b-zo5ntxmfft] {
    font-size: 0.9rem;
    color: #718096;
    margin-top: 0.25rem;
}

/* Loading & Empty States */
.loading-container[b-zo5ntxmfft] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 400px;
}

.loading-spinner[b-zo5ntxmfft] {
    text-align: center;
}

.spinner[b-zo5ntxmfft] {
    width: 48px;
    height: 48px;
    border: 4px solid #e2e8f0;
    border-top-color: #667eea;
    border-radius: 50%;
    animation: spin-b-zo5ntxmfft 0.8s linear infinite;
    margin: 0 auto 1rem;
}

@keyframes spin-b-zo5ntxmfft {
    to { transform: rotate(360deg); }
}

.empty-state-pro[b-zo5ntxmfft] {
    text-align: center;
    padding: 4rem 2rem;
    background: white;
    border-radius: 16px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

.empty-icon[b-zo5ntxmfft] {
    font-size: 5rem;
    color: #cbd5e0;
    margin-bottom: 1.5rem;
}

.empty-state-pro h3[b-zo5ntxmfft] {
    color: #2d3748;
    margin-bottom: 1rem;
}

.empty-state-pro p[b-zo5ntxmfft] {
    color: #718096;
    font-size: 1.1rem;
}

/* Routes Grid */
.routes-grid[b-zo5ntxmfft] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
    gap: 2rem;
}

.route-card-pro[b-zo5ntxmfft] {
    background: white;
    border-radius: 16px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.route-card-pro:hover[b-zo5ntxmfft] {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
    border-color: #667eea;
}

.route-card-pro.inactive[b-zo5ntxmfft] {
    opacity: 0.7;
}

.route-card-header[b-zo5ntxmfft] {
    padding: 1.25rem;
    border-bottom: 1px solid #e2e8f0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.route-badges[b-zo5ntxmfft] {
    display: flex;
    gap: 0.5rem;
}

.badge[b-zo5ntxmfft] {
    padding: 0.35rem 0.75rem;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}

.badge-status[b-zo5ntxmfft] {
    border: 1px solid;
}

.badge-active[b-zo5ntxmfft] {
    background: #f0fdf4;
    color: #166534;
    border-color: #86efac;
}

.badge-inactive[b-zo5ntxmfft] {
    background: #fef2f2;
    color: #991b1b;
    border-color: #fca5a5;
}

.route-card-body[b-zo5ntxmfft] {
    padding: 1.5rem;
}

.route-name[b-zo5ntxmfft] {
    font-size: 1.25rem;
    font-weight: 700;
    color: #2d3748;
    margin-bottom: 0.5rem;
}

.route-description[b-zo5ntxmfft] {
    color: #718096;
    font-size: 0.9rem;
    margin-bottom: 1rem;
    line-height: 1.5;
}

.route-stats[b-zo5ntxmfft] {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.25rem;
}

.stat-item[b-zo5ntxmfft] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #4a5568;
    font-size: 0.85rem;
}

.stat-item i[b-zo5ntxmfft] {
    color: #667eea;
}

.steps-preview[b-zo5ntxmfft] {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #e2e8f0;
}

.steps-timeline[b-zo5ntxmfft] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.timeline-step[b-zo5ntxmfft] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.timeline-dot[b-zo5ntxmfft] {
    width: 32px;
    height: 32px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 0.85rem;
    flex-shrink: 0;
}

.timeline-label[b-zo5ntxmfft] {
    color: #4a5568;
    font-size: 0.85rem;
    font-weight: 500;
}

.timeline-label small[b-zo5ntxmfft] {
    color: #718096;
    font-weight: normal;
}

.timeline-more[b-zo5ntxmfft] {
    color: #718096;
    font-size: 0.8rem;
    font-style: italic;
    margin-top: 0.25rem;
}

.route-card-footer[b-zo5ntxmfft] {
    padding: 1rem 1.5rem;
    background: #f7fafc;
    display: flex;
    gap: 0.75rem;
    justify-content: space-between;
}

/* Custom Modal Styles */
.modal-backdrop[b-zo5ntxmfft] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1050;
    animation: fadeIn-b-zo5ntxmfft 0.2s ease;
}

.modal-content-custom[b-zo5ntxmfft] {
    background: white;
    border-radius: 16px;
    width: 90%;
    max-width: 600px;
    max-height: 90vh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    animation: slideUp-b-zo5ntxmfft 0.3s ease;
}

.modal-content-custom.modal-large[b-zo5ntxmfft] {
    max-width: 900px;
}

@keyframes slideUp-b-zo5ntxmfft {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.modal-header-custom[b-zo5ntxmfft] {
    padding: 1.5rem;
    border-bottom: 1px solid #e2e8f0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-title[b-zo5ntxmfft] {
    font-size: 1.25rem;
    font-weight: 700;
    color: #2d3748;
    margin: 0;
}

.btn-close[b-zo5ntxmfft] {
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    color: #718096;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    transition: all 0.2s;
}

.btn-close:hover[b-zo5ntxmfft] {
    background: #f7fafc;
    color: #2d3748;
}

.btn-close[b-zo5ntxmfft]::before {
    content: "×";
    font-size: 2rem;
    line-height: 1;
}

.modal-body-custom[b-zo5ntxmfft] {
    padding: 1.5rem;
    overflow-y: auto;
    flex: 1;
}

.modal-footer-custom[b-zo5ntxmfft] {
    padding: 1rem 1.5rem;
    border-top: 1px solid #e2e8f0;
    display: flex;
    gap: 0.75rem;
    justify-content: flex-end;
}

/* Steps Management */
.steps-list[b-zo5ntxmfft] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.step-item[b-zo5ntxmfft] {
    background: white;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 1.25rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    transition: all 0.2s;
}

.step-item:hover[b-zo5ntxmfft] {
    border-color: #667eea;
    box-shadow: 0 2px 8px rgba(102, 126, 234, 0.1);
}

.step-info[b-zo5ntxmfft] {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex: 1;
}

.step-order[b-zo5ntxmfft] {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    flex-shrink: 0;
}

.step-details[b-zo5ntxmfft] {
    flex: 1;
}

.step-details h6[b-zo5ntxmfft] {
    margin: 0 0 0.25rem 0;
    color: #2d3748;
    font-weight: 600;
}

.step-meta[b-zo5ntxmfft] {
    display: flex;
    gap: 1rem;
    align-items: center;
    font-size: 0.85rem;
    color: #718096;
    margin-top: 0.5rem;
}

.step-meta span[b-zo5ntxmfft] {
    display: flex;
    align-items: center;
    gap: 0.35rem;
}

.step-actions[b-zo5ntxmfft] {
    display: flex;
    gap: 0.5rem;
}

/* Approvers List */
.approvers-list h6[b-zo5ntxmfft] {
    margin-bottom: 1rem;
    color: #2d3748;
}

.list-group-item[b-zo5ntxmfft] {
    border-radius: 8px !important;
    margin-bottom: 0.5rem;
    border: 1px solid #e2e8f0 !important;
}

/* Responsive Design */
@media (max-width: 768px) {
    .org-unit-approval-container[b-zo5ntxmfft] {
        padding: 1rem;
    }

    .header-content[b-zo5ntxmfft] {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }

    .header-title-section[b-zo5ntxmfft] {
        flex-direction: column;
        text-align: center;
    }

    .routes-grid[b-zo5ntxmfft] {
        grid-template-columns: 1fr;
    }

    .modal-content-custom[b-zo5ntxmfft] {
        width: 95%;
        max-height: 95vh;
    }

    .route-card-footer[b-zo5ntxmfft] {
        flex-wrap: wrap;
    }

    .step-item[b-zo5ntxmfft] {
        flex-direction: column;
        align-items: stretch;
    }

    .step-actions[b-zo5ntxmfft] {
        width: 100%;
        justify-content: space-between;
    }
}
/* /Components/Pages/OrganizationUnitUsers.razor.rz.scp.css */
/* Container */
.unit-users-container[b-danrso3uwy] {
    padding: 2rem;
    max-width: 1400px;
    margin: 0 auto;
    direction: rtl;
}

/* Page Header */
.page-header[b-danrso3uwy] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    flex-wrap: wrap;
    gap: 1rem;
}

.header-title[b-danrso3uwy] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.header-title i[b-danrso3uwy] {
    font-size: 2rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.header-title h3[b-danrso3uwy] {
    margin: 0;
    font-size: 1.75rem;
    font-weight: 700;
    color: #2d3748;
}

.header-actions[b-danrso3uwy] {
    display: flex;
    gap: 0.75rem;
}

/* Units Selection */
.units-selection[b-danrso3uwy] {
    margin-bottom: 2rem;
}

.units-selection .form-label[b-danrso3uwy] {
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #4a5568;
}

.units-selection .form-select[b-danrso3uwy] {
    max-width: 500px;
}

/* Search and Filter Section */
.search-filter-section[b-danrso3uwy] {
    margin-bottom: 2rem;
}

/* Search Bar */
.search-bar[b-danrso3uwy] {
    position: relative;
    max-width: 600px;
    margin-bottom: 1rem;
}

.search-bar i.bi-search[b-danrso3uwy] {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    color: #a0aec0;
    font-size: 1.125rem;
    pointer-events: none;
}

.search-bar .form-control[b-danrso3uwy] {
    padding-right: 3rem;
    padding-left: 3rem;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    transition: all 0.2s ease;
}

.search-bar .form-control:focus[b-danrso3uwy] {
    border-color: #667eea;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.clear-search[b-danrso3uwy] {
    position: absolute;
    left: 0.5rem;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    border: none;
    background: rgba(0, 0, 0, 0.05);
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #718096;
    transition: all 0.2s ease;
}

.clear-search:hover[b-danrso3uwy] {
    background: rgba(0, 0, 0, 0.1);
    color: #2d3748;
}

/* Filter Chips */
.filter-chips[b-danrso3uwy] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.chip[b-danrso3uwy] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background: white;
    border: 2px solid #e2e8f0;
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.2s ease;
    font-size: 0.875rem;
    font-weight: 500;
    color: #4a5568;
}

.chip:hover[b-danrso3uwy] {
    border-color: #cbd5e0;
    background: #f7fafc;
}

.chip.active[b-danrso3uwy] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-color: #667eea;
    color: white;
}

.chip i[b-danrso3uwy] {
    font-size: 1rem;
}

/* Statistics Cards */
.stats-cards[b-danrso3uwy] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
    margin-bottom: 2rem;
}

.stat-card[b-danrso3uwy] {
    background: white;
    border-radius: 12px;
    padding: 1.5rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.stat-card:hover[b-danrso3uwy] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.stat-icon[b-danrso3uwy] {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.75rem;
}

.stat-card.responsible .stat-icon[b-danrso3uwy] {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
}

.stat-card.delegations .stat-icon[b-danrso3uwy] {
    background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
}

.stat-content[b-danrso3uwy] {
    flex: 1;
}

.stat-value[b-danrso3uwy] {
    font-size: 2rem;
    font-weight: 700;
    color: #2d3748;
}

.stat-label[b-danrso3uwy] {
    font-size: 0.875rem;
    color: #718096;
}

/* Tabs */
.tabs-container[b-danrso3uwy] {
    margin-bottom: 2rem;
}

.tabs[b-danrso3uwy] {
    display: flex;
    gap: 0.5rem;
    border-bottom: 2px solid #e2e8f0;
}

.tab[b-danrso3uwy] {
    padding: 1rem 1.5rem;
    background: none;
    border: none;
    border-bottom: 3px solid transparent;
    color: #718096;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.tab:hover[b-danrso3uwy] {
    color: #667eea;
    background: rgba(102, 126, 234, 0.05);
}

.tab.active[b-danrso3uwy] {
    color: #667eea;
    border-bottom-color: #667eea;
    background: rgba(102, 126, 234, 0.1);
}

/* Tab Content */
.tab-content[b-danrso3uwy] {
    background: white;
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* User Card */
.users-list[b-danrso3uwy] {
    display: grid;
    gap: 1.5rem;
}

.user-card[b-danrso3uwy] {
    background: white;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    padding: 1.5rem;
    transition: all 0.3s ease;
}

.user-card:hover[b-danrso3uwy] {
    border-color: #667eea;
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.15);
}

.user-card.responsible[b-danrso3uwy] {
    border-color: #f093fb;
    background: linear-gradient(to right, rgba(240, 147, 251, 0.05), white);
}

.user-header[b-danrso3uwy] {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.user-avatar[b-danrso3uwy] {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 2rem;
}

.user-info[b-danrso3uwy] {
    flex: 1;
}

.user-info h5[b-danrso3uwy] {
    margin: 0;
    font-size: 1.125rem;
    font-weight: 600;
    color: #2d3748;
}

.user-username[b-danrso3uwy] {
    font-size: 0.875rem;
    color: #718096;
}

.badge-responsible[b-danrso3uwy] {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.875rem;
    font-weight: 600;
}

.user-permissions[b-danrso3uwy] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1rem;
    margin-bottom: 1rem;
}

.permission[b-danrso3uwy] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem;
    background: #f7fafc;
    border-radius: 8px;
    font-size: 0.875rem;
    color: #718096;
}

.permission.active[b-danrso3uwy] {
    background: rgba(72, 187, 120, 0.1);
    color: #48bb78;
}

.permission i[b-danrso3uwy] {
    font-size: 1.125rem;
}

.user-notes[b-danrso3uwy] {
    background: rgba(102, 126, 234, 0.1);
    border-right: 4px solid #667eea;
    padding: 0.75rem 1rem;
    border-radius: 8px;
    margin-bottom: 1rem;
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    font-size: 0.875rem;
    color: #4a5568;
}

.delegation-badge[b-danrso3uwy] {
    background: rgba(79, 172, 254, 0.1);
    border: 1px solid #4facfe;
    padding: 0.75rem 1rem;
    border-radius: 8px;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    color: #4facfe;
}

.user-actions[b-danrso3uwy] {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

/* Responsible List */
.responsible-list[b-danrso3uwy] {
    display: grid;
    gap: 1rem;
}

.responsible-card[b-danrso3uwy] {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    background: linear-gradient(to right, rgba(240, 147, 251, 0.1), white);
    border: 2px solid #f093fb;
    border-radius: 12px;
    padding: 1.5rem;
}

.responsible-order[b-danrso3uwy] {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
    font-weight: 700;
}

.responsible-info[b-danrso3uwy] {
    flex: 1;
}

.responsible-info h5[b-danrso3uwy] {
    margin: 0;
    font-size: 1.125rem;
    font-weight: 600;
    color: #2d3748;
}

.responsible-info span[b-danrso3uwy] {
    font-size: 0.875rem;
    color: #718096;
}

.responsible-label[b-danrso3uwy] {
    padding: 0.5rem 1rem;
    background: rgba(240, 147, 251, 0.2);
    border-radius: 20px;
    font-weight: 600;
    color: #f5576c;
}

/* Delegation Card */
.delegations-list[b-danrso3uwy] {
    display: grid;
    gap: 1.5rem;
}

.delegation-card[b-danrso3uwy] {
    background: white;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    padding: 1.5rem;
    transition: all 0.3s ease;
}

.delegation-card.active[b-danrso3uwy] {
    border-color: #4facfe;
    background: linear-gradient(to right, rgba(79, 172, 254, 0.05), white);
}

.delegation-header[b-danrso3uwy] {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.delegation-from[b-danrso3uwy],
.delegation-to[b-danrso3uwy] {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem;
    background: #f7fafc;
    border-radius: 8px;
}

.delegation-from i[b-danrso3uwy],
.delegation-to i[b-danrso3uwy] {
    font-size: 1.5rem;
    color: #667eea;
}

.delegation-from label[b-danrso3uwy],
.delegation-to label[b-danrso3uwy] {
    font-size: 0.75rem;
    color: #718096;
    display: block;
}

.delegation-from span[b-danrso3uwy],
.delegation-to span[b-danrso3uwy] {
    font-weight: 600;
    color: #2d3748;
}

.delegation-details[b-danrso3uwy] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
    margin-bottom: 1rem;
}

.detail-item[b-danrso3uwy] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    color: #4a5568;
}

.detail-item i[b-danrso3uwy] {
    color: #667eea;
}

.delegation-permissions[b-danrso3uwy] {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.delegation-reason[b-danrso3uwy] {
    background: rgba(102, 126, 234, 0.1);
    border-right: 4px solid #667eea;
    padding: 0.75rem 1rem;
    border-radius: 8px;
    margin-bottom: 1rem;
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    font-size: 0.875rem;
    color: #4a5568;
}

.delegation-actions[b-danrso3uwy] {
    display: flex;
    gap: 0.5rem;
}

/* Empty State */
.empty-state[b-danrso3uwy] {
    text-align: center;
    padding: 4rem 2rem;
    color: #a0aec0;
}

.empty-state i[b-danrso3uwy] {
    font-size: 4rem;
    margin-bottom: 1rem;
    opacity: 0.5;
}

.empty-state p[b-danrso3uwy] {
    font-size: 1.125rem;
    margin-bottom: 1.5rem;
}

/* Loading State */
.loading-state[b-danrso3uwy] {
    text-align: center;
    padding: 4rem 2rem;
}

.loading-state .spinner-border[b-danrso3uwy] {
    width: 3rem;
    height: 3rem;
    margin-bottom: 1rem;
}

/* Responsive */
@media (max-width: 768px) {
    .unit-users-container[b-danrso3uwy] {
        padding: 1rem;
    }

    .page-header[b-danrso3uwy] {
        flex-direction: column;
        align-items: stretch;
    }

    .header-actions[b-danrso3uwy] {
        flex-direction: column;
    }

    .search-bar[b-danrso3uwy] {
        max-width: 100%;
    }

    .filter-chips[b-danrso3uwy] {
        overflow-x: auto;
        flex-wrap: nowrap;
        padding-bottom: 0.5rem;
    }

    .chip[b-danrso3uwy] {
        white-space: nowrap;
    }

    .stats-cards[b-danrso3uwy] {
        grid-template-columns: 1fr;
    }

    .tabs[b-danrso3uwy] {
        overflow-x: auto;
    }

    .tab[b-danrso3uwy] {
        white-space: nowrap;
    }

    .user-permissions[b-danrso3uwy] {
        grid-template-columns: 1fr;
    }

    .user-actions[b-danrso3uwy] {
        flex-direction: column;
    }

    .delegation-header[b-danrso3uwy] {
        flex-direction: column;
    }
}

/* Modal Styles */
.modal-backdrop[b-danrso3uwy] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1050;
    padding: 1rem;
}

.modal-content-custom[b-danrso3uwy] {
    background: white;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
    width: 100%;
    max-width: 600px;
    max-height: 90vh;
    display: flex;
    flex-direction: column;
}

.modal-content-custom.modal-large[b-danrso3uwy] {
    max-width: 800px;
}

.modal-header-custom[b-danrso3uwy] {
    padding: 1.5rem;
    border-bottom: 1px solid #e2e8f0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.modal-title[b-danrso3uwy] {
    font-size: 1.25rem;
    font-weight: 600;
    color: #2d3748;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin: 0;
}

.modal-title i[b-danrso3uwy] {
    font-size: 1.5rem;
    color: #667eea;
}

.modal-title.text-danger i[b-danrso3uwy] {
    color: #dc3545;
}

.btn-close[b-danrso3uwy] {
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    color: #718096;
    padding: 0;
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    transition: all 0.2s ease;
}

.btn-close:hover[b-danrso3uwy] {
    background: #f7fafc;
    color: #2d3748;
}

.modal-body-custom[b-danrso3uwy] {
    padding: 1.5rem;
    overflow-y: auto;
    flex: 1;
}

.modal-footer-custom[b-danrso3uwy] {
    padding: 1.5rem;
    border-top: 1px solid #e2e8f0;
    display: flex;
    gap: 0.75rem;
    justify-content: flex-end;
}

.form-section[b-danrso3uwy] {
    margin-bottom: 1.5rem;
}

.form-section:last-child[b-danrso3uwy] {
    margin-bottom: 0;
}

.form-label[b-danrso3uwy] {
    display: block;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #4a5568;
}

.form-select[b-danrso3uwy],
.form-control[b-danrso3uwy] {
    width: 100%;
    padding: 0.75rem;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    font-size: 1rem;
    transition: border-color 0.2s ease;
}

.form-select:focus[b-danrso3uwy],
.form-control:focus[b-danrso3uwy] {
    outline: none;
    border-color: #667eea;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.permissions-section[b-danrso3uwy] {
    background: #f7fafc;
    padding: 1rem;
    border-radius: 8px;
    margin-bottom: 1.5rem;
}

.permissions-section h6[b-danrso3uwy] {
    margin: 0 0 1rem 0;
    color: #2d3748;
    font-weight: 600;
}

.form-check[b-danrso3uwy] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.75rem;
}

.form-check:last-child[b-danrso3uwy] {
    margin-bottom: 0;
}

.form-check-input[b-danrso3uwy] {
    width: 1.25rem;
    height: 1.25rem;
    cursor: pointer;
}

.form-check-label[b-danrso3uwy] {
    cursor: pointer;
    user-select: none;
}

@media (max-width: 576px) {
    .modal-content-custom[b-danrso3uwy] {
        max-width: 100%;
        margin: 1rem;
    }

    .modal-header-custom[b-danrso3uwy],
    .modal-body-custom[b-danrso3uwy],
    .modal-footer-custom[b-danrso3uwy] {
        padding: 1rem;
    }

    .modal-footer-custom[b-danrso3uwy] {
        flex-direction: column;
    }

    .modal-footer-custom button[b-danrso3uwy] {
        width: 100%;
    }
}
/* /Components/Pages/PaymentFormDesigner.razor.rz.scp.css */
.payment-form-designer[b-nmoe4nk81d] {
    min-height: 100vh;
    background: #f8f9fa;
    padding-bottom: 2rem;
}

.designer-header[b-nmoe4nk81d] {
    background: #fff;
    border-bottom: 1px solid #dee2e6;
    padding: 1.5rem 2rem;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.header-content[b-nmoe4nk81d] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    max-width: 1400px;
    margin: 0 auto;
}

.header-title[b-nmoe4nk81d] {
    flex: 1;
}

.header-title h2[b-nmoe4nk81d] {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 600;
    color: #2c3e50;
}

.header-title h2 i[b-nmoe4nk81d] {
    color: #3498db;
    margin-left: 0.5rem;
}

.header-title .text-muted[b-nmoe4nk81d] {
    margin: 0.25rem 0 0 0;
    font-size: 0.875rem;
}

.header-actions[b-nmoe4nk81d] {
    display: flex;
    gap: 0.75rem;
    align-items: center;
}

.header-actions .btn[b-nmoe4nk81d] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1.25rem;
    font-weight: 500;
}

.loading-container[b-nmoe4nk81d] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 60vh;
    gap: 1rem;
}

.designer-content[b-nmoe4nk81d] {
    max-width: 1400px;
    margin: 0 auto;
    padding: 2rem;
}

.template-config .card-header[b-nmoe4nk81d] {
    background: #fff;
    border-bottom: 2px solid #e9ecef;
    padding: 1rem 1.5rem;
}

.template-config .card-header h4[b-nmoe4nk81d] {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 600;
    color: #2c3e50;
}

.template-config .card-header h4 i[b-nmoe4nk81d] {
    color: #3498db;
    margin-left: 0.5rem;
}

.sections-container[b-nmoe4nk81d] {
    background: #fff;
    border-radius: 8px;
    padding: 1.5rem;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.sections-header[b-nmoe4nk81d] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #e9ecef;
}

.sections-header h4[b-nmoe4nk81d] {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 600;
    color: #2c3e50;
}

.sections-header h4 i[b-nmoe4nk81d] {
    color: #3498db;
    margin-left: 0.5rem;
}

.empty-state[b-nmoe4nk81d] {
    text-align: center;
    padding: 4rem 2rem;
    color: #6c757d;
}

.empty-state i[b-nmoe4nk81d] {
    font-size: 4rem;
    color: #adb5bd;
    display: block;
    margin-bottom: 1rem;
}

.empty-state h5[b-nmoe4nk81d] {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #495057;
}

.empty-state p[b-nmoe4nk81d] {
    margin-bottom: 1.5rem;
}

/* Toast positioning */
.toast-container[b-nmoe4nk81d] {
    z-index: 9999;
}

.toast[b-nmoe4nk81d] {
    min-width: 300px;
}

/* Responsive */
@media (max-width: 768px) {
    .designer-header[b-nmoe4nk81d] {
        padding: 1rem;
    }

    .header-content[b-nmoe4nk81d] {
        flex-direction: column;
        align-items: flex-start;
    }

    .header-title h2[b-nmoe4nk81d] {
        font-size: 1.25rem;
    }

    .designer-content[b-nmoe4nk81d] {
        padding: 1rem;
    }

    .sections-header[b-nmoe4nk81d] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
    }

    .sections-container[b-nmoe4nk81d] {
        padding: 1rem;
    }
}
/* /Components/Pages/PaymentFormPrint.razor.rz.scp.css */
/* Print Form Styles - Optimized for A4 printing */

.form-print-container[b-8pv4cq2j2w] {
    background: #f5f5f5;
    min-height: 100vh;
    padding: 20px;
}

/* Hide from print */
.no-print[b-8pv4cq2j2w] {
    display: block !important;
}

@media print {
    .no-print[b-8pv4cq2j2w] {
        display: none !important;
    }

    .form-print-container[b-8pv4cq2j2w] {
        min-height: 0 !important;
        height: auto !important;
    }
}

/* Print Actions - Screen only */
.print-actions[b-8pv4cq2j2w] {
    background: white;
    padding: 15px 20px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    margin-bottom: 20px;
    display: flex;
    gap: 10px;
    justify-content: flex-end;
}

.print-actions .btn[b-8pv4cq2j2w] {
    display: flex;
    align-items: center;
    gap: 8px;
}

/* Printable Document */
.print-document[b-8pv4cq2j2w] {
    background: white;
    max-width: 210mm; /* A4 width */
    margin: 0 auto;
    padding: 20mm;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    font-family: 'Vazirmatn', 'Tahoma', Arial, sans-serif;
    direction: rtl;
    color: #333;
    line-height: 1.6;
}

/* Document Header */
.document-header[b-8pv4cq2j2w] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-bottom: 3px solid #2c3e50;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.header-logo h1[b-8pv4cq2j2w] {
    margin: 0;
    font-size: 24px;
    color: #2c3e50;
    font-weight: 700;
}

.organization-name[b-8pv4cq2j2w] {
    margin: 5px 0 0 0;
    font-size: 14px;
    color: #7f8c8d;
}

.header-info[b-8pv4cq2j2w] {
    text-align: left;
    font-size: 12px;
    color: #7f8c8d;
}

.header-info p[b-8pv4cq2j2w] {
    margin: 5px 0;
}

/* Document Title */
.document-title[b-8pv4cq2j2w] {
    text-align: center;
    margin: 25px 0;
    padding: 15px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border-radius: 8px;
}

.document-title h2[b-8pv4cq2j2w] {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
}

.document-title .form-description[b-8pv4cq2j2w] {
    margin: 8px 0 0 0;
    font-size: 14px;
    opacity: 0.95;
}

/* Info Section */
.info-section[b-8pv4cq2j2w] {
    margin: 25px 0;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    overflow: hidden;
}

.info-section h3[b-8pv4cq2j2w] {
    background: #f8f9fa;
    margin: 0;
    padding: 12px 15px;
    font-size: 16px;
    color: #2c3e50;
    border-bottom: 2px solid #e9ecef;
}

.info-table[b-8pv4cq2j2w] {
    width: 100%;
    border-collapse: collapse;
}

.info-table td[b-8pv4cq2j2w] {
    padding: 10px 15px;
    border-bottom: 1px solid #e9ecef;
}

.info-table tr:last-child td[b-8pv4cq2j2w] {
    border-bottom: none;
}

.info-table .label[b-8pv4cq2j2w] {
    width: 20%;
    font-weight: 600;
    color: #495057;
    background: #f8f9fa;
}

.info-table .value[b-8pv4cq2j2w] {
    width: 30%;
    color: #212529;
}

/* Form Sections */
.form-section-print[b-8pv4cq2j2w] {
    margin: 25px 0;
    border: 2px solid #dee2e6;
    border-radius: 8px;
    overflow: hidden;
    page-break-inside: avoid;
}

.section-header-print[b-8pv4cq2j2w] {
    background: #f1f3f5;
    padding: 15px;
    border-bottom: 2px solid #dee2e6;
}

.section-header-print h3[b-8pv4cq2j2w] {
    margin: 0;
    font-size: 18px;
    color: #2c3e50;
    display: flex;
    align-items: center;
    gap: 10px;
}

.status-icon[b-8pv4cq2j2w] {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: #28a745;
    color: white;
    border-radius: 50%;
    text-align: center;
    line-height: 24px;
    font-size: 14px;
}

.required-badge[b-8pv4cq2j2w] {
    display: inline-block;
    background: #dc3545;
    color: white;
    padding: 3px 8px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 600;
}

.section-description[b-8pv4cq2j2w] {
    margin: 8px 0 0 0;
    color: #6c757d;
    font-size: 13px;
}

.completion-info[b-8pv4cq2j2w] {
    margin: 8px 0 0 0;
    color: #28a745;
    font-size: 12px;
    font-weight: 600;
}

.no-fields[b-8pv4cq2j2w] {
    padding: 20px;
    text-align: center;
    color: #6c757d;
    font-style: italic;
}

/* Fields Table */
.fields-table[b-8pv4cq2j2w] {
    width: 100%;
    border-collapse: collapse;
}

.fields-table tr[b-8pv4cq2j2w] {
    border-bottom: 1px solid #e9ecef;
}

.fields-table tr:last-child[b-8pv4cq2j2w] {
    border-bottom: none;
}

.fields-table .field-label[b-8pv4cq2j2w] {
    width: 35%;
    padding: 12px 15px;
    font-weight: 600;
    color: #495057;
    background: #f8f9fa;
    vertical-align: top;
}

.fields-table .field-value[b-8pv4cq2j2w] {
    width: 65%;
    padding: 12px 15px;
    color: #212529;
    vertical-align: top;
}

.fields-table .required[b-8pv4cq2j2w] {
    color: #dc3545;
    margin-right: 3px;
}

.autofill-value[b-8pv4cq2j2w] {
    color: #007bff;
    font-weight: 600;
}

.checkbox-value[b-8pv4cq2j2w] {
    font-size: 16px;
}

.empty-value[b-8pv4cq2j2w] {
    color: #adb5bd;
    font-style: italic;
}

.default-value[b-8pv4cq2j2w] {
    color: #6c757d;
}

.label-field-print[b-8pv4cq2j2w] {
    padding: 15px;
    background: #e7f3ff;
    border-right: 4px solid #007bff;
    font-weight: 500;
    color: #004085;
}

/* Approval History */
.approval-history-section[b-8pv4cq2j2w] {
    margin: 30px 0;
    border: 2px solid #dee2e6;
    border-radius: 8px;
    overflow: hidden;
    page-break-inside: avoid;
}

.approval-history-section h3[b-8pv4cq2j2w] {
    background: #f8f9fa;
    margin: 0;
    padding: 12px 15px;
    font-size: 16px;
    color: #2c3e50;
    border-bottom: 2px solid #dee2e6;
}

.history-table[b-8pv4cq2j2w] {
    width: 100%;
    border-collapse: collapse;
}

.history-table thead[b-8pv4cq2j2w] {
    background: #e9ecef;
}

.history-table th[b-8pv4cq2j2w] {
    padding: 10px 12px;
    text-align: right;
    font-weight: 600;
    color: #495057;
    border-bottom: 2px solid #dee2e6;
}

.history-table td[b-8pv4cq2j2w] {
    padding: 10px 12px;
    border-bottom: 1px solid #e9ecef;
}

.history-table tr:last-child td[b-8pv4cq2j2w] {
    border-bottom: none;
}

.action-badge[b-8pv4cq2j2w] {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
}

.action-approved[b-8pv4cq2j2w] {
    background: #d4edda;
    color: #155724;
}

.action-rejected[b-8pv4cq2j2w] {
    background: #f8d7da;
    color: #721c24;
}

.action-returned[b-8pv4cq2j2w] {
    background: #fff3cd;
    color: #856404;
}

.action-default[b-8pv4cq2j2w] {
    background: #e2e3e5;
    color: #383d41;
}

/* Document Footer */
.document-footer[b-8pv4cq2j2w] {
    margin-top: 40px;
    page-break-inside: avoid;
}

.signatures[b-8pv4cq2j2w] {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.signature-box[b-8pv4cq2j2w] {
    flex: 1;
    min-width: 150px;
    text-align: center;
}

.signature-label[b-8pv4cq2j2w] {
    font-size: 12px;
    color: #6c757d;
    margin-bottom: 5px;
}

.signature-line[b-8pv4cq2j2w] {
    width: 100%;
    height: 50px;
    border-bottom: 2px solid #2c3e50;
    margin: 10px 0;
}

.signature-name[b-8pv4cq2j2w] {
    font-size: 13px;
    font-weight: 600;
    color: #2c3e50;
    margin: 5px 0;
}

.signature-date[b-8pv4cq2j2w] {
    font-size: 11px;
    color: #6c757d;
    margin: 0;
}

.footer-note[b-8pv4cq2j2w] {
    border-top: 2px solid #dee2e6;
    padding-top: 15px;
    text-align: center;
}

.footer-note p[b-8pv4cq2j2w] {
    margin: 5px 0;
    font-size: 11px;
    color: #6c757d;
}

/* Print Media Query */
@media print {
    @page {
        size: A4;
        margin: 15mm;
    }

    body[b-8pv4cq2j2w] {
        background: white;
    }

    .form-print-container[b-8pv4cq2j2w] {
        background: white;
        padding: 0;
        min-height: 0;
    }

    .print-document[b-8pv4cq2j2w] {
        max-width: none;
        box-shadow: none;
        padding: 0;
        margin: 0;
        page-break-after: avoid;
    }

    .document-title[b-8pv4cq2j2w] {
        background: #667eea !important;
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
        page-break-after: avoid;
    }

    .info-section[b-8pv4cq2j2w] {
        page-break-inside: avoid;
    }

    .form-section-print[b-8pv4cq2j2w],
    .approval-history-section[b-8pv4cq2j2w] {
        page-break-inside: avoid;
    }

    .document-footer[b-8pv4cq2j2w] {
        page-break-before: avoid;
        page-break-inside: avoid;
    }

    .signature-line[b-8pv4cq2j2w] {
        border-bottom: 2px solid #000 !important;
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }

    /* Ensure colors print correctly */
    .action-approved[b-8pv4cq2j2w],
    .action-rejected[b-8pv4cq2j2w],
    .action-returned[b-8pv4cq2j2w],
    .action-default[b-8pv4cq2j2w],
    .status-icon[b-8pv4cq2j2w],
    .required-badge[b-8pv4cq2j2w],
    .label-field-print[b-8pv4cq2j2w] {
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }

    /* Prevent orphan elements */
    h3[b-8pv4cq2j2w], h2[b-8pv4cq2j2w] {
        page-break-after: avoid;
    }

    /* Force single page if content fits */
    html[b-8pv4cq2j2w], body[b-8pv4cq2j2w] {
        height: auto;
        overflow: visible;
    }
}

/* Loading Overlay */
.loading-overlay[b-8pv4cq2j2w] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 60vh;
    gap: 15px;
}

/* Responsive - Tablet */
@media (max-width: 768px) and (not print) {
    .print-document[b-8pv4cq2j2w] {
        padding: 15px;
    }
    
    .document-header[b-8pv4cq2j2w] {
        flex-direction: column;
        gap: 15px;
    }
    
    .header-info[b-8pv4cq2j2w] {
        text-align: right;
    }
    
    .info-table .label[b-8pv4cq2j2w],
    .info-table .value[b-8pv4cq2j2w] {
        display: block;
        width: 100%;
    }
    
    .info-table tr[b-8pv4cq2j2w] {
        display: flex;
        flex-direction: column;
    }
    
    .fields-table .field-label[b-8pv4cq2j2w],
    .fields-table .field-value[b-8pv4cq2j2w] {
        display: block;
        width: 100%;
    }
    
    .fields-table tr[b-8pv4cq2j2w] {
        display: flex;
        flex-direction: column;
    }
    
    .signatures[b-8pv4cq2j2w] {
        flex-direction: column;
    }
}

/* Responsive - Mobile */
@media (max-width: 576px) and (not print) {
    .form-print-container[b-8pv4cq2j2w] {
        padding: 10px;
    }
    
    .print-actions[b-8pv4cq2j2w] {
        flex-direction: column;
    }
    
    .print-actions .btn[b-8pv4cq2j2w] {
        width: 100%;
        justify-content: center;
    }
    
    .document-title h2[b-8pv4cq2j2w] {
        font-size: 18px;
    }
    
    .history-table[b-8pv4cq2j2w] {
        font-size: 12px;
    }
    
    .history-table th[b-8pv4cq2j2w],
    .history-table td[b-8pv4cq2j2w] {
        padding: 8px 6px;
    }
}
/* /Components/Pages/PaymentFormsList.razor.rz.scp.css */
.payment-forms-list-page[b-v3wjhur3yz] {
    min-height: 100vh;
    background: #f8f9fa;
    padding: 2rem;
}

.page-header[b-v3wjhur3yz] {
    margin-bottom: 2rem;
}

.header-content[b-v3wjhur3yz] {
    max-width: 1400px;
    margin: 0 auto;
}

.header-title h1[b-v3wjhur3yz] {
    font-size: 2rem;
    font-weight: 700;
    color: #2c3e50;
    margin: 0 0 0.5rem 0;
}

.header-title h1 i[b-v3wjhur3yz] {
    color: #667eea;
    margin-left: 0.5rem;
}

.header-title .text-muted[b-v3wjhur3yz] {
    margin: 0;
    font-size: 1rem;
}

.loading-container[b-v3wjhur3yz] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 60vh;
    gap: 1rem;
}

.empty-state[b-v3wjhur3yz] {
    text-align: center;
    padding: 4rem 2rem;
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    max-width: 600px;
    margin: 2rem auto;
}

.empty-state i[b-v3wjhur3yz] {
    font-size: 4rem;
    color: #adb5bd;
    display: block;
    margin-bottom: 1.5rem;
}

.empty-state h3[b-v3wjhur3yz] {
    font-size: 1.5rem;
    font-weight: 600;
    color: #495057;
    margin-bottom: 0.75rem;
}

.empty-state p[b-v3wjhur3yz] {
    color: #6c757d;
    margin-bottom: 2rem;
}

.forms-container[b-v3wjhur3yz] {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.route-section[b-v3wjhur3yz] {
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    overflow: hidden;
}

.route-header[b-v3wjhur3yz] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 1.5rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.route-info h3[b-v3wjhur3yz] {
    margin: 0 0 0.5rem 0;
    font-size: 1.5rem;
    font-weight: 600;
}

.route-info p[b-v3wjhur3yz] {
    margin: 0 0 0.75rem 0;
    opacity: 0.9;
}

.route-badges[b-v3wjhur3yz] {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.route-badges .badge[b-v3wjhur3yz] {
    font-size: 0.85rem;
    padding: 0.35rem 0.75rem;
}

.route-actions[b-v3wjhur3yz] {
    display: flex;
    gap: 0.5rem;
}

.route-actions .btn[b-v3wjhur3yz] {
    background: white;
    color: #667eea;
    border: none;
    font-weight: 600;
}

.route-actions .btn:hover[b-v3wjhur3yz] {
    background: rgba(255,255,255,0.9);
    transform: translateY(-2px);
}

.route-actions .btn-danger[b-v3wjhur3yz] {
    background: white;
    color: #dc3545;
}

.route-actions .btn-danger:hover[b-v3wjhur3yz] {
    background: rgba(255,255,255,0.9);
    color: #c82333;
}

.form-preview-card[b-v3wjhur3yz] {
    padding: 1.5rem;
    border-top: 3px solid #e9ecef;
}

.form-info h5[b-v3wjhur3yz] {
    font-size: 1.25rem;
    font-weight: 600;
    color: #2c3e50;
    margin: 0 0 0.75rem 0;
}

.form-info h5 i[b-v3wjhur3yz] {
    margin-left: 0.5rem;
}

.form-stats[b-v3wjhur3yz] {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    margin-top: 1rem;
}

.stat-badge[b-v3wjhur3yz] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background: #f8f9fa;
    border-radius: 8px;
    font-size: 0.9rem;
    color: #495057;
    font-weight: 500;
}

.stat-badge i[b-v3wjhur3yz] {
    color: #6c757d;
}

.stat-badge.active[b-v3wjhur3yz] {
    background: #d4edda;
    color: #155724;
}

.stat-badge.active i[b-v3wjhur3yz] {
    color: #28a745;
}

.stat-badge.inactive[b-v3wjhur3yz] {
    background: #f8d7da;
    color: #721c24;
}

.stat-badge.inactive i[b-v3wjhur3yz] {
    color: #dc3545;
}

.sections-preview[b-v3wjhur3yz] {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid #e9ecef;
}

.sections-preview h6[b-v3wjhur3yz] {
    font-size: 1rem;
    font-weight: 600;
    color: #495057;
    margin-bottom: 1rem;
}

.sections-list[b-v3wjhur3yz] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.section-chip[b-v3wjhur3yz] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border-radius: 20px;
    font-size: 0.9rem;
}

.section-number[b-v3wjhur3yz] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background: rgba(255,255,255,0.3);
    border-radius: 50%;
    font-weight: 700;
    font-size: 0.8rem;
}

.section-name[b-v3wjhur3yz] {
    font-weight: 500;
}

.section-fields[b-v3wjhur3yz] {
    padding: 0.15rem 0.5rem;
    background: rgba(255,255,255,0.2);
    border-radius: 10px;
    font-size: 0.8rem;
}

.no-form-card[b-v3wjhur3yz] {
    padding: 3rem 1.5rem;
    text-align: center;
    background: #f8f9fa;
    color: #6c757d;
}

.no-form-card i[b-v3wjhur3yz] {
    font-size: 3rem;
    display: block;
    margin-bottom: 1rem;
    color: #adb5bd;
}

.no-form-card p[b-v3wjhur3yz] {
    margin-bottom: 1rem;
    font-size: 1rem;
}

/* Responsive */
@media (max-width: 768px) {
    .payment-forms-list-page[b-v3wjhur3yz] {
        padding: 1rem;
    }

    .header-title h1[b-v3wjhur3yz] {
        font-size: 1.5rem;
    }

    .route-header[b-v3wjhur3yz] {
        flex-direction: column;
        gap: 1rem;
    }

    .route-actions[b-v3wjhur3yz] {
        width: 100%;
    }

    .route-actions .btn[b-v3wjhur3yz] {
        flex: 1;
    }

    .form-stats[b-v3wjhur3yz] {
        flex-direction: column;
    }

    .stat-badge[b-v3wjhur3yz] {
        width: 100%;
        justify-content: center;
    }

    .sections-list[b-v3wjhur3yz] {
        flex-direction: column;
    }

    .section-chip[b-v3wjhur3yz] {
        justify-content: space-between;
    }
}

/* Modal Styles */
.modal-backdrop[b-v3wjhur3yz] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1040;
}

.modal.show[b-v3wjhur3yz] {
    display: block;
}

.modal-dialog-centered[b-v3wjhur3yz] {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
}

.modal-content[b-v3wjhur3yz] {
    border: none;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.3);
}

.modal-header[b-v3wjhur3yz] {
    border-radius: 12px 12px 0 0;
    padding: 1.5rem;
}

.modal-body[b-v3wjhur3yz] {
    padding: 1.5rem;
}

.delete-info[b-v3wjhur3yz] {
    background: #f8f9fa;
    padding: 1rem;
    border-radius: 8px;
    margin-top: 1rem;
}

.delete-info ul[b-v3wjhur3yz] {
    list-style: none;
    padding-right: 1.5rem;
}

.delete-info ul li[b-v3wjhur3yz]::before {
    content: "�";
    color: #dc3545;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-right: 0.5rem;
}

/* Success Toast */
.toast-header.bg-success[b-v3wjhur3yz] {
    background: #28a745 !important;
}

/* /Components/Shared/FormBuilder/FormPreviewModal.razor.rz.scp.css */
/* Form Preview Modal Styles */

.form-preview-modal[b-irm5h0hn5p] {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1050;
    overflow: hidden;
}

.form-preview-modal.show[b-irm5h0hn5p] {
    display: block;
}

.form-preview-modal .modal-backdrop[b-irm5h0hn5p] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1040;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.form-preview-modal .modal-backdrop.show[b-irm5h0hn5p] {
    opacity: 1;
}

.form-preview-modal .modal-dialog[b-irm5h0hn5p] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.9);
    width: 90%;
    max-width: 1200px;
    max-height: 90vh;
    z-index: 1050;
    transition: transform 0.3s ease;
}

.form-preview-modal.show .modal-dialog[b-irm5h0hn5p] {
    transform: translate(-50%, -50%) scale(1);
}

.form-preview-modal .modal-content[b-irm5h0hn5p] {
    background: white;
    border-radius: 15px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
    max-height: 90vh;
}

.form-preview-modal .modal-header[b-irm5h0hn5p] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 20px 25px;
    border-radius: 15px 15px 0 0;
    border-bottom: none;
}

.form-preview-modal .modal-title[b-irm5h0hn5p] {
    margin: 0;
    font-size: 1.4rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
}

.form-preview-modal .btn-close[b-irm5h0hn5p] {
    filter: brightness(0) invert(1);
    opacity: 0.9;
}

.form-preview-modal .modal-body[b-irm5h0hn5p] {
    padding: 0;
    overflow-y: auto;
    max-height: calc(90vh - 140px);
}

.form-preview-modal .modal-footer[b-irm5h0hn5p] {
    padding: 15px 25px;
    border-top: 1px solid #dee2e6;
    border-radius: 0 0 15px 15px;
}

/* Preview Container */
.form-preview-container[b-irm5h0hn5p] {
    padding: 25px;
    direction: rtl;
    font-family: 'Vazirmatn', sans-serif;
}

/* Preview Header */
.preview-header[b-irm5h0hn5p] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 25px;
    border-radius: 12px;
    margin-bottom: 25px;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.2);
}

.preview-header h2[b-irm5h0hn5p] {
    margin: 0 0 10px 0;
    font-size: 1.6rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 10px;
}

.preview-header .form-description[b-irm5h0hn5p] {
    margin: 10px 0 20px 0;
    opacity: 0.95;
    font-size: 0.95rem;
}

.transaction-info-card[b-irm5h0hn5p] {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border-radius: 10px;
    padding: 20px;
    margin-top: 20px;
}

.transaction-info-card .row > div[b-irm5h0hn5p] {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 10px;
}

.transaction-info-card strong[b-irm5h0hn5p] {
    font-size: 0.85rem;
    opacity: 0.9;
}

.transaction-info-card span[b-irm5h0hn5p] {
    font-size: 1rem;
    font-weight: 600;
}

.transaction-info-card .amount[b-irm5h0hn5p] {
    color: #ffd700;
    font-size: 1.2rem;
}

/* Preview Sections */
.preview-sections[b-irm5h0hn5p] {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.preview-section[b-irm5h0hn5p] {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    border: 2px solid #e9ecef;
}

.preview-section.active[b-irm5h0hn5p] {
    border-color: #667eea;
    box-shadow: 0 4px 20px rgba(102, 126, 234, 0.15);
}

.preview-section .section-header[b-irm5h0hn5p] {
    background: linear-gradient(to bottom, #f8f9fa, #ffffff);
    padding: 20px;
    border-bottom: 1px solid #e9ecef;
}

.preview-section .section-title-row[b-irm5h0hn5p] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.preview-section h4[b-irm5h0hn5p] {
    margin: 0;
    font-size: 1.3rem;
    font-weight: 600;
    color: #2d3748;
    display: flex;
    align-items: center;
    gap: 10px;
}

.preview-section .section-description[b-irm5h0hn5p] {
    margin: 10px 0 0 0;
    color: #6c757d;
    font-size: 0.9rem;
}

.section-fields[b-irm5h0hn5p] {
    padding: 20px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
}

.preview-field[b-irm5h0hn5p] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.preview-field.required .field-label[b-irm5h0hn5p]::after {
    content: " *";
    color: #dc3545;
}

.preview-field .field-label[b-irm5h0hn5p] {
    font-weight: 600;
    color: #2d3748;
    font-size: 0.9rem;
}

.preview-field .form-control[b-irm5h0hn5p],
.preview-field .form-select[b-irm5h0hn5p] {
    border: 1.5px solid #dee2e6;
    border-radius: 8px;
    padding: 10px 15px;
    font-size: 0.9rem;
    background: white;
}

.preview-field .form-control:disabled[b-irm5h0hn5p],
.preview-field .form-select:disabled[b-irm5h0hn5p] {
    background-color: #f8f9fa;
    cursor: not-allowed;
    opacity: 0.7;
}

.preview-field .autofill-field[b-irm5h0hn5p] {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    font-weight: 600;
    color: #495057;
    border-color: #adb5bd;
}

.preview-field .label-field[b-irm5h0hn5p] {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 8px;
    border-right: 4px solid #667eea;
    font-size: 0.95rem;
    color: #495057;
}

.preview-field .help-text[b-irm5h0hn5p] {
    color: #6c757d;
    font-size: 0.85rem;
    display: flex;
    align-items: center;
    gap: 5px;
}

/* Preview Actions */
.preview-actions[b-irm5h0hn5p] {
    position: sticky;
    bottom: 0;
    background: white;
    padding: 20px;
    border-top: 2px solid #e9ecef;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.08);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    border-radius: 12px 12px 0 0;
    margin-top: 25px;
}

.preview-actions .btn[b-irm5h0hn5p] {
    padding: 12px 25px;
    font-weight: 600;
    font-size: 0.95rem;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 10px;
    opacity: 0.6;
    cursor: not-allowed;
}

.preview-actions .btn-success[b-irm5h0hn5p] {
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
    border: none;
}

.preview-actions .btn-danger[b-irm5h0hn5p] {
    background: linear-gradient(135deg, #dc3545 0%, #e83e8c 100%);
    border: none;
}

.preview-actions .btn-secondary[b-irm5h0hn5p] {
    background: #6c757d;
    border: none;
}

/* Responsive */
@media (max-width: 768px) {
    .form-preview-modal .modal-dialog[b-irm5h0hn5p] {
        width: 95%;
        max-width: none;
    }
    
    .form-preview-container[b-irm5h0hn5p] {
        padding: 15px;
    }
    
    .preview-header[b-irm5h0hn5p] {
        padding: 20px;
    }
    
    .preview-header h2[b-irm5h0hn5p] {
        font-size: 1.3rem;
    }
    
    .transaction-info-card .row[b-irm5h0hn5p] {
        flex-direction: column;
    }
    
    .section-fields[b-irm5h0hn5p] {
        grid-template-columns: 1fr;
        padding: 15px;
    }
    
    .preview-actions[b-irm5h0hn5p] {
        flex-wrap: wrap;
    }
    
    .preview-actions .btn[b-irm5h0hn5p] {
        width: 100%;
        justify-content: center;
    }
}

/* Badge Styling */
.badge[b-irm5h0hn5p] {
    padding: 6px 12px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 0.75rem;
}

/* Animations */
@keyframes fadeInScale-b-irm5h0hn5p {
    from {
        opacity: 0;
        transform: scale(0.95);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.preview-section[b-irm5h0hn5p] {
    animation: fadeInScale-b-irm5h0hn5p 0.3s ease-out;
}

/* Alert Styling in Preview */
.preview-sections .alert[b-irm5h0hn5p] {
    margin: 20px;
}
/* /Components/Shared/FormBuilder/FormSectionBuilder.razor.rz.scp.css */
.form-section-builder[b-zsub13rde1] {
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 1.5rem;
    margin-bottom: 1rem;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.section-header[b-zsub13rde1] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #e9ecef;
}

.section-header h4[b-zsub13rde1] {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 600;
    color: #2c3e50;
}

.section-header h4 i[b-zsub13rde1] {
    color: #3498db;
    margin-left: 0.5rem;
}

.section-config[b-zsub13rde1] {
    margin-bottom: 1.5rem;
}

.fields-section[b-zsub13rde1] {
    margin-top: 1.5rem;
}

.fields-header[b-zsub13rde1] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.fields-header h5[b-zsub13rde1] {
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
    color: #495057;
}

.fields-header h5 i[b-zsub13rde1] {
    color: #6c757d;
    margin-left: 0.5rem;
}

.empty-fields[b-zsub13rde1] {
    text-align: center;
    padding: 2rem;
    color: #6c757d;
    background: #f8f9fa;
    border-radius: 6px;
    border: 2px dashed #dee2e6;
}

.empty-fields i[b-zsub13rde1] {
    font-size: 2rem;
    display: block;
    margin-bottom: 0.5rem;
    color: #adb5bd;
}

.fields-list[b-zsub13rde1] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.field-item[b-zsub13rde1] {
    display: flex;
    gap: 0.75rem;
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    padding: 0.75rem;
    align-items: flex-start;
}

.field-drag-handle[b-zsub13rde1] {
    color: #adb5bd;
    cursor: grab;
    padding: 0.25rem;
}

.field-drag-handle:active[b-zsub13rde1] {
    cursor: grabbing;
}

.field-config[b-zsub13rde1] {
    flex: 1;
}

.form-label-sm[b-zsub13rde1] {
    font-size: 0.875rem;
    font-weight: 500;
    margin-bottom: 0.25rem;
    color: #495057;
}

.field-actions[b-zsub13rde1] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.section-actions button[b-zsub13rde1] {
    padding: 0.25rem 0.5rem;
}

@media (max-width: 768px) {
    .form-section-builder[b-zsub13rde1] {
        padding: 1rem;
    }

    .section-header[b-zsub13rde1] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }

    .fields-header[b-zsub13rde1] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }

    .field-item[b-zsub13rde1] {
        flex-direction: column;
    }

    .field-drag-handle[b-zsub13rde1] {
        display: none;
    }
}
/* /Components/Shared/FormBuilder/PaymentFormFiller.razor.rz.scp.css */
.payment-form-filler[b-5s2tkd3z3w] {
    width: 100%;
}

.form-section-card[b-5s2tkd3z3w] {
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    overflow: hidden;
}

.section-header[b-5s2tkd3z3w] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 1.5rem;
    border-bottom: 3px solid rgba(255,255,255,0.2);
}

.section-header h4[b-5s2tkd3z3w] {
    margin: 0 0 0.5rem 0;
    font-size: 1.25rem;
    font-weight: 600;
}

.section-header p[b-5s2tkd3z3w] {
    margin: 0.5rem 0 0 0;
    opacity: 0.9;
    font-size: 0.95rem;
}

.section-header .badge[b-5s2tkd3z3w] {
    margin-top: 0.5rem;
    font-size: 0.75rem;
    padding: 0.25rem 0.75rem;
}

.section-body[b-5s2tkd3z3w] {
    padding: 2rem;
}

.field-group[b-5s2tkd3z3w] {
    margin-bottom: 1.5rem;
}

.field-group:last-child[b-5s2tkd3z3w] {
    margin-bottom: 0;
}

.field-label[b-5s2tkd3z3w] {
    display: block;
    font-weight: 500;
    margin-bottom: 0.5rem;
    color: #2c3e50;
    font-size: 0.95rem;
}

.field-label .text-danger[b-5s2tkd3z3w] {
    margin-right: 0.25rem;
}

.form-control[b-5s2tkd3z3w],
.form-select[b-5s2tkd3z3w] {
    border-radius: 6px;
    border: 1px solid #ced4da;
    padding: 0.625rem 0.75rem;
    font-size: 0.95rem;
}

.form-control:focus[b-5s2tkd3z3w],
.form-select:focus[b-5s2tkd3z3w] {
    border-color: #667eea;
    box-shadow: 0 0 0 0.2rem rgba(102, 126, 234, 0.25);
}

.form-control:read-only[b-5s2tkd3z3w],
.form-control:disabled[b-5s2tkd3z3w] {
    background-color: #f8f9fa;
    cursor: not-allowed;
}

.predefined-text-display[b-5s2tkd3z3w] {
    padding: 0.75rem;
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    color: #495057;
    font-size: 0.95rem;
    line-height: 1.6;
    white-space: pre-wrap;
}

.form-check[b-5s2tkd3z3w] {
    padding: 0.75rem;
    background: #f8f9fa;
    border-radius: 6px;
}

.form-check-input[b-5s2tkd3z3w] {
    width: 1.25rem;
    height: 1.25rem;
    margin-top: 0.125rem;
}

.form-check-input:checked[b-5s2tkd3z3w] {
    background-color: #667eea;
    border-color: #667eea;
}

.section-footer[b-5s2tkd3z3w] {
    background: #f8f9fa;
    border-top: 1px solid #dee2e6;
    padding: 1.25rem 2rem;
    display: flex;
    gap: 1rem;
    justify-content: flex-end;
}

.section-footer .btn[b-5s2tkd3z3w] {
    min-width: 120px;
}

/* File upload styling */
input[type="file"][b-5s2tkd3z3w] {
    padding: 0.5rem;
}

input[type="file"][b-5s2tkd3z3w]::file-selector-button {
    background: #667eea;
    color: white;
    border: none;
    padding: 0.5rem 1rem;
    border-radius: 4px;
    cursor: pointer;
    margin-left: 0.5rem;
}

input[type="file"][b-5s2tkd3z3w]::file-selector-button:hover {
    background: #5568d3;
}

/* Success indicator for uploaded files */
.text-success i[b-5s2tkd3z3w] {
    margin-left: 0.25rem;
}

/* Responsive */
@media (max-width: 768px) {
    .section-header[b-5s2tkd3z3w] {
        padding: 1rem;
    }

    .section-header h4[b-5s2tkd3z3w] {
        font-size: 1.1rem;
    }

    .section-body[b-5s2tkd3z3w] {
        padding: 1.5rem;
    }

    .section-footer[b-5s2tkd3z3w] {
        flex-direction: column;
        padding: 1rem;
    }

    .section-footer .btn[b-5s2tkd3z3w] {
        width: 100%;
    }

    .field-group[b-5s2tkd3z3w] {
        margin-bottom: 1.25rem;
    }
}
/* /Components/Shared/FormBuilder/PaymentFormPreview.razor.rz.scp.css */
.payment-form-preview[b-k2nfk9fqk9] {
    width: 100%;
}

.form-preview-header[b-k2nfk9fqk9] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 1.5rem;
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 8px 8px 0 0;
    border-bottom: 2px solid #e9ecef;
}

.header-info h3[b-k2nfk9fqk9] {
    margin: 0 0 0.5rem 0;
    font-size: 1.5rem;
    font-weight: 600;
    color: #2c3e50;
}

.header-info p[b-k2nfk9fqk9] {
    margin: 0;
    font-size: 0.95rem;
}

.form-sections[b-k2nfk9fqk9] {
    background: #fff;
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
}

.section-preview[b-k2nfk9fqk9] {
    border-bottom: 1px solid #dee2e6;
    transition: all 0.3s ease;
}

.section-preview:last-child[b-k2nfk9fqk9] {
    border-bottom: none;
}

.section-preview.completed[b-k2nfk9fqk9] {
    background: linear-gradient(to left, rgba(40, 167, 69, 0.03), transparent);
}

.section-preview.pending[b-k2nfk9fqk9] {
    background: linear-gradient(to left, rgba(108, 117, 125, 0.03), transparent);
}

.section-preview-header[b-k2nfk9fqk9] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.25rem 1.5rem;
    background: rgba(248, 249, 250, 0.5);
}

.section-title[b-k2nfk9fqk9] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.section-title h4[b-k2nfk9fqk9] {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 600;
    color: #2c3e50;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.section-number[b-k2nfk9fqk9] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border-radius: 50%;
    font-size: 0.9rem;
    font-weight: 700;
}

.step-badge[b-k2nfk9fqk9] {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    background: #e9ecef;
    color: #495057;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 500;
}

.section-status[b-k2nfk9fqk9] {
    text-align: left;
}

.section-status .badge[b-k2nfk9fqk9] {
    font-size: 0.85rem;
    padding: 0.4rem 0.8rem;
}

.section-status small[b-k2nfk9fqk9] {
    font-size: 0.75rem;
    margin-top: 0.25rem;
}

.section-preview-body[b-k2nfk9fqk9] {
    padding: 1.5rem;
}

.fields-grid[b-k2nfk9fqk9] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 1.5rem;
}

.field-preview[b-k2nfk9fqk9] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.field-label[b-k2nfk9fqk9] {
    font-weight: 600;
    color: #495057;
    font-size: 0.9rem;
    margin: 0;
}

.field-value[b-k2nfk9fqk9] {
    padding: 0.75rem;
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 6px;
    color: #2c3e50;
    font-size: 0.95rem;
    min-height: 42px;
    display: flex;
    align-items: center;
}

.field-value i[b-k2nfk9fqk9] {
    margin-left: 0.5rem;
}

.form-preview-footer[b-k2nfk9fqk9] {
    padding: 1.5rem;
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0 0 8px 8px;
    border-top: 2px solid #e9ecef;
}

.completion-status[b-k2nfk9fqk9] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.progress-info[b-k2nfk9fqk9] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.95rem;
}

.progress-info span[b-k2nfk9fqk9] {
    color: #6c757d;
}

.progress-info strong[b-k2nfk9fqk9] {
    color: #2c3e50;
}

.progress[b-k2nfk9fqk9] {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}

.progress-bar[b-k2nfk9fqk9] {
    font-weight: 600;
    font-size: 0.85rem;
    transition: width 0.6s ease;
}

.empty-preview[b-k2nfk9fqk9] {
    text-align: center;
    padding: 4rem 2rem;
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    color: #6c757d;
}

.empty-preview i[b-k2nfk9fqk9] {
    font-size: 4rem;
    color: #adb5bd;
    display: block;
    margin-bottom: 1rem;
}

/* Print styles */
@media print {
    .form-preview-header .header-actions[b-k2nfk9fqk9],
    .section-status[b-k2nfk9fqk9] {
        display: none;
    }

    .section-preview[b-k2nfk9fqk9] {
        page-break-inside: avoid;
    }

    .field-value[b-k2nfk9fqk9] {
        border: 1px solid #000;
    }
}

/* Responsive */
@media (max-width: 768px) {
    .form-preview-header[b-k2nfk9fqk9] {
        flex-direction: column;
        gap: 1rem;
    }

    .header-actions[b-k2nfk9fqk9] {
        width: 100%;
    }

    .header-actions .btn[b-k2nfk9fqk9] {
        width: 100%;
    }

    .section-preview-header[b-k2nfk9fqk9] {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }

    .section-title[b-k2nfk9fqk9] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }

    .fields-grid[b-k2nfk9fqk9] {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .progress-info[b-k2nfk9fqk9] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }
}
/* /Components/Shared/FormBuilder/TableBuilder.razor.rz.scp.css */
/* Table Builder Styles */

.table-builder[b-ac3s3ivvxy] {
    padding: 20px;
    background: #f8f9fa;
    border-radius: 8px;
}

.table-config[b-ac3s3ivvxy] {
    background: white;
    padding: 15px;
    border-radius: 6px;
    margin-bottom: 15px;
}

.table-config h5[b-ac3s3ivvxy] {
    margin: 0 0 15px 0;
    color: #2c3e50;
    font-size: 1rem;
    font-weight: 600;
}

.table-preview[b-ac3s3ivvxy] {
    background: white;
    padding: 15px;
    border-radius: 6px;
}

.table-preview h6[b-ac3s3ivvxy] {
    margin: 0 0 10px 0;
    color: #495057;
    font-size: 0.9rem;
    font-weight: 600;
}

.table-container[b-ac3s3ivvxy] {
    overflow-x: auto;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    padding: 10px;
    background: white;
}

.custom-table[b-ac3s3ivvxy] {
    width: 100%;
    border-collapse: collapse;
    font-family: 'Vazirmatn', sans-serif;
    direction: rtl;
}

.custom-table.has-border[b-ac3s3ivvxy] {
    border: 1px solid #000;
}

.custom-table th[b-ac3s3ivvxy],
.custom-table td[b-ac3s3ivvxy] {
    padding: 8px;
    border: 1px solid #dee2e6;
    min-width: 80px;
    min-height: 40px;
    cursor: pointer;
    transition: background-color 0.2s;
}

.custom-table th[b-ac3s3ivvxy] {
    background-color: #f1f3f5;
    font-weight: 600;
    text-align: center;
}

.custom-table td:hover[b-ac3s3ivvxy],
.custom-table th:hover[b-ac3s3ivvxy] {
    background-color: #e9ecef !important;
}

.placeholder-text[b-ac3s3ivvxy] {
    color: #adb5bd;
    font-style: italic;
    font-size: 0.85rem;
}

/* Modal Styles */
.modal[b-ac3s3ivvxy] {
    z-index: 1050;
}

.modal-backdrop[b-ac3s3ivvxy] {
    z-index: 1040;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-dialog[b-ac3s3ivvxy] {
    direction: rtl;
}

.modal-content[b-ac3s3ivvxy] {
    border-radius: 8px;
}

.modal-header[b-ac3s3ivvxy] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border-radius: 8px 8px 0 0;
}

.modal-header .btn-close[b-ac3s3ivvxy] {
    filter: brightness(0) invert(1);
}

.modal-title[b-ac3s3ivvxy] {
    font-size: 1.1rem;
    font-weight: 600;
}

.modal-body[b-ac3s3ivvxy] {
    padding: 20px;
}

.modal-footer[b-ac3s3ivvxy] {
    border-top: 1px solid #dee2e6;
    padding: 15px 20px;
}

/* Form Controls */
.form-label[b-ac3s3ivvxy] {
    font-weight: 600;
    color: #495057;
    margin-bottom: 5px;
    font-size: 0.9rem;
}

.form-control[b-ac3s3ivvxy],
.form-select[b-ac3s3ivvxy] {
    border: 1.5px solid #dee2e6;
    border-radius: 6px;
    padding: 8px 12px;
    font-size: 0.9rem;
}

.form-control:focus[b-ac3s3ivvxy],
.form-select:focus[b-ac3s3ivvxy] {
    border-color: #667eea;
    box-shadow: 0 0 0 0.2rem rgba(102, 126, 234, 0.25);
}

.form-control-color[b-ac3s3ivvxy] {
    width: 60px;
    height: 38px;
    padding: 3px;
}

.form-check-input[b-ac3s3ivvxy] {
    width: 18px;
    height: 18px;
    margin-top: 0.25rem;
    margin-left: 8px;
}

.form-check-label[b-ac3s3ivvxy] {
    font-size: 0.9rem;
    color: #495057;
}

/* Buttons */
.btn[b-ac3s3ivvxy] {
    padding: 8px 16px;
    border-radius: 6px;
    font-weight: 500;
    font-size: 0.9rem;
    transition: all 0.2s;
}

.btn-primary[b-ac3s3ivvxy] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: none;
}

.btn-primary:hover[b-ac3s3ivvxy] {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
}

.btn-secondary[b-ac3s3ivvxy] {
    background: #6c757d;
    border: none;
}

.btn-secondary:hover[b-ac3s3ivvxy] {
    background: #5a6268;
}

/* Responsive */
@media (max-width: 768px) {
    .table-builder[b-ac3s3ivvxy] {
        padding: 15px;
    }
    
    .table-config[b-ac3s3ivvxy],
    .table-preview[b-ac3s3ivvxy] {
        padding: 12px;
    }
    
    .modal-dialog[b-ac3s3ivvxy] {
        margin: 10px;
    }
    
    .row.g-3[b-ac3s3ivvxy] {
        gap: 10px !important;
    }
    
    .row.g-3 > [class*="col-"][b-ac3s3ivvxy] {
        padding-left: 0;
        padding-right: 0;
    }
}

/* Print Styles */
@media print {
    .table-builder[b-ac3s3ivvxy] {
        background: white;
    }
    
    .table-config[b-ac3s3ivvxy] {
        display: none;
    }
    
    .table-preview h6[b-ac3s3ivvxy] {
        display: none;
    }
    
    .custom-table th[b-ac3s3ivvxy],
    .custom-table td[b-ac3s3ivvxy] {
        cursor: default;
    }
    
    .custom-table td:hover[b-ac3s3ivvxy],
    .custom-table th:hover[b-ac3s3ivvxy] {
        background-color: transparent !important;
    }
}
/* /Components/Shared/NotificationCenter.razor.rz.scp.css */
.notification-center[b-wnyv2mdjyn] {
    position: relative;
    display: inline-block;
}

.notification-bell[b-wnyv2mdjyn] {
    position: relative;
    background: transparent;
    border: none;
    padding: 0.5rem;
    cursor: pointer;
    color: #6b7280;
    font-size: 1.5rem;
    transition: all 0.3s ease;
    border-radius: 8px;
}

.notification-bell:hover[b-wnyv2mdjyn] {
    background: rgba(102, 126, 234, 0.1);
    color: #667eea;
}

.notification-badge[b-wnyv2mdjyn] {
    position: absolute;
    top: 0;
    right: 0;
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
    color: white;
    font-size: 0.65rem;
    font-weight: 700;
    padding: 0.125rem 0.375rem;
    border-radius: 10px;
    min-width: 18px;
    text-align: center;
    box-shadow: 0 2px 4px rgba(239, 68, 68, 0.3);
    animation: pulse-b-wnyv2mdjyn 2s infinite;
}

@keyframes pulse-b-wnyv2mdjyn {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
}

.notification-dropdown[b-wnyv2mdjyn] {
    position: absolute;
    top: calc(100% + 0.5rem);
    left: 50%;
    transform: translateX(-50%);
    width: 400px;
    max-height: 600px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    z-index: 1000;
    display: flex;
    flex-direction: column;
    animation: slideDown-b-wnyv2mdjyn 0.3s ease;
    direction: rtl;
}

@keyframes slideDown-b-wnyv2mdjyn {
    from {
        opacity: 0;
        transform: translateX(-50%) translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateX(-50%) translateY(0);
    }
}

.notification-header[b-wnyv2mdjyn] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.25rem;
    border-bottom: 1px solid #e5e7eb;
}

.notification-header h6[b-wnyv2mdjyn] {
    margin: 0;
    font-size: 1rem;
    font-weight: 700;
    color: #1f2937;
}

.header-actions[b-wnyv2mdjyn] {
    display: flex;
    gap: 0.5rem;
}

.btn-icon[b-wnyv2mdjyn] {
    background: transparent;
    border: none;
    padding: 0.375rem;
    cursor: pointer;
    color: #6b7280;
    border-radius: 6px;
    transition: all 0.2s ease;
}

.btn-icon:hover[b-wnyv2mdjyn] {
    background: #f3f4f6;
    color: #667eea;
}

.notification-summary[b-wnyv2mdjyn] {
    display: flex;
    gap: 1rem;
    padding: 0.75rem 1.25rem;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.05) 0%, rgba(118, 75, 162, 0.05) 100%);
    border-bottom: 1px solid #e5e7eb;
}

.summary-item[b-wnyv2mdjyn] {
    display: flex;
    align-items: center;
    gap: 0.375rem;
    font-size: 0.8125rem;
    color: #6b7280;
}

.summary-item i[b-wnyv2mdjyn] {
    font-size: 1rem;
}

.summary-item.urgent[b-wnyv2mdjyn] {
    color: #ef4444;
    font-weight: 600;
}

.notification-list[b-wnyv2mdjyn] {
    flex: 1;
    overflow-y: auto;
    max-height: 400px;
}

.notification-list[b-wnyv2mdjyn]::-webkit-scrollbar {
    width: 6px;
}

.notification-list[b-wnyv2mdjyn]::-webkit-scrollbar-track {
    background: #f3f4f6;
}

.notification-list[b-wnyv2mdjyn]::-webkit-scrollbar-thumb {
    background: #d1d5db;
    border-radius: 3px;
}

.notification-list[b-wnyv2mdjyn]::-webkit-scrollbar-thumb:hover {
    background: #9ca3af;
}

.loading-spinner[b-wnyv2mdjyn] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3rem 1rem;
    color: #6b7280;
    gap: 0.75rem;
}

.empty-notifications[b-wnyv2mdjyn] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3rem 1rem;
    color: #9ca3af;
}

.empty-notifications i[b-wnyv2mdjyn] {
    font-size: 3rem;
    margin-bottom: 0.75rem;
}

.empty-notifications p[b-wnyv2mdjyn] {
    margin: 0;
    font-size: 0.9375rem;
}

.notification-item[b-wnyv2mdjyn] {
    display: flex;
    align-items: start;
    gap: 0.75rem;
    padding: 0.875rem 1.25rem;
    cursor: pointer;
    transition: all 0.2s ease;
    border-bottom: 1px solid #f3f4f6;
    position: relative;
}

.notification-item:hover[b-wnyv2mdjyn] {
    background: #f9fafb;
}

.notification-item.unread[b-wnyv2mdjyn] {
    background: linear-gradient(to left, rgba(102, 126, 234, 0.05) 0%, white 100%);
}

.notification-item.priority-urgent[b-wnyv2mdjyn] {
    border-right: 3px solid #ef4444;
}

.notification-item.priority-high[b-wnyv2mdjyn] {
    border-right: 3px solid #f59e0b;
}

.notification-icon[b-wnyv2mdjyn] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.1) 0%, rgba(118, 75, 162, 0.1) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #667eea;
    font-size: 1.125rem;
}

.notification-content[b-wnyv2mdjyn] {
    flex: 1;
    min-width: 0;
}

.notification-title[b-wnyv2mdjyn] {
    font-weight: 600;
    color: #1f2937;
    font-size: 0.9375rem;
    margin-bottom: 0.25rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.notification-message[b-wnyv2mdjyn] {
    color: #6b7280;
    font-size: 0.8125rem;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0.375rem;
}

.notification-time[b-wnyv2mdjyn] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    color: #9ca3af;
    font-size: 0.75rem;
}

.unread-indicator[b-wnyv2mdjyn] {
    width: 8px;
    height: 8px;
    background: #667eea;
    border-radius: 50%;
    flex-shrink: 0;
    margin-top: 0.5rem;
}

.notification-footer[b-wnyv2mdjyn] {
    padding: 0.75rem 1.25rem;
    border-top: 1px solid #e5e7eb;
    text-align: center;
}

.notification-footer .btn-link[b-wnyv2mdjyn] {
    color: #667eea;
    text-decoration: none;
    font-size: 0.9375rem;
    font-weight: 600;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    transition: all 0.2s ease;
}

.notification-footer .btn-link:hover[b-wnyv2mdjyn] {
    color: #764ba2;
}

/* Toast Notification */
.notification-toast[b-wnyv2mdjyn] {
    position: fixed;
    top: 1rem;
    left: 1rem;
    width: 350px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: start;
    gap: 0.75rem;
    padding: 1rem;
    z-index: 2000;
    animation: slideInLeft-b-wnyv2mdjyn 0.3s ease;
    direction: rtl;
    border-right: 4px solid #667eea;
}

@keyframes slideInLeft-b-wnyv2mdjyn {
    from {
        opacity: 0;
        transform: translateX(-100px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.notification-toast.toast-urgent[b-wnyv2mdjyn] {
    border-right-color: #ef4444;
}

.notification-toast.toast-high[b-wnyv2mdjyn] {
    border-right-color: #f59e0b;
}

.toast-icon[b-wnyv2mdjyn] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.15) 0%, rgba(118, 75, 162, 0.15) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #667eea;
    font-size: 1.25rem;
}

.toast-content[b-wnyv2mdjyn] {
    flex: 1;
    min-width: 0;
}

.toast-title[b-wnyv2mdjyn] {
    font-weight: 700;
    color: #1f2937;
    font-size: 0.9375rem;
    margin-bottom: 0.25rem;
}

.toast-message[b-wnyv2mdjyn] {
    color: #6b7280;
    font-size: 0.8125rem;
    line-height: 1.4;
}

.toast-close[b-wnyv2mdjyn] {
    background: transparent;
    border: none;
    padding: 0.25rem;
    cursor: pointer;
    color: #9ca3af;
    font-size: 1.25rem;
    line-height: 1;
    transition: all 0.2s ease;
}

.toast-close:hover[b-wnyv2mdjyn] {
    color: #4b5563;
}

/* Responsive */
@media (max-width: 768px) {
    .notification-dropdown[b-wnyv2mdjyn] {
        width: calc(100vw - 2rem);
        max-width: 400px;
        left: auto;
        right: 0;
        transform: none;
    }
    
    .notification-toast[b-wnyv2mdjyn] {
        width: calc(100vw - 2rem);
        max-width: 350px;
    }
}
/* /Components/Shared/PersianDatePicker.razor.rz.scp.css */
/* Persian Date Picker Styles */
.persian-date-picker[b-jqnuosef62] {
    position: relative;
    width: 100%;
}

.date-input-wrapper[b-jqnuosef62] {
    position: relative;
    cursor: pointer;
}

.date-input[b-jqnuosef62] {
    cursor: pointer;
    padding-right: 2.5rem;
    text-align: right;
    background-color: white;
}

.date-input:focus[b-jqnuosef62] {
    border-color: #667eea;
    box-shadow: 0 0 0 0.2rem rgba(102, 126, 234, 0.25);
}

.calendar-icon[b-jqnuosef62] {
    position: absolute;
    left: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    color: #6c757d;
    pointer-events: none;
    font-size: 1.125rem;
}

/* Picker Backdrop */
.picker-backdrop[b-jqnuosef62] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 9998;
}

/* Picker Dropdown */
.date-picker-dropdown[b-jqnuosef62] {
    position: fixed;
    width: 320px;
    background: white;
    border: 1px solid #dee2e6;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    z-index: 9999;
    padding: 1rem;
    direction: rtl;
}

/* Picker Header */
.picker-header[b-jqnuosef62] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid #e9ecef;
}

.header-title[b-jqnuosef62] {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

.month-select[b-jqnuosef62],
.year-select[b-jqnuosef62] {
    padding: 0.25rem 0.5rem;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    background: white;
    font-size: 0.875rem;
    font-weight: 600;
    color: #495057;
    cursor: pointer;
}

.month-select:focus[b-jqnuosef62],
.year-select:focus[b-jqnuosef62] {
    outline: none;
    border-color: #667eea;
    box-shadow: 0 0 0 0.2rem rgba(102, 126, 234, 0.25);
}

.year-select[b-jqnuosef62] {
    width: 70px;
}

.btn-nav[b-jqnuosef62] {
    background: transparent;
    border: none;
    color: #667eea;
    cursor: pointer;
    padding: 0.25rem 0.5rem;
    border-radius: 6px;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-nav:hover[b-jqnuosef62] {
    background: rgba(102, 126, 234, 0.1);
}

.btn-nav:active[b-jqnuosef62] {
    transform: scale(0.95);
}

/* Weekdays */
.weekdays[b-jqnuosef62] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 0.25rem;
    margin-bottom: 0.5rem;
}

.weekday[b-jqnuosef62] {
    text-align: center;
    font-size: 0.75rem;
    font-weight: 700;
    color: #6c757d;
    padding: 0.5rem 0;
}

.weekday.friday[b-jqnuosef62] {
    color: #dc3545;
}

.weekday.saturday[b-jqnuosef62],
.weekday.thursday[b-jqnuosef62] {
    color: #667eea;
}

/* Days Grid */
.days-grid[b-jqnuosef62] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 0.25rem;
}

.day-cell[b-jqnuosef62] {
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    border-radius: 6px;
    font-size: 0.875rem;
    cursor: pointer;
    transition: all 0.2s ease;
    background: white;
    color: #495057;
}

.day-cell:not(.disabled):hover[b-jqnuosef62] {
    background: rgba(102, 126, 234, 0.1);
    border-color: #667eea;
}

.day-cell.other-month[b-jqnuosef62] {
    color: #adb5bd;
    background: #f8f9fa;
}

.day-cell.disabled[b-jqnuosef62] {
    color: #dee2e6;
    cursor: not-allowed;
    background: #f8f9fa;
}

.day-cell.selected[b-jqnuosef62] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    font-weight: 700;
    border-color: #667eea;
    box-shadow: 0 2px 6px rgba(102, 126, 234, 0.3);
}

.day-cell.today[b-jqnuosef62] {
    border: 2px solid #667eea;
    font-weight: 600;
}

.day-cell.today.selected[b-jqnuosef62] {
    border-color: white;
}

.day-cell.friday:not(.disabled):not(.selected)[b-jqnuosef62] {
    color: #dc3545;
}

/* Picker Footer */
.picker-footer[b-jqnuosef62] {
    display: flex;
    gap: 0.5rem;
    justify-content: space-between;
    margin-top: 1rem;
    padding-top: 0.75rem;
    border-top: 1px solid #e9ecef;
}

.btn-today[b-jqnuosef62],
.btn-clear[b-jqnuosef62],
.btn-confirm[b-jqnuosef62] {
    flex: 1;
    padding: 0.5rem;
    border-radius: 6px;
    font-size: 0.875rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-today[b-jqnuosef62] {
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    color: #495057;
}

.btn-today:hover[b-jqnuosef62] {
    background: #e9ecef;
}

.btn-clear[b-jqnuosef62] {
    background: #fff;
    border: 1px solid #dc3545;
    color: #dc3545;
}

.btn-clear:hover[b-jqnuosef62] {
    background: #dc3545;
    color: white;
}

.btn-confirm[b-jqnuosef62] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: none;
    color: white;
}

.btn-confirm:hover[b-jqnuosef62] {
    opacity: 0.9;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(102, 126, 234, 0.3);
}

/* Time Picker (if included) */
.time-picker[b-jqnuosef62] {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #e9ecef;
}

.time-inputs[b-jqnuosef62] {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    justify-content: center;
}

.time-input[b-jqnuosef62] {
    width: 60px;
    text-align: center;
    padding: 0.5rem;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    font-size: 1rem;
    font-weight: 600;
}

.time-input:focus[b-jqnuosef62] {
    outline: none;
    border-color: #667eea;
    box-shadow: 0 0 0 0.2rem rgba(102, 126, 234, 0.25);
}

.time-separator[b-jqnuosef62] {
    font-size: 1.25rem;
    font-weight: 700;
    color: #495057;
}

/* Responsive */
@media (max-width: 576px) {
    .date-picker-dropdown[b-jqnuosef62] {
        width: calc(100vw - 2rem);
        right: 50%;
        transform: translateX(50%);
    }
}

/* Animation */
@keyframes fadeInDown-b-jqnuosef62 {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.date-picker-dropdown[b-jqnuosef62] {
    animation: fadeInDown-b-jqnuosef62 0.2s ease;
}
/* /Components/Shared/SkeletonLoader.razor.rz.scp.css */
/* Skeleton Loader Styles */
.skeleton-loader[b-uel5bcc1ry] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.skeleton-task-card[b-uel5bcc1ry] {
    display: flex;
    gap: 1.5rem;
    padding: 1.5rem;
    background: white;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    animation: pulse-b-uel5bcc1ry 1.5s ease-in-out infinite;
}

.skeleton-checkbox[b-uel5bcc1ry] {
    width: 22px;
    height: 22px;
    border-radius: 6px;
    background: linear-gradient(90deg, #f3f4f6 25%, #e5e7eb 50%, #f3f4f6 75%);
    background-size: 200% 100%;
    animation: shimmer-b-uel5bcc1ry 1.5s ease-in-out infinite;
}

.skeleton-content[b-uel5bcc1ry] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.skeleton-header[b-uel5bcc1ry] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.skeleton-title[b-uel5bcc1ry] {
    width: 40%;
    height: 24px;
    border-radius: 6px;
    background: linear-gradient(90deg, #f3f4f6 25%, #e5e7eb 50%, #f3f4f6 75%);
    background-size: 200% 100%;
    animation: shimmer-b-uel5bcc1ry 1.5s ease-in-out infinite;
}

.skeleton-badges[b-uel5bcc1ry] {
    display: flex;
    gap: 0.5rem;
}

.skeleton-badge[b-uel5bcc1ry] {
    width: 80px;
    height: 26px;
    border-radius: 20px;
    background: linear-gradient(90deg, #f3f4f6 25%, #e5e7eb 50%, #f3f4f6 75%);
    background-size: 200% 100%;
    animation: shimmer-b-uel5bcc1ry 1.5s ease-in-out infinite;
}

.skeleton-meta[b-uel5bcc1ry] {
    display: flex;
    gap: 1.5rem;
}

.skeleton-text[b-uel5bcc1ry] {
    height: 18px;
    border-radius: 4px;
    background: linear-gradient(90deg, #f3f4f6 25%, #e5e7eb 50%, #f3f4f6 75%);
    background-size: 200% 100%;
    animation: shimmer-b-uel5bcc1ry 1.5s ease-in-out infinite;
}

.skeleton-text.short[b-uel5bcc1ry] {
    width: 150px;
}

.skeleton-actions[b-uel5bcc1ry] {
    display: flex;
    gap: 0.75rem;
    margin-top: 0.5rem;
}

.skeleton-button[b-uel5bcc1ry] {
    width: 100px;
    height: 36px;
    border-radius: 8px;
    background: linear-gradient(90deg, #f3f4f6 25%, #e5e7eb 50%, #f3f4f6 75%);
    background-size: 200% 100%;
    animation: shimmer-b-uel5bcc1ry 1.5s ease-in-out infinite;
}

@keyframes shimmer-b-uel5bcc1ry {
    0% {
        background-position: -200% 0;
    }
    100% {
        background-position: 200% 0;
    }
}

@keyframes pulse-b-uel5bcc1ry {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.85;
    }
}

/* Responsive */
@media (max-width: 768px) {
    .skeleton-task-card[b-uel5bcc1ry] {
        padding: 1rem;
    }
    
    .skeleton-header[b-uel5bcc1ry] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
    }
    
    .skeleton-title[b-uel5bcc1ry] {
        width: 100%;
    }
    
    .skeleton-meta[b-uel5bcc1ry] {
        flex-direction: column;
        gap: 0.5rem;
    }
    
    .skeleton-text.short[b-uel5bcc1ry] {
        width: 100%;
    }
}
/* /Components/Shared/ToastContainer.razor.rz.scp.css */
/* Toast Container */
.toast-container[b-nh07yrlsc0] {
    position: fixed;
    top: 1rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    pointer-events: none;
}

/* Toast Base */
.toast[b-nh07yrlsc0] {
    min-width: 300px;
    max-width: 500px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.5rem;
    opacity: 0;
    transform: translateY(-20px);
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    pointer-events: auto;
    direction: rtl;
}

.toast.show[b-nh07yrlsc0] {
    opacity: 1;
    transform: translateY(0);
}

/* Toast Icon */
.toast-icon[b-nh07yrlsc0] {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
}

/* Toast Content */
.toast-content[b-nh07yrlsc0] {
    flex: 1;
    font-size: 0.9375rem;
    line-height: 1.5;
}

.toast-content p[b-nh07yrlsc0] {
    margin: 0;
    color: #2d3748;
}

/* Toast Close Button */
.toast-close[b-nh07yrlsc0] {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    border: none;
    background: rgba(0, 0, 0, 0.05);
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    color: #718096;
}

.toast-close:hover[b-nh07yrlsc0] {
    background: rgba(0, 0, 0, 0.1);
    color: #2d3748;
}

/* Success Toast */
.toast-success[b-nh07yrlsc0] {
    border-right: 4px solid #48bb78;
}

.toast-success .toast-icon[b-nh07yrlsc0] {
    background: rgba(72, 187, 120, 0.1);
    color: #48bb78;
}

/* Error Toast */
.toast-error[b-nh07yrlsc0] {
    border-right: 4px solid #f56565;
}

.toast-error .toast-icon[b-nh07yrlsc0] {
    background: rgba(245, 101, 101, 0.1);
    color: #f56565;
}

/* Warning Toast */
.toast-warning[b-nh07yrlsc0] {
    border-right: 4px solid #ed8936;
}

.toast-warning .toast-icon[b-nh07yrlsc0] {
    background: rgba(237, 137, 54, 0.1);
    color: #ed8936;
}

/* Info Toast */
.toast-info[b-nh07yrlsc0] {
    border-right: 4px solid #4299e1;
}

.toast-info .toast-icon[b-nh07yrlsc0] {
    background: rgba(66, 153, 225, 0.1);
    color: #4299e1;
}

/* Mobile Responsive */
@media (max-width: 576px) {
    .toast-container[b-nh07yrlsc0] {
        top: 0.5rem;
        left: 0.5rem;
        right: 0.5rem;
        transform: none;
    }

    .toast[b-nh07yrlsc0] {
        min-width: unset;
        width: 100%;
    }
}

/* Dark Mode Support (Optional) */
@media (prefers-color-scheme: dark) {
    .toast[b-nh07yrlsc0] {
        background: #2d3748;
    }

    .toast-content p[b-nh07yrlsc0] {
        color: #e2e8f0;
    }

    .toast-close[b-nh07yrlsc0] {
        background: rgba(255, 255, 255, 0.1);
        color: #cbd5e0;
    }

    .toast-close:hover[b-nh07yrlsc0] {
        background: rgba(255, 255, 255, 0.2);
        color: #e2e8f0;
    }
}
/* /Components/Shared/WorkflowCanvas.razor.rz.scp.css */
.workflow-canvas-container[b-wfaev8f6pm] {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    overflow: hidden;
}

.canvas-toolbar[b-wfaev8f6pm] {
    padding: 10px;
    background: white;
    border-bottom: 1px solid #dee2e6;
    display: flex;
    align-items: center;
    gap: 8px;
}

.canvas-wrapper[b-wfaev8f6pm] {
    flex: 1;
    overflow: hidden;
    position: relative;
}

.workflow-canvas[b-wfaev8f6pm] {
    width: 100%;
    height: 100%;
    cursor: grab;
}

.workflow-canvas:active[b-wfaev8f6pm] {
    cursor: grabbing;
}

/* State nodes */
[b-wfaev8f6pm] .state-node {
    cursor: move;
    transition: filter 0.2s;
}

[b-wfaev8f6pm] .state-node:hover {
    filter: drop-shadow(0 4px 8px rgba(0,0,0,0.2));
}

[b-wfaev8f6pm] .state-node.selected rect {
    filter: drop-shadow(0 0 8px rgba(0,123,255,0.5));
}

[b-wfaev8f6pm] .state-node.dragging {
    filter: drop-shadow(0 8px 16px rgba(0,0,0,0.3));
}

[b-wfaev8f6pm] .delete-button {
    opacity: 0;
    transition: opacity 0.2s;
    cursor: pointer;
}

[b-wfaev8f6pm] .state-node:hover .delete-button {
    opacity: 1;
}

[b-wfaev8f6pm] .delete-button:hover circle {
    fill: #c82333;
}

/* Transitions */
[b-wfaev8f6pm] .transition-group {
    cursor: pointer;
}

[b-wfaev8f6pm] .transition-group:hover line {
    stroke: #007bff;
    stroke-width: 3;
}

[b-wfaev8f6pm] .transition-group:hover .transition-label {
    fill: #007bff;
    font-weight: bold;
}

[b-wfaev8f6pm] .transition-label {
    pointer-events: none;
    user-select: none;
}

/* Grid */
[b-wfaev8f6pm] #grid path {
    opacity: 0.5;
}

/* Responsive */
@media (max-width: 768px) {
    .canvas-toolbar[b-wfaev8f6pm] {
        flex-wrap: wrap;
    }
}
