.LoadingIcon{width:15px;height:15px;border-radius:50%;background:transparent;border-top:4px solid #ccc;border-right:4px solid #ccc;border-bottom:4px solid #777;border-left:4px solid #777;animation:loading 1.2s infinite linear}@keyframes loading{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
