/* Make clicks pass-through */
#nprogress .bar {
    background: #72c02c;
    height: 4px;
}

/* Fancy blur effect */
#nprogress .peg {
    box-shadow: 0 0 10px #72c02c, 0 0 5px #72c02c;
}

/* Remove these to get rid of the spinner */
#nprogress .spinner {
    right: initial;
    left: 15px;
}

#nprogress .spinner-icon {
    width: 22px;
    height: 22px;
    border: solid 4px transparent;
    border-top-color: #72c02c;
    border-left-color: #72c02c;
}
