/* _content/CRMAnglor/Pages/Admin/Localization/DynamicTranslations.razor.rz.scp.css */
.dynamic-translations-page[b-nqztaywvk6] {
    padding: 2rem;
    max-width: 1600px;
    margin: 0 auto;
}

.page-header[b-nqztaywvk6] {
    margin-bottom: 2rem;
}

.page-header h3[b-nqztaywvk6] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1.75rem;
    font-weight: 600;
    color: #1a202c;
    margin: 0 0 0.5rem 0;
}

.page-header h3 i[b-nqztaywvk6] {
    font-size: 2rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.page-header .text-muted[b-nqztaywvk6] {
    color: #718096;
    margin: 0;
}

/* Loading */
.loading-container[b-nqztaywvk6] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4rem 2rem;
    gap: 1rem;
}

/* Toolbar */
.toolbar[b-nqztaywvk6] {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding: 1.5rem;
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.toolbar-left[b-nqztaywvk6] {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    flex: 1;
}

.toolbar-right[b-nqztaywvk6] {
    display: flex;
    gap: 0.5rem;
}

.form-group[b-nqztaywvk6] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.form-group label[b-nqztaywvk6] {
    font-size: 0.875rem;
    font-weight: 500;
    color: #4a5568;
}

.form-select[b-nqztaywvk6],
.form-control[b-nqztaywvk6] {
    padding: 0.5rem 0.75rem;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    font-size: 0.875rem;
    transition: all 0.2s;
}

.form-select:focus[b-nqztaywvk6],
.form-control:focus[b-nqztaywvk6] {
    outline: none;
    border-color: #667eea;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.search-box[b-nqztaywvk6] {
    position: relative;
    min-width: 250px;
}

.btn-clear[b-nqztaywvk6] {
    position: absolute;
    left: 0.5rem;
    bottom: 0.5rem;
    background: none;
    border: none;
    padding: 0.25rem;
    cursor: pointer;
    color: #a0aec0;
    transition: color 0.2s;
}

.btn-clear:hover[b-nqztaywvk6] {
    color: #4a5568;
}

.btn-clear i[b-nqztaywvk6] {
    font-size: 1.25rem;
}

/* Statistics */
.stats-row[b-nqztaywvk6] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.stat-card[b-nqztaywvk6] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.5rem;
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: transform 0.2s, box-shadow 0.2s;
}

.stat-card:hover[b-nqztaywvk6] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.stat-icon[b-nqztaywvk6] {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    color: white;
}

.stat-icon i[b-nqztaywvk6] {
    font-size: 1.75rem;
}

.stat-content[b-nqztaywvk6] {
    flex: 1;
}

.stat-value[b-nqztaywvk6] {
    font-size: 1.75rem;
    font-weight: 700;
    color: #1a202c;
    line-height: 1;
    margin-bottom: 0.25rem;
}

.stat-label[b-nqztaywvk6] {
    font-size: 0.875rem;
    color: #718096;
}

/* Progress Bar */
.progress-container[b-nqztaywvk6] {
    margin-bottom: 1.5rem;
    padding: 1.5rem;
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.progress-label[b-nqztaywvk6] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.75rem;
    font-size: 0.875rem;
    font-weight: 500;
    color: #4a5568;
}

.progress-percentage[b-nqztaywvk6] {
    font-size: 1.25rem;
    font-weight: 700;
    color: #667eea;
}

.progress[b-nqztaywvk6] {
    height: 12px;
    background: #e2e8f0;
    border-radius: 6px;
    overflow: hidden;
}

.progress-bar[b-nqztaywvk6] {
    height: 100%;
    background: linear-gradient(90deg, #667eea 0%, #764ba2 100%);
    transition: width 0.3s ease;
}

/* Alerts */
.alert[b-nqztaywvk6] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 1.25rem;
    border-radius: 8px;
    margin-bottom: 1rem;
}

.alert i[b-nqztaywvk6] {
    font-size: 1.5rem;
}

.alert-danger[b-nqztaywvk6] {
    background: #fff5f5;
    color: #c53030;
    border: 1px solid #feb2b2;
}

.alert-success[b-nqztaywvk6] {
    background: #f0fff4;
    color: #2f855a;
    border: 1px solid #9ae6b4;
}

.btn-close[b-nqztaywvk6] {
    margin-right: auto;
    background: none;
    border: none;
    font-size: 1.25rem;
    cursor: pointer;
    opacity: 0.5;
    transition: opacity 0.2s;
}

.btn-close:hover[b-nqztaywvk6] {
    opacity: 1;
}

/* DataGrid */
.data-grid-container[b-nqztaywvk6] {
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    margin-bottom: 1.5rem;
}

.data-grid[b-nqztaywvk6] {
    width: 100%;
    border-collapse: collapse;
}

.data-grid thead[b-nqztaywvk6] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.data-grid th[b-nqztaywvk6] {
    padding: 1rem;
    text-align: right;
    font-weight: 600;
    font-size: 0.875rem;
    cursor: pointer;
    user-select: none;
    transition: background 0.2s;
}

.data-grid th:hover[b-nqztaywvk6] {
    background: rgba(255, 255, 255, 0.1);
}

.data-grid th .sort-icon[b-nqztaywvk6] {
    font-size: 1rem;
    vertical-align: middle;
    margin-right: 0.25rem;
}

.data-grid tbody tr[b-nqztaywvk6] {
    border-bottom: 1px solid #e2e8f0;
    transition: background 0.2s;
}

.data-grid tbody tr:hover[b-nqztaywvk6] {
    background: #f7fafc;
}

.data-grid td[b-nqztaywvk6] {
    padding: 1rem;
    font-size: 0.875rem;
    color: #2d3748;
}

.no-data[b-nqztaywvk6] {
    text-align: center;
    padding: 3rem 2rem !important;
    color: #a0aec0;
}

.no-data i[b-nqztaywvk6] {
    font-size: 3rem;
    display: block;
    margin-bottom: 1rem;
}

.no-data p[b-nqztaywvk6] {
    margin: 0;
    font-size: 1rem;
}

/* Cell Styles */
.key-cell[b-nqztaywvk6] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.key-name[b-nqztaywvk6] {
    font-family: 'Courier New', monospace;
    font-weight: 500;
    color: #2d3748;
}

.key-description[b-nqztaywvk6] {
    color: #a0aec0;
    cursor: help;
}

.key-description i[b-nqztaywvk6] {
    font-size: 1rem;
}

.category-badge[b-nqztaywvk6] {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    background: #edf2f7;
    color: #4a5568;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 500;
}

.value-cell[b-nqztaywvk6] {
    max-width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.status-badge[b-nqztaywvk6] {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
}

.status-draft[b-nqztaywvk6] {
    background: #edf2f7;
    color: #4a5568;
}

.status-needsreview[b-nqztaywvk6] {
    background: #fef5e7;
    color: #d97706;
}

.status-approved[b-nqztaywvk6] {
    background: #d1fae5;
    color: #047857;
}

.status-rejected[b-nqztaywvk6] {
    background: #fee2e2;
    color: #dc2626;
}

.date-text[b-nqztaywvk6] {
    color: #718096;
    font-size: 0.8125rem;
}

/* Actions */
.actions-column[b-nqztaywvk6] {
    width: 200px;
}

.action-buttons[b-nqztaywvk6] {
    display: flex;
    gap: 0.25rem;
    justify-content: flex-end;
}

.btn-action[b-nqztaywvk6] {
    padding: 0.375rem;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.2s;
    background: #f7fafc;
    color: #4a5568;
}

.btn-action:hover[b-nqztaywvk6] {
    transform: translateY(-1px);
}

.btn-action i[b-nqztaywvk6] {
    font-size: 1.125rem;
}

.btn-approve:hover[b-nqztaywvk6] {
    background: #d1fae5;
    color: #047857;
}

.btn-reject:hover[b-nqztaywvk6] {
    background: #fee2e2;
    color: #dc2626;
}

.btn-editor[b-nqztaywvk6] {
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-editor:hover[b-nqztaywvk6] {
    background: #e0e7ff;
    color: #4338ca;
}

.btn-edit:hover[b-nqztaywvk6] {
    background: #dbeafe;
    color: #1e40af;
}

.btn-history:hover[b-nqztaywvk6] {
    background: #fef3c7;
    color: #d97706;
}

.btn-delete:hover[b-nqztaywvk6] {
    background: #fee2e2;
    color: #dc2626;
}

/* Pagination */
.pagination-container[b-nqztaywvk6] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.5rem;
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.pagination-info[b-nqztaywvk6] {
    font-size: 0.875rem;
    color: #718096;
}

.pagination[b-nqztaywvk6] {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

.page-info[b-nqztaywvk6] {
    padding: 0 1rem;
    font-size: 0.875rem;
    font-weight: 500;
    color: #4a5568;
}

/* Buttons */
.btn[b-nqztaywvk6] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.625rem 1.25rem;
    border: none;
    border-radius: 8px;
    font-size: 0.875rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
}

.btn:disabled[b-nqztaywvk6] {
    opacity: 0.5;
    cursor: not-allowed;
}

.btn i[b-nqztaywvk6] {
    font-size: 1.125rem;
}

.btn-primary[b-nqztaywvk6] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.btn-primary:hover:not(:disabled)[b-nqztaywvk6] {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
}

.btn-success[b-nqztaywvk6] {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    color: white;
}

.btn-success:hover:not(:disabled)[b-nqztaywvk6] {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(16, 185, 129, 0.4);
}

.btn-info[b-nqztaywvk6] {
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    color: white;
}

.btn-info:hover:not(:disabled)[b-nqztaywvk6] {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.4);
}

.btn-sm[b-nqztaywvk6] {
    padding: 0.375rem 0.75rem;
    font-size: 0.8125rem;
}

/* Search Highlighting */
mark[b-nqztaywvk6] {
    background: #fef3c7;
    color: #92400e;
    padding: 0.125rem 0.25rem;
    border-radius: 3px;
    font-weight: 600;
}

/* Modals */
.modal-overlay[b-nqztaywvk6] {
    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: 9999;
    padding: 1rem;
    backdrop-filter: blur(4px);
}

.modal-container[b-nqztaywvk6] {
    background: white;
    border-radius: 16px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    max-width: 600px;
    width: 100%;
    max-height: 90vh;
    display: flex;
    flex-direction: column;
    animation: modalSlideIn-b-nqztaywvk6 0.3s ease-out;
}

.modal-large[b-nqztaywvk6] {
    max-width: 900px;
}

@keyframes modalSlideIn-b-nqztaywvk6 {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.modal-header[b-nqztaywvk6] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem;
    border-bottom: 1px solid #e2e8f0;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border-radius: 16px 16px 0 0;
}

.modal-header h4[b-nqztaywvk6] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin: 0;
    font-size: 1.25rem;
    font-weight: 600;
}

