.loader-container{display:flex;flex-direction:column;justify-content:center;align-items:center;height:60vh}.loader{border:6px solid #f3f3f3;border-top:6px solid #007bff;border-radius:50%;width:60px;height:60px;animation:spin 1s linear infinite}.loader-text{margin-top:15px;font-size:1.1rem;font-weight:500;color:#007bff}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
