#block-progressbarblock {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
}

.progress-container {
  width: 100%;
  height: 8px;
  background: #f1f1f1;
  position: fixed;
  z-index: 9999;
}

.progress-bar {
  height: 100%;
  background: linear-gradient(to right,#5d7b9a 0%,#00a2b8 100%);
  width: 0%;
}

.fluid-header {
  margin-top: 8px !important;
}
