: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:1.5px solid #e5e7eb;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--grey{width:auto;box-shadow:none;background:0 0;border:1.5px solid #d1d5db;border-radius:8px;padding:7px 12px;transition:background-color .2s,border-color .15s,box-shadow .15s;overflow:visible}.button.button--grey:hover:not(.button--disabled):not(.button--loading){background:#f3f4f6;border-color:#d1d5db}.button.button--grey:focus-within{background:#fff;border-color:#7f02f9;outline:none;box-shadow:inset 0 0 0 1px #7f02f959}.button.button--grey.button--disabled{opacity:1;background:0 0}.button.button--grey.button--disabled button{opacity:.5}.button.button--grey.button--disabled:hover{background:0 0}.button.button--grey button{color:#374151;background:0 0;border:none;border-radius:0;width:auto;padding:0;font-family:inherit;font-size:12.5px;font-weight:600}.button.button--grey button:focus-visible{outline:none}.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}}
