.progress_bar_container {
    position: fixed;
    z-index: 999999999999999;
    top: 0;
    left: 0;
    width: 100%;
}
.progress_bar_container .progress {
    height: 0.25em;
    width: 0;
    background-color: #E32929;
    border-radius: 0 0.125em 0.125em 0;
}