.bars-loader-wrapper{display:flex;flex-direction:column;align-items:center;justify-content:center}.bars-loader{position:relative;width:200px;perspective:1000px}.bars-bar,.bars-loader{height:100px;transform-style:preserve-3d}.bars-bar{position:absolute;bottom:0;left:0;width:20px;border-radius:99px;background-color:#1e3f57;transform:rotate(0) rotateX(0);animation:bars-bar-anim 2s cubic-bezier(.81,.04,.4,.7) infinite}.bars-bar:nth-child(2){left:20px;background-color:#264a63;animation-delay:50ms}.bars-bar:nth-child(3){left:40px;background-color:#2d566f;animation-delay:.1s}.bars-bar:nth-child(4){left:60px;background-color:#35617a;animation-delay:.15s}.bars-bar:nth-child(5){left:80px;background-color:#3d6d86;animation-delay:.2s}.bars-bar:nth-child(6){left:100px;background-color:#447892;animation-delay:.25s}.bars-bar:nth-child(7){left:120px;background-color:#4c849e;animation-delay:.3s}.bars-bar:nth-child(8){left:140px;background-color:#548fa9;animation-delay:.35s}.bars-bar:nth-child(9){left:160px;background-color:#5c9bb5;animation-delay:.4s}.bars-bar:nth-child(10){left:180px;background-color:#63a6c1;animation-delay:.45s}@keyframes bars-bar-anim{0%,15%{transform:rotate(0) rotateX(0)}85%,to{transform:rotate(180deg) rotateX(1turn)}}