@keyframes spin{0%{transform:rotate(45deg)}to{transform:rotate(405deg)}}.loading-indicator{height:100%;display:flex;justify-content:center;align-items:center}.loading-indicator svg{animation-name:spin;animation-duration:1s;animation-iteration-count:infinite;animation-timing-function:cubic-bezier(.43,.08,.57,.9);transform-origin:50% 50%}
