.progress-container {
    position: absolute;
    z-index: 9999999999999999999;
    width: 100%;
    height: 10px;
}
.fixed_header {
    top: 0;
    position: fixed;
    left: 0;
    right: 0;
    margin: 0 auto;
}