@import '_content/GikiBi.Shared/GikiBi.Shared.etlryy1e5x.bundle.scp.css';

/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-42vlslfv1s],
.components-reconnect-repeated-attempt-visible[b-42vlslfv1s],
.components-reconnect-failed-visible[b-42vlslfv1s],
.components-pause-visible[b-42vlslfv1s],
.components-resume-failed-visible[b-42vlslfv1s],
.components-rejoining-animation[b-42vlslfv1s] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-42vlslfv1s],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-42vlslfv1s],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-42vlslfv1s],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-42vlslfv1s],
#components-reconnect-modal.components-reconnect-retrying[b-42vlslfv1s],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-42vlslfv1s],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-42vlslfv1s],
#components-reconnect-modal.components-reconnect-failed[b-42vlslfv1s],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-42vlslfv1s] {
    display: block;
}


#components-reconnect-modal[b-42vlslfv1s] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-42vlslfv1s 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-42vlslfv1s 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-42vlslfv1s 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-42vlslfv1s]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-42vlslfv1s 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-42vlslfv1s {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-42vlslfv1s {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-42vlslfv1s {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-42vlslfv1s] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-42vlslfv1s] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-42vlslfv1s] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-42vlslfv1s] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-42vlslfv1s] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-42vlslfv1s] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-42vlslfv1s] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-42vlslfv1s 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-42vlslfv1s] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-42vlslfv1s {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/ImportStatus.razor.rz.scp.css */
.import-status-container[b-98liu097u0] {
    padding: 2rem;
    max-width: 1400px;
    margin: 0 auto;
}

.import-status-container h1[b-98liu097u0] {
    color: #2c3e50;
    margin-bottom: 0.5rem;
}

.subtitle[b-98liu097u0] {
    color: #7f8c8d;
    font-size: 1.1rem;
    margin-bottom: 2rem;
}

/* Loading Spinner */
.loading-spinner[b-98liu097u0] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4rem;
}

.loading-spinner p[b-98liu097u0] {
    margin-top: 1rem;
    color: #7f8c8d;
}

