.linetable-dotLoader-loaderParent{width:100%;position:fixed;z-index:3;top:0;left:0;bottom:0;right:0;background-color:hsla(0,0%,100%,.8);display:flex;flex-direction:column}.linetable-dotLoader-dotClass{justify-content:center;display:flex;z-index:1}.linetable-dotLoader-dotContent{display:flex;justify-content:center;animation:contentplay 2s linear 0s infinite}@keyframes dotplay{0%,20%{transform:translateY(0)}10%{transform:translateY(-20px)}}.linetable-dotLoader-dots:first-child{animation-delay:.4s}.linetable-dotLoader-dots:nth-child(2){animation-delay:.8s}.linetable-dotLoader-dots:nth-child(3){animation-delay:1.2s}.linetable-dotLoader-dots:nth-child(4){animation-delay:1.6s}.linetable-dotLoader-dots{margin:5px 2px;width:12px;height:12px;border-radius:50%;background:linear-gradient(180deg,#e2271e,#ef7c3c);animation:dotplay 2s linear 0s infinite}@keyframes contentplay{0%{opacity:.2}30%{opacity:1}}