.loading-box{align-items:center;background:#0ac8f0;display:flex;flex-direction:column;gap:.4rem;height:100%;justify-content:center;position:fixed;right:0;top:0;width:100%;z-index:10000}.loader{overflow:hidden;position:relative;width:14rem}.loader,.loader:after{border-radius:50px;height:50px}.loader:after{animation:slide 4s ease-in-out infinite;background:#fff;box-shadow:inset 0 -.6rem #dc64a033;content:"";position:absolute;width:10rem}.loader:nth-child(2):after{animation-delay:.2s}.loader:nth-child(3):after{animation-delay:.4s}@keyframes slide{0%{left:-7rem}50%{left:calc(100% - 50px)}to{left:-7rem}}
