@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(-359deg)}}.loading-indicator-container .rotate{animation:rotation 2s infinite linear}.loading-indicator-container svg{height:100px;width:100px;color:#757575}@media all and (min-width:40em){.loading-indicator-container svg{height:150px;width:150px}}@keyframes fade{0%{opacity:0}to{opacity:1}}.data-loading-indicator .waiting-dot-1{animation:fade 3s infinite 0s}.data-loading-indicator .waiting-dot-2{animation:fade 3s infinite 1s}.data-loading-indicator .waiting-dot-3{animation:fade 3s infinite 2s}
