.loading-indicator{fill:#e8e8e8;stroke:none;display:flex;align-items:center;justify-content:center;width:100%;height:100%;animation:rotate 1s linear infinite}.loading-indicator svg.icon{display:block;width:100%;height:100%}@keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}