#dm-progress-bar { 
    position: fixed; 
    left: 0; 
    width: 0; 
    transition: width 0.1s ease-out; 
    z-index: 999999; 
    pointer-events: none;
    /* Color and Height are now handled by Inline Styles via PHP */
} 

.dm-progress-top { top: 0; } 
.dm-progress-bottom { bottom: 0; } 
.dm-progress-under-header { position: absolute; bottom: 0; left: 0; }