.btnf{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}.btnf.btnf-large{height:55px;font-size:16px;padding:0 24px}.btnf-primary{background-color:#9ee86f;color:#000000;border:none}.btnf-primary:hover:not(:disabled){background-color:#aeec87}.btnf-primary:active:not(:disabled){background-color:#84c15d}.btnf-primary:disabled{background-color:#e0e0e0;color:#a0a0a0;cursor:not-allowed}.btnf-secondary{background-color:transparent;color:#ffffff;border:1px solid #ffffff}.btnf-secondary:hover:not(:disabled){background-color:#ecfae2;color:#001f0d}.btnf-secondary:active:not(:disabled){background-color:#dff7cf;color:#001f0d}.btnf-secondary:disabled{border-color:#dde0e6;color:#98a2b3;cursor:not-allowed}.btnf-primary:has(svg:only-child),.btnf-secondary:has(svg:only-child){padding:0;width:36px}.btnf-large:has(svg:only-child){width:56px}