.loader-dots{padding:0}.td-rows.columns .loader-dots{padding:6px 0}.loader-dots span{display:inline-block;width:8px;height:8px;border-radius:50%;background:#367fa9;opacity:1;-webkit-animation:loader-dots 1s ease-in-out infinite;animation:loader-dots 1s ease-in-out infinite}.loader-dots span:not(:first-child){margin-left:4px}.loader-dots span:first-child{-webkit-animation-delay:.2s;animation-delay:.2s}.loader-dots span:nth-child(2){-webkit-animation-delay:.3s;animation-delay:.3s}.loader-dots span:nth-child(3){-webkit-animation-delay:.4s;animation-delay:.4s}.loader-dots span:nth-child(4){-webkit-animation-delay:.5s;animation-delay:.5s}.loader-dots span:nth-child(5){-webkit-animation-delay:.6s;animation-delay:.6s}@-webkit-keyframes loader-dots{0%{opacity:1}50%{opacity:.25}to{opacity:1}}@keyframes loader-dots{0%{opacity:1}50%{opacity:.25}to{opacity:1}}