@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(359deg)}}@keyframes spin3D{0%{transform:rotate3d(.5,.5,.5,360deg)}to{transform:rotate3d(0,0,0,0)}}@keyframes configure-clockwise{0%{transform:rotate(0)}25%{transform:rotate(90deg)}50%{transform:rotate(180deg)}75%{transform:rotate(270deg)}to{transform:rotate(360deg)}}@keyframes configure-xclockwise{0%{transform:rotate(45deg)}25%{transform:rotate(-45deg)}50%{transform:rotate(-135deg)}75%{transform:rotate(-225deg)}to{transform:rotate(-315deg)}}@keyframes pulse{0%{opacity:1;transform:scale(1)}to{opacity:.25;transform:scale(.75)}}.spinner-box{background-color:#0000;justify-content:center;align-items:center;width:300px;height:300px;margin:0 auto;display:flex}.leo-border-1{background:linear-gradient(#3ff9dc 0%,#3ff9dc1a 67%);border-radius:50%;justify-content:center;align-items:center;width:150px;height:150px;padding:3px;animation:1.8s linear infinite spin3D;display:flex;position:absolute}.leo-core-1{background-color:#37474faa;border-radius:50%;width:100%;height:100%}.leo-border-2{background:linear-gradient(#fb5b53 0%,#fb5b531a 67%);border-radius:50%;justify-content:center;align-items:center;width:150px;height:150px;padding:3px;animation:2.2s linear infinite spin3D;display:flex;position:absolute}.leo-core-2{background-color:#1d2630aa;border-radius:50%;width:100%;height:100%}.circle-border{background:linear-gradient(#3ff9dc 0%,#3ff9dc1a 67%);border-radius:50%;justify-content:center;align-items:center;width:150px;height:150px;padding:3px;animation:.8s linear infinite spin;display:flex}.circle-core{background-color:#fff;border-radius:50%;width:100%;height:100%}.configure-border-1{background:#fc6800;justify-content:center;align-items:center;width:115px;height:115px;padding:3px;animation:3s ease-in-out infinite alternate configure-clockwise;display:flex;position:absolute}.configure-border-2{background:#21b4d0;justify-content:center;align-items:center;width:115px;height:115px;padding:3px;animation:3s ease-in-out infinite alternate configure-xclockwise;display:flex;left:-115px;transform:rotate(45deg)}.configure-core{background-color:#fff;width:100%;height:100%}.pulse-container{justify-content:space-between;align-items:center;width:120px;display:flex}.pulse-bubble{background-color:#3ff9dc;border-radius:50%;width:20px;height:20px}.pulse-bubble-1{animation:.4s infinite alternate pulse}.pulse-bubble-2{animation:.4s .2s infinite alternate pulse}.pulse-bubble-3{animation:.4s .4s infinite alternate pulse}.solar-system{justify-content:center;align-items:center;width:250px;height:250px;display:flex}.orbit{border:1px solid #fafbfc;border-radius:50%;justify-content:center;align-items:center;display:flex;position:relative}.earth-orbit{width:165px;height:165px;-webkit-animation:12s linear infinite spin}.venus-orbit{width:120px;height:120px;-webkit-animation:7.4s linear infinite spin}.mercury-orbit{width:90px;height:90px;-webkit-animation:3s linear infinite spin}.planet{background-color:#3ff9dc;border-radius:50%;width:10px;height:10px;position:absolute;top:-5px}.sun{background-color:#ffab91;border-radius:50%;width:35px;height:35px}.leo{border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute}.blue-orbi{border:1px solid #91daffa5;width:165px;height:165px;-webkit-animation:3s linear .2s infinite spin3D}.green-orbit{border:1px solid #91ffbfa5;width:120px;height:120px;-webkit-animation:2s linear infinite spin3D}.red-orbit{border:1px solid #ffca91a5;width:90px;height:90px;-webkit-animation:1s linear infinite spin3D}.white-orbit{border:2px solid #fff;width:60px;height:60px;-webkit-animation:10s linear infinite spin3D}.w1{transform:rotate3d(1,1,1,90deg)}.w2{transform:rotate3d(1,2,.5,90deg)}.w3{transform:rotate3d(.5,1,2,90deg)}.three-quarter-spinner{border:3px solid #21b4d0;border-top-color:#0000;border-radius:50%;width:50px;height:50px;animation:.5s linear infinite spin}.spinner-box .spinner__circle{background-color:#2c96b5;border-radius:100%;width:100px;height:100px;margin-top:100px;animation:1.5s linear infinite spin;position:relative;overflow:hidden}.spinner-box .spinner__circle-inner,.spinner-box .spinner__circle-gradient{position:absolute;transform:translate(-50%,-50%)}.spinner-box .spinner__circle-inner{background-color:#fff;border-radius:100%;width:80px;height:80px;top:50%;left:50%}.spinner-box .spinner__circle-gradient{background-color:#2c96b5;background-image:linear-gradient(#fff 50%,#2c96b5 100%);width:80px;height:80px;top:-42px;left:12px;transform:rotate(-45deg)}.spinner-box .spinner__circle-rounded{z-index:1;background-color:#2c96b5;border-radius:50%;width:10px;height:10px;position:absolute;top:15px;left:11px}.DashedCircleLoader{height:100%;display:flex}.DashedCircleLoader__spinner{margin:auto}.DashedCircleLoader__spinner svg{animation:2.7s linear infinite spin}.DashedCircleLoader--containerHeightAuto{height:auto}
