

/* Make clicks pass-through */
#nprogress {
    pointer-events: none;

    .bar {
        border-top: 1px solid #596f04;
        background: #fbfbfb;
        position: fixed;
        z-index: 1031;
        top: 0;
        left: 0;
        width: 100%;
        height: 4px;
        -webkit-transform: translateZ(0);
        -ms-transform: translateZ(0);
        transform: translateZ(0);
    }
}

.devpage #nprogress .bar {
    top:40px;
}

.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}

.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}
