/**
 * @package    Joomla - Reading time
 * @version    1.1.0
 * @author     Artem Vasilev - webmasterskaya.xyz
 * @copyright  Copyright (c) 2018 - 2020 Webmasterskaya. All rights reserved.
 * @license    GNU/GPL license: https://www.gnu.org/copyleft/gpl.html
 * @link       https://webmasterskaya.xyz/
 */

.reading-time-progress{
    display: none;
    height: 10px;
    background: #555;
    padding: 0;
    box-shadow: inset 0 -1px 1px rgba(255,255,255,0.3);
    position: fixed;
    left: 0;
    right: 0;
}
.reading-time-progress > span {
    display: block;
    height: 100%;
    background-color: #4bdd5b;
    box-shadow:
            inset 0 2px 9px  rgba(255,255,255,0.3),
            inset 0 -2px 6px rgba(0,0,0,0.4);
    position: relative;
    overflow: hidden;
}