.loader-container{flex-direction:column;justify-content:center;align-items:center;min-height:50vh;display:flex}.loader-spinner{border:4px solid #0000001f;border-top-color:#f48b7f;border-radius:50%;animation:.9s linear infinite spin}.loader-text{color:#666;margin-top:10px;font-size:14px}@keyframes spin{to{transform:rotate(360deg)}}
