.loading{display:flex;gap:8px;align-items:flex-end;justify-content:center;padding-bottom:10px;height:35px}.btn{height:15px;width:15px;border-radius:100px;background-color:#fffcfc;display:block;position:relative;bottom:0;animation:loading .6s ease-in infinite alternate}.btn1{animation-delay:0s;background-color:#e53834}.btn2{animation-delay:.15s;background-color:#1e88e5}.btn3{animation-delay:.3s;background-color:#43a047}.btn4{animation-delay:.45s;background-color:#fdd834}.btn5{animation-delay:.6s;background-color:#fb8c00}@keyframes loading{0%{bottom:0}to{bottom:40%}}