.three-dots-loader,.three-dots-loader-container{display:flex;justify-content:center;align-items:center}.three-dots-loader-dot{animation:three-dots-pulse 1.4s ease-in-out infinite both}.three-dots-loader-dot:first-child{animation-delay:-.32s}.three-dots-loader-dot:nth-child(2){animation-delay:-.16s}@keyframes three-dots-pulse{0%,80%,to{transform:scale(0);opacity:.5}40%{transform:scale(1);opacity:1}}