.loader-container{display:flex;justify-content:center;align-items:center;height:100vh;margin:auto}.Growing-loader{margin:auto;width:100px;height:100px;background-color:#fff;animation:Growingspin 2s cubic-bezier(.68,-.55,.27,1.55) infinite}@keyframes Growingspin{0%,to{transform:scale(1) rotate(0deg)}50%{transform:scale(.5) rotate(180deg)}}.bouncing-dots{display:flex;justify-content:space-between;width:140px}.dot{width:25px;height:25px;background-color:#fff;border-radius:50%;animation:bounce 1.5s infinite}.dot:first-child{animation-delay:0s}.dot:nth-child(2){animation-delay:.3s}.dot:nth-child(3){animation-delay:.6s}.dot:nth-child(4){animation-delay:.9s}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.Scaling-loader{display:flex;justify-content:space-between;width:120px}.Scaling-loader div{width:22px;height:22px;background-color:#fff;border-radius:50%;animation:grow-shrink 1.5s infinite}.Scaling-loader div:first-child{animation-delay:0s}.Scaling-loader div:nth-child(2){animation-delay:.3s}.Scaling-loader div:nth-child(3){animation-delay:.6s}@keyframes grow-shrink{0%,to{transform:scale(1)}50%{transform:scale(1.5)}}.ripple{position:relative;width:80px;height:80px}.ripple:after,.ripple:before{content:"";position:absolute;width:100%;height:100%;border-radius:50%;border:4px solid #fff;opacity:0;animation:ripple 3s infinite}.ripple:after{animation-delay:1.5s}@keyframes ripple{0%{transform:scale(.5);opacity:0}25%{opacity:1}to{transform:scale(2.5);opacity:0}}.gear{width:140px;height:140px;animation:rotate 4s linear infinite}.gear img{width:100%;height:100%;filter:invert(100%)}@keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}