.btng{display:inline-flex;align-items:center;justify-content:center;height:36px;padding:0 16px;font-family:sans-serif;font-size:14px;font-weight:500;border-radius:none!important;cursor:pointer;transition:all .2s ease}.btng.btng-large{height:55px;font-size:16px;padding:0 24px}.btng-primary{background-color:#1e1e1e;color:#ffffff;border:none}.btng-primary:hover:not(:disabled){background-color:#606069}.btng-primary:active:not(:disabled){background-color:#393844}.btng-primary:disabled{background-color:#d0d5dd;color:#88878e;cursor:not-allowed}.btng-secondary{background-color:transparent;color:#1e1e1e;border:.8px solid #3c3c3c}.btng-secondary:hover:not(:disabled){background-color:#f9fafb;color:#1e1e1e;border:1px solid #3c3c3c}.btng-secondary:active:not(:disabled){background-color:#f0f2f5;border:1.2px solid #3c3c3c;color:#1e1e1e}.btng-secondary:disabled{color:#98a2b3;border:2px solid #f0f2f5;cursor:not-allowed}.btng-primary:has(svg:only-child),.btng-secondary:has(svg:only-child){padding:0;width:36px}.btng-large:has(svg:only-child){width:55px}