#nprogress .bar{
    background: hsl(138, 100%, 45%) !important;
    position: fixed !important;
    z-index: 999999999 !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 2px !important;
}
#nprogress .spinner {
    display: block !important;
    position: fixed !important;
    z-index: 999999999 !important;
    top: 15px !important;
    right: 15px !important;
}