/**
 * ==========================================================================
 * MultiPress Reading Progress
 * ==========================================================================
 */

.mp-reading-progress{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:4px;
    background:rgba(0,0,0,.08);
    z-index:99999;
}

.mp-reading-progress__bar{
    width:0;
    height:100%;
    background:linear-gradient(90deg,#16a34a,#2563eb);
    transition:width .08s linear;
}
