.progress-container {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 9999;
}

.progress-bar {
    width: 0%;
    height: 4px;
    background-color: #4caf50;
}