/* Overall Status Banner */
.status-banner[b-98liu097u0] {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    padding: 1.5rem;
    margin-bottom: 2rem;
    border-radius: 12px;
    border-left: 5px solid;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.status-banner.alert-success[b-98liu097u0] {
    border-left-color: #28a745;
}

.status-banner.alert-warning[b-98liu097u0] {
    border-left-color: #ffc107;
}

.status-banner.alert-danger[b-98liu097u0] {
    border-left-color: #dc3545;
}

.status-banner.alert-info[b-98liu097u0] {
    border-left-color: #17a2b8;
}

.banner-icon[b-98liu097u0] {
    font-size: 3rem;
    line-height: 1;
    flex-shrink: 0;
}

.banner-content[b-98liu097u0] {
    flex: 1;
}

.banner-content strong[b-98liu097u0] {
    font-size: 1.25rem;
    display: block;
    margin-bottom: 0.25rem;
}

.banner-content p[b-98liu097u0] {
    margin: 0;
    opacity: 0.9;
}

/* Statistics Cards */
.stats-grid[b-98liu097u0] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.stat-card[b-98liu097u0] {
    background: white;
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    gap: 1rem;
    transition: transform 0.2s, box-shadow 0.2s;
}

.stat-card:hover[b-98liu097u0] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.stat-icon[b-98liu097u0] {
    font-size: 2.5rem;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.stat-card.success .stat-icon[b-98liu097u0] {
    background: #d4edda;
    color: #155724;
}

.stat-card.failed .stat-icon[b-98liu097u0] {
    background: #f8d7da;
    color: #721c24;
}

.stat-card.in-progress .stat-icon[b-98liu097u0] {
    background: #fff3cd;
    color: #856404;
}

.stat-card.total .stat-icon[b-98liu097u0] {
    background: #d1ecf1;
    color: #0c5460;
}

.stat-content[b-98liu097u0] {
    flex: 1;
}

.stat-value[b-98liu097u0] {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1;
}

.stat-card.success .stat-value[b-98liu097u0] {
    color: #28a745;
}

.stat-card.failed .stat-value[b-98liu097u0] {
    color: #dc3545;
}

.stat-card.in-progress .stat-value[b-98liu097u0] {
    color: #ffc107;
}

.stat-card.total .stat-value[b-98liu097u0] {
    color: #17a2b8;
}

.stat-label[b-98liu097u0] {
    color: #6c757d;
    font-size: 0.9rem;
    margin-top: 0.25rem;
}

/* Status Section */
.status-section[b-98liu097u0] {
    background: white;
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 2rem;
}

.section-header[b-98liu097u0] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
}

.status-section h2[b-98liu097u0] {
    color: #2c3e50;
    font-size: 1.5rem;
    margin: 0;
}

.refresh-icon[b-98liu097u0] {
    display: inline-block;
    transition: transform 0.3s;
}

.btn:active .refresh-icon[b-98liu097u0] {
    transform: rotate(180deg);
}

/* Status Badges */
.status-badge[b-98liu097u0] {
    display: inline-block;
    padding: 0.35rem 0.75rem;
    border-radius: 20px;
    font-size: 0.875rem;
    font-weight: 500;
}

.status-badge.success[b-98liu097u0] {
    background: #d4edda;
    color: #155724;
}

.status-badge.failed[b-98liu097u0] {
    background: #f8d7da;
    color: #721c24;
}

.status-badge.inprogress[b-98liu097u0] {
    background: #fff3cd;
    color: #856404;
}

/* Import Mode Badges */
.import-mode-badge[b-98liu097u0] {
    display: inline-block;
    padding: 0.35rem 0.75rem;
    border-radius: 20px;
    font-size: 0.875rem;
    font-weight: 500;
}

.import-mode-badge.incremental[b-98liu097u0] {
    background: #cce5ff;
    color: #004085;
    border: 1px solid #b8daff;
}

.import-mode-badge.incremental-datetime[b-98liu097u0] {
    background: #cce5ff;
    color: #004085;
    border: 1px solid #b8daff;
}

.import-mode-badge.incremental-recid[b-98liu097u0] {
    background: #fff3cd;
    color: #856404;
    border: 1px solid #ffeaa7;
}

.import-mode-badge.fullrefresh[b-98liu097u0] {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

.import-mode-badge.small[b-98liu097u0] {
    font-size: 0.75rem;
    padding: 0.25rem 0.5rem;
}

/* Import Mode Information Section */
.import-mode-info[b-98liu097u0] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
    margin-top: 1rem;
}

.mode-info-item[b-98liu097u0] {
    padding: 1rem;
    background: #f8f9fa;
    border-radius: 8px;
    border-left: 4px solid #007bff;
}

.mode-info-item p[b-98liu097u0] {
    margin: 0.5rem 0 0 0;
    color: #6c757d;
    font-size: 0.9rem;
    line-height: 1.5;
}

/* Record Breakdown Display */
.record-breakdown[b-98liu097u0] {
    display: flex;
    flex-direction: column;
}

.total-records[b-98liu097u0] {
    font-weight: 600;
    color: #2c3e50;
}

.record-breakdown small[b-98liu097u0] {
    font-size: 0.75rem;
    margin-top: 0.25rem;
}

/* Table Styles */
.table-responsive[b-98liu097u0] {
    overflow-x: auto;
}

.table[b-98liu097u0] {
    margin-bottom: 0;
}

.table thead th[b-98liu097u0] {
    background: #f8f9fa;
    color: #495057;
    font-weight: 600;
    border-bottom: 2px solid #dee2e6;
}

.error-message[b-98liu097u0] {
    color: #dc3545;
    font-size: 0.875rem;
    cursor: help;
}

/* Activity List */
.activity-list[b-98liu097u0] {
    max-height: fit-content;
    /*overflow-y: auto;*/
}

.activity-item[b-98liu097u0] {
    padding: 1rem;
    border-left: 4px solid #dee2e6;
    margin-bottom: 0.75rem;
    background: #f8f9fa;
    border-radius: 4px;
    transition: all 0.2s;
}

.activity-item:hover[b-98liu097u0] {
    background: #e9ecef;
    transform: translateX(4px);
}

.activity-item.success[b-98liu097u0] {
    border-left-color: #28a745;
}

.activity-item.failed[b-98liu097u0] {
    border-left-color: #dc3545;
}

.activity-item.inprogress[b-98liu097u0] {
    border-left-color: #ffc107;
}

.activity-time[b-98liu097u0] {
    font-size: 0.875rem;
    color: #6c757d;
    margin-bottom: 0.25rem;
}

.activity-content[b-98liu097u0] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.activity-detail[b-98liu097u0] {
    color: #6c757d;
    font-size: 0.9rem;
}

.activity-detail.error[b-98liu097u0] {
    color: #dc3545;
}

/* Responsive Design */
@media (max-width: 768px) {
    .import-status-container[b-98liu097u0] {
        padding: 1rem;
    }

    .stats-grid[b-98liu097u0] {
        grid-template-columns: 1fr;
    }

    .section-header[b-98liu097u0] {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }

    .table[b-98liu097u0] {
        font-size: 0.875rem;
    }
    
    .import-mode-info[b-98liu097u0] {
        grid-template-columns: 1fr;
    }
    
    .status-banner[b-98liu097u0] {
        flex-direction: column;
        text-align: center;
    }
    
    .banner-icon[b-98liu097u0] {
        font-size: 2.5rem;
    }
}
