.top-progress-container {
  width: 100%;
  background-color: transparent;
  height: 3px;
  display: block;
}
.top-progress-bar {
  background-color: red;
  width: 0%;
  display: block;
  height: inherit;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 9999;
}