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

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