.loader-wrapper {width:100%;height: 100vh;position: fixed;top: 0;left: 0;background-color: rgb(0, 0, 0, 0.60);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 * 0.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: calc(150px / 25);border-top-width: calc(150px / 25);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: rotateZ(120deg) rotateX(66deg) rotateZ(0deg);}.atom-spinner .spinner-line:nth-child(2) {border-left-color: #ffffff;animation: atom-spinner-animation-2 1s linear infinite;transform: rotateZ(240deg) rotateX(66deg) rotateZ(0deg);}.atom-spinner .spinner-line:nth-child(3) {border-left-color: #f9b234;animation: atom-spinner-animation-3 1s linear infinite;transform: rotateZ(360deg) rotateX(66deg) rotateZ(0deg);}@keyframes atom-spinner-animation-1 {100% {transform: rotateZ(120deg) rotateX(66deg) rotateZ(360deg);}}@keyframes atom-spinner-animation-2 {100% {transform: rotateZ(240deg) rotateX(66deg) rotateZ(360deg);}}@keyframes atom-spinner-animation-3 {100% {transform: rotateZ(360deg) rotateX(66deg) rotateZ(360deg);}}