/*  NPROGRESS */
#nprogress .bar {
    height: 3px;
    background: #0190fe;
}

#nprogress .spinner {
    width: 10.76rem;
    padding: 0.61rem 1.15rem;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #e4e9f0;
    right: auto;
    left: 50%;
    top: 1rem;
    margin-left: -5.62rem;
}

#nprogress .spinner:after {
    content: 'Loading...';
    display: inline-block;
    position: absolute;
    top: 0.53rem;
    left: 3.69rem;
}

#nprogress .spinner-icon {
    border-top-color: #0190fe;
    border-left-color: #0190fe;
}
