.u-progress{overflow:hidden;height:20px;margin-bottom:20px;background-color:#f5f5f5;border-radius:3px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}.u-progress-bar{float:left;width:0;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#f53c32;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-transition:width .6s ease;transition:width .6s ease}.u-progress.sm{height:10px}.u-progress.sm .u-progress-bar{line-height:10px}.u-progress.sm .u-progress-label{font-size:10px}.u-progress.xs{height:5px;width:170px;margin-left:32px}.u-progress.xs .u-progress-label{left:0;color:#000;position:absolute;font-size:10px;line-height:8px}.u-progress-bar-success{background-color:#4caf50}.u-progress-bar-warning{background-color:#ff9800}.u-progress-bar-danger{background-color:#f44336}.u-progress-bar-info{background-color:#00bcd4}.u-progress-bar-primary{background-color:#f53c32}.u-progress-bar-dark{background-color:#616161}.u-progress-bar-striped,.u-progress-striped .u-progress-bar{background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);background-size:40px 40px}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0}.u-progress-bar.active,.u-progress.active .u-progress-bar{-webkit-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}@-webkit-keyframes progress-bar-stripes{0%{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{0%{background-position:40px 0}to{background-position:0 0}}#nprogress{pointer-events:none}#nprogress .bar{position:fixed;z-index:1;top:0;left:0;width:100%;border-width:3px 0 0;border-top-style:solid;-o-border-image:linear-gradient(139deg,#fb8817,#ff4b01,#c12127,#e02aff) 3;border-image:linear-gradient(139deg,#fb8817,#ff4b01,#c12127,#e02aff) 3}#nprogress .peg{display:block;position:absolute;right:0;width:100px;height:100%;-webkit-box-shadow:0 0 10px #29d,0 0 5px #29d;box-shadow:0 0 10px #29d,0 0 5px #29d;opacity:1;-webkit-transform:rotate(3deg) translateY(-4px);transform:rotate(3deg) translateY(-4px)}#nprogress .spinner{display:block;position:fixed;z-index:1;top:15px;right:15px}#nprogress .spinner-icon{width:18px;height:18px;-webkit-box-sizing:border-box;box-sizing:border-box;border:2px solid transparent;border-top-color:#29d;border-left-color:#29d;border-radius:50%;-webkit-animation:nprogress-spinner .4s linear infinite;animation:nprogress-spinner .4s linear infinite}.nprogress-custom-parent{overflow:hidden;position:relative}.nprogress-custom-parent #nprogress .bar,.nprogress-custom-parent #nprogress .spinner{position:absolute}@-webkit-keyframes nprogress-spinner{0%{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(1turn)}}@keyframes nprogress-spinner{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}