.modal-header h4 i[b-nqztaywvk6] {
    font-size: 1.5rem;
}

.btn-close-modal[b-nqztaywvk6] {
    background: rgba(255, 255, 255, 0.2);
    border: none;
    border-radius: 8px;
    padding: 0.5rem;
    cursor: pointer;
    color: white;
    transition: background 0.2s;
}

.btn-close-modal:hover[b-nqztaywvk6] {
    background: rgba(255, 255, 255, 0.3);
}

.btn-close-modal i[b-nqztaywvk6] {
    font-size: 1.25rem;
}

.modal-body[b-nqztaywvk6] {
    padding: 1.5rem;
    overflow-y: auto;
    flex: 1;
}

.modal-body .form-group[b-nqztaywvk6] {
    margin-bottom: 1.25rem;
}

.modal-body .form-group:last-child[b-nqztaywvk6] {
    margin-bottom: 0;
}

.modal-body label[b-nqztaywvk6] {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 500;
    color: #2d3748;
    font-size: 0.875rem;
}

.required[b-nqztaywvk6] {
    color: #e53e3e;
    margin-right: 0.25rem;
}

.checkbox-label[b-nqztaywvk6] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
    font-weight: normal;
}

.checkbox-label input[type="checkbox"][b-nqztaywvk6] {
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.modal-footer[b-nqztaywvk6] {
    display: flex;
    gap: 0.75rem;
    justify-content: flex-end;
    padding: 1.5rem;
    border-top: 1px solid #e2e8f0;
}

.btn-secondary[b-nqztaywvk6] {
    background: #e2e8f0;
    color: #4a5568;
}

.btn-secondary:hover:not(:disabled)[b-nqztaywvk6] {
    background: #cbd5e0;
    transform: none;
    box-shadow: none;
}

/* History Timeline */
.history-timeline[b-nqztaywvk6] {
    position: relative;
    padding-right: 2rem;
}

.history-item[b-nqztaywvk6] {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
    position: relative;
}

.history-item:not(:last-child)[b-nqztaywvk6]::before {
    content: '';
    position: absolute;
    right: 1.125rem;
    top: 2.5rem;
    bottom: -1.5rem;
    width: 2px;
    background: #e2e8f0;
}

.history-icon[b-nqztaywvk6] {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    z-index: 1;
}

.history-icon i[b-nqztaywvk6] {
    font-size: 1.25rem;
}

.history-content[b-nqztaywvk6] {
    flex: 1;
    background: #f7fafc;
    padding: 1rem;
    border-radius: 8px;
}

.history-header[b-nqztaywvk6] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.75rem;
}

.history-user[b-nqztaywvk6] {
    font-weight: 600;
    color: #2d3748;
}

.history-date[b-nqztaywvk6] {
    font-size: 0.8125rem;
    color: #718096;
}

.history-change[b-nqztaywvk6] {
    margin-bottom: 0.75rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.history-change strong[b-nqztaywvk6] {
    color: #4a5568;
    font-size: 0.875rem;
}

.history-change i[b-nqztaywvk6] {
    font-size: 1rem;
    color: #a0aec0;
}

.value-diff[b-nqztaywvk6] {
    width: 100%;
    margin-top: 0.5rem;
}

.old-value[b-nqztaywvk6],
.new-value[b-nqztaywvk6] {
    padding: 0.5rem;
    border-radius: 6px;
    margin-bottom: 0.5rem;
    font-size: 0.875rem;
}

.old-value[b-nqztaywvk6] {
    background: #fee2e2;
    border-left: 3px solid #dc2626;
}

.new-value[b-nqztaywvk6] {
    background: #d1fae5;
    border-left: 3px solid #047857;
}

.old-value .label[b-nqztaywvk6],
.new-value .label[b-nqztaywvk6] {
    font-weight: 600;
    margin-left: 0.5rem;
}

.old-value .value[b-nqztaywvk6],
.new-value .value[b-nqztaywvk6] {
    display: block;
    margin-top: 0.25rem;
}

.history-reason[b-nqztaywvk6] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem;
    background: #fef3c7;
    border-radius: 6px;
    font-size: 0.875rem;
    color: #92400e;
}

.history-reason i[b-nqztaywvk6] {
    font-size: 1rem;
}

/* AI Progress */
.ai-progress[b-nqztaywvk6] {
    margin-top: 1rem;
    padding: 1rem;
    background: #f7fafc;
    border-radius: 8px;
}

.ai-progress .progress[b-nqztaywvk6] {
    margin-bottom: 0.75rem;
}

.progress-text[b-nqztaywvk6] {
    text-align: center;
    font-size: 0.875rem;
    color: #4a5568;
    margin: 0;
}

/* Spinner */
.spinner-border-sm[b-nqztaywvk6] {
    width: 1rem;
    height: 1rem;
    border-width: 0.15em;
}

/* Responsive */
@media (max-width: 1024px) {
    .toolbar[b-nqztaywvk6] {
        flex-direction: column;
        align-items: stretch;
    }

    .toolbar-left[b-nqztaywvk6],
    .toolbar-right[b-nqztaywvk6] {
        width: 100%;
    }

    .toolbar-right[b-nqztaywvk6] {
        justify-content: stretch;
    }

    .toolbar-right .btn[b-nqztaywvk6] {
        flex: 1;
    }

    .stats-row[b-nqztaywvk6] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .dynamic-translations-page[b-nqztaywvk6] {
        padding: 1rem;
    }

    .stats-row[b-nqztaywvk6] {
        grid-template-columns: 1fr;
    }

    .data-grid-container[b-nqztaywvk6] {
        overflow-x: auto;
    }

    .data-grid[b-nqztaywvk6] {
        min-width: 800px;
    }

    .pagination-container[b-nqztaywvk6] {
        flex-direction: column;
        gap: 1rem;
    }
}

/* _content/CRMAnglor/Pages/Admin/Localization/ImportExport.razor.rz.scp.css */
.import-export-container[b-rxwqchh49j] {
    padding: 20px;
    max-width: 1400px;
    margin: 0 auto;
}

.page-header[b-rxwqchh49j] {
    margin-bottom: 30px;
}

.page-header h3[b-rxwqchh49j] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.page-header .material-icons[b-rxwqchh49j] {
    font-size: 32px;
    color: var(--primary-color, #007bff);
}

/* Cards */
.card[b-rxwqchh49j] {
    border: none;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    border-radius: 12px;
    height: 100%;
}

.card-header[b-rxwqchh49j] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    font-weight: 600;
    border-radius: 12px 12px 0 0 !important;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px 20px;
}

.card-header .material-icons[b-rxwqchh49j] {
    font-size: 24px;
}

.card-body[b-rxwqchh49j] {
    padding: 20px;
}

/* Form Elements */
.form-group label[b-rxwqchh49j] {
    font-weight: 600;
    margin-bottom: 8px;
    display: block;
    color: #333;
}

.form-select[b-rxwqchh49j],
.form-control[b-rxwqchh49j] {
    border-radius: 8px;
    border: 1px solid #ddd;
    padding: 10px 15px;
}

