@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap";*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--Font-Inter)}a{all:unset;cursor:pointer}a:hover{opacity:.8}select{border-radius:8px;border:1px solid var(--Neutral-5, #d9d9d9);background:var(--Neutral-1, #fff);display:inline-flex;padding:6px 12px;align-items:flex-start;color:var(--Gray-1, #535353);font-size:14px;font-weight:500}@media print{*{color-adjust:exact!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}}label{color:var(--Gray-700);font-family:Inter;font-size:14px;font-style:normal;font-weight:500}#screenshot-progress{background-color:#fff;border-radius:20px;box-shadow:0 0 10px #0000001a;max-width:600px;position:relative;display:flex;flex-direction:column;margin:20px auto;border:1px solid #f0f0f0}#screenshot-progress .header{display:flex;align-items:center}#screenshot-progress .title{color:var(--Gray-900, #101828);font-size:14px;font-weight:600}#screenshot-progress .close-button{background:none;border:none;position:absolute;right:20px;top:20px;cursor:pointer;color:#999;font-size:32px}#screenshot-progress .message{color:var(--Gray-600, #475467);font-size:14px;font-weight:400}#progress-bar-wrapper{width:100px;background-color:#eceffa;overflow:hidden;margin-top:10px;margin-left:70px}#progress-bar{height:10px;background-color:#9799a0;border-radius:5px;margin-top:10px;margin-left:70px}:where(.css-dev-only-do-not-override-uslqh8).ant-select-outlined.ant-select-multiple .ant-select-selection-item{border-radius:6px;border:1px solid var(--Gray-300, #d0d5dd);background:var(--Base-White, #fff)}:root{--White: #ffffff;--Black: #000000;--Transparent: #ffffff00;--Gray-25: #fcfcfd;--Gray-50: #f9fafb;--Gray-100: #f2f4f7;--Gray-200: #e4e7ec;--Gray-300: #d0d5dd;--Gray-400: #98a2b3;--Gray-500: #667085;--Gray-600: #475467;--Gray-700: #344054;--Gray-800: #182230;--Gray-900: #101828;--Gray-950: #0c111d;--Brand-25: #e1e6f7;--Brand-50: #9eade4;--Brand-100: #788dd9;--Brand-200: #516cce;--Brand-300: #2f49a6;--Brand-400: #294093;--Brand-500: #243880;--Brand-600: #213476;--Brand-700: #1f306d;--Brand-800: #1c2c64;--Brand-900: #1a285b;--Brand-950: #172452;--Error-25: #fffbfa;--Error-50: #fef3f2;--Error-100: #fee4e2;--Error-200: #fecdca;--Error-300: #fda29b;--Error-400: #f97066;--Error-500: #f04438;--Error-600: #d92d20;--Error-700: #b42318;--Error-800: #912018;--Error-900: #7a271a;--Error-950: #55160c;--Warning-25: #fffcf5;--Warning-50: #fffaeb;--Warning-100: #fef0c7;--Warning-200: #fedf89;--Warning-300: #fec84b;--Warning-400: #fdb022;--Warning-500: #f79009;--Warning-600: #dc6803;--Warning-700: #b54708;--Warning-800: #93370d;--Warning-900: #7a2e0e;--Warning-950: #4e1d09;--Success-25: #f6fef9;--Success-50: #ecfdf3;--Success-100: #dcfae6;--Success-200: #abefc6;--Success-300: #75e0a7;--Success-400: #47cd89;--Success-500: #17b26a;--Success-600: #079455;--Success-700: #067647;--Success-800: #085d3a;--Success-900: #074d31;--Success-950: #053321;--Font-Inter: "Inter", sans-serif}[data-theme=dark]{--Gray-25: #fafafa;--Gray-50: #f5f5f6;--Gray-100: #f0f1f1;--Gray-200: #ececed;--Gray-300: #cecfd2;--Gray-400: #94969c;--Gray-500: #85888e;--Gray-600: #61646c;--Gray-700: #333741;--Gray-800: #1f242f;--Gray-900: #161b26;--Gray-950: #0c111d}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--Gray-200);border-radius:8px}::-webkit-scrollbar-thumb:hover{background:var(--Gray-400)}:root{--animation-duration: .2s;--animation-ease: ease-in-out;--animation-delay: 0ms;--animation-fill: none}[data-animation=slideLeft]{animation:slideLeft var(--animation-duration) var(--animation-ease) var(--animation-delay) var(--animation-fill)}@keyframes slideLeft{0%{transform:translate(-30%);opacity:0}to{transform:translate(0);opacity:1}}[data-animation=slideRight]{animation:slideRight var(--animation-duration) var(--animation-ease) var(--animation-delay) var(--animation-fill)}@keyframes slideRight{0%{transform:translate(30%);opacity:0}to{transform:translate(0);opacity:1}}[data-animation=slideUp]{animation:slideUp var(--animation-duration) var(--animation-ease) var(--animation-delay) var(--animation-fill)}@keyframes slideUp{0%{transform:translateY(10%);opacity:0}to{transform:translateY(0);opacity:1}}[data-animation=slideDown]{animation:slideDown var(--animation-duration) var(--animation-ease) var(--animation-delay) var(--animation-fill)}@keyframes slideDown{0%{transform:translateY(-10%);opacity:0}to{transform:translateY(0);opacity:1}}[data-animation=fade]{animation:fadeIn var(--animation-duration) var(--animation-ease) var(--animation-delay) var(--animation-fill)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}[data-animation=zoom]{animation:zoomIn var(--animation-duration) var(--animation-ease) var(--animation-delay) var(--animation-fill)}@keyframes zoomIn{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}[data-animation=flip]{animation:flipIn var(--animation-duration) var(--animation-ease) var(--animation-delay) var(--animation-fill)}@keyframes flipIn{0%{transform:rotateX(90deg);opacity:0}to{transform:rotateX(0);opacity:1}}.fetching{filter:blur(1px);animation:loading 1.5s linear infinite}@keyframes loading{0%{opacity:.3}50%{opacity:1}to{opacity:.3}}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.max-w-100{max-width:100%!important}.max-h-100{max-height:100%!important}.min-w-100{min-width:100%!important}.min-h-100{min-height:100%!important}.overflow-auto{overflow:auto!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}.flex-row{flex-direction:row!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column{flex-direction:column!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.justify-content-evenly{justify-content:space-evenly!important}.align-items-start{align-items:flex-start!important}.align-content-start{align-content:flex-start!important}.align-items-center{align-items:center!important}.align-items-end{align-items:flex-end!important}.align-items-stretch{align-items:stretch!important}.align-items-baseline{align-items:baseline!important}.align-self-start{align-self:flex-start!important}.align-self-center{align-self:center!important}.align-self-end{align-self:flex-end!important}.align-self-stretch{align-self:stretch!important}.flex-fill{flex:1 1 auto!important}.order-0{order:0!important}.order-1{order:1!important}.order-2{order:2!important}.order-3{order:3!important}.order-4{order:4!important}.order-5{order:5!important}.order-last{order:9999!important}.text-start{text-align:left!important}.text-center{text-align:center!important}.text-end{text-align:right!important}.m-0{margin:0!important}.m-1{margin:.25rem!important}.m-2{margin:.5rem!important}.m-3{margin:1rem!important}.m-4{margin:1.5rem!important}.m-5{margin:3rem!important}.mt-1{margin-top:.25rem!important}.mb-1{margin-bottom:.25rem!important}.ml-1,.me-1{margin-left:.25rem!important}.mr-1,.ms-1{margin-right:.25rem!important}.mt-2{margin-top:.5rem!important}.mb-2{margin-bottom:.5rem!important}.ml-2,.me-2{margin-left:.5rem!important}.mr-2,.ms-2{margin-right:.5rem!important}.mx-auto{margin-left:auto!important;margin-right:auto!important}.my-auto{margin-top:auto!important;margin-bottom:auto!important}.position-relative{position:relative!important}.row-hover{cursor:pointer}.ant-select-item{margin-bottom:1px;border-radius:6px!important;padding:8px 12px!important}.ant-select-selection-wrap{height:100%!important}.flex-center{display:flex;align-items:center;justify-content:center}.gap-4px{gap:4px}.flex-between{display:flex;align-items:center;justify-content:space-between}.flex-end{display:flex;align-items:center;justify-content:flex-end}.flex-start{display:flex;align-items:center;justify-content:flex-start}.flex-column{display:flex;flex-direction:column}.gap-4{gap:4px}.gap-8{gap:8px}.gap-12{gap:12px}.p-0{padding:0!important}.ant-input:-webkit-autofill,.ant-input:-internal-autofill-selected{-webkit-box-shadow:0 0 0 1000px white inset!important;-webkit-text-fill-color:black!important;background-color:#fff!important}._container_uwc4t_1{display:flex;align-items:center;gap:10rem;height:100vh;max-width:1280px;margin-inline:auto;padding-inline:3rem}._container_uwc4t_1 ._logo_uwc4t_11{padding-bottom:80px}._center_uwc4t_15{text-align:center}._container_uwc4t_1 ._formComponents_uwc4t_19{max-width:400px;margin-inline:auto}@media(max-width:1024px){._decoration_uwc4t_25{display:none}._container_uwc4t_1{padding-inline:1rem}}._wrapper_18av6_1{display:flex;flex-direction:column}._actions_18av6_6{display:flex;justify-content:flex-end;margin-block:.5rem}._error_18av6_12{border-radius:8px;border:1px solid #FECDCA;background:#fef3f2;display:flex;padding:8px 12px 8px 10px;align-items:center;gap:4px;align-self:stretch;color:#b42318;text-align:center;font-size:14px;font-style:normal;font-weight:500;line-height:20px;margin-bottom:32px}._title_18av6_30{color:var(--Gray-900);font-family:Inter;font-size:32px;font-style:normal;font-weight:600;line-height:40px;letter-spacing:-.64px;margin-bottom:12px}._description_18av6_41{color:var(--Gray-600);font-family:Inter;font-size:16px;font-style:normal;font-weight:400;line-height:24px;margin-bottom:32px}._formElements_18av6_51{display:grid;gap:1.2rem}._passwordToggle_18av6_56{background:none;border:none;cursor:pointer;padding:8px;display:flex;align-items:center;justify-content:center;color:#6b7280;transition:color .2s ease;border-radius:4px}._passwordToggle_18av6_56:hover{color:#374151}._passwordToggle_18av6_56:focus{outline:none;color:#1f2937}._passwordToggle_18av6_56:active{color:#111827}._spin_r9cou_1{animation:_spin_r9cou_1 1s linear infinite}@keyframes _spin_r9cou_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._button_do25d_1{all:unset;display:flex;align-items:center;gap:.5rem;cursor:pointer;font-size:14px;white-space:nowrap}._button_do25d_1 span{display:flex;align-items:center;gap:.5rem;justify-content:center}._button_do25d_1:hover{opacity:.8}._button_do25d_1:active{opacity:.6}._bordered_do25d_27{border-radius:8px;border:1px solid #d0d5dd;background:#fff;box-shadow:0 1px 2px #1018280d}._default_do25d_34{display:inline;padding:8px 12px;border-radius:8px;text-align:center}._text_do25d_41 span{color:#475467;font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px}._primary_do25d_50{display:inline;padding:6px 12px;text-align:center;border-radius:8px;border:1px solid #243880;background-color:#243880!important;box-shadow:0 1px 2px #1018280d;color:#fff!important}._secondary_do25d_62{display:inline;padding:6px 12px;text-align:center;border-radius:8px;background:#fff;box-shadow:0 1px 2px #1018280d}._secondary_do25d_62:hover{color:#182230!important;background:#f9fafb!important}._danger_do25d_76{display:inline;padding:6px 12px;text-align:center;border-radius:8px;border:1px solid #d92d20;background-color:#d92d20!important;box-shadow:0 1px 2px #1018280d;color:#fff!important}._button_do25d_1[disabled],._button_do25d_1[disabled]:hover,._button_do25d_1[disabled]:active{cursor:not-allowed;opacity:.6;background:var(--Gray-300);border-color:var(--Gray-300)}._icon_do25d_97{padding:6px 7px;border-radius:8px}._text_do25d_41{color:#243880;background:var(--Transparent)!important;font-family:Inter;font-size:14px;font-style:normal;font-weight:400}._sm_do25d_111{padding:5px 7px}._md_do25d_115{padding:10px 14px}._lg_do25d_119{padding:10px 16px}._loadingIcon_do25d_123{animation:_spin_do25d_1 1s linear infinite;display:inline-block;vertical-align:middle}._loadingContainer_do25d_129{display:flex;align-items:center;gap:.5rem}._dangerOutlined_do25d_135{background-color:#fff!important;border:1px solid #FDA29B!important;color:#b42318!important;font-family:Inter;font-size:14px;font-style:normal;font-weight:600;line-height:20px}@keyframes _spin_do25d_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._wrapper_kygmx_1{display:flex;flex-direction:column;gap:6px}._label_kygmx_7{color:var(--Gray-700);font-family:Inter;font-size:14px;font-style:normal;font-weight:500}._input_kygmx_15{padding:10px 14px;border-radius:8px;border:1px solid var(--Gray-300, #d0d5dd);background:var(--Base-White, #fff);box-shadow:0 1px 2px #1018280d;width:100%;margin:1px 0}._declaration_kygmx_25{color:var(--Gray-700, #344054);font-size:14px;font-weight:500}._sm_kygmx_31{padding:8px 12px;height:32px;font-size:14px}._md_kygmx_37{padding:10px 14px;height:40px;font-size:16px}._lg_kygmx_43{padding:12px 16px;height:48px;font-size:18px}._inputContainer_kygmx_50{position:relative;display:flex;align-items:center}._errorIcon_kygmx_56{position:absolute;right:14px;top:50%;transform:translateY(-50%);pointer-events:none}._errorInput_kygmx_64{border-radius:8px;border:1px solid #FDA29B;background:#fff;box-shadow:0 1px 2px #1018280d;padding-right:45px}._error_kygmx_56{color:#f04438;font-size:14px;font-weight:400;line-height:20px}._errorInput_kygmx_64:focus,._errorInput_kygmx_64:focus-visible{outline:none!important;box-shadow:0 1px 2px #1018280d,0 0 0 4px #f044383d}._rightIcon_kygmx_83{position:absolute;right:14px;top:50%;transform:translateY(-50%)}._container_15xj7_1{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:8px;padding:1rem}._box_15xj7_10{width:50px;position:relative;aspect-ratio:1/1;animation:_spin_15xj7_1 2s infinite ease-in-out}._one_15xj7_17{position:absolute;transform:translateY(.2rem);animation:_goCenterOne_15xj7_1 3s linear infinite alternate}._two_15xj7_23{position:absolute;transform:translate(1.6rem,.6rem);animation:_goCenterTwo_15xj7_1 3s linear infinite alternate}._three_15xj7_29{position:absolute;transform:translate(.8rem,1.8rem);animation:_goCenterThree_15xj7_1 3s linear infinite alternate}@keyframes _spin_15xj7_1{0%{transform:rotate(0)}10%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes _goCenterOne_15xj7_1{0%{transform:translateY(.2rem) rotate(0)}10%{transform:translateY(.2rem) rotate(0)}to{transform:translate(2.1rem,1.6rem) rotate(360deg)}}@keyframes _goCenterTwo_15xj7_1{0%{transform:translate(1.6rem,.6rem) rotate(0)}10%{transform:translate(1.6rem,.6rem) rotate(0)}to{transform:translateY(.9rem) rotate(360deg)}}@keyframes _goCenterThree_15xj7_1{0%{transform:translate(.8rem,1.8rem) rotate(0)}10%{transform:translate(.8rem,1.8rem) rotate(0)}to{transform:translate(1.5rem,-.2rem) rotate(360deg)}}._title_15xj7_91{font-size:14px;font-weight:400;width:max-content}._form_mghbb_1{max-width:360px;display:grid;gap:1rem}._goBack_mghbb_7{margin-top:16px;display:grid}._title_mghbb_12{color:var(--Gray-900, #101828);text-align:center;font-family:Inter;font-size:30px;font-style:normal;font-weight:600;line-height:38px}._description_mghbb_24{color:var(--Gray-600, #475467);text-align:center;font-family:Inter;font-size:16px;font-style:normal;font-weight:400;line-height:24px}._error_mghbb_34{border-radius:8px;border:1px solid #FECDCA;background:#fef3f2;display:flex;padding:8px 12px 8px 10px;align-items:center;gap:4px;align-self:stretch;color:#b42318;text-align:center;font-size:14px;font-style:normal;font-weight:500;line-height:20px;margin-bottom:32px}._slider_154q6_1{width:600px;background-color:#161922;display:grid;align-content:center;justify-content:center;height:100dvh;overflow:hidden;position:relative}._leftSmoke_154q6_12{position:absolute;left:0;bottom:0;width:200px;filter:blur(50px);height:100dvh;animation:_slideDown_154q6_1 15s forwards linear infinite}._rightSmoke_154q6_22{position:absolute;right:0;top:-20px;width:200px;transform:rotate(180deg);filter:blur(50px);height:100dvh;animation:_slideDown_154q6_1 20s forwards linear infinite}._slides_154q6_33{max-height:max-content;display:grid;gap:24px;width:360px;height:100dvh;animation:_slide_154q6_1 30s forwards linear infinite}._slide_154q6_1{width:360px}@keyframes _slide_154q6_1{0%{transform:translateY(0)}to{transform:translateY(-300%)}}@keyframes _slideDown_154q6_1{0%{transform:translateY(-100%)}50%{transform:rotate(180deg)}to{transform:translateY(100%)}}._container_1y2rl_1{display:flex;align-items:center;justify-content:center;gap:10rem;height:100vh;max-width:1280px;margin-inline:auto;padding-inline:3rem}._container_1y2rl_1 ._logo_1y2rl_12{padding-bottom:80px;text-align:center}._container_1y2rl_1 ._formComponents_1y2rl_17{max-width:400px;margin-inline:auto}._wrapper_1y2rl_22{display:flex;flex-direction:column}._backToLogin_1y2rl_27{display:flex;justify-content:center;margin-block:.5rem}._error_1y2rl_33{border-radius:8px;border:1px solid #FECDCA;background:#fef3f2;display:flex;padding:8px 12px 8px 10px;align-items:center;gap:4px;align-self:stretch;color:#b42318;text-align:center;font-size:14px;font-style:normal;font-weight:500;line-height:20px;margin-bottom:32px}._success_1y2rl_51{border-radius:8px;border:1px solid #A6F4C5;background:#f6ffed;display:flex;padding:8px 12px 8px 10px;align-items:center;gap:4px;align-self:stretch;color:#17b26a;text-align:center;font-size:14px;font-style:normal;font-weight:500;line-height:20px;margin-bottom:32px}._title_1y2rl_69{color:var(--Gray-900);font-family:Inter;font-size:32px;font-style:normal;font-weight:600;line-height:40px;letter-spacing:-.64px;margin-bottom:12px}._description_1y2rl_80{color:var(--Gray-600);font-family:Inter;font-size:16px;font-style:normal;font-weight:400;line-height:24px;margin-bottom:32px}._formElements_1y2rl_90{display:grid;gap:1.2rem}._passwordToggle_1y2rl_96{background:none;border:none;cursor:pointer;padding:8px;display:flex;align-items:center;justify-content:center;color:#6b7280;transition:color .2s ease;border-radius:4px}._passwordToggle_1y2rl_96:hover{color:#374151}._passwordToggle_1y2rl_96:focus{outline:none;color:#1f2937}._passwordToggle_1y2rl_96:active{color:#111827}@media(max-width:1024px){._container_1y2rl_1{padding-inline:1rem}}._memberLayout_hly8a_1{position:relative;display:grid;grid-template-columns:auto 1fr;min-height:100dvh;margin-inline:auto}._aside_hly8a_9{border-right:1px solid #eaecf0;position:relative;z-index:4}._main_hly8a_15{border-left:none}@media(max-width:1024px){._aside_hly8a_9{display:none}._memberLayout_hly8a_1{display:block}}@media print{._aside_hly8a_9{display:none;width:0}._main_hly8a_15{padding:0;width:100dvw}}._backdrop_h9hlu_1{position:fixed;top:0;left:0;width:100%;height:100%;z-index:111}._aside_h9hlu_10{position:sticky;top:0;left:0;min-width:80px;background:var(--White);height:100dvh;display:flex;flex-direction:column;align-items:center;gap:1.5rem;padding-block:32px;z-index:1}._logo_h9hlu_25{height:32px}._navDetail_h9hlu_29{visibility:hidden}._aside_h9hlu_10:hover ._navDetail_h9hlu_29{visibility:visible}._menu_h9hlu_37{display:flex;flex-direction:column;align-items:center;list-style-type:none;height:100%;gap:.5rem}._menu_h9hlu_37 li{display:flex;align-items:center}._menu_h9hlu_37 li a{display:block}._menuItem_h9hlu_55{border:none;border-radius:8px;padding:8px 12px;display:flex;align-items:center;gap:.5rem;cursor:pointer}._menuItem_h9hlu_55:hover{background:var(--Gray-50)!important}._menuItem_h9hlu_55:active{background:var(--Gray-50);box-shadow:0 0 0 4px #98a2b324}._menuItem_h9hlu_55:focus{background:var(--Gray-50)!important}._settings_h9hlu_78{margin-top:auto}._userBtn_h9hlu_82{all:unset;cursor:pointer;margin-top:auto}._nav_h9hlu_29{display:flex;flex-direction:column;overflow:auto;position:absolute;background:var(--White);top:0;left:82px;width:260px;padding:36px 16px;height:100%;border-right:1px solid var(--Colors-Border-border-secondary, #e4e7ec)}._navigation_h9hlu_102{list-style:none;display:flex;flex-direction:column;align-items:flex-start;gap:.5rem}._navigation_h9hlu_102 li{width:100%}._childNavigation_h9hlu_114{list-style:none;display:flex;flex-direction:column;align-items:flex-start;width:100%}._childNavigation_h9hlu_114 a{display:flex;padding:8px 3px;align-items:center;gap:12px;border-radius:6px;width:100%}._childNavigation_h9hlu_114 a:hover{background:var(--Gray-100)}._childNavigation_h9hlu_114 a:focus{background:var(--Gray-50);box-shadow:0 0 0 4px #98a2b324}._childNavigation_h9hlu_114 ._active_h9hlu_140{background:var(--Gray-50)}._navigationGroupTitle_h9hlu_144 h2{color:#74787e;font-family:var(--Font-family-font-family-body, Inter);font-size:12px;font-style:normal;font-weight:700;margin-block:.5rem}._navigationTitle_h9hlu_153{color:var(--Gray-700, #344054);font-family:var(--Font-family-font-family-body, Inter);font-size:14px;font-style:normal;font-weight:500}._userInfo_h9hlu_161{margin-top:auto;display:flex;justify-content:space-between;align-items:center;color:var(--colors-text-text-primary-900, #101828);font-family:var(--Font-family-font-family-body, Inter);font-size:var(--Font-size-text-sm, 14px);font-style:normal;font-weight:600;line-height:var(--Line-height-text-sm, 20px)}._userInfo_h9hlu_161 ._email_h9hlu_176{color:var(--colors-text-text-tertiary-600, #475467);font-family:var(--Font-family-font-family-body, Inter);font-size:var(--Font-size-text-sm, 14px);font-style:normal;font-weight:400;line-height:var(--Line-height-text-sm, 20px)}@media(max-width:1024px){._aside_h9hlu_10{height:95dvh}}._user_h9hlu_82{position:relative}._popup_h9hlu_197{position:absolute;bottom:5%;left:100%;border-radius:8px;background:var(--Base-White, #fff);box-shadow:-1px 10px 10px #1018281a;border:1px solid var(--Gray-200, #eaecf0);display:flex;flex-direction:column}._userActions_h9hlu_209{display:flex;flex-direction:column;justify-content:flex-start;padding:1rem}._disabled_h9hlu_216{opacity:.5;cursor:not-allowed;pointer-events:none}._languageWrapper_h9hlu_222{position:relative;display:flex;gap:8px;width:100%;cursor:pointer;color:var(--Gray-700, var(--colors-gray-light-mode-700, #344054));font-family:Inter;font-size:14px;font-style:normal;font-weight:500}._languageWrapper_h9hlu_222 ._languageOptions_h9hlu_235{position:absolute;left:100%;top:0;background:var(--Base-White, #fff);box-shadow:-1px 10px 10px #1018281a;border:1px solid var(--Gray-200, #eaecf0);border-radius:8px;z-index:1000;display:flex;flex-direction:column;display:none}._languageWrapper_h9hlu_222:hover ._languageOptions_h9hlu_235{display:flex}._languageOption_h9hlu_235{padding:10px;width:100%;display:flex;justify-content:space-between;width:200px}._languageOption_h9hlu_235:hover{border-radius:6px;background:var(--Gray-50, #f9fafb)}._buttonInPopup_h9hlu_266,._languageWrapper_h9hlu_222{padding:10px}._buttonInPopup_h9hlu_266:hover,._languageWrapper_h9hlu_222:hover{background-color:var(--Gray-50, #f9fafb)!important}._keywordBadgeContainer_1wvuv_2{display:flex;align-items:center;align-self:center;gap:4px}._badge_1wvuv_8{border-radius:16px;border:1px solid var(--Brand-50, #d8def4);background:var(--Brand-25, #eceffa);padding:2px 6px;font-size:12px;width:max-content;font-weight:400}._success_1wvuv_18{border-radius:16px;border:1px solid var(--Success-200, #abefc6);background:var(--Success-50, #ecfdf3)}._error_1wvuv_24{border-radius:16px;border:1px solid var(--Gray-200, #eaecf0);background:var(--Gray-50, #f9fafb)}._selected_1wvuv_30{display:flex;padding:2px 6px;align-items:center;border-radius:6px;border:1px solid var(--Gray-300, #d0d5dd);background:var(--Base-White, #fff);box-shadow:0 1px 2px #1018280d}._selected_1wvuv_30 span{color:var(--Gray-700, #344054);text-align:center;font-family:Inter;font-size:12px;font-style:normal;font-weight:500;line-height:18px}._label_1wvuv_50{height:20px;display:flex;padding:2px 8px;align-items:center;border-radius:6px;border:1px solid var(--Gray-200, #eaecf0);background:var(--Gray-50, #f9fafb)}._label_1wvuv_50 span{color:var(--Gray-blue-700, #363f72);text-align:center;font-family:Inter;font-size:12px;font-style:normal;font-weight:500;line-height:18px}._comingSoon_1wvuv_70{border-radius:16px;border:1px solid var(--Graident-1, #54cbc2);background:var(--Blue-light-50, #f0f9ff)}._comingSoon_1wvuv_70 span{color:var(--Blue-light-700, #026aa2);text-align:center;font-family:Inter;font-size:12px;font-style:normal;font-weight:500;line-height:18px}._keywordBadge_1wvuv_2{display:inline-flex;padding:5px;align-items:center;gap:4px;border-radius:6px;border:1px solid var(--Gray-300, #d0d5dd);background:var(--Base-White, #fff);box-shadow:0 1px 2px #1018280d;white-space:nowrap;height:fit-content}._categoryFilterBadge_1wvuv_99{display:inline-flex;padding:5px!important;align-items:center;height:22px;border-radius:6px;border:1px solid var(--Gray-300, #d0d5dd);background:var(--Base-White, #fff);box-shadow:0 1px 2px #1018280d;white-space:nowrap;height:fit-content}._expanded_1wvuv_112{padding:2px 6px 2px 4px}._sortBy_1wvuv_116{color:var(--Gray-700, #344054);text-align:center;font-family:Inter;font-size:12px;font-style:normal;font-weight:500;line-height:18px}._optional_1wvuv_126{border-radius:16px;border:1px solid var(--Gray-200, #EAECF0);height:fit-content;background:var(--Gray-50, #F9FAFB);color:var(--Gray-700, #344054);text-align:center;font-family:Inter;font-size:12px;font-style:normal;font-weight:500;line-height:18px}._premium_1wvuv_140{display:flex;padding:2px 8px 2px 6px;align-items:center;gap:4px;border-radius:16px;border:1px solid var(--Gray-blue-200, #D5D9EB);background:var(--ai-generate, linear-gradient(98deg, #54CFC0 0%, #5B87DD 102.17%))}._container_1wqnu_1{display:grid;place-items:center;gap:.5rem;padding:1rem;width:100%}._message_1wqnu_9{color:var(--Gray-blue-700, #363f72);text-align:center;font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px}._name_w0fn0_1{display:flex;justify-content:center;align-items:center;width:40px;height:40px;border-radius:50%;background-color:var(--Brand-200);color:#fff;font-size:14px}._image_w0fn0_13{width:40px;height:40px;border-radius:50%;object-fit:cover}._sidebarMenuWrapper_267jz_1{justify-content:flex-start!important}._header_267jz_5{position:sticky;top:0;z-index:3;width:calc(100vw - 90px);background-color:var(--White)}._hidden_267jz_17{transition:all .3s;transform:translateY(-100%)}._visible_267jz_22{transition:all .3s;transform:translateY(0)}._desktopHeader_267jz_27{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;border-bottom:1px solid #eaecf0;padding:20px 24px}._right_267jz_37{margin-left:auto;display:flex;gap:12px}._main_267jz_43{padding:20px 24px;position:relative;width:calc(100vw - 90px);margin-inline:auto}._row_267jz_51{display:flex;gap:20px;width:100%}._row_267jz_51+._row_267jz_51{margin-top:28px}._currentResults_267jz_61{padding-top:1rem;display:flex;gap:12px;width:100%;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}._list_267jz_71{color:var(--colors-gray-light-mode-800, #182230);font-family:Inter;font-size:14px;font-style:normal;font-weight:400}._list_267jz_71 li{padding:6px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;width:100%;max-width:300px}._mobileHeader_267jz_88{display:none;width:100%;justify-content:space-between;padding:.8rem}._pageCreateHeader_267jz_95{position:sticky;top:0;z-index:1;background-color:#fff;padding:16px 24px;border-bottom:1px solid #EAECF0;transition:transform .3s ease}._pageCreateHeaderContent_267jz_105{display:flex;flex-direction:row;gap:24px;align-items:center}._pageCreateHeaderTitle_267jz_112 h1{color:#344054;font-family:Inter;font-size:20px;font-style:normal;font-weight:600;line-height:24px}._pageCreateHeaderTitle_267jz_112 h2{color:#344054;font-family:Inter;font-size:16px;font-weight:400;line-height:20px}._pageCreateHeaderSteps_267jz_129{margin-right:auto;margin-left:auto;width:60%;max-width:640px}._pageCreateHeaderChildren_267jz_136{margin-top:8px}@media(max-width:768px){._pageCreateHeader_267jz_95{padding:12px 16px}._pageCreateHeaderTitle_267jz_112 h1{font-size:20px}}@media(max-width:1024px){._row_267jz_51{flex-direction:column}._currentResults_267jz_61{display:none}._header_267jz_5{width:100%}._main_267jz_43{width:100%!important}._mobileHeader_267jz_88{display:flex}._desktopHeader_267jz_27{padding-inline:.8rem;padding-top:0;padding-bottom:1rem}._right_267jz_37{text-align:right}._main_267jz_43{padding:.5rem;max-width:95dvw}}@media print{._header_267jz_5{display:none}}._buttonText_267jz_193{width:max-content}._breadcrumb_wrgji_1{display:flex;align-items:center;gap:8px;color:var(--Gray-600, #475467);font-family:Inter;font-size:14px;font-style:normal;max-width:100%;overflow:auto;scrollbar-width:none}._crumb_wrgji_18{display:flex;align-items:center;gap:8px}._crumb_wrgji_18 span{width:max-content!important}body:has(._backdrop_1g4mp_1){overflow:hidden}._backdrop_1g4mp_1{position:fixed;top:0;left:0;width:100%;height:100%;background:#0006;display:flex;align-items:center;justify-content:center;z-index:999;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}._center_1g4mp_19{align-items:center;justify-content:center}._top_1g4mp_24{align-items:flex-start;padding-top:30px;justify-content:center}._bottom_1g4mp_31{align-items:flex-end;padding-bottom:30px;justify-content:center}._left_1g4mp_38{align-items:flex-start;padding-left:30px;justify-content:center}._right_1g4mp_44{align-items:flex-end;padding-right:30px;justify-content:center}._modal_1g4mp_50{background:var(--Base-White, #fff);box-shadow:0 1px 4px #1018281a;border-radius:8px;height:calc(100vh - 48px)}._modalHeader_1g4mp_57{padding:24px;display:flex;align-items:flex-start}._modalHeaderBordered_1g4mp_63{border-bottom:1px solid #eaecf0;margin-bottom:16px}._title_1g4mp_68{color:var(--Gray-900, #101828);font-size:18px;font-style:normal;font-weight:600;margin-right:1rem;align-self:center;margin-bottom:5px}._modalBody_1g4mp_78{overflow:auto;height:auto;max-height:80vh;padding:0 24px;padding-bottom:1rem}._modalFooter_1g4mp_86{border-top:1px solid var(--Gray-200, #eaecf0);margin-top:16px;padding:16px;display:flex;gap:12px}@media(max-width:1024px){._modal_1g4mp_50{border-radius:0;padding-inline:1rem}}._stepsContainer_s0ddr_1{position:relative;padding:20px;border-radius:12px;transition:background-color .3s ease}._stepsLine_s0ddr_9{height:3px;background:#e0e0e0;position:relative;border-radius:4px;overflow:hidden;margin:0}._progress_s0ddr_19{height:3px;background:var(--Graident-1, linear-gradient(92deg, #54cbc2 0%, #5b8ddb 98.39%));position:absolute;top:0;left:0;right:auto;transition:width .3s ease}._steps_s0ddr_1{display:flex;justify-content:space-between;margin-top:12px;position:relative}._step_s0ddr_1{position:absolute;text-align:center;color:#667085;font-weight:500;font-size:14px;flex:1;min-width:0;transition:color .3s ease}._step_s0ddr_1 span{left:-75px;position:absolute;width:150px}._step_s0ddr_1:after{content:"";display:none;position:absolute;top:-22px;left:50%;transform:translate(-50%);border-radius:50%;transition:all .3s ease}._step_s0ddr_1._completed_s0ddr_67{color:#16a34a}._step_s0ddr_1._completed_s0ddr_67:after{display:block;width:12px;height:12px;background-color:#16a34a;opacity:1}._step_s0ddr_1._future_s0ddr_79:after{display:block;width:15px;height:15px;background-color:#fff;border:2px solid #e0e0e0;position:absolute;top:-24px;left:50%;transform:translate(-50%);border-radius:50%;content:""}._step_s0ddr_1._future_s0ddr_79:before{content:"";position:absolute;top:-14.5px;left:50%;transform:translate(-50%,-50%);width:7px;height:7px;background-color:#ccc;border-radius:50%;z-index:2}._step_s0ddr_1._active_s0ddr_107{color:#1e2a78;font-weight:600}._step_s0ddr_1._active_s0ddr_107:after{display:block;width:8px;height:8px;background-color:#fff;border:5px solid #1e2a78;opacity:1;box-shadow:0 0 0 4px #1e2a781a;left:0}._backdrop_bha3u_1{position:fixed;top:0;left:0;width:100%;height:100%;background:#0003;z-index:111}._filter_bha3u_11{position:absolute;top:0;right:0;width:690px;height:100dvh;background:var(--White);box-shadow:0 1px 4px #1018281a;z-index:1;display:flex;flex-direction:column;justify-content:space-between}body:has(._filter_bha3u_11){overflow:hidden}._title_bha3u_29{color:var(--Gray-0, #303030);font-size:18px;font-weight:600}._filter_bha3u_11 ._header_bha3u_36{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;border-bottom:1px solid #eee;padding:1rem}._filter_bha3u_11 ._header_bha3u_36 button{all:unset;cursor:pointer}._filter_bha3u_11 ._main_bha3u_50{padding:0 1rem;flex:1;overflow-y:auto}._filter_bha3u_11 ._footer_bha3u_56{display:flex;justify-content:flex-end;align-items:center;padding:1rem;border-top:2px solid #eee}._filter_bha3u_11 ._footer_bha3u_56 ._applyButton_bha3u_64{border-radius:8px;border:1px solid var(--Brand2-500, #243880);background:var(--Brand2-500, #243880);box-shadow:0 1px 2px #1018280d;padding:10px 14px;color:var(--White);width:100%;cursor:pointer}@media(max-width:1024px){._filter_bha3u_11{width:100%}}._applyButton_bha3u_64[disabled]{background-color:var(--Gray-300)!important;border:1px solid var(--Gray-200, #eaecf0)!important;color:var(--Gray-500)!important;cursor:not-allowed;pointer-events:none}._collapseRadio_z1x7n_1{border-bottom:1px solid #eee;padding-block:18px}._header_z1x7n_6{cursor:pointer;display:flex;align-items:center;gap:.5rem;padding-bottom:.4rem}._collapseRadio_z1x7n_1 header h4{color:var(--Gray-0, #303030);font-family:Inter;font-size:14px;font-style:normal;font-weight:600;line-height:22px}._collapseRadio_z1x7n_1 header img{margin-left:auto}._main_z1x7n_27{margin-top:18px;border-top:1px solid #eee;padding-top:16px}._list_z1x7n_33{margin-block:1rem;overflow-y:scroll;max-height:200px;list-style-type:none;display:flex;flex-direction:column;gap:1rem;color:var(--Gray-700, #344054);font-family:Inter;font-size:14px;font-style:normal;font-weight:500}._disabled_z1x7n_50{pointer-events:none;opacity:.5}._radio_gmor7_1{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-size:13.5px}._labelBadge_gmor7_9{color:#344054!important;text-align:center;font-size:12px;font-weight:500;line-height:18px;display:flex;padding:2px 6px;align-items:center;border-radius:6px;border:1px solid #d0d5dd;background:#fff;box-shadow:0 1px 2px #1018280d}._specialLabel_gmor7_25{border:1px solid #eaecf0;background:#f9fafb}._labelContainer_gmor7_30{display:block;color:var(--Gray-500, var(--colors-gray-light-mode-500, #667085));font-size:12px;font-style:normal;font-weight:500;line-height:20px}._flexDirection_gmor7_39{display:flex;flex-direction:row;align-items:center;gap:4px}._container_recqt_1{display:flex;align-items:center;gap:.4rem;padding:6px 10px;background:var(--White);border-radius:8px;border:1px solid #d0d5dd;box-shadow:0 1px 2px #1018280d;margin:1px 0}._input_recqt_13{border:none;outline:none;width:100%}._container_recqt_1:has(._input_recqt_13:focus){border:1px solid #2F49A6}._input_recqt_13::placeholder{color:#667085;text-overflow:ellipsis;font-size:14px;font-style:normal;font-weight:300}._sm_recqt_31,._md_recqt_35,._lg_recqt_39{height:25px}._checkbox_4723k_1{display:flex;align-items:center;gap:.5rem;cursor:pointer}._checkboxContainer_4723k_8{align-items:flex-start}._flexDirectionDescription_4723k_12{margin-top:-2px}._disabled_4723k_16{opacity:.5;cursor:not-allowed;pointer-events:none}._labelContainer_4723k_22{display:block;color:var(--Gray-500, var(--colors-gray-light-mode-500, #667085));font-size:12px;font-style:normal;font-weight:500;line-height:20px}._flexDirection_4723k_12{display:flex;flex-direction:column}._descriptionLabel_4723k_36{color:var(--Gray-700, #344054);font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px}._descriptionContainer_4723k_45{color:var(--Gray-600, #475467);font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px}._collapseCheckbox_1dbhl_2{border-bottom:1px solid #eee;padding-block:18px}._header_1dbhl_7{cursor:pointer;display:flex;align-items:center;gap:.5rem;padding-bottom:.4rem}._collapseCheckbox_1dbhl_2 header h4{color:var(--Gray-0, #303030);font-family:Inter;font-size:14px;font-style:normal;font-weight:600;line-height:22px}._collapseCheckbox_1dbhl_2 header img{margin-left:auto}._main_1dbhl_28{margin-top:18px;border-top:1px solid #eee;padding-top:16px}._list_1dbhl_34{margin:12px 16px 16px;overflow-y:scroll;max-height:200px;list-style-type:none;display:flex;flex-direction:column;gap:1rem;color:var(--Gray-700, #344054);font-family:Inter;font-size:14px;font-style:normal;font-weight:500}._listItem_1dbhl_49{display:flex;align-items:center;justify-content:flex-start;font-weight:400;gap:4px}._parentTitle_1dbhl_57{padding-left:25px;color:var(--Gray-500, var(--colors-gray-light-mode-500, #667085));font-family:Inter;font-size:12px;font-style:normal;font-weight:500;line-height:20px}._quickFilters_1dbhl_67{padding-left:1px;margin-top:1rem;display:flex;gap:1rem}._quickFilters_1dbhl_67 button:last-child{margin-left:auto}._NoMarginTop_1dbhl_77{margin-top:0}._disabled_1dbhl_80{pointer-events:none;opacity:.5}._collapseCheckbox_uxqln_2{border-bottom:1px solid #eee;padding-block:18px}._header_uxqln_7{cursor:pointer;display:flex;align-items:center;gap:.5rem;padding-bottom:.4rem}._collapseCheckbox_uxqln_2 header h4{color:var(--Gray-0, #303030);font-family:Inter;font-size:14px;font-style:normal;font-weight:600;line-height:22px}._collapseCheckbox_uxqln_2 header img{margin-left:auto}._main_uxqln_28{margin-top:18px;border-top:1px solid #eee;padding-top:16px}._list_uxqln_34{margin-block:1rem;overflow-y:scroll;max-height:500px;list-style-type:none;display:flex;flex-direction:column;gap:1rem;color:var(--Gray-700, #344054);font-family:Inter;font-size:14px;font-style:normal;font-weight:500}._quickFilters_uxqln_49{margin-top:1rem;display:flex;gap:1rem}._quickFilters_uxqln_49 button:last-child{margin-left:auto}._disabled_uxqln_59{pointer-events:none;opacity:.5}._listItemContainer_uxqln_64{display:flex;align-items:start;justify-content:flex-start;flex-direction:column;gap:10px;padding-left:8px}._parentItem_uxqln_73{color:var(--Gray-700, #344054);font-size:14px;font-weight:600;line-height:20px}._itemContainer_uxqln_80{color:var(--Gray-700, #344054);font-size:14px;font-weight:500;line-height:20px;padding-left:0}._item_uxqln_80{display:flex;gap:8px}._item_uxqln_80:first-child{margin-bottom:10px}._childItem_uxqln_98{padding-left:32px;display:flex;align-items:start;gap:8px;font-weight:400;flex-direction:column}._secondChild_uxqln_108{display:flex;gap:8px}._secondChildItem_uxqln_113{padding-left:32px;display:flex;align-items:start;gap:8px;font-weight:400;flex-direction:column}._secondChildItem_uxqln_113:first-child{margin-bottom:20px}._chevronIcon_uxqln_127{cursor:pointer}._heroSelect_uxqln_131{display:flex;align-items:center;justify-content:center;gap:6px}._keywordNameOptions_uxqln_138{display:flex;gap:4px}._sortByBadge_uxqln_143{font-weight:400;border-radius:6px;border:1px solid var(--Gray-300, #D0D5DD);background:var(--Base-White, #FFF);box-shadow:0 1px 2px #1018280d;padding:2px 6px;color:var(--Gray-700, #344054);text-align:center;font-size:12px;font-style:normal;font-weight:500;line-height:18px}._labelBadge_uxqln_158{padding:2px 6px;border-radius:6px;border:1px solid var(--Gray-200, #EAECF0);background:var(--Gray-50, #F9FAFB);color:var(--Gray-blue-700, #363F72);text-align:center;font-size:12px;font-style:normal;font-weight:500;line-height:18px}._selectItem_uxqln_171{display:flex;align-items:flex-start;justify-self:center;gap:8px;width:100%;white-space:nowrap;-webkit-user-select:none;user-select:none;cursor:pointer}._selectItem_uxqln_171>span{width:100%;color:var(--Gray-700, var(--colors-gray-light-mode-700, #344054));font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:22px}._select_1f5r1_2{position:relative}._options_1f5r1_6{display:flex;flex-direction:column;border:1px solid var(--Gray-200, #eaecf0);background:var(--Base-White, #fff);box-shadow:0 1px 2px #1018280d;margin-top:4px;border-radius:8px;position:absolute;z-index:11}._option_1f5r1_6{display:flex;padding:8px;justify-content:space-between;align-items:center;gap:24px;color:var(--Gray-900, #101828);white-space:nowrap;color:var(--Gray-700, var(--colors-gray-light-mode-700, #344054));font-size:14px;font-style:normal;font-weight:500;cursor:pointer}._option_1f5r1_6:hover{background:var(--Gray-50, #f9fafb)}._option_1f5r1_6._small_1f5r1_37{padding:8px;line-height:20px;gap:6px}._selected_1f5r1_43{border-radius:6px;background:var(--Gray-50, #f9fafb)}._sectionTitle_1f5r1_48{color:#74787e;font-family:var(--Font-family-font-family-body, Inter);font-size:12px;font-style:normal;font-weight:500;line-height:14px;padding:var(--spacing-md, 8px) 12px;align-items:center;gap:var(--spacing-md, 8px);align-self:stretch}._divider_1f5r1_61{width:100%;height:1px;background:var(--colors-gray-light-mode-200, #e4e7ec)}.container{position:relative;max-width:100%;font-family:Inter,sans-serif;border-bottom:1px solid #e5e7eb;padding-bottom:5px}.options{display:flex;gap:24px;margin-bottom:16px;padding:16px;border-top:1px solid #e5e7eb}.option-item{display:flex;gap:4px;align-self:center}.tooltipContent{font-size:12px;width:200px}.dateDisplay{display:flex;align-items:center;justify-content:space-between;padding:18px 0;border-radius:6px;cursor:pointer;background:#fff;width:100%;gap:.5rem}.withoutLabel,.withoutLabel .dateDisplay{border:none;padding:0;margin:0;display:flex;align-items:center}.dateDisplay strong{color:var(--Gray-0, #303030);font-family:Inter;font-size:14px;font-style:normal;font-weight:600;line-height:22px}.dateDisplay span{width:max-content}.dateDisplay .chevron{margin-left:auto}.dropdown{position:absolute;top:100%;right:0;background:#fff;z-index:1000;margin-top:.1rem}.inline-calendar-popup{position:static!important;display:block!important;box-shadow:none!important;margin-top:0!important;top:0!important;right:0!important;bottom:0!important;left:0!important;transform:none!important;width:100%!important;z-index:auto!important}.inline-calendar-popup .ant-picker-panel-container{box-shadow:none!important;margin:0!important;width:100%!important}.date-collapse .default-option div:nth-child(2):not(.ant-select),.date-collapse .default-option-single div:nth-child(2):not(.ant-select){position:initial!important}.inline-calendar-popup .ant-picker-range-arrow{display:none!important}.date-collapse .default-option,.default-option-single{position:relative;width:100%;z-index:1}.date-collapse .default-option-single div:nth-child(2){padding-top:10px}.rangeButton{padding:8px 16px;line-height:20px!important}.tempDateDisplay{display:flex;align-items:center;font-size:16px;gap:12px}.actionButtons{display:flex;justify-content:space-between;padding:16px 4px;width:100%;border-top:1px solid #EAECF0}.resetButton{line-height:20px!important;padding:10px 14px}.footer{width:100%}.default-option .ant-picker-dropdown .ant-picker-time-panel,.default-option .ant-picker-dropdown .ant-picker-range-arrow{display:none!important}.default-option .ant-picker-cell-range-start .ant-picker-cell-inner,.default-option .ant-picker-cell-range-end .ant-picker-cell-inner,.default-option .ant-picker-cell-today .ant-picker-cell-inner:before{border-radius:50%!important}.default-option :where(.css-dev-only-do-not-override-16sebhk).ant-picker-dropdown .ant-picker-cell-in-view.ant-picker-cell-today .ant-picker-cell-inner:before{border-radius:50%!important}.date-single-picker,.date-range-picker{padding:6px 14px}.date-single-picker>.ant-picker-input{padding:0!important}.default-option-single{margin-bottom:16px}.default-option-single .ant-picker-panel-layout,.default-option-single .ant-picker-panel-layout .ant-picker-date-panel{width:100%}.default-option .ant-picker-cell:last-child:before{border-top-right-radius:50%!important;border-bottom-right-radius:50%!important}.default-option .ant-picker-cell:first-child:before{border-top-left-radius:50%!important;border-bottom-left-radius:50%!important}.default-option .ant-picker-month-panel .ant-picker-cell .ant-picker-cell-inner,.default-option .ant-picker-month-panel .ant-picker-cell:hover .ant-picker-cell-inner,.default-option .ant-picker-year-panel .ant-picker-cell .ant-picker-cell-inner,.default-option .ant-picker-year-panel .ant-picker-cell:hover .ant-picker-cell-inner,.default-option .ant-picker-decade-panel .ant-picker-cell .ant-picker-cell-inner,.default-option .ant-picker-decade-panel .ant-picker-cell:hover .ant-picker-cell-inner{border-radius:32px!important}.default-option .ant-picker-month-panel .ant-picker-cell-disabled:last-child:before,.default-option .ant-picker-month-panel .ant-picker-cell:last-child:before,.default-option .ant-picker-year-panel .ant-picker-cell-disabled:last-child:before,.default-option .ant-picker-year-panel .ant-picker-cell:last-child:before,.default-option .ant-picker-decade-panel .ant-picker-cell-disabled:last-child:before,.default-option .ant-picker-decade-panel .ant-picker-cell:last-child:before{border-top-right-radius:32px!important;border-bottom-right-radius:32px!important}.default-option .ant-picker-month-panel .ant-picker-cell-disabled:first-child:before,.default-option .ant-picker-month-panel .ant-picker-cell:first-child:before,.default-option .ant-picker-year-panel .ant-picker-cell-disabled:first-child:before,.default-option .ant-picker-year-panel .ant-picker-cell:first-child:before,.default-option .ant-picker-decade-panel .ant-picker-cell-disabled:first-child:before,.default-option .ant-picker-decade-panel .ant-picker-cell:first-child:before{border-top-left-radius:32px!important;border-bottom-left-radius:32px!important}.default-option-single .ant-picker-cell:last-child:before{border-top-right-radius:20px!important;border-bottom-right-radius:20px!important}.default-option-single .ant-picker-cell:first-child:before{border-top-left-radius:20px!important;border-bottom-left-radius:20px!important}.default-option .ant-picker-cell:hover .ant-picker-cell-inner{border-radius:50%!important}.default-option .ant-picker-cell-disabled:first-child:before{border-radius:50% 0 0 50%!important}.default-option-single .ant-picker-cell-today .ant-picker-cell-inner:before{border-radius:50%!important}.default-option .ant-picker-cell-inner{border-radius:50%!important;transition:background-color .25s ease,color .25s ease}.default-option-single .ant-picker-cell-inner{border-radius:50%!important;transition:background-color .25s ease,color .25s ease,border-radius .25s ease}.default-option-single :where(.css-dev-only-do-not-override-16sebhk).ant-picker-dropdown .ant-picker-cell-in-view.ant-picker-cell-today .ant-picker-cell-inner:before{border-radius:50%}.resetButtonContainer{display:flex;justify-content:center;width:100%}@media(max-width:458px){.default-option .ant-picker-ranges{display:none!important}.footer{width:300px}.defaultRanges{width:281px!important;gap:6px;overflow-x:auto;overflow-y:hidden;white-space:nowrap;scrollbar-width:none}.tempDateDisplay{width:100%}.borderedText{height:44px;display:flex;align-items:center;justify-content:center;gap:6px;flex:1 0 0;border-radius:8px;border:1px solid #D0D5DD;box-shadow:0 1px 2px #1018280d;background:#fff;width:100%;margin-bottom:12px}.resetButton{width:100%;max-width:200px;margin-bottom:10px}}._tooltip_1188e_1{position:relative;height:max-content}._content_1188e_6{position:relative;display:flex}._visibleWhenHover_1188e_12{font-size:13px;padding:6px 8px;display:flex;flex-direction:column;align-items:flex-start;gap:8px;border-radius:8px;border:1px solid var(--Gray-200, #eaecf0);background:var(--Base-White, #fff);box-shadow:0 12px 16px -4px #10182814,0 4px 6px -2px #10182808;position:relative;z-index:4}._visibleWhenHover_1188e_12 ._scrollableArea_1188e_29{overflow-x:auto;min-width:max-content;max-width:100%;display:flex;flex-direction:column}._visibleWhenHover_1188e_12._direction-down_1188e_38:before{content:"";position:absolute;top:-10px;left:10%;transform:translate(-50%);border:5px solid transparent;border-bottom-color:var(--White)}._visibleWhenHover_1188e_12._direction-up_1188e_48:before{content:"";position:absolute;bottom:-10px;left:10%;transform:translate(-50%);border:5px solid transparent;border-top-color:var(--White)}._visibleWhenHover_1188e_12._direction-left_1188e_58:before{content:"";position:absolute;right:-10px;top:50%;transform:translateY(-50%);border:5px solid transparent;border-left-color:var(--White)}._visibleWhenHover_1188e_12._direction-right_1188e_68:before{content:"";position:absolute;left:-10px;top:50%;transform:translateY(-50%);border:5px solid transparent;border-right-color:var(--White)}._card_gy8ah_1{max-width:340px}._wrapper_gy8ah_4{display:flex;gap:20px;padding-bottom:10px;overflow:auto;align-items:center}._percentWrapper_gy8ah_12{display:flex;gap:16px;padding-bottom:8px;width:100%;border-bottom:1px solid rgba(0,0,0,.1);align-items:center}._percent_gy8ah_12{color:var(--Gray-900, #101828);font-family:Inter;font-size:24px;font-style:normal;font-weight:600;line-height:32px}._sponsoredPercent_gy8ah_30{margin-top:20px;display:flex;align-items:flex-start;flex-direction:column;gap:8px}._sponsoredContainer_gy8ah_38{display:flex;flex-direction:row;gap:8px;align-items:center}._sponsoredText_gy8ah_45{color:var(--Gray-600, #475467);font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px;height:auto;display:block}._tooltipWrapper_gy8ah_56{margin-bottom:-4px;width:100%}._sponsoredPercent_gy8ah_30 ._title_gy8ah_61{color:var(--Gray-1, #535353);font-family:Inter;font-size:12px;font-style:normal;font-weight:600}._tooltipInner_gy8ah_69{display:flex;gap:8px}._tooltipInner_gy8ah_69 ._tooltipInnerTitle_gy8ah_74{color:var(--tooltip-75, rgba(0, 0, 0, .75));font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:22px}._tooltipInner_gy8ah_69 ._tooltipInnerValue_gy8ah_83{color:var(--Gray-800, var(--colors-gray-light-mode-800, #182230));font-family:Inter;font-size:14px;font-style:normal;font-weight:600;line-height:22px}._retailerLogo_gy8ah_92{height:15px;width:70px;object-fit:contain}._cardWrapper_gy8ah_98{min-width:340px}@media(max-width:1024px){._cardWrapper_gy8ah_98{min-width:340px}}._card_1gqba_1{width:100%;padding:20px 16px 30px;background-color:var(--White);border:1px solid var(--Gray-200, #eaecf0);border-radius:12px;box-shadow:0 1px 2px #1018280d;margin:initial}._cardHeader_1gqba_11{display:flex;align-items:center;gap:4px;width:100%}._cardHeaderRight_1gqba_18{margin-left:auto;margin-bottom:auto}._cardBody_1gqba_23{padding-top:1rem;width:100%}._clickeable_1gqba_28{width:100%;transition:all .2s}._clickeable_1gqba_28:hover{cursor:pointer;border:1.5px solid var(#d0d5dd);background:var(--Base-White);box-shadow:-4px -4px 4px #0000000d inset,4px 4px 4px #0000000d inset;transition:all .2s}._clickeable_1gqba_28:active{border:1px solid var(--Brand-300, #2f49a6);box-shadow:0 0 0 4px #9eade43d}._cardFooter_1gqba_48{width:100%}._cardHeaderLeft_1gqba_52{display:flex;align-items:center;gap:4px}._cardHeaderLeft_1gqba_52 img{display:flex;align-items:center;height:100%}._cardHeaderRight_1gqba_18{display:flex;align-items:center;gap:16px}._title_1gqba_69{display:flex;gap:4px;align-items:center;color:var(--colors-text-text-primary-900, #101828);font-size:var(--Font-size-text-lg, 18px);font-weight:600;width:max-content}@media(max-width:1024px){._cardHeader_1gqba_11{display:grid;gap:1rem}._cardHeaderRight_1gqba_18{margin-left:0;display:grid;gap:1rem}}._up_oiuxl_1{display:flex;padding:2px 10px 2px 8px;align-items:center;gap:4px;border-radius:16px;border:1px solid var(--Success-200, #abefc6);background:var(--Success-50, #ecfdf3);color:var(--Success-700, #067647);text-align:center;font-family:Inter;font-size:14px;font-style:normal;font-weight:500;white-space:nowrap;width:fit-content}._down_oiuxl_22{display:flex;padding:2px 10px 2px 8px;align-items:center;gap:4px;border-radius:16px;border:1px solid var(--Error-200, #fecdca);background:var(--Error-50, #fef3f2);color:var(--Error-700, #b42318);text-align:center;font-family:Inter;font-size:14px;font-style:normal;font-weight:500;white-space:nowrap}._new_oiuxl_43{display:flex;padding:2px 10px 2px 8px;align-items:center;border-radius:16px;border:1px solid var(--Warning-200, #FEDF89);background:var(--Warning-50, #FFFAEB);color:var(--Warning-700, #B54708);text-align:center;font-family:Inter;font-size:14px;font-style:normal;font-weight:500}._stabil_oiuxl_61{display:flex;padding:2px 10px 2px 8px;align-items:center;gap:4px;border-radius:16px;border:1px solid var(--Warning-200, #fec84b);background:var(--Warning-50, #fffaeb);color:var(--Warning-700, #b54708);text-align:center;font-family:Inter;font-size:14px;font-style:normal;font-weight:500}._container_atybs_1{display:flex;align-items:center;gap:8px}._title_atybs_7{color:var(--Gray-1, #535353);font-size:12px;font-style:normal;font-weight:600;line-height:16px}._wrapper_atybs_16{position:relative;display:flex;gap:8px;width:100%;flex-direction:column}._average_atybs_24 span{overflow:hidden;color:var(--Gray-500, var(--colors-gray-light-mode-500, #667085));text-overflow:ellipsis;font-family:Inter;font-size:10px;font-style:normal;font-weight:500;line-height:16px}._progressBarContainer_atybs_35{display:flex;gap:8px;width:100%;flex-direction:row;align-items:center}._progressBar_atybs_35{display:block;width:100%;height:12px;border-radius:8px;overflow:hidden;background-color:#f0f0f0;position:relative}._progress_atybs_35{height:100%;background-color:var(--Brand-200, #516cce);border-radius:8px;position:absolute;top:0;left:0}._gradient_atybs_62{background:linear-gradient(92deg,#54cbc2,#5b8ddb 98.39%)!important}._value_atybs_66{color:#101828;font-size:12px;font-style:normal;font-weight:500}._wrapper_1bxjo_1{width:100%}._tableCard_1bxjo_5{justify-content:flex-end}._searchTable_1bxjo_9{width:100%;overflow:auto;scrollbar-gutter:stable;max-height:calc(100vh - 490px);padding:0}._tableSearch_1bxjo_17{min-width:280px!important}._showEntries_1bxjo_21{margin-right:auto;display:flex;gap:.2rem}._showEntries_1bxjo_21 select{border:none;background:none}._searchAndPlacementTable2_1bxjo_34{padding:0!important}._searchAndPlacementTable2Header_1bxjo_38{padding:20px 16px 0}@media(max-width:800px){._wrapper_1bxjo_1{overflow:auto}}._columnHead_1bxjo_50{top:0;position:sticky;z-index:1}@media(max-width:1024px){._tableCard_1bxjo_5{width:100%;display:flex;flex-flow:column-reverse;align-items:center}._btnGroup_1bxjo_32,._btnGroupItem_1bxjo_32{width:100%!important}._tableSearch_1bxjo_17{width:100%}._columnHead_1bxjo_50{width:100%;padding:0!important;display:flex;align-items:center;gap:24px;top:0;position:sticky;padding:1.5rem 3.5rem 1.5rem 13rem;justify-content:space-between;border-bottom:1px solid var(--Gray-200);background:var(--Gray-50);z-index:1}._columnHeadFirstColumn_1bxjo_92{min-width:270px}._childRow_1bxjo_96{gap:24px}._retailerLogoWrapper_1bxjo_100{min-width:140px}}._table_t9jhy_1{width:100%}._tableHeader_t9jhy_6{display:flex;padding:16px 16px 0}._tableHeaderLeft_t9jhy_12{display:flex;gap:8px;align-items:center}._tableHeaderRight_t9jhy_18{margin-left:auto;display:flex;gap:16px;align-items:center}._columns_t9jhy_25{display:flex;padding:1.5rem 3.5rem 1.5rem 13rem;justify-content:space-between;border-bottom:1px solid var(--Gray-200);background:var(--Gray-50)}._row_t9jhy_34,._childrenRow_t9jhy_35{display:flex;align-items:center;padding:1rem;justify-content:space-between;border-bottom:1px solid var(--Gray-200);color:var(--Gray-900, #101828);font-size:14px;font-style:normal;font-weight:500}._row_t9jhy_34>div,._childrenRow_t9jhy_35>div{width:140px}._childrenRow_t9jhy_35{padding-left:3rem}._childrenRow_t9jhy_35>div:nth-child(2){margin-left:-3rem}@media(max-width:1024px){._row_t9jhy_34{gap:24px}}._buttonGroup_1ph2f_1{cursor:pointer;display:flex;border:1px solid var(--Gray-300, #d0d5dd);background:var(--Base-White, #fff);border-radius:8px;width:fit-content;overflow:hidden}._button_1ph2f_1{all:unset;display:flex;padding:9px 16px;justify-content:center;align-items:center;gap:8px;color:var(--Gray-700, #344054);font-size:13px;font-style:normal;font-weight:500;height:18px}._lg_1ph2f_26 ._button_1ph2f_1{padding:12px 16px}._button_1ph2f_1:hover{opacity:.8}._button_1ph2f_1+._button_1ph2f_1{border-left:1px solid var(--Gray-300, #d0d5dd)}._active_1ph2f_38{background:var(--Brand-25, #eceffa)}._dataButtonInTable_1pkv4_1{position:relative;display:flex;width:140px;min-width:140px;padding:16px 12px;justify-content:center;align-items:center;border-radius:8px;border:1px solid #e6e8ec;background:#fff;color:var(--Gray-700, var(--colors-gray-light-mode-700, #344054));font-size:18px;font-style:normal;font-weight:600;line-height:24px;transition:all .3s;cursor:pointer}._up_1pkv4_21{color:var(--Sentiment-Positive, #37b65b);font-size:18px;font-style:normal;font-weight:600;line-height:24px}._down_1pkv4_29{color:var(--Sentiment-Negative, #ff4747);font-size:18px;font-style:normal;font-weight:600}._up_1pkv4_21:hover{border-radius:8px;border:1px solid var(--Colors-Success-500, #17b26a);background:#f6fef9}._down_1pkv4_29:hover{border-radius:8px;border:1px solid var(--Colors-Error-500, #f04438);background:#fffbfa}._info_1pkv4_48{display:none;position:absolute;top:6px;right:6px;color:var(--tooltip-75, rgba(0, 0, 0, .75));font-family:Inter;font-size:13px;font-style:normal;font-weight:400;line-height:22px}._dataButtonInTable_1pkv4_1:hover ._info_1pkv4_48{display:block}._setTarget_1pkv4_65{display:none;color:var(--Gray-700, #344054);font-family:Inter;font-size:14px;font-style:normal;font-weight:600}._undefined_1pkv4_76 ._hasDirection_1pkv4_76{display:none}._undefined_1pkv4_76:hover ._setTarget_1pkv4_65{display:block}._undefined_1pkv4_76:hover ._value_1pkv4_84{display:none}._na_1pkv4_88{color:var(--Gray-700, var(--colors-gray-light-mode-700, #344054));font-family:Inter;font-size:18px;font-style:normal;font-weight:500}._tooltipInner_1pkv4_96{min-width:130px}._tooltipRow_1pkv4_100{display:flex;justify-content:space-between;align-items:center}._valueContainer_1pkv4_105{display:flex;align-items:center;gap:3px}._wrapper_25yx9_1{display:flex;flex-direction:column;gap:6px}._label_25yx9_7{color:var(--Gray-700);font-family:Inter;font-size:14px;font-style:normal;font-weight:500;cursor:pointer}._inputContainer_25yx9_16{display:flex;align-items:center;border-radius:6px;padding:10px 14px;background-color:#fff;border:1px solid var(--Gray-300, #d0d5dd);box-shadow:0 1px 2px #1018280d}._input_25yx9_16{flex:1;-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield;font-size:16px;border:none;background:transparent;outline:none;min-width:0}._input_25yx9_16::-webkit-inner-spin-button,._input_25yx9_16::-webkit-outer-spin-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0}._input_25yx9_16[type=number]{-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}._prefix_25yx9_48,._suffix_25yx9_48{font-size:16px;color:#555}._prefix_25yx9_48{margin-right:8px}._suffix_25yx9_48{margin-left:8px}._dataButtonInTable_1p5kt_1{cursor:pointer;position:relative;display:flex;width:140px;padding:16px 12px;justify-content:center;align-items:center;border-radius:8px;border:1px solid #e6e8ec;background:#fff;color:var(--Gray-700, var(--colors-gray-light-mode-700, #344054));font-size:18px;font-style:normal;font-weight:600;line-height:24px;transition:all .3s}._up_1p5kt_21{color:var(--Sentiment-Positive, #37b65b);font-size:18px;font-style:normal;font-weight:600;line-height:24px}._down_1p5kt_29{color:var(--Sentiment-Negative, #ff4747);font-size:18px;font-style:normal;font-weight:600}._up_1p5kt_21:hover{border-radius:8px;border:1px solid var(--Colors-Success-500, #17b26a);background:#f6fef9}._down_1p5kt_29:hover{border-radius:8px;border:1px solid var(--Colors-Error-500, #f04438);background:#fffbfa}._info_1p5kt_48{display:none;position:absolute;top:6px;right:6px;color:var(--tooltip-75, rgba(0, 0, 0, .75));font-family:Inter;font-size:13px;font-style:normal;font-weight:400;line-height:22px}._dataButtonInTable_1p5kt_1:hover ._info_1p5kt_48{display:block}._setTarget_1p5kt_65{display:none;color:var(--Gray-700, #344054);font-family:Inter;font-size:14px;font-style:normal;font-weight:600}._undefined_1p5kt_76 ._hasDirection_1p5kt_76{display:none}._undefined_1p5kt_76:hover ._setTarget_1p5kt_65{display:block}._undefined_1p5kt_76:hover ._value_1p5kt_84{display:none}._na_1p5kt_88{color:var(--Gray-700, var(--colors-gray-light-mode-700, #344054));font-family:Inter;font-size:18px;font-style:normal;font-weight:500;cursor:inherit}._flag_1p5kt_97{position:absolute;left:8px;top:8px}._tooltipInnerTitle_1p5kt_103{display:flex;align-items:center;gap:8px;padding-block:.5rem}._tooltipFooter_1p5kt_110{padding-block:.5rem;border-top:1px solid #e4e7ec}._tooltipRow_1p5kt_115{display:flex;align-items:center;justify-content:space-between}._tooltipInner_1p5kt_103{min-width:130px}._valueContainer_1p5kt_125{display:flex;align-items:center;gap:3px}._button_1ec8l_1{margin-right:.5rem;text-align:right;width:max-content;border-radius:4px;display:flex;align-items:center;justify-content:flex-start;height:15.3px}._flexWrap_1ec8l_12{width:auto}._clickable_1ec8l_16{cursor:pointer;border-radius:4px}._clickable_1ec8l_16:hover{background-color:#f2f4f7}._keywordName_1ec8l_25{font-size:12px;white-space:nowrap}._icon_1ec8l_30{border:1px solid var(--Gray-200, #eaecf0);background:var(--Base-White, #fff);border-radius:6px;padding:0 4px;margin-inline:10px}._sortBy_1ec8l_38{font-size:12px;margin-left:6px;font-weight:400}._keywordButton_1ec8l_44{display:flex;gap:4px;align-items:center;padding:0 4px;flex-direction:row;flex-wrap:wrap}._previousCompare_jgpvv_1{display:flex;align-items:center;gap:8px;color:#344054;font-size:14px;font-style:normal;font-weight:500;line-height:20px;padding-right:12px;border-right:1px solid #D0D5DD}._title_1mizq_1{color:#101828;font-family:Inter;font-size:18px;font-weight:600;line-height:28px;margin:0}._description_1mizq_10{color:#475467;font-family:Inter;font-size:14px;font-weight:400;line-height:20px;margin:0}._favoriteFilterContainer_1mizq_19{padding:0 16px}._inputDesc_1mizq_23{color:#475467;font-family:Inter;font-size:14px;font-weight:400;line-height:20px}._checkboxContainer_1mizq_31{display:flex;align-items:center;margin-top:20px}._actions_1mizq_37{display:flex;align-items:center;width:100%;justify-content:flex-end;gap:12px;margin-top:32px}._strategyLabel_1mizq_46{color:#101828;font-family:Inter;font-size:16px;font-weight:600;line-height:28px;margin:0}._strategyLabelDesc_1mizq_55{color:#475467;font-family:Inter;font-size:14px;font-weight:400;line-height:20px;margin:0 0 16px}._strategyRadioOption_1mizq_66{padding:12px;display:flex;gap:16px;border-radius:12px;border:1px solid #EAECF0;height:100%;width:100%;cursor:pointer}._selectedStrategy_1mizq_77{border-radius:12px;border:2px solid #E1E6F7;background-color:#e8f0fe}._strategyOption_1mizq_83{display:flex;gap:8px}._strategyHeader_1mizq_88{color:#101828;font-family:Inter;font-size:14px;font-weight:500;line-height:20px}._strategyDescription_1mizq_96{color:#475467;font-family:Inter;font-size:12px;font-weight:400;line-height:20px}._strategyRadio_1mizq_66{display:flex;gap:12px;margin-bottom:16px}._strategyRadioOptionWrapper_1mizq_110{flex:1}._fixedDatesDesc_1mizq_114{color:#475467;font-family:Inter;font-size:14px;font-weight:400;line-height:20px}._strategySelectLabel_1mizq_122{color:#344054;font-family:Inter;font-size:14px;font-weight:500;line-height:20px}._shareWithTeamCheckbox_1mizq_130 span{color:#344054;font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px}._pageTitle_1ktau_1{color:#101828;font-family:Inter;font-size:22px;font-style:normal;font-weight:600;line-height:30px;margin-bottom:0!important;min-width:max-content}._pageTitleAndKeywords_1ktau_12{display:flex;gap:12px;align-items:center}._brandScoreWrapper_1ktau_18{width:"100%"}@media(max-width:1024px){._pageTitleAndKeywords_1ktau_12{display:flex;gap:8px;align-items:center}._pageTitle_1ktau_1{min-width:unset!important;white-space:nowrap}._brandScoreWrapper_1ktau_18{max-width:370px;overflow:auto;scrollbar-width:none}}._keywords_gwvry_1{display:flex;width:100%}._keyword_gwvry_1{display:flex;padding:4px 0;align-items:center;gap:4px;border-radius:16px;text-align:center;font-size:14px;font-style:normal;font-weight:400;min-width:max-content}._keyword_gwvry_1 ._linkIcon_gwvry_19{display:none}._keyword_gwvry_1:hover ._linkIcon_gwvry_19{display:inline}._keyword_gwvry_1 img{width:14px}._keywordListOnTooltip_gwvry_31{height:140px;overflow-y:auto;text-align:left;margin-top:.5rem}._keywordOnTooltipButton_gwvry_38{font-weight:400;padding:6px;max-width:150px}._listEleman_gwvry_44{cursor:pointer;padding:.5rem 0}._listEleman_gwvry_44 ._linkIcon_gwvry_19{display:none}._listEleman_gwvry_44:hover ._linkIcon_gwvry_19{display:inline}._keywordItemButton_gwvry_57:hover{border-radius:4px;background:#f2f4f7!important}._keywordButton_gwvry_62{color:#363f72;font-size:13px;font-style:normal;font-weight:400}._keywordSplitter_gwvry_69{margin-right:3px}@media(max-width:1024px){._keywords_gwvry_1{overflow:auto;width:100%;display:flex;align-items:center;gap:12px}._keyword_gwvry_1{max-width:unset!important;width:fit-content;border-radius:16px;padding:3px 12px}._keywordItemButton_gwvry_57{padding:0!important;color:#3538cd;font-family:Inter;font-size:14px;font-weight:500;line-height:20px}._keywordItemButton_gwvry_57 span{color:inherit!important}._keywordSplitter_gwvry_69{display:none!important}}@media(min-width:1024px){._keyword_gwvry_1{border:none!important;background:none!important}._keywordItemButton_gwvry_57{color:#344054!important}}._wrapper_1kvr6_1{width:100%}._title_1kvr6_5{color:var(--Gray-900, #101828);font-family:Inter;font-size:18px;font-style:normal;font-weight:600}._header_1kvr6_13{display:flex;align-items:center;gap:10px;margin-block:12px}._percentWrapper_1kvr6_20{display:flex;align-items:center;gap:8px}._percent_1kvr6_20{color:var(--Gray-900, #101828);font-family:Inter;font-size:24px;font-style:normal;font-weight:600;line-height:32px}._sponsoredWrapper_1kvr6_35>div{display:flex;align-items:center}._sponsored_1kvr6_35{overflow:hidden;color:var(--Gray-1, #535353);text-overflow:ellipsis;font-family:Inter;font-size:12px;font-style:normal;font-weight:600;line-height:16px}._cards_1kvr6_51{display:flex;gap:16px;max-width:370px}._cards_1kvr6_51>div{min-width:100%}._tooltipWrapper_1kvr6_61{margin-top:8px;border-top:1px solid rgba(0,0,0,.1);padding-top:20px}._retailerLogo_1kvr6_67{height:15px;width:70px;object-fit:contain}@media(max-width:1024px){._cards_1kvr6_51{flex-direction:column}._cardItem_1kvr6_78{width:100%}}._percentWrapper_1kvr6_20 ._expandButton_1kvr6_83{display:none}._percentWrapper_1kvr6_20:hover ._expandButton_1kvr6_83{display:block}._keywordAndDate_1kvr6_91{display:flex;justify-content:space-between;padding-bottom:1rem}._price_1kvr6_97{color:var(--colors-text-text-primary-900, #101828);font-family:Inter;font-size:24px;font-style:normal;font-weight:600}.rangeButton{line-height:20px!important;padding:8px 16px}.rangeButton:hover,.rangeButton.active{background-color:#f9fafb!important;color:#182230}.tempDateDisplay{display:flex;align-items:center;gap:12px}.actionButtons{display:flex;justify-content:space-between;gap:12px;padding:16px 4px;width:100%;border-top:1px solid #EAECF0}.ant-picker-time-panel{display:none!important}.actionButtonsMobile{display:flex;justify-content:flex-end;gap:12px;padding:16px 4px;width:100%}.defaultRanges{width:600px;gap:8px;margin-top:6px;margin-bottom:12px;overflow-x:auto;overflow-y:hidden;white-space:nowrap;scrollbar-width:none}.calendarTypeButton{padding:8px 16px;line-height:20px!important}.calendarTypeButton:hover,.calendarTypeButton.active{background:#f9fafb!important}.calendarTypeButtonLeft{border-top-left-radius:0;border-bottom-left-radius:0;margin-right:8px}.calendarTypeButtonRight{border-top-right-radius:0;border-bottom-right-radius:0;border-right:none}.date-option-range-in-modal{position:fixed!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important;z-index:9999}.date-option-range-in-modal .ant-picker-cell-selected .ant-picker-cell-inner,.date-option-range-in-modal .ant-picker-cell-range-start .ant-picker-cell-inner,.date-option-range-in-modal .ant-picker-cell-range-end .ant-picker-cell-inner,.date-option-range-in-modal .ant-picker-cell-today .ant-picker-cell-inner:before,.date-option-range-in-modal .ant-picker-cell-in-view.ant-picker-cell-hover .ant-picker-cell-inner,.date-option-range-in-modal .ant-picker-cell:hover .ant-picker-cell-inner,.date-option-range-in-modal .ant-picker-cell-inner{border-radius:50%!important}.date-option-range .ant-picker-cell-selected .ant-picker-cell-inner,.date-option-range .ant-picker-cell-range-start .ant-picker-cell-inner,.date-option-range .ant-picker-cell-range-end .ant-picker-cell-inner,.date-option-range .ant-picker-cell-today .ant-picker-cell-inner:before,.date-option-range .ant-picker-cell-in-view.ant-picker-cell-hover .ant-picker-cell-inner,.date-option-range .ant-picker-cell:hover .ant-picker-cell-inner,.date-option-range .ant-picker-cell-inner{border-radius:30px!important}@media(max-width:458px){.ant-picker-ranges{display:none!important}.footer{width:300px}.defaultRanges{width:281px!important;gap:6px;overflow-x:auto;overflow-y:hidden;white-space:nowrap;scrollbar-width:none}.tempDateDisplay{width:100%;font-size:16px}.borderedText{height:44px;display:flex;align-items:center;justify-content:center;gap:6px;flex:1 0 0;border-radius:8px;border:1px solid #D0D5DD;box-shadow:0 1px 2px #1018280d;background:#fff;width:100%;margin-bottom:12px}}._container_1owhq_1{width:100%;margin:20px 0}._chart_1owhq_6{position:relative;width:100%;margin-bottom:20px}._tooltip_1owhq_12{position:absolute;transform:translate(-50%,-100%);background-color:#fff;border-radius:4px;box-shadow:0 2px 10px #0000001a;padding:10px;min-width:150px;z-index:10;pointer-events:auto;font-size:12px}._tooltipBody_1owhq_25{max-height:40vh;overflow-y:auto;pointer-events:auto}._tooltipBody_1owhq_25::-webkit-scrollbar{width:6px}._tooltipBody_1owhq_25::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}._tooltipBody_1owhq_25::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}._tooltipBody_1owhq_25::-webkit-scrollbar-thumb:hover{background:#a8a8a8}._tooltipTitle_1owhq_49{font-weight:400;margin-bottom:8px;padding-bottom:8px;border-bottom:1px solid #eee;pointer-events:none}._tooltipRow_1owhq_57{display:flex;align-items:center;justify-content:space-between;margin-bottom:4px;color:#333;padding-left:8px;padding-right:8px;gap:16px;white-space:nowrap;pointer-events:none}._tooltipDot_1owhq_70{width:8px;height:8px;border-radius:50%;margin-right:8px;display:inline-block}._tooltipLegend_1owhq_78{font-weight:400;margin-right:5px}._tooltipValue_1owhq_83{font-weight:600;margin-bottom:4px}._legends_1owhq_88{display:flex;flex-wrap:wrap;gap:15px;justify-content:flex-end}._legendItem_1owhq_95{display:flex;align-items:center;gap:5px;font-size:13px}._legendDot_1owhq_102{width:12px;height:12px;border-radius:50%}._scrollable_1owhq_108{flex-wrap:nowrap;overflow-x:auto;white-space:nowrap;-webkit-overflow-scrolling:touch;padding-bottom:8px;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.3) transparent;justify-content:flex-start}._scrollable_1owhq_108::-webkit-scrollbar{height:6px;background:transparent}._scrollable_1owhq_108::-webkit-scrollbar-thumb{background-color:#0000004d;border-radius:3px}._scrollable_1owhq_108::-webkit-scrollbar-track{background:transparent}._wrapper_159n2_1{width:100%}._addCompareTypeContainer_159n2_5{display:flex;padding:4px;align-items:center;gap:4px;align-self:stretch;border-radius:8px;border:1px solid #F2F4F7;margin-top:16px;margin-bottom:8px}._compareTypeButton_159n2_17{cursor:pointer;display:flex;height:36px;padding:8px 12px;justify-content:center;align-items:center;gap:8px;flex:1 0 0;border-radius:6px}._activeCompareTypeButton_159n2_29{border-radius:6px;background:#eceffa;color:#1f306d}._percent_159n2_35{color:var(--Gray-900, #101828);font-family:Inter;font-size:20px;font-style:normal;font-weight:600;white-space:nowrap}._showEntries_159n2_44{margin-right:auto;display:flex;gap:.2rem}._showEntries_159n2_44 select{border:none;background:none}._tableContainer_159n2_55{width:100%}@media(max-width:1024px){._wrapper_159n2_1{scrollbar-width:none}._tableBody_159n2_64{overflow-x:auto}._tableContainer_159n2_55{width:1200px}}._retailerBasedCard_159n2_73{padding:0}._cardHeader_159n2_77{display:flex;justify-content:space-between;padding:20px 16px 0}._expandButton_159n2_83{display:block;opacity:0;transition:opacity .1s ease-in-out}._cell_159n2_89:hover ._expandButton_159n2_83{opacity:1}._keywordAndDate_159n2_93{display:flex;justify-content:space-between;padding-bottom:1rem}._price_159n2_99{color:var(--colors-text-text-primary-900, #101828);font-family:Inter;font-size:24px;font-style:normal;font-weight:600}._brandName_159n2_109{max-height:60px;max-width:200px;text-overflow:ellipsis;overflow:auto;scrollbar-width:none}._popup_159n2_117{display:flex;flex-direction:column;align-items:flex-start;padding:0;gap:8px;border:1px solid var(--Gray-200, #eaecf0);background:var(--Base-White, #fff);border-radius:8px;position:absolute;z-index:1}._tableHeaderCell_159n2_130,._tableCell_159n2_138{display:flex;align-items:center;justify-content:flex-start;gap:4px;width:calc(25% - 75px)}._cell_159n2_89{display:flex;align-items:center;justify-content:flex-start;gap:4px;width:200px}._headerCell_159n2_154{display:flex;align-items:center;justify-content:flex-start;gap:4px;padding:0 20px;width:200px}._tooltipButton_159n2_163{width:158px;display:flex;padding:9px 10px;justify-content:flex-start!important;align-items:flex-start;gap:12px;flex:1 0 0;gap:8px;margin:1px 6px}._tooltipButtonIcon_159n2_176{display:flex;margin-right:4px}._simpleTableHead_1kjht_1{border-bottom:1px solid var(--Gray-200);background:var(--Gray-50, #f9fafb);padding:16px 24px;position:sticky;top:0;z-index:1;border-radius:inherit;border-bottom-right-radius:0;border-bottom-left-radius:0}._simpleTableColumns_1kjht_13{position:sticky;top:0}._simpleTableColumns_1kjht_13,._simpleTableRow_1kjht_19{position:relative;display:flex;align-items:center;justify-content:space-between;color:var(--Gray-700, var(--colors-gray-light-mode-700, #344054));font-size:14px;font-style:normal}._simpleTableRow_1kjht_19{width:100%;border-top:1px solid var(--Gray-200)}._simpleTableRow_1kjht_19>div{padding:15px 20px}._simpleTableRows_1kjht_38{display:flex;flex-direction:column;max-width:100%}._product_22v5k_1{display:flex}._productImage_22v5k_5{width:70px;height:70px;object-fit:contain;transition:all .3s ease}._productTitle_22v5k_12{width:100%;overflow:hidden;color:#101828;font-size:14px;font-weight:500;line-height:22px;max-width:376px;padding:1rem}._card_22v5k_23{border:none;width:100%;height:100%;margin:0;padding:2rem 0}._dynamicDropdownContainer_lemaw_1{position:relative;display:inline-block;font-family:Inter!important}._dynamicDropdownMenu_lemaw_7{position:absolute;display:flex;z-index:99;padding:12px 4px;flex-direction:column;gap:12px;align-items:flex-start;flex:1 0 0;border-radius:8px;border:1px solid #EAECF0;background:#fff;box-shadow:0 12px 16px -4px #10182814,0 4px 6px -2px #10182808;min-width:340px}._dynamicDropdownMenu_lemaw_7._left_lemaw_23{right:0}._dynamicDropdownMenu_lemaw_7._right_lemaw_27{left:0}._dynamicDropdownMenu_lemaw_7._up_lemaw_31{bottom:calc(100% + 8px)}._dynamicDropdownMenu_lemaw_7._down_lemaw_35{top:calc(100% + 8px)}._dynamicDropdownSearchInput_lemaw_39{display:flex;padding:10px 14px;align-items:center;justify-content:center;margin:auto;gap:8px;width:calc(100% - 24px);height:36px;border-radius:8px;border:1px solid #D0D5DD;background:#fff;transition:all .2s ease-in-out;box-shadow:0 1px 2px #1018280d}._dynamicDropdownSearchIcon_lemaw_55{width:18px;height:18px;margin-left:10px;flex-shrink:0;color:#667085}._dynamicDropdownSearchField_lemaw_63{border:none;outline:none;flex:1;font-size:14px;color:#101828;background:transparent;padding:10px 14px 8px 0}._dynamicDropdownSearchField_lemaw_63::placeholder{overflow:hidden;color:#667085;text-overflow:ellipsis;font-family:Inter;font-size:16px;font-style:normal;font-weight:400;line-height:24px}._searchInput_lemaw_84:focus-within{border-color:#007bff;box-shadow:0 0 6px #007bff4d}._dropDownHeader_lemaw_89{font-size:14px;display:flex;gap:4px;padding:0 12px;flex-direction:column;align-items:flex-start;align-self:stretch}._title_lemaw_99{color:#344054;font-weight:600}._subtitle_lemaw_104{color:#667085;font-weight:400;line-height:20px}._itemContainer_lemaw_110{max-height:200px;overflow-y:auto;width:calc(100% - 24px)}._parentItem_lemaw_116{padding:10px 10px 8px 12px;display:flex;width:100%;justify-content:space-between;color:#101828;font-weight:500;line-height:24px;font-size:16px}._selected_lemaw_127{color:#475467!important;font-weight:400!important;font-size:14px!important}._childItems_lemaw_133{padding-left:4px;display:flex;flex-direction:column;gap:10px;font-size:14px;line-height:24px!important;color:#344054;font-weight:500}._item_lemaw_110{display:flex;justify-content:start;gap:8px}._iconDrag_lemaw_150{display:flex;align-items:center;justify-content:flex-start;cursor:grab;visibility:hidden}._item_lemaw_110:hover ._iconDrag_lemaw_150{visibility:visible!important}._dynamicDropdownFooter_lemaw_162{display:flex;padding:16px 16px 12px;justify-content:flex-end;align-items:flex-start;gap:12px;align-self:stretch;border-top:1px solid #EAECF0}._dynamicDropdownFooterButton_lemaw_172{font-family:Inter;font-size:14px;font-style:normal;font-weight:600;line-height:20px}._applyButton_lemaw_180{display:flex;padding:8px 12px;cursor:pointer;justify-content:center;align-items:center;gap:4px;flex:1 0 0;border-radius:8px;border:1px solid #243880;background:#243880;box-shadow:0 1px 2px #1018280d;color:#fff}._cancelButton_lemaw_195{color:#344054;cursor:pointer;display:flex;padding:8px 12px;justify-content:center;align-items:center;gap:4px;flex:1 0 0;border-radius:8px;border:1px solid #D0D5DD;background:#fff;box-shadow:0 1px 2px #1018280d}@media only screen and (max-width:992px){._dynamicDropdownContainer_lemaw_1{position:initial}._dynamicDropdownMenu_lemaw_7{position:absolute;display:flex;padding:12px 4px;flex-direction:column;gap:12px;align-items:flex-start;flex:1 0 0;border-radius:8px;border:1px solid #EAECF0;background:#fff;box-shadow:0 12px 16px -4px #10182814,0 4px 6px -2px #10182808;min-width:calc(100vw - 32px);z-index:1}}._dynamicDropdownContainer_22ab8_1{position:relative;display:inline-block}._dynamicDropdownMenu_22ab8_6{position:absolute;display:flex;z-index:99;padding:12px 4px;flex-direction:column;align-items:flex-start;flex:1 0 0;border-radius:8px;border:1px solid #EAECF0;background:#fff;box-shadow:0 12px 16px -4px #10182814,0 4px 6px -2px #10182808;min-width:340px}._dynamicDropdownMenu_22ab8_6._left_22ab8_21{right:0}._dynamicDropdownMenu_22ab8_6._right_22ab8_25{left:0}._dynamicDropdownMenu_22ab8_6._up_22ab8_29{bottom:calc(100% + 8px)}._dynamicDropdownMenu_22ab8_6._down_22ab8_33{top:calc(100% + 8px)}._dropDownHeader_22ab8_37{font-size:14px;display:flex;gap:4px;padding:0 12px;flex-direction:column;align-items:flex-start;align-self:stretch}._title_22ab8_47{color:#344054;font-weight:600}._subtitle_22ab8_52{color:#667085;font-weight:400;line-height:20px}._parentItem_22ab8_58{padding:10px 10px 12px 0;display:flex;justify-content:flex-end;width:100%;color:#101828;font-weight:500;line-height:24px;font-size:16px}._selected_22ab8_70{color:#475467!important;font-weight:400!important;font-size:14px!important}._childItemContainer_22ab8_76{max-height:200px;overflow-y:auto;width:calc(100% - 24px)}._childItems_22ab8_82{width:100%;padding:0;gap:0!important}._item_22ab8_89{display:flex;justify-content:start;gap:8px;padding:10px;margin:0 2px;color:#344054!important;font-weight:500!important;line-height:24px;font-size:14px!important}._item_22ab8_89:hover,._item_22ab8_89._selected_22ab8_70{border-radius:6px;background:#f9fafb}._dynamicDropdownSearchInput_22ab8_107{display:flex;padding:10px 14px;align-items:center;justify-content:center;margin:auto;gap:8px;width:calc(100% - 24px);height:36px;border-radius:8px;border:1px solid #D0D5DD;background:#fff;transition:all .2s ease-in-out;box-shadow:0 1px 2px #1018280d}._dynamicDropdownSearchIcon_22ab8_123{width:18px;height:18px;margin-left:10px;flex-shrink:0;color:#667085}._dynamicDropdownSearchField_22ab8_131{border:none;outline:none;flex:1;font-size:14px;color:#101828;background:transparent;padding:10px 14px 8px 0}._dynamicDropdownSearchField_22ab8_131::placeholder{overflow:hidden;color:#667085;text-overflow:ellipsis;font-family:Inter;font-size:16px;font-style:normal;font-weight:400;line-height:24px}._searchInput_22ab8_152:focus-within{border-color:#007bff;box-shadow:0 0 6px #007bff4d}._dynamicCustomDropdownList_22ab8_157{padding:4px;margin:0;width:100%;max-height:280px;overflow:auto;scrollbar-width:none;z-index:4;background:#fff}._dynamicDropdownFooter_22ab8_168{display:flex;padding:16px 16px 12px;justify-content:flex-end;align-items:flex-start;gap:12px;align-self:stretch;border-top:1px solid #EAECF0}._dynamicDropdownFooterButton_22ab8_178{font-family:Inter;font-size:14px;font-style:normal;font-weight:600;line-height:20px}._applyButton_22ab8_186{display:flex;cursor:pointer;padding:8px 12px;justify-content:center;align-items:center;gap:4px;flex:1 0 0;border-radius:8px;border:1px solid #243880;background:#243880;box-shadow:0 1px 2px #1018280d;color:#fff}._cancelButton_22ab8_201{color:#344054;cursor:pointer;display:flex;padding:8px 12px;justify-content:center;align-items:center;gap:4px;flex:1 0 0;border-radius:8px;border:1px solid #D0D5DD;background:#fff;box-shadow:0 1px 2px #1018280d}@media only screen and (max-width:992px){._dynamicDropdownContainer_22ab8_1{position:initial}._dynamicDropdownButton_22ab8_221{display:flex;padding:8px;justify-content:center;align-items:center;gap:4px;align-self:stretch;border-radius:8px;border:1px solid #D0D5DD;background:#fff;box-shadow:0 1px 2px #1018280d;height:32px}._count_22ab8_235{display:flex;height:20px;padding:2px 6px;align-items:center;color:#1e2e6a;text-align:center;font-family:Inter;font-size:12px;font-style:normal;font-weight:500;line-height:18px}._dynamicDropdownMenu_22ab8_6{position:absolute;display:flex;padding:12px 4px;flex-direction:column;gap:12px;align-items:flex-start;flex:1 0 0;border-radius:8px;border:1px solid #EAECF0;background:#fff;box-shadow:0 12px 16px -4px #10182814,0 4px 6px -2px #10182808;min-width:calc(100vw - 32px);z-index:1}}._primary_vn1fa_2{cursor:pointer;display:inline-flex;justify-content:center;align-items:center;gap:4px;border-radius:8px;border:1px solid var(--Brand2-500, #243880);background:var(--Brand2-500, #243880);box-shadow:0 1px 2px #1018280d}._primary_vn1fa_2 span{color:var(--Base-White, #fff);font-family:Inter;font-size:14px;font-style:normal;font-weight:600;line-height:20px;display:flex;align-items:center}._primary_vn1fa_2 span:hover{color:var(--Base-White, #fff);font-family:Inter;font-size:14px;font-style:normal;font-weight:600;line-height:20px}._primary_vn1fa_2[disabled] span{color:var(--Gray-400, #98a2b3)}._primary_vn1fa_2[disabled],._primary_vn1fa_2[disabled]:hover,._primary_vn1fa_2[disabled]:active{cursor:not-allowed;border:1px solid var(--Gray-200, #eaecf0);background:var(--Gray-100, #f2f4f7);box-shadow:0 1px 2px #1018280d}._primary_vn1fa_2:hover{border:1px solid var(--Brand-700, #1e2e6a);background:var(--Brand-700, #1e2e6a)}._primary_vn1fa_2:focus{border:1px solid var(--Brand-600, #1f306d);background:var(--Brand-600, #1f306d);box-shadow:0 1px 2px #1018280d,0 0 0 4px #9eade43d}._secondary_vn1fa_61{cursor:pointer;display:inline-flex;justify-content:center;align-items:center;gap:4px;border-radius:8px;border:1px solid var(--Gray-300, #d0d5dd);background:var(--Base-White, #fff);box-shadow:0 1px 2px #1018280d}._secondaryActive_vn1fa_73{border:1px solid var(--Gray-300, #d0d5dd)!important;background:var(--Gray-100, #f2f4f7)!important}._secondary_vn1fa_61 span{color:var(--Gray-700, #344054);font-family:Inter;font-size:14px;font-style:normal;font-weight:600;line-height:20px;display:flex;align-items:center}._secondary_vn1fa_61 span:hover{color:var(--Gray-800, #182230);font-family:Inter;font-size:14px;font-style:normal;font-weight:600;line-height:20px}._secondary_vn1fa_61[disabled] span{color:var(--Gray-400, #98a2b3)}._secondary_vn1fa_61[disabled],._secondary_vn1fa_61[disabled]:hover,._secondary_vn1fa_61[disabled]:active{cursor:not-allowed;border:1px solid var(--Gray-200, #eaecf0);background:var(--Base-White, #fff);box-shadow:0 1px 2px #1018280d}._secondary_vn1fa_61:hover{border:1px solid var(--Gray-300, #d0d5dd);background:var(--Gray-50, #f9fafb);box-shadow:0 1px 2px #1018280d}._secondary_vn1fa_61:focus{border:1px solid var(--Gray-300, #d0d5dd);background:var(--Base-White, #fff);box-shadow:0 1px 2px #1018280d,0 0 0 4px #98a2b324}._tertiary-gray_vn1fa_126{cursor:pointer;display:inline-flex;padding:8px 12px;justify-content:center;align-items:center;gap:4px;border-radius:8px;border:none;background:none}._tertiary-gray_vn1fa_126 span{color:var(--Gray-600, #475467);font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px;display:flex;align-items:center}._tertiary-gray_vn1fa_126 span:hover{color:var(--Gray-700, #344054);font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px}._tertiary-gray_vn1fa_126[disabled] span{color:var(--Gray-400, #98a2b3)}._tertiary-gray_vn1fa_126[disabled],._tertiary-gray_vn1fa_126[disabled]:hover,._tertiary-gray_vn1fa_126[disabled]:active{cursor:not-allowed;display:inline-flex;justify-content:center;align-items:center;background:none}._tertiary-gray_vn1fa_126:hover{background:var(--Gray-50, #f9fafb)}._tertiary-color_vn1fa_181{cursor:pointer;display:inline-flex;padding:8px 12px;justify-content:center;align-items:center;gap:4px;border-radius:8px;border:none;background:none}._tertiary-color_vn1fa_181 span{color:var(--Brand-700, #1e2e6a);font-family:Inter;font-size:14px;font-style:normal;font-weight:600;line-height:20px;display:flex;align-items:center}._tertiary-color_vn1fa_181 span:hover{color:var(--Brand-700, #1e2e6a);font-family:Inter;font-size:14px;font-style:normal;font-weight:600;line-height:20px}._tertiary-color_vn1fa_181[disabled] span{color:var(--Gray-400, #98a2b3)}._tertiary-color_vn1fa_181[disabled],._tertiary-color_vn1fa_181[disabled]:hover,._tertiary-color_vn1fa_181[disabled]:active{cursor:not-allowed;display:inline-flex;justify-content:center;align-items:center;background:none}._tertiary-color_vn1fa_181:hover{background:var(--Brand-25, #eceffa)}._link-gray_vn1fa_236{cursor:pointer;display:inline-flex;padding:8px 12px;justify-content:center;align-items:center;gap:4px;border-radius:8px;border:none;background:none}._link-gray_vn1fa_236 span{color:var(--Gray-600, #475467);font-family:Inter;font-size:14px;font-style:normal;font-weight:600;line-height:20px;display:flex;align-items:center}._link-gray_vn1fa_236:hover{border-radius:8px;background:var(--Gray-50, #F9FAFB)}._link-gray_vn1fa_236 span:hover{color:var(--Gray-700, #344054);font-family:Inter;font-size:14px;font-style:normal;font-weight:600;line-height:20px}._link-gray_vn1fa_236[disabled] span{color:var(--Gray-400, #98a2b3)}._link-gray_vn1fa_236[disabled],._link-gray_vn1fa_236[disabled]:hover,._link-gray_vn1fa_236[disabled]:active{cursor:not-allowed;display:inline-flex;align-items:center;background:none}._link-color_vn1fa_292{cursor:pointer;display:inline-flex;padding:8px 12px;justify-content:center;align-items:center;gap:4px;border-radius:8px;border:none;background:none}._link-color_vn1fa_292 span{color:#243880;font-family:Inter;font-size:14px;font-style:normal;font-weight:600;line-height:20px;display:flex;align-items:center}._link-color_vn1fa_292 span:hover{color:var(--Brand-600, #1f306d);font-family:Inter;font-size:14px;font-style:normal;font-weight:600;line-height:20px}._link-color_vn1fa_292[disabled] span{color:var(--Gray-400, #98a2b3)}._link-color_vn1fa_292[disabled],._link-color_vn1fa_292[disabled]:hover,._link-color_vn1fa_292[disabled]:active{cursor:not-allowed;display:inline-flex;justify-content:center;align-items:center;background:none}._link-color_vn1fa_292:hover{background:none}._danger_vn1fa_347{cursor:pointer;display:inline-flex;justify-content:center;align-items:center;gap:4px;border-radius:8px;border:1px solid #D92D20;background:#d92d20;box-shadow:0 1px 2px #1018280d}._danger_vn1fa_347 span{color:#fff;font-family:Inter;font-size:14px;font-style:normal;font-weight:600;line-height:20px;display:flex;align-items:center}._danger_vn1fa_347 span:hover{color:#fff;font-family:Inter;font-size:14px;font-style:normal;font-weight:600;line-height:20px}._danger_vn1fa_347[disabled] span{color:var(--Gray-400, #98a2b3)}._danger_vn1fa_347[disabled],._danger_vn1fa_347[disabled]:hover,._danger_vn1fa_347[disabled]:active{cursor:not-allowed;border:1px solid var(--Gray-200, #eaecf0);background:var(--Gray-100, #f2f4f7);box-shadow:0 1px 2px #1018280d}._danger_vn1fa_347:hover{border:1px solid #B42318;background:#b42318}._danger_vn1fa_347:focus{border:1px solid #912018;background:#912018;box-shadow:0 1px 2px #1018280d,0 0 0 4px #d92d203d}._bigsm_vn1fa_406{padding:8px 12px}._bigmd_vn1fa_412{padding:10px 14px}._biglg_vn1fa_418{padding:10px 16px}._bigxl_vn1fa_424{padding:12px 18px}._big2xl_vn1fa_430{padding:16px 22px}._medsm_vn1fa_437{padding:8px 14px}._medmd_vn1fa_443{padding:10px 16px}._medlg_vn1fa_449{padding:10px 18px}._medxl_vn1fa_455{padding:12px 20px}._med2xl_vn1fa_461{padding:16px 24px}._no-textsm_vn1fa_468{padding:8px}._no-textmd_vn1fa_472{padding:10px}._no-textlg_vn1fa_476{padding:12px}._no-textxl_vn1fa_480{padding:14px}._no-text2xl_vn1fa_484{padding:16px}._container_1yz7v_1{width:calc(100dvw - 150px);max-width:-webkit-fill-available}._header_1yz7v_6{display:flex;margin-bottom:1rem;align-items:center;justify-content:space-between}._headerLeft_1yz7v_13{display:flex;gap:8px;align-items:center}._title_1yz7v_22{font-weight:600;font-size:18px}._scrollButtons_1yz7v_27{display:flex;gap:8px}._main_1yz7v_32{max-width:100%;overflow-x:auto;scrollbar-width:none}._main_1yz7v_32>div{display:flex;gap:16px}._product_1yz7v_43{display:flex}._productImage_1yz7v_47{width:70px;height:70px;object-fit:contain;transition:all .3s ease}._productTitle_1yz7v_54{width:100%;overflow:hidden;color:#101828;font-size:14px;font-weight:500;line-height:22px;max-width:376px;padding:1rem}._productTitle_1yz7v_54:hover{color:#101828;text-decoration:underline}._card_1yz7v_70{border:none;width:100%;height:100%;margin:0}._keywords_1yz7v_76{align-self:"center"}@media(max-width:1024px){._container_1yz7v_1{width:100%}._scrollButtons_1yz7v_27{display:none}._header_1yz7v_6{flex-flow:column;align-items:flex-start}._buttonGroup_1yz7v_94{width:100%;margin-top:18px}._headerRight_1yz7v_19,._buttonGroupItem_1yz7v_103{width:100%}}._productCard_9zk4q_1{overflow:hidden;width:276px;height:170px;border-radius:12px;border:1px solid var(--Gray-200, #eaecf0);background:var(--Base-White, #fff);box-shadow:0 1px 2px #1018280d}._productHeader_9zk4q_13{padding:8px}._product_9zk4q_1{display:flex;align-items:center;gap:12px}._productImage_9zk4q_23 img{width:50px;height:50px;object-fit:contain}._productTitle_9zk4q_29{max-width:150px;max-height:50px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#101828;font-size:14px;font-style:normal;font-weight:400}._productId_9zk4q_43{color:var(--Gray-600, #475467);font-size:14px;font-style:normal;font-weight:400}._main_9zk4q_50{border-top:1px solid var(--Gray-200, #eaecf0);border-bottom:1px solid var(--Gray-200, #eaecf0);padding:16px}._footer_9zk4q_56{padding:16px;display:flex;align-items:center;gap:8px;height:55px}._footerTitle_9zk4q_64{color:#101828;font-size:12px;font-style:normal;font-weight:500}._keywords_9zk4q_71{display:flex;align-items:center;overflow-x:auto;scrollbar-width:none;gap:3px;padding-block:1rem}._brandCard_1p3q9_1{overflow:hidden;width:276px;height:170px;border-radius:12px;border:1px solid var(--Gray-200, #eaecf0);background:var(--Base-White, #fff);box-shadow:0 1px 2px #1018280d}._brandHeader_1p3q9_13{padding:16px}._brand_1p3q9_1{display:flex;align-items:center;gap:12px}._brandTitle_1p3q9_23{overflow:hidden;color:#101828;text-overflow:ellipsis;font-family:Inter;font-size:16px;font-style:normal;font-weight:500;line-height:22px}._main_1p3q9_34{border-top:1px solid var(--Gray-200, #eaecf0);border-bottom:1px solid var(--Gray-200, #eaecf0);padding:16px}._footer_1p3q9_40{padding:16px;display:flex;gap:8px;height:65px}._footerTitle_1p3q9_47{display:flex;align-items:center;color:#101828;font-size:12px;font-style:normal;font-weight:500}._keywords_1p3q9_56{display:flex;align-items:center;overflow-x:auto;scrollbar-width:none;gap:3px}._wrapper_1ph3q_1{width:100%}._chart_8t3qd_1{display:flex;gap:16px;min-width:100%;position:relative}._labels_8t3qd_8,._bars_8t3qd_9{display:flex;flex-direction:column;gap:16px}._labels_8t3qd_8{gap:16.8px}._label_8t3qd_8{color:var(--Gray-1, #535353);font-size:12px;color:#101828;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;padding:0 8px;width:140px;font-weight:400}._clickable_8t3qd_33:hover{border-radius:4px;background:#f2f4f7;text-decoration:underline;cursor:pointer}._bars_8t3qd_9{width:100%;overflow:visible;position:relative;z-index:0}._barWrapper_8t3qd_47{overflow:hidden;position:relative;width:100%}._bar_8t3qd_9{height:16px;text-align:center;display:flex;justify-content:center;align-items:center;position:relative}._shadow_8t3qd_62{height:16px;background-color:var(--Gray-200);position:absolute;width:100%;border-radius:5px}._barLabel_8t3qd_70{text-align:left;color:var(--Gray-700, #344054);font-size:12px;font-weight:600;border-bottom:1px solid #eaecf0;padding-block:8px}._barValue_8t3qd_79{text-align:left;padding-top:8px;color:var(--Gray-600, #475467);font-size:12px;font-weight:400}._barValueNumber_8t3qd_87{color:var(--Gray-900, #101828);font-family:Inter;font-size:12px;font-style:normal;font-weight:600;line-height:20px}._barValue_8t3qd_79+._barValue_8t3qd_79{padding-top:8px}._metrics_8t3qd_100{background-color:var(--White);margin-top:-1rem;padding-top:1rem;color:var(--Gray-600, #475467);text-align:center;font-family:Inter;font-size:12px;font-style:normal;font-weight:400;display:flex;justify-content:space-between}._verticalLines_8t3qd_114{position:absolute;bottom:0;left:0;width:100%;height:calc(100% - 25px);display:flex;justify-content:space-around;z-index:-2}._verticalLines_8t3qd_114>div{width:1px;height:100%;background-color:#eaecf0;z-index:-1}._innerValue_8t3qd_132{color:#fff;text-align:right;font-size:9px;font-weight:300}._metrics_8t3qd_100{position:relative;z-index:0}._paginationContainer_8t3qd_144{width:100%;padding-top:20px;display:flex;align-items:center;justify-content:flex-end}._wrapper_odw64_1,._wrapper_urabr_1{width:100%}._title_urabr_5{color:var(--Gray-900, #101828);font-family:Inter;font-size:18px;font-style:normal;font-weight:600}._column_urabr_14 button{color:var(--Gray-600, #475467);font-size:12px;font-style:normal;font-weight:500;max-width:70px;text-align:left;background:var(--Gray-50, #f9fafb);padding:12px 10px}._label_urabr_26{color:#717171;font-size:12px;font-style:normal;font-weight:500;line-height:normal;letter-spacing:.12px;white-space:nowrap}._valueSuccess_urabr_36{color:#17b26a}._valueNeutral_urabr_40{color:#101828}._valueFailed_urabr_44{color:#ff4747}._tableCell_urabr_48{color:var(--Gray-900, #101828);font-size:14px;font-weight:500;padding:4px 0}._detailRow_urabr_55{display:flex;align-items:center;justify-content:start;gap:4px}._keyword_urabr_62{cursor:pointer;-webkit-user-select:none;user-select:none}._keyword_urabr_62:hover{text-decoration:underline}._brand_urabr_71{font-weight:400!important;max-width:100px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--Gray-600, #475467)!important;font-family:Inter;font-size:14px;font-style:normal;font-weight:400}._table_urabr_48{width:100%}._table_urabr_48 thead{position:relative}._table_urabr_48 thead:before{content:"";position:absolute;top:0;left:0;width:100%;height:105%;background-color:var(--Gray-50, #f9fafb);border-bottom:1px solid #eaecf0;z-index:0}._table_urabr_48 thead tr span{font-weight:400}._innerTh_urabr_115{cursor:pointer;font-size:12px;font-weight:400;display:flex;justify-content:space-between;align-items:center;gap:4px;padding:.8rem;position:relative;z-index:2}._tableContainer_urabr_128{height:auto;margin-top:20px;overflow:auto}._table_urabr_48 td{border-top:1px solid var(--Gray-200, #eaecf0);color:var(--Gray-900, #101828);font-family:Inter;font-size:14px;font-style:normal;font-weight:500;padding:16px 24px}._showEntries_urabr_146{margin-right:auto;display:flex;gap:.2rem}._showEntries_urabr_146 select{border:none;background:none}._card_urabr_157{justify-content:flex-end}._cardHeader_urabr_161{display:flex;width:100%;align-items:center;justify-content:space-between}._cardHeaderLeft_urabr_168{display:flex;align-items:center;gap:8px}._cardHeaderRight_urabr_174{display:flex;align-items:center;gap:8px;margin:unset!important}._mobileTableWrapper_urabr_181{display:none;flex-flow:column;gap:16px}._tableCardSplitValues_urabr_187{display:flex;flex-flow:column;gap:4px}._tableCardSplitLabel_urabr_193{color:#717171;font-family:Inter;font-size:12px;font-weight:500;letter-spacing:.12px}._tableCardSplitValueRed_urabr_201{color:#ff4747;font-family:Inter;font-size:14px;font-weight:500;line-height:20px}._tableCardSplitValueBlack_urabr_209{color:#101828;font-family:Inter;font-size:14px;font-weight:500;line-height:20px}._tableCardSplitValueTop_urabr_217,._tableCardSplitValueBottom_urabr_224{display:flex;justify-content:flex-end;align-items:center;gap:4px}@media(max-width:1024px){._wrapper_urabr_1{overflow:auto;scrollbar-width:none}._desktopTableWrapper_urabr_237{display:none}._mobileTableWrapper_urabr_181{display:flex!important}._cardHeader_urabr_161{flex-flow:column;justify-content:flex-start;align-items:flex-start;width:100%;display:flex!important}._columnDragCustomizer_urabr_253{display:none!important}._cardHeaderRight_urabr_174{flex-flow:column;width:100%}._buttonGroup_urabr_263,._buttonGroupItem_urabr_267,._search_urabr_271{width:100%}}@media(max-width:600px){._cardHeader_urabr_161{display:grid}}._tableCard_140j1_1{border-radius:8px;border:1px solid #DDD;background:#fff;width:100%}._tableCardHead_140j1_8{padding:16px;border-bottom:1px solid #DDD}._tableCardBody_140j1_14{padding-bottom:16px}._tableCardHeader_140j1_19{color:#475467;font-family:Inter;font-size:14px;font-weight:400;line-height:20px;margin:0}._tableCardItem_140j1_28{display:flex;align-items:center;justify-content:space-between;margin:12px 16px 0;padding:0 0 10px;border-bottom:1px solid #E4E7EC;gap:4px}._tableCardItemLeftLabel_140j1_38{color:#475467;font-family:Inter;font-size:12px;font-weight:500;line-height:18px}._tableCardItemRightValue_140j1_46{color:#101828;font-family:Inter;font-size:14px;font-weight:500;line-height:20px}._tableCardSeeMore_140j1_54{border:none!important;background-color:transparent!important;margin:16px;color:#243880;font-family:Inter;font-size:14px;font-weight:600;line-height:20px;cursor:pointer}._paginationWrapper_12lku_1{margin-top:16px;display:flex;justify-content:center;padding:0 16px}@media(max-width:768px){._paginationWrapper_12lku_1{margin-top:12px;padding:0 8px}}._pageTitle_ujbsd_1{color:#101828;font-family:Inter;font-size:22px;font-style:normal;font-weight:600;line-height:30px;margin-bottom:0!important}._pageTitleAndKeywords_ujbsd_11{margin-bottom:.5rem;display:flex;gap:12px;align-items:center}._brandScoreWrapper_ujbsd_18{width:"100%"}@media(max-width:1024px){._pageTitleAndKeywords_ujbsd_11{flex-direction:column}._brandScoreWrapper_ujbsd_18{max-width:370px;overflow:auto;scrollbar-width:none}}._keywords_ujbsd_34{color:var(--Gray-700, var(--colors-gray-light-mode-700, #344054));font-size:18px;font-style:normal;font-weight:600}._wrapper_1ebhj_1{width:100%}._title_1ebhj_5{color:var(--Gray-900, #101828);font-family:Inter;font-size:18px;font-style:normal;font-weight:600}._tooltipContent_1ebhj_12{font-size:14px;width:200px}._header_1ebhj_16{display:flex;align-items:center;gap:10px;margin-block:12px}._percentWrapper_1ebhj_23{display:flex;align-items:center;gap:8px}._percent_1ebhj_23{color:var(--Gray-900, #101828);font-family:Inter;font-size:24px;font-style:normal;font-weight:600;line-height:32px}._sponsoredWrapper_1ebhj_38>div{display:flex;align-items:center}._sponsored_1ebhj_38{overflow:hidden;color:var(--Gray-1, #535353);text-overflow:ellipsis;font-family:Inter;font-size:14px;font-style:normal;font-weight:600;line-height:16px}._cards_1ebhj_54{display:flex;gap:16px;max-width:100%}._cards_1ebhj_54>div{max-width:370px}._tooltipWrapper_1ebhj_64{margin-top:8px;border-top:1px solid rgba(0,0,0,.1);padding-top:20px}._retailerLogo_1ebhj_70{height:15px;width:70px;object-fit:contain}._headerTitle_1ebhj_76{color:var(--Gray-600);font-size:14px;font-style:normal;font-weight:500}._keywordAndDate_1ebhj_83{display:flex;justify-content:space-between;margin-bottom:20px}@media(max-width:500px){._cards_1ebhj_54{flex-direction:column}._cardItem_1ebhj_93{width:100%}}._percentWrapper_1ebhj_23 ._expandButton_1ebhj_98{display:none}._percentWrapper_1ebhj_23:hover ._expandButton_1ebhj_98{display:block}._price_1ebhj_106{color:var(--colors-text-text-primary-900, #101828);font-family:Inter;font-size:24px;font-style:normal;font-weight:600}._date_1ebhj_116{width:400px}._keywords_n9gmt_1{display:flex;gap:12px;width:100%}._keyword_n9gmt_1{display:flex;padding:4px 10px 4px 12px;align-items:center;gap:4px;border-radius:16px;border:1px solid#D5D9EB;background:#f8f9fc;text-align:center;font-size:14px;font-style:normal;font-weight:400;min-width:max-content}._keyword_n9gmt_1 ._linkIcon_n9gmt_25{visibility:hidden}._keyword_n9gmt_1:hover ._linkIcon_n9gmt_25{visibility:visible}._keyword_n9gmt_1 img{width:14px;fill:#00f}._keywordListOnTooltip_n9gmt_38{height:140px;overflow-y:auto;text-align:left;margin-top:.5rem}._keywordOnTooltipButton_n9gmt_45{font-weight:400;padding:6px;max-width:150px}._listEleman_n9gmt_51 ._linkIcon_n9gmt_25{display:none}._listEleman_n9gmt_51:hover ._linkIcon_n9gmt_25{display:inline}@media(max-width:1024px){._keywords_n9gmt_1{max-width:370px}}._keywordButton_n9gmt_65{color:var(--Gray-blue-700, #363f72);font-size:13px;font-style:normal;font-weight:400}._wrapper_21yho_1{width:100%}._percent_21yho_5{color:var(--Gray-900, #101828);font-family:Inter;font-size:20px;font-style:normal;font-weight:600;white-space:nowrap}._addCompareTypeContainer_21yho_14{display:flex;padding:4px;align-items:center;gap:4px;align-self:stretch;border-radius:8px;border:1px solid #F2F4F7;margin-top:16px;margin-bottom:8px}._keywordBasedCard_21yho_26{padding:0}._compareTypeButton_21yho_30{cursor:pointer;display:flex;height:36px;padding:8px 12px;justify-content:center;align-items:center;gap:8px;flex:1 0 0;border-radius:6px}._activeCompareTypeButton_21yho_42{border-radius:6px;background:#eceffa;color:#1f306d}._showEntries_21yho_48{margin-right:auto;display:flex;gap:.2rem}._showEntries_21yho_48 select{border:none;background:none}._tableContainer_21yho_59{width:100%}._cardHeader_21yho_64{display:flex;justify-content:space-between;padding:20px 16px 0}._expandButton_21yho_70{display:block;opacity:0;transition:opacity .1s ease-in-out}._cell_21yho_76:hover ._expandButton_21yho_70{opacity:1}._keywordAndDate_21yho_80{display:flex;justify-content:space-between;padding-bottom:1rem}._price_21yho_86{color:var(--colors-text-text-primary-900, #101828);font-family:Inter;font-size:24px;font-style:normal;font-weight:600}._brandName_21yho_96{max-height:60px;max-width:200px;text-overflow:ellipsis;overflow:auto;scrollbar-width:none}._popup_21yho_104{display:flex;flex-direction:column;align-items:flex-start;padding:0;gap:8px;border:1px solid var(--Gray-200, #eaecf0);background:var(--Base-White, #fff);border-radius:8px;position:absolute;z-index:1}._tableHeaderCell_21yho_117{display:flex;align-items:center;justify-content:flex-start;gap:4px;width:calc(25% - 50px)}._headerCell_21yho_125{display:flex;align-items:center;justify-content:flex-start;gap:4px;padding:0 40px;width:200px}._tableCell_21yho_134{display:flex;align-items:center;justify-content:flex-start;gap:4px;width:calc(25% - 50px)}._cell_21yho_76{display:flex;align-items:center;justify-content:center;gap:4px;width:200px}@media(max-width:1024px){._wrapper_21yho_1{scrollbar-width:none}._tableBody_21yho_156{overflow-x:auto}._tableContainer_21yho_59{width:1200px}}._tooltipButton_21yho_165{width:158px;display:flex;padding:9px 10px;justify-content:flex-start!important;align-items:flex-start;gap:12px;flex:1 0 0;gap:8px;margin:1px 6px}._tooltipButtonIcon_21yho_178{display:flex;margin-right:4px}._wrapper_jct43_1{border-radius:12px;border:1px solid var(--Gray-200, #eaecf0);background:var(--Base-White, #fff);box-shadow:0 1px 2px #1018280d;padding:20px 24px;gap:12px}._card_jct43_12{width:25%}._header_jct43_16{display:flex;align-items:center;gap:12px}._title_jct43_22{color:var(--colors-text-text-primary-900, #101828);font-family:var(--Font-family-font-family-body, Inter);font-size:var(--Font-size-text-lg, 18px);font-style:normal;font-weight:600;line-height:var(--Line-height-text-lg, 28px)}._list_jct43_34{display:flex;flex-direction:column;gap:8px;list-style-type:none;max-height:380px;overflow:auto}._listItem_jct43_43{display:flex;padding:6px 8px;align-items:center;gap:8px;align-self:stretch;border-radius:4px;color:var(--Gray-0, #303030);font-size:14px;font-weight:500;line-height:20px}._listItem_jct43_43:hover{border-radius:4px;background:var(--colors-gray-light-mode-50, #f9fafb);cursor:pointer}@media(max-width:1024px){._wrapper_jct43_1,._card_jct43_12{width:100%}}._nonClickable_jct43_71{pointer-events:none}._tabs_mqvdp_2{width:100%}._tabList_mqvdp_6{width:100%;display:flex;margin-bottom:1rem;border-bottom:1px solid var(--Gray-200, #eaecf0)}._tab_mqvdp_2{padding:0 12px 12px;background:none;border:none;cursor:pointer;color:#64748b;display:flex;align-items:center;gap:.5rem}._tab_mqvdp_2:hover{color:#334155}._activeTab_mqvdp_28{color:#243880;font-weight:600;border-bottom:2px solid #243880}._tabPanel_mqvdp_34{padding:0}._brandDetail_13rpw_1,._productDetail_13rpw_2{overflow:auto}._column_13rpw_6 button,._column_13rpw_6 ._thSpan_13rpw_7{color:var(--Gray-600, #475467);font-size:12px;font-style:normal;font-weight:500;max-width:70px;text-align:left;padding:12px 10px}._table_13rpw_17{width:1800px}._brandDetail_13rpw_1 ._table_13rpw_17{width:1100px}._table_13rpw_17 thead{position:sticky;top:0;z-index:1}._table_13rpw_17 thead:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:var(--Gray-50, #f9fafb);z-index:-1}._table_13rpw_17 thead tr{border-bottom:1px solid var(--Gray-200, #eaecf0)}._table_13rpw_17 thead tr th{background:var(--Gray-50, #f9fafb)!important}._tableContainer_13rpw_50{margin-top:20px;overflow:auto}._table_13rpw_17 td{border-top:1px solid var(--Gray-200, #eaecf0);color:var(--Gray-900, #101828);font-family:Inter;font-size:14px;font-style:normal;font-weight:500;padding-top:5px;padding-bottom:25px;padding-inline:10px}._product_13rpw_2{display:flex}._product_13rpw_2 img{width:50px;object-fit:contain}._productTitle_13rpw_78{max-width:376px}._productTitle_13rpw_78:hover{text-decoration:underline}._productImage_13rpw_85{width:70px;height:70px;object-fit:cover}._sticky_13rpw_91{position:sticky;left:0;background-color:#fff;z-index:1}._innerTh_13rpw_98{cursor:pointer;font-size:12px;font-weight:400;display:flex;justify-content:space-between;align-items:center;gap:4px;padding:.8rem}._buttonLikeTab_13rpw_109{display:flex;height:36px;padding:8px 12px;justify-content:center;align-items:center;gap:8px;border-radius:6px}._active_13rpw_119{background:var(--Gray-100, #f2f4f7)}._container_1qz8s_1{display:flex;align-items:flex-start;overflow:hidden}._pieChart_1qz8s_8{flex:1;width:100%;padding:16px;height:auto;max-height:400px}._slice_1qz8s_16{transition:transform .2s ease;cursor:pointer}._slice_1qz8s_16:hover ._slicePath_1qz8s_21{opacity:.8;filter:brightness(.95)}._slicePath_1qz8s_21{transition:all .2s ease}._label_1qz8s_30{fill:#fff;pointer-events:none;color:#fff;text-align:right;font-family:Inter;font-size:8px;font-style:normal;font-weight:400}._legend_1qz8s_41{display:flex;flex-direction:column;gap:.75rem;padding:1rem 8px;min-width:180px;max-height:400px;overflow-y:auto;height:calc(100% - 32px);overflow-x:hidden;scrollbar-width:none}._legendItem_1qz8s_54{display:flex;align-items:center;gap:1rem;width:100%;cursor:pointer;padding:4px;border-radius:4px;transition:background-color .2s ease}._legendItem_1qz8s_54:hover{background-color:#0000000d}._legendColor_1qz8s_69{width:16px;height:16px;border-radius:50%;flex-shrink:0}._legendLabel_1qz8s_76{-webkit-user-select:none;user-select:none;font-size:13px;color:#4a5568;display:flex;justify-content:space-between;width:100%;gap:1rem;transition:all .2s ease}._legendLabelText_1qz8s_87{position:relative;max-width:100px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._legendLabel_1qz8s_76._excluded_1qz8s_96{text-decoration:line-through;opacity:.6}._popover_1qz8s_101{background:#fff;border-radius:8px;padding:1rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;font-size:14px;min-width:200px}._popover_1qz8s_101 strong{display:block;margin-bottom:.5rem;color:#1a202c}._popover_1qz8s_101 div{color:#4a5568;margin-top:.25rem}._tooltipItem_1qz8s_123{display:flex;justify-content:space-between;gap:8px}._tooltipTitle_1qz8s_129{color:var(--Gray-600, var(--colors-gray-light-mode-600, #475467));font-family:Inter;font-size:12px;font-style:normal;font-weight:500;line-height:22px;display:flex;gap:8px}._divider_1qz8s_141{width:100%;border-bottom:solid 1px #EAECF0}._tooltipValue_1qz8s_146{color:var(--Gray-900, var(--colors-gray-light-mode-900, #101828));font-family:Inter;font-size:12px;font-style:normal;font-weight:600;line-height:22px}@media(max-width:500px){._container_1qz8s_1{max-width:100%;flex-direction:column}}._wrapper_1uhit_1{width:40%;border-radius:12px;border:1px solid var(--Gray-200, #eaecf0);background:var(--Base-White, #fff);box-shadow:0 1px 2px #1018280d;padding:20px 24px;gap:12px}._header_1uhit_13{display:flex;align-items:center;gap:12px}._buttonGroup_1uhit_19{width:100%}._button_1uhit_19{display:flex;width:100%;align-items:center;gap:12px}._title_1uhit_29{color:var(--Gray-900, #101828);font-family:Inter;font-size:18px;font-style:normal;font-weight:600}@media(max-width:1024px){._wrapper_1uhit_1{max-width:100%!important;width:100%}}._activeDateRange_1uhit_46{border-radius:6px!important;padding:8px 16px!important;background:var(--Gray-50, #f9fafb)!important}._modalButtonContainer_1uhit_52{width:100%;display:flex;padding:8px 4px;justify-content:flex-end;align-items:center}._applyButton_1uhit_60{padding:10px 14px;color:var(--Base-White, #fff);font-family:Inter;font-size:14px;font-style:normal;font-weight:600;line-height:20px}._label_1uhit_70{color:var(--Gray-700, #344054);font-size:14px;font-weight:500}._chartWrapper_12uhv_1{overflow-y:auto}._chart_12uhv_1{display:flex;gap:16px;position:relative;max-height:430px}._labels_12uhv_12{display:flex;flex-direction:column;text-align:right;padding-top:25px;margin-top:-25px}._bars_12uhv_20{display:flex;flex-direction:column;text-align:right;padding-top:25px;margin-top:-25px;width:100%;overflow:visible;position:relative;z-index:0}._bar_12uhv_20{height:16px;text-align:center;display:flex;justify-content:center;align-items:center;border-radius:4px;margin-top:2px;margin-bottom:12px}._bar_12uhv_20:before{content:"";position:absolute;top:0;left:0;width:100%;height:16px;z-index:-1;border-radius:4px;background-color:#eaecf0;margin-top:2px;margin-bottom:12px}._label_12uhv_12{color:var(--Gray-1, #535353);text-align:right;font-size:14px;font-weight:400;color:#101828;text-overflow:ellipsis;white-space:nowrap;width:140px;overflow:hidden;padding:0 8px;margin-left:auto}._clickable_12uhv_71:hover{border-radius:4px;background:#f2f4f7;text-decoration:underline;cursor:pointer}._barWrapper_12uhv_78{overflow:hidden;position:relative;width:100%}._barLabel_12uhv_84{text-align:left;color:var(--Gray-700, #344054);font-size:12px;font-weight:600;border-bottom:1px solid #eaecf0;padding-block:8px}._barValue_12uhv_93{color:var(--Gray-900, #101828);font-size:12px;font-style:normal;font-weight:600}._barValue_12uhv_93+._barValue_12uhv_93{padding-top:8px}._metrics_12uhv_104{background-color:var(--White);margin-top:-1rem;padding-top:1rem;color:var(--Gray-600, #475467);text-align:center;font-family:Inter;font-size:12px;font-style:normal;font-weight:400;display:flex;justify-content:space-between}._verticalLines_12uhv_118{position:absolute;bottom:0;left:65px;width:85%;height:calc(100% - 25px);display:flex;justify-content:space-around;z-index:-2}._verticalLines_12uhv_118>div{width:1px;height:100%;background-color:#eaecf0;z-index:-1}._innerValue_12uhv_136{color:#fff;text-align:right;font-size:9px;font-weight:300}._metrics_12uhv_104{position:relative;z-index:0;padding-left:110px}._paginationContainer_12uhv_149{width:100%;padding-top:20px;display:flex;align-items:center;justify-content:flex-end}._barGroup_12uhv_157{width:100%;display:flex}._legendsWrapper_12uhv_162{max-width:100%;overflow:auto;margin-top:12px;margin-bottom:12px;display:grid;justify-content:end}._legends_12uhv_162{min-width:100%;display:flex;font-size:12px;font-weight:400;text-align:right;gap:20px}._legend_12uhv_162{display:flex;align-items:center;gap:4px}._legend_12uhv_162 div{width:max-content}._legendColor_12uhv_190{min-width:10px;min-height:10px;max-width:10px;max-height:10px;border-radius:50%}._tooltipInner_12uhv_198{min-width:230px}._barValueGroup_12uhv_202{border-bottom:1px solid #eaecf0;padding-bottom:8px}._colorAndText_12uhv_207{margin-top:1rem;display:flex;align-items:center;gap:4px}._text_12uhv_214{color:var(--Gray-700, #344054);font-family:Inter;font-size:12px;font-style:normal;font-weight:600}._tooltipLine_12uhv_222{padding:8px 0;display:flex;gap:1rem;align-items:center;justify-content:space-between;width:100%}._tooltipLine_12uhv_222 strong{color:var(--Gray-900, #101828);font-size:12px;font-style:normal;font-weight:600}._dropdown_1cgpl_1{position:relative;display:flex;flex-direction:column;gap:4px;width:100%;color:var(--Gray-900, #101828);font-family:Inter;font-size:14px;font-weight:500}._header_1cgpl_13{cursor:pointer;border-radius:8px;border:1px solid var(--Gray-300, #d0d5dd);background:var(--Base-White, #fff);box-shadow:0 1px 2px #1018280d;padding:7px 14px;min-width:150px;display:flex;gap:8px;align-items:center;justify-content:space-between}._noBorder_1cgpl_27{border:none;box-shadow:none}._header_1cgpl_13:hover{opacity:.8}._openContent_1cgpl_36{position:absolute;right:0;width:100%;min-width:280px;border-radius:8px;background-color:var(--Base-White, #fff);box-shadow:0 0 10px #10182833;overflow:auto;padding:12px;display:flex;flex-direction:column;gap:.5rem;z-index:1;transition:top .2s ease}._down_1cgpl_53{top:105%}._up_1cgpl_57{bottom:105%}._option_1cgpl_61{cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:2px;padding:10px 14px;font-family:Inter;font-size:14px;font-weight:500}._actions_1cgpl_74{display:flex;gap:12px}._selected_1cgpl_79{background-color:var(--Gray-50)}._options_1cgpl_83{max-height:300px;overflow:auto}._badges_1cgpl_88{display:flex;gap:8px;-webkit-user-select:none;user-select:none}._badge_1cgpl_88{display:flex;padding:2px 4px 2px 5px;justify-content:center;align-items:center;gap:3px;border-radius:6px;border:1px solid var(--Gray-300, #d0d5dd);background:var(--Base-White, #fff)}._badgeText_1cgpl_105{width:max-content}._extra_1cgpl_108{border-top:1px solid var(--Gray-100, #F2F4F7);padding-top:4px}._wrapper_qyaox_1{display:flex;width:100%;max-width:433px;padding:20px 24px;flex-direction:column;align-items:flex-start;gap:12px;border-radius:12px;border:1px solid var(--Colors-Border-border-secondary, #e4e7ec);background:var(--Colors-Background-bg-primary, #fff);box-shadow:0 1px 2px 0 var(--Colors-Effects-Shadows-shadow-xs, rgba(16, 24, 40, .05))}._header_qyaox_18{width:100%;display:flex;align-items:center;gap:12px}._title_qyaox_25{color:var(--colors-text-text-primary-900, #101828);font-family:var(--Font-family-font-family-body, Inter);font-size:var(--Font-size-text-lg, 18px);font-style:normal;font-weight:600;line-height:var(--Line-height-text-lg, 28px)}._card_qyaox_37{width:35%}._main_qyaox_41{width:100%}@media(max-width:1024px){._card_qyaox_37{width:100%;min-width:100%}}._label_qyaox_52{color:var(--Gray-700, #344054);font-size:14px;font-weight:500;margin-bottom:.5rem;display:block}._chartWrapper_f61cg_1{overflow-y:auto}._chart_f61cg_1{display:flex;gap:16px;position:relative;max-height:calc(100vh - 450px)}._labels_f61cg_12{display:flex;flex-direction:column;text-align:right;padding-top:25px;margin-top:-25px}._bars_f61cg_20{display:flex;flex-direction:column;text-align:right;padding-top:25px;margin-top:-25px;width:100%;overflow:visible;position:relative;z-index:0}._bar_f61cg_20{height:16px;text-align:center;display:flex;justify-content:center;align-items:center;border-radius:4px;margin-top:2px;margin-bottom:8px}._bar_f61cg_20:before{content:"";position:absolute;top:0;left:0;width:100%;height:16px;z-index:-1;border-radius:4px;background-color:#eaecf0;margin-top:2px;margin-bottom:8px}._label_f61cg_12{color:var(--Gray-1, #535353);text-align:right;font-size:14px;font-weight:400;color:#101828;text-overflow:ellipsis;white-space:nowrap;width:140px;overflow:hidden;padding:0 8px;margin-left:auto}._clickable_f61cg_71:hover{border-radius:4px;background:#f2f4f7;text-decoration:underline;cursor:pointer}._barWrapper_f61cg_78{overflow:hidden;position:relative;width:100%}._barLabel_f61cg_84{text-align:left;color:var(--Gray-700, #344054);font-size:12px;font-weight:600;border-bottom:1px solid #eaecf0;padding-block:8px}._barValue_f61cg_93{text-align:left;padding-top:8px;color:var(--Gray-600, #475467);font-size:12px;font-weight:500}._barValue_f61cg_93+._barValue_f61cg_93{padding-top:8px}._metrics_f61cg_105{background-color:var(--White);margin-top:-1rem;padding-top:1rem;color:var(--Gray-600, #475467);text-align:center;font-family:Inter;font-size:12px;font-style:normal;font-weight:400;display:flex;justify-content:space-between}._verticalLines_f61cg_119{position:absolute;bottom:0;left:65px;width:85%;height:calc(100% - 25px);display:flex;justify-content:space-around;z-index:-2}._verticalLines_f61cg_119>div{width:1px;height:100%;background-color:#eaecf0;z-index:-1}._innerValue_f61cg_137{color:#fff;text-align:right;font-size:9px;font-weight:300}._metrics_f61cg_105{position:relative;z-index:0;padding-left:110px}._paginationContainer_f61cg_150{width:100%;padding-top:20px;display:flex;align-items:center;justify-content:flex-end}._barGroup_f61cg_158{width:100%;display:flex;border-bottom:1px solid #f9fafb}._barGroup_f61cg_158:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}._legendsWrapper_f61cg_170{max-width:100%;margin-bottom:2rem;display:grid;justify-content:end}._legends_f61cg_170{min-width:100%;display:flex;flex-wrap:wrap;font-size:12px;font-weight:400;text-align:right;gap:12px}._legend_f61cg_170{display:flex;align-items:center;gap:4px}._legend_f61cg_170 div{width:max-content}._legendColor_f61cg_197{min-width:10px;min-height:10px;border-radius:50%}._tooltipInner_f61cg_203{min-width:170px}._barColor_f61cg_207{display:block;width:10px;height:10px;border-radius:50%}._barValueGroup_f61cg_214{border-bottom:1px solid #eaecf0;padding-bottom:8px}._colorAndText_f61cg_219{margin-top:1rem;display:flex;align-items:center;gap:4px}._text_f61cg_226{color:var(--Gray-700, #344054);font-family:Inter;font-size:12px;font-style:normal;font-weight:600}._dropdown_kpb6w_1{position:relative;display:flex;flex-direction:column;gap:4px;width:100%;color:#101828;font-family:Inter;font-size:14px;font-weight:500}._title_kpb6w_13{cursor:pointer;border-radius:8px;border:1px solid #d0d5dd;background:#fff;box-shadow:0 1px 2px #1018280d;padding:7px 14px;min-width:150px;height:40px;display:flex;gap:8px;align-items:center;justify-content:space-between}._title_kpb6w_13:hover:not(._disabled_kpb6w_29){opacity:.8}._disabled_kpb6w_29{opacity:.5;cursor:not-allowed}._placeholder_kpb6w_38{color:#667085;font-weight:400}._openContent_kpb6w_44{position:absolute;top:105%;left:0;right:auto;width:100%;min-width:280px;border-radius:8px;background-color:#fff;box-shadow:0 0 10px #10182833;overflow:auto;padding:12px;display:flex;flex-direction:column;gap:.5rem;z-index:3;transition:top .2s ease}._down_kpb6w_63{top:105%;bottom:auto}._up_kpb6w_69{bottom:105%;top:auto}._option_kpb6w_75{cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:10px 14px;font-family:Inter;font-size:14px;font-weight:500}._actions_kpb6w_87{display:flex;gap:12px;padding:12px;justify-content:space-between}._selected_kpb6w_94{border-radius:6px;background:#f9fafb}._options_kpb6w_99{max-height:300px;overflow:auto;gap:6px;display:flex;flex-direction:column;padding:0 6px 6px}._disabled_kpb6w_29{cursor:not-allowed}._portalContent_kpb6w_112{background:#fff;border:1px solid #ddd;border-radius:8px;box-shadow:0 4px 12px #0000001a;max-height:300px;overflow:hidden;display:flex;flex-direction:column;box-sizing:border-box}._search_kpb6w_124{padding:12px}._tagMode_kpb6w_128{flex-wrap:wrap;gap:6px;height:fit-content}._tagsContainer_kpb6w_134{display:flex;flex-wrap:wrap;gap:6px;flex:1;align-items:center}._tag_kpb6w_128{display:inline-flex;align-items:center;gap:4px;padding:3px 4px 3px 8px;border-radius:6px;border:1px solid #D0D5DD;background:#fff;color:#344054;text-align:center;font-family:Inter;font-size:12px;font-style:normal;font-weight:500;line-height:18px}._tagText_kpb6w_159{display:inline-block;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._tagClose_kpb6w_167{cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;opacity:.6;transition:opacity .2s}._tagClose_kpb6w_167:hover{opacity:1}._container_5yg35_1{width:100%;height:100%;padding:1rem;overflow:hidden}._desktop_5yg35_8{width:100%;height:400px;gap:10px}._item_5yg35_14{position:relative;border-radius:4px;padding:1rem;cursor:pointer;transition:all .2s ease-in-out;flex-grow:1;display:flex;flex-direction:column}._tooltip_5yg35_25{color:var(--Gray-600, #475467);font-family:Inter;font-size:12px;font-style:normal;font-weight:500;line-height:20px;border-radius:8px;background:var(--Base-White, #fff);box-shadow:0 1px 2px #1018280d;padding:.5rem;display:none;position:absolute;top:10%}._item_5yg35_14:hover ._tooltip_5yg35_25{display:block}._item_5yg35_14:hover{opacity:.8}._selected_5yg35_51{box-shadow:0 0 0 2px var(--Gray-500);z-index:2}._content_5yg35_56{display:flex;flex-direction:column;justify-content:space-between;width:100%;height:100%}._name_5yg35_64{font-size:clamp(.875rem,1.2vw,1.125rem);overflow:hidden;text-overflow:ellipsis;width:140px;white-space:nowrap;color:var(--Gray-0, #303030);text-align:center;font-weight:400;font-size:14px}._value_5yg35_76{font-size:clamp(1rem,1.5vw,1.5rem);color:var(--Gray-0, #303030);text-align:center;font-weight:400;font-size:20px;font-style:normal;line-height:normal}._percentage_5yg35_86{font-size:clamp(.75rem,1vw,.875rem);opacity:.75;color:var(--Gray-0, #303030);text-align:center;font-size:10px;font-style:normal;font-weight:100;line-height:normal}@media(max-width:1000px){._desktop_5yg35_8{display:none}}@media(min-width:1000px){._mobile_5yg35_104{display:none}}._new_5yg35_109{position:absolute;right:8px;top:8px;border-radius:16px;border:1px solid var(--Warning-200, #fedf89);background:var(--Warning-50, #fffaeb);display:inline-flex;height:20px;padding:2px 8px;align-items:center;flex-shrink:0;color:var(--Warning-700, #b54708);text-align:center;font-family:Inter;font-size:12px;font-style:normal;font-weight:400;line-height:18px}._product_m2hr5_1{display:flex;align-items:center;gap:12px;width:100%}._image_m2hr5_8:hover{scale:1.4}._image_m2hr5_8{width:46px;height:62px;object-fit:contain;transition:all .3s ease}._productInfos_m2hr5_20{display:flex;flex-flow:column;width:100%;min-width:0;align-items:flex-start}._descContainer_m2hr5_28{display:flex;align-items:flex-start;gap:12px}._desc_m2hr5_28{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;text-align:left;color:#101828;font-family:Inter;font-size:14px;font-weight:500;line-height:22px;margin:0}._descDetail_m2hr5_49{display:inline;white-space:normal}._barcode_m2hr5_57{margin:0;color:#475467;font-family:Inter;font-size:14px;font-weight:400;line-height:20px;display:flex;align-items:center;justify-content:flex-start;gap:6px;white-space:nowrap}._barcodeBtn_m2hr5_71{border:none;background-color:transparent;display:flex;align-items:center;justify-content:flex-start;cursor:pointer;gap:6px;color:#067647;font-family:Inter;font-size:14px;font-weight:500;line-height:20px;min-width:45px}._url_m2hr5_87:hover{text-decoration:underline;color:#0000ac}._productTags_m2hr5_92{display:flex;width:100%;gap:8px;align-items:center}._productTag_m2hr5_92{border-radius:6px;border:1px solid #EAECF0;background:#f9fafb;padding:2px 6px;color:#363f72;font-family:Inter;font-size:12px;font-weight:500;line-height:18px;width:fit-content;white-space:nowrap}._sellerNameContainer_m2hr5_112{display:flex;gap:4px}._sellerNameLabel_m2hr5_116{color:#475467;font-size:14px;font-style:normal;font-weight:400;line-height:20px}._sellerName_m2hr5_112{overflow:hidden;color:#101828;text-overflow:ellipsis;font-size:14px;font-style:normal;font-weight:500;line-height:20px}._barcodeContainer_m2hr5_132{display:flex;flex-direction:column;gap:4px}._tooltipText_m2hr5_137{padding:6px 4px;display:flex;flex-direction:row;gap:4px;color:#475467;font-family:Inter;font-size:12px;font-style:normal;font-weight:500;line-height:20px}._uniqCode_m2hr5_149{color:#101828;font-weight:600}._url_m2hr5_87:hover{text-decoration:underline;color:#101828}._barcodeBtn_xbvcw_1{border:none;background-color:transparent;display:flex;align-items:center;justify-content:flex-start;cursor:pointer;gap:6px;color:#067647;font-family:Inter;font-size:14px;font-weight:500;line-height:20px;position:relative;overflow:visible}._copiedText_xbvcw_18{position:absolute;top:50%;left:50%;transform:translate(15%,-50%);background:#fff;border-radius:8px;color:#067647;padding:2px 6px;pointer-events:none;z-index:10}._wrapper_17077_1{width:100%}._title_17077_5{color:var(--Gray-900, #101828);font-family:Inter;font-size:18px;font-style:normal;font-weight:600}._column_17077_13 button,._column_17077_13 ._thSpan_17077_14{color:var(--Gray-600, #475467);font-size:12px;font-style:normal;font-weight:500;max-width:70px;text-align:left;padding:12px 10px}._label_17077_24{color:#717171;font-size:12px;font-style:normal;font-weight:500;line-height:normal;letter-spacing:.12px}._rank_17077_33{color:var(--Gray-900, #101828);font-size:16px;font-weight:500;line-height:20px}._brand_17077_40{max-width:130px;color:var(--Gray-600, #475467)!important;font-family:Inter;font-size:14px;font-style:normal;font-weight:500}._table_17077_50{width:1880px}._table_17077_50 thead{position:sticky;top:0;z-index:1}._table_17077_50 thead:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:var(--Gray-50, #f9fafb);z-index:-1}._table_17077_50 thead tr{border-bottom:1px solid var(--Gray-200, #eaecf0)}._table_17077_50 thead tr th{background:var(--Gray-50, #f9fafb)!important}._tableContainer_17077_79{margin-top:20px;overflow:auto}._table_17077_50 td{border-top:1px solid var(--Gray-200, #eaecf0);color:var(--Gray-900, #101828);font-family:Inter;font-size:14px;font-style:normal;font-weight:500;padding:16px 24px}._product_17077_94{display:flex}._product_17077_94 img{width:50px;object-fit:contain}._productTitle_17077_103{width:100%;overflow:hidden;color:#101828;font-size:14px;font-weight:500;line-height:22px;padding:1rem}._productTitle_17077_103:hover{color:#101828;text-decoration:underline}._productImage_17077_118{width:70px;height:70px;object-fit:cover}._sticky_17077_124{position:sticky;left:0;background-color:#fff;z-index:1}._rank_17077_33{display:flex;align-items:center;padding:0;gap:8px}._new_17077_138{display:flex;padding:2px 8px 2px 6px;align-items:center;gap:4px;border-radius:16px;border:1px solid var(--Warning-200, #fedf89);background:var(--Warning-50, #fffaeb);color:var(--Warning-700, #b54708);text-align:center;font-size:12px;font-weight:500;line-height:18px}._rankChange_17077_153{display:flex;align-items:center;justify-content:center;gap:4px}._up_17077_160{display:flex;padding:2px 8px 2px 6px;align-items:center;gap:4px;border-radius:16px;border:1px solid var(--Error-200, #fecdca);background:var(--Error-50, #fef3f2);color:var(--Error-700, #b42318);text-align:center;font-size:12px;font-weight:500;line-height:18px}._down_17077_175{display:flex;padding:2px 8px 2px 6px;align-items:center;gap:4px;border-radius:16px;border:1px solid var(--Success-200, #abefc6);background:var(--Success-50, #ecfdf3);color:var(--Success-700, #067647);text-align:center;font-size:12px;font-weight:500;line-height:18px}._innerTh_17077_190{cursor:pointer;font-size:13px;font-weight:400;display:flex;justify-content:space-between;align-items:center;gap:4px;padding:.8rem;-webkit-user-select:none;user-select:none}._cardHeader_17077_203{display:flex;width:100%;align-items:center;justify-content:space-between}._cardHeaderLeft_17077_210{display:flex;align-items:center;gap:8px}._cardHeaderRight_17077_216{display:flex;align-items:center;gap:8px;margin:unset!important}._mobileTableWrapper_17077_223{display:none;flex-flow:column;gap:16px}@media(max-width:1024px){._wrapper_17077_1{max-width:370px}._desktopTableWrapper_17077_231{display:none}._mobileTableWrapper_17077_223{display:flex!important}._cardHeader_17077_203{flex-flow:column;justify-content:flex-start;align-items:flex-start;width:100%;display:flex!important}._columnDragCustomizer_17077_259{display:none!important}._cardHeaderRight_17077_216{flex-flow:column;width:100%}._buttonGroup_17077_269,._buttonGroupItem_17077_273,._search_17077_277{width:100%}}._dynamicDropdownContainer_1qr0o_1{position:relative;display:inline-block}._dynamicDropdownMenu_1qr0o_6{position:absolute;display:flex;z-index:99;padding:12px 4px;flex-direction:column;align-items:flex-start;flex:1 0 0;border-radius:8px;border:1px solid #EAECF0;background:#fff;box-shadow:0 12px 16px -4px #10182814,0 4px 6px -2px #10182808;min-width:250px}._dynamicDropdownMenu_1qr0o_6._left_1qr0o_21{right:0}._dynamicDropdownMenu_1qr0o_6._right_1qr0o_25{left:0}._dynamicDropdownMenu_1qr0o_6._up_1qr0o_29{bottom:calc(100% + 8px)}._dynamicDropdownMenu_1qr0o_6._down_1qr0o_33{top:calc(100% + 8px)}._dropDownHeader_1qr0o_37{font-size:14px;display:flex;gap:4px;padding:0 12px;flex-direction:column;align-items:flex-start;align-self:stretch}._title_1qr0o_47{color:#344054;font-weight:600}._subtitle_1qr0o_52{color:#667085;font-weight:400;line-height:20px}._parentItem_1qr0o_58{padding:10px 10px 12px 0;display:flex;justify-content:flex-end;width:100%;color:#101828;font-weight:500;line-height:24px;font-size:16px}._selected_1qr0o_70{color:#475467!important;font-weight:400!important;font-size:14px!important}._childItems_1qr0o_76{width:100%;padding:0;gap:0!important}._item_1qr0o_83{display:flex;justify-content:start;gap:8px;padding:10px;margin:0 2px;color:#344054!important;font-weight:500!important;line-height:24px;font-size:14px!important}._item_1qr0o_83:hover,._item_1qr0o_83._selected_1qr0o_70{border-radius:6px;background:#f9fafb}._dynamicDropdownSearchInput_1qr0o_101{display:flex;padding:10px 14px;align-items:center;justify-content:center;margin:auto;gap:8px;width:calc(100% - 24px);height:36px;border-radius:8px;border:1px solid #D0D5DD;background:#fff;transition:all .2s ease-in-out;box-shadow:0 1px 2px #1018280d}._dynamicDropdownSearchIcon_1qr0o_117{width:18px;height:18px;margin-left:10px;flex-shrink:0;color:#667085}._dynamicDropdownSearchField_1qr0o_125{border:none;outline:none;flex:1;font-size:14px;color:#101828;background:transparent;padding:10px 14px 8px 0}._dynamicDropdownSearchField_1qr0o_125::placeholder{overflow:hidden;color:#667085;text-overflow:ellipsis;font-family:Inter;font-size:16px;font-style:normal;font-weight:400;line-height:24px}._searchInput_1qr0o_146:focus-within{border-color:#007bff;box-shadow:0 0 6px #007bff4d}._dynamicCustomDropdownList_1qr0o_151{padding:4px;margin:0;width:100%;max-height:280px;overflow:auto;scrollbar-width:none;z-index:4;background:#fff}._dynamicDropdownFooter_1qr0o_162{display:flex;padding:16px 16px 12px;justify-content:flex-end;align-items:flex-start;gap:12px;align-self:stretch;border-top:1px solid #EAECF0}._dynamicDropdownFooterButton_1qr0o_172{font-family:Inter;font-size:14px;font-style:normal;font-weight:600;line-height:20px}._applyButton_1qr0o_180{display:flex;cursor:pointer;padding:8px 12px;justify-content:center;align-items:center;gap:4px;flex:1 0 0;border-radius:8px;border:1px solid #243880;background:#243880;box-shadow:0 1px 2px #1018280d;color:#fff}._cancelButton_1qr0o_195{color:#344054;cursor:pointer;display:flex;padding:8px 12px;justify-content:center;align-items:center;gap:4px;flex:1 0 0;border-radius:8px;border:1px solid #D0D5DD;background:#fff;box-shadow:0 1px 2px #1018280d}@media only screen and (max-width:992px){._dynamicDropdownContainer_1qr0o_1{position:initial}._dynamicDropdownButton_1qr0o_215{display:flex;padding:8px;justify-content:center;align-items:center;gap:4px;align-self:stretch;border-radius:8px;border:1px solid #D0D5DD;background:#fff;box-shadow:0 1px 2px #1018280d;height:32px}._count_1qr0o_229{display:flex;height:20px;padding:2px 6px;align-items:center;color:#1e2e6a;text-align:center;font-family:Inter;font-size:12px;font-style:normal;font-weight:500;line-height:18px}._dynamicDropdownMenu_1qr0o_6{position:absolute;display:flex;padding:12px 4px;flex-direction:column;gap:12px;align-items:flex-start;flex:1 0 0;border-radius:8px;border:1px solid #EAECF0;background:#fff;box-shadow:0 12px 16px -4px #10182814,0 4px 6px -2px #10182808;min-width:calc(100vw - 32px);z-index:1}}._wrapper_gzbo9_1{width:100%}._card_gzbo9_5{width:100%;z-index:1}._title_gzbo9_10{color:var(--Gray-900, #101828);font-family:Inter;font-size:18px;font-style:normal;font-weight:600}._column_gzbo9_18 button,._column_gzbo9_18 ._thSpan_gzbo9_19{color:var(--Gray-600, #475467);font-size:12px;font-style:normal;font-weight:500;max-width:70px;text-align:left;padding:12px 10px}._label_gzbo9_29{color:#717171;font-size:12px;font-style:normal;font-weight:500;line-height:normal;letter-spacing:.12px}._rank_gzbo9_38{color:var(--Gray-900, #101828);font-size:16px;font-weight:500;line-height:20px}._brand_gzbo9_45{max-width:130px;color:var(--Gray-600, #475467)!important;font-family:Inter;font-size:14px;font-style:normal;font-weight:500}._table_gzbo9_55{width:1880px}._table_gzbo9_55 thead{position:sticky;top:0;z-index:1}._table_gzbo9_55 thead:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:var(--Gray-50, #f9fafb);border-bottom:1px solid #eaecf0;z-index:-1}._table_gzbo9_55 thead tr th{background:var(--Gray-50, #f9fafb)!important}._tableContainer_gzbo9_81{margin-top:20px;overflow:auto}._table_gzbo9_55 tbody tr{position:relative}._table_gzbo9_55 tr td{border-bottom:1px solid var(--Gray-200, #eaecf0)}._table_gzbo9_55 td{color:var(--Gray-900, #101828);font-size:14px;font-style:normal;font-weight:500;padding:16px 24px}._product_gzbo9_103{display:flex}._product_gzbo9_103 img{width:50px;object-fit:contain}._productTitle_gzbo9_112{width:100%;overflow:hidden;color:#101828;font-size:14px;font-weight:500;line-height:22px;max-width:376px;padding:1rem}._productTitle_gzbo9_112:hover{color:#101828;text-decoration:underline}._productImage_gzbo9_128{width:70px;height:70px;object-fit:contain;transition:all .3s ease}._productImage_gzbo9_128:hover{cursor:pointer;scale:1.4}._sticky_gzbo9_140{position:sticky;left:0;background-color:#fff;z-index:1;padding:16px 24px;height:auto}._innerTh_gzbo9_149{cursor:pointer;font-size:13px;font-weight:400;display:flex;justify-content:space-between;align-items:center;gap:4px;padding:.8rem;-webkit-user-select:none;user-select:none}._tableRow_gzbo9_161{cursor:pointer}._tableRow_gzbo9_161:hover ._sticky_gzbo9_140,._tableRow_gzbo9_161:hover{background-color:#fcfcfd!important}._cardHeader_gzbo9_173{display:flex;width:100%;align-items:center;justify-content:space-between}._cardHeaderLeft_gzbo9_180{display:flex;align-items:center;gap:8px}._cardHeaderRight_gzbo9_186{display:flex;align-items:center;gap:8px;margin:unset!important}._mobileTableWrapper_gzbo9_193{display:none;flex-flow:column;gap:16px}@media(max-width:1024px){._wrapper_gzbo9_1{max-width:370px}._desktopTableWrapper_gzbo9_201{display:none}._mobileTableWrapper_gzbo9_193{display:flex!important}._cardHeader_gzbo9_173{flex-flow:column;justify-content:flex-start;align-items:flex-start;width:100%;display:flex!important}._columnDragCustomizer_gzbo9_229{display:none!important}._cardHeaderRight_gzbo9_186{flex-flow:column;width:100%}._buttonGroup_gzbo9_239,._buttonGroupItem_gzbo9_243,._search_gzbo9_247{width:100%}}._button_11nil_3{position:fixed;width:70px;height:70px;border-radius:50%;background:linear-gradient(150.41deg,#7ee5cc 15.37%,#527cd9 86.46%);cursor:grab;z-index:3;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;-webkit-user-select:none;user-select:none}._button_11nil_3:hover{box-shadow:0 0 4px 4px #6fa0d140}._button_11nil_3 img{-webkit-user-select:none;user-select:none;user-drag:none;-webkit-user-drag:none;pointer-events:none}._popup_11nil_32{z-index:999;width:55vw;display:flex;flex-direction:row;left:calc(50% - 27.5vw);background-color:#fff;position:fixed;bottom:29px;border-radius:12px;padding:8px 24px;gap:16px;box-shadow:0 0 8px 8px #3451b933;align-items:center}._popupFullScreen_11nil_50{z-index:99999999999;width:76vw;left:calc(50% - 38vw);background-color:#fff;position:fixed;padding:8px 24px 37px;gap:16px;box-shadow:0 0 8px 8px #3451b933;align-items:center;bottom:0;border-radius:12px 12px 0 0}._actionButtons_11nil_73{display:flex;flex-direction:row;background:transparent;position:absolute;right:0;top:-50px;gap:12px}._popupImg_11nil_83{padding:5px 0;margin-right:-10px}._close_11nil_88,._expand_11nil_104{width:32px;height:32px;padding:2px;border-radius:8px;border:1px solid var(--Gray-300, #d0d5dd);background:var(--Colors-Base-white, #fff);box-shadow:0 0 2px 2px #3451b933;z-index:1;display:flex;align-items:center;justify-content:center;cursor:pointer}._inner_11nil_120{width:100%;height:100%;background:#fff;border-radius:6px;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:700;color:#333}._line_11nil_133{width:14px;top:12px;left:5px;border-width:2px;border:1.5px solid #667085;cursor:pointer}._customInput_11nil_142{border-radius:8px;border-width:1px;padding:8px;background-color:#fff;border:1px solid #d0d5dd;box-shadow:0 1px 2px #1018280d}._customInput_11nil_142:focus{border:1px solid #b8bec7!important}._customInput_11nil_142:hover{border:1px solid #b8bec7!important}._chatBar_11nil_159{background-color:#fff}._closeBar_11nil_163{align-items:center;flex-direction:row;display:flex;width:100%;justify-items:flex-end;height:45px}._clearChatButton_11nil_172{display:flex;padding:9px 10px;align-items:center;justify-content:flex-start;gap:12px;flex:1 0 0;border-radius:6px;background:var(--Gray-50, #fafafa);color:var(--Gray-800, #182230)!important;font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px;border-color:#f9fafb!important}._clearChatButton_11nil_172:hover{background:var(--Gray-50, #f9fafb)!important;box-shadow:none!important;color:var(--Gray-800, #182230cf)!important}._closeButton_11nil_197{height:30px;width:30px;align-content:center;cursor:pointer;margin-left:auto}._closeBarProduct_11nil_205{flex-direction:row;display:flex;justify-items:flex-end;height:50px;align-items:center;margin:8px 16px 0 24px;width:97%}._threeDots_11nil_215{background-color:transparent;display:inline-flex;align-items:center;padding:2px;margin-left:10px;cursor:pointer;margin-top:3px}._marginLeft_11nil_225{margin-left:20px}._threeDots_11nil_215:hover{display:inline-flex;align-items:center;border-radius:20px;background:var(--Gray-100, #f2f4f7)}._closeButtonProduct_11nil_236{height:30px;width:30px;align-content:center;cursor:pointer;margin-left:auto;text-align:end}._bottomInputBar_11nil_246{width:100%;display:flex;gap:16px;align-items:center;justify-content:center;margin-top:auto;padding-top:16px}._container_11nil_256{height:75vh;display:flex;justify-content:center;align-items:center;align-content:center}._processingContainer_11nil_264{width:100%;flex-direction:column;gap:24px;height:60vh;display:flex;justify-content:flex-start;align-items:center}._title_11nil_275{font-family:Inter;font-weight:600;font-size:48px;line-height:150%;letter-spacing:-.02em;background:linear-gradient(260deg,#3bddb6 29.5%,#3451b9 77.81%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent}._AITitle_11nil_289{font-family:Inter;font-weight:600;font-size:48px;line-height:150%;letter-spacing:-.02em;background:#182230;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent}._subTitle_11nil_302{font-family:Inter;font-weight:600;font-size:24px;line-height:150%;background:linear-gradient(271.54deg,#69c7b0 16.25%,#4063af 76.43%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent;margin-left:12px}._customSteps_11nil_315 .ant-steps-item-icon{border:none!important;box-shadow:none!important;background-color:transparent!important}._stepComplete_11nil_321 .ant-steps-item-tail:after{background-color:#1f306d!important;height:2px}._stepCurrent_11nil_326 .ant-steps-item-tail:after{background-color:#eaecf0!important;height:2px}._stepWait_11nil_331 .ant-steps-item-tail:after{background-color:#eaecf0!important;height:2px}._customSteps_11nil_315 .ant-steps-item-active .ant-steps-item-icon:after{border-color:#1f306d!important;border-width:3px}._stepWait_11nil_331 .ant-steps-item.ant-steps-item-wait .ant-steps-item-icon{background-color:none}._customInput_11nil_142 .ant-input-suffix{border-color:#eaecf0!important}._customInput_11nil_142 .ant-input:hover{border-color:#eaecf0!important;box-shadow:none!important}.ant-input:focus,.ant-input:hover,.ant-input-affix-wrapper:hover,.ant-input-affix-wrapper-focused,.ant-input-affix-wrapper:focus{border-color:#eaecf0!important;box-shadow:none!important}.ant-select-selector:hover,.ant-select-selector:focus,.ant-select-selector:active,.ant-select-selector-focused,.ant-select-focused .ant-select-selector,.ant-select-open .ant-select-selector{border-color:#eaecf0!important;box-shadow:none!important}.ant-dropdown{z-index:99999999999}._inputWrapper_11nil_377{position:relative;width:98%}._modalAboveInput_11nil_382{height:auto!important;position:absolute;bottom:calc(100% + 6px);left:0;width:100%;background:#fff;border:1px solid #d0d5dd;box-shadow:0 1px 2px #1018280d;height:48px;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:1050;border-radius:8px}._stepTitleContainer_11nil_400{display:flex;flex-direction:column;margin-top:24px}._stepTitle_11nil_400{font-family:Inter;font-weight:600;font-size:16px;line-height:150%;letter-spacing:0%;text-align:center;color:#344054}._stepDescription_11nil_416{font-family:Inter;font-weight:400;font-size:14px;line-height:20px;letter-spacing:0%;text-align:center;color:#475467}._startSubTitle_11nil_426{font-family:Inter;font-weight:400;font-size:16px;line-height:150%;letter-spacing:0%;text-align:center;color:#475467}._tryAgain_11nil_436{font-family:Inter;font-weight:600;font-size:14px;line-height:20px;letter-spacing:0%;color:#1e2e6a}._suggestedTitle_11nil_445{font-family:Inter;font-weight:500;font-size:14px;line-height:150%;letter-spacing:0%;color:#667085}._suggested_11nil_445{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:16px}._suggestedContainer_11nil_461{margin-top:auto;width:100%;padding:0 8px}._suggestedCard_11nil_468{background:#fff;border:1px solid #eaecf0;border-radius:8px;padding:8px 12px;cursor:pointer}._suggestedCard_11nil_468:hover{border:1px solid #5becc0}._deepSearchCard_11nil_486{display:flex;flex-direction:row;background:#fff;border:1px solid #eaecf0;border-radius:8px;padding:8px 12px;position:relative;margin:0 16px}._deepSearchLeft_11nil_497{display:flex;flex-direction:column;justify-content:left}._deepSearchTitle_11nil_503{display:block;color:var(--Gray-700, #344054);text-align:center;font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px}._buttonGroups_11nil_514{display:flex;flex-direction:row;margin-top:8px}._closeIcon_11nil_520{background:none;box-shadow:none!important;width:30px;height:30px}._iconButton_11nil_527{display:flex;align-items:center;justify-content:center;cursor:pointer}._iconButton_11nil_527:hover{opacity:.8}._hoverTitle_11nil_539{color:var(--Gray-700, #344054);text-align:center;font-family:Inter;font-size:12px;font-style:normal;font-weight:600;line-height:18px}._productSelectionHeaderLeft_11nil_549{display:flex;flex-direction:row;align-items:center;gap:12px;width:50%}._productSelectionHeaderRight_11nil_557{display:flex;gap:12px;width:30%;height:36px}._productSelectionHeader_11nil_549{display:flex;flex-direction:row;width:100%;padding:0 16px}._productHeader_11nil_571{font-weight:600;font-size:16px;letter-spacing:0%;color:var(--colors-text-text-primary-900, #101828)}._productSelectedBadge_11nil_578{width:auto;height:22px;border-radius:6px;border-width:1px;padding:2px 6px;background:#fff;border:1px solid #d0d5dd;box-shadow:0 1px 2px #1018280d;display:flex;align-items:center;justify-content:center;font-family:Inter;font-weight:500;font-size:12px;line-height:18px;letter-spacing:0%;text-align:center;color:#344054}._productSelectedMiniBadge_11nil_602{position:absolute;top:-10px;left:-10px;display:flex;align-items:center;justify-content:center;width:auto;height:22px;border-width:1px;padding:2px 6px;font-family:Inter;font-weight:500;font-size:12px;line-height:18px;letter-spacing:0%;text-align:center;color:var(--Gray-500, #667085);border-radius:6px;border:1px solid var(--Gray-300, #d0d5dd);background:var(--Base-White, #fff);box-shadow:0 1px 2px #1018280d}._productListContainer_11nil_629{width:100%;min-height:500px;max-height:550px;margin-top:14px;overflow-x:hidden;overflow-y:auto}._productNoListContainer_11nil_638{width:100%;min-height:500px;max-height:550px;margin-top:14px;overflow-x:hidden;overflow-y:auto;display:flex;flex-direction:row;justify-content:center}._productListContainer_11nil_629::-webkit-scrollbar{width:8px;height:8px;background-color:none}._productListContainer_11nil_629::-webkit-scrollbar-thumb{background-color:#eaecf0;border-radius:4px}._productListContainer_11nil_629::-webkit-scrollbar-thumb:hover{background-color:#888}._productListContainer_11nil_629::-webkit-scrollbar-corner{background-color:#f0f0f0}._productCard_11nil_669{display:flex;flex-direction:row;align-items:center;padding:13px 13px 13px 16px;border-bottom:1px solid #eaecf0}._selected_11nil_677{background:#fcfcfd}._productImage_11nil_681{height:40px;width:40px;object-fit:contain}._productDescription_11nil_687{display:flex;flex-direction:column;gap:3px;margin-left:12px;width:90%;max-width:300px}._productTitle_11nil_696{display:block;font-family:Inter;font-weight:400;font-size:14px;line-height:22px;letter-spacing:0%;color:#101828;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._productSku_11nil_709{display:block;color:var(--Gray-600, #475467)!important;font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px}._noProduct_11nil_719{display:flex;align-items:center;text-align:center;justify-content:center;flex-direction:column;gap:4px}._noProductTitle_11nil_728{display:block;font-family:Inter;font-weight:600;font-size:16px;line-height:150%;letter-spacing:0%;text-align:center;color:#344054}._noProductDescription_11nil_739{display:block;font-family:Inter;font-weight:400;font-size:14px;line-height:20px;letter-spacing:0%;text-align:center;color:#475467}._noProductRetryButton_11nil_750{width:65px;height:36px;border-radius:8px;padding:8px 12px;gap:4px;font-family:Inter;font-weight:600;font-size:14px;line-height:20px;letter-spacing:0%;color:#1e2e6a;box-shadow:none!important}._productContainer_11nil_768{display:flex;align-items:center;padding:12px 0 12px 16px;border-bottom:1px solid var(--Gray-200, #EAECF0);border-top:1px solid var(--Gray-200, #EAECF0);background:var(--Gray-50, #F9FAFB)}._textProductBar_11nil_778{display:flex;align-items:center;width:60%;position:relative;color:var(--Gray-600, #475467);font-family:Inter;font-size:12px;font-style:normal;font-weight:500;line-height:18px}._textCategoryBrandBar_11nil_791{align-items:center;width:20%;position:relative;color:var(--Gray-600, #475467);font-family:Inter;font-size:12px;font-style:normal;font-weight:500;line-height:18px;text-align:center}._textResultCategoryBrandBar_11nil_804{width:20%;text-align:center;overflow:hidden;color:#101828;text-overflow:ellipsis;font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:22px}._chatContainer_11nil_817{overflow-x:hidden;height:100%;width:100%;display:flex;flex-direction:column;gap:24px;position:relative;overflow-y:overlay;padding:30px 12px 0}._chatContainer_11nil_817::-webkit-scrollbar{width:8px;height:8px;background-color:none}._chatContainer_11nil_817::-webkit-scrollbar-thumb{background-color:#eaecf0;border-radius:4px}._chatContainer_11nil_817::-webkit-scrollbar-thumb:hover{background-color:#888}._chatContainer_11nil_817::-webkit-scrollbar-corner{background-color:#f0f0f0}._rightBubble_11nil_848{position:relative;margin-left:auto;padding:12px 16px;gap:8px;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;background-color:#3451b9;box-shadow:0 1px 2px #1018280d;font-family:Inter;font-weight:400;font-size:14px;line-height:150%;letter-spacing:0%;color:#344054;margin-bottom:16px}._rightBubble_11nil_848 span{color:var(--Colors-Base-white, #fff);font-family:Inter;font-size:16px;font-style:normal;font-weight:500;line-height:150%}._leftBubble_11nil_879{position:relative;padding:12px 16px;font-family:Inter;font-weight:400;font-size:14px;line-height:20px;letter-spacing:0%;color:#475467;display:flex;flex-direction:column;align-items:flex-start;gap:1px}._leftBubbleText_11nil_897{color:var(--Gray-400, #98a2b3);text-align:center;font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:150%}._productCounter_11nil_907{display:flex;flex-direction:row;justify-content:center;align-items:center;position:absolute;right:10px;top:-30px;font-family:Inter;font-weight:600;font-size:12px;line-height:12px;letter-spacing:0%;text-align:center;color:#667085;cursor:pointer}._popupSecond_11nil_925{position:absolute;top:20px;right:-10px;margin-top:6px;background-color:#fff;box-shadow:0 1px 2px #1018280d;border-radius:8px;padding:10px;z-index:1000;width:250px;border:1px solid #d0d5dd;max-height:350px;overflow-x:hidden;overflow-y:auto}._productItem_11nil_942{display:flex;gap:8px;padding:6px 0;border-bottom:1px solid #eee}._productItem_11nil_942:last-child{border-bottom:none}._productId_11nil_953{color:var(--Gray-600, #475467);font-family:Inter;font-size:12px;font-style:normal;font-weight:400;line-height:20px}._productPopupContainer_11nil_963{display:flex;flex-direction:column;align-items:flex-start;width:80%;justify-content:center}._productPopupTitle_11nil_971{white-space:nowrap;text-overflow:ellipsis;max-width:100%;color:#101828;font-family:Inter;font-size:12px;font-style:normal;font-weight:400;line-height:22px;text-decoration-line:underline;text-decoration-style:solid;text-decoration-skip-ink:none;text-decoration-thickness:auto;text-underline-offset:auto;text-underline-position:from-font;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:1}._errorContainer_11nil_993{justify-content:flex-start;align-items:flex-start;display:flex;flex-direction:column}._errorTitle_11nil_1000{display:block;color:var(--Gray-700, #344054);text-align:center;font-family:Inter;font-size:16px;font-style:normal;font-weight:600;line-height:150%;margin-bottom:4px;display:flex;align-items:center;gap:6px}._errorDescription_11nil_1015{display:block;color:var(--Gray-600, #475467);text-align:center;font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px}._errorButtons_11nil_1026{gap:24px;display:flex;flex-direction:row;margin-top:16px}._errorRetryButton_11nil_1033{color:var(--Gray-500, #667085);font-family:Inter;font-size:14px;font-style:normal;font-weight:600;line-height:20px;padding-left:0!important;box-shadow:none!important}._errorRetryButton_11nil_1033:hover{color:var(--Gray-500, #667085bd)!important}._errorAskAgainButton_11nil_1048{color:#243880;font-family:Inter;font-size:14px;font-style:normal;font-weight:600;line-height:20px;box-shadow:none!important}._errorAskAgainButton_11nil_1048:hover{color:#243880c9!important}._sendButton_11nil_1062:hover{background:var(--Gray-50, #f9fafb)}._sendButtonActive_11nil_1075 img{filter:invert(30%) sepia(75%) saturate(960%) hue-rotate(130deg) brightness(94%) contrast(76%)}._searchButton_11nil_1079:hover,._productIcon_11nil_1088:hover{background:var(--Gray-50, #f9fafb)}._badgesContainer_11nil_1093{position:absolute;left:0;top:-30px;z-index:999}._optionsBadge_11nil_1101{display:flex;padding:2px 8px 2px 6px;align-items:center;gap:4px;border-radius:16px;border:1px solid var(--Gray-300, #d0d5dd);cursor:pointer;background-color:#fff}._optionsBadge_11nil_1101:hover{border-radius:16px;border:1px solid var(--Gray-300, #d0d5dd);background:var(--Gray-100, #f2f4f7)}._optionsBadge_11nil_1101:hover ._badgeText_11nil_1118{color:var(--Gray-700, #344054)}._optionsBadgeActive_11nil_1122{border-radius:16px;border:1px solid var(--Gray-300, #d0d5dd);background:#eceffa}._optionsBadgeActive_11nil_1122 ._badgeText_11nil_1118{color:#243880;font-weight:600}._badgeText_11nil_1118{color:var(--Gray-700, #344054);text-align:center;font-family:Inter;font-size:12px;font-style:normal;font-weight:500;line-height:18px}._textAreaWrapper_11nil_1143{position:relative;width:100%}._customInputSecond_11nil_1148{padding-right:150px;height:56px!important;padding-top:8px!important;padding-bottom:8px!important;resize:none;line-height:1.5;align-content:center;padding-left:50px}._customInputSecond_11nil_1148:disabled{padding-right:150px;height:56px!important;padding-bottom:26px!important;resize:none;line-height:1.5;align-content:center;padding-left:50px}._customInputSecond_11nil_1148:not(:placeholder-shown){padding-right:150px;height:56px!important;resize:none;line-height:1.5;align-content:center;padding-left:50px}._customInputSecondInInput_11nil_1178:disabled{padding-right:150px;height:56px!important;padding-bottom:8px!important;resize:none;line-height:1.5;align-content:center;padding-left:50px}._suffixArea_11nil_1188{position:absolute;top:50%;right:20px;transform:translateY(-50%);display:flex;gap:6px;align-items:center}._prefixArea_11nil_1198{position:absolute;top:50%;left:10px;transform:translateY(-50%);display:flex;gap:6px;align-items:center}._highlightPopup_11nil_1208{position:absolute;display:inline-flex;padding:4px 8px;border-radius:8px;border:1px solid var(--Gray-200, #eaecf0);background:var(--Colors-Base-white, #fff);align-items:center;gap:4px;cursor:pointer;z-index:10000;font-size:12px;transition:all .2s ease;max-width:150px}._hightlightText_11nil_1224{color:var(--Gray-700, #344054);text-align:center;font-family:Inter;font-size:12px;font-style:normal;font-weight:600;line-height:12px}._highlightPopup_11nil_1208:hover{border-radius:8px;border:1px solid var(--Gray-200, #eaecf0);background:var(--Gray-100, #f2f4f7)}._hightlightText_11nil_1224:hover{color:var(--Gray-700, #344054);text-align:center;font-family:Inter;font-size:12px;font-style:normal;font-weight:600;line-height:12px}._productSelectContainer_11nil_1250{display:flex;flex-direction:row;gap:4px;padding:4px}._productSelectContainer_11nil_1250:hover{border-radius:8px;background:var(--Gray-100, #f2f4f7)}._productSelectContainerActive_11nil_1262{display:flex;flex-direction:row;gap:4px;padding:4px;border-radius:8px;background:var(--Gray-100, #f2f4f7)}._miniButton_11nil_1271{position:relative;display:flex;padding:8px;align-items:center;gap:10px;border-radius:40px;border:1px solid var(--Gray-300, #d0d5dd);background:var(--Gray-white, #fff)}._miniButton_11nil_1271:hover{background:var(--Gray-50, #f9fafb)}._miniButtonNoRelative_11nil_1286{position:relative;display:flex;padding:8px;align-items:center;gap:10px;border-radius:40px;border:1px solid var(--Gray-300, #d0d5dd);background:var(--Gray-white, #fff);cursor:pointer}._miniButtonNoRelative_11nil_1286:hover{background:var(--Gray-50, #f9fafb)}._miniButtonActive_11nil_1302{display:flex;padding:8px;align-items:center;gap:10px;border-radius:40px;border:1px solid #7ee5cc;background:var(--Gray-white, #fff);box-shadow:0 1px 2px #1018280d}._onError_11nil_1313{display:flex;flex-direction:column;align-items:center;gap:12px;margin-top:35px}@keyframes _pulse_11nil_1338{0%{transform:scale(1);opacity:1}50%{transform:scale(1.1);opacity:.7}to{transform:scale(1);opacity:1}}._pulse_11nil_1338{animation:_pulse_11nil_1338 1.5s infinite}@media(max-width:768px){._popup_11nil_32{width:90%;left:calc(50% - 45vw)}._AITitle_11nil_289{text-align:center}._title_11nil_275{font-size:24px}._startSubTitle_11nil_426{font-size:14px;max-width:90%}._popupFullScreen_11nil_50{width:90%;left:calc(50% - 45vw)}._deepSearchTitle_11nil_503{text-align:left}._deepSearchLeft_11nil_497{margin-top:20px}._productSelectionHeader_11nil_549{flex-direction:column;gap:10px}._productSelectionHeaderLeft_11nil_549,._productSelectionHeaderRight_11nil_557{width:100%}._productDescription_11nil_687{width:80%}._suggested_11nil_445{display:flex;flex-direction:column}._suggestedCard_11nil_468,._suggestedContainer_11nil_461{text-align:left}._processingContainer_11nil_264{gap:4px}._customInput_11nil_142{padding:6px}._processingContainer_11nil_264 .ant-steps-item-content{display:none!important;width:0!important}._processingContainer_11nil_264 .ant-steps-item-container{height:48px!important}._processingContainer_11nil_264 .ant-steps-item-container{align-items:center!important;justify-self:center!important}._processingContainer_11nil_264 .ant-steps-item.ant-steps-item-finish{align-self:center}._customInputSecond_11nil_1148{padding-right:130px;height:56px!important;padding-left:40px}}._tableWrapper_bk7mp_1{max-width:100%;overflow-x:auto;margin:12px 0}._markdownTable_bk7mp_7{width:100%;border-collapse:collapse;border:1px solid #e0e0e0;font-size:14px;min-width:600px}._tableHeader_bk7mp_15{background-color:#f8f8f8;padding:10px;border:1px solid #ddd;text-align:left;font-weight:600;white-space:nowrap}._tableCell_bk7mp_24{padding:10px;border:1px solid #eee;vertical-align:top}._markdownLink_bk7mp_30{color:#007bff;text-decoration:underline;cursor:pointer;transition:color .2s ease}._markdownLink_bk7mp_30:hover{color:#0056b3;text-decoration:none}._markdownLink_bk7mp_30:visited{color:#6f42c1}._markdownImage_bk7mp_46{max-width:100%;height:auto;margin:1rem 0;border-radius:8px;box-shadow:0 2px 8px #0000001a}.ant-tooltip{z-index:9999999999}#tooltip-chat{background:#fff!important;--antd-arrow-background-color: white !important}#tooltip-chat .ant-tooltip-arrow{background:transparent;--antd-arrow-background-color: transparent !important;box-shadow:none!important;display:none}#tooltip-chat :where(.css-dev-only-do-not-override-glfdlk).ant-tooltip .ant-tooltip-inner{background:var(--Base-White, #fff)}._dropdown_sr38k_1{position:relative;display:flex;flex-direction:column;gap:4px;width:100%;color:var(--Gray-900, #101828);font-family:Inter;font-size:14px;font-weight:500}._title_sr38k_13{cursor:pointer;display:flex;padding:7px 8px;justify-content:center;align-items:center;gap:4px;height:40px;align-self:stretch;border-radius:8px;border:1px solid var(--Gray-300, #d0d5dd);background:var(--Base-White, #fff);box-shadow:0 1px 2px #1018280d}._title_sr38k_13:hover{opacity:.8}._label_sr38k_32{cursor:pointer;color:var(--Gray-700, #344054);font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px}._openContent_sr38k_42{position:absolute;left:0;width:100%;min-width:280px;border-radius:8px;background-color:var(--Base-White, #fff);box-shadow:0 0 10px #10182833;overflow:auto;padding:12px;display:flex;flex-direction:column;gap:.5rem;z-index:3;transition:top .2s ease}._down_sr38k_59{top:105%}._up_sr38k_64{bottom:105%}._left_sr38k_69{left:-160px}._right_sr38k_73{right:0}._icon_sr38k_77{pointer-events:none}._option_sr38k_81{cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:10px 14px;font-family:Inter;font-size:14px;font-weight:500}._actions_sr38k_93{display:flex;gap:12px;justify-content:space-between}._selected_sr38k_99{background-color:var(--Gray-50)}._options_sr38k_103{overflow:auto;gap:2px;display:flex;flex-direction:column}._badges_sr38k_110{display:flex;gap:8px;-webkit-user-select:none;user-select:none}._badge_sr38k_110{display:flex;padding:2px 4px 2px 5px;justify-content:center;align-items:center;gap:3px;border-radius:6px;border:1px solid var(--Gray-300, #d0d5dd);background:var(--Base-White, #fff)}._badgeText_sr38k_127{border-radius:16px;border:1px solid #d8def4;background:#eceffa;padding:2px 6px;font-size:12px;width:max-content;font-weight:400;line-height:18px;display:flex;align-items:center;justify-content:center}._scorecardListWrapper_oia4d_1{max-width:calc(100% - 120px)}@media(max-width:1024px){._scorecardListWrapper_oia4d_1{max-width:100%!important}}._tableWrapper_oia4d_12{max-width:100%;border-collapse:collapse;overflow-x:auto}._table_oia4d_12{border-spacing:0px;width:100%;border-collapse:collapse}._table_oia4d_12 th,._table_oia4d_12 td{padding:12px 24px}._table_oia4d_12 thead{border-bottom:1px solid #EAECF0;background:#f9fafb}._table_oia4d_12 th{color:#475467;font-family:Inter;font-size:12px;font-style:normal;font-weight:500;line-height:18px}._table_oia4d_12 tbody tr{border-bottom:1px solid #EAECF0}._scorecardName_oia4d_49{color:#101828;font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:22px;white-space:nowrap}._scorecardTypeTag_oia4d_59{border-radius:16px;border:1px solid #EAECF0;background:#f9fafb;color:#344054;text-align:center;font-family:Inter;font-size:12px;font-style:normal;font-weight:500;line-height:18px;padding:2px 8px;display:flex;align-items:center;gap:4px;width:fit-content}._modalFooterActions_oia4d_77{display:flex;align-items:center;justify-content:flex-end;gap:12px;width:100%}._modalFooterActionsCenter_oia4d_85{display:flex;align-items:center;gap:12px;width:100%}._modalFooterActionsCenter_oia4d_85 button{flex:1}._scorecardActions_oia4d_96{display:flex;align-items:center;gap:12px}._editScoreCardTableWrapper_oia4d_102{margin-top:20px}._editScoreCardTableHeader_oia4d_106{display:flex;align-items:center;justify-content:space-between;width:100%;margin-bottom:10px}._editScoreCardTableHeader_oia4d_106 p{color:#475467;font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px}._deleteModalHead_oia4d_123{display:flex;flex-flow:column;gap:16px}._deleteModalHeaderIcon_oia4d_129{border-radius:10px;border:1px solid #EAECF0;background:#fff;box-shadow:0 1px 2px #1018280d;display:flex;align-items:center;justify-content:center;width:48px;height:48px}._deleteModalHeader_oia4d_129{color:#101828;font-family:Inter;font-size:18px;font-style:normal;font-weight:600;line-height:28px}._deleteModalContent_oia4d_150{color:#475467;font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px;margin:0 16px}._mergeModalHeader_oia4d_160{color:#101828;font-family:Inter;font-size:18px;font-weight:600;line-height:28px;margin:0}._mergeModalSubHeader_oia4d_169{color:#475467;font-family:Inter;font-size:14px;font-weight:400;line-height:20px;margin:0}._tag_1e6ey_1{border-radius:16px;border:1px solid #EAECF0;background:#fff;padding:2px 8px;width:fit-content;display:flex;align-items:center;justify-content:center}._tag_1e6ey_1 span{color:#344054;font-family:Inter;font-size:12px;font-style:normal;font-weight:500;line-height:18px;white-space:nowrap}._container_1e6ey_22{display:flex;flex-wrap:wrap;gap:4px}._wrapper_bwi65_1{display:flex;align-items:center;gap:20px;max-width:100%;overflow:auto}._cardContainer_bwi65_9{width:217px}._pageContainer_bwi65_13{width:100%;display:flex;flex-flow:column}._cardRetailerLogo_bwi65_20{height:14px!important;color:#101828;font-family:Inter;font-size:14px;font-weight:500;margin:0}._cardRetailerLogoText_bwi65_29{color:#101828;font-family:Inter;font-size:14px;font-weight:500;margin:3px 0 0}._cardBottom_bwi65_38{display:flex;align-items:center;gap:8px;margin-top:10px}._value_bwi65_45{color:var(--Gray-900, #101828);font-family:Inter;font-size:24px;font-style:normal;font-weight:600;line-height:32px}._pageHead_bwi65_54{display:flex;align-items:center;width:100%;margin-bottom:12px}._pageHeader_bwi65_61{color:#101828;font-family:Inter;font-size:18px;font-weight:600;line-height:28px;margin:0}._childColumnTitle_eovys_1{color:var(--Gray-600, #475467);font-family:Inter;font-size:12px;font-style:normal;font-weight:400;line-height:18px}._retailerLogo_eovys_10{width:60px;height:20px;object-fit:contain}._lostReason_eovys_16{display:flex;justify-content:space-between;width:370px}._lostReasonItem_eovys_22{display:flex;justify-content:center;align-items:center;width:100%;padding:16px}._lostReason_eovys_16 div:nth-child(2){border-left:1px solid #e6e8ec;border-right:1px solid #e6e8ec}._childRow_eovys_35{color:#101828;font-family:Inter;font-size:14px;font-style:normal;font-weight:500;display:flex;gap:1rem;width:100%;justify-content:space-between;border-bottom:1px solid #e6e8ec;padding:16px}@media(max-width:1024px){._row_eovys_51{display:flex;flex-direction:column}}._dataButtonInTable_1yb77_1{position:relative;display:flex;width:140px;padding:16px 12px;justify-content:center;align-items:center;border-radius:8px;border:1px solid #e6e8ec;background:#fff;color:var(--Gray-700, var(--colors-gray-light-mode-700, #344054));font-size:18px;font-style:normal;font-weight:600;line-height:24px;transition:all .3s;cursor:pointer}._up_1yb77_20{color:var(--Sentiment-Positive, #37b65b);font-size:18px;font-style:normal;font-weight:600;line-height:24px}._down_1yb77_28{color:var(--Sentiment-Negative, #ff4747);font-size:18px;font-style:normal;font-weight:600}._up_1yb77_20:hover{border-radius:8px;border:1px solid var(--Colors-Success-500, #17b26a);background:#f6fef9}._down_1yb77_28:hover{border-radius:8px;border:1px solid var(--Colors-Error-500, #f04438);background:#fffbfa}._info_1yb77_47{display:none;position:absolute;top:6px;right:6px;color:var(--tooltip-75, rgba(0, 0, 0, .75));font-family:Inter;font-size:13px;font-style:normal;font-weight:400;line-height:22px}._dataButtonInTable_1yb77_1:hover ._info_1yb77_47{display:block}._setTarget_1yb77_64{display:none;color:var(--Gray-700, #344054);font-family:Inter;font-size:14px;font-style:normal;font-weight:600}._undefined_1yb77_75 ._hasDirection_1yb77_75{display:none}._undefined_1yb77_75:hover ._setTarget_1yb77_64{display:block}._undefined_1yb77_75:hover ._value_1yb77_83{display:none}._na_1yb77_87{color:var(--Gray-700, var(--colors-gray-light-mode-700, #344054));font-family:Inter;font-size:18px;font-style:normal;font-weight:500}._tooltipInner_1yb77_95{min-width:130px}._tooltipRow_1yb77_99{display:flex;justify-content:space-between;align-items:center}._collapseCheckbox_9hmm1_2{border-bottom:1px solid #eee;padding-block:18px}._header_9hmm1_7{cursor:pointer;display:flex;align-items:center;gap:.5rem;padding-bottom:.4rem}._collapseCheckbox_9hmm1_2 header h4{color:var(--Gray-0, #303030);font-family:Inter;font-size:14px;font-style:normal;font-weight:600;line-height:22px}._collapseCheckbox_9hmm1_2 header img{margin-left:auto}._main_9hmm1_28{margin-top:18px;border-top:1px solid #eee;padding-top:16px}._list_9hmm1_34{margin-block:1rem;overflow-y:scroll;max-height:300px;list-style-type:none;display:flex;flex-direction:column;gap:1rem;color:var(--Gray-700, #344054);font-family:Inter;font-size:14px;font-style:normal;font-weight:500}._quickFilters_9hmm1_49{margin-top:1rem;display:flex;gap:1rem}._quickFilters_9hmm1_49 button:last-child{margin-left:auto}._disabled_9hmm1_59{pointer-events:none;opacity:.5}._listItemContainer_9hmm1_64{display:flex;align-items:start;justify-content:flex-start;flex-direction:column;gap:10px}._parentItem_9hmm1_72{color:var(--Gray-700, #344054);font-size:14px;font-weight:600;line-height:20px}._itemContainer_9hmm1_79{color:var(--Gray-700, #344054);font-size:14px;font-weight:500;line-height:20px;padding-left:12px}._item_9hmm1_79{display:flex;gap:8px}._childItem_9hmm1_93{padding-left:32px;display:flex;align-items:start;gap:8px;font-weight:400;flex-direction:column}._item_9hmm1_79:first-child{margin-bottom:10px}._chevronIcon_9hmm1_108{cursor:pointer}._heroSelect_9hmm1_112{display:flex;align-items:center;justify-content:center;gap:6px}._keywordNameOptions_9hmm1_119{display:flex;gap:4px}._collapseCheckbox_bsrv6_2{border-bottom:1px solid #eee;padding-block:18px}._header_bsrv6_7{cursor:pointer;display:flex;align-items:center;gap:.5rem;padding-bottom:.4rem}._collapseCheckbox_bsrv6_2 header h4{color:var(--Gray-0, #303030);font-family:Inter;font-size:14px;font-style:normal;font-weight:600;line-height:22px}._collapseCheckbox_bsrv6_2 header img{margin-left:auto}._main_bsrv6_28{margin-top:18px;border-top:1px solid #eee;padding-top:16px}._list_bsrv6_34{margin-block:1rem;overflow-y:scroll;height:200px;list-style-type:none;display:flex;flex-direction:column;gap:1rem;color:var(--Gray-700, #344054);font-family:Inter;font-size:14px;font-style:normal;font-weight:500}._listItemTitle_bsrv6_49{display:flex;align-items:flex-start;gap:4px}._listItemTitleText_bsrv6_55{margin-right:8px}._listItem_bsrv6_49{display:flex;align-items:flex-start;flex-direction:column;justify-content:flex-start;gap:4px}._parentTitle_bsrv6_67{padding-left:25px;color:var(--Gray-500, var(--colors-gray-light-mode-500, #667085));font-family:Inter;font-size:12px;font-style:normal;font-weight:500;line-height:20px}._quickFilters_bsrv6_77{margin-top:1rem;display:flex;gap:1rem}._quickFilters_bsrv6_77 button:last-child{margin-left:auto}._disabled_bsrv6_87{pointer-events:none;opacity:.5}._productTag_bsrv6_92{border-radius:6px;border:1px solid #EAECF0;background:#f9fafb;padding:2px 6px;color:#363f72;font-family:Inter;font-size:12px;font-weight:500;line-height:18px;width:fit-content;white-space:nowrap}._productTags_bsrv6_106{display:flex;overflow-x:auto;width:95%;gap:4px;margin-right:auto;scrollbar-width:none;padding-right:200px}._radio_bsrv6_117{display:flex;align-items:flex-start;justify-content:flex-start;gap:4px;color:var(--Gray-600, #475467);font-family:Inter;font-size:13px;font-style:normal;font-weight:500;line-height:20px}._visionSetupPage_1wjig_1,._visionSetup_1wjig_1{width:100%}._visionSetupStepWrapper_1wjig_9{width:100%;display:flex;align-items:center;justify-content:center;margin-top:3px}._createScoreCardWrapper_1wjig_17{width:100%;display:flex;align-items:center;justify-content:center}._container_1wjig_24{margin:4px 0;justify-items:center}._cardContainer_1wjig_29{width:100%;max-width:640px;border-radius:16px;border:1px solid #eaecf0;background:#fff;box-shadow:0 12px 16px -4px #10182814,0 4px 6px -2px #10182808;margin-bottom:100px}._cardContainerHeader_1wjig_41{display:flex;flex-direction:column;padding:20px 24px;align-items:flex-start;gap:4px;align-self:stretch;border-bottom:1px solid #eaecf0}._cardContainerTitle_1wjig_51{display:flex;align-items:center;gap:8px;color:#101828;font-family:Inter;font-size:18px;font-style:normal;font-weight:600;line-height:28px}._cardContainerDescription_1wjig_63{overflow:hidden;color:#475467;text-overflow:ellipsis;font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px}._cardContainerBottom_1wjig_74{margin:14px 24px 32px;display:flex;flex-direction:column}._createScoreCard_1wjig_17{width:632px;border-radius:16px;border:1px solid #EAECF0;background:#fff;box-shadow:0 12px 16px -4px #10182814,0 4px 6px -2px #10182808}._createScoreCardBody_1wjig_88{padding:24px 24px 0}._createScoreCardFooter_1wjig_92{border-top:1px solid #EAECF0;padding:24px;display:flex;align-items:center;justify-content:flex-end;width:100%}._createScoreCardTitle_1wjig_102{color:#101828;font-family:Inter;font-size:18px;font-style:normal;font-weight:600;line-height:28px;margin-bottom:20px}._inputList_1wjig_112{display:flex;flex-direction:column;gap:16px}._label_1wjig_118{display:block;color:#344054;font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px;margin-bottom:6px}._createScoreCardFooterActions_1wjig_130{display:flex;align-items:center;width:100%;justify-content:flex-end}._createScoreCardFooterBtn_1wjig_137{background-color:#243880}._scorecardSetupSaveProductsActions_1wjig_141{display:flex;align-items:center;justify-content:space-between;position:fixed;bottom:0;left:80px;right:0;border-top:1px solid #EAECF0;padding:16px 24px;background-color:#fff}._selectKpisCardFooter_1wjig_154{border-top:1px solid #EAECF0;padding:24px;display:flex;align-items:center;justify-content:space-between;width:100%}._kpiCheck_1wjig_163{margin-top:20px}._kpiTitle_1wjig_167{color:#475467;font-family:Inter;font-size:18px;font-weight:600;line-height:24px;margin-top:20px}._kpiDesc_1wjig_176{color:#475467;font-family:Inter;font-size:14px;font-weight:400;line-height:20px;margin-bottom:16px}._selectKpiBackBtn_1wjig_185{color:#475467;font-family:Inter;font-size:14px;font-weight:600;line-height:20px}._bottom_1wjig_194{width:100%;padding:24px;display:flex;flex-direction:row;justify-content:center;align-items:flex-start;position:fixed;bottom:0;left:0;background-color:#fff;border-top:1px solid #eaecf0}._rightButton_1wjig_208{padding:10px 14px;color:#fff;font-family:Inter;font-size:14px;font-style:normal;font-weight:600;line-height:20px}._leftButton_1wjig_218{padding:10px 14px;margin-left:104px;color:#475467;font-family:Inter;font-size:14px;font-style:normal;font-weight:600;line-height:20px}._rightBottomBar_1wjig_229{gap:12px;display:flex;flex-direction:row;margin-left:auto;margin-right:24px}@media only screen and (max-width:1200px){._visionSetupStepWrapper_1wjig_9{width:100%;margin:16px 0 24px}._scorecardSetupSaveProductsActions_1wjig_141{bottom:0;left:0;right:0;width:unset!important}}.select-products-card{border-radius:12px;border:1px solid #eaecf0;background-color:#fff;padding:20px 24px 0;width:100%}.select-products-card .select-products-card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.select-products-card .select-products-card-header .ant-input-search{max-width:323px;margin-bottom:0}.select-products-card .select-products-card-header .ant-tag{margin-bottom:0}.select-products-card .select-products-card-header .header-info{display:flex;align-items:center;gap:8px}.select-products-card .select-products-card-header .header-info p{margin-bottom:0;color:#101828;font-weight:600;font-size:18px;line-height:28px}.select-products-card .ant-tag{white-space:nowrap;border-radius:16px;font-size:12px;font-weight:500;line-height:18px}.select-products-card .ant-tag.danger{color:#b42318;border:1px solid #fecdca;background-color:#fef3f2}.select-products-card .ant-tag.success{color:#067647;border:1px solid #abefc6;background-color:#ecfdf3}.select-products-card .sku-column{display:flex;align-items:center;gap:12px;width:100%}.select-products-card .sku-column .product-desc{margin-bottom:0;color:#101828}.productTitle{color:#101828;font-size:14px;font-style:normal;font-weight:400;line-height:22px;white-space:nowrap;overflow:hidden;width:calc(100% - 80px);text-overflow:ellipsis}.productTitle:hover{color:#101828;text-decoration:underline}.barcode{color:var(--Gray-600, #475467);font-size:14px;font-style:normal;font-weight:400;line-height:20px}.productImage{width:70px;height:70px;object-fit:cover}@media only screen and (max-width:1200px){.select-products-card-header{flex-flow:column;gap:16px}}._cardContainer_1o77x_1{width:100%;max-width:640px;border-radius:16px;border:1px solid var(--Gray-200, #eaecf0);background:var(--Base-White, #fff);box-shadow:0 12px 16px -4px #10182814,0 4px 6px -2px #10182808}._cardContainerHeader_1o77x_12{display:flex;flex-direction:column;padding:20px 24px;align-items:flex-start;gap:4px;align-self:stretch;border-bottom:1px solid var(--Gray-200, #eaecf0)}._cardContainerTitle_1o77x_22{display:flex;align-items:center;gap:8px;color:var(--Gray-900, #101828);font-family:Inter;font-size:18px;font-style:normal;font-weight:600;line-height:28px}._cardContainerDescription_1o77x_34{overflow:hidden;color:var(--Gray-600, #475467);text-overflow:ellipsis;font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px}._cardContainerBottom_1o77x_45,._kpis_1o77x_50{display:flex;flex-direction:column}._kpi_1o77x_50{display:flex;align-items:flex-start;gap:12px;border-bottom:1px solid #eaecf0;padding:16px 24px}._kpi_1o77x_50:last-child{border-bottom:none}._kpiTitle_1o77x_67{color:#475467;font-family:Inter;font-size:18px;font-style:normal;font-weight:600;line-height:24px}._kpiTitleContainer_1o77x_76{display:flex;align-items:center;gap:8px}._kpiTag_1o77x_82{display:flex;align-items:center;padding:2px 6px;color:#344054;font-family:Inter;font-style:normal;font-weight:500;font-size:12px;line-height:18px;border-radius:6px;border:1px solid #D0D5DD;background:#fff;box-shadow:0 1px 2px #1018280d}._kpiDesc_1o77x_98{color:#475467;font-size:14px;line-height:20px;margin-bottom:16px}._kpi_1o77x_50:last-child ._kpiDesc_1o77x_98{margin-bottom:0}._checkbox_1o77x_109>span>span{margin-top:2px;height:20px!important;width:20px!important;border-radius:6px!important}._kpiTargetsTitle_w314z_2{color:#101828;font-weight:600;line-height:28px}._kpiTargets_w314z_2{padding-bottom:20px;max-width:1280px;width:100%}._kpiTargetsCard_w314z_14{background:#fff;margin:20px 0 100px}._kpiTargetsCard_w314z_14 ._ant-input-number-group-addon_w314z_19{color:#6e7583;font-family:Inter;font-size:14px;font-weight:400;line-height:24px}._targetCard_w314z_28{background-color:#fff;border-radius:12px;box-shadow:0 1px 2px #1018280d;margin-top:20px;border:1px solid #E4E7EC}._targetCardHeader_w314z_36{padding:20px 24px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e4e7ec}._targetCardInfo_w314z_44{display:flex;align-items:center;gap:8px}._targetText_w314z_50{margin-bottom:0;font-weight:600;color:#101828}._targetCardTarget_w314z_56{display:flex;align-items:center;gap:8px}._goalText_w314z_62{color:#475467;font-family:Inter;font-size:14px;font-weight:400;line-height:24px;margin-bottom:0}._columns_w314z_71{padding:19px 24px;border-bottom:1px solid #e4e7ec;margin-left:0;margin-right:0;align-items:center}._columnTitle_w314z_79{display:flex;align-items:center;gap:4px;color:#475467;font-family:Inter;font-size:12px;font-weight:500;line-height:18px}._contentRow_w314z_90{padding:16px 24px;border-bottom:1px solid #e4e7ec;align-items:center;margin-left:0;margin-right:0}._contentRow_w314z_90:last-child{border-bottom:none!important}._contentRow_w314z_90 self:not(:scope:last-child){border-bottom:1px solid #e4e7ec}._pieScore_w314z_106{overflow:hidden;color:#101828;text-align:right;text-overflow:ellipsis;font-family:Inter;font-size:14px;font-weight:400;line-height:20px;min-width:40px}._contentRowTitle_w314z_118{color:#101828;font-weight:500;font-size:14px;line-height:20px;margin-bottom:2px}._contentRowDesc_w314z_126{color:#475467;font-size:14px;line-height:20px;margin-bottom:0;padding-right:16px;max-width:370px}._minCountInput_w314z_135{max-width:165px}._weightInput_w314z_139{max-width:95px}._targetErrorText_w314z_143{color:red;font-size:12px;margin-top:0}.vision-input-number{border:1px solid #d0d5dd;border-radius:8px;height:36px;box-shadow:0 1px 2px #1018280d}.vision-input-number:focus{outline:solid 1px #d0d5dd;background:#fff}._visionSetupPage_u5jdt_1,._visionSetup_u5jdt_1{width:100%}._visionSetupStepWrapper_u5jdt_9{width:100%;display:flex;align-items:center;justify-content:center;margin-top:3px}._createScoreCardWrapper_u5jdt_17{width:100%;display:flex;align-items:center;justify-content:center}._container_u5jdt_24{margin:48px 24px;justify-items:center}._cardContainer_u5jdt_29{width:100%;max-width:640px;border-radius:16px;border:1px solid var(--Gray-200, #eaecf0);background:var(--Base-White, #fff);box-shadow:0 12px 16px -4px #10182814,0 4px 6px -2px #10182808;margin-bottom:100px}._cardContainerHeader_u5jdt_41{display:flex;flex-direction:column;padding:20px 24px;align-items:flex-start;gap:4px;align-self:stretch;border-bottom:1px solid var(--Gray-200, #eaecf0)}._cardContainerTitle_u5jdt_51{display:flex;align-items:center;gap:8px;color:var(--Gray-900, #101828);font-family:Inter;font-size:18px;font-style:normal;font-weight:600;line-height:28px}._cardContainerDescription_u5jdt_63{overflow:hidden;color:var(--Gray-600, #475467);text-overflow:ellipsis;font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px}._cardContainerBottom_u5jdt_74{margin:14px 24px 32px;display:flex;flex-direction:column}._createScoreCard_u5jdt_17{width:632px;border-radius:16px;border:1px solid var(--Gray-200, #EAECF0);background:var(--Base-White, #FFF);box-shadow:0 12px 16px -4px #10182814,0 4px 6px -2px #10182808}._createScoreCardBody_u5jdt_88{padding:24px 24px 0}._createScoreCardFooter_u5jdt_92{border-top:1px solid #EAECF0;padding:24px;display:flex;align-items:center;justify-content:flex-end;width:100%}._createScoreCardTitle_u5jdt_102{color:#101828;font-family:Inter;font-size:18px;font-style:normal;font-weight:600;line-height:28px;margin-bottom:20px}._inputList_u5jdt_112{display:flex;flex-direction:column;gap:16px}._label_u5jdt_118{display:block;color:var(--Gray-700, #344054);font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px;margin-bottom:6px}._createScoreCardFooterActions_u5jdt_130{display:flex;align-items:center;width:100%;justify-content:flex-end}._createScoreCardFooterBtn_u5jdt_137{background-color:#243880}._scorecardSetupSaveProductsActions_u5jdt_141{display:flex;align-items:center;justify-content:space-between;position:fixed;bottom:0;left:80px;right:0;border-top:1px solid #EAECF0;padding:16px 24px;background-color:#fff}._selectKpisCardFooter_u5jdt_154{border-top:1px solid #EAECF0;padding:24px;display:flex;align-items:center;justify-content:space-between;width:100%}._kpiCheck_u5jdt_163{margin-top:20px}._kpiTitle_u5jdt_167{color:#475467;font-family:Inter;font-size:18px;font-weight:600;line-height:24px;margin-top:20px}._kpiDesc_u5jdt_176{color:#475467;font-family:Inter;font-size:14px;font-weight:400;line-height:20px;margin-bottom:16px}._selectKpiBackBtn_u5jdt_185{color:#475467;font-family:Inter;font-size:14px;font-weight:600;line-height:20px}._bottom_u5jdt_194{width:100%;padding:24px;display:flex;flex-direction:row;justify-content:center;align-items:flex-start;position:fixed;bottom:0;left:0;background-color:#fff;border-top:1px solid var(--Gray-200, #eaecf0)}._rightButton_u5jdt_208{padding:10px 14px;color:var(--Base-White, #fff);font-family:Inter;font-size:14px;font-style:normal;font-weight:600;line-height:20px}._leftButton_u5jdt_218{padding:10px 14px;margin-left:104px;color:var(--Gray-600, #475467);font-family:Inter;font-size:14px;font-style:normal;font-weight:600;line-height:20px}._rightBottomBar_u5jdt_229{gap:12px;display:flex;flex-direction:row;margin-left:auto;margin-right:24px}@media only screen and (max-width:1200px){._visionSetupStepWrapper_u5jdt_9{width:100%;margin:16px 0 24px}._scorecardSetupSaveProductsActions_u5jdt_141{bottom:0;left:0;right:0;width:unset!important}}._cardContainer_1cxa6_1{width:100%;max-width:640px;border-radius:16px;border:1px solid var(--Gray-200, #eaecf0);background:var(--Base-White, #fff);box-shadow:0 12px 16px -4px #10182814,0 4px 6px -2px #10182808;margin-bottom:100px}._cardContainerHeader_1cxa6_13{display:flex;flex-direction:column;padding:20px 24px;align-items:flex-start;gap:4px;align-self:stretch;border-bottom:1px solid var(--Gray-200, #eaecf0)}._cardContainerTitle_1cxa6_23{display:flex;align-items:center;gap:8px;color:var(--Gray-900, #101828);font-family:Inter;font-size:18px;font-style:normal;font-weight:600;line-height:28px}._cardContainerDescription_1cxa6_35{overflow:hidden;color:var(--Gray-600, #475467);text-overflow:ellipsis;font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px}._cardContainerBottom_1cxa6_46{margin:14px 24px 32px;display:flex;flex-direction:column}._inputList_1cxa6_52{display:flex;flex-direction:column;gap:16px}._inputItem_1cxa6_58{display:flex;flex-direction:column;gap:6px}._label_1cxa6_64{display:block}._dropdownRender_1cxa6_68{display:flex;flex-direction:column}._dropdownRenderHeader_1cxa6_73{display:flex;justify-content:flex-start;gap:12px;margin-bottom:12px}._scorecardDetailContainer_ywqr6_1{padding:16px 24px 0;min-height:100vh;max-width:90vw}._visionTableCardHead_ywqr6_7{display:flex;width:100%;justify-content:space-between;align-items:center;padding:20px 16px;cursor:pointer}@media only screen and (max-width:991px){._visionTableCardHead_ywqr6_7{flex-flow:column;gap:4px}._scorecardDetailContainer_ywqr6_1{padding:0!important}}._scorecardDetailHeader_ywqr6_27{display:flex;align-items:center;gap:8px;border:none;background-color:transparent;cursor:pointer;margin-bottom:2px}._scorecardDetailHeader_ywqr6_27 h1{color:#101828;font-family:Inter;font-size:18px;font-weight:600;line-height:28px}._scorecardDetailContainer_ywqr6_1 .ant-radio-button-wrapper-checked{border-color:#d0d5dd!important}._scorecardDetailContainer_ywqr6_1 .ant-radio-button-wrapper-checked:before{background-color:#d0d5dd!important}._scorecardDetailContainer_ywqr6_1 ._visionDeleteModalHeader_ywqr6_53{color:#101828;font-family:Inter;font-size:18px;font-weight:600;line-height:28px;margin:0}._scorecardDetailContainer_ywqr6_1 ._visionDeleteModal_ywqr6_53{display:flex;flex-flow:column}._scorecardDetailContainer_ywqr6_1 ._visionDeleteModal_ywqr6_53 ._visionDeleteModalIcon_ywqr6_67{padding:12px;width:fit-content;display:flex;align-items:center;justify-content:center;border-radius:10px;border:1px solid #eaecf0;background:#fff;box-shadow:0 1px 2px #1018280d;margin-bottom:16px}._scorecardDetailContainer_ywqr6_1 ._visionDeleteModal_ywqr6_53 ._visionDeleteModalText_ywqr6_80{color:#475467;font-family:Inter;font-size:14px;font-weight:400;line-height:20px;margin:0}._scorecardDetailContainer_ywqr6_1 ._title_ywqr6_89{gap:8px;display:flex;font-size:18px;font-weight:600;text-align:left;align-items:center}._scorecardDetailContainer_ywqr6_1 ._visionTable_ywqr6_7 ._ranges_ywqr6_98 ._tag_ywqr6_98{cursor:pointer;font-size:14px;font-weight:500;line-height:20px;padding:8px 16px;border:.5px solid #eaecf0;border-top:1px solid #eaecf0;border-bottom:1px solid #eaecf0}._scorecardDetailContainer_ywqr6_1 ._visionTable_ywqr6_7 ._ranges_ywqr6_98 ._left_ywqr6_109{border-left:1px solid #eaecf0;border-radius:4px 0 0 4px}._scorecardDetailContainer_ywqr6_1 ._visionTable_ywqr6_7 ._ranges_ywqr6_98 ._right_ywqr6_114{border-right:1px solid #eaecf0;border-radius:0 4px 4px 0}._scorecardDetailContainer_ywqr6_1 ._visionTable_ywqr6_7 ._ranges_ywqr6_98 ._active_ywqr6_119{color:#ff8808;background-color:#fff9f2}._scorecardDetailContainer_ywqr6_1 ._visionTable_ywqr6_7 ._valueTag_ywqr6_124{padding:16px 24px;font-size:16px;font-weight:600;line-height:20px;text-align:center;width:128px;height:50px;border-radius:8px}._scorecardDetailContainer_ywqr6_1 ._visionTable_ywqr6_7 ._green_ywqr6_136{background:#adf4c2}._scorecardDetailContainer_ywqr6_1 ._visionTable_ywqr6_7 ._yellow_ywqr6_140{background:#faf7b7}._scorecardDetailContainer_ywqr6_1 ._visionTable_ywqr6_7 ._orange_ywqr6_144{background:#ffd580}._scorecardDetailContainer_ywqr6_1 ._visionTable_ywqr6_7 ._red_ywqr6_148{background:#f7bfbe}._scorecardDetailContainer_ywqr6_1 ._visionTable_ywqr6_7 ._gray_ywqr6_152{background:#f2f4f7}._scorecardDetailContainer_ywqr6_1 ._visionTable_ywqr6_7 ._detailModal_ywqr6_156 *{font-family:Inter}._scorecardDetailContainer_ywqr6_1 ._visionTable_ywqr6_7 ._detailModal_ywqr6_156 ._detailModalContainer_ywqr6_160{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#00000073;z-index:99}._scorecardDetailContainer_ywqr6_1 ._visionTable_ywqr6_7 ._detailModal_ywqr6_156 ._detailModalContent_ywqr6_167{position:fixed;left:36px;right:36px;top:36px;max-height:calc(100vh - 72px);z-index:99;background-color:#fff;border-radius:12px;border:1px solid #eaecf0;box-shadow:0 1px 2px #1018280d}._scorecardDetailContainer_ywqr6_1 ._visionTable_ywqr6_7 ._detailModal_ywqr6_156 ._detailModalContent_ywqr6_167 ._detailModalHead_ywqr6_180{display:flex;align-items:center;justify-content:space-between;padding:20px 24px 16px}._scorecardDetailContainer_ywqr6_1 ._visionTable_ywqr6_7 ._detailModal_ywqr6_156 ._detailModalContent_ywqr6_167 ._detailModalHead_ywqr6_180 ._detailModalHeadLeft_ywqr6_187{display:flex;align-items:center;gap:8px}._scorecardDetailContainer_ywqr6_1 ._visionTable_ywqr6_7 ._detailModal_ywqr6_156 ._detailModalContent_ywqr6_167 ._detailModalHead_ywqr6_180 ._detailModalHeadLeft_ywqr6_187 ._detailModalHeadHeader_ywqr6_193{margin:0;color:#101828;font-size:18px;font-weight:600;line-height:28px}._scorecardDetailContainer_ywqr6_1 ._visionTable_ywqr6_7 ._detailModal_ywqr6_156 ._detailModalContent_ywqr6_167 ._detailModalTable_ywqr6_201{padding:0 24px}._scorecardDetailContainer_ywqr6_1 ._visionTable_ywqr6_7 ._detailModal_ywqr6_156 ._detailModalContent_ywqr6_167 ._detailModalTable_ywqr6_201 ._detailModalTableHead_ywqr6_205{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}._scorecardDetailContainer_ywqr6_1 ._visionTable_ywqr6_7 ._detailModal_ywqr6_156 ._detailModalContent_ywqr6_167 ._detailModalTable_ywqr6_201 ._detailModalTableHead_ywqr6_205 ._detailModalTableHeadLeft_ywqr6_212{display:flex;align-items:center;gap:8px}._scorecardDetailContainer_ywqr6_1 ._visionTable_ywqr6_7 ._detailModal_ywqr6_156 ._detailModalContent_ywqr6_167 ._detailModalTable_ywqr6_201 ._detailModalTableHead_ywqr6_205 ._detailModalTableHeadLeft_ywqr6_212 ._detailModalTableTag_ywqr6_218{border-radius:6px;border:1px solid #d0d5dd;background:#fff;box-shadow:0 1px 2px #1018280d;color:#344054;font-size:12px;font-weight:500;line-height:18px;padding:2px 6px}._scorecardDetailContainer_ywqr6_1 ._visionTable_ywqr6_7 ._detailModal_ywqr6_156 ._detailModalContent_ywqr6_167 ._detailModalTable_ywqr6_201 ._skuCellText_ywqr6_230{color:#475467;font-size:14px;font-weight:400;line-height:20px}._scorecardDetailContainer_ywqr6_1 ._visionTable_ywqr6_7 ._detailModal_ywqr6_156 ._detailModalContent_ywqr6_167 ._detailModalTable_ywqr6_201 ._skuCellTextBold_ywqr6_237{color:#101828;font-size:14px;font-weight:500;line-height:20px}._scorecardDetailContainer_ywqr6_1 ._visionTable_ywqr6_7 ._detailModal_ywqr6_156 ._detailModalContent_ywqr6_167 ._detailModalTable_ywqr6_201 ._skuCellTag_ywqr6_244{border-radius:16px;font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px;padding:2px 10px;white-space:nowrap}._scorecardDetailContainer_ywqr6_1 ._visionTable_ywqr6_7 ._detailModal_ywqr6_156 ._detailModalContent_ywqr6_167 ._detailModalTable_ywqr6_201 ._skuCellTagYellow_ywqr6_255{border:1px solid #fbe2a4;background:#fef9eb;color:#dfa309}._scorecardDetailContainer_ywqr6_1 ._visionTable_ywqr6_7 ._detailModal_ywqr6_156 ._detailModalContent_ywqr6_167 ._detailModalTable_ywqr6_201 ._skuCellTagBlue_ywqr6_261{border:1px solid #b2ddff;background:#eff8ff;color:#175cd3}._scorecardDetailContainer_ywqr6_1 ._visionTable_ywqr6_7 ._detailModal_ywqr6_156 ._detailModalContent_ywqr6_167 ._detailModalTable_ywqr6_201 ._skuCell_ywqr6_230{display:flex;align-items:center;gap:12px}._scorecardDetailContainer_ywqr6_1 ._visionTable_ywqr6_7 ._detailModal_ywqr6_156 ._detailModalContent_ywqr6_167 ._detailModalTable_ywqr6_201 ._skuCell_ywqr6_230 ._skuCellImg_ywqr6_273{width:40px;height:40px;object-fit:contain}._scorecardDetailContainer_ywqr6_1 ._visionTable_ywqr6_7 ._detailModal_ywqr6_156 ._detailModalContent_ywqr6_167 ._detailModalTable_ywqr6_201 ._skuCell_ywqr6_230 ._skuCellDetail_ywqr6_279{display:flex;flex-flow:column}._scorecardDetailContainer_ywqr6_1 ._visionTable_ywqr6_7 ._detailModal_ywqr6_156 ._detailModalContent_ywqr6_167 ._detailModalTable_ywqr6_201 ._skuCell_ywqr6_230 ._skuCellDetail_ywqr6_279 ._skuCellTitle_ywqr6_284{color:#101828;font-size:14px;font-weight:500;line-height:22px}._scorecardDetailContainer_ywqr6_1 ._visionTable_ywqr6_7 ._detailModal_ywqr6_156 ._detailModalContent_ywqr6_167 ._detailModalTable_ywqr6_201 ._skuCell_ywqr6_230 ._skuCellDetail_ywqr6_279 ._skuCellTitle_ywqr6_284 ._skuCellBrand_ywqr6_291{cursor:pointer;text-decoration:underline;margin-right:4px}._scorecardDetailContainer_ywqr6_1 ._visionTable_ywqr6_7 ._detailModal_ywqr6_156 ._detailModalContent_ywqr6_167 ._detailModalTable_ywqr6_201 ._skuCell_ywqr6_230 ._skuCellDetail_ywqr6_279 ._skuCellBarcode_ywqr6_297{color:#475467;font-size:14px;font-weight:400;line-height:20px}._scorecardDetailContainer_ywqr6_1 ._visionTable_ywqr6_7 ._detailModal_ywqr6_156 ._detailModalContent_ywqr6_167 ._detailModalTable_ywqr6_201 ._skuCellPrice_ywqr6_304{display:flex;flex-flow:column}._scorecardDetailContainer_ywqr6_1 ._visionTable_ywqr6_7 ._detailModal_ywqr6_156 ._detailModalContent_ywqr6_167 ._detailModalTable_ywqr6_201 ._skuCellPrice_ywqr6_304 ._skuCellPriceWinner_ywqr6_309{display:flex;align-items:center;gap:4px}._scorecardDetailContainer_ywqr6_1 ._visionTable_ywqr6_7 ._detailModal_ywqr6_156 ._detailModalContent_ywqr6_167 ._detailModalTable_ywqr6_201 ._skuCellPrice_ywqr6_304 ._skuCellPriceWinner_ywqr6_309 ._skuCellPriceKey_ywqr6_315{color:#717171;font-size:12px;font-weight:500;letter-spacing:.12px}._scorecardDetailContainer_ywqr6_1 ._visionTable_ywqr6_7 ._detailModal_ywqr6_156 ._detailModalContent_ywqr6_167 ._detailModalTable_ywqr6_201 ._skuCellPrice_ywqr6_304 ._skuCellPriceWinner_ywqr6_309 ._skuCellPriceValue_ywqr6_322{color:#101828;font-size:14px;font-weight:500;line-height:20px}._scorecardDetailContainer_ywqr6_1 ._visionTable_ywqr6_7 ._detailModal_ywqr6_156 ._detailModalContent_ywqr6_167 ._detailModalTable_ywqr6_201 ._skuCellPrice_ywqr6_304 ._skuCellPriceMyseller_ywqr6_329{display:flex;align-items:center;gap:4px}._scorecardDetailContainer_ywqr6_1 ._visionTable_ywqr6_7 ._detailModal_ywqr6_156 ._detailModalContent_ywqr6_167 ._detailModalTable_ywqr6_201 ._skuCellPrice_ywqr6_304 ._skuCellPriceMyseller_ywqr6_329 ._skuCellPriceKey_ywqr6_315{color:#717171;font-size:12px;font-weight:500;letter-spacing:.12px}._scorecardDetailContainer_ywqr6_1 ._visionTable_ywqr6_7 ._detailModal_ywqr6_156 ._detailModalContent_ywqr6_167 ._detailModalTable_ywqr6_201 ._skuCellPrice_ywqr6_304 ._skuCellPriceMyseller_ywqr6_329 ._skuCellPriceValue_ywqr6_322{color:#ff4747;font-size:14px;font-weight:500;line-height:20px}._mergeInfo_ywqr6_349{color:#475467;font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px;padding:2px 16px 14px;margin:0}._mergeInfo_ywqr6_349 span{color:#182230;font-weight:500}._scorecardDetailContainer_ywqr6_1 ._visionTableCard_ywqr6_7{border-radius:12px;border:1px solid #eaecf0;background:#fff;box-shadow:0 1px 2px #1018280d;padding:0 0 6px;width:100%}._visionScorecardTable_ywqr6_374{border-collapse:collapse;text-align:center;width:100%}._visionScorecardTable_ywqr6_374 tr:first-child th:first-child{background-color:#fff}._visionScorecardTable_ywqr6_374 ._sticky_ywqr6_384{position:sticky;left:-1px;z-index:1}._visionScorecardTable_ywqr6_374 th,._visionScorecardTable_ywqr6_374 td{border-top:1px solid #eaecf0;border-bottom:1px solid #eaecf0;padding:8px}._visionScorecardTable_ywqr6_374 th{background-color:#f9fafb;border-left:1px solid #eaecf0;border-right:1px solid #eaecf0;color:#475467;font-size:12px;font-weight:500;line-height:18px;padding:12px 24px}._visionScorecardTable_ywqr6_374 th ._headerContent_ywqr6_408{display:flex;align-items:center;justify-content:start;white-space:nowrap;gap:4px}._visionScorecardTable_ywqr6_374 td:first-child{background-color:#f9fafb;border-left:1px solid #eaecf0;color:#475467;font-size:12px;font-weight:500;line-height:18px;padding:12px 24px;position:sticky;left:-1px;z-index:2}._visionScorecardTable_ywqr6_374 td:first-child ._headerContent_ywqr6_408{display:flex;align-items:center;justify-content:flex-start;white-space:nowrap;gap:4px}._visionScorecardTable_ywqr6_374 td:last-child{border-right:1px solid #eaecf0}._visionScorecardTable_ywqr6_374 td:not(:first-child){text-align:center}._cellCtnr_ywqr6_445{display:flex;align-items:center;justify-content:center;width:100%;height:100%}._boxYellow_ywqr6_453{background:#faf7b7!important}._boxRed_ywqr6_457{background:#f7bfbe!important}._tableBox_ywqr6_461{position:relative;width:128px;height:50px;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#303030;font-size:16px;font-weight:600;line-height:20px;flex-flow:column;border:1px solid #E4E7EC;background:#fff}._tableBox_ywqr6_461 ._tableBoxTarget_ywqr6_478{color:#475467;font-family:Inter;font-size:12px;font-weight:400;line-height:20px;display:none}._tableBox_ywqr6_461 ._tableBoxTarget_ywqr6_478 span{font-weight:600}._tableBox_ywqr6_461 ._tableBoxInfo_ywqr6_491{position:absolute;right:4px;top:4px;display:none;cursor:pointer}._tableBox_ywqr6_461:hover ._tableBoxInfo_ywqr6_491,._tableBox_ywqr6_461:hover ._tableBoxTarget_ywqr6_478{display:block}._tableBox_ywqr6_461._unsuccessful_ywqr6_507{color:#f04438}._tableBox_ywqr6_461._normal_ywqr6_513{color:#f79009}._tableBox_ywqr6_461._success_ywqr6_519{color:#17b26a}._senseFilterBack_ywqr6_525{display:flex;align-items:center;gap:4px}._senseFilterBack_ywqr6_525 ._senseFilterBackAction_ywqr6_531{display:flex;align-items:center;gap:8px;cursor:pointer}._senseFilterBack_ywqr6_525 ._senseFilterBackAction_ywqr6_531 ._senseFilterBackText_ywqr6_538{white-space:nowrap;color:#101828;font-family:Inter;font-size:18px;font-weight:600;line-height:24px}._detailModal_ywqr6_156 *{font-family:Inter}._detailModal_ywqr6_156 ._detailModalContainer_ywqr6_160{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#00000073;z-index:99}._detailModal_ywqr6_156 ._detailModalContent_ywqr6_167{position:fixed;left:36px;right:36px;top:36px;max-height:calc(100vh - 72px);z-index:99;background-color:#fff;border-radius:12px;border:1px solid #eaecf0;box-shadow:0 1px 2px #1018280d}._detailModal_ywqr6_156 ._detailModalContent_ywqr6_167 ._detailModalHead_ywqr6_180{display:flex;align-items:center;justify-content:space-between;padding:20px 24px 16px}._detailModal_ywqr6_156 ._detailModalContent_ywqr6_167 ._detailModalHead_ywqr6_180 ._detailModalHeadLeft_ywqr6_187{display:flex;align-items:center;gap:8px}._detailModal_ywqr6_156 ._detailModalContent_ywqr6_167 ._detailModalHead_ywqr6_180 ._detailModalHeadLeft_ywqr6_187 ._detailModalHeadHeader_ywqr6_193{margin:0;color:#101828;font-size:18px;font-weight:600;line-height:28px}._detailModal_ywqr6_156 ._detailModalContent_ywqr6_167 ._detailModalTable_ywqr6_201{padding:0 24px}._detailModal_ywqr6_156 ._detailModalContent_ywqr6_167 ._detailModalTable_ywqr6_201 ._detailModalTableHead_ywqr6_205{display:flex;align-items:center;justify-content:space-between}._detailModal_ywqr6_156 ._detailModalContent_ywqr6_167 ._detailModalTable_ywqr6_201 ._detailModalTableHead_ywqr6_205 ._detailModalTableHeadLeft_ywqr6_212{display:flex;align-items:center;gap:8px}._detailModal_ywqr6_156 ._detailModalContent_ywqr6_167 ._detailModalTable_ywqr6_201 ._detailModalTableHead_ywqr6_205 ._detailModalTableHeadLeft_ywqr6_212 ._detailModalTableTag_ywqr6_218{border-radius:6px;border:1px solid #d0d5dd;background:#fff;box-shadow:0 1px 2px #1018280d;color:#344054;font-size:12px;font-weight:500;line-height:18px;padding:2px 6px}._detailModal_ywqr6_156 ._detailModalContent_ywqr6_167 ._detailModalTable_ywqr6_201 ._skuCellText_ywqr6_230{color:#475467;font-size:14px;font-weight:400;line-height:20px}._detailModal_ywqr6_156 ._detailModalContent_ywqr6_167 ._detailModalTable_ywqr6_201 ._skuCellTextYellow_ywqr6_627{color:#f2b700;font-size:14px;font-weight:400;line-height:20px}._detailModal_ywqr6_156 ._detailModalContent_ywqr6_167 ._detailModalTable_ywqr6_201 ._skuCellTextGreen_ywqr6_634{color:#37b65b;font-size:14px;font-weight:400;line-height:20px}._detailModal_ywqr6_156 ._detailModalContent_ywqr6_167 ._detailModalTable_ywqr6_201 ._skuCellTextRed_ywqr6_641{color:#ff4747;font-size:14px;font-weight:400;line-height:20px}._detailModal_ywqr6_156 ._detailModalContent_ywqr6_167 ._detailModalTable_ywqr6_201 ._skuCellTextBold_ywqr6_237{color:#101828;font-size:14px;font-weight:500;line-height:20px}._detailModal_ywqr6_156 ._detailModalContent_ywqr6_167 ._detailModalTable_ywqr6_201 ._skuCellTag_ywqr6_244{border-radius:16px;font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px;padding:2px 10px;white-space:nowrap}._detailModal_ywqr6_156 ._detailModalContent_ywqr6_167 ._detailModalTable_ywqr6_201 ._skuCellTagYellow_ywqr6_255{border:1px solid #fbe2a4;background:#fef9eb;color:#dfa309}._detailModal_ywqr6_156 ._detailModalContent_ywqr6_167 ._detailModalTable_ywqr6_201 ._skuCellTagBlue_ywqr6_261{border:1px solid #b2ddff;background:#eff8ff;color:#175cd3}._detailModal_ywqr6_156 ._detailModalContent_ywqr6_167 ._detailModalTable_ywqr6_201 ._skuCell_ywqr6_230{display:flex;align-items:center;gap:12px}._detailModal_ywqr6_156 ._detailModalContent_ywqr6_167 ._detailModalTable_ywqr6_201 ._skuCell_ywqr6_230 ._skuCellImg_ywqr6_273{width:40px;height:40px;object-fit:contain}._detailModal_ywqr6_156 ._detailModalContent_ywqr6_167 ._detailModalTable_ywqr6_201 ._skuCell_ywqr6_230 ._skuCellDetail_ywqr6_279{display:flex;flex-flow:column}._detailModal_ywqr6_156 ._detailModalContent_ywqr6_167 ._detailModalTable_ywqr6_201 ._skuCell_ywqr6_230 ._skuCellDetail_ywqr6_279 ._skuCellTitle_ywqr6_284{color:#101828;font-size:14px;font-weight:500;line-height:22px}._detailModal_ywqr6_156 ._detailModalContent_ywqr6_167 ._detailModalTable_ywqr6_201 ._skuCell_ywqr6_230 ._skuCellDetail_ywqr6_279 ._skuCellTitle_ywqr6_284 ._skuCellBrand_ywqr6_291{cursor:pointer;text-decoration:underline;margin-right:4px}._detailModal_ywqr6_156 ._detailModalContent_ywqr6_167 ._detailModalTable_ywqr6_201 ._skuCell_ywqr6_230 ._skuCellDetail_ywqr6_279 ._skuCellBarcode_ywqr6_297{color:#475467;font-size:14px;font-weight:400;line-height:20px}._detailModal_ywqr6_156 ._detailModalContent_ywqr6_167 ._detailModalTable_ywqr6_201 ._skuCellPrice_ywqr6_304{display:flex;flex-flow:column}._detailModal_ywqr6_156 ._detailModalContent_ywqr6_167 ._detailModalTable_ywqr6_201 ._skuCellPrice_ywqr6_304 ._skuCellPriceWinner_ywqr6_309{display:flex;align-items:center;gap:4px}._detailModal_ywqr6_156 ._detailModalContent_ywqr6_167 ._detailModalTable_ywqr6_201 ._skuCellPrice_ywqr6_304 ._skuCellPriceWinner_ywqr6_309 ._skuCellPriceKey_ywqr6_315{color:#717171;font-size:12px;font-weight:500;letter-spacing:.12px}._detailModal_ywqr6_156 ._detailModalContent_ywqr6_167 ._detailModalTable_ywqr6_201 ._skuCellPrice_ywqr6_304 ._skuCellPriceWinner_ywqr6_309 ._skuCellPriceValue_ywqr6_322{color:#101828;font-size:14px;font-weight:500;line-height:20px}._detailModal_ywqr6_156 ._detailModalContent_ywqr6_167 ._detailModalTable_ywqr6_201 ._skuCellPrice_ywqr6_304 ._skuCellPriceMyseller_ywqr6_329{display:flex;align-items:center;gap:4px}._detailModal_ywqr6_156 ._detailModalContent_ywqr6_167 ._detailModalTable_ywqr6_201 ._skuCellPrice_ywqr6_304 ._skuCellPriceMyseller_ywqr6_329 ._skuCellPriceKey_ywqr6_315{color:#717171;font-size:12px;font-weight:500;letter-spacing:.12px}._detailModal_ywqr6_156 ._detailModalContent_ywqr6_167 ._detailModalTable_ywqr6_201 ._skuCellPrice_ywqr6_304 ._skuCellPriceMyseller_ywqr6_329 ._skuCellPriceValue_ywqr6_322{color:#ff4747;font-size:14px;font-weight:500;line-height:20px}._visionTableCardHeadTabName_ywqr6_764{display:inline-block;white-space:nowrap;overflow:hidden}._detailModalTableHeadRight_ywqr6_770{display:flex;align-items:center;gap:8px}._loadingContainer_ywqr6_776{width:100%;display:flex;align-items:center;justify-content:center}._mb2_ywqr6_783{margin-bottom:8px}._skuCellTextGray_ywqr6_787{color:#717171;font-size:14px;font-weight:400;line-height:20px}._skuCellTextDark_ywqr6_794{color:#101828;font-size:14px;font-weight:400;line-height:20px}._skuCellTextDarkBold_ywqr6_801{color:#101828;font-size:14px;font-weight:500;line-height:20px}._skuCellTextGreenBold_ywqr6_808{color:#37b65b;font-size:14px;font-weight:500;line-height:20px}._skuCellTextRedBold_ywqr6_815{color:#ff4747;font-size:14px;font-weight:500;line-height:20px}._popoverList_ywqr6_822{max-height:400px;overflow-y:scroll;height:100%}._appFilterTag_ywqr6_828{border-radius:6px;border:1px solid #d0d5dd;background:#fff;box-shadow:0 1px 2px #1018280d;color:#344054;font-size:12px;font-weight:500;line-height:18px;padding:2px 6px;display:inline-block;white-space:nowrap}._cursorPointer_ywqr6_842{cursor:pointer}@media only screen and (max-width:992px){._detailModal_ywqr6_156 *{font-family:Inter}._detailModal_ywqr6_156 ._detailModalContent_ywqr6_167{left:16px!important;right:16px!important;top:16px!important;max-height:calc(100vh - 32px)!important}._detailModal_ywqr6_156 ._detailModalContent_ywqr6_167 ._detailModalTable_ywqr6_201 ._detailModalTableHead_ywqr6_205{flex-flow:column;gap:8px}._visionTableCardHeadTabName_ywqr6_764{display:inline-block;white-space:nowrap;overflow:hidden}._visionTableCardHead_ywqr6_7 .ant-flex{width:100%}._visionTableCardHead_ywqr6_7 .ant-radio-group{width:100%;display:flex;justify-content:space-between}._visionTableCardHead_ywqr6_7 .ant-radio-button-wrapper{width:100%}}._wrapper_ue81s_1{display:flex;gap:20px;overflow-x:auto;width:100%}._information_ue81s_8{display:flex;gap:8px;align-items:center}._value_ue81s_14{color:var(--Gray-900, #101828);font-size:24px;font-style:normal;font-weight:600}._expand_ue81s_21{display:none}._information_ue81s_8:hover ._expand_ue81s_21{display:block}._availabilityCard_ue81s_29{width:30%;cursor:pointer}._buyBoxShareCard_ue81s_34{width:30%}._lostReasonCard_ue81s_38{width:40%}._lostReason_ue81s_38{display:flex;gap:48px;width:100%;align-items:center;overflow-x:auto}._lostReasonItemTitle_ue81s_50{color:var(--Gray-600, #475467);font-family:Inter;font-size:14px;font-style:normal;font-weight:400;display:flex;gap:8px;margin-bottom:8px}._lostReasonItemCount_ue81s_61{color:var(--Gray-700, var(--colors-gray-light-mode-700, #344054));font-family:Inter;font-size:16px;font-style:normal;font-weight:600;padding-left:24px}@media(max-width:1024px){._wrapper_ue81s_1{flex-direction:column}._lostReason_ue81s_38{display:grid;grid-template-columns:1fr 1fr}._availabilityCard_ue81s_29,._buyBoxShareCard_ue81s_34,._lostReasonCard_ue81s_38{width:100%}}._heatmapContainer_j5mlr_1{display:flex;flex-direction:column;width:100%;max-width:800px;margin:0 auto;font-family:Arial,sans-serif}._weekDaysHeader_j5mlr_10{display:flex;margin-left:100px}._weekDayHeader_j5mlr_15{flex:1;padding:8px;color:var(--Gray-600, #475467);text-align:center;font-size:12px;font-weight:300}._heatmapGrid_j5mlr_24{display:flex;flex-direction:column}._timeRangeRow_j5mlr_29{display:flex;align-items:center;margin-bottom:4px;gap:4px}._timeRangeLabel_j5mlr_36{width:100px;font-weight:700;padding-right:8px;color:var(--Gray-600, #475467);text-align:center;font-size:12px;font-weight:300}._heatmapCell_j5mlr_46{flex:1;height:50px;display:flex;justify-content:center;align-items:center;border-radius:4px;color:var(--Gray-700, var(--colors-gray-light-mode-700, #344054));font-size:12px;font-weight:600}._container_vj1c5_1{display:flex;flex-direction:column;width:100%}._legend_vj1c5_7{display:flex;align-items:center;justify-content:flex-end;gap:16px;margin-bottom:12px;flex-wrap:wrap}._legendItem_vj1c5_16{cursor:pointer;display:flex;align-items:center;color:#475467;font-family:Inter;font-size:14px;font-weight:400;line-height:20px}._legendColor_vj1c5_27{width:8px;height:8px;border-radius:50%;margin-right:6px}._chartWrapper_vj1c5_34{display:flex;flex-direction:row;flex:1;min-height:0;height:100%;overflow:hidden;position:relative}._yAxis_vj1c5_44{display:flex;flex-direction:column;justify-content:space-between;font-size:12px;color:#999;padding-right:6px;height:calc(100% - 28px)}._yAxisTick_vj1c5_54{text-align:right;height:1px;transform:translateY(50%)}._chartArea_vj1c5_60{position:relative;display:flex;align-items:flex-end;flex:1;gap:12px;padding-left:8px}._gridLines_vj1c5_69{position:absolute;top:0;left:0;right:0;bottom:19px;display:flex;flex-direction:column;justify-content:space-between;z-index:0;pointer-events:none}._gridLine_vj1c5_69{height:1px;width:100%;background-color:#f2f4f7}._barColumn_vj1c5_88{cursor:pointer;display:flex;flex-direction:column;align-items:center;flex:1;height:100%;z-index:1}._barStack_vj1c5_98{display:flex;flex-direction:column-reverse;width:100%;flex:1;overflow:hidden;background-color:#eee;min-height:0;max-width:38px}._barSegment_vj1c5_109{width:100%;position:relative;border-top-left-radius:4px;border-top-right-radius:4px}._barSegment_vj1c5_109:after{content:"";position:absolute;bottom:-4px;left:0;width:100%;height:4px;background-color:inherit;z-index:1}._barSegmentLabel_vj1c5_127{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:9px}._categoryLabel_vj1c5_136{margin-top:6px;font-size:12px;color:#555;text-align:center;height:15px;max-width:38px}._popover_vj1c5_146 strong{display:block;margin-bottom:.5rem;color:#1a202c}._popover_vj1c5_146 div{color:#4a5568;margin-top:.25rem}._tooltipItem_vj1c5_157{display:flex;justify-content:space-between;gap:8px}._tooltipTitleContainer_vj1c5_163{display:flex;align-items:center;gap:0px;margin-top:0!important}._tooltipTitle_vj1c5_163{color:var(--Gray-600, var(--colors-gray-light-mode-600, #475467));font-family:Inter;font-size:12px;font-style:normal;font-weight:500;line-height:22px;display:flex;gap:8px}._divider_vj1c5_182{width:100%;border-bottom:solid 1px #EAECF0}._tooltipValue_vj1c5_187{color:var(--Gray-900, var(--colors-gray-light-mode-900, #101828));font-family:Inter;font-size:12px;font-style:normal;font-weight:600;line-height:22px}._productTitle_qovv1_1{overflow:hidden;color:#101828;font-size:14px;font-weight:500;line-height:22px}._productTitle_qovv1_1:hover{color:#101828;text-decoration:underline}._productImage_qovv1_14{width:80px;height:80px;object-fit:contain;transition:all .3s ease}._marginTop_qovv1_21{margin-top:3px}._leftChart_qovv1_24,._rightChart_qovv1_25{width:50%;padding:1rem}._chartsWrapper_qovv1_30{display:flex}._detailExtraChartWrapper_qovv1_34{flex:1 1 0;min-width:332px}._sellerPrice_qovv1_38,._buyBoxLostReasonValue_qovv1_45{color:var(--Gray-900, #101828);font-size:12px;font-style:normal;font-weight:500;line-height:20px}._bold_qovv1_52{color:var(--Gray-900, #101828);font-size:14px;font-style:normal;font-weight:500;line-height:20px}._reasonTitle_qovv1_60{color:var(--Gray-900, #101828);font-size:12px;font-style:normal;font-weight:400;line-height:18px;white-space:nowrap}._reason_qovv1_60{display:flex;justify-content:flex-start;align-items:center;gap:4px;margin-block:8px}._mobileTableWrapper_qovv1_77{display:none;flex-flow:column;gap:16px}@media(max-width:1024px){._columnDragCustomizer_qovv1_84{display:none!important}._desktopTableWrapper_qovv1_88{display:none}._mobileTableWrapper_qovv1_77{display:flex!important}._buttonGroup_qovv1_96,._buttonGroupItem_qovv1_100{width:100%}._chartsWrapper_qovv1_30{flex-direction:column}._leftChart_qovv1_24,._rightChart_qovv1_25{width:100%;padding:0;margin-top:16px}._chartsWrapper_qovv1_30{padding:0}}._tableAndChart_1sxgd_1{width:100%;display:flex;gap:20px}._table_1sxgd_1{width:50%}@media(max-width:1024px){._table_1sxgd_1{width:100%}._tableAndChart_1sxgd_1{flex-direction:column}}.date-option-single .ant-picker-cell-selected .ant-picker-cell-inner,.date-option-single .ant-picker-cell-today.ant-picker-cell-selected .ant-picker-cell-inner,.date-option-single .ant-picker-cell-today .ant-picker-cell-inner:before,.date-option-single .ant-picker-cell-in-view.ant-picker-cell-hover .ant-picker-cell-inner{border-radius:50%!important}.date-option-single .ant-picker-cell-inner{border-radius:50%!important;transition:background-color .25s ease,color .25s ease,border-radius .25s ease}._chart_14ddr_1{width:50%}._card_14ddr_5{height:350px;padding:20px 16px}._cardBody_14ddr_11{display:inline-flex;height:100%;padding-top:4px!important}._bold_14ddr_17{color:var(--Gray-900, #101828);font-size:14px;font-style:normal;font-weight:500;line-height:20px}@media(max-width:1024px){._chart_14ddr_1{width:100%}}@media(max-width:500px){._card_14ddr_5{height:100%}}._header_1tjt5_1{display:flex;align-items:center;justify-content:space-between}._headerLeft_1tjt5_7{display:flex;align-items:center;gap:12px}._headerRight_1tjt5_13{margin-left:auto;display:flex;align-items:center;gap:12px}._declaration_1tjt5_20{color:var(--Gray-700, #344054);font-size:14px;font-weight:500;margin-bottom:1rem}._h_1tjt5_1{color:var(--Gray-900, #101828);font-size:16px;font-style:normal;font-weight:600;margin-bottom:12px}._retailerLogo_1tjt5_35{width:60px;height:30px;object-fit:contain}._tagsMoreLabel_1tjt5_41{cursor:pointer;font-weight:600;font-size:13px;line-height:20px;letter-spacing:0%;color:#243880}._column_1tjt5_50{width:100%;display:block;text-align:start}._columnFlex_1tjt5_56{cursor:pointer;width:100%;display:flex;align-items:center;gap:6px;justify-content:flex-start}._columnRight_1tjt5_65{width:100%;display:block;justify-content:flex-end}._tableHeader_1tjt5_71{display:flex;align-items:center;justify-content:flex-end;gap:12px}._tableHeaderButton_1tjt5_78{padding:8px 12px;color:#344054;font-weight:600;line-height:20px;font-size:14px}._productDetail_1tjt5_86{display:flex;flex-direction:column;align-items:flex-start;gap:4px;flex:1 0 0}._tooltipContainer_1tjt5_94{max-width:220px;overflow-y:auto;font-size:13px;max-height:300px;padding-right:5px}._productItem_1tjt5_102{display:flex;flex-direction:row;padding:8px 16px;align-items:center;gap:8px;border-bottom:1px solid var(--Gray-200, #eaecf0)}._productName_1tjt5_111{display:block;overflow:hidden;color:#101828;text-overflow:ellipsis;font-family:Inter;font-size:12px;font-style:normal;font-weight:400;line-height:22px;text-decoration-style:solid;text-decoration-skip-ink:none;text-decoration-thickness:auto;text-underline-offset:auto;text-underline-position:from-font;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;align-self:stretch}._tooltipButton_1tjt5_132{width:158px;height:38px;display:flex;padding:9px 10px;gap:12px;flex:1 0 0;align-items:center;align-self:stretch;gap:8px;margin:1px 6px}._selectedRow_1tjt5_147 td{background-color:#0000000d!important;transition:background-color .3s ease}._antdtooltip_1tjt5_152{max-width:220px;overflow-y:auto;font-size:13px;max-height:300px;padding-right:5px}._inputList_1tjt5_160{display:flex;flex-direction:column;gap:20px}._inputItem_1tjt5_166{display:flex;flex-direction:column;gap:6px}._inputItem_1tjt5_166:last-child{margin-top:16px!important}._label_1tjt5_177{display:block}._dropdownRender_1tjt5_181{display:flex;flex-direction:column}._dropdownRenderHeader_1tjt5_186{display:flex;justify-content:flex-start;gap:12px;margin-bottom:12px}._button_1rje0_1{all:unset;display:flex;align-items:center;gap:.5rem;cursor:pointer;font-size:14px;white-space:nowrap}._button_1rje0_1 span{display:flex;align-items:center;gap:.5rem;justify-content:center}._button_1rje0_1:hover{opacity:.8}._button_1rje0_1:active{opacity:.6}._bordered_1rje0_27{border-radius:8px;border:1px solid #d0d5dd;background:#fff;box-shadow:0 1px 2px #1018280d}._default_1rje0_34{display:inline;padding:8px 12px;border-radius:8px;text-align:center}._text_1rje0_41 span{color:var(--Gray-600, #475467);font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px}._primary_1rje0_50{display:inline;padding:6px 12px;text-align:center;border-radius:8px;border:1px solid #243880;background-color:#243880!important;box-shadow:0 1px 2px #1018280d;color:#fff!important}._secondary_1rje0_62{display:inline;padding:6px 12px;text-align:center;border-radius:8px;border:1px solid #eaecf0;background:#fff;box-shadow:0 1px 2px #1018280d}._danger_1rje0_73{display:inline;padding:6px 12px;text-align:center;border-radius:8px;border:1px solid #d92d20;background-color:#d92d20!important;box-shadow:0 1px 2px #1018280d;color:#fff!important}._button_1rje0_1[disabled],._button_1rje0_1[disabled]:hover,._button_1rje0_1[disabled]:active{pointer-events:none;cursor:not-allowed;opacity:.6;background:var(--Gray-300);border-color:var(--Gray-300)}._icon_1rje0_95{padding:6px 7px;border-radius:8px}._text_1rje0_41{color:#243880;background:var(--Transparent)!important;font-family:Inter;font-size:14px;font-style:normal;font-weight:400}._sm_1rje0_109{padding:5px 7px}._md_1rje0_113{padding:10px 14px}._dropdown_1rje0_117{padding:7px 14px}._lg_1rje0_121{padding:10px 16px}._loadingIcon_1rje0_125{animation:_spin_1rje0_1 1s linear infinite;display:inline-block;vertical-align:middle}@keyframes _spin_1rje0_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._dropdownContainer_1rje0_141{position:relative;display:inline-block}._dropdownMenu_1rje0_147{position:absolute;top:100%;right:0;margin-top:4px;background:#fff;border:1px solid #d0d5dd;border-radius:8px;box-shadow:0 1px 2px #1018280d,0 4px 6px -1px #0000001a;z-index:1000;min-width:180px;padding:4px}._dropdownOption_1rje0_161{all:unset;width:100%;display:flex;align-items:center;gap:8px;padding:8px 12px;background:transparent;border-radius:8px;cursor:pointer;font-size:14px;color:var(--Gray-600, #475467);text-align:left;font-family:Inter;font-weight:400;box-sizing:border-box}._dropdownOption_1rje0_161 span{color:var(--Gray-700, #101828);font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:24px;white-space:nowrap}._dropdownOption_1rje0_161:hover{background-color:var(--Gray-50, #f9fafb);color:var(--Gray-900, #111827)}._dropdownOption_1rje0_161:active{background-color:var(--Gray-100, #f3f4f6)}._chevronIcon_1rje0_198{transition:transform .2s ease;color:#fff}._disabled_1rje0_203{pointer-events:none;cursor:not-allowed;opacity:.6;color:var(--Gray-300)}._button_1rje0_1[disabled] span{color:var(--Gray-500, #6b7280)}._pageHeader_1uxd3_1{font-size:1.5rem;font-weight:600;color:#2d3748;margin:0}._trendTitle_1uxd3_8{color:var(--Gray-700, #344054);font-family:Inter;font-size:14px;font-style:normal;font-weight:600;line-height:20px}._input_1uxd3_17{max-width:500px;height:30px}._pageHeader_1u6eo_1{font-size:1.5rem;font-weight:600;color:#2d3748;margin:0}._tableContainer_1u6eo_8{border:1px solid #e2e8f0;border-radius:8px;overflow:hidden;background:#fff;box-shadow:0 1px 3px #0000001a}._tableHeader_1u6eo_16{height:calc(100vh - 200px);overflow:auto;position:sticky;top:0;z-index:2;background:#f7fafc}._tableHeaderRow_1u6eo_27{display:flex;min-width:fit-content}._productColumn_1u6eo_32{min-width:200px;padding:12px 16px;font-weight:600;color:#2d3748;background:#f7fafc;border-right:1px solid #e2e8f0;position:sticky;left:0;z-index:11}._retailerColumn_1u6eo_44{font-weight:600;color:#2d3748;background:#f7fafc;position:sticky;left:0;z-index:99;background-color:#fff}._tableBody_1u6eo_55{overflow:auto}._productGroup_1u6eo_59{min-width:360px;background-color:#fff;border-bottom:1px solid #e2e8f0;margin-left:-1px}._productInfoFixed_1u6eo_66{height:115px;border-top:1px solid var(--Gray-200, #eaecf0);border-bottom:2px solid var(--Gray-200, #eaecf0);border-left:2px solid var(--Gray-200, #eaecf0);background:var(--colors-gray-light-mode-50, #f9fafb)}._leftMenuInfoFixed_1u6eo_74{height:0px!important}._addUrl_1u6eo_78{color:#243880;font-family:Inter;font-size:14px;font-style:normal;font-weight:600;line-height:20px}._dot_1u6eo_87{width:6px;height:6px;border-radius:50%;background-color:#d9d9d9}._productInfoFixedLeftMenu_1u6eo_94{min-width:200px;width:auto;z-index:25;background:#fff;top:0;height:27px!important}._productGroupHeader_1u6eo_103{display:flex;min-width:fit-content;background:#edf2f7}._stickyHeader_1u6eo_110{position:sticky;top:0;z-index:15;background:transparent;margin-top:1px}._stickyRetailerHeader_1u6eo_120{border-top:1px solid var(--Gray-200, #eaecf0);border-bottom:1px solid var(--Gray-200, #eaecf0);border-right:1px solid var(--Gray-200, #eaecf0);background:var(--Gray-white, #fff);position:sticky;top:0;z-index:15;background:transparent}._isMain_1u6eo_133{background:var(--colors-gray-light-mode-50, #f9fafb)!important}._sticky_1u6eo_110{background:#fff;z-index:12;max-width:360px;position:fixed;top:0;left:0;right:0;box-shadow:0 2px 4px #0000001a}._sticky_1u6eo_110:first-of-type{margin-left:200px}._productInfo_1u6eo_66{min-width:360px;padding:28px 16px 15px;position:sticky;top:0;z-index:5;border-top:1px solid var(--Gray-200, #eaecf0);border-left:1px solid var(--Gray-200, #eaecf0);background:#fff;border-bottom:1px solid var(--Gray-200, #eaecf0)}._retailer_1u6eo_44{color:#101828!important;font-family:Inter;font-size:16px!important;font-style:normal;font-weight:600!important;line-height:20px}._noDataText_1u6eo_173{display:flex;gap:8px;color:var(--Gray-800, var(--colors-gray-light-mode-800, #182230))!important;text-align:center;font-family:Inter;font-size:14px!important;font-style:normal;font-weight:500!important;line-height:20px}._productName_1u6eo_185{font-weight:600;color:#2d3748;margin-bottom:4px;overflow:hidden;color:#101828;text-overflow:ellipsis;font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:24px;text-decoration-style:solid;text-decoration-skip-ink:none;text-decoration-thickness:auto;text-underline-offset:auto;text-underline-position:from-font;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;align-self:stretch;height:47px}._productBarcode_1u6eo_210{display:inline-block;max-width:300px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--Gray-600, #475467);font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px}._productImage_1u6eo_224{width:59px;height:88px;object-fit:cover;border-radius:4px;border:1px solid #e2e8f0;margin-bottom:8px}._productBottom_1u6eo_233{display:flex;align-items:center;gap:8px}._productCenter_1u6eo_239{display:flex;align-items:center;gap:6px;margin:6px 0}._productBottom_1u6eo_233 span{color:var(--Gray-600, #475467);font-family:Inter;font-size:12px;font-style:normal;font-weight:400;line-height:20px}._productImageSmall_1u6eo_255{width:32px;height:48px;object-fit:cover;border-radius:4px;border:1px solid #e2e8f0;margin-bottom:8px}._productDetails_1u6eo_264{font-size:12px;color:#718096}._mainProductBadge_1u6eo_269{position:absolute;top:0;left:0;width:100%;background:var(--Orange-50, #fef6ee);color:#fff;font-size:10px;padding:2px 6px;color:var(--Orange-700, #b93815);text-align:center;font-family:Inter;font-size:12px;font-style:normal;font-weight:500;line-height:18px}._priceCell_1u6eo_288{min-width:200px;padding:16px;text-align:center;border-right:1px solid #e2e8f0;background:#edf2f7}._metricsSection_1u6eo_296{background:#fff;margin-bottom:16px;border-top:1px solid var(--Gray-200, #eaecf0);border-right:1px solid var(--Gray-200, #eaecf0);background:var(--Gray-white, #fff)}._blank_1u6eo_305{height:100%;width:29px;background:#fff;position:absolute;z-index:999999999999;right:-21px}._metricsRow_1u6eo_314{width:100%;min-width:fit-content;border-bottom:1px solid #f1f5f9}._metricsRow_1u6eo_314:hover{background:#f8fafc}._metricLabel_1u6eo_325{height:48px;width:100%;background:#fff!important;min-width:200px;padding:8px 16px;position:sticky;left:0;z-index:2;background:inherit;display:flex;align-items:center;color:var(--Gray-600, #475467);font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:18px}._metricValue_1u6eo_346{height:48px;min-width:200px;padding:8px 16px;font-size:12px;text-align:center;display:flex;align-items:center;justify-content:flex-start;gap:3px;border-left:1px solid var(--Gray-200, #eaecf0)}._priceValue_1u6eo_359{color:#101828;font-family:Inter;font-size:16px;font-style:normal;font-weight:600;line-height:20px}._indexValue_1u6eo_368{font-size:11px;margin-left:4px}._indexPositive_1u6eo_373{color:var(--Success-600, #079455);font-family:Inter;font-size:16px;font-style:normal;font-weight:500;line-height:20px}._indexNegative_1u6eo_382{color:var(--Error-600, #d92d20);font-family:Inter;font-size:16px;font-style:normal;font-weight:500;line-height:20px}._indexText_1u6eo_391{color:var(--Gray-500, var(--colors-gray-light-mode-500, #667085));font-family:Inter;font-size:16px;font-style:normal;font-weight:400;line-height:20px}._noData_1u6eo_173{color:#a0aec0;font-style:italic}._sellerCount_1u6eo_405{font-size:11px;color:#718096;margin-left:4px}._totalRowContainer_1u6eo_411{border-bottom:1px solid var(--Gray-200, #eaecf0)}._totalRow_1u6eo_411{background:#f7fafc!important;font-weight:600}._totalRow_1u6eo_411 ._metricLabel_1u6eo_325{background:#f7fafc;font-weight:600;color:#2d3748}._totalRow_1u6eo_411 ._metricValue_1u6eo_346{font-weight:600;color:#2d3748;border-top:1px solid var(--Gray-200, #eaecf0)}._addUrlButton_1u6eo_432{background:none;border:1px dashed #cbd5e0;color:#718096;padding:8px 16px;font-size:12px;cursor:pointer;border-radius:4px;transition:all .2s}._addUrlButton_1u6eo_432:hover{border-color:#4299e1;color:#4299e1}._tableBody_1u6eo_55::-webkit-scrollbar{width:8px;height:8px}._tableBody_1u6eo_55::-webkit-scrollbar-track{background:#f1f5f9}._tableBody_1u6eo_55::-webkit-scrollbar-thumb{background:#cbd5e0;border-radius:4px}._tableBody_1u6eo_55::-webkit-scrollbar-thumb:hover{background:#a0aec0}._trendTitle_1u6eo_467{color:var(--Gray-700, #344054);font-family:Inter;font-size:14px;font-style:normal;font-weight:600;line-height:20px}._productCard_1u6eo_476{display:flex;flex-direction:row;justify-content:center;align-items:flex-start;align-self:stretch;border-radius:8px;border:1px solid #eee;padding:16px 24px 22px;width:100%;gap:12px}._productCardTop_1u6eo_489{overflow:hidden;color:#101828;text-overflow:ellipsis;font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:24px}._underLineText_1u6eo_500{overflow:hidden;color:#101828;text-overflow:ellipsis;font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:24px;text-decoration-line:underline;text-decoration-style:solid;text-decoration-skip-ink:none;text-decoration-thickness:auto;text-underline-offset:auto;text-underline-position:from-font}._flexibleContainer_1u6eo_517{display:flex;align-items:center;gap:6px}._thickText_1u6eo_523{color:var(--Gray-600, #475467);font-family:Inter;font-size:12px;font-style:normal;font-weight:400;line-height:20px}._barcodeText_1u6eo_532{color:var(--Gray-600, #475467);font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px}._productImage_1u6eo_224{border-radius:4px;object-fit:contain;border:1px solid #eaecf0}._productDetail_1u6eo_264{display:flex;flex-direction:column;align-items:flex-start;gap:4px;flex:1 0 0}._description_1u6eo_556{display:block;color:var(--Gray-600, #475467);font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px;margin-top:4px}._retailerBox_1u6eo_567{margin-top:24px;display:flex;flex-direction:column;gap:6px}._positive_1u6eo_574{color:var(--Success-600, #079455);font-family:Inter;font-size:16px;font-style:normal;font-weight:500;line-height:20px}._negative_1u6eo_583{color:var(--Error-600, #D92D20);font-family:Inter;font-size:16px;font-style:normal;font-weight:500;line-height:20px}._barcodeBtn_1mn1f_1{border:none;background-color:transparent;display:flex;align-items:center;justify-content:flex-start;cursor:pointer;gap:6px;color:#067647;font-family:Inter;font-size:14px;font-weight:500;line-height:20px;min-width:65px}._addUrlContent_z2ya9_1{display:flex;flex-flow:column;gap:24px}._productCard_z2ya9_7{padding:12px 24px;border-radius:8px;border:1px solid #EAECF0;background:#fff;margin:0 24px}._urlInput_z2ya9_15{padding:0 24px}._actions_z2ya9_19{display:flex;align-items:center;width:100%;gap:12px;padding:0 24px 24px}._chartContainer_luoeo_1{display:flex;padding:16px 24px 0;flex-direction:column;align-items:flex-start;gap:12px;align-self:stretch;border-radius:12px;border:1px solid var(--colors-gray-light-mode-200, #e4e7ec);background:var(--Colors-Background-bg-primary, #fff)}._filterHeaderContainer_luoeo_13{display:flex;flex-direction:row;margin-bottom:24px;padding-bottom:5px}._filterHeaderRight_luoeo_20{margin-left:auto;display:flex;flex-direction:row;gap:8px}._filterHeaderLeft_luoeo_27{display:flex;flex-direction:row;gap:8px;margin-right:8px}._periodTableHeader_luoeo_34{display:flex;flex-direction:row;width:100%;align-items:center}._periodTableHeader_luoeo_34 span{color:var(--Gray-900, #101828);font-family:Inter;font-size:18px;font-style:normal;font-weight:600;line-height:28px}._periodTableBody_luoeo_50{width:100%}._periodContainer_luoeo_54{display:flex;padding:16px 24px 24px;flex-direction:column;align-items:flex-start;gap:12px;align-self:stretch;border-radius:12px;border:1px solid var(--colors-gray-light-mode-200, #e4e7ec);background:var(--Colors-Background-bg-primary, #fff);margin-top:24px}._icon_luoeo_67{margin-top:5px;margin-left:5px}._dropdown_luoeo_72{height:40px}._pageHeader_xx5ub_1{font-size:1.5rem;font-weight:600;color:#2d3748;margin:0}._tableContainer_xx5ub_8{width:100%;border:1px solid #e2e8f0;border-radius:8px;overflow:hidden;background:#fff;box-shadow:0 1px 3px #0000001a;max-width:min-content}._tableHeader_xx5ub_18{overflow:auto;position:sticky;top:0;z-index:10;background:#f7fafc}._tableHeaderRow_xx5ub_27{display:flex;min-width:fit-content}._productColumn_xx5ub_32{min-width:180px;padding:12px 16px;font-weight:600;color:#2d3748;background:#f7fafc;border-right:1px solid #e2e8f0;position:sticky;left:0;z-index:11}._retailerColumn_xx5ub_44{min-width:180px;font-weight:600;color:#2d3748;background:#f7fafc;position:sticky;left:0;z-index:99;background-color:#fff;margin-left:-2px}._tableBody_xx5ub_56{overflow:auto}._productGroup_xx5ub_60{min-width:360px;background-color:#fff;border-bottom:1px solid #e2e8f0;width:fit-content;display:inline-block;margin-left:-1px}._productInfoFixed_xx5ub_69{position:fixed!important;height:100px;border-top:1px solid var(--Gray-200, #eaecf0);border-bottom:2px solid var(--Gray-200, #eaecf0);border-left:2px solid var(--Gray-200, #eaecf0);background:var(--colors-gray-light-mode-50, #f9fafb)}._addUrl_xx5ub_78{color:#243880;font-family:Inter;font-size:14px;font-style:normal;font-weight:600;line-height:20px}._dot_xx5ub_87{width:6px;height:6px;border-radius:50%;background-color:#d9d9d9}._productInfoFixedLeftMenu_xx5ub_94{min-width:180px;width:auto;z-index:25;background:#fff;top:0;position:fixed;height:100px!important}._productGroupHeader_xx5ub_104{height:138px;display:flex;min-width:fit-content;background:var(--colors-gray-light-mode-50, #f9fafb)}._stickyHeader_xx5ub_111{position:sticky;top:0;z-index:15}._isMain_xx5ub_118{background:var(--colors-gray-light-mode-50, #f9fafb)}._sticky_xx5ub_111{background:#fff;z-index:12;max-width:360px;position:fixed;top:0;left:0;right:0;box-shadow:0 2px 4px #0000001a}._sticky_xx5ub_111:first-of-type{margin-left:200px}._productInfo_xx5ub_69{min-width:360px;padding-top:8px;position:sticky;top:0;z-index:5;border-left:1px solid var(--Gray-200, #eaecf0)}._categoryText_xx5ub_148{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._retailer_xx5ub_44{color:#101828!important;font-family:Inter;font-size:16px!important;font-style:normal;font-weight:600!important;line-height:20px}._noDataText_xx5ub_164{display:flex;gap:8px;color:var(--Gray-800, var(--colors-gray-light-mode-800, #182230))!important;text-align:center;font-family:Inter;font-size:14px!important;font-style:normal;font-weight:500!important;line-height:20px}._productName_xx5ub_176{height:48px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;font-weight:600;font-size:14px;color:#101828;line-height:24px;font-family:Inter;font-style:normal;font-weight:500}._underLineText_xx5ub_193{overflow:hidden;color:#101828;text-overflow:ellipsis;font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:24px;text-decoration-line:underline;text-decoration-style:solid;text-decoration-skip-ink:none;text-decoration-thickness:auto;text-underline-offset:auto;text-underline-position:from-font}._productBarcode_xx5ub_210{display:inline-block;max-width:300px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--Gray-600, #475467);font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px}._productImage_xx5ub_224{width:50px;height:76px;object-fit:cover;border-radius:4px;border:1px solid #e2e8f0}._productBottom_xx5ub_232{display:flex;align-items:center;gap:8px;height:35px;flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._productCenter_xx5ub_243{display:flex;align-items:center;gap:6px;height:35px;width:96%}._productBottom_xx5ub_232 span{color:var(--Gray-600, #475467);font-family:Inter;font-size:12px;font-style:normal;font-weight:400;line-height:20px}._productImageSmall_xx5ub_261{width:32px;height:48px;object-fit:cover;border-radius:4px;border:1px solid #e2e8f0;margin-bottom:8px}._productDetails_xx5ub_270{font-size:12px;color:#718096}._mainProductBadge_xx5ub_275{position:absolute;top:0;left:0;width:100%;background:var(--Orange-50, #fef6ee);color:#fff;font-size:10px;padding:2px 6px;color:var(--Orange-700, #b93815);text-align:center;font-family:Inter;font-size:12px;font-style:normal;font-weight:500;line-height:18px}._priceCell_xx5ub_294{min-width:180px;padding:16px;text-align:center;border-right:1px solid #e2e8f0;background:#edf2f7}._metricsSection_xx5ub_302{background:#fff;background:var(--Gray-white, #fff)}._metricsSectionRetailer_xx5ub_308{border-bottom:1px solid var(--Gray-200, #eaecf0);background:var(--Gray-50, #f9fafb)}._blank_xx5ub_313{height:100%;width:29px;background:#fff;position:absolute;z-index:999999999999;right:-21px}._metricsRow_xx5ub_322{display:flex;flex-direction:row;width:100%;min-width:fit-content;border-bottom:1px solid #f1f5f9;border-right:1px solid var(--Gray-200, #eaecf0);margin-left:1px}._metricsRow_xx5ub_322:hover{background:#f8fafc}._metricsRowRetailer_xx5ub_336{bottom:0;position:absolute;display:flex;flex-direction:row;min-width:fit-content;background:var(--Gray-50, #f9fafb)}._metricLabel_xx5ub_345{align-content:center;text-align:center;height:48px;width:100%;background:#fff!important;min-width:180px;padding:8px 16px;position:sticky;left:0;z-index:2;background:inherit;color:var(--Gray-900, #101828);font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px}._metricValue_xx5ub_365{height:48px;min-width:180px;padding:8px 16px;font-size:12px;text-align:center;display:flex;align-items:center;justify-content:center;gap:3px;border-right:1px solid var(--Gray-200, #eaecf0)}._metricValueRetailer_xx5ub_378{border-top:1px solid var(--Gray-200, #eaecf0);height:48px;min-width:180px;padding:8px 16px;font-size:12px;text-align:center;display:flex;align-items:center;justify-content:flex-start;gap:3px;border-right:1px solid var(--Gray-200, #eaecf0);justify-content:center}._priceValue_xx5ub_393{color:var(--Gray-900, #101828);font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px}._indexValue_xx5ub_402{font-size:11px;margin-left:4px}._indexPositive_xx5ub_407{color:var(--Success-600, #079455);font-family:Inter;font-size:16px;font-style:normal;font-weight:500;line-height:20px}._indexNegative_xx5ub_417{color:var(--Error-600, #d92d20);font-family:Inter;font-size:16px;font-style:normal;font-weight:500;line-height:20px}._indexText_xx5ub_427{color:var(--Gray-500, var(--colors-gray-light-mode-500, #667085));font-family:Inter;font-size:16px;font-style:normal;font-weight:400;line-height:20px}._noData_xx5ub_164{color:#a0aec0;font-style:italic}._sellerCount_xx5ub_442{font-size:11px;color:#718096;margin-left:4px}._totalRow_xx5ub_448{background:#f7fafc!important;font-weight:600}._totalRow_xx5ub_448 ._metricLabel_xx5ub_345{background:#f7fafc;font-weight:600;color:#2d3748}._totalRow_xx5ub_448 ._metricValue_xx5ub_365{font-weight:600;color:#2d3748}._addUrlButton_xx5ub_464{background:none;border:1px dashed #cbd5e0;color:#718096;padding:8px 16px;font-size:12px;cursor:pointer;border-radius:4px;transition:all .2s}._addUrlButton_xx5ub_464:hover{border-color:#4299e1;color:#4299e1}._tableBody_xx5ub_56::-webkit-scrollbar{width:8px;height:8px}._tableBody_xx5ub_56::-webkit-scrollbar-track{background:#f1f5f9}._tableBody_xx5ub_56::-webkit-scrollbar-thumb{background:#cbd5e0;border-radius:4px}._tableBody_xx5ub_56::-webkit-scrollbar-thumb:hover{background:#a0aec0}._trendTitle_xx5ub_499{color:var(--Gray-700, #344054);font-family:Inter;font-size:14px;font-style:normal;font-weight:600;line-height:20px}._pageHeader_3ckfl_1{color:var(--Gray-900, var(--colors-gray-light-mode-900, #101828));font-size:22px;font-style:normal;font-weight:600;line-height:30px}._keywordsContainer_3ckfl_9{display:flex;gap:8px;width:100%;overflow-x:auto;padding:8px 0;scrollbar-width:none}._keyword_3ckfl_9{display:flex;align-items:center;color:var(--Gray-900, #101828);font-size:14px;font-style:normal;font-weight:500;line-height:20px;gap:8px}._keywordSeperator_3ckfl_29{height:100%;width:1px;background:#eaecf0}._rangePickerGroup_3ckfl_36{display:flex;gap:.5rem;align-items:center;justify-content:space-between;overflow-x:auto;width:100%;max-width:550px;scrollbar-width:none;padding:12px 0;gap:4px}._footerButton_3ckfl_49{display:flex;padding:6px 8px;align-items:center;color:var(--Gray-800, #182230);background-color:#fff;font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px}._divider_3ckfl_63{width:calc(100% + 24px);height:1px;margin-left:-12px;background-color:#eaecf0}._modalButtonContainer_3ckfl_70{width:100%;display:flex;padding:8px 4px;justify-content:flex-end;align-items:center}._applyButton_3ckfl_78{padding:10px 14px;color:var(--Base-White, #FFF);font-family:Inter;font-size:14px;font-style:normal;font-weight:600;line-height:20px}._activeDateRange_3ckfl_89{border-radius:6px!important;padding:8px 16px!important;background:var(--Gray-50, #F9FAFB)!important}._card_1mc9w_1{padding:12px 24px;align-items:center;width:100%;border-radius:8px;border:1px solid #D2F3FA;background:linear-gradient(89deg,#5db2f90f 36.13%,#aeeefe33 98.26%),#fff;margin-top:12px}._texts_1mc9w_11{display:grid;gap:4px}._title_1mc9w_16{color:var(--Gray-900, #101828);font-size:16px;font-weight:600}._description_1mc9w_22{color:var(--Gray-600, #475467);font-size:14px;font-style:normal;font-weight:400;line-height:20px}._actions_1mc9w_30{margin-left:auto;display:flex;align-items:center;gap:12px}._aiGenerateButton_1mc9w_37{height:22px;padding:10px 14px;border-radius:8px;border:1px solid #2FD0A6;background:linear-gradient(98deg,#54cfc0,#5b87dd 102.17%);box-shadow:0 1px 2px #1018280d;color:#fff!important;font-size:16px;font-style:normal;font-weight:600;line-height:24px}._header_1mc9w_51{display:flex;align-items:center;gap:8px;color:var(--Gray-700, var(--colors-gray-light-mode-700, #344054));font-family:Inter;font-size:18px;font-style:normal;font-weight:600;margin-block:1rem}._aiText_1mc9w_63{color:var(--Gray-600, #475467);font-family:Inter;font-size:14px;font-style:normal;font-weight:400}._aiResponseContainer_1mc9w_72{width:100%;gap:12px;display:flex;flex-direction:column;border-radius:8px;border:1px solid #EEE;background:#fff;margin-top:12px;padding:20px;max-height:450px;overflow-y:auto}._isShow_1mc9w_86{opacity:1;max-height:450px;transition:all .2s ease-in-out;overflow-y:auto}._noShow_1mc9w_93{opacity:0;padding:0;margin:0;max-height:0px;transition:all .2s ease-in-out;overflow:hidden}._aiResponse_1mc9w_72{padding:20px 16px;width:100%;display:flex;flex-direction:column;align-items:flex-start;align-self:stretch;border-right:1px solid #EEE}._aiResponse_1mc9w_72:last-child{border-right:none}._responseType_1mc9w_116{display:flex;align-items:center;justify-content:center;color:var(--Gray-700, var(--colors-gray-light-mode-700, #344054));font-family:Inter;font-size:16px;font-style:normal;font-weight:600;line-height:20px}._responseHeader_1mc9w_128{color:var(--Gray-600, var(--colors-gray-light-mode-600, #475467));font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px}._markDown_1mc9w_137{color:var(--Gray-600, #475467);font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px}@media(max-width:1024px){._card_1mc9w_1{flex-direction:column}}._boxes_4t2t9_1{display:flex;width:100%;overflow:auto}._title_4t2t9_7:first-child{padding-left:20px}._title_4t2t9_7{display:flex;height:52px;padding:16px 8px 16px 0;color:var(--Gray-700, var(--colors-gray-light-mode-700, #344054));font-size:14px;font-style:normal;font-weight:500;border-bottom:1px solid var(--Gray-200, #eaecf0);background:var(--Gray-50, #f9fafb);padding-right:6rem;padding-left:0}._scoreWrapper_4t2t9_24{display:flex;gap:8px;padding-block:1rem;padding-left:0}._score_4t2t9_24:first-child{padding-left:20px}._score_4t2t9_24{color:var(--Gray-900, #101828);font-size:18px;font-style:normal;font-weight:600}._scoreWrapper_4t2t9_24 ._expandButton_4t2t9_40{opacity:0;align-content:center}._scoreWrapper_4t2t9_24:hover ._expandButton_4t2t9_40{opacity:1}._productTitle_mg8l4_1{width:100%;overflow:hidden;color:#101828;font-size:14px;font-weight:500;line-height:22px}._productTitle_mg8l4_1:hover{color:#101828;text-decoration:underline}._productImage_mg8l4_15{width:70px;height:70px;object-fit:cover}._cell_mg8l4_21{display:flex;align-items:center;gap:8px}._cellText_mg8l4_27{color:var(--Gray-900, var(--colors-gray-light-mode-900, #101828));font-size:14px;font-weight:500}._rank_mg8l4_33{display:flex;align-items:center;gap:4px}._brand_mg8l4_39{color:var(--Gray-900, #101828);font-size:14px;font-weight:500}._sponsored_mg8l4_45{color:var(--Gray-900, #101828);font-size:14px;font-weight:500;display:flex;align-items:center;gap:8px}._new_mg8l4_54{display:flex;padding:2px 8px 2px 6px;align-items:center;gap:4px;border-radius:16px;border:1px solid var(--Warning-200, #fedf89);background:var(--Warning-50, #fffaeb);color:var(--Warning-700, #b54708);text-align:center;font-size:12px;font-weight:500;line-height:18px}._rankChange_mg8l4_69{display:flex;align-items:center;justify-content:center;gap:4px}._up_mg8l4_76{display:flex;padding:2px 8px 2px 6px;align-items:center;gap:4px;border-radius:16px;border:1px solid var(--Error-200, #fecdca);background:var(--Error-50, #fef3f2);color:var(--Error-700, #b42318);text-align:center;font-size:12px;font-weight:500;line-height:18px}._down_mg8l4_91{display:flex;padding:2px 8px 2px 6px;align-items:center;gap:4px;border-radius:16px;border:1px solid var(--Success-200, #abefc6);background:var(--Success-50, #ecfdf3);color:var(--Success-700, #067647);text-align:center;font-size:12px;font-weight:500;line-height:18px}._title_mg8l4_106{color:#717171;font-family:Inter;font-size:12px;font-style:normal;font-weight:500;line-height:normal;letter-spacing:.12px}._value_mg8l4_116{color:var(--Gray-900, #101828);font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px}._productTitle_1tp4p_1{width:100%;overflow:hidden;color:#101828;font-size:14px;font-weight:500;line-height:22px}._productTitle_1tp4p_1:hover{color:#101828;text-decoration:underline}._productImage_1tp4p_15{width:70px;height:70px;object-fit:cover}._cell_1tp4p_21{display:flex;align-items:center;gap:8px}._cellText_1tp4p_27{color:var(--Gray-900, var(--colors-gray-light-mode-900, #101828));font-size:14px;font-weight:500}._rank_1tp4p_33{display:flex;align-items:center;gap:4px}._brand_1tp4p_39{color:var(--Gray-900, #101828);font-size:14px;font-weight:500}._sponsored_1tp4p_45{color:var(--Gray-900, #101828);font-size:14px;font-weight:500;display:flex;align-items:center;gap:8px}._new_1tp4p_54{display:flex;padding:2px 8px 2px 6px;align-items:center;gap:4px;border-radius:16px;border:1px solid var(--Warning-200, #fedf89);background:var(--Warning-50, #fffaeb);color:var(--Warning-700, #b54708);text-align:center;font-size:12px;font-weight:500;line-height:18px}._rankChange_1tp4p_69{display:flex;align-items:center;justify-content:center;gap:4px}._up_1tp4p_76{display:flex;padding:2px 8px 2px 6px;align-items:center;gap:4px;border-radius:16px;border:1px solid var(--Error-200, #fecdca);background:var(--Error-50, #fef3f2);color:var(--Error-700, #b42318);text-align:center;font-size:12px;font-weight:500;line-height:18px}._down_1tp4p_91{display:flex;padding:2px 8px 2px 6px;align-items:center;gap:4px;border-radius:16px;border:1px solid var(--Success-200, #abefc6);background:var(--Success-50, #ecfdf3);color:var(--Success-700, #067647);text-align:center;font-size:12px;font-weight:500;line-height:18px}._title_1tp4p_106{color:#717171;font-family:Inter;font-size:12px;font-style:normal;font-weight:500;line-height:normal;letter-spacing:.12px}._value_1tp4p_116{color:var(--Gray-900, #101828);font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px}._container_1rm78_1{width:100%;padding:4px 7px 20px}._title_1rm78_6{color:var(--Gray-900, #101828);font-size:18px;font-weight:600;margin-bottom:14px}._iconAndTitle_1rm78_13{display:flex;gap:8px;align-items:flex-start}._cardTitle_1rm78_19{display:flex;gap:8px}._cards_1rm78_24{display:flex;gap:20px}._productCount_1rm78_29{color:var(--Gray-600, #475467);font-size:14px;font-weight:400}._modalBody_1rm78_35{display:flex;justify-content:space-between;margin-bottom:1rem}._productTitle_1rm78_41{width:100%;overflow:hidden;color:#101828;font-size:14px;font-weight:500;line-height:22px;padding:1rem}._productTitle_1rm78_41:hover{color:#101828;text-decoration:underline}._productImage_1rm78_56{width:70px;height:70px;object-fit:cover}._cell_1rm78_62{display:flex;align-items:center;gap:8px}._cellText_1rm78_68{color:var(--Gray-900, var(--colors-gray-light-mode-900, #101828));font-size:14px;font-weight:500}._rank_1rm78_74{display:flex;align-items:center;gap:4px}._brand_1rm78_80{color:var(--Gray-900, #101828);font-size:14px;font-weight:500}._title_1rm78_6{color:#717171;font-family:Inter;font-size:12px;font-style:normal;font-weight:500;line-height:normal;letter-spacing:.12px}._value_1rm78_96{color:var(--Gray-900, #101828);font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px}._card_1rm78_19{cursor:pointer;-webkit-user-select:none;user-select:none}._selected_1rm78_111{border:1px solid #54CBC2}@media(max-width:1024px){._cards_1rm78_24{flex-direction:column}}@keyframes _iconPulse_1rm78_1{0%{transform:scale(1);opacity:1}50%{transform:scale(1.2);opacity:.8}to{transform:scale(1);opacity:1}}._groupContainer_enssw_1{display:flex;flex-direction:column;align-items:flex-start;gap:12px;align-self:stretch;padding:32px 32px 24px;border-bottom:1px solid #d0d5dd}._noBottomBorder_enssw_11{border-bottom:none}._parentContainer_enssw_15{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;align-self:stretch}._cardContainer_enssw_23{display:flex;flex-direction:column;padding:24px;align-items:center;gap:10px;flex:1 0 0;border-radius:8px;border:1px solid var(--Gray-300, #d0d5dd);max-width:auto;justify-content:space-between}._cardContainerUp_enssw_36{display:flex;flex-direction:row;width:100%;gap:12px;padding-bottom:20px}._textContainer_enssw_44{display:flex;flex-direction:column}._cardContainerBottom_enssw_49{width:100%;display:flex;gap:6px}._iconContainer_enssw_55{display:flex;width:64px;height:64px;flex-direction:column;justify-content:center;align-items:center;gap:8.533px;border-radius:6.4px}._button_enssw_66{display:flex;padding:10px 16px;justify-content:center;align-items:center;gap:6px;flex:1 0 0;border-radius:8px;border:1px solid var(--Gray-300, #d0d5dd);background:var(--Base-White, #fff);box-shadow:0 1px 2px #1018280d;color:var(--Gray-700, #344054);font-family:Inter;font-size:16px;font-style:normal;font-weight:600;line-height:24px}._buttonDisabled_enssw_85{display:flex;padding:10px 16px;justify-content:center;align-items:center;gap:6px;flex:1 0 0;border-radius:8px;border:1px solid var(--Gray-300, #d0d5dd);background:var(--Base-White, #fff);box-shadow:0 1px 2px #1018280d;color:var(--Gray-300, #344054);font-family:Inter;font-size:16px;font-style:normal;font-weight:600;line-height:24px;cursor:not-allowed}._title_enssw_105{color:var(--Gray-800, #182230);font-family:Inter;font-size:24px;font-style:normal;font-weight:600;line-height:32px}._description_enssw_114{overflow:hidden;color:var(--Gray-600, #475467);text-overflow:ellipsis;font-family:Inter;font-size:18px;font-style:normal;font-weight:400;line-height:28px}._parentTitle_enssw_125{display:block;color:var(--Gray-800, #182230);font-family:Inter;font-size:20px;font-style:normal;font-weight:600;line-height:30px}._parentDescription_enssw_135{display:block;overflow:hidden;color:var(--Gray-600, #475467);text-overflow:ellipsis;font-family:Inter;font-size:16px;font-style:normal;font-weight:400;line-height:24px}@media(max-width:1280px){._parentContainer_enssw_15{grid-template-columns:repeat(2,1fr)}._cardContainer_enssw_23{max-width:none}}@media(max-width:768px){._parentContainer_enssw_15{grid-template-columns:repeat(1,1fr)}._cardContainer_enssw_23{max-width:none}}._mainContainer_i7i7m_3{padding:32px 40px;width:100%;height:100%}._header_i7i7m_9{display:flex;padding:32px 0 40px;align-items:center;gap:10px;align-self:stretch;justify-content:space-between;margin-bottom:24px}._headerTitle_i7i7m_19{display:flex;align-items:center;gap:10px;flex:1 0 0;color:var(--Gray-700, #344054);font-family:Inter;font-size:24px;font-style:normal;font-weight:600;line-height:32px}._rightTab_i7i7m_32{display:flex;align-items:center;gap:12px}._searchContainer_i7i7m_38{position:relative;width:240px}._searchInput_i7i7m_43{width:100%;height:40px;padding:10px 12px 10px 36px;border:1px solid var(--Gray-300, #d0d5dd);border-radius:8px;outline:none;font-family:Inter;font-size:14px}._searchIcon_i7i7m_54{position:absolute;left:12px;top:50%;transform:translateY(-50%);width:16px;height:16px}._filterContainer_i7i7m_63{display:flex;align-items:center;gap:8px}._dropdown_i7i7m_69{position:relative}._dropdownButton_i7i7m_73{display:flex;align-items:center;gap:8px;padding:8px 14px;background-color:#fff;border:1px solid var(--Gray-300, #d0d5dd);border-radius:8px;cursor:pointer;color:var(--Gray-700, #344054);font-family:Inter;font-size:14px;font-weight:500}._dropdownMenu_i7i7m_88{position:absolute;top:100%;right:0;width:200px;background-color:#fff;border:1px solid var(--Gray-200, #eaecf0);border-radius:8px;box-shadow:0 4px 12px #00000014;z-index:100;margin-top:4px;padding:4px 0}._dropdownItem_i7i7m_102{display:flex;justify-content:space-between;align-items:center;padding:10px 16px;cursor:pointer;color:var(--Gray-700, #344054);font-family:Inter;font-size:14px;transition:background-color .2s}._dropdownItem_i7i7m_102:hover{background-color:var(--Gray-50, #f9fafb)}._selected_i7i7m_118{font-weight:600;background-color:var(--Gray-50, #f9fafb)}._container_i7i7m_123{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}._createCard_i7i7m_129{display:flex;padding:24px;align-items:center;border-radius:8px;border:1px solid var(--Gray-300, #d0d5dd);flex-direction:column;justify-content:center;gap:20px;cursor:pointer;text-decoration:none;color:inherit}._listCard_i7i7m_143{display:flex;padding:24px;align-items:center;border-radius:8px;border:1px solid var(--Gray-300, #d0d5dd);flex-direction:column;justify-content:center;gap:20px}._listCardBlack_i7i7m_154{display:flex;padding:24px;align-items:center;border-radius:8px;border:1px solid var(--Gray-300, #d0d5dd);background:#161922;flex-direction:column;justify-content:center;gap:20px}._draft_i7i7m_166{display:flex;padding:2px 8px 2px 6px;align-items:center;gap:4px;border-radius:16px;border:1px solid var(--Gray-200, #eaecf0);background:var(--Gray-50, #f9fafb);color:var(--Gray-700, #344054);text-align:center;font-family:Inter;font-size:12px;font-style:normal;font-weight:500;line-height:18px}._draftDot_i7i7m_183{width:8px;height:8px;border-radius:50%;background-color:#667085}._published_i7i7m_190{display:flex;padding:2px 8px 2px 6px;align-items:center;gap:4px;border-radius:16px;border:1px solid var(--Success-200, #abefc6);background:var(--Success-50, #ecfdf3);color:var(--Success-700, #067647);text-align:center;font-family:Inter;font-size:12px;font-style:normal;font-weight:500;line-height:18px}._publishedDot_i7i7m_207{width:8px;height:8px;border-radius:50%;background-color:#17b26a}._cardHeader_i7i7m_214{display:flex;justify-content:flex-start;align-items:center;gap:16px;align-self:stretch;width:100%}._locale_i7i7m_223{display:inline-flex;padding:2px 8px;align-items:center;border-radius:16px;background:var(--Gray-100, #f2f4f7);color:var(--Gray-700, #344054);font-family:Inter;font-size:12px;font-weight:500}._date_i7i7m_235{color:var(--Gray-600, #475467);font-family:Inter;font-size:14px;font-style:normal;font-weight:600;line-height:20px}._cardBottom_i7i7m_244{width:100%;gap:20px;display:flex;flex-direction:column}._cardBottom_i7i7m_244 img{width:100%;object-fit:contain;height:auto;border-radius:4px}._cardTitle_i7i7m_258{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden;color:var(--Gray-800, #182230);text-overflow:ellipsis;font-family:Inter;font-size:20px;font-style:normal;font-weight:600;line-height:32px}._cardTitleWhite_i7i7m_272{color:var(--white-base, #fff);font-family:Inter;font-size:20px;font-style:normal;font-weight:600;line-height:150%}._cardDescription_i7i7m_281{overflow:hidden;color:var(--Gray-600, #475467);text-overflow:ellipsis;font-family:Inter;font-size:16px;font-style:normal;font-weight:400;line-height:24px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}._modalFooterActions_i7i7m_295{display:flex;flex-direction:row;width:100%;gap:12px}._noResults_i7i7m_302{grid-column:1 / -1;text-align:center;padding:32px;color:var(--Gray-600, #475467);font-family:Inter;font-size:16px}@media(max-width:1024px){._container_i7i7m_123{grid-template-columns:repeat(2,1fr)}._header_i7i7m_9{flex-direction:column;align-items:flex-start;gap:16px}._rightTab_i7i7m_32{width:100%;justify-content:space-between}}@media(max-width:768px){._container_i7i7m_123{grid-template-columns:repeat(1,1fr)}._mainContainer_i7i7m_3{padding:24px 20px}._header_i7i7m_9{padding:16px 0 24px}._rightTab_i7i7m_32{flex-direction:column;align-items:flex-start;width:100%}._searchContainer_i7i7m_38{width:100%}._filterContainer_i7i7m_63{margin-top:12px;width:100%;justify-content:space-between}}._mainContainer_1l9ya_3{padding:32px 40px;width:100%;height:100%}._header_1l9ya_9{display:flex;padding:32px 0 40px;align-items:center;gap:10px;align-self:stretch;justify-content:space-between;margin-bottom:24px}._headerTitle_1l9ya_19{display:flex;align-items:center;gap:10px;flex:1 0 0;color:var(--Gray-700, #344054);font-family:Inter;font-size:24px;font-style:normal;font-weight:600;line-height:32px}._rightTab_1l9ya_32{display:flex;align-items:center;gap:12px}._subTab_1l9ya_38{display:flex;flex-direction:row;width:100%;justify-content:flex-end;padding-bottom:24px;gap:8px}._visibleTab_1l9ya_47{font-family:Inter;font-weight:600;font-size:14px;line-height:20px;color:#667085;padding:8px 12px}._normalTab_1l9ya_59{border-radius:6px;gap:8px;padding:8px 12px;background-color:#f2f4f7!important;color:#344054!important;font-family:Inter;font-weight:600;font-size:14px;line-height:20px}._zeroPaddingBottom_1l9ya_74{padding-bottom:0}._searchContainer_1l9ya_78{position:relative;width:240px}._searchInput_1l9ya_83{width:100%;height:40px;padding:10px 12px 10px 36px;border:1px solid var(--Gray-300, #d0d5dd);border-radius:8px;outline:none;font-family:Inter;font-size:14px}._searchIcon_1l9ya_94{position:absolute;left:12px;top:50%;transform:translateY(-50%);width:16px;height:16px}._filterContainer_1l9ya_103{display:flex;align-items:center;gap:8px}._dropdown_1l9ya_109{position:relative}._dropdownButton_1l9ya_113{display:flex;align-items:center;gap:8px;padding:8px 14px;background-color:#fff;border:1px solid var(--Gray-300, #d0d5dd);border-radius:8px;cursor:pointer;color:var(--Gray-700, #344054);font-family:Inter;font-size:14px;font-weight:500}._dropdownMenu_1l9ya_128{position:absolute;top:100%;right:0;width:200px;background-color:#fff;border:1px solid var(--Gray-200, #eaecf0);border-radius:8px;box-shadow:0 4px 12px #00000014;z-index:100;margin-top:4px;padding:4px 0}._dropdownItem_1l9ya_142{display:flex;justify-content:space-between;align-items:center;padding:10px 16px;cursor:pointer;color:var(--Gray-700, #344054);font-family:Inter;font-size:14px;transition:background-color .2s}._dropdownItem_1l9ya_142:hover{background-color:var(--Gray-50, #f9fafb)}._selected_1l9ya_158{font-weight:600;background-color:var(--Gray-50, #f9fafb)}._container_1l9ya_163{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}._createCard_1l9ya_169{display:flex;padding:24px;align-items:center;border-radius:8px;border:1px solid var(--Gray-300, #d0d5dd);flex-direction:column;justify-content:center;gap:20px;cursor:pointer;text-decoration:none;color:inherit}._listCard_1l9ya_183{display:flex;padding:24px;align-items:center;border-radius:8px;border:1px solid var(--Gray-300, #d0d5dd);flex-direction:column;justify-content:center;gap:20px}._listCardBlack_1l9ya_194{display:flex;padding:24px;align-items:center;border-radius:8px;border:1px solid var(--Gray-300, #d0d5dd);background:#161922;flex-direction:column;justify-content:center;gap:20px}._draft_1l9ya_206{display:flex;padding:2px 8px 2px 6px;align-items:center;gap:4px;border-radius:16px;border:1px solid var(--Gray-200, #eaecf0);background:var(--Gray-50, #f9fafb);color:var(--Gray-700, #344054);text-align:center;font-family:Inter;font-size:12px;font-style:normal;font-weight:500;line-height:18px}._draftDot_1l9ya_223{width:8px;height:8px;border-radius:50%;background-color:#667085}._published_1l9ya_230{display:flex;padding:2px 8px 2px 6px;align-items:center;gap:4px;border-radius:16px;border:1px solid var(--Success-200, #abefc6);background:var(--Success-50, #ecfdf3);color:var(--Success-700, #067647);text-align:center;font-family:Inter;font-size:12px;font-style:normal;font-weight:500;line-height:18px}._publishedDot_1l9ya_247{width:8px;height:8px;border-radius:50%;background-color:#17b26a}._cardHeader_1l9ya_254{display:flex;justify-content:flex-start;align-items:center;gap:16px;align-self:stretch;width:100%}._locale_1l9ya_263{display:inline-flex;padding:2px 8px;align-items:center;border-radius:16px;background:var(--Gray-100, #f2f4f7);color:var(--Gray-700, #344054);font-family:Inter;font-size:12px;font-weight:500}._date_1l9ya_275{color:var(--Gray-600, #475467);font-family:Inter;font-size:14px;font-style:normal;font-weight:600;line-height:20px}._cardBottom_1l9ya_284{width:100%;gap:20px;display:flex;flex-direction:column}._cardBottom_1l9ya_284 img{width:100%;object-fit:contain;height:auto;border-radius:4px}._cardTitle_1l9ya_298{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden;color:var(--Gray-800, #182230);text-overflow:ellipsis;font-family:Inter;font-size:20px;font-style:normal;font-weight:600;line-height:32px}._cardTitleWhite_1l9ya_312{color:var(--white-base, #fff);font-family:Inter;font-size:20px;font-style:normal;font-weight:600;line-height:150%}._cardDescription_1l9ya_321{overflow:hidden;color:var(--Gray-600, #475467);text-overflow:ellipsis;font-family:Inter;font-size:16px;font-style:normal;font-weight:400;line-height:24px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}._modalFooterActions_1l9ya_335{display:flex;flex-direction:row;width:100%;gap:12px}._noResults_1l9ya_342{grid-column:1 / -1;text-align:center;padding:32px;color:var(--Gray-600, #475467);font-family:Inter;font-size:16px}@media(max-width:1024px){._container_1l9ya_163{grid-template-columns:repeat(2,1fr)}._header_1l9ya_9{flex-direction:column;align-items:flex-start;gap:16px}._rightTab_1l9ya_32{width:100%;justify-content:space-between}}@media(max-width:768px){._container_1l9ya_163{grid-template-columns:repeat(1,1fr)}._mainContainer_1l9ya_3{padding:24px 20px}._header_1l9ya_9{padding:16px 0 24px}._rightTab_1l9ya_32{flex-direction:column;align-items:flex-start;width:100%}._searchContainer_1l9ya_78{width:100%}._filterContainer_1l9ya_103{margin-top:12px;width:100%;justify-content:space-between}}._container_1gse9_1{display:flex;flex-direction:column;padding:24px 40px}._mainHeader_1gse9_7{display:flex;flex-direction:row;justify-content:space-between;padding:32px 40px;align-items:center;gap:10px;align-self:stretch;border-bottom:1px solid var(--Gray-300, #d0d5dd);background:#f7fcfe}._preview_1gse9_19{border-radius:8px;border:1px solid var(--Gray-300, #d0d5dd);background:var(--Base-White, #fff);box-shadow:0 1px 2px #1018280d;padding:24px}._previewTitle_1gse9_27{display:block;color:var(--Gray-700, #344054);font-family:Inter;font-size:24px;font-style:normal;font-weight:600;line-height:32px;margin-bottom:12px}._mainHeaderTitle_1gse9_38{color:var(--Gray-700, #344054);font-family:Inter;font-size:28px;font-style:normal;font-weight:600;line-height:150%}._header_1gse9_47{display:flex;flex-direction:row;width:100%;justify-content:space-between}._subHeader_1gse9_54{margin-left:auto;padding-top:24px}._headerTitle_1gse9_59 span{color:var(--Gray-700, #344054);font-family:Inter;font-size:24px;font-style:normal;font-weight:600;line-height:32px}._buttons_1gse9_68{display:flex;flex-direction:row;gap:10px}._content_1gse9_74{margin-top:16px;display:flex;flex-direction:row;flex:1;width:100%;justify-content:space-around;gap:30px}._imageUploadContainer_1gse9_85{width:50%}._modalFooterActions_1gse9_89{display:flex;flex-direction:row;width:100%;gap:12px}._imageContainer_1gse9_96{display:flex;height:530px;padding:24px 0;flex-direction:column;align-items:flex-start;gap:10px;align-self:stretch}._imageCard_1gse9_106{display:flex;padding:16px;align-items:flex-start;gap:16px;align-self:stretch;border-radius:12px;border:1px solid var(--Gray-200, #eaecf0);background:var(--Base-White, #fff)}._editorContainer_1ai4c_2{display:flex;flex-direction:column;overflow:hidden}._editorToolbar_1ai4c_8{display:flex;padding:8px 8px 8px 0;flex-wrap:wrap;gap:4px}._editorToolbar_1ai4c_8 button{border:none;box-shadow:none}._editorContent_1ai4c_23{min-height:200px;border:1px solid #d9d9d9;border-radius:8px}._mdxTextarea_1ai4c_29{border:none;resize:none;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace;line-height:1.6;padding:12px}._mdxTextarea_1ai4c_29:focus{box-shadow:none;outline:none}._container_1ollq_1{display:flex;height:378px;flex-direction:column;justify-content:center;align-items:center;gap:16px;align-self:stretch;margin-top:30px;margin-bottom:62px}._container_1ollq_1:hover{border-color:#1890ff}._icon_1ollq_24{font-size:32px;color:#999;margin-bottom:12px}._text_1ollq_30{display:inline;color:#243880;font-weight:500}._textGray_1ollq_36{color:var(--Gray-600, #475467);font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.mdx-h1{font-family:Inter;font-size:52px;color:#0d1d30;padding-bottom:15px}.mdx-h2{font-family:Inter;font-size:36px;color:#0d1d30;padding-bottom:15px}.mdx-h3{font-family:Inter;color:#0d1d30;padding-bottom:15px;font-weight:600;font-size:30px;line-height:38px}.mdx-img{position:relative;width:100%;object-fit:contain;max-width:768px}.mdx-quote{border-left:4px solid rgba(30,46,106,1);margin-left:20px;font-style:italic;padding:1em 1em 1em 15px;margin-bottom:20px}.mdx-quote p:first-of-type{color:#101828}.mdx-quote p:nth-of-type(2){justify-self:flex-start!important}.mdx-p{margin-bottom:1.5em;font-family:Inter;font-weight:400;font-size:18px;line-height:28px;color:#475467;justify-self:center}.mdx-ol{margin-left:20px}.mdx-li{font-family:Inter;font-weight:400;font-size:18px;line-height:28px;letter-spacing:0%;color:#475467}.mdx-span{margin-bottom:1.5em;font-family:Inter;font-weight:400;font-size:18px;line-height:28px;color:#475467}.mdx-hero-image{position:relative;width:100%;height:600px}.mdx-hero-image img{border-radius:10px;object-fit:cover;object-position:center}.mdx-featured-quote{margin:2rem 0;text-align:center;font-style:italic;padding:1rem;position:relative}.mdx-featured-quote p{font-size:1.1rem;line-height:1.6;margin-bottom:1rem}.mdx-quote-image{width:50px;height:50px;border-radius:50%;margin:.75rem auto;display:block;object-fit:cover}.mdx-image-credit{font-size:.7rem;margin-top:.25rem;opacity:.8}.mdx-content{background:linear-gradient(0deg,#ffffff80,#ffffff80),radial-gradient(125.88% 327.32% at 14.37% 2.25%,#00bdd3,#5becc000);padding:20px;border-radius:16px}@media(max-width:768px){.mdx-quote{margin-left:0;margin-bottom:15px}}.markdown-preview div{margin-bottom:1.5em;font-family:Inter;font-weight:400;font-size:18px;line-height:28px;color:#475467;justify-self:center}._keywordReportWrapper_1un6s_3{display:flex;justify-content:center;width:100%}._keywordReport_1un6s_1{width:100%}._pageHeader_1un6s_13{width:100%;display:flex;align-items:center;justify-content:space-between}._pageHeaderButton_1un6s_20{display:flex;align-items:center;gap:4px;cursor:pointer;border:none;background-color:transparent}._pageHeaderText_1un6s_29{color:#101828;font-family:Inter;font-size:22px;font-weight:600;line-height:30px;margin:0}._filter_11ctm_1{display:flex;align-items:center;justify-content:space-between;margin-top:16px;width:100%}._filterLeft_11ctm_9{display:flex;align-items:center;gap:12px}._option_11ctm_15{border-radius:8px;border:1px solid #D0D5DD;background:#fff;box-shadow:0 1px 2px #1018280d;height:36px;display:flex;align-items:center;padding:0 8px;color:#344054;font-family:Inter;font-size:14px;font-weight:500;line-height:20px}._filterRight_11ctm_32,._filterDateContainer_11ctm_38{display:flex;align-items:center;gap:8px}._rangePickerGroup_11ctm_44{display:flex;gap:.5rem;align-items:center;justify-content:space-between;overflow-x:auto;width:100%;max-width:550px;scrollbar-width:none;padding:12px 0;gap:4px}._activeDateRange_11ctm_57{border-radius:6px!important;padding:8px 16px!important;background:var(--Gray-50, #F9FAFB)!important}._footerButton_11ctm_63{display:flex;padding:6px 8px;align-items:center;color:var(--Gray-800, #182230);background-color:#fff;font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px}@media only screen and (max-width:1200px){._filter_11ctm_1{flex-flow:column;gap:16px;align-items:flex-start}._filterLeft_11ctm_9,._filterRight_11ctm_32{width:100%;overflow-x:auto}}._digitalShelf_1qp52_1{margin-top:28px}._header_1qp52_5{margin:0;color:#101828;font-family:Inter;font-size:18px;font-weight:600;line-height:28px}._cards_1qp52_14{display:flex;gap:16px;margin-top:12px}._card_1qp52_14{display:flex;flex-flow:column;flex:1;border-radius:12px;border:1px solid #EAECF0;background:#fff;box-shadow:0 1px 2px #1018280d;padding:20px 16px}._cardHeader_1qp52_30{display:flex;align-items:center;gap:8px}._keywordLabelContainer_1qp52_36{display:flex;align-items:center;margin-left:4px}._keywordLabel_1qp52_36{color:#101828;font-family:Inter;font-size:14px;font-weight:600;line-height:20px;white-space:nowrap;margin:0}._cardBottom_1qp52_51{display:flex}._cardSection_1qp52_55{flex:1}._cardSectionLeft_1qp52_59{display:flex;height:100%;flex-flow:column;justify-content:flex-end}._retailerLogo_1qp52_66{object-fit:contain}._labelContainer_1qp52_70{display:flex;align-items:center;gap:4px;margin-bottom:8px}._label_1qp52_70{color:#475467;font-family:Inter;font-size:14px;font-weight:500;line-height:20px}._priceContainer_1qp52_85{display:flex;align-items:center;gap:8px}._price_1qp52_85{color:#101828;font-family:Inter;font-size:20px;font-weight:600;line-height:28px}@media only screen and (max-width:1200px){._cards_1qp52_14{flex-flow:column}}._container_zo99w_1{padding:8px;display:flex;align-items:center;gap:4px;border-radius:8px;border:1px solid #D0D5DD;background:#fff;box-shadow:0 1px 2px #1018280d;white-space:nowrap;width:100%;overflow:hidden;text-overflow:ellipsis;max-width:fit-content}._sortByContainer_zo99w_16{margin-left:8px;display:flex;align-items:center;gap:4px;white-space:nowrap;width:100%;overflow:hidden;text-overflow:ellipsis;max-width:fit-content}._datelabel_zo99w_28{color:#344054;font-family:Inter;font-size:14px;font-weight:600;line-height:20px}._label_zo99w_36{color:#344054;font-family:Inter;font-size:14px;font-weight:500;line-height:20px}._searchShare_kmy7f_1{margin-top:28px}._searchShareCard_kmy7f_5{border-radius:12px;border:1px solid #E4E7EC;background:#fff;box-shadow:0 1px 2px #1018280d}._head_kmy7f_12{padding:20px 24px;display:flex;align-items:center;justify-content:space-between}._headerLeft_kmy7f_19{display:flex;align-items:center}._brandListLabelHeader_kmy7f_24{display:flex;align-items:center;gap:8px}._header_kmy7f_19{color:#101828;font-family:Inter;font-size:18px;font-weight:600;line-height:28px}._charts_kmy7f_38{display:flex;align-items:center;padding:0 24px}._chartItem_kmy7f_44{flex:1;width:100%}._chartHeader_kmy7f_49{display:flex;align-items:center;gap:4px}._brandsTable_kmy7f_55{width:100%;overflow-x:auto}._brands_kmy7f_55{margin-top:26px}._brandsHead_kmy7f_82{display:flex;align-items:center;gap:10px;padding:24px 20px 12px 24px}._brandsHeader_kmy7f_89{color:#101828;font-family:Inter;font-size:18px;font-weight:600;line-height:28px}._keywordLabelContainer_kmy7f_60{display:flex;align-items:center;margin-left:4px}._keywordLabel_kmy7f_60{color:#101828;font-family:Inter;font-size:14px;font-weight:600;line-height:20px;white-space:nowrap;margin:0}._desktopTable_kmy7f_113{background:#fff;border:1px solid #EAECF0;border-collapse:collapse;min-width:100%}._desktopTable_kmy7f_113 thead th{color:#475467;font-family:Inter;font-size:12px;font-weight:500;line-height:18px;padding:12px 24px;background:#f9fafb}._desktopTable_kmy7f_113 tbody tr td{padding:16px 24px;color:#101828;font-family:Inter;font-size:14px;font-weight:500;line-height:20px;white-space:nowrap}._mobileTables_kmy7f_140{display:none;padding:24px 0 24px 24px}._mobileTable_kmy7f_140{background:#fff;border:1px solid #EAECF0;border-collapse:collapse;min-width:100%}._mobileTableItem_kmy7f_152{margin-bottom:36px;min-width:100%}._mobileTable_kmy7f_140 thead th{color:#475467;font-family:Inter;font-size:12px;font-weight:500;line-height:18px;padding:12px 24px;background:#f9fafb}._mobileTable_kmy7f_140 tbody tr td{padding:16px 24px;color:#101828;font-family:Inter;font-size:14px;font-weight:500;line-height:20px;white-space:nowrap}._mobileTableHeader_kmy7f_177{margin-bottom:8px}._modalHeader_kmy7f_183{width:100%;display:flex;align-items:center;justify-content:flex-end;gap:8px}@media only screen and (max-width:1200px){._charts_kmy7f_38{flex-flow:column}._desktopTable_kmy7f_113{display:none!important}._mobileTables_kmy7f_140{display:flex!important;flex-flow:column}}._brandStatus_1y0kq_1{margin-top:24px;padding:20px 24px;border-radius:12px;border:1px solid #EAECF0;background:#fff;box-shadow:0 1px 2px #1018280d}._head_1y0kq_10{display:flex;align-items:center}._header_1y0kq_15{color:#101828;font-family:Inter;font-size:18px;font-weight:600;line-height:28px;margin:0}._tab_1y0kq_24{margin-top:12px}._brands_1y0kq_28{display:flex;align-items:flex-start;gap:36px}._brandList_1y0kq_34{flex:1}._brandListHeader_1y0kq_38{margin:24px 0 16px}._brandListLabelHeader_1y0kq_41{display:flex;align-items:center;gap:8px}._brandItems_1y0kq_47{max-height:259px;overflow-x:auto}._brandItem_1y0kq_47{color:#303030;font-family:Inter;font-size:14px;font-weight:500;line-height:20px;padding:6px 8px}._keywordLabelContainer_1y0kq_61{display:flex;align-items:center;margin-left:4px}._keywordLabel_1y0kq_61{color:#101828;font-family:Inter;font-size:14px;font-weight:600;line-height:20px;white-space:nowrap;margin:0}@media only screen and (max-width:1200px){._brands_1y0kq_28{flex-flow:column;width:100%}._brandList_1y0kq_34{width:100%}}._priceCard_jbmaq_3{padding:20px 24px;border-radius:12px;border:1px solid #E4E7EC;background:#fff;box-shadow:0 1px 2px #1018280d;margin-top:24px}._head_jbmaq_13{display:flex;align-items:center;justify-content:space-between}._header_jbmaq_19{color:#101828;font-family:Inter;font-size:18px;font-weight:600;line-height:28px}._headerLeft_jbmaq_27{display:flex;align-items:center}._charts_jbmaq_34{display:flex;align-items:flex-start;gap:20px}._chartItem_jbmaq_40{flex:1}._chartHeader_jbmaq_44{margin:42px 0 16px;display:flex;align-items:center;gap:8px}._keywordLabelContainer_jbmaq_51{display:flex;align-items:center;margin-left:4px}._keywordLabel_jbmaq_51{color:#101828;font-family:Inter;font-size:14px;font-weight:600;line-height:20px;white-space:nowrap;margin:0}@media only screen and (max-width:1200px){._charts_jbmaq_34{flex-flow:column}._chartItem_jbmaq_40{width:100%}}._productTitleWords_1ihuz_1{margin-top:28px}._card_1ihuz_5{padding:20px;border-radius:12px;border:1px solid #E4E7EC;background:#fff}._cardHead_1ihuz_12{display:flex;align-items:center}._cardHeader_1ihuz_17{color:#101828;font-family:Inter;font-size:18px;font-weight:600;line-height:28px}._wordCloudsWrapper_1ihuz_25{margin-top:39px}._wordClouds_1ihuz_25{display:flex;align-items:center;gap:33px}._wordCloud_1ihuz_25{flex:1}._wordCloudHead_1ihuz_39{margin-bottom:16px;display:flex;align-items:center;gap:8px}._keywordLabelContainer_1ihuz_46{display:flex;align-items:center;margin-left:4px}._keywordLabel_1ihuz_46{color:#101828;font-family:Inter;font-size:14px;font-weight:600;line-height:20px;white-space:nowrap;margin:0}@media only screen and (max-width:1200px){._wordClouds_1ihuz_25{flex-flow:column}._wordCloud_1ihuz_25{width:100%}}._productSummary_168fv_1{margin-top:28px}._card_168fv_5{padding:20px 24px;border-radius:12px;border:1px solid #EAECF0;background:#fff;box-shadow:0 1px 2px #1018280d}._head_168fv_13{display:flex;align-items:center;justify-content:space-between;width:100%}._headLeft_168fv_20{display:flex;align-items:center}._keywordLabelContainer_168fv_25{display:flex;align-items:center;margin-left:4px}._keywordLabel_168fv_25{color:#101828;font-family:Inter;font-size:14px;font-weight:600;line-height:20px;white-space:nowrap;margin:0}._cardHeader_168fv_41{margin:0;color:#101828;font-family:Inter;font-size:18px;font-weight:600;line-height:28px}._retailerGroups_168fv_51{display:flex;align-items:center;gap:40px;justify-content:flex-start;align-items:flex-start;width:100%}._retailerGroup_168fv_51{flex:1;display:flex;flex-flow:column;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._groupHeader_168fv_72{margin-top:24px;display:flex;align-items:center;gap:8px}._groupCount_168fv_79{margin-top:12px;color:#667085;font-family:Inter;font-size:14px;font-weight:400;line-height:20px}._productList_168fv_88{margin-top:20px;display:flex;flex-flow:column;gap:20px}._productCard_168fv_95{padding:20px 16px;border-radius:12px;border:1px solid #EAECF0;background:#fff;box-shadow:0 1px 2px #1018280d;width:100%}._productCardTop_168fv_104{display:flex;align-items:center;border-bottom:1px solid #EAECF0;width:100%}._productIndex_168fv_111{color:#101828;font-family:Inter;font-size:18px;font-weight:500;line-height:20px;width:29px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._productImg_168fv_123{object-fit:contain;margin-right:12px}._productDesc_168fv_128{overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#101828;text-overflow:ellipsis;font-family:Inter;font-size:16px;font-style:normal;font-weight:500;line-height:24px;width:100%;max-height:3em}._productBrand_168fv_143{text-decoration:underline}._productCardBottom_168fv_147{display:flex;align-items:center;margin-top:12px;width:100%}._productCardBottomItem_168fv_154{flex:1}._subHeader_168fv_158{display:flex;align-items:center;gap:4px;color:#475467;font-family:Inter;font-size:14px;font-weight:500;line-height:20px;margin-bottom:8px}._value_168fv_170{color:#101828;font-family:Inter;font-size:20px;font-weight:600;line-height:28px}@media only screen and (max-width:1200px){._head_168fv_13,._retailerGroups_168fv_51{flex-flow:column;gap:16px}._retailerGroup_168fv_51,._productList_168fv_88{width:100%}}._container_m7a7z_1{margin:48px 24px;justify-items:center}._bottom_m7a7z_6{width:100%;padding:24px;display:flex;flex-direction:row;justify-content:center;align-items:flex-start;position:fixed;bottom:0;left:0;background-color:#fff;border-top:1px solid var(--Gray-200, #eaecf0)}._rightButton_m7a7z_20{padding:10px 14px;color:var(--Base-White, #fff);font-family:Inter;font-size:14px;font-style:normal;font-weight:600;line-height:20px}._leftButton_m7a7z_30{padding:10px 14px;margin-left:104px;color:var(--Gray-600, #475467);font-family:Inter;font-size:14px;font-style:normal;font-weight:600;line-height:20px}._rightBottomBar_m7a7z_41{gap:12px;display:flex;flex-direction:row;margin-left:auto;margin-right:24px}._cardContainer_m7a7z_49{width:calc(100% - 48px);margin:auto auto 100px;max-width:800px;border-radius:16px;border:1px solid var(--Gray-200, #eaecf0);background:var(--Base-White, #fff);box-shadow:0 12px 16px -4px #10182814,0 4px 6px -2px #10182808}._cardContainerFullWidth_m7a7z_62{width:90%;border-radius:16px;border:1px solid var(--Gray-200, #eaecf0);background:var(--Base-White, #fff);box-shadow:0 12px 16px -4px #10182814,0 4px 6px -2px #10182808;margin-bottom:100px}._cardContainerHeader_m7a7z_73{display:flex;flex-direction:column;padding:20px 24px;align-items:flex-start;gap:4px;align-self:stretch;border-bottom:1px solid var(--Gray-200, #eaecf0)}._cardContainerTitle_m7a7z_83{display:flex;align-items:center;gap:8px;color:var(--Gray-900, #101828);font-family:Inter;font-size:18px;font-style:normal;font-weight:600;line-height:28px}._cardContainerDescription_m7a7z_95{overflow:hidden;color:var(--Gray-600, #475467);text-overflow:ellipsis;font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px}._cardContainerBottom_m7a7z_106{margin:14px 24px 32px;display:flex;flex-direction:column}._cardContainerBottom_m7a7z_106 ol{margin-left:15px;margin-bottom:15px}._cardContainerBottom_m7a7z_106 ol li{color:var(--Gray-600, #475467);font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px;gap:10px}._inputList_m7a7z_127{display:flex;flex-direction:column;gap:20px}._label_m7a7z_133{display:block;color:var(--Gray-700, #344054);font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px;margin-bottom:6px}._width100_m7a7z_144{width:100%}._listProducts_m7a7z_148{display:flex;flex-direction:row}._width50_m7a7z_153{width:50%}._mainProductTitle_m7a7z_157{margin-top:24px;display:block;color:var(--Gray-700, var(--colors-gray-light-mode-700, #344054));font-family:Inter;font-size:16px;font-style:normal;font-weight:600;line-height:24px}._noMainSelectedContainer_m7a7z_168{align-items:center;display:flex;flex-direction:column;gap:12px;padding:28px 20px}._noMainSelectedTitle_m7a7z_176{display:block;color:var(--Gray-blue-700, #363f72);text-align:center;font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px}._noMainSelectedDescription_m7a7z_187{overflow:hidden;color:var(--Gray-600, #475467);text-align:center;text-overflow:ellipsis;font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px}._dot_m7a7z_199{width:6px;height:6px;border-radius:50%;background-color:#d9d9d9}._productCard_m7a7z_206{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;align-self:stretch;border-radius:8px;border:1px solid #eee;padding:16px 24px 22px;margin-top:16px;width:95%}._productCardTop_m7a7z_219{overflow:hidden;color:#101828;text-overflow:ellipsis;font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:24px}._underLineText_m7a7z_230{overflow:hidden;color:#101828;text-overflow:ellipsis;font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:24px;text-decoration-line:underline;text-decoration-style:solid;text-decoration-skip-ink:none;text-decoration-thickness:auto;text-underline-offset:auto;text-underline-position:from-font}._flexibleContainer_m7a7z_247{display:flex;align-items:center;gap:6px}._thickText_m7a7z_253{color:var(--Gray-600, #475467);font-family:Inter;font-size:12px;font-style:normal;font-weight:400;line-height:20px}._barcodeText_m7a7z_262{color:var(--Gray-600, #475467);font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px}._productImage_m7a7z_271{border-radius:4px;border:1px solid #eaecf0;background:url(<path-to-image>) #d3d3d3 50% / cover no-repeat}._productDetail_m7a7z_277{display:flex;flex-direction:column;align-items:flex-start;gap:4px;flex:1 0 0}._description_m7a7z_285{display:block;color:var(--Gray-600, #475467);font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px;margin-top:4px}._shareBox_m7a7z_296{display:flex;align-items:center;gap:8px}._shareBox_m7a7z_296 span{color:var(--Gray-700, #344054);font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px}._productListTitle_m7a7z_311{display:block;margin-right:auto;color:var(--Gray-900, #101828);font-family:Inter;font-size:18px;font-style:normal;font-weight:600;line-height:28px}._fileName_m7a7z_322{overflow:hidden;color:var(--Gray-700, #344054);text-overflow:ellipsis;font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px}._container_9tgj0_1{margin-top:16px}._cardContainer_9tgj0_5{width:calc(100% - 48px);margin:auto auto 100px;max-width:1200px;border-radius:16px;border:1px solid var(--Gray-200, #eaecf0);background:var(--Base-White, #fff);box-shadow:0 12px 16px -4px #10182814,0 4px 6px -2px #10182808}._cardContainerFullWidth_9tgj0_18{width:90%;border-radius:16px;border:1px solid var(--Gray-200, #eaecf0);background:var(--Base-White, #fff);box-shadow:0 12px 16px -4px #10182814,0 4px 6px -2px #10182808;margin-bottom:100px}._cardContainerHeader_9tgj0_29{display:flex;flex-direction:column;padding:20px 24px;align-items:flex-start;gap:4px;align-self:stretch;border-bottom:1px solid var(--Gray-200, #eaecf0)}._cardContainerTitle_9tgj0_39{display:flex;align-items:center;gap:8px;color:var(--Gray-900, #101828);font-family:Inter;font-size:18px;font-style:normal;font-weight:600;line-height:28px}._cardContainerDescription_9tgj0_51{overflow:hidden;color:var(--Gray-600, #475467);text-overflow:ellipsis;font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px}._cardContainerBottom_9tgj0_62{margin:14px 24px 32px;display:flex;flex-direction:column}._cardContainerBottom_9tgj0_62 ol{margin-left:15px;margin-bottom:15px}._cardContainerBottom_9tgj0_62 ol li{color:var(--Gray-600, #475467);font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px;gap:10px}._width100_9tgj0_84{width:100%}._productName_9tgj0_88{display:block;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:1;color:#101828;text-overflow:ellipsis;font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:22px}._barcode_9tgj0_102{display:flex;flex-direction:row;color:var(--Gray-600, #475467);font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px;gap:2px;align-items:center}._detailText_9tgj0_115{color:var(--Gray-600, #475467);font-family:Inter;font-size:13px;font-style:normal;font-weight:400;line-height:20px}._productRow_9tgj0_124{display:flex;flex-direction:row;align-items:center;gap:12px}._filterContainer_9tgj0_131{display:flex;justify-content:space-between;align-items:center;gap:12px}._searchContainer_9tgj0_138{margin-left:auto}._container_3x6q1_1{display:flex;flex-direction:row;gap:12px}._inputBar_3x6q1_7{margin-left:auto}._container_wirqs_2{margin-top:16px}._cardContainer_wirqs_6{width:calc(100% - 48px);margin:auto auto 100px;max-width:1200px;border-radius:16px;border:1px solid var(--Gray-200, #eaecf0);background:var(--Base-White, #fff);box-shadow:0 12px 16px -4px #10182814,0 4px 6px -2px #10182808}._cardContainerFullWidth_wirqs_19{width:90%;border-radius:16px;border:1px solid var(--Gray-200, #eaecf0);background:var(--Base-White, #fff);box-shadow:0 12px 16px -4px #10182814,0 4px 6px -2px #10182808;margin-bottom:100px}._cardContainerHeader_wirqs_30{display:flex;flex-direction:column;padding:20px 24px;align-items:flex-start;gap:4px;align-self:stretch;border-bottom:1px solid var(--Gray-200, #eaecf0)}._cardContainerTitle_wirqs_40{display:flex;align-items:center;gap:8px;color:var(--Gray-900, #101828);font-family:Inter;font-size:18px;font-style:normal;font-weight:600;line-height:28px}._cardContainerDescription_wirqs_52{overflow:hidden;color:var(--Gray-600, #475467);text-overflow:ellipsis;font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px}._cardContainerBottom_wirqs_63{margin:14px 24px 32px;display:flex;flex-direction:column}._cardContainerBottom_wirqs_63 ol{margin-left:15px;margin-bottom:15px}._cardContainerBottom_wirqs_63 ol li{color:var(--Gray-600, #475467);font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px;gap:10px}._productTable_wirqs_84{display:flex;flex-direction:row;gap:12px;align-items:center}._productName_wirqs_91{display:block;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:1;color:#101828;text-overflow:ellipsis;font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:22px}._barcode_wirqs_105{display:flex;flex-direction:row;color:var(--Gray-600, #475467);font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px;gap:2px;align-items:center}._detailText_wirqs_118{color:var(--Gray-600, #475467);font-family:Inter;font-size:13px;font-style:normal;font-weight:400;line-height:20px}._productRow_wirqs_127{display:flex;flex-direction:row;align-items:center;gap:12px}._nestedRow_wirqs_134{padding:10px 16px 12px}._retailerSelectedText_wirqs_138{display:block;color:var(--Gray-600, #475467);font-family:Inter;font-size:13px;font-style:normal;font-weight:400;line-height:20px;padding-left:42px;padding-bottom:8px}._selected_wirqs_150{background:var(--colors-gray-light-mode-25, #fcfcfd)}._filterContainer_wirqs_154{display:flex;justify-content:space-between;align-items:center;gap:12px}._searchContainer_wirqs_161{margin-left:auto}._container_1pk5q_1{margin:48px 24px;justify-items:center}._bottom_1pk5q_6{width:100%;padding:24px;display:flex;flex-direction:row;justify-content:center;align-items:flex-start;position:fixed;bottom:0;left:0;background-color:#fff;border-top:1px solid var(--Gray-200, #eaecf0)}._rightButton_1pk5q_20{padding:10px 14px;color:var(--Base-White, #fff);font-family:Inter;font-size:14px;font-style:normal;font-weight:600;line-height:20px}._leftButton_1pk5q_30{padding:10px 14px;margin-left:104px;color:var(--Gray-600, #475467);font-family:Inter;font-size:14px;font-style:normal;font-weight:600;line-height:20px}._rightBottomBar_1pk5q_41{gap:12px;display:flex;flex-direction:row;margin-left:auto;margin-right:24px}._cardContainer_1pk5q_49{width:calc(100% - 48px);margin:auto auto 100px;max-width:1200px;border-radius:16px;border:1px solid var(--Gray-200, #eaecf0);background:var(--Base-White, #fff);box-shadow:0 12px 16px -4px #10182814,0 4px 6px -2px #10182808}._cardContainerFullWidth_1pk5q_62{width:90%;border-radius:16px;border:1px solid var(--Gray-200, #eaecf0);background:var(--Base-White, #fff);box-shadow:0 12px 16px -4px #10182814,0 4px 6px -2px #10182808;margin-bottom:100px}._cardContainerHeader_1pk5q_73{display:flex;flex-direction:column;padding:20px 24px;align-items:flex-start;gap:4px;align-self:stretch;border-bottom:1px solid var(--Gray-200, #eaecf0)}._cardContainerTitle_1pk5q_83{display:flex;align-items:center;gap:8px;color:var(--Gray-900, #101828);font-family:Inter;font-size:18px;font-style:normal;font-weight:600;line-height:28px}._cardContainerDescription_1pk5q_95{overflow:hidden;color:var(--Gray-600, #475467);text-overflow:ellipsis;font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px}._cardContainerBottom_1pk5q_106{margin:14px 24px 32px;display:flex;flex-direction:column}._cardContainerBottom_1pk5q_106 ol{margin-left:15px;margin-bottom:15px}._cardContainerBottom_1pk5q_106 ol li{color:var(--Gray-600, #475467);font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px;gap:10px}._width100_1pk5q_128{width:100%}._listProducts_1pk5q_132{display:flex;flex-direction:row;overflow-y:auto;height:calc(100vh - 400px)}._width50_1pk5q_139{width:50%}._mainProductTitle_1pk5q_143{margin-top:24px;display:block;color:var(--Gray-700, var(--colors-gray-light-mode-700, #344054));font-family:Inter;font-size:16px;font-style:normal;font-weight:600;line-height:24px}._noMainSelectedContainer_1pk5q_154{align-items:center;display:flex;flex-direction:column;gap:12px;padding:28px 20px}._noMainSelectedTitle_1pk5q_162{display:block;color:var(--Gray-blue-700, #363f72);text-align:center;font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px}._noMainSelectedDescription_1pk5q_173{overflow:hidden;color:var(--Gray-600, #475467);text-align:center;text-overflow:ellipsis;font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px}._dot_1pk5q_185{width:6px;height:6px;border-radius:50%;background-color:#d9d9d9}._productCard_1pk5q_192{display:flex;flex-direction:row;gap:16px;justify-content:center;align-items:flex-start;align-self:stretch;border-radius:8px;border:1px solid #eee;padding:16px 24px 22px;margin-top:16px;width:95%}._productCardTop_1pk5q_206{overflow:hidden;color:#101828;text-overflow:ellipsis;font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:24px}._underLineText_1pk5q_217{overflow:hidden;color:#101828;text-overflow:ellipsis;font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:24px;text-decoration-line:underline;text-decoration-style:solid;text-decoration-skip-ink:none;text-decoration-thickness:auto;text-underline-offset:auto;text-underline-position:from-font}._flexibleContainer_1pk5q_234{display:flex;align-items:center;gap:6px}._thickText_1pk5q_240{color:var(--Gray-600, #475467);font-family:Inter;font-size:12px;font-style:normal;font-weight:400;line-height:20px}._barcodeText_1pk5q_249{color:var(--Gray-600, #475467);font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px}._productImage_1pk5q_258{border-radius:4px;border:1px solid #eaecf0;background:url(<path-to-image>) #d3d3d3 50% / cover no-repeat}._productDetail_1pk5q_264{display:flex;flex-direction:column;align-items:flex-start;gap:4px;flex:1 0 0}._description_1pk5q_272{display:block;color:var(--Gray-600, #475467);font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px;margin-top:4px}._shareBox_1pk5q_283{display:flex;align-items:center;gap:8px}._shareBox_1pk5q_283 span{color:var(--Gray-700, #344054);font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px}._productListTitle_1pk5q_298{display:block;margin-right:auto;color:var(--Gray-900, #101828);font-family:Inter;font-size:18px;font-style:normal;font-weight:600;line-height:28px}._fileName_1pk5q_309{overflow:hidden;color:var(--Gray-700, #344054);text-overflow:ellipsis;font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px}._container_a2n50_1{margin:48px 24px;justify-items:center}._bottom_a2n50_6{width:100%;padding:24px;display:flex;flex-direction:row;justify-content:center;align-items:flex-start;position:fixed;bottom:0;left:0;background-color:#fff;border-top:1px solid var(--Gray-200, #eaecf0)}._rightButton_a2n50_20{padding:10px 14px;color:var(--Base-White, #fff);font-family:Inter;font-size:14px;font-style:normal;font-weight:600;line-height:20px}._leftButton_a2n50_30{padding:10px 14px;margin-left:104px;color:var(--Gray-600, #475467);font-family:Inter;font-size:14px;font-style:normal;font-weight:600;line-height:20px}._rightBottomBar_a2n50_41{gap:12px;display:flex;flex-direction:row;margin-left:auto;margin-right:24px}._cardContainer_a2n50_49{width:calc(100% - 48px);margin:auto auto 100px;max-width:800px;border-radius:16px;border:1px solid var(--Gray-200, #eaecf0);background:var(--Base-White, #fff);box-shadow:0 12px 16px -4px #10182814,0 4px 6px -2px #10182808}._cardContainerFullWidth_a2n50_62{width:95%;max-width:800px;margin:auto auto 100px;border-radius:16px;border:1px solid var(--Gray-200, #eaecf0);background:var(--Base-White, #fff);box-shadow:0 12px 16px -4px #10182814,0 4px 6px -2px #10182808}._cardContainerHeader_a2n50_75{display:flex;flex-direction:column;padding:20px 24px;align-items:flex-start;gap:4px;align-self:stretch;border-bottom:1px solid var(--Gray-200, #eaecf0)}._cardContainerTitle_a2n50_85{display:flex;align-items:center;gap:8px;color:var(--Gray-900, #101828);font-family:Inter;font-size:18px;font-style:normal;font-weight:600;line-height:28px}._cardContainerDescription_a2n50_97{overflow:hidden;color:var(--Gray-600, #475467);text-overflow:ellipsis;font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px}._cardContainerBottom_a2n50_108{margin:14px 24px 32px;display:flex;flex-direction:column}._cardContainerBottom_a2n50_108 ol{margin-left:15px;margin-bottom:15px}._cardContainerBottom_a2n50_108 ol li{color:var(--Gray-600, #475467);font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px;gap:10px}._inputList_a2n50_129{display:flex;flex-direction:column;gap:20px}._label_a2n50_135{display:block;color:var(--Gray-700, #344054);font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px;margin-bottom:6px}._listProducts_a2n50_150{display:flex;flex-direction:row}._width50_a2n50_155{width:50%}._mainProductTitle_a2n50_159{margin-top:24px;display:block;color:var(--Gray-700, var(--colors-gray-light-mode-700, #344054));font-family:Inter;font-size:16px;font-style:normal;font-weight:600;line-height:24px}._noMainSelectedContainer_a2n50_170{align-items:center;display:flex;flex-direction:column;gap:12px;padding:28px 20px}._noMainSelectedTitle_a2n50_178{display:block;color:var(--Gray-blue-700, #363f72);text-align:center;font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px}._noMainSelectedDescription_a2n50_189{overflow:hidden;color:var(--Gray-600, #475467);text-align:center;text-overflow:ellipsis;font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px}._dot_a2n50_201{width:6px;height:6px;border-radius:50%;background-color:#d9d9d9}._productCard_a2n50_208{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;align-self:stretch;border-radius:8px;border:1px solid #eee;padding:16px 24px 22px;margin-top:16px;width:95%}._productCardTop_a2n50_221{overflow:hidden;color:#101828;text-overflow:ellipsis;font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:24px}._underLineText_a2n50_232{overflow:hidden;color:#101828;text-overflow:ellipsis;font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:24px;text-decoration-line:underline;text-decoration-style:solid;text-decoration-skip-ink:none;text-decoration-thickness:auto;text-underline-offset:auto;text-underline-position:from-font}._flexibleContainer_a2n50_249{display:flex;align-items:center;gap:6px}._thickText_a2n50_255{color:var(--Gray-600, #475467);font-family:Inter;font-size:12px;font-style:normal;font-weight:400;line-height:20px}._barcodeText_a2n50_264{color:var(--Gray-600, #475467);font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px}._productImage_a2n50_273{border-radius:4px;border:1px solid #eaecf0;background:url(<path-to-image>) #d3d3d3 50% / cover no-repeat}._productDetail_a2n50_279{display:flex;flex-direction:column;align-items:flex-start;gap:4px;flex:1 0 0}._description_a2n50_287{display:block;color:var(--Gray-600, #475467);font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px;margin-top:4px}._shareBox_a2n50_298{display:flex;align-items:center;gap:8px}._shareBox_a2n50_298 span{color:var(--Gray-700, #344054);font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px}._productListTitle_a2n50_313{display:block;margin-right:auto;color:var(--Gray-900, #101828);font-family:Inter;font-size:18px;font-style:normal;font-weight:600;line-height:28px}._fileName_a2n50_324{overflow:hidden;color:var(--Gray-700, #344054);text-overflow:ellipsis;font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px}._width100_a2n50_146{width:100%}container{margin:48px 24px;justify-items:center;border-radius:12px;border:1px solid #EAECF0}._bottom_1dnyu_8{width:100%;padding:24px;display:flex;flex-direction:row;justify-content:center;align-items:flex-start;position:fixed;bottom:0;left:0;background-color:#fff;border-top:1px solid var(--Gray-200, #eaecf0)}._rightButton_1dnyu_22{padding:10px 14px;color:var(--Base-White, #fff);font-family:Inter;font-size:14px;font-style:normal;font-weight:600;line-height:20px}._leftButton_1dnyu_32{padding:10px 14px;margin-left:104px;color:var(--Gray-600, #475467);font-family:Inter;font-size:14px;font-style:normal;font-weight:600;line-height:20px}._rightBottomBar_1dnyu_43{gap:12px;display:flex;flex-direction:row;margin-left:auto;margin-right:24px}._cardContainer_1dnyu_51{width:calc(100% - 48px);margin:auto auto 100px;border-radius:16px;border:1px solid var(--Gray-200, #eaecf0);background:var(--Base-White, #fff);box-shadow:0 12px 16px -4px #10182814,0 4px 6px -2px #10182808}._cardContainerFullWidth_1dnyu_63{width:100%;border-radius:16px;border:1px solid var(--Gray-200, #eaecf0);background:var(--Base-White, #fff);box-shadow:0 12px 16px -4px #10182814,0 4px 6px -2px #10182808;margin-bottom:100px}._cardContainerHeader_1dnyu_74{display:flex;flex-direction:column;padding:20px 24px;align-items:flex-start;gap:4px;align-self:stretch;border-bottom:1px solid var(--Gray-200, #eaecf0)}._cardContainerTitle_1dnyu_84{display:flex;align-items:center;gap:8px;color:var(--Gray-900, #101828);font-family:Inter;font-size:18px;font-style:normal;font-weight:600;line-height:28px}._cardContainerDescription_1dnyu_96{overflow:hidden;color:var(--Gray-600, #475467);text-overflow:ellipsis;font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px}._cardContainerBottom_1dnyu_107{margin:14px 24px 32px;display:flex;flex-direction:column}._cardContainerBottom_1dnyu_107 ol{margin-left:15px;margin-bottom:15px}._cardContainerBottom_1dnyu_107 ol li{color:var(--Gray-600, #475467);font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px;gap:10px}._productTable_1dnyu_128{display:flex;flex-direction:row;gap:12px;align-items:center}._productName_1dnyu_135{display:block;display:-webkit-inline-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:1;color:#101828;text-overflow:ellipsis;font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:22px}._barcode_1dnyu_151{display:flex;flex-direction:row;color:var(--Gray-600, #475467);font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px;gap:2px;align-items:center}._detailText_1dnyu_164{color:var(--Gray-600, #475467);font-family:Inter;font-size:13px;font-style:normal;font-weight:400;line-height:20px}._productRow_1dnyu_173{display:flex;flex-direction:row;align-items:center;gap:12px}._nestedRow_1dnyu_180{padding:10px 16px 12px}._retailerSelectedText_1dnyu_184{display:block;color:var(--Gray-600, #475467);font-family:Inter;font-size:13px;font-style:normal;font-weight:400;line-height:20px;padding-left:42px;padding-bottom:8px}._selected_1dnyu_196{background:var(--colors-gray-light-mode-25, #fcfcfd)}._successful_1dnyu_200{width:fit-content;display:flex;padding:2px 8px;align-items:center;border-radius:16px;border:1px solid var(--Success-200, #ABEFC6);background:var(--Success-50, #ECFDF3);color:var(--Success-700, #067647);text-align:center;font-family:Inter;font-size:12px;font-style:normal;font-weight:500;line-height:18px}._unsuccessful_1dnyu_217{width:fit-content;display:flex;padding:2px 8px;align-items:center;border-radius:16px;border:1px solid var(--Error-200, #FECDCA);background:var(--Error-50, #FEF3F2);color:var(--Error-700, #B42318);text-align:center;font-family:Inter;font-size:12px;font-style:normal;font-weight:500;line-height:18px}._warningContainer_1dnyu_234{display:flex;padding:6px 12px;align-items:center;gap:12px;border-radius:8px;border:1px solid var(--Warning-200, #FEDF89);background:var(--Warning-50, #FFFAEB);margin:16px 0;width:fit-content}._warningText_1dnyu_246{color:var(--Gray-800, #1D2939);font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px}._shareBox_1dnyu_255{display:flex;align-items:center;gap:8px}._shareBox_1dnyu_255 span{color:var(--Gray-700, #344054);font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px}._productListTitle_1dnyu_270{display:block;margin-right:auto;color:var(--Gray-900, #101828);font-family:Inter;font-size:18px;font-style:normal;font-weight:600;line-height:28px}._fileName_1dnyu_281{overflow:hidden;color:var(--Gray-700, #344054);text-overflow:ellipsis;font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px}._benchmarkName_1dnyu_292{font-weight:400;font-size:14px;line-height:20px;color:var(--Gray-900, #101828)}._tableContainer_1dnyu_299{margin-top:12px;padding:12px}._container_12v0a_1{margin:48px 24px;justify-items:center}._bottom_12v0a_6{width:100%;padding:24px;display:flex;flex-direction:row;justify-content:center;align-items:flex-start;position:fixed;bottom:0;left:0;z-index:1;background-color:#fff;border-top:1px solid var(--Gray-200, #eaecf0)}._rightButton_12v0a_21{padding:10px 14px;color:var(--Base-White, #fff);font-family:Inter;font-size:14px;font-style:normal;font-weight:600;line-height:20px}._leftButton_12v0a_31{padding:10px 14px;margin-left:104px;color:var(--Gray-600, #475467);font-family:Inter;font-size:14px;font-style:normal;font-weight:600;line-height:20px}._rightBottomBar_12v0a_42{gap:12px;display:flex;flex-direction:row;margin-left:auto;margin-right:24px}._cardContainer_12v0a_50{width:90%;border-radius:16px;border:1px solid var(--Gray-200, #eaecf0);background:var(--Base-White, #fff);box-shadow:0 12px 16px -4px #10182814,0 4px 6px -2px #10182808;margin-bottom:100px}._cardContainerHeader_12v0a_61{display:flex;flex-direction:column;padding:20px 24px;align-items:flex-start;gap:4px;align-self:stretch;border-bottom:1px solid var(--Gray-200, #eaecf0)}._cardContainerTitle_12v0a_71{display:flex;align-items:center;gap:8px;color:var(--Gray-900, #101828);font-family:Inter;font-size:18px;font-style:normal;font-weight:600;line-height:28px}._cardContainerDescription_12v0a_83{overflow:hidden;color:var(--Gray-600, #475467);text-overflow:ellipsis;font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px}._cardContainerBottom_12v0a_94{margin:14px 24px 32px;display:flex;flex-direction:column}._reportCards_12v0a_100{display:flex;flex-direction:row;padding:0 24px;gap:24px}._reportCard_12v0a_100{height:100%;cursor:pointer;display:flex;padding:20px 16px;align-items:flex-start;gap:16px;align-self:stretch;border-radius:12px;border:2px solid var(--colors-gray-light-mode-200, #e4e7ec);background:var(--Base-White, #fff);box-shadow:0 1px 2px #1018280d}._reportCardDetail_12v0a_121{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:16px;align-self:stretch}._reportCardTitle_12v0a_130{display:block;color:var(--Gray-700, var(--colors-gray-light-mode-700, #344054));font-family:Inter;font-size:22px;font-style:normal;font-weight:600;line-height:30px;min-height:60px}._reportCardDescription_12v0a_141{display:block;overflow:hidden;color:var(--Gray-700, var(--colors-gray-light-mode-700, #344054));text-overflow:ellipsis;font-family:Roboto;font-size:14px;font-style:normal;font-weight:400;line-height:20px;min-height:120px}._activeCard_12v0a_154{border:2px solid var(--Brand-300, #2f49a6)}._reportCardWrapper_12v0a_158{position:relative;width:33%}._isDisabled_12v0a_163{border-radius:12px;border:2px solid var(--colors-gray-light-mode-300, #d0d5dd);background:var(--colors-gray-light-mode-25, #fcfcfd);box-shadow:0 1px 2px #1018280d}._cardMethodContainerBottom_12v0a_171{margin:14px 0 0;display:flex;flex-direction:column}._reportMethodCards_12v0a_177{display:flex;flex-direction:column;gap:24px}._reportMethodCardWrapper_12v0a_183{position:relative;width:100%}._reportMethodCardDetail_12v0a_188{display:flex;flex-direction:column}._reportMethodCardTitle_12v0a_193{display:block;color:var(--Gray-700, var(--colors-gray-light-mode-700, #344054));font-family:Inter;font-size:18px;font-style:normal;font-weight:600;line-height:22px;padding-bottom:8px}._reportMethodCardDescription_12v0a_204{display:block;overflow:hidden;color:var(--Gray-700, var(--colors-gray-light-mode-700, #344054));text-overflow:ellipsis;font-family:Roboto;font-size:14px;font-style:normal;font-weight:400;line-height:20px}@media(min-width:1292px)and (max-width:1660px){._reportCards_12v0a_100{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}._reportCardWrapper_12v0a_158{width:100%}}@media(max-width:1291px){._reportCards_12v0a_100{display:flex;flex-direction:column}._reportCardDetail_12v0a_121 img{width:100%;object-fit:contain}._reportCardWrapper_12v0a_158{width:100%}._reportCardTitle_12v0a_130{min-height:auto}}._container_1vfqp_1{margin:48px 24px;justify-items:center}._bottom_1vfqp_6{width:100%;padding:24px;display:flex;flex-direction:row;justify-content:center;align-items:flex-start;position:fixed;bottom:0;left:0;background-color:#fff;border-top:1px solid var(--Gray-200, #eaecf0)}._keywordLabel_1vfqp_20{display:flex;flex-direction:column;align-items:flex-start;align-self:stretch}._rightButton_1vfqp_28{padding:10px 14px;color:var(--Base-White, #fff);font-family:Inter;font-size:14px;font-style:normal;font-weight:600;line-height:20px}._leftButton_1vfqp_38{padding:10px 14px;margin-left:104px;color:var(--Gray-600, #475467);font-family:Inter;font-size:14px;font-style:normal;font-weight:600;line-height:20px}._rightBottomBar_1vfqp_49{gap:12px;display:flex;flex-direction:row;margin-left:auto;margin-right:24px}._cardContainer_1vfqp_57{min-width:350px;max-width:1000px;border-radius:16px;border:1px solid var(--Gray-200, #eaecf0);background:var(--Base-White, #fff);box-shadow:0 12px 16px -4px #10182814,0 4px 6px -2px #10182808;margin-bottom:100px}._cardContainerHeader_1vfqp_69{display:flex;flex-direction:column;padding:20px 24px;align-items:flex-start;gap:4px;align-self:stretch;border-bottom:1px solid var(--Gray-200, #eaecf0)}._cardContainerTitle_1vfqp_79{display:flex;align-items:center;gap:8px;color:var(--Gray-900, #101828);font-family:Inter;font-size:18px;font-style:normal;font-weight:600;line-height:28px}._cardContainerDescription_1vfqp_91{overflow:hidden;color:var(--Gray-600, #475467);text-overflow:ellipsis;font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px}._cardContainerBottom_1vfqp_102{margin:14px 24px 32px;display:flex;flex-direction:column}._inputList_1vfqp_108{display:flex;flex-direction:column}._gap_1vfqp_113{gap:20px}._keywordInputList_1vfqp_117{display:flex;flex-direction:column;gap:20px;margin-top:20px;border-bottom:1px solid var(--Gray-200, #eaecf0)}._keywordInputList_1vfqp_117:last-child{border-bottom:none}._noBorder_1vfqp_129{border-bottom:none}._label_1vfqp_133{display:block;color:var(--Gray-700, #344054);font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px;margin-bottom:6px}._declaration_1vfqp_144{display:block;margin-bottom:8px;color:var(--Gray-700, #344054);font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px}._width100_1vfqp_155{width:100%}._listProducts_1vfqp_159{display:flex;flex-direction:row}._width50_1vfqp_164{width:50%}._mainProductTitle_1vfqp_168{margin-top:24px;display:block;color:var(--Gray-700, var(--colors-gray-light-mode-700, #344054));font-family:Inter;font-size:16px;font-style:normal;font-weight:600;line-height:24px}._noMainSelectedContainer_1vfqp_179{align-items:center;display:flex;flex-direction:column;gap:12px;padding:28px 20px}._noMainSelectedTitle_1vfqp_187{display:block;color:var(--Gray-blue-700, #363f72);text-align:center;font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px}._noMainSelectedDescription_1vfqp_198{overflow:hidden;color:var(--Gray-600, #475467);text-align:center;text-overflow:ellipsis;font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px}._dot_1vfqp_210{width:6px;height:6px;border-radius:50%;background-color:#d9d9d9}._productCard_1vfqp_217{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;align-self:stretch;border-radius:8px;border:1px solid #eee;padding:16px 24px 22px;margin-top:16px;width:95%}._productCardTop_1vfqp_230{overflow:hidden;color:#101828;text-overflow:ellipsis;font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:24px}._underLineText_1vfqp_241{overflow:hidden;color:#101828;text-overflow:ellipsis;font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:24px;text-decoration-line:underline;text-decoration-style:solid;text-decoration-skip-ink:none;text-decoration-thickness:auto;text-underline-offset:auto;text-underline-position:from-font}._flexibleContainer_1vfqp_258{display:flex;align-items:center;gap:6px}._thickText_1vfqp_264{color:var(--Gray-600, #475467);font-family:Inter;font-size:12px;font-style:normal;font-weight:400;line-height:20px}._barcodeText_1vfqp_273{color:var(--Gray-600, #475467);font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px}._productImage_1vfqp_282{border-radius:4px;border:1px solid #eaecf0;background:url(<path-to-image>) #d3d3d3 50% / cover no-repeat}._productDetail_1vfqp_288{display:flex;flex-direction:column;align-items:flex-start;gap:4px;flex:1 0 0}._reportCards_1vfqp_296{display:flex;flex-direction:row;padding:0 24px;gap:24px}._reportCard_1vfqp_296{cursor:pointer;display:flex;padding:20px 16px;align-items:flex-start;gap:16px;align-self:stretch;border-radius:12px;border:2px solid var(--colors-gray-light-mode-200, #e4e7ec);background:var(--Base-White, #fff);box-shadow:0 1px 2px #1018280d}._reportCardDetail_1vfqp_316{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:16px;align-self:stretch}._reportCardTitle_1vfqp_325{display:block;color:var(--Gray-700, var(--colors-gray-light-mode-700, #344054));font-family:Inter;font-size:22px;font-style:normal;font-weight:600;line-height:30px}._reportCardDescription_1vfqp_336{display:block;overflow:hidden;color:var(--Gray-700, var(--colors-gray-light-mode-700, #344054));text-overflow:ellipsis;font-family:Roboto;font-size:14px;font-style:normal;font-weight:400;line-height:20px;min-height:120px}._activeCard_1vfqp_349{border:2px solid var(--Brand-300, #2f49a6)}._reportCardWrapper_1vfqp_353{position:relative;width:50%}._isDisabled_1vfqp_358{border-radius:12px;border:2px solid var(--colors-gray-light-mode-300, #d0d5dd);background:var(--colors-gray-light-mode-25, #fcfcfd);box-shadow:0 1px 2px #1018280d}._description_1vfqp_365{display:block;color:var(--Gray-600, #475467);font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px;margin-top:4px}._shareBox_1vfqp_376{display:flex;align-items:center;gap:8px}._shareBox_1vfqp_376 span{color:var(--Gray-700, #344054);font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px}._keywordTypeContainer_1vfqp_391{display:flex;padding:0 24px 20px;align-items:flex-start;gap:20px;align-self:stretch;border-bottom:1px solid var(--Gray-200, #eaecf0)}._keywordTypeCard_1vfqp_401{display:flex;padding:16px;align-items:flex-start;gap:16px;flex:1 0 0;align-self:stretch;border-radius:12px;border:1px solid #E4E7EC;background:#fff;box-shadow:0 1px 2px #1018280d}._keywordTypeCardLeft_1vfqp_414{display:flex;flex-direction:column;align-items:flex-start;gap:4px;align-self:stretch}._flexRow_1vfqp_422{display:flex;flex-direction:row;align-items:center;gap:16px}._keywordInputItemForHalf_1vfqp_429{width:50%}._keywordTypeCardTitle_1vfqp_433{color:#344054;font-size:14px;font-style:normal;font-weight:600;line-height:20px}._keywordTypeCardDescription_1vfqp_441{align-self:stretch;overflow:hidden;color:#475467;text-overflow:ellipsis;font-family:Roboto;font-size:14px;font-style:normal;font-weight:400;line-height:20px}._keywordTypeCardRight_1vfqp_453{display:flex;flex-direction:column;gap:4px}._premiumText_1vfqp_459{color:#fff;text-align:center;font-family:Inter;font-size:12px;font-style:normal;font-weight:500;line-height:18px}@media(max-width:1500px){._reportCardDetail_1vfqp_316 img{width:100%;object-fit:contain}}@media(max-width:1291px){._reportCards_1vfqp_296{display:flex;flex-direction:column}._reportCardDetail_1vfqp_316 img{width:100%;object-fit:contain}._reportCardWrapper_1vfqp_353{width:100%}._reportCardTitle_1vfqp_325{min-height:auto}}._reportFiltersForm_1vfqp_496 .ant-form-item-label{padding:0}._priceSummaryPageContainer_1p6ch_1{width:100%;display:flex;flex-flow:column;align-items:center;justify-content:center}._priceSummaryPage_1p6ch_1{max-width:100%;width:100%}._pageHead_1p6ch_14{display:flex;align-items:center;width:100%;margin-bottom:12px}._pageHeader_1p6ch_21{color:#101828;font-family:Inter;font-size:18px;font-weight:600;line-height:28px;margin:0}@media screen and (max-width:1300px){._priceSummaryPage_1p6ch_1{width:100%}}._cardsContainer_1r1w8_1{display:flex;align-items:center;gap:20px;max-width:100%;overflow:auto}._cardContainer_1r1w8_9{width:217px}._cardRetailerLogo_1r1w8_13{height:14px!important;color:#101828;font-family:Inter;font-size:14px;font-weight:500;margin:0}._cardRetailerLogoText_1r1w8_22{color:#101828;font-family:Inter;font-size:14px;font-weight:500;margin:3px 0 0}._cardBottom_1r1w8_31{display:flex;align-items:center;gap:8px;margin-top:10px}._value_1r1w8_38{color:#101828;font-family:Inter;font-size:24px;font-weight:600;line-height:32px}@media screen and (max-width:1200px){._cardsContainer_1r1w8_1{flex-wrap:wrap;align-items:center;justify-content:center}._cardContainer_1r1w8_9,._cardLink_1r1w8_59{width:100%}}._tableWidget_17402_1{margin-top:24px}._tableWrapper_17402_5{width:100%;overflow:auto}._tableCard_17402_10{border-radius:12px;border:1px solid #EAECF0;background:#fff;box-shadow:0 1px 2px #1018280d;padding:20px 0 0}._cardHeader_17402_18{display:flex;align-items:center;width:100%;justify-content:space-between;padding:0 24px}._cardHeaderLeft_17402_26{display:flex;align-items:center}._cardHeaderRight_17402_31{display:flex;align-items:center;gap:16px}._tableCardHeader_17402_37{color:#101828;font-family:Inter;font-size:18px;font-weight:600;line-height:28px}._table_17402_1{margin-top:20px;border-collapse:collapse;min-width:100%}._tableHeader_17402_52{width:304px;text-align:center}._retailerNameHeader_17402_57{color:#344054;font-family:Inter;font-size:14px;font-weight:600;line-height:20px}._table_17402_1 th{padding:23px 0}._table_17402_1 td:first-child{position:sticky;left:-1px;min-width:238px!important;width:238px!important;max-width:238px!important;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;background-color:#fff}._table_17402_1 tr:hover td:first-child{background:#f9fafb!important}._table_17402_1 th:first-child{position:sticky;left:-1px;background-color:#fff;z-index:3}._table_17402_1 th{position:sticky;top:0;z-index:2;background-color:#f9fafb!important}._table_17402_1 tr{padding:23px 0;cursor:pointer}._table_17402_1 thead{background:#f9fafb}._table_17402_1 tr:not(:last-child){border-bottom:1px solid #EAECF0}._table_17402_1 tr:hover{background:#f9fafb!important}._headerText_17402_121{color:#101828;font-family:Inter;font-size:14px;font-weight:500;line-height:20px;width:100%;margin-left:24px;text-align:left;display:flex}._cell_17402_133{text-align:center;padding:12px}._cellCenter_17402_138{display:flex;align-items:center;justify-content:center;width:100%;height:100%}._cellBox_17402_146{display:flex;align-items:center;justify-content:center;padding:8px 12px;border-radius:8px;border:1px solid #E6E8EC;background:transparent;margin:12px 0;width:140px;height:61px}._cellDark_17402_159{color:#344054;font-family:Inter;font-size:18px;font-weight:600;line-height:24px}._cellGreen_17402_167{color:#37b65b;font-family:Inter;font-size:18px;font-weight:600;line-height:24px}._cellRed_17402_175{color:#ff4747;font-family:Inter;font-size:18px;font-weight:600;line-height:24px}._cellNoData_17402_183{color:#667085;font-family:Inter;font-size:18px;font-weight:500;line-height:24px}._brandExpandButton_17402_191{border:none;background-color:transparent;color:#101828;font-family:Inter;font-size:14px;font-weight:500;line-height:20px;display:flex;align-items:center;gap:18px;margin-left:24px;cursor:pointer;padding:0 12px}._expandBrandLabel_17402_207{max-width:175px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._brandExpandButtonChild_17402_214{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}._childTable_17402_220{border-collapse:collapse}._childTable_17402_220 tr{height:85px;background-color:#fff!important}._childTable_17402_220 tr:hover{background:#f9fafb!important}@media screen and (max-width:1200px){._cardHeader_17402_18{flex-flow:column;gap:16px;width:100%}._cardHeaderRight_17402_31{flex-flow:column-reverse;width:100%}._table_17402_1 td:first-child ._brandExpandButton_17402_191,._table_17402_1 th:first-child ._headerText_17402_121{margin-right:24px}}._collapseGroup_1x1yb_1{padding:8px 0}._head_1x1yb_6{display:flex;align-items:center;justify-content:space-between;cursor:pointer;padding:16px 0;border-bottom:1px solid #EEE}._header_1x1yb_15{color:#303030;font-family:Inter;font-size:16px;font-weight:600;line-height:22px}._headLeft_1x1yb_23{margin:0;color:#303030;font-family:Inter;font-size:16px;font-weight:600;line-height:22px}._pricePeriodPageContainer_17vu6_1{width:100%;display:flex;flex-flow:column;align-items:center;justify-content:center}._pricePeriodPage_17vu6_1{max-width:100%;width:100%}@media screen and (max-width:1300px){._pricePeriodPage_17vu6_1{width:100%}}._cards_1dhu0_1{margin:20px 0 24px;display:flex;align-items:center;gap:20px}._cardContainer_1dhu0_8{flex:1}._cardHead_1dhu0_12{display:flex;align-items:center;gap:8px}._cardHeader_1dhu0_18{color:#475467;font-family:Inter;font-size:14px;font-weight:500;line-height:20px}._value_1dhu0_26{color:#101828;font-family:Inter;font-size:24px;font-weight:600;line-height:32px;margin-top:8px}@media screen and (max-width:1200px){._cardContainer_1dhu0_8{width:260px;flex:none!important}._cards_1dhu0_1{overflow-x:auto;width:100%}._card_1dhu0_1{width:100%!important}}._cards_1udju_1{margin:20px 0 24px;display:flex;align-items:center;gap:20px}._cardContainer_1udju_8{flex:1}._cardHead_1udju_12{display:flex;align-items:center;justify-content:space-between;width:100%}._cardHeadLeft_1udju_19{display:flex;align-items:center;gap:8px}._cardHeader_1udju_26{color:#101828;font-family:Inter;font-size:18px;font-style:normal;font-weight:600;line-height:28px;margin:0}._dropdown_1udju_37{min-width:240px!important}@media screen and (max-width:1200px){._cards_1udju_1{flex-flow:column}._cardContainer_1udju_8{width:100%}}._chartContainer_1s1kx_1{display:flex;flex-direction:column;width:100%;margin-top:28px}._legendContainer_1s1kx_7{display:flex;justify-content:end;gap:12px;font-size:14px;font-weight:400;line-height:20px;color:#475467;margin-bottom:12px}._legendItem_1s1kx_17{display:flex;align-items:center;gap:8px}._legendItemDot_1s1kx_22{width:8px;height:8px;border-radius:50%}._chartVerticalContainer_1s1kx_28{display:flex;align-items:center;width:100%;position:relative;min-height:200px}._chartYAxis_1s1kx_36{z-index:0}._chartYAxisItem_1s1kx_40{width:100%;position:absolute;display:flex;align-items:center}._yAxisLabel_1s1kx_47{color:#475467;font-family:Inter;font-size:12px;font-weight:400;line-height:18px;width:48px}._yAxisGridLine_1s1kx_56{display:flex;width:100%;height:1px;background-color:#f2f4f7}._chartBody_1s1kx_63{display:flex;width:100%;margin-left:48px;z-index:1}._chartBarContainer_1s1kx_70{flex:1;display:flex;justify-content:center}._chartBarBg_1s1kx_76{width:40px;display:flex;align-items:flex-end;background-color:transparent}._chartStackBar_1s1kx_83{display:flex;flex-direction:column;justify-content:flex-end;width:100%;overflow:hidden}._stackSegment_1s1kx_91{width:100%;transition:all .3s ease;border-radius:6px 6px 0 0;position:relative}._stackSegmentTrailer_1s1kx_98{width:100%;position:absolute;bottom:-6px;left:0;right:0;height:6px;display:flex}._retailerName_1s1kx_108{color:#344054;font-family:Inter;font-size:12px;font-weight:600;line-height:18px;padding-bottom:8px;margin-bottom:8px;border-bottom:1px solid #EAECF0}._pricePercentage_1s1kx_119{color:#101828;font-family:Inter;font-size:12px;font-weight:600;line-height:20px}._popOverItemLeft_1s1kx_127{display:flex;align-items:center;gap:8px;color:#475467;font-family:Inter;font-size:12px;font-weight:500;line-height:20px}._popoverItemDotOther_1s1kx_138{width:10px;height:10px;background:#f38744;border-radius:50%}._popoverItemDotLowest_1s1kx_145{width:10px;height:10px;background:#099250;border-radius:50%}._popoverItemDotHighest_1s1kx_152{width:10px;height:10px;background:#0064ff;border-radius:50%}._lowest_1s1kx_159{background-color:#099250}._highest_1s1kx_163{background-color:#0064ff}._other_1s1kx_167{background-color:#f38744}._popover_1s1kx_138{display:flex;flex-flow:column;color:#344054;font-family:Inter;font-size:12px;font-weight:600;line-height:18px}._popoverItem_1s1kx_138{display:flex;align-items:center;justify-content:space-between;width:165px}._chartXAxis_1s1kx_188{height:18px;margin:8px 0 0 48px;display:flex;width:calc(100% - 48px);align-items:center}._chartXAxisItem_1s1kx_196{flex:1;display:flex;justify-content:center;width:40px}._xAxisLabel_1s1kx_203{font-size:12px;color:#475467;font-family:Inter;width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;text-align:center}._chartContainer_1mz7p_1{display:flex;align-items:center;flex-flow:column;width:100%;margin-top:28px}._chartVerticalContainer_1mz7p_9{display:flex;align-items:center;width:100%;position:relative;min-height:200px}._chartBody_1mz7p_17{display:flex;align-items:center;width:100%;margin-left:48px;z-index:0}._chartBarContainer_1mz7p_25{flex:1;display:flex;align-items:center;justify-content:center}._chartBarBg_1mz7p_32{width:40px;background-color:transparent;display:flex;align-items:flex-end}._chartBar_1mz7p_25{width:40px;background-color:#fe5377;display:flex;border-radius:6px 6px 0 0}._chartYAxis_1mz7p_47{z-index:0}._chartYAxisItem_1mz7p_52{width:100%;position:absolute;display:flex;align-items:center}._yAxisLabel_1mz7p_59{color:#475467;font-family:Inter;font-size:12px;font-weight:400;line-height:18px;width:48px}._yAxisGridLine_1mz7p_68{display:flex;width:100%;height:1px;background-color:#f2f4f7}._chartYAxisItemIndex_1mz7p_76{width:100%;position:absolute;display:flex;align-items:center}._yAxisLabelIndex_1mz7p_83{color:#f79009;text-align:left;font-family:Inter;font-size:10px;font-weight:400;line-height:18px;width:48px}._yAxisGridLineIndex_1mz7p_93{display:flex;width:100%;height:1px;background-color:#f2f4f7}._popover_1mz7p_101{display:flex;flex-flow:column;color:#344054;font-family:Inter;font-size:12px;font-weight:600;line-height:18px}._popoverItem_1mz7p_111{display:flex;align-items:center;justify-content:space-between;width:155px}._chartXAxis_1mz7p_119{height:18px;margin:8px 0 0 48px;display:flex;align-items:center;width:calc(100% - 48px)}._chartXAxisItem_1mz7p_127{flex:1;display:flex;align-items:center;justify-content:center}._xAxisLabel_1mz7p_134{color:#475467;font-family:Inter;font-size:12px;font-weight:400;line-height:18px}._tableCard_32jog_3{padding:0!important}._tableCardHeader_32jog_7{padding:20px 24px}._cardHead_32jog_11{display:flex;align-items:center}._retailerTitle_32jog_16{width:100%;height:100%;display:flex;align-items:center;justify-content:center}._cardHeader_32jog_24{color:#101828;font-family:Inter;font-size:18px;font-weight:600;line-height:28px}._cardRight_32jog_32{display:flex;align-items:center;gap:8px}._tableFilters_32jog_38{display:flex;align-items:center;gap:24px;margin:20px 0;width:100%;overflow-y:auto;padding:0 24px 20px}._switchItem_32jog_49{display:flex;align-items:center;gap:8px}._switchItemLabel_32jog_55{color:#344054;font-family:Inter;font-size:14px;font-weight:500;line-height:20px;white-space:nowrap}._table_32jog_1{width:100%;overflow:auto}._table_32jog_1 table{border-collapse:collapse;width:100%}._table_32jog_1 table th{padding:12px 24px;text-align:left;white-space:nowrap}._table_32jog_1 table th span{color:#475467;font-family:Inter;font-size:12px;font-style:normal;font-weight:500;line-height:18px}._table_32jog_1 tr:first-child{background-color:#f9fafb;height:60px}._table_32jog_1 thead tr{border-bottom:1px solid #EAECF0!important}._table_32jog_1 tbody tr{cursor:pointer}._table_32jog_1 tr:not(:last-child){border-bottom:1px solid #EAECF0}._table_32jog_1 tr td{padding:12px 24px;color:#475467;font-family:Inter;font-size:14px;font-weight:400;line-height:20px}._productBox_32jog_115{display:flex;align-content:flex-start;gap:12px;text-align:left!important}._productBoxRight_32jog_122{width:197px}._productBoxDesc_32jog_126{margin:0;width:100%;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;color:#101828;font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:22px}._productBoxDescLink_32jog_143{text-decoration:underline}._productTags_32jog_147{display:flex;width:100%;gap:8px;align-items:center}._productTag_32jog_147{border-radius:6px;border:1px solid #EAECF0;background:#f9fafb;padding:2px 6px;color:#363f72;font-family:Inter;font-size:12px;font-weight:500;line-height:18px;width:fit-content}._productTagsVertical_32jog_167{display:flex;flex-flow:column;width:100%;gap:8px;align-items:center}._productBarcode_32jog_175{color:#475467;font-family:Inter;font-size:14px;font-weight:400;line-height:20px}._unitCount_32jog_183{color:#101828;font-family:Inter;font-size:14px;font-weight:500;line-height:20px}._mobileTableWrapper_32jog_191{display:none;flex-flow:column;gap:16px}@media(max-width:1024px){._desktopTableWrapper_32jog_198{display:none}._mobileTableWrapper_32jog_191{display:flex!important;padding:16px}._columnDragCustomizer_32jog_207,._columnFixed_32jog_211{display:none}._searchInput_32jog_215{width:100%!important}}._mobilePriceList_32jog_220{list-style:none;padding:0;margin:0;color:#101828;font-family:Inter;font-size:14px;font-weight:500;line-height:20px}._mobilePriceList_32jog_220 span{color:#667085;font-family:Inter;font-size:10px;font-weight:400;line-height:16px}._detailCell_1biik_1{min-width:195px;height:144px;padding:12px;border-radius:8px;border:1px solid #E6E8EC;background:transparent;display:flex;flex-flow:column;align-items:center;justify-content:center;cursor:pointer;position:relative}._detailCell_1biik_1:hover ._url_1biik_16{display:initial}._detailCellPriceCompare_1biik_20{min-width:280px!important}._detailTop_1biik_23{width:100%;padding-bottom:14px;display:flex;justify-content:space-between}._detailCellCenter_1biik_29{display:flex;flex-flow:column;align-items:center;justify-content:center}._detailCell_1biik_1:hover{border:1px solid #CDD8FD}._priceCompare_1biik_40{display:flex;align-items:center;gap:16px}._priceCompareItem_1biik_46{flex:1;display:flex;flex-flow:column-reverse;align-items:center;justify-content:center}._priceCompareLabel_1biik_54{color:#667085;font-family:Inter;font-size:10px;font-style:normal;font-weight:400;line-height:16px}._priceCompareValue_1biik_63{color:#101828;font-family:Inter;font-size:16px;font-weight:600;line-height:24px}._priceCompareCurrency_1biik_71{color:#667085;font-family:Inter;font-size:14px;font-weight:400;line-height:24px}._price_1biik_40{color:#101828;font-family:Inter;font-size:20px;font-weight:600;line-height:24px;margin:0}._unitCountLabel_1biik_90{color:#475467;font-family:Inter;font-size:10px;font-weight:500;line-height:14px}._unvalidPrice_1biik_98,._unvalidPriceCurrency_1biik_107{color:#93979f;font-family:Inter;font-size:20px;font-weight:600;line-height:24px;margin:0}._currency_1biik_117{color:#667085;font-family:Inter;font-size:16px;font-weight:400;line-height:24px}._lowestPriceIndex_1biik_125{color:#475467;font-family:Inter;font-size:10px;font-weight:500;line-height:14px;margin:0}._lowestPriceIndexValue_1biik_134{color:#101828;font-family:Inter;font-size:10px;font-weight:600}._oos_1biik_141{color:#344054;text-align:center;font-family:Inter;font-size:12px;font-weight:500;line-height:18px;padding:2px 8px;border-radius:16px;border:1px solid #EAECF0;background:#f9fafb;width:fit-content;margin-top:8px}._oldPrice_1biik_156{color:#98a2b3;font-family:Inter;font-size:13px;font-style:normal;font-weight:500;line-height:22px;text-decoration-line:line-through;margin:0}._oldPriceCurrency_1biik_167{color:#98a2b3;font-family:Inter;font-size:13px;font-style:normal;font-weight:500;line-height:22px;text-decoration-line:line-through}._retailers_1biik_179{color:#475467;font-family:Inter;font-size:12px;font-style:normal;font-weight:500;line-height:normal;letter-spacing:.12px;margin:3px 0 0;text-align:center}._retailersMore_1biik_191{color:#243880;font-family:Inter;font-size:12px;font-style:normal;font-weight:600;line-height:20px;text-align:center}._urlPopoverUrls_1biik_201{position:absolute;top:12px;left:12px}._freeShipment_1biik_207,._shipment_1biik_213{position:absolute;top:12px;right:12px}._discount_1biik_219{position:absolute;top:12px;right:36px}._discountItem_1biik_225{overflow:hidden;color:#475467;text-align:center;text-overflow:ellipsis;font-family:Inter;font-size:12px;font-weight:500;letter-spacing:.12px}._discountTitle_1biik_236{overflow:hidden;color:#475467;text-overflow:ellipsis;font-family:Inter;font-size:12px;font-weight:600;letter-spacing:.12px;padding:8px 0;border-bottom:1px solid #E6E8EC;margin-bottom:8px}._winner_1biik_249{display:flex;align-items:center;gap:4px;border-radius:16px;border:1px solid #ABEFC6;background:#ecfdf3;padding:2px 6px;width:fit-content;max-width:48%;position:absolute;bottom:8px;right:8px}._winnerLabel_1biik_264{color:#067647;font-family:Inter;font-size:10px;font-weight:500;line-height:18px;white-space:nowrap;max-width:88px;overflow:hidden;text-overflow:ellipsis}._winnerRed_1biik_276{display:flex;align-items:center;gap:4px;border-radius:16px;border:1px solid #FECDCA;background:#fef3f2;padding:2px 6px;width:fit-content;max-width:48%;position:absolute;bottom:8px;right:8px}._winnerLabelRed_1biik_291{color:#b42318;font-family:Inter;font-size:10px;font-weight:500;line-height:18px;white-space:nowrap;max-width:88px;overflow:hidden;text-overflow:ellipsis}._winnerWhite_1biik_303{display:flex;align-items:center;gap:4px;border-radius:16px;border:1px solid #D0D5DD;background:#fff;padding:2px 6px;width:fit-content;max-width:48%;position:absolute;bottom:8px;right:8px}._winnerLabelWhite_1biik_318{color:#344054;font-family:Inter;font-size:10px;font-weight:500;line-height:18px;white-space:nowrap;max-width:88px;overflow:hidden;text-overflow:ellipsis}._sellerLimit_1biik_330{position:absolute;bottom:8px;left:8px;max-width:48%}._sellerLimitDropdown_1biik_337{border-radius:6px;border:1px solid #D0D5DD;background:#fff;box-shadow:0 1px 2px #1018280d;padding:2px 6px;width:fit-content;display:flex;align-items:center;gap:6px;color:#344054;text-align:center;font-family:Inter;font-size:10px;font-style:normal;font-weight:500;line-height:16px}._sellerLimitItems_1biik_356{display:flex;flex-flow:column;gap:4px;max-height:200px;overflow-y:auto}._sellerLimitItem_1biik_356{display:flex;align-items:center;justify-content:space-between;border-radius:6px;padding:6px 8px;width:100%;min-width:195px;gap:8px}._mySeller_1biik_375{background:#ecfdf3}._sellerLimitLeft_1biik_379{display:flex;align-items:center;gap:4px}._sellerName_1biik_385{color:#101828;font-family:Inter;font-size:14px;font-weight:500;line-height:20px}._sellerPoint_1biik_393{padding:2px 6px;border-radius:6px;border:1px solid #D0D5DD;background:#fff;box-shadow:0 1px 2px #1018280d;width:fit-content;color:#344054;font-family:Inter;font-size:12px;font-weight:500;line-height:18px}._sellerLimitRight_1biik_407{color:#101828;font-family:Inter;font-size:14px;font-weight:600;line-height:20px;display:flex;align-items:center;gap:8px}._sellerLimitOriginalPrice_1biik_418{color:#98a2b3;font-family:Inter;font-size:12px;font-weight:500;line-height:22px;text-decoration-line:line-through}._addUrlContainer_1biik_427{display:flex;align-items:center;gap:6px}._addUrl_1biik_427{color:#475467;font-family:Inter;font-size:14px;font-weight:600;line-height:20px}._info_1biik_441{position:absolute;top:8px;right:8px}._notAvailableCell_1biik_447{background:#f9fafb!important;cursor:not-allowed}._notAvailableText_1biik_452{color:#98a2b3;font-family:Inter;font-size:14px;font-weight:600;line-height:20px}._url_1biik_16{position:absolute;top:12px;right:60px;display:none}._urlPopoverContent_1biik_468{display:flex;flex-direction:column;gap:8px;padding:0;min-width:160px;max-width:330px}._urlPopoverTitle_1biik_477{color:#344054;font-family:Inter;font-size:12px;font-weight:600;line-height:18px;margin:0;padding-bottom:8px;border-bottom:1px solid #D0D5DD}._urlPopoverItems_1biik_488{display:flex;flex-direction:column;gap:4px;max-width:560px}._urlPopoverItem_1biik_488{display:flex;flex-direction:column;padding-bottom:4px;border-bottom:1px solid #F2F4F7}._urlPopoverItemHeader_1biik_502{display:flex;align-items:center;gap:6px}._urlPopoverItem_1biik_488:last-child{border-bottom:none;padding-bottom:0}._urlPopoverItemLink_1biik_513{display:flex;align-items:center;gap:4px;cursor:pointer;text-decoration:none}._urlPopoverItemLink_1biik_513:hover ._urlPopoverItemText_1biik_521{color:#243880}._urlPopoverItemText_1biik_521{color:#101828;font-family:Inter;font-size:12px;font-weight:500;line-height:20px;transition:color .2s;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:240px}._urlPopoverItemPrice_1biik_538{color:#101828;font-family:Inter;font-size:12px;font-weight:600;line-height:20px}._urlPopoverPriceCompare_1biik_547{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:6px;padding-top:6px;border-top:1px solid #F2F4F7}._urlPopoverPriceCompareItem_1biik_557{flex:1;display:flex;flex-direction:column-reverse;align-items:center;justify-content:center;min-width:0}._urlPopoverPriceOneTimeCompareItem_1biik_566{display:flex;gap:4px;align-items:start;justify-content:start;min-width:0}._urlPopoverPriceCompareLabel_1biik_574{color:#667085;font-family:Inter;font-size:9px;font-weight:400;line-height:14px}._urlPopoverPriceCompareValue_1biik_582{color:#101828;font-family:Inter;font-size:12px;font-weight:600;line-height:18px;white-space:nowrap}._urlPopoverPriceOneTimeCompareValue_1biik_591{color:#101828;font-size:12px;font-weight:600;line-height:20px}._urlPopoverPriceCompareCurrency_1biik_598{color:#667085;font-family:Inter;font-size:10px;font-weight:400;line-height:18px}.price-detail-cell .ant-select-selector,.price-detail-cell .ant-select-item-option-content{color:#344054!important;font-family:Inter!important;font-size:10px!important;font-style:normal!important;font-weight:500!important;line-height:16px!important}._modalContent_3o1go_1{padding:20px 24px;max-height:100%;overflow-y:auto}._productCardWrapper_3o1go_7{display:flex;flex-direction:column;gap:16px}._modalInfoWrapper_3o1go_13{display:flex;align-items:center;gap:4px}._modalInfoTitle_3o1go_19{color:#667085;font-family:Inter;font-size:14px;font-weight:500;line-height:20px}._productCard_3o1go_7{padding:16px 24px;border-radius:8px;border:1px solid #EAECF0;display:flex;align-items:center;gap:12px}._filters_3o1go_37{display:flex;align-items:center;justify-content:space-between;margin-top:24px}._dropdownTitle_3o1go_44{display:flex;align-items:center;gap:6px}._dropdown_3o1go_44{height:28px!important}._dropdownTitleCount_3o1go_54{width:fit-content;border-radius:16px;border:1px solid #D8DEF4;background:#eceffa;color:#1e2e6a;text-align:center;font-family:Inter;font-size:12px;font-weight:500;line-height:18px;padding:2px 6px}._filtesRight_3o1go_68{display:flex;align-items:center;gap:12px}._selectTitle_3o1go_74{display:flex;align-items:center;gap:8px}._table_3o1go_80{border-radius:12px 12px 0 0;border:1px solid #E4E7EC;background:#fff}._tableHeader_3o1go_86{display:flex;align-items:center;justify-content:space-between;width:100%;padding:16px 24px}._tableHeaderLeft_3o1go_94{display:flex;align-items:center}._tableHeaderTitle_3o1go_99{color:#101828;font-family:Inter;font-size:18px;font-weight:600;line-height:28px;margin:0 8px 0 0}._chart_3o1go_108{margin-top:24px}@media(max-width:768px){._filters_3o1go_37{display:flex;flex-direction:column;gap:12px}._filtesLeft_3o1go_120{order:3;width:100%!important}._filtesLeft_3o1go_120 ._cardHeadRight_3o1go_125{width:100%!important}._filtesLeft_3o1go_120 ._cardHeadRight_3o1go_125>*{width:100%!important}._filtesRight_3o1go_68{display:flex;flex-direction:column;gap:12px;order:1;width:100%!important}._filtesRight_3o1go_68>:nth-child(1){width:100%!important}._filtesRight_3o1go_68>:nth-child(2){width:100%!important;order:3}._filtesRight_3o1go_68>:nth-child(2)>*{width:100%!important}._filtesRight_3o1go_68>:nth-child(3){width:100%!important;order:2}._filtesRight_3o1go_68>:nth-child(3)>*{width:100%!important}._dropdown_3o1go_44{width:100%!important}._dropdown_3o1go_44>*{width:100%!important}}._cards_wxu08_1{margin:20px 0 24px;display:flex;align-items:center;gap:20px}._cardContainer_wxu08_8{flex:1}._cardHead_wxu08_12{display:flex;align-items:center;gap:8px}._cardBottom_wxu08_18{display:flex;align-items:center;justify-content:space-between}._sellerPriceModal_wxu08_24{border:none;background:transparent;color:#243880;font-family:Inter;font-size:14px;font-weight:600;line-height:20px;cursor:pointer}._cardHeader_wxu08_35{color:#475467;font-family:Inter;font-size:14px;font-weight:500;line-height:20px}._value_wxu08_43{color:#101828;font-family:Inter;font-size:24px;font-weight:600;line-height:32px;margin-top:8px}@media screen and (max-width:1200px){._cardContainer_wxu08_8{width:260px;flex:none!important}._cards_wxu08_1{overflow-x:auto;width:100%}._card_wxu08_1{width:100%!important}}._modalHead_sibx0_1{display:flex;align-items:center;gap:12px}._modalHeader_sibx0_7{color:#101828;font-family:Inter;font-size:24px;font-weight:600;line-height:32px}._modalBody_sibx0_15{display:flex;flex-direction:column;gap:20px}._filters_sibx0_21{display:flex;align-items:center;gap:16px}._sellerCell_sibx0_27{display:flex;flex-flow:column;align-items:center;justify-content:center;width:100%;height:100%}._sellerPrice_sibx0_36{color:#101828;font-family:Inter;font-size:14px;font-weight:600;line-height:20px;margin-bottom:8px}._sellerName_sibx0_45{margin-top:4px;color:#475467;font-family:Inter;font-size:12px;font-weight:400;line-height:16px}._cards_2s271_1{margin:20px 0 24px;display:flex;align-items:center;gap:20px}._cardContainer_2s271_8{flex:1}._cardHead_2s271_12{display:flex;align-items:center;justify-content:space-between;width:100%}._cardHeadLeft_2s271_19{display:flex;align-items:center;gap:8px}._cardHeader_2s271_26{color:#101828;font-family:Inter;font-size:18px;font-style:normal;font-weight:600;line-height:28px;margin:0}._dropdown_2s271_36{min-width:240px!important}@media screen and (max-width:1200px){._cards_2s271_1{flex-flow:column}._cardContainer_2s271_8{width:100%}}._chartContainer_1ckpb_1{display:flex;align-items:center;flex-flow:column;width:100%;margin-top:28px}._chartVerticalContainer_1ckpb_9{display:flex;align-items:center;width:100%;position:relative;min-height:200px}._chartBody_1ckpb_17{display:flex;align-items:center;width:100%;margin-left:48px;z-index:0}._chartBarContainer_1ckpb_25{flex:1;display:flex;align-items:center;justify-content:center}._chartBarBg_1ckpb_32{width:40px;background-color:transparent;display:flex;align-items:flex-end}._chartBar_1ckpb_25{width:40px;background-color:#fe5377;display:flex;border-radius:6px 6px 0 0}._chartYAxis_1ckpb_47{z-index:0}._chartYAxisItem_1ckpb_52{width:100%;position:absolute;display:flex;align-items:center}._yAxisLabel_1ckpb_59{color:#475467;font-family:Inter;font-size:12px;font-weight:400;line-height:18px;width:48px}._yAxisGridLine_1ckpb_68{display:flex;width:100%;height:1px;background-color:#f2f4f7}._chartYAxisItemIndex_1ckpb_75{width:100%;position:absolute;display:flex;align-items:center}._yAxisLabelIndex_1ckpb_82{color:#f79009;text-align:left;font-family:Inter;font-size:10px;font-weight:400;line-height:18px;width:48px}._yAxisGridLineIndex_1ckpb_92{display:flex;width:100%;height:1px;background-color:#f2f4f7}._popover_1ckpb_100{display:flex;align-items:center;justify-content:space-between;width:155px;color:#344054;font-family:Inter;font-size:12px;font-weight:600;line-height:18px}._chartXAxis_1ckpb_113{height:18px;margin:8px 0 0 48px;display:flex;align-items:center;width:calc(100% - 48px)}._chartXAxisItem_1ckpb_121{flex:1;display:flex;align-items:center;justify-content:center}._xAxisLabel_1ckpb_128{color:#475467;font-family:Inter;font-size:12px;font-weight:400;line-height:18px}._chartContainer_177bh_1{display:flex;flex-direction:column;width:100%;margin-top:28px}._chartVerticalContainer_177bh_8{display:flex;align-items:center;width:100%;position:relative;min-height:200px}._chartYAxis_177bh_16{z-index:0}._chartYAxisItem_177bh_20{width:100%;position:absolute;display:flex;align-items:center}._yAxisLabel_177bh_27{color:#475467;font-family:Inter;font-size:12px;font-weight:400;line-height:18px;width:48px}._yAxisGridLine_177bh_36{display:flex;width:100%;height:1px;background-color:#f2f4f7}._chartBody_177bh_43{display:flex;width:100%;margin-left:48px;z-index:0}._chartBarContainer_177bh_51{flex:1;display:flex;justify-content:center}._chartBarBg_177bh_57{width:40px;display:flex;align-items:flex-end;background-color:transparent}._chartStackBar_177bh_64{display:flex;flex-direction:column;justify-content:flex-end;width:100%;overflow:hidden}._stackSegment_177bh_72{width:100%;transition:all .3s ease;border-radius:6px 6px 0 0;position:relative}._stackSegmentTrailer_177bh_79{width:100%;position:absolute;bottom:-6px;left:0;right:0;height:6px;display:flex}._popoverItemDotOther_177bh_89{width:10px;height:10px;background:#f38744;border-radius:50%}._popoverItemDotLowest_177bh_96{width:10px;height:10px;background:#099250;border-radius:50%}._popoverItemDotHighest_177bh_103{width:10px;height:10px;background:#0064ff;border-radius:50%}._lowest_177bh_110{background-color:#099250}._highest_177bh_114{background-color:#0064ff}._other_177bh_118{background-color:#f38744}._retailerName_177bh_122{color:#344054;font-family:Inter;font-size:12px;font-weight:600;line-height:18px;padding-bottom:8px;margin-bottom:8px;border-bottom:1px solid #EAECF0}._pricePercentage_177bh_133{color:#101828;font-family:Inter;font-size:12px;font-weight:600;line-height:20px}._popOverItemLeft_177bh_141{display:flex;align-items:center;gap:8px;color:#475467;font-family:Inter;font-size:12px;font-weight:500;line-height:20px}._popover_177bh_89{display:flex;flex-flow:column;color:#344054;font-family:Inter;font-size:12px;font-weight:600;line-height:18px}._popoverItem_177bh_89{display:flex;align-items:center;justify-content:space-between;width:165px}._chartXAxis_177bh_169{height:18px;margin:8px 0 0 48px;display:flex;width:calc(100% - 48px);align-items:center}._chartXAxisItem_177bh_179{flex:1;display:flex;justify-content:center;width:40px}._xAxisLabel_177bh_186{font-size:12px;color:#475467;font-family:Inter;width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;text-align:center}._tableCard_ql3m1_3{padding:0!important}._tableCardHeader_ql3m1_7{padding:20px 24px}._cardHead_ql3m1_11{display:flex;align-items:center}._retailerTitle_ql3m1_16{width:100%;height:100%;display:flex;align-items:center;justify-content:center}._cardHeader_ql3m1_24{color:#101828;font-family:Inter;font-size:18px;font-weight:600;line-height:28px}._cardRight_ql3m1_32{display:flex;align-items:center;gap:8px}._tableFilters_ql3m1_38{display:flex;align-items:center;gap:24px;margin:20px 0 0;width:100%;overflow-y:auto;padding:0 24px 20px}._switchItem_ql3m1_49{display:flex;align-items:center;gap:8px}._switchItemLabel_ql3m1_55{color:#344054;font-family:Inter;font-size:14px;font-weight:500;line-height:20px;white-space:nowrap}._table_ql3m1_1{width:100%;overflow:auto}._table_ql3m1_1 table{border-collapse:collapse;width:100%}._table_ql3m1_1 table th{padding:12px 24px;text-align:left;white-space:nowrap}._table_ql3m1_1 table th span{color:#475467;font-family:Inter;font-size:12px;font-style:normal;font-weight:500;line-height:18px}._table_ql3m1_1 tr:first-child{background-color:#f9fafb;height:60px}._table_ql3m1_1 thead tr{border-bottom:1px solid #EAECF0!important}._table_ql3m1_1 tr:not(:last-child){border-bottom:1px solid #EAECF0}._table_ql3m1_1 tr td{padding:12px 24px;color:#475467;font-family:Inter;font-size:14px;font-weight:400;line-height:20px}._productBox_ql3m1_111{display:flex;align-content:flex-start;gap:12px}._productBoxRight_ql3m1_117{width:197px}._productBoxDesc_ql3m1_121{margin:0;width:100%;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;color:#101828;font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:22px}._productBoxDescLink_ql3m1_138{text-decoration:underline}._productTags_ql3m1_142{display:flex;width:100%;gap:8px;align-items:center}._productTag_ql3m1_142{border-radius:6px;border:1px solid #EAECF0;background:#f9fafb;padding:2px 6px;color:#363f72;font-family:Inter;font-size:12px;font-weight:500;line-height:18px;width:fit-content}._productTagsVertical_ql3m1_162{display:flex;flex-flow:column;width:100%;gap:8px;align-items:center}._productBarcode_ql3m1_170{color:#475467;font-family:Inter;font-size:14px;font-weight:400;line-height:20px}._unitCount_ql3m1_178{color:#101828;font-family:Inter;font-size:14px;font-weight:500;line-height:20px}._mobileTableWrapper_ql3m1_186{display:none;flex-flow:column;gap:16px}@media(max-width:1024px){._desktopTableWrapper_ql3m1_193{display:none}._mobileTableWrapper_ql3m1_186{display:flex!important;padding:16px}}._mobilePriceList_ql3m1_203{list-style:none;padding:0;margin:0;color:#101828;font-family:Inter;font-size:14px;font-weight:500;line-height:20px}._mobileOosPrice_ql3m1_214{color:#93979f;font-size:12px;margin-top:4px}._ratingSummaryPageContainer_7xfvj_1{width:100%;display:flex;flex-flow:column;align-items:center;justify-content:center}._ratingSummaryPage_7xfvj_1{max-width:100%;width:100%}._contentPlaceholder_7xfvj_14{display:flex;align-items:center;justify-content:center;min-height:200px;background-color:#f8f9fa;border-radius:8px;margin-top:20px}._contentPlaceholder_7xfvj_14 p{color:#6c757d;font-size:16px;margin:0}@media screen and (max-width:1300px){._ratingSummaryPage_7xfvj_1{width:100%}}._summaryCardsContainer_jbm2a_1{display:flex;align-items:center;overflow:auto;width:100%;gap:20px;margin-top:20px}._summaryCard_jbm2a_1{border-radius:12px;border:1px solid #EAECF0;background:#fff;box-shadow:0 1px 2px #1018280d;display:flex;flex-flow:column;gap:8px;cursor:pointer}._summaryCardTop_jbm2a_21{margin:20px 20px 0;padding-bottom:8px;border-bottom:1px solid #EAECF0}._summaryCardBottom_jbm2a_27{margin:0 20px 20px;display:flex;align-items:center;gap:8px}._summaryCardBottomLeft_jbm2a_34,._summaryCardBottomRight_jbm2a_38{flex:1}._summaryCardBottomContent_jbm2a_42{display:flex;flex-flow:column;gap:8px}._summaryCardBottomContentTop_jbm2a_48{display:flex;align-items:center;gap:4px}._summaryCardBottomContentBottom_jbm2a_54{display:flex;align-items:center;gap:8px}._summaryCardBottomContentLabel_jbm2a_60{color:#475467;font-family:Inter;font-size:14px;font-weight:500;line-height:20px;white-space:nowrap}._summaryCardBottomContentBottomLabel_jbm2a_69{color:#344054;font-family:Inter;font-size:14px;font-weight:500;line-height:20px}._summaryCardBottomContentBottomLabelProdCount_jbm2a_77{color:#101828;font-family:Inter;font-size:16px;font-weight:600;line-height:20px}._summaryCardBottomExpand_jbm2a_85{border:none;background-color:transparent;cursor:pointer}._summaryRetailerName_jbm2a_91{font-size:14px}._summayCardReviewAndRating_jbm2a_95,._summayCardReview_jbm2a_95{display:flex;align-items:center;gap:8px}._summayCardRating_jbm2a_107{display:flex;align-items:center;gap:8px;border-left:1px solid #EAECF0;padding-left:8px}._summayCardReviewAndRatingText_jbm2a_115{color:#344054;font-family:Inter;font-size:14px;font-weight:600;line-height:22px;white-space:nowrap}._summaryCardBottomExpand_jbm2a_85{opacity:0;transition:opacity .2s}._summaryCard_jbm2a_1:hover ._summaryCardBottomExpand_jbm2a_85{opacity:1}._summaryCard_jbm2a_1:hover{box-shadow:-4px -4px 4px #0000000d inset,4px 4px 4px #0000000d inset}._tableWrapper_1nc6c_1{margin-top:20px}._table_1nc6c_1{border-radius:12px;border:1px solid #EAECF0;background:#fff;box-shadow:0 1px 2px #1018280d}._tableHead_1nc6c_12{width:100%;display:flex;align-items:center;justify-content:space-between;padding:20px 24px}._tableHeadLeft_1nc6c_20{display:flex;align-items:center}._tableHeadRight_1nc6c_25{display:flex;align-items:center;gap:12px}._tableHeader_1nc6c_31{max-width:300px;color:#101828;font-family:Inter;font-size:18px;font-weight:600;line-height:28px;margin:0}._excelBtn_1nc6c_41{height:20px;background-color:transparent;border:none;cursor:pointer}._tableContent_1nc6c_48{padding-bottom:12px;width:100%;overflow:auto}._nativeTable_1nc6c_54{margin-top:20px;border-collapse:collapse;min-width:100%}._nativeTable_1nc6c_54 th{padding:23px 0;position:sticky;top:0;z-index:2;background-color:#f9fafb!important}._nativeTable_1nc6c_54 th:first-child{position:sticky;left:-1px;background-color:#fff;z-index:3;width:304px;text-align:center}._nativeTable_1nc6c_54 td:first-child{position:sticky;left:-1px;min-width:238px!important;width:238px!important;max-width:238px!important;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;background-color:#fff}._nativeTable_1nc6c_54 thead{background:#f9fafb}._nativeTable_1nc6c_54 tr{padding:23px 0;cursor:pointer}._nativeTable_1nc6c_54 tr:not(:last-child){border-bottom:1px solid #EAECF0}._headerText_1nc6c_104{color:#101828;font-family:Inter;font-size:14px;font-weight:500;line-height:20px;width:100%;margin-left:24px;text-align:left;display:flex}._cell_1nc6c_116{text-align:center;padding:12px}._cellCenter_1nc6c_121{display:flex;align-items:center;justify-content:center;width:100%;height:100%;padding:0 24px}._brandExpandButton_1nc6c_130{border:none;background-color:transparent;color:#101828;font-family:Inter;font-size:14px;font-weight:400;line-height:20px;display:flex;align-items:center;gap:18px;margin-left:24px;cursor:pointer;padding:0 12px}._expandBrandLabel_1nc6c_146{max-width:175px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._brandExpandButtonChild_1nc6c_153{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}._tableColumnRetailer_1nc6c_159{padding:12px 48px 24px 24px;display:flex;align-items:center;justify-content:center}._tableColumnHead_1nc6c_166{display:flex;align-items:center;justify-content:center;flex-flow:column}._tableColumnHeaders_1nc6c_173{display:flex;align-items:center;width:244px;flex-flow:row;gap:20px}._tableColumnHeader_1nc6c_173{flex:1;display:flex;align-items:center;justify-content:center;color:#475467;font-family:Inter;font-size:12px;font-weight:500;line-height:18px;gap:4px}@media screen and (max-width:1200px){._tableHead_1nc6c_12{flex-flow:column;gap:16px;width:100%}._tableHeadRight_1nc6c_25{flex-flow:column-reverse;width:100%}._nativeTable_1nc6c_54 td:first-child ._brandExpandButton_1nc6c_130{margin-right:24px}}._tableCell_1f993_1{padding:8px 12px;width:260px;border-radius:8px;border:1px solid #E6E8EC;background:#fff;display:flex;align-items:center;gap:8px}._tableCellLeft_1f993_12,._tableCellRight_1f993_20{flex:1;display:flex;align-items:center;justify-content:center;gap:4px}._label_1f993_28{color:#101828;font-family:Inter;font-size:14px;font-weight:600;line-height:20px}._tableCell_1f993_1:hover{background:#f9fafb;cursor:pointer}._error_1f993_41,._warning_1f993_45{color:#f04438}._ratingPeriodPageContainer_1xrgr_1,._ratingPeriodPage_1xrgr_1{width:100%;height:100%;display:flex;flex-direction:column}._chartsRow_1xrgr_15{display:flex;gap:20px;width:100%;margin-top:20px;max-width:100vw;overflow:hidden}._chartContainer_1xrgr_24{width:100%}._chartCol_1xrgr_28{flex:1;min-width:0;max-width:50%}._charts_1xrgr_15{display:flex;flex-direction:column;align-items:stretch;gap:20px;margin-top:20px}._fullWidthContainer_1xrgr_42{width:100%;display:flex}._halfWidthContainer_1xrgr_47{flex:1;min-width:0;display:flex}._halfWidthRow_1xrgr_53{display:flex;gap:20px;width:100%}@media screen and (max-width:1200px){._halfWidthRow_1xrgr_53{flex-direction:column}._halfWidthContainer_1xrgr_47{width:100%}}._retailerOnly_an9rp_1{padding:2px 8px;border-radius:16px;border:1px solid #98A2B3;display:flex;align-items:center;gap:4px}._retailerOnlyText_an9rp_10{color:#475467;font-family:Inter;font-size:12px;font-weight:500;line-height:18px}._canvas-chart_1wpgv_1{position:relative;width:100%;background:#fff;padding:8px;display:flex;flex-direction:column}._canvas-chart_1wpgv_1 canvas{display:block;width:100%;height:auto}._canvas-chart_1wpgv_1 ._canvas-chart-legend_1wpgv_14{display:flex;justify-content:center;gap:12px;padding:12px;border-radius:6px;flex-wrap:wrap}._canvas-chart_1wpgv_1 ._canvas-chart-legend_1wpgv_14 ._legend-section_1wpgv_22{display:flex;align-items:center;gap:12px;flex-wrap:wrap}._canvas-chart_1wpgv_1 ._canvas-chart-legend_1wpgv_14 ._legend-section_1wpgv_22 ._legend-title_1wpgv_28{font-weight:600;color:#374151;font-size:12px;margin-right:8px}._canvas-chart_1wpgv_1 ._canvas-chart-legend_1wpgv_14 ._legend-section_1wpgv_22 ._legend-item_1wpgv_34{display:flex;align-items:center;gap:6px;font-size:12px;color:#6b7280}._canvas-chart_1wpgv_1 ._canvas-chart-legend_1wpgv_14 ._legend-section_1wpgv_22 ._legend-item_1wpgv_34 ._legend-color_1wpgv_41{width:12px;height:12px;border-radius:6px}._canvas-chart_1wpgv_1 ._canvas-chart-legend_1wpgv_14 ._legend-section_1wpgv_22 ._legend-item_1wpgv_34 ._legend-color_1wpgv_41._legend-line_1wpgv_46{height:3px;border-radius:0;position:relative}._canvas-chart_1wpgv_1 ._canvas-chart-legend_1wpgv_14 ._legend-section_1wpgv_22 ._legend-item_1wpgv_34 ._legend-color_1wpgv_41._legend-line_1wpgv_46:after{content:"";position:absolute;top:50%;background:inherit;border-radius:1px;transform:translateY(-50%)}._canvas-chart_1wpgv_1 ._canvas-chart-legend_1wpgv_14 ._legend-section_1wpgv_22 ._legend-item_1wpgv_34 span{color:#475467;font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px;white-space:nowrap}._canvas-chart_1wpgv_1 ._canvas-chart-tooltip_1wpgv_69{background:#fff;border:1px solid #e5e7eb;border-radius:6px;padding:8px 12px;box-shadow:0 4px 12px #00000026;font-size:12px;line-height:1.4;max-width:200px;z-index:1000}._canvas-chart_1wpgv_1 ._canvas-chart-tooltip_1wpgv_69 strong{color:#111827;font-weight:600;display:block;margin-bottom:4px;border-bottom:1px solid #e5e7eb;padding-bottom:4px}._canvas-chart_1wpgv_1 ._canvas-chart-tooltip_1wpgv_69 span{display:block;margin:2px 0;font-weight:500}@media(max-width:768px){._canvas-chart_1wpgv_1{padding:12px}._canvas-chart_1wpgv_1 ._canvas-chart-legend_1wpgv_14{flex-direction:column;align-items:center;gap:16px}._canvas-chart_1wpgv_1 ._canvas-chart-legend_1wpgv_14 ._legend-section_1wpgv_22{justify-content:center;gap:8px}._canvas-chart_1wpgv_1 ._canvas-chart-legend_1wpgv_14 ._legend-section_1wpgv_22 ._legend-item_1wpgv_34{font-size:11px}._canvas-chart_1wpgv_1 ._canvas-chart-legend_1wpgv_14 ._legend-section_1wpgv_22 ._legend-item_1wpgv_34 ._legend-color_1wpgv_41{width:10px;height:10px}._canvas-chart_1wpgv_1 ._canvas-chart-tooltip_1wpgv_69{font-size:11px;padding:6px 10px;max-width:180px}}@media(max-width:480px){._canvas-chart_1wpgv_1{padding:8px}._canvas-chart_1wpgv_1 ._canvas-chart-legend_1wpgv_14 ._legend-section_1wpgv_22 ._legend-item_1wpgv_34 span{font-size:10px}}._ratingReviewChart_bfip0_1{padding:24px;border-radius:12px;border:1px solid #EAECF0;background:#fff;box-shadow:0 1px 2px #1018280d;width:100%;max-width:100%;min-width:0}._chartHeader_bfip0_12,._chartHeaderLeft_bfip0_17{display:flex;align-items:center}._chartTitle_bfip0_22{margin:0;color:#101828;font-family:Inter;font-size:18px;font-weight:600;line-height:28px}._downloadBtn_bfip0_31{background-color:transparent;border:none;cursor:pointer}._chartContainer_bfip0_37{padding:0 8px}._favoriteCountChart_1wmio_1{padding:24px;background-color:#fff;border-radius:12px;box-shadow:0 1px 2px #1018280d;border:1px solid #EAECF0;width:100%;max-width:100%;min-width:0;height:100%;display:flex;flex-direction:column}._chartHeader_1wmio_15{display:flex;align-items:center;justify-content:space-between}._chartHeaderLeft_1wmio_21{display:flex;align-items:center;gap:8px}._chartTitle_1wmio_27{margin:0;color:#101828;font-family:Inter;font-size:18px;font-weight:600;line-height:28px}._downloadBtn_1wmio_36{background-color:transparent;border:none;cursor:pointer}._chartFilters_1wmio_42{display:flex;align-items:center;gap:12px;margin-top:16px}._toggleBtn_1wmio_49{background:#f4f4f4;border:1px solid #e0e0e0;color:#475467;border-radius:6px;padding:4px 14px;font-size:14px;cursor:pointer;transition:background .2s,color .2s,border .2s}._toggleBtnActive_1wmio_60{background:#2970ff;border:1px solid #2970FF;color:#fff;border-radius:6px;padding:4px 14px;font-size:14px;cursor:pointer;font-weight:600;box-shadow:0 2px 8px #2970ff14;transition:background .2s,color .2s,border .2s}._chartBodyPieContainer_1wmio_88{display:flex;align-items:center;gap:12px}._chartBodyPie_1wmio_88{flex:0 0 41%}._chartBodyPieLegend_1wmio_98{flex:0 0 59%;height:100%}._chartBodyPieLegendTable_1wmio_103{width:100%;border-collapse:collapse;height:100%}._chartBodyPieLegendTableHeadRowItem_1wmio_113{border-bottom:1px solid #D1D1D1}._chartBodyPieLegendTable_1wmio_103 th,._chartBodyPieLegendTable_1wmio_103 td{padding:6px 12px}._center_1wmio_122{text-align:center}._right_1wmio_126{text-align:right}._headerFontStyle_1wmio_130{color:#535353;font-family:Roboto;font-size:13px;font-weight:500;line-height:20px}._firstColCellStyle_1wmio_138{color:#303030;font-size:14px;font-weight:400;line-height:20px;display:flex;align-items:center;gap:8px}._colorCircle_1wmio_148{width:12px;height:12px;border-radius:50%;flex-shrink:0}._otherColCellStyle_1wmio_155{color:#303030;text-align:right;font-family:Inter;font-size:14px;font-style:normal;font-weight:600;line-height:20px}._chartContainer_1wmio_165{margin-top:16px;width:100%}._chartBodyNoData_1wmio_73{margin-top:16px}._chartBodyNoDataText_1wmio_77{margin:0;overflow:hidden;color:#475467;text-align:center;font-family:Inter;font-size:14px;font-weight:400;line-height:20px}@media(max-width:1200px){._chartBodyPieContainer_1wmio_88{flex-flow:column}}._container_zd0z4_1{width:100%;height:100%;position:relative;min-width:250px}._tooltipContent_zd0z4_8{background-color:#fff;border-radius:4px;padding:8px;min-width:120px;font-size:12px}._tooltipTitle_zd0z4_16{font-weight:600;margin-bottom:6px;padding-bottom:4px;border-bottom:1px solid #eee;color:#333}._tooltipRow_zd0z4_24{display:flex;justify-content:space-between;align-items:center;margin-bottom:2px;gap:12px}._tooltipRow_zd0z4_24 span:first-child{font-weight:400;color:#666}._tooltipRow_zd0z4_24 span:last-child{font-weight:600;color:#333}._charts_1p3vm_1{display:flex;flex-direction:column;align-items:stretch;gap:20px;margin-top:20px}._fullWidthContainer_1p3vm_9{width:100%;display:flex}._halfWidthContainer_1p3vm_14{flex:1;min-width:0;display:flex}._halfWidthRow_1p3vm_20{display:flex;gap:20px;width:100%}@media screen and (max-width:1200px){._halfWidthRow_1p3vm_20{flex-direction:column}._halfWidthContainer_1p3vm_14{width:100%}}._card_ubm8z_1{padding:24px;background-color:#fff;border-radius:12px;box-shadow:0 1px 2px #1018280d;border:1px solid #EAECF0;width:100%;height:100%;margin-top:20px}._cardHead_ubm8z_12{display:flex;align-items:center;justify-content:space-between}._cardHeadLeft_ubm8z_18{display:flex;align-items:center;gap:8px}._cardHeadRight_ubm8z_24{display:flex;align-items:center;gap:10px}._cardHeader_ubm8z_30{margin:0;color:#101828;font-family:Inter;font-size:18px;font-weight:600;line-height:28px}._downloadBtn_ubm8z_39{background-color:transparent;border:none;cursor:pointer}._slideBtn_ubm8z_45{background-color:transparent;border:1px solid #EAECF0;cursor:pointer;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center}._arrowRight_ubm8z_57{transform:rotate(180deg)}._cardBody_ubm8z_61{margin-top:16px}._topList_ubm8z_65{display:flex;flex-flow:row;gap:16px;width:100%;overflow-x:auto}._topItem_ubm8z_73{border-radius:12px;border:1px solid #EAECF0;background:#fff;width:306px;min-width:306px;box-shadow:0 1px 2px #1018280d}._topItemHead_ubm8z_82{padding:20px 16px 16px;border-bottom:1px solid #EAECF0}._topItemBody_ubm8z_87{padding:16px 16px 20px}._attributeList_ubm8z_91{display:flex;flex-flow:column;gap:8px}._attributeItem_ubm8z_97{display:flex;align-items:center;justify-content:space-between}._attributeItemLeft_ubm8z_103{display:flex;align-items:center;gap:2px}._attributeItemLeftLabel_ubm8z_109{color:#475467;font-family:Inter;font-size:14px;font-weight:500;line-height:22px;white-space:nowrap}._attributeItemRight_ubm8z_118{display:flex;align-items:center;gap:4px}._attributeItemRightValue_ubm8z_124{color:#101828;font-family:Inter;font-size:14px;font-weight:600;line-height:22px;white-space:nowrap}._topItemHeadLabel_ubm8z_133{overflow:hidden;color:#101828;text-overflow:ellipsis;font-family:Inter;font-size:16px;font-weight:500;line-height:22px}._modalFilters_ubm8z_143{display:flex;align-items:center;justify-content:space-between;width:100%;margin-bottom:16px}._modalHeader_ubm8z_151{display:flex;align-items:center;gap:16px;width:100%}._modalTitle_ubm8z_158{color:#101828;font-family:Inter;font-size:24px;font-weight:600;line-height:32px}._modalFiltersRight_ubm8z_166{display:flex;align-items:center;gap:12px}@media screen and (max-width:1200px){._topList_ubm8z_65{flex-flow:column}._topItem_ubm8z_73{width:100%}._cardHead_ubm8z_12,._cardHeadRight_ubm8z_24{flex-flow:column;gap:12px}._slideBtn_ubm8z_45{display:none}}._summaryCards_1taln_1{margin:24px 0;display:flex;width:100%;gap:16px}._cardWrapper_1taln_9{flex:1}._card_1taln_9{border-radius:12px;border:1px solid #EAECF0;background:#fff;box-shadow:0 1px 2px #1018280d;padding:20px 16px;display:flex;flex-flow:column;gap:8px;width:100%}._cardTop_1taln_25{display:flex;align-items:center}._cardTopLeft_1taln_30{display:flex;align-items:center;gap:4px}._cardTitle_1taln_36{color:#475467;font-family:Inter;font-size:14px;font-weight:500;line-height:20px}._cardBottom_1taln_44,._cardBottomLeft_1taln_50{display:flex;align-items:center}._value_1taln_55{margin-right:4px;color:#101828;font-family:Inter;font-size:24px;font-weight:600;line-height:32px}._valueLabel_1taln_64{color:#101828;font-family:Inter;font-size:18px;font-style:normal;font-weight:500;line-height:20px;margin:0 4px 0 0}._change_1taln_74{margin:0 4px;width:fit-content}._expandBtn_1taln_79{border:none;background-color:transparent;cursor:pointer;opacity:0;transition:opacity .2s;display:flex;align-items:center;padding:0}._card_1taln_9:hover ._expandBtn_1taln_79{opacity:1}@media screen and (max-width:1200px){._summaryCards_1taln_1{flex-direction:column}}._favoriteCountChart_1o3yo_1{padding:24px;background-color:#fff;border-radius:12px;box-shadow:0 1px 2px #1018280d;border:1px solid #EAECF0;width:100%;height:100%;display:flex;flex-direction:column;min-width:300px;flex:1}._chartHeader_1o3yo_15{display:flex;align-items:center;justify-content:space-between}._chartHeaderLeft_1o3yo_21{display:flex;align-items:center;gap:8px}._chartTitle_1o3yo_27{margin:0;color:#101828;font-family:Inter;font-size:18px;font-weight:600;line-height:28px}._downloadBtn_1o3yo_36{background-color:transparent;border:none;cursor:pointer}._chartBody_1o3yo_42{margin-top:16px;width:100%;min-height:400px;height:100%;flex:1;display:flex;flex-direction:column}._chartBodyNoData_1o3yo_52{margin-top:16px;flex:1;display:flex;align-items:center;justify-content:center}._chartBodyNoDataText_1o3yo_60{margin:0;overflow:hidden;color:#475467;text-align:center;font-family:Inter;font-size:14px;font-weight:400;line-height:20px}._tooltipContent_1o3yo_71,._tooltipContentValues_1o3yo_77{display:flex;flex-flow:column;gap:8px}._tooltipContentValue_1o3yo_77{display:flex}._tooltipContentValueLabel_1o3yo_87,._tooltipContentValueValue_1o3yo_94{font-size:14px;font-weight:500;line-height:20px;color:#101828}._modalTitle_1tf7r_3{margin:0;color:#101828;font-family:Inter;font-size:24px;font-weight:600;line-height:32px}._downloadBtn_1tf7r_12{background-color:transparent;border:none;cursor:pointer;padding:8px;margin:0;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:background-color .2s}._downloadBtn_1tf7r_12:hover{background-color:#f5f5f5}._modalHeader_1tf7r_29{display:flex;align-items:center;gap:12px}._modalFooter_1tf7r_35{display:flex;align-items:center;justify-content:flex-end;width:100%}._closeBtn_1tf7r_42{background-color:#667085;color:#fff;border:none;padding:10px 16px;border-radius:6px;cursor:pointer;font-family:Inter;font-size:14px;font-weight:500;transition:background-color .2s}._closeBtn_1tf7r_42:hover{background-color:#5a5f6b}._productPerformanceModalContent_1tf7r_59{border-radius:12px;border:1px solid #EAECF0;background:#fff;box-shadow:0 1px 2px #1018280d}._tabsListContainer_1tf7r_66{padding:20px;display:flex;align-items:center;gap:20px}._tableText_1tf7r_73{color:#475467;font-family:Inter;font-size:14px;font-weight:400;line-height:20px}._tabsContainer_1tf7r_81{width:100%}._tabContent_1tf7r_85{display:flex;align-items:center;gap:8px;font-family:Inter;font-size:14px;font-weight:500}._productCount_1tf7r_94{border-radius:16px;border:1px solid #EAECF0;background:#f2f4f7;padding:2px 8px;color:#344054;text-align:center;font-family:Inter;font-size:12px;font-weight:500;line-height:18px}._dateRangePickerContainer_1tf7r_107{margin-top:20px}._activeProductCount_1tf7r_111{border:1px solid #D8DEF4;background:#eceffa;color:#1f306d}._tabPanelContent_1tf7r_117{padding:0}._searchContainer_1tf7r_121{margin-bottom:20px;display:flex;justify-content:flex-end}._searchInput_1tf7r_127{width:300px}._table_1tf7r_73{width:100%}._ratingScore_1tf7r_136{display:flex;flex-flow:column;gap:4px}._ratingScoreRow_1tf7r_142{display:flex;align-items:center;gap:4px}._ratingScoreTitle_1tf7r_148{color:#717171;font-family:Inter;font-size:12px;font-weight:500;letter-spacing:.12px}._ratingScoreValueRed_1tf7r_156{color:#ff4747;font-family:Inter;font-size:14px;font-weight:500;line-height:20px;white-space:nowrap}._ratingScoreValue_1tf7r_156{color:#101828;font-family:Inter;font-size:14px;font-weight:500;line-height:20px;white-space:nowrap}._countCell_1tf7r_174{display:flex;align-items:center;gap:4px}._countText_1tf7r_180{color:#101828;font-family:Inter;font-size:16px;font-weight:500;line-height:20px;white-space:nowrap}._loadingContainer_1tf7r_189{height:400px}@media(max-width:1200px){._searchInput_1tf7r_127{width:100%}._searchContainer_1tf7r_121{justify-content:stretch}}._charts_1rv56_1{display:flex;align-items:stretch;gap:20px;margin-top:20px}._chartsContainer_1rv56_8{flex:1;min-width:0;max-width:50%;display:flex}@media screen and (max-width:1200px){._charts_1rv56_1{flex-direction:column}._chartsContainer_1rv56_8{min-width:100%;max-width:100%}}._card_14yvd_1{padding:24px;background-color:#fff;border-radius:12px;box-shadow:0 1px 2px #1018280d;border:1px solid #EAECF0;width:100%;height:100%;margin-top:20px}._cardHead_14yvd_12{display:flex;align-items:center;justify-content:space-between}._cardHeadLeft_14yvd_18{display:flex;align-items:center;gap:8px}._cardHeadRight_14yvd_24{display:flex;align-items:center;gap:10px}._cardHeader_14yvd_30{margin:0;color:#101828;font-family:Inter;font-size:18px;font-weight:600;line-height:28px}._downloadBtn_14yvd_39{background-color:transparent;border:none;cursor:pointer}._slideBtn_14yvd_45{background-color:transparent;border:1px solid #EAECF0;cursor:pointer;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center}._arrowRight_14yvd_57{transform:rotate(180deg)}._cardBody_14yvd_61{margin-top:16px}._topList_14yvd_65{display:flex;flex-flow:row;gap:16px;width:100%;overflow-x:auto}._topItem_14yvd_73{border-radius:12px;border:1px solid #EAECF0;background:#fff;width:306px;min-width:306px;box-shadow:0 1px 2px #1018280d}._topItemHead_14yvd_82{padding:20px 16px 16px;border-bottom:1px solid #EAECF0}._topItemBody_14yvd_87{padding:16px 16px 20px}._attributeList_14yvd_91{display:flex;flex-flow:column;gap:8px}._attributeItem_14yvd_97{display:flex;align-items:center;justify-content:space-between}._attributeItemLeft_14yvd_103{display:flex;align-items:center;gap:2px}._attributeItemLeftLabel_14yvd_109{color:#475467;font-family:Inter;font-size:14px;font-weight:500;line-height:22px;white-space:nowrap}._attributeItemRight_14yvd_118{display:flex;align-items:center;gap:4px}._attributeItemRightValue_14yvd_124{color:#101828;font-family:Inter;font-size:14px;font-weight:600;line-height:22px;white-space:nowrap}._topItemHeadLabel_14yvd_133{overflow:hidden;color:#101828;text-overflow:ellipsis;font-family:Inter;font-size:16px;font-weight:500;line-height:22px}@media screen and (max-width:1200px){._topList_14yvd_65{flex-flow:column}._topItem_14yvd_73{width:100%}._cardHead_14yvd_12,._cardHeadRight_14yvd_24{flex-flow:column;gap:12px}._slideBtn_14yvd_45{display:none}}._card_10om7_1{padding:24px;background-color:#fff;border-radius:12px;box-shadow:0 1px 2px #1018280d;border:1px solid #EAECF0;width:100%;height:100%;margin-top:20px}._cardHead_10om7_12{display:flex;align-items:center;justify-content:space-between}._cardHeadLeft_10om7_18{display:flex;align-items:center;gap:8px}._cardHeadRight_10om7_24{display:flex;align-items:center;gap:10px}._cardHeader_10om7_30{margin:0;color:#101828;font-family:Inter;font-size:18px;font-weight:600;line-height:28px}._downloadBtn_10om7_39{background-color:transparent;border:none;cursor:pointer}._cardBody_10om7_45{margin-top:20px}._tableText_10om7_49{color:#475467;font-family:Inter;font-size:14px;font-weight:400;line-height:20px}._ratingScore_10om7_57{display:flex;flex-flow:column;gap:4px}._ratingScoreRow_10om7_63{display:flex;align-items:center;gap:4px}._ratingScoreTitle_10om7_69{color:#717171;font-family:Inter;font-size:12px;font-weight:500;letter-spacing:.12px}._ratingScoreValueRed_10om7_77{color:#ff4747;font-family:Inter;font-size:14px;font-weight:500;line-height:20px;white-space:nowrap}._ratingScoreValue_10om7_77{color:#101828;font-family:Inter;font-size:14px;font-weight:500;line-height:20px;white-space:nowrap}._countCell_10om7_95{display:flex;align-items:center;gap:4px}._countText_10om7_101{color:#101828;font-family:Inter;font-size:16px;font-weight:500;line-height:20px;white-space:nowrap}._mobileTableWrapper_10om7_110{display:none;flex-flow:column;gap:16px}@media(max-width:1024px){._desktopTableWrapper_10om7_117{display:none}._mobileTableWrapper_10om7_110{display:flex!important;padding:16px}._cardHead_10om7_12{flex-flow:column;align-items:flex-start;gap:16px}._cardHeadRight_10om7_24{flex-flow:column;width:100%;gap:12px}._cardHeadRight_10om7_24>*{width:100%}._cardHeadRight_10om7_24>*>button{flex:1}}._card_syl8j_1{padding:24px;background-color:#fff;border-radius:12px;box-shadow:0 1px 2px #1018280d;border:1px solid #EAECF0;width:100%;height:100%;margin-top:20px}._cardHead_syl8j_12{display:flex;align-items:center;justify-content:space-between}._cardHeadLeft_syl8j_18{display:flex;align-items:center;gap:8px}._cardHeadRight_syl8j_24{display:flex;align-items:center;gap:10px}._cardHeader_syl8j_30{margin:0;color:#101828;font-family:Inter;font-size:18px;font-weight:600;line-height:28px}._downloadBtn_syl8j_39{background-color:transparent;border:none;cursor:pointer}._cardBody_syl8j_45{margin-top:20px}._tableText_syl8j_49{color:#475467;font-family:Inter;font-size:14px;font-weight:400;line-height:20px}._ratingScore_syl8j_57{display:flex;flex-flow:column;gap:4px}._ratingScoreRow_syl8j_63{display:flex;align-items:center;gap:4px}._ratingScoreTitle_syl8j_69{color:#717171;font-family:Inter;font-size:12px;font-weight:500;letter-spacing:.12px}._ratingScoreValueRed_syl8j_77{color:#ff4747;font-family:Inter;font-size:14px;font-weight:500;line-height:20px;white-space:nowrap}._ratingScoreValue_syl8j_77{color:#101828;font-family:Inter;font-size:14px;font-weight:500;line-height:20px;white-space:nowrap}._countCell_syl8j_95{display:flex;align-items:center;gap:4px}._countText_syl8j_101{color:#101828;font-family:Inter;font-size:16px;font-weight:500;line-height:20px;white-space:nowrap}._mobileTableWrapper_syl8j_110{display:none;flex-flow:column;gap:16px}@media(max-width:1024px){._desktopTableWrapper_syl8j_117{display:none}._mobileTableWrapper_syl8j_110{display:flex!important;padding:16px}._cardHead_syl8j_12{flex-flow:column;align-items:flex-start;gap:16px}._cardHeadRight_syl8j_24{flex-flow:column;width:100%;gap:12px}._cardHeadRight_syl8j_24>*:nth-last-child(-n+2){width:100%}._cardHeadRight_syl8j_24>*>button{flex:1}}._modalTitle_1qpe3_3{margin:0;color:#101828;font-family:Inter;font-size:24px;font-weight:600;line-height:32px}._downloadBtn_1qpe3_12{background-color:transparent;border:none;cursor:pointer;padding:0;margin:0;display:flex;align-items:center;justify-content:center}._modalHeader_1qpe3_23{display:flex;align-items:center;gap:12px}._modalFooter_1qpe3_29{display:flex;align-items:center;justify-content:flex-end;width:100%}._tableText_1qpe3_36{color:#475467;font-family:Inter;font-size:14px;font-weight:400;line-height:20px}._ratingScore_1qpe3_44{display:flex;flex-flow:column;gap:4px}._ratingScoreRow_1qpe3_50{display:flex;align-items:center;gap:4px}._ratingScoreTitle_1qpe3_56{color:#717171;font-family:Inter;font-size:12px;font-weight:500;letter-spacing:.12px}._ratingScoreValueRed_1qpe3_64{color:#ff4747;font-family:Inter;font-size:14px;font-weight:500;line-height:20px;white-space:nowrap}._ratingScoreValue_1qpe3_64{color:#101828;font-family:Inter;font-size:14px;font-weight:500;line-height:20px;white-space:nowrap}._countCell_1qpe3_82{display:flex;align-items:center;gap:4px}._countText_1qpe3_88{color:#101828;font-family:Inter;font-size:16px;font-weight:500;line-height:20px;white-space:nowrap}._modalChartsContainer_1qpe3_97{display:flex;flex-direction:row;gap:20px;margin-top:24px}._chartCard_1qpe3_104{flex:1;padding:24px;border-radius:12px;border:1px solid #EAECF0;background:#fff;box-shadow:0 1px 2px #1018280d;display:flex;flex-direction:column;min-width:0}._modalChartBodyPieContainer_1qpe3_116{display:flex;align-items:center;gap:12px}._modalChartBodyPie_1qpe3_116{flex:0 0 41%}._modalChartBodyPieLegend_1qpe3_126{flex:0 0 59%;height:100%}._modalChartBodyPieLegendTable_1qpe3_131{width:100%;border-collapse:collapse;height:100%}._modalChartBodyPieLegendTableHeadRowItem_1qpe3_141{border-bottom:1px solid #D1D1D1}._modalCenter_1qpe3_145{text-align:center}._modalRight_1qpe3_149{text-align:right}._modalHeaderFontStyle_1qpe3_153{color:#535353;font-family:Roboto;font-size:13px;font-weight:500;line-height:20px}._modalFirstColCellStyle_1qpe3_161{color:#303030;font-size:14px;font-weight:400;line-height:20px;display:flex;align-items:center;gap:8px}._colorCircle_1qpe3_171{width:12px;height:12px;border-radius:50%;flex-shrink:0}._modalOtherColCellStyle_1qpe3_178{color:#303030;text-align:right;font-family:Inter;font-size:14px;font-style:normal;font-weight:600;line-height:20px}@media(max-width:1200px){._modalChartBodyPieContainer_1qpe3_116,._modalChartsContainer_1qpe3_97{flex-flow:column}}._chartHeaderLeft_1qpe3_199{display:flex;align-items:center;gap:8px}._chartTitle_1qpe3_205{margin:0;color:#101828;font-family:Inter;font-size:18px;font-weight:600;line-height:28px}._loadingContainer_1qpe3_214{display:flex;align-items:center;justify-content:center;height:550px}._tableCell_1qpe3_221{padding:6px 12px}._mobileTableWrapper_1qpe3_225{display:none;flex-flow:column;gap:16px}@media(max-width:1024px){._desktopTableWrapper_1qpe3_232{display:none}._mobileTableWrapper_1qpe3_225{display:flex!important}}._notFound_6zyy9_1{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;width:100%;padding-top:175px;gap:20px}._notFoundContent_6zyy9_12{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px}._notFoundTitle_6zyy9_20{font-size:24px;font-weight:600;color:#333}._notFoundDescription_6zyy9_26{font-size:16px;color:#666}._notFoundButton_6zyy9_31{display:flex;align-items:center;justify-content:center;gap:10px}._container_yh3d7_1{padding:24px;width:100%}._header_yh3d7_7{display:flex;flex-direction:column;gap:8px}._headerTitle_yh3d7_13{display:flex;align-items:center;gap:8px;color:#101828;font-size:18px;font-weight:600;line-height:28px}._activeTag_yh3d7_23{border-radius:6px;border:1px solid #D0D5DD;background:#fff;display:flex;padding:2px 6px;align-items:center;box-shadow:0 1px 2px #1018280d;color:#344054;text-align:center;font-size:12px;font-weight:500;line-height:18px}._headerDescription_yh3d7_38{overflow:hidden;color:#475467;text-overflow:ellipsis;font-size:14px;font-weight:400;line-height:20px}._tabsContainer_yh3d7_47{margin-top:16px!important}._dropdownContainer_yh3d7_51{display:flex;padding:8px;justify-content:center;align-items:center;gap:4px;border-radius:8px;border:1px solid #D0D5DD;background:#fff;white-space:nowrap;box-shadow:0 1px 2px #1018280d}._dropdown_yh3d7_51{max-height:300px;overflow-y:auto}._dropdownItem_yh3d7_69{color:#344054;font-size:14px;font-style:normal;font-weight:500;line-height:20px}._selectedCount_yh3d7_77{border-radius:16px;border:1px solid #D8DEF4;background:#eceffa;display:flex;height:20px;padding:2px 6px;align-items:center;color:#1e2e6a;font-size:12px;font-weight:500;line-height:18px}._summary_yh3d7_91{display:flex;gap:16px;flex-wrap:wrap}._summary_yh3d7_91 span{padding:4px 12px;background:#f3f4f6;border-radius:6px;font-size:14px;color:#374151}._toolbar_yh3d7_105{margin-bottom:16px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px}._tableControls_yh3d7_114{display:flex;align-items:center;gap:8px}._productName_yh3d7_120{font-weight:500;color:#1f2937;margin-bottom:4px}._productCode_yh3d7_126{font-size:12px;color:#6b7280}._retailer_yh3d7_131{display:flex;align-items:center}._barcode_yh3d7_136{font-family:Courier New,monospace;background:#f3f4f6;padding:2px 6px;border-radius:4px;font-size:12px}._link_yh3d7_144{display:flex;align-items:center;justify-content:flex-start;cursor:pointer;gap:6px;color:#475467;font-size:14px;font-weight:500;line-height:20px;overflow:hidden;text-overflow:ellipsis;max-width:240px;display:inline-block}._link_yh3d7_144:hover{color:#475467;text-decoration:underline}._linkButton_yh3d7_165{display:flex;align-items:flex-start;justify-content:flex-start;cursor:pointer;margin-top:0}._error_yh3d7_173{text-align:center;padding:40px}._error_yh3d7_173 p{color:#dc2626;margin-bottom:16px}._error_yh3d7_173 button{background:#2563eb;color:#fff;border:none;padding:8px 16px;border-radius:6px;cursor:pointer}._error_yh3d7_173 button:hover{background:#1d4ed8}._tableCell_yh3d7_196{color:#475467;font-size:13px;font-weight:400;line-height:20px}._priceBarcode_yh3d7_203{display:flex;align-items:center;justify-content:flex-start;gap:6px;white-space:nowrap}._tabItemContainer_yh3d7_211{margin-bottom:16px}._tabItemHeader_yh3d7_215{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}._tabItemHeaderLeft_yh3d7_222{display:flex;align-items:center;justify-content:flex-start;gap:12px}._tabItemHeaderRight_yh3d7_229{display:flex;align-items:center;justify-content:flex-end;gap:12px}._actionButton_yh3d7_236{display:flex;align-items:flex-start;gap:6px;width:100%;font-size:14px;font-weight:500;line-height:20px;color:#344054}._modalBody_yh3d7_247{display:flex;flex-direction:column;gap:4px}._modalTitle_yh3d7_253{color:var(--Gray-900, #101828);font-size:18px;font-style:normal;font-weight:600;line-height:28px}._modalDescription_yh3d7_261{color:var(--Gray-600, #475467);font-size:14px;font-style:normal;font-weight:400;line-height:20px}._deleteIcon_yh3d7_269{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:28px;border:8px solid var(--Error-50, #FEF3F2);background:var(--Error-100, #FEE4E2)}@media(max-width:768px){._container_yh3d7_1{padding:16px}._header_yh3d7_7{flex-direction:column;align-items:flex-start}._summary_yh3d7_91{width:100%}._tabItemHeader_yh3d7_215{flex-direction:column;gap:12px;align-items:flex-end}._toolbar_yh3d7_105{flex-direction:column;align-items:flex-start}}._container_19jbc_1{margin:48px 24px;justify-items:center}._bottom_19jbc_7{width:100%;padding:24px;display:flex;flex-direction:row;justify-content:center;align-items:flex-start;position:fixed;bottom:0;left:0;background-color:#fff;border-top:1px solid var(--Gray-200, #eaecf0)}._rightButton_19jbc_21{padding:10px 14px;color:var(--Base-White, #fff);font-family:Inter;font-size:14px;font-style:normal;font-weight:600;line-height:20px}._leftButton_19jbc_31{padding:10px 14px;margin-left:104px;color:var(--Gray-600, #475467);font-family:Inter;font-size:14px;font-style:normal;font-weight:600;line-height:20px}._rightBottomBar_19jbc_42{gap:12px;display:flex;flex-direction:row;margin-left:auto;margin-right:24px}._cardContainer_19jbc_50{width:80%;max-width:1280px;border-radius:16px;border:1px solid var(--Gray-200, #eaecf0);background:var(--Base-White, #fff);box-shadow:0 12px 16px -4px #10182814,0 4px 6px -2px #10182808;margin-bottom:100px}._cardContainerHeader_19jbc_62{display:flex;flex-direction:column;padding:20px 24px;align-items:flex-start;gap:4px;align-self:stretch;border-bottom:1px solid var(--Gray-200, #eaecf0)}._cardContainerTitle_19jbc_72{display:flex;align-items:center;gap:8px;color:var(--Gray-900, #101828);font-family:Inter;font-size:18px;font-style:normal;font-weight:600;line-height:28px}._cardContainerDescription_19jbc_84{overflow:hidden;color:var(--Gray-600, #475467);text-overflow:ellipsis;font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px}._cardContainerBottom_19jbc_95{margin:14px 24px 32px;display:flex;flex-direction:column}._card_19jbc_50{border-radius:8px;display:flex;padding:12px;gap:10px;border:1px solid var(--Gray-100, #F2F4F7);background:var(--Base-White, #fff)}._gridRow_19jbc_110{display:grid;gap:20px;width:100%}._grid2Col_19jbc_116{grid-template-columns:repeat(2,1fr)}._grid3Col_19jbc_120{grid-template-columns:repeat(3,1fr)}._grid4Col_19jbc_124{grid-template-columns:repeat(4,1fr)}._gridMainSide_19jbc_128{grid-template-columns:65fr 35fr}._gridUrlActive_19jbc_132{grid-template-columns:80fr 10fr 10fr}._gridFullWidth_19jbc_136{grid-column:1 / -1}._inputSubText_19jbc_140{display:block;color:var(--Gray-600, #475467);font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px}@media(max-width:1024px){._grid2Col_19jbc_116,._grid3Col_19jbc_120,._grid4Col_19jbc_124,._gridMainSide_19jbc_128,._gridUrlActive_19jbc_132{grid-template-columns:1fr}}._container_na9ke_1{justify-items:center}._bottom_na9ke_5{width:100%;padding:24px;display:flex;justify-content:space-between;align-items:flex-start;position:fixed;bottom:0;left:0;background-color:#fff;border-top:1px solid var(--Gray-200, #eaecf0)}._rightButton_na9ke_18{padding:10px 14px;color:var(--Base-White, #fff);font-family:Inter;font-size:14px;font-style:normal;font-weight:600;line-height:20px}._leftButton_na9ke_28{padding:10px 14px;margin-left:104px;color:var(--Gray-600, #475467);font-family:Inter;font-size:14px;font-style:normal;font-weight:600;line-height:20px}._rightBottomBar_na9ke_39{gap:12px;display:flex;flex-direction:row;margin-left:auto;margin-right:24px}._cardContainer_na9ke_47{width:50%;border-radius:16px;border:1px solid var(--Gray-200, #eaecf0);background:var(--Base-White, #fff);box-shadow:0 12px 16px -4px #10182814,0 4px 6px -2px #10182808;margin-bottom:100px}._cardContainerHeader_na9ke_58{display:flex;flex-direction:column;padding:20px 24px;align-items:flex-start;gap:4px;align-self:stretch;border-bottom:1px solid var(--Gray-200, #eaecf0)}._cardContainerTitle_na9ke_68{display:flex;align-items:center;gap:8px;color:var(--Gray-900, #101828);font-family:Inter;font-size:18px;font-style:normal;font-weight:600;line-height:28px}._cardContainerDescription_na9ke_80{overflow:hidden;color:var(--Gray-600, #475467);text-overflow:ellipsis;font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px}._cardContainerBottom_na9ke_91{margin:14px 24px 32px;display:flex;flex-direction:column}._cardContainerBottom_na9ke_91 ol{margin-left:15px;margin-bottom:20px}._cardContainerBottom_na9ke_91 ol li{color:var(--Gray-600, #475467);font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px;gap:10px}._cardContainerBottom_na9ke_91 ol li ._inputList_na9ke_112{display:flex;flex-direction:column;gap:20px}._label_na9ke_118{display:block;color:var(--Gray-700, #344054);font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px;margin-bottom:6px}._width100_na9ke_129{width:100%}._listProducts_na9ke_133{display:flex;flex-direction:row}._width50_na9ke_138{width:50%}._mainProductTitle_na9ke_142{margin-top:24px;display:block;color:var(--Gray-700, var(--colors-gray-light-mode-700, #344054));font-family:Inter;font-size:16px;font-style:normal;font-weight:600;line-height:24px}._noMainSelectedContainer_na9ke_153{align-items:center;display:flex;flex-direction:column;gap:12px;padding:28px 20px}._noMainSelectedTitle_na9ke_161{display:block;color:var(--Gray-blue-700, #363f72);text-align:center;font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px}._noMainSelectedDescription_na9ke_172{overflow:hidden;color:var(--Gray-600, #475467);text-align:center;text-overflow:ellipsis;font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px}._dot_na9ke_184{width:6px;height:6px;border-radius:50%;background-color:#d9d9d9}._productCard_na9ke_191{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;align-self:stretch;border-radius:8px;border:1px solid #eee;padding:16px 24px 22px;margin-top:16px;width:95%}._productCardTop_na9ke_204{overflow:hidden;color:#101828;text-overflow:ellipsis;font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:24px}._underLineText_na9ke_215{cursor:pointer;color:var(--Gray-600, #475467);font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px;text-decoration-line:underline;text-decoration-style:solid;text-decoration-skip-ink:none;text-decoration-thickness:auto;text-underline-offset:auto;text-underline-position:from-font}._flexibleContainer_na9ke_231{display:flex;align-items:center;gap:6px}._thickText_na9ke_237{color:var(--Gray-600, #475467);font-family:Inter;font-size:12px;font-style:normal;font-weight:400;line-height:20px}._barcodeText_na9ke_246{color:var(--Gray-600, #475467);font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px}._productImage_na9ke_255{border-radius:4px;border:1px solid #eaecf0;background:url(<path-to-image>) #d3d3d3 50% / cover no-repeat}._productDetail_na9ke_261{display:flex;flex-direction:column;align-items:flex-start;gap:4px;flex:1 0 0}._description_na9ke_269{display:block;color:var(--Gray-600, #475467);font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px;margin-top:4px}._shareBox_na9ke_280{display:flex;align-items:center;gap:8px}._shareBox_na9ke_280 span{color:var(--Gray-700, #344054);font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px}._priceBarcode_na9ke_295{display:flex;align-items:center;gap:4px;color:#475467;font-size:12px;font-style:normal;font-weight:400;line-height:20px}._tableCell_na9ke_306{display:flex;align-items:center;gap:4px}._tabItemHeader_na9ke_316{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}._tabItemHeaderLeft_na9ke_323{display:flex;align-items:center;justify-content:flex-start;gap:12px}._tabItemHeaderRight_na9ke_330{display:flex;align-items:center;justify-content:flex-end;gap:12px}._badgeText_na9ke_337{border-radius:16px;border:1px solid #d8def4;background:#eceffa;padding:2px 6px;font-size:10px;width:max-content;font-weight:400;line-height:16px;display:flex;align-items:center;justify-content:center}._errorListText_na9ke_351{display:flex;align-items:center;justify-content:center;gap:8px;border-radius:4px;background:#fef3f2;overflow:hidden;color:#d92d20;text-overflow:ellipsis;font-size:14px;font-style:normal;font-weight:400;line-height:20px;padding:4px 12px;margin-top:12px}._errorListTextButton_na9ke_369{font-size:14px;font-style:normal;font-weight:600;line-height:20px}._errorListTextButton_na9ke_369>span{color:#d92d20!important}._fileInfoContainer_na9ke_380{display:flex;flex-direction:column;width:100%;height:96px;padding:16px;align-items:flex-start;gap:12px;border-radius:12px;border:1px solid var(--Gray-200, #EAECF0);background:var(--Base-White, #FFF);margin-top:16px}._fileInfoErrorContainer_na9ke_394{border-radius:12px;border:2px solid var(--Error-600, #D92D20);background:var(--Base-White, #FFF)}._fileInfoErrorContent_na9ke_400{display:flex;flex-direction:column;gap:4px}._fileInfoHeader_na9ke_406{display:flex;gap:12px;align-items:center;justify-content:space-between;width:100%}._fileInfoContent_na9ke_414{display:flex;align-items:center;justify-content:space-between;width:100%}._fileInfoDescription_na9ke_421{overflow:hidden;color:var(--Gray-600, #475467);text-overflow:ellipsis;font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px}._fileName_na9ke_432{overflow:hidden;color:var(--Gray-700, #344054);text-overflow:ellipsis;display:flex;align-items:center;gap:4px;font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px}._modalHeader_na9ke_446{display:flex;flex-direction:column}._modalTitle_na9ke_451{color:var(--Gray-900, #101828);font-family:Inter;font-size:18px;font-style:normal;font-weight:600;line-height:28px}._modalSubTitle_na9ke_460{color:var(--Gray-600, #475467);font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px}._cardMethodContainerBottom_na9ke_469{margin:14px 0 0;display:flex;flex-direction:row;margin-left:1rem}._reportMethodCards_na9ke_476{display:flex;flex-direction:row;gap:24px;margin-bottom:1rem;margin-right:1rem}._reportMethodCardWrapper_na9ke_484{position:relative;width:100%;border-radius:12px;border:1px solid var(--Gray-100, #F2F4F7);background:var(--Base-White, #FFF);box-shadow:0 1px 2px #1018280d;display:flex;padding:20px;flex-direction:column;align-items:flex-start;gap:16px;align-self:stretch;cursor:pointer}._reportMethodCardWrapper_na9ke_484:hover{border-radius:12px;border:1px solid var(--Gray-100, #F2F4F7);background:var(--colors-gray-light-mode-50, #F9FAFB)}._reportMethodCardDetail_na9ke_506{display:flex;flex-direction:column}._reportMethodCardTitle_na9ke_511{display:block;color:var(--Gray-700, var(--colors-gray-light-mode-700, #344054));font-family:Inter;font-size:18px;font-style:normal;font-weight:600;line-height:22px;padding-bottom:8px}._reportMethodCardDescription_na9ke_522{display:block;overflow:hidden;color:var(--Gray-700, var(--colors-gray-light-mode-700, #344054));text-overflow:ellipsis;font-family:Roboto;font-size:14px;font-style:normal;font-weight:400;line-height:20px}@media(max-width:1024px){._leftButton_na9ke_28{margin-left:0}}@media(max-width:1291px){._reportMethodCards_na9ke_476{display:flex;flex-direction:column}._reportCardWrapper_na9ke_546{width:100%}._reportCardTitle_na9ke_550{min-height:auto}}._header_kjaem_1{display:flex;align-items:center;justify-content:space-between}._headerLeft_kjaem_7{display:flex;align-items:center;gap:12px}._headerTitle_kjaem_13{color:#101828;font-family:Inter;font-size:18px;font-style:normal;font-weight:600;line-height:28px;display:flex;align-items:center;justify-content:center;gap:4px}._headerRight_kjaem_26{margin-left:auto;display:flex;align-items:center;gap:12px}._declaration_kjaem_33{color:#344054;font-size:14px;font-weight:500;margin-bottom:1rem}._h_kjaem_1{color:#101828;font-size:16px;font-style:normal;font-weight:600;margin-bottom:12px}._retailerLogo_kjaem_48{width:60px;height:30px;object-fit:contain}._tagsMoreLabel_kjaem_54{cursor:pointer;font-weight:600;font-size:13px;line-height:20px;letter-spacing:0%;color:#243880}._column_kjaem_63{width:100%;display:block;text-align:start}._columnFlex_kjaem_69{cursor:pointer;width:100%;display:flex;align-items:center;gap:6px;justify-content:flex-start}._columnRight_kjaem_78{width:100%;display:block;justify-content:flex-end}._productDetail_kjaem_84{display:flex;flex-direction:column;align-items:flex-start;gap:4px;flex:1 0 0}._tooltipContainer_kjaem_92{max-width:220px;overflow-y:auto;font-size:13px;max-height:300px;padding-right:5px}._productItem_kjaem_100{display:flex;flex-direction:row;padding:8px 16px;align-items:center;gap:8px;border-bottom:1px solid #eaecf0}._productName_kjaem_109{display:block;overflow:hidden;color:#101828;text-overflow:ellipsis;font-family:Inter;font-size:12px;font-style:normal;font-weight:400;line-height:22px;text-decoration-style:solid;text-decoration-skip-ink:none;text-decoration-thickness:auto;text-underline-offset:auto;text-underline-position:from-font;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;align-self:stretch}._tooltipButton_kjaem_130{width:158px;height:38px;display:flex;padding:9px 10px;gap:12px;flex:1 0 0;align-items:center;align-self:stretch;gap:8px;margin:1px 6px}._selectedRow_kjaem_145 td{background-color:#0000000d!important;transition:background-color .3s ease}._addKeywordButton_kjaem_150{padding:8px 12px;display:flex;align-items:center;color:#fff;font-size:14px;font-weight:500;line-height:20px}._searchInput_kjaem_160{width:307px!important}._activeTag_kjaem_164{border-radius:16px;background:#ecfdf3;border:solid 1px #ABEFC6;color:#067647;padding:2px 8px}._inactiveTag_kjaem_172{border-radius:16px;background:#f9fafb;border:solid 1px #EAECF0;color:#344054;padding:2px 8px}._followers_kjaem_180{display:flex;flex-direction:row;align-items:flex-start;gap:12px}._followersCount_kjaem_187{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:4px;color:#101828;font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px}._followersItem_kjaem_201{display:flex;flex-direction:row;align-items:center;gap:4px}._followersText_kjaem_208{color:#717171;font-size:12px;font-weight:500;line-height:normal;letter-spacing:.12px;width:57px}._notFollowed_kjaem_217{color:#d51e1e;font-size:12px;font-weight:500;line-height:normal;letter-spacing:.12px}._cellText_kjaem_225{color:#475467;font-family:Roboto;font-size:14px;font-weight:400;line-height:18px}._actionButton_kjaem_234{display:flex;align-items:flex-start;gap:6px;width:100%;font-size:14px;font-weight:500;line-height:20px;color:#344054}._modalBody_kjaem_245{display:flex;flex-direction:column;gap:4px}._modalTitle_kjaem_251{color:var(--Gray-900, #101828);font-size:18px;font-style:normal;font-weight:600;line-height:28px}._modalDescription_kjaem_259{color:var(--Gray-600, #475467);font-size:14px;font-style:normal;font-weight:400;line-height:20px}._deleteIcon_kjaem_267{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:28px;border:8px solid var(--Error-50, #FEF3F2);background:var(--Error-100, #FEE4E2)}.ant-steps .ant-steps-item-content{width:auto!important;min-width:140px}.ant-steps .ant-steps-item-title{color:var(--Gray-700, #344054);text-align:center;font-family:Inter;font-size:14px;font-style:normal;font-weight:600;line-height:20px;display:inline-block;width:100%;white-space:nowrap;overflow:hidden;text-overflow:clip}:where(.css-dev-only-do-not-override-byos3u).ant-steps .ant-steps-item-process>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-title{color:var(--Gray-700, #344054)!important}:where(.css-dev-only-do-not-override-byos3u).ant-steps .ant-steps-item-process .ant-steps-item-icon>.ant-steps-icon .ant-steps-icon-dot{border-radius:12px;fill:#fff;background-color:#fff;border:3px solid var(--Brand-500, #243880);box-shadow:0 0 0 4px #9eade43d;animation:pulse-shadow 2s infinite}:where(.css-dev-only-do-not-override-byos3u).ant-steps .ant-steps-item-finish>.ant-steps-item-container>.ant-steps-item-tail:after{background:var(--Graident-1, linear-gradient(92deg, #54cbc2 0%, #5b8ddb 98.39%))}@keyframes pulse-shadow{0%{box-shadow:0 0 0 4px #9eade43d}50%{box-shadow:0 0 0 6px #9eade41f}to{box-shadow:0 0 0 4px #9eade43d}}._productTitle_1laco_1{overflow:hidden;color:#101828;font-size:14px;font-weight:500;line-height:22px}._productTitle_1laco_1:hover{color:#101828;text-decoration:underline}._productImage_1laco_14{max-width:70px;height:70px;object-fit:cover}._sellerDetailTableHeader_1laco_19{display:flex;justify-content:flex-end;gap:16px;margin-bottom:1rem}._searchInput_1laco_25{width:300px}._leftChart_1laco_28,._rightChart_1laco_29{width:50%;padding:1rem}._bold_1laco_34{color:var(--Gray-900, #101828);font-size:14px;font-style:normal;font-weight:500;line-height:20px}._reasonTitle_1laco_42{color:var(--Gray-900, #101828);font-size:12px;font-style:normal;font-weight:400;line-height:18px;white-space:nowrap}._reason_1laco_42{display:flex;justify-content:flex-start;align-items:center;gap:4px;margin-block:8px}._brand_1laco_59,._name_1laco_67{color:var(--Gray-900, #101828);font-size:14px;font-style:normal;font-weight:500;line-height:20px}._mobileTableWrapper_1laco_75{display:none;flex-flow:column;gap:16px}@media(max-width:1024px){._columnDragCustomizer_1laco_82{display:none!important}._desktopTableWrapper_1laco_86{display:none}._mobileTableWrapper_1laco_75{display:flex!important}}._container_10y9g_1{width:100%;border-radius:12px;border:1px solid var(--Gray-200, #EAECF0);background:var(--Base-White, #FFF);box-shadow:0 1px 2px #1018280d;padding:20px 24px;margin-bottom:24px}._header_10y9g_11{display:flex;gap:8px;margin-bottom:1rem;align-items:center}._title_10y9g_18{font-weight:600;font-size:18px}._scrollButtons_10y9g_23{display:flex;gap:8px}._productContainer_10y9g_28{max-width:100%;overflow-x:auto;scrollbar-width:none}._productContainer_10y9g_28>div{display:flex;gap:16px}._seller_10y9g_39{overflow:hidden;color:var(--Gray-700, #344054);text-overflow:ellipsis;font-size:14px;font-style:normal;font-weight:500;line-height:22px}._productItem_10y9g_50{display:flex;width:306px;padding:16px 0;flex-direction:column;align-items:flex-start;gap:16px;align-self:stretch;border-radius:12px;border:1px solid #EAECF0;background:#fff;box-shadow:0 1px 2px #1018280d}._productSellerName_10y9g_64{padding:0 16px 12px;border-bottom:1px solid #EAECF0;width:100%;overflow:hidden;color:#101828;text-overflow:ellipsis;white-space:nowrap;font-size:16px;font-style:normal;font-weight:500;line-height:22px}._productHeader_10y9g_78{display:flex;padding:0 16px 16px;gap:12px;align-self:stretch;border-bottom:1px solid #EAECF0;height:112px}._product_10y9g_28{width:306px;display:flex;flex-direction:row;align-items:center;gap:12px;align-self:stretch}._titleHref_10y9g_95{overflow:hidden;color:#101828;font-size:14px;font-weight:500;line-height:22px;text-decoration:underline}._productTitle_10y9g_104:hover{color:#101828;text-decoration:underline}._productImage_10y9g_109{width:70px!important;height:70px!important;object-fit:contain;transition:all .3s ease}._infoContainer_10y9g_116{display:flex;width:306px;flex-direction:column;align-items:flex-start;gap:12px;align-self:stretch;padding:0 16px}._infoItem_10y9g_126{display:flex;align-items:center;gap:2px;width:100%;justify-content:space-between}._infoItemLabel_10y9g_133{display:flex;align-items:center;gap:2px;overflow:hidden;color:var(--Gray-600, #475467);text-overflow:ellipsis;font-size:14px;font-style:normal;font-weight:500;line-height:22px}._infoItemValue_10y9g_145{color:var(--Gray-900, #101828);font-size:14px;font-style:normal;font-weight:600;line-height:22px}._tableToolbar_10y9g_152{display:flex;gap:10px;margin-bottom:20px;justify-content:flex-end}._modalProductInfo_10y9g_159{border-radius:8px;border:1px solid #EAECF0;display:flex;padding:16px 24px;align-items:flex-start;gap:12px;align-self:stretch;margin-bottom:20px}@media(max-width:1024px){._container_10y9g_1{width:100%}._scrollButtons_10y9g_23{display:none}}._brand_10y9g_179{color:var(--Gray-900, #101828);font-size:14px;font-style:normal;font-weight:500;line-height:20px}._wrapper_tkjn7_1{display:flex;justify-content:flex-start;gap:20px;overflow-x:auto;width:100%}._header_tkjn7_8{display:flex;width:100%;gap:16px;align-items:center;justify-content:flex-end;margin-bottom:16px}._searchInput_tkjn7_16{width:300px}._customCard_tkjn7_19{width:268px}._information_tkjn7_23{display:flex;gap:8px;align-items:center}._information_tkjn7_23:hover ._expand_tkjn7_29{display:block}._value_tkjn7_33{color:var(--Gray-900, #101828);font-size:24px;font-style:normal;font-weight:600}._circle_tkjn7_40{width:8px;height:8px;background-color:#37b65b;border-radius:50%}._outer_tkjn7_47{background-color:#ff4747}._title_tkjn7_51{color:var(--Gray-700, var(--colors-gray-light-mode-700, #344054));font-family:Inter;font-size:14px;font-style:normal;font-weight:400;padding-bottom:1rem;position:sticky;top:0;background-color:#fff}._list_tkjn7_63{height:400px;overflow:auto}._listItem_tkjn7_68{padding:6px 8px;color:var(--Gray-0, #303030);font-family:Inter;font-size:14px;font-style:normal;font-weight:500;border-radius:4px}._listItem_tkjn7_68:hover{background:var(--colors-gray-light-mode-50, #f9fafb)}._dateRangePickerAndSearch_tkjn7_82{margin-bottom:1rem;display:flex;gap:16px}@media(max-width:1024px){._wrapper_tkjn7_1{flex-direction:column}._customCard_tkjn7_19{width:100%}}._wrapper_1gvs6_1{display:flex;gap:20px;overflow-x:auto;width:100%}._information_1gvs6_8{display:flex;gap:8px;align-items:center}._value_1gvs6_14{color:var(--Gray-900, #101828);font-size:24px;font-style:normal;font-weight:600}._retailerLogo_1gvs6_21{height:15px;width:70px;object-fit:contain}._expand_1gvs6_27{display:none}._information_1gvs6_8:hover ._expand_1gvs6_27{display:block}._availabilityCard_1gvs6_35,._buyBoxShareCard_1gvs6_39{width:30%}._lostReasonCard_1gvs6_43{width:40%}._lostReason_1gvs6_43{display:flex;gap:48px;width:100%;align-items:center;overflow-x:auto}._title_1gvs6_54{font-size:14px;font-weight:400;color:#475467}._lostReasonItemTitle_1gvs6_59{color:var(--Gray-600, #475467);font-family:Inter;font-size:14px;font-style:normal;font-weight:400;display:flex;gap:8px;margin-bottom:8px}._lostReasonItemCount_1gvs6_70{color:var(--Gray-700, var(--colors-gray-light-mode-700, #344054));font-family:Inter;font-size:16px;font-style:normal;font-weight:600;padding-left:24px}@media(max-width:1024px){._wrapper_1gvs6_1{flex-direction:column}._lostReason_1gvs6_43{display:grid;grid-template-columns:1fr 1fr}._availabilityCard_1gvs6_35,._buyBoxShareCard_1gvs6_39,._lostReasonCard_1gvs6_43{width:100%}}._productTitle_1j8rv_1{overflow:hidden;color:#101828;font-size:14px;font-weight:500;line-height:22px}._productTitle_1j8rv_1:hover{color:#101828;text-decoration:underline}._productImage_1j8rv_14{max-width:70px;height:70px;object-fit:cover}._marginTop_1j8rv_19{margin-top:3px}._leftChart_1j8rv_22,._rightChart_1j8rv_23{width:50%;padding:1rem}._sellerPrice_1j8rv_27,._buyBoxLostReasonValue_1j8rv_34{color:var(--Gray-900, #101828);font-size:12px;font-style:normal;font-weight:500;line-height:20px}._bold_1j8rv_41{color:var(--Gray-900, #101828);font-size:14px;font-style:normal;font-weight:500;line-height:20px}._reasonTitle_1j8rv_49{color:var(--Gray-900, #101828);font-size:12px;font-style:normal;font-weight:400;line-height:18px;white-space:nowrap}._reason_1j8rv_49{display:flex;justify-content:flex-start;align-items:center;gap:4px;margin-block:8px}._status_1j8rv_66{display:inline-flex;padding:2px 8px;align-items:center;color:var(--Error-700, #B42318);text-align:center;font-size:12px;font-style:normal;font-weight:500;line-height:18px;border-radius:16px}._inStock_1j8rv_81{color:#067647;border:1px solid #ABEFC6;background:#ecfdf3}._oos_1j8rv_86{color:#b42318;border:1px solid #FECDCA;background:#fef3f2}._inStockOSS_1j8rv_91{color:#b54708;border:1px solid #FDE68A;background:#fffaeb}._brand_1j8rv_97{max-width:130px;color:var(--Gray-600, #475467)!important;font-family:Inter;font-size:14px;font-style:normal;font-weight:500}._mobileTableWrapper_1j8rv_107{display:none;flex-flow:column;gap:16px}@media(max-width:1024px){._desktopTableWrapper_1j8rv_114{display:none}._mobileTableWrapper_1j8rv_107{display:flex!important}}._customerPage_ffhoo_1{display:flex;flex-direction:column;gap:16px;width:100%}._customerPageHeader_ffhoo_10{color:#101828;font-family:Inter;font-size:30px;font-weight:600;line-height:38px;margin:0}._customerPageDesc_ffhoo_19{color:#475467;font-family:Inter;font-size:16px;font-weight:400;line-height:24px;margin:0}._customerPageTable_ffhoo_29{width:100%}._loading_ffhoo_33{width:100%;display:flex;align-items:center;justify-content:center}._table_1pab3_1{width:100%}._tableHead_1pab3_5{display:flex;justify-content:space-between;align-items:center}._tableHeadRight_1pab3_13{display:flex;align-items:center;gap:16px}._tableBody_1pab3_19{margin-top:16px;border:1px solid #EAECF0;border-radius:8px}._searchInfo_1pab3_26{margin:16px 0;padding:12px 16px;background-color:#f8f9fa;border:1px solid #EAECF0;border-radius:6px;display:flex;flex-direction:column;gap:8px}._searchInfo_1pab3_26 span{color:#475467;font-family:Inter;font-size:14px;font-weight:400;line-height:20px}._noResults_1pab3_45{color:#b42318!important;font-weight:500}._customerNameCell_1pab3_50{display:flex;flex-flow:column}._customerName_1pab3_50{color:#101828;font-family:Inter;font-size:14px;font-weight:500;line-height:20px}._customerStartDate_1pab3_63,._cellText_1pab3_71{color:#475467;font-family:Inter;font-size:13px;font-weight:400;line-height:20px}._retailersCellContainer_1pab3_79{display:flex;flex-flow:column;gap:16px}._retailersContainer_1pab3_85{display:flex;flex-flow:column;gap:16px;flex-wrap:wrap}._retailerName_1pab3_93{font-size:12px}._moreRetailers_1pab3_97{padding:2px 6px;border-radius:6px;border:1px solid #D0D5DD;background:#fff;box-shadow:0 1px 2px #1018280d;width:fit-content}._retailersPopover_1pab3_106{max-height:200px;overflow-y:auto;padding-right:16px}._labelsContainer_1pab3_112{display:flex;flex-wrap:wrap;gap:8px}._cellLeadOwnerContainer_1pab3_118{display:flex;flex-flow:column;gap:4px}._cellLeadOwner_1pab3_118{color:#101828;font-family:Inter;font-size:14px;font-weight:500;line-height:20px}._cellLeadOwnerEmail_1pab3_132{color:#475467;font-family:Inter;font-size:13px;font-weight:400;line-height:20px}._expandableTableContainer_1pab3_142{border:1px solid #EAECF0;border-radius:8px}._cellTextPageName_1pab3_149{color:#475467;font-family:Inter;font-size:14px;font-weight:500;line-height:20px}._cellTextPageGroup_1pab3_157{color:#344054;font-family:Inter;font-size:12px;font-weight:500;line-height:18px}._deleteModal_1pab3_168{display:flex;flex-flow:column}._deleteModalHeaderIconCircle_1pab3_173{width:48px;height:48px;border-radius:50%;background-color:#fef3f2;display:flex;align-items:center;justify-content:center}._deleteModalHeaderIconCircleInner_1pab3_183{width:36px;height:36px;border-radius:50%;background-color:#fee4e2;display:flex;align-items:center;justify-content:center}._deleteModalTitle_1pab3_193{color:#101828;font-family:Inter;font-size:18px;font-weight:600;line-height:28px}._deleteModalContentText_1pab3_201{color:#475467;font-family:Inter;font-size:14px;font-weight:400;line-height:20px}._deleteModalFooter_1pab3_209{display:flex;gap:16px;margin-top:32px}._deleteModalFooterButton_1pab3_215{flex:1}._cellTextScrapeTime_1pab3_219{color:#475467;font-family:Inter;font-size:12px;font-weight:500;line-height:20px}._deleteModalContent_1pab3_201{display:flex;flex-flow:column;gap:8px}._deleteModalTitleCustomerName_1pab3_233{color:#b42318;font-family:Inter;font-size:28px;font-weight:600;line-height:28px}.customer-page .ant-table-expanded-row .ant-table-cell{background-color:#fff!important}.customer-page-expand-table .ant-table-thead .ant-table-cell{background-color:#f9fafb!important}._customerEdit_rp093_1{display:flex;flex-direction:column;height:100vh}._customerEditContent_rp093_7{overflow-y:auto}._setupSteps_1kaho_1{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #EAECF0;padding:12px;height:60px;flex-shrink:0}._setupStepsTitle_1kaho_11{color:#344054;font-family:Inter;font-size:20px;font-weight:600;line-height:24px;margin:0}._setupStepsCenter_1kaho_20{min-width:40%}._stepContainer_1m5nh_1{display:flex;height:100%;justify-content:space-between;flex-direction:column;flex:1}._stepContent_1m5nh_9{flex:1;display:flex;align-items:center;justify-content:center;padding:48px 0 94px}._card_1m5nh_18{width:720px;border-radius:16px;border:1px solid #EAECF0;background:#fff;box-shadow:0 4px 8px -2px #1018281a,0 2px 4px -2px #1018280f}._cardHead_1m5nh_26{padding:20px 24px;border-bottom:1px solid #EAECF0}._cardBody_1m5nh_31{padding:12px 20px;overflow-y:auto;height:auto}._cardHeadTitle_1m5nh_37{color:#101828;font-family:Inter;font-size:18px;font-weight:600;line-height:28px}._cardHeadTitleRetailer_1m5nh_45{display:flex;align-items:center;gap:8px}._cardHeadTitleRetailerCount_1m5nh_51{padding:2px 6px;border-radius:6px;border:1px solid #D0D5DD;background:#fff;box-shadow:0 1px 2px #1018280d;color:#344054;font-family:Inter;font-size:12px;font-weight:500;line-height:18px}._cardHeadDescription_1m5nh_64{overflow:hidden;color:#475467;font-family:Inter;font-size:14px;font-weight:400;line-height:20px}._actionCol_1m5nh_73{display:flex;align-items:flex-end;justify-content:center;margin-bottom:6px}._switchTitle_1m5nh_80{color:#344054;font-family:Inter;font-size:14px;font-weight:700;line-height:20px;text-transform:uppercase;margin-bottom:20px}._switchContainer_1m5nh_90{display:flex;align-items:center;justify-content:space-between;padding:8px 0;border-bottom:1px solid #F2F4F7}._switchContainerLeft_1m5nh_98{display:flex;align-items:center;gap:12px}._switchLabel_1m5nh_104{color:#344054;font-family:Inter;font-size:14px;font-weight:500;line-height:20px}._retailerList_1m5nh_114{display:flex;align-items:flex-start;justify-content:flex-start;gap:16px;height:50vh;overflow-y:auto;flex-wrap:wrap;padding-top:20px}._retailerItem_1m5nh_125{padding:12px 20px;border-radius:12px;border:2px solid #D0D5DD;background:#fff;cursor:pointer;display:flex;flex-flow:column;gap:4px;width:150px;height:60px}._retailerItemSelected_1m5nh_138{border:2px solid #788DD9;background:#f8f9fc}._retailerItemLogo_1m5nh_143{max-height:14px;object-fit:contain}._retailerItemName_1m5nh_148{color:#344054;font-family:Inter;font-size:14px;font-weight:500;line-height:14px;overflow:hidden;white-space:wrap}._stepContentUser_1m5nh_158{display:flex;align-items:flex-start;gap:20px;margin:24px 20px}._cardUserContainer_1m5nh_165{flex:1}._cardUserLeft_1m5nh_169,._cardUserRight_1m5nh_173{width:100%}._cardUserButtonContainer_1m5nh_177{display:flex;align-items:center;gap:12px;justify-content:flex-end}._cardUserRightCount_1m5nh_184{color:#475467;font-family:Inter;font-size:14px;font-weight:400;line-height:20px;margin-top:24px;margin-bottom:0}._userList_1m5nh_194{margin-top:12px;height:500px;overflow-y:auto}._userItem_1m5nh_200{padding:18px 0;border-radius:12px;display:flex;flex-direction:column}._userRow_1m5nh_207{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #F2F4F7;padding:8px 0}._userName_1m5nh_217{color:#243880;font-family:Inter;font-size:14px;font-weight:600}._userRowRightButton_1m5nh_224{background:none;border:none;cursor:pointer}._userKey_1m5nh_230{color:#475467;font-family:Inter;font-size:12px;font-weight:500;line-height:18px}._userValue_1m5nh_238{color:#475467;font-family:Inter;font-size:14px;font-weight:400;line-height:20px}._dotAssist_1m5nh_246{width:25px;height:32px;margin-bottom:4px;object-fit:contain}._switchContainerRight_1m5nh_253{display:flex;align-items:center;gap:12px}._modalFooter_1m5nh_259{display:flex;justify-content:flex-end;width:100%;gap:12px}._modalInputContainer_1m5nh_266{display:flex;flex-direction:column;gap:12px}._modalLabel_1m5nh_272{color:#475467}@media(max-width:1024px){._card_1m5nh_18{width:100%;margin:0 16px}._stepContentUser_1m5nh_158{flex-direction:column;align-items:center;width:92vw}._cardUserContainer_1m5nh_165,._cardUserLeft_1m5nh_169,._cardUserRight_1m5nh_173{width:100%}}._retailerPage_1qitl_1{width:100%;height:100%;display:flex;flex-direction:column;gap:24px}._retailerPageHead_1qitl_9{display:flex;flex-direction:column;gap:8px}._retailerPageHeader_1qitl_15{font-size:30px;font-weight:600;line-height:38px;color:#101828;margin:0}._retailerPageDesc_1qitl_23{font-size:16px;font-weight:400;line-height:24px;color:#667085;margin:0}._retailerPageTable_1qitl_31{width:100%;height:100%}._loading_1qitl_36{width:100%;height:100%;display:flex;justify-content:center;align-items:center;min-height:400px}._table_rd8kv_1{width:100%;height:100%;display:flex;flex-direction:column;gap:16px}._tableHead_rd8kv_9{display:flex;justify-content:space-between;align-items:center;width:100%}._tableHeadLeft_rd8kv_16{display:flex;align-items:center;gap:16px}._tableHeadRight_rd8kv_22{display:flex;align-items:center;gap:12px}._tableBody_rd8kv_28{width:100%;height:100%}._cellText_rd8kv_34{color:#475467;font-family:Inter;font-size:14px;font-weight:400;line-height:20px}._usersPage_j4qbw_1{display:flex;flex-direction:column;gap:16px;width:100%;padding:24px}._usersPageHeader_j4qbw_11{color:#101828;font-family:Inter;font-size:30px;font-weight:600;line-height:38px;margin:0}._usersPageDesc_j4qbw_20{color:#475467;font-family:Inter;font-size:16px;font-weight:400;line-height:24px;margin:0}._usersPageTable_j4qbw_30{width:100%}._loading_j4qbw_34{width:100%;display:flex;align-items:center;justify-content:center}._table_1eu64_1{width:100%}._tableHead_1eu64_5{display:flex;justify-content:space-between;align-items:center}._tableHeadRight_1eu64_13{display:flex;align-items:center;gap:16px}._tableBody_1eu64_19{margin-top:16px;border:1px solid #EAECF0;border-radius:8px}._excelBtn_1eu64_25{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:1px solid #D0D5DD;border-radius:8px;background:#fff;cursor:pointer;transition:all .2s ease}._excelBtn_1eu64_25:hover{background:#f9fafb;border-color:#b2babf}._profilePictureCell_1eu64_43{display:flex;align-items:center;justify-content:center}._profilePicture_1eu64_43{width:40px;height:40px;border-radius:50%;object-fit:cover}._profilePicturePlaceholder_1eu64_56{width:40px;height:40px;border-radius:50%;background:#f2f4f7;display:flex;align-items:center;justify-content:center;color:#98a2b3}._nameCell_1eu64_67{display:flex;flex-direction:column;gap:4px}._fullName_1eu64_73{color:#101828;font-family:Inter;font-size:14px;font-weight:500;line-height:20px}._email_1eu64_81,._cellText_1eu64_89{color:#475467;font-family:Inter;font-size:13px;font-weight:400;line-height:20px}._crawlingFrequencyCell_1eu64_97{display:flex;align-items:center;gap:4px}._action_1eu64_103{display:flex;align-items:center;justify-content:center}._deleteModal_1eu64_109{display:flex;flex-direction:column}._deleteModalHeaderIconCircle_1eu64_114{width:48px;height:48px;border-radius:50%;background-color:#fef3f2;display:flex;align-items:center;justify-content:center}._deleteModalHeaderIconCircleInner_1eu64_124{width:36px;height:36px;border-radius:50%;background-color:#fee4e2;display:flex;align-items:center;justify-content:center}._deleteModalTitle_1eu64_134{color:#101828;font-family:Inter;font-size:18px;font-weight:600;line-height:28px}._deleteModalContentText_1eu64_142{color:#475467;font-family:Inter;font-size:14px;font-weight:400;line-height:20px}._deleteModalFooter_1eu64_150{display:flex;gap:16px;margin-top:32px}._deleteModalFooterButton_1eu64_156{flex:1}._emailCell_1eu64_160{display:flex;gap:6px}@media(max-width:768px){._tableHeadRight_1eu64_13{gap:12px;flex-wrap:wrap;justify-content:flex-end}}._collapseRadio_4jbyi_2{border-bottom:1px solid #eee;padding-block:18px}._header_4jbyi_7{cursor:pointer;display:flex;align-items:center;gap:.5rem;padding-bottom:.4rem}._collapseRadio_4jbyi_2 header h4{color:var(--Gray-0, #303030);font-family:Inter;font-size:14px;font-style:normal;font-weight:600;line-height:22px}._collapseRadio_4jbyi_2 header img{margin-left:auto}._main_4jbyi_28{margin-top:18px;border-top:1px solid #eee;padding-top:16px}._list_4jbyi_34{margin-block:1rem;overflow-y:scroll;max-height:300px;list-style-type:none;display:flex;flex-direction:column;gap:1rem;color:var(--Gray-700, #344054);font-family:Inter;font-size:14px;font-style:normal;font-weight:500}._disabled_4jbyi_49{pointer-events:none;opacity:.5}._listItemContainer_4jbyi_54{display:flex;align-items:start;justify-content:flex-start;flex-direction:column;gap:10px}._parentItem_4jbyi_62{color:var(--Gray-700, #344054);font-size:14px;font-weight:600;line-height:20px}._itemContainer_4jbyi_69{color:var(--Gray-700, #344054);font-size:14px;font-weight:500;line-height:20px;padding-left:12px}._item_4jbyi_69{display:flex;gap:8px;align-items:center}._parentLabel_4jbyi_83{color:var(--Gray-700, #344054);font-size:14px;font-weight:600;line-height:20px}._childItem_4jbyi_90{padding-left:32px;display:flex;align-items:start;gap:8px;font-weight:400;flex-direction:column}._childRadio_4jbyi_99{width:100%}._item_4jbyi_69:first-child{margin-bottom:10px}._chevronIcon_4jbyi_107{cursor:pointer}.rating-review-summary-page .parentTableExpandedRow .ant-table-cell:first-child{padding:0!important}.rating-review-summary-page .parentTableExpandedRow .ant-table{margin:0!important}._productWrapper_1ybdx_1{display:flex;width:100%;padding:20px 16px;align-items:flex-start;gap:8px;align-self:stretch;border-radius:12px;border:1px solid #eaecf0;background:#fff;box-shadow:0 1px 2px #1018280d}._barcode_1ybdx_14{margin:0;color:#475467;font-family:Inter;font-size:14px;font-weight:400;line-height:20px;display:flex;align-items:center;justify-content:flex-start;gap:6px;white-space:nowrap}._tooltipText_1ybdx_27{padding:6px 4px;display:flex;flex-direction:row;gap:4px;color:#475467;font-family:Inter;font-size:12px;font-style:normal;font-weight:500;line-height:20px}._uniqCode_1ybdx_39{color:#101828;font-weight:600}._productImage_1ybdx_45{width:108px!important;height:108px!important;border-radius:8px;overflow:hidden;object-fit:contain;aspect-ratio:1/1}._productInfo_1ybdx_54{display:flex;flex-direction:column;align-items:flex-start;gap:6px;flex:1 0 0;font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px}._productBrand_1ybdx_67{overflow:hidden;color:#0c111d;text-overflow:ellipsis;font-family:Inter;font-size:16px;font-style:normal;font-weight:500;line-height:22px}._retailer_1ybdx_79{height:16px;width:auto;object-fit:contain}._mainContainer_1jwmo_1{width:100%;display:flex;align-items:flex-start;flex-wrap:wrap;gap:20px}@media(max-width:600px){._mainContainer_1jwmo_1{flex-direction:column}}._container_1v2s2_1{display:flex;padding:20px 16px;flex-direction:row;align-items:flex-start;gap:16px;border-radius:12px;border:1px solid #eaecf0;background:#fff;box-shadow:0 1px 2px #1018280d;height:92px;flex:1;min-width:486px}._item_1v2s2_16{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:4px;flex:1 0 0}._header_1v2s2_25{display:flex;align-items:center;gap:2px;align-self:stretch}._title_1v2s2_32{overflow:hidden;color:#475467;text-overflow:ellipsis;font-size:14px;font-weight:500;line-height:22px}._valueContent_1v2s2_40{display:flex;align-items:center;gap:4px}._value_1v2s2_40{color:#101828;font-size:16px;font-weight:600;line-height:24px}@media(max-width:1024px){._container_1v2s2_1{min-width:auto}}@media(max-width:600px){._container_1v2s2_1{width:100%;min-width:auto;height:auto;flex-direction:column}}._container_12sg1_1{display:flex;padding:20px 16px;flex-direction:row;align-items:flex-start;gap:16px;border-radius:12px;border:1px solid #eaecf0;background:#fff;box-shadow:0 1px 2px #1018280d;height:92px;flex:2;min-width:724px}._marketplaceDisabled_12sg1_16{flex:1!important}._item_12sg1_19{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:4px;flex:1 0 0}._header_12sg1_28{display:flex;align-items:center;gap:2px;align-self:stretch}._title_12sg1_36{overflow:hidden;color:#475467;text-overflow:ellipsis;font-size:14px;font-weight:500;line-height:22px}._valueContent_12sg1_44{display:flex;align-items:center;gap:4px}._value_12sg1_44{color:#101828;font-size:16px;font-weight:600;line-height:24px;display:flex;align-items:center;gap:4px}@media(max-width:1024px){._container_12sg1_1{min-width:auto}}@media(max-width:600px){._container_12sg1_1{width:100%;min-width:auto;height:auto;flex-direction:column}}._ratingTrendWrapper_1rgxl_1{width:100%;display:flex;flex-direction:column;gap:20px}._chartsWrapper_1rgxl_7{display:flex;flex-direction:row;gap:20px}._half_1rgxl_12{width:50%}._full_1rgxl_15{width:100%}@media(max-width:1024px){._chartsWrapper_1rgxl_7,._ratingTrendWrapper_1rgxl_1{flex-direction:column}._half_1rgxl_12{width:100%}}._favoriteCountChart_r7ohv_1{padding:24px;background-color:#fff;border-radius:12px;box-shadow:0 1px 2px #1018280d;border:1px solid #EAECF0;width:100%;height:100%;min-width:300px;display:flex;flex-direction:column;flex:1}._chartHeader_r7ohv_15{display:flex;align-items:center;justify-content:space-between}._chartHeaderLeft_r7ohv_21{display:flex;align-items:center;gap:8px}._chartTitle_r7ohv_27{margin:0;color:#101828;font-family:Inter;font-size:18px;font-weight:600;line-height:28px}._downloadBtn_r7ohv_36{background-color:transparent;border:none;cursor:pointer}._chartFilters_r7ohv_42{display:flex;align-items:center;gap:12px;margin-top:16px}._toggleBtn_r7ohv_49{background:#f4f4f4;border:1px solid #e0e0e0;color:#475467;border-radius:6px;padding:4px 14px;font-size:14px;cursor:pointer;transition:background .2s,color .2s,border .2s}._toggleBtnActive_r7ohv_60{background:#2970ff;border:1px solid #2970FF;color:#fff;border-radius:6px;padding:4px 14px;font-size:14px;cursor:pointer;font-weight:600;box-shadow:0 2px 8px #2970ff14;transition:background .2s,color .2s,border .2s}._chartBodyNoData_r7ohv_73{margin-top:16px}._chartBodyNoDataText_r7ohv_77{margin:0;overflow:hidden;color:#475467;text-align:center;font-family:Inter;font-size:14px;font-weight:400;line-height:20px}._chartBodyPieContainer_r7ohv_88{display:flex;align-items:center;gap:12px}._chartBodyPie_r7ohv_88{flex:0 0 41%}._chartBodyPieLegend_r7ohv_98{flex:0 0 59%;height:100%}._chartBodyPieLegendTable_r7ohv_103{width:100%;border-collapse:collapse;height:100%}._chartBodyPieLegendTableHeadRowItem_r7ohv_113{border-bottom:1px solid #D1D1D1}._chartBodyPieLegendTable_r7ohv_103 th,._chartBodyPieLegendTable_r7ohv_103 td{padding:6px 12px}._center_r7ohv_122{text-align:center}._right_r7ohv_126{text-align:right}._headerFontStyle_r7ohv_130{color:#535353;font-family:Roboto;font-size:13px;font-weight:500;line-height:20px}._firstColCellStyle_r7ohv_138{color:#303030;font-size:14px;font-weight:400;line-height:20px;display:flex;align-items:center;gap:8px}._colorCircle_r7ohv_148{width:12px;height:12px;border-radius:50%;flex-shrink:0}._otherColCellStyle_r7ohv_155{color:#303030;text-align:right;font-family:Inter;font-size:14px;font-style:normal;font-weight:600;line-height:20px}@media(max-width:1200px){._chartBodyPieContainer_r7ohv_88{flex-flow:column}}._ratingReviewChart_1hiqw_1{padding:24px;border-radius:12px;border:1px solid #EAECF0;background:#fff;box-shadow:0 1px 2px #1018280d}._chartHeader_1hiqw_9,._chartHeaderLeft_1hiqw_14{display:flex;align-items:center}._chartTitle_1hiqw_19{margin:0;color:#101828;font-family:Inter;font-size:18px;font-weight:600;line-height:28px}._downloadBtn_1hiqw_28{background-color:transparent;border:none;cursor:pointer}._chartContainer_1hiqw_34{padding:0 8px}._successTag_ddt3a_1,._unsuccessTag_ddt3a_2{display:inline-flex;padding:2px 8px;align-items:center;border-radius:16px;text-align:center;font-family:Inter;font-size:12px;font-weight:500;line-height:18px}._successTag_ddt3a_1{border:1px solid #abefc6;background:#ecfdf3;color:#067647}._unsuccessTag_ddt3a_2{border:1px solid #fecdca;background:#fef3f2;color:#b42318}._text_ddt3a_25{color:#475467;font-family:Inter;font-size:14px;font-weight:400;line-height:20px}._dateText_ddt3a_33{color:#344054;font-family:Inter;font-size:14px;font-weight:500;line-height:20px}._promotionContainer_ddt3a_41{color:#303030;display:flex;gap:8px;font-size:14px;font-weight:400;letter-spacing:.14px}._promotionDot_ddt3a_50{margin-top:5.5px;width:6px;padding:3px;height:6px;border-radius:50%;background:#516cce;line-height:14px}._cardHeaderRightWrapper_ddt3a_60{display:flex;align-items:center;justify-content:flex-end}._searchInput_ddt3a_66{width:320px}._mobileTableWrapper_ddt3a_70{display:none;flex-flow:column;gap:16px}@media(max-width:1024px){._desktopTableWrapper_ddt3a_77{display:none}._mobileTableWrapper_ddt3a_70{display:flex!important;padding:16px}}._tabsAndContentWrapper_1q0hr_1{display:flex;flex-direction:column;gap:20px;width:100%;margin:0 8px}._tabMenu_1q0hr_9{display:flex;flex-direction:row;align-items:flex-start;gap:12px;align-self:stretch;border-bottom:1px solid #EAECF0}._tabMenuItem_1q0hr_18{cursor:pointer;display:flex;height:36px;padding:0 4px 12px;justify-content:center;align-items:center;gap:8px;color:#667085;font-size:16px;font-weight:500;line-height:24px}._activeTabMenuItem_1q0hr_31{color:#1f306d;font-size:16px;font-weight:600;line-height:24px;border-bottom:2px solid #1f306d}._disabledTabIcon_1q0hr_39{display:flex;padding:6px;align-items:center;gap:4px;border-radius:16px;border:1px solid #eaecf0;background:#f2f4f7}._disabledTab_1q0hr_39{cursor:not-allowed}._priceWrapper_h87x5_1{display:flex;flex-direction:column;gap:20px}._priceChartsWrapper_h87x5_6{display:flex;flex-direction:row;gap:20px}._card_h87x5_11{width:50%}._cardTitle_h87x5_14{font-size:18px;font-weight:600;color:#101828}._cardCustomHeader_h87x5_19{display:flex;flex-direction:row;align-items:center;gap:10px}@media(max-width:1024px){._priceChartsWrapper_h87x5_6{flex-direction:column}._card_h87x5_11{width:100%}}._buyBoxWrapper_157fo_1{width:100%;display:flex;flex-direction:column;gap:20px}._tableAndChart_157fo_7{width:100%;display:flex;gap:20px}._table_157fo_7{width:50%}@media(max-width:1024px){._table_157fo_7{width:100%}._tableAndChart_157fo_7{flex-direction:column}}._buyBoxLostReasonWrapper_u7zcp_1{display:flex;flex-direction:column;gap:16px;font-family:Inter}._buyBoxLostReasonsTitle_u7zcp_8{color:#101828;font-size:18px;font-weight:600;line-height:28px}._buyBoxLostReasonsCards_u7zcp_15{display:flex;flex-direction:row;flex-wrap:wrap;gap:16px}._card_u7zcp_22{width:259px;height:100px;display:flex;flex-direction:column;padding:20px 16px;align-items:flex-start;gap:8px;flex:1 0 0;border-radius:12px;border:1px solid #eaecf0;background:#fff;box-shadow:0 1px 2px #1018280d}._header_u7zcp_37{display:flex;align-items:center;gap:8px;align-self:stretch}._title_u7zcp_44{color:#475467;font-size:14px;font-weight:500;line-height:20px}._content_u7zcp_51{margin-left:24px;display:flex;align-items:flex-end;gap:8px}._value_u7zcp_58{color:#101828;font-size:24px;font-weight:600;line-height:32px}._previousValue_u7zcp_65{color:#475467;font-size:14px;font-weight:400;line-height:20px}._change_u7zcp_71{align-self:center}@media(max-width:1000px){._card_u7zcp_22{flex:0 0 calc(50% - 8px)}}@media(max-width:500px){._buyBoxLostReasonsCards_u7zcp_15{flex-direction:column}._card_u7zcp_22{width:100%}}._title_1dn8z_1{color:var(--Gray-700, var(--colors-gray-light-mode-700, #344054));font-family:Inter;font-size:14px;font-style:normal;font-weight:400;padding-bottom:1rem;position:sticky;top:0;background-color:#fff}._list_1dn8z_13{height:400px;overflow:auto}._listItem_1dn8z_18{padding:6px 8px;color:var(--Gray-0, #303030);font-family:Inter;font-size:14px;font-style:normal;font-weight:500;border-radius:4px}._listItem_1dn8z_18:hover{background:var(--colors-gray-light-mode-50, #f9fafb)}._dateRangePickerAndSearch_1dn8z_32{margin-bottom:1rem;display:flex;gap:16px}._wrapper_11mlt_1{display:flex;width:100%;flex-direction:row;gap:48px;justify-content:space-between}._item_11mlt_9{display:flex;flex-direction:column;gap:4px;width:50%}._title_11mlt_16{color:var(--Gray-600, #475467);font-size:14px;font-weight:400;display:flex;gap:4px}._value_11mlt_24{color:var(--Gray-900, #101828);font-size:24px;font-weight:500;padding-left:13px}@media(min-width:1920px){._wrapper_11mlt_1{justify-content:start;gap:48px}}._chart_g9pp9_1{width:50%}._card_g9pp9_4{height:350px;padding:20px 16px}._cardBody_g9pp9_9{height:100%;padding-top:4px!important}._bold_g9pp9_13{color:var(--Gray-900, #101828);font-size:14px;font-style:normal;font-weight:500;line-height:20px}@media(max-width:1024px){._chart_g9pp9_1{width:100%}}@media(max-width:500px){._card_g9pp9_4{height:100%}}._successTag_yvl8f_1,._unsuccessTag_yvl8f_2{display:inline-flex;padding:2px 8px;align-items:center;border-radius:16px;text-align:center;font-family:Inter;font-size:12px;font-weight:500;line-height:18px}._successTag_yvl8f_1{border:1px solid #abefc6;background:#ecfdf3;color:#067647}._unsuccessTag_yvl8f_2{border:1px solid #fecdca;background:#fef3f2;color:#b42318}._text_yvl8f_25{color:#475467;font-family:Inter;font-size:14px;font-weight:400;line-height:20px}._dateText_yvl8f_33{color:#344054;font-family:Inter;font-size:14px;font-weight:500;line-height:20px}._promotionContainer_yvl8f_42{color:#303030;display:flex;gap:8px;font-size:14px;font-weight:400;letter-spacing:.14px}._promotionDot_yvl8f_51{margin-top:5.5px;width:6px;padding:3px;height:6px;border-radius:50%;background:#516cce;line-height:14px}._cardHeaderRightWrapper_yvl8f_60{display:flex;align-items:center;justify-content:flex-end}._searchInput_yvl8f_65{width:320px}._mobileTableWrapper_yvl8f_69{display:none;flex-flow:column;gap:16px}@media(max-width:1024px){._desktopTableWrapper_yvl8f_76{display:none}._mobileTableWrapper_yvl8f_69{display:flex!important;padding:16px}}._autoSetupPage_pxhxx_1{display:flex;flex-direction:column;gap:16px;width:100%}._autoSetupPageHeader_pxhxx_9{color:#101828;font-family:Inter;font-size:30px;font-weight:600;line-height:38px;margin:0}._autoSetupPageDesc_pxhxx_18{color:#475467;font-family:Inter;font-size:16px;font-weight:400;line-height:24px;margin:0}._autoSetupPageTable_pxhxx_28{width:100%}._loading_pxhxx_32{width:100%;display:flex;align-items:center;justify-content:center}._table_12zq2_1{width:100%}._tableHead_12zq2_5{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}._tableHeadLeft_12zq2_12,._tableHeadRight_12zq2_18{display:flex;align-items:center;gap:8px}._tableContainer_12zq2_24{width:100%;min-width:1000px;overflow-x:auto;border:1px solid #EAECF0;border-radius:8px}._cellText_12zq2_34{color:#475467;font-size:14px;font-weight:400;line-height:20px}._link_12zq2_41{word-break:break-all;color:#101828;font-size:12px;font-weight:400;line-height:20px;text-decoration:none;cursor:pointer;overflow:hidden;text-overflow:ellipsis}._link_12zq2_41:hover{color:#101828;text-decoration:underline}._excelBtn_12zq2_58{background-color:transparent;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;margin-right:16px}@media(max-width:1024px){._tableContainer_12zq2_24{width:100%;max-width:100%;min-width:100%}}._icon_ef3m2_1{display:flex;width:48px;height:48px;padding:12px;justify-content:center;align-items:center;border-radius:10px;border:1px solid var(--Gray-200, #EAECF0);background:var(--Base-White, #FFF);box-shadow:0 1px 2px #1018280d}._title_ef3m2_14{display:block;color:var(--Gray-900, #101828);font-family:Inter;font-size:18px;font-style:normal;font-weight:600;line-height:28px}._description_ef3m2_24{color:var(--Gray-600, #475467);font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px}._autoSetupPage_ln2cy_1{display:flex;flex-direction:column;gap:16px;width:100%}._autoSetupPageHeader_ln2cy_10{color:#101828;font-family:Inter;font-size:30px;font-weight:600;line-height:38px;margin:0}._autoSetupPageDesc_ln2cy_19{color:#475467;font-family:Inter;font-size:16px;font-weight:400;line-height:24px;margin:0}._autoSetupPageTable_ln2cy_29{width:100%}._loading_ln2cy_33{width:100%;display:flex;align-items:center;justify-content:center}._autoSetupPageHead_ln2cy_8{border-bottom:1px solid #EAECF0}._card_ln2cy_44{width:720px;border-radius:16px;border:1px solid #EAECF0;background:#fff;box-shadow:0 4px 8px -2px #1018281a,0 2px 4px -2px #1018280f}._cardHead_ln2cy_52{display:flex;flex-direction:column;gap:8px;border-bottom:1px solid #EAECF0;padding:16px}._cardHeader_ln2cy_60{color:#101828;font-family:Inter;font-size:18px;font-weight:600;line-height:28px}._cardDesc_ln2cy_68{color:#475467;font-family:Inter;font-size:14px;font-weight:400;line-height:20px}._cardBody_ln2cy_76{display:flex;padding:16px;width:100%}._cardBodyForm_ln2cy_82{width:100%}._cardFooter_ln2cy_87{display:flex;justify-content:flex-end;padding:16px;border-top:1px solid #EAECF0}._autoSetupPage_ln2cy_1{display:flex;align-items:center;justify-content:center}._cardBodyForm_ln2cy_82 .ant-input[disabled],._cardBodyForm_ln2cy_82 .ant-select-disabled .ant-select-selector{background-color:#f5f5f5;color:#999;cursor:not-allowed}._cardBodyForm_ln2cy_82 .ant-select-disabled .ant-select-arrow{color:#999}@media screen and (max-width:1200px){._card_ln2cy_44{width:100%}}._autoSetupPage_yemqe_1{display:flex;flex-direction:column;gap:16px;width:100%}._autoSetupPageHeader_yemqe_10{color:#101828;font-family:Inter;font-size:30px;font-weight:600;line-height:38px;margin:0}._autoSetupPageDesc_yemqe_19{color:#475467;font-family:Inter;font-size:16px;font-weight:400;line-height:24px;margin:0}._autoSetupPageTable_yemqe_29{width:100%}._loading_yemqe_33{width:100%;display:flex;align-items:center;justify-content:center}._table_1aiev_1{width:100%;position:relative}._tableHead_1aiev_6{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}._tableHeadLeft_1aiev_13{display:flex;align-items:flex-end;gap:8px;font-size:14px;font-weight:500}._tableHeadRight_1aiev_21{display:flex;align-items:center;gap:8px}._tableBody_1aiev_27{width:100%;min-width:1000px;overflow-x:auto;margin-bottom:82px;z-index:1}._tableBody_1aiev_27 .ant-table{width:100%;min-width:1000px}._tableBody_1aiev_27 .ant-table-thead>tr>th{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._tableBody_1aiev_27 .ant-table-tbody>tr>td{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._cellText_1aiev_52{color:#475467;font-size:14px;font-weight:400;line-height:20px}._selectedProductsCount_1aiev_59{color:#101828;font-size:14px;font-weight:400;line-height:20px}._selectedProductsCountTag_1aiev_66{background-color:#f2f4f7;color:#101828;font-size:14px;font-weight:400;line-height:20px;padding:2px 6px;border-radius:8px;border:1px solid #D0D5DD}._tableBody_1aiev_27{border:1px solid #E4E7EC;border-radius:8px}._tableCellText_1aiev_82{color:#475467;font-size:14px;font-weight:400;line-height:20px;margin:0}._editButton_1aiev_90{background:transparent;border:none;padding:0;margin:0;cursor:pointer}._tableFooter_1aiev_98{position:fixed;bottom:0;right:0;background-color:#fff;border-top:1px solid #E4E7EC;display:flex;justify-content:space-between;align-items:center;width:100%;padding:16px 16px 16px 96px;z-index:3}._tableFooterLeft_1aiev_113{display:flex;align-items:center;gap:8px}._tableFooterRight_1aiev_119{display:flex;align-items:center}._link_1aiev_123{word-break:break-all;color:#101828;font-size:12px;font-weight:400;line-height:20px;text-decoration:none;cursor:pointer;overflow:hidden;text-overflow:ellipsis;width:200px}._link_1aiev_123:hover{color:#101828;text-decoration:underline}._title_p4fb6_1{color:#101828;font-size:20px;font-weight:600;line-height:28px;margin:0}._description_p4fb6_9{color:#475467;font-family:Inter;font-size:14px;font-weight:400;line-height:20px}._footer_p4fb6_17{display:flex;justify-content:flex-end;width:100%;gap:10px}._formContainer_p4fb6_24{padding:0 40px;max-height:calc(100vh - 260px);overflow-y:auto}._productUrlCard_p4fb6_30{border:1px solid rgb(234,234,234);padding:16px;margin-bottom:16px;border-radius:8px}._switchContainer_p4fb6_37{display:flex;justify-content:center;align-items:center;margin-top:33px}._checkboxContainer_p4fb6_44{display:flex;align-items:center;gap:16px;padding:12px;border:1px solid #F2F4F7;border-radius:8px}._checkboxRight_p4fb6_57{display:flex;flex-direction:column;gap:4px}._checkboxRightTitle_p4fb6_63{color:#000000e0;font-size:14px;font-weight:500}._checkboxRightDesc_p4fb6_69{color:#475467;font-family:Inter;font-size:14px;font-weight:400;line-height:20px}._floatSelection_zcy55_1{width:600px;padding:20px 24px;border-radius:8px;border:1px solid #DDD;background:#fff;box-shadow:0 24px 48px -12px #1018282e;position:fixed;bottom:150px;left:50%;transform:translate(-50%);z-index:4}._floatSelectionLabel_zcy55_15{color:#344054;font-size:14px;font-weight:500;line-height:20px}._floatSelectionContent_zcy55_22{display:flex;align-items:center;justify-content:space-between}._floatSelectionContentItem_zcy55_28{display:flex;align-items:center;gap:12px;margin-top:12px}._floatSelectionContentItemLabel_zcy55_35{font-size:14px;color:#000000e0;font-family:Inter;line-height:1.5714285714285714}._floatSelectionHead_zcy55_42{display:flex;align-items:center;justify-content:space-between;width:100%;margin:0 0 16px}@media(max-width:991px){._floatSelection_zcy55_1{width:90vw;max-width:90vw}}._userDetailPage_w0lwl_1,._loading_w0lwl_9{width:100%;height:100%;display:flex;align-items:center;justify-content:center}._card_w0lwl_17{width:720px;border-radius:16px;border:1px solid #EAECF0;background:#fff;box-shadow:0 4px 8px -2px #1018281a,0 2px 4px -2px #1018280f}._cardHeader_w0lwl_25,._cardBody_w0lwl_30{padding:20px 24px;border-bottom:1px solid #EAECF0}._cardFooter_w0lwl_35{padding:20px 24px;border-bottom:1px solid #EAECF0;display:flex;align-items:center;justify-content:flex-end;gap:12px}._cardHeaderLeft_w0lwl_44{display:flex;flex-direction:column}._cardHeaderTitle_w0lwl_49{color:#101828;font-family:Inter;font-size:18px;font-weight:600;line-height:28px}._cardHeaderDesc_w0lwl_57{color:#475467;font-family:Inter;font-size:14px;font-weight:400;line-height:20px}._mailChangePassword_w0lwl_65{display:flex;align-items:center;gap:8px;margin-bottom:16px}._formLabel_w0lwl_72{font-size:14px;font-style:normal;font-weight:500;color:#000000e0}._formItem_w0lwl_79{display:flex;flex-flow:column;align-items:flex-start;justify-content:flex-start;gap:8px;margin-bottom:24px}._hidden_w0lwl_88{display:none}@media screen and (max-width:1200px){._card_w0lwl_17{width:100%}}._container_84593_1{display:flex;align-items:center;justify-content:center;gap:10rem;height:100vh;max-width:1280px;margin-inline:auto;padding-inline:3rem}._container_84593_1 ._logo_84593_12{padding-bottom:80px;text-align:center}._container_84593_1 ._formComponents_84593_17{max-width:400px;margin-inline:auto}._wrapper_84593_22{display:flex;flex-direction:column}._backToLogin_84593_27{display:flex;justify-content:center;margin-block:.5rem}._error_84593_33{border-radius:8px;border:1px solid #FECDCA;background:#fef3f2;display:flex;padding:8px 12px 8px 10px;align-items:center;gap:4px;align-self:stretch;color:#b42318;text-align:center;font-size:14px;font-style:normal;font-weight:500;line-height:20px;margin-bottom:32px}._success_84593_51{border-radius:8px;border:1px solid #A6F4C5;background:#f6ffed;display:flex;padding:8px 12px 8px 10px;align-items:center;gap:4px;align-self:stretch;color:#17b26a;text-align:center;font-size:14px;font-style:normal;font-weight:500;line-height:20px;margin-bottom:32px}._title_84593_69{color:var(--Gray-900);font-family:Inter;font-size:32px;font-style:normal;font-weight:600;line-height:40px;letter-spacing:-.64px;margin-bottom:12px}._description_84593_80{color:var(--Gray-600);font-family:Inter;font-size:16px;font-style:normal;font-weight:400;line-height:24px;margin-bottom:32px}._formElements_84593_90{display:grid;gap:1.2rem}._passwordToggle_84593_96{background:none;border:none;cursor:pointer;padding:8px;display:flex;align-items:center;justify-content:center;color:#6b7280;transition:color .2s ease;border-radius:4px}._passwordToggle_84593_96:hover{color:#374151}._passwordToggle_84593_96:focus{outline:none;color:#1f2937}._passwordToggle_84593_96:active{color:#111827}@media(max-width:1024px){._container_84593_1{padding-inline:1rem}}._reviewReportModal_1mq7w_1{background-color:#00000091;position:fixed;top:0;right:0;bottom:0;left:0;z-index:30;padding-top:20px}._reviewReportModalClose_1mq7w_9{display:flex!important}._reviewReportModalContainer_1mq7w_13{background-color:#fff;position:fixed;top:20px;right:30px;bottom:20px;left:30px;padding:0 20px;border-radius:12px;border:1px solid #EAECF0;z-index:99;overflow:auto;height:96%}._reviewReportModalHeader_1mq7w_25{display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;width:100%;background-color:#fff;z-index:3;padding:20px 0}._reviewReportModalHeaderLeft_1mq7w_37{display:flex;align-items:center;gap:8px}._reviewReportModalHeaderLeft_1mq7w_37 h1{margin:0;color:#667085;font-size:24px;font-weight:600;line-height:32px}._reviewReportModalHeaderLeft_1mq7w_37 span{color:#101828}._reviewReportModalFilterTags_1mq7w_55{display:flex;align-items:center;gap:12px}._reviewReportModalFilterTag_1mq7w_55{border-radius:8px;border:1px solid #D0D5DD;background:#fff;box-shadow:0 1px 2px #1018280d;padding:4px 8px;display:flex;align-items:center;gap:4px}._reviewReportModalFilterTag_1mq7w_55 span{color:#344054;text-align:center;font-family:Inter;font-size:14px;font-weight:500;line-height:20px}._aiBar_1mq7w_83{position:relative;margin-top:14px;display:flex;padding:12px 24px;align-items:center;gap:8px;align-self:stretch;width:100%;border-radius:8px;border:1px solid #D2F3FA;background:linear-gradient(89deg,#5db2f90f 36.13%,#aeeefe33 98.26%),#fff}._aiBar_1mq7w_83 span{color:var(--Gray-900, #101828);font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:24px}._aiBadge_1mq7w_106{display:flex;padding:2px 8px 2px 6px;align-items:center;gap:4px;border-radius:16px;border:1px solid var(--Gray-blue-200, #D5D9EB);background:var(--Gray-blue-50, #F8F9FC)}._aiBadge_1mq7w_106 span{color:var(--Gray-blue-700, #363F72);text-align:center;font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:18px}._closeIcon_1mq7w_126{cursor:pointer;right:5px;position:absolute;top:5px}._mt20_1mq7w_133{margin-top:20px}._card_1mq7w_138{border-radius:12px;border:1px solid #eaecf0;background:#fff;padding:16px 20px;width:100%}._cardHeader_1mq7w_147{display:flex;align-items:center;justify-content:space-between;background:#fff;border:none;margin-top:32px;padding:.75rem 0}._cardHeaderLeft_1mq7w_157{display:flex;align-items:center;gap:4px}._cardHeaderLeft_1mq7w_157 h1{color:#101828;font-size:18px;font-weight:600;line-height:28px;margin:0}._cardHeaderRight_1mq7w_171{display:flex;flex-direction:row;align-items:center;gap:12px}@media only screen and (max-width:800px){._reviewReportModalContainer_1mq7w_13{top:16px;right:16px;bottom:16px;left:16px}._reviewReportModalHeader_1mq7w_25{display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;width:100%}._reviewReportModalHeaderLeft_1mq7w_37{flex-flow:column}._cardHeader_1mq7w_147{flex-flow:column;gap:8px}._cardHeaderLeft_1mq7w_157{flex-direction:column}._rainbowChartCardHead_1mq7w_206{flex-flow:column;gap:8px}}._chartDiv_2bx7y_1{width:100%}._card_2bx7y_5{border-radius:12px;border:1px solid #eaecf0;background:#fff;padding:16px 20px;width:100%}._cardHeader_2bx7y_13{display:flex;align-items:center;justify-content:space-between;background:#fff;border:none;padding:0}._cardHeaderLeft_2bx7y_22{display:flex;align-items:center;gap:4px}._cardHeaderLeft_2bx7y_22 h1{color:#101828;font-size:18px;font-weight:600;line-height:28px;margin:0}._cardHeaderRight_2bx7y_36{display:flex;flex-direction:row;align-items:center;gap:12px}@media only screen and (max-width:800px){._cardHeader_2bx7y_13{flex-flow:column;gap:8px}._cardHeaderLeft_2bx7y_22{flex-direction:row}}._sumCards_2bx7y_55{height:100%;width:100%}._sumCard_2bx7y_55{width:100%;height:100%}._sumCardHeader_2bx7y_71{display:flex;align-items:center;gap:4px}._sumCardHeaderRetailer_2bx7y_77{height:14px}._sumCardHeaderTitle_2bx7y_81{color:#535353;font-family:Roboto;font-size:16px;font-weight:500;letter-spacing:.16px}._sumCardBody_2bx7y_89{display:flex;align-items:center;justify-content:space-between;align-items:start}._sumCardLeft_2bx7y_96{display:flex;flex-flow:row;gap:8px;align-items:center}._sumCardValue_2bx7y_106{color:#140038;font-family:Roboto;font-size:24px;font-weight:500;letter-spacing:.24px}._customRatingSelectContainer_1dgjh_3{position:relative;width:auto;min-width:150px;background:#fff;box-shadow:0 1px 2px #1018280d;color:#101828;font-family:Inter;font-size:16px;font-style:normal;font-weight:400;line-height:24px;display:flex;height:36px;align-items:center;gap:8px}._customRatingSelectTrigger_1dgjh_21{display:flex;align-items:center;justify-content:space-between;padding:0 14px;-webkit-user-select:none;user-select:none;width:100%;height:100%;cursor:pointer;color:#101828;font-family:Inter;font-size:16px;font-style:normal;font-weight:500;line-height:24px;border-radius:8px;border:1px solid #D0D5DD}._customRatingSelectTrigger_1dgjh_21:hover{border:solid 1px #c4c7cd}._customRatingSelectMenu_1dgjh_44{position:absolute;box-shadow:0 4px 8px #0000001a;border-radius:8px;z-index:100;width:320px;padding:8px 0;color:#667085;font-family:Inter;font-size:16px;font-style:normal;font-weight:500;line-height:24px;border:1px solid #EAECF0;background:#fff;box-shadow:0 12px 16px -4px #10182814,0 4px 6px -2px #10182808}._left_1dgjh_63{right:0;top:45px}._right_1dgjh_68{left:0}._up_1dgjh_72{top:-300px}._down_1dgjh_76{top:calc(100% + 8px)}._menuBottomLeft_1dgjh_80{right:0;top:45px}._menuBottomRight_1dgjh_85{left:0;top:45px}._divider_1dgjh_90{border-bottom:1px solid #DDD;margin:0 0 12px}._customRatingSelectSentiment_1dgjh_95{width:100%;display:flex;align-items:center;justify-content:space-between;padding:8px 16px;cursor:pointer;color:#667085;font-size:14px;font-weight:500;line-height:24px;height:44px}._customRatingSelectSentimentSelected_1dgjh_109{background:#f9fafb;color:#101828;border-radius:4px}._customRatingSelectSentiment_1dgjh_95:hover{background:#f9fafb}._customRatingSelectTopicOptions_1dgjh_119{display:flex;align-items:start;justify-content:space-between;flex-direction:column;width:100%;gap:2px;padding:6px;max-height:300px;overflow-y:auto;scrollbar-width:none}._customRatingSelectSearchInput_1dgjh_132{width:100%;margin-bottom:12px;padding:10px 14px;font-size:14px;height:36px;border-radius:8px;border:1px solid #D0D5DD;background:#fff;box-shadow:0 1px 2px #1018280d}._customRatingSelectSearchInput_1dgjh_132:focus-visible{outline:none}._customRatingSelectTopicItem_1dgjh_148{width:100%;padding:8px 16px;cursor:pointer;-webkit-user-select:none;user-select:none;color:#333;font-size:14px;border-radius:4px;display:flex;align-items:center;justify-content:space-between}._customRatingSelectTopicItemSelected_1dgjh_161{background:#f9fafb;color:#101828;font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:24px}._customRatingSelectTopicItem_1dgjh_148:hover{background:#f1f1f1}._customRatingSelectButtons_1dgjh_175{display:flex;justify-content:start;gap:12px;margin:12px 14px;border-radius:8px}._customRatingSelectButton_1dgjh_175{background:#fff;color:#344054;border-radius:8px;padding:0 12px;font-size:14px;cursor:pointer;border:1px solid #D0D5DD;box-shadow:0 1px 2px #1018280d;height:28px}._customRatingSelectButtonApply_1dgjh_195{background:#f9fafb;color:#fff;border:none}._customRatingSelectButtonApply_1dgjh_195:hover{background:#0056cc}._customRatingSelectActions_1dgjh_205{display:flex;align-items:center;justify-content:center;gap:12px;padding:16px 16px 20px;border-top:1px solid #f0f0f0}._customRatingSelectActions_1dgjh_205 button{height:40px;padding:8px 16px;border-radius:4px;font-size:14px;cursor:pointer}._cancel_1dgjh_222{border-radius:8px;width:100%;border:1px solid #D0D5DD;background:#fff;box-shadow:0 1px 2px #1018280d;color:#344054;font-family:Inter;font-size:14px;font-style:normal;font-weight:600;line-height:20px}._apply_1dgjh_236{border-radius:8px;width:100%;box-shadow:0 1px 2px #1018280d;color:#fff;font-size:14px;font-style:normal;font-weight:600;line-height:20px}._canvasChart_prvkz_1{position:relative;width:100%;background:#fff;padding:8px;display:flex;flex-direction:column}._canvasChart_prvkz_1 canvas{display:block;width:100%;height:auto}._canvasChartLegend_prvkz_16{display:flex;justify-content:center;gap:12px;padding:12px;border-radius:6px;flex-wrap:wrap}._legendSection_prvkz_25{display:flex;align-items:center;gap:12px;flex-wrap:wrap}._legendTitle_prvkz_32{font-weight:600;color:#374151;font-size:12px;margin-right:8px}._legendItem_prvkz_39{display:flex;align-items:center;gap:6px;font-size:12px;color:#6b7280}._legendItem_prvkz_39 span{color:#475467;font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px;white-space:nowrap}._legendColor_prvkz_57{width:12px;height:12px;border-radius:6px}._legendLine_prvkz_64{height:6px;border-radius:0;position:relative}._legendLine_prvkz_64:after{content:"";position:absolute;top:50%;background:inherit;border-radius:1px;transform:translateY(-50%)}._canvasChartTooltip_prvkz_79{background:#fff;border:1px solid #e5e7eb;border-radius:6px;padding:8px 12px;box-shadow:0 4px 12px #00000026;font-size:12px;line-height:1.4;max-width:200px;z-index:1000}._canvasChartTooltip_prvkz_79 strong{color:#111827;font-weight:600;display:block;margin-bottom:4px;border-bottom:1px solid #e5e7eb;padding-bottom:4px}._canvasChartTooltip_prvkz_79 span{display:block;margin:2px 0;font-weight:500}@media(max-width:768px){._canvasChart_prvkz_1{padding:12px}._canvasChartLegend_prvkz_16{flex-direction:column;align-items:center;gap:16px}._legendSection_prvkz_25{justify-content:center;gap:8px}._legendItem_prvkz_39{font-size:11px}._legendColor_prvkz_57{width:10px;height:10px}._canvasChartTooltip_prvkz_79{font-size:11px;padding:6px 10px;max-width:180px}}@media(max-width:480px){._canvasChart_prvkz_1{padding:8px}._legendItem_prvkz_39 span{font-size:10px}}._chartDiv_qcf13_1{width:100%}._card_qcf13_5{border-radius:12px;border:1px solid #eaecf0;background:#fff;padding:16px 20px;width:100%;height:100%}._cardHeader_qcf13_14{display:flex;align-items:center;justify-content:space-between;background:#fff;border:none;padding:0;margin-top:0;margin-bottom:16px}._cardHeaderLeft_qcf13_25{display:flex;align-items:center;gap:4px}._cardHeaderLeft_qcf13_25 h1{color:#101828;font-size:18px;font-weight:600;line-height:28px;margin:0}._cardHeaderRight_qcf13_39{display:flex;flex-direction:row;align-items:center;gap:12px}._buttonGroup_qcf13_46{display:flex;align-items:center;justify-content:center;gap:8px}._carouselContainer_qcf13_55{position:relative;width:100%}._carouselContent_qcf13_60{animation:_fadeSlideIn_qcf13_1 .5s ease-in-out}@keyframes _fadeSlideIn_qcf13_1{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}._carouselItemEnter_qcf13_76{animation:_itemFadeIn_qcf13_1 .4s ease-in-out forwards}@keyframes _itemFadeIn_qcf13_1{0%{opacity:0;transform:translate(20px) scale(.95)}to{opacity:1;transform:translate(0) scale(1)}}._carouselContainer_qcf13_55 ._topBarItem_qcf13_92{animation:_itemFadeIn_qcf13_1 .5s ease-in-out forwards}._carouselContainer_qcf13_55 ._topBarItem_qcf13_92:nth-child(1){animation-delay:0s}._carouselContainer_qcf13_55 ._topBarItem_qcf13_92:nth-child(2){animation-delay:.1s}._carouselContainer_qcf13_55 ._topBarItem_qcf13_92:nth-child(3){animation-delay:.2s}._carouselContainer_qcf13_55 ._topBarItem_qcf13_92:nth-child(4){animation-delay:.3s}._carouselNavigation_qcf13_112{display:flex;justify-content:flex-end;align-items:center;gap:12px;padding:0 0 0 10px}._navButton_qcf13_120{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:1px solid #d0d5dd;border-radius:50%!important;background:#fff;color:#475467;font-size:14px;transition:all .2s ease}._navButton_qcf13_120:hover:not(:disabled){border-color:#667085;background:#f9fafb;color:#344054}._navButton_qcf13_120:disabled{opacity:.4;cursor:not-allowed;border-color:#eaecf0;background:#f9fafb;color:#98a2b3}._pageIndicator_qcf13_148{color:#475467;font-family:Inter;font-size:14px;font-weight:500;line-height:20px;min-width:40px;text-align:center}@media(max-width:992px){._carouselNavigation_qcf13_112{justify-content:center}}@media(max-width:768px){._navButton_qcf13_120{width:28px;height:28px;font-size:12px}._pageIndicator_qcf13_148{font-size:12px;min-width:35px}}._topBar_qcf13_92{margin-top:20px;padding:20px 24px!important}._topBarItem_qcf13_92{border-radius:8px;border:1px solid #eaecf0;background:#fff;height:100%}._topBarHeadBrand_qcf13_191{display:flex;padding:12px 16px;align-items:center;gap:8px;align-self:stretch;border-bottom:1px solid #eaecf0}._topBarHead_qcf13_191{padding:16px 12px;border-bottom:1px solid #eaecf0}._topBarHead_qcf13_191 img{border-radius:250px;border:1px solid #eaecf0;background:#fff;width:36px;height:36px;object-fit:contain;padding:2px}._topBarHeadTitleBrand_qcf13_215{color:#101828;font-family:Inter;font-size:14px;font-weight:600;line-height:20px}._topBarHeadTitle_qcf13_215{color:#101828;font-family:Inter;font-size:14px;font-weight:600;line-height:20px;margin-left:8px}._topBarBody_qcf13_232{max-height:70vh;overflow-y:auto;overflow-x:hidden;padding:0 12px 16px 16px;margin-top:12px}._topBarBodyBrand_qcf13_240{max-height:70vh;overflow-y:auto;overflow-x:hidden;padding:0 12px 8px 16px;margin-top:10px;border-bottom:1px solid #eaecf0}._topBarItemContent_qcf13_249{display:flex;flex-flow:column}._topBarItemTitle_qcf13_254{display:flex;align-items:center;gap:4px;color:#475467;font-family:Inter;font-size:14px;font-weight:500;line-height:20px}._topBarItemTitleBrand_qcf13_265{display:flex;flex-direction:column;gap:4px;color:#475467;font-family:Inter;font-size:14px;font-weight:500;line-height:20px;padding:8px 16px}._topBarItemTitleValue_qcf13_277{color:#101828;font-family:Inter;font-size:16px;font-weight:600;line-height:24px;margin-left:auto;display:block}._topBarItemTitleValueforBrand_qcf13_287{color:#101828;font-family:Inter;font-size:16px;font-weight:600;line-height:24px}._topBarFooter_qcf13_295{padding:6px 16px 12px;border-top:1px solid #eaecf0}._topBarTopTopcis_qcf13_300{display:flex;align-items:center;gap:8px;width:100%;position:relative}._topBarTopTopicsArrow_qcf13_308{cursor:pointer;border:0;background:transparent;padding:0}._topSellerTopItems_qcf13_315{align-items:center;background:#fafafa;border:1px solid #d9d9d9;border-radius:4px;color:#303030;display:flex;font-family:Roboto;font-size:12px;font-style:normal;font-weight:400;line-height:20px;padding:1px 8px;white-space:nowrap}._topBarItemTitleBrandText_qcf13_331{display:flex;align-items:center;gap:4px}._topSellerTopTopicsItems_qcf13_337{width:100%;display:flex;overflow-y:auto;gap:8px;scrollbar-width:none;-ms-overflow-style:none}._topSellerTopTopicsItems_qcf13_337::-webkit-scrollbar{display:none}._modalTitleContainer_qcf13_350{display:flex;align-items:center}._modalTitle_qcf13_350{color:#101828;font-family:Inter;font-size:24px;font-weight:600;line-height:32px;margin:0}._topBarListTop_qcf13_364{display:flex;align-items:center;justify-content:flex-end;gap:10px;margin:12px 0}._productTopCard_qcf13_372{display:flex;padding:20px 16px 16px;align-items:center;gap:12px;align-self:stretch;border-bottom:1px solid var(--Gray-200, #eaecf0)}._productModalCard_qcf13_381{display:flex;align-items:center;gap:12px;align-self:stretch;max-width:250px}._productTopImage_qcf13_389{border:.75px solid var(--Base-Black, #0000001c)}._productTopImage_qcf13_389 img{object-fit:contain;height:92px;width:68px}._productTopDetail_qcf13_399{display:flex;flex-direction:column;flex:1 0 0;width:60%}._productTitleClamp_qcf13_406{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;font-family:Inter;font-size:14px;font-weight:500;line-height:22px;color:#101828;text-decoration:none}._productTitle_qcf13_406{display:inline;text-decoration:none}._brandOnly_qcf13_426{text-decoration:underline}._productTitle_qcf13_406{text-decoration:none}._productBarcodeContainer_qcf13_434{display:flex;align-items:center;gap:6px}._productBarcode_qcf13_434{color:var(--Gray-600, #475467);font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px}._productBrand_qcf13_449{display:block;overflow:hidden;color:var(--Gray-700, var(--colors-gray-light-mode-700, #344054));text-overflow:ellipsis;font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:22px}._sentimentShareItems_qcf13_464{display:flex;flex-flow:column;gap:12px;width:50%;margin-left:auto}._sentimentShareItem_qcf13_464{display:flex;flex-flow:column;gap:4px;width:100%}._sentimentShareItemTitle_qcf13_479{margin:0;color:#535353;font-family:Roboto;font-size:12px;font-weight:400}._sentimentShareItemTitle_qcf13_479 span{font-weight:600}._sentimentShareItemBar_qcf13_491{display:flex;align-items:center;width:100%}._sentimentShareItemBarLeft_qcf13_497{display:flex;height:8px;border-radius:2px 0 0 2px}._sentimentShareItemBarRight_qcf13_503{display:flex;height:8px;border-radius:0 2px 2px 0;background:#f9fafb}._positive_qcf13_512{background:#37b65b}._negative_qcf13_516{background:#ff4747}._neutral_qcf13_520{background:#ffe500}._sentimentBar_qcf13_524{display:flex;width:100%;height:12px;border-radius:6px;overflow:hidden;background-color:#f3f4f6;cursor:pointer}._dot_qcf13_534{height:6px;width:6px;border-radius:50%}._positiveSegment_qcf13_540{background-color:#37b65b;transition:width .3s ease}._neutralSegment_qcf13_546{background-color:#ffe500;transition:width .3s ease}._negativeSegment_qcf13_552{background-color:#ff4747;transition:width .3s ease}._sentimentLabels_qcf13_558{display:flex;justify-content:end;align-items:center;flex-wrap:wrap;gap:8px;margin-top:12px}._sentimentLabel_qcf13_558{display:flex;align-items:center;gap:6px;margin:0;color:var(--Gray-600, #475467);font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px}._toolTipTitle_qcf13_580{display:flex;align-items:center;gap:4px;color:var(--Gray-0, #303030);font-family:Inter;font-size:12px;font-style:normal;font-weight:400;line-height:20px;letter-spacing:.12px}._toolTipTitle_qcf13_580 span{color:var(--Gray-900, var(--colors-gray-light-mode-900, #101828));font-family:Inter;font-size:12px;font-style:normal;font-weight:600;line-height:20px}@media only screen and (max-width:800px){._cardHeader_qcf13_14{flex-flow:column;gap:8px}._cardHeaderLeft_qcf13_25{flex-direction:row}._buttonGroup_qcf13_46{flex-direction:column}}._container_iqrcs_1{position:relative;display:inline-block}._trigger_iqrcs_6{display:flex;align-items:center;justify-content:space-between;padding:3px 14px 0;-webkit-user-select:none;user-select:none;width:100%;height:36px;gap:7px;cursor:pointer;color:#101828;font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:24px;border-radius:8px;border:1px solid #d0d5dd}._button_iqrcs_27{display:flex;padding:4px;align-items:center;gap:10px;border-radius:4px}._activeButton_iqrcs_35{display:flex;padding:4px;align-items:center;gap:10px;border-radius:4px;background:var(--Gray-100, #F2F4F7)}._disabled_iqrcs_44{background:var(--Base-White, #FFF);color:var(--Gray-400, var(--colors-gray-light-mode-400, #98A2B3));font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px}._trigger_iqrcs_6:hover{border:solid 1px #c4c7cd}._menu_iqrcs_59{position:absolute;background:#fff;border:1px solid #d9d9d9;border-radius:8px;box-shadow:0 4px 12px #00000026;z-index:1000;width:320px;max-height:500px;display:flex;flex-direction:column}._menu_iqrcs_59._left_iqrcs_72{right:0}._menu_iqrcs_59._right_iqrcs_76{left:0}._menu_iqrcs_59._up_iqrcs_80{bottom:100%;margin-bottom:8px}._menu_iqrcs_59._down_iqrcs_85{top:100%;margin-top:8px}._searchContainer_iqrcs_90{padding:16px 16px 12px;flex-shrink:0}._scrollableContent_iqrcs_95{flex:1;overflow-y:auto;padding:0 0 8px}._topicSection_iqrcs_101{margin-bottom:16px}._sectionHeader_iqrcs_105{display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between}._sectionTitle_iqrcs_112{gap:8px;font-weight:600;font-size:14px;color:#262626;display:flex;align-items:center}._topicCount_iqrcs_121{background:#f0f0f0;color:#8c8c8c;padding:2px 6px;border-radius:10px;font-size:12px;font-weight:500}._sectionSubtitle_iqrcs_130{color:#8c8c8c;font-size:12px;margin-left:25px}._sectionTitleRow_iqrcs_136{display:flex;justify-content:space-between;align-items:center;width:100%}._leftSection_iqrcs_143{display:flex;align-items:center;gap:8px}._sectionTitle_iqrcs_112{display:flex;align-items:center}._topicCount_iqrcs_121{background:#f0f0f0;padding:2px 8px;font-size:12px;color:#666;border-radius:6px;border:1px solid var(--Gray-300, #D0D5DD);background:var(--Base-White, #FFF);box-shadow:0 1px 2px #1018280d}._topicItem_iqrcs_165{display:flex;align-items:center;justify-content:space-between;padding:8px 16px;cursor:pointer;transition:background-color .2s;width:100%}._topicItem_iqrcs_165:hover{background-color:#f5f5f5}._topicInfo_iqrcs_179{display:flex;align-items:center;flex:1;justify-content:space-between}._topicName_iqrcs_186{font-size:14px}._countBadge_iqrcs_190{display:flex;padding:2px 6px;align-items:center;border-radius:6px;border:1px solid var(--Gray-300, #d0d5dd);background:var(--Base-White, #fff);box-shadow:0 1px 2px #1018280d;margin-left:8px}._topicItem_iqrcs_165 img{width:16px;height:16px}._commonResultsSection_iqrcs_206{padding:12px 16px;border-top:1px solid #f0f0f0;flex-shrink:0;background:#fff}._checkboxContainer_iqrcs_213{display:flex;align-items:flex-start;cursor:pointer;font-size:14px;gap:8px}._checkboxContainer_iqrcs_213 input[type=checkbox]{margin:2px 0 0}._checkboxText_iqrcs_226{flex:1;line-height:1.4}._checkboxSubtext_iqrcs_231{color:#8c8c8c;font-size:12px;margin-top:2px;line-height:1.3}._checkbox_iqrcs_213{width:100%}._actions_iqrcs_242{display:flex;justify-content:space-between;gap:8px;padding:16px;border-top:1px solid #f0f0f0;flex-shrink:0;background:#fff}._cancel_iqrcs_252,._apply_iqrcs_256{flex:1}._mt2_137q8_1{margin-top:8px}._card_137q8_6{border-radius:12px;background:#fff;padding:16px 0 0;width:100%;height:100%}._cardHeader_137q8_14{display:flex;align-items:center;justify-content:space-between;background:#fff;border:none;padding:0;margin-top:0;margin-bottom:16px}._cardHeaderLeft_137q8_25{display:flex;align-items:center;gap:4px}._cardHeaderLeft_137q8_25 h1{color:#101828;font-size:18px;font-weight:600;line-height:28px;margin:0}._cardHeaderRight_137q8_39{display:flex;flex-direction:row;align-items:center;gap:12px}._badgeDescriptionContent_137q8_46{display:flex;flex-direction:column;gap:4px}._badgeDescriptionTitle_137q8_52{color:var(--Gray-700, #344054);font-size:12px;font-style:normal;font-weight:600;line-height:18px}._badgeDescriptionText_137q8_60{color:var(--Gray-600, #475467);font-size:12px;font-style:normal;font-weight:500;line-height:20px}@media only screen and (max-width:800px){._cardHeader_137q8_14{flex-flow:column;gap:8px}._cardHeaderLeft_137q8_25{flex-direction:row}._rainbowChartCardHead_137q8_79{flex-flow:column;gap:8px}}._container_18i4q_1{width:100%;height:100%;padding:1rem;overflow:hidden}._desktop_18i4q_8{width:100%;height:400px;gap:10px}._item_18i4q_14{position:relative;border-radius:4px;padding:1rem;cursor:pointer;transition:all .2s ease-in-out;flex-grow:1;display:flex;flex-direction:column}._antdTooltip_18i4q_25{color:var(--Gray-600, #475467)}._tooltip_18i4q_29{color:var(--Gray-600, #475467);font-family:Inter;font-size:12px;font-style:normal;font-weight:500;line-height:20px;border-radius:8px;background:var(--Base-White, #fff);box-shadow:0 1px 2px #1018280d;padding:.5rem;display:none;position:absolute;top:10%}._item_18i4q_14:hover ._tooltip_18i4q_29{display:block}._item_18i4q_14:hover{opacity:.8}._selected_18i4q_55{box-shadow:0 0 0 2px var(--Gray-500);z-index:2}._content_18i4q_60{display:flex;flex-direction:column;justify-content:space-between;width:100%;height:100%}._name_18i4q_68{font-size:clamp(.875rem,1.2vw,1.125rem);overflow:hidden;text-overflow:ellipsis;width:140px;white-space:nowrap;color:var(--Gray-0, #303030);text-align:center;font-weight:400;font-size:14px}._value_18i4q_80{font-size:clamp(1rem,1.5vw,1.5rem);color:var(--Gray-0, #303030);text-align:center;font-weight:500;font-size:20px;font-style:normal;line-height:normal}._percentage_18i4q_90{font-size:clamp(.75rem,1vw,.875rem);opacity:.75;color:var(--Gray-0, #303030);text-align:center;font-size:10px;font-style:normal;font-weight:100;line-height:normal}@media(min-width:1000px){._mobile_18i4q_108{display:none}}._badge_18i4q_113{position:absolute;right:12px;top:9px;border-radius:16px;border:1px solid #D5D9EB;background:#f8f9fc;display:inline-flex;height:20px;padding:2px 8px 2px 6px;align-items:center;flex-shrink:0;color:var(--Gray-blue-700, #363F72);text-align:center;font-size:12px;font-style:normal;font-weight:500;line-height:18px;gap:4px}._badge-icon_18i4q_134{width:12px;height:12px}._card_cg2of_1{border-radius:12px;border:1px solid #eaecf0;background:#fff;padding:16px 20px;width:100%;height:100%}._cardHeader_cg2of_10{display:flex;align-items:center;justify-content:space-between;background:#fff;border:none;padding:0;margin-bottom:16px}._cardHeaderLeft_cg2of_20{display:flex;align-items:center;gap:4px}._cardHeaderLeft_cg2of_20 h1{color:#101828;font-size:18px;font-weight:600;line-height:28px;margin:0}._cardHeaderDesc_cg2of_34{color:var(--Gray-500, #667085);font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px}._cardHeaderDesc_cg2of_34 strong{color:var(--Gray-700, var(--colors-gray-light-mode-700, #344054));font-family:Inter;font-size:14px;font-style:normal;font-weight:600;line-height:20px}._cardHeaderRight_cg2of_52{display:flex;flex-direction:row;align-items:center;gap:12px}@media only screen and (max-width:800px){._cardHeader_cg2of_10{flex-flow:column;gap:8px}._cardHeaderLeft_cg2of_20{flex-direction:row}}._customBarChartSingle_sp9pr_1{display:flex;gap:12px;flex-flow:row!important;margin-top:24px}._customBarChartLabels_sp9pr_8{display:flex;flex-flow:column;gap:20px}._customBarChartLabel_sp9pr_8{cursor:pointer;height:16px;max-width:100px;gap:4px;align-items:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:flex;align-self:flex-end}._customBarChartLabel_sp9pr_8 span{color:#535353;font-family:Roboto;font-size:14px;font-weight:500;line-height:16px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._customBarChartLabel_sp9pr_8:hover{border-radius:2px;background:#f2f4f7}._customBarChartBars_sp9pr_46{display:flex;flex-flow:column;gap:20px;width:100%;position:relative;z-index:2;margin-bottom:22px}._customBarChartBar_sp9pr_46{display:flex;height:16px;background-color:#0064ff;border-radius:0 4px 4px 0;cursor:pointer;justify-content:center}._customBarChartBarsGrid_sp9pr_65{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;grid-template-columns:repeat(6,1fr);z-index:-1}._customBarChartBarsGridItem_sp9pr_75{width:100%;border-right:1px solid #F2F4F7;position:relative}._customBarChartBarsGridItem_sp9pr_75 span{position:absolute;bottom:-20px;right:-10px;color:#475467;font-family:Inter;font-size:12px;font-weight:400;line-height:18px}._reviewTopicsCard_7ugy7_1{z-index:0;position:relative;padding:20px!important}._reviewTopicsCardHead_7ugy7_7{display:flex;align-items:center;justify-content:space-between}._reviewTopicsCardHeadLeft_7ugy7_14{display:flex;align-items:center;gap:4px}._reviewTopicsCardHeadLabel_7ugy7_20{color:#101828;font-family:Inter;font-size:18px;font-style:normal;font-weight:600;line-height:28px;display:flex;align-items:center;gap:4px}._reviewTopicsCardHeadRight_7ugy7_32{display:flex;align-items:center;gap:12px}._reviewTopicsCardBody_7ugy7_38{height:100%;display:grid}@media only screen and (max-width:800px){._reviewTopicsCardHead_7ugy7_7{flex-flow:column;gap:8px}}._card_wto3z_1{border-radius:12px;border:1px solid #eaecf0;background:#fff;padding:16px 20px;width:100%;z-index:1}._cardHeader_wto3z_10{display:flex;align-items:center;justify-content:space-between;background:#fff;border:none;padding:0}._cardHeaderLeft_wto3z_19{display:flex;align-items:center;gap:4px}._cardHeaderLeft_wto3z_19 h1{color:#101828;font-size:18px;font-weight:600;line-height:28px;margin:0}._cardHeaderRight_wto3z_33{display:flex;flex-direction:row;align-items:center;gap:12px}@media only screen and (max-width:800px){._cardHeader_wto3z_10{flex-flow:column;gap:8px}._cardHeaderLeft_wto3z_19{flex-direction:column}}._sumCards_wto3z_52{height:100%;width:100%}._sumCard_wto3z_52{width:100%;height:100%}._sumCardHeader_wto3z_62{display:flex;align-items:center;gap:4px}._sumCardHeaderRetailer_wto3z_68{height:14px}._sumCardHeaderTitle_wto3z_72{color:#535353;font-family:Roboto;font-size:16px;font-weight:500;letter-spacing:.16px}._sumCardBody_wto3z_80{display:flex;align-items:center;justify-content:space-between;align-items:start}._sumCardLeft_wto3z_87{display:flex;flex-flow:row;gap:8px;align-items:center}._sumCardValue_wto3z_96{color:#140038;font-family:Roboto;font-size:24px;font-weight:500;letter-spacing:.24px}._stackedChart_pup5s_1{display:flex;gap:12px;flex-flow:row!important;margin-top:24px}._stackedChartLabels_pup5s_8{display:flex;flex-flow:column;gap:20px}._stackedChartLabel_pup5s_8{cursor:pointer;height:16px;max-width:100px;display:flex;gap:4px;align-items:center;margin-left:auto}._stackedChartLabel_pup5s_8 span{color:#535353;font-family:Roboto;font-size:14px;font-weight:500;line-height:16px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._stackedChartLabel_pup5s_8:hover{border-radius:2px;background:#f2f4f7}._stackedChartBars_pup5s_40{display:flex;flex-flow:column;gap:20px;width:100%;position:relative;z-index:0;margin-bottom:22px}._stackedChartBarContainer_pup5s_51{cursor:pointer;display:flex;align-items:center;z-index:1}._stackedChartBar_pup5s_40{display:flex;height:16px;cursor:pointer;justify-content:center;align-items:center}._stackedChartBar_pup5s_40 span{color:#0c111d;font-family:Roboto;font-size:10px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._stackedChartBarPositive_pup5s_76{background-color:#37b65b}._stackedChartBarNeutral_pup5s_80{background-color:#ffe500}._stackedChartBarNegative_pup5s_84{background-color:#ff4747;border-radius:0 4px 4px 0}._stackedChartBarTrend_pup5s_89{display:flex;height:20px;padding:2px 6px 2px 2px;align-items:center;border-radius:16px;border:1px solid #D5D9EB;background-color:#f8f9fc}._stackedChartBarTrend_pup5s_89 span{color:#363f72;text-align:center;font-size:10px;font-style:normal;font-weight:500;line-height:18px}._stackedChartGrid_pup5s_108{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;grid-template-columns:repeat(4,1fr);z-index:-1}._stackedChartGridItem_pup5s_116{width:100%;border-right:1px solid #F2F4F7;position:relative}._stackedChartGridItem_pup5s_116 span{position:absolute;bottom:-20px;right:-10px;color:#475467;font-family:Inter;font-size:12px;font-weight:400;line-height:18px}._stackedChartDivider_pup5s_134{position:absolute;top:-10px;bottom:15px;left:0;right:0}._stackedChartDividerLine_pup5s_142{background-color:transparent;border-right:1px solid #298543;z-index:1;height:calc(100% + 20px);position:relative}._stackedChartDividerLine_pup5s_142 span{position:absolute;top:-20px;right:-20px;color:#175328;font-family:Inter;font-size:12px;font-weight:400;line-height:18px}._customStackedBarChartDots_pup5s_161{width:100%;margin-top:12px;display:flex;flex-direction:row;gap:12px;justify-content:flex-end}._customStackedBarChartDot_pup5s_161{display:flex;align-items:center;gap:4px}._customStackedBarChartPopoverTitle_pup5s_176{display:flex;align-items:center;gap:8px;border-bottom:1px solid #EAECF0;padding-bottom:4px}._customStackedBarChartPopoverTitleDot_pup5s_185{display:flex;width:8px;height:8px;border-radius:50%}._paginationDiv_pup5s_192{display:flex;justify-content:flex-end;margin-top:auto;padding-top:15px}._reviewAnalyzeReport_140mh_1{margin-top:20px}._reviewAnalyzeReport_140mh_1 .ant-row{flex-wrap:wrap!important}@media(max-width:768px){._reviewAnalyzeReport_140mh_1 .ant-col{flex:0 0 100%!important;max-width:100%!important}}#apexchartsreview-sense-sentiment-chart .apexcharts-legend{justify-content:flex-end!important}._chartDiv_1679z_1{width:100%}._card_1679z_5{border-radius:12px;border:1px solid #eaecf0;background:#fff;padding:16px 20px;width:100%;height:100%}._cardHeader_1679z_14{display:flex;align-items:center;justify-content:space-between;background:#fff;border:none;padding:0;margin-bottom:16px}._cardHeaderLeft_1679z_24{display:flex;align-items:center;gap:4px}._cardHeaderLeft_1679z_24 h1{color:#101828;font-size:18px;font-weight:600;line-height:28px;margin:0}._cardHeaderRight_1679z_38{display:flex;flex-direction:row;align-items:center;gap:12px}._toggle_1679z_45{opacity:1;transition:max-height .8s ease,opacity .4s ease,transform .4s ease,height .8s ease}._visible_1679z_51{opacity:0;transform:translateY(0);height:0;overflow:hidden}._hideFilter_1679z_58{color:var(--Gray-600, #475467);font-family:Inter;font-size:14px;font-style:normal;font-weight:600;line-height:20px;cursor:pointer}@media only screen and (max-width:800px){._cardHeader_1679z_14{flex-flow:column;gap:8px}._cardHeaderLeft_1679z_24{flex-direction:row}}._sumCards_1679z_80{height:100%;width:100%}._sumCard_1679z_80{width:100%;height:100%}._sumCardHeader_1679z_94{display:flex;align-items:center;gap:4px}._sumCardHeaderRetailer_1679z_100{height:14px}._sumCardHeaderTitle_1679z_104{color:#535353;font-family:Roboto;font-size:16px;font-weight:500;letter-spacing:.16px}._sumCardBody_1679z_112{display:flex;align-items:center;justify-content:space-between;align-items:start}._sumCardLeft_1679z_119{display:flex;flex-flow:row;gap:8px;align-items:center}._sumCardValue_1679z_128{color:#140038;font-family:Roboto;font-size:24px;font-weight:500;letter-spacing:.24px}._labelStyle_1679z_136{color:var(--Gray-900, #101828);font-family:Inter;font-size:16px;font-style:normal;font-weight:500;line-height:24px;margin:0 28px 0 0}._filterIcon_1679z_147{display:flex;padding:8px;justify-content:center;align-items:center;gap:8px;border-radius:8px;border:1px solid var(--Gray-300, #D0D5DD);background:var(--Gray-50, #F9FAFB);box-shadow:0 1px 2px #1018280d}._containerResult_d1sp5_1{display:flex;padding:20px;flex-direction:column;gap:6px;align-self:stretch;max-height:250px;overflow:auto;border-radius:8px;border:1px solid #EEE;background:#fff}._containerResultActive_d1sp5_14{max-height:60vh}._aiResult_d1sp5_18{color:var(--Gray-600, #475467);font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px}._background_d1sp5_27{border-radius:8px;border:1px solid #D2F3FA;background:linear-gradient(89deg,#5db2f90f 36.13%,#aeeefe33 98.26%),#fff}._container_d1sp5_1{display:flex;width:100%;padding:12px 24px;align-items:center;gap:20px}._containerLeft_d1sp5_42{display:flex;align-items:center;gap:8px;flex:1 0 0}._containerLeftText_d1sp5_49{display:flex;flex-direction:column;align-items:flex-start;gap:2px}._img_d1sp5_56{width:46px;height:46px}._containerLeftTextTitle_d1sp5_61{color:var(--Gray-900, #101828);font-family:Inter;font-size:16px;font-style:normal;font-weight:600;line-height:24px}._containerLeftTextDesc_d1sp5_70{color:var(--Gray-600, #475467);font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px}._generateButton_d1sp5_79{display:flex;padding:10px 14px;justify-content:center;align-items:center;gap:4px;border-radius:8px;border:1px solid #2FD0A6;background:linear-gradient(98deg,#54cfc0,#5b87dd 102.17%);box-shadow:0 1px 2px #1018280d;height:44px;width:134px;color:#fff;font-family:Inter;font-size:16px;font-style:normal;font-weight:600;line-height:24px}._generateButton_d1sp5_79:hover{background:linear-gradient(98deg,#54cfc1cf,#5b86ddb1 102.17%)!important;color:#fff!important;border:1px solid #2FD0A6!important}._widgetContainer_d1sp5_106{position:static;padding:0 7px}._widgetButton_d1sp5_111{display:flex;padding:8px;justify-content:center;align-items:center;gap:8px;border-radius:8px;border:1px solid var(--Gray-300, #D0D5DD);background:var(--Base-White, #FFF);box-shadow:0 1px 2px #1018280d}._widgetButtonActive_d1sp5_123{border-radius:8px;border:1px solid #D2F3FA;background:#eff9ff;box-shadow:0 1px 2px #1018280d}._widgetPopup_d1sp5_130{margin-top:10px;z-index:3;position:absolute;display:flex;max-width:457px;flex-direction:column;align-items:center;padding:16px 12px;gap:8px;border-radius:8px;border:1px solid #D2F3FA;background:linear-gradient(89deg,#5db2f90f 36.13%,#aeeefe33 98.26%),#fff}._widgetPopupLeft_d1sp5_145{left:0}._widgetPopupRight_d1sp5_150{right:3%}._widgetPopupHead_d1sp5_154{display:flex;flex-direction:row;width:100%;gap:16px;align-items:center}._widgetText_d1sp5_162{display:block;margin-right:auto;color:var(--Gray-900, #101828);font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:24px}._none_d1sp5_173{display:none}._aiModalOverlay_d1sp5_177{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background-color:#0003;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;justify-content:center;align-items:center;z-index:1000;overflow:hidden}._aiModal_d1sp5_177{position:absolute;top:10%;border-radius:8px;border:1px solid #D2F3FA;background:linear-gradient(89deg,#5db2f90f 36.13%,#aeeefe33 98.26%),#fff;padding:24px;width:90%;box-shadow:0 8px 20px #0000001a}._closeBar_d1sp5_204{align-items:flex-start;flex-direction:row;display:flex;width:100%;justify-items:flex-end}._closeButton_d1sp5_212{align-content:center;cursor:pointer;margin-left:auto}._mb20_d1sp5_218{margin-bottom:20px}._mt20_d1sp5_222{margin-top:20px}._line_d1sp5_226{width:14px;top:12px;left:5px;border-width:2px;border:1.5px solid #667085;cursor:pointer}._popupImg_d1sp5_235{object-fit:contain;padding:5px 0;margin-right:-10px}._imageContainer_d1sp5_241{margin-left:auto;margin-right:auto}._summary_d1sp5_246{display:flex;align-items:center}._summaryText_d1sp5_251{color:var(--Gray-700, var(--colors-gray-light-mode-700, #344054));font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:18px;align-items:center;margin-right:8px}._card_100dr_1{border-radius:12px;border:1px solid #eaecf0;background:#fff;padding:16px 20px;width:100%;height:100%}._cardHeader_100dr_10{display:flex;align-items:center;justify-content:space-between;background:#fff;border:none}._cardHeaderLeft_100dr_18{display:flex;align-items:center;gap:4px}._cardHeaderLeft_100dr_18 h1{color:#101828;font-size:18px;font-weight:600;line-height:28px;margin:0}@media only screen and (max-width:800px){._cardHeader_100dr_10{flex-flow:column;gap:8px}._cardHeaderLeft_100dr_18{flex-direction:row}}._sumCards_100dr_48{height:100%;width:100%}._sumCard_100dr_48{width:100%;height:100%;display:flex;flex-direction:column;gap:8px}._description_100dr_63{color:var(--Gray-600, #475467);font-family:Inter;font-size:12px;font-style:normal;font-weight:400;line-height:16px}._sumCardHeader_100dr_76{display:flex;align-items:center;gap:4px}._sumCardHeaderRetailer_100dr_82{height:14px}._sumCardHeaderTitle_100dr_86{color:#535353;font-family:Roboto;font-size:16px;font-weight:500;letter-spacing:.16px}._sumCardBody_100dr_94{display:flex;align-items:center;justify-content:space-between;align-items:start}._sumCardLeft_100dr_101{display:flex;flex-flow:row;gap:8px;align-items:center}._sumCardValue_100dr_110{color:#140038;font-family:Roboto;font-size:24px;font-weight:500;letter-spacing:.24px}._sentimentShareItems_100dr_120{display:flex;flex-flow:column;gap:12px;width:100%}._sentimentShareItem_100dr_120{display:flex;flex-flow:column;gap:4px;width:100%}._sentimentShareItemTitle_100dr_134{margin:0;color:#535353;font-family:Roboto;font-size:12px;font-weight:400}._sentimentShareItemTitle_100dr_134 span{font-weight:600}._sentimentShareItemBar_100dr_146{display:flex;align-items:center;width:100%}._sentimentShareItemBarLeft_100dr_152{display:flex;height:8px;border-radius:2px 0 0 2px}._sentimentShareItemBarRight_100dr_158{display:flex;height:8px;border-radius:0 2px 2px 0;background:#f9fafb}._positive_100dr_167{background:#37b65b}._negative_100dr_171{background:#ff4747}._neutral_100dr_175{background:#ffe500}._sentimentBar_100dr_179{display:flex;width:100%;height:16px;border-radius:6px;overflow:hidden;background-color:#f3f4f6;margin-top:12px}._positiveSegment_100dr_189{background-color:#37b65b;transition:width .3s ease}._neutralSegment_100dr_195{background-color:#ffe500;transition:width .3s ease}._negativeSegment_100dr_201{background-color:#ff4747;transition:width .3s ease}._sentimentLabels_100dr_207{display:flex;justify-content:end;align-items:center;flex-wrap:wrap;gap:8px;margin-top:12px}._sentimentLabel_100dr_207{display:flex;align-items:center;gap:6px;margin:0;color:var(--Gray-600, #475467);font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px}._boldText_100dr_229{color:var(--Gray-700, var(--colors-gray-light-mode-700, #344054));font-family:Inter;font-size:14px;font-style:normal;font-weight:600;line-height:20px}._positiveIndicator_100dr_238,._neutralIndicator_100dr_239,._negativeIndicator_100dr_240{width:8px;height:8px;border-radius:50%}._positiveIndicator_100dr_238{background-color:#37b65b}._neutralIndicator_100dr_239{background-color:#ffe500}._negativeIndicator_100dr_240{background-color:#ff4747}._rainbowChartTopicShareCard_6gpsp_1{padding:20px!important}._rainbowChartTopicShareCardHead_6gpsp_5{margin-bottom:4px!important}._rainbowChartCardHead_6gpsp_9{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}._rainbowChartCardHeadLeft_6gpsp_16{display:flex;align-items:center;gap:4px}._ReviewTopicsBarchartCardLabel_6gpsp_22{color:#101828;font-family:Inter;font-size:18px;font-style:normal;font-weight:600;line-height:28px;display:flex;align-items:center;gap:4px}._rainbowChartCardHeadRight_6gpsp_34{display:flex;align-items:center;gap:12px}._customRainbowChartContainer_6gpsp_40{display:flex;flex-flow:column;gap:12px}._customRainbowChart_6gpsp_40{display:flex;gap:12px}._customBarChart_6gpsp_51{width:100%;display:flex;flex-flow:column;gap:10px}._customBarChartItem_6gpsp_58{display:flex;align-items:center}._customBarChartItemVal_6gpsp_63{display:flex;align-items:center;justify-content:end;width:100%}._customBarChartBarList_6gpsp_70{width:100%;display:flex;flex-flow:column;gap:10px}._customBarChartBar_6gpsp_70{display:flex;align-items:center;width:100%;z-index:2}._customBarChartBarItem_6gpsp_84{height:23px;border-top-right-radius:5px;border-bottom-right-radius:5px;position:relative;margin-left:-5px;transition:background-color .3s ease,filter .3s ease;cursor:pointer}._customBarChartBarItem_6gpsp_84:hover{filter:brightness(1.2)}._customBarChartLabelList_6gpsp_98{max-width:10%;display:flex;flex-flow:column;gap:10px}._customBarChartLabelItem_6gpsp_105{color:#475467;font-family:Inter;font-size:12px;font-weight:400;line-height:23px;width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}._customBarChartLegend_6gpsp_117{display:flex;flex-flow:wrap;gap:12px}._customBarChartLegendItem_6gpsp_123{display:flex;align-items:center;gap:8px}._customBarChartLegendItemDot_6gpsp_129{display:flex;width:8px;height:8px;border-radius:50%}._customBarChartLegendItemLabel_6gpsp_136{color:#475467;font-size:14px;font-weight:400;line-height:20px}._width100_6gpsp_143{width:100%}._rainbowPopoverContent_6gpsp_148{display:flex;flex-flow:column;gap:4px}._rainbowPopoverContentItem_6gpsp_154{color:#475467;font-family:Inter;font-size:12px;font-weight:500;line-height:20px;margin:0}._rainbowPopoverContentItem_6gpsp_154 span{color:#101828}._rainbowPopoverTitle_6gpsp_167{display:flex;flex-flow:column;color:#344054;font-family:Inter;font-size:12px;font-weight:600;line-height:18px;border-bottom:1px solid #eaecf0;padding-bottom:4px}._rainbowPopoverTitleTopic_6gpsp_179{display:flex;align-items:center;gap:8px}._rainbowPopoverTitleTopicDot_6gpsp_185{display:flex;width:8px;height:8px;border-radius:50%}._modalTitleContainer_6gpsp_192{display:flex;align-items:center}._modalTitle_6gpsp_192{color:#101828;font-family:Inter;font-size:24px;font-weight:600;line-height:32px;margin:0}._topBar_6gpsp_208{margin-top:20px;padding:20px 24px!important}._topBarItem_6gpsp_213{border-radius:8px;border:1px solid #eaecf0;background:#fff;height:100%}._topBarHead_6gpsp_220{padding:16px 12px;border-bottom:1px solid #eaecf0}._topBarHead_6gpsp_220 img{border-radius:250px;border:1px solid #eaecf0;background:#fff;width:36px;height:36px;object-fit:contain;padding:2px}._topBarHeadTitle_6gpsp_235{color:#101828;font-family:Inter;font-size:14px;font-weight:600;line-height:20px;margin-left:8px}._topBarBody_6gpsp_244{max-height:70vh;overflow-y:auto;overflow-x:hidden;margin-top:12px}._topBarItemContent_6gpsp_251{display:flex;flex-flow:column}._topBarItemTitle_6gpsp_256{display:flex;align-items:center;gap:4px;color:#475467;font-family:Inter;font-size:14px;font-weight:500;line-height:20px}._topBarItemTitleValue_6gpsp_267{color:#101828;font-family:Inter;font-size:16px;font-weight:600;line-height:24px}._topBarFooter_6gpsp_275{padding:6px 16px 12px;border-top:1px solid #eaecf0}._topBarTopTopcis_6gpsp_280{display:flex;align-items:center;gap:8px}._topBarTopTopicsArrow_6gpsp_286{cursor:pointer;border:0;background:transparent;padding:0}._card_6gpsp_294{border-radius:12px;border:1px solid #eaecf0;background:#fff;padding:16px 20px;width:100%;height:100%}._cardHeader_6gpsp_303{display:flex;align-items:center;justify-content:space-between;background:#fff;border:none;padding:0;margin-top:0;margin-bottom:16px}._cardHeaderLeft_6gpsp_314{display:flex;align-items:center;gap:4px}._cardHeaderLeft_6gpsp_314 h1{color:#101828;font-size:18px;font-weight:600;line-height:28px;margin:0}._cardHeaderRight_6gpsp_328{display:flex;flex-direction:row;align-items:center;gap:12px}@media only screen and (max-width:800px){._cardHeader_6gpsp_303{flex-flow:column;gap:8px}._cardHeaderLeft_6gpsp_314{flex-direction:row}._rainbowChartCardHead_6gpsp_9{flex-flow:column;gap:8px}}._mt2_1nszp_1{margin-top:8px}._card_1nszp_6{border-radius:12px;background:#fff;padding:16px 0 0;width:100%;height:100%}._cardHeader_1nszp_14{display:flex;align-items:center;justify-content:space-between;background:#fff;border:none;padding:0;margin-top:0;margin-bottom:16px}._cardHeaderLeft_1nszp_25{display:flex;align-items:center;gap:4px}._cardHeaderLeft_1nszp_25 h1{color:#101828;font-size:18px;font-weight:600;line-height:28px;margin:0}._cardHeaderRight_1nszp_39{display:flex;flex-direction:row;align-items:center;gap:12px}._badgeDescriptionContent_1nszp_46{display:flex;flex-direction:column;gap:4px}._description_1nszp_52{color:var(--Gray-500, #667085);font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px;margin-bottom:16px}._switch_1nszp_62{display:flex;gap:12px;align-items:center}._badgeDescriptionTitle_1nszp_68{color:var(--Gray-700, #344054);font-size:12px;font-style:normal;font-weight:600;line-height:18px}._badgeDescriptionText_1nszp_76{color:var(--Gray-600, #475467);font-size:12px;font-style:normal;font-weight:500;line-height:20px}._labelStyle_1nszp_84{color:var(--Gray-900, #101828);font-family:Inter;font-size:16px;font-style:normal;font-weight:500;line-height:24px;margin:0 28px 0 0}@media only screen and (max-width:800px){._cardHeader_1nszp_14{flex-flow:column;gap:8px}._cardHeaderLeft_1nszp_25{flex-direction:row}._rainbowChartCardHead_1nszp_106{flex-flow:column;gap:8px}._cardHeaderRight_1nszp_39{flex-direction:column}}._skuCell_1kw67_1{display:flex;align-items:center;gap:12px}._skuCellDetail_1kw67_7{display:flex;flex-flow:column}._skuCellTitle_1kw67_12{color:#101828;font-size:14px;font-weight:400;line-height:22px}._skuCellImg_1kw67_19{width:40px;height:40px;object-fit:contain}._skuRatingImg_1kw67_25{width:70px;height:40px;object-fit:contain}._skuCellBrand_1kw67_31{cursor:pointer;text-decoration:underline;font-weight:500;margin-right:4px}._skuCellText_1kw67_38{color:#475467;font-size:14px;font-weight:400;line-height:20px;width:auto;display:inline-block}._skuCellTag_1kw67_47{padding:2px 10px;margin:4px 0;white-space:nowrap;display:inline-flex;align-items:center;gap:4px;width:unset;max-width:100%;border-radius:16px;border:1px solid var(--Gray-blue-200, #D5D9EB);background:var(--Gray-blue-50, #F8F9FC);color:var(--Gray-blue-700, #363F72);text-align:center;font-family:Inter;font-size:12px;font-style:normal;font-weight:500;line-height:18px}._skuCellTextSub_1kw67_70{color:var(--Gray-blue-700, #363F72);text-align:center;font-family:Inter;font-size:12px;font-style:normal;font-weight:500;line-height:18px}._productCell_1kw67_80{display:flex;flex-direction:row;gap:16px;align-items:center}._skuCellTagyellow_1kw67_87{border:1px solid #fbe2a4;background:#fef9eb;color:#dfa309;margin-right:2px}._skuCellTagblue_1kw67_94{border:1px solid #b2ddff;background:#eff8ff;color:#175cd3;margin-right:2px}._skuCellTaggreen_1kw67_101{border:1px solid #abefc6;background:#ecfdf3;color:#067647;margin-right:2px}._skuCellTaguntagged_1kw67_108{border:1px solid #ffbb96;background:#fff2e8;color:#d4380d;margin-right:2px}._skuTopics_1kw67_115{display:flex;align-items:center;justify-content:start;flex-wrap:wrap;gap:2px}._skuTooltip_1kw67_123{display:flex;flex-direction:column;align-items:flex-start;gap:4px}._listTag_1kw67_130{height:26px;align-content:center;border-radius:16px;border:1px solid var(--Gray-blue-200, #D5D9EB);background:var(--Gray-blue-50, #F8F9FC)}._listTag_1kw67_130:hover{border-radius:16px;border:1px solid var(--Gray-blue-200, #D5D9EB);background:var(--Brand-25, #E1E6F7)}._tableContainer_1kw67_144{display:flex;align-items:center;justify-content:end;margin-top:8px;padding-right:4px;padding-bottom:16px}._card_1kw67_154{border-radius:12px;border:1px solid #eaecf0;background:#fff;padding:16px 20px;width:100%;height:100%}._cardHeader_1kw67_163{display:flex;align-items:center;justify-content:space-between;background:#fff;border:none;margin-top:32px;padding:.75rem 0}._cardHeaderLeft_1kw67_173{display:flex;align-items:center;gap:4px}._cardHeaderLeft_1kw67_173 h1{color:#101828;font-size:18px;font-weight:600;line-height:28px;margin:0}._cardHeaderRight_1kw67_187{display:flex;flex-direction:row;align-items:center;gap:12px}._mobileTableWrapper_1kw67_194{display:none;flex-flow:column;gap:16px}@media only screen and (max-width:800px){._cardHeader_1kw67_163,._rainbowChartCardHead_1kw67_207{flex-flow:column;gap:8px}._cardHeaderRight_1kw67_187{flex-direction:column}}@media(max-width:1024px){._desktopTableWrapper_1kw67_219{display:none}._mobileTableWrapper_1kw67_194{display:flex!important}}._chartDiv_8po29_1{width:100%}._card_8po29_5{border-radius:12px;border:1px solid #eaecf0;background:#fff;padding:16px 20px;width:100%;height:100%}._cardHeader_8po29_14{display:flex;align-items:center;justify-content:space-between;background:#fff;border:none;padding:0;margin-top:0;margin-bottom:16px}._cardHeaderLeft_8po29_25{display:flex;align-items:center;gap:4px}._cardHeaderLeft_8po29_25 h1{color:#101828;font-size:18px;font-weight:600;line-height:28px;margin:0}._cardHeaderRight_8po29_39{display:flex;flex-direction:row;align-items:center;gap:12px}._buttonGroup_8po29_46{display:flex;align-items:center;justify-content:center;gap:8px}._carouselContainer_8po29_55{position:relative;width:100%}._carouselContent_8po29_60{animation:_fadeSlideIn_8po29_1 .5s ease-in-out}@keyframes _fadeSlideIn_8po29_1{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}._carouselItemEnter_8po29_76{animation:_itemFadeIn_8po29_1 .4s ease-in-out forwards}@keyframes _itemFadeIn_8po29_1{0%{opacity:0;transform:translate(20px) scale(.95)}to{opacity:1;transform:translate(0) scale(1)}}._carouselContainer_8po29_55 ._topBarItem_8po29_92{animation:_itemFadeIn_8po29_1 .5s ease-in-out forwards}._carouselContainer_8po29_55 ._topBarItem_8po29_92:nth-child(1){animation-delay:0s}._carouselContainer_8po29_55 ._topBarItem_8po29_92:nth-child(2){animation-delay:.1s}._carouselContainer_8po29_55 ._topBarItem_8po29_92:nth-child(3){animation-delay:.2s}._carouselContainer_8po29_55 ._topBarItem_8po29_92:nth-child(4){animation-delay:.3s}._carouselNavigation_8po29_112{display:flex;justify-content:flex-end;align-items:center;gap:12px;padding:0 0 0 10px}._navButton_8po29_120{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:1px solid #d0d5dd;border-radius:50%!important;background:#fff;color:#475467;font-size:14px;transition:all .2s ease}._navButton_8po29_120:hover:not(:disabled){border-color:#667085;background:#f9fafb;color:#344054}._navButton_8po29_120:disabled{opacity:.4;cursor:not-allowed;border-color:#eaecf0;background:#f9fafb;color:#98a2b3}._pageIndicator_8po29_148{color:#475467;font-family:Inter;font-size:14px;font-weight:500;line-height:20px;min-width:40px;text-align:center}._reviewCountButton_8po29_158{display:flex;padding:0 4px;justify-content:center;align-items:center;gap:10px}._reviewCountButton_8po29_158:hover{border-radius:4px;background:var(--Gray-100, #F2F4F7)}._tableContainer_8po29_171{display:flex;align-items:center;justify-content:end;margin-top:8px;padding-right:4px;padding-bottom:16px}@media(max-width:992px){._carouselNavigation_8po29_112{justify-content:center}}@media(max-width:768px){._navButton_8po29_120{width:28px;height:28px;font-size:12px}._pageIndicator_8po29_148{font-size:12px;min-width:35px}}._topBar_8po29_92{margin-top:20px;padding:20px 24px!important}._topBarItem_8po29_92{border-radius:8px;border:1px solid #eaecf0;background:#fff;height:100%}._topBarHeadBrand_8po29_213{display:flex;padding:12px 16px;align-items:center;gap:8px;align-self:stretch;border-bottom:1px solid #eaecf0}._topBarHead_8po29_213{padding:16px 12px;border-bottom:1px solid #eaecf0}._topBarHead_8po29_213 img{border-radius:250px;border:1px solid #eaecf0;background:#fff;width:36px;height:36px;object-fit:contain;padding:2px}._topBarHeadTitleBrand_8po29_237{color:#101828;font-family:Inter;font-size:14px;font-weight:600;line-height:20px}._topBarHeadTitle_8po29_237{color:#101828;font-family:Inter;font-size:14px;font-weight:600;line-height:20px;margin-left:8px}._topBarBody_8po29_254{max-height:70vh;overflow-y:auto;overflow-x:hidden;padding:0 12px 16px 16px;margin-top:12px}._topBarBodyBrand_8po29_262{max-height:70vh;overflow-y:auto;overflow-x:hidden;padding:0 12px 8px 16px;margin-top:10px;border-bottom:1px solid #eaecf0}._topBarItemContent_8po29_271{display:flex;flex-flow:column}._topBarItemTitle_8po29_276{display:flex;align-items:center;gap:4px;color:#475467;font-family:Inter;font-size:14px;font-weight:500;line-height:20px}._topBarItemTitleBrand_8po29_287{display:flex;flex-direction:column;gap:4px;color:#475467;font-family:Inter;font-size:14px;font-weight:500;line-height:20px;padding:8px 16px}._topBarItemTitleValue_8po29_299{color:#101828;font-family:Inter;font-size:16px;font-weight:600;line-height:24px;margin-left:auto;display:block}._topBarItemTitleValueforBrand_8po29_309{color:#101828;font-family:Inter;font-size:16px;font-weight:600;line-height:24px}._topBarFooter_8po29_317{padding:6px 16px 12px;border-top:1px solid #eaecf0}._topBarTopTopcis_8po29_322{display:flex;align-items:center;gap:8px;width:100%;position:relative}._topBarTopTopicsArrow_8po29_330{cursor:pointer;border:0;background:transparent;padding:0}._topSellerTopItems_8po29_337{align-items:center;background:#fafafa;border:1px solid #d9d9d9;border-radius:4px;color:#303030;display:flex;font-family:Roboto;font-size:12px;font-style:normal;font-weight:400;line-height:20px;padding:1px 8px;white-space:nowrap}._topBarItemTitleBrandText_8po29_353{display:flex;align-items:center;gap:4px}._topSellerTopTopicsItems_8po29_359{width:100%;display:flex;overflow-y:auto;gap:8px;scrollbar-width:none;-ms-overflow-style:none}._topSellerTopTopicsItems_8po29_359::-webkit-scrollbar{display:none}._modalTitleContainer_8po29_372{display:flex;align-items:center}._modalTitle_8po29_372{color:#101828;font-family:Inter;font-size:24px;font-weight:600;line-height:32px;margin:0}._limitedTitle_8po29_386{display:inline-block;max-width:300px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._topBarListTop_8po29_394{display:flex;align-items:center;justify-content:flex-end;gap:10px;margin:12px 0}._productTopCard_8po29_402{display:flex;padding:20px 16px 16px;align-items:center;gap:12px;align-self:stretch;border-bottom:1px solid var(--Gray-200, #eaecf0)}._productModalCard_8po29_411{display:flex;align-items:center;gap:12px;align-self:stretch;max-width:250px}._productTopImage_8po29_419{border:.75px solid var(--Base-Black, #0000001c)}._productTopImage_8po29_419 img{object-fit:contain;height:92px;width:68px}._productTopDetail_8po29_429{display:flex;flex-direction:column;flex:1 0 0;width:60%}._productTitleClamp_8po29_436{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;cursor:pointer;font-family:Inter;font-size:14px;font-weight:500;line-height:22px;color:#101828;text-decoration:none}._productTitleClamp_8po29_436:hover{color:#101828}._productTitle_8po29_436{display:inline;text-decoration:none}._brandOnly_8po29_461{text-decoration:underline}._productTitle_8po29_436{text-decoration:none}._productBarcodeContainer_8po29_469{display:flex;align-items:center;gap:6px}._productBarcode_8po29_469{color:var(--Gray-600, #475467);font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px;max-width:80%;overflow:hidden}._productBrand_8po29_486{display:block;overflow:hidden;color:var(--Gray-700, var(--colors-gray-light-mode-700, #344054));text-overflow:ellipsis;font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:22px}._sentimentShareItems_8po29_501{display:flex;flex-flow:column;gap:12px;width:50%;margin-left:auto}._sentimentShareItem_8po29_501{display:flex;flex-flow:column;gap:4px;width:100%}._sentimentShareItemTitle_8po29_516{margin:0;color:#535353;font-family:Roboto;font-size:12px;font-weight:400}._sentimentShareItemTitle_8po29_516 span{font-weight:600}._sentimentShareItemBar_8po29_528{display:flex;align-items:center;width:100%}._sentimentShareItemBarLeft_8po29_534{display:flex;height:8px;border-radius:2px 0 0 2px}._sentimentShareItemBarRight_8po29_540{display:flex;height:8px;border-radius:0 2px 2px 0;background:#f9fafb}._positive_8po29_549{background:#37b65b}._negative_8po29_553{background:#ff4747}._neutral_8po29_557{background:#ffe500}._sentimentBar_8po29_561{display:flex;width:100%;height:12px;border-radius:6px;overflow:hidden;background-color:#f3f4f6;cursor:pointer}._dot_8po29_571{height:6px;width:6px;border-radius:50%}._positiveSegment_8po29_577{background-color:#37b65b;transition:width .3s ease}._neutralSegment_8po29_583{background-color:#ffe500;transition:width .3s ease}._negativeSegment_8po29_589{background-color:#ff4747;transition:width .3s ease}._sentimentLabels_8po29_595{display:flex;justify-content:end;align-items:center;flex-wrap:wrap;gap:8px;margin-top:12px}._sentimentLabel_8po29_595{display:flex;align-items:center;gap:6px;margin:0;color:var(--Gray-600, #475467);font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px}._toolTipTitle_8po29_617{display:flex;align-items:center;gap:4px;color:var(--Gray-0, #303030);font-family:Inter;font-size:12px;font-style:normal;font-weight:400;line-height:20px;letter-spacing:.12px}._toolTipTitle_8po29_617 span{color:var(--Gray-900, var(--colors-gray-light-mode-900, #101828));font-family:Inter;font-size:12px;font-style:normal;font-weight:600;line-height:20px}._skuTopics_8po29_640{display:flex;align-items:center;justify-content:start;flex-wrap:wrap;gap:2px}._skuCellText_8po29_648{color:var(--Gray-blue-700, #363F72);text-align:center;font-family:Inter;font-size:12px;font-style:normal;font-weight:500;line-height:18px}._skuCellTag_8po29_658{font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px;padding:2px 10px;white-space:nowrap;display:inline-flex;gap:2px;border-radius:16px;border:1px solid var(--Gray-blue-200, #D5D9EB);background:var(--Gray-blue-50, #F8F9FC)}._labelStyle_8po29_673{color:var(--Gray-900, #101828);font-family:Inter;font-size:16px;font-style:normal;font-weight:500;line-height:24px;margin:0 28px 0 0}._switch_8po29_684{gap:12px;display:flex;align-items:center}@media only screen and (max-width:800px){._cardHeader_8po29_14{flex-flow:column;gap:8px}._cardHeaderLeft_8po29_25{flex-direction:row}._switch_8po29_684{gap:12px;display:flex}._buttonGroup_8po29_46{flex-direction:column}}._rainbowChartFreaquencyShareCard_81dvz_1{padding:20px!important}._rainbowChartFreaquencyShareCardHead_81dvz_5{margin-bottom:4px!important}._card_81dvz_9{z-index:2;position:relative}._rainbowChartCardHead_81dvz_14{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}._rainbowChartCardHeadLeft_81dvz_21{display:flex;align-items:center;gap:4px}._FreaquencyShareBarchartCardLabel_81dvz_27{color:#101828;font-family:Inter;font-size:18px;font-style:normal;font-weight:600;line-height:28px;display:flex;align-items:center;gap:4px}._rainbowChartCardHeadRight_81dvz_39{display:flex;align-items:center;gap:12px}._customRainbowChartContainer_81dvz_45{display:flex;flex-flow:column;gap:12px}._customRainbowChart_81dvz_45{display:flex;gap:12px}._customBarChartItem_81dvz_63{display:flex;align-items:center}._customBarChartItemVal_81dvz_68{display:flex;align-items:center;justify-content:end;width:100%}._customBarChartBarList_81dvz_75{width:100%;display:flex;flex-flow:column;gap:10px}._customBarChartBar_81dvz_75{display:flex;align-items:center;width:100%;z-index:2}._customBarChartBarItem_81dvz_89{height:23px;border-top-right-radius:5px;border-bottom-right-radius:5px;position:relative;margin-left:-5px;transition:background-color .3s ease,filter .3s ease;cursor:pointer}._customBarChartBarItem_81dvz_89:hover{filter:brightness(1.2)}._customBarChartLabelList_81dvz_103{max-width:10%;display:flex;flex-flow:column;gap:10px}._customBarChartLabelItem_81dvz_110{color:#475467;font-family:Inter;font-size:12px;font-weight:400;line-height:23px;width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}._customBarChartLegend_81dvz_122{display:flex;flex-flow:wrap;gap:12px}._customBarChartLegendItem_81dvz_128{display:flex;align-items:center;gap:8px}._customBarChartLegendItemDot_81dvz_134{display:flex;width:8px;height:8px;border-radius:50%}._customBarChartLegendItemLabel_81dvz_141{color:#475467;font-size:14px;font-weight:400;line-height:20px}._width100_81dvz_148{width:100%}._rainbowPopoverContent_81dvz_153{display:flex;flex-flow:column;gap:4px}._rainbowPopoverContentItem_81dvz_159{color:#475467;font-family:Inter;font-size:12px;font-weight:500;line-height:20px;margin:0;display:flex;flex-direction:row}._rainbowPopoverContentItem_81dvz_159 span{color:#101828}._rainbowPopoverTitle_81dvz_174{display:flex;flex-flow:column;color:#344054;font-family:Inter;font-size:12px;font-weight:600;line-height:18px;border-bottom:1px solid #eaecf0;padding-bottom:4px}._rainbowPopoverTitleTopic_81dvz_186{display:flex;align-items:center;gap:8px}._rainbowPopoverTitleTopicDot_81dvz_192{display:flex;width:8px;height:8px;border-radius:50%}._card_81dvz_9{border-radius:12px;border:1px solid #eaecf0;background:#fff;padding:16px 20px;width:100%;height:100%}._cardHeader_81dvz_209{display:flex;align-items:center;justify-content:space-between;background:#fff;border:none;padding:0;margin-top:0;margin-bottom:16px}._cardHeaderLeft_81dvz_220{display:flex;align-items:center;gap:4px}._cardHeaderLeft_81dvz_220 h1{color:#101828;font-size:18px;font-weight:600;line-height:28px;margin:0}._cardHeaderRight_81dvz_234{display:flex;flex-direction:row;align-items:center;gap:12px}._compareModalTitleContainer_81dvz_242{display:flex;align-items:center;gap:12px}._compareModalTitle_81dvz_242{color:#101828;font-family:Inter;font-size:24px;font-style:normal;font-weight:600;line-height:32px}._compareModalTitleDownload_81dvz_257{border:0;background-color:transparent;padding:8px}._compareModalContent_81dvz_265{display:flex;flex-flow:column;gap:20px;max-height:80vh}._compareModalSubContent_81dvz_272{display:flex;align-items:center;justify-content:space-between}._compareModalCards_81dvz_278{display:flex;gap:20px}._compareModalCard_81dvz_278{width:100%;max-height:calc(80vh - 100px);overflow-y:auto;scrollbar-width:none;border-radius:12px;border:1px solid #E4E7EC;background:#fff;box-shadow:0 1px 2px #1018280d;padding:20px}._compareModalRangePickerFooter_81dvz_295{display:flex;justify-content:flex-end;padding:8px;gap:4px}._compareCardChart_81dvz_302{height:100%;margin-bottom:16px;margin-top:16px}._customBarChart_81dvz_56{width:100%;display:flex;flex-flow:column;gap:10px}._customBarChartLabel_81dvz_103{width:100px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;margin-right:8px;display:flex;align-self:flex-end}._compareModalCompareCard_81dvz_326{width:100%;max-height:calc(80vh - 100px);overflow-y:auto;scrollbar-width:none;border-radius:12px;border:1px solid #E4E7EC;background:#fff;box-shadow:0 1px 2px #1018280d;padding:20px}@media only screen and (max-width:800px){._cardHeader_81dvz_209{flex-flow:column;gap:8px}._cardHeaderLeft_81dvz_220{flex-direction:row}._rainbowChartCardHead_81dvz_14{flex-flow:column;gap:8px}}._card_ct8c2_1{z-index:1;position:relative}._rainbowChartTopicShareCard_ct8c2_6{padding:20px!important}._rainbowChartTopicShareCardHead_ct8c2_10{margin-bottom:4px!important}._rainbowChartCardHead_ct8c2_14{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}._rainbowChartCardHeadLeft_ct8c2_21{display:flex;align-items:center;gap:4px}._ReviewTopicsBarchartCardLabel_ct8c2_27{color:#101828;font-family:Inter;font-size:18px;font-style:normal;font-weight:600;line-height:28px;display:flex;align-items:center;gap:4px}._rainbowChartCardHeadRight_ct8c2_39{display:flex;align-items:center;gap:12px}._customRainbowChartContainer_ct8c2_45{display:flex;flex-flow:column;gap:12px}._customRainbowChart_ct8c2_45{display:flex;gap:12px}._customBarChartItem_ct8c2_63{display:flex;align-items:center}._customBarChartItemVal_ct8c2_68{display:flex;align-items:center;justify-content:end;width:100%}._customBarChartBarList_ct8c2_75{width:100%;display:flex;flex-flow:column;gap:10px}._customBarChartBar_ct8c2_75{display:flex;align-items:center;width:100%;z-index:2}._customBarChartBarItem_ct8c2_89{height:23px;border-top-right-radius:5px;border-bottom-right-radius:5px;position:relative;margin-left:-5px;transition:background-color .3s ease,filter .3s ease;cursor:pointer}._customBarChartBarItem_ct8c2_89:hover{filter:brightness(1.2)}._customBarChartLabelList_ct8c2_103{max-width:10%;display:flex;flex-flow:column;gap:10px}._customBarChartLabelItem_ct8c2_110{color:#475467;font-family:Inter;font-size:12px;font-weight:400;line-height:23px;width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}._customBarChartLabelItem_ct8c2_110:hover{gap:10px;border-radius:4px;background:#f2f4f7;cursor:pointer}._customBarChartLegend_ct8c2_129{display:flex;flex-flow:wrap;gap:12px}._customBarChartLegendItem_ct8c2_135{display:flex;align-items:center;gap:8px}._customBarChartLegendItemDot_ct8c2_141{display:flex;width:8px;height:8px;border-radius:50%}._customBarChartLegendItemLabel_ct8c2_148{color:#475467;font-size:14px;font-weight:400;line-height:20px}._width100_ct8c2_155{width:100%}._rainbowPopoverContent_ct8c2_160{display:flex;flex-flow:column;gap:4px}._rainbowPopoverContentItem_ct8c2_166{color:#475467;font-family:Inter;font-size:12px;font-weight:500;line-height:20px;margin:0}._rainbowPopoverContentItem_ct8c2_166 span{color:#101828}._rainbowPopoverTitle_ct8c2_179{display:flex;flex-flow:column;color:#344054;font-family:Inter;font-size:12px;font-weight:600;line-height:18px;border-bottom:1px solid #eaecf0;padding-bottom:4px}._rainbowPopoverTitleTopic_ct8c2_191{display:flex;align-items:center;gap:8px}._rainbowPopoverTitleTopicDot_ct8c2_197{display:flex;width:8px;height:8px;border-radius:50%}._card_ct8c2_1{border-radius:12px;border:1px solid #eaecf0;background:#fff;padding:16px 20px;width:100%;height:100%}._cardHeader_ct8c2_214{display:flex;align-items:center;justify-content:space-between;background:#fff;border:none;padding:0;margin-top:0;margin-bottom:16px}._cardHeaderLeft_ct8c2_225{display:flex;align-items:center;gap:4px}._cardHeaderLeft_ct8c2_225 h1{color:#101828;font-size:18px;font-weight:600;line-height:28px;margin:0}._cardHeaderRight_ct8c2_239{display:flex;flex-direction:row;align-items:center;gap:12px}._compareModalTitleContainer_ct8c2_248{display:flex;align-items:center;gap:12px}._compareModalTitle_ct8c2_248{color:#101828;font-family:Inter;font-size:24px;font-style:normal;font-weight:600;line-height:32px}._compareModalTitleDownload_ct8c2_263{border:0;background-color:transparent;padding:8px}._modalTitleContainer_ct8c2_269{display:flex;align-items:center}._modalTitle_ct8c2_269{color:#101828;font-family:Inter;font-size:24px;font-weight:600;line-height:32px;margin:0}._compareModalContent_ct8c2_285{display:flex;flex-flow:column;gap:20px;max-height:80vh}._compareModalSubContent_ct8c2_292{display:flex;align-items:center;justify-content:space-between}._compareModalCards_ct8c2_298{display:flex;gap:20px}._compareModalCard_ct8c2_298{width:100%;max-height:calc(80vh - 100px);overflow-y:auto;scrollbar-width:none;border-radius:12px;border:1px solid #E4E7EC;background:#fff;box-shadow:0 1px 2px #1018280d;padding:20px}._compareModalRangePickerFooter_ct8c2_315{display:flex;justify-content:flex-end;padding:8px;gap:4px}._compareCardChart_ct8c2_322{height:100%;margin-bottom:16px;margin-top:16px}._customBarChart_ct8c2_56{width:100%;display:flex;flex-flow:column;gap:10px}._customBarChartLabel_ct8c2_103{width:100px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;margin-right:8px;display:flex;align-self:flex-end}._compareModalCompareCard_ct8c2_346{width:100%;max-height:calc(80vh - 100px);overflow-y:auto;scrollbar-width:none;border-radius:12px;border:1px solid #E4E7EC;background:#fff;box-shadow:0 1px 2px #1018280d;padding:20px}._topBarListTop_ct8c2_358{display:flex;align-items:center;justify-content:flex-end;gap:10px;margin:12px 0}@media only screen and (max-width:800px){._cardHeader_ct8c2_214{flex-flow:column;gap:8px}._cardHeaderLeft_ct8c2_225{flex-direction:row}._rainbowChartCardHead_ct8c2_14{flex-flow:column;gap:8px}}._container_gtfr6_1{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;gap:8px}._noDataErrorTitle_gtfr6_10{color:#101828;text-align:center;font-family:Inter;font-size:16px;font-weight:600;line-height:24px}._noDataErrorDescription_gtfr6_19{color:#475467;text-align:center;font-family:Inter;font-size:14px;font-weight:400;line-height:20px}._editSetupText_gtfr6_28{color:#475467;font-family:Inter;font-size:14px;font-weight:600;line-height:20px}._reviewSenseBarCharts_gtfr6_36{margin-top:20px}._reviewAnalyzeWrapper_gtfr6_40{font-family:Inter;min-height:100vh;display:flex;align-items:center;justify-content:center}._reviewAnalyzeReport_gtfr6_50{width:100%}._reviewAnalyzeReport_gtfr6_50>div:first-of-type{border:none!important}._aiBar_gtfr6_59{position:relative;margin-top:14px;display:flex;justify-content:flex-start;padding:12px 24px;align-items:center;gap:8px;width:100%;max-width:1680px;border-radius:8px;border:1px solid #D2F3FA;background:linear-gradient(89deg,#5db2f90f 36.13%,#aeeefe33 98.26%),#fff}._aiBar_gtfr6_59 span{color:var(--Gray-900, #101828);font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:24px}._closeIcon_gtfr6_85{cursor:pointer;right:5px;position:absolute;top:5px}._card_gtfr6_92{border-radius:12px;border:1px solid #eaecf0;background:#fff;padding:16px 20px;width:100%;height:100%}._mt20_gtfr6_101{margin-top:20px}._flexTitle_gtfr6_105{display:flex;align-items:center}._backButton_gtfr6_110{cursor:pointer;margin:0 8px 0 0}._dynamicTitle_gtfr6_115{display:flow;align-content:center;align-self:stretch;color:#101828;font-family:Inter;font-size:18px;font-style:normal;font-weight:600;line-height:28px;white-space:nowrap;text-overflow:ellipsis;margin-right:20px;width:300px;overflow:hidden}._buttonsFlex_gtfr6_132{display:flex;gap:8px}._popoverContainer_gtfr6_137{font-size:14px;font-family:Inter;padding:0 10px}._popoverText_gtfr6_143{cursor:pointer;color:#344054;padding-bottom:9px}._submitButton_gtfr6_149{background-color:#ff8808!important;color:#fff!important;outline:none!important;width:100%;border:none!important;margin-bottom:0!important}._disabledButton_gtfr6_158{background-color:#d3d3d3!important}._subTitle_gtfr6_162{color:#475467;font-weight:400}._customContent_gtfr6_167{font-size:1rem;color:#555}._customContentSubtitle_gtfr6_172{color:#475467;font-size:14px;font-weight:400;line-height:20px;padding-bottom:12px}._content_gtfr6_180{display:flex}._contentLeft_gtfr6_184{margin-top:34px;display:flex;min-width:390px;width:390px;height:258px;flex-direction:column;align-items:center;padding:7px;border-radius:3px;border:1px solid #eaecf0;background:#fcfcfd}._contentRight_gtfr6_198{padding:18px 0 24px 24px;width:308px;display:flex;flex-direction:column;gap:24px}._contentRightItem_gtfr6_206{font-size:14px;line-height:20px}._contentTitle_gtfr6_211{display:flex;gap:8px;color:#475467;font-size:14px;font-weight:700;align-items:center}._customFooter_gtfr6_220{display:flex;justify-content:end;gap:12px;font-size:14px;font-weight:600;line-height:20px}._cancel_gtfr6_229{border-radius:8px;border:1px solid #d0d5dd;background:#fff;box-shadow:0 1px 2px #1018280d;display:flex;padding:10px 14px;justify-content:center;align-items:center;gap:4px;color:#344054}._generate_gtfr6_242{border-radius:8px;border:1px solid #ff8808;background:#ff8808;box-shadow:0 1px 2px #1018280d;display:flex;padding:10px 14px;justify-content:center;align-items:center;gap:4px;color:#fff}._generateCustomBody_gtfr6_255{padding-bottom:28px}._reviewAnalyzeDetailWrapper_gtfr6_261{font-family:Inter;min-height:100vh;display:flex;align-items:center;justify-content:center;flex-direction:column}._productDetailCardHeader_gtfr6_272{width:100%;display:flex;justify-content:space-between;margin-bottom:26px;max-width:1680px;align-items:center}._productDetailCardHeader_gtfr6_272 span{color:#101828;font-family:Inter;font-size:24px;font-style:normal;font-weight:600;line-height:32px}._productCard_gtfr6_290{width:100%;max-width:1680px;display:flex;justify-content:flex-start;align-items:center;gap:16px;padding:16px 20px;border-radius:12px;border:1px solid #EAECF0;background:#fff}._subProductCard_gtfr6_303{display:flex;align-items:center;justify-content:center;gap:12px}._productImage_gtfr6_310{height:80px;object-fit:cover;border-radius:8px;border:1px solid #DDD}._titleContainer_gtfr6_317{display:flex;align-items:center;justify-content:center;gap:12px}._productTitle_gtfr6_324{overflow:hidden;color:#303030;text-overflow:ellipsis;font-size:16px;font-style:normal;font-weight:500;line-height:24px}._topicSumTable_gtfr6_334{margin-top:20px;margin-bottom:20px}._reviewHeader_gtfr6_339{padding:0 0 20px;display:flex;gap:8px;align-items:center}._reviewHeaderTitle_gtfr6_347{color:#101828;font-family:Inter;font-size:22px;font-style:normal;font-weight:600;line-height:30px}._processingReport_gtfr6_356{display:flex;padding:12px;align-items:center;gap:8px;align-self:stretch;border-radius:12px;border:1px solid #EAECF0}._infoIcon_gtfr6_366{display:flex;width:20px;height:20px;padding:2px;justify-content:center;align-items:center;aspect-ratio:1/1;border-radius:16px;background:var(--Warning-100, #FEF0C7)}._buttonGroups_gtfr6_378{margin-left:auto;display:flex;gap:12px}._infoDescription_gtfr6_384{color:var(--Gray-600, #475467);font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:18px}@media only screen and (max-width:1700px){._reviewAnalyzeReport_gtfr6_50{width:100%!important}}@media only screen and (max-width:647px){._flexTitle_gtfr6_105{display:none}}._card_1wdmp_1{border-radius:12px;border:1px solid #eaecf0;background:#fff;padding:16px 20px;width:100%;height:100%}._cardHeader_1wdmp_10{display:flex;align-items:center;justify-content:space-between;background:#fff;border:none;padding:0;margin-bottom:16px}._cardHeaderLeft_1wdmp_20{display:flex;align-items:center;gap:4px}._cardHeaderLeft_1wdmp_20 h1{color:#101828;font-size:18px;font-weight:600;line-height:28px;margin:0}._cardHeaderRight_1wdmp_34{display:flex;flex-direction:row;align-items:center;gap:12px}._labelStyle_1wdmp_41{color:var(--Gray-900, #101828);font-family:Inter;font-size:16px;font-style:normal;font-weight:500;line-height:24px;margin:0 28px 0 0}@media only screen and (max-width:800px){._cardHeader_1wdmp_10{flex-flow:column;gap:8px}._cardHeaderLeft_1wdmp_20{flex-direction:row}._cardHeaderRight_1wdmp_34{flex-direction:column}}._reviewTopicsCard_1avvw_1{padding:20px!important;position:relative;z-index:0}._reviewTopicsCardHead_1avvw_7{display:flex;align-items:center;justify-content:space-between}._reviewTopicsCardHeadLeft_1avvw_14{display:flex;align-items:center;gap:4px}._reviewTopicsCardHeadLabel_1avvw_20{color:#101828;font-family:Inter;font-size:18px;font-style:normal;font-weight:600;line-height:28px;display:flex;align-items:center;gap:4px}._reviewTopicsCardHeadRight_1avvw_32{display:flex;align-items:center;gap:12px}._reviewTopicsCardBody_1avvw_38{height:100%;display:grid}@media only screen and (max-width:800px){._reviewTopicsCardHead_1avvw_7{flex-flow:column;gap:8px}}._compareModalTitleContainer_1mnst_1{display:flex;align-items:center;gap:12px}._compareModalTitle_1mnst_1{color:#101828;font-family:Inter;font-size:24px;font-style:normal;font-weight:600;line-height:32px}._compareModalTitleDownload_1mnst_16{border:0;background-color:transparent;padding:8px}._compareModalContent_1mnst_22{display:flex;flex-flow:column;gap:20px;max-height:80vh}._compareModalContentSub_1mnst_29{display:flex;align-items:center;justify-content:space-between}._compareModalCompareCards_1mnst_36{display:flex;gap:20px}._compareModalCompareCard_1mnst_36{width:100%;max-height:calc(80vh - 100px);overflow-y:auto;scrollbar-width:none;border-radius:12px;border:1px solid #E4E7EC;background:#fff;box-shadow:0 1px 2px #1018280d;padding:20px}._compareModalRangePickerFooter_1mnst_53{display:flex;justify-content:end;padding:8px;gap:4px}._compareCardChart_1mnst_60{height:100%}._compareCardNoData_1mnst_64{display:flex;align-items:center;justify-content:center;width:100%;height:100%;flex-flow:column}._compareCardNoData_1mnst_64 span{color:#475467;text-align:center;font-family:Inter;font-size:16px;font-weight:400;line-height:24px}@media only screen and (max-width:1000px){._compareModalCompareCards_1mnst_36{flex-flow:column}}._reviewSentimentTopicBarChart_3efth_1{padding:20px!important}._reviewSentimentTopicBarChartHead_3efth_5{display:flex;align-items:center;justify-content:space-between}._reviewSentimentTopicBarChartHeadLeft_3efth_11{display:flex;align-items:center;gap:4px}._reviewSentimentTopicBarChartLabel_3efth_17{color:#101828;font-family:Inter;font-size:18px;font-style:normal;font-weight:600;line-height:28px;display:flex;align-items:center;gap:4px}._reviewSentimentTopicBarChartHeadRight_3efth_29{display:flex;align-items:center;gap:12px}._reviewSentimentTopicBarChartBody_3efth_35{padding-top:4px;height:100%;display:grid}@media only screen and (max-width:800px){._reviewSentimentTopicBarChartHead_3efth_5{flex-flow:column;gap:8px}}._card_jo3cm_1{border-radius:12px;border:1px solid #eaecf0;background:#fff;padding:16px 20px;width:100%;height:100%}._cardHeader_jo3cm_10{display:flex;align-items:center;justify-content:space-between;background:#fff;border:none;padding:0;margin-top:0;margin-bottom:16px}._cardHeaderLeft_jo3cm_21{display:flex;align-items:center;gap:4px}._cardHeaderLeft_jo3cm_21 h1{color:#101828;font-size:18px;font-weight:600;line-height:28px;margin:0}._cardHeaderRight_jo3cm_35{display:flex;flex-direction:row;align-items:center;gap:12px}._toggle_jo3cm_42{opacity:1;transition:max-height .8s ease,opacity .4s ease,transform .4s ease,height .8s ease}._visible_jo3cm_48{opacity:0;transform:translateY(0);height:0;overflow:hidden}._labelStyle_jo3cm_55{color:var(--Gray-900, #101828);font-family:Inter;font-size:16px;font-style:normal;font-weight:500;line-height:24px;margin:0 28px 0 0}._filterIcon_jo3cm_66{display:flex;padding:8px;justify-content:center;align-items:center;gap:8px;border-radius:8px;border:1px solid var(--Gray-300, #D0D5DD);background:var(--Gray-50, #F9FAFB);box-shadow:0 1px 2px #1018280d}._hideFilter_jo3cm_78{color:var(--Gray-600, #475467);font-family:Inter;font-size:14px;font-style:normal;font-weight:600;line-height:20px;cursor:pointer}@media only screen and (max-width:800px){._cardHeader_jo3cm_10{flex-flow:column;gap:8px}._cardHeaderLeft_jo3cm_21{flex-direction:row}}._extraFilterContainer_2xy55_1{justify-items:flex-end}._extraFilterSubContainer_2xy55_6{display:flex}._labelStyle_2xy55_10{color:var(--Gray-900, #101828);font-family:Inter;font-size:16px;font-style:normal;font-weight:500;line-height:24px;margin:0 28px 0 0}._switch_2xy55_21{gap:12px;display:flex;align-items:center}._card_n0ou0_1{border-radius:12px;border:1px solid var(--Gray-200, #EAECF0);background:var(--Base-White, #FFF);box-shadow:0 1px 2px #1018280d;padding:16px 20px;width:100%;gap:12px;display:flex;flex-direction:column}._cardHeader_n0ou0_14{display:flex;align-items:center;justify-content:space-between;background:#fff;border:none}._cardHeaderLeft_n0ou0_22{display:flex;align-items:center;gap:4px}._cardHeaderLeft_n0ou0_22 h1{color:#101828;font-size:18px;font-weight:600;line-height:28px;margin:0}@media only screen and (max-width:800px){._cardHeader_n0ou0_14{flex-flow:column;gap:8px}._cardHeaderLeft_n0ou0_22{flex-direction:column}}._sumCards_n0ou0_52{height:100%;width:100%}._sumCard_n0ou0_52{width:100%;height:100%}._sumCardHeader_n0ou0_66{display:flex;align-items:center;gap:4px}._sumCardHeaderRetailer_n0ou0_72{height:14px}._sumCardHeaderTitle_n0ou0_76{color:#535353;font-family:Roboto;font-size:16px;font-weight:500;letter-spacing:.16px}._sumCardBody_n0ou0_84{display:flex;align-items:center;justify-content:space-between;align-items:start}._sumCardLeft_n0ou0_91{display:flex;flex-flow:row;gap:8px;align-items:center}._sumCardValue_n0ou0_100{color:#140038;font-family:Roboto;font-size:24px;font-weight:500;letter-spacing:.24px}._sentimentShareItems_n0ou0_110{display:flex;flex-flow:column;gap:12px;width:100%}._sentimentShareItem_n0ou0_110{display:flex;flex-flow:column;gap:4px;width:100%}._sentimentShareItemTitle_n0ou0_124{margin:0;color:#535353;font-family:Roboto;font-size:12px;font-weight:400}._sentimentShareItemTitle_n0ou0_124 span{font-weight:600}._sentimentShareItemBar_n0ou0_136{display:flex;align-items:center;width:100%}._sentimentShareItemBarLeft_n0ou0_142{display:flex;height:8px;border-radius:2px 0 0 2px}._sentimentShareItemBarRight_n0ou0_148{display:flex;height:8px;border-radius:0 2px 2px 0;background:#f9fafb}._positive_n0ou0_157{background:#37b65b}._negative_n0ou0_161{background:#ff4747}._neutral_n0ou0_165{background:#ffe500}._sentimentBar_n0ou0_169{display:flex;width:100%;height:16px;border-radius:6px;overflow:hidden;background-color:#f3f4f6;margin-top:12px}._positiveSegment_n0ou0_179{background-color:#37b65b;transition:width .3s ease}._neutralSegment_n0ou0_185{background-color:#ffe500;transition:width .3s ease}._negativeSegment_n0ou0_191{background-color:#ff4747;transition:width .3s ease}._sentimentLabels_n0ou0_197{display:flex;justify-content:end;align-items:center;flex-wrap:wrap;gap:8px;margin-top:12px}._sentimentLabel_n0ou0_197{display:flex;align-items:center;gap:6px;margin:0;color:var(--Gray-600, #475467);font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px}._boldText_n0ou0_219{color:var(--Gray-700, var(--colors-gray-light-mode-700, #344054));font-family:Inter;font-size:14px;font-style:normal;font-weight:600;line-height:20px}._positiveIndicator_n0ou0_228,._neutralIndicator_n0ou0_229,._negativeIndicator_n0ou0_230{width:8px;height:8px;border-radius:50%}._positiveIndicator_n0ou0_228{background-color:#37b65b}._neutralIndicator_n0ou0_229{background-color:#ffe500}._negativeIndicator_n0ou0_230{background-color:#ff4747}._wrapper_qyr63_1{display:flex;align-items:center;gap:3px;padding:0 8px;border-radius:10px;border:1px solid;width:fit-content;height:20px}._changeValue_qyr63_12{letter-spacing:.13px;text-align:center;font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px}._neutral_qyr63_22{border-radius:16px;border:1px solid var(--Success-200, #ABEFC6);background:var(--Success-50, #ECFDF3)}._positive_qyr63_28{border-radius:16px;border:1px solid var(--Success-200, #ABEFC6);background:var(--Success-50, #ECFDF3);color:var(--Success-700, #067647)}._negative_qyr63_35{background-color:#fff1f0;border-color:#ffa39e;color:#f5222d}._influencerCustomReports_28uyq_1,._infSenseBarChart_1kw4m_1{margin-top:20px}._influencerReportWrapper_1kw4m_5{align-items:center;display:flex;font-family:Inter;justify-content:center;min-height:100vh;padding-top:0}._influencerReport_1kw4m_5{width:100%}._influencerReport_1kw4m_5>div:first-of-type{border:none!important}._filterMenuCard_1kw4m_24{border:none;padding:8px 0}._backButton_1kw4m_29{cursor:pointer;margin:0 8px 0 0}._flexTitle_1kw4m_34{display:flex;align-items:center}._influencerHeader_1kw4m_39{display:flex;gap:8px;align-items:center;padding-top:0}._influencerHeaderTitle_1kw4m_47{color:#101828;font-family:Inter;font-size:22px;font-style:normal;font-weight:600;line-height:30px}._dynamicTitle_1kw4m_56{display:flow;align-content:center;align-self:stretch;color:#101828;font-family:Inter;font-size:18px;font-style:normal;font-weight:600;line-height:28px;white-space:nowrap;text-overflow:ellipsis;margin-right:20px;width:300px;overflow:hidden}._filterContainerInfo_1kw4m_73{margin-left:auto;display:flex;overflow-x:auto;white-space:nowrap;cursor:grab;-webkit-user-select:none;user-select:none;-webkit-overflow-scrolling:touch;scrollbar-width:none}._filterContainerInfo_1kw4m_73::-webkit-scrollbar{display:none}._filterContainerInfoDragging_1kw4m_88{cursor:grabbing;margin-left:auto}._influencerReportFilters_1kw4m_93{display:flex;align-items:center;justify-content:space-between}._influencerReportFiltersLeft_1kw4m_99 ._ant-btn_1kw4m_99{color:#667085;font-size:16px;font-weight:600;line-height:24px;margin:0}._influencerReportFiltersLeft_1kw4m_99 ._ant-btn_1kw4m_99:hover,._influencerReportFiltersLeft_1kw4m_99 ._active_1kw4m_111{color:#243880}._influencerReportFiltersRight_1kw4m_115{display:flex;align-items:center;gap:12px}._influencerReportFiltersRight_1kw4m_115 ._ant-switch-checked_1kw4m_121{background:#243880}._influencerReportFiltersRight_1kw4m_115 label{color:#344054;font-size:16px;font-weight:500;line-height:24px;margin:0}._buttonsFlex_1kw4m_133{display:flex;gap:8px}._submitButton_1kw4m_139{background-color:#243880!important;color:#fff!important;outline:none!important;width:100%;border:none!important;margin-bottom:0!important}._disabledButton_1kw4m_148{background-color:#d3d3d3!important}._customContent_1kw4m_157{font-size:1rem;color:#555}._customContentSubtitle_1kw4m_162{color:#475467;font-size:14px;font-weight:400;line-height:20px;padding-bottom:12px}._content_1kw4m_170{display:flex}._contentLeft_1kw4m_174{margin-top:34px;display:flex;min-width:390px;width:390px;height:258px;flex-direction:column;align-items:center;padding:7px;border-radius:3px;border:1px solid #eaecf0;background:#fcfcfd}._contentRight_1kw4m_188{padding:18px 0 24px 24px;width:308px;display:flex;flex-direction:column;gap:24px}._contentRightItem_1kw4m_196{font-size:14px;line-height:20px}._contentTitle_1kw4m_201{display:flex;gap:8px;color:#475467;font-size:14px;font-weight:700;align-items:center}._customFooter_1kw4m_210{display:flex;justify-content:end;gap:12px;font-size:14px;font-weight:600;line-height:20px}._cancel_1kw4m_219{border-radius:8px;border:1px solid #d0d5dd;background:#fff;box-shadow:0 1px 2px #1018280d;display:flex;padding:10px 14px;justify-content:center;align-items:center;gap:4px;color:#344054}._generate_1kw4m_232{border-radius:8px;border:1px solid #243880;background:#243880;box-shadow:0 1px 2px #1018280d;display:flex;padding:10px 14px;justify-content:center;align-items:center;gap:4px;color:#fff}._generateCustomBody_1kw4m_245{padding-bottom:28px}._aiBar_1kw4m_249{position:relative;margin-top:14px;display:flex;justify-content:flex-start;padding:12px 24px;align-items:center;gap:8px;border-radius:8px;border:2px solid #FFF0DD;width:100%;max-width:1680px;background-image:linear-gradient(90deg,#fff0,#ff8f0733)}._closeIcon_1kw4m_264{cursor:pointer;right:5px;position:absolute;top:5px}._compareCharts_1kw4m_271{border-radius:12px;border-width:1px;background:var(--Colors-Background-bg-primary, #FFFFFF);border:1px solid var(--Colors-Border-border-secondary, #E4E7EC);box-shadow:0 1px 2px 0 var(--ColorsEffectsShadowsshadow-xs)}._generateLoadingWrapper_1kw4m_279,._generateErrorWrapper_1kw4m_280{width:100vw;height:100vh;display:flex;align-items:start;justify-content:center}._generateLoading_1kw4m_279{display:flex;padding-top:100px;flex-direction:column;gap:24px;color:#475467;font-size:20px;font-weight:600;line-height:20px;align-items:center}._loading_1kw4m_301{display:flex;justify-content:center;align-items:center;animation:_rotate_1kw4m_1 1s linear infinite;transform-origin:center}._generateError_1kw4m_280{display:flex;padding-top:100px;flex-direction:column;gap:16px;color:#101828;font-size:20px;font-weight:600;line-height:24px;align-items:center}._errorIconParent_1kw4m_321{border-radius:24px;border:2px solid rgba(217,45,32,.1);padding:3px}._errorIcon_1kw4m_321{border-radius:24px;border:2px solid rgba(217,45,32,.3);padding:3px}._subtitle_1kw4m_333{color:#475467;font-weight:400}._tryButton_1kw4m_338{color:#b42318;font-size:14px;font-weight:600;line-height:20px;display:flex;padding:8px 12px;justify-content:center;align-items:center;gap:4px;border-radius:8px;border:1px solid #FDA29B;background:#fff;box-shadow:0 1px 2px #1018280d}@keyframes _rotate_1kw4m_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media only screen and (max-width:647px){._flexTitle_1kw4m_34{display:none}}@media only screen and (max-width:1700px){._influencerReport_1kw4m_5{width:100%!important}}._influencerReportDetailWrapper_1kw4m_376{margin-top:0;padding:24px;font-family:Inter;background-color:#f9fafb;min-height:100vh;display:flex;align-items:center;justify-content:center;flex-direction:column}._productDetailCardHeader_1kw4m_388{width:100%;display:flex;justify-content:space-between;margin-bottom:26px;max-width:1680px;align-items:center}._productDetailCardHeader_1kw4m_388 span{color:#101828;font-family:Inter;font-size:24px;font-style:normal;font-weight:600;line-height:32px}._productCard_1kw4m_406{width:100%;max-width:1680px;display:flex;justify-content:flex-start;align-items:center;gap:16px;padding:16px 20px;border-radius:12px;border:1px solid #EAECF0;background:#fff}._productImage_1kw4m_419{height:80px;object-fit:cover;border-radius:8px;border:1px solid #DDD}._titleContainer_1kw4m_426{display:flex;align-items:center;justify-content:center;gap:12px}._productTitle_1kw4m_433{overflow:hidden;color:#303030;text-overflow:ellipsis;font-size:16px;font-style:normal;font-weight:500;line-height:24px}._subTitle_1kw4m_152{color:#475467;font-weight:400}#influenced-overtime-button-group .ant-radio-group{display:flex;align-items:center}#influenced-overtime-button-group .ant-radio-button-wrapper{height:36px;padding:0 16px;display:flex;align-items:center;justify-content:center;color:#344054!important;font-size:14px!important;font-style:normal!important;font-weight:600!important;font-family:Inter}#influenced-overtime-button-group .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover:before{background-color:#d0d5dd!important}#influenced-overtime-button-group .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):before{background-color:#d0d5dd}#influenced-overtime-button-group .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled){z-index:1;color:#243880;background:#eceffa;border-color:#d0d5dd}#influenced-overtime-button-group .ant-radio-button{display:flex;align-items:center;justify-content:center}#influenced-overtime-button-group .ant-select-selection-item{color:#101828;font-family:Inter;font-size:16px;font-weight:500;line-height:24px}@media only screen and (max-width:1200px){#influenced-overtime-button-group .trend-topics-linchart-card-header-right{flex-flow:column}}._rainbowChartTopicFrequencyOverTimeCard_f3vye_1{height:100%!important;padding:20px!important}._rainbowChartCardHead_f3vye_6{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}._rainbowChartCardHeadLeft_f3vye_14{display:flex;align-items:center;gap:4px}._questionTopicsBarchartCardLabel_f3vye_20{color:#101828;font-family:Inter;font-size:18px;font-style:normal;font-weight:600;line-height:28px;display:flex;align-items:center;gap:4px}._rainbowChartCardHeadRight_f3vye_32{display:flex;align-items:center;gap:12px}._customRainbowChartContainer_f3vye_38{display:flex;flex-flow:column;gap:12px}._customRainbowChart_f3vye_38{display:flex;gap:12px}._customBarChartLabelList_f3vye_49{max-width:10%;display:flex;flex-flow:column;gap:10px}._customBarChartLegend_f3vye_56{display:flex;flex-flow:wrap;gap:12px}._customBarChartLegendItem_f3vye_62{display:flex;align-items:center;gap:8px}._customBarChartLegendItemDot_f3vye_68{display:flex;width:8px;height:8px;border-radius:50%}._customBarChartLegendItemLabel_f3vye_75{color:#475467;font-size:14px;font-weight:400;line-height:20px}._customBarChartLabelItem_f3vye_82{color:#475467;font-family:Inter;font-size:12px;font-weight:400;line-height:23px;width:100%;max-width:100px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}._customBarChart_f3vye_49{width:100%;display:flex;flex-flow:column;gap:10px}._customBarLabel_f3vye_102{width:100px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;margin-right:8px}._customBarChartItem_f3vye_110{display:flex;align-items:center}._customBarChartItemSub_f3vye_119{display:flex;align-items:center;justify-content:end;width:100%}._customBarChartBarList_f3vye_126{width:100%;display:flex;flex-flow:column;gap:10px}._customBarChartBar_f3vye_126{display:flex;align-items:center;width:100%;z-index:2}._customBarChartBarItem_f3vye_140{height:23px;border-top-right-radius:5px;border-bottom-right-radius:5px;position:relative;margin-left:-5px;transition:background-color .3s ease,filter .3s ease;cursor:pointer}._customBarChartBarItemCol_f3vye_150{display:flex;align-items:center;justify-content:end;width:100%}._w100_f3vye_115{width:100%}._customBarChartBarItem_f3vye_140:hover{filter:brightness(1.2)}._rainbowPopoverTitle_f3vye_165{display:flex;flex-flow:column;color:#344054;font-family:Inter;font-size:12px;font-weight:600;line-height:18px;border-bottom:1px solid #EAECF0;padding-bottom:4px}._rainbowPopoverTitleTopic_f3vye_177{display:flex;align-items:center;gap:8px}._rainbowPopoverTitleTopicDot_f3vye_183{display:flex;width:8px;height:8px;border-radius:50%}._rainbowPopoverContent_f3vye_191{display:flex;flex-flow:column;gap:4px}._rainbowPopoverContentItem_f3vye_197{color:#475467;font-family:Inter;font-size:12px;font-weight:500;line-height:20px;margin:0}._rainbowPopoverContentItem_f3vye_197 span{color:#101828}._compareModalTitleContainer_f3vye_211{display:flex;align-items:center;gap:12px}._compareModalTitle_f3vye_211{color:#101828;font-family:Inter;font-size:24px;font-style:normal;font-weight:600;line-height:32px}._compareModalContent_f3vye_226{display:flex;flex-flow:column;gap:20px;max-height:80vh}._compareModalContentSub_f3vye_233{display:flex;align-items:center;justify-content:space-between}._compareModalTitleDownload_f3vye_239{border:0;background-color:transparent;padding:8px}._compare-modal-content_f3vye_245{display:flex;flex-flow:column;gap:20px;max-height:80vh}._compareModalCompareCards_f3vye_252{display:flex;gap:20px}._compareModalCompareCard_f3vye_252{width:100%;max-height:calc(80vh - 100px);overflow-y:auto;scrollbar-width:none;border-radius:12px;border:1px solid #E4E7EC;background:#fff;box-shadow:0 1px 2px #1018280d;padding:20px}._compareModalCompareCardFooter_f3vye_269{display:flex;justify-content:flex-end;padding:8px;gap:4px}._compareCardDate_f3vye_276{border-radius:8px;border:1px solid #D0D5DD;background:#fff;box-shadow:0 1px 2px #1018280d;display:flex;align-items:center;gap:4px;padding:10px 14px;width:fit-content}._compareCardDate_f3vye_276 span{color:#344054;font-family:Inter;font-size:14px;font-weight:500;line-height:20px}._compareCardDate_f3vye_276 span{color:#667085}._compareCardDate_f3vye_276:hover{background-color:#f6f6f6}._compareCardChart_f3vye_304{height:100%;margin-bottom:16px;margin-top:16px}._compareCardNoData_f3vye_310{display:flex;align-items:center;justify-content:center;width:100%;height:100%;flex-flow:column}._compareCardNoData_f3vye_310 span{color:#475467;text-align:center;font-family:Inter;font-size:16px;font-weight:400;line-height:24px}@media only screen and (max-width:800px){._rainbowChartCardHead_f3vye_6{flex-flow:column;gap:8px}}._rainbowChartTopicFrequencyOverTimeCard_tu2vw_1{height:100%!important;padding:20px!important}._rainbowChartCardHead_tu2vw_6{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}._rainbowChartCardHeadLeft_tu2vw_14{display:flex;align-items:center;gap:4px}._questionTopicsBarchartCardLabel_tu2vw_20{color:#101828;font-family:Inter;font-size:18px;font-style:normal;font-weight:600;line-height:28px;display:flex;align-items:center;gap:4px}._rainbowChartCardHeadRight_tu2vw_32{display:flex;align-items:center;gap:12px}._customRainbowChartContainer_tu2vw_38{display:flex;flex-flow:column;gap:12px}._customRainbowChart_tu2vw_38{display:flex;gap:12px}._customBarChartLabelList_tu2vw_49{max-width:10%;display:flex;flex-flow:column;gap:10px}._customBarChartLegend_tu2vw_56{display:flex;flex-flow:wrap;gap:12px}._customBarChartLegendItem_tu2vw_62{display:flex;align-items:center;gap:8px}._customBarChartLegendItemDot_tu2vw_68{display:flex;width:8px;height:8px;border-radius:50%}._customBarChartLegendItemLabel_tu2vw_75{color:#475467;font-size:14px;font-weight:400;line-height:20px}._customBarChartLabelItem_tu2vw_82{color:#475467;font-family:Inter;font-size:12px;font-weight:400;line-height:23px;width:100%;max-width:100px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}._customBarChart_tu2vw_49{width:100%;display:flex;flex-flow:column;gap:10px}._custom-bar-chart-item_tu2vw_103{display:flex;align-items:center}._customBarChartBarList_tu2vw_110{width:100%;display:flex;flex-flow:column;gap:10px}._customBarChartBar_tu2vw_110{display:flex;align-items:center;width:100%;z-index:2}._customBarChartBarItem_tu2vw_124{height:23px;border-top-right-radius:5px;border-bottom-right-radius:5px;position:relative;margin-left:-5px;transition:background-color .3s ease,filter .3s ease;cursor:pointer}._customBarChartBarItemCol_tu2vw_134{display:flex;align-items:center;justify-content:end;width:100%}._w100_tu2vw_141{width:100%}._customBarChartBarItem_tu2vw_124:hover{filter:brightness(1.2)}._rainbowPopoverTitle_tu2vw_149{display:flex;flex-flow:column;color:#344054;font-family:Inter;font-size:12px;font-weight:600;line-height:18px;border-bottom:1px solid #EAECF0;padding-bottom:4px}._rainbowPopoverTitleTopic_tu2vw_161{display:flex;align-items:center;gap:8px}._rainbowPopoverTitleTopicDot_tu2vw_167{display:flex;width:8px;height:8px;border-radius:50%}._rainbowPopoverContent_tu2vw_175{display:flex;flex-flow:column;gap:4px}._rainbowPopoverContentItem_tu2vw_181{color:#475467;font-family:Inter;font-size:12px;font-weight:500;line-height:20px;margin:0}._rainbowPopoverContentItem_tu2vw_181 span{color:#101828}@media only screen and (max-width:800px){._rainbowChartCardHead_tu2vw_6{flex-flow:column;gap:8px}}._card_14ffh_1{border-radius:12px;border:1px solid var(--Gray-200, #EAECF0);background:var(--Base-White, #FFF);padding:16px 20px;width:100%;gap:12px;display:flex;flex-direction:column}._cardHeader_14ffh_12{display:flex;align-items:center;justify-content:space-between;background:#fff;border:none;padding:0}._cardHeaderLeft_14ffh_21{display:flex;align-items:center;gap:4px}._cardHeaderLeft_14ffh_21 h1{color:#101828;font-size:18px;font-weight:600;line-height:28px;margin:0}._cardHeaderRight_14ffh_35{display:flex;flex-direction:row;align-items:center;gap:12px}@media only screen and (max-width:800px){._cardHeader_14ffh_12{flex-flow:column;gap:8px}._cardHeaderLeft_14ffh_21{flex-direction:column}}._sumCards_14ffh_54{height:100%;width:100%}._sumCard_14ffh_54{width:100%;height:100%}._sumCardHeader_14ffh_64{display:flex;align-items:center;gap:4px}._sumCardHeaderRetailer_14ffh_70{height:14px}._sumCardHeaderTitle_14ffh_74{color:#535353;font-family:Roboto;font-size:16px;font-weight:500;letter-spacing:.16px}._sumCardBody_14ffh_82{display:flex;align-items:center;justify-content:space-between;align-items:start}._sumCardLeft_14ffh_89{display:flex;flex-flow:row;gap:8px;align-items:center}._sumCardValue_14ffh_98{color:#140038;font-family:Roboto;font-size:24px;font-weight:500;letter-spacing:.24px}._skuCell_1vh7g_1{display:flex;align-items:center;gap:12px}._skuCellDetail_1vh7g_7{display:flex;flex-flow:column}._skuCellTitle_1vh7g_12{color:#101828;font-size:14px;font-weight:400;line-height:22px}._productCell_1vh7g_19{display:flex;flex-direction:row;gap:16px;align-items:center}._skuCellImg_1vh7g_26{width:40px;height:40px;object-fit:contain}._skuCellBrand_1vh7g_32{cursor:pointer;text-decoration:underline;font-weight:500;margin-right:4px}._skuCellText_1vh7g_39{color:#475467;font-size:14px;font-weight:400;line-height:20px;width:auto;display:inline-block}._skuCellTag_1vh7g_48{border-radius:16px;font-size:14px;font-weight:400;line-height:20px;padding:2px 10px;margin:4px 0;white-space:nowrap;display:inline-flex;gap:2px;width:unset;max-width:100%;border:1px solid var(--Gray-blue-200, #D5D9EB);background:var(--Gray-blue-50, #F8F9FC);color:var(--Gray-blue-700, #363F72);text-align:center;font-family:Inter;font-size:12px;font-style:normal;font-weight:500;line-height:18px}._skuCellTagyellow_1vh7g_75{border:1px solid #fbe2a4;background:#fef9eb;color:#dfa309;margin-right:2px}._skuCellTagblue_1vh7g_82{border:1px solid #b2ddff;background:#eff8ff;color:#175cd3;margin-right:2px}._skuCellTaggreen_1vh7g_89{border:1px solid #abefc6;background:#ecfdf3;color:#067647;margin-right:2px}._skuCellTaguntagged_1vh7g_96{border:1px solid #ffbb96;background:#fff2e8;color:#d4380d;margin-right:2px}._skuTopics_1vh7g_103{display:flex;align-items:center;justify-content:start;flex-wrap:wrap;gap:2px}._skuTooltip_1vh7g_111{display:flex;flex-direction:column;align-items:flex-start;gap:4px}._listTag_1vh7g_118{height:26px;align-content:center;border-radius:16px}._tableContainer_1vh7g_124{display:flex;align-items:center;justify-content:end;margin-top:8px;padding-right:4px;padding-bottom:16px}._card_1vh7g_134{border-radius:12px;border:1px solid #eaecf0;background:#fff;padding:16px 20px;width:100%;height:100%}._cardHeader_1vh7g_143{display:flex;align-items:center;flex-direction:row;justify-content:space-between;background:#fff;border:none;margin-top:32px;padding:.75rem 0}._cardHeaderLeft_1vh7g_154{display:flex;align-items:center;gap:4px}._cardHeaderLeft_1vh7g_154 h1{color:#101828;font-size:18px;font-weight:600;line-height:28px;margin:0}._cardHeaderRight_1vh7g_168{display:flex;flex-direction:row;align-items:center;gap:12px}._mobileTableWrapper_1vh7g_175{display:none;flex-flow:column;gap:16px}@media only screen and (max-width:800px){._cardHeader_1vh7g_143{flex-flow:column;gap:8px}._cardHeaderLeft_1vh7g_154{flex-direction:row}._cardHeaderRight_1vh7g_168{flex-direction:column}._rainbowChartCardHead_1vh7g_196{flex-flow:column;gap:8px}}@media(max-width:1024px){._desktopTableWrapper_1vh7g_203{display:none}._mobileTableWrapper_1vh7g_175{display:flex!important}}#table-button-group .ant-radio-button-wrapper{height:36px;padding:0 16px;display:flex;align-items:center;justify-content:center;color:#344054!important;font-size:14px!important;font-style:normal!important;font-weight:600!important;font-family:Inter}#topic-share-button-group .ant-radio-group{display:flex;align-items:center}#topic-share-button-group .ant-radio-button-wrapper{height:36px;padding:0 16px;display:flex;align-items:center;justify-content:center;color:#344054!important;font-size:14px!important;font-style:normal!important;font-weight:600!important;font-family:Inter}#topic-share-button-group .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover:before{background-color:#d0d5dd!important}#topic-share-button-group .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):before{background-color:#d0d5dd}#topic-share-button-group .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled){z-index:1;color:#243880;background:#eceffa;border-color:#d0d5dd}#topic-share-button-group .ant-radio-button{display:flex;align-items:center;justify-content:center}#topic-share-button-group .ant-select-selection-item{color:#101828;font-family:Inter;font-size:16px;font-weight:500;line-height:24px}@media only screen and (max-width:1200px){#topic-share-button-group .trend-topics-linchart-card-header-right{flex-flow:column}}._rainbowChartTopicShareCard_n2u3c_1{padding:20px!important;position:relative;z-index:0}._rainbowChartTopicShareCardHead_n2u3c_7{margin-bottom:4px!important}._rainbowChartCardHead_n2u3c_11{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}._rainbowChartCardHeadLeft_n2u3c_18{display:flex;align-items:center;gap:4px}._ReviewTopicsBarchartCardLabel_n2u3c_24{color:#101828;font-family:Inter;font-size:18px;font-style:normal;font-weight:600;line-height:28px;display:flex;align-items:center;gap:4px}._rainbowChartCardHeadRight_n2u3c_36{display:flex;align-items:center;gap:12px}._customRainbowChartContainer_n2u3c_42{display:flex;flex-flow:column;gap:12px}._customRainbowChart_n2u3c_42{display:flex;gap:12px}._customBarChartItemVal_n2u3c_60{display:flex;align-items:center;justify-content:end;width:100%}._customBarChartBarList_n2u3c_67{width:100%;display:flex;flex-flow:column;gap:10px}._customBarChartBar_n2u3c_67{display:flex;align-items:center;width:100%;z-index:2}._customBarChartBarItem_n2u3c_81{height:23px;border-top-right-radius:5px;border-bottom-right-radius:5px;position:relative;margin-left:-5px;transition:background-color .3s ease,filter .3s ease;cursor:pointer}._customBarChartBarItem_n2u3c_81:hover{filter:brightness(1.2)}._customBarChartLabelList_n2u3c_95{max-width:10%;display:flex;flex-flow:column;gap:10px}._customBarChartLabelItem_n2u3c_102{color:#475467;font-family:Inter;font-size:12px;font-weight:400;line-height:23px;width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}._customBarChartLegend_n2u3c_114{display:flex;flex-flow:wrap;gap:12px}._customBarChartLegendItem_n2u3c_120{display:flex;align-items:center;gap:8px}._customBarChartLegendItemDot_n2u3c_126{display:flex;width:8px;height:8px;border-radius:50%}._customBarChartLegendItemLabel_n2u3c_133{color:#475467;font-size:14px;font-weight:400;line-height:20px}._width100_n2u3c_140{width:100%}._rainbowPopoverContent_n2u3c_145{display:flex;flex-flow:column;gap:4px}._rainbowPopoverContentItem_n2u3c_151{color:#475467;font-family:Inter;font-size:12px;font-weight:500;line-height:20px;margin:0}._rainbowPopoverContentItem_n2u3c_151 span{color:#101828}._rainbowPopoverTitle_n2u3c_164{display:flex;flex-flow:column;color:#344054;font-family:Inter;font-size:12px;font-weight:600;line-height:18px;border-bottom:1px solid #eaecf0;padding-bottom:4px}._rainbowPopoverTitleTopic_n2u3c_176{display:flex;align-items:center;gap:8px}._rainbowPopoverTitleTopicDot_n2u3c_182{display:flex;width:8px;height:8px;border-radius:50%}._card_n2u3c_190{border-radius:12px;border:1px solid #eaecf0;background:#fff;padding:16px 20px;width:100%;height:100%}._cardHeader_n2u3c_199{display:flex;align-items:center;justify-content:space-between;background:#fff;border:none;padding:0;margin-top:0;margin-bottom:16px}._cardHeaderLeft_n2u3c_210{display:flex;align-items:center;gap:4px}._cardHeaderLeft_n2u3c_210 h1{color:#101828;font-size:18px;font-weight:600;line-height:28px;margin:0}._cardHeaderRight_n2u3c_224{display:flex;flex-direction:row;align-items:center;gap:12px}._compareModalTitleContainer_n2u3c_233{display:flex;align-items:center;gap:12px}._compareModalTitle_n2u3c_233{color:#101828;font-family:Inter;font-size:24px;font-style:normal;font-weight:600;line-height:32px}._compareModalTitleDownload_n2u3c_248{border:0;background-color:transparent;padding:8px}._compareModalContent_n2u3c_256{display:flex;flex-flow:column;gap:20px;max-height:80vh}._compareModalSubContent_n2u3c_263{display:flex;align-items:center;justify-content:space-between}._compareModalCards_n2u3c_269{display:flex;gap:20px}._compareModalCard_n2u3c_269{width:100%;max-height:calc(80vh - 100px);overflow-y:auto;scrollbar-width:none;border-radius:12px;border:1px solid #E4E7EC;background:#fff;box-shadow:0 1px 2px #1018280d;padding:20px}._compareModalRangePickerFooter_n2u3c_286{display:flex;justify-content:flex-end;padding:8px;gap:4px}._compareCardChart_n2u3c_293{height:100%;margin-bottom:16px;margin-top:16px}._customBarChart_n2u3c_53{width:100%;display:flex;flex-flow:column;gap:10px}._customBarChartLabel_n2u3c_95{width:100px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;margin-right:8px;display:flex;align-self:flex-end}._compareModalCompareCard_n2u3c_317{width:100%;max-height:calc(80vh - 100px);overflow-y:auto;scrollbar-width:none;border-radius:12px;border:1px solid #E4E7EC;background:#fff;box-shadow:0 1px 2px #1018280d;padding:20px}@media only screen and (max-width:800px){._cardHeader_n2u3c_199{flex-flow:column;gap:8px}._cardHeaderLeft_n2u3c_210{flex-direction:column}._rainbowChartCardHead_n2u3c_11{flex-flow:column;gap:8px}}._modalInfluencedChartContainer_73nc2_3{display:flex;width:100%!important;padding:20px;flex-direction:column;align-items:flex-start;gap:8px;border-radius:12px;border:1px solid #E4E7EC;background:#fff;margin-top:20px}._title_73nc2_16{display:flex;align-items:center;gap:4px;flex:1 0 0;align-self:stretch;color:#101828;font-family:Inter;font-size:18px;font-style:normal;font-weight:600;line-height:28px}._subTitle_73nc2_30{color:#101828;font-family:Inter;font-size:16px;font-style:normal;font-weight:500;line-height:22px}._influencedChartPoint_73nc2_39{width:100%;display:flex;justify-content:flex-end;align-items:center;gap:10px;align-self:stretch;font-weight:400;font-size:14px;color:#475467}._pointAnomalies_73nc2_51{width:8px;height:8px;background-color:#17b26a;border-radius:50%;color:#475467;font-weight:400}._pointCountOfTopic_73nc2_60{width:8px;height:8px;background-color:#00e0ff;border-radius:50%;color:#475467;font-weight:400}._pointMovingOfTopic_73nc2_69,._pointSlopOfTopic_73nc2_78{width:8px;height:8px;background-color:#c046c2;border-radius:50%;color:#475467;font-weight:400}._pointRising_73nc2_87{width:8px;height:8px;background-color:#d1f0e1;color:#475467;font-weight:400}._choiceButtonContainer_73nc2_95{display:flex;justify-content:flex-end;align-items:flex-start;gap:12px}._choiceButton_73nc2_95{display:flex;padding:8px 12px;justify-content:center;align-items:center;gap:4px;border-radius:8px;border:1px solid #d0d5dd;background:#fff;box-shadow:0 1px 2px #1018280d;color:#344054;font-family:Inter;font-size:14px;font-style:normal;font-weight:600;line-height:20px}._customRatingSelectContainer_fws1e_2{position:relative;width:auto;min-width:150px;background:#fff;box-shadow:0 1px 2px #1018280d;color:#101828;font-family:Inter;font-size:16px;font-style:normal;font-weight:400;line-height:24px;display:flex;height:36px;align-items:center;gap:8px}._customRatingSelectTrigger_fws1e_21{display:flex;align-items:center;justify-content:space-between;padding:0 14px;-webkit-user-select:none;user-select:none;width:100%;height:100%;cursor:pointer;color:#101828;font-family:Inter;font-size:16px;font-weight:500;line-height:24px;border-radius:8px;border:1px solid #D0D5DD}._customRatingSelectTrigger_fws1e_21:hover{border:solid 1px #c4c7cd}._customRatingSelectMenu_fws1e_44{position:absolute;border-radius:8px;z-index:100;width:320px;padding:8px 0;color:#667085;font-family:Inter;font-size:16px;font-weight:500;line-height:24px;border:1px solid #EAECF0;background:#fff;box-shadow:0 12px 16px -4px #10182814,0 4px 6px -2px #10182808}._left_fws1e_61{right:0;top:45px}._right_fws1e_66{left:0}._up_fws1e_70{top:-300px}._down_fws1e_74{top:calc(100% + 8px)}._divider_fws1e_78{border-bottom:1px solid #DDD;margin:0 0 12px}._customRatingSelectSentiment_fws1e_84{width:100%;display:flex;align-items:center;justify-content:space-between;padding:8px 16px;cursor:pointer;color:#667085;font-size:14px;font-weight:500;line-height:24px;height:44px}._sentimentSelected_fws1e_98{background:#f9fafb;color:#101828;border-radius:4px}._customRatingSelectSentiment_fws1e_84:hover{background:#f9fafb}._customRatingSelectTopicOptions_fws1e_109{display:flex;align-items:start;justify-content:space-between;flex-direction:column;width:100%;gap:2px;padding:6px;max-height:300px;overflow-y:auto;scrollbar-width:none}._customRatingSelectSearchInput_fws1e_122{width:100%;margin-bottom:12px;padding:10px 14px;font-size:14px;height:36px;border-radius:8px;border:1px solid #D0D5DD;background:#fff;box-shadow:0 1px 2px #1018280d}._customRatingSelectSearchInput_fws1e_122:focus-visible{outline:none}._customRatingSelectTopicItem_fws1e_138{width:100%;padding:8px 16px;cursor:pointer;-webkit-user-select:none;user-select:none;color:#333;font-size:14px;border-radius:4px;display:flex;align-items:center;justify-content:space-between}._topicItemSelected_fws1e_151{background:#f9fafb;color:#101828;font-weight:500;line-height:24px}._customRatingSelectTopicItem_fws1e_138:hover{background:#f1f1f1}._px3_fws1e_162{padding-left:12px;padding-right:12px}._customRatingSelectButtons_fws1e_168{display:flex;justify-content:start;gap:12px;margin:12px 14px;border-radius:8px}._customRatingSelectButton_fws1e_168{background:#fff;color:#344054;border-radius:8px;padding:0 12px;font-size:14px;cursor:pointer;border:1px solid #D0D5DD;box-shadow:0 1px 2px #1018280d;height:28px}._buttonApply_fws1e_188{background:#f9fafb;color:#fff;border:none}._buttonApply_fws1e_188:hover{background:#0056cc}._customRatingSelectActions_fws1e_199{display:flex;align-items:center;justify-content:center;gap:12px;padding:16px 16px 20px;border-top:1px solid #f0f0f0}._customRatingSelectActions_fws1e_199 button{height:40px;padding:8px 16px;border-radius:4px;font-size:14px;cursor:pointer}._cancel_fws1e_216{border-radius:8px;width:100%;border:1px solid #D0D5DD;background:#fff;box-shadow:0 1px 2px #1018280d;color:#344054;font-family:Inter;font-size:14px;font-style:normal;font-weight:600;line-height:20px}._apply_fws1e_230{border-radius:8px;width:100%;box-shadow:0 1px 2px #1018280d;color:#fff;font-size:14px;font-style:normal;font-weight:600;line-height:20px}._infReportModal_l01yt_1{background-color:#00000091;position:fixed;top:0;right:0;bottom:0;left:0;z-index:30;padding-top:20px}._reportsModalCloseBtn_l01yt_9{display:flex!important}._infReportModalContainer_l01yt_13{background-color:#fff;position:fixed;top:32px;right:60px;bottom:32px;left:60px;padding:0 20px;border-radius:12px;border:1px solid #EAECF0;z-index:99;overflow:auto;height:80%;margin-top:55px}._infReportModalHeader_l01yt_26{display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;width:100%;background-color:#fff;z-index:3;padding:20px 0}._infReportModalHeaderLeft_l01yt_38{display:flex;align-items:center;gap:8px}._infReportModalHeaderLeft_l01yt_38 h1{margin:0;color:#667085;font-size:24px;font-weight:600;line-height:32px}._infReportModalHeaderLeft_l01yt_38 h1 span{color:#101828}._infReportModalFilterTags_l01yt_56{display:flex;align-items:center;gap:12px}._infReportModalFilterTag_l01yt_56{border-radius:8px;border:1px solid #D0D5DD;background:#fff;box-shadow:0 1px 2px #1018280d;padding:4px 8px;display:flex;align-items:center;gap:4px}._infReportModalFilterTag_l01yt_56 span{color:#344054;text-align:center;font-family:Inter;font-size:14px;font-weight:500;line-height:20px}._aiBar_l01yt_82{position:relative;margin-top:14px;display:flex;padding:12px 24px;align-items:center;gap:8px;align-self:stretch;border-radius:8px;border:2px solid #FFF0DD;width:100%;background-image:linear-gradient(90deg,#fff0,#ff8f0733)}._closeIcon_l01yt_98{cursor:pointer;right:5px;position:absolute;top:5px}._influencerExpandDiv_l01yt_105{margin-top:20px;margin-bottom:20px}@media only screen and (max-width:800px){._infReportModalContainer_l01yt_13{top:16px!important;right:16px!important;bottom:16px!important;left:16px!important}._infReportModalHeader_l01yt_26{display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;width:100%}._infReportModalHeaderLeft_l01yt_38{flex-flow:column}}._stackedChart_p3m7b_3{display:flex;gap:12px;flex-flow:row!important;margin-top:24px}._stackedChartLabels_p3m7b_10{display:flex;flex-flow:column;gap:20px}._stackedChartLabel_p3m7b_10{color:#535353;font-family:Roboto;font-size:14px;font-weight:500;line-height:16px;height:16px;margin-left:auto}._stackedChartBars_p3m7b_26{display:flex;flex-flow:column;gap:20px;width:100%;position:relative;z-index:0;margin-bottom:22px}._stackedChartBarContainer_p3m7b_36{display:flex;align-items:center;z-index:1;cursor:pointer}._stackedChartBar_p3m7b_26{display:flex;height:16px;cursor:pointer;justify-content:center;align-items:center}._stackedChartBar_p3m7b_26 span{color:#0c111d;font-family:Roboto;font-size:10px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._stackedChartBarPositive_p3m7b_61{background-color:#37b65b}._stackedChartBarNeutral_p3m7b_65{background-color:#ffe500}._stackedChartBarNegative_p3m7b_69{background-color:#ff4747;border-radius:0 4px 4px 0}._stackedChartGrid_p3m7b_74{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;grid-template-columns:repeat(4,1fr);z-index:-1}._stackedChartGridItem_p3m7b_82{width:100%;border-right:1px solid #F2F4F7;position:relative}._stackedChartGridItem_p3m7b_82 span{position:absolute;bottom:-20px;right:-10px;color:#475467;font-family:Inter;font-size:12px;font-weight:400;line-height:18px}._stackedChartDivider_p3m7b_99{position:absolute;top:-10px;bottom:15px;left:0;right:0}._stackedChartDividerLine_p3m7b_107{background-color:transparent;border-right:1px solid #298543;z-index:1;height:calc(100% + 20px);position:relative}._stackedChartDividerLine_p3m7b_107 span{position:absolute;top:-20px;right:-20px;color:#175328;font-family:Inter;font-size:12px;font-weight:400;line-height:18px}._customStackedBarChartDots_p3m7b_126{width:100%;margin-top:12px;display:flex;flex-direction:row;gap:12px;justify-content:flex-end}._customStackedBarChartDot_p3m7b_126{display:flex;align-items:center;gap:4px}._customStackedBarChartPopoverTitle_p3m7b_141{display:flex;align-items:center;gap:8px;border-bottom:1px solid #EAECF0}._customStackedBarChartPopoverTitleDot_p3m7b_148{display:flex;width:8px;height:8px;border-radius:50%}._compareModalTitleContainer_wl3mk_1{display:flex;align-items:center;gap:12px}._compareModalTitle_wl3mk_1{color:#101828;font-family:Inter;font-size:24px;font-style:normal;font-weight:600;line-height:32px}._compareModalTitleDownload_wl3mk_17{border:0;background-color:transparent;padding:8px}._compareModalContent_wl3mk_23{display:flex;flex-flow:column;gap:20px;max-height:80vh}._compareModalContentSub_wl3mk_30{display:flex;align-items:center;justify-content:space-between}._compareModalCompareCards_wl3mk_36{display:flex;gap:20px}._compareModalCompareCard_wl3mk_36{width:100%;max-height:calc(80vh - 100px);overflow-y:auto;scrollbar-width:none;border-radius:12px;border:1px solid #E4E7EC;background:#fff;box-shadow:0 1px 2px #1018280d;padding:20px}._compareModalCompareCardFooter_wl3mk_53{display:flex;justify-content:flex-end;padding:8px;gap:4px}._compareCardChart_wl3mk_60{height:100%}._compareCardNoData_wl3mk_64{display:flex;align-items:center;justify-content:center;width:100%;height:100%;flex-flow:column}._compareCardNoData_wl3mk_64 span{color:#475467;text-align:center;font-family:Inter;font-size:16px;font-weight:400;line-height:24px}@media only screen and (max-width:1000px){._compareModalCompareCards_wl3mk_36{flex-flow:column}}._influencerTopicsBarchartCard_3g95q_1{margin:28px 0 24px 24px}._influencerTopicsBarchartCardSubLabel_3g95q_5{color:#101828;font-family:Inter;font-size:16px;font-style:normal;font-weight:600;line-height:28px;display:flex;align-items:center;gap:4px}._influencerReportDetailWrapper_1pbl9_1{padding:24px;font-family:Inter;background-color:#f9fafb;min-height:100vh;display:flex;align-items:center;justify-content:center;flex-direction:column}._productDetailCardHeader_1pbl9_12{width:100%;display:flex;justify-content:space-between;margin-bottom:26px;max-width:1680px;align-items:center}._productDetailCardHeader_1pbl9_12 span{color:#101828;font-family:Inter;font-size:24px;font-style:normal;font-weight:600;line-height:32px}._aiBar_1pbl9_30{margin-top:14px;display:flex;justify-content:flex-start;padding:12px 24px;align-items:center;gap:8px;border-radius:8px;border:2px solid #fff0dd;width:100%;max-width:1680px;background-image:linear-gradient(90deg,#fff0,#ff8f0733)}._infSenseBarCharts_1pbl9_46{margin-top:20px}._closeIcon_1pbl9_50{cursor:pointer;right:5px;position:absolute;top:5px}._productCard_1pbl9_57{width:100%;max-width:1680px;display:flex;justify-content:flex-start;align-items:center;gap:16px;padding:16px 20px;border-radius:12px;border:1px solid #eaecf0;background:#fff}._productCardSub_1pbl9_70{display:flex;align-items:center;justify-content:start;gap:4px}._productImage_1pbl9_77{height:80px;object-fit:cover;border-radius:8px;border:1px solid #ddd}._titleContainer_1pbl9_84{display:flex;align-items:center;justify-content:center;gap:12px}._productTitle_1pbl9_91{overflow:hidden;color:#303030;text-overflow:ellipsis;font-size:16px;font-style:normal;font-weight:500;line-height:24px}._influencerReport_1pbl9_1{max-width:1680px}._influencerReportFilters_1pbl9_105{display:flex;align-items:center;justify-content:space-between}._influencerReportFiltersLeft_1pbl9_111 ._antBtn_1pbl9_111{color:#667085;font-size:16px;font-weight:600;line-height:24px;margin:0}._influencerReportFiltersLeft_1pbl9_111 ._antBtn_1pbl9_111:hover,._influencerReportFiltersLeft_1pbl9_111 ._active_1pbl9_123{color:#243880}._influencerReportFiltersRight_1pbl9_127{display:flex;align-items:center;gap:12px}._influencerReportFiltersRight_1pbl9_127 ._antSwitchChecked_1pbl9_133{background:#243880}._influencerReportFiltersRight_1pbl9_127 label{color:#344054;font-size:16px;font-weight:500;line-height:24px;margin:0}@media only screen and (max-width:1700px){._influencerReportDetailWrapper_1pbl9_1 ._influencerReport_1pbl9_1{width:100%!important}}._createBriefModal_u2w9h_1{max-height:100vh;overflow:auto;scrollbar-width:none;top:0}._createBriefModalTitle_u2w9h_10{color:#101828;font-family:Inter;font-size:24px;font-style:normal;font-weight:600;line-height:32px}._createBriefMainDiv_u2w9h_21{display:flex;padding:20px 24px;flex-direction:column;align-items:flex-start;gap:20px;align-self:stretch;border:1px solid #EAECF0;border-radius:12px 12px 0 0;width:100%}._createBriefFlex_u2w9h_35{display:flex;width:100%}._createBriefTitle_u2w9h_8{color:#101828;font-family:Inter;font-size:16px;font-style:normal;font-weight:600;line-height:32px}._createBriefRemoveButton_u2w9h_49{border-radius:8px;margin-left:auto}._createBriefRemoveButton_u2w9h_49 span{color:#344054;font-family:Inter;font-size:14px;font-style:normal;font-weight:600;line-height:20px}._createBriefSort_u2w9h_63{display:flex;flex-wrap:wrap;gap:4px}._createBriefPositive_u2w9h_69{border-radius:8px;border:1px solid var(--Success-200, #ABEFC6)!important;background:var(--Success-50, #ECFDF3)!important}._createBriefPositive_u2w9h_69 span{color:var(--Success-700, #067647)!important;text-align:center;font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px}._createBriefPositive_u2w9h_69 span:hover{color:var(--Success-700, #067647)!important}._createBriefNegative_u2w9h_89{border-radius:8px;border:1px solid var(--Error-200, #FECDCA)!important;background:var(--Error-50, #FEF3F2)!important}._createBriefNegative_u2w9h_89 span{color:var(--Error-700, #B42318)!important;text-align:center;font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px}._createBriefNegative_u2w9h_89 span:hover{color:var(--Error-700, #B42318)!important}._createBriefSecondDiv_u2w9h_109{display:flex;padding:20px 24px;flex-direction:column;align-items:flex-start;gap:20px;align-self:stretch;border-radius:0 0 12px 12px;border:1px solid #EAECF0;border-top:0;width:100%}._createBriefSelectAllButton_u2w9h_124 span{color:#243880;font-family:Inter;font-size:14px;font-style:normal;font-weight:600;line-height:20px}._createBriefSelectAllButton_u2w9h_124:hover{background:none!important;border-color:none!important}._createBriefDescription_u2w9h_138 span{color:#475467;font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px}._briefsLayout_u2w9h_147{display:flex;align-items:center;align-content:center;gap:16px 12px;align-self:stretch;flex-wrap:wrap}._defaultButton_u2w9h_156{border-radius:12px;border:1.5px solid #D0D5DD;background:#fff}._defaultButton_u2w9h_156 span{color:var(--Gray-600, var(--colors-gray-light-mode-600, #475467));text-align:center;font-family:Inter;font-style:normal}._createBriefThirdDiv_u2w9h_169{padding-top:12px}._createBriefThirdDiv_u2w9h_169 span{display:block;color:#344054;font-family:Inter;font-size:16px;font-style:normal;font-weight:600;line-height:24px;margin-bottom:12px}._createBriefFourthDiv_u2w9h_184{display:flex;flex-direction:row;justify-content:end;margin-top:20px;gap:8px}._cancelButton_u2w9h_192{border-radius:8px;border:1px solid #D0D5DD;background:#fff;height:40px;box-shadow:0 1px 2px #1018280d}._cancelButton_u2w9h_192 span{color:#344054;padding:8px;font-family:Inter;font-size:14px;font-style:normal;font-weight:600;line-height:20px}._generateButton_u2w9h_210{height:40px;border-radius:8px;gap:4px;border:1px solid #2FD0A6;background:linear-gradient(98deg,#54cfc0,#5b87dd 102.17%);box-shadow:0 1px 2px #1018280d}._generateButton_u2w9h_210:disabled{background:linear-gradient(98deg,#54cfc0,#5b87dd 102.17%);box-shadow:0 1px 2px #1018280d}._generateButton_u2w9h_210:hover{border:1px solid #2FD0A6!important;background:linear-gradient(98deg,#54cfc1df,#5b86ddd3 102.17%)!important}._generateButton_u2w9h_210 span{color:#fff!important;font-family:Inter;font-size:14px;font-style:normal;font-weight:600;line-height:20px}._refiningBrief_u2w9h_238 span{color:#344054;font-family:Inter;font-size:16px;font-style:normal;font-weight:600;line-height:24px}._createBriefFooter_u2w9h_247{display:flex;flex-direction:row;justify-content:end;margin-top:20px;gap:8px;align-items:center}._backButton_u2w9h_256{height:40px}._backButton_u2w9h_256 span{color:#344054;padding:8px;font-family:Inter;font-size:14px;font-style:normal;font-weight:600;line-height:20px}._copyButton_u2w9h_270{border-radius:8px;border:1px solid #D0D5DD;background:#fff;height:40px;box-shadow:0 1px 2px #1018280d}._copyButton_u2w9h_270 span{color:#475467;font-family:Inter;font-size:16px;font-style:normal;font-weight:600;line-height:24px}._positiveX_u2w9h_287{width:6px;height:6px;flex-shrink:0;stroke-width:1.5px;stroke:var(--Success-400, #47CD89);margin-left:4px}._negativeX_u2w9h_296{width:6px;height:6px;flex-shrink:0;stroke-width:1.5px;stroke:var(--Error-400, #F97066);margin-left:4px}._influencerBriefMainDiv_lpd4z_1{position:relative;display:flex;align-items:center;justify-content:space-between;padding:16px 24px;margin-top:20px;font-size:16px;background:#fff;border-radius:8px;border:1px solid #D2F3FA;background:linear-gradient(89deg,#5db2f90f 36.13%,#aeeefe33 98.26%),#fff}._influencerFlexTexts_lpd4z_15{display:flex;flex-direction:column;gap:6px}._mainTitle_lpd4z_21{color:#101828;font-family:Inter;font-size:16px;font-style:normal;font-weight:600;line-height:24px}._subTitle_lpd4z_30{color:#475467;font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px}._influencerGetStartedButton_lpd4z_39{border-radius:8px;border:1px solid #2FD0A6!important;background:linear-gradient(98deg,#54cfc0,#5b87dd 102.17%);box-shadow:0 1px 2px #1018280d;margin-left:auto;height:36px}._influencerGetStartedButton_lpd4z_39:focus{border:1px solid #2FD0A6!important;background:linear-gradient(98deg,#54cfc0,#5b87dd 102.17%)!important}._influencerGetStartedButton_lpd4z_39 span{color:#fff;padding:0 8px}._influencerGetStartedButton_lpd4z_39:hover{background:linear-gradient(98deg,#54cfc1c5,#5b86ddc3 102.17%)!important}._influencerGetStartedButton_lpd4z_39:active{background:linear-gradient(98deg,#54cfc1a1,#5b86dda1 102.17%)!important}._chartDiv_yx8hm_1{width:100%}._card_yx8hm_5{border-radius:12px;border:1px solid #eaecf0;background:#fff;padding:16px 20px;width:100%;height:100%}._cardHeader_yx8hm_14{display:flex;align-items:center;justify-content:space-between;background:#fff;border:none;padding:0;margin-top:0;margin-bottom:16px}._cardHeaderLeft_yx8hm_25{display:flex;align-items:center;gap:4px}._cardHeaderLeft_yx8hm_25 h1{color:#101828;font-size:18px;font-weight:600;line-height:28px;margin:0}._cardHeaderRight_yx8hm_39{display:flex;flex-direction:row;align-items:center;gap:12px}._buttonGroup_yx8hm_46{display:flex;align-items:center;justify-content:center;gap:8px}._description_yx8hm_53{color:var(--Gray-500, #667085);font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px;margin-bottom:16px}._carouselContainer_yx8hm_65{position:relative;width:100%}._carouselContent_yx8hm_70{animation:_fadeSlideIn_yx8hm_1 .5s ease-in-out}@keyframes _fadeSlideIn_yx8hm_1{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}._carouselItemEnter_yx8hm_86{animation:_itemFadeIn_yx8hm_1 .4s ease-in-out forwards}@keyframes _itemFadeIn_yx8hm_1{0%{opacity:0;transform:translate(20px) scale(.95)}to{opacity:1;transform:translate(0) scale(1)}}._carouselContainer_yx8hm_65 ._topBarItem_yx8hm_102{animation:_itemFadeIn_yx8hm_1 .5s ease-in-out forwards}._carouselContainer_yx8hm_65 ._topBarItem_yx8hm_102:nth-child(1){animation-delay:0s}._carouselContainer_yx8hm_65 ._topBarItem_yx8hm_102:nth-child(2){animation-delay:.1s}._carouselContainer_yx8hm_65 ._topBarItem_yx8hm_102:nth-child(3){animation-delay:.2s}._carouselContainer_yx8hm_65 ._topBarItem_yx8hm_102:nth-child(4){animation-delay:.3s}._carouselNavigation_yx8hm_122{display:flex;justify-content:flex-end;align-items:center;gap:12px;padding:0 0 0 10px}._navButton_yx8hm_130{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:1px solid #d0d5dd;border-radius:50%!important;background:#fff;color:#475467;font-size:14px;transition:all .2s ease}._navButton_yx8hm_130:hover:not(:disabled){border-color:#667085;background:#f9fafb;color:#344054}._navButton_yx8hm_130:disabled{opacity:.4;cursor:not-allowed;border-color:#eaecf0;background:#f9fafb;color:#98a2b3}._pageIndicator_yx8hm_158{color:#475467;font-family:Inter;font-size:14px;font-weight:500;line-height:20px;min-width:40px;text-align:center}._reviewCountButton_yx8hm_168{display:flex;padding:0 4px;justify-content:center;align-items:center;gap:10px}._reviewCountButton_yx8hm_168:hover{border-radius:4px;background:var(--Gray-100, #F2F4F7)}._tableContainer_yx8hm_181{display:flex;align-items:center;justify-content:end;margin-top:8px;padding-right:4px;padding-bottom:16px}@media(max-width:992px){._carouselNavigation_yx8hm_122{justify-content:center}}@media(max-width:768px){._navButton_yx8hm_130{width:28px;height:28px;font-size:12px}._pageIndicator_yx8hm_158{font-size:12px;min-width:35px}}._topBar_yx8hm_102{margin-top:20px;padding:20px 24px!important}._topBarItem_yx8hm_102{height:100%;border-radius:12px;border:1px solid var(--Gray-200, #EAECF0);background:var(--Base-White, #FFF);box-shadow:0 1px 2px #1018280d}._topBarHeadBrand_yx8hm_224{display:flex;padding:12px 16px;align-items:center;gap:8px;align-self:stretch;border-bottom:1px solid #eaecf0}._topBarHead_yx8hm_224{padding:16px 12px;border-bottom:1px solid #eaecf0}._topBarHead_yx8hm_224 img{border-radius:250px;border:1px solid #eaecf0;background:#fff;width:36px;height:36px;object-fit:contain;padding:2px}._topBarHeadTitleBrand_yx8hm_248{color:#101828;font-family:Inter;font-size:14px;font-weight:600;line-height:20px}._topBarHeadTitle_yx8hm_248{overflow:hidden;color:#101828;text-overflow:ellipsis;font-family:Inter;font-size:16px;font-style:normal;font-weight:500;line-height:22px;margin-left:8px}._topBarBody_yx8hm_268{max-height:70vh;overflow-y:auto;overflow-x:hidden;margin-top:12px}._topBarBodyBrand_yx8hm_276{max-height:70vh;overflow-y:auto;overflow-x:hidden;padding:0 12px 8px 16px;margin-top:10px;border-bottom:1px solid #eaecf0}._topBarItemContent_yx8hm_285{display:flex;flex-flow:column;gap:8px}._topBarItemTitle_yx8hm_291{display:flex;align-items:center;gap:4px;color:var(--Gray-600, #475467);font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px}._topBarItemTitleBrand_yx8hm_303{display:flex;flex-direction:column;gap:4px;color:#475467;font-family:Inter;font-size:14px;font-weight:500;line-height:20px;padding:8px 16px}._topBarItemTitleValue_yx8hm_315{color:#101828;font-family:Inter;font-size:16px;font-weight:600;line-height:24px;margin-left:auto;display:block}._topBarItemTitleValueforBrand_yx8hm_325{color:#101828;font-family:Inter;font-size:16px;font-weight:600;line-height:24px}._topBarTopTopcis_yx8hm_338{display:flex;align-items:center;gap:8px;width:100%;position:relative}._topBarTopTopicsArrow_yx8hm_346{cursor:pointer;border:0;background:transparent;padding:0}._topBarTopItems_yx8hm_353{align-items:center;background:#fafafa;border:1px solid #d9d9d9;border-radius:4px;color:#303030;display:flex;font-family:Roboto;font-size:12px;font-style:normal;font-weight:400;line-height:20px;padding:1px 8px;white-space:nowrap}._topBarItemTitleBrandText_yx8hm_369{display:flex;align-items:center;gap:4px}._topBarTopTopicsItems_yx8hm_375{width:100%;display:flex;overflow-y:auto;gap:8px;scrollbar-width:none;-ms-overflow-style:none}._topBarTopTopicsItems_yx8hm_375::-webkit-scrollbar{display:none}._topBarTopTopicsItem_yx8hm_375{border-radius:4px;border:1px solid var(--Neutral-5, #D9D9D9);background:var(--Neutral-2, #FAFAFA);padding:1px 8px;color:#303030;font-family:Roboto;font-size:12px;font-style:normal;font-weight:400;line-height:20px;display:flex;align-items:center;white-space:nowrap}._topBarPlusItem_yx8hm_404{border-radius:4px!important;border:1px solid var(--Neutral-5, #D9D9D9);background:var(--Neutral-2, #FAFAFA);margin-left:10px;padding:3px 5px}._modalTitleContainer_yx8hm_412{display:flex;align-items:center}._modalTitle_yx8hm_412{color:#101828;font-family:Inter;font-size:24px;font-weight:600;line-height:32px;margin:0}._limitedTitle_yx8hm_426{display:inline-block;max-width:300px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._topBarListTop_yx8hm_434{display:flex;align-items:center;justify-content:flex-end;gap:10px;margin:12px 0}._productTopCard_yx8hm_442{display:flex;padding:20px 16px 16px;align-items:center;gap:12px;align-self:stretch;border-bottom:1px solid var(--Gray-200, #eaecf0)}._productModalCard_yx8hm_451{display:flex;align-items:center;gap:12px;align-self:stretch;max-width:250px}._productTopImage_yx8hm_459{border:.75px solid var(--Base-Black, #0000001c)}._productTopImage_yx8hm_459 img{object-fit:contain;height:92px;width:68px}._productTopDetail_yx8hm_469{display:flex;flex-direction:column;flex:1 0 0;width:60%}._productTitleClamp_yx8hm_476{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;font-family:Inter;font-size:14px;font-weight:500;line-height:22px;color:#101828;text-decoration:none}._productTitle_yx8hm_476{display:inline;text-decoration:none}._brandOnly_yx8hm_496{text-decoration:underline}._productTitle_yx8hm_476{text-decoration:none}._productBarcodeContainer_yx8hm_504{display:flex;align-items:center;gap:6px}._productBarcode_yx8hm_504{color:var(--Gray-600, #475467);font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px;max-width:80%;overflow:hidden}._productBrand_yx8hm_521{display:block;overflow:hidden;color:var(--Gray-700, var(--colors-gray-light-mode-700, #344054));text-overflow:ellipsis;font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:22px}._sentimentShareItems_yx8hm_536{display:flex;flex-flow:column;gap:12px;width:50%;margin-left:auto}._sentimentShareItem_yx8hm_536{display:flex;flex-flow:column;gap:4px;width:100%}._sentimentShareItemTitle_yx8hm_551{margin:0;color:#535353;font-family:Roboto;font-size:12px;font-weight:400}._sentimentShareItemTitle_yx8hm_551 span{font-weight:600}._sentimentShareItemBar_yx8hm_563{display:flex;align-items:center;width:100%}._sentimentShareItemBarLeft_yx8hm_569{display:flex;height:8px;border-radius:2px 0 0 2px}._sentimentShareItemBarRight_yx8hm_575{display:flex;height:8px;border-radius:0 2px 2px 0;background:#f9fafb}._positive_yx8hm_584{background:#37b65b}._negative_yx8hm_588{background:#ff4747}._neutral_yx8hm_592{background:#ffe500}._sentimentBar_yx8hm_596{display:flex;width:100%;height:12px;border-radius:6px;overflow:hidden;background-color:#f3f4f6;cursor:pointer}._dot_yx8hm_606{height:6px;width:6px;border-radius:50%}._positiveSegment_yx8hm_612{background-color:#37b65b;transition:width .3s ease}._neutralSegment_yx8hm_618{background-color:#ffe500;transition:width .3s ease}._negativeSegment_yx8hm_624{background-color:#ff4747;transition:width .3s ease}._sentimentLabels_yx8hm_630{display:flex;justify-content:end;align-items:center;flex-wrap:wrap;gap:8px;margin-top:12px}._sentimentLabel_yx8hm_630{display:flex;align-items:center;gap:6px;margin:0;color:var(--Gray-600, #475467);font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px}._toolTipTitle_yx8hm_652{display:flex;align-items:center;gap:4px;color:var(--Gray-0, #303030);font-family:Inter;font-size:12px;font-style:normal;font-weight:400;line-height:20px;letter-spacing:.12px}._toolTipTitle_yx8hm_652 span{color:var(--Gray-900, var(--colors-gray-light-mode-900, #101828));font-family:Inter;font-size:12px;font-style:normal;font-weight:600;line-height:20px}._skuTopics_yx8hm_675{display:flex;align-items:center;justify-content:start;flex-wrap:wrap;gap:2px}._skuCellText_yx8hm_683{color:var(--Gray-blue-700, #363F72);text-align:center;font-family:Inter;font-size:12px;font-style:normal;font-weight:500;line-height:18px}._skuCellTag_yx8hm_693{font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px;padding:2px 10px;white-space:nowrap;display:inline-flex;gap:2px;border-radius:16px;border:1px solid var(--Gray-blue-200, #D5D9EB);background:var(--Gray-blue-50, #F8F9FC)}._labelStyle_yx8hm_708{color:var(--Gray-900, #101828);font-family:Inter;font-size:16px;font-style:normal;font-weight:500;line-height:24px;margin:0 28px 0 0}@media only screen and (max-width:800px){._cardHeader_yx8hm_14{flex-flow:column;gap:8px}._cardHeaderLeft_yx8hm_25{flex-direction:row}._buttonGroup_yx8hm_46{flex-direction:column}}._card_19nd0_1{border-radius:12px;border:1px solid #eaecf0;background:#fff;padding:16px 20px;width:100%;height:100%}._mt20_19nd0_10{margin-top:20px}._cardHeader_19nd0_14{display:flex;align-items:center;justify-content:space-between;background:#fff;border:none;padding:0;margin-top:0;margin-bottom:16px}._cardHeaderLeft_19nd0_25{display:flex;align-items:center;gap:4px}._cardHeaderLeft_19nd0_25 h1{color:#101828;font-size:18px;font-weight:600;line-height:28px;margin:0}._cardHeaderRight_19nd0_39{display:flex;flex-direction:row;align-items:center;gap:12px}._labelStyle_19nd0_46{color:var(--Gray-900, #101828);font-family:Inter;font-size:16px;font-style:normal;font-weight:500;line-height:24px;margin:0 28px 0 0}@media only screen and (max-width:800px){._cardHeader_19nd0_14{flex-flow:column;gap:8px}._cardHeaderLeft_19nd0_25{flex-direction:row}}._wordCloudCard_19vt5_1{padding:20px!important}._wordCloudCardHead_19vt5_6{display:flex;align-items:center;justify-content:space-between}._wordCloudCardHeadLeft_19vt5_12{display:flex;align-items:center;gap:4px}._wordCloudCardHeadLabel_19vt5_19{color:#101828;font-family:Inter;font-size:18px;font-style:normal;font-weight:600;line-height:28px;display:flex;align-items:center;gap:4px}._wordCloudCardHeadRight_19vt5_31{display:flex;align-items:center;gap:12px}._wordCloudCardBody_19vt5_38{padding-top:4px}@media only screen and (max-width:800px){._wordCloudCardHead_19vt5_6{flex-flow:column;gap:8px}}._chartDiv_rroj8_1{width:100%}._card_rroj8_5{border-radius:12px;border:1px solid #eaecf0;background:#fff;padding:16px 20px;width:100%;height:100%}._cardHeader_rroj8_14{display:flex;align-items:center;justify-content:space-between;background:#fff;border:none;padding:0;margin-bottom:8px}._cardHeaderLeft_rroj8_24{display:flex;align-items:center;gap:4px}._cardHeaderLeft_rroj8_24 h1{color:#101828;font-size:18px;font-weight:600;line-height:28px;margin:0}._cardHeaderRight_rroj8_38{display:flex;flex-direction:row;align-items:center;gap:12px}._toggle_rroj8_45{opacity:1;transition:max-height .8s ease,opacity .4s ease,transform .4s ease,height .8s ease}._visible_rroj8_51{opacity:0;transform:translateY(0);height:0;overflow:hidden}@media only screen and (max-width:800px){._cardHeader_rroj8_14{flex-flow:column;gap:8px}._cardHeaderLeft_rroj8_24{flex-direction:column}}._sumCards_rroj8_70{height:100%;width:100%}._sumCard_rroj8_70{width:100%;height:100%}._sumCardHeader_rroj8_84{display:flex;align-items:center;gap:4px}._sumCardHeaderRetailer_rroj8_90{height:14px}._sumCardHeaderTitle_rroj8_94{color:#535353;font-family:Roboto;font-size:16px;font-weight:500;letter-spacing:.16px}._sumCardBody_rroj8_102{display:flex;align-items:center;justify-content:space-between;align-items:start}._sumCardLeft_rroj8_109{display:flex;flex-flow:row;gap:8px;align-items:center}._sumCardValue_rroj8_118{color:#140038;font-family:Roboto;font-size:24px;font-weight:500;letter-spacing:.24px}._labelStyle_rroj8_126{color:var(--Gray-900, #101828);font-family:Inter;font-size:16px;font-style:normal;font-weight:500;line-height:24px;margin:0 28px 0 0}._filterIcon_rroj8_137{display:flex;padding:8px;justify-content:center;align-items:center;gap:8px;border-radius:8px;border:1px solid var(--Gray-300, #D0D5DD);background:var(--Gray-50, #F9FAFB);box-shadow:0 1px 2px #1018280d}._card_1ntj5_1{border-radius:12px;border:1px solid #EAECF0;background:#fff;padding:16px 20px;width:100%;height:100%;gap:8px;display:flex;flex-direction:column}._cardHeader_1ntj5_13{display:flex;align-items:center;justify-content:space-between;background:#fff;border:none;margin-bottom:8px}._cardHeaderLeft_1ntj5_22{display:flex;align-items:center;gap:4px}._cardHeaderLeft_1ntj5_22 h1{color:#101828;font-size:18px;font-weight:600;line-height:28px;margin:0}._cardHeaderRight_1ntj5_37{display:flex;flex-direction:row;align-items:center;gap:12px}._toggle_1ntj5_44{opacity:1;transition:max-height .8s ease,opacity .4s ease,transform .4s ease,height .8s ease}._visible_1ntj5_50{opacity:0;transform:translateY(0);height:0!important;overflow:hidden}@media only screen and (max-width:1200px){._cardHeader_1ntj5_13{flex-flow:column;gap:8px}}._container_golr2_1{position:relative;display:inline-block}._trigger_golr2_6{height:36px;width:160px;font-size:16px;color:#101828;text-overflow:ellipsis;font-weight:500;display:flex;gap:8px;line-height:24px;justify-content:space-between;align-items:center;align-self:center;width:100%;padding:12px;border-radius:8px;border:1px solid #eee;background:#fff;cursor:pointer;transition:border-color .2s}._button_golr2_28{display:flex;padding:4px;align-items:center;gap:10px;border-radius:4px}._activeButton_golr2_36{display:flex;padding:4px;align-items:center;gap:10px;border-radius:4px;background:var(--Gray-100, #F2F4F7)}._disabled_golr2_45{background:var(--Base-White, #FFF);color:var(--Gray-400, var(--colors-gray-light-mode-400, #98A2B3));font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px}._trigger_golr2_6:hover{border:solid 1px #c4c7cd}._menu_golr2_60{position:absolute;background:#fff;border:1px solid #d9d9d9;border-radius:8px;box-shadow:0 4px 12px #00000026;z-index:1000;width:320px;max-height:500px;display:flex;flex-direction:column}._menu_golr2_60._left_golr2_73{right:0}._menu_golr2_60._right_golr2_77{left:0}._menu_golr2_60._up_golr2_81{bottom:100%;margin-bottom:8px}._menu_golr2_60._down_golr2_86{top:100%;margin-top:8px}._searchContainer_golr2_91{padding:16px 16px 12px;flex-shrink:0}._scrollableContent_golr2_96{flex:1;overflow-y:auto;padding:0 0 8px}._topicSection_golr2_102{margin-bottom:16px}._sectionHeader_golr2_106{display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between}._sectionTitle_golr2_113{font-weight:600;font-size:14px;color:#262626;display:flex;align-items:center}._topicCount_golr2_121{background:#f0f0f0;color:#8c8c8c;padding:2px 6px;border-radius:10px;font-size:12px;font-weight:500}._sectionSubtitle_golr2_130{color:#8c8c8c;font-size:12px;margin-left:25px}._sectionTitleRow_golr2_136{display:flex;justify-content:space-between;align-items:center;width:100%}._leftSection_golr2_143{display:flex;align-items:center;gap:8px}._sectionTitle_golr2_113{display:flex;align-items:center;gap:6px}._topicCount_golr2_121{background:#f0f0f0;padding:2px 8px;font-size:12px;color:#666;border-radius:6px;border:1px solid var(--Gray-300, #D0D5DD);background:var(--Base-White, #FFF);box-shadow:0 1px 2px #1018280d}._topicItem_golr2_170{display:flex;align-items:center;justify-content:space-between;padding:8px 16px;cursor:pointer;transition:background-color .2s;width:100%}._topicItem_golr2_170:hover{background-color:#f5f5f5}._topicInfo_golr2_184{display:flex;align-items:center;flex:1;justify-content:space-between}._topicName_golr2_191{font-size:14px}._countBadge_golr2_195{display:flex;padding:2px 6px;align-items:center;border-radius:6px;border:1px solid var(--Gray-300, #d0d5dd);background:var(--Base-White, #fff);box-shadow:0 1px 2px #1018280d;margin-left:8px}._topicItem_golr2_170 img{width:16px;height:16px}._commonResultsSection_golr2_211{padding:12px 16px;border-top:1px solid #f0f0f0;flex-shrink:0;background:#fff}._checkboxContainer_golr2_218{display:flex;align-items:flex-start;cursor:pointer;font-size:14px;gap:8px}._checkboxContainer_golr2_218 input[type=checkbox]{margin:2px 0 0}._checkboxText_golr2_231{flex:1;line-height:1.4}._checkboxSubtext_golr2_236{color:#8c8c8c;font-size:12px;margin-top:2px;line-height:1.3}._checkbox_golr2_218{width:100%}._actions_golr2_247{display:flex;justify-content:space-between;gap:8px;padding:16px;border-top:1px solid #f0f0f0;flex-shrink:0;background:#fff}._cancel_golr2_257,._apply_golr2_261{flex:1}._questionReportModal_1p3y3_1{background-color:#00000091;position:fixed;top:0;right:0;bottom:0;left:0;z-index:30;padding-top:20px}._questionReportModalClose_1p3y3_9{display:flex!important}._questionReportModalContainer_1p3y3_13{background-color:#fff;position:fixed;top:20px;right:30px;bottom:20px;left:30px;padding:0 20px;border-radius:12px;border:1px solid #EAECF0;z-index:99;overflow:auto;height:96%}._questionReportModalHeader_1p3y3_25{display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;width:100%;background-color:#fff;z-index:3;padding:20px 0}._questionReportModalHeaderLeft_1p3y3_37{display:flex;align-items:center;gap:8px}._questionReportModalHeaderLeft_1p3y3_37 h1{margin:0;color:#667085;font-size:24px;font-weight:600;line-height:32px}._questionReportModalHeaderLeft_1p3y3_37 span{color:#101828}._questionReportModalFilterTags_1p3y3_55{display:flex;align-items:center;gap:12px}._questionReportModalFilterTag_1p3y3_55{border-radius:8px;border:1px solid #D0D5DD;background:#fff;box-shadow:0 1px 2px #1018280d;padding:4px 8px;display:flex;align-items:center;gap:4px}._questionReportModalFilterTag_1p3y3_55 span{color:#344054;text-align:center;font-family:Inter;font-size:14px;font-weight:500;line-height:20px}._aiBar_1p3y3_83{position:relative;margin-top:14px;display:flex;padding:12px 24px;align-items:center;gap:8px;align-self:stretch;width:100%;border-radius:8px;border:1px solid #D2F3FA;background:linear-gradient(89deg,#5db2f90f 36.13%,#aeeefe33 98.26%),#fff}._aiBadge_1p3y3_97{display:flex;padding:2px 8px 2px 6px;align-items:center;gap:4px;border-radius:16px;border:1px solid var(--Gray-blue-200, #D5D9EB);background:var(--Gray-blue-50, #F8F9FC)}._aiBadge_1p3y3_97 span{color:var(--Gray-blue-700, #363F72);text-align:center;font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:18px}._closeIcon_1p3y3_117{cursor:pointer;right:5px;position:absolute;top:5px}._mt20_1p3y3_124{margin-top:20px}._card_1p3y3_129{border-radius:12px;border:1px solid #eaecf0;background:#fff;padding:16px 20px;width:100%}._cardHeader_1p3y3_138{display:flex;align-items:center;justify-content:space-between;background:#fff;border:none;margin-top:32px;padding:.75rem 0}._cardHeaderLeft_1p3y3_148{display:flex;align-items:center;gap:4px}._cardHeaderLeft_1p3y3_148 h1{color:#101828;font-size:18px;font-weight:600;line-height:28px;margin:0}._cardHeaderRight_1p3y3_162{display:flex;flex-direction:row;align-items:center;gap:12px}@media only screen and (max-width:800px){._questionReportModalContainer_1p3y3_13{top:16px;right:16px;bottom:16px;left:16px}._questionReportModalHeader_1p3y3_25{display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;width:100%}._questionReportModalHeaderLeft_1p3y3_37{flex-flow:column}._cardHeader_1p3y3_138{flex-flow:column;gap:8px}._cardHeaderLeft_1p3y3_148{flex-direction:column}._rainbowChartCardHead_1p3y3_197{flex-flow:column;gap:8px}}#top-bar-button-group .ant-radio-group{display:flex;align-items:center}#top-bar-button-group .ant-radio-button-wrapper{height:36px;padding:0 16px;display:flex;align-items:center;justify-content:center;color:#344054!important;font-size:14px!important;font-style:normal!important;font-weight:600!important;font-family:Inter}#top-bar-button-group .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover:before{background-color:#d0d5dd!important}#top-bar-button-group .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):before{background-color:#d0d5dd}#top-bar-button-group .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled){z-index:1;color:#243880;background:#eceffa;border-color:#d0d5dd}#top-bar-button-group .ant-radio-button{display:flex;align-items:center;justify-content:center}#top-bar-button-group .ant-select-selection-item{color:#101828;font-family:Inter;font-size:16px;font-weight:500;line-height:24px}@media only screen and (max-width:1200px){#top-bar-button-group .trend-topics-linchart-card-header-right{flex-flow:column}}._chartDiv_15anh_1{width:100%}._card_15anh_5{border-radius:12px;border:1px solid #eaecf0;background:#fff;padding:16px 20px;width:100%;height:100%}._cardHeader_15anh_14{display:flex;align-items:center;justify-content:space-between;background:#fff;border:none;padding:0;margin-top:0;margin-bottom:16px}._cardHeaderLeft_15anh_25{display:flex;align-items:center;gap:4px}._cardHeaderLeft_15anh_25 h1{color:#101828;font-size:18px;font-weight:600;line-height:28px;margin:0}._cardHeaderRight_15anh_39{display:flex;flex-direction:row;align-items:center;gap:12px}._buttonGroup_15anh_46{display:flex;align-items:center;justify-content:center;gap:8px}._carouselContainer_15anh_55{position:relative;width:100%}._carouselContent_15anh_60{animation:_fadeSlideIn_15anh_1 .5s ease-in-out}@keyframes _fadeSlideIn_15anh_1{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}._carouselItemEnter_15anh_76{animation:_itemFadeIn_15anh_1 .4s ease-in-out forwards}@keyframes _itemFadeIn_15anh_1{0%{opacity:0;transform:translate(20px) scale(.95)}to{opacity:1;transform:translate(0) scale(1)}}._carouselContainer_15anh_55 ._topBarItem_15anh_92{animation:_itemFadeIn_15anh_1 .5s ease-in-out forwards}._carouselContainer_15anh_55 ._topBarItem_15anh_92:nth-child(1){animation-delay:0s}._carouselContainer_15anh_55 ._topBarItem_15anh_92:nth-child(2){animation-delay:.1s}._carouselContainer_15anh_55 ._topBarItem_15anh_92:nth-child(3){animation-delay:.2s}._carouselContainer_15anh_55 ._topBarItem_15anh_92:nth-child(4){animation-delay:.3s}._carouselNavigation_15anh_112{display:flex;justify-content:flex-end;align-items:center;gap:12px;padding:0 0 0 10px}._navButton_15anh_120{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:1px solid #d0d5dd;border-radius:50%!important;background:#fff;color:#475467;font-size:14px;transition:all .2s ease}._navButton_15anh_120:hover:not(:disabled){border-color:#667085;background:#f9fafb;color:#344054}._navButton_15anh_120:disabled{opacity:.4;cursor:not-allowed;border-color:#eaecf0;background:#f9fafb;color:#98a2b3}._pageIndicator_15anh_148{color:#475467;font-family:Inter;font-size:14px;font-weight:500;line-height:20px;min-width:40px;text-align:center}._reviewCountButton_15anh_158{display:flex;padding:0 4px;justify-content:center;align-items:center;gap:10px}._reviewCountButton_15anh_158:hover{border-radius:4px;background:var(--Gray-100, #F2F4F7)}@media(max-width:992px){._carouselNavigation_15anh_112{justify-content:center}}@media(max-width:768px){._navButton_15anh_120{width:28px;height:28px;font-size:12px}._pageIndicator_15anh_148{font-size:12px;min-width:35px}}._topBar_15anh_92{margin-top:20px;padding:20px 24px!important}._topBarItem_15anh_92{border-radius:8px;border:1px solid #eaecf0;background:#fff;height:100%}._topBarHeadBrand_15anh_204{display:flex;padding:12px 16px;align-items:center;gap:8px;align-self:stretch;border-bottom:1px solid #eaecf0}._topBarHead_15anh_204{padding:16px 12px;border-bottom:1px solid #eaecf0}._topBarHead_15anh_204 img{border-radius:250px;border:1px solid #eaecf0;background:#fff;width:36px;height:36px;object-fit:contain;padding:2px}._topBarHeadTitleBrand_15anh_228{color:#101828;font-family:Inter;font-size:14px;font-weight:600;line-height:20px}._topBarHeadTitle_15anh_228{color:#101828;font-family:Inter;font-size:14px;font-weight:600;line-height:20px;margin-left:8px}._topBarBody_15anh_245{max-height:70vh;overflow-y:auto;overflow-x:hidden;padding:0 12px 16px 16px;margin-top:12px}._topBarBodyBrand_15anh_253{max-height:70vh;overflow-y:auto;overflow-x:hidden;padding:0 12px 8px 16px;margin-top:10px;border-bottom:1px solid #eaecf0}._topBarItemContent_15anh_262{display:flex;flex-flow:column}._topBarItemTitle_15anh_267{display:flex;align-items:center;gap:4px;color:#475467;font-family:Inter;font-size:14px;font-weight:500;line-height:20px}._topBarItemTitleBrand_15anh_278{display:flex;flex-direction:column;gap:4px;color:#475467;font-family:Inter;font-size:14px;font-weight:500;line-height:20px;padding:8px 16px}._topBarItemTitleValue_15anh_290{color:#101828;font-family:Inter;font-size:16px;font-weight:600;line-height:24px;margin-left:auto;display:block}._topBarItemTitleValueforBrand_15anh_300{color:#101828;font-family:Inter;font-size:16px;font-weight:600;line-height:24px}._topBarFooter_15anh_308{padding:6px 16px 12px;border-top:1px solid #eaecf0}._topBarTopTopcis_15anh_313{display:flex;align-items:center;gap:8px;width:100%;position:relative}._topBarTopTopicsArrow_15anh_321{cursor:pointer;border:0;background:transparent;padding:0}._topSellerTopItems_15anh_328{align-items:center;background:#fafafa;border:1px solid #d9d9d9;border-radius:4px;color:#303030;display:flex;font-family:Roboto;font-size:12px;font-style:normal;font-weight:400;line-height:20px;padding:1px 8px;white-space:nowrap}._topSellerItem_15anh_344{border-radius:8px;border:1px solid #EAECF0;background:#fff;box-shadow:0 1px 2px #1018280d;padding:16px}._topBarItemTitleBrandText_15anh_352{display:flex;align-items:center;gap:4px}._topSellerTopTopicsItems_15anh_358{width:100%;display:flex;overflow-y:auto;gap:8px;scrollbar-width:none;-ms-overflow-style:none}._topSellerTopTopicsItems_15anh_358::-webkit-scrollbar{display:none}._modalTitleContainer_15anh_371{display:flex;align-items:center}._modalTitle_15anh_371{color:#101828;font-family:Inter;font-size:24px;font-weight:600;line-height:32px;margin:0}._limitedTitle_15anh_385{display:inline-block;max-width:300px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._topBarListTop_15anh_393{display:flex;align-items:center;justify-content:flex-end;gap:10px;margin:12px 0}._productTopCard_15anh_401{display:flex;padding:20px 16px 16px;align-items:center;gap:12px;align-self:stretch;border-bottom:1px solid var(--Gray-200, #eaecf0)}._productModalCard_15anh_410{display:flex;align-items:center;gap:12px;align-self:stretch;max-width:250px}._productTopImage_15anh_418{border:.75px solid var(--Base-Black, #0000001c)}._productTopImage_15anh_418 img{object-fit:contain;height:92px;width:68px}._productTopDetail_15anh_428{display:flex;flex-direction:column;flex:1 0 0;width:60%}._productTitleClamp_15anh_435{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;font-family:Inter;font-size:14px;font-weight:500;line-height:22px;color:#101828;text-decoration:none}._productTitle_15anh_435{display:inline;text-decoration:none}._brandOnly_15anh_455{text-decoration:underline}._productTitle_15anh_435{text-decoration:none}._productBarcodeContainer_15anh_463{display:flex;align-items:center;gap:6px}._productBarcode_15anh_463{color:var(--Gray-600, #475467);font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px;max-width:80%;overflow:hidden}._productBrand_15anh_480{display:block;overflow:hidden;color:var(--Gray-700, var(--colors-gray-light-mode-700, #344054));text-overflow:ellipsis;font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:22px}._tableContainer_15anh_492{display:flex;align-items:center;justify-content:end;margin-top:8px;padding-right:4px;padding-bottom:16px}._sentimentShareItems_15anh_503{display:flex;flex-flow:column;gap:12px;width:50%;margin-left:auto}._sentimentShareItem_15anh_503{display:flex;flex-flow:column;gap:4px;width:100%}._sentimentShareItemTitle_15anh_518{margin:0;color:#535353;font-family:Roboto;font-size:12px;font-weight:400}._sentimentShareItemTitle_15anh_518 span{font-weight:600}._sentimentShareItemBar_15anh_530{display:flex;align-items:center;width:100%}._sentimentShareItemBarLeft_15anh_536{display:flex;height:8px;border-radius:2px 0 0 2px}._sentimentShareItemBarRight_15anh_542{display:flex;height:8px;border-radius:0 2px 2px 0;background:#f9fafb}._positive_15anh_551{background:#37b65b}._negative_15anh_555{background:#ff4747}._neutral_15anh_559{background:#ffe500}._sentimentBar_15anh_563{display:flex;width:100%;height:12px;border-radius:6px;overflow:hidden;background-color:#f3f4f6;cursor:pointer}._dot_15anh_573{height:6px;width:6px;border-radius:50%}._positiveSegment_15anh_579{background-color:#37b65b;transition:width .3s ease}._neutralSegment_15anh_585{background-color:#ffe500;transition:width .3s ease}._negativeSegment_15anh_591{background-color:#ff4747;transition:width .3s ease}._sentimentLabels_15anh_597{display:flex;justify-content:end;align-items:center;flex-wrap:wrap;gap:8px;margin-top:12px}._sentimentLabel_15anh_597{display:flex;align-items:center;gap:6px;margin:0;color:var(--Gray-600, #475467);font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px}._toolTipTitle_15anh_619{display:flex;align-items:center;gap:4px;color:var(--Gray-0, #303030);font-family:Inter;font-size:12px;font-style:normal;font-weight:400;line-height:20px;letter-spacing:.12px}._toolTipTitle_15anh_619 span{color:var(--Gray-900, var(--colors-gray-light-mode-900, #101828));font-family:Inter;font-size:12px;font-style:normal;font-weight:600;line-height:20px}._skuTopics_15anh_642{display:flex;align-items:center;justify-content:start;flex-wrap:wrap;gap:2px}._skuCellText_15anh_650{color:var(--Gray-blue-700, #363F72);text-align:center;font-family:Inter;font-size:12px;font-style:normal;font-weight:500;line-height:18px}._skuCellTag_15anh_660{font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px;padding:2px 10px;white-space:nowrap;display:inline-flex;gap:2px;border-radius:16px;border:1px solid var(--Gray-blue-200, #D5D9EB);background:var(--Gray-blue-50, #F8F9FC)}._labelStyle_15anh_675{color:var(--Gray-900, #101828);font-family:Inter;font-size:16px;font-style:normal;font-weight:500;line-height:24px;margin:0 28px 0 0}._switch_15anh_686{gap:12px;display:flex;align-items:center}@media only screen and (max-width:800px){._cardHeader_15anh_14{flex-flow:column;gap:8px}._cardHeaderLeft_15anh_25{flex-direction:column}}._mt2_1clx9_1{margin-top:8px}._card_1clx9_6{border-radius:12px;background:#fff;padding:16px 0 0;width:100%;height:100%}._cardHeader_1clx9_14{display:flex;align-items:center;justify-content:space-between;background:#fff;border:none;padding:0;margin-top:0;margin-bottom:16px}._cardHeaderLeft_1clx9_25{display:flex;align-items:center;gap:4px}._cardHeaderLeft_1clx9_25 h1{color:#101828;font-size:18px;font-weight:600;line-height:28px;margin:0}._cardHeaderRight_1clx9_39{display:flex;flex-direction:row;align-items:center;gap:12px}._badgeDescriptionContent_1clx9_46{display:flex;flex-direction:column;gap:4px}._badgeDescriptionTitle_1clx9_52{color:var(--Gray-700, #344054);font-size:12px;font-style:normal;font-weight:600;line-height:18px}._badgeDescriptionText_1clx9_60{color:var(--Gray-600, #475467);font-size:12px;font-style:normal;font-weight:500;line-height:20px}._labelStyle_1clx9_68{color:var(--Gray-900, #101828);font-family:Inter;font-size:16px;font-style:normal;font-weight:500;line-height:24px;margin:0 28px 0 0}@media only screen and (max-width:800px){._cardHeader_1clx9_14{flex-flow:column;gap:8px}._cardHeaderLeft_1clx9_25{flex-direction:column}._rainbowChartCardHead_1clx9_90{flex-flow:column;gap:8px}}#tree-map-button-group .ant-radio-group{display:flex;align-items:center}#tree-map-button-group .ant-radio-button-wrapper{height:36px;padding:0 16px;display:flex;align-items:center;justify-content:center;color:#344054!important;font-size:14px!important;font-style:normal!important;font-weight:600!important;font-family:Inter}#tree-map-button-group .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover:before{background-color:#d0d5dd!important}#tree-map-button-group .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):before{background-color:#d0d5dd}#tree-map-button-group .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled){z-index:1;color:#243880;background:#eceffa;border-color:#d0d5dd}#tree-map-button-group .ant-radio-button{display:flex;align-items:center;justify-content:center}#tree-map-button-group .ant-select-selection-item{color:#101828;font-family:Inter;font-size:16px;font-weight:500;line-height:24px}@media only screen and (max-width:1200px){#tree-map-button-group .trend-topics-linchart-card-header-right{flex-flow:column}}._skuCell_gvo1q_1{display:flex;align-items:center;gap:12px}._skuCellDetail_gvo1q_7{display:flex;flex-flow:column}._skuCellTitle_gvo1q_12{color:#101828;font-size:14px;font-weight:400;line-height:22px}._skuCellImg_gvo1q_19{width:40px;height:40px;object-fit:contain}._skuCellBrand_gvo1q_25{cursor:pointer;text-decoration:underline;font-weight:500;margin-right:4px}._skuCellText_gvo1q_32{color:#475467;font-size:14px;font-weight:400;line-height:20px;width:auto;display:inline-block}._skuCellTag_gvo1q_41{border-radius:16px;font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px;padding:2px 10px;margin:4px 0;white-space:nowrap;display:inline-flex;gap:2px;width:unset;max-width:100%}._skuCellTagyellow_gvo1q_57{border:1px solid #fbe2a4;background:#fef9eb;color:#dfa309;margin-right:2px}._skuCellTagred_gvo1q_64{border:1px solid #FCCEEE;background:#fdf2fa;color:#c11574;margin-right:2px}._skuCellTagblue_gvo1q_71{border:1px solid #b2ddff;background:#eff8ff;color:#175cd3;margin-right:2px}._skuCellTaggreen_gvo1q_78{border:1px solid #abefc6;background:#ecfdf3;color:#067647;margin-right:2px}._skuCellTaguntagged_gvo1q_85{border:1px solid #ffbb96;background:#fff2e8;color:#d4380d;margin-right:2px}._skuTopics_gvo1q_92{display:flex;align-items:center;justify-content:start;flex-wrap:wrap;gap:2px}._conversion_gvo1q_100{display:flex;flex-wrap:wrap;align-items:center}._skuTooltip_gvo1q_106{display:flex;flex-direction:column;align-items:flex-start;gap:4px}._listTag_gvo1q_113{height:26px;align-content:center;border-radius:16px}._tableContainer_gvo1q_119{display:flex;align-items:center;justify-content:end;margin-top:8px;padding-right:4px;padding-bottom:16px}._card_gvo1q_129{border-radius:12px;border:1px solid #eaecf0;background:#fff;padding:16px 20px;width:100%;height:100%}._cardHeader_gvo1q_138{display:flex;align-items:center;justify-content:space-between;background:#fff;border:none;margin-top:32px;padding:.75rem 0}._cardHeaderLeft_gvo1q_148{display:flex;align-items:center;gap:4px}._cardHeaderLeft_gvo1q_148 h1{color:#101828;font-size:18px;font-weight:600;line-height:28px;margin:0}._cardHeaderRight_gvo1q_162{display:flex;flex-direction:row;align-items:center;gap:12px}._mobileTableWrapper_gvo1q_169{display:none;flex-flow:column;gap:16px}@media only screen and (max-width:800px){._cardHeader_gvo1q_138{flex-flow:column;gap:8px}._cardHeaderLeft_gvo1q_148{flex-direction:column}._rainbowChartCardHead_gvo1q_187{flex-flow:column;gap:8px}}@media(max-width:1024px){._desktopTableWrapper_gvo1q_194{display:none}._mobileTableWrapper_gvo1q_169{display:flex!important}}._customSelectContainer_15y2w_2{position:relative;width:auto;min-width:150px;background:#fff;box-shadow:0 1px 2px #1018280d;color:#101828;font-family:Inter;font-size:16px;font-style:normal;font-weight:400;line-height:24px;display:flex;height:36px;align-items:center;gap:8px}._customSelectTrigger_15y2w_20{display:flex;align-items:center;justify-content:space-between;padding:0 14px;-webkit-user-select:none;user-select:none;width:100%;height:100%;cursor:pointer;color:#101828;font-family:Inter;font-size:16px;font-style:normal;font-weight:500;line-height:24px;border-radius:8px;border:1px solid #D0D5DD}._customSelectTrigger_15y2w_20:hover{border:solid 1px #c4c7cd}._customSelectMenu_15y2w_43{position:absolute;box-shadow:0 4px 8px #0000001a;border-radius:8px;z-index:100;width:320px;padding:8px 0;color:#667085;font-family:Inter;font-size:16px;font-style:normal;font-weight:500;line-height:24px;border:1px solid #EAECF0;background:#fff;box-shadow:0 12px 16px -4px #10182814,0 4px 6px -2px #10182808}._left_15y2w_62{right:0}._right_15y2w_66{left:0}._up_15y2w_70{bottom:calc(100% + 8px)}._down_15y2w_74{top:calc(100% + 8px)}._searchContainer_15y2w_78{padding:0 14px;margin-bottom:12px}._customSelectButtons_15y2w_83{display:flex;justify-content:start;gap:12px;margin:0 14px 12px}._customSelectButton_15y2w_83{background:#fff;color:#344054;border-radius:8px;padding:0 12px;font-size:14px;cursor:pointer;border:1px solid #D0D5DD;box-shadow:0 1px 2px #1018280d;height:28px}._customSelectButton_15y2w_83:hover{background:#f9fafb}._customSelectOptions_15y2w_106{display:flex;align-items:start;justify-content:space-between;flex-direction:column;width:100%;gap:2px;padding:6px;max-height:300px;overflow-y:auto;scrollbar-width:none}._customSelectOptions_15y2w_106::-webkit-scrollbar{display:none}._customSelectItem_15y2w_123{width:100%;padding:8px 16px;cursor:pointer;-webkit-user-select:none;user-select:none;color:#333;font-size:14px;border-radius:4px;display:flex;align-items:center;justify-content:space-between}._customSelectItem_15y2w_123:hover{background:#f9fafb}._customSelectItem_15y2w_123._selected_15y2w_140{background:#f9fafb;color:#101828;font-weight:500}._customSelectActions_15y2w_146{display:flex;align-items:center;justify-content:center;gap:12px;padding:16px 16px 20px;border-top:1px solid #f0f0f0}._customSelectActions_15y2w_146 button{height:40px;padding:8px 16px;border-radius:8px;font-size:14px;cursor:pointer}._cancel_15y2w_163{width:100%;border:1px solid #D0D5DD;background:#fff;box-shadow:0 1px 2px #1018280d;color:#344054;font-family:Inter;font-size:14px;font-style:normal;font-weight:600;line-height:20px}._apply_15y2w_176{width:100%;box-shadow:0 1px 2px #1018280d;color:#fff;font-size:14px;font-style:normal;font-weight:600;line-height:20px}._trendOverTimeChart_1gmwj_5{padding:20px 20px 0!important}._trendOverTimeChartHeaderRight_1gmwj_9{display:flex;align-items:center;gap:12px}._trendOverTimeChartHeaderRightDiv_1gmwj_15{display:flex;align-items:center;justify-content:center;gap:8px}#apexchartsqa-sense-custom-chart .apexcharts-legend{justify-content:flex-end!important}#topic-over-time-tabs .ant-tabs-tab-btn{color:#667085!important;font-family:Inter!important;font-size:14px!important;font-style:normal!important;font-weight:600!important;line-height:20px!important}#topic-over-time-tabs .ant-tabs-ink-bar{background:#1f306d!important}#review-button-group .ant-radio-group{display:flex;align-items:center}#review-button-group .ant-radio-button-wrapper{height:36px;padding:0 16px;display:flex;align-items:center;justify-content:center;color:#344054!important;font-size:14px!important;font-style:normal!important;font-weight:600!important;font-family:Inter}#review-button-group .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover:before{background-color:#d0d5dd!important}#review-button-group .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):before{background-color:#d0d5dd}#review-button-group .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled){z-index:1;color:#243880;background:#eceffa;border-color:#d0d5dd}#review-button-group .ant-radio-button{display:flex;align-items:center;justify-content:center}#review-button-group .ant-select-selection-item{color:#101828;font-family:Inter;font-size:16px;font-weight:500;line-height:24px}.ant-tabs-tab .ant-tabs-tab-btn{color:#667085;font-family:Inter;font-size:14px;font-style:normal;font-weight:600;line-height:20px;text-shadow:none!important}#topic-over-time-tabs .ant-tabs-tab-active .ant-tabs-tab-btn,.ant-tabs-tab-active .ant-tabs-tab-btn{color:#1f306d!important;font-family:Inter;font-size:14px;font-style:normal;font-weight:600!important;line-height:20px}.ant-tabs-ink-bar{background:#1f306d!important}@media only screen and (max-width:1200px){#review-button-group .trend-topics-linchart-card-header-right{flex-flow:column}}._chartDiv_kipa1_1{width:100%}._card_kipa1_5{border-radius:12px;border:1px solid #eaecf0;background:#fff;padding:16px 20px;width:100%;height:100%}._cardHeader_kipa1_14{display:flex;align-items:center;justify-content:space-between;background:#fff;border:none;padding:0;margin-bottom:8px}._cardHeaderLeft_kipa1_24{display:flex;align-items:center;gap:4px}._cardHeaderLeft_kipa1_24 h1{color:#101828;font-size:18px;font-weight:600;line-height:28px;margin:0}._cardHeaderRight_kipa1_38{display:flex;flex-direction:row;align-items:center;gap:12px}._toggle_kipa1_45{opacity:1;transition:max-height .8s ease,opacity .4s ease,transform .4s ease,height .8s ease}._visible_kipa1_51{opacity:0;transform:translateY(0);height:0;overflow:hidden}._hideFilter_kipa1_58{color:var(--Gray-600, #475467);font-family:Inter;font-size:14px;font-style:normal;font-weight:600;line-height:20px;cursor:pointer}@media only screen and (max-width:800px){._cardHeader_kipa1_14{flex-flow:column;gap:8px}._cardHeaderLeft_kipa1_24{flex-direction:column}}._sumCards_kipa1_80{height:100%;width:100%}._sumCard_kipa1_80{width:100%;height:100%}._sumCardHeader_kipa1_94{display:flex;align-items:center;gap:4px}._sumCardHeaderRetailer_kipa1_100{height:14px}._sumCardHeaderTitle_kipa1_104{color:#535353;font-family:Roboto;font-size:16px;font-weight:500;letter-spacing:.16px}._sumCardBody_kipa1_112{display:flex;align-items:center;justify-content:space-between;align-items:start}._sumCardLeft_kipa1_119{display:flex;flex-flow:row;gap:8px;align-items:center}._sumCardValue_kipa1_128{color:#140038;font-family:Roboto;font-size:24px;font-weight:500;letter-spacing:.24px}._labelStyle_kipa1_136{color:var(--Gray-900, #101828);font-family:Inter;font-size:16px;font-style:normal;font-weight:500;line-height:24px;margin:0 28px 0 0}._filterIcon_kipa1_147{display:flex;padding:8px;justify-content:center;align-items:center;gap:8px;border-radius:8px;border:1px solid var(--Gray-300, #D0D5DD);background:var(--Gray-50, #F9FAFB);box-shadow:0 1px 2px #1018280d}._sumCards_1fvjb_1{height:100%;width:100%;margin-bottom:20px;margin-top:20px}._sumCard_1fvjb_1{width:100%;height:100%;padding:20px 24px!important}._description_1fvjb_14{color:var(--Gray-600, #475467);font-family:Inter;font-size:12px;font-style:normal;font-weight:400;line-height:16px}._sumCardHeader_1fvjb_25{display:flex;align-items:center;gap:4px}._sumCardHeaderRetailer_1fvjb_31{height:14px}._sumCardHeaderTitle_1fvjb_35{color:#535353;font-family:Roboto;font-size:16px;font-weight:500;letter-spacing:.16px}._sumCardBody_1fvjb_43{display:flex;align-items:center;justify-content:space-between}._sumCardLeft_1fvjb_49{display:flex;flex-flow:row;align-items:center;gap:8px}._sumCardValue_1fvjb_58{color:#140038;font-family:Roboto;font-size:24px;font-weight:500;letter-spacing:.24px}._wrapper_1f9fy_1{display:flex;align-items:center;gap:3px;padding:0 8px;border-radius:10px;border:1px solid;width:fit-content;height:20px}._changeValue_1f9fy_12{font-size:13px;font-weight:400;letter-spacing:.13px}._neutral_1f9fy_18,._positive_1f9fy_24{background-color:#f6ffed;border-color:#b7eb8f;color:#47cb6c}._negative_1f9fy_30{background-color:#fff1f0;border-color:#ffa39e;color:#f5222d}._rainbowChartTopicShareCard_1xztb_1{padding:20px!important;position:relative;z-index:0}._rainbowChartTopicShareCardHead_1xztb_7{margin-bottom:4px!important}._rainbowChartCardHead_1xztb_11{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}._rainbowChartCardHeadLeft_1xztb_18{display:flex;align-items:center;gap:4px}._QuestionTopicsBarchartCardLabel_1xztb_24{color:#101828;font-family:Inter;font-size:18px;font-style:normal;font-weight:600;line-height:28px;display:flex;align-items:center;gap:4px}._rainbowChartCardHeadRight_1xztb_36{display:flex;align-items:center;gap:12px}._customRainbowChartContainer_1xztb_42{display:flex;flex-flow:column;gap:12px}._customRainbowChart_1xztb_42{display:flex;gap:12px}._customBarChart_1xztb_53{width:100%;display:flex;flex-flow:column;gap:10px}._customBarChartItem_1xztb_60{display:flex;align-items:center}._customBarChartItemVal_1xztb_65{display:flex;align-items:center;justify-content:end;width:100%}._customBarChartBarList_1xztb_72{width:100%;display:flex;flex-flow:column;gap:10px}._customBarChartBar_1xztb_72{display:flex;align-items:center;width:100%;z-index:2}._customBarChartBarItem_1xztb_86{height:23px;border-top-right-radius:5px;border-bottom-right-radius:5px;position:relative;margin-left:-5px;transition:background-color .3s ease,filter .3s ease;cursor:pointer}._customBarChartBarItem_1xztb_86:hover{filter:brightness(1.2)}._customBarChartLabelList_1xztb_100{max-width:10%;display:flex;flex-flow:column;gap:10px}._customBarChartLabelItem_1xztb_107{color:#475467;font-family:Inter;font-size:12px;font-weight:400;line-height:23px;width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}._customBarChartLegend_1xztb_119{display:flex;flex-flow:wrap;gap:12px}._customBarChartLegendItem_1xztb_125{display:flex;align-items:center;gap:8px}._customBarChartLegendItemDot_1xztb_131{display:flex;width:8px;height:8px;border-radius:50%}._customBarChartLegendItemLabel_1xztb_138{color:#475467;font-size:14px;font-weight:400;line-height:20px}._width100_1xztb_145{width:100%}._rainbowPopoverContent_1xztb_150{display:flex;flex-flow:column;gap:4px}._rainbowPopoverContentItem_1xztb_156{color:#475467;font-family:Inter;font-size:12px;font-weight:500;line-height:20px;margin:0}._rainbowPopoverContentItem_1xztb_156 span{color:#101828}._rainbowPopoverTitle_1xztb_169{display:flex;flex-flow:column;color:#344054;font-family:Inter;font-size:12px;font-weight:600;line-height:18px;border-bottom:1px solid #eaecf0;padding-bottom:4px}._rainbowPopoverTitleTopic_1xztb_181{display:flex;align-items:center;gap:8px}._rainbowPopoverTitleTopicDot_1xztb_187{display:flex;width:8px;height:8px;border-radius:50%}._modalTitleContainer_1xztb_194{display:flex;align-items:center}._modalTitle_1xztb_194{color:#101828;font-family:Inter;font-size:24px;font-weight:600;line-height:32px;margin:0}._topBar_1xztb_210{margin-top:20px;padding:20px 24px!important}._topBarItem_1xztb_215{border-radius:8px;border:1px solid #eaecf0;background:#fff;height:100%}._topBarHead_1xztb_222{padding:16px 12px;border-bottom:1px solid #eaecf0}._topBarHead_1xztb_222 img{border-radius:250px;border:1px solid #eaecf0;background:#fff;width:36px;height:36px;object-fit:contain;padding:2px}._topBarHeadTitle_1xztb_237{color:#101828;font-family:Inter;font-size:14px;font-weight:600;line-height:20px;margin-left:8px}._topBarBody_1xztb_246{max-height:70vh;overflow-y:auto;overflow-x:hidden;margin-top:12px}._topBarItemContent_1xztb_253{display:flex;flex-flow:column}._topBarItemTitle_1xztb_258{display:flex;align-items:center;gap:4px;color:#475467;font-family:Inter;font-size:14px;font-weight:500;line-height:20px}._topBarItemTitleValue_1xztb_269{color:#101828;font-family:Inter;font-size:16px;font-weight:600;line-height:24px}._topBarFooter_1xztb_277{padding:6px 16px 12px;border-top:1px solid #eaecf0}._topBarTopTopcis_1xztb_282{display:flex;align-items:center;gap:8px}._topBarTopTopicsArrow_1xztb_288{cursor:pointer;border:0;background:transparent;padding:0}._card_1xztb_296{border-radius:12px;border:1px solid #eaecf0;background:#fff;padding:16px 20px;width:100%;height:100%}._cardHeader_1xztb_305{display:flex;align-items:center;justify-content:space-between;background:#fff;border:none;padding:0;margin-top:0;margin-bottom:16px}._cardHeaderLeft_1xztb_316{display:flex;align-items:center;gap:4px}._cardHeaderLeft_1xztb_316 h1{color:#101828;font-size:18px;font-weight:600;line-height:28px;margin:0}._cardHeaderRight_1xztb_330{display:flex;flex-direction:row;align-items:center;gap:12px}@media only screen and (max-width:800px){._cardHeader_1xztb_305{flex-flow:column;gap:8px}._cardHeaderLeft_1xztb_316{flex-direction:column}._rainbowChartCardHead_1xztb_11{flex-flow:column;gap:8px}}._mt2_4ybqk_1{margin-top:8px}._card_4ybqk_6{border-radius:12px;background:#fff;padding:16px 0 0;width:100%;height:100%}._cardHeader_4ybqk_14{display:flex;align-items:center;justify-content:space-between;background:#fff;border:none;padding:0;margin-top:0;margin-bottom:16px}._cardHeaderLeft_4ybqk_25{display:flex;align-items:center;gap:4px}._cardHeaderLeft_4ybqk_25 h1{color:#101828;font-size:18px;font-weight:600;line-height:28px;margin:0}._cardHeaderRight_4ybqk_39{display:flex;flex-direction:row;align-items:center;gap:12px}._badgeDescriptionContent_4ybqk_46{display:flex;flex-direction:column;gap:4px}._description_4ybqk_52{color:var(--Gray-500, #667085);font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px;margin-bottom:16px}._badgeDescriptionTitle_4ybqk_62{color:var(--Gray-700, #344054);font-size:12px;font-style:normal;font-weight:600;line-height:18px}._badgeDescriptionText_4ybqk_70{color:var(--Gray-600, #475467);font-size:12px;font-style:normal;font-weight:500;line-height:20px}._labelStyle_4ybqk_78{color:var(--Gray-900, #101828);font-family:Inter;font-size:16px;font-style:normal;font-weight:500;line-height:24px;margin:0 28px 0 0}._switch_4ybqk_89{gap:12px;display:flex;align-items:center}@media only screen and (max-width:800px){._cardHeader_4ybqk_14{flex-flow:column;gap:8px}._cardHeaderLeft_4ybqk_25{flex-direction:row}._rainbowChartCardHead_4ybqk_106{flex-flow:column;gap:8px}._cardHeaderRight_4ybqk_39{flex-direction:column}}#table-button-group .ant-radio-group{display:flex;align-items:center}#table-button-group .ant-radio-button-wrapper{height:40px;padding:0 16px;display:flex;align-items:center;justify-content:center;color:#344054!important;font-size:14px!important;font-style:normal!important;font-weight:600!important;font-family:Inter}#table-button-group .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover:before{background-color:#d0d5dd!important}#table-button-group .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):before{background-color:#d0d5dd}#table-button-group .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled){z-index:1;color:#243880;background:#eceffa;border-color:#d0d5dd}#table-button-group .ant-radio-button{display:flex;align-items:center;justify-content:center}#table-button-group .ant-select-selection-item{color:#101828;font-family:Inter;font-size:16px;font-weight:500;line-height:24px}@media only screen and (max-width:1200px){#table-button-group .trend-topics-linchart-card-header-right{flex-flow:column}}._skuCell_dtjg3_1{display:flex;align-items:center;gap:12px}._skuCellDetail_dtjg3_7{display:flex;flex-flow:column}._skuCellTitle_dtjg3_12{color:#101828;font-size:14px;font-weight:400;line-height:22px}._skuCellImg_dtjg3_19{width:40px;height:40px;object-fit:contain}._productCell_dtjg3_25{display:flex;flex-direction:row;gap:16px;align-items:center}._skuCellBrand_dtjg3_32{cursor:pointer;text-decoration:underline;font-weight:500;margin-right:4px}._skuCellText_dtjg3_39{color:#475467;font-size:14px;font-weight:400;line-height:20px;width:auto;display:inline-block}._skuCellTag_dtjg3_48{padding:2px 10px;margin:4px 0;white-space:nowrap;display:inline-flex;align-items:center;gap:4px;width:unset;max-width:100%;border-radius:16px;border:1px solid var(--Gray-blue-200, #D5D9EB);background:var(--Gray-blue-50, #F8F9FC);color:var(--Gray-blue-700, #363F72);text-align:center;font-family:Inter;font-size:12px;font-style:normal;font-weight:500;line-height:18px}._skuCellTagyellow_dtjg3_71{border:1px solid #fbe2a4;background:#fef9eb;color:#dfa309;margin-right:2px}._skuCellTagred_dtjg3_78{border:1px solid #FCCEEE;background:#fdf2fa;color:#c11574;margin-right:2px}._skuCellTagblue_dtjg3_85{border:1px solid #b2ddff;background:#eff8ff;color:#175cd3;margin-right:2px}._skuCellTaggreen_dtjg3_92{border:1px solid #abefc6;background:#ecfdf3;color:#067647;margin-right:2px}._skuCellTaguntagged_dtjg3_99{border:1px solid #ffbb96;background:#fff2e8;color:#d4380d;margin-right:2px}._skuTopics_dtjg3_106{display:flex;align-items:center;justify-content:start;flex-wrap:wrap;gap:2px}._conversion_dtjg3_114{display:flex;flex-wrap:wrap;align-items:center}._skuTooltip_dtjg3_120{display:flex;flex-direction:column;align-items:flex-start;gap:4px}._listTag_dtjg3_127{height:26px;align-content:center;border-radius:16px}._tableContainer_dtjg3_133{display:flex;align-items:center;justify-content:end;margin-top:8px;padding-right:4px;padding-bottom:16px}._card_dtjg3_143{border-radius:12px;border:1px solid #eaecf0;background:#fff;padding:16px 20px;width:100%;height:100%}._cardHeader_dtjg3_152{display:flex;align-items:center;justify-content:space-between;background:#fff;border:none;margin-top:32px;padding:.75rem 20px .75rem 0}._cardHeaderLeft_dtjg3_162{display:flex;align-items:center;gap:4px}._cardHeaderLeft_dtjg3_162 h1{color:#101828;font-size:18px;font-weight:600;line-height:28px;margin:0}._cardHeaderRight_dtjg3_176{display:flex;flex-direction:row;align-items:center;gap:12px}._mobileTableWrapper_dtjg3_183{display:none;flex-flow:column;gap:16px}@media only screen and (max-width:800px){._cardHeader_dtjg3_152{flex-flow:column;gap:8px}._cardHeaderLeft_dtjg3_162{flex-direction:row}._rainbowChartCardHead_dtjg3_200{flex-flow:column;gap:8px}._cardHeaderRight_dtjg3_176{flex-direction:column}}@media(max-width:1024px){._desktopTableWrapper_dtjg3_211{display:none}._mobileTableWrapper_dtjg3_183{display:flex!important}}._rainbowChartFreaquencyShareCard_197kr_1{padding:20px!important}._rainbowChartFreaquencyShareCardHead_197kr_5{margin-bottom:4px!important}._rainbowChartCardHead_197kr_9{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}._rainbowChartCardHeadLeft_197kr_16{display:flex;align-items:center;gap:4px}._FreaquencyShareBarchartCardLabel_197kr_22{color:#101828;font-family:Inter;font-size:18px;font-style:normal;font-weight:600;line-height:28px;display:flex;align-items:center;gap:4px}._rainbowChartCardHeadRight_197kr_34{display:flex;align-items:center;gap:12px}._customRainbowChartContainer_197kr_40{z-index:0;position:relative;display:flex;flex-flow:column;gap:12px}._customRainbowChart_197kr_40{display:flex;gap:12px}._customBarChartItem_197kr_60{display:flex;align-items:center;gap:12px}._customBarChartItemVal_197kr_66{display:flex;align-items:center;justify-content:end;width:100%}._customBarChartBarList_197kr_73{width:100%;display:flex;flex-flow:column;gap:10px}._customBarChartBar_197kr_73{display:flex;align-items:center;width:100%;z-index:2}._customBarChartBarItem_197kr_87{height:23px;border-top-right-radius:5px;border-bottom-right-radius:5px;position:relative;margin-left:-5px;transition:background-color .3s ease,filter .3s ease;cursor:pointer}._customBarChartBarItem_197kr_87:hover{filter:brightness(1.2)}._customBarChartLabelList_197kr_101{max-width:10%;display:flex;flex-flow:column;gap:10px}._customBarChartLabelItem_197kr_108{color:#475467;font-family:Inter;font-size:12px;font-weight:400;line-height:23px;gap:8px;width:10%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}._customBarChartLegend_197kr_121{display:flex;flex-flow:wrap;gap:12px}._customBarChartLegendItem_197kr_127{display:flex;align-items:center;gap:8px}._customBarChartLegendItemDot_197kr_133{display:flex;width:8px;height:8px;border-radius:50%}._customBarChartLegendItemLabel_197kr_140{color:#475467;font-size:14px;font-weight:400;line-height:20px}._width100_197kr_147{width:100%}._rainbowPopoverContent_197kr_152{display:flex;flex-flow:column;gap:4px}._rainbowPopoverContentItem_197kr_158{color:#475467;font-family:Inter;font-size:12px;font-weight:500;line-height:20px;margin:0}._rainbowPopoverContentItem_197kr_158 span{color:#101828}._rainbowPopoverTitle_197kr_171{display:flex;flex-flow:column;color:#344054;font-family:Inter;font-size:12px;font-weight:600;line-height:18px;border-bottom:1px solid #eaecf0;padding-bottom:4px}._rainbowPopoverTitleTopic_197kr_183{display:flex;align-items:center;gap:8px}._rainbowPopoverTitleTopicDot_197kr_189{display:flex;width:8px;height:8px;border-radius:50%}._card_197kr_197{border-radius:12px;border:1px solid #eaecf0;background:#fff;padding:16px 20px;width:100%;height:100%}._cardHeader_197kr_206{display:flex;align-items:center;justify-content:space-between;background:#fff;border:none;padding:0;margin-top:0;margin-bottom:16px}._cardHeaderLeft_197kr_217{display:flex;align-items:center;gap:4px}._cardHeaderLeft_197kr_217 h1{color:#101828;font-size:18px;font-weight:600;line-height:28px;margin:0}._cardHeaderRight_197kr_231{display:flex;flex-direction:row;align-items:center;gap:12px}._compareModalTitleContainer_197kr_239{display:flex;align-items:center;gap:12px}._compareModalTitle_197kr_239{color:#101828;font-family:Inter;font-size:24px;font-style:normal;font-weight:600;line-height:32px}._compareModalTitleDownload_197kr_254{border:0;background-color:transparent;padding:8px}._compareModalContent_197kr_262{display:flex;flex-flow:column;gap:20px;max-height:80vh}._compareModalSubContent_197kr_269{display:flex;align-items:center;justify-content:space-between}._compareModalCards_197kr_275{display:flex;gap:20px}._compareModalCard_197kr_275{width:100%;max-height:calc(80vh - 100px);overflow-y:auto;scrollbar-width:none;border-radius:12px;border:1px solid #E4E7EC;background:#fff;box-shadow:0 1px 2px #1018280d;padding:20px}._compareModalRangePickerFooter_197kr_292{display:flex;justify-content:flex-end;padding:8px;gap:4px}._compareCardChart_197kr_299{height:100%;margin-bottom:16px;margin-top:16px}._customBarChart_197kr_53{width:100%;display:flex;flex-flow:column;gap:10px}._customBarChartLabel_197kr_101{width:100px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;margin-right:8px;display:flex;align-self:flex-end}._compareModalCompareCard_197kr_323{width:100%;max-height:calc(80vh - 100px);overflow-y:auto;scrollbar-width:none;border-radius:12px;border:1px solid #E4E7EC;background:#fff;box-shadow:0 1px 2px #1018280d;padding:20px}@media only screen and (max-width:800px){._cardHeader_197kr_206{flex-flow:column;gap:8px}._cardHeaderLeft_197kr_217{flex-direction:column}._rainbowChartCardHead_197kr_9{flex-flow:column;gap:8px}}._rainbowChartTopicShareCard_1vyc8_1{padding:20px!important}._rainbowChartTopicShareCardHead_1vyc8_7{margin-bottom:4px!important}._rainbowChartCardHead_1vyc8_11{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}._rainbowChartCardHeadLeft_1vyc8_18{display:flex;align-items:center;gap:4px}._ReviewTopicsBarchartCardLabel_1vyc8_24{color:#101828;font-family:Inter;font-size:18px;font-style:normal;font-weight:600;line-height:28px;display:flex;align-items:center;gap:4px}._rainbowChartCardHeadRight_1vyc8_36{display:flex;align-items:center;gap:12px}._customRainbowChartContainer_1vyc8_42{display:flex;flex-flow:column;gap:12px}._customRainbowChart_1vyc8_42{display:flex;gap:12px}._customBarChartItem_1vyc8_60{display:flex;align-items:center}._customBarChartItemVal_1vyc8_65{display:flex;align-items:center;justify-content:end;width:100%}._customBarChartBarList_1vyc8_72{width:100%;display:flex;flex-flow:column;gap:10px}._customBarChartBar_1vyc8_72{display:flex;align-items:center;width:100%;z-index:2}._customBarChartBarItem_1vyc8_86{height:23px;border-top-right-radius:5px;border-bottom-right-radius:5px;position:relative;margin-left:-5px;transition:background-color .3s ease,filter .3s ease;cursor:pointer}._customBarChartBarItem_1vyc8_86:hover{filter:brightness(1.2)}._customBarChartLabelList_1vyc8_100{max-width:10%;display:flex;flex-flow:column;gap:10px}._customBarChartLabelItem_1vyc8_107{color:#475467;font-family:Inter;font-size:12px;font-weight:400;line-height:23px;width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}._customBarChartLabelItem_1vyc8_107:hover{gap:10px;border-radius:4px;background:#f2f4f7;cursor:pointer}._customBarChartLegend_1vyc8_126{display:flex;flex-flow:wrap;gap:12px}._customBarChartLegendItem_1vyc8_132{display:flex;align-items:center;gap:8px}._customBarChartLegendItemDot_1vyc8_138{display:flex;width:8px;height:8px;border-radius:50%}._customBarChartLegendItemLabel_1vyc8_145{color:#475467;font-size:14px;font-weight:400;line-height:20px}._width100_1vyc8_152{width:100%}._rainbowPopoverContent_1vyc8_157{display:flex;flex-flow:column;gap:4px}._rainbowPopoverContentItem_1vyc8_163{color:#475467;font-family:Inter;font-size:12px;font-weight:500;line-height:20px;margin:0}._rainbowPopoverContentItem_1vyc8_163 span{color:#101828}._rainbowPopoverTitle_1vyc8_176{display:flex;flex-flow:column;color:#344054;font-family:Inter;font-size:12px;font-weight:600;line-height:18px;border-bottom:1px solid #eaecf0;padding-bottom:4px}._rainbowPopoverTitleTopic_1vyc8_188{display:flex;align-items:center;gap:8px}._rainbowPopoverTitleTopicDot_1vyc8_194{display:flex;width:8px;height:8px;border-radius:50%}._card_1vyc8_202{border-radius:12px;border:1px solid #eaecf0;background:#fff;padding:16px 20px;width:100%;height:100%}._cardHeader_1vyc8_211{display:flex;align-items:center;justify-content:space-between;background:#fff;border:none;padding:0;margin-top:0;margin-bottom:16px}._cardHeaderLeft_1vyc8_222{display:flex;align-items:center;gap:4px}._cardHeaderLeft_1vyc8_222 h1{color:#101828;font-size:18px;font-weight:600;line-height:28px;margin:0}._cardHeaderRight_1vyc8_236{display:flex;flex-direction:row;align-items:center;gap:12px}._compareModalTitleContainer_1vyc8_245{display:flex;align-items:center;gap:12px}._compareModalTitle_1vyc8_245{color:#101828;font-family:Inter;font-size:24px;font-style:normal;font-weight:600;line-height:32px}._compareModalTitleDownload_1vyc8_260{border:0;background-color:transparent;padding:8px}._modalTitleContainer_1vyc8_266{display:flex;align-items:center}._modalTitle_1vyc8_266{color:#101828;font-family:Inter;font-size:24px;font-weight:600;line-height:32px;margin:0}._compareModalContent_1vyc8_282{display:flex;flex-flow:column;gap:20px;max-height:80vh}._compareModalSubContent_1vyc8_289{display:flex;align-items:center;justify-content:space-between}._compareModalCards_1vyc8_295{display:flex;gap:20px}._compareModalCard_1vyc8_295{width:100%;max-height:calc(80vh - 100px);overflow-y:auto;scrollbar-width:none;border-radius:12px;border:1px solid #E4E7EC;background:#fff;box-shadow:0 1px 2px #1018280d;padding:20px}._compareModalRangePickerFooter_1vyc8_312{display:flex;justify-content:flex-end;padding:8px;gap:4px}._compareCardChart_1vyc8_319{height:100%;margin-bottom:16px;margin-top:16px}._customBarChart_1vyc8_53{width:100%;display:flex;flex-flow:column;gap:10px}._customBarChartLabel_1vyc8_100{width:100px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;margin-right:8px;display:flex;align-self:flex-end}._compareModalCompareCard_1vyc8_343{width:100%;max-height:calc(80vh - 100px);overflow-y:auto;scrollbar-width:none;border-radius:12px;border:1px solid #E4E7EC;background:#fff;box-shadow:0 1px 2px #1018280d;padding:20px}._topBarListTop_1vyc8_355{display:flex;align-items:center;justify-content:flex-end;gap:10px;margin:12px 0}@media only screen and (max-width:800px){._cardHeader_1vyc8_211{flex-flow:column;gap:8px}._cardHeaderLeft_1vyc8_222{flex-direction:column}._rainbowChartCardHead_1vyc8_11{flex-flow:column;gap:8px}}._container_xak38_1{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;gap:8px}._noDataErrorTitle_xak38_10{color:#101828;text-align:center;font-family:Inter;font-size:16px;font-weight:600;line-height:24px}._noDataErrorDescription_xak38_19{color:#475467;text-align:center;font-family:Inter;font-size:14px;font-weight:400;line-height:20px}._editSetupText_xak38_28{color:#475467;font-family:Inter;font-size:14px;font-weight:600;line-height:20px}._qaSenseBarCharts_xak38_36{margin-top:20px}._questionAnalyzeWrapper_xak38_40{padding-top:0;font-family:Inter;min-height:100vh;display:flex;align-items:center;justify-content:center}._questionAnalyzeReport_xak38_50{width:100%}._aiBar_xak38_59{position:relative;margin-bottom:20px;margin-top:24px;display:flex;justify-content:flex-start;padding:12px 24px;align-items:center;gap:8px;width:100%;max-width:1680px;border-radius:8px;border:1px solid #D2F3FA;background:linear-gradient(89deg,#5db2f90f 36.13%,#aeeefe33 98.26%),#fff}._closeIcon_xak38_76{cursor:pointer;right:5px;position:absolute;top:5px}._card_xak38_83{border-radius:12px;border:1px solid #eaecf0;background:#fff;padding:16px 20px;width:100%;height:100%}._mt20_xak38_92{margin-top:20px}._flexTitle_xak38_96{display:flex;align-items:center}._backButton_xak38_101{cursor:pointer;margin:0 8px 0 0}._dynamicTitle_xak38_106{display:flow;align-content:center;align-self:stretch;color:#101828;font-family:Inter;font-size:18px;font-style:normal;font-weight:600;line-height:28px;white-space:nowrap;text-overflow:ellipsis;margin-right:20px;width:300px;overflow:hidden}._buttonsFlex_xak38_123{display:flex;gap:8px}._popoverContainer_xak38_128{font-size:14px;font-family:Inter;padding:0 10px}._popoverText_xak38_134{cursor:pointer;color:#344054;padding-bottom:9px}._submitButton_xak38_140{background-color:#ff8808!important;color:#fff!important;outline:none!important;width:100%;border:none!important;margin-bottom:0!important}._disabledButton_xak38_149{background-color:#d3d3d3!important}._subTitle_xak38_153{color:#475467;font-weight:400}._customContent_xak38_158{font-size:1rem;color:#555}._customContentSubtitle_xak38_163{color:#475467;font-size:14px;font-weight:400;line-height:20px;padding-bottom:12px}._content_xak38_171{display:flex}._contentLeft_xak38_175{margin-top:34px;display:flex;min-width:390px;width:390px;height:258px;flex-direction:column;align-items:center;padding:7px;border-radius:3px;border:1px solid #eaecf0;background:#fcfcfd}._contentRight_xak38_189{padding:18px 0 24px 24px;width:308px;display:flex;flex-direction:column;gap:24px}._contentRightItem_xak38_197{font-size:14px;line-height:20px}._contentTitle_xak38_202{display:flex;gap:8px;color:#475467;font-size:14px;font-weight:700;align-items:center}._customFooter_xak38_211{display:flex;justify-content:end;gap:12px;font-size:14px;font-weight:600;line-height:20px}._cancel_xak38_220{border-radius:8px;border:1px solid #d0d5dd;background:#fff;box-shadow:0 1px 2px #1018280d;display:flex;padding:10px 14px;justify-content:center;align-items:center;gap:4px;color:#344054}._generate_xak38_233{border-radius:8px;border:1px solid #ff8808;background:#ff8808;box-shadow:0 1px 2px #1018280d;display:flex;padding:10px 14px;justify-content:center;align-items:center;gap:4px;color:#fff}._generateCustomBody_xak38_246{padding-bottom:28px}._questionAnalyzeDetailWrapper_xak38_252{font-family:Inter;min-height:100vh;display:flex;align-items:center;justify-content:center;flex-direction:column}._productDetailCardHeader_xak38_263{width:100%;display:flex;justify-content:space-between;margin-bottom:26px;max-width:1680px;align-items:center}._productDetailCardHeader_xak38_263 span{color:#101828;font-family:Inter;font-size:24px;font-style:normal;font-weight:600;line-height:32px}._productCard_xak38_281{width:100%;max-width:1680px;display:flex;justify-content:flex-start;align-items:center;gap:16px;padding:16px 20px;border-radius:12px;border:1px solid #EAECF0;background:#fff}._subProductCard_xak38_294{display:flex;align-items:center;justify-content:center;gap:12px}._productImage_xak38_301{height:80px;object-fit:cover;border-radius:8px;border:1px solid #DDD}._titleContainer_xak38_308{display:flex;align-items:center;justify-content:center;gap:12px}._productTitle_xak38_315{overflow:hidden;color:#303030;text-overflow:ellipsis;font-size:16px;font-style:normal;font-weight:500;line-height:24px}._topicSumTable_xak38_325{margin-top:20px;margin-bottom:20px}._questionHeader_xak38_330{padding:0 0 20px;display:flex;gap:8px;align-items:center}._questionHeaderTitle_xak38_338{color:#101828;font-family:Inter;font-size:22px;font-style:normal;font-weight:600;line-height:30px}._processingReport_xak38_347{display:flex;padding:12px;align-items:center;gap:8px;align-self:stretch;border-radius:12px;border:1px solid #EAECF0}._infoIcon_xak38_357{display:flex;width:20px;height:20px;padding:2px;justify-content:center;align-items:center;aspect-ratio:1/1;border-radius:16px;background:var(--Warning-100, #FEF0C7)}._buttonGroups_xak38_369{margin-left:auto;display:flex;gap:12px}._infoDescription_xak38_375{color:var(--Gray-600, #475467);font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:18px}@media only screen and (max-width:1700px){._questionAnalyzeReport_xak38_50{width:100%!important}}@media only screen and (max-width:647px){._flexTitle_xak38_96{display:none}}._card_ufk9o_1{border-radius:12px;border:1px solid #eaecf0;background:#fff;padding:16px 20px;width:100%;height:100%}._cardHeader_ufk9o_10{display:flex;align-items:center;justify-content:space-between;background:#fff;border:none;padding:0;margin-bottom:16px}._cardHeaderLeft_ufk9o_20{display:flex;align-items:center;gap:4px}._cardHeaderLeft_ufk9o_20 h1{color:#101828;font-size:18px;font-weight:600;line-height:28px;margin:0}._cardHeaderRight_ufk9o_34{display:flex;flex-direction:row;align-items:center;gap:12px}._labelStyle_ufk9o_41{color:var(--Gray-900, #101828);font-family:Inter;font-size:16px;font-style:normal;font-weight:500;line-height:24px;margin:0 28px 0 0}._switch_ufk9o_52{gap:12px;display:flex;align-items:center}@media only screen and (max-width:800px){._cardHeader_ufk9o_10{flex-flow:column;gap:8px}._cardHeaderLeft_ufk9o_20{flex-direction:row}._cardHeaderRight_ufk9o_34{flex-direction:column}}._customBarChartSingle_1b9bl_1{display:flex;gap:12px;flex-flow:row!important;margin-top:24px}._customBarChartLabels_1b9bl_8{display:flex;flex-flow:column;gap:20px}._customBarChartLabel_1b9bl_8{cursor:pointer;height:16px;max-width:100px;gap:4px;align-items:center;display:flex;align-self:flex-end;color:var(--Gray-1, #535353);text-align:right;font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:normal;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._customBarChartLabel_1b9bl_8 span{color:var(--Gray-1, #535353);text-align:right;font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:normal;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._customBarChartLabel_1b9bl_8:hover{border-radius:2px;background:#f2f4f7}._customBarChartBars_1b9bl_55{display:flex;flex-flow:column;gap:20px;width:100%;position:relative;z-index:2;margin-bottom:22px}._customBarChartBar_1b9bl_55{display:flex;height:16px;background-color:#0064ff;border-radius:0 4px 4px 0;cursor:pointer;justify-content:center}._customBarChartBarsGrid_1b9bl_74{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;grid-template-columns:repeat(6,1fr);z-index:-1}._customBarChartBarsGridItem_1b9bl_84{width:100%;border-right:1px solid #F2F4F7;position:relative}._customBarChartBarsGridItem_1b9bl_84 span{position:absolute;bottom:-20px;right:-10px;color:#475467;font-family:Inter;font-size:12px;font-weight:400;line-height:18px}._compareModalTitleContainer_170e8_1{display:flex;align-items:center;gap:12px}._compareModalTitle_170e8_1{color:#101828;font-family:Inter;font-size:24px;font-style:normal;font-weight:600;line-height:32px}._compareModalTitleDownload_170e8_16{border:0;background-color:transparent;padding:8px}._compareModalContent_170e8_22{display:flex;flex-flow:column;gap:20px;max-height:80vh}._compareModalContentSub_170e8_29{display:flex;align-items:center;justify-content:space-between}._compareModalCompareCards_170e8_35{display:flex;gap:20px}._compareModalCompareCard_170e8_35{width:100%;max-height:calc(80vh - 100px);overflow-y:auto;scrollbar-width:none;border-radius:12px;border:1px solid #E4E7EC;background:#fff;box-shadow:0 1px 2px #1018280d;padding:20px}._compareModalDate_170e8_54{display:flex;flex-direction:row;gap:20px;align-items:flex-end;justify-content:right;margin:15px 0 0}._colorfulDotCompare_170e8_64{width:8px;height:8px;background-color:#00e0ff;margin:0 5px;border-radius:50%;display:inline-block}._colorfulDotCurrent_170e8_73{width:8px;height:8px;background-color:#0064ff;margin:0 5px;border-radius:50%;display:inline-block}._compareCardChart_170e8_82{height:100%}._compareModalCompareCardChild_170e8_86{display:flex;gap:5px}._compareModalCompareFooter_170e8_96{display:flex;justify-content:end;padding:8px;gap:4px}@media only screen and (max-width:1000px){._compareModalCompareCards_170e8_35{flex-flow:column}}._questionTopicsCard_1l7uw_1{position:relative;z-index:0;padding:20px!important}._questionTopicsCardHead_1l7uw_7{display:flex;align-items:center;justify-content:space-between}._questionTopicsCardHeadLeft_1l7uw_14{display:flex;align-items:center;gap:4px}._questionTopicsCardHeadLabel_1l7uw_20{color:#101828;font-family:Inter;font-size:18px;font-style:normal;font-weight:600;line-height:28px;display:flex;align-items:center;gap:4px}._questionTopicsCardHeadRight_1l7uw_32{display:flex;align-items:center;gap:12px}._questionTopicsCardBody_1l7uw_38{display:grid}@media only screen and (max-width:800px){._questionTopicsCardHead_1l7uw_7{flex-flow:column;gap:8px}}._customBarChartSingle_ha3bj_1{display:flex;gap:12px;flex-flow:row!important;margin-top:24px}._customBarChartLabels_ha3bj_8{display:flex;flex-flow:column;gap:20px}._customBarChartLabel_ha3bj_8{cursor:pointer;height:16px;max-width:100px;gap:4px;align-items:center;display:flex;align-self:flex-end;color:var(--Gray-1, #535353);text-align:right;font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:normal;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._customNoneBarChartBar_ha3bj_35{display:flex;height:16px;border-radius:0 4px 4px 0;cursor:pointer}._customBarChartLabel_ha3bj_8 span{color:#535353;font-family:Roboto;font-size:14px;font-weight:500;line-height:16px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._customBarChartLabel_ha3bj_8:hover{border-radius:2px;background:#f2f4f7}._customBarChartBars_ha3bj_60{display:flex;flex-flow:column;gap:20px;width:100%;position:relative;z-index:2;margin-bottom:22px}._customBarChartMainBar_ha3bj_70{display:flex;align-items:center;justify-content:center}._customBarChartBar_ha3bj_60{display:flex;height:16px;background-color:#00e0ff;border-radius:0 4px 4px 0;cursor:pointer;justify-content:center}._customBarChartBarsGrid_ha3bj_85{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;grid-template-columns:repeat(6,1fr);z-index:-1}._customBarChartBarsGridItem_ha3bj_95{width:100%;border-right:1px solid #F2F4F7;position:relative}._customBarChartBarsGridItem_ha3bj_95 span{position:absolute;bottom:-20px;right:-10px;color:#475467;font-family:Inter;font-size:12px;font-weight:400;line-height:18px}._compareModalTitleContainer_1wegr_1{display:flex;align-items:center;gap:12px}._compareModalTitle_1wegr_1{color:#101828;font-family:Inter;font-size:24px;font-style:normal;font-weight:600;line-height:32px}._compareModalTitleDownload_1wegr_16{border:0;background-color:transparent;padding:8px}._compareModalContent_1wegr_22{display:flex;flex-flow:column;gap:20px;max-height:80vh}._compareModalContentSub_1wegr_29{display:flex;align-items:center;justify-content:space-between}._compareModalCompareCards_1wegr_35{display:flex;gap:20px}._compareModalCompareCard_1wegr_35{width:100%;max-height:calc(80vh - 100px);overflow-y:auto;scrollbar-width:none;border-radius:12px;border:1px solid #E4E7EC;background:#fff;box-shadow:0 1px 2px #1018280d;padding:20px}._compareModalDate_1wegr_54{display:flex;flex-direction:row;gap:20px;align-items:flex-end;justify-content:right;margin:15px 0 0}._colorfulDotCompare_1wegr_64,._colorfulDotCurrent_1wegr_73{width:8px;height:8px;background-color:#00e0ff;margin:0 5px;border-radius:50%;display:inline-block}._compareCardChart_1wegr_82{height:100%}._compareModalCompareCardChild_1wegr_86{display:flex;gap:5px}._compareModalCompareFooter_1wegr_96{display:flex;justify-content:end;padding:8px;gap:4px}@media only screen and (max-width:1000px){._compareModalCompareCards_1wegr_35{flex-flow:column}}._questionTopicsBarchartCard_1g3br_3{position:relative;z-index:0;padding:20px!important}._questionTopicsBarchartCardHead_1g3br_9{display:flex;align-items:center;justify-content:space-between}._questionTopicsBarchartCardHeadLeft_1g3br_15{display:flex;align-items:center;gap:4px}._questionTopicsTrendyolOnly_1g3br_21{display:flex;height:20px;padding:2px 8px;align-items:center;gap:4px;border-radius:16px;border:1px solid var(--colors-gray-light-mode-400, #98A2B3)}._questionTopicsBarChartCardBody_1g3br_31{display:grid}._questionTopicsTrendyolOnly_1g3br_21 span{color:var(--Gray-600, var(--colors-gray-light-mode-600, #475467));text-align:center;font-family:Inter;font-size:12px;font-style:normal;font-weight:500;line-height:18px}._questionTopicsBarchartCardLabel_1g3br_46{color:#101828;font-family:Inter;font-size:18px;font-style:normal;font-weight:600;line-height:28px;display:flex;align-items:center;gap:4px}._questionTopicsBarchartCardHeadRight_1g3br_58{display:flex;align-items:center;gap:12px}@media only screen and (max-width:1200px){._questionTopicsBarchartCardHead_1g3br_9{flex-flow:column;gap:8px}}._chartDiv_i3k0k_1{width:100%}._card_i3k0k_5{border-radius:12px;border:1px solid #eaecf0;background:#fff;padding:16px 20px;width:100%;height:100%}._cardHeader_i3k0k_14{display:flex;align-items:center;justify-content:space-between;background:#fff;border:none;padding:0;margin-top:0;margin-bottom:16px}._cardHeaderLeft_i3k0k_25{display:flex;align-items:center;gap:4px}._cardHeaderLeft_i3k0k_25 h1{color:#101828;font-size:18px;font-weight:600;line-height:28px;margin:0}._cardHeaderRight_i3k0k_39{display:flex;flex-direction:row;align-items:center;gap:12px}._buttonGroup_i3k0k_46{display:flex;align-items:center;justify-content:center;gap:8px}._carouselContainer_i3k0k_55{position:relative;width:100%}._carouselContent_i3k0k_60{animation:_fadeSlideIn_i3k0k_1 .5s ease-in-out}@keyframes _fadeSlideIn_i3k0k_1{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}._carouselItemEnter_i3k0k_76{animation:_itemFadeIn_i3k0k_1 .4s ease-in-out forwards}@keyframes _itemFadeIn_i3k0k_1{0%{opacity:0;transform:translate(20px) scale(.95)}to{opacity:1;transform:translate(0) scale(1)}}._carouselContainer_i3k0k_55 ._topBarItem_i3k0k_92{animation:_itemFadeIn_i3k0k_1 .5s ease-in-out forwards}._carouselContainer_i3k0k_55 ._topBarItem_i3k0k_92:nth-child(1){animation-delay:0s}._carouselContainer_i3k0k_55 ._topBarItem_i3k0k_92:nth-child(2){animation-delay:.1s}._carouselContainer_i3k0k_55 ._topBarItem_i3k0k_92:nth-child(3){animation-delay:.2s}._carouselContainer_i3k0k_55 ._topBarItem_i3k0k_92:nth-child(4){animation-delay:.3s}._carouselNavigation_i3k0k_112{display:flex;justify-content:flex-end;align-items:center;gap:12px;padding:0 0 0 10px}._navButton_i3k0k_120{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:1px solid #d0d5dd;border-radius:50%!important;background:#fff;color:#475467;font-size:14px;transition:all .2s ease}._navButton_i3k0k_120:hover:not(:disabled){border-color:#667085;background:#f9fafb;color:#344054}._navButton_i3k0k_120:disabled{opacity:.4;cursor:not-allowed;border-color:#eaecf0;background:#f9fafb;color:#98a2b3}._pageIndicator_i3k0k_148{color:#475467;font-family:Inter;font-size:14px;font-weight:500;line-height:20px;min-width:40px;text-align:center}._reviewCountButton_i3k0k_158{display:flex;padding:0 4px;justify-content:center;align-items:center;gap:10px}._reviewCountButton_i3k0k_158:hover{border-radius:4px;background:var(--Gray-100, #F2F4F7)}@media(max-width:992px){._carouselNavigation_i3k0k_112{justify-content:center}}@media(max-width:768px){._navButton_i3k0k_120{width:28px;height:28px;font-size:12px}._pageIndicator_i3k0k_148{font-size:12px;min-width:35px}}._topBar_i3k0k_92{margin-top:20px;padding:20px 24px!important}._topBarItem_i3k0k_92{border-radius:8px;border:1px solid #eaecf0;background:#fff;height:100%}._topBarHeadBrand_i3k0k_204{display:flex;padding:12px 16px;align-items:center;gap:8px;align-self:stretch;border-bottom:1px solid #eaecf0}._topBarHead_i3k0k_204{padding:16px 12px;border-bottom:1px solid #eaecf0}._topBarHead_i3k0k_204 img{border-radius:250px;border:1px solid #eaecf0;background:#fff;width:36px;height:36px;object-fit:contain;padding:2px}._topBarHeadTitleBrand_i3k0k_228{color:#101828;font-family:Inter;font-size:14px;font-weight:600;line-height:20px}._topBarHeadTitle_i3k0k_228{color:#101828;font-family:Inter;font-size:14px;font-weight:600;line-height:20px;margin-left:8px}._topBarBody_i3k0k_245{max-height:70vh;overflow-y:auto;overflow-x:hidden;padding:0 12px 16px 16px;margin-top:12px}._topBarBodyBrand_i3k0k_253{max-height:70vh;overflow-y:auto;overflow-x:hidden;padding:0 12px 8px 16px;margin-top:10px;border-bottom:1px solid #eaecf0}._topBarItemContent_i3k0k_262{display:flex;flex-flow:column}._topBarItemTitle_i3k0k_267{display:flex;align-items:center;gap:4px;color:#475467;font-family:Inter;font-size:14px;font-weight:500;line-height:20px}._topBarItemTitleBrand_i3k0k_278{display:flex;flex-direction:column;gap:4px;color:#475467;font-family:Inter;font-size:14px;font-weight:500;line-height:20px;padding:8px 16px}._topBarItemTitleValue_i3k0k_290{color:#101828;font-family:Inter;font-size:16px;font-weight:600;line-height:24px;margin-left:auto;display:block}._topBarItemTitleValueforBrand_i3k0k_300{color:#101828;font-family:Inter;font-size:16px;font-weight:600;line-height:24px}._topBarTopTopcis_i3k0k_313{display:flex;align-items:center;gap:8px;width:100%;position:relative}._topBarTopTopicsArrow_i3k0k_321{cursor:pointer;border:0;background:transparent;padding:0}._topSellerTopItems_i3k0k_328{align-items:center;background:#fafafa;border:1px solid #d9d9d9;border-radius:4px;color:#303030;display:flex;font-family:Roboto;font-size:12px;font-style:normal;font-weight:400;line-height:20px;padding:1px 8px;white-space:nowrap}._topBarItemTitleBrandText_i3k0k_344{display:flex;align-items:center;gap:4px}._topSellerTopTopicsItems_i3k0k_350{width:100%;display:flex;overflow-y:auto;gap:8px;scrollbar-width:none;-ms-overflow-style:none}._topSellerTopTopicsItems_i3k0k_350::-webkit-scrollbar{display:none}._modalTitleContainer_i3k0k_363{display:flex;align-items:center}._modalTitle_i3k0k_363{color:#101828;font-family:Inter;font-size:24px;font-weight:600;line-height:32px;margin:0}._limitedTitle_i3k0k_377{display:inline-block;max-width:300px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._topBarListTop_i3k0k_385{display:flex;align-items:center;justify-content:flex-end;gap:10px;margin:12px 0}._productTopCard_i3k0k_393{display:flex;padding:20px 16px 16px;align-items:center;gap:12px;align-self:stretch;border-bottom:1px solid var(--Gray-200, #eaecf0)}._tableContainer_i3k0k_402{display:flex;align-items:center;justify-content:end;margin-top:8px;padding-right:4px;padding-bottom:16px}._productModalCard_i3k0k_411{display:flex;align-items:center;gap:12px;align-self:stretch;max-width:250px}._productTopImage_i3k0k_419{border:.75px solid var(--Base-Black, #0000001c)}._productTopImage_i3k0k_419 img{object-fit:contain;height:92px;width:68px}._productTopDetail_i3k0k_429{display:flex;flex-direction:column;flex:1 0 0;width:60%}._productTitleClamp_i3k0k_436{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;font-family:Inter;font-size:14px;font-weight:500;line-height:22px;color:#101828;text-decoration:none}._productTitleClamp_i3k0k_436:hover{color:#101828}._productTitle_i3k0k_436{display:inline;text-decoration:none}._brandOnly_i3k0k_460{text-decoration:underline}._productTitle_i3k0k_436{text-decoration:none}._productBarcodeContainer_i3k0k_468{display:flex;align-items:center;gap:6px}._productBarcode_i3k0k_468{color:var(--Gray-600, #475467);font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px;max-width:80%;overflow:hidden}._productBrand_i3k0k_485{display:block;overflow:hidden;color:var(--Gray-700, var(--colors-gray-light-mode-700, #344054));text-overflow:ellipsis;font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:22px}._sentimentShareItems_i3k0k_500{display:flex;flex-flow:column;gap:12px;width:50%;margin-left:auto}._sentimentShareItem_i3k0k_500{display:flex;flex-flow:column;gap:4px;width:100%}._sentimentShareItemTitle_i3k0k_515{margin:0;color:#535353;font-family:Roboto;font-size:12px;font-weight:400}._sentimentShareItemTitle_i3k0k_515 span{font-weight:600}._sentimentShareItemBar_i3k0k_527{display:flex;align-items:center;width:100%}._sentimentShareItemBarLeft_i3k0k_533{display:flex;height:8px;border-radius:2px 0 0 2px}._sentimentShareItemBarRight_i3k0k_539{display:flex;height:8px;border-radius:0 2px 2px 0;background:#f9fafb}._positive_i3k0k_548{background:#37b65b}._negative_i3k0k_552{background:#ff4747}._neutral_i3k0k_556{background:#ffe500}._sentimentBar_i3k0k_560{display:flex;width:100%;height:12px;border-radius:6px;overflow:hidden;background-color:#f3f4f6;cursor:pointer}._dot_i3k0k_570{height:6px;width:6px;border-radius:50%}._positiveSegment_i3k0k_576{background-color:#37b65b;transition:width .3s ease}._neutralSegment_i3k0k_582{background-color:#ffe500;transition:width .3s ease}._negativeSegment_i3k0k_588{background-color:#ff4747;transition:width .3s ease}._sentimentLabels_i3k0k_594{display:flex;justify-content:end;align-items:center;flex-wrap:wrap;gap:8px;margin-top:12px}._sentimentLabel_i3k0k_594{display:flex;align-items:center;gap:6px;margin:0;color:var(--Gray-600, #475467);font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px}._toolTipTitle_i3k0k_616{display:flex;align-items:center;gap:4px;color:var(--Gray-0, #303030);font-family:Inter;font-size:12px;font-style:normal;font-weight:400;line-height:20px;letter-spacing:.12px}._toolTipTitle_i3k0k_616 span{color:var(--Gray-900, var(--colors-gray-light-mode-900, #101828));font-family:Inter;font-size:12px;font-style:normal;font-weight:600;line-height:20px}._skuTopics_i3k0k_639{display:flex;align-items:center;justify-content:start;flex-wrap:wrap;gap:2px}._skuCellText_i3k0k_647{color:var(--Gray-blue-700, #363F72);text-align:center;font-family:Inter;font-size:12px;font-style:normal;font-weight:500;line-height:18px}._skuCellTag_i3k0k_657{font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px;padding:2px 10px;white-space:nowrap;display:inline-flex;gap:2px;border-radius:16px;border:1px solid var(--Gray-blue-200, #D5D9EB);background:var(--Gray-blue-50, #F8F9FC)}._labelStyle_i3k0k_672{color:var(--Gray-900, #101828);font-family:Inter;font-size:16px;font-style:normal;font-weight:500;line-height:24px;margin:0 28px 0 0}._switch_i3k0k_683{gap:12px;display:flex;align-items:center}@media only screen and (max-width:800px){._cardHeader_i3k0k_14{flex-flow:column;gap:8px}._cardHeaderLeft_i3k0k_25{flex-direction:row}._buttonGroup_i3k0k_46{flex-direction:column}}._extraFilterContainer_1y0qs_1{justify-items:flex-end}._extraFilterSubContainer_1y0qs_5{display:flex}._labelStyle_1y0qs_9{color:var(--Gray-900, #101828);font-family:Inter;font-size:16px;font-style:normal;font-weight:500;line-height:24px;margin:0 28px 0 0}._switch_1y0qs_20{gap:12px;display:flex;align-items:center}._reviewAnalyzeSetupWrapper_wx9mt_1{min-height:72vh}._title_wx9mt_5{color:#101828;font-family:Inter;font-size:18px;font-weight:600;line-height:28px}._buttonsFlex_wx9mt_13{display:flex;height:36px;gap:12px}@media(max-width:550px){._buttonsFlex_wx9mt_13{margin-top:12px}}._credit_1c9gz_1{padding-top:32px;min-height:100vh;background-color:#fff;font-family:Inter;display:flex;flex-direction:column;gap:16px}._tabHeader_1c9gz_12{display:flex;justify-content:space-between}._dot_1c9gz_17{width:4px;height:4px;background:var(--gray-25, #DDD);border-radius:50%}._tabHeaderTitle_1c9gz_24{color:#101828;font-size:28px;font-weight:600;line-height:36px}._tabHeaderRight_1c9gz_31{display:flex;flex-direction:row;gap:20px;align-items:center}._tabList_1c9gz_38{display:flex;gap:4px}._tabItem_1c9gz_43{padding:8px 12px;color:#667085;font-size:16px;font-weight:600;cursor:pointer}._tabItemActive_1c9gz_51{border-radius:6px;background:#eceffa;color:#1f306d}._dateWrapper_1c9gz_57{margin-left:16px}._title_1c9gz_61{color:var(--Gray-600, #475467);font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px}._value_1c9gz_70{color:var(--Gray-900, #101828);font-family:Inter;font-size:24px;font-style:normal;font-weight:600;line-height:32px}._summaryWrapper_1c9gz_79{display:flex;flex-direction:row;gap:16px;flex-wrap:wrap}._lineChart_1c9gz_86{flex:1 1;width:100%;min-width:600px;border-radius:12px;border:1px solid #EAECF0;background:#fff;box-shadow:0 1px 2px #1018280d;display:flex;padding:16px;flex-direction:column;align-items:flex-start;gap:8px;flex:1 0 0}._chartPopup_1c9gz_102{display:flex;padding:12px;flex-direction:column;align-items:flex-start;align-self:stretch;border-radius:8px;font-family:Inter;background:#fff;width:125px}._chartPopupTitle_1c9gz_114{color:#344054;font-size:12px;font-weight:600;line-height:18px}._chartPopupDetail_1c9gz_121{justify-content:start;display:flex;flex-direction:row;gap:8px}._detailContent_1c9gz_128{display:flex;flex-direction:column;gap:4px}._detailLabel_1c9gz_134{color:#475467;font-size:12px;font-weight:500}._detailValue_1c9gz_140{color:#101828;font-size:12px;font-weight:600}._lineChartTitle_1c9gz_146{color:#101828;font-family:Inter;font-size:18px;font-weight:600;line-height:28px}._chartWrapper_1c9gz_154{width:100%;display:flex;flex-direction:row}._besideLabel_1c9gz_160{writing-mode:vertical-rl;transform:rotate(180deg);align-self:center;color:#475467;text-align:center;font-size:12px;font-weight:500;line-height:18px}._chart_1c9gz_102{width:100%;flex:1 1}._creditSummaryWrapper_1c9gz_176{border-radius:12px;border:1px solid #EAECF0;background:#fff;box-shadow:0 1px 2px #1018280d;display:flex;width:275px;min-width:275px;padding:16px;flex-direction:column;align-items:flex-start;gap:8px;align-self:stretch}._creditSummaryTitle_1c9gz_191{color:#101828;font-size:18px;font-weight:600}._itemList_1c9gz_197{display:flex;flex-direction:row;gap:16px;width:100%;height:100px}._item_1c9gz_197{flex-direction:column;height:66px;width:33.4%;display:flex;padding:20px 16px;align-items:flex-start;gap:8px;flex:1 0 0;border-radius:12px;border:1px solid var(--Gray-200, #EAECF0);background:var(--Base-White, #FFF);box-shadow:0 1px 2px #1018280d;height:100px}._itemTitle_1c9gz_224{color:#475467;font-size:16px;font-weight:500;line-height:20px}._itemValue_1c9gz_231{color:#101828;font-size:18px;font-weight:500;line-height:24px}._tableWrapper_1c9gz_240{display:flex;flex-direction:column;padding:16px 0;gap:16px;border-radius:12px;border:1px solid #EAECF0;background:#fff;width:100%;min-width:700px}._tableHeader_1c9gz_252{padding:0 24px;display:flex;gap:16px;justify-content:space-between;border-bottom:1px solid #EAECF0}._tabs_1c9gz_260{display:flex;justify-content:start;gap:16px}._tab_1c9gz_12{color:#667085;font-size:16px;font-weight:500;line-height:24px;cursor:pointer}._tabActive_1c9gz_274{color:var(--Brand-600, #1F306D);font-family:Inter;font-size:14px;font-style:normal;font-weight:600;line-height:20px;padding-bottom:12px;border-bottom:2px solid var(--Brand-600, #1F306D)}._creditAmount_1c9gz_285{color:#475467;font-family:Inter;font-size:13px;font-weight:400}._creditAmountAdd_1c9gz_292{color:#079455}._tableTransaction_1c9gz_296{display:inline-flex;align-items:center;border-radius:6px;border:1px solid #D0D5DD;background:#fff;padding:2px 6px;gap:4px;box-shadow:0 1px 2px #1018280d}._tagCircle_1c9gz_307{display:inline-block;width:8px;height:8px;border-radius:50%}._tagCircleAdd_1c9gz_314{background-color:#17b26a}._tagCircleLess_1c9gz_318{background-color:#f04438}._relatedReport_1c9gz_322{display:flex;flex-direction:column;align-items:flex-start;align-self:stretch;font-family:Inter}._relatedReportTitle_1c9gz_330{color:#101828;font-size:14px;font-weight:500;line-height:20px}._relatedReportValue_1c9gz_337{color:#475467;font-size:13px;font-weight:400;line-height:20px}._reportWrapper_1c9gz_346{display:flex;flex-direction:column}._categoryContent_1c9gz_351{border-bottom:1px solid #D0D5DD}._reportList_1c9gz_355{overflow-x:auto;overflow:auto;scrollbar-width:none!important}._contentHeader_1c9gz_361{display:flex;justify-content:space-between;width:100%}._categoryTop_1c9gz_367{display:flex;flex-direction:column;padding:16px 24px;align-items:flex-start;gap:4px;align-self:stretch;justify-content:space-between;position:relative}._taskTypeIcon_1c9gz_378{position:absolute;right:60px}._categoryName_1c9gz_383{color:#101828;font-size:18px;font-weight:600;line-height:24px}._categoryText_1c9gz_390{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:8px;flex:1 0 0;margin-top:5px;color:var(--Gray-500, var(--colors-gray-light-mode-500, #667085));font-family:Inter;font-size:12px;font-style:normal;font-weight:400;line-height:16px;margin-right:20px}._categoryTextItem_1c9gz_407{display:flex;gap:2px}._categoryTextCreated_1c9gz_412{font-weight:400}._topInfo_1c9gz_416{display:flex;width:100%;color:#475467;font-size:13px;font-weight:400;line-height:20px;padding:4px 8px 8px}._totalCredits_1c9gz_426{display:flex;gap:8px}._totalCreditsLabel_1c9gz_431{color:#475467;font-size:16px;font-weight:400;line-height:24px}._totalCreditsValue_1c9gz_438{color:#475467;font-size:16px;font-weight:600;line-height:24px}._chartPopup_1c9gz_102{border-radius:4px;box-shadow:0 2px 8px #00000026;width:235px;background-color:#fff;padding:6px 8px;gap:8px;color:#20025b}._chartPopupTitle_1c9gz_114{font-family:Roboto;font-style:normal;font-weight:500;line-height:22px;font-size:13px;margin-bottom:12px}._chartPopupDetail_1c9gz_121{width:100%;font-size:13px;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartPopupDetail_1c9gz_121>span:nth-child(2){font-weight:500}._chartPopupDetailContent_1c9gz_479{display:flex;flex-direction:column;gap:4px}._chartPopupDetailContentLabel_1c9gz_485{color:#475467;font-size:12px;font-weight:500}._chartPopupDetailContentValue_1c9gz_491{color:#101828;font-size:12px;font-weight:600}@media(max-width:950px){._creditSummaryWrapper_1c9gz_176{width:100%}._itemList_1c9gz_197{flex-direction:row}}@media(max-width:550px){._credit_1c9gz_1{padding:0 16px!important}._creditSummaryWrapper_1c9gz_176{width:100%}._itemList_1c9gz_197{flex-direction:row}._tabHeader_1c9gz_12{flex-direction:column}._tabHeaderRight_1c9gz_31{width:100%;align-items:start!important;flex-direction:column!important;margin-top:10px}._tabList_1c9gz_38{width:100%}._tabItem_1c9gz_43{text-align:center;width:50%}}._setupList_1szzc_1{min-height:100vh;background-color:#fff;font-family:Inter}._noReports_1szzc_7{height:305px;padding:40px 0;display:flex;flex-direction:column;justify-content:center;gap:24px;text-align:center;align-items:center}._dot_1szzc_18{width:4px;height:4px;background:var(--gray-25, #DDD);border-radius:50%}._noReportsTitle_1szzc_27{color:var(--Gray-900, #101828);text-align:center;font-family:Inter;font-size:16px;font-style:normal;font-weight:600;line-height:24px}._noReportsSubTitle_1szzc_37{color:var(--Gray-600, #475467);text-align:center;font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px}._multiSelect_1szzc_47{border-color:#000}._multiSelect_1szzc_47 .ant-select-selection-item{background-color:#fff!important;color:#344054!important;font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:22px}._rowOperation_1szzc_61{display:flex;justify-content:end;gap:12px}._rowReportName_1szzc_67{display:flex;flex-direction:column;overflow:hidden;color:#182230;text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:500}._rowReportNameValue_1szzc_78{color:#101828;font-size:14px;font-weight:500}._rowReportNameInfo_1szzc_84{display:flex;align-items:center}._rowReportNameInfoValue_1szzc_89{color:#667085;font-size:12px;font-style:normal;font-weight:500;line-height:16px}._rowCreated_1szzc_97,._rowProcessed_1szzc_98{color:#344054;font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:16px}._rowReports_1szzc_111{font-family:Inter;padding-top:8px;display:flex;align-items:flex-start;align-content:flex-start;gap:12px 16px;align-self:stretch;flex-wrap:wrap}._report_1szzc_122{cursor:pointer;display:flex;padding:2px 8px 2px 6px;align-items:center;gap:4px;font-size:14px;border-radius:6px;border:1px solid #D0D5DD;background:#fff;box-shadow:0 1px 2px #1018280d;color:#344054;text-align:center;font-weight:500;line-height:20px}._reportLoading_1szzc_139{display:flex;justify-content:center;align-items:center;animation:_rotate_1szzc_1 1s linear infinite;transform-origin:center}._error_1szzc_147{color:#b42318!important}._report_1szzc_122:hover{border-radius:6px;border:1px solid var(--colors-gray-light-mode-300, #D0D5DD);background:var(--Base-White, #FFF);box-shadow:0 1px 3px #1018281a,0 1px 2px #1018280f}._status_1szzc_158{font-size:12px;font-weight:500}._active_1szzc_163{color:#067647}._update_1szzc_167{color:#175cd3}._failed_1szzc_171{color:#d92d20}._uncompleted_1szzc_175{color:#98a2b3}._pageTopHeader_1szzc_179{display:flex;min-width:320px;justify-content:space-between;gap:4px;flex:1 0 0;background-color:#fff;padding-bottom:16px;margin-bottom:16px;align-items:center}._pageTopHeaderTitle_1szzc_191{color:var(--Gray-900, #101828);font-family:Inter;font-size:20px;font-style:normal;font-weight:600;line-height:28px}._pageTopHeaderRight_1szzc_200{display:flex;flex-direction:row;justify-content:space-between;gap:20px}._tools_1szzc_207{display:flex;justify-content:space-between;gap:12px}._listTypes_1szzc_213{max-height:40px;display:flex;align-items:center;border-radius:8px;border:1px solid #D0D5DD;box-shadow:0 1px 2px #1018280d}._listTypes_1szzc_213 button{padding:0}._buttonStyle_1szzc_226{display:flex;flex-direction:row;align-items:center;gap:8px}._buttonCardText_1szzc_233{color:var(--Gray-800, #182230)!important;font-family:Inter;font-size:14px;font-style:normal;font-weight:600;line-height:20px}._borderRight_1szzc_242{border-right:1px solid #D0D5DD;height:100%;place-content:center;border-top-right-radius:0!important;border-bottom-right-radius:0!important}._listButton_1szzc_250{overflow:hidden;border-radius:7px;padding:4px 10px;height:100%;align-content:center}._listButtonActive_1szzc_258{background:#f9fafb}._listButtonRight_1szzc_262{margin-top:0!important;padding:3px 10px!important;border-top-left-radius:0!important;border-bottom-left-radius:0!important}._searchText_1szzc_269{max-height:40px}._tabList_1szzc_273{display:flex;flex-direction:row;gap:4px}._tabItem_1szzc_279{max-height:42px;padding:8px 12px;color:#667085;font-size:16px;font-weight:600;cursor:pointer}._tabItemActive_1szzc_288{border-radius:6px;background:#eceffa;color:#1f306d}._creditDetails_1szzc_294{display:flex;align-items:flex-start;align-self:stretch}._warningCredit_1szzc_301{display:flex;padding-right:12px;padding-top:12px;align-items:center;gap:4px;align-self:stretch;color:#475467;font-size:12px;font-weight:500}._warningCredit_1szzc_301._mobile_1szzc_313{display:none}._remainingCredit_1szzc_317{display:flex;width:50%;padding:20px 20px 20px 0;align-items:flex-start;flex-direction:column;border-right:1px solid #EAECF0;justify-content:space-between;min-height:106px}._subRemainingCredit_1szzc_329{display:flex;flex-direction:row;justify-content:space-between;width:100%}._title_1szzc_336{display:flex;align-items:center;gap:4px;flex:1 0 0;align-self:stretch;color:#101828;font-family:Inter;font-size:18px;font-style:normal;font-weight:600;line-height:28px}._subTitle_1szzc_350{color:#101828;font-family:Inter;font-size:16px;font-style:normal;font-weight:500;line-height:22px}._remainingCreditLeft_1szzc_359{display:flex;height:auto;align-items:flex-start;gap:16px}._remainingCreditIcon_1szzc_366{padding:6px;border-radius:8px;background:#f2f4f7}._remainingValuesTitle_1szzc_374{color:#475467;font-size:16px;font-weight:500;line-height:20px;margin-bottom:8px}._remainingValuesValue_1szzc_382{color:#101828;font-size:24px;font-weight:600;line-height:24px;display:flex;gap:12px;align-items:center}._credits_1szzc_392{display:flex;flex-direction:column;align-self:center}._usedPercentage_1szzc_399,._creditUsed_1szzc_400{color:#475467;font-weight:400;line-height:20px;gap:12px;align-items:center}._used_1szzc_399,._totalCredit_1szzc_414{display:flex;gap:4px;align-items:center}._creditText_1szzc_420{color:var(--Gray-600, #475467);font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px}._creditUsed_1szzc_400{width:100%;display:flex;justify-content:space-between;margin-bottom:4px;font-size:14px}._creditUsedValue_1szzc_438{color:#182230;font-weight:600}._setupContent_1szzc_443{display:flex;padding:24px 0;flex-direction:column;align-items:flex-start;gap:24px}._contentHeader_1szzc_451{display:flex;justify-content:space-between;width:100%}._contentHeaderTitle_1szzc_457{color:#101828;font-size:24px;font-weight:600}._recent_1szzc_463{font-size:20px}._contentHeaderFilters_1szzc_467{display:flex;gap:12px}._customDropdownContainer_1szzc_472{position:relative;color:#374151;z-index:0;display:flex;height:36px;justify-content:center;align-items:center;gap:4px;color:#344054;font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px}._selectTitle_1szzc_489{display:flex;flex-direction:column;gap:12px}._customDropdownTrigger_1szzc_495{gap:4px;display:flex;justify-content:space-between;align-items:center;width:100%;padding:8px 12px;border-radius:8px;border:1px solid #D0D5DD;background:#fff;box-shadow:0 1px 2px #1018280d;cursor:pointer;transition:border-color .2s}._selectedText_1szzc_510{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:16px}._badge_1szzc_517{display:flex;height:20px;padding:2px 6px;align-items:center;border-radius:16px;border:1px solid var(--Brand-50, #D8DEF4);background:var(--Brand-25, #ECEFFA)}._placeholder_1szzc_527{color:#9ca3af}._arrow_1szzc_531{margin-left:.5rem;transition:transform .2s}._arrowOpen_1szzc_536{transform:rotate(180deg)}._dropdown_1szzc_540{position:absolute;top:calc(100% + .25rem);left:0;width:100%;max-height:15rem;overflow-y:auto;background-color:#fff;border:1px solid #e5e7eb;border-radius:.25rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;z-index:10;display:flex;flex-direction:column;padding:8px 6px;align-items:flex-start;gap:4px;animation:_fadeIn_1szzc_1 .2s ease-out}._divider_1szzc_560{height:1px;width:100%;background-color:#eaecf0}._option_1szzc_566{width:100%;display:flex;justify-content:space-between;align-items:center;padding:.5rem 1rem;cursor:pointer;transition:background-color .2s}._option_1szzc_566:hover{background-color:#f3f4f6}._selected_1szzc_510{background-color:#f9fafb;border-radius:6px}._optionLabel_1szzc_585{flex-grow:1}._optionCheck_1szzc_589{color:#1f306d;margin-left:.5rem}._setups_1szzc_594{width:100%;display:grid;grid-template-columns:repeat(3,1fr);gap:24px}._listType_1szzc_213{width:100%;gap:12px}._setupItem_1szzc_606{min-height:224px;width:100%;min-width:0;max-width:100%;padding:16px 16px 0;display:flex;flex-direction:column;align-items:flex-start;border-radius:8px;border:1px solid #E5E7EA;background:#fff}._mainHeader_1szzc_622{width:100%;display:flex;flex-direction:column;align-items:flex-start;flex:1 0 0;align-self:stretch;gap:8px}._mainHeaderTop_1szzc_632{display:flex;width:100%;justify-content:space-between}._setupHeader_1szzc_640{display:flex;flex-direction:column;padding-bottom:16px}._setupTitle_1szzc_646{overflow:hidden;color:#182230;text-overflow:ellipsis;font-size:16px;font-weight:600}._setupInfo_1szzc_654{padding-top:8px;display:flex;gap:8px;align-items:center}._centered_1szzc_661{display:flex;align-self:center}._info_1szzc_666{display:flex;gap:4px;color:var(--Gray-700, #344054);font-family:Inter;font-size:12px;font-style:normal;font-weight:500;line-height:16px;align-items:center}._infoText_1szzc_678{font-weight:400}._infoValue_1szzc_682{font-weight:500}._setupBody_1szzc_686{width:100%;height:100%;padding-bottom:16px;display:flex;flex-direction:column;justify-content:space-between}._text_1szzc_695{color:var(--Gray-700, #344054);font-family:Inter;font-size:12px;font-style:normal;font-weight:400;line-height:16px}._reports_1szzc_704{padding-top:8px;display:flex;align-items:flex-start;align-content:flex-start;gap:12px 16px;align-self:stretch;flex-wrap:wrap}._errorMessage_1szzc_716{color:var(--Gray-600, #475467);font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:18px;display:flex;gap:4px}._errorMessageIcon_1szzc_727{display:flex;width:20px;height:20px;padding:2px;justify-content:center;align-items:center;background:#fee4e2;border-radius:16px}._itemFooter_1szzc_738{height:100%;display:flex;justify-content:end;align-items:flex-end;margin-right:auto}._reportActionButton_1szzc_746{display:flex;height:48px;padding:12px 18px;justify-content:center;align-items:center;gap:6px;font-size:16px;font-weight:600;line-height:24px}._reportActionButton_1szzc_746._error_1szzc_147,._reportActionButton_1szzc_746._error_1szzc_147 span{color:#b42318!important}._updatingProgress_1szzc_766{margin:24px 0}._itemHeader_1szzc_772{min-height:88px;padding:16px 20px;display:flex;flex-direction:column;align-items:center;border-bottom:1px solid #F2F4F7;border-top-left-radius:12px;border-top-right-radius:12px}._topHeader_1szzc_783{width:100%;display:flex;justify-content:space-between}._topSubHeader_1szzc_789{display:flex;gap:8px;align-items:center}._itemHeader_1szzc_772._errorHeader_1szzc_795:after{background:#ff4747}._nameIcon_1szzc_799{position:absolute;right:0;top:0}._left_1szzc_805{flex:1;overflow:hidden}._icon_1szzc_810{display:flex}._errorIcon_1szzc_817{display:flex;border-radius:10px;height:20px;width:20px;justify-content:center;background:var(--Error-100, #FEE4E2)}._reportName_1szzc_826{color:#101828;font-size:16px;font-weight:600;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;max-width:100%;margin-bottom:8px}._tag_1szzc_839{height:22px;padding:2px 8px;align-items:center;border-radius:16px;font-size:12px;font-weight:500}._title_1szzc_336{color:#475467;font-size:16px;font-weight:500;line-height:20px;margin-bottom:8px}._tag_1szzc_839._active_1szzc_163{border:1px solid #ABEFC6;background:#ecfdf3;color:#067647}._tag_1szzc_839._draft_1szzc_862{border:1px dashed #D5D9EB;background:#f8f9fc;color:#363f72}._tag_1szzc_839._inProgress_1szzc_868,._tag_1szzc_839._updating_1szzc_766{border:1px solid #B9E6FE;background:#f0f9ff;color:#026aa2}._tag_1szzc_839._error_1szzc_147{border:1px solid #FECDCA;background:#fef3f2;color:#b42318}._tag_1szzc_839._passive_1szzc_881{border:1px solid #D5D9EB;background:#f8f9fc;color:#363f72}._pointer_1szzc_887{cursor:pointer}._setupItem_1szzc_606:hover{border-radius:8px;border:1px solid #B3FFE8;background:#f9fdff}._borderless_1szzc_897{border:none;padding:24px 0 32px}._pending_1szzc_902{margin-bottom:32px}._value_1szzc_906{color:var(--colors-text-text-secondary-700, #344054);font-family:Inter;font-size:12px;font-style:normal;font-weight:500;line-height:16px;margin-left:2px}._creditValue_1szzc_916{color:var(--Gray-900, #101828);font-family:Inter;font-size:14px;font-style:normal;font-weight:600;line-height:20px}._remainingRed_1szzc_925{color:var(--Sentiment-Negative, #FF4747);font-family:Inter;font-size:14px;font-style:normal;font-weight:600;line-height:20px}@keyframes _rotate_1szzc_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(max-width:1000px){._pageTopHeaderRight_1szzc_200{flex-direction:column!important}._tabList_1szzc_273{justify-content:flex-end!important}._warningCredit_1szzc_301{display:none!important}._warningCredit_1szzc_301{margin-top:16px}._warningCredit_1szzc_301._mobile_1szzc_313{display:block!important}._warningCredit_1szzc_301._inCard_1szzc_966{display:none!important}._remainingCredit_1szzc_317{height:126px!important}}@media(max-width:850px){._contentHeader_1szzc_451 ._noReportsText_1szzc_25{flex-wrap:nowrap!important}}@media(max-width:550px){._pageTopHeader_1szzc_179{flex-direction:column!important;align-items:flex-start;gap:16px}._pageTopHeaderRight_1szzc_200{margin-top:16px;flex-direction:column!important}._tools_1szzc_207{display:inline-flex!important;justify-content:end;flex-wrap:wrap;width:100%}._searchText_1szzc_269{width:100%;margin-top:8px}._tabItem_1szzc_279{width:50%;text-align:center}._warningCredit_1szzc_301{display:none!important}._warningCredit_1szzc_301{margin-top:16px}._warningCredit_1szzc_301._mobile_1szzc_313{display:block!important}._warningCredit_1szzc_301._inCard_1szzc_966{display:none!important}._creditDetails_1szzc_294{flex-direction:column}._remainingCredit_1szzc_317{height:96px!important;width:100%!important;border-right:none!important;padding-right:0!important;justify-content:space-between!important}._remainingValues_1szzc_372{min-width:145px}._credits_1szzc_392{width:100%!important;padding:0!important}._noReports_1szzc_7{padding:0 16px!important;margin-top:44px}._noReportsSubTitle_1szzc_37{width:350px!important}._contentHeader_1szzc_451{align-items:flex-start!important}._contentHeader_1szzc_451 ._noReportsText_1szzc_25{flex-wrap:nowrap!important}._setupContent_1szzc_443{margin-bottom:10px}._contentHeader_1szzc_451{flex-direction:column!important;gap:12px}._multiSelect_1szzc_47{width:40%!important}._contentHeaderFilters_1szzc_467{flex-direction:row}._borderless_1szzc_897,._setups_1szzc_594{padding:0!important}._setupItem_1szzc_606{min-width:300px!important;height:260px!important}._itemHeader_1szzc_772{padding:16px!important}._setupInfo_1szzc_654{display:inline!important}._itemBody_1szzc_714{padding:16px!important;gap:4px!important}._errorMessage_1szzc_716{align-items:flex-start!important}._itemBody_1szzc_714 ._item_1szzc_714{gap:4px!important;flex:1 0 0!important}._itemBody_1szzc_714 ._item_1szzc_714 ._text_1szzc_695{height:42px!important}._recentlyReports_1szzc_1124 ._recentlyHeader_1szzc_1124{margin-bottom:12px!important}._recentlyReports_1szzc_1124 ._operations_1szzc_1128{display:none}._reportList_1szzc_1132{overflow-x:auto;overflow:auto;scrollbar-width:none!important}._setupItem_1szzc_606 ._topHeader_1szzc_783,._setupItem_1szzc_606 ._setupInfo_1szzc_654{width:100%}._setupsWrapper_1szzc_1146{padding:0 16px!important}._right_1szzc_837{width:auto;max-width:100%;overflow:auto}._creditText_1szzc_420{width:max-content!important}._topSubHeader_1szzc_789{align-items:center}._info_1szzc_666{width:max-content;margin-top:0}._mainHeader_1szzc_622{flex:none}._setupItem_1szzc_606{min-height:auto!important;height:auto!important}}@media(min-width:1400px){._setups_1szzc_594{grid-template-columns:repeat(4,1fr);gap:20px}}@media(max-width:1578px){._setups_1szzc_594{grid-template-columns:repeat(3,1fr);gap:20px}}@media(max-width:1200px){._setups_1szzc_594{grid-template-columns:repeat(2,1fr);gap:16px;padding:20px 0}}@media(max-width:768px){._setups_1szzc_594{grid-template-columns:1fr;gap:16px;padding:16px 0}._setupItem_1szzc_606{max-width:100%}}@media(max-width:576px){._setups_1szzc_594{gap:12px;padding:12px 0}._setupItem_1szzc_606{padding:12px 12px 0}}._container_t5681_1{width:100%;display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start;gap:4px;align-self:stretch}._headerContainer_t5681_11{display:flex;height:20px;align-items:center;gap:4px;align-self:stretch}._urlTitle_t5681_19{color:var(--Gray-600, #475467);font-family:Inter;font-size:12px;font-style:normal;font-weight:400;line-height:20px}._detailTitle_t5681_28{color:var(--Gray-800, #182230);font-family:Inter;font-size:12px;font-style:normal;font-weight:600;line-height:20px}._progressBarContainer_t5681_38{width:100%;height:8px;border-radius:4px;background:var(--Gray-200, #EAECF0);position:relative;overflow:hidden}._progressBarFilled_t5681_47{height:100%;border-radius:4px;background:var(--ai-generate, linear-gradient(98deg, #54CFC0 0%, #5B87DD 102.17%));transition:width .3s ease-in-out;max-width:100%}._reviewDashboardPage_1ku3d_1{font-family:Inter;min-height:100%}._reviewHeader_1ku3d_6{padding:0 0 20px;display:flex;gap:8px;align-items:center}._reviewHeaderTitle_1ku3d_14{color:#475467;font-size:24px;font-weight:600}._reviewAnalysis_1ku3d_20{display:flex;gap:24px;padding-bottom:32px}._reviewAnalysisRight_1ku3d_26{overflow:hidden}._bannerCard_1ku3d_30{display:flex;width:calc(33.333% - 14px);gap:12px;padding:20px 24px;justify-content:space-between;align-items:flex-start;border-radius:20px;border:1px solid var(--Gray-200, #EAECF0);background:#fff;box-shadow:2px 2px 2px #b6b6b60d,0 0 12px 6px #c6ccd933}._banner_1ku3d_30 svg{width:100%}._bannerInfoBackground_1ku3d_48{display:flex;width:36px;height:36px;justify-content:center;align-items:center;border-radius:50%;background:var(--Gray-100, #F2F4F7)}._bannerFooter_1ku3d_58{display:flex;flex-direction:column;justify-content:space-between;align-items:end;width:100%}._bannerFooterTitle_1ku3d_70{color:#101828;font-size:28px;font-weight:600;line-height:40px}._bannerFooterDate_1ku3d_77{display:flex;gap:4px;color:#667085;font-size:14px;font-weight:400;line-height:16px}._bannerFooterDateValue_1ku3d_86{font-weight:500}._reportActionButton_1ku3d_90{display:flex;height:48px;padding:12px 18px;justify-content:center;align-items:center;gap:6px;border-radius:8px;border:1px solid #D0D5DD;background:#fff;box-shadow:0 1px 2px #1018280d;color:#ff8808;font-size:16px;font-weight:600;line-height:24px}._reviewAdditionalReports_1ku3d_107{display:flex;flex-direction:column;gap:24px;justify-content:flex-start}._reviewAdditionalReportsRight_1ku3d_114{display:flex;flex-wrap:wrap;gap:24px;width:960px}._reportCard_1ku3d_121{flex:0 0 auto;width:calc(33.333% - 14px);display:flex;min-height:224px;padding:20px 24px;flex-direction:column;justify-content:flex-start;align-items:flex-start;border-radius:20px;border:1px solid var(--Gray-200, #EAECF0);background:#fff;box-shadow:2px 2px 2px #b6b6b60d,0 0 12px 6px #c6ccd933}._reportCardPassive_1ku3d_136{border-radius:12px;border:1px solid var(--colors-gray-light-mode-300, #D0D5DD);background:var(--colors-gray-light-mode-25, #FCFCFD);box-shadow:0 1px 2px #1018280d}._reportHeader_1ku3d_147{display:flex;padding-bottom:12px;align-items:flex-start;gap:12px}._reportLeft_1ku3d_154{display:flex;flex-direction:column}._reportRight_1ku3d_159{display:flex;justify-content:space-between;width:100%}._reports_1ku3d_165{width:100%;display:flex;gap:20px;flex-wrap:wrap;justify-content:flex-start}._comingSoon_1ku3d_173{display:flex;padding:2px 8px;border-radius:16px;color:var(--Brand-700, #1E2E6A);border:1px solid var(--Brand-50, #D8DEF4);background:var(--Brand-25, #ECEFFA);text-align:center;font-family:Inter;font-size:12px;font-style:normal;font-weight:500;line-height:18px}._reportTitle_1ku3d_188{color:var(--Gray-800, #182230);font-family:Inter;font-size:16px;font-style:normal;font-weight:600;line-height:24px}._reportSubtitle_1ku3d_197{overflow:hidden;color:var(--Gray-500, #667085);text-overflow:ellipsis;font-family:Inter;font-size:14px;font-style:normal;font-weight:300;line-height:20px;padding-bottom:16px;margin-top:12px}._subtitle_1ku3d_210{color:#475467;font-size:14px;font-weight:400;line-height:20px}._reportFooter_1ku3d_217{background-color:#fff;width:100%;display:inline-flex;margin-top:auto;margin-left:auto;margin-bottom:0;justify-content:flex-end}._generate_1ku3d_227{display:flex;padding:10px 14px;justify-content:center;align-items:center;gap:4px;border-radius:8px;border:1px solid #FF8808;background:#ff8808;box-shadow:0 1px 2px #1018280d;color:#fff;font-weight:600;line-height:20px}._generateSuccess_1ku3d_242{color:#ff8808;font-size:14px;font-style:normal;font-weight:600;line-height:20px;display:flex;padding:8px 12px;justify-content:center;align-items:center;gap:4px;border-radius:8px;border:1px solid #D0D5DD;background:#fff;box-shadow:0 1px 2px #1018280d}._generateLoading_1ku3d_259{display:flex;gap:6px;align-items:center}._generateLoadingText_1ku3d_265{color:var(--Gray-500, var(--colors-gray-light-mode-500, #667085));font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px}._loading_1ku3d_275{display:flex;justify-content:center;align-items:center;animation:_rotate_1ku3d_1 1s linear infinite;transform-origin:center}._generateError_1ku3d_283{color:#b42318;font-size:14px;font-weight:600;line-height:20px;display:flex;padding:8px 12px;justify-content:center;align-items:center;gap:4px;border-radius:8px;border:1px solid #FDA29B;background:#fff;box-shadow:0 1px 2px #1018280d}._left_1ku3d_299{display:flex;gap:4px;flex-direction:column;min-width:326px}._leftTitle_1ku3d_306{gap:8px;display:flex;flex-direction:column;width:100%;color:var(--Gray-900, #101828);font-family:Inter;font-size:18px;font-style:normal;font-weight:600;line-height:150%}._leftSubtitle_1ku3d_319{color:var(--Gray-600, #475467);font-family:Inter;font-size:14px;font-style:normal;font-weight:300;line-height:20px}._right_1ku3d_328{width:100%;display:flex;gap:24px}._insight_1ku3d_334{width:calc(66.666% - 28px);display:flex;padding:20px 24px;justify-content:center;align-items:center;gap:8px;flex:1 0 0;align-self:stretch;border-radius:20px;border:1px solid var(--Gray-200, #EAECF0);box-shadow:2px 2px 2px #b6b6b60d,0 0 12px 6px #c6ccd933;background:#243880;background-image:url(/assets/bannerbackground-CHM4jz9M.png);background-size:cover;background-position:center;background-repeat:no-repeat}._insightHeader_1ku3d_354{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;flex:1 0 0;align-self:stretch;gap:20px}._iconZigzag_1ku3d_364>:nth-child(1){align-self:flex-start;margin-left:10%;animation:_float_1ku3d_1 3s ease-in-out infinite}@keyframes _float_1ku3d_1{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}._insightSubHeader_1ku3d_382{display:flex;align-items:center;align-self:stretch;gap:20px}._insightBottom_1ku3d_389{margin-left:auto}._insightTextFlex_1ku3d_393{display:flex;flex-direction:column;gap:4px}._insightHeaderTitle_1ku3d_399{display:block;color:#fff;font-family:Inter;font-size:24px;font-style:normal;font-weight:500;line-height:150%;letter-spacing:-.48px}._insightHeaderDescription_1ku3d_410{display:block;overflow:hidden;color:#fff;text-overflow:ellipsis;font-family:Inter;font-size:18px;font-style:normal;font-weight:300;line-height:24px}._customModalBackdrop_1ku3d_422{position:fixed;left:0;top:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background-color:#00000080}._modalContainer_1ku3d_434{margin-top:16px;border-radius:5px;padding:24px;background-color:#fff;width:720px}._customModalHeader_1ku3d_442{display:flex;justify-content:space-between}._modalTitle_1ku3d_447{color:#101828;font-family:Inter;font-size:18px;font-weight:600}._customContent_1ku3d_454{font-size:1rem;color:#555}._customContentSubtitle_1ku3d_463{color:#475467;font-size:14px;font-weight:400;line-height:20px;padding-bottom:12px}._content_1ku3d_471{display:flex;width:100%}._contentLeft_1ku3d_476{margin-top:34px;display:flex;min-width:390px;flex-direction:column;align-items:center;padding:3px;border-radius:3.644px;border:.911px solid var(--Gray-200, #EAECF0);background:#fff}._item_1ku3d_488{gap:4px!important;flex:1 0 0!important;display:flex;flex-direction:row;align-items:flex-start}._infoMain_1ku3d_496{display:flex!important;gap:4px;flex-direction:column!important;align-items:flex-start!important}._info_1ku3d_496{display:flex;flex-direction:row;gap:8px;align-items:center;margin-bottom:4px}._contentRight_1ku3d_511{padding:18px 0 24px 24px;width:308px;display:flex;flex-direction:column;gap:24px}._contentItem_1ku3d_519{font-size:14px;line-height:20px}._contentItemTitle_1ku3d_524{display:flex;gap:8px;color:#475467;font-size:14px;font-weight:700;align-items:center}._contentItemSubtitle_1ku3d_533{padding-left:24px;color:#475467;font-weight:400}._generateCustomBody_1ku3d_539{padding-bottom:28px}._generateCustomBody_1ku3d_539 ._customContentSubtitle_1ku3d_463{padding-bottom:4px}._customFooter_1ku3d_547{display:flex;justify-content:end;gap:12px;font-size:14px;font-weight:600;line-height:20px}._cancel_1ku3d_556{border-radius:8px;border:1px solid #D0D5DD;background:#fff;box-shadow:0 1px 2px #1018280d;display:flex;padding:10px 14px;justify-content:center;align-items:center;gap:4px;color:#344054}._customFooter_1ku3d_547 ._generate_1ku3d_227{border-radius:8px;border:1px solid #FF8808;background:#ff8808;box-shadow:0 1px 2px #1018280d;display:flex;padding:10px 14px;justify-content:center;align-items:center;gap:4px;color:#fff}._customToastError_1ku3d_582{width:400px;padding:16px;align-items:flex-start;gap:16px;border-radius:12px;border:1px solid #D0D5DD;background:#fff;box-shadow:0 12px 16px -4px #10182814,0 4px 6px -2px #10182808;position:fixed;top:20px;right:20px;z-index:9999;animation:_fadeInUp_1ku3d_1 .3s ease-out}._customToastLeft_1ku3d_598{display:flex;justify-content:space-between;width:100%;align-items:center;flex-direction:row}._customToastHeader_1ku3d_606{display:flex;gap:16px;flex-direction:row}._customErrorIcon_1ku3d_612{padding:8px;border-radius:16px;background:#fee4e2}._customErrorTitle_1ku3d_618{color:#101828;font-weight:600;font-size:14px;line-height:20px}._customerErrorBody_1ku3d_625{color:#475467;font-weight:400;font-size:14px;line-height:20px;padding-left:31px}._toastifyContainer_1ku3d_633{right:6em;width:400px;height:98px}._title_1ku3d_639{color:#101828;font-family:Inter;font-size:22px;font-style:normal;font-weight:600;line-height:30px}._modalTitle_1ku3d_447{color:var(--Gray-600, #475467);font-family:Inter;font-size:14px;font-style:normal;font-weight:700;line-height:20px}._modalHeadTitle_1ku3d_657{color:var(--Gray-900, #101828);text-align:center;font-family:Inter;font-size:18px;font-style:normal;font-weight:600;line-height:28px}._toastifyCustom_1ku3d_667{padding:16px}._toastifyCustomToastError_1ku3d_671{display:flex;gap:8px}._toastifyCustomErrorIcon_1ku3d_676{padding:8px;border-radius:16px;background:#fee4e2}._toastifyCustomErrorContent_1ku3d_682{display:flex;flex-direction:column;gap:4px;font-size:14px;line-height:20px}._toastifyCustomErrorTitle_1ku3d_690{color:#101828;font-weight:600}._toastifyCustomerErrorBody_1ku3d_695{color:#475467;font-weight:400}._details_1ku3d_700{width:100%;height:100%;display:flex;flex-direction:column}._date_1ku3d_707{display:flex;flex-direction:row;align-items:center;color:#535353;font-size:13px}._label_1ku3d_715{color:var(--Gray-500, #667085);font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:16px;margin-right:4px}._description_1ku3d_725{display:block;color:var(--Gray-600, #475467);font-family:Inter;font-size:14px;font-style:normal;font-weight:300;line-height:20px;margin-bottom:12px}._dot_1ku3d_736{width:4px;height:4px;background:var(--gray-25, #DDD);border-radius:50%}._text_1ku3d_743{color:var(--Gray-500, #667085);font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:16px}._value_1ku3d_752{color:#667085;font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:16px}@keyframes _rotate_1ku3d_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes _fadeInUp_1ku3d_1{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media screen and (max-width:1000px){._reviewAnalysis_1ku3d_20,._reviewAdditionalReports_1ku3d_107{flex-direction:column!important}._left_1ku3d_299{width:100%!important}._right_1ku3d_328{flex-direction:column}._bannerCard_1ku3d_30,._insight_1ku3d_334{width:100%}._insightHeaderTitle_1ku3d_399{color:#fff;font-family:Inter;font-size:20px;font-style:normal;font-weight:500;line-height:150%;letter-spacing:-.4px}._insightHeaderDescription_1ku3d_410{overflow:hidden;color:#fff;text-overflow:ellipsis;font-family:Inter;font-size:14px;font-style:normal;font-weight:300;line-height:24px}}@media screen and (max-width:500px){._reviewDashboardPage_1ku3d_1{padding:0 12px!important}._reviewAnalysis_1ku3d_20,._reviewAdditionalReports_1ku3d_107{flex-direction:column!important}._info_1ku3d_496{flex-direction:column;align-items:flex-start}._infoMain_1ku3d_496{gap:12px}._dot_1ku3d_736{display:none}._bannerCard_1ku3d_30{padding:12px 20px!important;min-width:100%!important;flex-direction:column}._bannerFooter_1ku3d_58{flex-direction:column;gap:12px}._bannerFooterTitle_1ku3d_70{font-size:24px!important}._reportActionButton_1ku3d_90{height:40px;font-size:14px!important}._left_1ku3d_299{width:100%!important}._reviewAdditionalReportsRight_1ku3d_114{justify-content:center}._reportCard_1ku3d_121{width:100%}._reportSubtitle_1ku3d_197{width:auto}}@media screen and (min-width:500px)and (max-width:1024px){._reportCard_1ku3d_121{width:calc(50% - 10px)}}@media screen and (min-width:500px)and (max-width:600px){._reportCard_1ku3d_121{width:100%}}@media screen and (min-width:1025px)and (max-width:1600px){._reportCard_1ku3d_121{width:calc(33.333% - 14px)}}._reviewAnalyzeSetupWrapper_143on_1{min-height:72vh}._title_143on_5{color:#101828;font-family:Inter;font-size:18px;font-weight:600;line-height:28px}._modalHeaderTitle_143on_13{color:var(--Gray-900, #101828);text-align:center;font-family:Inter;font-size:20px;font-style:normal;font-weight:600;line-height:28px}._buttonsFlex_143on_23{display:flex;height:36px;gap:12px}@media(max-width:550px){._buttonsFlex_143on_23{margin-top:12px}}._credit_vei04_1{min-height:100vh;background-color:#fff;font-family:Inter;display:flex;flex-direction:column;gap:16px}._tabHeader_vei04_12{display:flex;justify-content:space-between}._dot_vei04_17{width:4px;height:4px;background:var(--gray-25, #DDD);border-radius:50%}._tabHeaderTitle_vei04_24{color:#101828;font-size:28px;font-weight:600;line-height:36px}._tabHeaderRight_vei04_31{display:flex;flex-direction:row;gap:20px;align-items:center}._tabList_vei04_38{display:flex;gap:4px}._tabItem_vei04_43{padding:8px 12px;color:#667085;font-size:16px;font-weight:600;cursor:pointer}._tabItemActive_vei04_51{border-radius:6px;background:#eceffa;color:#1f306d}._dateWrapper_vei04_57{margin-left:16px}._title_vei04_61{color:var(--Gray-600, #475467);font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px}._value_vei04_70{color:var(--Gray-900, #101828);font-family:Inter;font-size:24px;font-style:normal;font-weight:600;line-height:32px}._summaryWrapper_vei04_79{display:flex;flex-direction:row;gap:16px;flex-wrap:wrap}._lineChart_vei04_86{flex:1 1;width:100%;min-width:600px;border-radius:12px;border:1px solid #EAECF0;background:#fff;box-shadow:0 1px 2px #1018280d;display:flex;padding:16px;flex-direction:column;align-items:flex-start;gap:8px;flex:1 0 0}._chartPopup_vei04_102{display:flex;padding:12px;flex-direction:column;align-items:flex-start;align-self:stretch;border-radius:8px;font-family:Inter;background:#fff;width:125px}._chartPopupTitle_vei04_114{color:#344054;font-size:12px;font-weight:600;line-height:18px}._chartPopupDetail_vei04_121{justify-content:start;display:flex;flex-direction:row;gap:8px}._detailContent_vei04_128{display:flex;flex-direction:column;gap:4px}._detailLabel_vei04_134{color:#475467;font-size:12px;font-weight:500}._detailValue_vei04_140{color:#101828;font-size:12px;font-weight:600}._lineChartTitle_vei04_146{color:#101828;font-family:Inter;font-size:18px;font-weight:600;line-height:28px}._chartWrapper_vei04_154{width:100%;display:flex;flex-direction:row}._besideLabel_vei04_160{writing-mode:vertical-rl;transform:rotate(180deg);align-self:center;color:#475467;text-align:center;font-size:12px;font-weight:500;line-height:18px}._chart_vei04_102{width:100%;flex:1 1}._creditSummaryWrapper_vei04_176{border-radius:12px;border:1px solid #EAECF0;background:#fff;box-shadow:0 1px 2px #1018280d;display:flex;width:275px;min-width:275px;padding:16px;flex-direction:column;align-items:flex-start;gap:8px;align-self:stretch}._creditSummaryTitle_vei04_191{color:#101828;font-size:18px;font-weight:600}._itemList_vei04_197{display:flex;flex-direction:row;gap:16px;width:100%;height:100px}._item_vei04_197{flex-direction:column;height:66px;width:33.4%;display:flex;padding:20px 16px;align-items:flex-start;gap:8px;flex:1 0 0;border-radius:12px;border:1px solid var(--Gray-200, #EAECF0);background:var(--Base-White, #FFF);box-shadow:0 1px 2px #1018280d;height:100px}._itemTitle_vei04_224{color:#475467;font-size:16px;font-weight:500;line-height:20px}._itemValue_vei04_231{color:#101828;font-size:18px;font-weight:500;line-height:24px}._tableWrapper_vei04_240{display:flex;flex-direction:column;padding:16px 0;gap:16px;border-radius:12px;border:1px solid #EAECF0;background:#fff;width:100%;min-width:700px}._tableHeader_vei04_252{padding:0 24px;display:flex;gap:16px;justify-content:space-between;border-bottom:1px solid #EAECF0}._tabs_vei04_260{display:flex;justify-content:start;gap:16px}._tab_vei04_12{color:#667085;font-size:16px;font-weight:500;line-height:24px;cursor:pointer}._tabActive_vei04_274{color:var(--Brand-600, #1F306D);font-family:Inter;font-size:14px;font-style:normal;font-weight:600;line-height:20px;padding-bottom:12px;border-bottom:2px solid var(--Brand-600, #1F306D)}._creditAmount_vei04_285{color:#475467;font-family:Inter;font-size:13px;font-weight:400}._creditAmountAdd_vei04_292{color:#079455}._tableTransaction_vei04_296{display:inline-flex;align-items:center;border-radius:6px;border:1px solid #D0D5DD;background:#fff;padding:2px 6px;gap:4px;box-shadow:0 1px 2px #1018280d}._tagCircle_vei04_307{display:inline-block;width:8px;height:8px;border-radius:50%}._tagCircleAdd_vei04_314{background-color:#17b26a}._tagCircleLess_vei04_318{background-color:#f04438}._relatedReport_vei04_322{display:flex;flex-direction:column;align-items:flex-start;align-self:stretch;font-family:Inter}._relatedReportTitle_vei04_330{color:#101828;font-size:14px;font-weight:500;line-height:20px}._relatedReportValue_vei04_337{color:#475467;font-size:13px;font-weight:400;line-height:20px}._reportWrapper_vei04_346{display:flex;flex-direction:column}._categoryContent_vei04_351{border-bottom:1px solid #D0D5DD}._reportList_vei04_355{overflow-x:auto;overflow:auto;scrollbar-width:none!important}._contentHeader_vei04_361{display:flex;justify-content:space-between;width:100%}._categoryTop_vei04_367{display:flex;flex-direction:column;padding:16px 24px;align-items:flex-start;gap:4px;align-self:stretch;justify-content:space-between;position:relative}._taskTypeIcon_vei04_378{position:absolute;right:60px}._categoryName_vei04_383{color:#101828;font-size:18px;font-weight:600;line-height:24px}._categoryText_vei04_390{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:8px;flex:1 0 0;margin-top:5px;color:var(--Gray-500, var(--colors-gray-light-mode-500, #667085));font-family:Inter;font-size:12px;font-style:normal;font-weight:400;line-height:16px;margin-right:20px}._categoryTextItem_vei04_407{display:flex;gap:2px}._categoryTextCreated_vei04_412{font-weight:400}._topInfo_vei04_416{display:flex;width:100%;color:#475467;font-size:13px;font-weight:400;line-height:20px;padding:4px 8px 8px}._totalCredits_vei04_426{display:flex;gap:8px}._totalCreditsLabel_vei04_431{color:#475467;font-size:16px;font-weight:400;line-height:24px}._totalCreditsValue_vei04_438{color:#475467;font-size:16px;font-weight:600;line-height:24px}._chartPopup_vei04_102{border-radius:4px;box-shadow:0 2px 8px #00000026;width:235px;background-color:#fff;padding:6px 8px;gap:8px;color:#20025b}._chartPopupTitle_vei04_114{font-family:Roboto;font-style:normal;font-weight:500;line-height:22px;font-size:13px;margin-bottom:12px}._chartPopupDetail_vei04_121{width:100%;font-size:13px;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartPopupDetail_vei04_121>span:nth-child(2){font-weight:500}._chartPopupDetailContent_vei04_479{display:flex;flex-direction:column;gap:4px}._chartPopupDetailContentLabel_vei04_485{color:#475467;font-size:12px;font-weight:500}._chartPopupDetailContentValue_vei04_491{color:#101828;font-size:12px;font-weight:600}@media(max-width:950px){._creditSummaryWrapper_vei04_176{width:100%}._itemList_vei04_197{flex-direction:row}}@media(max-width:550px){._credit_vei04_1{padding:0 16px!important}._creditSummaryWrapper_vei04_176{width:100%}._itemList_vei04_197{flex-direction:row}._tabHeader_vei04_12{flex-direction:column}._tabHeaderRight_vei04_31{width:100%;align-items:start!important;flex-direction:column!important;margin-top:10px}._tabList_vei04_38{width:100%}._tabItem_vei04_43{text-align:center;width:50%}}._setupList_1gryn_1{min-height:100vh;background-color:#fff;font-family:Inter}._noReports_1gryn_7{height:305px;padding:40px 0;display:flex;flex-direction:column;justify-content:center;gap:24px;text-align:center;align-items:center}._dot_1gryn_18{width:4px;height:4px;background:var(--gray-25, #DDD);border-radius:50%}._creditValue_1gryn_25{color:var(--Gray-900, #101828);font-family:Inter;font-size:14px;font-style:normal;font-weight:600;line-height:20px}._listType_1gryn_34{width:100%;gap:12px}._noReportsTitle_1gryn_41{color:var(--Gray-900, #101828);text-align:center;font-family:Inter;font-size:16px;font-style:normal;font-weight:600;line-height:24px}._noReportsSubTitle_1gryn_51{color:var(--Gray-600, #475467);text-align:center;font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px}._multiSelect_1gryn_61{border-color:#000}._multiSelect_1gryn_61 .ant-select-selection-item{background-color:#fff!important;color:#344054!important;font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:22px}._rowOperation_1gryn_75{display:flex;justify-content:end;gap:12px}._rowReportName_1gryn_81{display:flex;flex-direction:column;overflow:hidden;color:#182230;text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:500}._rowReportNameValue_1gryn_92{color:#101828;font-size:14px;font-weight:500}._rowReportNameInfo_1gryn_98{display:flex;align-items:center}._rowReportNameInfoValue_1gryn_103{color:#667085;font-size:12px;font-style:normal;font-weight:500;line-height:16px}._rowCreated_1gryn_111,._rowProcessed_1gryn_112{color:#344054;font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:16px}._rowReports_1gryn_125{font-family:Inter;padding-top:8px;display:flex;align-items:flex-start;align-content:flex-start;gap:12px 16px;align-self:stretch;flex-wrap:wrap}._report_1gryn_136{cursor:pointer;display:flex;padding:2px 8px 2px 6px;align-items:center;gap:4px;font-size:14px;border-radius:6px;border:1px solid #D0D5DD;background:#fff;box-shadow:0 1px 2px #1018280d;color:#344054;text-align:center;font-weight:500;line-height:20px}._reportLoading_1gryn_153{display:flex;justify-content:center;align-items:center;animation:_rotate_1gryn_1 1s linear infinite;transform-origin:center}._error_1gryn_161{color:#b42318}._report_1gryn_136:hover{border-radius:6px;border:1px solid var(--colors-gray-light-mode-300, #D0D5DD);background:var(--Base-White, #FFF);box-shadow:0 1px 3px #1018281a,0 1px 2px #1018280f}._status_1gryn_172{font-size:12px;font-weight:500}._active_1gryn_177{color:#067647}._update_1gryn_181{color:#175cd3}._failed_1gryn_185{color:#d92d20}._uncompleted_1gryn_189{color:#98a2b3}._pageTopHeader_1gryn_193{display:flex;min-width:320px;justify-content:space-between;gap:4px;flex:1 0 0;background-color:#fff;padding-bottom:16px;margin-bottom:16px;align-items:center}._pageTopHeaderTitle_1gryn_205{color:var(--Gray-900, #101828);font-family:Inter;font-size:20px;font-style:normal;font-weight:600;line-height:28px}._pageTopHeaderRight_1gryn_214{display:flex;flex-direction:row;justify-content:space-between;gap:20px}._tools_1gryn_221{display:flex;justify-content:space-between;gap:12px}._listTypes_1gryn_227{max-height:40px;display:flex;align-items:center;border-radius:8px;border:1px solid #D0D5DD;box-shadow:0 1px 2px #1018280d}._listTypes_1gryn_227 button{padding:0}._buttonStyle_1gryn_240{display:flex;flex-direction:row;align-items:center;gap:8px}._buttonCardText_1gryn_247{color:var(--Gray-800, #182230)!important;font-family:Inter;font-size:14px;font-style:normal;font-weight:600;line-height:20px}._borderRight_1gryn_256{border-right:1px solid #D0D5DD;height:100%;place-content:center;border-top-right-radius:0!important;border-bottom-right-radius:0!important}._listButton_1gryn_264{overflow:hidden;border-radius:7px;padding:4px 10px;height:100%;align-content:center}._listButtonActive_1gryn_272{background:#f9fafb}._listButtonRight_1gryn_276{margin-top:0!important;padding:3px 10px!important;border-top-left-radius:0!important;border-bottom-left-radius:0!important}._searchText_1gryn_283{max-height:40px}._tabList_1gryn_287{display:flex;flex-direction:row;gap:4px}._tabItem_1gryn_293{max-height:42px;padding:8px 12px;color:#667085;font-size:16px;font-weight:600;cursor:pointer}._tabItemActive_1gryn_302{border-radius:6px;background:#eceffa;color:#1f306d}._creditDetails_1gryn_308{display:flex;align-items:flex-start;align-self:stretch}._warningCredit_1gryn_315{display:flex;padding-right:12px;padding-top:12px;align-items:center;gap:4px;align-self:stretch;color:#475467;font-size:12px;font-weight:500}._warningCredit_1gryn_315._mobile_1gryn_327{display:none}._remainingCredit_1gryn_331{display:flex;width:50%;padding:20px 20px 20px 0;align-items:flex-start;flex-direction:column;border-right:1px solid #EAECF0;justify-content:space-between;min-height:106px}._subRemainingCredit_1gryn_343{display:flex;flex-direction:row;justify-content:space-between;width:100%}._title_1gryn_350{display:flex;align-items:center;gap:4px;flex:1 0 0;align-self:stretch;color:#101828;font-family:Inter;font-size:18px;font-style:normal;font-weight:600;line-height:28px}._subTitle_1gryn_364{color:#101828;font-family:Inter;font-size:16px;font-style:normal;font-weight:500;line-height:22px}._remainingCreditLeft_1gryn_373{display:flex;height:auto;align-items:flex-start;gap:16px}._remainingCreditIcon_1gryn_380{padding:6px;border-radius:8px;background:#f2f4f7}._remainingValuesTitle_1gryn_388{color:#475467;font-size:16px;font-weight:500;line-height:20px;margin-bottom:8px}._remainingValuesValue_1gryn_396{color:#101828;font-size:24px;font-weight:600;line-height:24px;display:flex;gap:12px;align-items:center}._credits_1gryn_406{display:flex;flex-direction:column;align-self:center}._usedPercentage_1gryn_413,._creditUsed_1gryn_414{color:#475467;font-weight:400;line-height:20px;gap:12px;align-items:center}._used_1gryn_413,._totalCredit_1gryn_428{display:flex;gap:4px;align-items:center}._creditText_1gryn_434{color:var(--Gray-600, #475467);font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px}._creditUsed_1gryn_414{width:100%;display:flex;justify-content:space-between;margin-bottom:4px;font-size:14px}._creditUsedValue_1gryn_452{color:#182230;font-weight:600}._setupContent_1gryn_457{display:flex;padding:24px 0;flex-direction:column;align-items:flex-start;gap:24px}._contentHeader_1gryn_465{display:flex;justify-content:space-between;width:100%}._contentHeaderTitle_1gryn_471{color:#101828;font-size:24px;font-weight:600}._recent_1gryn_477{font-size:20px}._contentHeaderFilters_1gryn_481{display:flex;gap:12px}._customDropdownContainer_1gryn_486{position:relative;color:#374151;z-index:0;display:flex;height:36px;justify-content:center;align-items:center;gap:4px;color:#344054;font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px}._selectTitle_1gryn_503{display:flex;flex-direction:column;gap:12px}._customDropdownTrigger_1gryn_509{gap:4px;display:flex;justify-content:space-between;align-items:center;width:100%;padding:8px 12px;border-radius:8px;border:1px solid #D0D5DD;background:#fff;box-shadow:0 1px 2px #1018280d;cursor:pointer;transition:border-color .2s}._selectedText_1gryn_524{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:16px}._badge_1gryn_531{display:flex;height:20px;padding:2px 6px;align-items:center;border-radius:16px;border:1px solid var(--Brand-50, #D8DEF4);background:var(--Brand-25, #ECEFFA)}._placeholder_1gryn_541{color:#9ca3af}._arrow_1gryn_545{margin-left:.5rem;transition:transform .2s}._arrowOpen_1gryn_550{transform:rotate(180deg)}._dropdown_1gryn_554{position:absolute;top:calc(100% + .25rem);left:0;width:100%;max-height:15rem;overflow-y:auto;background-color:#fff;border:1px solid #e5e7eb;border-radius:.25rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;z-index:10;display:flex;flex-direction:column;padding:8px 6px;align-items:flex-start;gap:4px;animation:_fadeIn_1gryn_1 .2s ease-out}._divider_1gryn_574{height:1px;width:100%;background-color:#eaecf0}._option_1gryn_580{width:100%;display:flex;justify-content:space-between;align-items:center;padding:.5rem 1rem;cursor:pointer;transition:background-color .2s}._option_1gryn_580:hover{background-color:#f3f4f6}._selected_1gryn_524{background-color:#f9fafb;border-radius:6px}._optionLabel_1gryn_599{flex-grow:1}._optionCheck_1gryn_603{color:#1f306d;margin-left:.5rem}._setups_1gryn_608{width:100%;display:grid;grid-template-columns:repeat(3,1fr);gap:24px}._setupItem_1gryn_615{min-height:224px;width:100%;min-width:0;max-width:100%;padding:16px 16px 0;display:flex;flex-direction:column;align-items:flex-start;border-radius:8px;border:1px solid #E5E7EA;background:#fff}._mainHeader_1gryn_631{width:100%;display:flex;flex-direction:column;align-items:flex-start;flex:1 0 0;align-self:stretch;gap:8px}._mainHeaderTop_1gryn_641{display:flex;width:100%;justify-content:space-between}._setupHeader_1gryn_649{display:flex;flex-direction:column;padding-bottom:16px}._setupTitle_1gryn_655{overflow:hidden;color:#182230;text-overflow:ellipsis;font-size:16px;font-weight:600}._setupInfo_1gryn_663{padding-top:8px;display:flex;gap:8px;align-items:center}._centered_1gryn_670{display:flex;align-self:center}._info_1gryn_675{display:flex;gap:4px;color:var(--Gray-700, #344054);font-family:Inter;font-size:12px;font-style:normal;font-weight:500;line-height:16px;align-items:center}._infoText_1gryn_687{font-weight:400}._infoValue_1gryn_691{font-weight:500}._setupBody_1gryn_695{width:100%;height:100%;padding-bottom:16px;display:flex;flex-direction:column;justify-content:space-between}._text_1gryn_704{color:var(--Gray-700, #344054);font-family:Inter;font-size:12px;font-style:normal;font-weight:400;line-height:16px}._reports_1gryn_713{padding-top:8px;display:flex;align-items:flex-start;align-content:flex-start;gap:12px 16px;align-self:stretch;flex-wrap:wrap}._errorMessage_1gryn_725{color:var(--Gray-600, #475467);font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:18px;display:flex;gap:4px}._errorMessageIcon_1gryn_736{display:flex;width:20px;height:20px;padding:2px;justify-content:center;align-items:center;background:#fee4e2;border-radius:16px}._itemFooter_1gryn_747{height:100%;display:flex;justify-content:end;align-items:flex-end;margin-right:auto}._reportActionButton_1gryn_755{display:flex;height:48px;padding:12px 18px;justify-content:center;align-items:center;gap:6px;font-size:16px;font-weight:600;line-height:24px}._reportActionButton_1gryn_755._error_1gryn_161,._reportActionButton_1gryn_755._error_1gryn_161 span{color:#b42318!important}._updatingProgress_1gryn_775{margin:24px 0}._itemHeader_1gryn_781{min-height:88px;padding:16px 20px;display:flex;flex-direction:column;align-items:center;border-bottom:1px solid #F2F4F7;border-top-left-radius:12px;border-top-right-radius:12px}._topHeader_1gryn_792{width:100%;display:flex;justify-content:space-between}._topSubHeader_1gryn_798{display:flex;gap:8px;align-items:center}._itemHeader_1gryn_781._errorHeader_1gryn_804:after{background:#ff4747}._nameIcon_1gryn_808{position:absolute;right:0;top:0}._left_1gryn_814{flex:1;overflow:hidden}._icon_1gryn_819{display:flex}._errorIcon_1gryn_826{display:flex;border-radius:10px;height:20px;width:20px;justify-content:center;background:var(--Error-100, #FEE4E2)}._reportName_1gryn_835{color:#101828;font-size:16px;font-weight:600;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;max-width:100%;margin-bottom:8px}._tag_1gryn_848{height:22px;padding:2px 8px;align-items:center;border-radius:16px;font-size:12px;font-weight:500}._title_1gryn_350{color:#475467;font-size:16px;font-weight:500;line-height:20px;margin-bottom:8px}._tag_1gryn_848._active_1gryn_177{border:1px solid #ABEFC6;background:#ecfdf3;color:#067647}._tag_1gryn_848._draft_1gryn_871{border:1px dashed #D5D9EB;background:#f8f9fc;color:#363f72}._tag_1gryn_848._inProgress_1gryn_877,._tag_1gryn_848._updating_1gryn_775{border:1px solid #B9E6FE;background:#f0f9ff;color:#026aa2}._tag_1gryn_848._error_1gryn_161{border:1px solid #FECDCA;background:#fef3f2;color:#b42318}._tag_1gryn_848._passive_1gryn_890{border:1px solid #D5D9EB;background:#f8f9fc;color:#363f72}._pointer_1gryn_896{cursor:pointer}._setupItem_1gryn_615:hover{border-radius:8px;border:1px solid #B3FFE8;background:#f9fdff}._borderless_1gryn_906{border:none;padding:24px 0 32px}._pending_1gryn_911{margin-bottom:32px}._value_1gryn_915{color:var(--colors-text-text-secondary-700, #344054);font-family:Inter;font-size:12px;font-style:normal;font-weight:500;line-height:16px;margin-left:2px}._remainingRed_1gryn_925{color:var(--Sentiment-Negative, #FF4747);font-family:Inter;font-size:14px;font-style:normal;font-weight:600;line-height:20px}@keyframes _rotate_1gryn_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(max-width:1000px){._pageTopHeaderRight_1gryn_214{flex-direction:column!important}._tabList_1gryn_287{justify-content:flex-end!important}._warningCredit_1gryn_315{display:none!important}._warningCredit_1gryn_315{margin-top:16px}._warningCredit_1gryn_315._mobile_1gryn_327{display:block!important}._warningCredit_1gryn_315._inCard_1gryn_966{display:none!important}._remainingCredit_1gryn_331{height:126px!important}}@media(max-width:850px){._contentHeader_1gryn_465 ._noReportsText_1gryn_39{flex-wrap:nowrap!important}}@media(max-width:550px){._pageTopHeader_1gryn_193{flex-direction:column!important;align-items:flex-start;gap:16px}._pageTopHeaderRight_1gryn_214{margin-top:16px;flex-direction:column!important}._tools_1gryn_221{display:inline-flex!important;justify-content:end;flex-wrap:wrap;width:100%}._searchText_1gryn_283{width:100%;margin-top:8px}._tabItem_1gryn_293{width:50%;text-align:center}._warningCredit_1gryn_315{display:none!important}._warningCredit_1gryn_315{margin-top:16px}._warningCredit_1gryn_315._mobile_1gryn_327{display:block!important}._warningCredit_1gryn_315._inCard_1gryn_966{display:none!important}._creditDetails_1gryn_308{flex-direction:column}._remainingCredit_1gryn_331{height:96px!important;width:100%!important;border-right:none!important;padding-right:0!important;justify-content:space-between!important}._remainingValues_1gryn_386{min-width:145px}._credits_1gryn_406{width:100%!important;padding:0!important}._noReports_1gryn_7{padding:0 16px!important;margin-top:44px}._noReportsSubTitle_1gryn_51{width:350px!important}._contentHeader_1gryn_465{align-items:flex-start!important}._contentHeader_1gryn_465 ._noReportsText_1gryn_39{flex-wrap:nowrap!important}._setupContent_1gryn_457{margin-bottom:10px}._contentHeader_1gryn_465{flex-direction:column!important;gap:12px}._multiSelect_1gryn_61{width:40%!important}._contentHeaderFilters_1gryn_481{flex-direction:row}._borderless_1gryn_906,._setups_1gryn_608{padding:0!important}._setupItem_1gryn_615{min-width:300px!important;height:260px!important}._itemHeader_1gryn_781{padding:16px!important}._setupInfo_1gryn_663{display:inline!important}._itemBody_1gryn_723{padding:16px!important;gap:4px!important}._errorMessage_1gryn_725{align-items:flex-start!important}._itemBody_1gryn_723 ._item_1gryn_723{gap:4px!important;flex:1 0 0!important}._itemBody_1gryn_723 ._item_1gryn_723 ._text_1gryn_704{height:42px!important}._recentlyReports_1gryn_1124 ._recentlyHeader_1gryn_1124{margin-bottom:12px!important}._recentlyReports_1gryn_1124 ._operations_1gryn_1128{display:none}._reportList_1gryn_1132{overflow-x:auto;overflow:auto;scrollbar-width:none!important}._setupItem_1gryn_615 ._topHeader_1gryn_792,._setupItem_1gryn_615 ._setupInfo_1gryn_663{width:100%}._setupsWrapper_1gryn_1146{padding:0 16px!important}._right_1gryn_846{width:auto;max-width:100%;overflow:auto}._creditText_1gryn_434{width:max-content!important}._topSubHeader_1gryn_798{align-items:center}._info_1gryn_675{width:max-content;margin-top:0}._mainHeader_1gryn_631{flex:none}._setupItem_1gryn_615{min-height:auto!important;height:auto!important}}@media(min-width:1400px){._setups_1gryn_608{grid-template-columns:repeat(4,1fr);gap:20px}}@media(max-width:1578px){._setups_1gryn_608{grid-template-columns:repeat(3,1fr);gap:20px}}@media(max-width:1200px){._setups_1gryn_608{grid-template-columns:repeat(2,1fr);gap:16px;padding:20px 0}}@media(max-width:768px){._setups_1gryn_608{grid-template-columns:1fr;gap:16px;padding:16px 0}._setupItem_1gryn_615{max-width:100%}}@media(max-width:576px){._setups_1gryn_608{gap:12px;padding:12px 0}._setupItem_1gryn_615{padding:12px 12px 0}}._setupUpdateWrapper_a3lj9_1{font-family:Inter}._setupHeader_a3lj9_6{display:flex;flex-direction:column;justify-content:space-between;padding:16px 0;align-self:center}._setupHeaderTop_a3lj9_14{width:100%;display:flex;justify-content:space-between;margin-bottom:12px;align-self:center}._title_a3lj9_22{display:flex;white-space:nowrap;align-self:center}._titleText_a3lj9_28{display:flex;align-items:center;color:#101828;font-size:20px;font-weight:600;line-height:28px}._setupInfo_a3lj9_37{display:flex;width:100%;gap:8px}._status_a3lj9_43{font-size:12px;font-weight:500}._active_a3lj9_48{color:#067647}._update_a3lj9_52{color:#175cd3}._failed_a3lj9_56{color:#d92d20}._uncompleted_a3lj9_60{color:#98a2b3}._info_a3lj9_64{color:var(--Gray-700, #344054);font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:16px;display:flex;align-items:center;white-space:nowrap;gap:8px}._info_a3lj9_64 svg{margin-left:4px;margin-right:4px}._infoText_a3lj9_82{gap:4px;display:flex;color:#667085;font-family:Inter;font-size:12px;font-style:normal;font-weight:500;line-height:16px}._label_a3lj9_93{color:var(--Gray-500, #667085);font-family:Inter;font-size:12px;font-style:normal;font-weight:400;line-height:16px}._tag_a3lj9_103{display:flex;padding:2px 8px;align-items:center;border-radius:16px;border:1px solid #ABEFC6;background:#ecfdf3;color:#067647;text-align:center;font-size:12px;font-weight:500}._date_a3lj9_116{color:#475467;font-size:12px;font-weight:400;align-content:center}._updateOperations_a3lj9_123{display:flex;gap:10px}._setupHeaderBottom_a3lj9_129{width:100%;display:flex;flex-direction:row;padding:0 24px 0 32px;font-size:14px;font-weight:500;line-height:16px}._bottomInfo_a3lj9_139{display:flex;align-items:center;padding-right:8px;gap:2px;color:#344054}._extraReports_a3lj9_147{display:flex;align-items:center;gap:8px;align-self:stretch;color:#667085;margin-left:8px}._centered_a3lj9_156{display:flex;align-self:center}._creditSummaryCard_a3lj9_162{display:flex;padding:16px;align-items:flex-start;gap:8px;align-self:stretch;justify-content:space-between;flex-wrap:wrap;border-radius:12px;border:1px solid #EAECF0;background:#fff;box-shadow:0 1px 2px #1018280d}._summaryItem_a3lj9_176{min-width:250px;padding:0 12px}._name_a3lj9_181{padding-bottom:8px;color:#475467;font-size:16px;font-weight:400}._subTitle_a3lj9_188{color:#475467;font-size:14px;font-weight:400;line-height:20px}._value_a3lj9_195{color:#344054;font-family:Inter;font-size:18px;font-style:normal;font-weight:600;line-height:20px}._urlTableWrapper_a3lj9_205{border-radius:16px;border-bottom:0;border:1px solid #EAECF0;margin:20px 12px 0}._urlTableCardHeader_a3lj9_213{display:flex;justify-content:space-between;padding:16px 20px;align-items:center;gap:8px;align-self:stretch;border-bottom:1px solid #EAECF0}._left_a3lj9_223{display:flex;align-items:center;gap:8px}._leftTitle_a3lj9_229{color:#344054;font-size:18px;font-weight:600;line-height:24px}._leftTag_a3lj9_236{display:flex;padding:3px 8px;justify-content:center;align-items:center;gap:3px;border-radius:6px;border:1px solid #D0D5DD;background:#fff}._tableSku_a3lj9_254{display:flex;align-items:center;gap:12px}._tableSku_a3lj9_254 img{width:40px;object-fit:contain}._tableSkuRight_a3lj9_265{display:flex;flex-flow:column}._tableSkuTitle_a3lj9_270{color:#101828;font-size:14px;font-weight:400;line-height:22px}._topicTag_a3lj9_277{display:flex;padding:3px 8px;justify-content:center;align-items:center;gap:3px;border-radius:6px;border:1px solid #D0D5DD;background:#fff}._icon_a3lj9_288{padding:6px;border-radius:8px;background:#f2f4f7}._iconFlex_a3lj9_294{display:flex}._value_a3lj9_195{color:#101828;font-size:24px;font-weight:600;line-height:24px;display:flex;gap:12px;align-items:center}._tableSpan_a3lj9_308{color:var(--Gray-600, #475467);font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px}._topicCard_a3lj9_318{border-radius:16px;border-bottom:0;border:1px solid #EAECF0;margin:0 12px}._topicCardHeader_a3lj9_326{display:flex;justify-content:space-between;padding:16px 20px;align-items:center;gap:8px;align-self:stretch;border-bottom:1px solid #EAECF0}._topicLeft_a3lj9_336{display:flex;align-items:center;gap:8px}._topicLeftTitle_a3lj9_342{color:#344054;font-size:18px;font-weight:600;line-height:24px}._topicLeftTag_a3lj9_349{padding:4px 10px;border-radius:8px;border:1px solid #D0D5DD;background:#fff;box-shadow:0 1px 2px #1018280d;color:#344054;text-align:center;font-size:14px;font-weight:500;line-height:20px}._listTag_a3lj9_362{display:flex;padding:16px 20px 20px;align-items:center;align-content:center;gap:16px 12px;align-self:stretch;flex-wrap:wrap;max-height:190px;overflow-y:scroll;scrollbar-width:none}._selectedTopic_a3lj9_375{display:flex;padding:2px 8px;align-items:center;justify-content:center;gap:3px;border-radius:6px;border:1px solid var(--Brand-50, #9EADE4);background:var(--Gray-blue-50, #F8F9FC);color:var(--Gray-blue-700, #363F72);text-align:center;font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px}._selectedTopicText_a3lj9_394{color:#344054;text-align:center;font-size:16px;font-weight:500;line-height:24px}._brandStatus_a3lj9_403{border-radius:6px;border:1px solid var(--Gray-300, #D0D5DD);background:var(--Base-White, #FFF);box-shadow:0 1px 2px #1018280d;display:inline-flex;padding:2px 8px;color:var(--Gray-700, #344054);text-align:center;font-family:Roboto;font-size:12px;font-style:normal;font-weight:500;line-height:18px}._myBrad_a3lj9_420{color:#067647;border:1px solid #ABEFC6;background:#ecfdf3}._searchWrapper_a3lj9_427{text-align:center}._searchText_a3lj9_432{height:40px;width:295px}@media(max-width:550px){._setupUpdateWrapper_a3lj9_1{padding:0 16px}._title_a3lj9_22{flex-direction:column!important}._creditSummaryCard_a3lj9_162{flex-wrap:nowrap!important}._summaryItem_a3lj9_176{min-width:50px!important;width:100%!important;flex-direction:column!important}}._qaSenseSetupPage_15zov_1{width:calc(100vw - 114px);min-height:calc(100vh - 200px)}._qaSenseSetup_15zov_1{width:100%}._qaSenseSetupStepWrapper_15zov_11{width:100%;display:flex;align-items:center;justify-content:center}._container_15zov_17{margin:0 24px 32px;justify-items:center}._card_15zov_23{display:flex;flex-direction:column;align-items:center;align-self:stretch;font-family:Inter;border-radius:16px;border:1px solid #eaecf0;background:#fff;box-shadow:0 8px 16px -4px #2f333d14}._cardHeader_15zov_36{display:flex;flex-direction:column;padding:20px 24px;align-items:flex-start;align-self:stretch;border-bottom:1px solid #eaecf0}._cardTitle_15zov_45{color:#344054;font-size:18px;font-weight:600;line-height:28px}._cardDescription_15zov_52{color:#475467;font-size:14px;font-weight:400;line-height:20px}._cardInput_15zov_59{padding:24px 32px;width:100%}._bottom_15zov_64{width:100%;height:92px;padding:24px;display:flex;flex-direction:row;z-index:1;justify-content:center;align-items:flex-start;position:fixed;bottom:0;margin-top:100px;left:0;background-color:#fff;border-top:1px solid var(--Gray-200, #eaecf0)}._rightButton_15zov_81{padding:10px 14px;color:var(--Base-White, #fff);font-family:Inter;font-size:14px;font-style:normal;font-weight:600;line-height:20px}._leftButton_15zov_91{padding:10px 14px;margin-left:104px;color:#475467;font-family:Inter;font-size:14px;font-style:normal;font-weight:600;line-height:20px}._rightBottomBar_15zov_102{gap:12px;display:flex;flex-direction:row;margin-left:auto;margin-right:24px}@media(max-width:1024px){._qaSenseSetupPage_15zov_1{width:calc(100vw - 24px)}._bottom_15zov_64{justify-content:space-between}._leftButton_15zov_91{margin-left:24px}._rightButton_15zov_81{margin-right:0}}@media(max-width:768px){._card_15zov_23{width:100%}._container_15zov_17{margin:24px 7px}}@media(max-width:500px){._createHeaderWrapper_15zov_135{display:none}}._cardWrapper_oltqq_1{max-width:1080px;width:100%;margin-bottom:96px}._addUrlContent_oltqq_6{display:flex;flex-flow:column;gap:24px;width:100%;padding:24px 24px 32px}._addUrlContentHeader_oltqq_13{width:100%;display:flex;justify-content:end}._urlInput_oltqq_19{display:flex;flex-direction:row;align-items:flex-start;align-self:stretch;width:100%;align-self:center}._urlInputWrapper_oltqq_28{width:100%!important;gap:0!important}._urlSpecialInput_oltqq_32{height:40px;width:100%!important;border:1px solid #e0e0e0;border-right:none;border-radius:8px 0 0 8px;gap:0!important;padding:8px 40px 8px 12px}._urlSpecialInput_oltqq_32:focus,._urlSpecialInput_oltqq_32:focus-visible{border-radius:8px;border:1px solid #2F49A6;background:#fff;box-shadow:0 1px 2px #1018280d,0 0 0 4px #9eade43d}._errorInput_oltqq_48{height:40px;width:100%!important;border:1px solid #e0e0e0;border-radius:8px 0 0 8px;gap:0!important;padding:8px 40px 8px 12px;border-color:#d92d20;margin-bottom:2px}._errorInput_oltqq_48:focus,._errorInput_oltqq_48:focus-visible{outline:none!important;border-color:#d92d20!important;box-shadow:0 1px 2px #1018280d,0 0 0 4px #f044383d}._urlAddButton_oltqq_65{width:84px;height:18px;padding:10px 14px;border:1px solid #e0e0e0;border-radius:0 8px 8px 0}._importsList_oltqq_72{display:flex;flex-direction:column;align-items:flex-start;align-self:stretch;width:100%}._listHeader_oltqq_79{padding-top:24px;padding-bottom:16px;display:flex;flex-direction:row;justify-content:space-between;align-self:stretch;width:100%}._title_oltqq_89{display:flex;gap:10px;align-items:center}._text_oltqq_95{color:#475467;font-size:16px;font-weight:600;line-height:24px}._tag_oltqq_101{color:var(--Gray-700, #344054);text-align:center;font-size:12px;font-weight:500;line-height:18px;border-radius:6px;border:1px solid #d0d5dd;background:#fff;display:flex;padding:2px 6px;align-items:center;box-shadow:0 1px 2px #1018280d}._deleteAllButton_oltqq_116{padding:8px 12px!important}._listWrapper_oltqq_120{width:100%;height:100%}._noUrlWrapper_oltqq_125{padding:20px 0;display:flex;flex-direction:column;align-items:center;gap:4px;align-self:stretch}._noURLTitle_oltqq_133{color:#101828;text-align:center;font-size:16px;font-weight:600;line-height:24px}._subTitle_oltqq_140{max-width:375px;color:#475467;text-align:center;font-size:14px;font-weight:400;line-height:20px}._url_oltqq_19{display:flex;flex-direction:row;border-bottom:1px solid #eaecf0;justify-content:space-between}._urlInfo_oltqq_154{display:flex;gap:48px;padding:16px 24px 16px 0}._img_oltqq_160{width:60px;border-radius:8px}._linkContainer_oltqq_164{display:flex;gap:8px}._link_oltqq_164{display:flex;white-space:wrap;overflow:hidden;color:#475467;font-size:14px;font-weight:400;line-height:20px}._invalid_oltqq_178{color:#d92d20}._operation_oltqq_182{display:flex;align-items:center;gap:12px}._deleteAllButton_oltqq_116{color:#344054!important;font-weight:600!important;padding:8px 12px!important;width:93px!important}._leftButton_oltqq_194{padding:10px 14px!important;margin-left:104px!important;color:#475467!important;font-size:14px!important;font-weight:600;line-height:20px}@media(max-width:768px){._cardWrapper_oltqq_1{width:100%;min-width:388px}._urlInfo_oltqq_154{overflow:hidden}}._customModal_19qct_1{border-radius:8px!important}._customModalBody_19qct_4{padding:0 24px 16px!important}._uploadUrlUpload_19qct_9{display:flex;flex-direction:column;align-items:flex-start;gap:16px;align-self:stretch}._uploadUrlUploadInstructions_19qct_17{display:flex;flex-direction:column;padding-left:15px;align-items:flex-start;gap:4px;align-self:stretch;color:#475467;font-size:14px;font-weight:400;line-height:22px;list-style:decimal}._cursorPointer_19qct_31{cursor:pointer;color:#475467;font-size:14px;font-weight:600;line-height:22px;text-decoration:underline}._uploadUrlUploadArea_19qct_39{padding-bottom:8px;width:100%}._enterUrlFileThumbnailContainer_19qct_44{margin-top:16px;display:flex;flex-direction:row;padding:16px;align-items:center;gap:4px;align-self:stretch;border-radius:12px;border:1px solid #eaecf0}._enterUrlFileThumbnail_19qct_44{width:100%;display:flex;justify-content:space-between;gap:12px}._enterUrlFileThumbnailLeft_19qct_61{align-items:center;display:flex;gap:12px}._enterUrlFileThumbnailLeftFileName_19qct_66{overflow:hidden;color:#344054;text-overflow:ellipsis;font-size:14px;font-weight:500;line-height:20px}._enterUrlFileThumbnailRightButton_19qct_75{padding:8px 12px;color:#344054;font-size:14px;font-weight:600;line-height:20px}._operations_19qct_82{margin-top:32px;display:flex;gap:12px;padding:0 0 8px;min-width:20px;align-self:center;justify-content:end}._operationButton_19qct_92{display:flex;padding:10px 16px;justify-content:center;align-items:center;gap:6px}._errorText_19qct_99{overflow:hidden;color:#475467;text-overflow:ellipsis;font-size:14px;font-weight:400;line-height:20px}._tableCard_ucl44_1{width:100%}._noneBorder_ucl44_4{border-bottom:none!important}._paddingTop_ucl44_7{padding-top:20px!important}._tableCardHeader_ucl44_10{display:flex;padding:16px;align-items:center;align-self:stretch;border-bottom:2px solid #eaecf0;background:#fff0;cursor:pointer}._tableCardBody_ucl44_20{padding:12px 16px;display:flex;flex-direction:column;gap:8px;border-bottom:1px solid #eaecf0}._image_ucl44_28{height:12px}._tableCardBodyItem_ucl44_32{display:flex;justify-content:space-between;padding-bottom:8px;border-bottom:1px solid #f2f4f7}._tableCardBodyItem_ucl44_32:last-child{padding-bottom:0;border-bottom:none;margin-bottom:0}._tableCardBodyItemLabel_ucl44_43{color:#475467;font-size:12px;font-weight:500;line-height:18px}._tableCardBodyItemValue_ucl44_49{color:#475467;font-size:14px;font-weight:400;line-height:20px}._tableCardBodyItemCountValue_ucl44_55{color:#101828;font-size:14px;font-weight:500;line-height:20px}._tableBrandStatus_ucl44_61{display:inline-flex;padding:2px 6px;align-items:center;border-radius:6px;border:1px solid #d0d5dd;background:#fff;box-shadow:0 1px 2px #1018280d;color:#344054;text-align:center;font-size:12px;font-weight:500;line-height:18px}._tableBrandWrapper_ucl44_75{display:flex;gap:8px}._displayStatus_ucl44_80{margin-left:16px;display:inline!important;padding:2px 8px;align-items:center;text-align:center;font-family:Inter;font-size:12px;font-style:normal;font-weight:500;line-height:18px;border-radius:16px}._displayStatus_ucl44_80._error_ucl44_94{color:#b42318;border:1px solid #fecdca;background:#fef3f2}._displayStatus_ucl44_80._inprogress_ucl44_99{color:#175cd3;border:1px solid #b2ddff;background:#eff8ff}._displayStatus_ucl44_80._pending_ucl44_105{color:#344054;border:1px solid #eaecf0;background:#f9fafb}._displayStatus_ucl44_80._ready_ucl44_111{color:#067647;border:1px solid #abefc6;background:#ecfdf3}._container_14a88_1{display:flex;flex-direction:column;gap:20px;width:100%;justify-items:center;border-radius:16px;border:1px solid #eaecf0;background:#fff;margin-top:-10px;box-shadow:0 8px 16px -4px #2f333d14}._topHeaderContainer_14a88_14{border-bottom:1px solid #eaecf0}._topHeader_14a88_14{display:flex;flex-direction:column;gap:4px;padding:20px 24px;align-items:flex-start;align-self:stretch}._topHeaderTitle_14a88_26{color:#344054;font-size:18px;font-weight:600;line-height:28px}._topHeaderSubtitle_14a88_32{color:#475467;font-size:14px;font-weight:400;line-height:20px}._content_14a88_38{display:flex;flex-direction:column;gap:20px;width:100%;margin-bottom:150px;padding:4px 24px 20px}._header_14a88_46{width:100%;display:flex;flex-direction:column;gap:4px}._title_14a88_52{display:flex;gap:4px;color:#344054;font-size:20px;font-weight:600;line-height:28px}._info_14a88_60{color:#475467;font-size:14px;font-weight:400;line-height:20px}._topicListTag_14a88_66{display:flex;align-items:center;align-content:center;gap:16px 12px;align-self:stretch;flex-wrap:wrap}._topicTag_14a88_74{display:flex;padding:4px 10px;align-items:center;border-radius:8px;border:1px solid #e1e6f7;background:#e8f0fe;color:#363f72;text-align:center;font-size:14px;font-style:normal;font-weight:500;line-height:20px}._count_14a88_89{color:#344054;text-align:center;font-size:12px;font-weight:500;line-height:18px;display:flex;padding:2px 6px;margin-left:6px;align-items:center;gap:8px;border-radius:6px;border:1px solid #d0d5dd;background:#fff;box-shadow:0 1px 2px #1018280d}._searchInput_14a88_105{width:285px}._confirmSetupText_14a88_109{color:#475467;font-size:14px;font-style:normal;font-weight:400;line-height:20px}._productsProcessed_14a88_116{border-radius:8px;background-color:#f9fafb;width:100%;margin-top:20px;color:#475467;font-size:14px;font-style:normal;font-weight:500;line-height:20px;display:flex;padding:12px 16px;flex-direction:row;justify-content:space-between;align-items:flex-start;gap:12px;align-self:stretch}._productsProcessedValue_14a88_134{color:#344054;font-weight:600}._operations_14a88_138{display:flex;justify-content:flex-end;gap:12px;margin-top:32px}._tableBrandStatus_14a88_144{display:inline-flex;padding:2px 6px;align-items:center;border-radius:6px;border:1px solid #d0d5dd;background:#fff;box-shadow:0 1px 2px #1018280d;color:#344054;text-align:center;font-size:12px;font-weight:500;line-height:18px}._mobileTableWrapper_14a88_158{width:100%;display:none;flex-flow:column;gap:16px;border-top:1px solid #eaecf0}._mobileTableWrapperFailed_14a88_165{width:100%;display:none;flex-flow:column;gap:16px}._card_14a88_171{padding:20px 0 30px}._cardHeader_14a88_174{padding:0 16px 16px}@media(max-width:768px){._card_14a88_171{display:flex;flex-direction:column;gap:16px;padding:0}._cardHeader_14a88_174{padding:16px 20px}._desktopTableWrapper_14a88_188{display:none}._cardHeaderRight_14a88_191{display:flex}._mobileTableWrapper_14a88_158,._mobileTableWrapperFailed_14a88_165{display:flex!important}._container_14a88_1{margin-top:16px}}._cardWrapper_650hb_1{width:632px}@media(max-width:768px){._cardWrapper_650hb_1{width:100%;min-width:300px}}._cardWrapper_2nq0q_1{width:632px}._cardContent_2nq0q_4{display:flex;padding:24px;flex-direction:column;align-items:flex-start;gap:32px;align-self:stretch}._cardRadioItem_2nq0q_12{cursor:pointer;display:flex;flex-direction:row;align-items:flex-start;gap:12px;align-self:stretch}._radioButtonContent_2nq0q_20{display:flex;flex-direction:column}._radioButtonTitle_2nq0q_24{color:#344054;font-size:16px;font-weight:500;line-height:24px}._radioButtonDescription_2nq0q_30{color:#475467;font-size:16px;font-weight:400;line-height:24px}._reportTypeCheckbox_2nq0q_36{color:#344054;font-size:14px;font-weight:500;line-height:20px;margin-top:8px}._rangeDates_2nq0q_43{width:100%;display:flex;flex-direction:row;align-items:center;gap:8px;margin-top:8px}._languageContent_2nq0q_51{padding:0 24px 32px;display:flex;flex-direction:column;align-items:flex-start;gap:8px;align-self:stretch}._languageHeader_2nq0q_59{color:#344054;font-size:16px;font-weight:500}._languageSubheader_2nq0q_64{color:#475467;font-size:14px;font-weight:400;line-height:20px;margin-bottom:8px}@media(max-width:768px){._cardWrapper_2nq0q_1{width:100%;min-width:388px}}._contentWrapper_yw11v_1{width:100%;display:flex;flex-direction:column;gap:20px;padding:24px 24px 32px}._loadingWrapper_yw11v_8{width:100%;height:100%;display:flex;justify-content:center;align-items:center}._brandListWrapper_yw11v_15{width:100%;display:grid;grid-template-columns:repeat(5,146px);gap:20px 16px}._searchInputWrapper_yw11v_21{width:100%;display:flex;justify-content:flex-end}._searchInput_yw11v_21{width:320px!important}._myBrandCountWrapper_yw11v_29{display:flex;gap:8px}._myBrandCount_yw11v_29{height:22px;align-self:center;color:#344054;text-align:center;font-size:12px;font-weight:500;line-height:18px;display:flex;padding:2px 6px;align-items:center;gap:8px;border-radius:6px;border:1px solid #d0d5dd;background:#fff;box-shadow:0 1px 2px #1018280d}._brandItem_yw11v_51{grid-column:span 1;cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;border-radius:12px;border:1.5px solid var(--Gray-300, #d0d5dd);background:#fff;display:flex;height:52px;padding:12px 20px;font-weight:500;font-size:16px;line-height:28px;justify-content:center;align-items:center;gap:3px;flex:1 0 0}._myBrand_yw11v_29{border:2px solid #788DD9;background:#f8f9fc}._span1_yw11v_75{grid-column:span 1}._span2_yw11v_78{grid-column:span 2}._span3_yw11v_81{grid-column:span 3}._span4_yw11v_84{grid-column:span 4}._span5_yw11v_87{grid-column:span 5}@media(max-width:768px){._brandListWrapper_yw11v_15{grid-template-columns:repeat(4,130px)}._span1_yw11v_75{grid-column:span 1}._span2_yw11v_78,._span3_yw11v_81{grid-column:span 3}._span4_yw11v_84,._span5_yw11v_87{grid-column:span 4}}@media(max-width:500px){._brandListWrapper_yw11v_15{justify-content:center;grid-template-columns:repeat(3,110px)}._span1_yw11v_75{grid-column:span 1!important}._span2_yw11v_78,._span3_yw11v_81{grid-column:span 2!important}._span4_yw11v_84,._span5_yw11v_87{grid-column:span 3!important}}._warningText_faei8_2{color:#b54708;font-family:Inter;font-size:12px;font-style:normal;font-weight:500;line-height:18px;margin-top:12px;border-radius:6px;border:1px solid #FEDF89;background:#fffaeb;display:flex;padding:2px 6px 2px 4px;align-items:center;gap:8px}._selectTopicCardWrapper_faei8_18{width:100%;margin-bottom:120px}._selectTopicContent_faei8_22{display:flex;flex-direction:column;width:100%;padding:24px 24px 0}._inputLabel_faei8_28{color:#344054;font-size:16px;font-weight:600;margin-bottom:6px;line-height:22px}._urlInput_faei8_35{display:flex;flex-direction:row;align-items:flex-start;align-self:stretch;width:100%;max-width:360px}._urlInputWrapper_faei8_43{width:100%!important;gap:0!important}._urlSpecialInput_faei8_47{height:40px;width:100%!important;border:1px solid #e0e0e0;border-right:none;border-radius:8px 0 0 8px;gap:0!important;padding:8px 40px 8px 12px}._errorInput_faei8_56,._errorButton_faei8_57{border-color:#d92d20!important}._topicContent_faei8_60{display:flex;width:100%;flex-direction:row;align-items:flex-start;overflow:visible}._urlAddButton_faei8_67{width:84px;height:18px;padding:10px 14px;border:1px solid #e0e0e0;border-radius:0 8px 8px 0}._topicOptions_faei8_75{display:flex;flex-direction:column;align-items:flex-start;align-self:stretch;gap:24px;margin-top:24px}._topics_faei8_84:first-child{border-right:1px solid #eaecf0}._topics_faei8_84:last-child{margin-bottom:20px}._topics_faei8_84{width:100%;padding:0 24px;display:flex;flex-direction:column;align-items:flex-start;gap:20px}._optionHeader_faei8_100{width:100%;flex-direction:row;justify-content:space-between;gap:8px;display:flex;align-items:flex-start;gap:20px;flex:1 0 0}._title_faei8_112{display:flex;align-items:center;gap:10px}._text_faei8_117{color:#344054;font-size:16px;font-weight:600;line-height:20px}._operations_faei8_124{display:flex;justify-content:end;gap:8px;flex:1 0 0}._optionTopicList_faei8_130{display:flex;flex-wrap:wrap;flex-direction:row;gap:12px;max-height:400px;overflow-y:scroll;scrollbar-width:none}._showMoreButton_faei8_139{color:#475467;font-size:14px;font-weight:600;line-height:20px;cursor:pointer;align-self:center}._topicTag_faei8_148{cursor:pointer;display:flex;height:28px;padding:4px 10px;justify-content:center;align-items:center;gap:3px;color:#344054;text-align:center;font-size:14px;font-weight:500;line-height:20px;border:1px solid #D0D5DD;background:#f9fafb;border-radius:8px}._topicTag_faei8_148._active_faei8_166{border:1px solid #E1E6F7;background:#e8f0fe;border-radius:8px}._loadingWrapper_faei8_174{display:flex;justify-content:center;align-items:center;width:100%;height:100%}._topicOptionsWrapper_faei8_181{flex:2}._topicsAssignedDesktop_faei8_184{flex:1;margin-top:24px;margin-right:24px;display:flex;height:502px;padding:20px 24px;flex-direction:column;align-items:center;flex-shrink:0;align-self:stretch;border-radius:16px;border:1px solid #EAECF0;background:#fff;box-shadow:0 8px 16px -4px #2f333d14;position:sticky;top:90px}._topicsAssignedMobile_faei8_202{display:none}._assignedHeader_faei8_205{display:flex;width:100%;padding:7px 0;gap:10px;margin-bottom:20px;justify-content:space-between}._noContent_faei8_213{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;gap:6px;margin-top:16px}._noContentTitle_faei8_222{display:flex;gap:10px;margin-top:6px;color:#344054;font-size:16px;font-weight:600;line-height:20px}._noContentSubTitle_faei8_231{color:#182230;text-align:center;font-size:14px;font-weight:400;line-height:20px}._countTag_faei8_238{color:#344054;font-size:12px;font-weight:500;line-height:18px;min-width:55px;display:flex;padding:2px 6px;align-items:center;border-radius:6px;border:1px solid #EAECF0;background:#f9fafb}._assignedTopicList_faei8_251{display:flex;flex-direction:column;align-items:center;gap:20px;align-self:stretch;margin-bottom:32px}._title_faei8_112{color:#344054;font-size:16px;font-weight:600;line-height:20px}._subTitle_faei8_267{color:#475467;text-align:center;font-size:14px;font-weight:400}._listTag_faei8_273{display:flex;align-items:center;align-content:center;gap:16px 12px;align-self:stretch;flex-wrap:wrap}._text_faei8_117{color:#344054;text-align:center;font-size:16px;font-weight:500;line-height:20px}._topicLanguageReminderModal_faei8_289{border-radius:12px;padding:0 0 8px}._topicTitle_faei8_293{color:#344054;font-size:16px;font-weight:600;line-height:20px}._topicHeadButton_faei8_299{color:#475467!important;font-size:14px;font-weight:600;line-height:20px}._tagDisabled_faei8_305{cursor:not-allowed}@media(max-width:768px){._selectTopicContent_faei8_22{padding:0 20px;margin-top:24px}._topicOptions_faei8_75{flex-direction:column}}@media(max-width:500px){._topics_faei8_84{gap:0}._optionHeader_faei8_100{flex-direction:row;margin-bottom:20px}._urlInput_faei8_35{width:100%}._topicsAssignedDesktop_faei8_184{display:none}._topicsAssignedMobile_faei8_202{display:block}}._progressBarContainer_1wz82_1{display:flex;flex-direction:row;gap:8px;align-items:center;width:330px}._senseProgressBarContainer_1wz82_8{display:flex;font-family:Inter;position:relative;height:8px;width:100%;border:1px solid #eaecf0;background:#eaecf0;overflow:hidden;border-radius:12px;justify-content:space-between;padding-right:20px;align-items:center;height:12px}._shimmerEffect_1wz82_25{width:100%;height:12px;background:linear-gradient(92deg,#54cbc2,#5b8ddb 98.39%);position:relative;overflow:hidden;border-radius:12px}._shimmerEffect_1wz82_25:before{content:"";position:absolute;top:0;left:-150%;width:200%;height:100%;background:linear-gradient(145deg,#fff0 30%,#ffffffe6,#fff0 70%);opacity:.9;filter:blur(12px);animation:_shimmer_1wz82_25 2s infinite ease-in-out}._progressBarText_1wz82_52{color:#344054;text-align:center;font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:18px}@keyframes _shimmer_1wz82_25{0%{left:-150%}to{left:150%}}._tableCard_13bhr_1{width:100%;display:flex;flex-direction:row;gap:10px;border-radius:12px;border:1px solid #EAECF0;background:#fff}._tableCardBody_13bhr_13{padding:12px 16px;display:flex;flex-direction:column;gap:8px;border-bottom:1px solid #eaecf0}._image_13bhr_21{height:12px}._tableCardBodyItem_13bhr_25{display:flex;justify-content:space-between;padding-bottom:8px;border-bottom:1px solid #F2F4F7;gap:10px}._tableCardBodyItem_13bhr_25:last-child{padding-bottom:0;border-bottom:none;margin-bottom:0}._tableCardBodyItemLabel_13bhr_37{color:#475467;font-size:12px;font-weight:500;line-height:18px}._tableCardBodyItemFailed_13bhr_43{display:flex;padding:2px 8px;align-items:center;border-radius:16px;border:1px solid #FEDF89;background:#fffaeb;color:#b54708;font-size:12px;font-weight:500;line-height:18px}._tableCardBodyItemValue_13bhr_55{color:#475467;font-size:14px;font-weight:400;line-height:20px}._tableCardBodyItemCountValue_13bhr_62{color:#101828;font-size:14px;font-weight:500;line-height:20px}._cardOperations_13bhr_68{margin-top:5px;margin-right:10px}._displayStatus_13bhr_72{display:inline!important;padding:2px 8px;align-items:center;text-align:center;font-family:Inter;font-size:12px;font-style:normal;font-weight:500;line-height:18px;border-radius:16px}._displayStatus_13bhr_72._error_13bhr_85{color:#b42318;border:1px solid #fecdca;background:#fef3f2}._displayStatus_13bhr_72._inprogress_13bhr_90{color:#175cd3;border:1px solid #b2ddff;background:#eff8ff}._displayStatus_13bhr_72._pending_13bhr_96{color:#344054;border:1px solid #eaecf0;background:#f9fafb}._displayStatus_13bhr_72._ready_13bhr_102{color:#067647;border:1px solid #abefc6;background:#ecfdf3}._tableCard_2x8r5_1{width:100%}._noneBorder_2x8r5_4{border-bottom:none!important}._paddingTop_2x8r5_7{padding-top:20px!important}._tableCardHeaderOperations_2x8r5_10{display:flex;align-items:center;gap:8px}._tableCardHeader_2x8r5_10{display:flex;padding:16px;align-items:center;align-self:stretch;border-bottom:2px solid #eaecf0;background:#fff0;cursor:pointer}._tableCardBody_2x8r5_25{padding:12px 16px;display:flex;flex-direction:column;gap:8px;border-bottom:1px solid #eaecf0}._image_2x8r5_33{height:12px}._tableCardBodyItem_2x8r5_37{display:flex;justify-content:space-between;padding-bottom:8px;border-bottom:1px solid #f2f4f7}._tableCardBodyItem_2x8r5_37:last-child{padding-bottom:0;border-bottom:none;margin-bottom:0}._tableCardBodyItemLabel_2x8r5_48{color:#475467;font-size:12px;font-weight:500;line-height:18px}._tableCardBodyItemValue_2x8r5_54{color:#475467;font-size:14px;font-weight:400;line-height:20px}._tableCardBodyItemCountValue_2x8r5_60{color:#101828;font-size:14px;font-weight:500;line-height:20px}._displayStatus_2x8r5_66{margin-left:16px;display:inline!important;padding:2px 8px;align-items:center;text-align:center;font-family:Inter;font-size:12px;font-style:normal;font-weight:500;line-height:18px;border-radius:16px}._displayStatus_2x8r5_66._error_2x8r5_80{color:#b42318;border:1px solid #fecdca;background:#fef3f2}._displayStatus_2x8r5_66._inprogress_2x8r5_85{color:#175cd3;border:1px solid #b2ddff;background:#eff8ff}._displayStatus_2x8r5_66._pending_2x8r5_91{color:#344054;border:1px solid #eaecf0;background:#f9fafb}._displayStatus_2x8r5_66._ready_2x8r5_97{color:#067647;border:1px solid #abefc6;background:#ecfdf3}._urlVerifyingScrape_12r1p_1{width:100%;margin-bottom:200px}._scrapeStatusContainer_12r1p_5{display:flex;gap:4px;flex-direction:column;align-items:center;justify-content:center;text-align:center;width:100%;margin-top:16px}._title_12r1p_16{display:flex;gap:4px;color:#344054;font-size:18px;font-weight:600;line-height:28px}._issueStatusTitle_12r1p_24{display:flex;flex-direction:row;align-items:center;gap:8px;color:#344054;font-size:18px;font-weight:600;line-height:28px}._subTitle_12r1p_34{color:#475467;font-size:14px;font-weight:400;line-height:20px}._progressBarContainer_12r1p_40{display:flex;flex-direction:row;align-items:center;justify-content:center;width:100%;margin-top:16px;margin-bottom:24px}._retrieveStatus_12r1p_50{width:100%;display:flex;flex-direction:column;gap:24px}._retrieveStatusItemReady_12r1p_56{padding:10px}._retrieveStatusItemHead_12r1p_59{display:flex;width:100%;justify-content:space-between}._urlText_12r1p_64{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._urlText_12r1p_64 a{color:#000000e0}._urlText_12r1p_64 a:hover{text-decoration:underline}._retrieveStatusItemHeadLeft_12r1p_78{display:flex;gap:8px;margin-left:4px;align-items:center;justify-content:space-between}._retrieveStatusItemHeadLeftCount_12r1p_85{color:#344054;text-align:center;font-size:12px;font-weight:500;line-height:18px;display:flex;padding:2px 6px;align-items:center;gap:8px;border-radius:6px;border:1px solid #d0d5dd;background:#fff;box-shadow:0 1px 2px #1018280d}._readyDeleteButton_12r1p_100{max-width:100;margin-bottom:13px;height:17px;width:70px}._searchInput_12r1p_106{width:285px;margin-bottom:16px}._statusTagReady_12r1p_110{display:inline-flex;padding:2px 8px;align-items:center;border-radius:16px;border:1px solid #abefc6;background:#ecfdf3;color:#067647;text-align:center;font-size:12px;font-weight:500;line-height:18px}._statusTagFailed_12r1p_123{display:inline-flex;padding:2px 8px;align-items:center;border-radius:16px;border:1px solid #fedf89;background:#fffaeb;color:#b54708;text-align:center;font-size:12px;font-weight:500;line-height:18px}._modalOperations_12r1p_136{margin-top:40px;display:flex;gap:8px;justify-content:space-between}._errorItemRight_12r1p_142,._modalDeleteUrl_12r1p_146{display:flex;gap:12px}._modalDeleteUrlIcon_12r1p_150{display:flex;padding:8px;align-items:center;align-self:center;border-radius:28px;background:#fef0c7}._deleteModalHeader_12r1p_158{padding-bottom:16px!important;margin-bottom:0!important}._itemRed_12r1p_162{color:#d92d20;font-size:14px;font-weight:400;line-height:20px}._modalDeleteAllUrlIcon_12r1p_168{display:flex;padding:8px;align-items:center;align-self:center;border-radius:28px;border:8px solid #fef3f2;background:#fee4e2}._modalDeleteUrlContent_12r1p_177{flex-direction:column;align-self:center;padding-bottom:8px}._modalDeleteUrlTitle_12r1p_182{color:#101828;font-size:18px;font-weight:600}._modalDeleteUrlDescription_12r1p_187{color:#475467;width:400px;font-size:14px;font-weight:400;width:352px}._awesomeIcon_12r1p_195{border-radius:28px;background:#dcfae6;display:inline-flex;padding:8px}._issueStatusIcon_12r1p_201{border-radius:28px;background:#fef0c7;display:inline-flex;padding:8px}._retryCountContainer_12r1p_207{display:flex;gap:4px}._retryCount_12r1p_207{color:#475467;font-size:12px;font-weight:500;line-height:20px}._mobileTableWrapper_12r1p_217{width:100%;display:none;flex-flow:column;gap:16px;border-top:1px solid #eaecf0}._noDataWrapper_12r1p_224{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:16px;border-top:1px solid #eaecf0;padding:100px}._mobileTableWrapperFailed_12r1p_233{width:100%;display:none;flex-flow:column;gap:16px}._cardOperationsPopover_12r1p_239{display:flex;gap:10px;flex-direction:column}._card_12r1p_239{padding:20px 0 30px}._lastCard_12r1p_247{margin-bottom:100px}._cardHeader_12r1p_250{padding:0 16px 16px}._modalEditUrlDescription_12r1p_254{font-size:14px;font-weight:400;color:#475467;margin-top:4px;line-height:20px}._retryCountPopover_12r1p_261{display:flex;padding:8px 12px;flex-direction:column;align-items:center;align-self:center;width:342px;text-align:center}._retryCountPopoverTitle_12r1p_270{color:#344054;font-size:12px;font-weight:400;line-height:18px}@media(max-width:768px){._desktopTableWrapper_12r1p_278{display:none}._cardHeaderRight_12r1p_281{display:flex}._mobileTableWrapper_12r1p_217,._mobileTableWrapperFailed_12r1p_233{display:flex!important}._card_12r1p_239{display:flex;flex-direction:column;gap:16px;padding:0}._cardHeader_12r1p_250{padding:16px 20px}._searchInput_12r1p_106{width:100%}}._tableCard_4mpyg_1{width:100%;display:flex;flex-direction:row;gap:10px;border-radius:12px;border:1px solid #EAECF0;background:#fff}._tableCardBody_4mpyg_13{width:100%;padding:12px 16px;display:flex;flex-direction:column;gap:8px;border-bottom:1px solid #eaecf0}._retryCountContainer_4mpyg_21{display:flex;gap:4px}._retryCount_4mpyg_21{color:#475467;font-size:12px;font-weight:500;line-height:20px}._image_4mpyg_31{height:12px}._tableCardBodyItem_4mpyg_35{display:flex;justify-content:space-between;padding-bottom:8px;border-bottom:1px solid #F2F4F7;gap:10px}._tableCardBodyItem_4mpyg_35:last-child{padding-bottom:0;border-bottom:none;margin-bottom:0}._tableCardBodyItemLabel_4mpyg_47{color:#475467;font-size:12px;font-weight:500;line-height:18px}._tableCardBodyItemFailed_4mpyg_53{display:flex;padding:2px 8px;align-items:center;border-radius:16px;border:1px solid #FEDF89;background:#fffaeb;color:#b54708;font-size:12px;font-weight:500;line-height:18px}._tableCardBodyItemValue_4mpyg_65{color:#475467;font-size:14px;font-weight:400;line-height:20px}._tableCardBodyItemCountValue_4mpyg_72{color:#101828;font-size:14px;font-weight:500;line-height:20px}._cardOperations_4mpyg_78{margin-top:5px;margin-right:10px}._displayStatus_4mpyg_82{display:inline!important;padding:2px 8px;align-items:center;text-align:center;font-family:Inter;font-size:12px;font-style:normal;font-weight:500;line-height:18px;border-radius:16px}._displayStatus_4mpyg_82._error_4mpyg_95{color:#b42318;border:1px solid #fecdca;background:#fef3f2}._displayStatus_4mpyg_82._inprogress_4mpyg_100{color:#175cd3;border:1px solid #b2ddff;background:#eff8ff}._displayStatus_4mpyg_82._pending_4mpyg_106{color:#344054;border:1px solid #eaecf0;background:#f9fafb}._displayStatus_4mpyg_82._ready_4mpyg_112{color:#067647;border:1px solid #abefc6;background:#ecfdf3}._progressBarContainer_1myhg_1{display:flex;flex-direction:row;gap:8px;align-items:center;width:420px}._senseProgressBarContainer_1myhg_8{display:flex;font-family:Inter;position:relative;height:8px;width:100%;border:1px solid #eaecf0;background:#eaecf0;overflow:hidden;border-radius:12px;justify-content:space-between;padding-right:20px;align-items:center;height:12px}._shimmerEffect_1myhg_25{width:100%;height:12px;background:linear-gradient(92deg,#54cbc2,#5b8ddb 98.39%);position:relative;overflow:hidden;border-radius:12px}._shimmerEffect_1myhg_25:before{content:"";position:absolute;top:0;left:-150%;width:200%;height:100%;background:linear-gradient(145deg,#fff0 30%,#ffffffe6,#fff0 70%);opacity:.9;filter:blur(12px);animation:_shimmer_1myhg_25 2s infinite ease-in-out}._progressBarText_1myhg_52{color:#344054;text-align:center;font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:18px}@keyframes _shimmer_1myhg_25{0%{left:-150%}to{left:150%}}@media(max-width:500px){._progressBarContainer_1myhg_1{width:300px}}._tableCard_1kdxd_1{width:100%;display:flex;flex-direction:row;gap:10px;justify-content:space-between;border-radius:12px;border:1px solid #eaecf0;background:#fff}._tableCardBody_1kdxd_12{width:calc(100% - 45px);padding:12px 16px;display:flex;flex-direction:column;gap:8px;flex:1;border-bottom:1px solid #eaecf0}._image_1kdxd_22{height:12px}._tableCardBodyItem_1kdxd_26{display:flex;justify-content:space-between;padding-bottom:8px;border-bottom:1px solid #f2f4f7;gap:10px}._tableCardBodyItem_1kdxd_26:last-child{padding-bottom:0;border-bottom:none;margin-bottom:0}._tableCardBodyItemLabel_1kdxd_38{color:#475467;font-size:12px;font-weight:500;line-height:18px}._tableCardBodyItemFailed_1kdxd_44{display:flex;padding:2px 8px;align-items:center;border-radius:16px;border:1px solid #fedf89;background:#fffaeb;color:#b54708;font-size:12px;font-weight:500;line-height:18px}._tableCardBodyItemValue_1kdxd_56{color:#475467;font-size:14px;font-weight:400;line-height:20px;overflow-x:hidden}._tableCardBodyItemCountValue_1kdxd_63{color:#101828;font-size:14px;font-weight:500;line-height:20px}._cardOperations_1kdxd_69{margin-top:5px;margin-right:10px}._tableCard_smo3e_1{width:100%}._noneBorder_smo3e_4{border-bottom:none!important}._tableCardHeader_smo3e_7{display:flex;padding:16px;align-items:center;align-self:stretch;border-bottom:2px solid #eaecf0;background:#fff0;cursor:pointer}._tableCardBody_smo3e_17{width:100%;padding:12px 16px;display:flex;flex-direction:column;gap:8px;border-bottom:1px solid #eaecf0}._image_smo3e_26{height:12px}._tableCardBodyItem_smo3e_30{display:flex;justify-content:space-between;padding-bottom:8px;border-bottom:1px solid #f2f4f7}._tableCardBodyItem_smo3e_30:last-child{padding-bottom:0;border-bottom:none;margin-bottom:0}._tableCardBodyItemLabel_smo3e_41{color:#475467;font-size:12px;font-weight:500;line-height:18px}._tableCardBodyItemValue_smo3e_47{color:#475467;font-size:14px;font-weight:400;line-height:20px}._tableCardBodyItemCountValue_smo3e_53{color:#101828;font-size:14px;font-weight:500;line-height:20px}._tableBrandStatus_smo3e_59{display:inline-flex;padding:2px 6px;align-items:center;border-radius:6px;border:1px solid #d0d5dd;background:#fff;box-shadow:0 1px 2px #1018280d;color:#344054;text-align:center;font-size:12px;font-weight:500;line-height:18px}._tableBrandWrapper_smo3e_73{display:flex;gap:8px}._tableCardHeaderOperations_smo3e_78{display:flex;align-items:center;gap:8px}._displayStatus_smo3e_83{display:inline!important;padding:2px 8px;align-items:center;text-align:center;font-family:Inter;font-size:12px;font-style:normal;font-weight:500;line-height:18px;border-radius:16px}._displayStatus_smo3e_83._error_smo3e_96{color:#b42318;border:1px solid #fecdca;background:#fef3f2}._displayStatus_smo3e_83._inprogress_smo3e_101{color:#175cd3;border:1px solid #b2ddff;background:#eff8ff}._displayStatus_smo3e_83._pending_smo3e_107{color:#344054;border:1px solid #eaecf0;background:#f9fafb}._displayStatus_smo3e_83._ready_smo3e_113{color:#067647;border:1px solid #abefc6;background:#ecfdf3}._progressStep_1fupp_1{width:calc(100vw - 90px);display:flex;align-items:center;flex-flow:column;gap:24px;font-family:Inter;min-height:calc(100vh - 200px)}._progressStep_1fupp_1 ._infoHeader_1fupp_13{display:flex;width:calc(100% - 48px);padding:24px 20px 16px;flex-direction:column;gap:16px;height:145px;border-radius:16px;border:1px solid #eaecf0;background:#fff;align-self:center;align-items:center;margin-top:24px;position:relative;overflow:hidden}._progressStep_1fupp_1 ._infoHeader_1fupp_13 ._cardIcon_1fupp_30{position:absolute;right:-15px;top:20px;opacity:1;z-index:1}._icon_1fupp_37{display:flex;padding:8px;border-radius:50%;border:1px solid #fef0c7;background:#fef0c7}._progressStep_1fupp_1 ._infoHeader_1fupp_13 ._closeButton_1fupp_45{position:absolute;right:14px;top:8px;z-index:2}._progressStep_1fupp_1 ._infoHeader_1fupp_13 ._title_1fupp_52{color:#344054;font-size:22px;font-weight:600;line-height:28px}._progressStep_1fupp_1 ._infoHeader_1fupp_13 ._subTitles_1fupp_59 ._subTitle_1fupp_59{color:#475467;text-align:center;font-size:14px;font-weight:400;line-height:20px}._progressWrapper_1fupp_66{width:100%;display:flex;justify-content:center}._progressContent_1fupp_71{width:420px;display:flex;flex-direction:column;justify-content:center;gap:8px}._senseProgress_1fupp_79{display:flex;justify-content:center}._detailsProgress_1fupp_83{color:#667085;font-size:14px;font-weight:500;line-height:20px}._value_1fupp_89{color:#101828;font-weight:600}._progressStep_1fupp_1 ._infoHeader_1fupp_13 ._subTitles_1fupp_59 ._subTitle_1fupp_59 a{line-height:20px!important;color:#475467!important;text-decoration:underline}._progressStep_1fupp_1 ._analysisContent_1fupp_100{display:flex;width:calc(100% - 32px);margin:0 16px;padding:4px 24px 0;flex-direction:column;align-items:flex-start;gap:24px;align-self:stretch}._progressStep_1fupp_1 ._analysisContent_1fupp_100 ._statusHeader_1fupp_111{display:flex;padding:0;flex-direction:column;gap:12px;width:100%}._progressStep_1fupp_1 ._analysisContent_1fupp_100 ._statusHeader_1fupp_111 ._title_1fupp_52{display:flex;gap:8px;color:#101828;font-size:18px;font-weight:600;line-height:28px}._progressStep_1fupp_1 ._analysisContent_1fupp_100 ._statusHeader_1fupp_111 ._titleCenter_1fupp_128{display:flex;align-self:center;gap:8px;color:#101828;font-size:20px;font-weight:600;line-height:30px}._titleCenter_1fupp_128{align-items:center}._progressStep_1fupp_1 ._analysisContent_1fupp_100 ._statusHeader_1fupp_111 ._subTitle_1fupp_59{align-self:center;color:#475467;text-align:center;font-size:14px;font-weight:400;line-height:24px}._progressStep_1fupp_1 ._analysisContent_1fupp_100 ._statusHeader_1fupp_111 ._customProgress_1fupp_149{width:100%}._progressStep_1fupp_1 ._analysisContent_1fupp_100 ._statusHeader_1fupp_111 ._detailsProgress_1fupp_83{display:flex;gap:20px}._progressStep_1fupp_1 ._analysisContent_1fupp_100 ._statusHeader_1fupp_111 ._detailsProgress_1fupp_83 ._item_1fupp_158{display:flex;gap:2px;color:#475467;font-family:Inter;font-weight:400;line-height:20px}._progressStep_1fupp_1 ._analysisContent_1fupp_100 ._statusHeader_1fupp_111 ._detailsProgress_1fupp_83 ._item_1fupp_158 ._value_1fupp_89{font-weight:600}._progressStep_1fupp_1 ._analysisContent_1fupp_100 ._statusHeader_1fupp_111 ._operation_1fupp_171{align-self:center}._progressStep_1fupp_1 ._analysisContent_1fupp_100 ._tableWrappers_1fupp_175{width:100%;display:flex;flex-direction:column;gap:20px}._progressStep_1fupp_1 ._analysisContent_1fupp_100 ._tableWrappers_1fupp_175 ._tableCard_1fupp_182{border-radius:16px;border:1px solid #eaecf0;border-bottom:0}._progressStep_1fupp_1 ._analysisContent_1fupp_100 ._tableWrappers_1fupp_175 ._tableCard_1fupp_182 ._tableCardHeader_1fupp_188{font-family:Inter;display:flex;justify-content:space-between;padding:24px 20px 16px;width:100%}._progressStep_1fupp_1 ._analysisContent_1fupp_100 ._tableWrappers_1fupp_175 ._tableCard_1fupp_182 ._tableCardHeader_1fupp_188 ._left_1fupp_196{display:flex;align-items:center;gap:8px}._progressStep_1fupp_1 ._analysisContent_1fupp_100 ._tableWrappers_1fupp_175 ._tableCard_1fupp_182 ._tableCardHeader_1fupp_188 ._left_1fupp_196 ._title_1fupp_52{color:#344054;font-size:18px;font-weight:600;line-height:24px}._progressStep_1fupp_1 ._analysisContent_1fupp_100 ._tableWrappers_1fupp_175 ._tableCard_1fupp_182 ._tableCardHeader_1fupp_188 ._left_1fupp_196 ._topicTag_1fupp_209{padding:4px 10px;border-radius:8px;border:1px solid #d0d5dd;background:#fff;box-shadow:0 1px 2px #1018280d;color:#344054;text-align:center;font-size:14px;font-weight:500;line-height:20px}._progressStep_1fupp_1 ._analysisContent_1fupp_100 ._tableWrappers_1fupp_175 ._tableCard_1fupp_182 ._tableCardHeader_1fupp_188 ._left_1fupp_196 ._productTag_1fupp_222{border-radius:6px;border:1px solid #d0d5dd;background:#fff;box-shadow:0 1px 2px #1018280d;display:flex;padding:2px 6px;align-items:center;color:#344054;font-size:12px;font-weight:500;line-height:18px}._progressStep_1fupp_1 ._analysisContent_1fupp_100 ._tableWrappers_1fupp_175 ._tableCard_1fupp_182 ._tableCardHeader_1fupp_188 ._rightContent_1fupp_236{display:flex;gap:8px;font-size:14px;font-weight:600}._progressStep_1fupp_1 ._analysisContent_1fupp_100 ._tableWrappers_1fupp_175 ._tableCard_1fupp_182 ._tableCardHeader_1fupp_188 ._rightContent_1fupp_236 ._retry_1fupp_243{display:flex;padding:8px 12px;height:36px;justify-content:center;align-items:center;gap:4px;border-radius:8px;border:1px solid #fda29b;background:#fff;color:#b42318;box-shadow:0 1px 2px #1018280d}._progressStep_1fupp_1 ._analysisContent_1fupp_100 ._tableWrappers_1fupp_175 ._tableCard_1fupp_182 ._tableCardHeader_1fupp_188 ._rightContent_1fupp_236 ._retry_1fupp_243._disabled_1fupp_257{cursor:not-allowed;color:#98a2b3;border:1px solid #eaecf0;background:#fff}._progressStep_1fupp_1 ._analysisContent_1fupp_100 ._tableWrappers_1fupp_175 ._tableCard_1fupp_182 ._tableCardHeader_1fupp_188 ._rightContent_1fupp_236 ._delete_1fupp_264{display:flex;justify-content:center;align-items:center;gap:4px;border-radius:8px;border:1px solid #d0d5dd;background:#fff;box-shadow:0 1px 2px #1018280d;color:#344054}._progressStep_1fupp_1 ._analysisContent_1fupp_100 ._tableWrappers_1fupp_175 ._tableCard_1fupp_182 ._tableCardHeader_1fupp_188 ._rightContent_1fupp_236 ._delete_1fupp_264._disabled_1fupp_257{cursor:not-allowed;color:#98a2b3;border:1px solid #eaecf0;background:#fff}._progressStep_1fupp_1 ._analysisContent_1fupp_100 ._tableWrappers_1fupp_175 ._tableCard_1fupp_182 ._tableCardHeader_1fupp_188 ._searchWrapper_1fupp_283 ._searchText_1fupp_283{width:300px}._modalDeleteUrl_1fupp_287{display:flex;gap:12px}._modalDeleteUrlIcon_1fupp_291{display:flex;padding:8px;align-items:center;align-self:center;border-radius:28px;background:#fef0c7}._modalDeleteAllUrlIcon_1fupp_299{display:flex;padding:8px;align-items:center;align-self:center;border-radius:28px;border:8px solid #fef3f2;background:#fee4e2}._modalDeleteUrlContent_1fupp_308{display:flex;flex-direction:column;gap:4px;align-self:center}._modalDeleteUrlTitle_1fupp_314{color:#101828;font-size:18px;font-weight:600}._modalDeleteUrlDescription_1fupp_319{color:#475467;width:400px;font-size:14px;font-weight:500}._count_1fupp_326{color:#344054;text-align:center;font-size:12px;font-weight:500;line-height:18px;display:flex;padding:2px 6px;align-items:center;gap:8px;border-radius:6px;border:1px solid #d0d5dd;background:#fff;box-shadow:0 1px 2px #1018280d}._brandStatus_1fupp_341{display:inline-flex;padding:2px 6px;align-items:center;border-radius:6px;border:1px solid #d0d5dd;background:#fff;box-shadow:0 1px 2px #1018280d;color:#344054;text-align:center;font-size:12px;font-weight:500;line-height:18px}._displayStatus_1fupp_355{display:inline!important;padding:2px 8px;align-items:center;text-align:center;font-family:Inter;font-size:12px;font-style:normal;font-weight:500;line-height:18px;border-radius:16px}._displayStatus_1fupp_355._error_1fupp_368{color:#b42318;border:1px solid #fecdca;background:#fef3f2}._displayStatus_1fupp_355._inprogress_1fupp_373{color:#175cd3;border:1px solid #b2ddff;background:#eff8ff}._displayStatus_1fupp_355._pending_1fupp_379{color:#344054;border:1px solid #eaecf0;background:#f9fafb}._displayStatus_1fupp_355._ready_1fupp_385{color:#067647;border:1px solid #abefc6;background:#ecfdf3}._searchInput_1fupp_392{width:285px;margin-bottom:16px}._mobileTableWrapper_1fupp_396{display:none;flex-flow:column;gap:16px}._cardHeaderRight_1fupp_401{display:flex;flex-direction:row;gap:10px}._card_1fupp_30{padding:20px 0 30px}._cardHeader_1fupp_401{padding:0 16px 16px}._cardBody_1fupp_413{padding:0}._everythingIsReadyContent_1fupp_417{display:flex;flex-direction:column;align-items:center}._everythingIsReadyContentTitle_1fupp_422{color:#344054;font-family:Inter;font-size:32px;font-weight:600;line-height:42px;margin-top:-20px}._everythingIsReadyContentSubtitle_1fupp_430{margin-top:20px;color:#475467;text-align:center;font-family:Inter;font-size:16px;font-style:normal;font-weight:400;line-height:24px;margin-bottom:24px}._everythingIsReadyContentButton_1fupp_441{display:flex;padding:10px 16px;justify-content:center;align-items:center;gap:6px}@media(max-width:1024px){._progressStep_1fupp_1{width:calc(100vw - 8px)}}@media(max-width:768px){._card_1fupp_30{padding:20px 16px 30px}._desktopTableWrapper_1fupp_464{display:none}._mobileTableWrapper_1fupp_396{display:flex!important;border-top:1px solid #eaecf0}._progressStep_1fupp_1 ._searchText_1fupp_283{width:200px!important}}@media(max-width:500px){._progressStep_1fupp_1 ._tableCardHeader_1fupp_188{flex-direction:column}._progressStep_1fupp_1 ._tableCardHeader_1fupp_188 ._right_1fupp_236{margin-top:20px}._progressStep_1fupp_1 ._statusHeader_1fupp_111{padding:0!important}._progressStep_1fupp_1 ._titleCenter_1fupp_128{align-items:center;text-align:center;flex-direction:column}._progressStep_1fupp_1 ._tableCardHeader_1fupp_188{flex-direction:column;align-items:start!important}._progressStep_1fupp_1 ._infoHeader_1fupp_13{height:185px}._progressStep_1fupp_1 ._searchWrapper_1fupp_283{width:100%;text-align:center}._progressStep_1fupp_1 ._searchWrapper_1fupp_283 ._searchText_1fupp_283{margin-top:8px;width:100%!important}}._table_12u3d_1{width:100%}._tableHead_12u3d_5{display:flex;justify-content:space-between;align-items:center}._tableHeadRight_12u3d_13{display:flex;align-items:center;gap:16px}._tableBody_12u3d_19{margin-top:16px;border:1px solid #EAECF0;border-radius:8px}._excelBtn_12u3d_25{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:1px solid #D0D5DD;border-radius:8px;background:#fff;cursor:pointer;transition:all .2s ease}._excelBtn_12u3d_25:hover{background:#f9fafb;border-color:#b2babf}._profilePictureCell_12u3d_43{display:flex;align-items:center;justify-content:center}._profilePicture_12u3d_43{width:40px;height:40px;border-radius:50%;object-fit:cover}._profilePicturePlaceholder_12u3d_56{width:40px;height:40px;border-radius:50%;background:#f2f4f7;display:flex;align-items:center;justify-content:center;color:#98a2b3}._nameCell_12u3d_67{display:flex;flex-direction:column;gap:4px}._fullName_12u3d_73{color:#101828;font-family:Inter;font-size:14px;font-weight:500;line-height:20px}._email_12u3d_81,._cellText_12u3d_89{color:#475467;font-family:Inter;font-size:13px;font-weight:400;line-height:20px}._crawlingFrequencyCell_12u3d_97{display:flex;align-items:center;gap:4px}._action_12u3d_103{display:flex;align-items:center;justify-content:center}._deleteModal_12u3d_109{display:flex;flex-direction:column}._deleteModalHeaderIconCircle_12u3d_114{width:48px;height:48px;border-radius:50%;background-color:#fef3f2;display:flex;align-items:center;justify-content:center}._deleteModalHeaderIconCircleInner_12u3d_124{width:36px;height:36px;border-radius:50%;background-color:#fee4e2;display:flex;align-items:center;justify-content:center}._deleteModalTitle_12u3d_134{color:#101828;font-family:Inter;font-size:18px;font-weight:600;line-height:28px}._deleteModalContentText_12u3d_142{color:#475467;font-family:Inter;font-size:14px;font-weight:400;line-height:20px}._deleteModalFooter_12u3d_150{display:flex;gap:16px;margin-top:32px}._deleteModalFooterButton_12u3d_156{flex:1}._retailerCell_12u3d_160{height:16px}._actionIcon_12u3d_164{cursor:pointer}._brandDetailPage_ljfy1_1,._loading_ljfy1_9{width:100%;height:100%;display:flex;align-items:center;justify-content:center}._card_ljfy1_17{width:720px;border-radius:16px;border:1px solid #EAECF0;background:#fff;box-shadow:0 4px 8px -2px #1018281a,0 2px 4px -2px #1018280f}._cardHeader_ljfy1_25,._cardBody_ljfy1_30{padding:20px 24px;border-bottom:1px solid #EAECF0}._cardFooter_ljfy1_35{padding:20px 24px;border-bottom:1px solid #EAECF0;display:flex;align-items:center;justify-content:space-between;gap:12px}._cardFooterButton_ljfy1_43{display:flex;gap:12px}._cardHeaderLeft_ljfy1_47{display:flex;flex-direction:column}._cardHeaderTitle_ljfy1_52{color:#101828;font-family:Inter;font-size:18px;font-weight:600;line-height:28px}._cardHeaderDesc_ljfy1_60{color:#475467;font-family:Inter;font-size:14px;font-weight:400;line-height:20px}._mailChangePassword_ljfy1_68{display:flex;align-items:center;gap:8px;margin-bottom:16px}._formLabel_ljfy1_75{font-size:14px;font-style:normal;font-weight:500;color:#000000e0}._formItem_ljfy1_82{display:flex;flex-flow:column;align-items:flex-start;justify-content:flex-start;gap:8px;margin-bottom:24px}._hidden_ljfy1_91{display:none}@media screen and (max-width:1200px){._card_ljfy1_17{width:100%}}._table_2frl6_1{width:100%}._tableHead_2frl6_5{display:flex;justify-content:space-between;align-items:center}._tableHeadRight_2frl6_13{display:flex;align-items:center;gap:16px}._tableBody_2frl6_19{margin-top:16px;border:1px solid #EAECF0;border-radius:8px}._excelBtn_2frl6_25{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:1px solid #D0D5DD;border-radius:8px;background:#fff;cursor:pointer;transition:all .2s ease}._excelBtn_2frl6_25:hover{background:#f9fafb;border-color:#b2babf}._nameCell_2frl6_43{display:flex;flex-direction:column;gap:4px}._fullName_2frl6_49{color:#101828;font-family:Inter;font-size:14px;font-weight:500;line-height:20px}._cellText_2frl6_57{color:#475467;font-family:Inter;font-size:13px;font-weight:400;line-height:20px}._action_2frl6_65{display:flex;align-items:center;justify-content:center}._retailerCell_2frl6_71{height:16px}._page_81xca_1{display:flex;flex-direction:column;gap:16px;width:100%}._pageHeader_81xca_8{color:#101828;font-family:Inter;font-size:30px;font-weight:600;line-height:38px;margin:0}._pageDesc_81xca_17{color:#475467;font-family:Inter;font-size:16px;font-weight:400;line-height:24px;margin:0}._pageTable_81xca_27{width:100%}._loading_81xca_31{width:100%;display:flex;align-items:center;justify-content:center}._categoryDetailPage_btqvq_1,._loading_btqvq_9{width:100%;height:100%;display:flex;align-items:center;justify-content:center}._card_btqvq_17{width:720px;border-radius:16px;border:1px solid #EAECF0;background:#fff;box-shadow:0 4px 8px -2px #1018281a,0 2px 4px -2px #1018280f}._cardHeader_btqvq_25,._cardBody_btqvq_30{padding:20px 24px;border-bottom:1px solid #EAECF0}._cardFooter_btqvq_35{padding:20px 24px;border-bottom:1px solid #EAECF0;display:flex;align-items:center;justify-content:space-between;gap:12px}._cardFooterButton_btqvq_43{display:flex;gap:12px}._cardHeaderLeft_btqvq_47{display:flex;flex-direction:column}._cardHeaderTitle_btqvq_52{color:#101828;font-family:Inter;font-size:18px;font-weight:600;line-height:28px}._cardHeaderDesc_btqvq_60{color:#475467;font-family:Inter;font-size:14px;font-weight:400;line-height:20px}._mailChangePassword_btqvq_68{display:flex;align-items:center;gap:8px;margin-bottom:16px}._formLabel_btqvq_75{font-size:14px;font-style:normal;font-weight:500;color:#000000e0}._formItem_btqvq_82{display:flex;flex-flow:column;align-items:flex-start;justify-content:flex-start;gap:8px;margin-bottom:24px}._hidden_btqvq_91{display:none}@media screen and (max-width:1200px){._card_btqvq_17{width:100%}}._container_15mwf_1{display:flex;justify-content:center;width:100%;padding-top:48px}._card_15mwf_8{border-radius:16px;border:1px solid #EAECF0;background:#fff;box-shadow:0 4px 8px -2px #1018281a,0 2px 4px -2px #1018280f;width:860px;margin-bottom:100px}._cardHeaderLeft_15mwf_17{display:flex;flex-direction:column;gap:4px}._cardHeader_15mwf_17{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #EAECF0;padding:20px 24px}._cardHeaderTitle_15mwf_37{color:#101828;font-family:Inter;font-size:18px;font-weight:600;line-height:28px;margin-bottom:0}._cardHeaderDescription_15mwf_46{color:#475467;font-family:Inter;font-size:14px;font-weight:400;line-height:20px}._cardBody_15mwf_54{padding:12px 24px 32px}._keyWordList_15mwf_58{display:flex;flex-direction:column;gap:16px}._keyWordItem_15mwf_66{border-radius:16px;border:1px solid #EAECF0;background:#fff}._keyWordItemHeader_15mwf_72{padding:16px 24px 0;display:flex;align-items:center;justify-content:space-between}._keyWordItemHeaderTitle_15mwf_79{color:#344054;font-family:Inter;font-size:16px;font-weight:600;line-height:24px;margin:0}._keyWordItemBody_15mwf_89{padding:16px 24px}._addTrackButton_15mwf_93{padding:16px 0;display:flex;align-items:center;justify-content:flex-start}._addTrackButtonText_15mwf_100{color:#475467;font-family:Inter;font-size:14px;font-weight:600;line-height:20px}@media screen and (max-width:1200px){._card_15mwf_8{width:100%}}._setupFooter_1c6ry_1{display:flex;align-items:center;justify-content:space-between;border-top:1px solid #EAECF0;height:70px;flex-shrink:0;position:fixed;bottom:0;width:100%;left:0;padding:18px 18px 18px 102px;background:#fff}._setupFooterButtonText_1c6ry_17{color:#475467;font-family:Inter;font-size:16px;font-weight:600;line-height:24px}._container_1mjq7_1{display:flex;justify-content:center;width:100%;padding-top:48px}._card_1mjq7_8{border-radius:16px;border:1px solid #EAECF0;background:#fff;box-shadow:0 4px 8px -2px #1018281a,0 2px 4px -2px #1018280f;width:860px;margin-bottom:100px}._cardHeaderLeft_1mjq7_17{display:flex;flex-direction:column;gap:4px}._cardHeader_1mjq7_17{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #EAECF0;padding:20px 24px}._cardHeaderTitle_1mjq7_35{color:#101828;font-family:Inter;font-size:18px;font-weight:600;line-height:28px;margin-bottom:0}._cardHeaderDescription_1mjq7_44{color:#475467;font-family:Inter;font-size:14px;font-weight:400;line-height:20px}._cardBody_1mjq7_52{padding:12px 24px 32px}._sellerListCard_1mjq7_56{background:#fff;margin-bottom:16px;width:100%}._sellerList_1mjq7_56{display:flex;flex-direction:column;max-height:200px;overflow-y:auto}._sellerItemHeader_1mjq7_69{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}._sellerItemHeaderTitle_1mjq7_76{color:#344054;font-family:Inter;font-size:16px;font-weight:600;line-height:24px;margin-bottom:0}._detailCard_1mjq7_85{border-radius:16px;border:1px solid #EAECF0;background:#fff;padding:16px 24px;margin-bottom:16px;width:100%}._singleTagSelect_1mjq7_95 .ant-select-selection-overflow{flex-wrap:nowrap}._singleTagSelect_1mjq7_95 .ant-select-selection-item{background:transparent!important;border:none!important;padding:0!important;margin:0!important}._singleTagSelect_1mjq7_95 .ant-select-selection-item-content{color:inherit;padding-left:8px}._singleTagSelect_1mjq7_95 .ant-select-selection-item-remove{display:none!important}._container_w3smr_1{display:flex;justify-content:center;width:calc(100vw - 96px);padding:48px 48px 96px}._card_w3smr_9{border-radius:16px;border:1px solid #EAECF0;background:#fff;box-shadow:0 4px 8px -2px #1018281a,0 2px 4px -2px #1018280f;width:860px;margin-bottom:100px}._cardKeyword_w3smr_18{width:100%;margin:0 40px}._cardHeaderLeft_w3smr_23{display:flex;flex-direction:column;gap:4px}._cardHeaderRight_w3smr_29{display:flex;align-items:flex-end;justify-content:flex-end;height:100%;gap:8px}._cardHeaderUrlAction_w3smr_37{display:flex;align-items:center;justify-content:flex-start;height:100%;gap:8px;margin-top:8px}._cardHeader_w3smr_23{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #EAECF0;padding:20px 24px}._cardHeaderTitle_w3smr_53{color:#101828;font-family:Inter;font-size:18px;font-weight:600;line-height:28px;margin-bottom:0}._cardHeaderDescription_w3smr_62{color:#475467;font-family:Inter;font-size:14px;font-weight:400;line-height:20px}._cardHeaderError_w3smr_70{color:#d92d20;font-family:Inter;font-size:14px;font-weight:400;line-height:20px;padding:4px 12px;border-radius:4px;background:#fef3f2;display:flex;align-items:center;justify-content:space-between;gap:12px}._cardHeaderError_w3smr_70 p{margin:0;flex:1}._cardBody_w3smr_91{padding:12px 24px 32px}._cardBodyTable_w3smr_95{padding:0 0 24px}._sellerListCard_w3smr_100{border-radius:16px;border:1px solid #EAECF0;background:#fff;padding:16px 24px;margin-bottom:16px}._sellerList_w3smr_100{display:flex;flex-direction:column;max-height:200px;overflow-y:auto}._sellerItemHeader_w3smr_115{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}._sellerItemHeaderTitle_w3smr_122{color:#344054;font-family:Inter;font-size:16px;font-weight:600;line-height:24px;margin-bottom:0}._list_w3smr_131{color:#475467;font-family:Inter;font-size:14px;font-weight:400;line-height:20px;padding-left:24px;margin-bottom:20px}._underLineText_w3smr_141{text-decoration:underline;cursor:pointer}._fileInfoContainer_w3smr_146{display:flex;flex-direction:column;width:100%;height:96px;padding:16px;align-items:flex-start;gap:12px;border-radius:12px;border:1px solid #EAECF0;background:#fff;margin-top:16px}._fileInfoErrorContainer_w3smr_160{border-radius:12px;border:2px solid #D92D20;background:#fff}._fileInfoErrorContent_w3smr_166{display:flex;flex-direction:column;gap:4px}._fileInfoHeader_w3smr_172{display:flex;gap:12px;align-items:center;justify-content:space-between;width:100%}._fileInfoContent_w3smr_180{display:flex;align-items:center;justify-content:space-between;width:100%}._fileInfoDescription_w3smr_187{overflow:hidden;color:#475467;text-overflow:ellipsis;font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px}._fileName_w3smr_198{overflow:hidden;color:#344054;text-overflow:ellipsis;display:flex;align-items:center;gap:4px;font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px}._fileInfoIcon_w3smr_212{display:flex;align-items:center;justify-content:center}._cellText_w3smr_218{color:#475467;font-family:Roboto;font-size:14px;font-weight:400;line-height:18px}._cardHeaderErrorLink_w3smr_226{color:#d92d20;font-family:Inter;font-size:14px;font-weight:600;line-height:20px;cursor:pointer}._tableWrapper_w3smr_235{width:100%}@media(max-width:1200px){._container_w3smr_1{padding:24px;width:calc(100vw - 48px)}._card_w3smr_9{width:100%;margin:0 16px}}._homepageContainer_12h98_1{display:flex;flex-direction:column;width:100%}._headerContainer_12h98_7{display:flex;flex-direction:column;gap:4px;margin-bottom:32px}._header_12h98_7{color:#101828;font-family:Inter;font-size:30px;font-weight:600;line-height:38px;margin:0}._desc_12h98_23{color:#475467;font-family:Inter;font-size:16px;font-weight:400;line-height:24px;margin:0}._dashboardContainer_12h98_32{display:flex;flex-direction:column;gap:24px}._dashboardRow_12h98_38{display:grid;grid-template-columns:repeat(auto-fit,minmax(0,1fr));gap:16px}._dashboardItem_12h98_45{width:100%}._closeButton_12h98_49{display:flex;align-items:flex-start;justify-content:flex-end;padding:8px;cursor:pointer}._closeButton_12h98_49 img{cursor:pointer}._headerWrapper_12h98_61{width:100%;display:flex;align-items:center;gap:8px;justify-content:flex-start}._headerText_12h98_69{margin:0;color:#101828;font-family:Inter;font-size:20px;font-weight:600;line-height:28px}._centeredIcon_12h98_78{display:flex;align-items:center;justify-content:center}@media(max-width:1200px){._dashboardRow_12h98_38{grid-template-columns:1fr}}._card_1cmeb_1{border-radius:12px;border:1px solid #EAECF0;background:#fff;box-shadow:0 1px 2px #1018280d;padding:20px 12px}._cardHeaderIcon_1cmeb_8{display:flex;align-self:center}._cardHeader_1cmeb_8{display:flex;align-items:center;justify-content:space-between;width:100%}._cardHeaderLeft_1cmeb_19{display:flex;align-items:center;gap:4px}._cardHeaderTitle_1cmeb_25{color:#344054;font-family:Inter;font-size:16px;font-weight:600;line-height:24px;margin:0}._cardBody_1cmeb_34{width:100%;padding-top:8px}._noDataBodyList_1cmeb_39,._cardBodyList_1cmeb_40{width:100%;list-style:none;height:215px;overflow-y:auto;display:flex;flex-flow:column;gap:4px}._noDataBodyList_1cmeb_39{align-items:center}._cardBodyItem_1cmeb_53{cursor:pointer;width:100%;height:30px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:4px 12px}._cardBodyItem_1cmeb_53:hover{background:#f9fafb}._cardBodyItem_1cmeb_53:hover ._cardBodyItemRight_1cmeb_82{display:flex!important;opacity:1}._cardBodyList_1cmeb_40 a:hover{opacity:1!important}._tooltipModuleName_1cmeb_89{overflow:hidden;color:#344054;text-overflow:ellipsis;font-family:Inter;font-size:14px;font-weight:600;line-height:22px}._cardBodyItemLeft_1cmeb_99{display:flex;flex-wrap:wrap}._cardBodyItemTitle_1cmeb_63{display:flex;flex-wrap:wrap;gap:8px;align-items:center}._cardBodyItemRight_1cmeb_82{display:none!important;display:flex;align-self:flex-start;flex-shrink:0}._cardBodyItemTitleText_1cmeb_70{color:#475467;font-family:Inter;font-size:14px;font-weight:500;line-height:20px}._dot_1cmeb_125{width:7px;height:7px;border-radius:50%;background-color:#d9d9d9}._cardBodyItemTitlePeriod_1cmeb_132{color:#667085;font-family:Inter;font-size:14px;font-weight:400;line-height:22px}._cardBodyItemAcitons_1cmeb_140{display:flex;align-items:center}._tooltipContent_1cmeb_145{display:flex;flex-flow:column;gap:8px}._tooltipDate_1cmeb_151{color:#344054;font-family:Inter;font-size:12px;font-weight:600;line-height:22px}._tooltipDate_1cmeb_151 span{font-weight:400}._card_1iz7v_1{border-radius:12px;border:1px solid #EAECF0;background:#fff;box-shadow:0 1px 2px #1018280d;padding:20px 12px}._cardHeaderIcon_1iz7v_9{display:flex;align-self:center}._tooltipModuleName_1iz7v_13{overflow:hidden;color:#344054;text-overflow:ellipsis;font-family:Inter;font-size:14px;font-weight:600;line-height:22px}._cardHeader_1iz7v_9{display:flex;align-items:center;justify-content:space-between;width:100%}._cardHeaderLeft_1iz7v_30{display:flex;align-items:center;gap:4px}._cardHeaderTitle_1iz7v_36{color:#344054;font-family:Inter;font-size:16px;font-weight:600;line-height:24px;margin:0}._cardBody_1iz7v_45{width:100%}._noDataBodyList_1iz7v_49,._cardBodyList_1iz7v_50{width:100%;list-style:none;height:215px;overflow-y:auto;display:flex;flex-flow:column;gap:4px}._cardBodyItem_1iz7v_60{width:100%;height:30px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:4px 12px}._cardBodyItem_1iz7v_60:hover{background:#f9fafb}._cardBodyItem_1iz7v_60:hover ._cardBodyItemRight_1iz7v_74{display:flex!important;opacity:1}._cardBodyList_1iz7v_50 a:hover{opacity:1!important}._cardBodyList_1iz7v_50 a:hover ._cardBodyItemRight_1iz7v_74,._cardBodyList_1iz7v_50 a:hover ._cardBodyItemRight_1iz7v_74 svg{opacity:1!important}._cardBodyItemRight_1iz7v_74 button,._cardBodyItemRight_1iz7v_74 svg{opacity:1!important}._cardBodyItemLeft_1iz7v_91{display:flex;flex-wrap:wrap}._cardBodyItemTitle_1iz7v_96{display:flex;flex-wrap:wrap;gap:8px;align-items:center}._cardBodyItemTitleText_1iz7v_103{color:#475467;font-family:Inter;font-size:14px;font-weight:500;line-height:20px}._dot_1iz7v_111{width:7px;height:7px;border-radius:50%;background-color:#d9d9d9}._cardBodyItemTitlePeriod_1iz7v_118{color:#667085;font-family:Inter;font-size:14px;font-weight:400;line-height:22px}._cardBodyItemRight_1iz7v_74{display:none!important;display:flex;align-self:flex-start;flex-shrink:0}._cardBodyItemAcitons_1iz7v_133{display:flex;align-items:center;align-self:center;gap:8px}._tooltipContent_1iz7v_140{display:flex;flex-flow:column;gap:8px;width:max-content;min-width:fit-content}._cardBodyList_1iz7v_50{margin-top:8px}._cardBodyList_1iz7v_50 .ant-popover-inner{max-width:none!important}._tooltipDate_1iz7v_156{display:flex;align-items:center;gap:4px;color:#344054;font-family:Inter;font-size:14px;font-weight:600;line-height:22px;white-space:nowrap;margin:0}._tooltipDate_1iz7v_156 span{font-weight:400;white-space:nowrap}._modalTitle_1iz7v_174{color:#101828;font-family:Inter;font-size:18px;font-weight:600;line-height:28px;margin:0}._modalHeaderDescription_1iz7v_183{color:#475467;font-family:Inter;font-size:14px;font-weight:400;line-height:20px;margin:0}._modalDescription_1iz7v_192{color:#475467;font-family:Inter;font-size:14px;font-weight:400;line-height:20px;margin-top:6px;margin-bottom:0}._actions_1iz7v_202{display:flex;align-items:center;justify-content:flex-end;gap:12px;width:100%}._card_9qxjp_1{border-radius:12px;border:1px solid #F2F4F7;background:url(/assets/1-74yUC_LD.jpg) center/cover no-repeat,#f9fafb;padding:18px 16px}._cardHeader_9qxjp_8{display:flex;align-items:center;justify-content:space-between}._cardHeaderLeft_9qxjp_14{display:flex;align-items:center;gap:8px}._cardHeaderTitle_9qxjp_20{color:#101828;font-family:Inter;font-size:18px;font-weight:600;line-height:24px}._recommendedModuleList_9qxjp_28{display:flex;align-items:center;gap:20px;margin-top:8px;width:calc(100% - 60px);max-width:100vw;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}._recommendedModuleList_9qxjp_28::-webkit-scrollbar{display:none}._recommendedModuleList_9qxjp_28._noScroll_9qxjp_44{overflow-x:hidden;cursor:default}._recommendedModuleItem_9qxjp_49{border-radius:12px;border:1px solid #F2F4F7;background:#fff;box-shadow:0 1px 2px #1018280d;padding:16px;display:flex;gap:16px;min-width:480px}._recommendedModuleItemRight_9qxjp_60{display:flex;flex-direction:column;gap:12px}._recommendedModuleItemHeader_9qxjp_66{display:flex;align-items:center;gap:8px}._recommendedModuleItemHeaderTitle_9qxjp_72{color:#344054;font-family:Inter;font-size:16px;font-weight:600;line-height:20px}._recommendedModuleItemActions_9qxjp_80{display:flex;align-items:center;justify-content:flex-end}._recommendedModuleItemDescription_9qxjp_86{color:#475467;font-family:Inter;font-size:14px;font-weight:500;line-height:22px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-clamp:2;overflow:hidden;text-overflow:ellipsis}._recommendedModuleListContainer_9qxjp_100{position:relative;display:flex;align-items:center;justify-content:center}._recommendedModuleLeftArrow_9qxjp_107{height:100%;position:absolute;left:0;top:0;bottom:0;display:flex;align-items:center;justify-content:center;background-color:transparent;z-index:1}._recommendedModuleRightArrow_9qxjp_120{height:100%;position:absolute;right:0;top:0;bottom:0;display:flex;align-items:center;justify-content:center;background-color:transparent;z-index:1}._paginationContainer_9qxjp_133{display:flex;justify-content:center;align-items:center;gap:8px;margin-top:16px}._paginationDot_9qxjp_141{width:8px;height:8px;border-radius:50%;background-color:#d0d5dd;cursor:pointer;transition:all .2s ease}._paginationDot_9qxjp_141._active_9qxjp_150{background-color:#344054;width:24px;border-radius:4px}._paginationDot_9qxjp_141:hover{background-color:#98a2b3}._modalTitle_9qxjp_160{margin:0;color:#101828;font-family:Inter;font-size:18px;font-weight:600;line-height:28px}._modalDescription_9qxjp_169{color:#b54708;font-family:Inter;font-size:12px;font-style:normal;font-weight:500;line-height:18px;display:flex;padding:4px 10px;align-items:center;gap:8px;border-radius:8px;border:1px solid #FEDF89;background:#fffaeb;margin-top:8px}._modalBody_9qxjp_187{display:flex;align-items:start;gap:20px}._modalFooter_9qxjp_192{display:flex;align-items:center;justify-content:flex-end;gap:12px;margin-top:32px}._modalBodyImage_9qxjp_199{width:386px}._leftContent_9qxjp_202{display:flex;flex-direction:column;gap:12px;padding-bottom:24px}._desc_9qxjp_208{color:#475467;font-family:Inter;font-size:14px;font-weight:400;line-height:20px}._list_9qxjp_216{list-style:none;color:#475467;font-family:Inter;font-size:14px;font-weight:500;line-height:20px;display:flex;flex-direction:column;gap:12px;margin-top:8px}._listItem_9qxjp_229{display:flex;align-items:center;gap:8px;font-weight:500;line-height:20px}._listItemNotCenter_9qxjp_236{display:flex;gap:8px;font-weight:500;line-height:20px}@media(max-width:1200px){._recommendedModuleList_9qxjp_28{max-width:80vw}._modalBody_9qxjp_187{flex-direction:column}}._gridContainer_1jlmi_2{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}._cardWrapper_1jlmi_8{width:100%}._card_1jlmi_8{border-radius:12px;border:1px solid #F2F4F7;background:#fff;box-shadow:0 1px 2px #1018280d;padding:16px 12px;height:100%}._cardTitle_1jlmi_21{color:#344054;font-family:Inter;font-size:16px;font-weight:600;line-height:20px;margin:0 0 12px 8px}._values_1jlmi_30{display:grid;grid-template-columns:repeat(2,1fr);margin-top:12px}._valueWrapper_1jlmi_36{width:100%}._noDataText_1jlmi_39{overflow:hidden;color:#344054;font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:22px}._valueHeaderContainer_1jlmi_49{display:flex;align-items:center;gap:2px}._valueHeaderTitle_1jlmi_55{color:#475467;font-family:Inter;font-size:14px;font-weight:500;line-height:22px;margin:0}._valueContent_1jlmi_64{display:flex;align-items:center;gap:8px;margin-top:4px}._value_1jlmi_30{color:#101828;font-family:Inter;font-size:18px;font-weight:600;line-height:24px}._messageContainer_1jlmi_79{display:flex;align-items:start;gap:8px;margin-top:20px}._message_1jlmi_79{color:#344054;font-family:Inter;font-size:14px;font-weight:500;line-height:22px}._messageIcon_1jlmi_94{margin-top:4px}._buttonContainer_1jlmi_98{display:flex;align-items:center;justify-content:flex-end;margin-top:12px;gap:12px}._retailerList_1jlmi_106{display:flex;flex-flow:column;gap:16px;align-items:center}._keywordList_1jlmi_112{max-height:100px;overflow-y:auto;scrollbar-width:none}._modalTitle_1jlmi_118{margin:0;color:#101828;font-family:Inter;font-size:18px;font-weight:600;line-height:28px}._modalDescription_1jlmi_127{color:#b54708;font-family:Inter;font-size:12px;font-style:normal;font-weight:500;line-height:18px;display:flex;padding:4px 10px;align-items:center;gap:8px;border-radius:8px;border:1px solid #FEDF89;background:#fffaeb;margin-top:8px}._modalBody_1jlmi_145{display:flex;align-items:start;gap:20px}._modalFooter_1jlmi_150{display:flex;align-items:center;justify-content:flex-end;gap:12px;margin-top:32px}._modalBodyImage_1jlmi_157{width:386px}._leftContent_1jlmi_160{display:flex;flex-direction:column;gap:12px;padding-bottom:24px}._desc_1jlmi_166{color:#475467;font-family:Inter;font-size:14px;font-weight:400;line-height:20px}._list_1jlmi_174{list-style:none;color:#475467;font-family:Inter;font-size:14px;font-weight:500;line-height:20px;display:flex;flex-direction:column;gap:12px;margin-top:8px}._listItem_1jlmi_187{display:flex;align-items:center;gap:8px;font-weight:500;line-height:20px}._listItemNotCenter_1jlmi_194{display:flex;gap:8px;font-weight:500;line-height:20px}._centeredIcon_1jlmi_201{display:flex;align-items:center;justify-content:center}@media screen and (max-width:1200px){._gridContainer_1jlmi_2{grid-template-columns:repeat(1,1fr)}}._summaryCards_1q1ur_1{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}._cardWrapper_1q1ur_7{width:100%;height:100%}._card_1q1ur_7{width:100%;height:100%;border-radius:12px;border:1px solid #EAECF0;background:#fff;box-shadow:0 1px 2px #1018280d;padding:20px}._cardHeader_1q1ur_22{display:flex;align-items:center;gap:8px;margin-bottom:8px}._cardTitle_1q1ur_29{color:#475467;font-family:Inter;font-size:14px;font-weight:500;line-height:20px;margin:0}._cardValue_1q1ur_38{color:#101828;font-family:Inter;font-size:24px;font-weight:600;line-height:32px}._redDot_1q1ur_46{width:8px;height:8px;border-radius:50%;background-color:#ff4747}._cardBody_1q1ur_53{display:flex;align-items:center;justify-content:space-between}._modalTitle_1q1ur_59{margin:0;color:#101828;font-family:Inter;font-size:24px;font-weight:600;line-height:32px}._modalHeader_1q1ur_68{display:flex;align-items:center;gap:8px}._table_1q1ur_74{margin-top:16px}._tableFilters_1q1ur_78{width:100%;display:flex;align-items:center;justify-content:space-between}._tableFiltersLeft_1q1ur_85{display:flex;align-items:center;gap:12px}._tableText_1q1ur_91{color:#475467;font-family:Inter;font-size:13px;font-weight:400;line-height:20px}._urlContainer_1q1ur_99{display:flex;align-items:center}._centeredIcon_1q1ur_104{display:flex;align-items:center;justify-content:center}@media screen and (max-width:1200px){._summaryCards_1q1ur_1{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:768px){._summaryCards_1q1ur_1{grid-template-columns:repeat(1,1fr)}}._summaryCards_1eomc_1{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}._cardWrapper_1eomc_7{width:100%;height:100%}._card_1eomc_7{width:100%;height:100%;border-radius:12px;border:1px solid #EAECF0;background:#fff;box-shadow:0 1px 2px #1018280d;padding:20px}._cardHeader_1eomc_22{display:flex;align-items:center;gap:8px;margin-bottom:8px}._cardTitle_1eomc_29{color:#475467;font-family:Inter;font-size:14px;font-weight:500;line-height:20px}._cardValue_1eomc_37{color:#101828;font-family:Inter;font-size:24px;font-weight:600;line-height:32px}._redDot_1eomc_45{width:8px;height:8px;border-radius:50%;background-color:#ff4747}._cardBody_1eomc_52{display:flex;align-items:center;justify-content:space-between}._modalTitle_1eomc_58{margin:0;color:#101828;font-family:Inter;font-size:24px;font-weight:600;line-height:32px}._modalHeader_1eomc_67{display:flex;align-items:center;gap:8px}._table_1eomc_73{margin-top:16px}._tableFilters_1eomc_77{width:100%;display:flex;align-items:center;justify-content:space-between}._tableFiltersLeft_1eomc_84{display:flex;align-items:center;gap:12px}._tableText_1eomc_90{color:#475467;font-family:Inter;font-size:13px;font-weight:400;line-height:20px}._urlContainer_1eomc_98{display:flex;align-items:center}@media screen and (max-width:1200px){._summaryCards_1eomc_1{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:768px){._summaryCards_1eomc_1{grid-template-columns:repeat(1,1fr)}}._headerRightContainer_xjdre_1{display:flex;align-items:center;gap:8px}._iconsContainer_xjdre_7{margin:16px 0;overflow:hidden;direction:ltr;list-style:none;display:grid;grid-gap:16px;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));padding:0}._iconWrapper_xjdre_18{padding:16px;display:flex;flex-direction:column;align-items:center;gap:8px;cursor:pointer;border-radius:8px;width:200px}._iconWrapper_xjdre_18:hover{background-color:#f0f0f0}._filterContainer_xjdre_33{display:flex;align-items:center;gap:8px}._darkMode_xjdre_39{background-color:#161b26}._darkMode_xjdre_39 ._iconWrapper_xjdre_18{color:#fff}._darkMode_xjdre_39 ._iconWrapper_xjdre_18:hover{background-color:#252f41}._iconName_xjdre_51{width:100%;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._description_hz4ag_1{display:block;color:var(--Gray-600, #475467);font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px;margin-top:4px}._shareBox_hz4ag_12{display:flex;align-items:center;gap:8px}._shareBox_hz4ag_12 span{color:var(--Gray-700, #344054);font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px}._headerActions_ciqsr_2{display:flex;gap:12px;align-items:center}._previewButton_ciqsr_8,._saveButton_ciqsr_9{padding:8px 16px;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;border:1px solid transparent;display:flex;align-items:center;gap:6px}._previewButton_ciqsr_8{background:#f3f4f6;color:#374151;border-color:#d1d5db}._previewButton_ciqsr_8:hover:not(:disabled){background:#e5e7eb;transform:translateY(-1px)}._previewButton_ciqsr_8:disabled{opacity:.5;cursor:not-allowed}._saveButton_ciqsr_9{background:#3b82f6;color:#fff}._saveButton_ciqsr_9:hover{background:#2563eb;transform:translateY(-1px);box-shadow:0 4px 8px #3b82f64d}._editorContainer_ciqsr_50{display:flex;height:calc(100vh - 61px);position:relative;gap:12px;width:100%}._dropZone_ciqsr_60{position:absolute;top:0;left:0;width:100%;height:100%;background:#3b82f61a;border:2px dashed #3b82f6;border-radius:12px;display:flex;align-items:center;justify-content:center;z-index:1000;animation:_pulse_ciqsr_1 2s infinite}@keyframes _pulse_ciqsr_1{0%,to{opacity:.7}50%{opacity:1}}._dropZoneContent_ciqsr_88{text-align:center;color:#3b82f6}._dropZoneIcon_ciqsr_93{font-size:48px;margin-bottom:16px}._dropZoneContent_ciqsr_88 h3{margin:0 0 8px;font-size:24px;font-weight:600}._dropZoneContent_ciqsr_88 p{margin:0;font-size:16px;opacity:.8}._emptyState_ciqsr_111{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1;text-align:center;max-width:400px}._emptyStateContent_ciqsr_121{padding:40px;background:#fff;border-radius:16px;box-shadow:0 4px 16px #0000001a;border:1px solid #e5e7eb}._emptyIcon_ciqsr_129{font-size:64px;margin-bottom:20px}._emptyStateContent_ciqsr_121 h2{margin:0 0 12px;font-size:24px;font-weight:600;color:#111827}._emptyStateContent_ciqsr_121 p{margin:0 0 24px;font-size:16px;color:#6b7280;line-height:1.5}._emptyStateSteps_ciqsr_148{display:flex;flex-direction:column;gap:12px;text-align:left}._step_ciqsr_155{display:flex;align-items:center;gap:12px;font-size:14px;color:#374151}._stepNumber_ciqsr_163{width:24px;height:24px;background:#3b82f6;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:12px;flex-shrink:0}._widget_ciqsr_178{position:absolute;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 2px 8px #0000001a;cursor:move;transition:all .2s;z-index:10;overflow:hidden}._widget_ciqsr_178:hover{box-shadow:0 4px 16px #00000026;transform:translateY(-2px)}._widget_ciqsr_178._selected_ciqsr_195{border-color:#3b82f6;box-shadow:0 4px 16px #3b82f64d;z-index:20}._widgetHeader_ciqsr_201{padding:12px 16px;background:#f9fafb;border-bottom:1px solid #e5e7eb;display:flex;align-items:center;justify-content:space-between;cursor:move}._widgetTitle_ciqsr_211{display:flex;align-items:center;gap:8px;font-weight:600;font-size:14px;color:#111827}._widgetIcon_ciqsr_220{font-size:16px}._widgetActions_ciqsr_224{display:flex;gap:4px;opacity:0;transition:opacity .2s}._widget_ciqsr_178:hover ._widgetActions_ciqsr_224{opacity:1}._actionButton_ciqsr_235{width:24px;height:24px;background:none;border:none;border-radius:4px;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:12px;color:#6b7280;transition:all .2s}._actionButton_ciqsr_235:hover{background:#e5e7eb;color:#374151}._widgetContent_ciqsr_255{padding:16px;height:calc(100% - 49px);overflow:auto}._loadingState_ciqsr_262,._errorState_ciqsr_263,._unknownWidget_ciqsr_264{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;text-align:center;color:#6b7280}._spinner_ciqsr_274{width:24px;height:24px;border:2px solid #e5e7eb;border-top:2px solid #3b82f6;border-radius:50%;animation:_spin_ciqsr_274 1s linear infinite;margin-bottom:12px}@keyframes _spin_ciqsr_274{to{transform:rotate(360deg)}}._errorIcon_ciqsr_290{font-size:32px;margin-bottom:12px}._errorState_ciqsr_263 p,._unknownWidget_ciqsr_264 p{margin:0 0 12px;font-size:14px}._retryButton_ciqsr_301{padding:6px 12px;background:#3b82f6;color:#fff;border:none;border-radius:4px;font-size:12px;cursor:pointer;transition:background .2s}._retryButton_ciqsr_301:hover{background:#2563eb}._resizeHandles_ciqsr_317{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}._resizeHandle_ciqsr_317{position:absolute;width:8px;height:8px;background:#3b82f6;border:1px solid #ffffff;border-radius:2px;pointer-events:all;cursor:nw-resize}._resizeHandle_ciqsr_317._topLeft_ciqsr_337{top:-4px;left:-4px;cursor:nw-resize}._resizeHandle_ciqsr_317._topRight_ciqsr_343{top:-4px;right:-4px;cursor:ne-resize}._resizeHandle_ciqsr_317._bottomLeft_ciqsr_349{bottom:-4px;left:-4px;cursor:sw-resize}._resizeHandle_ciqsr_317._bottomRight_ciqsr_355{bottom:-4px;right:-4px;cursor:se-resize}._chartContainer_ciqsr_362{width:100%;height:100%;display:flex;flex-direction:column}._chartContainer_ciqsr_362 h4{margin:0 0 12px;font-size:14px;font-weight:600;color:#111827;border-bottom:1px solid #e5e7eb;padding-bottom:8px}._chartContainer_ciqsr_362 pre{flex:1;margin:0;padding:8px;background:#f3f4f6;border-radius:4px;font-size:11px;color:#374151;overflow:auto;white-space:pre-wrap;word-break:break-all}._gridWrapper_ciqsr_391{display:flex;flex-direction:column;gap:16px;width:100%;padding-left:24px;overflow:auto;padding-right:12px}._fullWidthContainer_ciqsr_401{width:100%;margin-bottom:16px}._columnsContainer_ciqsr_406{display:flex;gap:16px;width:100%;align-items:flex-start}._column_ciqsr_406{flex:1;display:flex;flex-direction:column;gap:16px;min-width:0}._canvas_ciqsr_421{border:2px dashed #d1d5db;border-radius:12px}._canvas_ciqsr_421._full_ciqsr_401{flex:0 0 100%;max-width:100%}._canvas_ciqsr_421._half_ciqsr_431{flex:0 0 calc(33% - 8px);max-width:calc(33% - 8px)}._iconContainer_ciqsr_437{min-height:470px;height:100%;width:100%;max-width:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;cursor:pointer}._iconContainer_ciqsr_437 img{pointer-events:none}._leftMenu_ciqsr_453{width:calc(100% - 360px)}._leftMenuOpen_ciqsr_457{width:100%;margin-right:24px}._rightMenu_ciqsr_462{width:30%;max-width:360px}._rightMenuClosed_ciqsr_467{width:0}._topBar_ciqsr_471{display:flex;align-items:center;flex-direction:column;gap:8px;flex:1 0 0;height:-webkit-fill-available}._leftMenuHeader_ciqsr_480{display:flex;padding:12px 0 8px 24px;align-items:center;gap:12px;align-self:stretch}._leftMenuTitle_ciqsr_488{color:var(--Gray-900, #101828);font-family:Inter;font-size:20px;font-style:normal;font-weight:600;line-height:28px}._rightMenuHeader_ciqsr_497,._rightMenuHeaderSub_ciqsr_504{margin-left:auto;align-items:center;display:flex;gap:8px}._warningBadge_ciqsr_511{display:flex;padding:4px 10px 4px 8px;align-items:center;gap:4px;border-radius:8px;background:var(--Brand-25, #E1E6F7);margin-right:auto;margin-left:24px;margin-bottom:16px}._warningBadgeText_ciqsr_523{color:var(--Brand-700, #1E2E6A);text-align:center;font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px}._canvasHover_ciqsr_533{border:2px dashed #3b82f6;background:#eff6ff}._canvasFilled_ciqsr_538{border:none;background:transparent}@media screen and (max-width:1900px){._canvas_ciqsr_421._half_ciqsr_431{flex:0 0 calc(50% - 8px);max-width:calc(50% - 8px)}}@media(max-width:1200px){._canvas_ciqsr_421{margin-right:0;padding:12px}._rightWidgetMenu_ciqsr_557,._rightWidgetMenu_ciqsr_557._open_ciqsr_561{transform:translate(0)}}@media(max-width:768px){._headerActions_ciqsr_2{gap:8px}._leftMenu_ciqsr_453{width:100%;margin:0}._leftMenuHeader_ciqsr_480{flex-direction:column;align-items:flex-start}._rightMenuHeader_ciqsr_497{flex-direction:column;width:100%;margin:0}._rightMenu_ciqsr_462{position:absolute;height:100%;width:100%}._rightWidgetMenu_ciqsr_557{max-width:100%;transform:none}._gridWrapper_ciqsr_391{padding-right:0;height:calc(100vh - 300px)}._editorContainer_ciqsr_50{height:calc(100vh - 150px)}._previewButton_ciqsr_8,._saveButton_ciqsr_9{padding:6px 12px;font-size:12px}._iconDiv_ciqsr_613{display:none}._warningBadgeText_ciqsr_523{text-align:start}._canvas_ciqsr_421{padding:8px}._widget_ciqsr_178{min-width:250px;min-height:150px}._emptyStateContent_ciqsr_121{padding:24px;margin:0 12px}._emptyStateContent_ciqsr_121 h2{font-size:20px}._emptyStateSteps_ciqsr_148{flex-direction:column;gap:8px}}@media screen and (max-width:768px){._gridWrapper_ciqsr_391{padding-right:0;height:calc(100vh - 300px)}._columnsContainer_ciqsr_406{flex-direction:column}._column_ciqsr_406{width:100%}}._rightWidgetMenu_gvo2p_1{height:100%;background:#fff;border-left:1px solid #e5e7eb;display:flex;flex-direction:column;box-shadow:-2px 0 8px #0000001a;max-height:-webkit-fill-available;position:fixed;right:0;top:0;z-index:3;width:30%;max-width:360px}._widgetLibrary_gvo2p_17{flex:1;display:flex;flex-direction:column;overflow:hidden}._libraryHeader_gvo2p_24{padding:20px}._libraryHeader_gvo2p_24 h3{font-size:16px;font-weight:600;color:#111827}._searchInput_gvo2p_34{width:100%;padding:8px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;outline:none;transition:border-color .2s}._searchInput_gvo2p_34:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}._categoryTabs_gvo2p_49{display:flex;overflow-x:auto;padding:0 20px;gap:4px;margin:0 10px 10px}._widgetAlert_gvo2p_57{border:2px solid var(--Brand-600, #1f306d);animation:_blinkBorder_gvo2p_1 1s infinite}@keyframes _blinkBorder_gvo2p_1{0%{border:2px solid var(--Brand-600, #1f306d)}50%{border:2px solid transparent}to{border:2px solid var(--Brand-600, #1f306d)}}._categoryTab_gvo2p_49{padding:8px 12px;border:none;background:none;font-size:12px;font-weight:500;color:#6b7280;cursor:pointer;white-space:nowrap;border-bottom:2px solid transparent;transition:all .2s;margin-bottom:8px;outline:none}._categoryTab_gvo2p_49:hover{color:#374151}._categoryTab_gvo2p_49._active_gvo2p_95{background:var(--Brand-25, #ECEFFA)}._categoryTab_gvo2p_49._text_gvo2p_99 span{color:var(--Gray-500, #667085)!important}._widget_gvo2p_17{position:relative;perspective:1000px;display:flex;padding:20px;flex-direction:column;gap:10px;border-radius:16px;border:1px solid var(--Gray-100, #F2F4F7);background:#fff;box-shadow:0 1px 2px #1018280d;height:100%}._widgetShow_gvo2p_118{height:100%}._widgetContent_gvo2p_122{position:relative;width:100%;flex:1;display:flex;flex-direction:column;transition:transform .6s;transform-style:preserve-3d;overflow-y:auto;overflow-x:hidden}._widget_gvo2p_17._flipped_gvo2p_134 ._widgetContent_gvo2p_122{transform:rotateY(180deg)}._widgetFront_gvo2p_138,._widgetBack_gvo2p_139{position:relative;width:100%;height:100%;display:flex;flex-direction:column;overflow-y:auto;overflow-x:hidden;scrollbar-width:none}._widgetFront_gvo2p_138._none_gvo2p_150,._widgetBack_gvo2p_139._none_gvo2p_150{position:absolute;visibility:hidden;pointer-events:none}._widgetFront_gvo2p_138>*,._widgetBack_gvo2p_139>*{flex-shrink:0}._none_gvo2p_150{position:absolute!important;visibility:hidden!important;pointer-events:none!important;display:none}._widgetBack_gvo2p_139{transform:rotateY(180deg)}._widgetList_gvo2p_174{flex:1;overflow-y:auto;padding:16px}._widgetHeader_gvo2p_180{display:flex;flex-direction:row;height:max-content;gap:12px;align-items:center}._widgetLeftContainer_gvo2p_188{display:flex;flex-direction:row;margin-right:auto;height:max-content;gap:12px}._move_gvo2p_196{cursor:grab}._widgetActions_gvo2p_200{display:flex;flex-direction:row}._widgetTitle_gvo2p_205 span{color:var(--Gray-900, #101828);font-family:Inter;font-size:16px;font-style:normal;font-weight:600;line-height:20px}._widgetItem_gvo2p_214{position:relative;display:flex;align-items:center;gap:12px;padding:12px;margin-bottom:8px;cursor:grab;transition:all .2s;border-radius:4px;background:#fff;align-items:flex-start}._hoveredWidgetItem_gvo2p_228{position:relative;display:flex;align-items:center;gap:12px;padding:12px;margin-bottom:8px;cursor:grab;transition:all .2s;border-radius:4px;align-items:flex-start;background:var(--colors-gray-light-mode-50, #F9FAFB);-webkit-user-select:none;user-select:none}._widgetButton_gvo2p_243{opacity:0;transition:opacity .2s ease}._widgetItem_gvo2p_214:hover ._widgetButton_gvo2p_243{opacity:1}._widgetItem_gvo2p_214:hover{background:var(--colors-gray-light-mode-50, #F9FAFB)}._widgetItem_gvo2p_214:active{cursor:grabbing;transform:translateY(0)}._widgetIcon_gvo2p_261{display:flex;width:130px;height:86px;padding:12px 16px 12px 12px;justify-content:center;align-items:center;gap:4px;border-radius:8px;border:1px solid var(--Gray-100, #F2F4F7);background:#fff;box-shadow:0 1px 2px #1018280d;pointer-events:none}._widgetInfo_gvo2p_276{flex:1;display:flex;flex-direction:column;gap:8px}._widgetName_gvo2p_283{margin:0;font-size:14px;font-weight:600;color:#111827}._widgetDescription_gvo2p_290{overflow:hidden;color:var(--Gray-600, var(--colors-gray-light-mode-600, #475467));text-overflow:ellipsis;font-family:Roboto;font-size:14px;font-style:normal;font-weight:400;line-height:20px;max-width:175px}._dragHandle_gvo2p_302{color:#9ca3af;opacity:0;transition:opacity .2s}._widgetItem_gvo2p_214:hover ._dragHandle_gvo2p_302{opacity:1}._loadingState_gvo2p_312{min-height:300px;display:flex;align-items:center;justify-content:center}._errorState_gvo2p_319{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:250px;gap:12px}._errorIcon_gvo2p_328{font-size:48px}._retryButton_gvo2p_332{padding:8px 16px;background:#3b82f6;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:14px}._retryButton_gvo2p_332:hover{background:#2563eb}._unknownWidget_gvo2p_346{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:250px;gap:8px}._popover_gvo2p_355{background:#fff;border-radius:8px;font-size:14px;width:200}._popoverButton_gvo2p_362{width:100%;justify-content:left}._popoverButtonTitle_gvo2p_367{color:var(--Gray-900, #101828)!important;font-family:Inter;font-size:16px!important;font-style:normal;font-weight:500!important;line-height:24px;margin-left:8px;text-align:left}._line_gvo2p_378{height:1px;align-self:stretch;background:var(--Gray-200, #EAECF0);width:100%}._configPanelEmpty_gvo2p_386{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px;text-align:center;color:#6b7280;border-top:1px solid #e5e7eb}._emptyIcon_gvo2p_398{font-size:48px;margin-bottom:16px}._configPanelEmpty_gvo2p_386 h3{margin:0 0 8px;font-size:16px;color:#374151}._configPanelEmpty_gvo2p_386 p{margin:0;font-size:14px}._configPanel_gvo2p_386{border-top:1px solid #e5e7eb;background:#f9fafb;max-height:50vh;overflow-y:auto}._configHeader_gvo2p_421{display:flex;align-items:center;justify-content:space-between;padding:20px;border-bottom:1px solid #e5e7eb;background:#fff;position:sticky;top:0;z-index:10}._configHeader_gvo2p_421 h3{margin:0;font-size:16px;font-weight:600;color:#111827}._widgetTypeIcon_gvo2p_440{font-size:20px}._bottomActions_gvo2p_444{display:flex;flex-direction:row;gap:12px;justify-content:flex-end}._widgetTags_gvo2p_452{display:grid;grid-template-columns:repeat(3,1fr);gap:6px}._trend_gvo2p_458{display:flex;padding:2px 8px;align-items:center;border-radius:16px;border:1px solid var(--Blue-light-200, #B9E6FE);background:var(--Blue-light-50, #F0F9FF);color:var(--Blue-light-700, #026AA2);text-align:center;font-family:Inter;font-size:12px;font-style:normal;font-weight:500;line-height:18px;width:min-content}._comment_gvo2p_475,._yorum_gvo2p_492{display:flex;padding:2px 8px;align-items:center;border-radius:16px;border:1px solid var(--Indigo-200, #C7D7FE);background:var(--Indigo-50, #EEF4FF);color:var(--Indigo-700, #3538CD);text-align:center;font-family:Inter;font-size:12px;font-style:normal;font-weight:500;line-height:18px;width:min-content}._noWidgets_gvo2p_509{display:flex;flex-direction:column;gap:12px;align-items:center}._noWidgetsTitle_gvo2p_516{color:var(--Gray-blue-700, #363F72);text-align:center;font-family:Inter;font-size:16px;font-style:normal;font-weight:600;line-height:20px;display:block}._noWidgetsDescription_gvo2p_527{display:block;color:var(--Gray-blue-700, #363F72);text-align:center;font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px}._widgetGrid_gvo2p_539{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;padding:20px;width:100%;grid-auto-rows:auto;align-items:stretch}._widgetGrid_gvo2p_539 ._widget_gvo2p_17{grid-column:span 1;min-height:500px;max-height:700px}._widgetGrid_gvo2p_539 ._widget_gvo2p_17[data-full-width=true]{grid-column:span 2;min-height:500px;max-height:700px}._widgetContent_gvo2p_122::-webkit-scrollbar,._widgetFront_gvo2p_138::-webkit-scrollbar,._widgetBack_gvo2p_139::-webkit-scrollbar{width:4px}._widgetContent_gvo2p_122::-webkit-scrollbar-track,._widgetFront_gvo2p_138::-webkit-scrollbar-track,._widgetBack_gvo2p_139::-webkit-scrollbar-track{background:transparent}._widgetContent_gvo2p_122::-webkit-scrollbar-thumb,._widgetFront_gvo2p_138::-webkit-scrollbar-thumb,._widgetBack_gvo2p_139::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:2px}._widgetContent_gvo2p_122::-webkit-scrollbar-thumb:hover,._widgetFront_gvo2p_138::-webkit-scrollbar-thumb:hover,._widgetBack_gvo2p_139::-webkit-scrollbar-thumb:hover{background:#9ca3af}@media(max-width:1200px){._widgetGrid_gvo2p_539{grid-template-columns:1fr}._widgetGrid_gvo2p_539 ._widget_gvo2p_17[data-full-width=true]{grid-column:span 1}}@media(max-width:768px){._rightWidgetMenu_gvo2p_1{width:100%;transform:translate(0);transition:transform .3s ease;max-width:100%}._rightWidgetMenu_gvo2p_1._open_gvo2p_606{transform:translate(0)}._widgetItem_gvo2p_214 ._widgetButton_gvo2p_243{opacity:1}}._widgetList_gvo2p_174::-webkit-scrollbar,._configPanel_gvo2p_386::-webkit-scrollbar{width:6px}._widgetList_gvo2p_174::-webkit-scrollbar-track,._configPanel_gvo2p_386::-webkit-scrollbar-track{background:#f1f1f1}._widgetList_gvo2p_174::-webkit-scrollbar-thumb,._configPanel_gvo2p_386::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}._widgetList_gvo2p_174::-webkit-scrollbar-thumb:hover,._configPanel_gvo2p_386::-webkit-scrollbar-thumb:hover{background:#a8a8a8}._customBarChartSingle_1mqj7_1{display:flex;gap:12px;flex-flow:row!important;margin-top:24px}._customBarChartLabels_1mqj7_8{display:flex;flex-flow:column;gap:20px}._customBarChartLabel_1mqj7_8{cursor:pointer;height:16px;max-width:100px;gap:4px;align-items:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:flex;align-self:flex-end}._customBarChartLabel_1mqj7_8 span{color:#535353;font-family:Roboto;font-size:14px;font-weight:500;line-height:16px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._customBarChartBars_1mqj7_46{display:flex;flex-flow:column;gap:20px;width:100%;position:relative;z-index:2;margin-bottom:22px}._customBarChartBar_1mqj7_46{display:flex;height:16px;background-color:#0064ff;border-radius:0 4px 4px 0;cursor:pointer;justify-content:center}._customBarChartBarsGrid_1mqj7_65{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;grid-template-columns:repeat(6,1fr);z-index:-1}._customBarChartBarsGridItem_1mqj7_74{width:100%;border-right:1px solid #F2F4F7;position:relative}._customBarChartBarsGridItem_1mqj7_74 span{position:absolute;bottom:-20px;right:-10px;color:#475467;font-family:Inter;font-size:12px;font-weight:400;line-height:18px}._configForm_8w4vm_1{padding:20px}._configField_8w4vm_5{display:flex;flex-direction:column;gap:16px;margin-bottom:16px}._configLabel_8w4vm_12{display:block;margin-bottom:4px;font-size:14px;font-weight:500;color:#374151}._bottomActions_8w4vm_20{display:flex;flex-direction:row;gap:12px;justify-content:flex-end}._groupSettings_8w4vm_27{display:flex;flex-direction:column;gap:16px}._configForm_1rfnv_1{padding:20px}._configField_1rfnv_5{display:flex;flex-direction:column;gap:16px;margin-bottom:16px}._configLabel_1rfnv_12{display:block;margin-bottom:4px;font-size:14px;font-weight:500;color:#374151}._bottomActions_1rfnv_20{display:flex;flex-direction:row;gap:12px;justify-content:flex-end}._label_1rfnv_28{font-family:Inter;font-size:14px;font-style:normal;font-weight:400}._groupSettings_1rfnv_35{display:flex;flex-direction:column;gap:16px}._wrapper_11c66_1{width:40%;border-radius:12px;border:1px solid var(--Gray-200, #eaecf0);background:var(--Base-White, #fff);box-shadow:0 1px 2px #1018280d;padding:20px 24px;gap:12px}._header_11c66_13{display:flex;align-items:center;gap:12px}._buttonGroup_11c66_19{width:40%;margin-bottom:16px}._button_11c66_19{display:flex;width:100%;align-items:center;gap:12px}._title_11c66_31{color:var(--Gray-900, #101828);font-family:Inter;font-size:18px;font-style:normal;font-weight:600}._retailerLogo_11c66_41{height:15px;width:70px;object-fit:contain}._sponsoredText_11c66_47{color:var(--Gray-700, #344054);font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px;height:auto;display:block}@media(max-width:1024px){._wrapper_11c66_1{max-width:100%!important;width:100%}._buttonGroup_11c66_19{width:100%;margin-bottom:16px}}._activeDateRange_11c66_70{border-radius:6px!important;padding:8px 16px!important;background:var(--Gray-50, #f9fafb)!important}._modalButtonContainer_11c66_76{width:100%;display:flex;padding:8px 4px;justify-content:flex-end;align-items:center}._applyButton_11c66_84{padding:10px 14px;color:var(--Base-White, #fff);font-family:Inter;font-size:14px;font-style:normal;font-weight:600;line-height:20px}._label_11c66_94{color:var(--Gray-700, #344054);font-size:14px;font-weight:500}._buttonGroupType_11c66_100{display:block;color:var(--Gray-700, #344054);font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px}._wrapper_15l8d_1{display:flex;width:100%;max-width:433px;padding:20px 24px;flex-direction:column;align-items:flex-start;gap:12px;border-radius:12px;border:1px solid var(--Colors-Border-border-secondary, #e4e7ec);background:var(--Colors-Background-bg-primary, #fff);box-shadow:0 1px 2px 0 var(--Colors-Effects-Shadows-shadow-xs, rgba(16, 24, 40, .05))}._header_15l8d_18{width:100%;display:flex;align-items:center;gap:12px;margin-bottom:16px}._sponsoredText_15l8d_26{color:var(--Gray-700, #344054);font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px}._title_15l8d_35{color:var(--colors-text-text-primary-900, #101828);font-family:var(--Font-family-font-family-body, Inter);font-size:var(--Font-size-text-lg, 18px);font-style:normal;font-weight:600;line-height:var(--Line-height-text-lg, 28px)}._card_15l8d_47{width:35%}._main_15l8d_51{width:100%}@media(max-width:1024px){._card_15l8d_47{width:100%;min-width:100%}}._label_15l8d_62{color:var(--Gray-700, #344054);font-size:14px;font-weight:500;margin-bottom:.5rem;display:block}._buttonGroupType_15l8d_70{display:block;color:var(--Gray-700, #344054);font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px}._questionTopicsCard_1ji03_1{position:relative;z-index:0;padding:20px!important}._questionTopicsCardHead_1ji03_7{display:flex;align-items:center;justify-content:space-between}._questionTopicsCardHeadLeft_1ji03_14{display:flex;align-items:center;gap:4px}._questionTopicsCardHeadLabel_1ji03_20{color:#101828;font-family:Inter;font-size:18px;font-style:normal;font-weight:600;line-height:28px;display:flex;align-items:center;gap:4px}._questionTopicsCardHeadRight_1ji03_32{display:flex;align-items:center;gap:12px}._questionTopicsCardBody_1ji03_38{display:grid;align-content:space-between;height:100%}@media only screen and (max-width:800px){._questionTopicsCardHead_1ji03_7{flex-flow:column;gap:8px}}._configForm_1y18s_1{padding:20px}._configField_1y18s_5{display:flex;flex-direction:column;gap:16px;margin-bottom:16px}._configLabel_1y18s_12{display:block;margin-bottom:4px;font-size:14px;font-weight:500;color:#374151}._bottomActions_1y18s_20{display:flex;flex-direction:row;gap:12px;justify-content:flex-end}._reviewSentimentTopicBarChartHead_1nu9e_5{display:flex;align-items:center;justify-content:space-between}._reviewSentimentTopicBarChartHeadLeft_1nu9e_11{display:flex;align-items:center;gap:4px}._reviewSentimentTopicBarChartLabel_1nu9e_17{color:#101828;font-family:Inter;font-size:18px;font-style:normal;font-weight:600;line-height:28px;display:flex;align-items:center;gap:4px}._reviewSentimentTopicBarChartHeadRight_1nu9e_29{display:flex;align-items:center;gap:12px}._reviewSentimentTopicBarChartBody_1nu9e_35{padding-top:4px;height:100%;display:grid}@media only screen and (max-width:800px){._reviewSentimentTopicBarChartHead_1nu9e_5{flex-flow:column;gap:8px}}._wordCloudCard_1t1ez_1{padding:20px!important}._wordCloudCardHead_1t1ez_8{display:flex;align-items:center;justify-content:space-between}._wordCloudCardHeadLeft_1t1ez_14{display:flex;align-items:center;gap:4px}._wordCloudCardHeadLabel_1t1ez_21{color:#101828;font-family:Inter;font-size:18px;font-style:normal;font-weight:600;line-height:28px;display:flex;align-items:center;gap:4px}._wordCloudCardHeadRight_1t1ez_33{display:flex;align-items:center;gap:12px}._wordCloudCardBody_1t1ez_40{padding-top:4px}@media only screen and (max-width:800px){._wordCloudCardHead_1t1ez_8{flex-flow:column;gap:8px}}._retailerLogo_eltz3_1{height:15px;width:70px;object-fit:contain}._sponsoredText_eltz3_7{color:var(--Gray-700, #344054);font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px;height:auto;display:block}._chartDiv_1cdmx_1{width:100%}._card_1cdmx_5{border-radius:12px;border:1px solid #eaecf0;background:#fff;padding:16px 20px;width:100%;height:100%}._cardHeader_1cdmx_14{display:flex;align-items:center;justify-content:space-between;background:#fff;border:none;padding:0;margin-top:0;margin-bottom:16px}._cardHeaderLeft_1cdmx_25{display:flex;align-items:center;gap:4px}._cardHeaderLeft_1cdmx_25 h1{color:#101828;font-size:18px;font-weight:600;line-height:28px;margin:0}._cardHeaderRight_1cdmx_39{display:flex;flex-direction:row;align-items:center;gap:12px}._buttonGroup_1cdmx_46{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;margin-top:10px}._carouselContainer_1cdmx_57{position:relative}._carouselNavigation_1cdmx_61{display:flex;justify-content:flex-end;align-items:center;gap:12px;padding:0 0 0 10px;margin-left:auto}._navButton_1cdmx_70{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:1px solid #d0d5dd;border-radius:50%!important;background:#fff;color:#475467;font-size:14px;transition:all .2s ease}._navButton_1cdmx_70:hover:not(:disabled){border-color:#667085;background:#f9fafb;color:#344054}._navButton_1cdmx_70:disabled{opacity:.4;cursor:not-allowed;border-color:#eaecf0;background:#f9fafb;color:#98a2b3}._pageIndicator_1cdmx_98{color:#475467;font-family:Inter;font-size:14px;font-weight:500;line-height:20px;min-width:40px;text-align:center}._reviewCountButton_1cdmx_108{display:flex;padding:0 4px;justify-content:center;align-items:center;gap:10px}._reviewCountButton_1cdmx_108:hover{border-radius:4px;background:var(--Gray-100, #F2F4F7)}._tableContainer_1cdmx_121{display:flex;align-items:center;justify-content:end;margin-top:8px;padding-right:4px;padding-bottom:16px}@media(max-width:992px){._carouselNavigation_1cdmx_61{justify-content:center}}@media(max-width:768px){._navButton_1cdmx_70{width:28px;height:28px;font-size:12px}._pageIndicator_1cdmx_98{font-size:12px;min-width:35px}}._topBarItem_1cdmx_156{border-radius:8px;border:1px solid #eaecf0;background:#fff;height:100%;width:auto}._topBarHeadBrand_1cdmx_164{display:flex;padding:12px 16px;align-items:center;gap:8px;align-self:stretch;border-bottom:1px solid #eaecf0}._topBarHead_1cdmx_164{padding:16px 12px;border-bottom:1px solid #eaecf0}._topBarHead_1cdmx_164 img{border-radius:250px;border:1px solid #eaecf0;background:#fff;width:36px;height:36px;object-fit:contain;padding:2px}._topBarHeadTitleBrand_1cdmx_188{color:#101828;font-family:Inter;font-size:14px;font-weight:600;line-height:20px}._topBarHeadTitle_1cdmx_188{color:#101828;font-family:Inter;font-size:14px;font-weight:600;line-height:20px;margin-left:8px}._topBarBody_1cdmx_205{max-height:70vh;overflow-y:auto;overflow-x:hidden;padding:0 12px 16px 16px;margin-top:12px}._topBarBodyBrand_1cdmx_213{max-height:70vh;overflow-y:auto;overflow-x:hidden;padding:0 12px 8px 16px;margin-top:10px;border-bottom:1px solid #eaecf0}._topBarItemContent_1cdmx_222{display:flex;flex-flow:column}._topBarItemTitle_1cdmx_227{display:flex;align-items:center;gap:4px;color:#475467;font-family:Inter;font-size:14px;font-weight:500;line-height:20px}._topBarItemTitleBrand_1cdmx_238{display:flex;flex-direction:column;gap:4px;color:#475467;font-family:Inter;font-size:14px;font-weight:500;line-height:20px;padding:8px 16px}._topBarItemTitleValue_1cdmx_250{color:#101828;font-family:Inter;font-size:16px;font-weight:600;line-height:24px;margin-left:auto;display:block}._topBarItemTitleValueforBrand_1cdmx_260{color:#101828;font-family:Inter;font-size:16px;font-weight:600;line-height:24px}._topBarFooter_1cdmx_268{padding:6px 16px 12px;border-top:1px solid #eaecf0}._topBarTopTopcis_1cdmx_273{display:flex;align-items:center;gap:8px;width:100%;position:relative}._topBarTopTopicsArrow_1cdmx_281{cursor:pointer;border:0;background:transparent;padding:0}._topSellerTopItems_1cdmx_288{align-items:center;background:#fafafa;border:1px solid #d9d9d9;border-radius:4px;color:#303030;display:flex;font-family:Roboto;font-size:12px;font-style:normal;font-weight:400;line-height:20px;padding:1px 8px;white-space:nowrap}._topBarItemTitleBrandText_1cdmx_304{display:flex;align-items:center;gap:4px}._topSellerTopTopicsItems_1cdmx_310{width:100%;display:flex;overflow-y:auto;gap:8px;scrollbar-width:none;-ms-overflow-style:none}._topSellerTopTopicsItems_1cdmx_310::-webkit-scrollbar{display:none}._modalTitleContainer_1cdmx_323{display:flex;align-items:center}._modalTitle_1cdmx_323{color:#101828;font-family:Inter;font-size:24px;font-weight:600;line-height:32px;margin:0}._limitedTitle_1cdmx_337{display:inline-block;max-width:300px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._topBarListTop_1cdmx_345{display:flex;align-items:center;justify-content:flex-end;gap:10px;margin:12px 0}._productTopCard_1cdmx_353{display:flex;padding:20px 16px 16px;align-items:center;gap:12px;align-self:stretch;border-bottom:1px solid var(--Gray-200, #eaecf0)}._productModalCard_1cdmx_362{display:flex;align-items:center;gap:12px;align-self:stretch;max-width:250px}._productTopImage_1cdmx_370{border:.75px solid var(--Base-Black, #0000001c)}._productTopImage_1cdmx_370 img{object-fit:contain;height:92px;width:68px}._productTopDetail_1cdmx_380{display:flex;flex-direction:column;flex:1 0 0;width:60%}._productTitleClamp_1cdmx_387{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;font-family:Inter;font-size:14px;font-weight:500;line-height:22px;color:#101828;text-decoration:none}._productTitle_1cdmx_387{display:inline;text-decoration:none}._brandOnly_1cdmx_407{text-decoration:underline}._productTitle_1cdmx_387{text-decoration:none}._productBarcodeContainer_1cdmx_415{display:flex;align-items:center;gap:6px}._productBarcode_1cdmx_415{color:var(--Gray-600, #475467);font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px}._productBrand_1cdmx_430{display:block;overflow:hidden;color:var(--Gray-700, var(--colors-gray-light-mode-700, #344054));text-overflow:ellipsis;font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:22px}._sentimentShareItems_1cdmx_445{display:flex;flex-flow:column;gap:12px;width:50%;margin-left:auto}._sentimentShareItem_1cdmx_445{display:flex;flex-flow:column;gap:4px;width:100%}._sentimentShareItemTitle_1cdmx_460{margin:0;color:#535353;font-family:Roboto;font-size:12px;font-weight:400}._sentimentShareItemTitle_1cdmx_460 span{font-weight:600}._sentimentShareItemBar_1cdmx_472{display:flex;align-items:center;width:100%}._sentimentShareItemBarLeft_1cdmx_478{display:flex;height:8px;border-radius:2px 0 0 2px}._sentimentShareItemBarRight_1cdmx_484{display:flex;height:8px;border-radius:0 2px 2px 0;background:#f9fafb}._positive_1cdmx_493{background:#37b65b}._negative_1cdmx_497{background:#ff4747}._neutral_1cdmx_501{background:#ffe500}._sentimentBar_1cdmx_505{display:flex;width:100%;height:12px;border-radius:6px;overflow:hidden;background-color:#f3f4f6;cursor:pointer}._dot_1cdmx_515{height:6px;width:6px;border-radius:50%}._positiveSegment_1cdmx_521{background-color:#37b65b;transition:width .3s ease}._neutralSegment_1cdmx_527{background-color:#ffe500;transition:width .3s ease}._negativeSegment_1cdmx_533{background-color:#ff4747;transition:width .3s ease}._sentimentLabels_1cdmx_539{display:flex;justify-content:end;align-items:center;flex-wrap:wrap;gap:8px;margin-top:12px}._sentimentLabel_1cdmx_539{display:flex;align-items:center;gap:6px;margin:0;color:var(--Gray-600, #475467);font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px}._toolTipTitle_1cdmx_561{display:flex;align-items:center;gap:4px;color:var(--Gray-0, #303030);font-family:Inter;font-size:12px;font-style:normal;font-weight:400;line-height:20px;letter-spacing:.12px}._toolTipTitle_1cdmx_561 span{color:var(--Gray-900, var(--colors-gray-light-mode-900, #101828));font-family:Inter;font-size:12px;font-style:normal;font-weight:600;line-height:20px}._skuTopics_1cdmx_584{display:flex;align-items:center;justify-content:start;flex-wrap:wrap;gap:2px}._skuCellText_1cdmx_592{color:var(--Gray-blue-700, #363F72);text-align:center;font-family:Inter;font-size:12px;font-style:normal;font-weight:500;line-height:18px}._skuCellTag_1cdmx_602{font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px;padding:2px 10px;white-space:nowrap;display:inline-flex;gap:2px;border-radius:16px;border:1px solid var(--Gray-blue-200, #D5D9EB);background:var(--Gray-blue-50, #F8F9FC)}._labelStyle_1cdmx_617{color:var(--Gray-900, #101828);font-family:Inter;font-size:16px;font-style:normal;font-weight:500;line-height:24px;margin:0 28px 0 0}._switch_1cdmx_628{gap:12px;display:flex;align-items:center}@media only screen and (max-width:800px){._cardHeader_1cdmx_14{flex-flow:column;gap:8px}._cardHeaderLeft_1cdmx_25{flex-direction:row}._switch_1cdmx_628{gap:12px;display:flex}._buttonGroup_1cdmx_46{flex-direction:column}}._wrapper_kw6ui_1{width:100%}._card_kw6ui_5{width:100%;z-index:1}._title_kw6ui_10{color:var(--Gray-900, #101828);font-family:Inter;font-size:18px;font-style:normal;font-weight:600}._column_kw6ui_18 button,._column_kw6ui_18 ._thSpan_kw6ui_19{color:var(--Gray-600, #475467);font-size:12px;font-style:normal;font-weight:500;max-width:70px;text-align:left;padding:12px 10px}._label_kw6ui_29{color:#717171;font-size:12px;font-style:normal;font-weight:500;line-height:normal;letter-spacing:.12px}._sponsoredText_kw6ui_38{color:var(--Gray-700, #344054);font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px;height:auto;display:block}._desktopTableWrapper_kw6ui_49{position:absolute;max-width:100%}._rank_kw6ui_54{color:var(--Gray-900, #101828);font-size:16px;font-weight:500;line-height:20px}._brand_kw6ui_61{max-width:130px;color:var(--Gray-600, #475467)!important;font-family:Inter;font-size:14px;font-style:normal;font-weight:500}._table_kw6ui_71{width:1880px}._table_kw6ui_71 thead{position:sticky;top:0;z-index:1}._table_kw6ui_71 thead:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:var(--Gray-50, #f9fafb);border-bottom:1px solid #eaecf0;z-index:-1}._table_kw6ui_71 thead tr th{background:var(--Gray-50, #f9fafb)!important}._tableContainer_kw6ui_97{margin-top:20px;overflow:auto}._table_kw6ui_71 tbody tr{position:relative}._table_kw6ui_71 tr td{border-bottom:1px solid var(--Gray-200, #eaecf0)}._table_kw6ui_71 td{color:var(--Gray-900, #101828);font-size:14px;font-style:normal;font-weight:500;padding:16px 24px}._product_kw6ui_119{display:flex}._product_kw6ui_119 img{width:50px;object-fit:contain}._productTitle_kw6ui_128{width:100%;overflow:hidden;color:#101828;font-size:14px;font-weight:500;line-height:22px;max-width:376px;padding:1rem}._productTitle_kw6ui_128:hover{color:#101828;text-decoration:underline}._productImage_kw6ui_144{width:70px;height:70px;object-fit:contain;transition:all .3s ease}._productImage_kw6ui_144:hover{cursor:pointer;scale:1.4}._sticky_kw6ui_156{position:sticky;left:0;background-color:#fff;z-index:1;padding:16px 24px;height:auto}._innerTh_kw6ui_165{cursor:pointer;font-size:13px;font-weight:400;display:flex;justify-content:space-between;align-items:center;gap:4px;padding:.8rem;-webkit-user-select:none;user-select:none}._tableRow_kw6ui_177{cursor:pointer}._tableRow_kw6ui_177:hover ._sticky_kw6ui_156,._tableRow_kw6ui_177:hover{background-color:#fcfcfd!important}._cardHeader_kw6ui_189{display:flex;width:100%;align-items:center;justify-content:space-between}._cardHeaderLeft_kw6ui_196{display:flex;align-items:center;gap:8px}._cardHeaderRight_kw6ui_202{display:flex;align-items:center;gap:8px;margin:unset!important}._topProductsWrapper_kw6ui_209{min-height:470px}._mobileTableWrapper_kw6ui_213{flex-flow:column;display:flex;gap:16px;max-height:470px}@media(max-width:1024px){._wrapper_kw6ui_1{max-width:370px}._mobileTableWrapper_kw6ui_213{display:flex!important}._cardHeader_kw6ui_189{flex-flow:column;justify-content:flex-start;align-items:flex-start;width:100%;display:flex!important}._cardHeaderRight_kw6ui_202{flex-flow:column;width:100%}._buttonGroup_kw6ui_252,._buttonGroupItem_kw6ui_256,._search_kw6ui_260{width:100%}}._tableCard_1pwo5_1{border-radius:8px;border:1px solid #DDD;background:#fff;width:100%}._tableCardHead_1pwo5_8{padding:16px;border-bottom:1px solid #DDD;display:flex;gap:12px}._tableCardBody_1pwo5_16{padding-bottom:16px}._tableCardHeader_1pwo5_21{color:#101828;font-family:Inter;font-size:16px;font-weight:500;line-height:20px;margin:0}._tableCardItem_1pwo5_30{display:flex;align-items:center;justify-content:space-between;margin:12px 16px 0;padding:0 0 10px;border-bottom:1px solid #E4E7EC;gap:4px}._tableCardItemLeftLabel_1pwo5_40{color:#475467;font-family:Inter;font-size:12px;font-weight:500;line-height:18px}._tableCardItemRightValue_1pwo5_48{color:#101828;font-family:Inter;font-size:14px;font-weight:500;line-height:20px;display:flex;align-items:center;gap:4px}._tableCardSplitValues_1pwo5_59{display:flex;flex-flow:column;gap:4px}._tableCardSplitLabel_1pwo5_65{color:#717171;font-family:Inter;font-size:12px;font-weight:500;letter-spacing:.12px}._tableCardSplitValueRed_1pwo5_73{color:#ff4747;font-family:Inter;font-size:14px;font-weight:500;line-height:20px}._tableCardSplitValueBlack_1pwo5_81{color:#101828;font-family:Inter;font-size:14px;font-weight:500;line-height:20px}._tableCardSplitValueTop_1pwo5_89,._tableCardSplitValueBottom_1pwo5_96{display:flex;justify-content:flex-end;align-items:center;gap:4px}._tableCardSeeMore_1pwo5_103{border:none!important;background-color:transparent!important;margin:16px;color:#243880;font-family:Inter;font-size:14px;font-weight:600;line-height:20px;cursor:pointer}._promotionList_1pwo5_115{display:flex;flex-flow:column;gap:4px}._promotionItem_1pwo5_121{display:flex;align-items:center;gap:8px}._promotionDot_1pwo5_127{width:6px;height:6px;background-color:#516cce;border-radius:50%}._promotionLabel_1pwo5_134{color:#303030;font-family:Inter;font-size:14px;font-weight:400;letter-spacing:.14px}._wrapper_74aw1_1{display:flex;gap:20px;overflow-x:auto;width:100%;margin-top:10px}._information_74aw1_9{display:flex;gap:8px;align-items:center}._value_74aw1_15{color:var(--Gray-900, #101828);font-size:24px;font-style:normal;font-weight:600}._expand_74aw1_22{display:none}._information_74aw1_9:hover ._expand_74aw1_22{display:block}._availabilityCard_74aw1_30,._buyBoxShareCard_74aw1_34{width:50%}._lostReasonCard_74aw1_38{width:100%}._lostReason_74aw1_38{display:flex;gap:48px;width:100%;align-items:center;overflow-x:auto}._lostReasonItemTitle_74aw1_50{color:var(--Gray-600, #475467);font-family:Inter;font-size:14px;font-style:normal;font-weight:400;display:flex;gap:8px;margin-bottom:8px}._lostReasonItemCount_74aw1_61{color:var(--Gray-700, var(--colors-gray-light-mode-700, #344054));font-family:Inter;font-size:16px;font-style:normal;font-weight:600;padding-left:24px}@media(max-width:1024px){._wrapper_74aw1_1{flex-direction:column}._lostReason_74aw1_38{display:grid;grid-template-columns:1fr 1fr}._availabilityCard_74aw1_30,._buyBoxShareCard_74aw1_34,._lostReasonCard_74aw1_38{width:100%}}._wrapper_5l8rm_1{display:flex;gap:20px;overflow-x:auto;width:100%;margin-top:10px}._information_5l8rm_9{display:flex;gap:8px;align-items:center}._value_5l8rm_15{color:var(--Gray-900, #101828);font-size:24px;font-style:normal;font-weight:600}._expand_5l8rm_22{display:none}._information_5l8rm_9:hover ._expand_5l8rm_22{display:block}._availabilityCard_5l8rm_30,._buyBoxShareCard_5l8rm_34{width:50%}._lostReasonCard_5l8rm_38{width:100%}._lostReason_5l8rm_38{display:flex;flex-direction:column;gap:16px;width:100%;align-items:flex-start;justify-content:center;overflow-x:auto}._lostReasonItem_5l8rm_52{display:flex;justify-content:space-between;width:100%;align-items:center}._lostReasonItemTitle_5l8rm_59{color:var(--Gray-600, #475467);font-family:Inter;font-size:14px;font-style:normal;font-weight:400;display:flex;gap:8px}._lostReasonItemCount_5l8rm_69{color:var(--Gray-700, var(--colors-gray-light-mode-700, #344054));font-family:Inter;font-size:16px;font-style:normal;font-weight:600;padding-left:24px}@media(max-width:1024px){._wrapper_5l8rm_1{flex-direction:column}._lostReason_5l8rm_38{display:grid;grid-template-columns:1fr 1fr}._availabilityCard_5l8rm_30,._buyBoxShareCard_5l8rm_34,._lostReasonCard_5l8rm_38{width:100%}}._chart_1q4mi_1,._chartContainer_1q4mi_5{width:100%}._bold_1q4mi_9{color:var(--Gray-900, #101828);font-size:14px;font-style:normal;font-weight:500;line-height:20px}@media(max-width:1024px){._chart_1q4mi_1{width:100%}}@media(max-width:500px){._card_1q4mi_26{height:100%}}._headerColumn_1f2sh_1{border-radius:0 0 0 12px;display:flex;align-items:center;gap:8px}._table_1f2sh_8{width:50%}._cell_1f2sh_12{display:flex;gap:8px;align-items:center}._expand_1f2sh_18{opacity:0;visibility:hidden;transition:opacity .2s ease}._cell_1f2sh_12:hover ._expand_1f2sh_18{opacity:1;visibility:visible}._title_1f2sh_29{color:var(--Gray-600, #475467);font-size:14px;font-weight:400;display:flex;gap:4px}._value_1f2sh_37{color:var(--Gray-900, #101828);font-size:24px;font-weight:500;padding-left:13px}._bold_1f2sh_44{color:var(--Gray-900, #101828);font-size:16px;font-style:normal;font-weight:500;line-height:20px}@media(max-width:1024px){._table_1f2sh_8{width:100%}}._wrapper_emfcw_1{height:70dvh;overflow:auto}._title_emfcw_5{color:var(--Gray-700, var(--colors-gray-light-mode-700, #344054));font-family:Inter;font-size:14px;font-style:normal;font-weight:400;padding-bottom:1rem;position:sticky;top:0;background-color:#fff}._list_emfcw_17{height:400px;overflow:auto}._dateRangePickerAndSearch_emfcw_22{margin-bottom:1rem;display:flex;justify-content:flex-end;gap:16px}._percent_emfcw_29{display:flex;gap:4px}._value_emfcw_34{color:var(--colors-text-text-primary-900, #101828);font-family:Inter;font-size:20px;font-style:normal;font-weight:600}._subTitle_emfcw_42{color:var(--Gray-500, var(--colors-gray-light-mode-500, #667085));font-family:Inter;font-size:12px;font-style:normal;font-weight:500}._bold_emfcw_51{color:var(--Gray-900, #101828);font-size:14px;font-style:normal;font-weight:500;line-height:20px}._title_1rzah_1{color:var(--Gray-700, var(--colors-gray-light-mode-700, #344054));font-family:Inter;font-size:14px;font-style:normal;font-weight:400;padding-bottom:1rem;position:sticky;top:0;background-color:#fff}._list_1rzah_13{height:400px;overflow:auto}._listItem_1rzah_18{padding:6px 8px;color:var(--Gray-0, #303030);font-family:Inter;font-size:14px;font-style:normal;font-weight:500;border-radius:4px}._listItem_1rzah_18:hover{background:var(--colors-gray-light-mode-50, #f9fafb)}._dateRangePickerAndSearch_1rzah_32{margin-bottom:1rem;display:flex;justify-content:space-between;gap:16px}._wrapper_e5s9c_1{display:flex;width:100%;flex-direction:row;gap:48px;justify-content:space-between}._card_e5s9c_8{display:flex;flex-direction:column;gap:8px;margin-top:10px}._item_e5s9c_15{display:flex;flex-direction:column;gap:4px;width:50%}._title_e5s9c_22{color:var(--Gray-600, #475467);font-size:14px;font-weight:400;display:flex;gap:4px}._value_e5s9c_30{color:var(--Gray-900, #101828);font-size:24px;font-weight:500;padding-left:4px}._valueWrapper_e5s9c_37{display:flex;flex-direction:row;gap:4px;margin-top:4px}._expandButton_e5s9c_43{opacity:0;transition:opacity .2s ease}._expandButton_e5s9c_43:hover{opacity:1}@media(min-width:1200px){._wrapper_e5s9c_1{justify-content:start;gap:48px}}._card_cwtor_1{max-width:340px}._wrapper_cwtor_5{display:flex;gap:20px;padding-bottom:10px;overflow:auto;align-items:center}._percentWrapper_cwtor_13{display:flex;gap:16px;padding-bottom:8px;width:100%;border-bottom:1px solid rgba(0,0,0,.1);align-items:center}._percent_cwtor_13{color:var(--Gray-900, #101828);font-family:Inter;font-size:24px;font-style:normal;font-weight:600;line-height:32px}._sponsoredPercent_cwtor_32{margin-top:20px;display:flex;align-items:flex-start;flex-direction:column;gap:8px}._sponsoredContainer_cwtor_40{display:flex;flex-direction:row;gap:8px;align-items:center}._sponsoredText_cwtor_47{color:var(--Gray-700, #344054);font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px;height:auto;display:block}._tooltipWrapper_cwtor_58{margin-bottom:-4px;width:100%}._sponsoredPercent_cwtor_32 ._title_cwtor_63{color:var(--Gray-1, #535353);font-family:Inter;font-size:12px;font-style:normal;font-weight:600}._tooltipInner_cwtor_71{display:flex;gap:8px}._tooltipInner_cwtor_71 ._tooltipInnerTitle_cwtor_76{color:var(--tooltip-75, rgba(0, 0, 0, .75));font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:22px}._tooltipInner_cwtor_71 ._tooltipInnerValue_cwtor_86{color:var(--Gray-800, var(--colors-gray-light-mode-800, #182230));font-family:Inter;font-size:14px;font-style:normal;font-weight:600;line-height:22px}._retailerLogo_cwtor_96{height:15px;width:70px;object-fit:contain}._cardWrapper_cwtor_102{min-width:340px}@media(max-width:1024px){._cardWrapper_cwtor_102{min-width:340px}}._wrapper_a5696_1{border-radius:12px;border:1px solid var(--Colors-Border-border-secondary, #e4e7ec);background:var(--Colors-Background-bg-primary, #fff);box-shadow:0 1px 2px 0 var(--Colors-Effects-Shadows-shadow-xs, rgba(16, 24, 40, .05));padding:20px;width:100%}._header_a5696_13{display:flex;align-items:center;gap:12px;margin-bottom:24px}._sponsoredText_a5696_20{color:var(--Gray-700, #344054);font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px;height:auto;display:block}._retailerLogo_a5696_31{height:15px;width:70px;object-fit:contain}._configForm_1i13u_1{padding:20px}._configField_1i13u_5{display:flex;flex-direction:column;gap:16px;margin-bottom:16px}._configLabel_1i13u_12{display:block;margin-bottom:4px;font-size:14px;font-weight:500;color:#374151}._bottomActions_1i13u_20{display:flex;flex-direction:row;gap:12px;justify-content:flex-end}._label_1i13u_28{font-family:Inter;font-size:14px;font-style:normal;font-weight:400}._card_1x03j_1{width:100%;height:100%;margin-top:20px}._cardHead_1x03j_7{display:flex;align-items:center;justify-content:flex-end;margin-bottom:16px}._cardHeadLeft_1x03j_14{display:flex;align-items:center;gap:8px}._cardHeadRight_1x03j_20{display:flex;align-items:center;gap:10px}._cardHeader_1x03j_26{margin:0;color:#101828;font-family:Inter;font-size:18px;font-weight:600;line-height:28px}._downloadBtn_1x03j_35{background-color:transparent;border:none;cursor:pointer}._slideBtn_1x03j_41{background-color:transparent;border:1px solid #EAECF0;cursor:pointer;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center}._arrowRight_1x03j_53{transform:rotate(180deg)}._cardBody_1x03j_57{margin-top:16px}._topList_1x03j_61{display:flex;flex-flow:row;gap:16px;width:550px;overflow-x:auto;scrollbar-width:none}._topItemHead_1x03j_70{padding:20px 16px 16px;border-bottom:1px solid #EAECF0}._topItemBody_1x03j_75{padding:16px 16px 20px}._attributeList_1x03j_79{display:flex;flex-flow:column;gap:8px}._attributeItem_1x03j_85{display:flex;align-items:center;justify-content:space-between}._attributeItemLeft_1x03j_91{display:flex;align-items:center;gap:2px}._attributeItemLeftLabel_1x03j_97{color:#475467;font-family:Inter;font-size:14px;font-weight:500;line-height:22px;white-space:nowrap}._attributeItemRight_1x03j_106{display:flex;align-items:center;gap:4px}._attributeItemRightValue_1x03j_112{color:#101828;font-family:Inter;font-size:14px;font-weight:600;line-height:22px;white-space:nowrap}._topItemHeadLabel_1x03j_121{overflow:hidden;color:#101828;text-overflow:ellipsis;font-family:Inter;font-size:16px;font-weight:500;line-height:22px}._buttonGroup_1x03j_131{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;margin-top:10px;margin-bottom:16px}._carouselContainer_1x03j_141{position:relative}._carouselNavigation_1x03j_145{display:flex;justify-content:flex-end;align-items:center;gap:12px;padding:0 0 0 10px;margin-left:auto}._navButton_1x03j_154{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:1px solid #d0d5dd;border-radius:50%!important;background:#fff;color:#475467;font-size:14px;transition:all .2s ease}._navButton_1x03j_154:hover:not(:disabled){border-color:#667085;background:#f9fafb;color:#344054}._navButton_1x03j_154:disabled{opacity:.4;cursor:not-allowed;border-color:#eaecf0;background:#f9fafb;color:#98a2b3}._topBarItem_1x03j_182{border-radius:8px;border:1px solid #eaecf0;background:#fff;height:100%;width:auto}@media screen and (max-width:1200px){._topList_1x03j_61{flex-flow:column}._topItem_1x03j_70{width:100%}._cardHead_1x03j_7,._cardHeadRight_1x03j_20{flex-flow:column;gap:12px}._slideBtn_1x03j_41{display:none}}._summaryCards_1dg5a_1{margin:24px 0;display:flex;flex-wrap:wrap;width:100%;gap:16px}._cardWrapper_1dg5a_10{flex:1}._card_1dg5a_10{border-radius:12px;border:1px solid #EAECF0;background:#fff;box-shadow:0 1px 2px #1018280d;padding:20px 16px;display:flex;flex-flow:column;gap:8px;width:100%;min-width:200px}._cardTop_1dg5a_27{display:flex;align-items:center}._cardTopLeft_1dg5a_32{display:flex;align-items:center;gap:4px}._cardTitle_1dg5a_38{color:#475467;font-family:Inter;font-size:14px;font-weight:500;line-height:20px}._cardBottom_1dg5a_46,._cardBottomLeft_1dg5a_52{display:flex;align-items:center}._value_1dg5a_57{margin-right:4px;color:#101828;font-family:Inter;font-size:24px;font-weight:600;line-height:32px}._valueLabel_1dg5a_66{color:#101828;font-family:Inter;font-size:18px;font-style:normal;font-weight:500;line-height:20px;margin:0 4px 0 0}._change_1dg5a_76{margin:0 4px;width:fit-content}._expandBtn_1dg5a_81{border:none;background-color:transparent;cursor:pointer;opacity:0;transition:opacity .2s;display:flex;align-items:center;padding:0}._card_1dg5a_10:hover ._expandBtn_1dg5a_81{opacity:1}@media screen and (max-width:1200px){._summaryCards_1dg5a_1{flex-direction:column}}._modalTitle_v0vna_3{margin:0;color:#101828;font-family:Inter;font-size:24px;font-weight:600;line-height:32px}._downloadBtn_v0vna_12{background-color:transparent;border:none;cursor:pointer;padding:0;margin:0;display:flex;align-items:center;justify-content:center}._modalHeader_v0vna_23{display:flex;align-items:center;gap:12px}._modalFooter_v0vna_29{display:flex;align-items:center;justify-content:flex-end;width:100%}._tableText_v0vna_36{color:#475467;font-family:Inter;font-size:14px;font-weight:400;line-height:20px}._ratingScore_v0vna_44{display:flex;flex-flow:column;gap:4px}._ratingScoreRow_v0vna_50{display:flex;align-items:center;gap:4px}._ratingScoreTitle_v0vna_56{color:#717171;font-family:Inter;font-size:12px;font-weight:500;letter-spacing:.12px}._ratingScoreValueRed_v0vna_64{color:#ff4747;font-family:Inter;font-size:14px;font-weight:500;line-height:20px;white-space:nowrap}._ratingScoreValue_v0vna_64{color:#101828;font-family:Inter;font-size:14px;font-weight:500;line-height:20px;white-space:nowrap}._countCell_v0vna_82{display:flex;align-items:center;gap:4px}._countText_v0vna_88{color:#101828;font-family:Inter;font-size:16px;font-weight:500;line-height:20px;white-space:nowrap}._chartCard_v0vna_99{flex:1;padding:24px;border-radius:12px;border:1px solid #EAECF0;background:#fff;box-shadow:0 1px 2px #1018280d;display:flex;flex-direction:column;min-width:0}@media(max-width:1200px){._modalChartBodyPieContainer_v0vna_114,._modalChartsContainer_v0vna_118{flex-flow:column}}._chartHeaderLeft_v0vna_124{display:flex;align-items:center;gap:8px}._loadingContainer_v0vna_130{display:flex;align-items:center;justify-content:center;height:550px}._description_ca76u_1{display:block;color:var(--Gray-600, #475467);font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px;margin-top:4px}._shareBox_ca76u_12{display:flex;align-items:center;gap:8px}._shareBox_ca76u_12 span{color:var(--Gray-700, #344054);font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px}._icon_1uoua_1{display:flex;width:48px;height:48px;padding:12px;justify-content:center;align-items:center;border-radius:10px;border:1px solid var(--Gray-200, #EAECF0);background:var(--Base-White, #FFF);box-shadow:0 1px 2px #1018280d}._title_1uoua_14{display:block;color:var(--Gray-900, #101828);font-family:Inter;font-size:18px;font-style:normal;font-weight:600;line-height:28px}._description_1uoua_24{color:var(--Gray-600, #475467);font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px}._editorContainer_e6qh4_1{display:flex;height:calc(100vh - 70px);position:relative;gap:12px;width:100%}._menu_e6qh4_9{width:100%}._topBar_e6qh4_13{display:flex;align-items:center;flex-direction:column;gap:8px;flex:1 0 0;padding:0 24px;height:-webkit-fill-available}._menuHeader_e6qh4_23{display:flex;padding:12px 0 8px;align-items:center;gap:12px;align-self:stretch}._menuTitle_e6qh4_31{color:var(--Gray-900, #101828);font-family:Inter;font-size:20px;font-style:normal;font-weight:600;line-height:28px}._menuRightContainer_e6qh4_40,._menuRightContainerSub_e6qh4_47{margin-left:auto;align-items:center;display:flex;gap:8px}._emptyReportContainer_e6qh4_54{display:flex;flex-direction:column;gap:12px;align-items:center;margin-top:10vh}._emptyReportTitle_e6qh4_62{display:block;color:var(--Gray-blue-700, #363F72);text-align:center;font-family:Inter;font-size:16px;font-style:normal;font-weight:600;line-height:20px}._emptyReportDescription_e6qh4_73{display:block;color:var(--Gray-blue-700, #363F72);text-align:center;font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px}._gridWrapper_e6qh4_84{display:flex;flex-direction:column;gap:16px;width:100%;padding-left:0;overflow:auto;padding-right:12px}._fullWidthContainer_e6qh4_95{width:100%;margin-bottom:16px}._columnsContainer_e6qh4_100{display:flex;gap:16px;width:100%;align-items:flex-start}._column_e6qh4_100{flex:1;display:flex;flex-direction:column;gap:16px;min-width:0}._canvas_e6qh4_115{display:contents}._canvas_e6qh4_115._full_e6qh4_95{flex:0 0 100%;max-width:100%}._canvas_e6qh4_115._half_e6qh4_124{flex:0 0 calc(33% - 8px);max-width:calc(33% - 8px)}._popoverButton_e6qh4_129{width:100%;justify-content:left}._popoverButtonTitle_e6qh4_134{color:var(--Gray-900, #101828)!important;font-family:Inter;font-size:16px!important;font-style:normal;font-weight:500!important;line-height:24px;text-align:left}@media screen and (max-width:1900px){._canvas_e6qh4_115._half_e6qh4_124{flex:0 0 calc(50% - 8px);max-width:calc(50% - 8px)}}@media(max-width:1024px){._canvas_e6qh4_115{margin-right:0;padding:12px}}@media(max-width:768px){._menu_e6qh4_9{width:100%;margin:0}._menuHeader_e6qh4_23{flex-direction:column;align-items:flex-start}._menuRightContainer_e6qh4_40{flex-direction:column;width:100%;margin:0}._canvas_e6qh4_115{padding:8px}}@media screen and (max-width:768px){._gridWrapper_e6qh4_84{padding-right:0;height:calc(100vh - 300px)}._columnsContainer_e6qh4_100{flex-direction:column}._column_e6qh4_100{width:100%}}._description_70rlt_1{display:block;color:var(--Gray-700, #344054);font-family:Inter;font-size:18px;font-style:normal;font-weight:600;line-height:28px;margin-bottom:-10px}._button_70rlt_12{padding:0!important;margin-bottom:0}._buttonText_70rlt_17{color:var(--Gray-600, #475467);font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px}._checkboxText_70rlt_26{color:var(--Gray-700, #344054);font-family:Inter;font-size:16px;font-style:normal;font-weight:500;line-height:24px}._widgetTips_70rlt_35{color:var(--Gray-700, #344054);font-family:Inter;font-size:12px;font-style:normal;font-weight:400}._button_70rlt_12:hover{background-color:transparent}._container_xum9b_1{margin:48px 24px;justify-items:center}._cardContainer_xum9b_6{min-width:350px;max-width:708px;border-radius:16px;border:1px solid var(--Gray-200, #eaecf0);background:var(--Base-White, #fff);box-shadow:0 12px 16px -4px #10182814,0 4px 6px -2px #10182808;margin-bottom:100px}._cardContainerHeader_xum9b_18{display:flex;flex-direction:column;padding:20px 24px;align-items:flex-start;gap:4px;align-self:stretch;border-bottom:1px solid var(--Gray-200, #eaecf0)}._cardContainerTitle_xum9b_28{display:flex;align-items:center;gap:8px;color:var(--Gray-900, #101828);font-family:Inter;font-size:18px;font-style:normal;font-weight:600;line-height:28px}._cardContainerDescription_xum9b_40{overflow:hidden;color:var(--Gray-600, #475467);text-overflow:ellipsis;font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px}._cardContainerBottom_xum9b_51{margin:14px 24px 32px;display:flex;flex-direction:column}._reportCards_xum9b_57{display:flex;flex-direction:row;padding:0 24px;gap:24px}._reportCard_xum9b_57{cursor:pointer;display:flex;padding:20px 16px;align-items:flex-start;gap:16px;align-self:stretch;border-radius:12px;border:2px solid var(--colors-gray-light-mode-200, #e4e7ec);background:var(--Base-White, #fff);box-shadow:0 1px 2px #1018280d}._reportCardDetail_xum9b_77{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:16px;align-self:stretch}._radioWrapper_xum9b_86{display:flex}._reportCardTitle_xum9b_90{display:block;color:var(--Gray-700, var(--colors-gray-light-mode-700, #344054));font-family:Inter;font-size:22px;font-style:normal;font-weight:600;line-height:30px}._reportCardDescription_xum9b_100{display:block;overflow:hidden;color:var(--Gray-700, var(--colors-gray-light-mode-700, #344054));text-overflow:ellipsis;font-family:Roboto;font-size:14px;font-style:normal;font-weight:400;line-height:20px;min-height:120px}._activeCard_xum9b_113{border:2px solid var(--Brand-300, #2f49a6)}._reportCardWrapper_xum9b_117{position:relative;width:50%}._isDisabled_xum9b_122{border-radius:12px;border:2px solid var(--colors-gray-light-mode-300, #d0d5dd);background:var(--colors-gray-light-mode-25, #fcfcfd);box-shadow:0 1px 2px #1018280d}._bottom_xum9b_130{width:100%;padding:24px;display:flex;flex-direction:row;justify-content:flex-end;align-items:flex-start;position:fixed;bottom:0;left:0;background-color:#fff;border-top:1px solid var(--Gray-200, #eaecf0)}._rightButton_xum9b_144{padding:10px 14px;color:var(--Base-White, #fff);font-family:Inter;font-size:14px;font-style:normal;font-weight:600;line-height:20px}@media(max-width:1500px){._reportCardDetail_xum9b_77 img{width:100%;object-fit:contain}}@media(max-width:1291px){._reportCards_xum9b_57{display:flex;flex-direction:column}._reportCardDetail_xum9b_77 img{width:100%;object-fit:contain}._reportCardWrapper_xum9b_117{width:100%}._reportCardTitle_xum9b_90{min-height:auto}}._container_eca3d_1{margin:24px 31px 150px;justify-items:center}._card_eca3d_7{padding:0!important}._header_eca3d_11{display:flex;flex-direction:column;align-items:flex-start;gap:4px;align-self:stretch;width:100%;padding:0!important;border-bottom:1px solid #eaecf0}._headerContent_eca3d_22{padding:20px 24px 9px;width:100%}._title_eca3d_27{color:#101828;font-size:18px;font-weight:600;line-height:28px;padding-bottom:4px}._subtitle_eca3d_35{overflow:hidden;color:#475467;text-overflow:ellipsis;font-size:14px;font-weight:400;line-height:20px}._tabs_eca3d_45{display:flex;align-items:center;gap:8px;padding:12px 24px 24px;color:#667085;font-size:16px;font-weight:600}._tab_eca3d_45{cursor:pointer;display:flex;height:44px;padding:8px 12px;justify-content:center;align-items:center;gap:8px}._activeTab_eca3d_65{border-radius:6px;background:#eceffa;color:#1f306d}._alertContainer_eca3d_71{display:grid;padding:0 24px 32px;gap:24px;grid-template-columns:repeat(1,1fr)}._alertCard_eca3d_78{cursor:pointer;display:flex;flex-direction:column;align-items:flex-start;gap:16px;padding:16px;border-radius:12px;border:2px solid #eaecf0;background:#fff;box-shadow:0 1px 2px #1018280d;width:100%}._alertCard_eca3d_78:hover{box-shadow:0 1px 2px #1018280d;border-radius:8px;border:2px solid #E1E6F7;transition:.1s}._activeAlertCard_eca3d_99{box-shadow:0 1px 2px #1018280d;border-radius:8px;border:2px solid #E1E6F7;background:#e8f0fe;transition:.1s}._alertCard_eca3d_78:hover{transform:scale(1.02)}._alertCardImage_eca3d_111{height:144px}._learnWorkContainer_eca3d_115{width:100%;text-align:right}._learnWork_eca3d_115{color:#243880;font-family:Inter;font-size:14px;font-style:normal;font-weight:600;line-height:20px}._learnWork_eca3d_115:hover{color:#243880;font-family:Inter;font-size:14px;font-style:normal;font-weight:600;line-height:20px;text-decoration-line:underline;text-decoration-style:solid;text-decoration-skip-ink:none;text-decoration-thickness:auto;text-underline-offset:auto;text-underline-position:from-font;cursor:pointer}._alertCardContent_eca3d_145{display:flex;flex-direction:column;align-items:flex-start;gap:4px;padding-bottom:4px}._alertCardTitle_eca3d_153{color:#344054;font-size:14px;font-weight:600;line-height:20px}._alertCardDescription_eca3d_160{overflow:hidden;color:#475467;text-overflow:ellipsis;font-size:14px;font-weight:400;line-height:20px;height:90px}._bottom_eca3d_170{width:100%;padding:24px;display:flex;flex-direction:row;justify-content:flex-end;position:fixed;bottom:0;left:0;background-color:#fff;border-top:1px solid #eaecf0}._alertCardTitleContent_eca3d_184{display:flex;flex-direction:row;gap:4px;align-items:center}._disabledAlertCard_eca3d_191{border-radius:12px;border:1px solid var(--Gray-200, #EAECF0);background:#f9fafb;box-shadow:0 1px 2px #1018280d;cursor:not-allowed}._disabledAlertCard_eca3d_191:hover{border:1px solid var(--Gray-200, #EAECF0);background:#f9fafb;box-shadow:0 1px 2px #1018280d;cursor:not-allowed}._infoTitle_eca3d_206{overflow:hidden;color:var(--Gray-800, #182230);text-overflow:ellipsis;font-family:Inter;font-size:18px;font-style:normal;font-weight:600;line-height:24px}._infoDescription_eca3d_217{color:var(--Gray-700, #344054);font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:16px}._tabContainer_eca3d_226{display:flex;padding:24px 16px;flex-direction:column;align-items:center;gap:24px;align-self:stretch;border-radius:24px;background:#f8f9fb;width:100%;border:transparent!important}._buttonGroupContainer_eca3d_239{width:100%;border:transparent!important}._buttonGroup_eca3d_239{width:50%;border:transparent!important}._active_eca3d_65{color:var(--Brand-600, #1F306D);font-family:Inter;font-size:14px;font-style:normal;font-weight:600;line-height:20px}._inactive_eca3d_258{color:var(--Gray-500, #667085);font-family:Inter;font-size:14px;font-style:normal;font-weight:600;line-height:20px}._imgDetail_eca3d_267{width:100%;object-fit:contain}._dot_eca3d_272{width:6px;height:6px;border-radius:50%;background:#1e64f0}._articleTitle_eca3d_279{display:block;margin-top:32px;margin-bottom:16px;color:var(--Gray-600, var(--colors-gray-light-mode-600, #475467));font-family:Inter;font-size:16px;font-style:normal;font-weight:600;line-height:20px}._articleFlex_eca3d_291{display:flex;flex-direction:column;gap:12px}._articleContainer_eca3d_297{display:flex;padding-right:337.031px;align-items:center;gap:12px}._article_eca3d_279{color:#2b2b2b;font-family:Inter;font-size:16px;font-style:normal;font-weight:400;line-height:24px;letter-spacing:-.312px}@media(min-width:640px){._alertContainer_eca3d_71{grid-template-columns:repeat(2,1fr)}}@media(min-width:1113px){._alertContainer_eca3d_71{grid-template-columns:repeat(2,1fr)}}@media(min-width:1440px){._alertContainer_eca3d_71{grid-template-columns:repeat(4,1fr)}}._container_37o4m_1{width:100%;display:flex;justify-content:center}._bottom_37o4m_7{width:100%;padding:24px;display:flex;flex-direction:row;justify-content:center;align-items:flex-start;position:fixed;bottom:0;left:0;background-color:#fff;border-top:1px solid var(--Gray-200, #eaecf0)}._rightButton_37o4m_21{padding:10px 14px;color:var(--Base-White, #fff);font-family:Inter;font-size:14px;font-style:normal;font-weight:600;line-height:20px}._leftButton_37o4m_31{padding:10px 14px;margin-left:104px;color:var(--Gray-600, #475467);font-family:Inter;font-size:14px;font-style:normal;font-weight:600;line-height:20px}._rightBottomBar_37o4m_42{gap:12px;display:flex;flex-direction:row;margin-left:auto;margin-right:24px}._emailInputRow_37o4m_50{display:flex;flex-direction:row;gap:6px}._mailIcon_37o4m_56{border-radius:28px;border:8px solid var(--Success-50, #ECFDF3);background:var(--Success-100, #DCFAE6);width:44px;height:44px;display:flex;align-items:center;justify-content:center;margin-bottom:16px}._mailModalTitle_37o4m_68{display:flex;flex-direction:column;align-items:flex-start;gap:4px}._mailModalUrlTitle_37o4m_75{color:var(--Gray-900, #101828);font-family:Inter;font-size:18px;font-style:normal;font-weight:600;line-height:28px}._modalHeaderDescription_37o4m_84{color:var(--Gray-600, #475467);font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px}._emailLabel_37o4m_93{color:var(--Gray-700, #344054);font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px;display:block;margin-bottom:6px}._emailsContainer_37o4m_104{width:100%;display:flex;flex-direction:column;gap:16px;max-height:475px;padding:0 6px 0 0}._addEmailButton_37o4m_113{margin-left:-8px;margin-top:8px}._modalBottomButtons_37o4m_118{display:flex;flex-direction:row;gap:12px;width:100%}._modalButton_37o4m_125{width:50%}@media screen and (max-width:1024px){._leftButton_37o4m_31{margin-left:0}}._container_1jofw_1{margin:24px 31px 150px;width:674px;justify-items:center;height:380px}._card_1jofw_9{padding:0!important}._header_1jofw_13{display:flex;flex-direction:column;align-items:flex-start;gap:4px;align-self:stretch;width:100%;padding:0!important;border-bottom:1px solid #eaecf0}._headerContent_1jofw_24{padding:20px 24px 9px;width:100%}._title_1jofw_29{color:#101828;font-size:18px;font-weight:600;line-height:28px;padding-bottom:4px}._subtitle_1jofw_37{overflow:hidden;color:#475467;text-overflow:ellipsis;font-size:14px;font-weight:400;line-height:20px}._analysisContainer_1jofw_46{padding:8px 24px 32px;width:100%;display:flex;flex-direction:column;gap:6px}._nameItem_1jofw_54{display:flex;width:100%;flex-direction:row;gap:6px}._label_1jofw_61{color:var(--Gray-700, #344054);font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px}._container_iw97o_1{margin:24px 31px 150px;width:674px;justify-items:center;height:380px}._card_iw97o_9{padding:0!important}._header_iw97o_13{display:flex;flex-direction:column;align-items:flex-start;gap:4px;align-self:stretch;width:100%;padding:0!important;border-bottom:1px solid #eaecf0}._headerContent_iw97o_24{padding:20px 24px 9px;width:100%}._title_iw97o_29{color:#101828;font-size:18px;font-weight:600;line-height:28px;padding-bottom:4px}._subtitle_iw97o_37{overflow:hidden;color:#475467;text-overflow:ellipsis;font-size:14px;font-weight:400;line-height:20px}._nameContainer_iw97o_46{padding:32px 24px;width:100%;display:flex;flex-direction:column;gap:6px}._nameItem_iw97o_54{display:flex;width:100%;flex-direction:row;gap:6px}._label_iw97o_61{width:200px;color:#344054;font-size:14px;font-weight:600;line-height:20px}._radioGroup_iw97o_69{width:100%;display:flex;justify-content:flex-start}._radioItem_iw97o_75{width:210px;color:#344054;font-size:16px;font-weight:500;line-height:24px}._container_oxcrx_1{position:relative;display:inline-block}._dropdown_oxcrx_6{position:relative;display:flex;flex-direction:column;gap:4px;width:100%;color:var(--Gray-900, #101828);font-family:Inter;font-size:14px;font-weight:500}._portalContent_oxcrx_18{background:#fff;border:1px solid #ddd;border-radius:8px;box-shadow:0 4px 12px #0000001a;max-height:500px;overflow:hidden;display:flex;flex-direction:column;box-sizing:border-box}._trigger_oxcrx_30{display:flex;align-items:center;justify-content:space-between;padding:3px 14px 0;-webkit-user-select:none;user-select:none;width:100%;height:36px;gap:7px;cursor:pointer;color:#101828;font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:24px;border-radius:8px;border:1px solid #d0d5dd}._button_oxcrx_51{display:flex;padding:4px;align-items:center;gap:10px;border-radius:4px}._activeButton_oxcrx_59{display:flex;padding:4px;align-items:center;gap:10px;border-radius:4px;background:var(--Gray-100, #F2F4F7)}._disabled_oxcrx_68{background:var(--Base-White, #FFF);color:var(--Gray-400, var(--colors-gray-light-mode-400, #98A2B3));font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px}._trigger_oxcrx_30:hover{border:solid 1px #c4c7cd}._menu_oxcrx_83{z-index:1000;max-height:500px;min-height:500px;display:flex;flex-direction:column}._menu_oxcrx_83._left_oxcrx_91{right:0}._menu_oxcrx_83._right_oxcrx_95{left:0}._menu_oxcrx_83._up_oxcrx_99{bottom:100%;margin-bottom:8px}._menu_oxcrx_83._down_oxcrx_104{top:100%;margin-top:8px}._searchContainer_oxcrx_109{padding:16px 16px 12px;flex-shrink:0}._scrollableContent_oxcrx_114{flex:1;overflow-y:auto;padding:0 0 8px}._topicSection_oxcrx_120{margin-bottom:16px}._sectionHeader_oxcrx_124{display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between}._sectionTitle_oxcrx_131{gap:8px;font-weight:600;font-size:14px;color:#262626;display:flex;align-items:center}._topicCount_oxcrx_140{background:#f0f0f0;color:#8c8c8c;padding:2px 6px;border-radius:10px;font-size:12px;font-weight:500}._sectionSubtitle_oxcrx_149{color:#8c8c8c;font-size:12px;margin-left:25px}._sectionTitleRow_oxcrx_155{display:flex;justify-content:space-between;align-items:center;width:100%}._leftSection_oxcrx_162{display:flex;align-items:center;gap:8px}._sectionTitle_oxcrx_131{display:flex;align-items:center}._topicCount_oxcrx_140{background:#f0f0f0;padding:2px 8px;font-size:12px;color:#666;border-radius:6px;border:1px solid var(--Gray-300, #D0D5DD);background:var(--Base-White, #FFF);box-shadow:0 1px 2px #1018280d}._topicItem_oxcrx_184{display:flex;align-items:center;justify-content:space-between;padding:8px 16px;cursor:pointer;transition:background-color .2s;width:100%}._topicItem_oxcrx_184:hover{background-color:#f5f5f5}._topicInfo_oxcrx_198{display:flex;align-items:center;flex:1;justify-content:space-between}._topicName_oxcrx_205{font-size:14px}._countBadge_oxcrx_209{display:flex;padding:2px 6px;align-items:center;border-radius:6px;border:1px solid var(--Gray-300, #d0d5dd);background:var(--Base-White, #fff);box-shadow:0 1px 2px #1018280d;margin-left:8px}._topicItem_oxcrx_184 img{width:16px;height:16px}._commonResultsSection_oxcrx_225{padding:12px 16px;border-top:1px solid #f0f0f0;flex-shrink:0;background:#fff}._checkboxContainer_oxcrx_232{display:flex;align-items:flex-start;cursor:pointer;font-size:14px;gap:8px}._checkboxContainer_oxcrx_232 input[type=checkbox]{margin:2px 0 0}._checkboxText_oxcrx_245{flex:1;line-height:1.4}._checkboxSubtext_oxcrx_250{color:#8c8c8c;font-size:12px;margin-top:2px;line-height:1.3}._checkbox_oxcrx_232{width:100%}._actions_oxcrx_261{display:flex;justify-content:space-between;gap:8px;padding:16px;border-top:1px solid #f0f0f0;flex-shrink:0;background:#fff}._cancel_oxcrx_271,._apply_oxcrx_275{flex:1}._container_1qisr_1{margin:24px 31px 150px;width:464px;justify-items:center;height:380px}._card_1qisr_9{padding:0!important}._header_1qisr_13{display:flex;flex-direction:column;align-items:flex-start;gap:4px;align-self:stretch;width:100%;padding:0!important;border-bottom:1px solid #eaecf0}._headerContent_1qisr_24{padding:20px 24px 9px;width:100%}._title_1qisr_29{color:#101828;font-size:18px;font-weight:600;line-height:28px;padding-bottom:4px}._subtitle_1qisr_37{overflow:hidden;color:#475467;text-overflow:ellipsis;font-size:14px;font-weight:400;line-height:20px}._dataTypeContainer_1qisr_46{padding:4px 24px 32px;display:flex;flex-direction:column;gap:20px}._dataTypeItem_1qisr_53{cursor:pointer;display:flex;flex-direction:column;padding:12px 20px;align-items:flex-start;gap:3px;flex:1 0 0;border-radius:12px;border:2px solid #d0d5dd;background:#fff}._dataTypeItem_1qisr_53:hover,._activeDataTypeItem_1qisr_68{border-radius:12px;border:2px solid #788dd9;background:#f8f9fc}._dataTypeItemTitle_1qisr_75{color:#344054;font-size:16px;font-weight:500;line-height:24px}._dataTypeItemDescription_1qisr_82{color:var(--Gray-600, #475467);font-family:Inter;font-size:16px;font-style:normal;font-weight:300;line-height:24px}._periodContainer_1qisr_91{display:flex;flex-direction:column;gap:4px}._label_1qisr_97{color:#475467;font-size:14px;font-weight:400}._container_634g7_1{margin:24px 31px 150px;width:674px;justify-items:center;height:380px}._card_634g7_9{padding:0!important}._header_634g7_13{display:flex;flex-direction:column;align-items:flex-start;gap:4px;align-self:stretch;width:100%;padding:0!important;border-bottom:1px solid #eaecf0}._headerContent_634g7_24{padding:20px 24px 9px;width:100%}._title_634g7_29{color:#101828;font-size:18px;font-weight:600;line-height:28px;padding-bottom:4px}._subtitle_634g7_37{overflow:hidden;color:#475467;text-overflow:ellipsis;font-size:14px;font-weight:400;line-height:20px}._scheduleContainer_634g7_46{padding:32px 24px;max-height:calc(100vh - 200px);overflow:auto;width:100%;display:flex;flex-direction:column;gap:36px}._timeDropdowns_634g7_56{display:flex;flex-direction:column;gap:20px}._hoursOptions_634g7_62{display:flex;flex-direction:row;align-items:center;gap:4px}._scheduleItem_634g7_69{display:flex;width:100%;flex-direction:row;gap:6px;align-items:center}._timeItem_634g7_77{align-items:flex-start}._label_634g7_81{width:200px;color:#344054;font-size:14px;font-weight:600;line-height:20px}._addTimeButton_634g7_89{color:#243880;font-family:Inter;font-size:16px;font-style:normal;font-weight:600;line-height:24px;cursor:pointer}._timeRow_634g7_99{display:flex;flex-direction:row;gap:6px}._removeTimeButton_634g7_105{display:flex;align-items:center;cursor:pointer}._nextScheduledTime_634g7_111{display:flex;flex-direction:column;gap:6px;align-items:flex-start;color:var(--Gray-600, #475467);font-family:Inter;font-size:14px;font-weight:400;line-height:20px}._nextScheduledTimeContainer_634g7_123{display:flex;flex-direction:row;gap:6px;align-items:center}._container_1dq22_1{margin:24px 31px 150px;width:446px;justify-items:center;height:380px}._card_1dq22_9{padding:0!important}._header_1dq22_13{display:flex;flex-direction:column;align-items:flex-start;gap:4px;align-self:stretch;width:100%;padding:0!important;border-bottom:1px solid #eaecf0}._headerContent_1dq22_24{padding:20px 24px 9px;width:100%}._title_1dq22_29{color:#101828;font-size:18px;font-weight:600;line-height:28px;padding-bottom:4px}._subtitle_1dq22_37{overflow:hidden;color:#475467;text-overflow:ellipsis;font-size:14px;font-weight:400;line-height:20px}._ratingContainer_1dq22_46{padding:20px 24px 32px;width:100%;display:flex;flex-direction:column;gap:20px}._ratingItem_1dq22_54{display:flex;height:48px;padding:12px 20px;margin:0 24px;align-items:center;gap:3px;flex:1 0 0;border-radius:12px;border:1.5px solid var(--Gray-300, #D0D5DD);background:#fff;cursor:pointer}._ratingItemSelected_1dq22_68{display:flex;height:48px;padding:8px 20px;margin:0 24px;justify-content:center;align-items:center;gap:3px;align-self:stretch;border-radius:8px;border:2px solid #E1E6F7;background:#e8f0fe;cursor:pointer}._nameItem_1dq22_83{display:flex;width:100%;flex-direction:row;gap:6px;color:var(--Gray-700, #344054);text-align:center;font-family:Inter;font-size:16px;font-style:normal;font-weight:500;line-height:28px;-webkit-user-select:none;user-select:none}._container_1ig5m_1{margin:24px 31px 130px;width:674px;justify-items:center;height:calc(100% - 90vw)}._card_1ig5m_9{padding:0!important}._header_1ig5m_13{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;gap:4px;align-self:stretch;width:100%;padding:0!important;border-bottom:1px solid #eaecf0}._headerContent_1ig5m_25{padding:20px 24px 9px;width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:start}._headerContentLeft_1ig5m_34{display:flex;flex-direction:column;gap:4px}._uploadButton_1ig5m_40{justify-content:flex-end;height:100%;color:var(--Gray-700, #344054);display:flex;padding:8px 12px;justify-content:center;align-items:center;gap:4px;font-family:Inter;font-size:14px;font-style:normal;font-weight:600;line-height:20px;border:1px solid var(--Gray-300, #D0D5DD)}._title_1ig5m_60{color:#101828;font-size:18px;font-weight:600;line-height:28px;padding-bottom:4px}._subtitle_1ig5m_68{overflow:hidden;color:#475467;text-overflow:ellipsis;font-size:14px;font-weight:400;line-height:20px}._filterContainer_1ig5m_77{padding:18px 24px 32px;width:100%;display:flex;flex-direction:column;gap:20px}._dropdownContent_1ig5m_85{display:flex;flex-direction:column;gap:6px}._nameItem_1ig5m_91{display:flex;width:100%;flex-direction:row;gap:6px}._label_1ig5m_98{color:var(--Gray-700, #344054);font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px}._container_m7gwm_1{justify-items:center}._bottom_m7gwm_5{width:100%;padding:24px;display:flex;justify-content:space-between;align-items:flex-start;position:fixed;bottom:0;left:0;background-color:#fff;border-top:1px solid var(--Gray-200, #eaecf0)}._rightButton_m7gwm_18{padding:10px 14px;color:var(--Base-White, #fff);font-family:Inter;font-size:14px;font-style:normal;font-weight:600;line-height:20px}._leftButton_m7gwm_28{padding:10px 14px;margin-left:104px;color:var(--Gray-600, #475467);font-family:Inter;font-size:14px;font-style:normal;font-weight:600;line-height:20px}._rightBottomBar_m7gwm_39{gap:12px;display:flex;flex-direction:row;margin-left:auto;margin-right:24px}._cardContainer_m7gwm_47{width:50%;border-radius:16px;border:1px solid var(--Gray-200, #eaecf0);background:var(--Base-White, #fff);box-shadow:0 12px 16px -4px #10182814,0 4px 6px -2px #10182808;margin-bottom:100px}._cardContainerHeader_m7gwm_58{display:flex;flex-direction:column;align-items:flex-start;gap:4px;align-self:stretch;border-bottom:1px solid var(--Gray-200, #eaecf0)}._cardContainerTitle_m7gwm_67{display:flex;align-items:center;gap:8px;color:var(--Gray-900, #101828);font-family:Inter;font-size:18px;font-style:normal;font-weight:600;line-height:28px}._cardContainerDescription_m7gwm_79{overflow:hidden;color:var(--Gray-600, #475467);text-overflow:ellipsis;font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px}._cardContainerBottom_m7gwm_90{margin-bottom:8px;display:flex;flex-direction:column}._cardContainerBottom_m7gwm_90 ol{margin-left:15px;margin-bottom:20px}._cardContainerBottom_m7gwm_90 ol li{color:var(--Gray-600, #475467);font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px;gap:10px}._cardContainerBottom_m7gwm_90 ol li ._inputList_m7gwm_111{display:flex;flex-direction:column;gap:20px}._label_m7gwm_117{display:block;color:var(--Gray-700, #344054);font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px;margin-bottom:6px}._width100_m7gwm_128{width:100%}._listProducts_m7gwm_132{display:flex;flex-direction:row}._width50_m7gwm_137{width:50%}._mainProductTitle_m7gwm_141{margin-top:24px;display:block;color:var(--Gray-700, var(--colors-gray-light-mode-700, #344054));font-family:Inter;font-size:16px;font-style:normal;font-weight:600;line-height:24px}._noMainSelectedContainer_m7gwm_152{align-items:center;display:flex;flex-direction:column;gap:12px;padding:28px 20px}._noMainSelectedTitle_m7gwm_160{display:block;color:var(--Gray-blue-700, #363f72);text-align:center;font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px}._noMainSelectedDescription_m7gwm_171{overflow:hidden;color:var(--Gray-600, #475467);text-align:center;text-overflow:ellipsis;font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px}._dot_m7gwm_183{width:6px;height:6px;border-radius:50%;background-color:#d9d9d9}._productCard_m7gwm_190{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;align-self:stretch;border-radius:8px;border:1px solid #eee;padding:16px 24px 22px;margin-top:16px;width:95%}._productCardTop_m7gwm_203{overflow:hidden;color:#101828;text-overflow:ellipsis;font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:24px}._underLineText_m7gwm_214{cursor:pointer;color:var(--Gray-600, #475467);font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px;text-decoration-line:underline;text-decoration-style:solid;text-decoration-skip-ink:none;text-decoration-thickness:auto;text-underline-offset:auto;text-underline-position:from-font}._flexibleContainer_m7gwm_230{display:flex;align-items:center;gap:6px}._thickText_m7gwm_236{color:var(--Gray-600, #475467);font-family:Inter;font-size:12px;font-style:normal;font-weight:400;line-height:20px}._barcodeText_m7gwm_245{color:var(--Gray-600, #475467);font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px}._productImage_m7gwm_254{border-radius:4px;border:1px solid #eaecf0;background:url(<path-to-image>) #d3d3d3 50% / cover no-repeat}._productDetail_m7gwm_260{display:flex;flex-direction:column;align-items:flex-start;gap:4px;flex:1 0 0}._description_m7gwm_268{display:block;color:var(--Gray-600, #475467);font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px;margin-top:4px}._shareBox_m7gwm_279{display:flex;align-items:center;gap:8px}._shareBox_m7gwm_279 span{color:var(--Gray-700, #344054);font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px}._priceBarcode_m7gwm_294{display:flex;align-items:center;gap:4px;color:#475467;font-size:12px;font-style:normal;font-weight:400;line-height:20px}._tableCell_m7gwm_305{display:flex;align-items:center;gap:4px}tabItemContainer{margin-bottom:16px}._tabItemHeader_m7gwm_315{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}._tabItemHeaderLeft_m7gwm_322{display:flex;align-items:center;justify-content:flex-start;gap:12px}._tabItemHeaderRight_m7gwm_329{display:flex;align-items:center;justify-content:flex-end;gap:12px}._badgeText_m7gwm_336{border-radius:16px;border:1px solid #d8def4;background:#eceffa;padding:2px 6px;font-size:10px;width:max-content;font-weight:400;line-height:16px;display:flex;align-items:center;justify-content:center}._errorListText_m7gwm_350{display:flex;align-items:center;justify-content:center;gap:8px;border-radius:4px;background:#fef3f2;overflow:hidden;color:#d92d20;text-overflow:ellipsis;font-size:14px;font-style:normal;font-weight:400;line-height:20px;padding:4px 12px;margin-top:12px}._errorListTextButton_m7gwm_368{font-size:14px;font-style:normal;font-weight:600;line-height:20px}._errorListTextButton_m7gwm_368>span{color:#d92d20!important}._fileInfoContainer_m7gwm_379{display:flex;flex-direction:column;width:100%;height:96px;padding:16px;align-items:flex-start;gap:12px;border-radius:12px;border:1px solid var(--Gray-200, #EAECF0);background:var(--Base-White, #FFF);margin-top:16px}._fileInfoErrorContainer_m7gwm_393{border-radius:12px;border:2px solid var(--Error-600, #D92D20);background:var(--Base-White, #FFF)}._fileInfoErrorContent_m7gwm_399{display:flex;flex-direction:column;gap:4px}._fileInfoHeader_m7gwm_405{display:flex;gap:12px;align-items:center;justify-content:space-between;width:100%}._fileInfoContent_m7gwm_413{display:flex;align-items:center;justify-content:space-between;width:100%}._fileInfoDescription_m7gwm_420{overflow:hidden;color:var(--Gray-600, #475467);text-overflow:ellipsis;font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px}._fileName_m7gwm_431{overflow:hidden;color:var(--Gray-700, #344054);text-overflow:ellipsis;display:flex;align-items:center;gap:4px;font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px}._modalHeader_m7gwm_445{display:flex;flex-direction:column}._modalTitle_m7gwm_450{color:var(--Gray-900, #101828);font-family:Inter;font-size:18px;font-style:normal;font-weight:600;line-height:28px}._modalSubTitle_m7gwm_459{color:var(--Gray-600, #475467);font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px}._cardMethodContainerBottom_m7gwm_468{margin:14px 0 0;display:flex;flex-direction:row;margin-left:1rem}._reportMethodCards_m7gwm_475{display:flex;flex-direction:row;gap:24px;margin-bottom:1rem;margin-right:1rem}._reportMethodCardWrapper_m7gwm_483{position:relative;width:100%;border-radius:12px;border:1px solid var(--Gray-100, #F2F4F7);background:var(--Base-White, #FFF);box-shadow:0 1px 2px #1018280d;display:flex;padding:20px;flex-direction:column;align-items:flex-start;gap:16px;align-self:stretch;cursor:pointer}._reportMethodCardWrapper_m7gwm_483:hover{border-radius:12px;border:1px solid var(--Gray-100, #F2F4F7);background:var(--colors-gray-light-mode-50, #F9FAFB)}._reportMethodCardDetail_m7gwm_505{display:flex;flex-direction:column}._reportMethodCardTitle_m7gwm_510{display:block;color:var(--Gray-700, var(--colors-gray-light-mode-700, #344054));font-family:Inter;font-size:18px;font-style:normal;font-weight:600;line-height:22px;padding-bottom:8px}._reportMethodCardDescription_m7gwm_521{display:block;overflow:hidden;color:var(--Gray-700, var(--colors-gray-light-mode-700, #344054));text-overflow:ellipsis;font-family:Roboto;font-size:14px;font-style:normal;font-weight:400;line-height:20px}@media(max-width:1024px){._leftButton_m7gwm_28{margin-left:0}}@media(max-width:1291px){._reportMethodCards_m7gwm_475{display:flex;flex-direction:column}._reportCardWrapper_m7gwm_545{width:100%}._reportCardTitle_m7gwm_549{min-height:auto}}._container_1ams8_1{margin:24px 31px 150px;max-width:560px;width:100%;justify-items:center;height:380px}._card_1ams8_10{padding:0!important}._header_1ams8_14{display:flex;flex-direction:column;align-items:flex-start;gap:4px;align-self:stretch;width:100%;padding:0!important;border-bottom:1px solid #eaecf0}._headerContent_1ams8_25{padding:20px 24px 9px;width:100%}._title_1ams8_30{display:flex;flex-direction:row;gap:8px;align-items:center;color:#101828;font-size:18px;font-weight:600;line-height:28px;padding-bottom:4px}._subtitle_1ams8_42{overflow:hidden;color:#475467;text-overflow:ellipsis;font-size:14px;font-weight:400;line-height:20px}._sellerDetailContainer_1ams8_51{padding:16px 24px 32px;width:100%;display:flex;flex-direction:column;gap:36px}._sellerDetailSubContainer_1ams8_59{display:flex;flex-direction:column;align-items:flex-start;gap:36px;align-self:stretch}._sellerDetailTitle_1ams8_67{display:block;color:var(--Gray-700, #344054);font-family:Inter;font-size:16px;font-style:normal;font-weight:600;line-height:24px}._sellerDetailDescription_1ams8_77{display:block;color:var(--Gray-600, #475467);font-family:Inter;font-size:16px;font-style:normal;font-weight:300;line-height:24px}._inputContainer_1ams8_87{display:flex;flex-direction:row;gap:12px}._line_1ams8_93{color:var(--Gray-600, #475467);text-overflow:ellipsis;font-family:Inter;font-size:16px;font-style:normal;font-weight:300;line-height:20px;align-content:center}._nameItem_1ams8_104{display:flex;width:100%;flex-direction:row;gap:6px}._label_1ams8_111{width:200px;color:#344054;font-size:14px;font-weight:600;line-height:20px}._radioGroup_1ams8_119{width:100%;display:flex;justify-content:flex-start}._radioItem_1ams8_125{width:210px;color:#344054;font-size:16px;font-weight:500;line-height:24px}._error_1ams8_133{color:var(--Error-500, #F04438);font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px}._container_12g3c_1{margin:24px 31px 150px;width:482px;justify-items:center;height:380px}._card_12g3c_9{padding:0!important}._header_12g3c_13{display:flex;flex-direction:column;align-items:flex-start;gap:4px;align-self:stretch;width:100%;padding:0!important;border-bottom:1px solid #eaecf0}._headerContent_12g3c_24{padding:20px 24px 9px;width:100%}._title_12g3c_29{color:#101828;font-size:18px;font-weight:600;line-height:28px;padding-bottom:4px}._subtitle_12g3c_37{overflow:hidden;color:#475467;text-overflow:ellipsis;font-size:14px;font-weight:400;line-height:20px}._sellerDetailContainer_12g3c_46{padding:16px 24px 32px;width:100%;display:flex;flex-direction:column;gap:36px}._sellerDetailSubContainer_12g3c_54{display:flex;flex-direction:column;align-items:flex-start;gap:36px;align-self:stretch}._sellerDetailTitle_12g3c_62{display:block;color:var(--Gray-700, #344054);font-family:Inter;font-size:16px;font-style:normal;font-weight:600;line-height:24px}._sellerDetailDescription_12g3c_72{display:block;color:var(--Gray-600, #475467);font-family:Inter;font-size:16px;font-style:normal;font-weight:400;line-height:24px}._inputContainer_12g3c_82{display:flex;flex-direction:row;gap:12px}._line_12g3c_88{color:var(--Gray-600, #475467);text-overflow:ellipsis;font-family:Inter;font-size:16px;font-style:normal;font-weight:400;line-height:20px;align-content:center}._nameItem_12g3c_99{display:flex;width:100%;flex-direction:row;gap:6px}._label_12g3c_106{width:200px;color:#344054;font-size:14px;font-weight:600;line-height:20px}._radioGroup_12g3c_114{width:100%;display:flex;justify-content:flex-start}._radioItem_12g3c_120{width:210px;color:#344054;font-size:16px;font-weight:500;line-height:24px}._container_1qwhf_1{margin:24px 31px 150px;width:482px;justify-items:center;height:380px}._card_1qwhf_9{padding:0!important}._header_1qwhf_13{display:flex;flex-direction:column;align-items:flex-start;gap:4px;align-self:stretch;width:100%;padding:0!important;border-bottom:1px solid #eaecf0}._headerContent_1qwhf_24{padding:20px 24px 9px;width:100%}._title_1qwhf_29{color:#101828;font-size:18px;font-weight:600;line-height:28px;padding-bottom:4px}._subtitle_1qwhf_37{overflow:hidden;color:#475467;text-overflow:ellipsis;font-size:14px;font-weight:400;line-height:20px}._sellerDetailContainer_1qwhf_46{padding:16px 24px 32px;width:100%;display:flex;flex-direction:column;gap:36px}._sellerDetailSubContainer_1qwhf_54{display:flex;flex-direction:column;align-items:flex-start;gap:36px;align-self:stretch}._sellerDetailTitle_1qwhf_62{display:block;color:var(--Gray-700, #344054);font-family:Inter;font-size:16px;font-style:normal;font-weight:600;line-height:24px}._sellerDetailDescription_1qwhf_72{display:block;color:var(--Gray-600, #475467);font-family:Inter;font-size:16px;font-style:normal;font-weight:400;line-height:24px}._inputContainer_1qwhf_82{display:flex;flex-direction:row;gap:12px}._line_1qwhf_88{color:var(--Gray-600, #475467);text-overflow:ellipsis;font-family:Inter;font-size:16px;font-style:normal;font-weight:400;line-height:20px;align-content:center}._nameItem_1qwhf_99{display:flex;width:100%;flex-direction:row;gap:6px}._label_1qwhf_106{width:200px;color:#344054;font-size:14px;font-weight:600;line-height:20px}._radioGroup_1qwhf_114{width:100%;display:flex;justify-content:flex-start}._radioItem_1qwhf_120{width:210px;color:#344054;font-size:16px;font-weight:500;line-height:24px}._inputTitle_1qwhf_128{color:var(--Gray-700, #344054);font-family:Inter;font-size:16px;font-style:normal;font-weight:600;line-height:24px}._container_p2yhb_1{margin:24px 31px 150px;width:482px;justify-items:center;height:380px}._priceChangeContainer_p2yhb_9{padding:18px 24px 32px;width:100%;display:flex;flex-direction:column;gap:20px}._dropdownContent_p2yhb_17{display:flex;flex-direction:column;align-items:flex-start;gap:6px;align-self:stretch}._card_p2yhb_25{padding:0!important}._header_p2yhb_29{display:flex;flex-direction:column;align-items:flex-start;gap:4px;align-self:stretch;width:100%;padding:0!important;border-bottom:1px solid #eaecf0}._headerContent_p2yhb_40{padding:20px 24px 9px;width:100%}._title_p2yhb_45{color:#101828;font-size:18px;font-weight:600;line-height:28px;padding-bottom:4px}._subtitle_p2yhb_53{overflow:hidden;color:#475467;text-overflow:ellipsis;font-size:14px;font-weight:400;line-height:20px}._labelContainer_p2yhb_62{display:flex;flex-direction:column;align-items:flex-start;margin-bottom:16px;align-self:stretch}._label_p2yhb_62{color:var(--Gray-700, #344054);font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px}._labelSecond_p2yhb_79{display:flex;flex-direction:row;gap:8px;color:var(--Gray-700, #344054);font-family:Inter;font-size:16px;font-style:normal;font-weight:600;line-height:24px}._labelSecondDescription_p2yhb_91{color:var(--Gray-600, #475467);font-family:Inter;font-size:16px;font-style:normal;font-weight:400;line-height:24px}._bottomLabel_p2yhb_100{color:var(--Gray-600, #475467);font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px}._badge_p2yhb_109{display:flex;padding:2px 8px;align-items:center;border-radius:16px;border:1px solid var(--Gray-200, #EAECF0);background:var(--Gray-50, #F9FAFB)}._badgeText_p2yhb_118{color:var(--Gray-700, #344054);text-align:center;font-family:Inter;font-size:12px;font-style:normal;font-weight:500;line-height:18px}._container_4n277_1{margin:24px 0 150px;max-width:700px;width:100%;justify-items:center;height:380px}._card_4n277_10{padding:0!important;border-radius:16px;border:1px solid var(--Gray-200, #EAECF0);background:var(--Base-White, #FFF);box-shadow:0 12px 16px -4px #10182814,0 4px 6px -2px #10182808}._header_4n277_19{display:flex;flex-direction:column;align-items:flex-start;gap:4px;align-self:stretch;width:100%;padding:0!important;border-bottom:1px solid #eaecf0}._headerContent_4n277_30{padding:20px 24px 9px;width:100%}._title_4n277_35{color:#101828;font-size:18px;font-weight:600;line-height:28px;padding-bottom:4px}._subtitle_4n277_43{overflow:hidden;color:#475467;text-overflow:ellipsis;font-size:14px;font-weight:400;line-height:20px}._dataTypeContainer_4n277_52{padding:4px 24px 32px;display:flex;gap:20px}._dataTypeItem_4n277_58{cursor:pointer;display:flex;flex-direction:column;padding:12px 20px;align-items:flex-start;gap:3px;flex:1 0 0;border-radius:8px;border:2px solid #d0d5dd;background:#fff}._dataTypeItem_4n277_58:hover,._activeDataTypeItem_4n277_72{border-radius:12px;border:2px solid #788dd9;background:#f8f9fc}._dataTypeItemTitle_4n277_79{color:#344054;font-size:16px;font-weight:500;line-height:24px}._dataTypeItemDescription_4n277_86{color:var(--Gray-600, #475467);font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:24px}._periodContainer_4n277_95{display:flex;flex-direction:column;gap:4px}._label_4n277_101{color:#475467;font-size:14px;font-weight:400}._container_112mn_1{margin:24px 31px 150px;max-width:664px;width:100%;justify-items:center}._card_112mn_9{padding:0!important}._header_112mn_13{display:flex;flex-direction:column;align-items:flex-start;gap:4px;align-self:stretch;width:100%;padding:0!important;border-bottom:1px solid #eaecf0}._headerContent_112mn_24{padding:20px 24px 9px;width:100%}._title_112mn_29{color:#101828;font-size:18px;font-weight:600;line-height:28px;padding-bottom:4px}._subtitle_112mn_37{overflow:hidden;color:#475467;text-overflow:ellipsis;font-size:14px;font-weight:400;line-height:20px}._contentWrapper_112mn_46{width:100%;display:flex;flex-direction:column;gap:20px;padding:24px 24px 32px}._loadingWrapper_112mn_54{width:100%;height:100%;display:flex;justify-content:center;align-items:center}._focusListWrapper_112mn_63{width:100%;display:flex;flex-wrap:wrap;gap:20px 16px}._focusItem_112mn_71{cursor:pointer;min-width:192px;border-radius:8px;border:1.5px solid var(--Gray-300, #D0D5DD);background:#fff;display:flex;max-height:42px;padding:12px 20px;font-weight:500;font-size:16px;line-height:28px;justify-content:center;align-items:center;gap:3px;width:auto}._activeFocus_112mn_91{border-radius:8px;border:2px solid #E1E6F7;background:#e8f0fe;color:#344054}._questionTopicsTrendyolOnly_112mn_97{display:flex;height:20px;padding:2px 8px;align-items:center;gap:4px;border-radius:8px;border:1px solid var(--colors-gray-light-mode-400, #98A2B3)}._questionTopicsBarChartCardBody_112mn_107{display:grid}._questionTopicsTrendyolOnly_112mn_97 span{color:var(--Gray-600, var(--colors-gray-light-mode-600, #475467));text-align:center;font-family:Inter;font-size:12px;font-style:normal;font-weight:500;line-height:18px}._container_18gsm_1{margin:24px 31px 130px;width:674px;justify-items:center;height:calc(100% - 90vw)}._card_18gsm_9{padding:0!important}._header_18gsm_13{display:flex;flex-direction:column;align-items:flex-start;gap:4px;align-self:stretch;width:100%;padding:0!important;border-bottom:1px solid #eaecf0}._headerContent_18gsm_24{padding:20px 24px 9px;width:100%}._title_18gsm_29{color:#101828;font-size:18px;font-weight:600;line-height:28px;padding-bottom:4px}._subtitle_18gsm_37{overflow:hidden;color:#475467;text-overflow:ellipsis;font-size:14px;font-weight:400;line-height:20px}._filterContainer_18gsm_46{padding:18px 24px 32px;width:100%;display:flex;flex-direction:column;gap:20px}._dropdownContent_18gsm_54{display:flex;flex-direction:column;gap:6px}._nameItem_18gsm_60{display:flex;width:100%;flex-direction:row;gap:6px}._label_18gsm_67{color:var(--Gray-700, #344054);font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px}._header_jvmne_1{display:flex;flex-direction:row;justify-content:space-between}._headerLeft_jvmne_7{width:70%}._headerLeftTitle_jvmne_11{color:var(--Gray-900, #101828);font-family:Inter;font-size:24px;font-style:normal;font-weight:600;line-height:32px}._headerRight_jvmne_20{width:30%}._alertTypeBadge_jvmne_24{display:flex;padding:2px 6px;align-items:center;border-radius:6px;border:1px solid var(--Gray-200, #EAECF0);background:var(--Gray-50, #F9FAFB);width:fit-content}._centerColumn_jvmne_34{justify-content:center}._statusBorder_jvmne_38{padding:2px 9px 2px 7px;border-radius:6px;border:1px solid var(--Gray-300, #D0D5DD);background:var(--Base-White, #FFF)}._statusBorder_jvmne_38 span{color:var(--Gray-700, #344054);text-align:center;font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px}._frequencyTitle_jvmne_55{overflow:hidden;color:var(--Gray-900, #101828);text-overflow:ellipsis;white-space:nowrap;font-family:Inter;font-size:14px;font-style:normal;font-weight:600;line-height:20px}._frequencyDetails_jvmne_67{color:var(--Gray-700, var(--colors-gray-light-mode-700, #344054));font-family:Inter;font-size:12px;font-style:normal;font-weight:500;line-height:130%}._alertName_jvmne_76{overflow:hidden;color:var(--Gray-900, #101828);text-overflow:ellipsis;font-family:Inter;font-size:13px;font-style:normal;font-weight:500;line-height:20px}._more_jvmne_87{color:var(--Gray-500, var(--colors-gray-light-mode-500, #667085));font-family:Inter;font-size:12px;font-style:normal;font-weight:500;line-height:130%;cursor:pointer;display:block}._notSent_jvmne_98{color:var(--Gray-500, var(--colors-gray-light-mode-500, #667085));text-align:center;font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px}._success_jvmne_108{color:var(--Success-600, #079455);text-align:center;font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px}._popoverContainer_jvmne_118{display:flex;flex-direction:column;width:232px}._button_jvmne_124{align-items:flex-start;text-align:left}._button_jvmne_124 span{width:100%}._button_jvmne_124 span img{margin-right:8px}._popoverButtonSpan_jvmne_137{color:var(--Gray-700, #344054)!important;font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px}._divider_jvmne_146{border-bottom:1px solid #EAECF0}._editButton_jvmne_150{border-radius:7.111px;border:.889px solid transparent;background:var(--Base-White, #FFF);box-shadow:0 1px 2px #10182800,0 0 0 4px #98a2b300;transition:box-shadow .2s ease,border-color .2s ease}._editButton_jvmne_150:hover{border-color:var(--Gray-300, #D0D5DD);box-shadow:0 1px 2px #1018280d,0 0 0 4px #98a2b324}._deleteIcon_jvmne_165{border-radius:28px;border:8px solid var(--Error-50, #FEF3F2);background:var(--Error-100, #FEE4E2);width:50px;height:50px;display:flex;align-items:center;justify-content:center}._modalHeaderDescription_jvmne_176{margin-top:4px;color:var(--Gray-600, #475467);font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px}._deleteModalTitle_jvmne_186{margin-top:16px}._modalBottomButtons_jvmne_190{display:flex;gap:12px}._modalButton_jvmne_195{width:50%}._statusChangeModalTitle_jvmne_199{color:var(--Gray-900, #101828);font-family:Inter;font-size:18px;font-style:normal;font-weight:600;line-height:28px}._header_v3y1v_1{display:flex;align-items:center;justify-content:space-between}._headerLeft_v3y1v_7{display:flex;align-items:center;gap:12px;color:var(--Gray-900, #101828);font-family:Inter;font-size:18px;font-style:normal;font-weight:600;line-height:28px}._headerRight_v3y1v_19{margin-left:auto;display:flex;align-items:center;gap:12px}._declaration_v3y1v_26{color:var(--Gray-700, #344054);font-size:14px;font-weight:500;margin-bottom:1rem}._h_v3y1v_1{color:var(--Gray-900, #101828);font-size:16px;font-style:normal;font-weight:600;margin-bottom:12px}._retailerLogo_v3y1v_41{width:60px;height:30px;object-fit:contain}._tagsMoreLabel_v3y1v_47{cursor:pointer;font-weight:600;font-size:13px;line-height:20px;letter-spacing:0%;color:#243880}._column_v3y1v_56{width:100%;font-size:14px;display:block;text-align:start}._columnFlex_v3y1v_63{cursor:pointer;width:100%;display:flex;align-items:center;gap:6px;justify-content:flex-start}._columnRight_v3y1v_72{width:100%;display:block;justify-content:flex-end}._tableHeader_v3y1v_78{display:flex;align-items:center;justify-content:flex-end;gap:12px}._tableHeaderButton_v3y1v_85{padding:8px 12px;color:#344054;font-weight:600;line-height:20px;font-size:14px}._productDetail_v3y1v_93{display:flex;flex-direction:column;align-items:flex-start;gap:4px;flex:1 0 0}._tooltipContainer_v3y1v_101{max-width:220px;overflow-y:auto;font-size:13px;max-height:300px;padding-right:5px}._productItem_v3y1v_109{display:flex;flex-direction:row;padding:8px 16px;align-items:center;gap:8px;border-bottom:1px solid var(--Gray-200, #eaecf0)}._productName_v3y1v_118{display:block;overflow:hidden;color:#101828;text-overflow:ellipsis;font-family:Inter;font-size:12px;font-style:normal;font-weight:400;line-height:22px;text-decoration-style:solid;text-decoration-skip-ink:none;text-decoration-thickness:auto;text-underline-offset:auto;text-underline-position:from-font;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;align-self:stretch}._tooltipButton_v3y1v_139{width:158px;height:38px;display:flex;padding:9px 10px;justify-content:flex-start;align-items:flex-start;gap:12px;flex:1 0 0;gap:8px;margin:1px 6px}._tooltipButtonIcon_v3y1v_152{display:flex;margin-right:4px}._selectedRow_v3y1v_157 td{background-color:#0000000d!important;transition:background-color .3s ease}._antdtooltip_v3y1v_162{max-width:220px;overflow-y:auto;font-size:13px;max-height:300px;padding-right:5px}._inputList_v3y1v_170{display:flex;flex-direction:column;gap:20px}._inputItem_v3y1v_176{display:flex;flex-direction:column;gap:6px}._inputItem_v3y1v_176:last-child{margin-top:16px!important}._label_v3y1v_187{display:block}._dropdownRender_v3y1v_191{display:flex;flex-direction:column}._dropdownRenderHeader_v3y1v_196{display:flex;justify-content:flex-start;gap:12px;margin-bottom:12px}._customSelect_v3y1v_203 .ant-select-selector{padding:10px 14px!important;font-size:14px;font-weight:500;line-height:20px;min-height:44px!important}._customReportTypeSelect_v3y1v_211 .ant-select-selector{padding:10px 14px!important;font-size:16px;font-weight:400;line-height:24px;color:#475467;height:44px!important}._page_a1r4x_1{display:flex;justify-content:center;align-items:center;height:100vh}._container_a1r4x_7{max-width:450px;width:100%;background:#fff;border:1px solid #e4e7ec;padding:32px;border-radius:16px;box-shadow:0 2px 4px #1018280f;text-align:center}h1{font-size:22px;margin-bottom:8px}p{font-size:15px;color:#667085;margin-bottom:12px}._reportDetailContent_a1r4x_28{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:4px;margin-bottom:24px}._reportName_a1r4x_38{margin-top:12px;font-size:14px;color:#667085;font-weight:600}._reportDate_a1r4x_44{font-size:14px;color:#667085;font-weight:600}._container_dw2f7_1{width:100%;display:flex;justify-content:center}._notFoundContainer_dw2f7_7{display:flex;flex-direction:column;gap:4px;margin-top:40px;width:fit-content;justify-self:center;align-items:center}._notFoundTitle_dw2f7_17{display:block;color:var(--Gray-900, #101828);text-align:center;font-family:Inter;font-size:16px;font-style:normal;font-weight:600;line-height:24px}._infoContainer_dw2f7_28{display:flex;width:48px;height:48px;padding:12px;justify-content:center;align-items:center;border-radius:10px;border:1px solid var(--Gray-200, #EAECF0);background:var(--Base-White, #FFF);box-shadow:0 1px 2px #1018280d;margin-bottom:12px}._buttonGroup_dw2f7_42{width:100%;display:flex;flex-direction:row;justify-content:center;gap:12px;margin-top:24px}._notFoundDescription_dw2f7_51{display:block;color:var(--Gray-600, #475467);text-align:center;font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px}._bottom_dw2f7_62{width:100%;padding:24px;display:flex;flex-direction:row;justify-content:center;align-items:flex-start;position:fixed;bottom:0;left:0;background-color:#fff;border-top:1px solid var(--Gray-200, #eaecf0)}._rightButton_dw2f7_76{padding:10px 14px;color:var(--Base-White, #fff);font-family:Inter;font-size:14px;font-style:normal;font-weight:600;line-height:20px}._leftButton_dw2f7_86{padding:10px 14px;margin-left:104px;color:var(--Gray-600, #475467);font-family:Inter;font-size:14px;font-style:normal;font-weight:600;line-height:20px}._rightBottomBar_dw2f7_97{gap:12px;display:flex;flex-direction:row;margin-left:auto;margin-right:24px}._detailContainer_dw2f7_105{display:flex;flex-direction:column;width:100%;gap:36px}._detailHeader_dw2f7_113{margin-right:auto;margin-top:20px}._detailHeaderLeft_dw2f7_118{display:flex;flex-direction:column;gap:12px}._detailHeaderLeftUp_dw2f7_125{display:flex;flex-direction:row;gap:12px;align-items:center}._detailHeaderLeftDown_dw2f7_132{display:flex;flex-direction:row;gap:8px;margin-left:56px;align-items:center}._dot_dw2f7_140{width:6px;height:6px;background-color:var(--gray-25, #DDD);border-radius:50%}._active_dw2f7_147{color:var(--Success-700, #067647);text-align:center;font-family:Inter;font-size:12px;font-style:normal;font-weight:500;line-height:18px}._passive_dw2f7_157{color:var(--Success-700, #d4380d);text-align:center;font-family:Inter;font-size:12px;font-style:normal;font-weight:500;line-height:18px}._infoBadgeContainer_dw2f7_167{display:flex;flex-direction:row;gap:4px}._infoDescription_dw2f7_173{color:var(--Gray-500, #667085);font-family:Inter;font-size:12px;font-style:normal;font-weight:400;line-height:16px}._infoText_dw2f7_182{color:#667085;font-family:Inter;font-size:12px;font-style:normal;font-weight:500;line-height:16px}._reportName_dw2f7_191{color:var(--Gray-900, #101828);font-family:Inter;font-size:20px;font-style:normal;font-weight:600;line-height:28px}._icon_dw2f7_200{display:flex;align-items:center}._icon_dw2f7_200:hover{cursor:pointer}._detailBody_dw2f7_209{display:flex;flex-wrap:wrap;gap:20px}._cardContainer_dw2f7_215{width:calc(50% - 10px);display:flex;flex-direction:column;padding:20px 0;border-radius:16px;border:1px solid var(--Gray-200, #EAECF0);background:var(--Base-White, #FFF);flex-grow:0}._cardContainer_dw2f7_215._fullWidth_dw2f7_226{flex:1 1 100%}._cardContainerHeader_dw2f7_230{display:flex;margin:0 20px;gap:10px;align-items:center}._cardHeaderTitle_dw2f7_237{color:var(--Gray-700, #344054);font-family:Inter;font-size:16px;font-style:normal;font-weight:600;line-height:24px}._cardHeaderBadge_dw2f7_246{border-radius:6px;border:1px solid var(--Gray-300, #D0D5DD);background:var(--Base-White, #FFF);box-shadow:0 1px 2px #1018280d;color:var(--Gray-700, #344054);text-align:center;font-family:Inter;font-size:12px;font-style:normal;font-weight:500;line-height:18px;height:fit-content;padding:0 8px}._line_dw2f7_263{width:100%;margin:16px 0;height:1px;padding:-20px;background-color:var(--Colors-Border-border-secondary, #E4E7EC)}._verticalLine_dw2f7_271{width:1px;height:16px;background:#0003}._cardContainerBottom_dw2f7_277{display:flex;align-items:flex-start;align-content:flex-start;gap:12px;align-self:stretch;flex-wrap:wrap;margin:0 20px}._sellerDetailContainer_dw2f7_287{display:flex;align-items:flex-start;gap:48px;align-self:stretch}._sellerDetailTab_dw2f7_294{display:flex;padding:12px 0;align-items:center;gap:12px}._sellerDetailUp_dw2f7_302{display:flex;flex-direction:column;gap:4px}._sellerDetailTitle_dw2f7_308{overflow:hidden;color:var(--Gray-600, var(--colors-gray-light-mode-600, #475467));text-overflow:ellipsis;font-family:Inter;font-size:14px;font-style:normal;font-weight:600;line-height:20px}._sellerDetailValue_dw2f7_319{color:var(--Gray-800, var(--colors-gray-light-mode-800, #182230));font-family:Inter;font-size:16px;font-style:normal;font-weight:600;line-height:130%}._calendarContainer_dw2f7_328{display:flex;align-items:center;gap:24px}._frequencyOptionContainer_dw2f7_334{align-items:center;display:flex;gap:8px;color:var(--Gray-600, var(--colors-gray-light-mode-600, #475467));font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:130%}._reportType_dw2f7_348{display:flex;padding:2px 8px;align-items:center;border-radius:6px;border:1px solid var(--Gray-300, #D0D5DD);background:var(--colors-gray-light-mode-50, #F9FAFB);box-shadow:0 1px 2px #1018280d;color:var(--Gray-700, #344054);text-align:center;font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px}._seeMoreContainer_dw2f7_366{display:block;width:100%}._seeMore_dw2f7_366{display:flex;align-items:center;gap:8px}._seeMore_dw2f7_366:hover{cursor:pointer}._seeMoreText_dw2f7_381{color:#243880;font-family:Inter;font-size:16px;font-style:normal;font-weight:600;line-height:24px}._sectionHeader_1dsvs_1{display:flex;flex-direction:column;align-items:center;margin-top:20px}._headerTitle_1dsvs_8{color:var(--Gray-900, var(--colors-gray-light-mode-900, #101828));font-family:Inter;font-size:28px;font-style:normal;font-weight:700;line-height:150%;letter-spacing:-.56px}._headerSubTitle_1dsvs_18{overflow:hidden;color:var(--Gray-700, #344054);text-align:center;text-overflow:ellipsis;font-family:Inter;font-size:16px;font-style:normal;font-weight:400;line-height:24px}._cardContainer_1dsvs_30{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:16px;align-items:stretch;margin-top:24px;max-width:1080px}._sectionContent_1dsvs_39{justify-items:center}._sectionBottom_1dsvs_43{display:flex;justify-content:center;align-items:center;margin-top:42px}._infoBanner_1dsvs_50{background:#243880;background-image:url(/assets/bannerbackground-CHM4jz9M.png);background-size:cover;background-position:center;background-repeat:no-repeat;display:flex;max-width:932px;border-radius:20px;box-shadow:0 0 12px 6px #c6ccd940,2px 2px 2px #b6b6b60d}._infoBannerRight_1dsvs_62{flex:70%;display:flex;flex-direction:column;gap:8px;max-width:1080px;padding:20px}._infoBannerLeft_1dsvs_71{flex:30%;display:flex;align-items:center;justify-content:center}._iconZigzag_1dsvs_78{display:flex;flex-direction:column;width:100%;margin-left:10%}._iconZigzag_1dsvs_78>:nth-child(1){align-self:flex-start;margin-left:10%;animation:_float_1dsvs_1 3s ease-in-out infinite}._iconZigzag_1dsvs_78>:nth-child(2){align-self:flex-end;margin-right:25%;margin-top:-7%;margin-bottom:-7%;animation:_float_1dsvs_1 3s ease-in-out infinite;animation-delay:.5s}._iconZigzag_1dsvs_78>:nth-child(3){align-self:flex-start;margin-left:15%;animation:_float_1dsvs_1 3s ease-in-out infinite;animation-delay:1s}@keyframes _float_1dsvs_1{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}._infoBannerTitle_1dsvs_119{color:#fff;font-family:Inter;font-size:18px;font-style:normal;font-weight:600;line-height:150%;letter-spacing:-.36px}._infoBannerDescription_1dsvs_129{overflow:hidden;color:#fff;text-overflow:ellipsis;font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:22px}._closeText_1dsvs_140{color:#fff!important;font-family:Inter!important;font-size:14px!important;font-style:normal!important;font-weight:600!important;line-height:20px!important}._buttonContainer_1dsvs_149{margin-left:auto}._backgroundImages_1dsvs_153{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0}._backgroundImages_1dsvs_153{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0;overflow:hidden}._backgroundImages_1dsvs_153 .ant-image{position:absolute}._leftBackground_1dsvs_178{position:absolute!important;top:60px;left:80px;width:auto!important;height:auto!important;max-width:400px;opacity:.8}._leftBackground_1dsvs_178 img{width:100%;height:auto;display:block}._rightBackground_1dsvs_194{position:absolute!important;top:60px;right:0;width:auto!important;height:auto!important;max-width:400px;opacity:.8}._rightBackground_1dsvs_194 img{width:100%;height:auto;display:block}._sectionHeader_1dsvs_1,._sectionContent_1dsvs_39,._sectionBottom_1dsvs_43{position:relative;z-index:1}._myAgentTabContainer_1dsvs_217{max-width:932px;width:100%}._myAgentTitle_1dsvs_222{display:block;margin-bottom:16px;color:var(--Gray-900, var(--colors-gray-light-mode-900, #101828));font-family:Inter;font-size:18px;font-style:normal;font-weight:600;line-height:150%;letter-spacing:-.36px}._tabAndSearch_1dsvs_234{display:flex;flex-direction:row;align-items:flex-start}._searchInput_1dsvs_240{margin-left:auto}@media(max-width:1024px){._leftBackground_1dsvs_178{left:0}}._card_mw9sj_1{display:flex;max-width:300px;padding:20px 24px;flex-direction:column;align-items:flex-start;gap:8px;height:100%;border-radius:20px;border:1px solid var(--Gray-200, #EAECF0);background:#fff;box-shadow:2px 2px 2px #b6b6b60d,0 0 12px 6px #c6ccd933}._cardTitle_mw9sj_15{display:block;color:var(--Gray-900, var(--colors-gray-light-mode-900, #101828));font-family:Inter;font-size:16px;font-style:normal;font-weight:600;line-height:150%;letter-spacing:-.32px}._cardDescription_mw9sj_26{display:block;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;align-self:stretch;flex-grow:1;overflow:hidden;color:var(--Gray-700, #344054);text-overflow:ellipsis;font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px}._tags_mw9sj_43{display:flex;align-items:flex-start;gap:12px;margin-top:8px}._tag_mw9sj_43{border-radius:6px;border:1px solid var(--Gray-300, #D0D5DD);background:var(--Base-White, #FFF);box-shadow:0 1px 2px #1018280d;color:var(--Gray-700, #344054);text-align:center;font-family:Inter;font-size:12px;font-style:normal;font-weight:500;line-height:18px;display:flex;padding:2px 6px;align-items:center}._container_1n042_1{display:flex;width:100%;align-items:center;justify-content:center;margin-top:30px}._createCard_1n042_9{display:flex;width:910px;flex-direction:column;align-items:center;border-radius:20px;border:1px solid var(--Gray-200, #EAECF0);background:#fff;box-shadow:0 0 12px 4px #a5a8ae33}._createCardHeader_1n042_20{display:flex;padding:24px;justify-content:space-between;align-items:center;gap:10px;align-self:stretch;border-bottom:1px solid #EAECF0}._headerTitle_1n042_30{color:var(--Gray-900, var(--colors-gray-light-mode-900, #101828));font-family:Inter;font-size:20px;font-style:normal;font-weight:700;line-height:150%;letter-spacing:-.4px}._createCardBody_1n042_40{width:100%;max-height:400px;overflow:auto}._noAnalysis_1n042_46{display:flex;padding-top:24px;flex-direction:column;align-items:center;gap:2px;align-self:stretch;padding-bottom:24px}._noAnalysisTitle_1n042_56{color:var(--Gray-700, #344054);text-align:center;font-family:Inter;font-size:16px;font-style:normal;font-weight:600;line-height:24px}._noAnalysisSubtitle_1n042_66{overflow:hidden;color:var(--Gray-600, #475467);text-overflow:ellipsis;font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px}._createCardBottom_1n042_77{display:flex;padding:16px 24px;justify-content:space-between;align-items:center;gap:16px;align-self:stretch;border-top:1px solid #EAECF0}._detailContainer_1n042_87{display:flex;align-items:center;gap:4px;margin-left:24px}._detailTitle_1n042_94{color:var(--Gray-500, #667085);font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px}._profilePage_dwd8n_1{display:flex;flex-direction:column;gap:24px;width:100%;padding:32px 0}._profilePageHeader_dwd8n_9{width:100%;display:flex;gap:8px;justify-content:space-between;padding-bottom:32px}._profilePageHeaderLeft_dwd8n_17{display:flex;gap:24px}._profilePageHeaderLeftContent_dwd8n_21{display:flex;flex-direction:column;gap:8px}._profilePageHeaderLeftContentTitle_dwd8n_26{color:#101828;font-family:Inter;font-size:24px;font-weight:600;line-height:32px}._profilePageHeaderLeftContentDescription_dwd8n_33{color:#475467;font-family:Inter;font-size:14px;font-weight:400;line-height:20px;letter-spacing:-.15px;align-items:center;display:flex;gap:4px}._informationContent_1jgic_1{border-radius:16px;border:1px solid #E5E7EB;background:#fff;display:flex;padding:24px;flex-direction:column;align-items:flex-start;gap:24px;align-self:stretch;height:100%}._informationSection_1jgic_13{display:flex;flex-direction:column;gap:24px;width:100%}._informationSection_1jgic_13:last-child{flex:1}._informationItems_1jgic_24{display:flex;flex-wrap:wrap;gap:24px;flex:1;align-content:flex-start}._informationTitle_1jgic_31{color:#0a0a0a;font-family:Inter;font-size:18px;font-style:normal;font-weight:600;line-height:28px;letter-spacing:-.449px}._informationItem_1jgic_24{display:flex;align-items:flex-start;gap:12px;width:calc(50% - 12px);box-sizing:border-box;min-height:64px}._informationItem_1jgic_24:last-child:nth-child(odd){width:100%;flex:1}._informationItemText_1jgic_55{display:flex;flex-direction:column;flex:1}._informationItemIcon_1jgic_60{display:flex;width:36px;height:36px;min-width:36px;min-height:36px;justify-content:center;align-items:center;border-radius:12px;border:1px solid #D0D5DD;background:#fff}._informationItemName_1jgic_72{color:#475467;font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px;letter-spacing:-.15px}._informationItemValue_1jgic_81{color:#182230;font-family:Inter;font-size:16px;font-style:normal;font-weight:500;line-height:24px;letter-spacing:-.312px}._badgeContainer_1jgic_91{display:flex;flex-wrap:wrap;gap:8px;margin-top:4px;align-content:flex-start}._badge_1jgic_91{color:#344054;text-align:center;font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px;display:flex;padding:2px 9px;justify-content:center;align-items:center;gap:3px;border-radius:6px;border:1px solid #D0D5DD;background:#fff}@media(max-width:600px){._informationItem_1jgic_24{width:100%}}._container_shblq_1{border-radius:16px;border:1px solid #e5e7eb;background:#fff;display:flex;padding:24px;flex-direction:column;align-items:flex-start;gap:24px;align-self:stretch}._title_shblq_13{color:#0a0a0a;font-family:Inter;font-size:18px;font-style:normal;font-weight:600;line-height:28px;letter-spacing:-.449px}._content_shblq_23{display:flex;gap:16px;width:100%}._column_shblq_29{flex:1;display:flex;flex-direction:column}._sectionHeader_shblq_35{display:flex;gap:12px;align-items:flex-start;height:64px}._sectionHeaderRight_shblq_42{max-width:545px;width:100%;display:flex;gap:12px;align-items:flex-start;justify-content:space-between;height:64px}._iconWrapper_shblq_52{display:flex;width:36px;height:36px;justify-content:center;align-items:center;flex-shrink:0;border-radius:12px;border:1px solid #d0d5dd;background:#fff}._sectionInfo_shblq_66{display:flex;flex-direction:column}._sectionTitle_shblq_71{color:#182230;font-family:Inter;font-size:16px;font-style:normal;font-weight:500;line-height:24px;letter-spacing:-.312px}._sectionSubtitle_shblq_81{color:#475467;font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px;letter-spacing:-.15px}._sessionList_shblq_91{display:flex;flex-direction:column;gap:12px;padding-left:48px}._sessionItem_shblq_98{display:flex;align-items:center;justify-content:space-between;padding:12px;border-radius:16px;background:#f9fafb}._sessionInfo_shblq_107{display:flex;flex-direction:column;gap:4px}._sessionDevice_shblq_113{display:flex;align-items:center;gap:4px}._sessionDeviceName_shblq_119{color:#182230;font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px;letter-spacing:-.15px}._sessionDeviceCurrent_shblq_129{color:#667085;font-family:Inter;font-size:12px;font-style:normal;font-weight:500;line-height:16px}._sessionLocation_shblq_138{color:#475467;font-family:Inter;font-size:12px;font-style:normal;font-weight:400;line-height:16px}._closeButton_shblq_147{background:transparent;border:none;color:#d92d20;font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px;letter-spacing:-.15px;cursor:pointer;padding:6px 12px}._closeButton_shblq_147:hover{opacity:.8}._changeButton_shblq_165{display:flex;padding:8px 14px;justify-content:center;align-items:center;gap:4px;border-radius:8px;border:1px solid #d0d5dd;background:#fff;box-shadow:0 1px 2px #1018280d;color:#344054;font-family:Inter;font-size:14px;font-style:normal;font-weight:600;line-height:20px;cursor:pointer}._changeButton_shblq_165:hover{background:#f9fafb}@media(max-width:768px){._content_shblq_23{flex-direction:column}._sessionList_shblq_91{padding-left:0}._sectionHeaderRight_shblq_42{flex-direction:column;height:auto;gap:12px}}._modal_17hrw_1 .ant-modal-content{padding:0;border-radius:12px;overflow:hidden}._modal_17hrw_1 .ant-modal-header{display:none}._modal_17hrw_1 .ant-modal-body{padding:0}._modal_17hrw_1 .ant-modal-footer{display:none}._modalContent_17hrw_19{position:relative;display:flex;flex-direction:column;width:100%}._backgroundPattern_17hrw_27{position:absolute;left:-120px;top:-120px;width:336px;height:336px;pointer-events:none;z-index:0}._backgroundPatternImage_17hrw_37{width:100%;height:100%;opacity:.5}._modalHeader_17hrw_44{display:flex;flex-direction:column;align-items:flex-start;padding:24px 24px 20px;position:relative;z-index:1}._modalTitle_17hrw_53{font-family:Inter,sans-serif;font-weight:600;font-size:18px;line-height:28px;color:#101828;margin:0}._closeButton_17hrw_62{position:absolute;right:16px;top:16px;width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:8px;cursor:pointer;background:transparent;border:none;padding:8px;transition:background-color .2s ease}._closeButton_17hrw_62:hover{background-color:#f2f4f7}._closeIcon_17hrw_83{width:24px;height:24px;color:#98a2b3}._formContent_17hrw_90{display:flex;flex-direction:column;gap:20px;padding:0 24px;position:relative;z-index:1}._formItem_17hrw_100{margin-bottom:0}._formItem_17hrw_100 .ant-form-item-label{padding:0 0 6px}._formItem_17hrw_100 .ant-form-item-label>label{font-family:Inter,sans-serif;font-weight:500;font-size:14px;line-height:20px;color:#344054;height:auto}._formItem_17hrw_100 .ant-form-item-label>label:after{display:none}._formItem_17hrw_100 .ant-form-item-explain-error{font-family:Inter,sans-serif;font-size:12px;margin-top:4px}._formItem_17hrw_100 .ant-input-password{padding:8px 12px;height:40px;background:#fff;border:1px solid #D0D5DD;border-radius:8px;box-shadow:0 1px 2px #1018280d}._formItem_17hrw_100 .ant-input-password:hover{border-color:#243880}._formItem_17hrw_100 .ant-input-password:focus,._formItem_17hrw_100 .ant-input-password-focused{border-color:#243880;box-shadow:0 1px 2px #1018280d,0 0 0 4px #2438803d}._formItem_17hrw_100 .ant-input-password .ant-input{font-family:Inter,sans-serif;font-weight:400;font-size:16px;line-height:24px;color:#101828;padding:0}._formItem_17hrw_100 .ant-input-password .ant-input::placeholder{color:#667085}._formItem_17hrw_100 .ant-input-password .ant-input-suffix{margin-left:8px}._formItem_17hrw_100 .ant-input-password .ant-input-password-icon{cursor:pointer}._formItem_17hrw_100 .ant-form-item-has-error .ant-input-password{border-color:#f04438}._formItem_17hrw_100 .ant-form-item-has-error .ant-input-password:focus,._formItem_17hrw_100 .ant-form-item-has-error .ant-input-password-focused{border-color:#f04438;box-shadow:0 1px 2px #1018280d,0 0 0 4px #f044383d}._eyeIcon_17hrw_179{width:20px;height:20px;cursor:pointer}._modalFooter_17hrw_186{display:flex;gap:12px;padding:32px 24px 24px;position:relative;z-index:1}._modal_wjhkt_1 .ant-modal-content{padding:0;border-radius:12px;overflow:hidden}._modal_wjhkt_1 .ant-modal-header{display:none}._modal_wjhkt_1 .ant-modal-body{padding:0}._modal_wjhkt_1 .ant-modal-footer{display:none}._modalContent_wjhkt_19{position:relative;display:flex;flex-direction:column;width:100%;max-height:calc(100vh - 120px)}._scrollableContent_wjhkt_27{position:relative;display:flex;flex-direction:column;flex:1;overflow-y:auto;scrollbar-width:none}._scrollableContent_wjhkt_27::-webkit-scrollbar{display:none}._backgroundPattern_wjhkt_41{position:absolute;left:-120px;top:-120px;width:336px;height:336px;pointer-events:none;z-index:0}._backgroundPatternImage_wjhkt_51{width:100%;height:100%;opacity:.5}._modalHeader_wjhkt_58{display:flex;flex-direction:column;align-items:flex-start;padding:24px 24px 20px;position:relative;z-index:1}._modalTitle_wjhkt_67{font-family:Inter,sans-serif;font-weight:600;font-size:18px;line-height:28px;color:#101828;margin:0}._closeButton_wjhkt_76{position:absolute;right:16px;top:16px;width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:8px;cursor:pointer;background:transparent;border:none;padding:8px;transition:background-color .2s ease}._closeButton_wjhkt_76:hover{background-color:#f2f4f7}._closeIcon_wjhkt_97{width:24px;height:24px;color:#98a2b3}._formContent_wjhkt_104{display:flex;flex-direction:column;gap:20px;padding:0 24px;position:relative;z-index:1}._section_wjhkt_114{display:flex;flex-direction:column;gap:8px}._sectionTitle_wjhkt_120{font-family:Inter,sans-serif;font-weight:600;font-size:16px;line-height:24px;color:#101828;margin:0}._sectionFields_wjhkt_129{display:flex;flex-direction:column;gap:20px}._fieldRow_wjhkt_136{display:flex;gap:12px}._fieldRow_wjhkt_136>*{flex:1}._inputWrapper_wjhkt_146{display:flex;flex-direction:column;gap:6px}._inputLabel_wjhkt_152{font-family:Inter,sans-serif;font-weight:500;font-size:14px;line-height:20px;color:#344054}._inputContainer_wjhkt_160{display:flex;align-items:center;gap:8px;padding:8px 12px;background:#fff;border:1px solid #D0D5DD;border-radius:8px;box-shadow:0 1px 2px #1018280d;transition:border-color .2s ease,box-shadow .2s ease}._inputContainer_wjhkt_160:focus-within{border-color:#243880;box-shadow:0 1px 2px #1018280d,0 0 0 4px #2438803d}._inputIcon_wjhkt_177{width:20px;height:20px;flex-shrink:0}._input_wjhkt_146{flex:1;border:none;outline:none;font-family:Inter,sans-serif;font-weight:400;font-size:16px;line-height:24px;color:#101828;background:transparent}._input_wjhkt_146::placeholder{color:#667085}._phoneInputContainer_wjhkt_200{display:flex;align-items:stretch;background:#fff;border:1px solid #D0D5DD;border-radius:8px;box-shadow:0 1px 2px #1018280d;transition:border-color .2s ease,box-shadow .2s ease;overflow:hidden}._phoneInputContainer_wjhkt_200:focus-within{border-color:#243880;box-shadow:0 1px 2px #1018280d,0 0 0 4px #2438803d}._phoneCountryCode_wjhkt_216{display:flex;align-items:center;gap:4px;padding:10px 0 10px 14px;cursor:pointer}._phoneCountryCode_wjhkt_216 span{font-family:Inter,sans-serif;font-weight:400;font-size:16px;line-height:24px;color:#344054}._phoneInput_wjhkt_200{flex:1;border:none;outline:none;padding:10px 14px 10px 12px;font-family:Inter,sans-serif;font-weight:400;font-size:16px;line-height:24px;color:#101828;background:transparent}._phoneInput_wjhkt_200::placeholder{color:#667085}._selectContainer_wjhkt_250{position:relative}._selectContainer_wjhkt_250 .ant-select{width:100%}._selectContainer_wjhkt_250 .ant-select-selector{height:40px!important;padding:8px 14px!important;border:1px solid #D0D5DD!important;border-radius:8px!important;box-shadow:0 1px 2px #1018280d!important}._selectContainer_wjhkt_250 .ant-select-focused .ant-select-selector{border-color:#243880!important;box-shadow:0 1px 2px #1018280d,0 0 0 4px #2438803d!important}._selectContainer_wjhkt_250 .ant-select-selection-item{font-family:Inter,sans-serif;font-weight:500;font-size:16px;line-height:24px!important;color:#101828}._selectContainer_wjhkt_250 .ant-select-arrow{color:#667085}._tagsInputContainer_wjhkt_284{display:flex;align-items:center;gap:8px;padding:8px 14px;background:#fff;border:1px solid #D0D5DD;border-radius:8px;box-shadow:0 1px 2px #1018280d;flex-wrap:wrap;min-height:44px;transition:border-color .2s ease,box-shadow .2s ease}._tagsInputContainer_wjhkt_284:focus-within{border-color:#243880;box-shadow:0 1px 2px #1018280d,0 0 0 4px #2438803d}._tagsInputIcon_wjhkt_303{width:20px;height:20px;flex-shrink:0}._tagsWrapper_wjhkt_309{display:flex;gap:6px;flex-wrap:wrap;flex:1}._tag_wjhkt_284{display:flex;align-items:center;gap:3px;padding:2px 4px 2px 9px;background:#fff;border:1px solid #D0D5DD;border-radius:6px}._tagText_wjhkt_326{font-family:Inter,sans-serif;font-weight:500;font-size:14px;line-height:20px;color:#344054}._tagClose_wjhkt_334{display:flex;align-items:center;justify-content:center;padding:2px;cursor:pointer;border-radius:3px;transition:background-color .2s ease}._tagClose_wjhkt_334:hover{background-color:#f2f4f7}._tagCloseIcon_wjhkt_348{width:12px;height:12px}._tagsInput_wjhkt_284{flex:1;min-width:100px;border:none;outline:none;font-family:Inter,sans-serif;font-weight:400;font-size:16px;line-height:24px;color:#101828;background:transparent}._tagsInput_wjhkt_284::placeholder{color:#667085}._modalFooter_wjhkt_371{display:flex;gap:12px;padding:24px;position:sticky;bottom:0;z-index:1;background:transparent;flex-shrink:0}._cancelButton_wjhkt_382{flex:1;display:flex;align-items:center;justify-content:center;padding:10px 16px;background:#fff;border:1px solid #D0D5DD;border-radius:8px;box-shadow:0 1px 2px #1018280d;cursor:pointer;font-family:Inter,sans-serif;font-weight:600;font-size:16px;line-height:24px;color:#344054;transition:background-color .2s ease}._cancelButton_wjhkt_382:hover{background-color:#f9fafb}._saveButton_wjhkt_405{flex:1;display:flex;align-items:center;justify-content:center;padding:10px 16px;background:#243880;border:1px solid #243880;border-radius:8px;box-shadow:0 1px 2px #1018280d;cursor:pointer;font-family:Inter,sans-serif;font-weight:600;font-size:16px;line-height:24px;color:#fff;transition:background-color .2s ease}._saveButton_wjhkt_405:hover{background-color:#1c2d66}._saveButton_wjhkt_405:disabled{background-color:#9ca3af;border-color:#9ca3af;cursor:not-allowed}._formItem_wjhkt_435{margin-bottom:0}._formItem_wjhkt_435 .ant-form-item-label{padding:0 0 6px}._formItem_wjhkt_435 .ant-form-item-label>label{font-family:Inter,sans-serif;font-weight:500;font-size:14px;line-height:20px;color:#344054;height:auto}._formItem_wjhkt_435 .ant-form-item-label>label:after{display:none}._formItem_wjhkt_435 .ant-input{padding:8px 12px;background:#fff;border:1px solid #D0D5DD;border-radius:8px;box-shadow:0 1px 2px #1018280d;font-family:Inter,sans-serif;font-weight:400;font-size:16px;line-height:24px;color:#101828;height:auto}._formItem_wjhkt_435 .ant-input::placeholder{color:#667085}._formItem_wjhkt_435 .ant-input:focus,._formItem_wjhkt_435 .ant-input-focused{border-color:#243880;box-shadow:0 1px 2px #1018280d,0 0 0 4px #2438803d}._formItem_wjhkt_435 .ant-input:hover{border-color:#243880}._formItem_wjhkt_435 .ant-input-affix-wrapper{padding:8px 12px;background:#fff;border:1px solid #D0D5DD;border-radius:8px;box-shadow:0 1px 2px #1018280d}._formItem_wjhkt_435 .ant-input-affix-wrapper:focus,._formItem_wjhkt_435 .ant-input-affix-wrapper-focused{border-color:#243880;box-shadow:0 1px 2px #1018280d,0 0 0 4px #2438803d}._formItem_wjhkt_435 .ant-input-affix-wrapper:hover{border-color:#243880}._formItem_wjhkt_435 .ant-input-affix-wrapper .ant-input{padding:0;border:none;box-shadow:none}._formItem_wjhkt_435 .ant-input-prefix{margin-right:8px}._formItem_wjhkt_435 .ant-form-item-explain-error{font-family:Inter,sans-serif;font-size:12px;margin-top:4px}._formItem_wjhkt_435 .ant-select{width:100%}._formItem_wjhkt_435 .ant-select-selector{height:44px!important;padding:8px 14px!important;border:1px solid #D0D5DD!important;border-radius:8px!important;box-shadow:0 1px 2px #1018280d!important}._formItem_wjhkt_435 .ant-select:hover .ant-select-selector{border-color:#243880!important}._formItem_wjhkt_435 .ant-select-focused .ant-select-selector{border-color:#243880!important;box-shadow:0 1px 2px #1018280d,0 0 0 4px #2438803d!important}._formItem_wjhkt_435 .ant-select-selection-item{font-family:Inter,sans-serif;font-weight:500;font-size:16px;line-height:24px!important;color:#101828;display:flex;align-items:center}._formItem_wjhkt_435 .ant-select-selection-placeholder{font-family:Inter,sans-serif;font-weight:400;font-size:16px;line-height:24px!important;color:#667085;display:flex;align-items:center}._formItem_wjhkt_435 .ant-select-arrow{color:#667085}._select_wjhkt_250,._multiSelect_wjhkt_570{width:100%}._multiSelect_wjhkt_570 .ant-select-selector{min-height:44px!important;height:auto!important;padding:4px 8px!important}._multiSelect_wjhkt_570 .ant-select-selection-overflow{flex-wrap:nowrap;overflow:hidden}._multiSelect_wjhkt_570 .ant-select-selection-item{height:28px;line-height:26px!important;margin:2px 4px 2px 0;padding:0 8px;background:#f2f4f7;border:1px solid #d0d5dd;border-radius:6px}._wrapper_1y5ii_1{width:100%;display:flex}._leftContent_1y5ii_6{width:50%;height:100vh;padding:48px 48px 0;display:flex;flex-direction:column;gap:12px;position:relative}._rightContent_1y5ii_16{width:50%;max-height:100vh;background-color:gray;object-fit:cover}._inputs_1y5ii_26{margin-top:40px;display:flex;flex-direction:row;gap:24px}._input_1y5ii_26{width:100%;display:flex;flex-direction:column;gap:6px}._inputLabel_1y5ii_40{color:#344054;font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px}._buttonContainer_1y5ii_48{width:100%;display:flex;justify-content:flex-end;margin-top:40px}._description_1y5ii_55{color:#344054;font-family:Inter;font-size:18px;font-style:normal;font-weight:400;line-height:28px}._title_1y5ii_64{color:#182230;font-family:Inter;font-size:30px;font-style:normal;font-weight:600;line-height:38px}._kvkkInformationText_1y5ii_77{color:#344054;font-family:Inter;font-size:16px;font-style:normal;font-weight:500;line-height:24px;display:flex;gap:4px}._kvkkInformationTextunderline_1y5ii_87{color:#007aff;text-decoration-line:underline;text-decoration-style:solid;text-decoration-skip-ink:none;text-decoration-thickness:auto;text-underline-offset:auto;text-underline-position:from-font}._languageSelect_1y5ii_96{width:100px;height:36px;text-align:center;align-items:center;position:absolute;bottom:24px;left:48px}@media(max-width:600px){._addressed_1y5ii_107{flex-direction:column}._leftContent_1y5ii_6{width:100%;padding:24px}._rightContent_1y5ii_16{display:none}._inputs_1y5ii_26{flex-direction:column;margin-top:24px}._title_1y5ii_64{color:#182230;text-align:center;font-family:Inter;font-size:20px;font-style:normal;font-weight:600;line-height:38px}._description_1y5ii_55{color:#344054;text-align:center;font-family:Inter;font-size:16px;font-style:normal;font-weight:400;line-height:28px}._kvkkInformationText_1y5ii_77{display:flex;flex-direction:column}}._stepList_1kvdw_1{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;margin:40px 0}._stepItem_1kvdw_10{height:6px;flex:1;border-radius:3.6px;background:#f2f4f7}._stepItem_1kvdw_10._active_1kvdw_18{background:#2f49a6}@media(max-width:600px){._stepList_1kvdw_1{margin:58px 0 20px}}._kvkkModal_1x1ga_1{display:flex;flex-direction:column;overflow:hidden}._modalWrapper_1x1ga_7{display:flex;flex-direction:column;height:100%;overflow:hidden}._modalHeader_1x1ga_14{flex-shrink:0}._pdfContainer_1x1ga_18{flex:1;overflow:hidden;min-height:0}._pdfViewer_1x1ga_24{width:100%;height:100%;border:none}._modalFooter_1x1ga_30{flex-shrink:0;display:flex;justify-content:space-between;align-items:center;padding:16px 24px;border-top:1px solid #EAECF0;background:#fff}._stepIndicator_1x1ga_40{display:flex;gap:8px}._buttonGroup_1x1ga_45{display:flex;gap:12px}._stepDot_1x1ga_50{width:8px;height:8px;border-radius:50%;background-color:#d0d5dd;transition:background-color .2s ease}._stepDot_1x1ga_50._active_1x1ga_58{background-color:#007aff}._stepDot_1x1ga_50._completed_1x1ga_62{background-color:#12b76a}._wrapper_17k2d_1{width:100%;display:flex}._leftContent_17k2d_6{width:50%;height:100%;padding:48px 48px 0;display:flex;flex-direction:column;gap:0px}._rightContent_17k2d_15{width:50%;max-height:100vh;background-color:gray;object-fit:cover}._badges_17k2d_25{margin-top:28px;align-content:flex-start;display:flex;flex-direction:column;align-self:stretch;flex-wrap:wrap;width:100%;gap:20px}._badgeContainer_17k2d_37{display:flex;flex-direction:column;gap:10px}._badgeItems_17k2d_43{display:flex;flex-wrap:wrap;gap:12px}._badge_17k2d_25{cursor:pointer;display:flex;padding:4px 12px;justify-content:center;align-items:center;gap:3px;border-radius:12px;border:1px solid #D0D5DD;background:#fff;color:#344054;text-align:center;font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px}._badgeActive_17k2d_68{border:2px solid #E1E6F7;background:#e8f0fe}._badgeGroupName_17k2d_73{color:#667085;font-family:Inter;font-size:14px;font-style:normal;font-weight:600;line-height:20px;letter-spacing:-.234px}._buttonContainer_17k2d_83{width:100%;display:flex;justify-content:space-between;margin-top:40px}._description_17k2d_90{color:#344054;font-family:Inter;font-size:18px;font-style:normal;font-weight:400;line-height:28px}._title_17k2d_99{color:#182230;font-family:Inter;font-size:30px;font-style:normal;font-weight:600;line-height:38px;margin-bottom:16px}@media(max-width:600px){._addressed_17k2d_111{flex-direction:column}._leftContent_17k2d_6{width:100%;padding:24px}._rightContent_17k2d_15{display:none}._title_17k2d_99{color:#182230;text-align:center;font-family:Inter;font-size:20px;font-style:normal;font-weight:600;line-height:38px}._description_17k2d_90{color:#344054;text-align:center;font-family:Inter;font-size:16px;font-style:normal;font-weight:400;line-height:28px}}._wrapper_sq07u_1{width:100%;display:flex}._leftContent_sq07u_6{width:50%;height:100%;padding:48px 48px 0;display:flex;flex-direction:column;gap:12px}._rightContent_sq07u_15{width:50%;max-height:100vh;background-color:gray;object-fit:cover}._badges_sq07u_26{margin-top:28px;display:flex;align-items:center;align-content:flex-start;gap:12px;align-self:stretch;flex-wrap:wrap;max-height:356px;overflow-y:auto;scrollbar-width:none}._badge_sq07u_26{cursor:pointer;display:flex;padding:8px 12px;justify-content:center;align-items:center;gap:3px;border-radius:12px;border:1.5px solid #D0D5DD;background:#fff}._badge_sq07u_26:hover,._badgeActive_sq07u_52{border:2px solid #E1E6F7;background:#e8f0fe}._buttonContainer_sq07u_58{width:100%;display:flex;justify-content:space-between;margin-top:40px}._description_sq07u_65{color:#344054;font-family:Inter;font-size:18px;font-style:normal;font-weight:400;line-height:28px}._title_sq07u_74{color:#182230;font-family:Inter;font-size:30px;font-style:normal;font-weight:600;line-height:38px}@media(max-width:600px){._addressed_sq07u_85{flex-direction:column}._leftContent_sq07u_6{width:100%;padding:24px}._rightContent_sq07u_15{display:none}._title_sq07u_74{color:#182230;text-align:center;font-family:Inter;font-size:20px;font-style:normal;font-weight:600;line-height:38px}._description_sq07u_65{color:#344054;text-align:center;font-family:Inter;font-size:16px;font-style:normal;font-weight:400;line-height:28px}._badges_sq07u_26{max-height:520px}}._wrapper_1ovz6_1{width:100%;display:flex}._leftContent_1ovz6_6{width:50%;height:100%;padding:48px 48px 0;display:flex;flex-direction:column;gap:12px}._rightContent_1ovz6_15{width:50%;max-height:100vh;background-color:gray;object-fit:cover}._badges_1ovz6_25{margin-top:28px;display:flex;align-items:center;align-content:center;gap:12px;align-self:stretch;flex-wrap:wrap}._badge_1ovz6_25{cursor:pointer;display:flex;padding:8px 12px;justify-content:center;align-items:center;gap:3px;border-radius:12px;border:1.5px solid #D0D5DD;background:#fff}._badge_1ovz6_25:hover,._badgeActive_1ovz6_48{border:2px solid #E1E6F7;background:#e8f0fe}._buttonContainer_1ovz6_54{width:100%;display:flex;justify-content:space-between;margin-top:40px}._description_1ovz6_61{color:#344054;font-family:Inter;font-size:18px;font-style:normal;font-weight:400;line-height:28px}._title_1ovz6_70{color:#182230;font-family:Inter;font-size:30px;font-style:normal;font-weight:600;line-height:38px}@media(max-width:600px){._addressed_1ovz6_81{flex-direction:column}._leftContent_1ovz6_6{width:100%;padding:24px}._rightContent_1ovz6_15{display:none}._title_1ovz6_70{color:#182230;text-align:center;font-family:Inter;font-size:20px;font-style:normal;font-weight:600;line-height:38px}._description_1ovz6_61{color:#344054;text-align:center;font-family:Inter;font-size:16px;font-style:normal;font-weight:400;line-height:28px}._badges_1ovz6_25{height:520px;overflow-y:auto;scrollbar-width:none;align-content:flex-start}}._container_qx7lf_1{margin:48px 24px;justify-items:center}._bottom_qx7lf_6{width:100%;padding:24px;display:flex;flex-direction:row;justify-content:center;align-items:flex-start;position:fixed;bottom:0;left:0;background-color:#fff;border-top:1px solid var(--Gray-200, #eaecf0)}._rightButton_qx7lf_20{padding:10px 14px;color:var(--Base-White, #fff);font-family:Inter;font-size:14px;font-style:normal;font-weight:600;line-height:20px}._leftButton_qx7lf_30{padding:10px 14px;margin-left:104px;color:var(--Gray-600, #475467);font-family:Inter;font-size:14px;font-style:normal;font-weight:600;line-height:20px}._rightBottomBar_qx7lf_41{gap:12px;display:flex;flex-direction:row;margin-left:auto;margin-right:24px}._cardContainer_qx7lf_49{width:80%;max-width:1280px;border-radius:16px;border:1px solid var(--Gray-200, #eaecf0);background:var(--Base-White, #fff);box-shadow:0 12px 16px -4px #10182814,0 4px 6px -2px #10182808;margin-bottom:100px}@media(max-width:768px){._cardContainer_qx7lf_49{width:95%}._container_qx7lf_1{margin:24px 12px}}._cardContainerHeader_qx7lf_71{display:flex;flex-direction:column;padding:20px 24px;align-items:flex-start;gap:4px;align-self:stretch;border-bottom:1px solid var(--Gray-200, #eaecf0)}._cardContainerTitle_qx7lf_81{display:flex;align-items:center;gap:8px;color:var(--Gray-900, #101828);font-family:Inter;font-size:18px;font-style:normal;font-weight:600;line-height:28px}._cardContainerDescription_qx7lf_93{overflow:hidden;color:var(--Gray-600, #475467);text-overflow:ellipsis;font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px}._gridRow_qx7lf_104{display:grid;gap:20px;width:100%}._grid2Col_qx7lf_110{grid-template-columns:repeat(2,1fr)}._grid4Col_qx7lf_114{grid-template-columns:repeat(4,1fr)}._gridMainSide_qx7lf_118{grid-template-columns:1fr}._infoIcon_qx7lf_122{cursor:pointer;color:#1890ff;margin-left:4px}._infoIconWrapper_qx7lf_128{display:inline-flex;align-items:center;vertical-align:middle}._schedulePeriods_qx7lf_134{display:grid;grid-template-columns:repeat(6,1fr);gap:12px;width:100%}@media(max-width:768px){._schedulePeriods_qx7lf_134{grid-template-columns:repeat(4,1fr)}}@media(max-width:576px){._schedulePeriods_qx7lf_134{grid-template-columns:repeat(3,1fr)}}._scheduleItem_qx7lf_153{cursor:default;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;border-radius:8px;border:1.5px solid var(--Gray-300, #d0d5dd);background:#fff;display:flex;height:40px;padding:8px 12px;font-weight:500;font-size:14px;line-height:20px;justify-content:center;align-items:center;gap:3px;transition:all .2s}._scheduleItem_qx7lf_153._cursorPointer_qx7lf_173{cursor:pointer}._scheduleItem_qx7lf_153._selected_qx7lf_177{border:2px solid #788DD9;background:#f8f9fc}._scheduleItem_qx7lf_153._disabled_qx7lf_182{opacity:.5;cursor:not-allowed;background:#f5f5f5}._formContainer_qx7lf_188{padding:24px}@media(max-width:768px){._formContainer_qx7lf_188{padding:16px}._cardContainer_qx7lf_49{width:95%}._cardContainerHeader_qx7lf_71{padding:16px}._container_qx7lf_1{margin:24px 12px}}@media(max-width:576px){._formContainer_qx7lf_188,._cardContainerHeader_qx7lf_71{padding:12px}._container_qx7lf_1{margin:16px 8px}}@media(max-width:1024px){._grid2Col_qx7lf_110,._grid4Col_qx7lf_114,._gridMainSide_qx7lf_118{grid-template-columns:1fr}}._container_1uwkm_1{justify-items:center}._bottom_1uwkm_5{width:100%;padding:24px;display:flex;justify-content:space-between;align-items:flex-start;position:fixed;bottom:0;left:0;background-color:#fff;border-top:1px solid var(--Gray-200, #eaecf0);z-index:10}._rightButton_1uwkm_19{padding:10px 14px;color:var(--Base-White, #fff);font-family:Inter;font-size:14px;font-style:normal;font-weight:600;line-height:20px}._leftButton_1uwkm_29{padding:10px 14px;color:var(--Gray-600, #475467);font-family:Inter;font-size:14px;font-style:normal;font-weight:600;line-height:20px}._rightBottomBar_1uwkm_39{gap:12px;display:flex;flex-direction:row;margin-left:auto;margin-right:24px}._cardContainer_1uwkm_47{width:50%;border-radius:16px;border:1px solid var(--Gray-200, #eaecf0);background:var(--Base-White, #fff);box-shadow:0 12px 16px -4px #10182814,0 4px 6px -2px #10182808;margin-bottom:100px}._cardContainerHeader_1uwkm_58{display:flex;flex-direction:column;padding:20px 24px;align-items:flex-start;gap:4px;align-self:stretch;border-bottom:1px solid var(--Gray-200, #eaecf0)}._cardContainerTitle_1uwkm_68{display:flex;align-items:center;gap:8px;color:var(--Gray-900, #101828);font-family:Inter;font-size:18px;font-style:normal;font-weight:600;line-height:28px}._cardContainerDescription_1uwkm_80{overflow:hidden;color:var(--Gray-600, #475467);text-overflow:ellipsis;font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px}._cardContainerBottom_1uwkm_91{margin:14px 24px 32px;display:flex;flex-direction:column}._cardContainerBottom_1uwkm_91 ol{margin-left:15px;margin-bottom:20px}._cardContainerBottom_1uwkm_91 ol li{color:var(--Gray-600, #475467);font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px;gap:10px}._underLineText_1uwkm_112{cursor:pointer;color:var(--Gray-600, #475467);font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px;text-decoration-line:underline;text-decoration-style:solid;text-decoration-skip-ink:none;text-decoration-thickness:auto;text-underline-offset:auto;text-underline-position:from-font}._fileInfoContainer_1uwkm_128{display:flex;flex-direction:column;width:100%;height:96px;padding:16px;align-items:flex-start;gap:12px;border-radius:12px;border:1px solid var(--Gray-200, #EAECF0);background:var(--Base-White, #FFF);margin-top:16px}._fileInfoErrorContainer_1uwkm_142{border-radius:12px;border:2px solid var(--Error-600, #D92D20);background:var(--Base-White, #FFF)}._fileInfoErrorContent_1uwkm_148{display:flex;flex-direction:column;gap:4px}._fileInfoHeader_1uwkm_154{display:flex;gap:12px;align-items:center;justify-content:space-between;width:100%}._fileInfoContent_1uwkm_162{display:flex;align-items:center;justify-content:space-between;width:100%}._fileInfoDescription_1uwkm_169{overflow:hidden;color:var(--Gray-600, #475467);text-overflow:ellipsis;font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px}._fileName_1uwkm_180{overflow:hidden;color:var(--Gray-700, #344054);text-overflow:ellipsis;display:flex;align-items:center;gap:4px;font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px}._modalHeader_1uwkm_194{display:flex;flex-direction:column}._modalTitle_1uwkm_199{color:var(--Gray-900, #101828);font-family:Inter;font-size:18px;font-style:normal;font-weight:600;line-height:28px}._modalSubTitle_1uwkm_208{color:var(--Gray-600, #475467);font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px}._cardMethodContainerBottom_1uwkm_217{margin:14px 0 0;display:flex;flex-direction:row;margin-left:1rem}._reportMethodCards_1uwkm_224{display:flex;flex-direction:row;gap:24px;margin-bottom:1rem;margin-right:1rem}._reportMethodCardWrapper_1uwkm_232{position:relative;width:100%;border-radius:12px;border:1px solid var(--Gray-100, #F2F4F7);background:var(--Base-White, #FFF);box-shadow:0 1px 2px #1018280d;display:flex;padding:20px;flex-direction:column;align-items:flex-start;gap:16px;align-self:stretch;cursor:pointer}._reportMethodCardWrapper_1uwkm_232:hover{border-radius:12px;border:1px solid var(--Gray-100, #F2F4F7);background:var(--colors-gray-light-mode-50, #F9FAFB)}._reportCard_1uwkm_254{width:100%}._reportMethodCardDetail_1uwkm_258{display:flex;flex-direction:column}._reportMethodCardTitle_1uwkm_263{display:block;color:var(--Gray-700, var(--colors-gray-light-mode-700, #344054));font-family:Inter;font-size:18px;font-style:normal;font-weight:600;line-height:22px;padding-bottom:8px}._reportMethodCardDescription_1uwkm_274{display:block;overflow:hidden;color:var(--Gray-700, var(--colors-gray-light-mode-700, #344054));text-overflow:ellipsis;font-family:Roboto;font-size:14px;font-style:normal;font-weight:400;line-height:20px}@media(max-width:1024px){._leftButton_1uwkm_29{margin-left:0}}@media(max-width:1291px){._reportMethodCards_1uwkm_224{display:flex;flex-direction:column}._reportCardWrapper_1uwkm_298{width:100%}._reportCardTitle_1uwkm_302{min-height:auto}}._container_1fr98_1{display:flex;flex-direction:column;gap:16px}._header_1fr98_7{width:100%;display:flex;justify-content:space-between;align-items:center;gap:16px}._headerLeft_1fr98_15{display:flex;justify-content:start;gap:16px}._headerRight_1fr98_20{gap:8px;display:flex;align-items:center;justify-content:center}._store_1fr98_27{display:flex;flex-direction:row;gap:16px;align-self:center;align-items:center}._countWithInfo_1fr98_35{display:flex;flex-direction:row;gap:8px;align-items:center}._infoIcon_1fr98_42{cursor:pointer;color:#8c8c8c;transition:color .2s}._infoIcon_1fr98_42:hover{color:#1890ff}._tooltipList_1fr98_52{max-height:400px;overflow-y:auto;overflow-x:hidden;scrollbar-width:none;-ms-overflow-style:none;padding:0;margin:0;list-style:none}._tooltipList_1fr98_52::-webkit-scrollbar{display:none}._tooltipListItem_1fr98_67{padding:6px 0;border-bottom:1px solid rgba(255,255,255,.1)}._tooltipListItem_1fr98_67:last-child{border-bottom:none}._retailerLogo_1fr98_76{height:16px;max-height:16px;width:auto;object-fit:contain}._addNoteIcon_1fr98_83{cursor:pointer;display:flex;align-items:center;color:#8c8c8c;transition:color .2s}._addNoteIcon_1fr98_83:hover{color:#1890ff}@media(max-width:600px){._header_1fr98_7{flex-direction:column;align-items:start}._headerRight_1fr98_20{align-self:start}}
