.loader{width:36px;height:36px;border-radius:50%;border:3px solid #e5e7eb;border-top-color:#374151;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}