
#nprogress .bar {
  background: rgb(8, 71, 187) !important;
}

#nprogress .peg {
  box-shadow: 0 0 10px rgb(8, 71, 187), 0 0 5px rgb(8, 71, 187) !important;
}

#nprogress .spinner-icon {
  border-top-color: rgb(8, 71, 187) !important;
  border-left-color: rgb(8, 71, 187) !important;
}