.custom-button .spinner-button{border:8px solid rgba(0,0,0,.3137254902);border-top-color:currentcolor;border-radius:50%;width:30px;height:30px;animation:spin .6s linear infinite}.custom-button svg{width:26px;height:26px;fill:var(--white)}.primary{background-color:var(--primary);color:var(--white)}.whatsapp{background-color:var(--whatsapp);color:var(--white)}.landing{background-color:var(--landing-cta);color:var(--white)}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}