: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:#fff;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.4' stroke-linecap='round'%3E%3Cpath d='M12 5v14M5 12h14'/%3E%3C/svg%3E") 14px/15px no-repeat,linear-gradient(135deg,#7f02f9,#6255dc);border:none;border-radius:11px;width:auto;height:38px;padding:0 16px 0 35px;font-size:13px;box-shadow:0 5px 16px #7f02f957}.button.button--channel button{width:100%;font-family:Inter,sans-serif}.button.button--channel button span{white-space:nowrap;font-weight:650}.button.button--channel:hover:not(.button--disabled){opacity:.92;background-color:#0000}.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}}
