.container{background-color:#fff;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}.loader{width:1px;height:5px;animation:3.5s linear infinite rotate0234;position:absolute}.loader .dot{background:#268fe4;border-radius:50%;width:7px;height:7px;position:relative;top:30px}.text{color:#26aee4;font-size:25px;font-weight:400;position:absolute;bottom:-85px}@keyframes rotate0234{30%{transform:rotate(220deg)}40%{opacity:1;transform:rotate(450deg)}75%{opacity:1;transform:rotate(720deg)}76%{opacity:0}to{opacity:0;transform:rotate(0)}}.loader:first-child{animation-delay:.15s}.loader:nth-child(2){animation-delay:.3s}.loader:nth-child(3){animation-delay:.45s}.loader:nth-child(4){animation-delay:.6s}.loader:nth-child(5){animation-delay:.75s}.loader:nth-child(6){animation-delay:.9s}
