.loader{z-index:9999;background-color:#fff;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.spinner{border:6px solid #ccc;border-top-color:#333;border-radius:50%;width:50px;height:50px;animation:1s ease-in-out infinite spin}@keyframes spin{to{transform:rotate(360deg)}}
