.loader-wrapper{display:flex;justify-content:center;align-items:center;height:min-content}.loader{width:40px;height:40px;border:4px solid #ccc;border-top-color:#333;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}