@keyframes loader{0%{transform:translate3d(-50%,-50%,0) rotate(0)}to{transform:translate3d(-50%,-50%,0) rotate(360deg)}}.loading-icon:before{animation:1.5s linear infinite loader;animation-play-state:inherit;border:solid 4px #cfd0d1;border-bottom-color:#cd4a04;border-radius:100%;content:"";height:50px;width:50px;position:absolute;bottom:50%;top:50%;transform:translate3d(-50%,-50%,0);will-change:transform}
