@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';
@import '_content/DocMesh.Core.Client/DocMesh.Core.Client.bu0q4l5u95.bundle.scp.css';
@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.25o87uqmvr.bundle.scp.css';

/* /Pages/Reconciliation/Components/SchemaMapper/PipelineFieldMappingEditor.razor.rz.scp.css */
.pipeline-field-mapping-editor[b-nut96ljv9m] {
    margin-bottom: 1rem;
}

.pipeline-field-mapping-editor .card[b-nut96ljv9m] {
    border: 2px solid #e9ecef;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.pipeline-field-mapping-editor .card:hover[b-nut96ljv9m] {
    border-color: #007bff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.pipeline-field-mapping-editor .card-header[b-nut96ljv9m] {
    background-color: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
}

.pipeline-field-mapping-editor .card-header h6[b-nut96ljv9m] {
    color: #495057;
    font-weight: 600;
}

.pipeline-builder-container[b-nut96ljv9m] {
    background-color: #f8f9fa;
    border-radius: 0.375rem;
    padding: 1rem;
    margin-top: 1rem;
    border: 1px solid #dee2e6;
}

.pipeline-field-mapping-editor .alert[b-nut96ljv9m] {
    margin-bottom: 0.5rem;
}

.pipeline-field-mapping-editor .badge[b-nut96ljv9m] {
    font-size: 0.75em;
}

.pipeline-field-mapping-editor .form-check-label[b-nut96ljv9m] {
    font-size: 0.875rem;
    color: #6c757d;
}

.pipeline-field-mapping-editor .btn-sm[b-nut96ljv9m] {
    font-size: 0.8rem;
    padding: 0.25rem 0.5rem;
}

/* Collapsed view styling */
.pipeline-field-mapping-editor .card-body.py-2[b-nut96ljv9m] {
    background-color: #fff;
}

.pipeline-field-mapping-editor .card-body.py-2:hover[b-nut96ljv9m] {
    background-color: #f8f9fa;
}

/* Animation for expand/collapse */
.pipeline-field-mapping-editor .card-body[b-nut96ljv9m] {
    transition: all 0.3s ease-in-out;
}

/* Status badges */
.pipeline-field-mapping-editor .badge.bg-success[b-nut96ljv9m] {
    background-color: #198754 !important;
}

.pipeline-field-mapping-editor .badge.bg-warning[b-nut96ljv9m] {
    background-color: #ffc107 !important;
    color: #000;
}

.pipeline-field-mapping-editor .badge.bg-info[b-nut96ljv9m] {
    background-color: #0dcaf0 !important;
    color: #000;
} 
/* /Pages/Reconciliation/Components/TransformationPipeline/Components/TransformationPipelineBuilder.razor.rz.scp.css */
.transformation-pipeline-builder[b-694mr3or15] {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 20px;
    margin: 20px 0;
}

