.loader-overlay{z-index:1000000;background:#0003;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100vh;animation:.4s ease-in forwards fade;display:flex;position:fixed;top:0;left:0}.loader-overlay.dark-overlay{background:#00000080}.loader-box{background:#fff;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;width:100px;height:100px;display:flex;box-shadow:0 4px 25px #0000001a}.loader-box.without-bg{width:auto;min-width:100px;min-height:100px;box-shadow:none;background:0 0}.aster-logo{justify-content:center;width:65px;height:35px;margin:0 0 20px;display:flex;position:relative}.three-dots{justify-content:center;width:100%;display:flex}.loader-dot{background-image:linear-gradient(#00ce57 0%,#0076b5 100%);border-radius:50%;width:10px;height:10px;margin:0 3px;animation:1s ease-in-out infinite loaderAnimation;display:inline-block;position:relative;transform:translateY(0)}.dot1{animation-delay:.2s}.dot2{animation-delay:.4s}.dot3{animation-delay:.6s}.big-dots .loader-dot{width:30px;height:30px}@keyframes loaderAnimation{0%,80%,to{transform:scale(.4)}40%{transform:scale(1)}}@keyframes fade{0%{opacity:0}to{opacity:1}}