.loading::after,.loading::before{content:""}#loading{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#fff;position:absolute;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;left:0;bottom:0;right:0;top:0;z-index:1000px;-webkit-transition:opacity 1s;transition:opacity 1s}.loading,.loading::after,.loading::before{position:absolute;top:50%;left:50%;border:1px solid rgba(44,171,255,0);border-left-color:rgba(44,171,255,1);-webkit-border-radius:999px;-moz-border-radius:999px;border-radius:999px}.loading{margin:-25px 0 0 -25px;height:50px;width:50px;-webkit-animation:animation-rotate 1s linear infinite;-moz-animation:animation-rotate 1s linear infinite;-o-animation:animation-rotate 1s linear infinite;animation:animation-rotate 1s linear infinite}.loading::before{margin:-23px 0 0 -23px;height:44px;width:44px;-webkit-animation:animation-rotate 1s linear infinite;-moz-animation:animation-rotate 1s linear infinite;-o-animation:animation-rotate 1s linear infinite;animation:animation-rotate 1s linear infinite}.loading::after{margin:-29px 0 0 -29px;height:56px;width:56px;-webkit-animation:animation-rotate 2s linear infinite;-moz-animation:animation-rotate 2s linear infinite;-o-animation:animation-rotate 2s linear infinite;animation:animation-rotate 2s linear infinite}@-webkit-keyframes animation-rotate{100%{-webkit-transform:rotate(360deg)}}@-moz-keyframes animation-rotate{100%{-moz-transform:rotate(360deg)}}@-o-keyframes animation-rotate{100%{-o-transform:rotate(360deg)}}@keyframes animation-rotate{100%{transform:rotate(360deg)}}