.spinner-container{position:relative;display:flex;align-items:center;justify-content:center}.spinner-container--full-screen{position:fixed;top:0;left:0;z-index:50;height:100vh;width:100vw}@keyframes spin{to{transform:rotate(1turn)}}.spinner__icon{animation:spin 1s linear infinite;--tw-text-opacity:1;color:rgba(var(--white)/var(--tw-text-opacity,1))}.spinner__icon-wrapper{display:flex;height:5rem;width:5rem;align-items:center;justify-content:center;border-radius:calc(var(--radius) * .25)}.spinner__icon-wrapper--with-background{--tw-bg-opacity:1;background-color:rgb(42 42 67/var(--tw-bg-opacity,1))}