.Button{box-sizing:border-box;display:flex;align-items:center;justify-content:center;height:44px;border-radius:8px;border:none;white-space:nowrap;gap:6px;color:#fff;font-weight:500;font-size:16px;text-decoration:none;padding:0 16px;cursor:pointer;background-color:#803bfa}.Button:disabled{background-color:#666;color:#e5e5e5}.Button:disabled:active,.Button:disabled:hover{color:#e5e5e5;background-color:#666;cursor:not-allowed}.Button--noLabel{width:40px;padding:0;background-color:rgba(0,0,0,0)!important}.Button--noLabel .Icon{margin-left:0!important;margin-right:0!important}.Button--micro{height:auto;padding:0;font-size:14px;color:#bea0ff;background-color:rgba(0,0,0,0)!important;width:auto}.Button--micro:hover{color:#e3d6ff}.Button--micro:active{color:#bea0ff}.Button--micro .Icon path{stroke:currentColor!important}.Button--small{height:32px;font-size:14px;padding:0 12px}.Button--small .Icon path{stroke-width:1px}.Button--medium{height:40px;padding:8px;font-size:14px}.Button--large{font-size:18px;height:56px;padding:8px 32px}.Button .Icon{flex-shrink:0;width:16px;height:16px}.Button:hover{background-color:#6a0fde}.Button:active{background-color:#803bfa;color:#e3d6ff}.Button--danger{background-color:#d63b19}.Button--danger:hover{background-color:#ab2f14}.Button--danger:active{background-color:#de6247}.Button--dark{background-color:#251c30;color:#bea0ff}.Button--dark:hover{background-color:#221a2d;color:#bea0ff}.Button--dark:active{background-color:#2c203c;color:#e3d6ff}.Button--dark .Icon path{stroke:#bea0ff}.Button--dark:active .Icon path{stroke:#e3d6ff}.Button--darker{background-color:#262626}.Button--darker:hover{background-color:#202020}.Button--darker:active{background-color:#1a1a1a;color:#999}.Button--darker:active path{stroke:#999}.Button--darkerred{color:#e68975;background-color:#262626}.Button--darkerred .Icon path{stroke:#e68975}.Button--darkerred:hover{background-color:#202020}.Button--darkerred:active{background-color:#1a1a1a;color:#de6247}.Button--darkerred:active .Icon path{stroke:#de6247}.Button--darkergreen{color:"#22dd22";background-color:#262626}.Button--darkergreen .Icon path{stroke:"#22dd22"}.Button--darkergreen:hover{background-color:#202020}.Button--darkergreen:active{background-color:#1a1a1a;color:#de6247}.Button--darkergreen:active .Icon path{stroke:"#22ee22"}.Button__label{padding-top:0}.Button__label .LoadingDots{vertical-align:middle}