.header {
  position: fixed;
  top: 0;
  z-index: 1;
  width: 100%;
  background-color: #000000;
}

.progress-container {
  width: 100%;
  height: 3px;
  background: rgba(204,204,204,0.05);
}

.progress-bar {
  height: 3px;
  background: #fa7900;
  width: 0%;
  z-index: 9999999 !important;
}

