.loader-wrap{align-items:center;z-index:1000}.loader,.loader-wrap{display:flex;justify-content:center}.loader{height:60px;width:auto;position:relative;align-items:flex-end}.loader-item{height:60px;width:6px;margin:0 3px;background-color:white;animation-name:scaleCenter;animation-duration:1.8s;animation-iteration-count:infinite;animation-timing-function:ease-in-out;animation-fill-mode:both}.loader:after{content:"Loading...";font-size:18px;font-family:Arial,sans-serif;color:white;position:absolute;bottom:-45px;left:0;right:0;text-align:center}.loader-item:first-child{animation-delay:0s}.loader-item:nth-child(2){animation-delay:.18s}.loader-item:nth-child(3){animation-delay:.36s}.loader-item:nth-child(4){animation-delay:.54s}.loader-item:nth-child(5){animation-delay:.72s}.loader-item:nth-child(6){animation-delay:.9s}.loader-item:nth-child(7){animation-delay:1.08s}.loader-item:nth-child(8){animation-delay:1.26s}.loader-item:nth-child(9){animation-delay:1.44s}.loader-item:nth-child(10){animation-delay:1.62s}@keyframes scaleCenter{0%,to{transform:scaleY(.8);opacity:.8}15%{transform:scaleY(1.5);opacity:1}30%{transform:scaleY(.8);opacity:.8}}