.loader{width:48px;height:48px;display:block;margin:20px auto;position:relative;border:3px solid #00a991;border-radius:50%;box-sizing:border-box;animation:animloader 2s linear infinite}.loader:after{content:"";box-sizing:border-box;width:6px;height:24px;background:#00A991;transform:rotate(-45deg);position:absolute;bottom:-20px;left:46px}@keyframes animloader{0%{transform:translate(-10px,-10px)}25%{transform:translate(-10px,10px)}50%{transform:translate(10px,10px)}75%{transform:translate(10px,-10px)}to{transform:translate(-10px,-10px)}}.loader-container{gap:15px;direction:ltr!important}.dot,.loader-container{display:flex;align-items:center}.dot{width:12px;height:12px;border-radius:50%;transition:all .4s cubic-bezier(.4,0,.2,1);justify-content:center;position:relative;overflow:hidden}.dot,.dot.expanded{background-color:#00a991}.dot.expanded{width:40px;height:40px;border-radius:8px;box-shadow:0 6px 20px rgba(0,0,0,.3)}.icon{opacity:0;transform:scale(0);transition:all .3s ease;color:white;position:absolute;width:20px;height:20px}.icon svg{width:100%;height:100%;fill:none;stroke:white}.dot.expanded .icon{opacity:1;transform:scale(1);transition-delay:.1s}.dot:first-child{animation:dotAnimation 4s 0s infinite}.dot:nth-child(2){animation:dotAnimation 4s .5s infinite}.dot:nth-child(3){animation:dotAnimation 4s 1s infinite}.dot:nth-child(4){animation:dotAnimation 4s 1.5s infinite}.dot:nth-child(5){animation:dotAnimation 4s 2s infinite}@keyframes dotAnimation{0%,90%,to{width:12px;height:12px;border-radius:50%;box-shadow:none}12%,25%{width:40px;height:40px;border-radius:8px;box-shadow:0 6px 20px rgba(0,0,0,.3)}}.dot .icon{animation:iconAnimation 4s infinite}.dot:first-child .icon{animation-delay:0s}.dot:nth-child(2) .icon{animation-delay:.5s}.dot:nth-child(3) .icon{animation-delay:1s}.dot:nth-child(4) .icon{animation-delay:1.5s}.dot:nth-child(5) .icon{animation-delay:2s}@keyframes iconAnimation{0%,30%,8%,to{opacity:0;transform:scale(0) rotate(0deg)}15%,22%{opacity:1;transform:scale(1) rotate(1turn)}}.loading-text{margin-top:30px;text-align:center;color:#00a991;font-size:18px;font-weight:300;letter-spacing:2px;opacity:.8}