#progress-container {

    position: fixed;

    top: 64px;

    width: 100%;

    height: 5px;

    background-color: #f3f3f3;

    z-index: 1000;

}



#progress-bar {

    width: 0%;

    height: 100%;

    background-color: #4caf50;

}