.button{color:#09090b;cursor:pointer;background-color:#92e123;border:0;border-radius:10px;justify-content:center;align-items:center;gap:8px;height:34px;padding:8px 16px;font-size:14px;font-weight:600;transition:all .3s;display:flex}.button_secondary{color:#e6e6e6;background-color:#262626;border:1px solid #2e2e2e}.button_secondary:hover{background-color:#313135!important}.button_white{color:#1a1a1a;background-color:#fafafa;border:none}.button_white:hover{background-color:#e5e5e5!important}.button_outline{box-shadow:none;color:#e6e6e6;background:0 0;border:0}.button_outline:hover{background:#ffffff14!important}.button:hover{background-color:#9ff02e}.button:disabled{opacity:.5;cursor:initial;background:#ffffff14}.button:disabled:hover{background-color:#ffffff14}.button_rounded{border-radius:32px}.button_small{height:24px;padding:4px 8px;font-size:12px}.button_medium{height:34px}.button_large{height:40px;padding:12px 16px}.button_fullWidth{width:100%}
