:root{--theme-text-color:#000;--theme-top-color:#fff;--theme-bottom-color:#7f02f9}.button{box-sizing:border-box;text-align:center;color:#fff;background-color:#7f02f9;border-radius:10px;flex-direction:row;justify-content:center;align-items:center;width:100%;padding:10px;font-size:16px;font-weight:600;transition:background-color .3s;display:flex}.button button{width:100%;color:inherit;font-size:inherit;font-weight:inherit;cursor:pointer;background:0 0;border:none;padding:0}.button:hover:not(.button--disabled){cursor:pointer;background-color:#6502c6}.button.button--disabled{color:#d1d5db;cursor:not-allowed;opacity:.5;background-color:#6b7280}.button.button--disabled button{cursor:not-allowed}.button.button--disabled:hover{cursor:not-allowed;color:#d1d5db;background-color:#6b7280}.button.button--loading{pointer-events:none;position:relative}.button.button--channel{color:#1c0f2f;background-color:#fff;background-image:url(/icons/add-link.svg);background-position:10px;background-repeat:no-repeat;background-size:12px;border-radius:20px;width:105px;padding:7px 5px;font-size:12px}.button.button--channel button{width:100%;font-family:Manrope,sans-serif}.button.button--channel button span{align-self:end;margin-left:15px;font-family:Manrope,sans-serif;font-weight:400}.button.button--done{color:#fff;background-color:#1c0f2f;border-radius:20px;width:30%;padding:7px 10px;font-size:14px;font-weight:400}.button.button--done button{width:100%}.button button{justify-content:center;align-items:center;gap:.5rem;display:flex}.button__spinner{width:16px;height:16px;display:inline-block}.button__spinner-svg{width:100%;height:100%;animation:1s linear infinite spin}.button__spinner-circle{stroke:currentColor;stroke-dasharray:31.416;stroke-dashoffset:31.416px;animation:1.5s ease-in-out infinite spinner-dash}.button__label--loading{opacity:.7}@keyframes spin{to{transform:rotate(360deg)}}@keyframes spinner-dash{0%{stroke-dasharray:1 200;stroke-dashoffset:0}50%{stroke-dasharray:89 200;stroke-dashoffset:-35px}to{stroke-dasharray:89 200;stroke-dashoffset:-124px}}
