.Layout__twoColumn {
display: flex;
flex-direction: row-reverse;
}

:root{
  --color-brand: #016ff0 !important
}

.Readingprogress__progressBar {
    height: 4px;
    transition: all .2s;
    background: linear-gradient(90deg, #19243b 36%, #016ff0 75.89%);
    box-shadow: rgba(0, 0, 0, 0.24) 0 8px 18px;
    border-radius: 0 5px 5px 0;
}
