.ert-progress {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;

    /* Progress bar container for Firefox/IE10+ */
    background-color: #800080;

    /* Progress bar value for IE10+ */
    color: #800080;
}

/* Firefox progress color */
progress.ert-progress::-moz-progress-bar {
    background-color: #800080;
}

/* Chrome and Safari progress color */
progress.ert-progress::-webkit-progress-value {
    background-color: #800080;
}

.ert-progress-container {
    position: fixed;
    bottom: -10px;
    left: 0;
    color: #000000;
    mix-blend-mode: hard-light;
    text-align: center;
    width: 100%;
    z-index: 9999;
}

.ert-progress-container label {
    position: relative;
    /*z-index: 1;*/
    mix-blend-mode: difference;
    color: #000;
}

.reading-time {
    color: #800080;
}