@-webkit-keyframes loader{0%,10%,100%{width:80px;height:80px}65%{width:150px;height:150px}}@keyframes loader{0%,10%,100%{width:80px;height:80px}65%{width:150px;height:150px}}@-webkit-keyframes loaderBlock{0%,30%{transform:rotate(0)}55%{background-color:#7107f7}100%{transform:rotate(90deg)}}@keyframes loaderBlock{0%,30%{transform:rotate(0)}55%{background-color:#7107f7}100%{transform:rotate(90deg)}}@-webkit-keyframes loaderBlockInverse{0%,20%{transform:rotate(0)}55%{background-color:#7107f7}100%{transform:rotate(-90deg)}}@keyframes loaderBlockInverse{0%,20%{transform:rotate(0)}55%{background-color:#7107f7}100%{transform:rotate(-90deg)}}.loader-wrapper{position:fixed;top:0;left:0;width:100%;height:100%;z-index:99999;background:#000;display:flex;flex-direction:row;align-content:center;justify-content:center;align-items:center;flex-wrap:wrap}.loader{position:absolute;top:50%;left:50%;width:80px;height:80px;transform:translate(-50%, -50%) rotate(45deg) translate3d(0, 0, 0);-webkit-animation:loader 1.2s infinite ease-in-out;animation:loader 1.2s infinite ease-in-out}.loader span{position:absolute;display:block;width:40px;height:40px;background-color:#7107f7;-webkit-animation:loaderBlock 1.2s infinite ease-in-out both;animation:loaderBlock 1.2s infinite ease-in-out both}.loader span:nth-child(1){top:0;left:0}.loader span:nth-child(2){top:0;right:0;-webkit-animation:loaderBlockInverse 1.2s infinite ease-in-out both;animation:loaderBlockInverse 1.2s infinite ease-in-out both}.loader span:nth-child(3){bottom:0;left:0;-webkit-animation:loaderBlockInverse 1.2s infinite ease-in-out both;animation:loaderBlockInverse 1.2s infinite ease-in-out both}.loader span:nth-child(4){bottom:0;right:0}
