﻿/* Progress bar styling - scoped to our dialog only */
.process-action-progress-bar .progress {
    position: relative !important;
    height: 24px !important;
    border-radius: 4px !important;
    display: flex !important;
    margin: 8px 0 !important;
    background-color: var(--bs-secondary-bg, rgba(0, 0, 0, 0.1)) !important;
}

/* Fluent theme - blue progress bar */
.dxbl-theme-fluent .process-action-progress-bar .progress-bar {
    background-color: #0078d4 !important;
}

/* Percentage text */
.process-action-progress-bar .percentage {
    position: absolute !important;
    z-index: 10 !important;
    text-align: center !important;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-weight: 500 !important;
    font-size: 0.875rem !important;
}

/* Modal backgrounds use theme colors */
.dxbl-modal-content {
    background-color: var(--bs-body-bg) !important;
    color: var(--bs-body-color) !important;
}

.text-muted {
    color: var(--bs-secondary-color, #6c757d) !important;
    opacity: 1 !important;
    font-weight: 500 !important;
}
