.loader{justify-content:center;align-items:center;display:flex}.dot-spinner{justify-content:space-around;width:60px;display:flex}.dot-spinner .dot1,.dot-spinner .dot2,.dot-spinner .dot3{background-color:#17a2b8;border-radius:50%;width:10px;height:10px;animation:1.4s ease-in-out infinite both dot-blink}.dot-spinner .dot1{animation-delay:-.32s}.dot-spinner .dot2{animation-delay:-.16s}@keyframes dot-blink{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}
