.progress_bar {
    height: 2px;
    background-color: #155bd4;
    position: fixed;
    left: 0;
    top: 0;
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    transition: all .1s ease
}