@keyframes pulse{0%{opacity:1;transform:scale(1)}to{opacity:.25;transform:scale(.75)}}.loading-container{display:flex;justify-content:center;align-items:center;height:100%;padding:20px}.pulse-container{width:120px;display:flex;justify-content:space-between;align-items:center}.pulse-bubble{width:20px;height:20px;border-radius:50%;background-color:#d9d9d9}.pulse-bubble-1{animation:pulse .4s ease 0s infinite alternate}.pulse-bubble-2{animation:pulse .4s ease .2s infinite alternate}.pulse-bubble-3{animation:pulse .4s ease .4s infinite alternate}