.loading-main{background:rgba(0,0,0,.8);width:100%;height:100%;position:absolute;z-index:100000000}.loading-container{position:absolute;left:50%;top:50%;width:3.25em;-webkit-transform-origin:center;transform-origin:center;-webkit-animation:rotate4 2s linear infinite;animation:rotate4 2s linear infinite}.loading-loader{fill:none;stroke:#106ee8;stroke-width:10;stroke-dasharray:2,200;stroke-dashoffset:0;stroke-linecap:round;-webkit-animation:dash4 1.5s ease-in-out infinite;animation:dash4 1.5s ease-in-out infinite}@-webkit-keyframes rotate4{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes rotate4{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-keyframes dash4{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:90,200;stroke-dashoffset:-35px}to{stroke-dashoffset:-125px}}@keyframes dash4{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:90,200;stroke-dashoffset:-35px}to{stroke-dashoffset:-125px}}