@goodhood-web/ui 1.1.0-development.21 → 1.1.0-development.23

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,3 +1,3 @@
1
1
  import { SmartLinkProps } from './SmartLink.types';
2
- export declare function SmartLink({ ariaLabel, ariaLabelledBy, as, className, href, label, onClick, target, type, }: SmartLinkProps): import("react/jsx-runtime").JSX.Element;
2
+ export declare function SmartLink({ ariaLabel, ariaLabelledBy, children, disabled, href, onClick, target, }: SmartLinkProps): import("react/jsx-runtime").JSX.Element;
3
3
  export default SmartLink;
@@ -1,10 +1,9 @@
1
+ import { ReactNode } from 'react';
1
2
  import { BaseButtonProps } from '../BaseButton/BaseButton';
2
- import { TypographyProps } from '../Typography/Typography.types';
3
3
  export interface SmartLinkProps extends Omit<BaseButtonProps, 'type' | 'role' | 'onClick'> {
4
- as?: TypographyProps['as'];
4
+ children: ReactNode;
5
5
  href?: string;
6
- label: string;
7
6
  onClick?: () => void;
7
+ rel?: string;
8
8
  target?: string;
9
- type?: TypographyProps['type'];
10
9
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@goodhood-web/ui",
3
- "version": "1.1.0-development.21",
3
+ "version": "1.1.0-development.23",
4
4
  "main": "./index.js",
5
5
  "types": "./index.d.ts",
6
6
  "exports": {
package/style.css CHANGED
@@ -1 +1 @@
1
- ._baseBtn_139o5_9{min-width:2rem;min-height:2rem;border:none;border-radius:0;cursor:pointer}._root_ybv6b_9{display:flex;overflow:hidden;width:100%;flex-direction:column;padding:16px;background-color:#fff;box-shadow:0 2px 8px #0000001a;color:#201649}._root--border-radius_ybv6b_19{border-radius:8px}._root_16qu1_9{padding:8px 0;color:inherit}._iconComponent_l8e8p_9{display:block}._iconComponent_l8e8p_9 path{stroke:currentColor}._iconButton_1exhv_9{display:flex;width:auto;min-width:unset;height:auto;min-height:unset;flex-shrink:0;align-items:center;justify-content:center;color:#201649}._iconButton_1exhv_9:disabled{background:none}._iconButton_1exhv_9:hover,._iconButton_1exhv_9:active{background:none}._iconButton--circular_1exhv_29{border-radius:50%;background:#cae85d}._iconButton--circular_1exhv_29:disabled{background:#ffffff}._iconButton--circular_1exhv_29:hover{background:#b5d622}._iconButton--circular_1exhv_29:active{background:#cae85d}._iconButton--circular-small_1exhv_42{width:40px;height:40px}._iconButton--circular-medium_1exhv_46{width:48px;height:48px}._iconButton--circular-large_1exhv_50{width:56px;height:56px}._root_9dqi9_9{display:flex;align-items:center;padding-bottom:12px;color:inherit;gap:8px}._title_9dqi9_17{flex-grow:1;margin:0}._h1_4692r_9{margin-bottom:0;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-size:32px;font-weight:500;letter-spacing:0;line-height:40px;text-decoration:none;text-indent:0px;text-transform:none}._h2_4692r_21{margin-bottom:0;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-size:24px;font-weight:600;letter-spacing:0;line-height:32px;text-decoration:none;text-indent:0px;text-transform:none}._h3_4692r_33{margin-bottom:0;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-size:20px;font-weight:600;letter-spacing:0;line-height:24px;text-decoration:none;text-indent:0px;text-transform:none}._h4_4692r_45{margin-bottom:0;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-size:18px;font-weight:700;letter-spacing:0;line-height:24px;text-decoration:none;text-indent:0px;text-transform:none}._h5_4692r_57{margin-bottom:0;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-size:16px;font-weight:600;letter-spacing:0;line-height:24px;text-decoration:none;text-indent:0px;text-transform:none}._h6_4692r_69{margin-bottom:0;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-size:14px;font-weight:700;letter-spacing:1px;line-height:24px;text-decoration:none;text-indent:0px;text-transform:uppercase}._h7_4692r_81{margin-bottom:0;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-size:12px;font-weight:800;letter-spacing:1px;line-height:16px;text-decoration:none;text-indent:0px;text-transform:uppercase}._h8_4692r_93{margin-bottom:0;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-size:10px;font-weight:800;letter-spacing:1.5px;line-height:16px;text-decoration:none;text-indent:0px;text-transform:uppercase}._body-large_4692r_105{margin-bottom:0;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-size:16px;font-weight:500;letter-spacing:0;line-height:24px;text-decoration:none;text-indent:0px;text-transform:none}._body-regular_4692r_117{margin-bottom:0;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-size:14px;font-weight:400;letter-spacing:0;line-height:20px;text-decoration:none;text-indent:0px;text-transform:none}._body-semibold_4692r_129{margin-bottom:0;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-size:14px;font-weight:600;letter-spacing:0;line-height:20px;text-decoration:none;text-indent:0px;text-transform:none}._body-italic_4692r_141{margin-bottom:0;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-size:14px;font-weight:400;letter-spacing:0;line-height:20px;text-decoration:none;text-indent:0px;text-transform:none}._detail-medium_4692r_153{margin-bottom:0;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-size:12px;font-weight:500;letter-spacing:0;line-height:16px;text-decoration:none;text-indent:0px;text-transform:none}._detail-bold_4692r_165{margin-bottom:0;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-size:12px;font-weight:700;letter-spacing:0;line-height:16px;text-decoration:none;text-indent:0px;text-transform:none}._detail-upper-case_4692r_177{margin-bottom:0;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-size:10px;font-weight:800;letter-spacing:0;line-height:16px;text-decoration:none;text-indent:0px;text-transform:uppercase}._detail-regular_4692r_189{margin-bottom:0;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-size:12px;font-weight:400;letter-spacing:0;line-height:16px;text-decoration:none;text-indent:0px;text-transform:none}._ccBtn_xa0b7_9{display:flex;width:100%;height:40px;align-items:center;align-self:stretch;padding:8px 16px;border-color:transparent;border-radius:12px;background-color:#f4f3f6;color:#201649;cursor:pointer;font-size:14px}._dividerContainer_hqwav_9{display:flex;align-items:center}._dividerLine_hqwav_14{height:1px;flex-grow:1;background-color:#d2d0db}._fieldset_8h0yg_9{border:none}._labelPill_ni81m_9{display:inline-flex;align-items:center;justify-content:center;border-radius:16px;background:#01819C}._labelPill_ni81m_9 span{color:#fff;line-height:16px;text-align:center}._labelPill--small_ni81m_21{height:20px;padding:0 8px}._labelPill--small_ni81m_21 span{font-size:10px;font-weight:800;text-transform:uppercase}._labelPill--medium_ni81m_30{padding:4px 8px}._labelPill--medium_ni81m_30 span{font-size:12px;font-weight:700}._legend_1aqg2_9{display:flex;flex-direction:column;padding-bottom:12px;gap:8px}._legend_1aqg2_9 ._text_1aqg2_15{color:#635c80}._menuItem_1ofae_9{display:flex;width:100%;flex-shrink:0;align-items:center;padding:0 8px;background-color:#fff;color:#201649;cursor:pointer;gap:8px;text-decoration:none}._menuItem_1ofae_9 ._highlightFrame_1ofae_21{display:flex;flex:1;align-items:center;padding:8px;border-radius:8px;gap:8px}._menuItem_1ofae_9 ._rightIcon_1ofae_29{display:inherit;margin-left:auto;color:#635c80}._menuItem--selected_1ofae_34{color:#201649}._menuItem--selected_1ofae_34 ._highlightFrame_1ofae_21{background-color:#f2fbc4}._menuItem--selected_1ofae_34:hover{color:#738c00}._menuItem_1ofae_9:not(._menuItem--selected_1ofae_34):hover{color:#635c80}._menuItem_1ofae_9:not(._menuItem--selected_1ofae_34):hover ._highlightFrame_1ofae_21{background-color:#f4f3f6}._bubbleContent_zmkfq_9{position:relative;display:inline-block}._bubble_zmkfq_9{position:absolute;z-index:auto;top:6px;right:6px;display:flex;width:20px;height:20px;align-items:center;justify-content:center;border-radius:50%;background-color:#ff9de2;color:#201649;font-size:12px;font-weight:700;text-align:center;transform:translate(50%,-50%);transform-origin:100% 0;white-space:nowrap}._bubble--empty_zmkfq_34{width:12px;height:12px}._wrapper_5w65w_9{width:100%}._wrapper_5w65w_9 ._textInputContainer_5w65w_12{position:relative}._wrapper_5w65w_9 ._textInputContainer_5w65w_12 label{position:absolute;top:50%;right:16px;left:16px;overflow:hidden;text-overflow:ellipsis;transform:translateY(-50%);transition:top .3s,font-size .3s;white-space:nowrap}._wrapper_5w65w_9 ._textInputContainer_5w65w_12 ._textInput_5w65w_12{overflow:hidden;width:100%;color:#201649;outline:none;text-overflow:ellipsis;white-space:nowrap}._wrapper_5w65w_9 ._textInputContainer_5w65w_12 ._textInput_5w65w_12+label{color:#635c80}._wrapper_5w65w_9 ._textInputContainer_5w65w_12 ._textInput_5w65w_12:focus+label,._wrapper_5w65w_9 ._textInputContainer_5w65w_12 ._textInput_5w65w_12:not(:placeholder-shown)+label{top:16px}._wrapper_5w65w_9 ._textInputContainer_5w65w_12 ._textInput_5w65w_12:focus+label>span,._wrapper_5w65w_9 ._textInputContainer_5w65w_12 ._textInput_5w65w_12:not(:placeholder-shown)+label>span{margin-bottom:0;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-size:12px;font-weight:500;letter-spacing:0;line-height:16px;text-decoration:none;text-indent:0px;text-transform:none}._wrapper_5w65w_9 ._textInputContainer_5w65w_12 ._textInput--medium_5w65w_51{padding:16px;border-radius:16px;margin-bottom:0;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-size:16px;font-weight:500;letter-spacing:0;line-height:24px;text-decoration:none;text-indent:0px;text-transform:none}._wrapper_5w65w_9 ._textInputContainer_5w65w_12 ._textInput--medium_5w65w_51:focus,._wrapper_5w65w_9 ._textInputContainer_5w65w_12 ._textInput--medium_5w65w_51:not(:placeholder-shown){padding-top:26px;padding-bottom:6px}._wrapper_5w65w_9 ._textInputContainer_5w65w_12 ._textInput--medium_5w65w_51._textInput--light_5w65w_68{padding:15px}._wrapper_5w65w_9 ._textInputContainer_5w65w_12 ._textInput--medium_5w65w_51._textInput--light_5w65w_68:focus,._wrapper_5w65w_9 ._textInputContainer_5w65w_12 ._textInput--medium_5w65w_51._textInput--light_5w65w_68:not(:placeholder-shown){padding-top:25px;padding-bottom:5px}._wrapper_5w65w_9 ._textInputContainer_5w65w_12 ._textInput--small_5w65w_75{margin-bottom:0;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-size:14px;font-weight:400;letter-spacing:0;line-height:20px;text-decoration:none;text-indent:0px;text-transform:none;padding:8px 16px;border-radius:12px}._wrapper_5w65w_9 ._textInputContainer_5w65w_12 ._textInput--small_5w65w_75:focus+label,._wrapper_5w65w_9 ._textInputContainer_5w65w_12 ._textInput--small_5w65w_75:not(:placeholder-shown)+label{display:none}._wrapper_5w65w_9 ._textInputContainer_5w65w_12 ._textInput--small_5w65w_75._textInput--light_5w65w_68{padding:7px 15px}._wrapper_5w65w_9 ._textInputContainer_5w65w_12 ._textInput--dark_5w65w_94{background-color:#f4f3f6}._wrapper_5w65w_9 ._textInputContainer_5w65w_12 ._textInput--dark_5w65w_94:hover{background-color:#e9e8ed}._wrapper_5w65w_9 ._textInputContainer_5w65w_12 ._textInput--dark_5w65w_94:disabled{color:#a6a2b6}._wrapper_5w65w_9 ._textInputContainer_5w65w_12 ._textInput--dark_5w65w_94:disabled:hover{background-color:#f4f3f6}._wrapper_5w65w_9 ._textInputContainer_5w65w_12 ._textInput--dark_5w65w_94:disabled+label{color:#a6a2b6}._wrapper_5w65w_9 ._textInputContainer_5w65w_12 ._textInput--light_5w65w_68{border:1px solid #a6a2b6;background-color:#fff}._wrapper_5w65w_9 ._textInputContainer_5w65w_12 ._textInput--light_5w65w_68:hover{border-color:#797392;background-color:#f4f3f6}._wrapper_5w65w_9 ._textInputContainer_5w65w_12 ._textInput--light_5w65w_68:disabled{border-color:#d2d0db;color:#a6a2b6}._wrapper_5w65w_9 ._textInputContainer_5w65w_12 ._textInput--light_5w65w_68:disabled:hover{background-color:#fff}._wrapper_5w65w_9 ._textInputContainer_5w65w_12 ._textInput--light_5w65w_68:disabled+label{color:#a6a2b6}._wrapper_5w65w_9 ._textInputContainer_5w65w_12 ._textInput--error_5w65w_127{padding:15px;border:1px solid #CC339F;background-color:#fde6f7;color:#201649}._wrapper_5w65w_9 ._textInputContainer_5w65w_12 ._textInput--error_5w65w_127:hover{background-color:#fde6f7}._wrapper_5w65w_9 ._textInputContainer_5w65w_12 ._textInput--error_5w65w_127:focus,._wrapper_5w65w_9 ._textInputContainer_5w65w_12 ._textInput--error_5w65w_127:not(:placeholder-shown){padding-top:25px;padding-bottom:5px}._wrapper_5w65w_9 ._textInputContainer_5w65w_12 ._textInput--error_5w65w_127:disabled{border-color:#cc339f}._wrapper_5w65w_9 ._textInputContainer_5w65w_12 ._textInput--error_5w65w_127:disabled:hover{background-color:#fde6f7}._wrapper_5w65w_9 ._textInputContainer_5w65w_12 ._textInput--error_5w65w_127._textInput--small_5w65w_75{padding:7px 15px}._wrapper_5w65w_9 ._textInputContainer--errorMessage_5w65w_149{display:block;margin-top:4px;margin-left:8px;color:#cc339f;text-transform:capitalize}._root_oj0uf_16{position:relative;overflow:hidden;flex-shrink:0;border:solid 1px #d2d0db;background-color:#d2d0db}._root--24_oj0uf_23{width:24px;height:24px}._root--28_oj0uf_27{width:28px;height:28px}._root--32_oj0uf_31{width:32px;height:32px}._root--40_oj0uf_35{width:40px;height:40px}._root--48_oj0uf_39{width:48px;height:48px}._root--56_oj0uf_43{width:56px;height:56px}._root--64_oj0uf_47{width:64px;height:64px}._root--80_oj0uf_51{width:80px;height:80px}._root--120_oj0uf_55{width:120px;height:120px}._root--280_oj0uf_59{width:280px;height:280px}._root--square_oj0uf_63._root--24_oj0uf_23,._root--square_oj0uf_63._root--32_oj0uf_31{border-radius:4px}._root--square_oj0uf_63._root--40_oj0uf_35,._root--square_oj0uf_63._root--48_oj0uf_39{border-radius:8px}._root--square_oj0uf_63._root--56_oj0uf_43,._root--square_oj0uf_63._root--64_oj0uf_47{border-radius:12px}._root--square_oj0uf_63._root--80_oj0uf_51,._root--square_oj0uf_63._root--120_oj0uf_55{border-radius:16px}._root--circular_oj0uf_75{border-radius:50%}._root--isPlaceholder_oj0uf_78:before{position:absolute;z-index:1;width:100%;height:100%;background-color:#d2d0db;content:"";opacity:.4}._root_oj0uf_16 img{width:100%;height:100%;object-fit:cover}._switch_yu7wd_9{position:relative;display:inline-block;width:48px;height:28px}._switch_yu7wd_9 input{position:absolute;z-index:2;width:48px;height:28px;opacity:0}._switch_yu7wd_9 input:not(:disabled){cursor:pointer}._switch_yu7wd_9 input:hover+._slider_yu7wd_25{box-shadow:inset 0 0 0 1.5px #797392}._switch_yu7wd_9 input:disabled+._slider_yu7wd_25{opacity:.4}._switch_yu7wd_9 ._slider_yu7wd_25{z-index:1;display:block;width:100%;height:100%;border-radius:100px;background-color:#d2d0db;box-shadow:inset 0 0 0 1.5px #a6a2b6;transition:.4s}._switch_yu7wd_9 ._slider_yu7wd_25:before{position:absolute;right:0px;bottom:2px;width:24px;height:24px;border-radius:50%;background-color:#fff;transform:translate(calc(-100% + 2px));content:"";transition:.4s}._switch_yu7wd_9 ._slider_yu7wd_25._focusVisible_yu7wd_53{box-shadow:inset 0 0 0 1.5px #43adc3!important}._switch_yu7wd_9 input:checked+._slider_yu7wd_25{background-color:#201649;box-shadow:inset 0 0 0 1.5px #201649}._switch_yu7wd_9 input:checked+._slider_yu7wd_25:before{transform:translate(-2px)}._switch_yu7wd_9 input:checked:hover+._slider_yu7wd_25{background-color:#635c80;box-shadow:inset 0 0 0 1.5px #635c80}._toggleInput_glgyz_9{display:flex;width:100%;align-items:center;padding:8px 16px;background-color:#fff;color:#635c80;cursor:pointer;gap:12px}._toggleInput_glgyz_9 svg{flex-shrink:0}._toggleInput_glgyz_9 ._textLabel_glgyz_22{flex-grow:1}._toggleInput_glgyz_9 ._switch_glgyz_25{flex-shrink:0}._toggleInput--checked_glgyz_28{color:#201649}._toggleInput--disabled_glgyz_31{cursor:unset}._toggleInput--withBorder_glgyz_34{padding:12px 16px;border-radius:16px;box-shadow:inset 0 0 0 1px #d2d0db}
1
+ ._baseBtn_139o5_9{min-width:2rem;min-height:2rem;border:none;border-radius:0;cursor:pointer}._root_ybv6b_9{display:flex;overflow:hidden;width:100%;flex-direction:column;padding:16px;background-color:#fff;box-shadow:0 2px 8px #0000001a;color:#201649}._root--border-radius_ybv6b_19{border-radius:8px}._root_16qu1_9{padding:8px 0;color:inherit}._iconComponent_l8e8p_9{display:block}._iconComponent_l8e8p_9 path{stroke:currentColor}._iconButton_1exhv_9{display:flex;width:auto;min-width:unset;height:auto;min-height:unset;flex-shrink:0;align-items:center;justify-content:center;color:#201649}._iconButton_1exhv_9:disabled{background:none}._iconButton_1exhv_9:hover,._iconButton_1exhv_9:active{background:none}._iconButton--circular_1exhv_29{border-radius:50%;background:#cae85d}._iconButton--circular_1exhv_29:disabled{background:#ffffff}._iconButton--circular_1exhv_29:hover{background:#b5d622}._iconButton--circular_1exhv_29:active{background:#cae85d}._iconButton--circular-small_1exhv_42{width:40px;height:40px}._iconButton--circular-medium_1exhv_46{width:48px;height:48px}._iconButton--circular-large_1exhv_50{width:56px;height:56px}._root_9dqi9_9{display:flex;align-items:center;padding-bottom:12px;color:inherit;gap:8px}._title_9dqi9_17{flex-grow:1;margin:0}._h1_4692r_9{margin-bottom:0;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-size:32px;font-weight:500;letter-spacing:0;line-height:40px;text-decoration:none;text-indent:0px;text-transform:none}._h2_4692r_21{margin-bottom:0;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-size:24px;font-weight:600;letter-spacing:0;line-height:32px;text-decoration:none;text-indent:0px;text-transform:none}._h3_4692r_33{margin-bottom:0;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-size:20px;font-weight:600;letter-spacing:0;line-height:24px;text-decoration:none;text-indent:0px;text-transform:none}._h4_4692r_45{margin-bottom:0;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-size:18px;font-weight:700;letter-spacing:0;line-height:24px;text-decoration:none;text-indent:0px;text-transform:none}._h5_4692r_57{margin-bottom:0;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-size:16px;font-weight:600;letter-spacing:0;line-height:24px;text-decoration:none;text-indent:0px;text-transform:none}._h6_4692r_69{margin-bottom:0;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-size:14px;font-weight:700;letter-spacing:1px;line-height:24px;text-decoration:none;text-indent:0px;text-transform:uppercase}._h7_4692r_81{margin-bottom:0;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-size:12px;font-weight:800;letter-spacing:1px;line-height:16px;text-decoration:none;text-indent:0px;text-transform:uppercase}._h8_4692r_93{margin-bottom:0;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-size:10px;font-weight:800;letter-spacing:1.5px;line-height:16px;text-decoration:none;text-indent:0px;text-transform:uppercase}._body-large_4692r_105{margin-bottom:0;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-size:16px;font-weight:500;letter-spacing:0;line-height:24px;text-decoration:none;text-indent:0px;text-transform:none}._body-regular_4692r_117{margin-bottom:0;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-size:14px;font-weight:400;letter-spacing:0;line-height:20px;text-decoration:none;text-indent:0px;text-transform:none}._body-semibold_4692r_129{margin-bottom:0;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-size:14px;font-weight:600;letter-spacing:0;line-height:20px;text-decoration:none;text-indent:0px;text-transform:none}._body-italic_4692r_141{margin-bottom:0;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-size:14px;font-weight:400;letter-spacing:0;line-height:20px;text-decoration:none;text-indent:0px;text-transform:none}._detail-medium_4692r_153{margin-bottom:0;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-size:12px;font-weight:500;letter-spacing:0;line-height:16px;text-decoration:none;text-indent:0px;text-transform:none}._detail-bold_4692r_165{margin-bottom:0;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-size:12px;font-weight:700;letter-spacing:0;line-height:16px;text-decoration:none;text-indent:0px;text-transform:none}._detail-upper-case_4692r_177{margin-bottom:0;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-size:10px;font-weight:800;letter-spacing:0;line-height:16px;text-decoration:none;text-indent:0px;text-transform:uppercase}._detail-regular_4692r_189{margin-bottom:0;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-size:12px;font-weight:400;letter-spacing:0;line-height:16px;text-decoration:none;text-indent:0px;text-transform:none}._ccBtn_xa0b7_9{display:flex;width:100%;height:40px;align-items:center;align-self:stretch;padding:8px 16px;border-color:transparent;border-radius:12px;background-color:#f4f3f6;color:#201649;cursor:pointer;font-size:14px}._dividerContainer_hqwav_9{display:flex;align-items:center}._dividerLine_hqwav_14{height:1px;flex-grow:1;background-color:#d2d0db}._fieldset_8h0yg_9{border:none}._labelPill_ni81m_9{display:inline-flex;align-items:center;justify-content:center;border-radius:16px;background:#01819C}._labelPill_ni81m_9 span{color:#fff;line-height:16px;text-align:center}._labelPill--small_ni81m_21{height:20px;padding:0 8px}._labelPill--small_ni81m_21 span{font-size:10px;font-weight:800;text-transform:uppercase}._labelPill--medium_ni81m_30{padding:4px 8px}._labelPill--medium_ni81m_30 span{font-size:12px;font-weight:700}._legend_1aqg2_9{display:flex;flex-direction:column;padding-bottom:12px;gap:8px}._legend_1aqg2_9 ._text_1aqg2_15{color:#635c80}._menuItem_1wzye_9{display:flex;width:100%;flex-shrink:0;align-items:center;padding:0 8px;background-color:#fff;color:#201649;cursor:pointer;gap:8px;text-decoration:none}._menuItem_1wzye_9 ._highlightFrame_1wzye_21{display:flex;flex:1;align-items:center;padding:8px;border-radius:8px;gap:8px}._menuItem_1wzye_9 ._rightIcon_1wzye_29{display:inherit;margin-left:auto;color:#635c80}._menuItem--selected_1wzye_34{color:#201649}._menuItem--selected_1wzye_34 ._leftIcon_1wzye_37{color:#738c00}._menuItem--selected_1wzye_34 ._highlightFrame_1wzye_21{background-color:#f2fbc4}._menuItem--selected_1wzye_34:hover{color:#738c00}._menuItem_1wzye_9:not(._menuItem--selected_1wzye_34):hover{color:#635c80}._menuItem_1wzye_9:not(._menuItem--selected_1wzye_34):hover ._highlightFrame_1wzye_21{background-color:#f4f3f6}._bubbleContent_zmkfq_9{position:relative;display:inline-block}._bubble_zmkfq_9{position:absolute;z-index:auto;top:6px;right:6px;display:flex;width:20px;height:20px;align-items:center;justify-content:center;border-radius:50%;background-color:#ff9de2;color:#201649;font-size:12px;font-weight:700;text-align:center;transform:translate(50%,-50%);transform-origin:100% 0;white-space:nowrap}._bubble--empty_zmkfq_34{width:12px;height:12px}._smartLink_61ous_9{color:inherit;text-decoration:none}._smartLinkButton_61ous_14{min-width:unset;min-height:unset;color:inherit}._textButton_1wee1_9{display:flex;height:1.5rem;align-items:center;justify-content:center;gap:8px}._textButton--green_1wee1_16{color:#cae85d}._textButton--green_1wee1_16:active{color:#b5d622}._textButton--blue_1wee1_22,._textButton--blue_1wee1_22:active{color:#01819c}._textButton--text_1wee1_28{color:#635c80}._textButton_1wee1_9:active{background:none}._textButton_1wee1_9:disabled{color:#d2d0db}._wrapper_5w65w_9{width:100%}._wrapper_5w65w_9 ._textInputContainer_5w65w_12{position:relative}._wrapper_5w65w_9 ._textInputContainer_5w65w_12 label{position:absolute;top:50%;right:16px;left:16px;overflow:hidden;text-overflow:ellipsis;transform:translateY(-50%);transition:top .3s,font-size .3s;white-space:nowrap}._wrapper_5w65w_9 ._textInputContainer_5w65w_12 ._textInput_5w65w_12{overflow:hidden;width:100%;color:#201649;outline:none;text-overflow:ellipsis;white-space:nowrap}._wrapper_5w65w_9 ._textInputContainer_5w65w_12 ._textInput_5w65w_12+label{color:#635c80}._wrapper_5w65w_9 ._textInputContainer_5w65w_12 ._textInput_5w65w_12:focus+label,._wrapper_5w65w_9 ._textInputContainer_5w65w_12 ._textInput_5w65w_12:not(:placeholder-shown)+label{top:16px}._wrapper_5w65w_9 ._textInputContainer_5w65w_12 ._textInput_5w65w_12:focus+label>span,._wrapper_5w65w_9 ._textInputContainer_5w65w_12 ._textInput_5w65w_12:not(:placeholder-shown)+label>span{margin-bottom:0;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-size:12px;font-weight:500;letter-spacing:0;line-height:16px;text-decoration:none;text-indent:0px;text-transform:none}._wrapper_5w65w_9 ._textInputContainer_5w65w_12 ._textInput--medium_5w65w_51{padding:16px;border-radius:16px;margin-bottom:0;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-size:16px;font-weight:500;letter-spacing:0;line-height:24px;text-decoration:none;text-indent:0px;text-transform:none}._wrapper_5w65w_9 ._textInputContainer_5w65w_12 ._textInput--medium_5w65w_51:focus,._wrapper_5w65w_9 ._textInputContainer_5w65w_12 ._textInput--medium_5w65w_51:not(:placeholder-shown){padding-top:26px;padding-bottom:6px}._wrapper_5w65w_9 ._textInputContainer_5w65w_12 ._textInput--medium_5w65w_51._textInput--light_5w65w_68{padding:15px}._wrapper_5w65w_9 ._textInputContainer_5w65w_12 ._textInput--medium_5w65w_51._textInput--light_5w65w_68:focus,._wrapper_5w65w_9 ._textInputContainer_5w65w_12 ._textInput--medium_5w65w_51._textInput--light_5w65w_68:not(:placeholder-shown){padding-top:25px;padding-bottom:5px}._wrapper_5w65w_9 ._textInputContainer_5w65w_12 ._textInput--small_5w65w_75{margin-bottom:0;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-size:14px;font-weight:400;letter-spacing:0;line-height:20px;text-decoration:none;text-indent:0px;text-transform:none;padding:8px 16px;border-radius:12px}._wrapper_5w65w_9 ._textInputContainer_5w65w_12 ._textInput--small_5w65w_75:focus+label,._wrapper_5w65w_9 ._textInputContainer_5w65w_12 ._textInput--small_5w65w_75:not(:placeholder-shown)+label{display:none}._wrapper_5w65w_9 ._textInputContainer_5w65w_12 ._textInput--small_5w65w_75._textInput--light_5w65w_68{padding:7px 15px}._wrapper_5w65w_9 ._textInputContainer_5w65w_12 ._textInput--dark_5w65w_94{background-color:#f4f3f6}._wrapper_5w65w_9 ._textInputContainer_5w65w_12 ._textInput--dark_5w65w_94:hover{background-color:#e9e8ed}._wrapper_5w65w_9 ._textInputContainer_5w65w_12 ._textInput--dark_5w65w_94:disabled{color:#a6a2b6}._wrapper_5w65w_9 ._textInputContainer_5w65w_12 ._textInput--dark_5w65w_94:disabled:hover{background-color:#f4f3f6}._wrapper_5w65w_9 ._textInputContainer_5w65w_12 ._textInput--dark_5w65w_94:disabled+label{color:#a6a2b6}._wrapper_5w65w_9 ._textInputContainer_5w65w_12 ._textInput--light_5w65w_68{border:1px solid #a6a2b6;background-color:#fff}._wrapper_5w65w_9 ._textInputContainer_5w65w_12 ._textInput--light_5w65w_68:hover{border-color:#797392;background-color:#f4f3f6}._wrapper_5w65w_9 ._textInputContainer_5w65w_12 ._textInput--light_5w65w_68:disabled{border-color:#d2d0db;color:#a6a2b6}._wrapper_5w65w_9 ._textInputContainer_5w65w_12 ._textInput--light_5w65w_68:disabled:hover{background-color:#fff}._wrapper_5w65w_9 ._textInputContainer_5w65w_12 ._textInput--light_5w65w_68:disabled+label{color:#a6a2b6}._wrapper_5w65w_9 ._textInputContainer_5w65w_12 ._textInput--error_5w65w_127{padding:15px;border:1px solid #CC339F;background-color:#fde6f7;color:#201649}._wrapper_5w65w_9 ._textInputContainer_5w65w_12 ._textInput--error_5w65w_127:hover{background-color:#fde6f7}._wrapper_5w65w_9 ._textInputContainer_5w65w_12 ._textInput--error_5w65w_127:focus,._wrapper_5w65w_9 ._textInputContainer_5w65w_12 ._textInput--error_5w65w_127:not(:placeholder-shown){padding-top:25px;padding-bottom:5px}._wrapper_5w65w_9 ._textInputContainer_5w65w_12 ._textInput--error_5w65w_127:disabled{border-color:#cc339f}._wrapper_5w65w_9 ._textInputContainer_5w65w_12 ._textInput--error_5w65w_127:disabled:hover{background-color:#fde6f7}._wrapper_5w65w_9 ._textInputContainer_5w65w_12 ._textInput--error_5w65w_127._textInput--small_5w65w_75{padding:7px 15px}._wrapper_5w65w_9 ._textInputContainer--errorMessage_5w65w_149{display:block;margin-top:4px;margin-left:8px;color:#cc339f;text-transform:capitalize}._root_oj0uf_16{position:relative;overflow:hidden;flex-shrink:0;border:solid 1px #d2d0db;background-color:#d2d0db}._root--24_oj0uf_23{width:24px;height:24px}._root--28_oj0uf_27{width:28px;height:28px}._root--32_oj0uf_31{width:32px;height:32px}._root--40_oj0uf_35{width:40px;height:40px}._root--48_oj0uf_39{width:48px;height:48px}._root--56_oj0uf_43{width:56px;height:56px}._root--64_oj0uf_47{width:64px;height:64px}._root--80_oj0uf_51{width:80px;height:80px}._root--120_oj0uf_55{width:120px;height:120px}._root--280_oj0uf_59{width:280px;height:280px}._root--square_oj0uf_63._root--24_oj0uf_23,._root--square_oj0uf_63._root--32_oj0uf_31{border-radius:4px}._root--square_oj0uf_63._root--40_oj0uf_35,._root--square_oj0uf_63._root--48_oj0uf_39{border-radius:8px}._root--square_oj0uf_63._root--56_oj0uf_43,._root--square_oj0uf_63._root--64_oj0uf_47{border-radius:12px}._root--square_oj0uf_63._root--80_oj0uf_51,._root--square_oj0uf_63._root--120_oj0uf_55{border-radius:16px}._root--circular_oj0uf_75{border-radius:50%}._root--isPlaceholder_oj0uf_78:before{position:absolute;z-index:1;width:100%;height:100%;background-color:#d2d0db;content:"";opacity:.4}._root_oj0uf_16 img{width:100%;height:100%;object-fit:cover}._switch_yu7wd_9{position:relative;display:inline-block;width:48px;height:28px}._switch_yu7wd_9 input{position:absolute;z-index:2;width:48px;height:28px;opacity:0}._switch_yu7wd_9 input:not(:disabled){cursor:pointer}._switch_yu7wd_9 input:hover+._slider_yu7wd_25{box-shadow:inset 0 0 0 1.5px #797392}._switch_yu7wd_9 input:disabled+._slider_yu7wd_25{opacity:.4}._switch_yu7wd_9 ._slider_yu7wd_25{z-index:1;display:block;width:100%;height:100%;border-radius:100px;background-color:#d2d0db;box-shadow:inset 0 0 0 1.5px #a6a2b6;transition:.4s}._switch_yu7wd_9 ._slider_yu7wd_25:before{position:absolute;right:0px;bottom:2px;width:24px;height:24px;border-radius:50%;background-color:#fff;transform:translate(calc(-100% + 2px));content:"";transition:.4s}._switch_yu7wd_9 ._slider_yu7wd_25._focusVisible_yu7wd_53{box-shadow:inset 0 0 0 1.5px #43adc3!important}._switch_yu7wd_9 input:checked+._slider_yu7wd_25{background-color:#201649;box-shadow:inset 0 0 0 1.5px #201649}._switch_yu7wd_9 input:checked+._slider_yu7wd_25:before{transform:translate(-2px)}._switch_yu7wd_9 input:checked:hover+._slider_yu7wd_25{background-color:#635c80;box-shadow:inset 0 0 0 1.5px #635c80}._toggleInput_glgyz_9{display:flex;width:100%;align-items:center;padding:8px 16px;background-color:#fff;color:#635c80;cursor:pointer;gap:12px}._toggleInput_glgyz_9 svg{flex-shrink:0}._toggleInput_glgyz_9 ._textLabel_glgyz_22{flex-grow:1}._toggleInput_glgyz_9 ._switch_glgyz_25{flex-shrink:0}._toggleInput--checked_glgyz_28{color:#201649}._toggleInput--disabled_glgyz_31{cursor:unset}._toggleInput--withBorder_glgyz_34{padding:12px 16px;border-radius:16px;box-shadow:inset 0 0 0 1px #d2d0db}