#swtool-progress-bar {
    position: fixed;
    top: 0;
    left: 0;
    height: 3px;
    width: 0;
    background: #0073aa;
    z-index: 9999;
    transition: width 0.3s ease;
}

#swtool-progress-bar.complete {
    opacity: 0;
    transition: opacity 0.5s ease;
}