.loader-container{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:70px}.loader-dot{height:13px;width:30px;margin-right:10px;border-radius:10px;background-color:#f45d1b;animation:loaderpulse 1.5s ease-in-out infinite}.loader-dot:first-child{animation-delay:-.1875s}.loader-dot:nth-child(2){animation-delay:-.0625s}.loader-dot:nth-child(3){animation-delay:.0625s}@keyframes loaderpulse{0%{transform:scale(.8);background-color:#ed4511;box-shadow:0 0 0 0 #f45c1ba2}50%{transform:scale(1.2);background-color:#972715;box-shadow:0 0 0 10px rgba(178,212,252,0)}to{transform:scale(.8);background-color:#ed4511;box-shadow:0 0 0 0 #f45c1ba2}}