.form-select:focus[b-rxwqchh49j],
.form-control:focus[b-rxwqchh49j] {
    border-color: var(--primary-color, #007bff);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* Radio Buttons */
.btn-group .btn-check:checked + label[b-rxwqchh49j] {
    background-color: var(--primary-color, #007bff);
    color: white;
}

.btn-group label[b-rxwqchh49j] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.btn-group label .material-icons[b-rxwqchh49j] {
    font-size: 20px;
}

/* Progress Bar */
.progress[b-rxwqchh49j] {
    height: 30px;
    border-radius: 8px;
    background-color: #e9ecef;
}

.progress-bar[b-rxwqchh49j] {
    font-size: 14px;
    line-height: 30px;
}

/* Buttons */
.btn[b-rxwqchh49j] {
    border-radius: 8px;
    padding: 10px 20px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.3s;
}

.btn .material-icons[b-rxwqchh49j] {
    font-size: 20px;
}

.btn:hover:not(:disabled)[b-rxwqchh49j] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.btn:disabled[b-rxwqchh49j] {
    opacity: 0.6;
    cursor: not-allowed;
}

/* Alerts */
.alert[b-rxwqchh49j] {
    border-radius: 8px;
    border: none;
}

.alert h6[b-rxwqchh49j] {
    margin-bottom: 10px;
    font-weight: 600;
}

.alert ul[b-rxwqchh49j] {
    padding-left: 20px;
}

.alert details[b-rxwqchh49j] {
    cursor: pointer;
}

.alert details summary[b-rxwqchh49j] {
    font-weight: 600;
    user-select: none;
}

/* Logs List */
.logs-list[b-rxwqchh49j] {
    max-height: 400px;
    overflow-y: auto;
}

.log-item[b-rxwqchh49j] {
    padding: 15px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    margin-bottom: 10px;
    transition: all 0.2s;
}

.log-item:hover[b-rxwqchh49j] {
    background-color: #f8f9fa;
    border-color: var(--primary-color, #007bff);
}

.log-header[b-rxwqchh49j] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.log-type[b-rxwqchh49j] {
    font-weight: 600;
    color: #333;
}

.log-details[b-rxwqchh49j] {
    font-size: 14px;
}

.log-details > div[b-rxwqchh49j] {
    margin-bottom: 4px;
}

/* Badge */
.badge[b-rxwqchh49j] {
    padding: 4px 12px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 600;
}

/* File Input */
.form-control[type="file"][b-rxwqchh49j] {
    padding: 8px 12px;
}

.form-control[type="file"][b-rxwqchh49j]::file-selector-button {
    padding: 6px 12px;
    margin-right: 10px;
    border: none;
    background-color: var(--primary-color, #007bff);
    color: white;
    border-radius: 6px;
    cursor: pointer;
}

.form-control[type="file"][b-rxwqchh49j]::file-selector-button:hover {
    background-color: #0056b3;
}

/* Spinner */
.spinner-border-sm[b-rxwqchh49j] {
    width: 1rem;
    height: 1rem;
    border-width: 0.15em;
}

/* Responsive */
@media (max-width: 992px) {
    .import-export-container[b-rxwqchh49j] {
        padding: 15px;
    }

    .card-body[b-rxwqchh49j] {
        padding: 15px;
    }

    .btn[b-rxwqchh49j] {
        padding: 8px 16px;
    }
}

@media (max-width: 768px) {
    .page-header h3[b-rxwqchh49j] {
        font-size: 24px;
    }

    .page-header .material-icons[b-rxwqchh49j] {
        font-size: 28px;
    }

    .btn-group[b-rxwqchh49j] {
        flex-direction: column;
    }

    .btn-group label[b-rxwqchh49j] {
        border-radius: 8px !important;
        margin-bottom: 5px;
    }
}

/* Empty State */
.text-center .material-icons[b-rxwqchh49j] {
    opacity: 0.3;
}

/* Scrollbar */
.logs-list[b-rxwqchh49j]::-webkit-scrollbar {
    width: 8px;
}

.logs-list[b-rxwqchh49j]::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

.logs-list[b-rxwqchh49j]::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}

.logs-list[b-rxwqchh49j]::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* _content/CRMAnglor/Pages/Admin/Localization/Languages.razor.rz.scp.css */
.languages-page[b-dbzr9d7j81] {
    padding: 20px;
    animation: fadeIn-b-dbzr9d7j81 0.3s ease-in;
}

@keyframes fadeIn-b-dbzr9d7j81 {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.page-header[b-dbzr9d7j81] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 2px solid #e9ecef;
}

.page-header h3[b-dbzr9d7j81] {
    margin: 0;
    color: #2c3e50;
    font-weight: 600;
}

.page-header h3 i[b-dbzr9d7j81] {
    margin-left: 10px;
    color: #3498db;
}

.languages-table[b-dbzr9d7j81] {
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.languages-table thead[b-dbzr9d7j81] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.languages-table thead th[b-dbzr9d7j81] {
    border: none;
    padding: 15px 10px;
    font-weight: 600;
    text-align: center;
}

.languages-table tbody tr[b-dbzr9d7j81] {
    transition: all 0.2s ease;
    border-bottom: 1px solid #f0f0f0;
}

.languages-table tbody tr:hover[b-dbzr9d7j81] {
    background-color: #f8f9fa;
    transform: translateX(-2px);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.languages-table tbody tr:nth-child(even)[b-dbzr9d7j81] {
    background-color: #fafbfc;
}

.languages-table tbody tr:nth-child(even):hover[b-dbzr9d7j81] {
    background-color: #f8f9fa;
}

.languages-table tbody tr.table-primary[b-dbzr9d7j81] {
    background-color: #e7f3ff !important;
    border-right: 4px solid #3498db;
}

.languages-table tbody td[b-dbzr9d7j81] {
    padding: 12px 10px;
    vertical-align: middle;
    text-align: center;
}

.drag-handle[b-dbzr9d7j81] {
    color: #95a5a6;
    cursor: move;
    font-size: 1.2rem;
}

.drag-handle:hover[b-dbzr9d7j81] {
    color: #3498db;
}

.form-switch .form-check-input[b-dbzr9d7j81] {
    cursor: pointer;
    width: 3rem;
    height: 1.5rem;
}

.form-switch .form-check-input:checked[b-dbzr9d7j81] {
    background-color: #28a745;
    border-color: #28a745;
}

/* Modal Styling */
.modal.show[b-dbzr9d7j81] {
    animation: modalFadeIn-b-dbzr9d7j81 0.3s ease;
}

@keyframes modalFadeIn-b-dbzr9d7j81 {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.modal-content[b-dbzr9d7j81] {
    border: none;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
    animation: modalSlideIn-b-dbzr9d7j81 0.3s ease;
}

@keyframes modalSlideIn-b-dbzr9d7j81 {
    from {
        transform: translateY(-50px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.modal-header[b-dbzr9d7j81] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border-radius: 12px 12px 0 0;
    padding: 20px;
}

.modal-header .modal-title[b-dbzr9d7j81] {
    font-weight: 600;
}

.modal-header .btn-close[b-dbzr9d7j81] {
    filter: brightness(0) invert(1);
}

.modal-body[b-dbzr9d7j81] {
    padding: 25px;
}

.modal-footer[b-dbzr9d7j81] {
    padding: 15px 25px;
    border-top: 1px solid #e9ecef;
}

/* Form Styling */
.form-label[b-dbzr9d7j81] {
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 8px;
}

.form-control[b-dbzr9d7j81],
.form-select[b-dbzr9d7j81] {
    border: 2px solid #e9ecef;
    border-radius: 8px;
    padding: 10px 15px;
    transition: all 0.2s ease;
}

.form-control:focus[b-dbzr9d7j81],
.form-select:focus[b-dbzr9d7j81] {
    border-color: #667eea;
    box-shadow: 0 0 0 0.2rem rgba(102, 126, 234, 0.25);
}

/* Button Styling */
.btn[b-dbzr9d7j81] {
    border-radius: 8px;
    padding: 8px 20px;
    font-weight: 500;
    transition: all 0.2s ease;
}

.btn-primary[b-dbzr9d7j81] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: none;
}

.btn-primary:hover[b-dbzr9d7j81] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
}

.btn-outline-primary:hover[b-dbzr9d7j81] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-color: transparent;
}

.btn-outline-danger:hover[b-dbzr9d7j81] {
    background-color: #dc3545;
    border-color: #dc3545;
}

/* Badge Styling */
.badge[b-dbzr9d7j81] {
    padding: 6px 12px;
    border-radius: 6px;
    font-weight: 500;
}

/* Responsive Design */
@media (max-width: 768px) {
    .page-header[b-dbzr9d7j81] {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .table-responsive[b-dbzr9d7j81] {
        overflow-x: auto;
    }

    .languages-table[b-dbzr9d7j81] {
        font-size: 0.9rem;
    }

    .languages-table thead th[b-dbzr9d7j81],
    .languages-table tbody td[b-dbzr9d7j81] {
        padding: 8px 5px;
    }

    .modal-dialog[b-dbzr9d7j81] {
        margin: 10px;
    }
}

@media (max-width: 576px) {
    .languages-page[b-dbzr9d7j81] {
        padding: 10px;
    }

    .page-header h3[b-dbzr9d7j81] {
        font-size: 1.3rem;
    }

    .btn-group-sm .btn[b-dbzr9d7j81] {
        padding: 4px 8px;
        font-size: 0.8rem;
    }
}

/* Loading State */
.spinner-border[b-dbzr9d7j81] {
    width: 3rem;
    height: 3rem;
}

/* Alert Styling */
.alert[b-dbzr9d7j81] {
    border-radius: 8px;
    border: none;
    padding: 15px 20px;
}

.alert-info[b-dbzr9d7j81] {
    background-color: #e7f3ff;
    color: #0c5460;
}

.alert-danger[b-dbzr9d7j81] {
    background-color: #f8d7da;
    color: #721c24;
}

/* Icon Styling */
.bi[b-dbzr9d7j81] {
    vertical-align: middle;
}

.text-warning[b-dbzr9d7j81] {
    color: #ffc107 !important;
}

/* Smooth Transitions */
*[b-dbzr9d7j81] {
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

/* _content/CRMAnglor/Pages/Admin/Localization/MigrationManager.razor.rz.scp.css */
.migration-manager-container[b-ojh7olsbps] {
    padding: 20px;
    max-width: 100%;
    margin: 0 auto;
}

.page-header[b-ojh7olsbps] {
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 2px solid #e0e0e0;
}

.page-header h2[b-ojh7olsbps] {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #2c3e50;
    margin-bottom: 10px;
}

.page-header .material-icons[b-ojh7olsbps] {
    font-size: 32px;
    color: #3498db;
}

.card[b-ojh7olsbps] {
    border: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    overflow: hidden;
}

.card-header[b-ojh7olsbps] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 15px 20px;
    border-bottom: none;
}

.card-header h5[b-ojh7olsbps] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    font-size: 18px;
}

.card-header .material-icons[b-ojh7olsbps] {
    font-size: 24px;
}

/* أنماط الفلاتر */
.bg-light[b-ojh7olsbps] {
    background-color: #f8f9fa !important;
}

.gap-2[b-ojh7olsbps] {
    gap: 0.5rem !important;
}

.form-label[b-ojh7olsbps] {
    margin-bottom: 0.25rem;
    color: #495057;
}

.badge[b-ojh7olsbps] {
    font-size: 10px;
    padding: 3px 6px;
    margin-left: 5px;
    vertical-align: middle;
}

.btn-group-sm > .btn[b-ojh7olsbps] {
    padding: 3px 8px;
    font-size: 9px;
}

/* تحسين مظهر الفلاتر */
.card-body.bg-light[b-ojh7olsbps] {
    padding: 15px;
    border-bottom: 2px solid #dee2e6;
}

.card-body.bg-light .form-control-sm[b-ojh7olsbps],
.card-body.bg-light .form-select-sm[b-ojh7olsbps] {
    border-radius: 6px;
    border: 1px solid #ced4da;
    transition: all 0.2s;
}

.card-body.bg-light .form-control-sm:focus[b-ojh7olsbps],
.card-body.bg-light .form-select-sm:focus[b-ojh7olsbps] {
    border-color: #667eea;
    box-shadow: 0 0 0 0.2rem rgba(102, 126, 234, 0.25);
}

/* أزرار الفلاتر السريعة */
.btn-group .btn-outline-secondary[b-ojh7olsbps] {
    border-color: #6c757d;
    color: #6c757d;
}

.btn-group .btn-outline-secondary:hover[b-ojh7olsbps] {
    background-color: #6c757d;
    color: white;
}

.btn-group .btn-outline-danger[b-ojh7olsbps] {
    border-color: #dc3545;
    color: #dc3545;
}

.btn-group .btn-outline-danger:hover[b-ojh7olsbps] {
    background-color: #dc3545;
    color: white;
}

.card-body[b-ojh7olsbps] {
    padding: 20px;
}

.table-responsive[b-ojh7olsbps] {
    max-height: 600px;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: auto;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
}

.table-responsive[b-ojh7olsbps]::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.table-responsive[b-ojh7olsbps]::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

.table-responsive[b-ojh7olsbps]::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}

.table-responsive[b-ojh7olsbps]::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.table[b-ojh7olsbps] {
    margin-bottom: 0;
    font-size: 9px;
    table-layout: fixed;
    width: 640px;
    max-width: 640px;
}

.table-fixed[b-ojh7olsbps] {
    table-layout: fixed;
}

.table-sm td[b-ojh7olsbps],
.table-sm th[b-ojh7olsbps] {
    padding: 2px 2px;
    vertical-align: top;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.table thead[b-ojh7olsbps] {
    position: sticky;
    top: 0;
    background: white;
    z-index: 10;
}

.table thead th[b-ojh7olsbps] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    font-weight: 600;
    border: none;
    padding: 6px 2px;
    font-size: 9px;
    white-space: nowrap;
    text-align: center;
}

.table tbody tr[b-ojh7olsbps] {
    transition: all 0.2s ease;
}

.table tbody tr:hover[b-ojh7olsbps] {
    background-color: #f8f9fa;
    transform: translateX(-2px);
}

.table tbody tr.table-active[b-ojh7olsbps] {
    background-color: #e3f2fd;
}

.table tbody td[b-ojh7olsbps] {
    vertical-align: top;
    padding: 2px 2px;
    font-size: 9px;
    border-right: 1px solid #e0e0e0;
}

.text-truncate[b-ojh7olsbps] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.cell-multiline[b-ojh7olsbps] {
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
    line-height: 1.2;
    max-height: 50px;
    overflow-y: auto;
    font-size: 9px;
    padding: 1px;
}

.cell-multiline[b-ojh7olsbps]::-webkit-scrollbar {
    width: 4px;
}

.cell-multiline[b-ojh7olsbps]::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.cell-multiline[b-ojh7olsbps]::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 2px;
}

.cell-multiline[b-ojh7olsbps]::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.badge[b-ojh7olsbps] {
    padding: 4px 8px;
    font-size: 11px;
    font-weight: 600;
}

.pagination[b-ojh7olsbps] {
    margin: 0;
}

.pagination .page-link[b-ojh7olsbps] {
    color: #667eea;
    border-color: #dee2e6;
}

.pagination .page-item.active .page-link[b-ojh7olsbps] {
    background-color: #667eea;
    border-color: #667eea;
}

.pagination .page-link:hover[b-ojh7olsbps] {
    background-color: #f8f9fa;
    color: #764ba2;
}

.btn[b-ojh7olsbps] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    border-radius: 8px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.btn .material-icons[b-ojh7olsbps] {
    font-size: 20px;
}

.btn-primary[b-ojh7olsbps] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: none;
}

.btn-primary:hover[b-ojh7olsbps] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
}

.btn-success[b-ojh7olsbps] {
    background: linear-gradient(135deg, #11998e 0%, #38ef7d 100%);
    border: none;
}

.btn-success:hover[b-ojh7olsbps] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(17, 153, 142, 0.4);
}

.btn-warning[b-ojh7olsbps] {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    border: none;
    color: white;
}

.btn-warning:hover[b-ojh7olsbps] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(240, 147, 251, 0.4);
}

.btn-outline-primary[b-ojh7olsbps] {
    color: #667eea;
    border-color: #667eea;
}

.btn-outline-primary:hover[b-ojh7olsbps] {
    background-color: #667eea;
    border-color: #667eea;
    color: white;
}

.btn-outline-secondary[b-ojh7olsbps] {
    color: #6c757d;
    border-color: #6c757d;
}

.btn-outline-secondary:hover[b-ojh7olsbps] {
    background-color: #6c757d;
    border-color: #6c757d;
    color: white;
}

.btn:disabled[b-ojh7olsbps] {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none !important;
}

.alert[b-ojh7olsbps] {
    border-radius: 8px;
    border: none;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.alert-success[b-ojh7olsbps] {
    background-color: #d4edda;
    color: #155724;
}

.alert-danger[b-ojh7olsbps] {
    background-color: #f8d7da;
    color: #721c24;
}

.alert-warning[b-ojh7olsbps] {
    background-color: #fff3cd;
    color: #856404;
}

.alert-info[b-ojh7olsbps] {
    background-color: #d1ecf1;
    color: #0c5460;
}

.progress[b-ojh7olsbps] {
    height: 8px;
    border-radius: 4px;
    background-color: #e9ecef;
}

.progress-bar[b-ojh7olsbps] {
    background: linear-gradient(90deg, #667eea 0%, #764ba2 100%);
}

.form-control[b-ojh7olsbps],
.form-select[b-ojh7olsbps] {
    border-radius: 6px;
    border: 1px solid #ced4da;
    padding: 8px 12px;
    transition: all 0.2s ease;
}

.form-control:focus[b-ojh7olsbps],
.form-select:focus[b-ojh7olsbps] {
    border-color: #667eea;
    box-shadow: 0 0 0 0.2rem rgba(102, 126, 234, 0.25);
}

.form-control-sm[b-ojh7olsbps] {
    padding: 2px 3px;
    font-size: 9px;
    height: auto;
    min-height: 20px;
}

.form-select-sm[b-ojh7olsbps] {
    padding: 2px 3px;
    font-size: 9px;
    height: auto;
    min-height: 20px;
}

.table .form-control-sm[b-ojh7olsbps],
.table .form-select-sm[b-ojh7olsbps] {
    border: 1px solid #ced4da;
    border-radius: 3px;
}

.table .form-control-sm:focus[b-ojh7olsbps],
.table .form-select-sm:focus[b-ojh7olsbps] {
    border-color: #667eea;
    box-shadow: 0 0 0 0.1rem rgba(102, 126, 234, 0.25);
}

.form-check-input:checked[b-ojh7olsbps] {
    background-color: #667eea;
    border-color: #667eea;
}

.spinner-border-sm[b-ojh7olsbps] {
    width: 1rem;
    height: 1rem;
    border-width: 0.15em;
}

@media (max-width: 768px) {
    .migration-manager-container[b-ojh7olsbps] {
        padding: 10px;
    }

    .table-responsive[b-ojh7olsbps] {
        max-height: 400px;
    }

    .btn[b-ojh7olsbps] {
        padding: 8px 16px;
        font-size: 14px;
    }

    .card-body[b-ojh7olsbps] {
        padding: 15px;
    }
}

/* _content/CRMAnglor/Pages/Admin/Localization/StaticTranslations.razor.rz.scp.css */
.static-translations-page[b-9mjmyrfjae] {
    padding: 20px;
    max-width: 100%;
    direction: rtl;
}

.page-header[b-9mjmyrfjae] {
    margin-bottom: 30px;
}

.page-header h3[b-9mjmyrfjae] {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #2c3e50;
    margin-bottom: 10px;
}

.page-header h3 i[b-9mjmyrfjae] {
    font-size: 32px;
    color: #3498db;
}

.loading-container[b-9mjmyrfjae] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
    gap: 20px;
}

/* Toolbar */
.toolbar[b-9mjmyrfjae] {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 20px;
    margin-bottom: 20px;
    padding: 20px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    flex-wrap: wrap;
}

.toolbar-left[b-9mjmyrfjae] {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    flex: 1;
}

.toolbar-right[b-9mjmyrfjae] {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.toolbar .form-group[b-9mjmyrfjae] {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.toolbar .form-group label[b-9mjmyrfjae] {
    font-size: 12px;
    font-weight: 600;
    color: #555;
    margin: 0;
}

.toolbar .form-select[b-9mjmyrfjae],
.toolbar .form-control[b-9mjmyrfjae] {
    min-width: 150px;
    font-size: 14px;
}

.search-box[b-9mjmyrfjae] {
    position: relative;
    flex: 1;
    min-width: 250px;
}

.search-box .btn-clear[b-9mjmyrfjae] {
    position: absolute;
    left: 10px;
    bottom: 5px;
    background: none;
    border: none;
    color: #999;
    cursor: pointer;
    padding: 0;
}

.search-box .btn-clear:hover[b-9mjmyrfjae] {
    color: #333;
}

/* Statistics */
.stats-row[b-9mjmyrfjae] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin-bottom: 20px;
}

.stat-card[b-9mjmyrfjae] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 20px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 15px;
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
    transition: transform 0.3s ease;
}

.stat-card:hover[b-9mjmyrfjae] {
    transform: translateY(-5px);
}

.stat-card:nth-child(2)[b-9mjmyrfjae] {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
}

.stat-card:nth-child(3)[b-9mjmyrfjae] {
    background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
}

.stat-card i[b-9mjmyrfjae] {
    font-size: 48px;
    opacity: 0.9;
}

.stat-content h4[b-9mjmyrfjae] {
    font-size: 32px;
    font-weight: bold;
    margin: 0;
}

.stat-content p[b-9mjmyrfjae] {
    font-size: 14px;
    margin: 0;
    opacity: 0.9;
}

/* DataGrid */
.translations-grid[b-9mjmyrfjae] {
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    overflow: hidden;
    margin-bottom: 20px;
}

.translations-grid table[b-9mjmyrfjae] {
    width: 100%;
    margin: 0;
}

.translations-grid thead[b-9mjmyrfjae] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.translations-grid thead th[b-9mjmyrfjae] {
    padding: 15px;
    font-weight: 600;
    text-align: right;
    cursor: pointer;
    user-select: none;
    white-space: nowrap;
}

.translations-grid thead th:hover[b-9mjmyrfjae] {
    background: rgba(255, 255, 255, 0.1);
}

.translations-grid thead th i[b-9mjmyrfjae] {
    font-size: 18px;
    vertical-align: middle;
    margin-right: 5px;
}

.translations-grid tbody tr[b-9mjmyrfjae] {
    border-bottom: 1px solid #eee;
    transition: background-color 0.2s ease;
}

.translations-grid tbody tr:hover[b-9mjmyrfjae] {
    background-color: #f8f9fa;
}

.translations-grid tbody td[b-9mjmyrfjae] {
    padding: 12px 15px;
    vertical-align: middle;
}

.key-cell code[b-9mjmyrfjae] {
    background: #f8f9fa;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 13px;
    color: #e83e8c;
    font-family: 'Courier New', monospace;
}

.value-cell[b-9mjmyrfjae] {
    max-width: 300px;
    cursor: pointer;
    position: relative;
}

.value-cell:hover[b-9mjmyrfjae] {
    background-color: #e9ecef;
}

.value-cell input[b-9mjmyrfjae] {
    width: 100%;
}

.actions-cell[b-9mjmyrfjae] {
    text-align: center;
    white-space: nowrap;
}

.actions-cell .btn[b-9mjmyrfjae] {
    padding: 4px 8px;
}

.actions-cell .btn i[b-9mjmyrfjae] {
    font-size: 18px;
}

/* Pagination */
.pagination-container[b-9mjmyrfjae] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 20px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.page-info[b-9mjmyrfjae] {
    font-weight: 600;
    color: #555;
}

/* Highlight */
mark[b-9mjmyrfjae] {
    background-color: #fff3cd;
    padding: 2px 4px;
    border-radius: 3px;
    font-weight: 600;
}

/* Buttons */
.btn[b-9mjmyrfjae] {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 8px 16px;
    border-radius: 8px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.btn i[b-9mjmyrfjae] {
    font-size: 20px;
}

.btn:hover[b-9mjmyrfjae] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

/* Responsive */
@media (max-width: 768px) {
    .toolbar[b-9mjmyrfjae] {
        flex-direction: column;
        align-items: stretch;
    }

    .toolbar-left[b-9mjmyrfjae],
    .toolbar-right[b-9mjmyrfjae] {
        width: 100%;
    }

    .toolbar-right[b-9mjmyrfjae] {
        justify-content: stretch;
    }

    .toolbar-right .btn[b-9mjmyrfjae] {
        flex: 1;
    }

    .stats-row[b-9mjmyrfjae] {
        grid-template-columns: 1fr;
    }

    .translations-grid[b-9mjmyrfjae] {
        overflow-x: auto;
    }

    .translations-grid table[b-9mjmyrfjae] {
        min-width: 800px;
    }
}

/* ==================== MODALS ==================== */
.modal-overlay[b-9mjmyrfjae] {
    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: 9999;
    padding: 1rem;
    backdrop-filter: blur(4px);
}

.modal-container[b-9mjmyrfjae] {
    background: white;
    border-radius: 16px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    max-width: 600px;
    width: 100%;
    max-height: 90vh;
    display: flex;
    flex-direction: column;
    animation: modalSlideIn-b-9mjmyrfjae 0.3s ease-out;
}

.modal-container.modal-large[b-9mjmyrfjae] {
    max-width: 900px;
}

@keyframes modalSlideIn-b-9mjmyrfjae {
    from {
        opacity: 0;
        transform: translateY(-50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.modal-header[b-9mjmyrfjae] {
    padding: 1.5rem;
    border-bottom: 1px solid #e0e0e0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border-radius: 16px 16px 0 0;
}

.modal-header h4[b-9mjmyrfjae] {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.25rem;
}

.modal-header h4 i[b-9mjmyrfjae] {
    font-size: 28px;
}

.btn-close-modal[b-9mjmyrfjae] {
    background: rgba(255, 255, 255, 0.2);
    border: none;
    color: white;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s;
}

.btn-close-modal:hover[b-9mjmyrfjae] {
    background: rgba(255, 255, 255, 0.3);
    transform: rotate(90deg);
}

.modal-body[b-9mjmyrfjae] {
    padding: 1.5rem;
    overflow-y: auto;
    flex: 1;
}

.modal-body .form-group[b-9mjmyrfjae] {
    margin-bottom: 1rem;
}

.modal-body .form-group label[b-9mjmyrfjae] {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 500;
    color: #2c3e50;
}

.modal-body .form-control[b-9mjmyrfjae],
.modal-body .form-select[b-9mjmyrfjae] {
    width: 100%;
    padding: 0.5rem;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 0.95rem;
}

.modal-body .form-control:focus[b-9mjmyrfjae],
.modal-body .form-select:focus[b-9mjmyrfjae] {
    outline: none;
    border-color: #667eea;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.modal-footer[b-9mjmyrfjae] {
    padding: 1rem 1.5rem;
    border-top: 1px solid #e0e0e0;
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

.modal-footer .btn[b-9mjmyrfjae] {
    padding: 0.5rem 1.5rem;
    border-radius: 8px;
    font-weight: 500;
    transition: all 0.2s;
}

/* Preview List */
.preview-list[b-9mjmyrfjae] {
    max-height: 400px;
    overflow-y: auto;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 1rem;
    background: #f8f9fa;
}

.preview-item[b-9mjmyrfjae] {
    padding: 0.75rem;
    margin-bottom: 0.5rem;
    background: white;
    border-radius: 6px;
    border-left: 4px solid #ddd;
}

.preview-item.preview-added[b-9mjmyrfjae] {
    border-left-color: #28a745;
}

.preview-item.preview-updated[b-9mjmyrfjae] {
    border-left-color: #ffc107;
}

.preview-item.preview-conflict[b-9mjmyrfjae] {
    border-left-color: #dc3545;
}

.preview-badge[b-9mjmyrfjae] {
    display: inline-block;
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    font-size: 0.75rem;
    font-weight: 600;
    margin-left: 0.5rem;
}

.preview-added .preview-badge[b-9mjmyrfjae] {
    background: #d4edda;
    color: #155724;
}

.preview-updated .preview-badge[b-9mjmyrfjae] {
    background: #fff3cd;
    color: #856404;
}

.preview-conflict .preview-badge[b-9mjmyrfjae] {
    background: #f8d7da;
    color: #721c24;
}

.value-diff[b-9mjmyrfjae] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 0.5rem;
    font-size: 0.85rem;
}

.value-diff .old-value[b-9mjmyrfjae] {
    color: #dc3545;
    text-decoration: line-through;
}

.value-diff .new-value[b-9mjmyrfjae] {
    color: #28a745;
    font-weight: 500;
}

.value-diff i[b-9mjmyrfjae] {
    font-size: 16px;
    color: #6c757d;
}

/* Conflicts List */
.conflicts-list[b-9mjmyrfjae] {
    max-height: 400px;
    overflow-y: auto;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 1rem;
    background: #f8f9fa;
}

.conflict-item[b-9mjmyrfjae] {
    padding: 1rem;
    margin-bottom: 1rem;
    background: white;
    border-radius: 8px;
    border: 1px solid #ffc107;
}

.conflict-values[b-9mjmyrfjae] {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 0.75rem;
}

.conflict-source[b-9mjmyrfjae] {
    flex: 1;
    padding: 0.75rem;
    background: #f8f9fa;
    border-radius: 6px;
}

.conflict-source .badge[b-9mjmyrfjae] {
    margin-bottom: 0.5rem;
}

.conflict-source p[b-9mjmyrfjae] {
    margin: 0.5rem 0;
    font-size: 0.9rem;
}

.conflict-source small[b-9mjmyrfjae] {
    color: #6c757d;
    font-size: 0.75rem;
}

.conflict-values > i[b-9mjmyrfjae] {
    font-size: 24px;
    color: #ffc107;
}
/* _content/CRMAnglor/Pages/Admin/Localization/SyncManager.razor.rz.scp.css */
.sync-container[b-3kuekvvc7g] {
    padding: 20px;
    max-width: 1400px;
    margin: 0 auto;
}

.page-header[b-3kuekvvc7g] {
    margin-bottom: 30px;
}

.page-header h3[b-3kuekvvc7g] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.page-header .material-icons[b-3kuekvvc7g] {
    font-size: 32px;
    color: var(--primary-color, #007bff);
}

/* Cards */
.card[b-3kuekvvc7g] {
    border: none;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    border-radius: 12px;
    height: 100%;
}

.card-header[b-3kuekvvc7g] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    font-weight: 600;
    border-radius: 12px 12px 0 0 !important;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px 20px;
}

.card-header .material-icons[b-3kuekvvc7g] {
    font-size: 24px;
}

.card-body[b-3kuekvvc7g] {
    padding: 20px;
}

/* Form Elements */
.form-group label[b-3kuekvvc7g] {
    font-weight: 600;
    margin-bottom: 8px;
    display: block;
    color: #333;
}

.form-select[b-3kuekvvc7g] {
    border-radius: 8px;
    border: 1px solid #ddd;
    padding: 10px 15px;
}

.form-select:focus[b-3kuekvvc7g] {
    border-color: var(--primary-color, #007bff);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-check[b-3kuekvvc7g] {
    padding: 10px;
    border-radius: 8px;
    transition: background-color 0.2s;
}

.form-check:hover[b-3kuekvvc7g] {
    background-color: #f8f9fa;
}

.form-check-input[b-3kuekvvc7g] {
    width: 20px;
    height: 20px;
    margin-top: 0;
    cursor: pointer;
}

.form-check-label[b-3kuekvvc7g] {
    margin-left: 10px;
    cursor: pointer;
    user-select: none;
}

/* Progress Bar */
.progress[b-3kuekvvc7g] {
    height: 30px;
    border-radius: 8px;
    background-color: #e9ecef;
}

.progress-bar[b-3kuekvvc7g] {
    font-size: 14px;
    line-height: 30px;
}

/* Buttons */
.btn[b-3kuekvvc7g] {
    border-radius: 8px;
    padding: 10px 20px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.3s;
}

.btn .material-icons[b-3kuekvvc7g] {
    font-size: 20px;
}

.btn:hover:not(:disabled)[b-3kuekvvc7g] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.btn:disabled[b-3kuekvvc7g] {
    opacity: 0.6;
    cursor: not-allowed;
}

.btn-sm[b-3kuekvvc7g] {
    padding: 6px 12px;
    font-size: 14px;
}

.btn-sm .material-icons[b-3kuekvvc7g] {
    font-size: 18px;
}

/* Alert */
.alert[b-3kuekvvc7g] {
    border-radius: 8px;
    border: none;
}

.alert h6[b-3kuekvvc7g] {
    margin-bottom: 10px;
    font-weight: 600;
}

.alert ul[b-3kuekvvc7g] {
    padding-left: 20px;
}

/* Table */
.table-responsive[b-3kuekvvc7g] {
    border-radius: 8px;
    overflow: hidden;
}

.table[b-3kuekvvc7g] {
    margin-bottom: 0;
}

.table thead[b-3kuekvvc7g] {
    background-color: #f8f9fa;
}

.table thead th[b-3kuekvvc7g] {
    font-weight: 600;
    border-bottom: 2px solid #dee2e6;
    padding: 12px;
}

.table tbody td[b-3kuekvvc7g] {
    padding: 12px;
    vertical-align: middle;
}

.table-hover tbody tr:hover[b-3kuekvvc7g] {
    background-color: #f8f9fa;
}

/* Badge */
.badge[b-3kuekvvc7g] {
    padding: 4px 12px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 600;
}

/* Pagination */
.pagination[b-3kuekvvc7g] {
    margin-bottom: 0;
}

.page-link[b-3kuekvvc7g] {
    border-radius: 6px;
    margin: 0 3px;
    border: 1px solid #dee2e6;
    color: var(--primary-color, #007bff);
}

.page-link:hover[b-3kuekvvc7g] {
    background-color: #e9ecef;
}

.page-item.active .page-link[b-3kuekvvc7g] {
    background-color: var(--primary-color, #007bff);
    border-color: var(--primary-color, #007bff);
}

.page-item.disabled .page-link[b-3kuekvvc7g] {
    opacity: 0.5;
    cursor: not-allowed;
}

/* Spinner */
.spinner-border[b-3kuekvvc7g] {
    width: 3rem;
    height: 3rem;
}

.spinner-border-sm[b-3kuekvvc7g] {
    width: 1rem;
    height: 1rem;
    border-width: 0.15em;
}

/* Empty State */
.text-center .material-icons[b-3kuekvvc7g] {
    opacity: 0.3;
}

/* Responsive */
@media (max-width: 992px) {
    .sync-container[b-3kuekvvc7g] {
        padding: 15px;
    }

    .card-body[b-3kuekvvc7g] {
        padding: 15px;
    }

    .btn[b-3kuekvvc7g] {
        padding: 8px 16px;
    }
}

@media (max-width: 768px) {
    .page-header h3[b-3kuekvvc7g] {
        font-size: 24px;
    }

    .page-header .material-icons[b-3kuekvvc7g] {
        font-size: 28px;
    }

    .table[b-3kuekvvc7g] {
        font-size: 14px;
    }

    .table thead th[b-3kuekvvc7g],
    .table tbody td[b-3kuekvvc7g] {
        padding: 8px;
    }
}

/* Loading State */
.text-center.py-4[b-3kuekvvc7g] {
    min-height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/* _content/CRMAnglor/Pages/Admin/Localization/TranslationEditor.razor.rz.scp.css */
.translation-editor-container[b-4zn40bs09w] {
    padding: 20px;
    max-width: 1600px;
    margin: 0 auto;
}

.loading-overlay[b-4zn40bs09w] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 400px;
    gap: 15px;
}

/* Header */
.editor-header[b-4zn40bs09w] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 20px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    margin-bottom: 20px;
}

.header-info h3[b-4zn40bs09w] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 10px 0;
    font-size: 24px;
}

.meta-info[b-4zn40bs09w] {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
}

.meta-info .description[b-4zn40bs09w] {
    color: #666;
    font-size: 14px;
}

.header-actions[b-4zn40bs09w] {
    display: flex;
    gap: 10px;
}

/* Main Content */
.editor-content[b-4zn40bs09w] {
    display: grid;
    grid-template-columns: 1fr 350px;
    gap: 20px;
}

/* Language Tabs */
.language-tabs[b-4zn40bs09w] {
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    overflow: hidden;
}

.language-tabs .nav-tabs[b-4zn40bs09w] {
    border-bottom: 2px solid #e0e0e0;
    padding: 0 15px;
    background: #f8f9fa;
}

.language-tabs .nav-item[b-4zn40bs09w] {
    margin-bottom: -2px;
}

.language-tabs .nav-link[b-4zn40bs09w] {
    border: none;
    border-bottom: 3px solid transparent;
    padding: 12px 20px;
    color: #666;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s;
}

.language-tabs .nav-link:hover[b-4zn40bs09w] {
    background: rgba(0,0,0,0.05);
    color: #333;
}

.language-tabs .nav-link.active[b-4zn40bs09w] {
    color: var(--primary-color, #007bff);
    border-bottom-color: var(--primary-color, #007bff);
    background: white;
}

.flag-icon[b-4zn40bs09w] {
    font-size: 20px;
}

/* Tab Content */
.tab-content[b-4zn40bs09w] {
    padding: 25px;
}

.translation-form[b-4zn40bs09w] {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.translation-textarea[b-4zn40bs09w] {
    min-height: 150px;
    font-size: 16px;
    line-height: 1.6;
    resize: vertical;
}

/* AI Actions */
.ai-actions[b-4zn40bs09w] {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 8px;
}

.ai-actions button[b-4zn40bs09w] {
    display: flex;
    align-items: center;
    gap: 8px;
}

/* Suggestions Panel */
.suggestions-panel[b-4zn40bs09w] {
    padding: 15px;
    background: #e3f2fd;
    border-radius: 8px;
    border-left: 4px solid #2196f3;
}

.suggestions-panel h6[b-4zn40bs09w] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 15px;
    color: #1976d2;
}

.suggestions-list[b-4zn40bs09w] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.suggestion-item[b-4zn40bs09w] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px;
    background: white;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.2s;
}

.suggestion-item:hover[b-4zn40bs09w] {
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    transform: translateY(-2px);
}

.suggestion-number[b-4zn40bs09w] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    background: #2196f3;
    color: white;
    border-radius: 50%;
    font-weight: bold;
    font-size: 14px;
    flex-shrink: 0;
}

.suggestion-text[b-4zn40bs09w] {
    flex: 1;
    font-size: 15px;
}

/* History Sidebar */
.history-sidebar[b-4zn40bs09w] {
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    padding: 20px;
    max-height: calc(100vh - 200px);
    overflow-y: auto;
}

.history-sidebar h5[b-4zn40bs09w] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #e0e0e0;
}

.history-list[b-4zn40bs09w] {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.history-item[b-4zn40bs09w] {
    padding: 12px;
    background: #f8f9fa;
    border-radius: 6px;
    border-left: 3px solid #007bff;
}

.history-header[b-4zn40bs09w] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
}

.history-change[b-4zn40bs09w] {
    margin: 10px 0;
    font-size: 14px;
}

.old-value[b-4zn40bs09w] {
    display: flex;
    align-items: flex-start;
    gap: 5px;
    color: #d32f2f;
    padding: 5px;
    background: #ffebee;
    border-radius: 4px;
    margin-bottom: 5px;
}

.old-value .material-icons[b-4zn40bs09w] {
    font-size: 16px;
}

.new-value[b-4zn40bs09w] {
    display: flex;
    align-items: flex-start;
    gap: 5px;
    color: #388e3c;
    padding: 5px;
    background: #e8f5e9;
    border-radius: 4px;
}

.new-value .material-icons[b-4zn40bs09w] {
    font-size: 16px;
}

.change-reason[b-4zn40bs09w] {
    display: block;
    margin-top: 8px;
    color: #666;
    font-style: italic;
}

/* Toast Notification */
.toast-notification[b-4zn40bs09w] {
    position: fixed;
    bottom: 30px;
    right: 30px;
    padding: 15px 20px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    display: flex;
    align-items: center;
    gap: 10px;
    z-index: 9999;
    animation: slideIn-b-4zn40bs09w 0.3s ease-out;
}

@keyframes slideIn-b-4zn40bs09w {
    from {
        transform: translateX(400px);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.toast-notification.success[b-4zn40bs09w] {
    border-left: 4px solid #4caf50;
}

.toast-notification.success .material-icons[b-4zn40bs09w] {
    color: #4caf50;
}

.toast-notification.error[b-4zn40bs09w] {
    border-left: 4px solid #f44336;
}

.toast-notification.error .material-icons[b-4zn40bs09w] {
    color: #f44336;
}

/* Modal */
.modal-overlay[b-4zn40bs09w] {
    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: 9998;
}

.modal-container[b-4zn40bs09w] {
    background: white;
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.2);
    max-width: 500px;
    width: 90%;
    max-height: 90vh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.modal-header[b-4zn40bs09w] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid #e0e0e0;
}

.modal-header h4[b-4zn40bs09w] {
    margin: 0;
    font-size: 20px;
}

.btn-close-modal[b-4zn40bs09w] {
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
    color: #666;
    transition: color 0.2s;
}

.btn-close-modal:hover[b-4zn40bs09w] {
    color: #333;
}

.modal-body[b-4zn40bs09w] {
    padding: 20px;
    overflow-y: auto;
}

.modal-footer[b-4zn40bs09w] {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    padding: 15px 20px;
    border-top: 1px solid #e0e0e0;
}

/* Responsive */
@media (max-width: 1200px) {
    .editor-content[b-4zn40bs09w] {
        grid-template-columns: 1fr;
    }

    .history-sidebar[b-4zn40bs09w] {
        max-height: 400px;
    }
}

@media (max-width: 768px) {
    .editor-header[b-4zn40bs09w] {
        flex-direction: column;
        gap: 15px;
    }

    .header-actions[b-4zn40bs09w] {
        width: 100%;
        flex-direction: column;
    }

    .header-actions button[b-4zn40bs09w] {
        width: 100%;
    }

    .ai-actions[b-4zn40bs09w] {
        flex-direction: column;
    }

    .ai-actions button[b-4zn40bs09w] {
        width: 100%;
    }
}

/* _content/CRMAnglor/Pages/Admin/Localization/TranslationSettings.razor.rz.scp.css */
.settings-container[b-gmitbyufqo] {
    padding: 20px;
    max-width: 1400px;
    margin: 0 auto;
}

.page-header[b-gmitbyufqo] {
    margin-bottom: 30px;
}

.page-header h3[b-gmitbyufqo] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.page-header .material-icons[b-gmitbyufqo] {
    font-size: 32px;
    color: var(--primary-color, #007bff);
}

/* Cards */
.card[b-gmitbyufqo] {
    border: none;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    border-radius: 12px;
    height: 100%;
    transition: transform 0.2s;
}

.card:hover[b-gmitbyufqo] {
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(0,0,0,0.15);
}

.card-header[b-gmitbyufqo] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    font-weight: 600;
    border-radius: 12px 12px 0 0 !important;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px 20px;
}

.card-header .material-icons[b-gmitbyufqo] {
    font-size: 24px;
}

.card-body[b-gmitbyufqo] {
    padding: 20px;
}

/* Form Elements */
.form-group[b-gmitbyufqo] {
    margin-bottom: 1rem;
}

.form-group label[b-gmitbyufqo] {
    font-weight: 600;
    margin-bottom: 8px;
    display: block;
    color: #333;
}

.form-select[b-gmitbyufqo],
.form-control[b-gmitbyufqo] {
    border-radius: 8px;
    border: 1px solid #ddd;
    padding: 10px 15px;
    transition: all 0.3s;
}

.form-select:focus[b-gmitbyufqo],
.form-control:focus[b-gmitbyufqo] {
    border-color: var(--primary-color, #007bff);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-check[b-gmitbyufqo] {
    padding: 10px;
    border-radius: 8px;
    transition: background-color 0.2s;
}

.form-check:hover[b-gmitbyufqo] {
    background-color: #f8f9fa;
}

.form-check-input[b-gmitbyufqo] {
    width: 20px;
    height: 20px;
    margin-top: 0;
    cursor: pointer;
}

.form-check-label[b-gmitbyufqo] {
    margin-left: 10px;
    cursor: pointer;
    user-select: none;
}

/* Buttons */
.btn[b-gmitbyufqo] {
    border-radius: 8px;
    padding: 10px 20px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.3s;
}

.btn-lg[b-gmitbyufqo] {
    padding: 12px 30px;
    font-size: 16px;
}

.btn .material-icons[b-gmitbyufqo] {
    font-size: 20px;
}

.btn:hover:not(:disabled)[b-gmitbyufqo] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.btn:disabled[b-gmitbyufqo] {
    opacity: 0.6;
    cursor: not-allowed;
}

/* Alert */
.alert[b-gmitbyufqo] {
    border-radius: 8px;
    border: none;
    padding: 15px 20px;
    animation: slideIn-b-gmitbyufqo 0.3s ease;
}

@keyframes slideIn-b-gmitbyufqo {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Small Text */
small.text-muted[b-gmitbyufqo] {
    display: block;
    margin-top: 5px;
    font-size: 12px;
}

/* Spinner */
.spinner-border[b-gmitbyufqo] {
    width: 3rem;
    height: 3rem;
}

.spinner-border-sm[b-gmitbyufqo] {
    width: 1rem;
    height: 1rem;
    border-width: 0.15em;
}

/* Responsive */
@media (max-width: 992px) {
    .settings-container[b-gmitbyufqo] {
        padding: 15px;
    }

    .card-body[b-gmitbyufqo] {
        padding: 15px;
    }

    .btn-lg[b-gmitbyufqo] {
        padding: 10px 20px;
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .page-header h3[b-gmitbyufqo] {
        font-size: 24px;
    }

    .page-header .material-icons[b-gmitbyufqo] {
        font-size: 28px;
    }

    .btn[b-gmitbyufqo] {
        width: 100%;
        margin-bottom: 10px;
    }

    .btn.ms-2[b-gmitbyufqo] {
        margin-left: 0 !important;
    }
}

/* Loading State */
.text-center.py-5[b-gmitbyufqo] {
    min-height: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/* _content/CRMAnglor/Shared/AI/AiChatWidget.razor.rz.scp.css */
.ai-chat-widget[b-57mzz6o4bw] {
    position: fixed;
    bottom: 24px;
    left: 24px;
    z-index: 1060;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.ai-chat-container[b-57mzz6o4bw] {
    width: 400px;
    height: 600px;
    background: white;
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    animation: slideUp-b-57mzz6o4bw 0.3s ease-out;
}

@keyframes slideUp-b-57mzz6o4bw {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Header */
.ai-chat-header[b-57mzz6o4bw] {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    color: white;
    padding: 16px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.ai-chat-title[b-57mzz6o4bw] {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    font-size: 16px;
}

.ai-chat-actions[b-57mzz6o4bw] {
    display: flex;
    gap: 8px;
}

.ai-icon-btn[b-57mzz6o4bw] {
    background: rgba(255, 255, 255, 0.2);
    border: none;
    border-radius: 8px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s;
    color: white;
}

.ai-icon-btn:hover[b-57mzz6o4bw] {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.05);
}

.ai-icon-btn .material-icons[b-57mzz6o4bw] {
    font-size: 20px;
}

/* Messages */
.ai-chat-messages[b-57mzz6o4bw] {
    flex: 1;
    overflow-y: auto;
    padding: 20px;
    background: #f9fafb;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.ai-chat-messages[b-57mzz6o4bw]::-webkit-scrollbar {
    width: 6px;
}

.ai-chat-messages[b-57mzz6o4bw]::-webkit-scrollbar-track {
    background: transparent;
}

.ai-chat-messages[b-57mzz6o4bw]::-webkit-scrollbar-thumb {
    background: #d1d5db;
    border-radius: 3px;
}

.ai-chat-messages[b-57mzz6o4bw]::-webkit-scrollbar-thumb:hover {
    background: #9ca3af;
}

/* Welcome Screen */
.ai-welcome[b-57mzz6o4bw] {
    text-align: center;
    padding: 40px 20px;
    color: #374151;
}

.ai-welcome h3[b-57mzz6o4bw] {
    margin: 16px 0 8px;
    font-size: 20px;
    font-weight: 600;
}

.ai-welcome p[b-57mzz6o4bw] {
    color: #6b7280;
    margin: 8px 0;
}

.ai-welcome ul[b-57mzz6o4bw] {
    list-style: none;
    padding: 0;
}

.ai-welcome ul li[b-57mzz6o4bw] {
    padding: 8px 0;
    color: #4b5563;
}

.ai-welcome ul li[b-57mzz6o4bw]::before {
    content: "✓ ";
    color: #10b981;
    font-weight: bold;
    margin-left: 8px;
}

/* Message */
.ai-message[b-57mzz6o4bw] {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.ai-message.user[b-57mzz6o4bw] {
    flex-direction: row-reverse;
}

.ai-avatar[b-57mzz6o4bw] {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: white;
}

.ai-avatar.user[b-57mzz6o4bw] {
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
}

.ai-avatar .material-icons[b-57mzz6o4bw] {
    font-size: 20px;
}

.ai-message-content[b-57mzz6o4bw] {
    max-width: 75%;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.ai-message.user .ai-message-content[b-57mzz6o4bw] {
    align-items: flex-end;
}

.ai-message-text[b-57mzz6o4bw] {
    background: white;
    padding: 12px 16px;
    border-radius: 12px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    line-height: 1.5;
    color: #1f2937;
    word-wrap: break-word;
}

.ai-message.user .ai-message-text[b-57mzz6o4bw] {
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    color: white;
}

.ai-function-badge[b-57mzz6o4bw] {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: #e0f2fe;
    color: #0369a1;
    padding: 4px 8px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 500;
}

.ai-message-time[b-57mzz6o4bw] {
    font-size: 11px;
    color: #9ca3af;
    padding: 0 4px;
}

/* Typing Indicator */
.ai-typing[b-57mzz6o4bw] {
    display: flex;
    gap: 4px;
    padding: 12px 16px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.ai-typing span[b-57mzz6o4bw] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #10b981;
    animation: typing-b-57mzz6o4bw 1.4s infinite;
}

.ai-typing span:nth-child(2)[b-57mzz6o4bw] {
    animation-delay: 0.2s;
}

.ai-typing span:nth-child(3)[b-57mzz6o4bw] {
    animation-delay: 0.4s;
}

@keyframes typing-b-57mzz6o4bw {
    0%, 60%, 100% {
        transform: translateY(0);
        opacity: 0.7;
    }
    30% {
        transform: translateY(-10px);
        opacity: 1;
    }
}

/* Input */
.ai-chat-input[b-57mzz6o4bw] {
    padding: 16px 20px;
    background: white;
    border-top: 1px solid #e5e7eb;
    display: flex;
    gap: 12px;
    align-items: flex-end;
}

.ai-chat-input textarea[b-57mzz6o4bw] {
    flex: 1;
    border: 1px solid #d1d5db;
    border-radius: 12px;
    padding: 12px 16px;
    font-size: 14px;
    font-family: inherit;
    outline: none;
    transition: border-color 0.2s;
    direction: rtl;
    text-align: right;
}

.ai-chat-input textarea:focus[b-57mzz6o4bw] {
    border-color: #10b981;
}

.ai-chat-input textarea:disabled[b-57mzz6o4bw] {
    background: #f3f4f6;
    cursor: not-allowed;
}

.ai-send-btn[b-57mzz6o4bw] {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    border: none;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s;
    flex-shrink: 0;
}

.ai-send-btn:hover:not(:disabled)[b-57mzz6o4bw] {
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(16, 185, 129, 0.3);
}

.ai-send-btn:disabled[b-57mzz6o4bw] {
    opacity: 0.5;
    cursor: not-allowed;
}

.ai-send-btn .material-icons[b-57mzz6o4bw] {
    font-size: 20px;
}

/* Error */
.ai-error[b-57mzz6o4bw] {
    padding: 12px 20px;
    background: #fef2f2;
    border-top: 1px solid #fecaca;
    color: #dc2626;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
}

.ai-error .material-icons[b-57mzz6o4bw] {
    font-size: 18px;
}

/* Responsive */
@media (max-width: 768px) {
    .ai-chat-widget[b-57mzz6o4bw] {
        left: 0;
        right: 0;
        bottom: 0;
    }

    .ai-chat-container[b-57mzz6o4bw] {
        width: 100%;
        height: 100vh;
        border-radius: 0;
    }
}

/* _content/CRMAnglor/Shared/AnnouncementBanner.razor.rz.scp.css */
/* Announcement Banner - Multi-Banner Carousel */
.announcement-banner[b-x516l2hkby] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 12px;
    border-radius: 6px;
    margin: 8px 12px 0 12px;
    border: 1px solid transparent;
    min-height: 36px;
    max-height: 36px;
    overflow: hidden;
    position: relative;
    animation: slideIn-b-x516l2hkby 0.3s ease-out;
}

@keyframes slideIn-b-x516l2hkby {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Icon */
.banner-icon[b-x516l2hkby] {
    font-size: 18px !important;
    flex-shrink: 0;
    line-height: 1;
}

/* Content Area */
.banner-content[b-x516l2hkby] {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 6px;
    min-width: 0;
    overflow: hidden;
}

/* Title */
.banner-title[b-x516l2hkby] {
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
    flex-shrink: 0;
}

/* Message */
.banner-message[b-x516l2hkby] {
    font-size: 12px;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1;
    min-width: 0;
    max-width: 600px;  /* تحديد عرض أقصى لمنع التمدد */
}

/* Link */
.banner-link[b-x516l2hkby] {
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
    white-space: nowrap;
    padding: 4px 8px;
    border-radius: 4px;
    flex-shrink: 0;
    transition: background-color 0.2s;
}

.banner-link:hover[b-x516l2hkby] {
    background-color: rgba(0, 0, 0, 0.05);
    text-decoration: none;
}

/* Navigation Controls */
.banner-nav[b-x516l2hkby] {
    display: flex;
    align-items: center;
    gap: 4px;
    flex-shrink: 0;
    padding: 0 4px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    margin-right: 4px;
    padding-right: 8px;
}

.banner-nav-btn[b-x516l2hkby] {
    background: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    padding: 0;
    transition: background-color 0.2s;
}

.banner-nav-btn:hover[b-x516l2hkby] {
    background-color: rgba(0, 0, 0, 0.1);
}

.banner-nav-btn .material-icons[b-x516l2hkby] {
    font-size: 16px !important;
    line-height: 1;
}

.banner-counter[b-x516l2hkby] {
    font-size: 11px;
    font-weight: 600;
    white-space: nowrap;
    padding: 0 4px;
    min-width: 30px;
    text-align: center;
}

/* Close Button */
.banner-close[b-x516l2hkby] {
    background: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 4px;
    flex-shrink: 0;
    padding: 0;
    transition: background-color 0.2s;
}

.banner-close:hover[b-x516l2hkby] {
    background-color: rgba(0, 0, 0, 0.15);
}

.banner-close .material-icons[b-x516l2hkby] {
    font-size: 18px !important;
    line-height: 1;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .announcement-banner[b-x516l2hkby] {
        padding: 5px 8px;
        margin: 6px 8px 0 8px;
        gap: 6px;
        min-height: 34px;
        max-height: 34px;
    }

    .banner-icon[b-x516l2hkby] {
        font-size: 16px !important;
    }

    .banner-title[b-x516l2hkby] {
        font-size: 12px;
    }

    .banner-message[b-x516l2hkby] {
        font-size: 11px;
    }

    .banner-link[b-x516l2hkby] {
        font-size: 11px;
        padding: 2px 6px;
    }

    .banner-nav[b-x516l2hkby] {
        gap: 2px;
        padding-right: 6px;
        margin-right: 2px;
    }

    .banner-nav-btn[b-x516l2hkby] {
        width: 18px;
        height: 18px;
    }

    .banner-nav-btn .material-icons[b-x516l2hkby] {
        font-size: 14px !important;
    }

    .banner-counter[b-x516l2hkby] {
        font-size: 10px;
        min-width: 25px;
        padding: 0 2px;
    }

    .banner-close[b-x516l2hkby] {
        width: 20px;
        height: 20px;
    }

    .banner-close .material-icons[b-x516l2hkby] {
        font-size: 16px !important;
    }
}

/* Color Variants */
.announcement-banner.info[b-x516l2hkby] {
    background: #e8f4fd;
    border-color: #90caf9;
    color: #0d47a1;
}

.announcement-banner.info .banner-link[b-x516l2hkby] {
    color: #1565c0;
}

.announcement-banner.info .banner-nav[b-x516l2hkby] {
    border-right-color: rgba(13, 71, 161, 0.2);
}

.announcement-banner.success[b-x516l2hkby] {
    background: #e8f5e9;
    border-color: #81c784;
    color: #1b5e20;
}

.announcement-banner.success .banner-link[b-x516l2hkby] {
    color: #2e7d32;
}

.announcement-banner.success .banner-nav[b-x516l2hkby] {
    border-right-color: rgba(27, 94, 32, 0.2);
}

.announcement-banner.warning[b-x516l2hkby] {
    background: #fff3e0;
    border-color: #ffb74d;
    color: #e65100;
}

.announcement-banner.warning .banner-link[b-x516l2hkby] {
    color: #ef6c00;
}

.announcement-banner.warning .banner-nav[b-x516l2hkby] {
    border-right-color: rgba(230, 81, 0, 0.2);
}

.announcement-banner.error[b-x516l2hkby] {
    background: #ffebee;
    border-color: #e57373;
    color: #b71c1c;
}

.announcement-banner.error .banner-link[b-x516l2hkby] {
    color: #c62828;
}

.announcement-banner.error .banner-nav[b-x516l2hkby] {
    border-right-color: rgba(183, 28, 28, 0.2);
}

/* Full Message Dialog/Modal */
.banner-dialog-overlay[b-x516l2hkby] {
    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: 10000;
    animation: fadeIn-b-x516l2hkby 0.2s ease-out;
    padding: 20px;
}

@keyframes fadeIn-b-x516l2hkby {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.banner-dialog[b-x516l2hkby] {
    background: white;
    border-radius: 8px;
    max-width: 600px;
    width: 100%;
    max-height: 80vh;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    animation: slideUp-b-x516l2hkby 0.3s ease-out;
}

@keyframes slideUp-b-x516l2hkby {
    from {
        transform: translateY(30px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.banner-dialog-header[b-x516l2hkby] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    border-bottom: 1px solid #e5e7eb;
    background: #f9fafb;
}

.banner-dialog-header h3[b-x516l2hkby] {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #111827;
}

.banner-dialog-close[b-x516l2hkby] {
    background: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 6px;
    transition: background-color 0.2s;
    color: #6b7280;
}

.banner-dialog-close:hover[b-x516l2hkby] {
    background-color: #e5e7eb;
    color: #111827;
}

.banner-dialog-close .material-icons[b-x516l2hkby] {
    font-size: 20px !important;
}

.banner-dialog-body[b-x516l2hkby] {
    padding: 20px;
    overflow-y: auto;
    max-height: calc(80vh - 140px);
}

.banner-dialog-body p[b-x516l2hkby] {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    color: #374151;
    white-space: pre-wrap;
    word-wrap: break-word;
}

.banner-dialog-footer[b-x516l2hkby] {
    padding: 16px 20px;
    border-top: 1px solid #e5e7eb;
    background: #f9fafb;
    display: flex;
    justify-content: flex-end;
}

.banner-dialog-action[b-x516l2hkby] {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 8px 16px;
    background: #1b6ec2;
    color: white;
    text-decoration: none;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    transition: background-color 0.2s;
}

.banner-dialog-action:hover[b-x516l2hkby] {
    background: #155a9c;
    text-decoration: none;
    color: white;
}

/* Mobile Responsive for Dialog */
@media (max-width: 768px) {
    .banner-dialog[b-x516l2hkby] {
        max-width: 95%;
        max-height: 90vh;
    }

    .banner-dialog-header h3[b-x516l2hkby] {
        font-size: 16px;
    }

    .banner-dialog-body[b-x516l2hkby] {
        padding: 16px;
        max-height: calc(90vh - 130px);
    }

    .banner-dialog-body p[b-x516l2hkby] {
        font-size: 13px;
    }
}
/* _content/CRMAnglor/Shared/Components/Localization/AiTranslateButton.razor.rz.scp.css */
.ai-translate-button-container[b-r4wqsmh0we] {
    position: relative;
    display: inline-block;
}

.ai-translate-button-container button[b-r4wqsmh0we] {
    display: flex;
    align-items: center;
    gap: 8px;
}

/* Providers Dropdown */
.providers-dropdown[b-r4wqsmh0we] {
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 8px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    z-index: 1000;
    min-width: 280px;
    animation: dropdownSlide-b-r4wqsmh0we 0.2s ease-out;
}

@keyframes dropdownSlide-b-r4wqsmh0we {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.dropdown-header[b-r4wqsmh0we] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 15px;
    border-bottom: 1px solid #e0e0e0;
    font-weight: 600;
    color: #333;
}

.btn-close-dropdown[b-r4wqsmh0we] {
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    color: #666;
    transition: color 0.2s;
}

.btn-close-dropdown:hover[b-r4wqsmh0we] {
    color: #333;
}

.btn-close-dropdown .material-icons[b-r4wqsmh0we] {
    font-size: 20px;
}

.providers-list[b-r4wqsmh0we] {
    padding: 8px;
    max-height: 400px;
    overflow-y: auto;
}

.provider-item[b-r4wqsmh0we] {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    padding: 12px;
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.2s;
    margin-bottom: 6px;
    text-align: right;
}

.provider-item:hover:not(.disabled)[b-r4wqsmh0we] {
    background: #f5f5f5;
    border-color: var(--primary-color, #007bff);
    transform: translateX(-2px);
}

.provider-item.disabled[b-r4wqsmh0we] {
    opacity: 0.5;
    cursor: not-allowed;
}

.provider-item .material-icons[b-r4wqsmh0we] {
    font-size: 24px;
    color: var(--primary-color, #007bff);
}

.provider-name[b-r4wqsmh0we] {
    flex: 1;
    font-weight: 500;
}

/* Translation Result */
.translation-result[b-r4wqsmh0we] {
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 8px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    z-index: 1000;
    min-width: 350px;
    max-width: 500px;
    animation: dropdownSlide-b-r4wqsmh0we 0.2s ease-out;
}

.result-header[b-r4wqsmh0we] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 15px;
    border-bottom: 1px solid #e0e0e0;
    font-weight: 600;
    color: #333;
}

.btn-close-result[b-r4wqsmh0we] {
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    color: #666;
    transition: color 0.2s;
}

.btn-close-result:hover[b-r4wqsmh0we] {
    color: #333;
}

.btn-close-result .material-icons[b-r4wqsmh0we] {
    font-size: 20px;
}

.result-content[b-r4wqsmh0we] {
    padding: 15px;
}

.result-content p[b-r4wqsmh0we] {
    margin: 0 0 10px 0;
    line-height: 1.6;
    color: #333;
}

.result-meta[b-r4wqsmh0we] {
    display: flex;
    gap: 15px;
    padding-top: 10px;
    border-top: 1px solid #e0e0e0;
}

.result-actions[b-r4wqsmh0we] {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    padding: 12px 15px;
    border-top: 1px solid #e0e0e0;
}

.result-actions button[b-r4wqsmh0we] {
    display: flex;
    align-items: center;
    gap: 6px;
}

/* Alert */
.alert-sm[b-r4wqsmh0we] {
    padding: 8px 12px;
    margin-top: 8px;
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.alert-sm .material-icons[b-r4wqsmh0we] {
    font-size: 18px;
}

/* Responsive */
@media (max-width: 768px) {
    .providers-dropdown[b-r4wqsmh0we],
    .translation-result[b-r4wqsmh0we] {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        margin-top: 0;
        width: 90%;
        max-width: 400px;
    }
}

/* _content/CRMAnglor/Shared/MainLayout.razor.rz.scp.css */
.page[b-j51wj4n1vw] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main[b-j51wj4n1vw] {
    flex: 1;
}

/* Sidebar colors inherit from global crm-styles.css; removing component override to keep consistent theme */

.top-row[b-j51wj4n1vw] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-j51wj4n1vw]  a, .top-row .btn-link[b-j51wj4n1vw] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-j51wj4n1vw] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-j51wj4n1vw] {
        display: none;
    }

    .top-row.auth[b-j51wj4n1vw] {
        justify-content: space-between;
    }

    .top-row a[b-j51wj4n1vw], .top-row .btn-link[b-j51wj4n1vw] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-j51wj4n1vw] {
        flex-direction: row;
    }

    .sidebar[b-j51wj4n1vw] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-j51wj4n1vw] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .main > div[b-j51wj4n1vw] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

/* Notifications bell & dropdown */
.header .notification-bell[b-j51wj4n1vw] {
    position: relative;
    margin-inline-start: 12px;
}
.header .notification-bell .icon-button[b-j51wj4n1vw] {
    background: transparent;
    border: none;
    cursor: pointer;
    position: relative;
    padding: 4px;
    color: var(--text-primary, #333);
}
.header .notification-bell .badge[b-j51wj4n1vw] {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(50%,-50%);
    background: #dc3545;
    color: #fff;
    border-radius: 10px;
    padding: 0 6px;
    font-size: 11px;
    line-height: 18px;
    min-width: 18px;
    text-align: center;
}
.header .notification-dropdown[b-j51wj4n1vw] {
    position: absolute;
    top: 36px;
    right: 0;
    width: 360px;
    max-height: 420px;
    overflow: auto;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 6px 18px rgba(0,0,0,.15);
    z-index: 1050;
}
.header .notification-dropdown .notif-item[b-j51wj4n1vw] {
    padding: 10px 12px;
    border-bottom: 1px solid #f1f1f1;
    cursor: pointer;
}
.header .notification-dropdown .notif-item.unread[b-j51wj4n1vw] {
    background: #f0f6ff;
}
.header .notification-dropdown .notif-item .title[b-j51wj4n1vw] {
    font-weight: 600;
    margin-bottom: 2px;
}
.header .notification-dropdown .notif-item .meta[b-j51wj4n1vw] {
    font-size: 12px;
    color: #6c757d;
}
.header .notification-dropdown .notif-item .message[b-j51wj4n1vw] {
    font-size: 13px;
    color: #333;
    display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.header .notification-dropdown .dropdown-footer[b-j51wj4n1vw] {
    padding: 8px 12px;
    text-align: center;
}
