.loading-indicator{display:flex;justify-content:center;align-items:center}.square{width:15px;height:15px;margin:0 5px;border-radius:3px;animation:bounce 1.4s ease-in-out infinite both}.square:first-child{background-color:#ff6b6b;animation-delay:-.32s}.square:nth-child(2){background-color:#f06595;animation-delay:-.28s}.square:nth-child(3){background-color:#cc5de8;animation-delay:-.24s}.square:nth-child(4){background-color:#9775fa;animation-delay:-.2s}.square:nth-child(5){background-color:#748ffc;animation-delay:-.16s}.square:nth-child(6){background-color:#5c7cfa;animation-delay:-.12s}.square:nth-child(7){background-color:#4dabf7;animation-delay:-.08s}.square:nth-child(8){background-color:#40c057;animation-delay:-.04s}.square:nth-child(9){background-color:#82c91e;animation-delay:0s}.square:nth-child(10){background-color:#fcc419;animation-delay:.04s}@keyframes bounce{0%,80%,to{transform:scale(.5);opacity:.5}40%{transform:scale(1);opacity:1}}