.ellipsis-anim span{opacity:0;animation:ellipsis-dot 1s infinite}.ellipsis-anim span:first-child{animation-delay:0s}.ellipsis-anim span:nth-child(2){animation-delay:.1s}.ellipsis-anim span:nth-child(3){animation-delay:.2s}@keyframes ellipsis-dot{0%{opacity:0}50%{opacity:1}to{opacity:0}}.lds-dual-ring,.lds-dual-ring:after{box-sizing:border-box}.lds-dual-ring{display:inline-block;width:60px;height:60px}.lds-dual-ring:after{content:" ";display:block;width:60px;height:60px;margin:0;border-radius:50%;border-color:currentcolor transparent;border-style:solid;border-width:4.2px;animation:lds-dual-ring .8s linear infinite}.lds-dual-ring-2,.lds-dual-ring-2:after{box-sizing:border-box}.lds-dual-ring-2{display:inline-block;width:80px;height:80px}.lds-dual-ring-2:after{content:" ";display:block;width:48px;height:48px;margin:16px;border-radius:50%;border-color:currentcolor transparent;border-style:solid;border-width:3.8px;animation:lds-dual-ring .8s linear infinite}@keyframes lds-dual-ring{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.fast-pulse{animation:pulse 1s cubic-bezier(.4,0,.6,1) infinite}.slow-pulse{animation:pulse 3s cubic-bezier(.4,0,.6,1) infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.loader{width:48px;height:48px;border:5px solid;border-color:#fff #fff transparent;border-radius:50%;display:inline-block;box-sizing:border-box;animation:rotation .5s linear infinite}@keyframes rotation{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}