
.htmega-rpbar-wrap {
    position: fixed;
    top: auto;
    left: 0;
    height: 4px;
    width: 100%;
    background-color: transparent;
    z-index: 999999;
    bottom:auto;
}
.htmega-reading-progress-bar {
    width: 0;
    height: 100%;
    background-color: #D43A6B;
    transition: width 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
body{
    height: auto!important;
}