/* Make clicks pass-through */
#nprogress {
  pointer-events: block;
}
  
#nprogress .bar {
  background: #2980b9;  
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;  
  width: 100%;
  height: 3px;
}
  
  