.loader-wrapper{width:100%;height:100vh;position:fixed;top:0;left:0;background-color:#0009;display:flex;justify-content:center;align-items:center;z-index:9000;overflow:hidden!important}.atom-spinner{box-sizing:border-box;height:70px;width:70px;transform:rotate(30deg);overflow:hidden}.atom-spinner .spinner-inner{position:relative;display:block;height:100%;width:100%}.atom-spinner .spinner-circle{display:block;position:absolute;color:#ff1d5e;font-size:calc(60px * .24);top:50%;left:50%;transform:translate(-50%,-50%)}.atom-spinner .spinner-line{position:absolute;width:100%;height:100%;border-radius:50%;animation-duration:1s;border-left-width:6px;border-top-width:6px;border-left-color:#e94e1b;border-left-style:solid;border-top-style:solid;border-top-color:transparent}.atom-spinner .spinner-line:nth-child(1){border-left-color:#e94e1b;animation:atom-spinner-animation-1 1s linear infinite;transform:rotate(120deg) rotateX(66deg) rotate(0)}.atom-spinner .spinner-line:nth-child(2){border-left-color:#fff;animation:atom-spinner-animation-2 1s linear infinite;transform:rotate(240deg) rotateX(66deg) rotate(0)}.atom-spinner .spinner-line:nth-child(3){border-left-color:#f9b234;animation:atom-spinner-animation-3 1s linear infinite;transform:rotate(360deg) rotateX(66deg) rotate(0)}@keyframes atom-spinner-animation-1{to{transform:rotate(120deg) rotateX(66deg) rotate(360deg)}}@keyframes atom-spinner-animation-2{to{transform:rotate(240deg) rotateX(66deg) rotate(360deg)}}@keyframes atom-spinner-animation-3{to{transform:rotate(360deg) rotateX(66deg) rotate(360deg)}}
