html{height:100%}body{margin:0;height:100%;display:flex;flex-direction:column}#root{flex:1;display:flex;flex-direction:column}@keyframes ellipsis-dots{0%{content:"."}33%{content:".."}66%{content:"..."}}.loading-value:after{content:".";animation:ellipsis-dots steps(3,end) 1.2s infinite}
