.redirect-container{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;width:100vw;background:#f5f5f5;gap:30px}.redirect-skeleton{width:300px;height:30px;border-radius:6px}.redirect-skeleton,.redirect-subtitle{background:linear-gradient(-90deg,#e0e0e0,#f5f5f5 50%,#e0e0e0);background-size:400% 400%;animation:shimmer 1.5s ease-in-out infinite}.redirect-subtitle{width:200px;height:20px;border-radius:4px}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.srujanee-loader{display:flex;font-family:Arial,sans-serif;font-weight:700;font-size:2rem;color:#ee4840;gap:5px;justify-content:center;align-items:center}.srujanee-loader span{display:inline-block;animation:bounce 1.2s infinite}.srujanee-loader span:first-child{animation-delay:0s}.srujanee-loader span:nth-child(2){animation-delay:.1s}.srujanee-loader span:nth-child(3){animation-delay:.2s}.srujanee-loader span:nth-child(4){animation-delay:.3s}.srujanee-loader span:nth-child(5){animation-delay:.4s}.srujanee-loader span:nth-child(6){animation-delay:.5s}.srujanee-loader span:nth-child(7){animation-delay:.6s}.srujanee-loader span:nth-child(8){animation-delay:.7s}.srujanee-loader span:nth-child(9){animation-delay:.8s}@keyframes bounce{0%,80%,to{transform:translateY(0)}40%{transform:translateY(-15px)}}