.catalogExportProgressWrapper {
    width: 100%;
    padding: 12px 0 4px 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.catalogExportProgressLabel {
    font-size: 14px;
    color: #444;
    text-align: right;
    direction: rtl;
}

.catalogExportProgressBarOuter {
    width: 100%;
    height: 18px;
    background-color: #e0e0e0;
    border-radius: 9px;
    overflow: hidden;
}

.catalogExportProgressBarInner {
    height: 100%;
    width: 0%;
    background-color: #0287DE;
    border-radius: 9px;
    transition: width 0.4s ease;
}