.designLoader{display:flex;justify-content:center;align-items:center;padding:20px}.designLoaderDots{display:flex;gap:8px}.designLoaderDot{width:12px;height:12px;background-color:#6f42c1;border:1px solid #5a32a3;animation:designLoaderBounce .6s ease-in-out infinite}.designLoaderDot:first-child{animation-delay:0s}.designLoaderDot:nth-child(2){animation-delay:.1s}.designLoaderDot:nth-child(3){animation-delay:.2s}@keyframes designLoaderBounce{0%,to{transform:translateY(0);box-shadow:2px 2px 0 #5a32a3}50%{transform:translateY(-8px);box-shadow:2px 6px 0 #5a32a3}}