.loading-page{background-color:#fff;justify-content:center;align-items:center;width:100%;height:100vh;display:flex}.loading-content{text-align:center}.loading-message{color:#6b6b6b;margin-bottom:14px;font-size:15px}.loading-dots{justify-content:center;gap:6px;display:flex}.loading-dots span{background-color:#8d1b3d;border-radius:50%;width:8px;height:8px;animation:1.5s infinite pulse}.loading-dots span:nth-child(2){animation-delay:.2s}.loading-dots span:nth-child(3){animation-delay:.4s}@keyframes pulse{0%,to{opacity:.3;transform:scale(1)}50%{opacity:1;transform:scale(1.2)}}
