#rpbp-progress-bar {
    position: fixed;
    top: 0;
    left: 0;
    height: 5px;
    width: 0%;
    z-index: 9999;
    transition: width 0.25s ease-out;
}
