svg.loading-gif{width:100%;max-width:4rem;height:100%;max-height:4rem;animation-name:pulse;animation-duration:.8s;animation-iteration-count:infinite}div.loading-gif-container{justify-content:center;align-items:center;width:100%;height:100%;display:flex}@keyframes pulse{0%{scale:85%}70%{scale:100%}to{scale:85%}}
