#dashboardContent{
    background-color: none
}




















/* ==================== GRADIENTS ==================== */
.est-gradient-primary { background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%); }
.est-gradient-success { background: linear-gradient(135deg, #10b981 0%, #059669 100%); }
.est-gradient-danger { background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%); }
.est-gradient-warning { background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%); }
.est-gradient-purple { background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%); }
.est-gradient-slate { background: linear-gradient(135deg, #475569 0%, #64748b 100%); }
.est-gradient-dark-blue { background: linear-gradient(135deg, #1e40af 0%, #1e3a8a 100%); }
.est-gradient-light-bg { background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%); }
.est-gradient-lighter-bg { background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%); }
.est-gradient-disabled { background: linear-gradient(135deg, #e2e8f0 0%, #e2e8f0 100%); }

/* ==================== BUTTONS ==================== */
.est-btn-base {
    border: none;
    padding: 12px 24px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.2s;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    color: #374151;
}
.est-btn-small { padding: 8px 12px; font-size: 11px; }
.est-btn-medium { padding: 10px 16px; font-size: 11px; }
.est-btn-primary { box-shadow: 0 4px 6px rgba(59, 130, 246, 0.3); }

.est-btn-success { background:rgba(16, 185, 129, 0.1); color:#10b981;}

.est-btn-danger { background:rgba(239, 68, 68, 0.1); color:#ef4444;}

.est-btn-copy{background:rgba(6, 182, 212, 0.1); color:#06b6d4;}


.est-btn-warning { background:rgba(245, 158, 11, 0.1); color:#f59e0b; }
.est-btn-purple { box-shadow: 0 4px 6px rgba(139, 92, 246, 0.3); }

.est-btn-dark-blue {background:rgba(59, 130, 246, 0.1); color:#3b82f6; }

.est-btn-icon { display: flex; align-items: center; gap: 6px; font-size: 12px;}
.est-btn-disabled { cursor: not-allowed; opacity: 0.5; }
.est-btn-show-more { background: linear-gradient(135deg, #6366f1 0%, #4f46e5 100%); color: white; }

/* ==================== INPUTS ==================== */
.est-input-base {
    width: 100%;
    padding: 12px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 500;
    transition: all 0.2s;
    text-align: center;
}
.est-input-success { border: 2px solid #10b981; background: white; color: #0f172a; box-shadow: 0 1px 3px rgba(16, 185, 129, 0.1); }
.est-input-danger { border: 2px solid #dc2626; background: white; color: #0f172a; box-shadow: 0 1px 3px rgba(220, 38, 38, 0.1); }
.est-input-primary { border: 2px solid #3b82f6; background: white; color: #0f172a; box-shadow: 0 1px 3px rgba(59, 130, 246, 0.1); }
.est-input-disabled { border: 2px solid #d1d5db; background: #f8fafc; color: #9ca3af; cursor: not-allowed; }
.est-input-readonly { border: 2px solid #e2e8f0; background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%); color: #475569; font-weight: 600; }
.est-input-revision { border: 2px solid #0f172a; background: #f8fafc; color: #0f172a; box-shadow: 0 1px 3px rgba(139, 92, 246, 0.1); cursor: default; }

/* ==================== CARDS ==================== */
.est-card {
    background: white;
    border-radius: 16px;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    overflow: hidden;
    border: 1px solid #e2e8f0;
}
.est-card-small { border-radius: 12px; box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1); }
.est-card-header {
    padding: 20px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e2e8f0;
}
.est-card-title { color: white; font-size: 20px; font-weight: 700; margin: 0; }
.est-card-footer {
    padding: 20px 24px;
    background: #f8fafc;
    border-top: 1px solid #e2e8f0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* ==================== BADGES ==================== */
.est-badge {
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 600;
    display: inline-block;
    letter-spacing: 0.5px;
}
.est-badge-light { background: rgba(255, 255, 255, 0.2); color: white; }
.est-badge-info { background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%); color: #475569; border: 2px solid #e2e8f0; padding: 8px 16px; }

.est-voided-badge {
    margin-left: 8px;
    background: #fee2e2;
    color: #dc2626;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-decoration: none;
}


/* ==================== general ==================== */
    
.est-description-cell {
    color: #475569;
    line-height: 1.5;
    max-width: 250px;
    word-wrap: break-word;
}

.est-discipline-cell {
    font-weight: 600;
    color: #1e293b;
}


.est-likelihood-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.est-likelihood-label {
    font-weight: 600;
    font-size: 12px;
}


.est-attachment-link {
    color: #3b82f6;
    text-decoration: none;
    font-weight: 600;
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.2s;
}

.est-attachment-link:hover {
    color: #2563eb;
    text-decoration: underline;
}

.est-attachment-icon {
    font-size: 16px;
}


.est-no-actions {
    color: #9ca3af;
    font-style: italic;
    font-size: 13px;
}

.est-table-text{
    color: rgb(71, 85, 105); 
    font-size: 13px; 
    font-weight: 500;
}

.est-status-label {
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
}


/* ==================== STATUS ==================== */
.est-status-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
}
.est-status-dot-success { background: #10b981; box-shadow: 0 0 0 4px rgba(16, 185, 129, 0.2); }
.est-status-dot-danger { background: #ef4444; box-shadow: 0 0 0 4px rgba(239, 68, 68, 0.2); }
.est-status-dot-slate { background: #64748b; box-shadow: 0 0 0 4px rgba(100, 116, 139, 0.2); }
.est-status-message {
    color: #64748b;
    font-size: 12px;
    padding: 8px 12px;
    border-radius: 6px;
    font-weight: 600;
}
.est-status-message-success { color: #10b981; background: rgba(16, 185, 129, 0.1); border: 1px solid rgba(16, 185, 129, 0.2); }
.est-status-message-danger { color: #ef4444; background: rgba(239, 68, 68, 0.1); border: 1px solid rgba(239, 68, 68, 0.2); }

/* ==================== TABLE ==================== */
.est-table-header {
    background: #475569;
    color: white;
    padding: 20px 16px;
    text-align: center;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.5px;
    border-right: 3px solid #64748b;
}
.est-table-header-small { padding: 16px 12px; font-size: 11px; font-weight: 600; }
.est-table-row-even { background: #ffffff; }
.est-table-row-odd { background: #f8fafc; }
.est-table-cell { padding: 16px 12px; border-right: 1px solid #e2e8f0; font-size: 13px; }
.est-table-cell-gradient { background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%); width:23%; }

/* ==================== MARKERS ==================== */
.est-discipline-marker {
    width: 4px;
    height: 24px;
    border-radius: 2px;
}
.est-discipline-marker-primary { background: linear-gradient(135deg, #3b82f6, #2563eb); }
.est-discipline-marker-success { background: linear-gradient(135deg, #10b981, #059669); }
.est-discipline-marker-danger { background: linear-gradient(135deg, #ef4444, #dc2626); }

/* ==================== EMPTY STATES ==================== */
.est-empty-state {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
    border-radius: 12px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}
.est-empty-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    font-size: 40px;
    color: white;
}
.est-empty-icon-primary { box-shadow: 0 10px 25px rgba(59, 130, 246, 0.3); }
.est-empty-icon-purple { box-shadow: 0 10px 25px rgba(139, 92, 246, 0.3); }
.est-empty-icon-danger { box-shadow: 0 10px 25px rgba(239, 68, 68, 0.3); }
.est-empty-icon-success { box-shadow: 0 10px 25px rgba(16, 185, 129, 0.3); }
.est-empty-title { color: #1e293b; font-size: 24px; font-weight: 600; margin-bottom: 12px; text-align: center; }
.est-empty-text { color: #64748b; font-size: 16px; text-align: center; max-width: 400px; line-height: 1.6; }

/* ==================== SELECT ==================== */
.est-select {
    background: white;
    border-radius: 6px;
    padding: 8px 12px;
    font-size: 14px;
    color: #374151;
    font-weight: 600;
    min-width: 120px;
    cursor: pointer;
}
.est-select-small { padding: 6px 10px; font-size: 13px; }

/* ==================== UTILITIES ==================== */
.est-flex { display: flex; }
.est-flex-center { display: flex; align-items: center; justify-content: center; }
.est-flex-between { display: flex; justify-content: space-between; align-items: center; }
.est-items-center { align-items: center; }
.est-gap-6 { gap: 6px; }
.est-gap-8 { gap: 8px; }
.est-gap-12 { gap: 12px; }
.est-gap-16 { gap: 16px; }
.est-rounded { border-radius: 8px; }
.est-rounded-lg { border-radius: 12px; }
.est-rounded-xl { border-radius: 16px; }
.est-m-0 { margin: 0; }
.est-p-16 { padding: 16px; }
.est-p-20 { padding: 20px; }
.est-text-center { text-align: center; }
.est-w-full { width: 100%; }
.est-border { border: 1px solid #e2e8f0; }

/* ==================== NEW CLASSES ==================== */
.est-header-container {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: flex-end;
}

.est-revision-selector-container {
    display: flex;
    gap: 8px;
    align-items: center;
    padding: 8px 16px;
    border-radius: 8px;
}

.est-revision-label {
    color: white;
    font-weight: 600;
}

.est-title-container {
    display: flex;
    gap: 12px;
    align-items: center;
}

.est-subtitle {
    color: #cbd5e1;
    margin: 8px 0 0 20px;
    font-size: 14px;
}

.est-table-container {
    overflow-x: hidden;
}

.est-table-base {
    border-collapse: collapse;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.est-sticky-left-0 {
    position: sticky;
    left: 0;
    z-index: 10;
    box-shadow: 2px 0 4px rgba(0,0,0,0.1);
}

.est-sticky-left-140 {
    position: sticky;
    left: 140px;
    z-index: 10;
    box-shadow: 2px 0 4px rgba(0,0,0,0.1);
}

.est-border-bottom-thick {
    border-bottom: 3px solid #64748b;
}

.est-header-small-text {
    font-size: 9px;
    margin-top: 4px;
    color: #cbd5e1;
    font-weight: 500;
}

.est-input-position-relative {
    position: relative;
    padding: 12px 45px 12px 12px;
}

.est-difference-indicator {
    position: absolute;
    top: 6px;
    right: 6px;
    font-size: 10px;
    font-weight: 700;
    padding: 4px 6px;
    border-radius: 6px;
    min-width: 24px;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.est-percentage-badge {
    position: absolute;
    top: 6px;
    right: 6px;
    font-size: 10px;
    font-weight: 700;
    padding: 4px 8px;
    border-radius: 6px;
    color: white;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.est-download-container {
    display: flex;
    gap: 12px;
    justify-content: flex-end;
    margin-bottom: 16px;
    padding: 12px 0;
}

.est-section-header {
    padding: 20px 24px;
    border-bottom: 2px solid #e9ecef;
}

.est-section-title {
    font-size: 16px;
    font-weight: 600;
    color: #2c3e50;
    margin: 0;
}

.est-section-total {
    font-size: 14px;
    color: #666;
    font-weight: 600;
}

.est-grid-2col {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 0;
}

.est-border-right {
    border-right: 1px solid #e9ecef;
    padding: 0;
}

.est-padding-0 {
    padding: 0;
}

.est-input-width-75 {
    width: 75%;
    padding: 12px 35px 12px 12px;
}

.est-input-centered {
    width: 75%;
    padding: 8px 12px;
}

.est-records-info-bar {
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    border-radius: 8px;
    padding: 16px;
    border: 1px solid #e2e8f0;
    margin-bottom: 16px;
}

.est-records-count {
    color: #475569;
    font-size: 14px;
    font-weight: 600;
}

.est-filtered-badge {
    color: #3b82f6;
    font-weight: 700;
    margin-left: 8px;
}

.est-records-per-page-container {
    display: flex;
    gap: 8px;
    align-items: center;
}

.est-records-label {
    color: #64748b;
    font-size: 13px;
    font-weight: 600;
}

.est-header-filter {
    width: 100%;
    background: rgba(255,255,255,0.15);
    border: 1px solid rgba(255,255,255,0.3);
    border-radius: 6px;
    padding: 6px 8px;
    font-size: 11px;
    color: white;
    font-weight: 600;
    cursor: pointer;
}

.est-header-filter option {
    background: #475569;
    color: white;
}

.est-header-filter-container {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
}

.est-pagination-container {
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    border-radius: 8px;
    padding: 20px;
    border: 1px solid #e2e8f0;
    margin-top: 16px;
}

.est-page-number {
    border-radius: 8px;
    padding: 8px 14px;
    font-size: 13px;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.2s;
    min-width: 40px;
}

.est-page-number-active {
    background: linear-gradient(135deg, #8b5cf6, #7c3aed);
    color: white;
    border: 2px solid #8b5cf6;
}

.est-page-number-inactive {
    background: white;
    color: #475569;
    border: 2px solid #e2e8f0;
}

.est-page-info {
    margin: 0 12px;
    color: #64748b;
    font-size: 13px;
    font-weight: 600;
}

.est-min-width-140 { min-width: 140px; }
.est-min-width-120 { min-width: 120px; }
.est-min-width-150 { min-width: 150px; }
.est-min-width-180 { min-width: 180px; }
.est-min-width-200 { min-width: 200px; }
.est-min-width-240 { min-width: 240px; }
.est-min-width-250 { min-width: 250px; }

.est-border-bottom-row {
    border-bottom: 1px solid #e2e8f0;
    transition: all 0.2s;
}

.est-voided-row {
    background: #fef2f2;
    border-bottom: 2px solid #fca5a5;
    border-left: 4px solid #ef4444;
}

.est-row-strikethrough {
    text-decoration: line-through;
}

.est-likelihood-indicator {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.est-textarea-remarks {
    width: 95%;
    min-height: 40px;
    padding: 8px 12px;
    border-radius: 8px;
    font-size: 13px;
    resize: vertical;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.est-char-count {
    display: block;
    text-align: right;
    color: #666;
    font-size: 11px;
    margin-top: 4px;
    padding-right: 2.5%;
}

.est-table-border-collapsed {
    border-collapse: collapse;
}

.est-empty-state-icon {
    width: 60px;
    height: 60px;
    background: #0ea5e9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.est-empty-state-icon-text {
    font-size: 30px;
    color: white;
}

.est-empty-state-title-blue {
    color: #0284c7;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
    text-align: center;
}

.est-empty-state-text-blue {
    color: #0369a1;
    font-size: 14px;
    text-align: center;
    max-width: 400px;
    line-height: 1.5;
}

.est-empty-state-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
    border-radius: 12px;
    border: 1px solid #bae6fd;
    margin: 24px;
}





















.voided-item {
    opacity: 0.6;
    background-color: #fee2e2;
    border-left: 3px solid #ef4444;
    padding-left: 10px;
    margin-bottom: 10px;
}

.voided-input {
    background-color: #fef2f2 !important;
    cursor: not-allowed !important;
    opacity: 0.7;
}

.voided-badge-edit {
    display: inline-block;
    padding: 4px 12px;
    background-color: #ef4444;
    color: white;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.assumption-action-btn:disabled,
.exclusion-action-btn:disabled {
    opacity: 0.3;
    cursor: not-allowed;
    pointer-events: none;
}
