/**
 * ==========================================================
 * Reading Progress Indicator
 * ==========================================================
 */

#ig-journal-reading-progress {
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    height: 4px;
    border-radius: 0 4px 4px 0;
    background: #de3441;
    z-index: 999999;
    transition: width .08s linear;
}