.style_tableContainer__1Fq0G {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.style_tableWrapper__19RPf {
  width: 100%;
  border: 1px solid #edf1fd;
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
  position: relative;
}

.style_tableLabel__1ZpX2 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.style_tableLabel__1ZpX2 .style_label__uo0XP {
  display: flex;
  align-items: center;
  gap: 8px;
}

.style_tableLabel__1ZpX2 .style_label__uo0XP span {
  display: flex;
  align-items: center;
  justify-content: center;
}

.style_tableBodyContainer__1f2hx {
  height: calc(100% - 49px);
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
}

.style_tableBodyContainer__1f2hx::-webkit-scrollbar-track {
  margin-bottom: 8px;
}

.style_tableBodyContainer__1f2hx::-webkit-scrollbar {
  width: 4px;
}

.style_tableBodyContainer__1f2hx::-webkit-scrollbar-thumb {
  z-index: 10;
  background-color: #afbff7;
  border-radius: 100vw;
  width: 6px;
  cursor: pointer;
}

.style_table__1-aG3 {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
}

.style_headerCell__1NuZO {
  background: transparent;
  padding: 0 20px;
  text-align: left;
  border-bottom: 1px solid #e6eaf0;
  height: 48px;
  min-height: 48px;
  max-height: 48px;
}

.style_cell__2bjt6 {
  padding: 0 20px;
  border-bottom: 1px solid #e6eaf0;
  height: 48px;
  min-height: 48px;
  max-height: 48px;
}

.style_row__1la3M:last-child .style_cell__2bjt6 {
  border-bottom: none;
}

.style_row__1la3M {
  transition: background 0.2s;
  height: 48px;
  min-height: 48px;
  max-height: 48px;
}

.style_row__1la3M:hover {
  background: #f5f8fa;
}
.user-identifier-section_customMenu__jI9Tr {
  max-height: 250px;
  margin-top: 8px;
  border-radius: 10px;
  box-shadow: 0px 10px 25px rgba(18, 27, 78, 0.1098039216);
}
.field-row_customMenu__3JOzG {
  max-height: 250px;
  margin-top: 8px;
  border-radius: 10px;
  box-shadow: 0px 10px 25px rgba(18, 27, 78, 0.1098039216);
}
.RangeMonthDatePicker_datePickerContainer__2B6ZB {
  display: flex;
  width: 328px;
  min-height: 310px;
  flex-direction: column;
  justify-content: space-between;
}
.RangeMonthDatePicker_datePickerContainer__2B6ZB .RangeMonthDatePicker_datePickerSubitemsContainer__Qd-yA {
  display: block;
}
.RangeMonthDatePicker_datePickerContainer__2B6ZB .RangeMonthDatePicker_datePickerFooterContainer__26Nm4 {
  display: flex;
  padding: 16px 24px;
  justify-content: space-between;
  align-items: center;
}
.RangeMonthDatePicker_datePickerContainer__2B6ZB .RangeMonthDatePicker_datePickerFooterContainer__26Nm4 .RangeMonthDatePicker_clearButton__2xv1u {
  padding: 10px 0;
  width: 56px;
}
.RangeMonthDatePicker_dateListItem__1Azkp {
  display: flex;
  width: 88px;
  height: var(--wm-size-generation-s60, 32px);
  padding: 4px 12px;
  justify-content: center;
  align-items: center;
  font-family: "Proxima Nova";
  gap: 10px;
  flex-shrink: 0;
  border-radius: 4px;
  border: 1px solid #e3e9fc;
  background: #ffffff;
  color: var(--wm-color-input_dropdown-content-primary-default, #616f8f);
  text-align: center;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 8px; /* 57.143% */
}
.RangeMonthDatePicker_dateListItem__1Azkp:disabled {
  color: #6e6e6e;
  border: none;
  background: var(--wm-color-input_dropdown-bg-primary-disable, rgba(118, 118, 118, 0.09));
}
.RangeMonthDatePicker_dateListItem__1Azkp.selected {
  border: 1px solid var(--wm-color-input_dropdown-stroke-primary-active, #385feb);
  background: var(--wm-color-blue-tint-7, #edf1fd);
  color: var(--wm-color-input_dropdown-content-primary-filled, #2f426c);
}
.RangeMonthDatePicker_dateListItem__1Azkp.selected:focus {
  outline: none;
}
.RangeMonthDatePicker_dateListItem__1Azkp:not(:disabled):not(.selected):focus, .RangeMonthDatePicker_dateListItem__1Azkp:not(:disabled):not(.selected):hover {
  border: 1px solid var(--wm-color-input_dropdown-stroke-primary-hover, #385feb);
  background: var(--wm-color-bg-secondary, #fff);
  outline: none;
}
.RangeMonthDatePicker_menuWrapper__eNEkm {
  margin: 0 0 0 0;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(47, 61, 83, 0.11);
  color: var(--wm-text-color);
}
.Button_btnStyle__3ZbCj, .Button_button__3H7VQ.Button_large__2PLFQ {
  --size: 40px;
  border-radius: 40px;
}

.Button_btnStyle__3ZbCj:disabled, .Button_button__3H7VQ.Button_disabledStyle__2frbr:disabled {
  background-color: #c5cad6;
  color: #fff;
}

.Button_button__3H7VQ {
  font-weight: 600;
}

.Button_button__3H7VQ.Button_small__3iwfx {
  --size: 28px;
}

.Button_btnStyle__3ZbCj {
  --size: 40px;
}
.YearPicker_container__eyO0o {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--wm-spacers-generation-sp40, 16px) 24px var(--wm-spacers-generation-sp10, 4px) 24px;
  align-self: stretch;
}
.YearPicker_container__eyO0o .YearPicker_year__2ebzB {
  color: #637191;
  font-family: var(--wmFontSecondary);
  font-weight: 600;
  font-size: 14px;
  font-style: normal;
  line-height: 8px;
  font-weight: 600;
}
.YearPicker_yearBtn__9EkRV {
  background-color: transparent;
}
.YearPicker_leftBtn__3nRfJ {
  transform: rotate(180deg);
}
.DateList_container__2ztvg {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  padding: 12px 24px;
}

.DateList_item__JaZfG {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 27px;
  border: 1px solid #e3e9fc;
  border-radius: 4px;
  background-color: white;
  color: #637191;
  cursor: pointer;
  font-family: var(--wmFontSecondary);
  font-size: 14px;
  transition: all 0.3s ease-out;
}

.DateList_item__JaZfG:hover {
  border-color: blue;
  color: black;
}

.DateList_item__JaZfG.DateList_selected__2iVlY, .DateList_item__JaZfG:active, .DateList_item__JaZfG:focus {
  border-color: #385feb;
  background-color: #f4f6fb;
  color: #385feb;
}
.style_flexRow__8q15A {
  display: flex;
  flex-direction: row;
}
.style_flexRow__8q15A.style_spaceBetween__3xbL5 {
  justify-content: space-between;
}
.style_flexRow__8q15A.style_center__2e4TN {
  align-items: center;
}
.style_flexColumn__2dZXI {
  display: flex;
  flex-direction: column;
}
.style_flexColumn__2dZXI.style_spaceBetween__3xbL5 {
  justify-content: space-between;
}
.style_flexColumn__2dZXI.style_center__2e4TN {
  align-items: center;
}
.style_width100__cTEUT {
  width: 100%;
}
.AlertBanner_alertBannerContainer__xXzE7 {
  margin: 24px 0;
  border-radius: 4px;
  min-height: 48px;
  max-height: 48px;
  border: 1px solid #afbff7;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 12px 0 16px;
}
.AlertBanner_alertBannerContainer__xXzE7.AlertBanner_warning__1kqLI {
  border-color: var(--wmWarning);
  background-color: #fef8e8;
}
.AlertBanner_alertBannerContainer__xXzE7.AlertBanner_error__2gExY {
  border-color: #f6a2a2;
  background-color: #fdeaea;
}
.AlertBanner_alertBannerContainer__xXzE7 .AlertBanner_bannerText__1Mtzj {
  font-family: var(--wmFontSecondary);
  font-size: 14px;
  font-weight: 400;
  color: var(--wmGrayUltraDark);
  padding-left: 8px;
}
.ai-usage-page_flexContainer__2hzTl {
  display: flex;
}
.ai-usage-page_flexContainer__2hzTl.ai-usage-page_row__2j60q {
  flex-direction: row;
}
.ai-usage-page_flexContainer__2hzTl.ai-usage-page_column__3p1TH {
  flex-direction: column;
}
.ai-usage-page_flexContainer__2hzTl.ai-usage-page_spaceBetween__3UrCT {
  justify-content: space-between;
}
.ai-usage-page_flexContainer__2hzTl.ai-usage-page_center__1tLcK {
  align-items: center;
}
.ai-usage-page_pageHeader__kWhqD {
  font-family: var(--wmFontPrimary);
  font-size: 24px;
  color: var(--wmGrayUltraDark);
  font-weight: 600;
  line-height: 32px;
}
.ai-usage-page_tableSubHeader__rxpjs {
  font-size: 12px;
  font-weight: 400;
  height: 16px;
  line-height: 18px;
  color: #637191;
  font-family: var(--wmFontSecondary);
}
.ai-usage-page_dateRangeCustom__1EYE4 {
  background-color: var(--wmWhite);
}
.ai-usage-page_selectCustom__128lp {
  width: 256px;
  max-width: 256px;
}
.ai-usage-page_AiHubDashBoardCard__13Jfp {
  margin-top: 24px;
  height: 100%;
}
.MonthQuarterDatePicker_button__CGbMl {
  display: flex;
  width: 264px;
  height: 30px;
  align-items: center;
  padding: 10px 17px;
  border: 1px solid #e6ecf8;
  border-radius: 4px;
  background-color: white;
  column-gap: 11px;
  cursor: pointer;
  transition: border-color 0.3s ease-out;
  font-family: var(--wmFontSecondary);
}
.MonthQuarterDatePicker_button__CGbMl:disabled {
  background-color: black;
  cursor: default;
}
.MonthQuarterDatePicker_button__CGbMl:not(:disabled).MonthQuarterDatePicker_active__dKJ2g, .MonthQuarterDatePicker_button__CGbMl:not(:disabled):active {
  border-color: #385feb;
}
.MonthQuarterDatePicker_button__CGbMl:not(:disabled):hover {
  border-color: #93a8f4;
}
.MonthQuarterDatePicker_popover__3eBbO {
  width: 328px;
  min-height: 200px;
  transform: translateY(5px) !important;
  border-radius: 12px;
  box-shadow: 0px 36px 52px 0px rgba(47, 61, 83, 0.11);
}
.MonthQuarterDatePicker_header__2LVPZ {
  height: 42px;
  padding: 10px 25px 0;
  border-bottom: 1px solid #d8dffb;
  background-color: #f9fbfd;
}
.MonthQuarterDatePicker_header__2LVPZ .MonthQuarterDatePicker_indicator__3UdWf {
  bottom: -6px;
}
.MonthQuarterDatePicker_header__2LVPZ .MonthQuarterDatePicker_tabContent__1PJnf {
  color: black;
}
.MonthQuarterDatePicker_header__2LVPZ .MonthQuarterDatePicker_tab__2b7gc {
  opacity: 1;
}
.MonthQuarterDatePicker_header__2LVPZ .MonthQuarterDatePicker_tab__2b7gc:hover .MonthQuarterDatePicker_tabContent__1PJnf {
  color: #385feb;
}
.MonthQuarterDatePicker_content__1t0_E {
  padding: 16px 24px;
}
.MonthQuarterDatePicker_actions__1RfNY {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 24px 0 16px;
  column-gap: 20px;
}
.ai-center-onboarding_contentContainer__3QiWu .ai-center-onboarding_bgElements__38fhS .ai-center-onboarding_textContainerBottom__2Ha7Z, .ai-center-onboarding_contentContainer__3QiWu .ai-center-onboarding_bgElements__38fhS .ai-center-onboarding_textContainerTop__oxv1N {
  position: absolute;
  z-index: 1;
  display: flex;
  width: 400px;
  flex-direction: column;
  gap: 35px;
}

.ai-center-onboarding_contentContainer__3QiWu {
  display: flex;
  width: 100%;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
}

.ai-center-onboarding_contentContainer__3QiWu .ai-center-onboarding_bgElements__38fhS {
  position: absolute;
  z-index: 0;
  inset: 0;
  background: linear-gradient(256deg, #dde5ff 23.47%, #efe8ff 44.34%, #f0f3f9 61.46%);
}

.ai-center-onboarding_contentContainer__3QiWu .ai-center-onboarding_bgElements__38fhS .ai-center-onboarding_textContainerTop__oxv1N {
  top: 5%;
  right: 35%;
}

.ai-center-onboarding_contentContainer__3QiWu .ai-center-onboarding_bgElements__38fhS .ai-center-onboarding_textContainerBottom__2Ha7Z {
  right: 8%;
  bottom: 5%;
}

.ai-center-onboarding_contentContainer__3QiWu .ai-center-onboarding_content__3URkd {
  position: relative;
  z-index: 1;
  display: flex;
  width: 60vw;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  gap: 10rem;
}

.ai-center-onboarding_contentContainer__3QiWu .ai-center-onboarding_content__3URkd .ai-center-onboarding_titleContainer__1aSKQ {
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  backdrop-filter: blur(1px);
  row-gap: 20px;
  text-shadow: 0 0 6px white;
}

.ai-center-onboarding_contentContainer__3QiWu .ai-center-onboarding_content__3URkd .ai-center-onboarding_titleContainer__1aSKQ .ai-center-onboarding_title__3Ssn_ {
  max-width: 700px;
  font-size: 48px;
  font-weight: 500;
  line-height: 64px;
}

.ai-center-onboarding_contentContainer__3QiWu .ai-center-onboarding_content__3URkd .ai-center-onboarding_titleContainer__1aSKQ .ai-center-onboarding_description__3SHFU {
  max-width: 700px;
  margin-bottom: 30px;
}

.ai-center-onboarding_contentContainer__3QiWu .ai-center-onboarding_content__3URkd .ai-center-onboarding_titleContainer__1aSKQ .ai-center-onboarding_action__2Qzki {
  width: 220px;
  height: 40px;
}

.ai-center-onboarding_contentContainer__3QiWu .ai-center-onboarding_content__3URkd .ai-center-onboarding_videoContainer__2tgDZ {
  position: relative;
  height: 50vh;
  padding: 1rem;
  border-radius: 17px;
  background: linear-gradient(258deg, rgba(237, 241, 255, 0.5) 12.79%, rgba(248, 247, 255, 0.4) 80.79%);
  filter: drop-shadow(0 12px 16px rgba(47, 61, 83, 0.11));
}

.ai-center-onboarding_bgTextElement__HwYb5 {
  display: flex;
  width: fit-content;
  height: 45px;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(241, 242, 251, 0.45) 0%, rgba(250, 250, 255, 0.7) 100%);
  gap: 5px;
}

.ai-center-onboarding_bgTextElement__HwYb5:first-child {
  align-self: flex-end;
}

.ai-center-onboarding_bgTextElement__HwYb5 .ai-center-onboarding_icon__broEx {
  display: flex;
  width: 58px;
  height: 29px;
  align-items: center;
  justify-content: center;
  border-radius: 58px;
  background: linear-gradient(103deg, #e8e6ff 16.47%, rgba(223, 221, 255, 0.8) 103.55%);
  color: #2f426c;
}
.ai-button_button__3ulSD {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: var(--corner-radus-global-cr-10099999, 99999px);
  background: linear-gradient(34deg, #385feb -13.6%, #8351f5 53.76%);
}
.ai-button_button__3ulSD.ai-button_small__30AXT {
  height: 28px;
  font-size: 12px;
}
.ai-button_button__3ulSD .ai-button_icon__1YbhI {
  --ai-icon-bg: white;
}
.ai-button_button__3ulSD:before {
  position: absolute;
  z-index: -2;
  width: 100%;
  height: 100%;
  background: linear-gradient(34deg, #203686 -13.6%, #8351f5 53.76%);
  content: "";
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.ai-button_button__3ulSD:after {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: linear-gradient(34deg, #2945ac -13.6%, #8351f5 53.76%);
  content: "";
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.ai-button_button__3ulSD:hover:before, .ai-button_button__3ulSD:active:after {
  opacity: 1;
}
.ai-button_button__3ulSD:disabled {
  background: #f8f8f8;
  color: #b4b4b4;
}
.ai-button_button__3ulSD:disabled .ai-button_icon__1YbhI {
  --ai-icon-bg: #767676;
}
.ai-button_button__3ulSD .ai-button_secondaryContainer__3Lf06 {
  position: absolute;
  z-index: 0;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border-radius: 40px;
  background-color: white;
  inset: 0;
  transform: translate(1px, 1px);
  transition: background-color 0.2s ease-in-out;
}
.ai-button_button__3ulSD.ai-button_secondary__1Lphi:hover:before, .ai-button_button__3ulSD.ai-button_secondary__1Lphi:active:after {
  opacity: 0;
}
.ai-button_button__3ulSD.ai-button_secondary__1Lphi:hover .ai-button_secondaryContainer__3Lf06 {
  background-color: #f5f7fe;
}
.ai-button_button__3ulSD.ai-button_secondary__1Lphi .ai-button_children__36rdA {
  z-index: 1;
  background: linear-gradient(34deg, #2945ac -13.6%, #8351f5 53.76%);
  background-clip: text;
  color: transparent;
}
.ai-button_button__3ulSD.ai-button_secondary__1Lphi.ai-button_selected__30gbP .ai-button_secondaryContainer__3Lf06 {
  background: linear-gradient(34deg, #2945ac -13.6%, #8351f5 53.76%);
}
.ai-button_button__3ulSD.ai-button_secondary__1Lphi.ai-button_selected__30gbP .ai-button_children__36rdA {
  color: white;
}

/*# sourceMappingURL=main.css.map*/