.DataLoading{align-items:center;display:flex;height:100%;justify-content:center;min-height:50vh;width:100%}.DataLoading--compact{height:auto;min-height:0;min-width:0;width:auto}.DataLoading--small .DataLoading__point{height:4px;margin-right:4px;width:4px}.DataLoading--accent .DataLoading__point{background:#fff}.DataLoading__loader{align-items:center;display:inline-flex;flex-shrink:0}.DataLoading__point{animation-duration:1.25s;animation-iteration-count:infinite;animation-timing-function:cubic-bezier(0,.5,.5,1);background:#ff7739;border-radius:50%;height:6px;margin-right:6px;width:6px}.DataLoading__point:last-child{margin-right:0!important}.DataLoading__point:first-child{animation-name:pulse1}@keyframes pulse1{0%,20%{transform:scale(1)}40%{transform:scale(1.66)}}.DataLoading__point:nth-child(2){animation-name:pulse2}@keyframes pulse2{0%,40%{transform:scale(1)}60%{transform:scale(1.66)}}.DataLoading__point:nth-child(3){animation-name:pulse3}@keyframes pulse3{0%,60%{transform:scale(1)}80%{transform:scale(1.66)}}
