@keyframes placeholderShimmer{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}.td-loading-placeholder{background-color:#ddd;border-radius:.25rem;overflow:hidden}.td-loading-placeholder .animated-background{animation:placeholderShimmer 2s infinite;background:linear-gradient(90deg,#ddd,#bbb 50%,#ddd);height:100%;position:relative}.td-loading-placeholder.w-full{width:100}