.loading-container{display:block;align-items:center;justify-content:center}.loading-svg{width:46px;height:46px;margin:24px auto;animation:rotate 2s linear infinite,stroke-draw 2s ease-in-out infinite}@keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes stroke-draw{0%{stroke-dasharray:0,100}50%{stroke-dasharray:60,100}to{stroke-dasharray:100,100}}.error-container{display:block;align-items:center;justify-content:center}.error-container .width-120{width:120px;margin:auto}