/**
 * @file
 * NProgress customizations for Cahoot.
 */

/* Cahoot orange progress bar */
#nprogress .bar {
  background: linear-gradient(90deg, #E8893F, #F89B4D);
  height: 4px;
}

/* Glow effect */
#nprogress .peg {
  box-shadow: 0 0 10px #E8893F, 0 0 5px #E8893F;
}

/* Higher z-index to appear above sidebar */
#nprogress {
  z-index: 100001;
}
