.loader{width:100px;height:100px;position:relative;display:inline-block;border-top:4px solid #1a4f99;border-right:4px solid transparent;animation:rotation 1s linear infinite}.loader,.loader:after{border-radius:50%;box-sizing:border-box}.loader:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;border-bottom:4px solid #ffa900;border-left:4px solid transparent}@keyframes rotation{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.loading-text{color:white}.dot-one{animation:dot-one 2s linear infinite}.dot-two{animation:dot-two 2s linear infinite}.dot-three{animation:dot-three 2s linear infinite}@keyframes dot-one{0%,15%{opacity:0}25%,to{opacity:1}}@keyframes dot-two{0%,25%{opacity:0}50%,to{opacity:1}}@keyframes dot-three{0%,50%{opacity:0}75%,to{opacity:1}}