.buttonWrapper{display:flex;flex:1;cursor:pointer}.disabledButtonWrapper{display:flex;flex:1;background-color:#cfcfe3;border:1px solid #cfcfe3;justify-content:center;border-radius:16px;padding:10px 0}.primaryButtonWrapper{display:flex;flex:1;background-color:#fee361;border:1px solid #fee361;justify-content:center;border-radius:16px;padding:10px 0;transition:.5s;cursor:pointer}.primaryButtonWrapper:active{background-color:#2b2f37;border:1px solid #2b2f37}.secondaryButtonWrapper{display:flex;flex:1;background-color:#fff;border:1px solid #2b2f37;justify-content:center;border-radius:16px;padding:10px 0;cursor:pointer}.secondaryButtonWrapper:active{background-color:#2b2f37}.ghostButtonWrapper{display:flex;flex:1;background-color:transparent;border:1px solid #2b2f37;justify-content:center;border-radius:16px;padding:10px 0;cursor:pointer}.ghostButtonWrapper:active{background-color:#2b2f37}.buttonText{margin:0;font-size:14px;font-weight:500}
