@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.styled-box{display:flex;align-items:center;justify-content:center;background-color:#000}.styled-box.wrapped{width:auto;height:auto;padding:8px}.styled-box.fullscreen{width:100vw;height:100dvh;padding:0}.styled-circular-progress{display:block;border-radius:50%;border:6px solid #000;border-top-color:#ccc;animation:spin 1s linear infinite}.styled-circular-progress.wrapped{width:40px;height:40px}.styled-circular-progress.fullscreen{width:80px;height:80px}