/* nprogress.css */
#nprogress {
    pointer-events: none;
}

#nprogress .bar {
    background: #00ff66;
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
}

#nprogress .peg {
    display: block;
    position: absolute;
    right: 0px;
    width: 100px;
    height: 100%;
    box-shadow: 0 0 10px #00ff66, 0 0 5px #00ff66;
    opacity: 1.0;
    transform: rotate(3deg) translate(0px, -4px);
}