﻿ .loading-dots{justify-content:center;align-items:center;gap:10px;display:flex}.loading-dots span{background-color:#3498db;border-radius:50%;width:15px;height:15px;animation:1.5s ease-in-out infinite fade}.loading-dots span:first-child{animation-delay:0s}.loading-dots span:nth-child(2){animation-delay:.2s}.loading-dots span:nth-child(3){animation-delay:.4s}@keyframes fade{0%,80%,to{opacity:0;transform:scale(.8)}40%{opacity:1;transform:scale(1.2)}}