.loading-bar {
  background: #29d;
  border-bottom-right-radius: 1px;
  border-top-right-radius: 1px;
  height: 2px;
  position: fixed;
  top: 0;
  transition: width 350ms;
  z-index: 9000;
}