.beat-loader{display:inline-flex;justify-content:center;padding-top:10px;height:30px}.beat{height:16px;width:16px;display:block;position:static;background-color:transparent;animation:2s ease-in-out infinite beat_loader;margin:0 4px;border-radius:50%}.beat:first-child{left:10px;animation-delay:.2s}.beat:nth-child(2){left:16px;animation-delay:.3s}.beat:nth-child(3){left:22px;animation-delay:.4s}.mb-1{margin-bottom:10px}.text-center{text-align:center}.d-flex{display:flex}.justify-content-center{justify-content:center}.img-fluid{max-width:100%;height:auto}@keyframes beat_loader{0%,100%{height:16px;width:16px;background-color:#ffc427}25%{height:21px;width:21px;background-color:#e6a800}50%{height:21px;width:21px;background-color:#c49000}}