.loader-container--pacing-balls{height:100%;width:100%;font-family:Helvetica}.loader--pacing-balls{height:20px;width:250px;top:0;bottom:0;left:0;right:0;margin:auto}.loader--pacing-balls-dot{animation-name:loader-pacing-balls;animation-timing-function:ease-in-out;animation-duration:3s;animation-iteration-count:infinite;height:20px;width:20px;border-radius:100%;background-color:#000;position:absolute;border:2px solid #fff}.loader--pacing-balls-dot:first-child{background-color:#1abc9c;animation-delay:.5s}.loader--pacing-balls-dot:nth-child(2){background-color:#f1c40f;animation-delay:.4s}.loader--pacing-balls-dot:nth-child(3){background-color:#e74c3c;animation-delay:.3s}.loader--pacing-balls-dot:nth-child(4){background-color:#f1c40f;animation-delay:.2s}.loader--pacing-balls-dot:nth-child(5){background-color:#1abc9c;animation-delay:.1s}.loader--pacing-balls-text{position:relative;top:25px;left:0;right:0;width:4em;margin:auto}.loader--pacing-balls-text:after{content:"Loading";font-weight:700;animation-name:loading-text;animation-duration:3s;animation-iteration-count:infinite}@keyframes loader-pacing-balls{15%{transform:translateX(0)}45%{transform:translateX(230px)}65%{transform:translateX(230px)}95%{transform:translateX(0)}}@keyframes loading-text{0%{content:"Loading"}25%{content:"Loading."}50%{content:"Loading.."}75%{content:"Loading..."}}