.loading{flex:1;justify-content:center;align-items:center;padding:20px 0;display:flex}.loading-spinner{border:3px solid #e0e0e0;border-top-color:#ed3591;border-radius:50%;width:32px;height:32px;animation:.7s linear infinite spin}.loading-spinner-dark{border-color:#fff #fff3 #fff3}.loading-spinner-small{border-width:2px;width:20px;height:20px}@keyframes spin{to{transform:rotate(360deg)}}