.builder-header[b-694mr3or15] {
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.builder-header h4[b-694mr3or15] {
    margin: 0;
    color: #495057;
    font-weight: 600;
}

.source-target-info[b-694mr3or15] {
    margin-top: 8px;
    font-size: 0.9em;
}

/* Step Catalog Styles */
.step-catalog[b-694mr3or15] {
    background: white;
    border-radius: 6px;
    padding: 15px;
    height: 600px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.step-catalog h5[b-694mr3or15] {
    margin: 0 0 15px 0;
    color: #495057;
    font-weight: 600;
}

.catalog-filters[b-694mr3or15] {
    flex-shrink: 0;
}

.step-list[b-694mr3or15] {
    flex: 1;
    overflow-y: auto;
    margin-right: -5px;
    padding-right: 5px;
}

.step-card[b-694mr3or15] {
    border: 1px solid #e9ecef;
    border-radius: 6px;
    padding: 12px;
    margin-bottom: 10px;
    cursor: pointer;
    transition: all 0.2s ease;
    position: relative;
    background: white;
}

.step-card:hover[b-694mr3or15] {
    border-color: #007bff;
    box-shadow: 0 2px 4px rgba(0,123,255,0.1);
    transform: translateY(-1px);
}

.step-card.disabled[b-694mr3or15] {
    opacity: 0.6;
    cursor: not-allowed;
    background: #f8f9fa;
}

.step-card.disabled:hover[b-694mr3or15] {
    border-color: #e9ecef;
    box-shadow: none;
    transform: none;
}

.step-header[b-694mr3or15] {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
}

.step-header i[b-694mr3or15] {
    margin-right: 8px;
    color: #6c757d;
    width: 16px;
    text-align: center;
}

.step-name[b-694mr3or15] {
    font-weight: 600;
    color: #495057;
    font-size: 0.9em;
}

.step-types[b-694mr3or15] {
    font-size: 0.8em;
    color: #6c757d;
    margin-bottom: 6px;
    font-family: monospace;
}

.step-description[b-694mr3or15] {
    font-size: 0.8em;
    color: #6c757d;
    line-height: 1.3;
}

.add-step-btn[b-694mr3or15] {
    position: absolute;
    top: 8px;
    right: 8px;
    padding: 2px 6px;
    font-size: 0.7em;
}

/* Pipeline Steps Styles */
.pipeline-steps[b-694mr3or15] {
    background: white;
    border-radius: 6px;
    padding: 15px;
    height: 600px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.pipeline-steps h5[b-694mr3or15] {
    margin: 0 0 15px 0;
    color: #495057;
    font-weight: 600;
}

.empty-pipeline[b-694mr3or15] {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #6c757d;
    text-align: center;
}

.empty-pipeline i[b-694mr3or15] {
    font-size: 3em;
    margin-bottom: 15px;
    opacity: 0.3;
}

.steps-container[b-694mr3or15] {
    flex: 1;
    overflow-y: auto;
}

.pipeline-step[b-694mr3or15] {
    display: flex;
    align-items: flex-start;
    border: 1px solid #e9ecef;
    border-radius: 6px;
    padding: 12px;
    margin-bottom: 10px;
    background: white;
    transition: all 0.2s ease;
}

.pipeline-step:hover[b-694mr3or15] {
    border-color: #007bff;
    box-shadow: 0 2px 4px rgba(0,123,255,0.1);
}

.step-number[b-694mr3or15] {
    background: #007bff;
    color: white;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8em;
    font-weight: 600;
    margin-right: 12px;
    flex-shrink: 0;
}

.step-content[b-694mr3or15] {
    flex: 1;
    min-width: 0;
}

.step-info[b-694mr3or15] {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
}

.step-info i[b-694mr3or15] {
    margin-right: 8px;
    color: #6c757d;
}

.step-title[b-694mr3or15] {
    font-weight: 600;
    color: #495057;
    margin-right: 10px;
}

.step-type-info[b-694mr3or15] {
    font-size: 0.8em;
    color: #6c757d;
    font-family: monospace;
}

.step-parameters[b-694mr3or15] {
    margin-top: 6px;
}

.parameter-badge[b-694mr3or15] {
    display: inline-block;
    background: #e9ecef;
    color: #495057;
    padding: 2px 6px;
    border-radius: 3px;
    font-size: 0.75em;
    margin-right: 6px;
    margin-bottom: 3px;
}

.step-actions[b-694mr3or15] {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-left: 10px;
}

.step-actions .btn[b-694mr3or15] {
    padding: 4px 8px;
    font-size: 0.8em;
}

.current-type-info[b-694mr3or15] {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #e9ecef;
    font-size: 0.9em;
    color: #495057;
}

/* Preview Panel Styles */
.preview-panel[b-694mr3or15] {
    background: white;
    border-radius: 6px;
    padding: 15px;
    height: 600px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.preview-panel h5[b-694mr3or15] {
    margin: 0 0 15px 0;
    color: #495057;
    font-weight: 600;
}

.preview-input[b-694mr3or15] {
    flex-shrink: 0;
}

.preview-output[b-694mr3or15] {
    margin-top: 15px;
}

.validation-errors[b-694mr3or15] {
    margin-top: 15px;
}

/* Responsive Design */
@media (max-width: 992px) {
    .transformation-pipeline-builder .row > div[b-694mr3or15] {
        margin-bottom: 20px;
    }
    
    .step-catalog[b-694mr3or15],
    .pipeline-steps[b-694mr3or15],
    .preview-panel[b-694mr3or15] {
        height: auto;
        min-height: 400px;
    }
}

/* Animation for step addition */
@keyframes slideInDown-b-694mr3or15 {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.pipeline-step[b-694mr3or15] {
    animation: slideInDown-b-694mr3or15 0.3s ease;
}

/* Drag and drop styles (for future enhancement) */
.pipeline-step.dragging[b-694mr3or15] {
    opacity: 0.5;
    transform: rotate(5deg);
}

.pipeline-step.drop-target[b-694mr3or15] {
    border-color: #28a745;
    background: #f8fff9;
}

/* Loading state */
.btn .fa-spinner[b-694mr3or15] {
    animation: spin-b-694mr3or15 1s linear infinite;
}

@keyframes spin-b-694mr3or15 {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
} 
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-4eodr9wzyw] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-4eodr9wzyw] {
    flex: 1;
}

.sidebar[b-4eodr9wzyw] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

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

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

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

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

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-4eodr9wzyw] {
        display: none;
    }

    .top-row.auth[b-4eodr9wzyw] {
        justify-content: space-between;
    }

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

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

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

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

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

    .top-row[b-4eodr9wzyw], article[b-4eodr9wzyw] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
