.text-rotate{display:flex;flex-wrap:wrap;white-space:pre-wrap;position:relative}.text-rotate-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.text-rotate-word{display:inline-flex}.text-rotate-lines{display:flex;flex-direction:column;width:100%}.text-rotate-element{display:inline-block}.text-rotate-space{white-space:pre}.dots-loader{display:flex;align-items:center;justify-content:center;height:20px;width:52px}.dots-loader .dot{display:inline-block;border-radius:50%;background:#fff;margin:0 4px;opacity:.9;animation:dot-bounce 1.6s cubic-bezier(.6,0,.4,1) infinite;aspect-ratio:1/1}.dots-loader .dot1{width:4px;height:4px;animation-delay:0s}.dots-loader .dot2{width:7px;height:7px;animation-delay:.1s}.dots-loader .dot3{width:10px;height:10px;animation-delay:.2s}.dots-loader .dot4{width:7px;height:7px;animation-delay:.3s}.dots-loader .dot5{width:4px;height:4px;animation-delay:.4s}@keyframes dot-bounce{0%,to{transform:translateY(0) scale(1);opacity:.7}20%{transform:translateY(-9px) scale(1.1);opacity:1}40%{transform:translateY(0) scale(1);opacity:.9}}