
.progress-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #ccc;
    z-index: 1000;
  }
  
  .progress-bar {
    height: 100%;
    width: 0;
    background-color: #6c0017cd;
    transition: width 0.2s;
  }
  