@import '_content/Danesh.Common.Blazor/Danesh.Common.Blazor.e6i88de9u2.bundle.scp.css';

/* /Components/Layout/AuthenticatedLayout/AuthenticatedLayout.razor.rz.scp.css */
/* MainLayout.razor.css */

.app[b-yvol80k7wi] {
    display: flex;
    min-height: 100vh;
    background: #f8fafc;
}

.sidebar[b-yvol80k7wi] {
    width: 280px;
    background: linear-gradient(180deg, #1e293b 0%, #0f172a 100%);
    color: white;
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    transition: all 0.3s ease;
    z-index: 50;
    box-shadow: 0 20px 25px -5px rgba(0,0,0,0.1);
    overflow-y: auto;
}

.sidebar-header[b-yvol80k7wi] {
    padding: 15px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.sidebar-nav[b-yvol80k7wi] {
    flex: 1;
    padding: 24px 16px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

[b-yvol80k7wi] .nav-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    color: rgba(255,255,255,0.7);
    text-decoration: none;
    border-radius: 12px;
    transition: all 0.3s ease;
    position: relative;
}

    [b-yvol80k7wi] .nav-item:hover {
        background: rgba(255,255,255,0.1);
        color: white;
        transform: translateX(-5px);
    }

    [b-yvol80k7wi] .nav-item.active {
        background: linear-gradient(135deg, #6366f1, #4f46e5);
        color: white;
        box-shadow: 0 4px 15px rgba(99,102,241,0.4);
    }

[b-yvol80k7wi] .nav-icon {
    font-size: 1.25rem;
    width: 24px;
    text-align: center;
}

.nav-badge[b-yvol80k7wi] {
    background: #ef4444;
    color: white;
    font-size: 0.75rem;
    padding: 2px 6px;
    border-radius: 20px;
    margin-right: auto;
}

.nav-divider[b-yvol80k7wi] {
    height: 1px;
    background: rgba(255,255,255,0.1);
    margin: 16px 0;
}

.sidebar-footer[b-yvol80k7wi] {
    padding: 20px;
    border-top: 1px solid rgba(255,255,255,0.1);
    font-size: 0.875rem;
    color: rgba(255,255,255,0.5);
}

/* ===== محتوای اصلی ===== */
.main-content[b-yvol80k7wi] {
    flex: 1;
    margin-right: 280px;
    transition: all 0.3s ease;
    /*min-height: 100vh;*/
    display: flex;
    flex-direction: column;
}

/* هدر */
.main-header[b-yvol80k7wi] {
    background: white;
    padding: 16px 24px;
    display: flex;
    position: sticky;
    top: 0;
    align-items: center;
    gap: 24px;
    border-bottom: 1px solid #e2e8f0;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.05);
}

.menu-toggle[b-yvol80k7wi] {
    background: none;
    border: none;
    font-size: 1.5rem;
    color: #475569;
    cursor: pointer;
    padding: 8px;
    border-radius: 8px;
    transition: all 0.3s ease;
    display: none;
    align-items: center;
    justify-content: center;
    align-self: center;
    margin-right: 280px;
}

    .menu-toggle:hover[b-yvol80k7wi] {
        background: #f1f5f9;
        color: #6366f1;
    }

.menu-toggle2[b-yvol80k7wi] {
    background: none;
    border: none;
    font-size: 1.5rem;
    color: #475569;
    cursor: pointer;
    padding: 8px;
    border-radius: 8px;
    transition: all 0.3s ease;
    display: none;
    align-items: center;
    justify-content: center;
    align-self: flex-end;
}

    .menu-toggle2:hover[b-yvol80k7wi] {
        color: #ffffff;
    }

.header-search[b-yvol80k7wi] {
    flex: 1;
    max-width: 400px;
    position: relative;
}

.search-icon[b-yvol80k7wi] {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #64748b;
}

.search-input[b-yvol80k7wi] {
    width: 100%;
    padding: 10px 40px 10px 16px;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    transition: all 0.3s ease;
    background: #f8fafc;
}

    .search-input:focus[b-yvol80k7wi] {
        outline: none;
        border-color: #6366f1;
        box-shadow: 0 0 0 3px rgba(99,102,241,0.1);
    }

/* صفحه جاری */
.page-container[b-yvol80k7wi] {
    /*padding: 24px;*/
    flex: 1;
    animation: slideIn-b-yvol80k7wi 0.3s ease-out;
}

@keyframes slideIn-b-yvol80k7wi {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}



/* ریسپانسیو */
@media (max-width: 768px) {
    .sidebar[b-yvol80k7wi] {
        transform: translateX(100%);
    }

        .sidebar.open[b-yvol80k7wi] {
            transform: translateX(0);
        }

    .menu-toggle[b-yvol80k7wi], .menu-toggle2[b-yvol80k7wi] {
        display: flex;
        margin-right: 0;
    }

    .main-content[b-yvol80k7wi] {
        margin-right: 0 !important;
    }
}
/* /Components/Layout/AuthenticatedLayout/UserBadge.razor.rz.scp.css */
.user-profile[b-1psj6qpslk] {
    display: flex;
    align-items: center;
    border-radius: 30px;
    background: #eaecee;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 1px solid #ddd;
    user-select: none;
}

    .user-profile:hover[b-1psj6qpslk] {
        background: #e2e8f0;
        border: 1px solid #666;
    }

.badge[b-1psj6qpslk] {
    width: 20px;
    height: 20px;
    margin: 0 10px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: red;
    font-size: 0.8em;
}

.user-info[b-1psj6qpslk] {
    display: flex;
    flex-direction: column;
    padding-inline-start: 15px;
}

.user-name[b-1psj6qpslk] {
    font-size: 0.8rem;
    color: #333;
}

.user-role[b-1psj6qpslk] {
    font-weight: 600;
    color: #0f172a;
    display: flex;
    align-items: center;
}


[b-1psj6qpslk] .logout {
    color: white;
    width: 50px;
    aspect-ratio: 1/1;
    /*transform: translateX(-20%) scale(1.1);*/
    display: flex;
    align-items: center;
    text-decoration: none;
    background-color: #ff3f24;
    border-radius: 100%;
    justify-content: center;
    border: 1px solid #333;
}

    [b-1psj6qpslk] .logout:hover {
        background-color: red;
    }

    [b-1psj6qpslk] .logout:active {
        background-color: darkred;
    }
/* /Components/Pages/Inbox/Inbox.razor.rz.scp.css */
/* Inbox.razor.css */

.inbox-page[b-zxmpf90xl1] {
    max-width: 1400px;
    margin: 0 auto;
}

.page-header[b-zxmpf90xl1] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 32px;
}

.page-title[b-zxmpf90xl1] {
    padding: 20px 20px 0 0;
    font-size: 2rem;
    font-weight: 700;
    color: #0f172a;
    display: flex;
    align-items: center;
    gap: 12px;
}

    .page-title i[b-zxmpf90xl1] {
        color: #6366f1;
        font-size: 2rem;
    }

.page-subtitle[b-zxmpf90xl1] {
    color: #64748b;
    margin: 0;
}

.btn-new[b-zxmpf90xl1] {
    background: linear-gradient(135deg, #6366f1, #4f46e5);
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 12px;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px -1px rgba(99, 102, 241, 0.2);
}

    .btn-new:hover[b-zxmpf90xl1] {
        transform: translateY(-2px);
        box-shadow: 0 10px 15px -3px rgba(99, 102, 241, 0.3);
    }

    .btn-new i[b-zxmpf90xl1] {
        font-size: 1.2rem;
    }

.loading-container[b-zxmpf90xl1] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px;
    gap: 16px;
    color: #64748b;
}

.spinner[b-zxmpf90xl1] {
    width: 50px;
    height: 50px;
    border: 4px solid #e2e8f0;
    border-top: 4px solid #6366f1;
    border-radius: 50%;
    animation: spin-b-zxmpf90xl1 1s linear infinite;
}

@keyframes spin-b-zxmpf90xl1 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.empty-state[b-zxmpf90xl1] {
    text-align: center;
    padding: 60px 20px;
    background: white;
    border-radius: 24px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

    .empty-state i[b-zxmpf90xl1] {
        font-size: 5rem;
        color: #cbd5e1;
        margin-bottom: 20px;
    }

    .empty-state h3[b-zxmpf90xl1] {
        color: #0f172a;
        margin-bottom: 8px;
    }

    .empty-state p[b-zxmpf90xl1] {
        color: #64748b;
        margin-bottom: 24px;
    }

.table-container[b-zxmpf90xl1] {
    padding: 16px;
    /*background: white;*/
    /*    border-radius: 24px;
    padding: 24px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);*/
    overflow-x: auto;
}

.letters-table[b-zxmpf90xl1] {
    width: 100%;
    border-collapse: collapse;
    min-width: 800px;
}

    .letters-table th[b-zxmpf90xl1] {
        text-align: right;
        padding: 16px 12px;
        color: #64748b;
        font-weight: 500;
        font-size: 0.9rem;
        border-bottom: 2px solid #e2e8f0;
    }

    .letters-table td[b-zxmpf90xl1] {
        padding: 16px 12px;
        border-bottom: 1px solid #e2e8f0;
        color: #0f172a;
    }

    .letters-table tr:hover td[b-zxmpf90xl1] {
        background: #f8fafc;
    }

.title-cell[b-zxmpf90xl1] {
    font-weight: 600;
    color: #0f172a;
}

.badge[b-zxmpf90xl1] {
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 500;
    display: inline-block;
}

.position-badge[b-zxmpf90xl1] {
    background: #f1f5f9;
    color: #475569;
}

.status-badge[b-zxmpf90xl1] {
    min-width: 70px;
    text-align: center;
}

.status-success[b-zxmpf90xl1] {
    background: #22c55e20;
    color: #22c55e;
}

.status-warning[b-zxmpf90xl1] {
    background: #f59e0b20;
    color: #f59e0b;
}

.status-secondary[b-zxmpf90xl1] {
    background: #64748b20;
    color: #64748b;
}

.btn-view[b-zxmpf90xl1] {
    background: none;
    border: 1px solid #e2e8f0;
    padding: 8px 16px;
    border-radius: 8px;
    color: #475569;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: all 0.3s ease;
    font-size: 0.9rem;
}

    .btn-view:hover[b-zxmpf90xl1] {
        background: #6366f1;
        border-color: #6366f1;
        color: white;
    }

    .btn-view i[b-zxmpf90xl1] {
        font-size: 1rem;
    }
/* /Components/Pages/LetterCreate/LetterCreate.razor.rz.scp.css */

.letter-card-body[b-6n8zuouie0] {
    padding: 30px;
}

/* استایل گروه‌های فرم */
.form-group[b-6n8zuouie0] {
    margin-bottom: 1.5rem;
}

.form-label[b-6n8zuouie0] {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: #2c3e50;
    font-size: 0.95rem;
}

/* استایل فیلدهای ورودی */
[b-6n8zuouie0] .form-control {
    width: 100%;
    padding: 12px 16px;
    font-size: 1rem;
    line-height: 1.5;
    color: #2c3e50;
    background-color: #fff;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    transition: all 0.2s ease-in-out;
}

    [b-6n8zuouie0] .form-control:focus {
        outline: none;
        border-color: #3498db;
        box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.1);
    }

    [b-6n8zuouie0] .form-control::placeholder {
        color: #adb5bd;
        opacity: 1;
    }

/* استایل مخصوص textarea */
[b-6n8zuouie0] textarea.form-control {
    resize: vertical;
    min-height: 120px;
}

/* استایل select */
select.form-control[b-6n8zuouie0] {
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: left 12px center;
    background-size: 16px;
    padding-left: 40px;
}

/* استایل پیام‌های اعتبارسنجی */
.validation-message[b-6n8zuouie0] {
    color: #e74c3c;
    font-size: 0.85rem;
    margin-top: 5px;
    display: block;
}

/* استایل گروه دریافت‌کنندگان */
.recipients-group[b-6n8zuouie0] {
    background-color: #f8f9fa;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #e9ecef;
}

/* استایل دکمه‌ها */
.form-actions[b-6n8zuouie0] {
    margin-top: 30px;
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.btn[b-6n8zuouie0] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 24px;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    border: none;
    border-radius: 8px;
    transition: all 0.2s ease-in-out;
    min-width: 120px;
}

    .btn i[b-6n8zuouie0] {
        font-size: 1.1rem;
    }

.btn-primary[b-6n8zuouie0] {
    background-color: #3498db;
    color: white;
}

    .btn-primary:hover:not(:disabled)[b-6n8zuouie0] {
        background-color: #2980b9;
        transform: translateY(-2px);
        box-shadow: 0 5px 15px rgba(52, 152, 219, 0.3);
    }

    .btn-primary:disabled[b-6n8zuouie0] {
        opacity: 0.6;
        cursor: not-allowed;
    }

.btn-secondary[b-6n8zuouie0] {
    background-color: #95a5a6;
    color: white;
}

    .btn-secondary:hover[b-6n8zuouie0] {
        background-color: #7f8c8d;
        transform: translateY(-2px);
        box-shadow: 0 5px 15px rgba(149, 165, 166, 0.3);
    }

/* انیمیشن برای آیکون در حال ذخیره */
.fa-spinner[b-6n8zuouie0] {
    animation: spin-b-6n8zuouie0 1s linear infinite;
}

@keyframes spin-b-6n8zuouie0 {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/* استایل ریسپانسیو */
@media (max-width: 768px) {
    .letter-card-body[b-6n8zuouie0] {
        padding: 20px;
    }

    .form-actions[b-6n8zuouie0] {
        flex-direction: column;
    }

    .btn[b-6n8zuouie0] {
        width: 100%;
    }

    select.form-control[b-6n8zuouie0] {
        background-position: left 8px center;
    }
}

/* استایل برای حالت خطا */
.form-control.error[b-6n8zuouie0] {
    border-color: #e74c3c;
}

    .form-control.error:focus[b-6n8zuouie0] {
        box-shadow: 0 0 0 3px rgba(231, 76, 60, 0.1);
    }

/* استایل برای آیکون‌های داخل فیلدها (اختیاری) */
.input-icon-wrapper[b-6n8zuouie0] {
    position: relative;
}

    .input-icon-wrapper i[b-6n8zuouie0] {
        position: absolute;
        right: 12px;
        top: 50%;
        transform: translateY(-50%);
        color: #95a5a6;
    }

/* استایل چک‌باکس‌ها برای گروه دریافت‌کنندگان */
.checkbox-group[b-6n8zuouie0] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 12px;
    margin-top: 10px;
}

.checkbox-item[b-6n8zuouie0] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    background: white;
    border-radius: 6px;
    border: 1px solid #e9ecef;
    cursor: pointer;
    transition: all 0.2s ease;
}

    .checkbox-item:hover[b-6n8zuouie0] {
        background-color: #f1f8ff;
        border-color: #3498db;
    }

    .checkbox-item input[type="checkbox"][b-6n8zuouie0] {
        width: 18px;
        height: 18px;
        cursor: pointer;
        accent-color: #3498db;
    }

    .checkbox-item label[b-6n8zuouie0] {
        cursor: pointer;
        margin: 0;
        font-size: 0.95rem;
        color: #2c3e50;
    }
/* /Components/Pages/LetterView/LetterView.razor.rz.scp.css */
*[b-3rzj7hsoju] {
    --primary-color: #4361ee;
    --primary-light: #eef2ff;
    --secondary-color: #64748b;
    --success-color: #10b981;
    --warning-color: #f59e0b;
    --danger-color: #ef4444;
    --dark-color: #1e293b;
    --light-color: #f8fafc;
    --border-color: #e2e8f0;
    --border-radius: 16px;
    --shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.02);
    --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.letter-card[b-3rzj7hsoju] {
    max-width: 900px;
    margin: 20px auto;
    background: white;
    border-radius: var(--border-radius);
    box-shadow: var(--shadow);
    overflow: hidden;
    border: 1px solid var(--border-color);
    transition: var(--transition);
}

    .letter-card:hover[b-3rzj7hsoju] {
        box-shadow: 0 20px 35px -8px rgba(0, 0, 0, 0.15);
    }

/* هدر کارت */
.card-header[b-3rzj7hsoju] {
    padding: 24px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.header-top[b-3rzj7hsoju] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.card-title[b-3rzj7hsoju] {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0;
    color: white;
    text-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.letter-badge[b-3rzj7hsoju] {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    padding: 6px 12px;
    border-radius: 30px;
    font-size: 0.8rem;
    font-weight: 600;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

/* متادیتا */
.card-meta[b-3rzj7hsoju] {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}

.meta-item[b-3rzj7hsoju] {
    display: flex;
    align-items: center;
    gap: 12px;
    background: rgba(255, 255, 255, 0.1);
    padding: 8px 16px;
    border-radius: 40px;
    backdrop-filter: blur(5px);
}

.meta-icon[b-3rzj7hsoju] {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
}

.meta-content[b-3rzj7hsoju] {
    display: flex;
    flex-direction: column;
}

.meta-label[b-3rzj7hsoju] {
    font-size: 0.7rem;
    opacity: 0.8;
}

.meta-value[b-3rzj7hsoju] {
    font-weight: 600;
    font-size: 0.9rem;
}

.position-badge[b-3rzj7hsoju] {
    background: rgba(255, 255, 255, 0.3);
    padding: 2px 8px;
    border-radius: 20px;
    display: inline-block;
}

/* بدنه کارت */
.card-body[b-3rzj7hsoju] {
    padding: 24px;
}

.section-title[b-3rzj7hsoju] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
    color: var(--dark-color);
}

    .section-title i[b-3rzj7hsoju] {
        color: var(--primary-color);
        font-size: 1.2rem;
    }

    .section-title h6[b-3rzj7hsoju] {
        font-size: 1rem;
        font-weight: 700;
        margin: 0;
    }

/* بخش محتوای نامه */
.letter-content-section[b-3rzj7hsoju] {
    margin-bottom: 32px;
}

.letter-content[b-3rzj7hsoju] {
    background: var(--light-color);
    border: 1px solid var(--border-color);
    border-radius: 12px;
    padding: 20px;
    line-height: 1.8;
    color: var(--dark-color);
    font-size: 0.95rem;
}

/* بخش دریافت‌کنندگان */
.recipients-section[b-3rzj7hsoju] {
    margin-bottom: 24px;
}

.recipients-count[b-3rzj7hsoju] {
    margin-right: auto;
    background: var(--primary-light);
    color: var(--primary-color);
    padding: 2px 10px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
}

.recipients-list[b-3rzj7hsoju] {
    display: flex;
    flex-direction: row;
    gap: 8px;
}

.recipient-item[b-3rzj7hsoju] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px;
    background: var(--light-color);
    border-radius: 12px;
    border: 1px solid var(--border-color);
    transition: var(--transition);
}

    .recipient-item:hover[b-3rzj7hsoju] {
        background: white;
        border-color: var(--primary-color);
        transform: translateX(-4px);
        box-shadow: 0 4px 12px rgba(67, 97, 238, 0.1);
    }

.recipient-avatar[b-3rzj7hsoju] {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, var(--primary-color), #764ba2);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.recipient-info[b-3rzj7hsoju] {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.recipient-name[b-3rzj7hsoju] {
    font-weight: 600;
    color: var(--dark-color);
    font-size: 0.95rem;
}

.recipient-role[b-3rzj7hsoju] {
    font-size: 0.75rem;
    color: var(--secondary-color);
}

.recipient-status[b-3rzj7hsoju] {
    color: var(--success-color);
    opacity: 0;
    transition: var(--transition);
}

.recipient-item:hover .recipient-status[b-3rzj7hsoju] {
    opacity: 1;
}

/* بخش پیوست‌ها */
.attachments-section[b-3rzj7hsoju] {
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px dashed var(--border-color);
}

.attachments-list[b-3rzj7hsoju] {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.attachment-item[b-3rzj7hsoju] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: var(--light-color);
    border-radius: 8px;
    border: 1px solid var(--border-color);
    font-size: 0.9rem;
}

    .attachment-item i[b-3rzj7hsoju] {
        color: var(--danger-color);
    }

.file-size[b-3rzj7hsoju] {
    font-size: 0.75rem;
    color: var(--secondary-color);
    margin-right: 4px;
}

/* فوتر کارت */
.card-footer[b-3rzj7hsoju] {
    padding: 20px 24px;
    background: var(--light-color);
    border-top: 1px solid var(--border-color);
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.btn[b-3rzj7hsoju] {
    padding: 10px 20px;
    border-radius: 30px;
    font-weight: 500;
    font-size: 0.9rem;
    cursor: pointer;
    transition: var(--transition);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: none;
    background: white;
    color: var(--dark-color);
    border: 1px solid var(--border-color);
}

    .btn:hover[b-3rzj7hsoju] {
        background: var(--border-color);
        transform: translateY(-2px);
    }

.btn-primary[b-3rzj7hsoju] {
    background: linear-gradient(135deg, var(--primary-color), #4f46e5);
    color: white;
    border: none;
}

    .btn-primary:hover[b-3rzj7hsoju] {
        background: linear-gradient(135deg, #4f46e5, var(--primary-color));
        box-shadow: 0 10px 20px -5px rgba(67, 97, 238, 0.3);
    }

.btn-outline[b-3rzj7hsoju] {
    background: transparent;
    border: 1px solid var(--border-color);
}

/* انیمیشن‌ها */
@@keyframes fadeIn {
    from[b-3rzj7hsoju] {
        opacity: 0;
        transform: translateY(10px);
    }

    to[b-3rzj7hsoju] {
        opacity: 1;
        transform: translateY(0);
    }
}

.letter-card[b-3rzj7hsoju] {
    animation: fadeIn 0.5s ease-out;
}

/* ریسپانسیو */
@media (max-width: 640px) {
    .card-meta[b-3rzj7hsoju] {
        flex-direction: column;
        gap: 8px;
    }

    .meta-item[b-3rzj7hsoju] {
        width: 100%;
    }

    .card-footer[b-3rzj7hsoju] {
        flex-direction: column;
    }

    .btn[b-3rzj7hsoju] {
        width: 100%;
        justify-content: center;
    }

    .header-top[b-3rzj7hsoju] {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
}
/* /Components/Pages/Login/Login.razor.rz.scp.css */
.login-container[b-h76f1rd8v9] {
    display: flex;
    min-height: 100vh;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.main-section[b-h76f1rd8v9] {
    display: flex;
    width: 100%;
    flex: 1;
    background-color: white;
    /*padding: 2rem;*/
    align-items: center;
    justify-content: center;
}

.side-section[b-h76f1rd8v9] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    /*padding: 2rem;*/
    color: white;
}

@media (max-width: 768px) {
    .side-section[b-h76f1rd8v9] {
        display: none;
    }
}
/* /Components/Pages/Login/LoginSide.razor.rz.scp.css */
/* بخش چپ - معرفی */
.brand-section[b-vn8x0knjhf] {
    /*background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);*/
    padding: 8px;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}

    /*.brand-section::before {
        content: '';
        position: absolute;
        top: -50%;
        right: -50%;
        width: 200%;
        height: 200%;*/
        /*background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 60%);*/
        /*animation: rotate 20s linear infinite;
    }*/

.brand-content[b-vn8x0knjhf] {
    position: relative;
    z-index: 1;
    color: white;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.brand-icon[b-vn8x0knjhf] {
    font-size: 60px;
    margin-bottom: 30px;
    background: rgba(255,255,255,0.2);
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    backdrop-filter: blur(10px);
    animation: float-b-vn8x0knjhf 3s ease-in-out infinite;
}

.brand-title[b-vn8x0knjhf] {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
}

.brand-subtitle[b-vn8x0knjhf] {
    font-size: 16px;
    opacity: 0.9;
    margin-bottom: 40px;
    line-height: 1.6;
}

.features[b-vn8x0knjhf] {
    margin: auto 0;
}

.feature-item[b-vn8x0knjhf] {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
    padding: 10px 15px;
    background: rgba(255,255,255,0.1);
    border-radius: 12px;
    backdrop-filter: blur(5px);
    animation: slideIn-b-vn8x0knjhf 0.5s ease forwards;
    opacity: 0;
    transform: translateX(20px);
}

    .feature-item:nth-child(1)[b-vn8x0knjhf] {
        animation-delay: 0.2s;
    }

    .feature-item:nth-child(2)[b-vn8x0knjhf] {
        animation-delay: 0.4s;
    }

    .feature-item:nth-child(3)[b-vn8x0knjhf] {
        animation-delay: 0.6s;
    }

    .feature-item i[b-vn8x0knjhf] {
        font-size: 20px;
        color: #ffd700;
    }

.brand-footer[b-vn8x0knjhf] {
    margin-top: 40px;
    font-size: 13px;
    opacity: 0.8;
    text-align: center;
}

    .brand-footer p[b-vn8x0knjhf] {
        margin: 5px 0;
    }


/* انیمیشن‌ها */
@keyframes slideUp-b-vn8x0knjhf {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideIn-b-vn8x0knjhf {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes float-b-vn8x0knjhf {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

@keyframes spin-b-vn8x0knjhf {
    to {
        transform: rotate(360deg);
    }
}

@keyframes rotate-b-vn8x0knjhf {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes shake-b-vn8x0knjhf {
    0%, 100% {
        transform: translateX(0);
    }

    10%, 30%, 50%, 70%, 90% {
        transform: translateX(-5px);
    }

    20%, 40%, 60%, 80% {
        transform: translateX(5px);
    }
}
/* /Components/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-nxlg0i3gns],
.components-reconnect-repeated-attempt-visible[b-nxlg0i3gns],
.components-reconnect-failed-visible[b-nxlg0i3gns],
.components-pause-visible[b-nxlg0i3gns],
.components-resume-failed-visible[b-nxlg0i3gns],
.components-rejoining-animation[b-nxlg0i3gns] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-nxlg0i3gns],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-nxlg0i3gns],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-nxlg0i3gns],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-nxlg0i3gns],
#components-reconnect-modal.components-reconnect-retrying[b-nxlg0i3gns],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-nxlg0i3gns],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-nxlg0i3gns],
#components-reconnect-modal.components-reconnect-failed[b-nxlg0i3gns],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-nxlg0i3gns] {
    display: block;
}


#components-reconnect-modal[b-nxlg0i3gns] {
    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-nxlg0i3gns 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-nxlg0i3gns 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-nxlg0i3gns 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-nxlg0i3gns]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-nxlg0i3gns 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-nxlg0i3gns {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-nxlg0i3gns {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-nxlg0i3gns {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-nxlg0i3gns] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-nxlg0i3gns] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-nxlg0i3gns] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-nxlg0i3gns] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-nxlg0i3gns] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-nxlg0i3gns] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-nxlg0i3gns] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-nxlg0i3gns 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-nxlg0i3gns] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-nxlg0i3gns {
    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;
    }
}
