#nprogress{pointer-events:none}#nprogress .bar{overflow:hidden;position:fixed;z-index:1031;top:0;left:0;width:100%;height:2px;background:rgba(255,255,255,.65)}#nprogress .peg,.nprogress-custom-parent #nprogress .bar,.nprogress-custom-parent #nprogress .spinner{position:absolute}#nprogress .peg{display:block;right:0;width:100px;height:100%;box-shadow:0 0 10px #fff,0 0 5px #fff;opacity:1;-webkit-transform:rotate(3deg) translate(0,-4px);-ms-transform:rotate(3deg) translate(0,-4px);transform:rotate(3deg) translate(0,-4px)}#nprogress .spinner{opacity:.5;display:block;position:fixed;z-index:1031;top:7px;right:10px;height:35px;width:35px;line-height:35px}#nprogress .spinner-icon{width:25px;height:25px;margin:7px auto;box-sizing:border-box;border:2px solid transparent;border-radius:50%;-webkit-animation:.4s linear infinite nprogress-spinner;animation:.4s linear infinite nprogress-spinner;border-top-color:rgba(255,255,255,.65);border-left-color:rgba(255,255,255,.65)}.nprogress-custom-parent{overflow:hidden;position:relative}@-webkit-keyframes nprogress-spinner{0%{-webkit-transform:rotate(0)}100%{-webkit-transform:rotate(360deg)}}@keyframes nprogress-spinner{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}body.player-position-bottom #nprogress .spinner{bottom:0;top:auto}.lighter #nprogress .spinner-icon{border-top-color:rgba(0,0,0,.65);border-left-color:rgba(0,0,0,.65)}.lighter #nprogress .bar{background:rgba(0,0,0,.65)}