@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.table-row-animate{animation:fadeInUp .5s cubic-bezier(.16,1,.3,1) forwards;animation-fill-mode:both}.table-row-animate:first-child{animation-delay:0ms}.table-row-animate:nth-child(2){animation-delay:40ms}.table-row-animate:nth-child(3){animation-delay:80ms}.table-row-animate:nth-child(4){animation-delay:.12s}.table-row-animate:nth-child(5){animation-delay:.16s}.table-row-animate:nth-child(6){animation-delay:.2s}.table-row-animate:nth-child(7){animation-delay:.24s}.table-row-animate:nth-child(8){animation-delay:.28s}.table-row-animate:nth-child(9){animation-delay:.32s}.table-row-animate:nth-child(10){animation-delay:.36s}.table-row-animate:nth-child(n+11){animation-delay:.4s}.table-row-animate-fast{animation:fadeInUp .2s ease-out forwards;animation-fill-mode:both}.table-row-animate-fast:first-child{animation-delay:0ms}.table-row-animate-fast:nth-child(2){animation-delay:10ms}.table-row-animate-fast:nth-child(3){animation-delay:20ms}.table-row-animate-fast:nth-child(4){animation-delay:30ms}.table-row-animate-fast:nth-child(5){animation-delay:40ms}.table-row-animate-fast:nth-child(n+6){animation-delay:50ms}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.table-row-fade{animation:fadeIn .3s ease-out forwards}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}.table-row-slide{animation:slideInLeft .3s ease-out forwards;animation-fill-mode:both}@media (prefers-reduced-motion:reduce){.table-row-animate,.table-row-animate-fast,.table-row-fade,.table-row-slide{animation:none;opacity:1;transform:none}}.table-container{transition:opacity .15s ease-in-out}.table-container.is-loading{opacity:.6}@keyframes tableFlash{0%{background-color:transparent}15%{background-color:rgba(59,130,246,.05)}to{background-color:transparent}}.table-data-changed{animation:tableFlash .8s ease-out}