.progress-container {
    width: 100%;
    height: 2px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
}

.progress-bar {
    height: 2px;
    background: #ffffff;
    width: 0%;
}
