/* ========== Light Colors format: $color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/*
usage: fill | text | icon | border | state | underlay
expression: inverse | global | contrary | blend
prominence: default | subtle | subtler | strong | stronger
sentiment: neutral | primary | error | warning | success | complimentary | supplementary2 | transparent | light-transparent | dark-transparent
state: hover | press | disable | inactive
*/
/* ========== Dark Colors format: $dark-color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/* outline */
/* Border
-------------------------- */
/* line-height
-------------------------- */
/* Transition
-------------------------- */
/* Break-point
-------------------------- */
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}
h1 {
  font-weight: 600;
  font-size: 20px;
}
h2 {
  font-weight: 500;
  font-size: 18px;
}
h3 {
  font-size: 16px;
}
h4, h5, h6, p {
  font-size: 14px;
}
p {
  line-height: 1.5;
}
button {
  background-color: transparent;
  background-image: none;
}
sup, sub {
  font-size: 13px;
}
small {
  font-size: 12px;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid var(--zoom-color-border-subtle-neutral);
}
dl, dd, dt {
  margin: 0;
  padding: 0;
}
ol, ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
a {
  color: var(--zoom-color-text-primary);
  outline: none;
  text-decoration: none;
}
a:hover {
  color: var(--zoom-color-state-primary-hover);
}
a:active {
  color: var(--zoom-color-state-primary-press);
}
h1, h2, h3, h4, h5, h6 {
  color: var(--zoom-color-text-stronger-neutral);
}
.is-vue3-keyboard-event a:focus {
  outline: 2px solid var(--zoom-color-border-primary) !important;
  outline-offset: 2px;
}
.is-vue3-keyboard-event button:focus {
  outline: 2px solid var(--zoom-color-border-primary) !important;
  outline-offset: 2px;
}
.is-vue3-keyboard-event button:focus-visible {
  outline: none;
}
.is-vue3-keyboard-event.fe-popups-theme--highContrast a:focus {
  outline: 2px solid Highlight;
}
.is-vue3-keyboard-event.fe-popups-theme--highContrast button:focus {
  outline: 2px solid Highlight;
}
.fe-popups-fonts {
  font-size: 14px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Chinese Quotes", "Inter var", Inter, ui-sans-serif, Roboto, "Helvetica Neue", Helvetica, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

/* generated automatically by css-variables processor. Do not modify it directly. */
/* Fri Feb 27 2026 13:26:57 GMT+0800 (China Standard Time) */
body, .fe-popups-theme--light {
  --zoom-color-bg-default: #FFF;
  --zoom-color-bg-neutral: #FCFDFD;
  --zoom-color-bg-darker-neutral: #F1F4F6;
  --zoom-color-fill-default: #FFF;
  --zoom-color-fill-subtle-neutral: #F1F4F6;
  --zoom-color-fill-subtler-neutral: #F7F9FA;
  --zoom-color-fill-neutral: #686F79;
  --zoom-color-fill-global-neutral: #555B62;
  --zoom-color-fill-subtler-primary: #F2F8FF;
  --zoom-color-fill-primary: #0D6BDE;
  --zoom-color-fill-global-primary: #0D6BDE;
  --zoom-color-fill-subtler-error: #FFF2F5;
  --zoom-color-fill-error: #DA1639;
  --zoom-color-fill-global-error: #DA1639;
  --zoom-color-fill-subtler-warning: #FFF9F2;
  --zoom-color-fill-warning: #B36200;
  --zoom-color-fill-global-warning: #B36200;
  --zoom-color-fill-subtler-success: #F2FFF6;
  --zoom-color-fill-success: #247F40;
  --zoom-color-fill-global-success: #247F40;
  --zoom-color-fill-subtler-informative: #F2F8FF;
  --zoom-color-fill-informative: #0D6BDE;
  --zoom-color-fill-global-informative: #0D6BDE;
  --zoom-color-fill-subtler-complementary: #FFF7F2;
  --zoom-color-fill-complementary: #FF5F0F;
  --zoom-color-fill-global-complementary: #9D3B0F;
  --zoom-color-fill-subtler-supplementary1: #F7F2FB;
  --zoom-color-fill-supplementary1: #9053C2;
  --zoom-color-fill-global-supplementary1: #9053C2;
  --zoom-color-fill-subtler-supplementary2: #D4FCFB;
  --zoom-color-fill-supplementary2: #007C7C;
  --zoom-color-fill-global-supplementary2: #007C7C;
  --zoom-color-fill-global-supplementary3: #2974A8;
  --zoom-color-fill-contrary-subtler-transparent: rgb(0 0 0 / 0.04);
  --zoom-color-fill-contrary-subtle-transparent: rgb(0 0 0 / 0.12);
  --zoom-color-fill-contrary-transparent: rgb(0 0 0 / 0.42);
  --zoom-color-fill-contrary-strong-transparent: rgb(0 0 0 / 0.56);
  --zoom-color-fill-blend-subtle-transparent: rgb(255 255 255 / 0.1);
  --zoom-color-fill-blend-transparent: rgb(255 255 255 / 0.33);
  --zoom-color-fill-blend-strong-transparent: rgb(255 255 255 / 0.48);
  --zoom-color-fill-global-subtle-dark-transparent: rgb(0 0 0 / 0.12);
  --zoom-color-fill-global-dark-transparent: rgb(0 0 0 / 0.42);
  --zoom-color-fill-global-strong-dark-transparent: rgb(0 0 0 / 0.56);
  --zoom-color-fill-global-subtle-light-transparent: rgb(255 255 255 / 0.1);
  --zoom-color-fill-global-light-transparent: rgb(255 255 255 / 0.33);
  --zoom-color-fill-global-strong-light-transparent: rgb(255 255 255 / 0.48);
  --zoom-color-toggle-button-background-selected: #ECF4FD;
  --zoom-color-toggle-button-background-selected-hover: rgb(14 114 237 / 0.4);
  --zoom-color-toggle-button-background-selected-press: rgb(14 114 237 / 0.56);
  --zoom-color-fill-elevated-subtler: rgb(255 255 255 / 0.5);
  --zoom-color-fill-elevated-subtle: rgb(255 255 255 / 0.6);
  --zoom-color-fill-elevated-default: rgb(255 255 255 / 0.7);
  --zoom-color-fill-elevated-strong: rgb(255 255 255 / 0.8);
  --zoom-color-fill-elevated-stronger: rgb(255 255 255 / 0.95);
  --zoom-color-fill-elevated-strongest: rgb(255 255 255 / 1);
  --zoom-color-text-neutral: #686F79;
  --zoom-color-text-strong-neutral: #555B62;
  --zoom-color-text-stronger-neutral: #222325;
  --zoom-color-text-primary: #0D6BDE;
  --zoom-color-text-global-primary: #0D6BDE;
  --zoom-color-text-alternative-primary: #0B5CFF;
  --zoom-color-text-strong-primary: #2057B1;
  --zoom-color-text-stronger-primary: #1A2A52;
  --zoom-color-text-error: #DA1639;
  --zoom-color-text-global-error: #DA1639;
  --zoom-color-text-alternative-error: #DB1439;
  --zoom-color-text-strong-error: #AF1E30;
  --zoom-color-text-stronger-error: #54171A;
  --zoom-color-text-warning: #B36200;
  --zoom-color-text-strong-warning: #884B0A;
  --zoom-color-text-global-strong-warning: #884B0A;
  --zoom-color-text-stronger-warning: #492B0D;
  --zoom-color-text-success: #247F40;
  --zoom-color-text-strong-success: #196830;
  --zoom-color-text-stronger-success: #123019;
  --zoom-color-text-informative: #0D6BDE;
  --zoom-color-text-strong-informative: #2057B1;
  --zoom-color-text-stronger-informative: #1A2A52;
  --zoom-color-text-complementary: #CF4B0A;
  --zoom-color-text-strong-complementary: #9D3B0F;
  --zoom-color-text-stronger-complementary: #59260F;
  --zoom-color-text-supplementary1: #9053C2;
  --zoom-color-text-strong-supplementary1: #73439A;
  --zoom-color-text-stronger-supplementary1: #261735;
  --zoom-color-text-supplementary2: #007C7C;
  --zoom-color-text-strong-supplementary2: #006462;
  --zoom-color-text-stronger-supplementary2: #002322;
  --zoom-color-text-highlighted: #FFF5C5;
  --zoom-color-toggle-button-label-selected: #0D6BDE;
  --zoom-color-icon-neutral: #8E9194;
  --zoom-color-icon-primary: #3B90F7;
  --zoom-color-icon-strong-neutral: #555B62;
  --zoom-color-icon-stronger-neutral: #222325;
  --zoom-color-icon-error: #FF2638;
  --zoom-color-icon-warning: #FFD700;
  --zoom-color-icon-success: #09A639;
  --zoom-color-icon-informative: #3B90F7;
  --zoom-color-icon-complementary: #F50;
  --zoom-color-icon-supplementary1: #AD75DA;
  --zoom-color-icon-supplementary2: #009E9A;
  --zoom-color-border-subtle-neutral: #DFE3E8;
  --zoom-color-border-neutral: #939BA4;
  --zoom-color-border-strong-neutral: #555B62;
  --zoom-color-border-subtle-primary: #A8CCF8;
  --zoom-color-border-primary: #4B96F1;
  --zoom-color-border-strong-primary: #2057B1;
  --zoom-color-border-subtle-error: #F6AAB8;
  --zoom-color-border-error: #FF6682;
  --zoom-color-border-strong-error: #AF1E30;
  --zoom-color-border-subtle-warning: #E1BD93;
  --zoom-color-border-warning: #C28030;
  --zoom-color-border-strong-warning: #884B0A;
  --zoom-color-border-subtle-success: #9ECEAD;
  --zoom-color-border-success: #4BAD67;
  --zoom-color-border-strong-success: #196830;
  --zoom-color-border-subtle-informative: #A8CCF8;
  --zoom-color-border-informative: #4B96F1;
  --zoom-color-border-strong-informative: #2057B1;
  --zoom-color-border-subtle-complementary: #FFAB81;
  --zoom-color-border-complementary: #FF5F0F;
  --zoom-color-border-strong-complementary: #9D3B0F;
  --zoom-color-border-subtle-supplementary1: #EBDDF6;
  --zoom-color-border-supplementary1: #AD75DA;
  --zoom-color-border-strong-supplementary1: #73439A;
  --zoom-color-border-subtle-supplementary2: #61F6F2;
  --zoom-color-border-supplementary2: #009E9A;
  --zoom-color-border-strong-supplementary2: #006462;
  --zoom-color-border-input: #C1C6CE;
  --zoom-color-state-subtle-neutral-hover: rgb(110 118 128 / 0.12);
  --zoom-color-state-subtle-neutral-press: rgb(110 118 128 / 0.42);
  --zoom-color-state-subtle-neutral-select: rgb(110 118 128 / 0.12);
  --zoom-color-state-neutral-hover: #5E646D;
  --zoom-color-state-neutral-press: #3E4349;
  --zoom-color-state-hover: rgb(0 0 0 / 0.12);
  --zoom-color-state-press: rgb(0 0 0 / 0.42);
  --zoom-color-state-subtle-disable: rgb(173 177 184 / 0.25);
  --zoom-color-state-disable: #ADB1B8;
  --zoom-color-state-global-disable: #ADB1B8;
  --zoom-color-state-inactive: rgb(255 255 255 / 0.6);
  --zoom-color-state-subtle-primary-hover: rgb(14 114 237 / 0.12);
  --zoom-color-state-subtle-primary-press: rgb(14 114 237 / 0.42);
  --zoom-color-state-primary-hover: #0C60C8;
  --zoom-color-state-primary-press: #084085;
  --zoom-color-state-subtle-primary-disable: #AACDF8;
  --zoom-color-state-subtle-error-hover: rgb(232 23 61 / 0.12);
  --zoom-color-state-subtle-error-press: rgb(232 23 61 / 0.42);
  --zoom-color-state-error-hover: #C41434;
  --zoom-color-state-error-press: #830D23;
  --zoom-color-state-subtle-error-disable: #F7BAC6;
  --zoom-color-state-subtle-warning-hover: rgb(178 98 0 / 0.12);
  --zoom-color-state-subtle-warning-press: rgb(178 98 0 / 0.42);
  --zoom-color-state-warning-hover: #A15800;
  --zoom-color-state-warning-press: #6C3B00;
  --zoom-color-state-subtle-success-hover: rgb(38 133 67 / 0.12);
  --zoom-color-state-subtle-success-press: rgb(38 133 67 / 0.42);
  --zoom-color-state-success-hover: #207239;
  --zoom-color-state-success-press: #164C26;
  --zoom-color-state-subtle-informative-hover: rgb(14 114 237 / 0.12);
  --zoom-color-state-subtle-informative-press: rgb(14 114 237 / 0.42);
  --zoom-color-state-informative-hover: #0C60C8;
  --zoom-color-state-informative-press: #084085;
  --zoom-color-state-subtle-complementary-hover: rgb(207 75 10 / 0.12);
  --zoom-color-state-subtle-complementary-press: rgb(207 75 10 / 0.42);
  --zoom-color-state-complementary-hover: #BA4409;
  --zoom-color-state-complementary-press: #7C2D06;
  --zoom-color-state-subtle-supplementary1-hover: rgb(144 83 194 / 0.12);
  --zoom-color-state-subtle-supplementary1-press: rgb(144 83 194 / 0.42);
  --zoom-color-state-supplementary1-hover: #8341B8;
  --zoom-color-state-supplementary1-press: #572C7B;
  --zoom-color-state-subtle-supplementary2-hover: rgb(0 124 124 / 0.12);
  --zoom-color-state-subtle-supplementary2-press: rgb(0 124 124 / 0.42);
  --zoom-color-state-supplementary2-hover: #007070;
  --zoom-color-state-supplementary2-press: #004A4A;
  --zoom-color-state-contrary-subtler-transparent-hover: rgb(0 0 0 / 0.08);
  --zoom-color-state-contrary-subtler-transparent-press: rgb(0 0 0 / 0.24);
  --zoom-color-state-contrary-subtle-transparent-hover: rgb(0 0 0 / 0.24);
  --zoom-color-state-contrary-subtle-transparent-press: rgb(0 0 0 / 0.48);
  --zoom-color-state-contrary-transparent-hover: rgb(0 0 0 / 0.48);
  --zoom-color-state-contrary-transparent-press: rgb(0 0 0 / 0.80);
  --zoom-color-state-contrary-strong-transparent-hover: rgb(0 0 0 / 0.64);
  --zoom-color-state-contrary-strong-transparent-press: rgb(0 0 0 / 0.96);
  --zoom-color-state-global-subtle-dark-transparent-hover: rgb(0 0 0 / 0.24);
  --zoom-color-state-global-subtle-dark-transparent-press: rgb(0 0 0 / 0.48);
  --zoom-color-state-global-dark-transparent-hover: rgb(0 0 0 / 0.48);
  --zoom-color-state-global-dark-transparent-press: rgb(0 0 0 / 0.80);
  --zoom-color-state-global-strong-dark-transparent-hover: rgb(0 0 0 / 0.64);
  --zoom-color-state-global-strong-dark-transparent-press: rgb(0 0 0 / 0.96);
  --zoom-color-state-global-subtle-light-transparent-hover: rgb(255 255 255 / 0.48);
  --zoom-color-state-global-subtle-light-transparent-press: rgb(0 0 0 / 0.32);
  --zoom-color-state-global-light-transparent-hover: rgb(255 255 255 / 0.64);
  --zoom-color-state-global-light-transparent-press: rgb(0 0 0 / 0.24);
  --zoom-color-state-global-strong-light-transparent-hover: rgb(255 255 255 / 0.8);
  --zoom-color-state-global-strong-light-transparent-press: rgb(0 0 0 / 0.16);
  --zoom-color-inverse-default: #FFF;
  --zoom-color-inverse-neutral: #F7F9FA;
  --zoom-color-inverse-global-default: #FFF;
  --zoom-color-underlay: rgb(0 0 0 / 0.2);
  --zoom-color-underlay-dark: rgb(0 0 0 / 0.2);
  --zoom-color-underlay-default: rgb(255 255 255 / 0.8);
  --zoom-color-underlay-dropShadow: rgb(0 0 0 / 0.08);
  --zoom-color-component-chat-bubble-background-mine: #E7F1FD;
  --zoom-color-component-chat-bubble-background-other: #EFEFF3;
  --zoom-color-component-chat-bubble-background-pinned: #FEF3DF;
  --zoom-color-component-sms-bubble-background-mine: #E6F5EC;
  --zoom-color-component-highlight-background: #FFF5C5;
  --zoom-color-component-badge-background-alert: #DA1639;
  --zoom-color-component-badge-text-alert: #FFF;
  --zoom-color-component-badge-background-default: #0D6BDE;
  --zoom-color-component-badge-text-default: #FFF;
  --zoom-color-component-badge-background-global-default: #0D6BDE;
  --zoom-color-component-ai-bigStar1Start: #1722F6;
  --zoom-color-component-ai-bigStar1End: #5C97F5;
  --zoom-color-component-ai-bigStar2Start: #1722F6;
  --zoom-color-component-ai-bigStar2End: #A7DFFF;
  --zoom-color-component-ai-bigStar3Start: #1722F6;
  --zoom-color-component-ai-bigStar3End: #99D4FF;
  --zoom-color-component-ai-bigStar4Start: #2C67FF;
  --zoom-color-component-ai-bigStar4End: #6CB0FF;
  --zoom-color-component-ai-bigStar5Start: #9786FF;
  --zoom-color-component-ai-bigStar5End: #183DFE;
  --zoom-color-component-ai-bigStar6Start: #915DFF;
  --zoom-color-component-ai-bigStar6End: #0429EB;
  --zoom-color-component-ai-bigStar7Start: #0E31EA;
  --zoom-color-component-ai-bigStar7End: #5570FF;
  --zoom-color-component-ai-bigStar8Start: #8793FF;
  --zoom-color-component-ai-bigStar8End: #072DF3;
  --zoom-color-component-ai-smallStar1Start: #0846E6;
  --zoom-color-component-ai-smallStar1End: #61A0FF;
  --zoom-color-component-ai-smallStar2Start: #1722F6;
  --zoom-color-component-ai-smallStar2End: #99C0FF;
  --zoom-color-component-ai-smallStar3Start: #0140E1;
  --zoom-color-component-ai-smallStar3End: #99D4FF;
  --zoom-color-component-ai-smallStar4Start: #2C67FF;
  --zoom-color-component-ai-smallStar4End: #6CB0FF;
  --zoom-color-component-ai-smallStar5Start: #BEE8FF;
  --zoom-color-component-ai-smallStar5End: #6ED7FF;
  --zoom-color-component-ai-smallStar6Start: #55C9FF;
  --zoom-color-component-ai-smallStar6End: #88E0FF;
  --zoom-color-component-ai-smallStar7Start: #67D9FF;
  --zoom-color-component-ai-smallStar7End: #A7E6FF;
  --zoom-color-component-ai-smallStar8Start: #FCFEFF;
  --zoom-color-component-ai-smallStar8End: #48D3FF;
  --zoom-color-component-toggle-button-background-selected: #ECF4FD;
  --zoom-color-component-toggle-button-background-selected-hover: #0E72ED66;
  --zoom-color-component-toggle-button-background-selected-press: #0E72ED8F;
  --zoom-color-component-toggle-button-label-selected: #0D6BDE;
  --zoom-color-component-toggle-button-label-unselected: #000;
  --zoom-color-virtual-focus-hover: rgb(10 10 10 / 0.12);
  --zoom-color-skeleton-image: #6E7680;
  --zoom-color-component-banner-transparent-layer-info: rgb(255 255 255 / 0.6);
  --zoom-color-component-banner-transparent-layer-success: rgb(255 255 255 / 0.4);
  --zoom-color-component-banner-transparent-layer-warning: rgb(255 255 255 / 0.5);
  --zoom-color-component-banner-transparent-layer-error: rgb(255 255 255 / 0.6);
  --zoom-color-component-virtual-table-selection-row-hover: #e4eefd;
  --zoom-color-component-virtual-table-row-hover: #eeeff0;
  --zoom-base-outline: 2px solid var(--zoom-color-border-primary);
  --zoom-box-shadow-xs: 0 2px 4px 0 var(--zoom-color-underlay-dropShadow), 0 4px 8px 0 var(--zoom-color-underlay-dropShadow);
  --zoom-box-shadow-small: 0 4px 8px 0 var(--zoom-color-underlay-dropShadow), 0 2px 4px 0 var(--zoom-color-underlay-dropShadow);
  --zoom-box-shadow: 0 12px 24px 0 var(--zoom-color-underlay-dropShadow), 0 6px 12px 0 var(--zoom-color-underlay-dropShadow);
  --zoom-box-shadow-large: 0 24px 48px 0 var(--zoom-color-underlay-dropShadow), 0 12px 24px 0 var(--zoom-color-underlay-dropShadow);
}
.zoom-theme--dark {
  --zoom-color-bg-default: #131619;
  --zoom-color-bg-neutral: #1D1E20;
  --zoom-color-bg-darker-neutral: #040506;
  --zoom-color-fill-default: #222325;
  --zoom-color-fill-subtle-neutral: #313235;
  --zoom-color-fill-subtler-neutral: #2A2B2D;
  --zoom-color-fill-neutral: #939BA4;
  --zoom-color-fill-global-neutral: #555B62;
  --zoom-color-fill-subtler-primary: #1A2A52;
  --zoom-color-fill-primary: #4B96F1;
  --zoom-color-fill-global-primary: #0D6BDE;
  --zoom-color-fill-subtler-error: #54171A;
  --zoom-color-fill-error: #FF6682;
  --zoom-color-fill-global-error: #DA1639;
  --zoom-color-fill-subtler-warning: #492B0D;
  --zoom-color-fill-warning: #C28030;
  --zoom-color-fill-global-warning: #B36200;
  --zoom-color-fill-subtler-success: #123019;
  --zoom-color-fill-success: #48AD67;
  --zoom-color-fill-global-success: #247F40;
  --zoom-color-fill-subtler-informative: #1A2A52;
  --zoom-color-fill-informative: #4B96F1;
  --zoom-color-fill-global-informative: #0D6BDE;
  --zoom-color-fill-subtler-complementary: #59260F;
  --zoom-color-fill-complementary: #FF5F0F;
  --zoom-color-fill-global-complementary: #9D3B0F;
  --zoom-color-fill-subtler-supplementary1: #261735;
  --zoom-color-fill-supplementary1: #A66BD7;
  --zoom-color-fill-global-supplementary1: #9053C2;
  --zoom-color-fill-subtler-supplementary2: #002322;
  --zoom-color-fill-supplementary2: #009591;
  --zoom-color-fill-global-supplementary2: #007C7C;
  --zoom-color-fill-global-supplementary3: #2974A8;
  --zoom-color-fill-contrary-subtler-transparent: rgb(255 255 255 / 0.04);
  --zoom-color-fill-contrary-subtle-transparent: rgb(255 255 255 / 0.1);
  --zoom-color-fill-contrary-transparent: rgb(255 255 255 / 0.33);
  --zoom-color-fill-contrary-strong-transparent: rgb(255 255 255 / 0.48);
  --zoom-color-fill-blend-subtle-transparent: rgb(0 0 0 / 0.12);
  --zoom-color-fill-blend-transparent: rgb(0 0 0 / 0.42);
  --zoom-color-fill-blend-strong-transparent: rgb(0 0 0 / 0.56);
  --zoom-color-fill-global-subtle-dark-transparent: rgb(0 0 0 / 0.12);
  --zoom-color-fill-global-dark-transparent: rgb(0 0 0 / 0.42);
  --zoom-color-fill-global-strong-dark-transparent: rgb(0 0 0 / 0.56);
  --zoom-color-fill-global-subtle-light-transparent: rgb(255 255 255 / 0.1);
  --zoom-color-fill-global-light-transparent: rgb(255 255 255 / 0.33);
  --zoom-color-fill-global-strong-light-transparent: rgb(255 255 255 / 0.48);
  --zoom-color-toggle-button-background-selected: #1B2749;
  --zoom-color-toggle-button-background-selected-hover: rgb(14 114 237 / 0.48);
  --zoom-color-toggle-button-background-selected-press: rgb(14 114 237 / 0.64);
  --zoom-color-fill-elevated-subtler: rgb(19 22 25 / 0.80);
  --zoom-color-fill-elevated-subtle: rgb(34 35 37 / 0.80);
  --zoom-color-fill-elevated-default: rgb(49 50 53 / 0.80);
  --zoom-color-fill-elevated-strong: rgb(49 50 53 / 0.90);
  --zoom-color-fill-elevated-stronger: rgb(49 50 53 / 0.95);
  --zoom-color-fill-elevated-strongest: rgb(49 50 53 / 1);
  --zoom-color-text-neutral: #939BA4;
  --zoom-color-text-strong-neutral: #DFE3E8;
  --zoom-color-text-stronger-neutral: #F7F9FA;
  --zoom-color-text-primary: #4B96F1;
  --zoom-color-text-global-primary: #0D6BDE;
  --zoom-color-text-alternative-primary: #75AFF5;
  --zoom-color-text-strong-primary: #A8CCF8;
  --zoom-color-text-stronger-primary: #F2F8FF;
  --zoom-color-text-error: #FF6682;
  --zoom-color-text-global-error: #DA1639;
  --zoom-color-text-alternative-error: #F48A9E;
  --zoom-color-text-strong-error: #F6AAB8;
  --zoom-color-text-stronger-error: #FFF2F5;
  --zoom-color-text-warning: #C28030;
  --zoom-color-text-strong-warning: #E1BD93;
  --zoom-color-text-global-strong-warning: #884B0A;
  --zoom-color-text-stronger-warning: #FFF9F2;
  --zoom-color-text-success: #48AD67;
  --zoom-color-text-strong-success: #9ECEAD;
  --zoom-color-text-stronger-success: #F2FFF6;
  --zoom-color-text-informative: #4B96F1;
  --zoom-color-text-strong-informative: #A8CCF8;
  --zoom-color-text-stronger-informative: #F2F8FF;
  --zoom-color-text-complementary: #FF5F0F;
  --zoom-color-text-strong-complementary: #FFAB81;
  --zoom-color-text-stronger-complementary: #FFF7F2;
  --zoom-color-text-supplementary1: #A66BD7;
  --zoom-color-text-strong-supplementary1: #BB8CE0;
  --zoom-color-text-stronger-supplementary1: #F7F2FB;
  --zoom-color-text-supplementary2: #009591;
  --zoom-color-text-strong-supplementary2: #00B2AE;
  --zoom-color-text-stronger-supplementary2: #D4FCFB;
  --zoom-color-text-highlighted: #78600B;
  --zoom-color-toggle-button-label-selected: #4B96F1;
  --zoom-color-icon-neutral: #8E9194;
  --zoom-color-icon-primary: #3B90F7;
  --zoom-color-icon-strong-neutral: #DFE3E8;
  --zoom-color-icon-stronger-neutral: #F7F9FA;
  --zoom-color-icon-error: #FF2638;
  --zoom-color-icon-warning: #FFD700;
  --zoom-color-icon-success: #09A639;
  --zoom-color-icon-informative: #3B90F7;
  --zoom-color-icon-complementary: #F50;
  --zoom-color-icon-supplementary1: #020202;
  --zoom-color-icon-supplementary2: #007573;
  --zoom-color-border-subtle-neutral: #313235;
  --zoom-color-border-neutral: #686F79;
  --zoom-color-border-strong-neutral: #C1C6CE;
  --zoom-color-border-subtle-primary: #213C77;
  --zoom-color-border-primary: #0D6BDE;
  --zoom-color-border-strong-primary: #7AB1F4;
  --zoom-color-border-subtle-error: #771D23;
  --zoom-color-border-error: #DA1639;
  --zoom-color-border-strong-error: #F17E93;
  --zoom-color-border-subtle-warning: #5D350E;
  --zoom-color-border-warning: #B36200;
  --zoom-color-border-strong-warning: #D19F61;
  --zoom-color-border-subtle-success: #174823;
  --zoom-color-border-success: #247F40;
  --zoom-color-border-strong-success: #74B688;
  --zoom-color-border-subtle-informative: #213C77;
  --zoom-color-border-informative: #0D6BDE;
  --zoom-color-border-strong-informative: #7AB1F4;
  --zoom-color-border-subtle-complementary: #6B2C0F;
  --zoom-color-border-complementary: #CF4B0A;
  --zoom-color-border-strong-complementary: #FF8548;
  --zoom-color-border-subtle-supplementary1: #38214C;
  --zoom-color-border-supplementary1: #864EB5;
  --zoom-color-border-strong-supplementary1: #BB8CE0;
  --zoom-color-border-subtle-supplementary2: #003130;
  --zoom-color-border-supplementary2: #007573;
  --zoom-color-border-strong-supplementary2: #00B2AE;
  --zoom-color-border-input: #555B62;
  --zoom-color-state-subtle-neutral-hover: rgb(110 118 128 / 0.33);
  --zoom-color-state-subtle-neutral-press: rgb(0 0 0 / 0.42);
  --zoom-color-state-subtle-neutral-select: rgb(110 118 128 / 0.33);
  --zoom-color-state-neutral-hover: #B6BAC0;
  --zoom-color-state-neutral-press: #3E4349;
  --zoom-color-state-hover: rgb(255 255 255 / 0.33);
  --zoom-color-state-press: rgb(0 0 0 / 0.42);
  --zoom-color-state-subtle-disable: rgb(89 96 105 / 0.25);
  --zoom-color-state-disable: #596069;
  --zoom-color-state-global-disable: #ADB1B8;
  --zoom-color-state-inactive: rgb(0 0 0 / 0.65);
  --zoom-color-state-subtle-primary-hover: rgb(14 114 237 / 0.33);
  --zoom-color-state-subtle-primary-press: rgb(0 0 0 / 0.42);
  --zoom-color-state-primary-hover: #7DB4F7;
  --zoom-color-state-primary-press: #084085;
  --zoom-color-state-subtle-primary-disable: #2B4588;
  --zoom-color-state-subtle-error-hover: rgb(232 23 61 / 0.33);
  --zoom-color-state-subtle-error-press: rgb(0 0 0 / 0.42);
  --zoom-color-state-error-hover: #F38498;
  --zoom-color-state-error-press: #830D23;
  --zoom-color-state-subtle-error-disable: #7A383B;
  --zoom-color-state-subtle-warning-hover: rgb(178 98 0 / 0.33);
  --zoom-color-state-subtle-warning-press: rgb(0 0 0 / 0.42);
  --zoom-color-state-warning-hover: #FFB459;
  --zoom-color-state-warning-press: #6C3B00;
  --zoom-color-state-subtle-success-hover: rgb(38 133 67 / 0.33);
  --zoom-color-state-subtle-success-press: rgb(0 0 0 / 0.42);
  --zoom-color-state-success-hover: #78D995;
  --zoom-color-state-success-press: #164C26;
  --zoom-color-state-subtle-informative-hover: rgb(14 114 237 / 0.33);
  --zoom-color-state-subtle-informative-press: rgb(0 0 0 / 0.42);
  --zoom-color-state-informative-hover: #7DB4F7;
  --zoom-color-state-informative-press: #084085;
  --zoom-color-state-subtle-complementary-hover: rgb(207 75 10 / 0.33);
  --zoom-color-state-subtle-complementary-press: rgb(0 0 0 / 0.42);
  --zoom-color-state-complementary-hover: #F89F73;
  --zoom-color-state-complementary-press: #7C2D06;
  --zoom-color-state-subtle-supplementary1-hover: rgb(144 83 194 / 0.33);
  --zoom-color-state-subtle-supplementary1-press: rgb(0 0 0 / 0.42);
  --zoom-color-state-supplementary1-hover: #C8A9E1;
  --zoom-color-state-supplementary1-press: #572C7B;
  --zoom-color-state-subtle-supplementary2-hover: rgb(0 124 124 / 0.33);
  --zoom-color-state-subtle-supplementary2-press: rgb(0 0 0 / 0.42);
  --zoom-color-state-supplementary2-hover: #3EFFFF;
  --zoom-color-state-supplementary2-press: #004A4A;
  --zoom-color-state-contrary-subtler-transparent-hover: rgb(255 255 255 / 0.32);
  --zoom-color-state-contrary-subtler-transparent-press: rgb(0 0 0 / 0.48);
  --zoom-color-state-contrary-subtle-transparent-hover: rgb(255 255 255 / 0.48);
  --zoom-color-state-contrary-subtle-transparent-press: rgb(0 0 0 / 0.32);
  --zoom-color-state-contrary-transparent-hover: rgb(255 255 255 / 0.64);
  --zoom-color-state-contrary-transparent-press: rgb(0 0 0 / 0.24);
  --zoom-color-state-contrary-strong-transparent-hover: rgb(255 255 255 / 0.8);
  --zoom-color-state-contrary-strong-transparent-press: rgb(0 0 0 / 0.16);
  --zoom-color-state-global-subtle-dark-transparent-hover: rgb(0 0 0 / 0.24);
  --zoom-color-state-global-subtle-dark-transparent-press: rgb(0 0 0 / 0.48);
  --zoom-color-state-global-dark-transparent-hover: rgb(0 0 0 / 0.48);
  --zoom-color-state-global-dark-transparent-press: rgb(0 0 0 / 0.80);
  --zoom-color-state-global-strong-dark-transparent-hover: rgb(0 0 0 / 0.64);
  --zoom-color-state-global-strong-dark-transparent-press: rgb(0 0 0 / 0.96);
  --zoom-color-state-global-subtle-light-transparent-hover: rgb(255 255 255 / 0.48);
  --zoom-color-state-global-subtle-light-transparent-press: rgb(0 0 0 / 0.32);
  --zoom-color-state-global-light-transparent-hover: rgb(255 255 255 / 0.64);
  --zoom-color-state-global-light-transparent-press: rgb(0 0 0 / 0.24);
  --zoom-color-state-global-strong-light-transparent-hover: rgb(255 255 255 / 0.8);
  --zoom-color-state-global-strong-light-transparent-press: rgb(0 0 0 / 0.16);
  --zoom-color-inverse-default: #131619;
  --zoom-color-inverse-neutral: #1D1E20;
  --zoom-color-inverse-global-default: #FFF;
  --zoom-color-underlay: rgb(0 0 0 / 0.52);
  --zoom-color-underlay-dark: rgb(0 0 0 / 0.52);
  --zoom-color-underlay-default: rgb(0 0 0 / 0.8);
  --zoom-color-underlay-dropShadow: rgb(0 0 0 / 0.48);
  --zoom-color-component-chat-bubble-background-mine: #292F37;
  --zoom-color-component-chat-bubble-background-other: #2E2E2E;
  --zoom-color-component-chat-bubble-background-pinned: #423826;
  --zoom-color-component-sms-bubble-background-mine: #2B362B;
  --zoom-color-component-highlight-background: #78600B;
  --zoom-color-component-badge-background-alert: #DA1639;
  --zoom-color-component-badge-text-alert: #FFF;
  --zoom-color-component-badge-background-default: #A8CCF8;
  --zoom-color-component-badge-text-default: #000;
  --zoom-color-component-badge-background-global-default: #0D6BDE;
  --zoom-color-component-ai-bigStar1Start: #9BC7D8;
  --zoom-color-component-ai-bigStar1End: #CEE9E8;
  --zoom-color-component-ai-bigStar2Start: #9BC7D8;
  --zoom-color-component-ai-bigStar2End: #FFF;
  --zoom-color-component-ai-bigStar3Start: #9BC7D8;
  --zoom-color-component-ai-bigStar3End: #FFF;
  --zoom-color-component-ai-bigStar4Start: #A8E6E9;
  --zoom-color-component-ai-bigStar4End: #DBF6F3;
  --zoom-color-component-ai-bigStar5Start: #EFF6FB;
  --zoom-color-component-ai-bigStar5End: #9DD4DF;
  --zoom-color-component-ai-bigStar6Start: #CFDCF3;
  --zoom-color-component-ai-bigStar6End: #82C5D3;
  --zoom-color-component-ai-bigStar7Start: #8FC4CF;
  --zoom-color-component-ai-bigStar7End: #C8EAF1;
  --zoom-color-component-ai-bigStar8Start: #F1F9FB;
  --zoom-color-component-ai-bigStar8End: #8CC8D4;
  --zoom-color-component-ai-smallStar1Start: #84CCD0;
  --zoom-color-component-ai-smallStar1End: #D2F4F1;
  --zoom-color-component-ai-smallStar2Start: #9BC7D8;
  --zoom-color-component-ai-smallStar2End: #FFF;
  --zoom-color-component-ai-smallStar3Start: #77CDD1;
  --zoom-color-component-ai-smallStar3End: #FFF;
  --zoom-color-component-ai-smallStar4Start: #A8E6E9;
  --zoom-color-component-ai-smallStar4End: #DBF6F3;
  --zoom-color-component-ai-smallStar5Start: #FFF;
  --zoom-color-component-ai-smallStar5End: #DEF5EC;
  --zoom-color-component-ai-smallStar6Start: #CAF0E3;
  --zoom-color-component-ai-smallStar6End: #F2FBF7;
  --zoom-color-component-ai-smallStar7Start: #D7F5E9;
  --zoom-color-component-ai-smallStar7End: #FFF;
  --zoom-color-component-ai-smallStar8Start: #FFF;
  --zoom-color-component-ai-smallStar8End: #BEEFDA;
  --zoom-color-component-toggle-button-background-selected: #1B2749;
  --zoom-color-component-toggle-button-background-selected-hover: #0E72ED7A;
  --zoom-color-component-toggle-button-background-selected-press: #0000006B;
  --zoom-color-component-toggle-button-label-selected: #4B96F1;
  --zoom-color-component-toggle-button-label-unselected: #FFF;
  --zoom-color-virtual-focus-hover: rgb(255 255 255 / 0.08);
  --zoom-color-skeleton-image: #98A0A9;
  --zoom-color-component-banner-transparent-layer-info: rgb(34 35 37 / 0.6);
  --zoom-color-component-banner-transparent-layer-success: rgb(34 35 37 / 0.4);
  --zoom-color-component-banner-transparent-layer-warning: rgb(34 35 37 / 0.5);
  --zoom-color-component-banner-transparent-layer-error: rgb(34 35 37 / 0.6);
  --zoom-color-component-virtual-table-selection-row-hover: #223d67;
  --zoom-color-component-virtual-table-row-hover: #090b0d;
  --zoom-base-outline: 2px solid var(--zoom-color-border-primary);
  --zoom-box-shadow-xs: 0 2px 4px 0 var(--zoom-color-underlay-dropShadow), 0 4px 8px 0 var(--zoom-color-underlay-dropShadow);
  --zoom-box-shadow-small: 0 4px 8px 0 var(--zoom-color-underlay-dropShadow), 0 2px 4px 0 var(--zoom-color-underlay-dropShadow);
  --zoom-box-shadow: 0 12px 24px 0 var(--zoom-color-underlay-dropShadow), 0 6px 12px 0 var(--zoom-color-underlay-dropShadow);
  --zoom-box-shadow-large: 0 24px 48px 0 var(--zoom-color-underlay-dropShadow), 0 12px 24px 0 var(--zoom-color-underlay-dropShadow);
}
*::before, *::after {
  box-sizing: border-box;
}
* {
  box-sizing: border-box;
}
.fe-popups-sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.mgl-0 {
  margin-left: 0 !important;
}
.pdl-0 {
  padding-left: 0 !important;
}
.mgl-xs {
  margin-left: 4px !important;
}
.pdl-xs {
  padding-left: 4px !important;
}
.mgl-sm {
  margin-left: 8px !important;
}
.pdl-sm {
  padding-left: 8px !important;
}
.mgl-md {
  margin-left: 16px !important;
}
.pdl-md {
  padding-left: 16px !important;
}
.mgl-lg {
  margin-left: 24px !important;
}
.pdl-lg {
  padding-left: 24px !important;
}
.mgl-xl {
  margin-left: 32px !important;
}
.pdl-xl {
  padding-left: 32px !important;
}
.mgt-0 {
  margin-top: 0 !important;
}
.pdt-0 {
  padding-top: 0 !important;
}
.mgt-xs {
  margin-top: 4px !important;
}
.pdt-xs {
  padding-top: 4px !important;
}
.mgt-sm {
  margin-top: 8px !important;
}
.pdt-sm {
  padding-top: 8px !important;
}
.mgt-md {
  margin-top: 16px !important;
}
.pdt-md {
  padding-top: 16px !important;
}
.mgt-lg {
  margin-top: 24px !important;
}
.pdt-lg {
  padding-top: 24px !important;
}
.mgt-xl {
  margin-top: 32px !important;
}
.pdt-xl {
  padding-top: 32px !important;
}
.mgr-0 {
  margin-right: 0 !important;
}
.pdr-0 {
  padding-right: 0 !important;
}
.mgr-xs {
  margin-right: 4px !important;
}
.pdr-xs {
  padding-right: 4px !important;
}
.mgr-sm {
  margin-right: 8px !important;
}
.pdr-sm {
  padding-right: 8px !important;
}
.mgr-md {
  margin-right: 16px !important;
}
.pdr-md {
  padding-right: 16px !important;
}
.mgr-lg {
  margin-right: 24px !important;
}
.pdr-lg {
  padding-right: 24px !important;
}
.mgr-xl {
  margin-right: 32px !important;
}
.pdr-xl {
  padding-right: 32px !important;
}
.mgb-0 {
  margin-bottom: 0 !important;
}
.pdb-0 {
  padding-bottom: 0 !important;
}
.mgb-xs {
  margin-bottom: 4px !important;
}
.pdb-xs {
  padding-bottom: 4px !important;
}
.mgb-sm {
  margin-bottom: 8px !important;
}
.pdb-sm {
  padding-bottom: 8px !important;
}
.mgb-md {
  margin-bottom: 16px !important;
}
.pdb-md {
  padding-bottom: 16px !important;
}
.mgb-lg {
  margin-bottom: 24px !important;
}
.pdb-lg {
  padding-bottom: 24px !important;
}
.mgb-xl {
  margin-bottom: 32px !important;
}
.pdb-xl {
  padding-bottom: 32px !important;
}
.fe-popups-typography-display {
  font-weight: 700;
  font-style: normal;
  font-size: 44px;
  line-height: 48px;
}
.fe-popups-typography-headline-1 {
  font-weight: 700;
  font-style: normal;
  font-size: 40px;
  line-height: 44px;
}
.fe-popups-typography-headline-2 {
  font-weight: 700;
  font-style: normal;
  font-size: 36px;
  line-height: 40px;
}
.fe-popups-typography-title-1-emphasis {
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  line-height: 28px;
}
.fe-popups-typography-title-2-emphasis {
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 24px;
}
.fe-popups-typography-title-3-emphasis {
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 20px;
}
.fe-popups-typography-title-3 {
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 20px;
}
.fe-popups-typography-body-1-emphasis {
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  line-height: 18px;
}
.fe-popups-typography-body-1 {
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 18px;
}
.fe-popups-typography-paragraph-1 {
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
}
.fe-popups-typography-body-2-emphasis {
  font-weight: 600;
  font-style: normal;
  font-size: 12px;
  line-height: 16px;
}
.fe-popups-typography-body-2 {
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 16px;
}
.fe-popups-typography-caption {
  font-weight: 400;
  font-style: normal;
  font-size: 10px;
  line-height: 16px;
}
.fe-popups-typography-caption-emphasis {
  font-weight: 500;
  font-style: normal;
  font-size: 10px;
  line-height: 16px;
}
.fe-popups-typography-label {
  font-weight: 600;
  font-style: normal;
  font-size: 8px;
  line-height: 12px;
}
.fe-popups-collapse-transition-leave-active,
.fe-popups-collapse-transition-enter-active {
  transition: max-height 0.3s ease-in-out, padding-top 0.3s ease-in-out, padding-bottom 0.3s ease-in-out;
}
.fe-popups-fade-in-linear-enter-active,
.fe-popups-fade-in-linear-leave-active {
  transition: opacity 0.3s linear;
}
.fe-popups-fade-in-linear-enter-from,
.fe-popups-fade-in-linear-leave-to {
  opacity: 0;
}
.fe-popups-zoom-in-center-enter-active,
.fe-popups-zoom-in-center-leave-active {
  transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.fe-popups-zoom-in-center-enter-from,
.fe-popups-zoom-in-center-leave-to {
  opacity: 0;
  transform: scaleX(0);
}
.fe-popups-zoom-in-top-enter-active,
.fe-popups-zoom-in-top-leave-active {
  opacity: 1;
  transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transform: scaleY(1);
  transform-origin: center top;
}
.fe-popups-zoom-in-top-enter-active[data-side^=top],
.fe-popups-zoom-in-top-leave-active[data-side^=top] {
  transform-origin: center bottom;
}
.fe-popups-zoom-in-top-enter-from,
.fe-popups-zoom-in-top-leave-active {
  opacity: 0;
  transform: scaleY(0);
}
.fe-popups-zoom-in-bottom-enter-active,
.fe-popups-zoom-in-bottom-leave-active {
  opacity: 1;
  transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transform: scaleY(1);
  transform-origin: center bottom;
}
.fe-popups-zoom-in-bottom-enter,
.fe-popups-zoom-in-bottom-leave-active {
  opacity: 0;
  transform: scaleY(0);
}
.fe-popups-zoom-in-left-enter-active,
.fe-popups-zoom-in-left-leave-active {
  opacity: 1;
  transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transform: scale(1, 1);
  transform-origin: top left;
}
.fe-popups-zoom-in-left-enter,
.fe-popups-zoom-in-left-leave-active {
  opacity: 0;
  transform: scale(0.45, 0.45);
}
.fe-popups-list-enter-active,
.fe-popups-list-leave-active {
  transition: all 1s;
}
.fe-popups-list-enter,
.fe-popups-list-leave-active {
  opacity: 0;
  transform: translateY(-30px);
}
.fe-popups-in-top-enter-active,
.fe-popups-in-top-leave-active {
  opacity: 1;
  transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transform: scaleY(1);
  transform-origin: center top;
}
.fe-popups-in-top-enter,
.fe-popups-in-top-leave-active {
  opacity: 0;
  transform: scaleY(0);
}
.fe-popups-tree-row-insert-enter-from {
  opacity: 0;
  transform: scaleY(0.1);
  transform-origin: "top";
}
.fe-popups-tree-row-insert-enter-active {
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.fe-popups-tree-row-insert-enter-to {
  opacity: 1;
  transform: scaleY(1);
}
.fade-in-linear-enter-active {
  animation: modal-fade-in 0.3s;
}
.fade-in-linear-enter-active .fe-popups-overlay-dialog {
  animation: fade-in-linear-in 0.3s;
}
.fade-in-linear-leave-active {
  animation: modal-fade-out 0.3s;
}
.fade-in-linear-leave-active .fe-popups-overlay-dialog {
  animation: fade-in-linear-out 0.3s;
}
@keyframes fade-in-linear-in {
0% {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
}
100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
}
@keyframes fade-in-linear-out {
0% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
100% {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
}
}
@keyframes modal-fade-in {
0% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}
@keyframes modal-fade-out {
0% {
    opacity: 1;
}
100% {
    opacity: 0;
}
}
.fe-popups-popup-parent--hidden {
  overflow: hidden;
}

/* BEM support Func
 -------------------------- */
/* Break-points
 -------------------------- */
@media only screen and (max-width: 767px) {
.hidden-xs-only {
    display: none !important;
}
}
@media only screen and (min-width: 768px) {
.hidden-sm-and-up {
    display: none !important;
}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
.hidden-sm-only {
    display: none !important;
}
}
@media only screen and (max-width: 1023px) {
.hidden-sm-and-down {
    display: none !important;
}
}
@media only screen and (min-width: 1024px) {
.hidden-md-and-up {
    display: none !important;
}
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) {
.hidden-md-only {
    display: none !important;
}
}
@media only screen and (max-width: 1439px) {
.hidden-md-and-down {
    display: none !important;
}
}
@media only screen and (min-width: 1440px) {
.hidden-lg-and-up {
    display: none !important;
}
}
@media only screen and (min-width: 1440px) and (max-width: 1919px) {
.hidden-lg-only {
    display: none !important;
}
}
@media only screen and (max-width: 1919px) {
.hidden-lg-and-down {
    display: none !important;
}
}
@media only screen and (min-width: 1920px) {
.hidden-xl-only {
    display: none !important;
}
}
.fe-popups-context {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Chinese Quotes", "Inter var", Inter, ui-sans-serif, Roboto, "Helvetica Neue", Helvetica, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}
body.zoom-theme--dark {
  color: #F7F9FA;
}/* BEM support Func
 -------------------------- */
/* ========== Light Colors format: $color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/*
usage: fill | text | icon | border | state | underlay
expression: inverse | global | contrary | blend
prominence: default | subtle | subtler | strong | stronger
sentiment: neutral | primary | error | warning | success | complimentary | supplementary2 | transparent | light-transparent | dark-transparent
state: hover | press | disable | inactive
*/
/* ========== Dark Colors format: $dark-color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/* outline */
/* Border
-------------------------- */
/* line-height
-------------------------- */
/* Transition
-------------------------- */
/* Break-point
-------------------------- */
/* Break-points
 -------------------------- */
.fe-popups-spinners {
  position: relative;
  display: inline-block;
}
.fe-popups-spinners.is-lg {
  width: 48px;
  height: 48px;
}
.fe-popups-spinners.is-lg .fe-popups-spinners__spinner {
  width: 6px;
  border-radius: 6px;
}
.fe-popups-spinners.is-lg .fe-popups-spinners__circle {
  width: 48px;
  height: 48px;
}
.fe-popups-spinners.is-md {
  width: 32px;
  height: 32px;
}
.fe-popups-spinners.is-md .fe-popups-spinners__spinner {
  width: 4px;
  border-radius: 4px;
}
.fe-popups-spinners.is-md .fe-popups-spinners__circle {
  width: 32px;
  height: 32px;
}
.fe-popups-spinners.is-sm {
  width: 16px;
  height: 16px;
}
.fe-popups-spinners.is-sm .fe-popups-spinners__spinner {
  width: 2px;
  border-radius: 2px;
}
.fe-popups-spinners.is-sm .fe-popups-spinners__circle {
  width: 16px;
  height: 16px;
}
.fe-popups-spinners__spinner {
  position: absolute;
  top: 38%;
  left: 46%;
  width: 4px;
  height: 25%;
  border-radius: 4px;
  background-color: var(--zoom-color-fill-contrary-strong-transparent);
  animation: spinner-fade 0.8s linear infinite;
}
.fe-popups-spinners__spinner:nth-child(1) {
  animation-delay: -0.3s;
}
.fe-popups-spinners__spinner:nth-child(2) {
  animation-delay: -0.2s;
}
.fe-popups-spinners__spinner:nth-child(3) {
  animation-delay: -0.1s;
}
.fe-popups-spinners__spinner:nth-child(4) {
  animation-delay: 0s;
}
.fe-popups-spinners__spinner:nth-child(5) {
  animation-delay: -0.7s;
}
.fe-popups-spinners__spinner:nth-child(6) {
  animation-delay: -0.6s;
}
.fe-popups-spinners__spinner:nth-child(7) {
  animation-delay: -0.5s;
}
.fe-popups-spinners__spinner:nth-child(8) {
  animation-delay: -0.4s;
}
.fe-popups-spinners__spinner.is-light {
  background-color: rgba(255, 255, 255, 0.48);
}
.fe-popups-spinners__spinner.is-dark {
  background-color: rgba(0, 0, 0, 0.56);
}
.fe-popups-spinners__spinner:nth-child(1) {
  transform: rotate(-135deg) translateY(-120%);
}
.fe-popups-spinners__spinner:nth-child(2) {
  transform: rotate(-90deg) translateY(-120%);
}
.fe-popups-spinners__spinner:nth-child(3) {
  transform: rotate(-45deg) translateY(-120%);
}
.fe-popups-spinners__spinner:nth-child(4) {
  transform: rotate(0deg) translateY(-120%);
}
.fe-popups-spinners__spinner:nth-child(5) {
  transform: rotate(45deg) translateY(-120%);
}
.fe-popups-spinners__spinner:nth-child(6) {
  transform: rotate(90deg) translateY(-120%);
}
.fe-popups-spinners__spinner:nth-child(7) {
  transform: rotate(135deg) translateY(-120%);
}
.fe-popups-spinners__spinner:nth-child(8) {
  transform: rotate(180deg) translateY(-120%);
}
.fe-popups-spinners__circle {
  color: #0D6BDE;
  animation: loading-circle 1s infinite linear;
}
@keyframes spinner-fade {
0% {
    opacity: 0.9;
}
12.5% {
    opacity: 0.8;
}
25% {
    opacity: 0.7;
}
37.5% {
    opacity: 0.6;
}
50% {
    opacity: 0.5;
}
62.5% {
    opacity: 0.4;
}
75% {
    opacity: 0.3;
}
87.5% {
    opacity: 0.2;
}
100% {
    opacity: 0.9;
}
}
@keyframes loading-circle {
100% {
    transform: rotate(360deg);
}
}
.fe-popups-theme--highContrast .fe-popups-spinners .fe-popups-spinners__spinner {
  background-color: CanvasText;
}/* BEM support Func
 -------------------------- */
/* ========== Light Colors format: $color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/*
usage: fill | text | icon | border | state | underlay
expression: inverse | global | contrary | blend
prominence: default | subtle | subtler | strong | stronger
sentiment: neutral | primary | error | warning | success | complimentary | supplementary2 | transparent | light-transparent | dark-transparent
state: hover | press | disable | inactive
*/
/* ========== Dark Colors format: $dark-color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/* outline */
/* Border
-------------------------- */
/* line-height
-------------------------- */
/* Transition
-------------------------- */
/* Break-point
-------------------------- */
/* Break-points
 -------------------------- */
.fe-popups-loading-parent--relative {
  position: relative !important;
}
.fe-popups-loading-parent--hidden {
  overflow: hidden !important;
}
.fe-popups-loading {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  margin: 0;
  background-color: var(--zoom-color-underlay-default);
  transition: opacity 0.3s;
}
.fe-popups-loading.is-fullscreen {
  position: fixed;
  z-index: 9999;
}
.fe-popups-loading.is-inlined-in-button {
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border-radius: 8px;
}
.fe-popups-loading.is-no-background {
  background-color: transparent;
}
.fe-popups-loading__text {
  margin-top: 8px;
  color: var(--zoom-color-text-stronger-neutral);
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 16px;
}
.fe-popups-loading__text.is-lg {
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 18px;
}
.fe-popups-loading__main {
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
}
.fe-popups-loading__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.fe-popups-loading__wrapper.is-active {
  padding: 16px;
  border-radius: 16px;
  background-color: var(--zoom-color-fill-elevated-default);
  backdrop-filter: blur(15px);
}
.fe-popups-button--sm .fe-popups-loading.is-inlined-in-button {
  border-radius: 6px;
}
.fe-popups-loading-fade-enter-from,
.fe-popups-loading-fade-leave-to {
  opacity: 0;
}/* BEM support Func
 -------------------------- */
/* ========== Light Colors format: $color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/*
usage: fill | text | icon | border | state | underlay
expression: inverse | global | contrary | blend
prominence: default | subtle | subtler | strong | stronger
sentiment: neutral | primary | error | warning | success | complimentary | supplementary2 | transparent | light-transparent | dark-transparent
state: hover | press | disable | inactive
*/
/* ========== Dark Colors format: $dark-color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/* outline */
/* Border
-------------------------- */
/* line-height
-------------------------- */
/* Transition
-------------------------- */
/* Break-point
-------------------------- */
/* Break-points
 -------------------------- */
.fe-popups-icon {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 1em;
  height: 1em;
  color: inherit;
  font-size: inherit;
  line-height: 1em;
}
.fe-popups-icon svg {
  width: 1em;
  height: 1em;
  fill: currentcolor;
}/* BEM support Func
 -------------------------- */
/* ========== Light Colors format: $color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/*
usage: fill | text | icon | border | state | underlay
expression: inverse | global | contrary | blend
prominence: default | subtle | subtler | strong | stronger
sentiment: neutral | primary | error | warning | success | complimentary | supplementary2 | transparent | light-transparent | dark-transparent
state: hover | press | disable | inactive
*/
/* ========== Dark Colors format: $dark-color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/* outline */
/* Border
-------------------------- */
/* line-height
-------------------------- */
/* Transition
-------------------------- */
/* Break-point
-------------------------- */
/* Break-points
 -------------------------- */
.fe-popups-button {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  border: none;
  outline-offset: 2px;
  white-space: nowrap;
  cursor: pointer;
  appearance: none;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 18px;
}
.fe-popups-button + .fe-popups-button {
  margin-left: 8px;
}
.fe-popups-button.is-full + .fe-popups-button.is-full {
  margin-top: 8px;
  margin-left: 0;
}
.fe-popups-button--primary {
  font-weight: 500;
  background-color: var(--zoom-color-fill-global-primary);
  color: var(--zoom-color-inverse-global-default);
}
.fe-popups-button--primary:focus {
  color: var(--zoom-color-inverse-global-default);
  outline: none;
}
.fe-popups-button--primary:hover:not(.is-loading) {
  background-color: var(--zoom-color-state-primary-hover);
  color: var(--zoom-color-inverse-global-default);
}
.fe-popups-button--primary:active:not(.is-loading) {
  background-color: var(--zoom-color-state-primary-press);
  color: var(--zoom-color-inverse-global-default);
}
.fe-popups-button--primary-danger {
  font-weight: 500;
  background-color: var(--zoom-color-fill-global-error);
  color: var(--zoom-color-inverse-global-default);
}
.fe-popups-button--primary-danger:focus {
  color: var(--zoom-color-inverse-global-default);
  outline: none;
}
.fe-popups-button--primary-danger:hover:not(.is-loading) {
  background-color: var(--zoom-color-state-error-hover);
  color: var(--zoom-color-inverse-global-default);
}
.fe-popups-button--primary-danger:active:not(.is-loading) {
  background-color: var(--zoom-color-state-error-press);
  color: var(--zoom-color-inverse-global-default);
}
.fe-popups-button--secondary {
  background-color: var(--zoom-color-fill-subtle-neutral);
  color: var(--zoom-color-text-primary);
}
.fe-popups-button--secondary.fe-popups-button__icon {
  background-color: var(--zoom-color-fill-contrary-subtler-transparent);
  color: var(--zoom-color-icon-stronger-neutral);
}
.fe-popups-button--secondary.fe-popups-button__icon:focus {
  color: var(--zoom-color-icon-stronger-neutral);
  outline: none;
}
.fe-popups-button--secondary.fe-popups-button__icon:hover:not(.is-loading) {
  background-color: var(--zoom-color-state-subtle-neutral-hover);
  color: var(--zoom-color-icon-stronger-neutral);
}
.fe-popups-button--secondary.fe-popups-button__icon:active:not(.is-loading) {
  background-color: var(--zoom-color-state-subtle-neutral-press);
  color: var(--zoom-color-icon-stronger-neutral);
}
.fe-popups-button--secondary:focus {
  color: var(--zoom-color-text-primary);
  outline: none;
}
.fe-popups-button--secondary:hover:not(.is-loading) {
  background-color: var(--zoom-color-state-subtle-neutral-hover);
  color: var(--zoom-color-state-primary-hover);
}
.fe-popups-button--secondary:active:not(.is-loading) {
  background-color: var(--zoom-color-state-subtle-neutral-press);
  color: var(--zoom-color-state-primary-press);
}
.fe-popups-button--secondary-danger {
  background-color: var(--zoom-color-fill-subtle-neutral);
  color: var(--zoom-color-text-error);
}
.fe-popups-button--secondary-danger.fe-popups-button__icon {
  background-color: var(--zoom-color-fill-contrary-subtler-transparent);
  color: var(--zoom-color-text-error);
}
.fe-popups-button--secondary-danger.fe-popups-button__icon:focus {
  color: var(--zoom-color-text-error);
  outline: none;
}
.fe-popups-button--secondary-danger.fe-popups-button__icon:hover:not(.is-loading) {
  background-color: var(--zoom-color-state-subtle-neutral-hover);
  color: var(--zoom-color-state-error-hover);
}
.fe-popups-button--secondary-danger.fe-popups-button__icon:active:not(.is-loading) {
  background-color: var(--zoom-color-state-subtle-neutral-press);
  color: var(--zoom-color-state-error-press);
}
.fe-popups-button--secondary-danger:focus {
  color: var(--zoom-color-text-error);
  outline: none;
}
.fe-popups-button--secondary-danger:hover:not(.is-loading) {
  background-color: var(--zoom-color-state-subtle-neutral-hover);
  color: var(--zoom-color-state-error-hover);
}
.fe-popups-button--secondary-danger:active:not(.is-loading) {
  background-color: var(--zoom-color-state-subtle-neutral-press);
  color: var(--zoom-color-state-error-press);
}
.fe-popups-button--tertiary {
  background-color: transparent;
  color: var(--zoom-color-text-primary);
}
.fe-popups-button--tertiary:focus {
  color: var(--zoom-color-text-primary);
  outline: none;
}
.fe-popups-button--tertiary:hover:not(.is-loading) {
  background-color: var(--zoom-color-state-subtle-neutral-hover);
  color: var(--zoom-color-state-primary-hover);
}
.fe-popups-button--tertiary:active:not(.is-loading) {
  background-color: var(--zoom-color-state-subtle-neutral-press);
  color: var(--zoom-color-state-primary-press);
}
.fe-popups-button--tertiary-danger {
  background-color: transparent;
  color: var(--zoom-color-text-error);
}
.fe-popups-button--tertiary-danger:focus {
  color: var(--zoom-color-text-error);
  outline: none;
}
.fe-popups-button--tertiary-danger:hover:not(.is-loading) {
  background-color: var(--zoom-color-state-subtle-neutral-hover);
  color: var(--zoom-color-state-error-hover);
}
.fe-popups-button--tertiary-danger:active:not(.is-loading) {
  background-color: var(--zoom-color-state-subtle-neutral-press);
  color: var(--zoom-color-state-error-press);
}
.fe-popups-button--overlay {
  font-weight: 500;
  backdrop-filter: blur(15px);
  background-color: var(--zoom-color-fill-global-dark-transparent);
  color: var(--zoom-color-inverse-global-default);
}
.fe-popups-button--overlay:focus {
  color: var(--zoom-color-inverse-global-default);
  outline: none;
}
.fe-popups-button--overlay:hover:not(.is-loading) {
  background-color: var(--zoom-color-state-global-dark-transparent-hover);
  color: var(--zoom-color-inverse-global-default);
}
.fe-popups-button--overlay:active:not(.is-loading) {
  background-color: var(--zoom-color-state-global-dark-transparent-press);
  color: var(--zoom-color-inverse-global-default);
}
.fe-popups-button--text {
  font-weight: 400;
  background-color: transparent;
  color: var(--zoom-color-text-primary);
}
.fe-popups-button--text:focus {
  color: var(--zoom-color-text-primary);
  outline: none;
}
.fe-popups-button--text:hover:not(.is-loading) {
  color: var(--zoom-color-state-primary-hover);
}
.fe-popups-button--text:active:not(.is-loading) {
  color: var(--zoom-color-state-primary-press);
}
.fe-popups-button--text.is-pure-text {
  height: auto;
  padding: 0;
  border: none;
  border-radius: 4px;
}
.fe-popups-button--text.is-pure-text-small {
  font-size: 12px;
  line-height: 16px;
}
.fe-popups-button--text-danger {
  background-color: transparent;
  color: var(--zoom-color-text-error);
}
.fe-popups-button--text-danger:focus {
  color: var(--zoom-color-text-error);
  outline: none;
}
.fe-popups-button--text-danger:hover:not(.is-loading) {
  color: var(--zoom-color-state-error-hover);
}
.fe-popups-button--text-danger:active:not(.is-loading) {
  color: var(--zoom-color-state-error-press);
}
.fe-popups-button--text-danger.is-pure-text {
  height: auto;
  padding: 0;
  border: none;
  border-color: transparent;
  border-radius: 4px;
}
.fe-popups-button--text-danger.is-pure-text-small {
  border-radius: 4px;
  font-size: 12px;
  line-height: 16px;
}
.fe-popups-button__inner-icon + .fe-popups-button__label {
  margin-left: 4px;
}
.fe-popups-button__inner-icon + .fe-popups-button__label.is-visible-hidden {
  margin-right: 0;
  margin-left: 0;
  visibility: hidden;
}
.fe-popups-button__inner-icon.is-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.fe-popups-button--lg {
  height: 40px;
  padding: 6px 16px;
  border-radius: 12px;
  font-size: 14px;
}
.fe-popups-button--lg .fe-popups-button__inner-icon {
  font-size: 14px;
}
.fe-popups-button--lg.fe-popups-button__icon .fe-popups-button__inner-icon {
  font-size: 18px;
}
.fe-popups-button--lg.fe-popups-button--tertiary {
  padding: 6px 12px;
}
.fe-popups-button--md {
  height: 32px;
  padding: 6px 14px;
  border-radius: 12px;
  font-size: 14px;
}
.fe-popups-button--md .fe-popups-button__inner-icon {
  font-size: 14px;
}
.fe-popups-button--md.fe-popups-button__icon .fe-popups-button__inner-icon {
  font-size: 16px;
}
.fe-popups-button--md.fe-popups-button--tertiary {
  padding: 6px 8px;
}
.fe-popups-button--sm {
  height: 24px;
  line-height: 16px;
  padding: 2px 10px;
  border-radius: 999px;
  font-size: 12px;
}
.fe-popups-button--sm .fe-popups-button__inner-icon {
  font-size: 12px;
}
.fe-popups-button--sm.fe-popups-button__icon .fe-popups-button__inner-icon {
  font-size: 14px;
}
.fe-popups-button--sm.fe-popups-button--tertiary {
  padding: 2px 8px;
}
.fe-popups-button__icon {
  padding: 0;
}
.fe-popups-button__icon.fe-popups-button--tertiary {
  background-color: transparent;
  color: var(--zoom-color-icon-strong-neutral);
}
.fe-popups-button__icon.fe-popups-button--tertiary:focus {
  color: var(--zoom-color-icon-strong-neutral);
  outline: none;
}
.fe-popups-button__icon.fe-popups-button--tertiary:hover:not(.is-loading) {
  background-color: var(--zoom-color-state-subtle-neutral-hover);
  color: var(--zoom-color-icon-strong-neutral);
}
.fe-popups-button__icon.fe-popups-button--tertiary:active:not(.is-loading) {
  background-color: var(--zoom-color-state-subtle-neutral-press);
  color: var(--zoom-color-icon-strong-neutral);
}
.fe-popups-button__icon.fe-popups-button--lg {
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 100%;
  font-size: 18px;
}
.fe-popups-button__icon.fe-popups-button--md {
  width: 32px;
  height: 32px;
  padding: 0;
  border-radius: 100%;
  font-size: 16px;
}
.fe-popups-button__icon.fe-popups-button--sm {
  width: 24px;
  height: 24px;
  padding: 0;
  border-radius: 100%;
  font-size: 14px;
}
.fe-popups-button__icon.fe-popups-button.is-full {
  width: 100%;
}
.fe-popups-button.is-primary-disabled {
  cursor: not-allowed;
  background-color: var(--zoom-color-state-subtle-disable);
  color: var(--zoom-color-state-disable);
}
.fe-popups-button.is-primary-disabled:focus {
  color: var(--zoom-color-state-disable);
  outline: none;
}
.fe-popups-button.is-primary-disabled:hover:not(.is-loading) {
  background-color: var(--zoom-color-state-subtle-disable);
  color: var(--zoom-color-state-disable);
}
.fe-popups-button.is-primary-disabled:active:not(.is-loading) {
  background-color: var(--zoom-color-state-subtle-disable);
  color: var(--zoom-color-state-disable);
}
.fe-popups-button.is-secondary-disabled {
  cursor: not-allowed;
  background-color: var(--zoom-color-state-subtle-disable);
  color: var(--zoom-color-state-disable);
}
.fe-popups-button.is-secondary-disabled:focus {
  color: var(--zoom-color-state-disable);
  outline: none;
}
.fe-popups-button.is-secondary-disabled:hover:not(.is-loading) {
  background-color: var(--zoom-color-state-subtle-disable);
  color: var(--zoom-color-state-disable);
}
.fe-popups-button.is-secondary-disabled:active:not(.is-loading) {
  background-color: var(--zoom-color-state-subtle-disable);
  color: var(--zoom-color-state-disable);
}
.fe-popups-button.is-tertiary-disabled {
  cursor: not-allowed;
  background-color: transparent;
  color: var(--zoom-color-state-disable);
}
.fe-popups-button.is-tertiary-disabled:focus {
  color: var(--zoom-color-state-disable);
  outline: none;
}
.fe-popups-button.is-tertiary-disabled:hover:not(.is-loading) {
  background-color: transparent;
  color: var(--zoom-color-state-disable);
}
.fe-popups-button.is-tertiary-disabled:active:not(.is-loading) {
  background-color: transparent;
  color: var(--zoom-color-state-disable);
}
.fe-popups-button.is-text-disabled {
  cursor: not-allowed;
  background-color: transparent;
  color: var(--zoom-color-state-disable);
}
.fe-popups-button.is-text-disabled:focus {
  color: var(--zoom-color-state-disable);
  outline: none;
}
.fe-popups-button.is-text-disabled:hover:not(.is-loading) {
  color: var(--zoom-color-state-disable);
}
.fe-popups-button.is-text-disabled:active:not(.is-loading) {
  color: var(--zoom-color-state-disable);
}
.fe-popups-button.is-overlay-disabled {
  cursor: not-allowed;
  background-color: var(--zoom-color-fill-global-dark-transparent);
  color: var(--zoom-color-state-disable);
}
.fe-popups-button.is-overlay-disabled:focus {
  color: var(--zoom-color-state-disable);
  outline: none;
}
.fe-popups-button.is-overlay-disabled:hover:not(.is-loading) {
  background-color: var(--zoom-color-fill-global-dark-transparent);
  color: var(--zoom-color-state-disable);
}
.fe-popups-button.is-overlay-disabled:active:not(.is-loading) {
  background-color: var(--zoom-color-fill-global-dark-transparent);
  color: var(--zoom-color-state-disable);
}
.fe-popups-button.is-reverse {
  flex-direction: row-reverse;
}
.fe-popups-button.is-reverse .fe-popups-button__inner-icon + .fe-popups-button__label {
  margin-right: 4px;
  margin-left: 0;
}
.fe-popups-button.is-loading {
  cursor: not-allowed;
}
.fe-popups-button.is-full {
  width: 100%;
}
.is-vue3-keyboard-event .fe-popups-button:focus {
  outline: 2px solid var(--zoom-color-border-primary);
}
.fe-popups-theme--highContrast .fe-popups-button[aria-disabled=true] {
  border-color: GrayText;
  background-color: transparent;
  color: GrayText;
  forced-color-adjust: none;
}
.fe-popups-theme--highContrast .fe-popups-button[aria-disabled=true]:hover {
  border-color: GrayText;
  background-color: transparent;
  color: GrayText !important;
}
.fe-popups-theme--highContrast .fe-popups-button .fe-popups-spinners__spinner {
  background-color: CanvasText;
  opacity: 0.56;
}
.fe-popups-theme--highContrast .fe-popups-button--primary, .fe-popups-theme--highContrast .fe-popups-button--primary-danger, .fe-popups-theme--highContrast .fe-popups-button--secondary, .fe-popups-theme--highContrast .fe-popups-button--secondary-danger, .fe-popups-theme--highContrast .fe-popups-button--overlay {
  border: 1px solid transparent;
}
.fe-popups-theme--highContrast .fe-popups-button--tertiary {
  border: none;
  background-color: transparent;
  color: ButtonText;
  forced-color-adjust: none;
}
.fe-popups-theme--highContrast .fe-popups-button--tertiary:hover:not(.is-loading) {
  border-color: ButtonText;
  background-color: transparent;
  color: ButtonText;
}
.fe-popups-theme--highContrast .fe-popups-button--tertiary.fe-popups-button__icon:not(.is-loading) {
  forced-color-adjust: initial;
}
.fe-popups-theme--highContrast .fe-popups-button--tertiary-danger {
  border: none;
  background-color: transparent;
  color: ButtonText;
  forced-color-adjust: none;
}
.fe-popups-theme--highContrast .fe-popups-button--tertiary-danger:hover:not(.is-loading) {
  border-color: ButtonText;
  background-color: transparent;
  color: ButtonText;
}
.fe-popups-theme--highContrast .fe-popups-button--tertiary-danger.fe-popups-button__icon:not(.is-loading) {
  forced-color-adjust: initial;
}
.fe-popups-theme--highContrast .fe-popups-button--text-danger.is-text-disabled.is-pure-text.fe-popups-button:active {
  color: GrayText;
}
.fe-popups-theme--highContrast .fe-popups-button--text-danger.is-text-disabled.is-pure-text.fe-popups-button:hover {
  color: GrayText;
}/* BEM support Func
 -------------------------- */
/* ========== Light Colors format: $color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/*
usage: fill | text | icon | border | state | underlay
expression: inverse | global | contrary | blend
prominence: default | subtle | subtler | strong | stronger
sentiment: neutral | primary | error | warning | success | complimentary | supplementary2 | transparent | light-transparent | dark-transparent
state: hover | press | disable | inactive
*/
/* ========== Dark Colors format: $dark-color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/* outline */
/* Border
-------------------------- */
/* line-height
-------------------------- */
/* Transition
-------------------------- */
/* Break-point
-------------------------- */
/* Break-points
 -------------------------- */
.fe-popups-inline-icon-button {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  border: none;
  border-radius: 100%;
  color: var(--zoom-color-icon-strong-neutral);
  outline-offset: 2px;
  white-space: nowrap;
  cursor: pointer;
  appearance: none;
}
.fe-popups-inline-icon-button:hover:not(.is-disabled) {
  background-color: var(--zoom-color-state-subtle-neutral-hover);
}
.fe-popups-inline-icon-button:active:not(.is-disabled) {
  background-color: var(--zoom-color-state-subtle-neutral-press);
}
.fe-popups-inline-icon-button.is-lighter {
  color: var(--zoom-color-icon-neutral);
}
.fe-popups-inline-icon-button.is-disabled {
  color: var(--zoom-color-state-disable);
  cursor: not-allowed;
}
.is-vue3-keyboard-event .fe-popups-inline-icon-button:focus {
  box-shadow: inset 0 0 0 1px var(--zoom-color-border-primary);
  outline: none !important;
}
.fe-popups-theme--highContrast .fe-popups-inline-icon-button.is-disabled {
  color: GrayText;
}/* BEM support Func
 -------------------------- */
/* ========== Light Colors format: $color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/*
usage: fill | text | icon | border | state | underlay
expression: inverse | global | contrary | blend
prominence: default | subtle | subtler | strong | stronger
sentiment: neutral | primary | error | warning | success | complimentary | supplementary2 | transparent | light-transparent | dark-transparent
state: hover | press | disable | inactive
*/
/* ========== Dark Colors format: $dark-color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/* outline */
/* Border
-------------------------- */
/* line-height
-------------------------- */
/* Transition
-------------------------- */
/* Break-point
-------------------------- */
/* Break-points
 -------------------------- */
.fe-popups-inline-chevron-icon {
  color: var(--zoom-color-icon-strong-neutral);
  transition: transform 0.3s linear;
}
.fe-popups-inline-chevron-icon.is-expanded {
  transform: rotate(180deg);
}
.fe-popups-inline-chevron-icon.is-transform-vertical-align {
  transform: translateY(-50%);
}
.fe-popups-inline-chevron-icon.is-transform-vertical-align.is-expanded {
  transform: translateY(-50%) rotate(180deg);
}
.fe-popups-inline-chevron-icon.is-disabled {
  color: var(--zoom-color-state-disable);
}
.fe-popups-theme--highContrast .fe-popups-inline-chevron-icon {
  color: ButtonText !important;
}
.fe-popups-theme--highContrast .fe-popups-inline-chevron-icon.is-disabled {
  color: GrayText !important;
}/* BEM support Func
 -------------------------- */
/* ========== Light Colors format: $color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/*
usage: fill | text | icon | border | state | underlay
expression: inverse | global | contrary | blend
prominence: default | subtle | subtler | strong | stronger
sentiment: neutral | primary | error | warning | success | complimentary | supplementary2 | transparent | light-transparent | dark-transparent
state: hover | press | disable | inactive
*/
/* ========== Dark Colors format: $dark-color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/* outline */
/* Border
-------------------------- */
/* line-height
-------------------------- */
/* Transition
-------------------------- */
/* Break-point
-------------------------- */
/* Break-points
 -------------------------- */
.fe-popups-avatar {
  display: inline-block;
  box-sizing: border-box;
  width: 24px;
  height: 24px;
  color: var(--zoom-color-inverse-global-default);
  font-weight: 600;
  font-size: 10px;
  line-height: 24px;
  text-align: center;
}
.fe-popups-avatar .fe-popups-icon {
  background-color: var(--zoom-color-fill-subtle-neutral);
  color: var(--zoom-color-text-neutral);
}
.fe-popups-avatar.is-interactive {
  outline-offset: 2px;
}
.fe-popups-avatar__inner {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 999px;
}
.fe-popups-avatar__inner img {
  display: block;
  height: 100%;
}
.fe-popups-avatar__inner.is-interactive {
  position: relative;
  cursor: pointer;
}
.fe-popups-avatar__inner.is-interactive:hover::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: var(--zoom-color-state-hover);
}
.fe-popups-avatar__inner.is-interactive:active::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: var(--zoom-color-state-press);
}
.fe-popups-avatar__inner.is-interactive.is-disabled {
  cursor: not-allowed;
}
.fe-popups-avatar__inner.is-interactive.is-disabled::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--zoom-color-state-inactive);
}
.fe-popups-avatar__inner.is-interactive.is-disabled:hover::after {
  background-color: var(--zoom-color-state-inactive);
}
.fe-popups-avatar__inner.is-interactive.is-disabled:active::after {
  background-color: var(--zoom-color-state-inactive);
}
.fe-popups-avatar.is-status {
  position: relative;
}
.fe-popups-avatar--green:not(.is-status) {
  background-color: var(--zoom-color-fill-global-success);
}
.fe-popups-avatar--green.is-status .fe-popups-avatar__inner {
  background-color: var(--zoom-color-fill-global-success);
}
.fe-popups-avatar--purple:not(.is-status) {
  background-color: var(--zoom-color-fill-global-supplementary1);
}
.fe-popups-avatar--purple.is-status .fe-popups-avatar__inner {
  background-color: var(--zoom-color-fill-global-supplementary1);
}
.fe-popups-avatar--teal:not(.is-status) {
  background-color: var(--zoom-color-fill-global-supplementary2);
}
.fe-popups-avatar--teal.is-status .fe-popups-avatar__inner {
  background-color: var(--zoom-color-fill-global-supplementary2);
}
.fe-popups-avatar--steel:not(.is-status) {
  background-color: var(--zoom-color-fill-global-supplementary3);
}
.fe-popups-avatar--steel.is-status .fe-popups-avatar__inner {
  background-color: var(--zoom-color-fill-global-supplementary3);
}
.fe-popups-avatar--gray:not(.is-status) {
  background-color: var(--zoom-color-fill-global-neutral);
}
.fe-popups-avatar--gray.is-status .fe-popups-avatar__inner {
  background-color: var(--zoom-color-fill-global-neutral);
}
.fe-popups-avatar--orange:not(.is-status) {
  background-color: var(--zoom-color-fill-global-complementary);
}
.fe-popups-avatar--orange.is-status .fe-popups-avatar__inner {
  background-color: var(--zoom-color-fill-global-complementary);
}
.fe-popups-avatar--yellow:not(.is-status) {
  background-color: var(--zoom-color-fill-global-warning);
}
.fe-popups-avatar--yellow.is-status .fe-popups-avatar__inner {
  background-color: var(--zoom-color-fill-global-warning);
}
.fe-popups-avatar--red:not(.is-status) {
  background-color: var(--zoom-color-fill-global-error);
}
.fe-popups-avatar--red.is-status .fe-popups-avatar__inner {
  background-color: var(--zoom-color-fill-global-error);
}
.fe-popups-avatar--xl {
  width: 110px;
  height: 110px;
  border-radius: 999px;
  font-size: 44px;
  line-height: 110px;
}
.fe-popups-avatar--xl.fe-popups-icon {
  width: 110px;
  height: 110px;
  font-size: 48px;
}
.fe-popups-avatar--xl .fe-popups-avatar__inner {
  border-radius: 999px;
}
.fe-popups-avatar--lgx {
  width: 80px;
  height: 80px;
  border-radius: 999px;
  font-size: 36px;
  line-height: 80px;
}
.fe-popups-avatar--lgx.fe-popups-icon {
  width: 80px;
  height: 80px;
  font-size: 40px;
}
.fe-popups-avatar--lgx .fe-popups-avatar__inner {
  border-radius: 999px;
}
.fe-popups-avatar--lx {
  width: 64px;
  height: 64px;
  border-radius: 999px;
  font-size: 24px;
  line-height: 64px;
}
.fe-popups-avatar--lx.fe-popups-icon {
  width: 64px;
  height: 64px;
  font-size: 28px;
}
.fe-popups-avatar--lx .fe-popups-avatar__inner {
  border-radius: 999px;
}
.fe-popups-avatar--lgm {
  width: 48px;
  height: 48px;
  border-radius: 999px;
  font-size: 20px;
  line-height: 48px;
}
.fe-popups-avatar--lgm.fe-popups-icon {
  width: 48px;
  height: 48px;
  font-size: 24px;
}
.fe-popups-avatar--lgm .fe-popups-avatar__inner {
  border-radius: 999px;
}
.fe-popups-avatar--lg {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  font-size: 16px;
  line-height: 40px;
}
.fe-popups-avatar--lg.fe-popups-icon {
  width: 40px;
  height: 40px;
  font-size: 20px;
}
.fe-popups-avatar--lg.is-maximum {
  width: 56px;
}
.fe-popups-avatar--lg .fe-popups-avatar__inner {
  border-radius: 999px;
}
.fe-popups-avatar--md {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  font-size: 14px;
  line-height: 32px;
}
.fe-popups-avatar--md.fe-popups-icon {
  width: 32px;
  height: 32px;
  font-size: 18px;
}
.fe-popups-avatar--md.is-maximum {
  width: 48px;
}
.fe-popups-avatar--md .fe-popups-avatar__inner {
  border-radius: 999px;
}
.fe-popups-avatar--sm {
  width: 24px;
  height: 24px;
  border-radius: 999px;
  font-size: 10px;
  line-height: 24px;
}
.fe-popups-avatar--sm.fe-popups-icon {
  width: 24px;
  height: 24px;
  font-size: 14px;
}
.fe-popups-avatar--sm.is-maximum {
  width: 40px;
}
.fe-popups-avatar--sm .fe-popups-avatar__inner {
  border-radius: 999px;
}
.fe-popups-avatar--xs {
  width: 20px;
  height: 20px;
  border-radius: 999px;
  font-size: 8px;
  line-height: 20px;
}
.fe-popups-avatar--xs.fe-popups-icon {
  width: 20px;
  height: 20px;
  font-size: 12px;
}
.fe-popups-avatar--xs.is-maximum {
  width: 32px;
}
.fe-popups-avatar--xs .fe-popups-avatar__inner {
  border-radius: 999px;
}
.fe-popups-avatar__status-icon {
  position: absolute;
}
.fe-popups-avatar__status-icon.is-meeting svg {
  width: 100%;
  height: 100%;
}
.fe-popups-theme--highContrast .fe-popups-avatar.is-character {
  outline: 1px solid CanvasText;
}
.is-vue3-keyboard-event .fe-popups-avatar.is-interactive:focus {
  outline: 2px solid var(--zoom-color-border-primary);
}/* BEM support Func
 -------------------------- */
/* ========== Light Colors format: $color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/*
usage: fill | text | icon | border | state | underlay
expression: inverse | global | contrary | blend
prominence: default | subtle | subtler | strong | stronger
sentiment: neutral | primary | error | warning | success | complimentary | supplementary2 | transparent | light-transparent | dark-transparent
state: hover | press | disable | inactive
*/
/* ========== Dark Colors format: $dark-color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/* outline */
/* Border
-------------------------- */
/* line-height
-------------------------- */
/* Transition
-------------------------- */
/* Break-point
-------------------------- */
/* Break-points
 -------------------------- */
.fe-popups-sticky--fixed {
  position: fixed;
}/* BEM support Func
 -------------------------- */
/* ========== Light Colors format: $color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/*
usage: fill | text | icon | border | state | underlay
expression: inverse | global | contrary | blend
prominence: default | subtle | subtler | strong | stronger
sentiment: neutral | primary | error | warning | success | complimentary | supplementary2 | transparent | light-transparent | dark-transparent
state: hover | press | disable | inactive
*/
/* ========== Dark Colors format: $dark-color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/* outline */
/* Border
-------------------------- */
/* line-height
-------------------------- */
/* Transition
-------------------------- */
/* Break-point
-------------------------- */
/* Break-points
 -------------------------- */
.fe-popups-scrollbar {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.fe-popups-scrollbar:hover .fe-popups-scrollbar__track, .fe-popups-scrollbar:active .fe-popups-scrollbar__track, .fe-popups-scrollbar:focus .fe-popups-scrollbar__track {
  opacity: 1;
  transition: opacity 0.3s ease-out;
}
.fe-popups-scrollbar.is-hovering .fe-popups-scrollbar__track {
  opacity: 1;
  transition: opacity 0.3s ease-out;
}
.fe-popups-scrollbar__wrap {
  overflow: auto;
  height: 100%;
  outline-offset: -2px;
  /* hide native scrollbar style */
}
.fe-popups-scrollbar__wrap--hidden {
  scrollbar-width: none;
}
.fe-popups-scrollbar__wrap--hidden::-webkit-scrollbar {
  display: none;
}
.fe-popups-scrollbar__thumb {
  position: relative;
  display: block;
  width: 0;
  height: 0;
  border-radius: inherit;
  background-color: var(--zoom-color-fill-contrary-transparent);
  cursor: pointer;
  transition: 0.3s background-color;
}
.fe-popups-scrollbar__thumb:hover {
  background-color: var(--zoom-color-fill-contrary-transparent);
}
.fe-popups-scrollbar__thumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: calc(100% + 12px);
  height: 100%;
  transform: translateX(-50%);
}
.fe-popups-scrollbar__thumb.is-dragging {
  background-color: var(--zoom-color-fill-contrary-strong-transparent);
}
.fe-popups-scrollbar__thumb.is-horizontal::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: calc(100% + 12px);
  transform: translateY(-50%);
}
.fe-popups-scrollbar__track {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
  border-radius: 6px;
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
.fe-popups-scrollbar__track.is-always {
  opacity: 1;
}
.fe-popups-scrollbar__track.is-zero {
  pointer-events: none;
}
.fe-popups-scrollbar__track.is-vertical {
  top: 2px;
  width: 6px;
}
.fe-popups-scrollbar__track.is-vertical .fe-popups-scrollbar__thumb {
  width: 6px;
}
.fe-popups-scrollbar__track.is-horizontal {
  left: 2px;
  height: 6px;
}
.fe-popups-scrollbar__track.is-horizontal .fe-popups-scrollbar__thumb {
  height: 6px;
}
.is-vue3-keyboard-event .fe-popups-scrollbar .fe-popups-scrollbar__wrap:focus {
  outline: 2px solid var(--zoom-color-border-primary);
}
.fe-popups-theme--highContrast .fe-popups-scrollbar .fe-popups-scrollbar__thumb {
  background-color: ButtonText;
  forced-color-adjust: none;
}
.fe-popups-theme--highContrast .fe-popups-scrollbar .fe-popups-scrollbar__thumb:hover {
  background-color: Highlight;
}
.fe-popups-theme--highContrast .fe-popups-scrollbar .fe-popups-scrollbar__thumb.is-dragging {
  background-color: Highlight;
}/* BEM support Func
 -------------------------- */
/* ========== Light Colors format: $color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/*
usage: fill | text | icon | border | state | underlay
expression: inverse | global | contrary | blend
prominence: default | subtle | subtler | strong | stronger
sentiment: neutral | primary | error | warning | success | complimentary | supplementary2 | transparent | light-transparent | dark-transparent
state: hover | press | disable | inactive
*/
/* ========== Dark Colors format: $dark-color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/* outline */
/* Border
-------------------------- */
/* line-height
-------------------------- */
/* Transition
-------------------------- */
/* Break-point
-------------------------- */
/* Break-points
 -------------------------- */
.fe-popups-link {
  display: inline-flex;
  align-items: center;
  padding: 0;
  border-radius: 4px;
  color: var(--zoom-color-text-primary);
  outline-offset: 2px;
  text-decoration: none;
}
.fe-popups-link .fe-popups-link__arrow {
  margin-left: 4px;
  color: var(--zoom-color-text-primary);
  font-size: 14px;
}
.fe-popups-link:hover {
  color: var(--zoom-color-state-primary-hover);
  text-decoration: underline;
}
.fe-popups-link:hover .fe-popups-link__arrow {
  color: var(--zoom-color-state-primary-hover);
}
.fe-popups-link:active {
  color: var(--zoom-color-state-primary-press);
  text-decoration: underline;
}
.fe-popups-link:active .fe-popups-link__arrow {
  color: var(--zoom-color-state-primary-press);
}
.fe-popups-link--sm {
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 16px;
}
.fe-popups-link--sm .fe-popups-link__arrow {
  font-size: 12px;
}
.fe-popups-link--md {
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 18px;
}
.fe-popups-link--lg {
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 20px;
}
.fe-popups-link--lg .fe-popups-link__arrow {
  font-size: 16px;
}
.fe-popups-link--xl {
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 20px;
}
.fe-popups-link--xl .fe-popups-link__arrow {
  font-size: 16px;
}
.fe-popups-link.is-disabled {
  color: var(--zoom-color-state-disable);
  cursor: not-allowed;
}
.fe-popups-link.is-disabled .fe-popups-link__arrow {
  color: var(--zoom-color-state-disable);
}
.fe-popups-link__wrapper {
  line-height: 1;
}
.fe-popups-link__wrapper .fe-popups-link {
  display: flex;
  align-items: center;
}
.is-vue3-keyboard-event .fe-popups-link:focus {
  outline: 2px solid var(--zoom-color-border-primary);
}
.fe-popups-theme--highContrast .fe-popups-link.is-disabled {
  opacity: 0.3;
}/* BEM support Func
 -------------------------- */
/* ========== Light Colors format: $color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/*
usage: fill | text | icon | border | state | underlay
expression: inverse | global | contrary | blend
prominence: default | subtle | subtler | strong | stronger
sentiment: neutral | primary | error | warning | success | complimentary | supplementary2 | transparent | light-transparent | dark-transparent
state: hover | press | disable | inactive
*/
/* ========== Dark Colors format: $dark-color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/* outline */
/* Border
-------------------------- */
/* line-height
-------------------------- */
/* Transition
-------------------------- */
/* Break-point
-------------------------- */
/* Break-points
 -------------------------- */
.fe-popups-divider {
  background-color: var(--zoom-color-border-subtle-neutral);
}
.fe-popups-divider.is-horizontal {
  width: 100%;
  height: 1px;
}
.fe-popups-divider--balanced.is-horizontal {
  width: calc(100% - 32px);
  margin-right: 16px;
  margin-left: 16px;
}
.fe-popups-divider--indent.is-horizontal {
  width: calc(100% - 32px);
  margin-right: 0;
  margin-left: 32px;
}
.fe-popups-divider--indent-balanced.is-horizontal {
  width: calc(100% - 48px);
  margin-right: 16px;
  margin-left: 32px;
}
.fe-popups-divider.is-vertical {
  display: inline-block;
  width: 1px;
  height: 100%;
}
.fe-popups-theme--highContrast .fe-popups-divider {
  background-color: CanvasText;
}/* BEM support Func
 -------------------------- */
/* ========== Light Colors format: $color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/*
usage: fill | text | icon | border | state | underlay
expression: inverse | global | contrary | blend
prominence: default | subtle | subtler | strong | stronger
sentiment: neutral | primary | error | warning | success | complimentary | supplementary2 | transparent | light-transparent | dark-transparent
state: hover | press | disable | inactive
*/
/* ========== Dark Colors format: $dark-color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/* outline */
/* Border
-------------------------- */
/* line-height
-------------------------- */
/* Transition
-------------------------- */
/* Break-point
-------------------------- */
/* Break-points
 -------------------------- */
/* ========== Light Colors format: $color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/*
usage: fill | text | icon | border | state | underlay
expression: inverse | global | contrary | blend
prominence: default | subtle | subtler | strong | stronger
sentiment: neutral | primary | error | warning | success | complimentary | supplementary2 | transparent | light-transparent | dark-transparent
state: hover | press | disable | inactive
*/
/* ========== Dark Colors format: $dark-color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/* outline */
/* Border
-------------------------- */
/* line-height
-------------------------- */
/* Transition
-------------------------- */
/* Break-point
-------------------------- */
[class*=zoom-col-] {
  float: left;
  box-sizing: border-box;
}
[class*=zoom-col-].is-guttered {
  display: block;
  min-height: 1px;
}
.fe-popups-col-0 {
  display: none;
}
.fe-popups-col-0 {
  flex: 0 0 0%;
  max-width: 0%;
}
.fe-popups-col-offset-0 {
  margin-left: 0%;
}
.fe-popups-col-pull-0 {
  position: relative;
  right: 0%;
}
.fe-popups-col-push-0 {
  position: relative;
  left: 0%;
}
.fe-popups-col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}
.fe-popups-col-offset-1 {
  margin-left: 8.3333333333%;
}
.fe-popups-col-pull-1 {
  position: relative;
  right: 8.3333333333%;
}
.fe-popups-col-push-1 {
  position: relative;
  left: 8.3333333333%;
}
.fe-popups-col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.fe-popups-col-offset-2 {
  margin-left: 16.6666666667%;
}
.fe-popups-col-pull-2 {
  position: relative;
  right: 16.6666666667%;
}
.fe-popups-col-push-2 {
  position: relative;
  left: 16.6666666667%;
}
.fe-popups-col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.fe-popups-col-offset-3 {
  margin-left: 25%;
}
.fe-popups-col-pull-3 {
  position: relative;
  right: 25%;
}
.fe-popups-col-push-3 {
  position: relative;
  left: 25%;
}
.fe-popups-col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.fe-popups-col-offset-4 {
  margin-left: 33.3333333333%;
}
.fe-popups-col-pull-4 {
  position: relative;
  right: 33.3333333333%;
}
.fe-popups-col-push-4 {
  position: relative;
  left: 33.3333333333%;
}
.fe-popups-col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}
.fe-popups-col-offset-5 {
  margin-left: 41.6666666667%;
}
.fe-popups-col-pull-5 {
  position: relative;
  right: 41.6666666667%;
}
.fe-popups-col-push-5 {
  position: relative;
  left: 41.6666666667%;
}
.fe-popups-col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.fe-popups-col-offset-6 {
  margin-left: 50%;
}
.fe-popups-col-pull-6 {
  position: relative;
  right: 50%;
}
.fe-popups-col-push-6 {
  position: relative;
  left: 50%;
}
.fe-popups-col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}
.fe-popups-col-offset-7 {
  margin-left: 58.3333333333%;
}
.fe-popups-col-pull-7 {
  position: relative;
  right: 58.3333333333%;
}
.fe-popups-col-push-7 {
  position: relative;
  left: 58.3333333333%;
}
.fe-popups-col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
.fe-popups-col-offset-8 {
  margin-left: 66.6666666667%;
}
.fe-popups-col-pull-8 {
  position: relative;
  right: 66.6666666667%;
}
.fe-popups-col-push-8 {
  position: relative;
  left: 66.6666666667%;
}
.fe-popups-col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.fe-popups-col-offset-9 {
  margin-left: 75%;
}
.fe-popups-col-pull-9 {
  position: relative;
  right: 75%;
}
.fe-popups-col-push-9 {
  position: relative;
  left: 75%;
}
.fe-popups-col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}
.fe-popups-col-offset-10 {
  margin-left: 83.3333333333%;
}
.fe-popups-col-pull-10 {
  position: relative;
  right: 83.3333333333%;
}
.fe-popups-col-push-10 {
  position: relative;
  left: 83.3333333333%;
}
.fe-popups-col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}
.fe-popups-col-offset-11 {
  margin-left: 91.6666666667%;
}
.fe-popups-col-pull-11 {
  position: relative;
  right: 91.6666666667%;
}
.fe-popups-col-push-11 {
  position: relative;
  left: 91.6666666667%;
}
.fe-popups-col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.fe-popups-col-offset-12 {
  margin-left: 100%;
}
.fe-popups-col-pull-12 {
  position: relative;
  right: 100%;
}
.fe-popups-col-push-12 {
  position: relative;
  left: 100%;
}
@media only screen and (max-width: 767px) {
.fe-popups-col-xs-0 {
    display: none;
}
.fe-popups-col-xs-0.is-guttered {
    display: none;
}
.fe-popups-col-xs-0 {
    flex: 0 0 0%;
    max-width: 0%;
}
.fe-popups-col-xs-offset-0 {
    margin-left: 0%;
}
.fe-popups-col-xs-pull-0 {
    position: relative;
    right: 0%;
}
.fe-popups-col-xs-push-0 {
    position: relative;
    left: 0%;
}
.fe-popups-col-xs-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
    display: block;
}
.fe-popups-col-xs-offset-1 {
    margin-left: 8.3333333333%;
}
.fe-popups-col-xs-pull-1 {
    position: relative;
    right: 8.3333333333%;
}
.fe-popups-col-xs-push-1 {
    position: relative;
    left: 8.3333333333%;
}
.fe-popups-col-xs-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
    display: block;
}
.fe-popups-col-xs-offset-2 {
    margin-left: 16.6666666667%;
}
.fe-popups-col-xs-pull-2 {
    position: relative;
    right: 16.6666666667%;
}
.fe-popups-col-xs-push-2 {
    position: relative;
    left: 16.6666666667%;
}
.fe-popups-col-xs-3 {
    flex: 0 0 25%;
    max-width: 25%;
    display: block;
}
.fe-popups-col-xs-offset-3 {
    margin-left: 25%;
}
.fe-popups-col-xs-pull-3 {
    position: relative;
    right: 25%;
}
.fe-popups-col-xs-push-3 {
    position: relative;
    left: 25%;
}
.fe-popups-col-xs-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    display: block;
}
.fe-popups-col-xs-offset-4 {
    margin-left: 33.3333333333%;
}
.fe-popups-col-xs-pull-4 {
    position: relative;
    right: 33.3333333333%;
}
.fe-popups-col-xs-push-4 {
    position: relative;
    left: 33.3333333333%;
}
.fe-popups-col-xs-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
    display: block;
}
.fe-popups-col-xs-offset-5 {
    margin-left: 41.6666666667%;
}
.fe-popups-col-xs-pull-5 {
    position: relative;
    right: 41.6666666667%;
}
.fe-popups-col-xs-push-5 {
    position: relative;
    left: 41.6666666667%;
}
.fe-popups-col-xs-6 {
    flex: 0 0 50%;
    max-width: 50%;
    display: block;
}
.fe-popups-col-xs-offset-6 {
    margin-left: 50%;
}
.fe-popups-col-xs-pull-6 {
    position: relative;
    right: 50%;
}
.fe-popups-col-xs-push-6 {
    position: relative;
    left: 50%;
}
.fe-popups-col-xs-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
    display: block;
}
.fe-popups-col-xs-offset-7 {
    margin-left: 58.3333333333%;
}
.fe-popups-col-xs-pull-7 {
    position: relative;
    right: 58.3333333333%;
}
.fe-popups-col-xs-push-7 {
    position: relative;
    left: 58.3333333333%;
}
.fe-popups-col-xs-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    display: block;
}
.fe-popups-col-xs-offset-8 {
    margin-left: 66.6666666667%;
}
.fe-popups-col-xs-pull-8 {
    position: relative;
    right: 66.6666666667%;
}
.fe-popups-col-xs-push-8 {
    position: relative;
    left: 66.6666666667%;
}
.fe-popups-col-xs-9 {
    flex: 0 0 75%;
    max-width: 75%;
    display: block;
}
.fe-popups-col-xs-offset-9 {
    margin-left: 75%;
}
.fe-popups-col-xs-pull-9 {
    position: relative;
    right: 75%;
}
.fe-popups-col-xs-push-9 {
    position: relative;
    left: 75%;
}
.fe-popups-col-xs-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
    display: block;
}
.fe-popups-col-xs-offset-10 {
    margin-left: 83.3333333333%;
}
.fe-popups-col-xs-pull-10 {
    position: relative;
    right: 83.3333333333%;
}
.fe-popups-col-xs-push-10 {
    position: relative;
    left: 83.3333333333%;
}
.fe-popups-col-xs-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
    display: block;
}
.fe-popups-col-xs-offset-11 {
    margin-left: 91.6666666667%;
}
.fe-popups-col-xs-pull-11 {
    position: relative;
    right: 91.6666666667%;
}
.fe-popups-col-xs-push-11 {
    position: relative;
    left: 91.6666666667%;
}
.fe-popups-col-xs-12 {
    flex: 0 0 100%;
    max-width: 100%;
    display: block;
}
.fe-popups-col-xs-offset-12 {
    margin-left: 100%;
}
.fe-popups-col-xs-pull-12 {
    position: relative;
    right: 100%;
}
.fe-popups-col-xs-push-12 {
    position: relative;
    left: 100%;
}
}
@media only screen and (min-width: 768px) {
.fe-popups-col-sm-0 {
    display: none;
}
.fe-popups-col-sm-0.is-guttered {
    display: none;
}
.fe-popups-col-sm-0 {
    flex: 0 0 0%;
    max-width: 0%;
}
.fe-popups-col-sm-offset-0 {
    margin-left: 0%;
}
.fe-popups-col-sm-pull-0 {
    position: relative;
    right: 0%;
}
.fe-popups-col-sm-push-0 {
    position: relative;
    left: 0%;
}
.fe-popups-col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
    display: block;
}
.fe-popups-col-sm-offset-1 {
    margin-left: 8.3333333333%;
}
.fe-popups-col-sm-pull-1 {
    position: relative;
    right: 8.3333333333%;
}
.fe-popups-col-sm-push-1 {
    position: relative;
    left: 8.3333333333%;
}
.fe-popups-col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
    display: block;
}
.fe-popups-col-sm-offset-2 {
    margin-left: 16.6666666667%;
}
.fe-popups-col-sm-pull-2 {
    position: relative;
    right: 16.6666666667%;
}
.fe-popups-col-sm-push-2 {
    position: relative;
    left: 16.6666666667%;
}
.fe-popups-col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
    display: block;
}
.fe-popups-col-sm-offset-3 {
    margin-left: 25%;
}
.fe-popups-col-sm-pull-3 {
    position: relative;
    right: 25%;
}
.fe-popups-col-sm-push-3 {
    position: relative;
    left: 25%;
}
.fe-popups-col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    display: block;
}
.fe-popups-col-sm-offset-4 {
    margin-left: 33.3333333333%;
}
.fe-popups-col-sm-pull-4 {
    position: relative;
    right: 33.3333333333%;
}
.fe-popups-col-sm-push-4 {
    position: relative;
    left: 33.3333333333%;
}
.fe-popups-col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
    display: block;
}
.fe-popups-col-sm-offset-5 {
    margin-left: 41.6666666667%;
}
.fe-popups-col-sm-pull-5 {
    position: relative;
    right: 41.6666666667%;
}
.fe-popups-col-sm-push-5 {
    position: relative;
    left: 41.6666666667%;
}
.fe-popups-col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
    display: block;
}
.fe-popups-col-sm-offset-6 {
    margin-left: 50%;
}
.fe-popups-col-sm-pull-6 {
    position: relative;
    right: 50%;
}
.fe-popups-col-sm-push-6 {
    position: relative;
    left: 50%;
}
.fe-popups-col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
    display: block;
}
.fe-popups-col-sm-offset-7 {
    margin-left: 58.3333333333%;
}
.fe-popups-col-sm-pull-7 {
    position: relative;
    right: 58.3333333333%;
}
.fe-popups-col-sm-push-7 {
    position: relative;
    left: 58.3333333333%;
}
.fe-popups-col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    display: block;
}
.fe-popups-col-sm-offset-8 {
    margin-left: 66.6666666667%;
}
.fe-popups-col-sm-pull-8 {
    position: relative;
    right: 66.6666666667%;
}
.fe-popups-col-sm-push-8 {
    position: relative;
    left: 66.6666666667%;
}
.fe-popups-col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
    display: block;
}
.fe-popups-col-sm-offset-9 {
    margin-left: 75%;
}
.fe-popups-col-sm-pull-9 {
    position: relative;
    right: 75%;
}
.fe-popups-col-sm-push-9 {
    position: relative;
    left: 75%;
}
.fe-popups-col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
    display: block;
}
.fe-popups-col-sm-offset-10 {
    margin-left: 83.3333333333%;
}
.fe-popups-col-sm-pull-10 {
    position: relative;
    right: 83.3333333333%;
}
.fe-popups-col-sm-push-10 {
    position: relative;
    left: 83.3333333333%;
}
.fe-popups-col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
    display: block;
}
.fe-popups-col-sm-offset-11 {
    margin-left: 91.6666666667%;
}
.fe-popups-col-sm-pull-11 {
    position: relative;
    right: 91.6666666667%;
}
.fe-popups-col-sm-push-11 {
    position: relative;
    left: 91.6666666667%;
}
.fe-popups-col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
    display: block;
}
.fe-popups-col-sm-offset-12 {
    margin-left: 100%;
}
.fe-popups-col-sm-pull-12 {
    position: relative;
    right: 100%;
}
.fe-popups-col-sm-push-12 {
    position: relative;
    left: 100%;
}
}
@media only screen and (min-width: 1024px) {
.fe-popups-col-md-0 {
    display: none;
}
.fe-popups-col-md-0.is-guttered {
    display: none;
}
.fe-popups-col-md-0 {
    flex: 0 0 0%;
    max-width: 0%;
}
.fe-popups-col-md-offset-0 {
    margin-left: 0%;
}
.fe-popups-col-md-pull-0 {
    position: relative;
    right: 0%;
}
.fe-popups-col-md-push-0 {
    position: relative;
    left: 0%;
}
.fe-popups-col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
    display: block;
}
.fe-popups-col-md-offset-1 {
    margin-left: 8.3333333333%;
}
.fe-popups-col-md-pull-1 {
    position: relative;
    right: 8.3333333333%;
}
.fe-popups-col-md-push-1 {
    position: relative;
    left: 8.3333333333%;
}
.fe-popups-col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
    display: block;
}
.fe-popups-col-md-offset-2 {
    margin-left: 16.6666666667%;
}
.fe-popups-col-md-pull-2 {
    position: relative;
    right: 16.6666666667%;
}
.fe-popups-col-md-push-2 {
    position: relative;
    left: 16.6666666667%;
}
.fe-popups-col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
    display: block;
}
.fe-popups-col-md-offset-3 {
    margin-left: 25%;
}
.fe-popups-col-md-pull-3 {
    position: relative;
    right: 25%;
}
.fe-popups-col-md-push-3 {
    position: relative;
    left: 25%;
}
.fe-popups-col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    display: block;
}
.fe-popups-col-md-offset-4 {
    margin-left: 33.3333333333%;
}
.fe-popups-col-md-pull-4 {
    position: relative;
    right: 33.3333333333%;
}
.fe-popups-col-md-push-4 {
    position: relative;
    left: 33.3333333333%;
}
.fe-popups-col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
    display: block;
}
.fe-popups-col-md-offset-5 {
    margin-left: 41.6666666667%;
}
.fe-popups-col-md-pull-5 {
    position: relative;
    right: 41.6666666667%;
}
.fe-popups-col-md-push-5 {
    position: relative;
    left: 41.6666666667%;
}
.fe-popups-col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
    display: block;
}
.fe-popups-col-md-offset-6 {
    margin-left: 50%;
}
.fe-popups-col-md-pull-6 {
    position: relative;
    right: 50%;
}
.fe-popups-col-md-push-6 {
    position: relative;
    left: 50%;
}
.fe-popups-col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
    display: block;
}
.fe-popups-col-md-offset-7 {
    margin-left: 58.3333333333%;
}
.fe-popups-col-md-pull-7 {
    position: relative;
    right: 58.3333333333%;
}
.fe-popups-col-md-push-7 {
    position: relative;
    left: 58.3333333333%;
}
.fe-popups-col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    display: block;
}
.fe-popups-col-md-offset-8 {
    margin-left: 66.6666666667%;
}
.fe-popups-col-md-pull-8 {
    position: relative;
    right: 66.6666666667%;
}
.fe-popups-col-md-push-8 {
    position: relative;
    left: 66.6666666667%;
}
.fe-popups-col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
    display: block;
}
.fe-popups-col-md-offset-9 {
    margin-left: 75%;
}
.fe-popups-col-md-pull-9 {
    position: relative;
    right: 75%;
}
.fe-popups-col-md-push-9 {
    position: relative;
    left: 75%;
}
.fe-popups-col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
    display: block;
}
.fe-popups-col-md-offset-10 {
    margin-left: 83.3333333333%;
}
.fe-popups-col-md-pull-10 {
    position: relative;
    right: 83.3333333333%;
}
.fe-popups-col-md-push-10 {
    position: relative;
    left: 83.3333333333%;
}
.fe-popups-col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
    display: block;
}
.fe-popups-col-md-offset-11 {
    margin-left: 91.6666666667%;
}
.fe-popups-col-md-pull-11 {
    position: relative;
    right: 91.6666666667%;
}
.fe-popups-col-md-push-11 {
    position: relative;
    left: 91.6666666667%;
}
.fe-popups-col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
    display: block;
}
.fe-popups-col-md-offset-12 {
    margin-left: 100%;
}
.fe-popups-col-md-pull-12 {
    position: relative;
    right: 100%;
}
.fe-popups-col-md-push-12 {
    position: relative;
    left: 100%;
}
}
@media only screen and (min-width: 1440px) {
.fe-popups-col-lg-0 {
    display: none;
}
.fe-popups-col-lg-0.is-guttered {
    display: none;
}
.fe-popups-col-lg-0 {
    flex: 0 0 0%;
    max-width: 0%;
}
.fe-popups-col-lg-offset-0 {
    margin-left: 0%;
}
.fe-popups-col-lg-pull-0 {
    position: relative;
    right: 0%;
}
.fe-popups-col-lg-push-0 {
    position: relative;
    left: 0%;
}
.fe-popups-col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
    display: block;
}
.fe-popups-col-lg-offset-1 {
    margin-left: 8.3333333333%;
}
.fe-popups-col-lg-pull-1 {
    position: relative;
    right: 8.3333333333%;
}
.fe-popups-col-lg-push-1 {
    position: relative;
    left: 8.3333333333%;
}
.fe-popups-col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
    display: block;
}
.fe-popups-col-lg-offset-2 {
    margin-left: 16.6666666667%;
}
.fe-popups-col-lg-pull-2 {
    position: relative;
    right: 16.6666666667%;
}
.fe-popups-col-lg-push-2 {
    position: relative;
    left: 16.6666666667%;
}
.fe-popups-col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
    display: block;
}
.fe-popups-col-lg-offset-3 {
    margin-left: 25%;
}
.fe-popups-col-lg-pull-3 {
    position: relative;
    right: 25%;
}
.fe-popups-col-lg-push-3 {
    position: relative;
    left: 25%;
}
.fe-popups-col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    display: block;
}
.fe-popups-col-lg-offset-4 {
    margin-left: 33.3333333333%;
}
.fe-popups-col-lg-pull-4 {
    position: relative;
    right: 33.3333333333%;
}
.fe-popups-col-lg-push-4 {
    position: relative;
    left: 33.3333333333%;
}
.fe-popups-col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
    display: block;
}
.fe-popups-col-lg-offset-5 {
    margin-left: 41.6666666667%;
}
.fe-popups-col-lg-pull-5 {
    position: relative;
    right: 41.6666666667%;
}
.fe-popups-col-lg-push-5 {
    position: relative;
    left: 41.6666666667%;
}
.fe-popups-col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
    display: block;
}
.fe-popups-col-lg-offset-6 {
    margin-left: 50%;
}
.fe-popups-col-lg-pull-6 {
    position: relative;
    right: 50%;
}
.fe-popups-col-lg-push-6 {
    position: relative;
    left: 50%;
}
.fe-popups-col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
    display: block;
}
.fe-popups-col-lg-offset-7 {
    margin-left: 58.3333333333%;
}
.fe-popups-col-lg-pull-7 {
    position: relative;
    right: 58.3333333333%;
}
.fe-popups-col-lg-push-7 {
    position: relative;
    left: 58.3333333333%;
}
.fe-popups-col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    display: block;
}
.fe-popups-col-lg-offset-8 {
    margin-left: 66.6666666667%;
}
.fe-popups-col-lg-pull-8 {
    position: relative;
    right: 66.6666666667%;
}
.fe-popups-col-lg-push-8 {
    position: relative;
    left: 66.6666666667%;
}
.fe-popups-col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
    display: block;
}
.fe-popups-col-lg-offset-9 {
    margin-left: 75%;
}
.fe-popups-col-lg-pull-9 {
    position: relative;
    right: 75%;
}
.fe-popups-col-lg-push-9 {
    position: relative;
    left: 75%;
}
.fe-popups-col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
    display: block;
}
.fe-popups-col-lg-offset-10 {
    margin-left: 83.3333333333%;
}
.fe-popups-col-lg-pull-10 {
    position: relative;
    right: 83.3333333333%;
}
.fe-popups-col-lg-push-10 {
    position: relative;
    left: 83.3333333333%;
}
.fe-popups-col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
    display: block;
}
.fe-popups-col-lg-offset-11 {
    margin-left: 91.6666666667%;
}
.fe-popups-col-lg-pull-11 {
    position: relative;
    right: 91.6666666667%;
}
.fe-popups-col-lg-push-11 {
    position: relative;
    left: 91.6666666667%;
}
.fe-popups-col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
    display: block;
}
.fe-popups-col-lg-offset-12 {
    margin-left: 100%;
}
.fe-popups-col-lg-pull-12 {
    position: relative;
    right: 100%;
}
.fe-popups-col-lg-push-12 {
    position: relative;
    left: 100%;
}
}
@media only screen and (min-width: 1920px) {
.fe-popups-col-xl-0 {
    display: none;
}
.fe-popups-col-xl-0.is-guttered {
    display: none;
}
.fe-popups-col-xl-0 {
    flex: 0 0 0%;
    max-width: 0%;
}
.fe-popups-col-xl-offset-0 {
    margin-left: 0%;
}
.fe-popups-col-xl-pull-0 {
    position: relative;
    right: 0%;
}
.fe-popups-col-xl-push-0 {
    position: relative;
    left: 0%;
}
.fe-popups-col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
    display: block;
}
.fe-popups-col-xl-offset-1 {
    margin-left: 8.3333333333%;
}
.fe-popups-col-xl-pull-1 {
    position: relative;
    right: 8.3333333333%;
}
.fe-popups-col-xl-push-1 {
    position: relative;
    left: 8.3333333333%;
}
.fe-popups-col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
    display: block;
}
.fe-popups-col-xl-offset-2 {
    margin-left: 16.6666666667%;
}
.fe-popups-col-xl-pull-2 {
    position: relative;
    right: 16.6666666667%;
}
.fe-popups-col-xl-push-2 {
    position: relative;
    left: 16.6666666667%;
}
.fe-popups-col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
    display: block;
}
.fe-popups-col-xl-offset-3 {
    margin-left: 25%;
}
.fe-popups-col-xl-pull-3 {
    position: relative;
    right: 25%;
}
.fe-popups-col-xl-push-3 {
    position: relative;
    left: 25%;
}
.fe-popups-col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    display: block;
}
.fe-popups-col-xl-offset-4 {
    margin-left: 33.3333333333%;
}
.fe-popups-col-xl-pull-4 {
    position: relative;
    right: 33.3333333333%;
}
.fe-popups-col-xl-push-4 {
    position: relative;
    left: 33.3333333333%;
}
.fe-popups-col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
    display: block;
}
.fe-popups-col-xl-offset-5 {
    margin-left: 41.6666666667%;
}
.fe-popups-col-xl-pull-5 {
    position: relative;
    right: 41.6666666667%;
}
.fe-popups-col-xl-push-5 {
    position: relative;
    left: 41.6666666667%;
}
.fe-popups-col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
    display: block;
}
.fe-popups-col-xl-offset-6 {
    margin-left: 50%;
}
.fe-popups-col-xl-pull-6 {
    position: relative;
    right: 50%;
}
.fe-popups-col-xl-push-6 {
    position: relative;
    left: 50%;
}
.fe-popups-col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
    display: block;
}
.fe-popups-col-xl-offset-7 {
    margin-left: 58.3333333333%;
}
.fe-popups-col-xl-pull-7 {
    position: relative;
    right: 58.3333333333%;
}
.fe-popups-col-xl-push-7 {
    position: relative;
    left: 58.3333333333%;
}
.fe-popups-col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    display: block;
}
.fe-popups-col-xl-offset-8 {
    margin-left: 66.6666666667%;
}
.fe-popups-col-xl-pull-8 {
    position: relative;
    right: 66.6666666667%;
}
.fe-popups-col-xl-push-8 {
    position: relative;
    left: 66.6666666667%;
}
.fe-popups-col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
    display: block;
}
.fe-popups-col-xl-offset-9 {
    margin-left: 75%;
}
.fe-popups-col-xl-pull-9 {
    position: relative;
    right: 75%;
}
.fe-popups-col-xl-push-9 {
    position: relative;
    left: 75%;
}
.fe-popups-col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
    display: block;
}
.fe-popups-col-xl-offset-10 {
    margin-left: 83.3333333333%;
}
.fe-popups-col-xl-pull-10 {
    position: relative;
    right: 83.3333333333%;
}
.fe-popups-col-xl-push-10 {
    position: relative;
    left: 83.3333333333%;
}
.fe-popups-col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
    display: block;
}
.fe-popups-col-xl-offset-11 {
    margin-left: 91.6666666667%;
}
.fe-popups-col-xl-pull-11 {
    position: relative;
    right: 91.6666666667%;
}
.fe-popups-col-xl-push-11 {
    position: relative;
    left: 91.6666666667%;
}
.fe-popups-col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
    display: block;
}
.fe-popups-col-xl-offset-12 {
    margin-left: 100%;
}
.fe-popups-col-xl-pull-12 {
    position: relative;
    right: 100%;
}
.fe-popups-col-xl-push-12 {
    position: relative;
    left: 100%;
}
}/* BEM support Func
 -------------------------- */
/* ========== Light Colors format: $color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/*
usage: fill | text | icon | border | state | underlay
expression: inverse | global | contrary | blend
prominence: default | subtle | subtler | strong | stronger
sentiment: neutral | primary | error | warning | success | complimentary | supplementary2 | transparent | light-transparent | dark-transparent
state: hover | press | disable | inactive
*/
/* ========== Dark Colors format: $dark-color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/* outline */
/* Border
-------------------------- */
/* line-height
-------------------------- */
/* Transition
-------------------------- */
/* Break-point
-------------------------- */
/* Break-points
 -------------------------- */
.fe-popups-row {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.fe-popups-row.is-justify-center {
  justify-content: center;
}
.fe-popups-row.is-justify-end {
  justify-content: flex-end;
}
.fe-popups-row.is-justify-space-between {
  justify-content: space-between;
}
.fe-popups-row.is-justify-space-around {
  justify-content: space-around;
}
.fe-popups-row.is-justify-space-evenly {
  justify-content: space-evenly;
}
.fe-popups-row.is-align-middle {
  align-items: center;
}
.fe-popups-row.is-align-bottom {
  align-items: flex-end;
}/* BEM support Func
 -------------------------- */
/* ========== Light Colors format: $color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/*
usage: fill | text | icon | border | state | underlay
expression: inverse | global | contrary | blend
prominence: default | subtle | subtler | strong | stronger
sentiment: neutral | primary | error | warning | success | complimentary | supplementary2 | transparent | light-transparent | dark-transparent
state: hover | press | disable | inactive
*/
/* ========== Dark Colors format: $dark-color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/* outline */
/* Border
-------------------------- */
/* line-height
-------------------------- */
/* Transition
-------------------------- */
/* Break-point
-------------------------- */
/* Break-points
 -------------------------- */
.fe-popups-radio {
  display: inline-block;
  margin-right: 32px;
  line-height: 1;
}
.fe-popups-radio:last-child {
  margin-right: 0;
}
.fe-popups-radio .fe-popups-radio__suffix .fe-popups-button__inner-icon {
  color: var(--zoom-color-text-neutral);
}
.fe-popups-radio__wrap {
  display: inline-flex;
  align-items: center;
  min-height: 20px;
  cursor: pointer;
}
.fe-popups-radio__wrap:not(.is-disabled):hover .fe-popups-radio__inner {
  background-color: var(--zoom-color-state-subtle-neutral-hover);
}
.fe-popups-radio__wrap:not(.is-disabled):active .fe-popups-radio__inner {
  background-color: var(--zoom-color-state-subtle-neutral-press);
}
.fe-popups-radio__wrap.is-checked:not(.is-disabled):hover .fe-popups-radio__inner {
  border-color: var(--zoom-color-state-primary-hover);
  background-color: var(--zoom-color-state-primary-hover);
}
.fe-popups-radio__wrap.is-checked:not(.is-disabled):active .fe-popups-radio__inner {
  border-color: var(--zoom-color-state-primary-press);
  background-color: var(--zoom-color-state-primary-press);
}
.fe-popups-radio__wrap.is-checked .fe-popups-radio__inner {
  border-color: var(--zoom-color-fill-global-primary);
  background-color: var(--zoom-color-fill-global-primary);
}
.fe-popups-radio__wrap.is-checked .fe-popups-radio__knob {
  transform: translate(-50%, -50%) scale(1);
}
.fe-popups-radio__wrap.is-checked.is-disabled .fe-popups-radio__inner {
  border-color: var(--zoom-color-state-disable);
  background-color: var(--zoom-color-state-disable);
}
.fe-popups-radio__wrap.is-disabled {
  cursor: not-allowed;
}
.fe-popups-radio__wrap.is-disabled .fe-popups-radio__inner {
  border-color: var(--zoom-color-state-disable);
  background-color: var(--zoom-color-state-subtle-disable);
  cursor: not-allowed;
}
.fe-popups-radio__wrap.is-disabled .fe-popups-radio__label {
  color: var(--zoom-color-state-disable);
}
.fe-popups-radio__region {
  margin-top: 8px;
  padding-left: 24px;
}
.fe-popups-radio__description {
  margin-top: 4px;
  padding-left: 24px;
  color: var(--zoom-color-text-neutral);
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 16px;
}
.fe-popups-radio__label {
  flex: 1;
  color: var(--zoom-color-text-stronger-neutral);
  font-weight: normal;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 18px;
}
.fe-popups-radio__inner {
  position: relative;
  box-sizing: border-box;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  border: 1px solid var(--zoom-color-border-neutral);
  border-radius: 100%;
  outline-offset: 2px;
  cursor: pointer;
}
.fe-popups-radio__inner:hover {
  background-color: var(--zoom-color-state-subtle-neutral-hover);
}
.fe-popups-radio__inner:active {
  background-color: var(--zoom-color-state-subtle-neutral-press);
}
.fe-popups-radio__knob {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: var(--zoom-color-inverse-global-default);
  transition: transform 0.15s ease-in;
  transform: translate(-50%, -50%) scale(0);
}
.fe-popups-radio__suffix {
  display: inline-flex;
  align-items: center;
  margin-left: 4px;
}
.fe-popups-radio__suffix .fe-popups-button__icon.fe-popups-button--sm {
  width: 20px;
  height: 20px;
  border-radius: 4px;
}
.is-vue3-keyboard-event .fe-popups-radio .fe-popups-radio__inner:focus {
  outline: 2px solid var(--zoom-color-border-primary);
}
.fe-popups-theme--highContrast .fe-popups-radio .fe-popups-radio__wrap.is-checked .fe-popups-radio__inner {
  border-color: Highlight;
  background-color: transparent;
}
.fe-popups-theme--highContrast .fe-popups-radio .fe-popups-radio__wrap.is-checked .fe-popups-radio__knob {
  background-color: Highlight;
}
.fe-popups-theme--highContrast .fe-popups-radio .fe-popups-radio__wrap.is-checked.is-disabled .fe-popups-radio__inner {
  border-color: GrayText;
}
.fe-popups-theme--highContrast .fe-popups-radio .fe-popups-radio__wrap.is-checked.is-disabled .fe-popups-radio__knob {
  background-color: GrayText;
}
.fe-popups-theme--highContrast .fe-popups-radio .fe-popups-radio__wrap.is-disabled .fe-popups-radio__inner {
  border-color: GrayText;
  background-color: transparent;
}
.fe-popups-theme--highContrast .fe-popups-radio .fe-popups-radio__wrap.is-disabled .fe-popups-radio__label {
  color: GrayText;
}
.fe-popups-theme--highContrast .fe-popups-radio .fe-popups-radio__inner {
  border-color: ButtonText;
}
.fe-popups-theme--highContrast .fe-popups-radio .fe-popups-radio__inner:hover {
  background-color: transparent;
}
.fe-popups-theme--highContrast .fe-popups-radio .fe-popups-radio__inner:active {
  background-color: transparent;
}/* BEM support Func
 -------------------------- */
/* ========== Light Colors format: $color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/*
usage: fill | text | icon | border | state | underlay
expression: inverse | global | contrary | blend
prominence: default | subtle | subtler | strong | stronger
sentiment: neutral | primary | error | warning | success | complimentary | supplementary2 | transparent | light-transparent | dark-transparent
state: hover | press | disable | inactive
*/
/* ========== Dark Colors format: $dark-color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/* outline */
/* Border
-------------------------- */
/* line-height
-------------------------- */
/* Transition
-------------------------- */
/* Break-point
-------------------------- */
/* Break-points
 -------------------------- */
.fe-popups-radio-group {
  line-height: 1;
}
.fe-popups-radio-group.is-vertical > .fe-popups-radio {
  display: block;
  margin-right: 0;
  margin-bottom: 8px;
}
.fe-popups-radio__title {
  margin-bottom: 8px;
  color: var(--zoom-color-text-stronger-neutral);
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  line-height: 18px;
}/* BEM support Func
 -------------------------- */
/* ========== Light Colors format: $color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/*
usage: fill | text | icon | border | state | underlay
expression: inverse | global | contrary | blend
prominence: default | subtle | subtler | strong | stronger
sentiment: neutral | primary | error | warning | success | complimentary | supplementary2 | transparent | light-transparent | dark-transparent
state: hover | press | disable | inactive
*/
/* ========== Dark Colors format: $dark-color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/* outline */
/* Border
-------------------------- */
/* line-height
-------------------------- */
/* Transition
-------------------------- */
/* Break-point
-------------------------- */
/* Break-points
 -------------------------- */
.fe-popups-checkbox {
  display: inline-flex;
  min-height: 20px;
  font-size: inherit;
  line-height: 1;
}
.fe-popups-checkbox .fe-popups-checkbox__suffix .fe-popups-button__inner-icon {
  color: var(--zoom-color-text-neutral);
}
.fe-popups-checkbox.is-indeterminate-container {
  flex-wrap: wrap;
}
.fe-popups-checkbox.is-has-region {
  flex-wrap: wrap;
}
.fe-popups-checkbox__mixed {
  position: absolute;
  width: 16px;
  height: 16px;
  margin: 0;
  outline: none;
}
.fe-popups-checkbox__label {
  margin-left: 8px;
  padding: 1px 0;
}
.fe-popups-checkbox__wrap {
  position: relative;
  display: inline-flex;
  margin-bottom: 0;
  outline: none;
  word-break: break-word;
  cursor: pointer;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 18px;
}
.fe-popups-checkbox__wrap:hover .fe-popups-checkbox__inner:not(.is-disabled) {
  border-color: var(--zoom-color-border-neutral);
  background-color: var(--zoom-color-state-subtle-neutral-hover);
}
.fe-popups-checkbox__wrap:active .fe-popups-checkbox__inner:not(.is-disabled) {
  border-color: var(--zoom-color-border-neutral);
  background-color: var(--zoom-color-state-subtle-neutral-press);
}
.fe-popups-checkbox__wrap.is-indeterminate:not(.is-disabled):hover .fe-popups-checkbox__inner {
  border-color: var(--zoom-color-state-primary-hover);
  background-color: var(--zoom-color-state-primary-hover);
}
.fe-popups-checkbox__wrap.is-indeterminate:not(.is-disabled):active .fe-popups-checkbox__inner {
  border-color: var(--zoom-color-state-primary-press);
  background-color: var(--zoom-color-state-primary-press);
}
.fe-popups-checkbox__wrap.is-indeterminate .fe-popups-checkbox__inner {
  border-color: var(--zoom-color-fill-global-primary);
  background-color: var(--zoom-color-fill-global-primary);
}
.fe-popups-checkbox__wrap.is-indeterminate .fe-popups-checkbox__inner::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 2px;
  width: 10px;
  height: 2px;
  border: 1px solid var(--zoom-color-inverse-neutral);
  border-radius: 2px;
  background-color: var(--zoom-color-inverse-neutral);
}
.fe-popups-checkbox__wrap.is-indeterminate .fe-popups-checkbox__inner .fe-popups-checkbox__knob {
  opacity: 0;
}
.fe-popups-checkbox__wrap.is-indeterminate .fe-popups-checkbox__inner.is-disabled {
  border-color: var(--zoom-color-state-subtle-primary-disable);
  background-color: var(--zoom-color-state-subtle-primary-disable);
}
.fe-popups-checkbox__wrap.is-checked:not(.is-disabled):hover .fe-popups-checkbox__inner {
  border-color: var(--zoom-color-state-primary-hover);
  background-color: var(--zoom-color-state-primary-hover);
}
.fe-popups-checkbox__wrap.is-checked:not(.is-disabled):active .fe-popups-checkbox__inner {
  border-color: var(--zoom-color-state-primary-press);
  background-color: var(--zoom-color-state-primary-press);
}
.fe-popups-checkbox__wrap.is-checked .fe-popups-checkbox__inner {
  border-color: var(--zoom-color-fill-global-primary);
  background-color: var(--zoom-color-fill-global-primary);
}
.fe-popups-checkbox__wrap.is-checked .fe-popups-checkbox__knob {
  opacity: 1;
}
.fe-popups-checkbox__wrap.is-checked.is-disabled .fe-popups-checkbox__inner {
  border-color: var(--zoom-color-state-subtle-primary-disable);
  background-color: var(--zoom-color-state-subtle-primary-disable);
}
.fe-popups-checkbox__wrap.is-disabled {
  color: var(--zoom-color-state-disable);
  cursor: not-allowed;
}
.fe-popups-checkbox__wrap.is-disabled .fe-popups-checkbox__inner {
  border-color: var(--zoom-color-state-disable);
  background-color: var(--zoom-color-state-subtle-disable);
  cursor: not-allowed;
}
.fe-popups-checkbox__inner {
  position: relative;
  top: 2px;
  display: inline-block;
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  border: 1px solid var(--zoom-color-border-neutral);
  border-radius: 4px;
  cursor: pointer;
  transition: border-color 0.2s cubic-bezier(0.71, -0.46, 0.29, 1.46), background-color 0.2s cubic-bezier(0.71, -0.46, 0.29, 1.46);
}
.fe-popups-checkbox__knob {
  position: absolute;
  top: -1px;
  /* rtl:ignore */
  left: 1px;
  width: 100%;
  height: 100%;
  opacity: 0;
  /* rtl:ignore */
  transform: rotate(45deg);
}
.fe-popups-checkbox__knob::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 7px;
  box-sizing: border-box;
  width: 2px;
  height: 9px;
  border: 1px solid var(--zoom-color-inverse-neutral);
  border-radius: 2px;
  background-color: var(--zoom-color-inverse-neutral);
}
.fe-popups-checkbox__knob::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 4px;
  box-sizing: border-box;
  width: 5px;
  height: 2px;
  border: 1px solid var(--zoom-color-inverse-neutral);
  border-radius: 2px;
  background-color: var(--zoom-color-inverse-neutral);
}
.fe-popups-checkbox__original {
  position: absolute;
  z-index: -1;
  width: 16px;
  height: 16px;
  margin: 0;
  outline: none;
  opacity: 0;
}
.fe-popups-checkbox__region {
  width: 100%;
  margin-top: 8px;
  padding-left: 22px;
}
.fe-popups-checkbox__description {
  width: 100%;
  margin-top: 4px;
  padding-left: 22px;
  color: var(--zoom-color-text-neutral);
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 16px;
}
.fe-popups-checkbox__suffix {
  display: inline-flex;
  align-items: center;
  margin-left: 4px;
}
.fe-popups-checkbox__suffix .fe-popups-button__icon.fe-popups-button--sm {
  width: 20px;
  height: 20px;
  border-radius: 4px;
}
.is-vue3-keyboard-event .fe-popups-checkbox .fe-popups-checkbox__original:focus + .fe-popups-checkbox__inner {
  outline: 2px solid var(--zoom-color-border-primary);
  outline-offset: 2px;
}
.is-vue3-keyboard-event .fe-popups-checkbox .fe-popups-checkbox__mixed:focus ~ .fe-popups-checkbox__inner {
  outline: 2px solid var(--zoom-color-border-primary);
  outline-offset: 2px;
}
.fe-popups-theme--highContrast .fe-popups-checkbox .fe-popups-checkbox__wrap:hover .fe-popups-checkbox__inner:not(.is-disabled) {
  border-color: ButtonText;
}
.fe-popups-theme--highContrast .fe-popups-checkbox .fe-popups-checkbox__wrap:active .fe-popups-checkbox__inner:not(.is-disabled) {
  border-color: ButtonText;
}
.fe-popups-theme--highContrast .fe-popups-checkbox .fe-popups-checkbox__wrap.is-indeterminate:not(.is-disabled):hover .fe-popups-checkbox__inner {
  border-color: ButtonText;
}
.fe-popups-theme--highContrast .fe-popups-checkbox .fe-popups-checkbox__wrap.is-indeterminate:not(.is-disabled):active .fe-popups-checkbox__inner {
  border-color: ButtonText;
}
.fe-popups-theme--highContrast .fe-popups-checkbox .fe-popups-checkbox__wrap.is-indeterminate .fe-popups-checkbox__inner {
  border-color: Highlight;
  background-color: Highlight;
}
.fe-popups-theme--highContrast .fe-popups-checkbox .fe-popups-checkbox__wrap.is-indeterminate .fe-popups-checkbox__inner::before {
  border-color: Canvas;
}
.fe-popups-theme--highContrast .fe-popups-checkbox .fe-popups-checkbox__wrap.is-indeterminate .fe-popups-checkbox__inner.is-disabled {
  border-color: GrayText;
  background-color: GrayText;
}
.fe-popups-theme--highContrast .fe-popups-checkbox .fe-popups-checkbox__wrap.is-checked:not(.is-disabled):hover .fe-popups-checkbox__inner {
  border-color: Highlight;
  background-color: Highlight;
}
.fe-popups-theme--highContrast .fe-popups-checkbox .fe-popups-checkbox__wrap.is-checked:not(.is-disabled):active .fe-popups-checkbox__inner {
  border-color: Highlight;
  background-color: Highlight;
}
.fe-popups-theme--highContrast .fe-popups-checkbox .fe-popups-checkbox__wrap.is-checked .fe-popups-checkbox__inner {
  border-color: Highlight;
  background-color: Highlight;
}
.fe-popups-theme--highContrast .fe-popups-checkbox .fe-popups-checkbox__wrap.is-checked.is-disabled .fe-popups-checkbox__inner {
  border-color: GrayText;
  background-color: GrayText;
}
.fe-popups-theme--highContrast .fe-popups-checkbox .fe-popups-checkbox__wrap.is-disabled {
  color: GrayText;
}
.fe-popups-theme--highContrast .fe-popups-checkbox .fe-popups-checkbox__wrap.is-disabled .fe-popups-checkbox__inner {
  border-color: GrayText;
  background-color: transparent;
}
.fe-popups-theme--highContrast .fe-popups-checkbox .fe-popups-checkbox__knob::before {
  border-color: Canvas;
}
.fe-popups-theme--highContrast .fe-popups-checkbox .fe-popups-checkbox__knob::after {
  border-color: Canvas;
}
.fe-popups-theme--highContrast .fe-popups-checkbox .fe-popups-checkbox__inner {
  border-color: ButtonText;
}/* BEM support Func
 -------------------------- */
/* ========== Light Colors format: $color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/*
usage: fill | text | icon | border | state | underlay
expression: inverse | global | contrary | blend
prominence: default | subtle | subtler | strong | stronger
sentiment: neutral | primary | error | warning | success | complimentary | supplementary2 | transparent | light-transparent | dark-transparent
state: hover | press | disable | inactive
*/
/* ========== Dark Colors format: $dark-color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/* outline */
/* Border
-------------------------- */
/* line-height
-------------------------- */
/* Transition
-------------------------- */
/* Break-point
-------------------------- */
/* Break-points
 -------------------------- */
.fe-popups-checkbox-group.is-vertical.fe-popups-checkbox-group--menu .fe-popups-checkbox {
  padding: 6px 8px;
}
.fe-popups-checkbox-group.is-vertical.fe-popups-checkbox-group--menu .fe-popups-checkbox + .fe-popups-checkbox {
  margin-top: 0;
}
.fe-popups-checkbox-group .fe-popups-checkbox {
  margin-right: 24px;
}
.fe-popups-checkbox__title {
  margin-bottom: 8px;
  color: var(--zoom-color-text-stronger-neutral);
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  line-height: 18px;
}
.fe-popups-checkbox-group.is-vertical .fe-popups-checkbox {
  display: flex;
  width: 100%;
  margin-right: 0;
}
.fe-popups-checkbox-group.is-vertical .fe-popups-checkbox + .fe-popups-checkbox {
  margin-top: 8px;
}/* BEM support Func
 -------------------------- */
/* ========== Light Colors format: $color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/*
usage: fill | text | icon | border | state | underlay
expression: inverse | global | contrary | blend
prominence: default | subtle | subtler | strong | stronger
sentiment: neutral | primary | error | warning | success | complimentary | supplementary2 | transparent | light-transparent | dark-transparent
state: hover | press | disable | inactive
*/
/* ========== Dark Colors format: $dark-color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/* outline */
/* Border
-------------------------- */
/* line-height
-------------------------- */
/* Transition
-------------------------- */
/* Break-point
-------------------------- */
/* Break-points
 -------------------------- */
.fe-popups-context .fe-popups-input__inner {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Chinese Quotes", "Inter var", Inter, ui-sans-serif, Roboto, "Helvetica Neue", Helvetica, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.fe-popups-context .fe-popups-input__inner::placeholder {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Chinese Quotes", "Inter var", Inter, ui-sans-serif, Roboto, "Helvetica Neue", Helvetica, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.fe-popups-input {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: 100%;
  color: var(--zoom-color-text-stronger-neutral);
  font-size: 14px;
}
.fe-popups-input input[type=password]::-ms-reveal {
  display: none;
}
.fe-popups-input input[type=password]::-ms-clear {
  display: none;
}
.fe-popups-input--lg .fe-popups-input__inner {
  height: 40px;
  padding: 6px 15px;
}
.fe-popups-input--lg .fe-popups-input__inner.is-leaded {
  padding-right: 11px;
  padding-left: 31px;
}
.fe-popups-input--lg .fe-popups-input__inner.is-trailed {
  padding-right: 35px;
}
.fe-popups-input--lg .fe-popups-input__prepend {
  padding: 9px 15px;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 20px;
}
.fe-popups-input--lg .fe-popups-input__append {
  padding: 9px 15px;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 20px;
}
.fe-popups-input--lg .fe-popups-input__trailing {
  top: 11px;
  right: 14px;
}
.fe-popups-input--lg .fe-popups-input__leading {
  top: 13px;
  left: 14px;
  font-size: 14px;
}
.fe-popups-input--sm .fe-popups-input__inner {
  height: 24px;
  padding: 4px 7px;
  border-radius: 8px;
  font-size: 12px;
  line-height: 16px;
}
.fe-popups-input--sm .fe-popups-input__inner.is-leaded {
  padding-right: 5px;
  padding-left: 23px;
}
.fe-popups-input--sm .fe-popups-input__inner.is-trailed {
  padding-right: 25px;
}
.fe-popups-input--sm .fe-popups-input__prepend {
  padding: 3px 7px;
  border-radius: 6px 0 0 6px;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 16px;
}
.fe-popups-input--sm .fe-popups-input__append {
  padding: 3px 7px;
  border-radius: 0 8px 8px 0;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 16px;
}
.fe-popups-input--sm .fe-popups-input__trailing {
  top: 4px;
  right: 6px;
}
.fe-popups-input--sm .fe-popups-input__leading {
  top: 6px;
  left: 8px;
  font-size: 12px;
}
.fe-popups-input.is-counted {
  padding-bottom: 20px;
}
.fe-popups-input__inner {
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  height: 32px;
  padding: 6px 11px;
  border: 1px solid var(--zoom-color-border-input);
  border-radius: 12px;
  background-color: transparent;
  color: var(--zoom-color-text-stronger-neutral);
  appearance: none;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 18px;
}
.fe-popups-input__inner::placeholder {
  color: var(--zoom-color-text-neutral);
  opacity: 1;
}
.fe-popups-input__inner:focus-visible {
  outline: none;
}
.fe-popups-input__inner:focus:not(.is-disabled, .is-bare) {
  border-color: var(--zoom-color-border-primary);
  box-shadow: inset 0 0 0 1px var(--zoom-color-border-primary);
}
.fe-popups-input__inner:hover:not(:focus, .is-disabled, .is-readonly, .is-bare) {
  background-color: var(--zoom-color-state-subtle-neutral-hover);
}
.fe-popups-input__inner:hover:not(:focus, .is-disabled, .is-readonly, .is-bare)::placeholder {
  color: var(--zoom-color-state-neutral-hover);
}
.fe-popups-input__inner.is-disabled {
  border-color: var(--zoom-color-state-subtle-disable);
  color: var(--zoom-color-state-disable);
  cursor: not-allowed;
}
.fe-popups-input__inner.is-disabled::placeholder {
  color: var(--zoom-color-state-disable);
}
.fe-popups-input__inner.is-zindex-higher {
  z-index: 1;
}
.fe-popups-input__inner.is-readonly {
  border-color: var(--zoom-color-border-input);
  background-color: var(--zoom-color-fill-subtler-neutral);
  color: var(--zoom-color-text-neutral);
  cursor: not-allowed;
}
.fe-popups-input__inner.is-readonly::placeholder {
  color: var(--zoom-color-text-neutral);
}
.fe-popups-input__inner.is-errored {
  border-color: var(--zoom-color-border-error);
}
.fe-popups-input__inner.is-errored:focus:not(.is-disabled) {
  border-color: var(--zoom-color-border-error);
  box-shadow: inset 0 0 0 1px var(--zoom-color-border-error);
}
.fe-popups-input__inner.is-leaded {
  padding-right: 7px;
  padding-left: 27px;
}
.fe-popups-input__inner.is-trailed {
  padding-right: 31px;
}
.fe-popups-input__inner.is-prepended {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.fe-popups-input__inner.is-appended {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.fe-popups-input__inner.is-no-left-border {
  border-left: none;
}
.fe-popups-input__inner.is-no-right-border {
  border-right: none;
}
.fe-popups-input__inner.is-bare {
  border: none;
}
.fe-popups-input__trailing {
  position: absolute;
  top: 7px;
  right: 8px;
  z-index: 2;
  display: flex;
  align-items: center;
}
.fe-popups-input__leading {
  position: absolute;
  top: 9px;
  left: 10px;
  z-index: 2;
  display: flex;
  align-items: center;
  color: var(--zoom-color-text-neutral);
  font-size: 14px;
  cursor: pointer;
}
.fe-popups-input__leading.is-disabled {
  color: var(--zoom-color-state-disable);
  cursor: not-allowed;
}
.fe-popups-input__count {
  position: absolute;
  bottom: 0;
  left: 0;
  color: var(--zoom-color-text-neutral);
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 16px;
}
.fe-popups-input__count.is-exceed {
  color: var(--zoom-color-text-error);
}
.fe-popups-input__prepend {
  padding: 6px 7px;
  border: 1px solid var(--zoom-color-border-input);
  border-right: none;
  border-radius: 12px 0 0 12px;
  background-color: var(--zoom-color-fill-subtler-neutral);
  color: var(--zoom-color-text-neutral);
  text-align: center;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 18px;
}
.fe-popups-input__prepend.is-disabled {
  border: 1px solid var(--zoom-color-border-input);
  color: var(--zoom-color-state-disable);
}
.fe-popups-input__prepend-select {
  display: flex;
}
.fe-popups-input__prepend-select .fe-popups-select-input {
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.fe-popups-input__append {
  padding: 6px 7px;
  border: 1px solid var(--zoom-color-border-input);
  border-left: none;
  border-radius: 0 12px 12px 0;
  background-color: var(--zoom-color-fill-subtler-neutral);
  color: var(--zoom-color-text-neutral);
  text-align: center;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 18px;
}
.fe-popups-input__append.is-disabled {
  border: 1px solid var(--zoom-color-border-input);
  color: var(--zoom-color-state-disable);
}
.fe-popups-input__append-select {
  display: flex;
}
.fe-popups-input__append-select .fe-popups-select-input {
  border-left: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.is-vue3-keyboard-event:not(.fe-popups-theme--highContrast) .fe-popups-input .fe-popups-input__inner.is-disabled:focus {
  border-color: var(--zoom-color-border-primary);
  box-shadow: inset 0 0 0 1px var(--zoom-color-border-primary);
}
.is-vue3-keyboard-event:not(.fe-popups-theme--highContrast) .fe-popups-input .fe-popups-input__inner.is-disabled.is-errored:focus {
  border-color: var(--zoom-color-border-error);
  box-shadow: inset 0 0 0 1px var(--zoom-color-border-error);
}
.fe-popups-theme--highContrast .fe-popups-input .fe-popups-input__inner {
  border-color: ButtonText;
}
.fe-popups-theme--highContrast .fe-popups-input .fe-popups-input__inner:focus {
  border-color: Highlight;
}
.fe-popups-theme--highContrast .fe-popups-input .fe-popups-input__inner.is-disabled {
  border-color: GrayText;
  color: GrayText;
}
.fe-popups-theme--highContrast .fe-popups-input .fe-popups-input__inner.is-disabled::placeholder {
  color: GrayText;
}
.fe-popups-theme--highContrast .fe-popups-input .fe-popups-input__leading.is-disabled {
  color: GrayText;
}
.fe-popups-theme--highContrast.is-vue3-keyboard-event .fe-popups-input .fe-popups-input__inner.is-disabled:focus {
  border-color: Highlight;
}/* BEM support Func
 -------------------------- */
/* ========== Light Colors format: $color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/*
usage: fill | text | icon | border | state | underlay
expression: inverse | global | contrary | blend
prominence: default | subtle | subtler | strong | stronger
sentiment: neutral | primary | error | warning | success | complimentary | supplementary2 | transparent | light-transparent | dark-transparent
state: hover | press | disable | inactive
*/
/* ========== Dark Colors format: $dark-color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/* outline */
/* Border
-------------------------- */
/* line-height
-------------------------- */
/* Transition
-------------------------- */
/* Break-point
-------------------------- */
/* Break-points
 -------------------------- */
.fe-popups-floating {
  position: absolute;
  z-index: 2000;
  min-width: 10px;
  border: 1px solid var(--zoom-color-border-subtle-neutral);
  border-radius: 12px;
  background-color: var(--zoom-color-fill-default);
  color: var(--zoom-color-text-stronger-neutral);
  box-shadow: 0 12px 24px 0 var(--zoom-color-underlay-dropShadow), 0 6px 12px 0 var(--zoom-color-underlay-dropShadow);
  font-size: 14px;
}
.fe-popups-floating[data-side=right] .fe-popups-floating__arrow::after {
  left: -1px;
  border-top: 0;
  border-right: 0;
  border-bottom-left-radius: 3px;
}
.fe-popups-floating[data-side=left] .fe-popups-floating__arrow::after {
  border-bottom: 0;
  border-left: 0;
  border-top-right-radius: 3px;
}
.fe-popups-floating[data-side=top] .fe-popups-floating__arrow::after {
  border-top: 0;
  border-left: 0;
  border-bottom-right-radius: 3px;
}
.fe-popups-floating[data-side=bottom] .fe-popups-floating__arrow::after {
  top: -1px;
  border-right: 0;
  border-bottom: 0;
  border-top-left-radius: 3px;
}
.fe-popups-floating__arrow {
  position: absolute;
  width: 14px;
  height: 14px;
  pointer-events: none;
}
.fe-popups-floating__arrow::after {
  content: "";
  position: absolute;
  left: 0;
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  border: 1px solid var(--zoom-color-border-subtle-neutral);
  background-color: var(--zoom-color-fill-default);
  transform: rotate(45deg);
}
.fe-popups-floating.is-transparent {
  background: transparent;
  box-shadow: unset;
}/* BEM support Func
 -------------------------- */
/* ========== Light Colors format: $color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/*
usage: fill | text | icon | border | state | underlay
expression: inverse | global | contrary | blend
prominence: default | subtle | subtler | strong | stronger
sentiment: neutral | primary | error | warning | success | complimentary | supplementary2 | transparent | light-transparent | dark-transparent
state: hover | press | disable | inactive
*/
/* ========== Dark Colors format: $dark-color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/* outline */
/* Border
-------------------------- */
/* line-height
-------------------------- */
/* Transition
-------------------------- */
/* Break-point
-------------------------- */
/* Break-points
 -------------------------- */
.fe-popups-floating.is-tooltip {
  border: none;
  border-radius: 4px;
  background-color: var(--zoom-color-state-contrary-strong-transparent-hover);
  color: var(--zoom-color-inverse-default);
  box-shadow: 0 4px 8px 0 var(--zoom-color-underlay-dropShadow), 0 2px 4px 0 var(--zoom-color-underlay-dropShadow);
  backdrop-filter: blur(15px);
}
.fe-popups-tooltip {
  max-width: 320px;
  padding: 2px 6px;
  overflow-wrap: break-word;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 16px;
}
.fe-popups-tooltip:focus {
  outline: none;
}
.fe-popups-tooltip-enter-active,
.fe-popups-tooltip-leave-active {
  transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1), transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transform: scale(1);
}
.fe-popups-tooltip-enter-from,
.fe-popups-tooltip-leave-to {
  opacity: 0;
  transform: scale(0);
}/* BEM support Func
 -------------------------- */
/* ========== Light Colors format: $color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/*
usage: fill | text | icon | border | state | underlay
expression: inverse | global | contrary | blend
prominence: default | subtle | subtler | strong | stronger
sentiment: neutral | primary | error | warning | success | complimentary | supplementary2 | transparent | light-transparent | dark-transparent
state: hover | press | disable | inactive
*/
/* ========== Dark Colors format: $dark-color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/* outline */
/* Border
-------------------------- */
/* line-height
-------------------------- */
/* Transition
-------------------------- */
/* Break-point
-------------------------- */
/* Break-points
 -------------------------- */
.fe-popups-tag {
  display: inline-flex;
  align-items: center;
  box-sizing: border-box;
  min-height: 20px;
  padding: 2px 6px;
  border-radius: 5px;
  background-color: var(--zoom-color-fill-subtler-neutral);
  outline-offset: 2px;
}
.fe-popups-tag + .fe-popups-tag {
  margin-left: 6px;
}
.fe-popups-tag.is-closable {
  padding-right: 2px;
}
.fe-popups-tag.is-avatar {
  padding-left: 2px;
}
.fe-popups-tag--sm {
  min-height: 16px;
  padding-top: 0;
  padding-right: 4px;
  padding-bottom: 0;
  padding-left: 4px;
  border-radius: 4px;
}
.fe-popups-tag--lg {
  min-height: 24px;
  border-radius: 6px;
}
.fe-popups-tag--lg.is-closable {
  padding-right: 4px;
}
.fe-popups-tag--lg .fe-popups-tag__avatar.fe-popups-avatar {
  width: 20px !important;
  height: 20px !important;
  line-height: 20px !important;
}
.fe-popups-tag--info {
  color: var(--zoom-color-text-stronger-neutral);
}
.fe-popups-tag--danger {
  border: 1px solid var(--zoom-color-border-error);
  color: var(--zoom-color-text-error);
}
.fe-popups-tag.is-disabled {
  background-color: var(--zoom-color-state-subtle-disable);
  color: var(--zoom-color-state-disable);
}
.fe-popups-tag.is-disabled .fe-popups-tag__close {
  cursor: not-allowed;
}
.fe-popups-tag__close {
  outline-offset: 2px;
}
.fe-popups-tag__close.fe-popups-icon {
  margin-left: 4px;
  border-radius: 0;
  border-radius: 4px;
  outline: none;
  font-size: 16px;
  cursor: pointer;
}
.fe-popups-tag__close.fe-popups-icon:hover:not(.is-disabled) {
  background-color: var(--zoom-color-state-subtle-neutral-hover);
}
.fe-popups-tag__close.fe-popups-icon:active:not(.is-disabled) {
  background-color: var(--zoom-color-state-subtle-neutral-press);
}
.fe-popups-tag__label {
  flex: 1 1 auto;
  max-width: 144px;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fe-popups-tag__avatar {
  margin-right: 4px;
}
.fe-popups-tag__avatar.fe-popups-avatar {
  width: 16px !important;
  height: 16px !important;
  line-height: 16px !important;
}
.is-vue3-keyboard-event .fe-popups-tag:focus {
  outline: 2px solid var(--zoom-color-border-primary);
}
.fe-popups-theme--highContrast .fe-popups-tag.is-disabled {
  border-color: GrayText;
}
.fe-popups-theme--highContrast .fe-popups-tag.is-disabled .fe-popups-tag__label {
  color: GrayText;
}/* BEM support Func
 -------------------------- */
/* ========== Light Colors format: $color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/*
usage: fill | text | icon | border | state | underlay
expression: inverse | global | contrary | blend
prominence: default | subtle | subtler | strong | stronger
sentiment: neutral | primary | error | warning | success | complimentary | supplementary2 | transparent | light-transparent | dark-transparent
state: hover | press | disable | inactive
*/
/* ========== Dark Colors format: $dark-color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/* outline */
/* Border
-------------------------- */
/* line-height
-------------------------- */
/* Transition
-------------------------- */
/* Break-point
-------------------------- */
/* Break-points
 -------------------------- */
.fe-popups-select-input {
  position: relative;
  box-sizing: border-box;
  border: 1px solid var(--zoom-color-border-input);
  border-radius: 12px;
  background-color: var(--zoom-color-bg-default);
  cursor: pointer;
}
.fe-popups-select-input .fe-popups-select-input__clear {
  position: absolute;
  top: 50%;
  right: 9px;
  transform: translateY(-50%);
}
.fe-popups-select-input .fe-popups-select-input__tags .fe-popups-tag {
  margin: 4px 4px 0 0;
}
.fe-popups-select-input:hover:not(.is-disabled) {
  background-color: var(--zoom-color-state-subtle-neutral-hover);
}
.fe-popups-select-input:hover:not(.is-disabled) .fe-popups-select-input__span.is-placeholder {
  color: var(--zoom-color-state-neutral-hover);
}
.fe-popups-select-input__wrapper {
  position: relative;
  display: flex;
  align-items: center;
  overflow-x: hidden;
  overflow-y: auto;
  min-height: 30px;
  padding-right: 31px;
  padding-left: 11px;
  font-size: 14px;
  line-height: 1;
}
.fe-popups-select-input__wrapper.is-multiple {
  padding: 3px 31px 3px 11px;
}
.fe-popups-select-input__wrapper.is-multiple.is-has-lead-icon {
  padding-left: 27px;
}
.fe-popups-select-input__wrapper.is-has-lead-icon {
  padding-left: 27px;
}
.fe-popups-select-input__span {
  display: inline-block;
  overflow: hidden;
  min-width: 60px;
  max-width: 100%;
  border: none;
  color: var(--zoom-color-text-stronger-neutral);
  outline: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 18px;
}
.fe-popups-select-input__span::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.fe-popups-select-input__span:focus {
  outline: none;
}
.fe-popups-select-input__span.is-placeholder {
  color: var(--zoom-color-text-neutral);
}
.fe-popups-select-input__span.is-disabled {
  color: var(--zoom-color-state-disable);
}
.fe-popups-select-input__span.is-displaying-tags {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.fe-popups-select-input__tags {
  display: flex;
  flex-wrap: wrap;
  margin-top: -4px;
  padding: 2px 0;
}
.fe-popups-select-input__chevron {
  position: absolute;
  top: 50%;
  right: 9px;
}
.fe-popups-select-input.is-disabled {
  border-color: var(--zoom-color-state-subtle-disable);
  cursor: not-allowed;
}
.fe-popups-select-input.is-errored {
  border-color: var(--zoom-color-border-error);
}
.fe-popups-select-input--sm {
  border-radius: 8px;
}
.fe-popups-select-input--sm .fe-popups-select-input__wrapper {
  min-height: 22px;
  padding-right: 25px;
  padding-left: 7px;
  font-size: 12px;
  line-height: 1;
}
.fe-popups-select-input--sm .fe-popups-select-input__wrapper.is-multiple {
  padding: 1px 25px 1px 7px;
}
.fe-popups-select-input--sm .fe-popups-select-input__wrapper.is-multiple.is-has-lead-icon {
  padding-left: 23px;
}
.fe-popups-select-input--sm .fe-popups-select-input__wrapper.is-has-lead-icon {
  padding-left: 23px;
}
.fe-popups-select-input--sm .fe-popups-select-input__wrapper .fe-popups-select-input__clear {
  right: 5px;
}
.fe-popups-select-input--sm .fe-popups-select-input__span {
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 16px;
}
.fe-popups-select-input--sm .fe-popups-select-input__chevron {
  right: 5px;
}
.fe-popups-select-input--lg {
  border-radius: 12px;
}
.fe-popups-select-input--lg .fe-popups-select-input__wrapper {
  min-height: 38px;
  padding-right: 35px;
  padding-left: 15px;
  line-height: 1;
}
.fe-popups-select-input--lg .fe-popups-select-input__wrapper.is-multiple {
  padding: 3px 35px 3px 15px;
}
.fe-popups-select-input--lg .fe-popups-select-input__wrapper.is-multiple.is-has-lead-icon {
  padding-left: 31px;
}
.fe-popups-select-input--lg .fe-popups-select-input__wrapper.is-has-lead-icon {
  padding-left: 31px;
}
.fe-popups-select-input--lg .fe-popups-select-input__wrapper .fe-popups-select-input__clear {
  right: 13px;
}
.fe-popups-select-input--lg .fe-popups-select-input__span {
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 18px;
}
.fe-popups-select-input--lg .fe-popups-select-input__chevron {
  right: 13px;
}
.is-vue3-keyboard-event .fe-popups-select-input.is-focusing {
  border-color: var(--zoom-color-border-primary);
  box-shadow: inset 0 0 0 1px var(--zoom-color-border-primary);
  outline: none;
}
.is-vue3-keyboard-event .fe-popups-select-input.is-focusing.is-errored {
  border-color: var(--zoom-color-border-error);
  box-shadow: inset 0 0 0 1px var(--zoom-color-border-error);
}
.fe-popups-theme--highContrast .fe-popups-select-input {
  border-color: ButtonText;
}
.fe-popups-theme--highContrast .fe-popups-select-input:hover:not(.is-disabled) .fe-popups-select-input__span.is-placeholder {
  color: GrayText;
}
.fe-popups-theme--highContrast .fe-popups-select-input .fe-popups-select-input__span.is-disabled {
  color: GrayText;
}
.fe-popups-theme--highContrast .fe-popups-select-input.is-disabled {
  border-color: GrayText;
}
.fe-popups-theme--highContrast .fe-popups-select-input .fe-popups-select-input__span {
  color: ButtonText;
}
.fe-popups-theme--highContrast .fe-popups-select-input .fe-popups-select-input__span.is-placeholder {
  color: GrayText;
}
.fe-popups-theme--highContrast.is-vue3-keyboard-event .fe-popups-select-input.is-focusing {
  border-color: Highlight;
}/* BEM support Func
 -------------------------- */
/* ========== Light Colors format: $color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/*
usage: fill | text | icon | border | state | underlay
expression: inverse | global | contrary | blend
prominence: default | subtle | subtler | strong | stronger
sentiment: neutral | primary | error | warning | success | complimentary | supplementary2 | transparent | light-transparent | dark-transparent
state: hover | press | disable | inactive
*/
/* ========== Dark Colors format: $dark-color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/* outline */
/* Border
-------------------------- */
/* line-height
-------------------------- */
/* Transition
-------------------------- */
/* Break-point
-------------------------- */
/* Break-points
 -------------------------- */
.fe-popups-select {
  position: relative;
  display: inline-block;
}
.fe-popups-select__leading {
  position: absolute;
  top: 50%;
  left: 9px;
  display: flex;
  height: 14px;
  color: var(--zoom-color-text-neutral);
  font-size: 14px;
  transform: translateY(-50%);
}
.fe-popups-select__leading.is-disabled {
  color: var(--zoom-color-state-disable);
}
.fe-popups-select__list {
  margin: 11px;
  padding: 0;
  outline: 0;
}
.fe-popups-select__list.is-no-data {
  height: 0;
  margin: 0;
}
.fe-popups-select__empty {
  padding: 12px;
  color: var(--zoom-color-text-neutral);
  outline: 0;
  font-size: 14px;
  text-align: center;
}
.fe-popups-select__loading {
  position: relative;
  height: 40px;
}
.fe-popups-select--sm .fe-popups-select__leading {
  left: 7px;
  height: 12px;
  font-size: 12px;
}
.fe-popups-select--lg .fe-popups-select__leading {
  left: 13px;
  height: 14px;
  font-size: 14px;
}
.fe-popups-theme--highContrast .fe-popups-select .fe-popups-select__leading {
  color: ButtonText;
}
.fe-popups-theme--highContrast .fe-popups-select .fe-popups-select__leading.is-disabled {
  color: GrayText;
}/* BEM support Func
 -------------------------- */
/* ========== Light Colors format: $color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/*
usage: fill | text | icon | border | state | underlay
expression: inverse | global | contrary | blend
prominence: default | subtle | subtler | strong | stronger
sentiment: neutral | primary | error | warning | success | complimentary | supplementary2 | transparent | light-transparent | dark-transparent
state: hover | press | disable | inactive
*/
/* ========== Dark Colors format: $dark-color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/* outline */
/* Border
-------------------------- */
/* line-height
-------------------------- */
/* Transition
-------------------------- */
/* Break-point
-------------------------- */
/* Break-points
 -------------------------- */
.fe-popups-info-popover {
  max-width: 320px;
  padding: 16px;
  border-radius: 16px;
  overflow-wrap: break-word;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 18px;
}
.fe-popups-info-popover:focus {
  outline: none;
}
.fe-popups-info-popover__title {
  margin-bottom: 4px;
  overflow-wrap: break-word;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  line-height: 18px;
}
.fe-popups-info-popover-enter-active,
.fe-popups-info-popover-leave-active {
  transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1), transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transform: scale(1);
}
.fe-popups-info-popover-enter-from,
.fe-popups-info-popover-leave-to {
  opacity: 0;
  transform: scale(0);
}/* BEM support Func
 -------------------------- */
/* ========== Light Colors format: $color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/*
usage: fill | text | icon | border | state | underlay
expression: inverse | global | contrary | blend
prominence: default | subtle | subtler | strong | stronger
sentiment: neutral | primary | error | warning | success | complimentary | supplementary2 | transparent | light-transparent | dark-transparent
state: hover | press | disable | inactive
*/
/* ========== Dark Colors format: $dark-color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/* outline */
/* Border
-------------------------- */
/* line-height
-------------------------- */
/* Transition
-------------------------- */
/* Break-point
-------------------------- */
/* Break-points
 -------------------------- */
.fe-popups-select-option {
  display: flex;
  align-items: center;
  min-height: 32px;
  padding: 6px 8px;
  border-radius: 8px;
  outline: none;
  outline-offset: 2px;
  text-align: left;
  cursor: pointer;
}
.fe-popups-select-option:hover:not(.is-disabled) {
  background-color: var(--zoom-color-state-subtle-neutral-hover);
}
.fe-popups-select-option .is-clipped {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fe-popups-select-option .is-clipped::after {
  content: "";
  display: block;
}
.fe-popups-select-option .fe-popups-checkbox {
  display: block;
}
.fe-popups-select-option .fe-popups-checkbox .fe-popups-checkbox__wrap {
  display: flex;
}
.fe-popups-select-option .fe-popups-checkbox .fe-popups-checkbox__wrap .fe-popups-checkbox__label {
  flex: 1;
  min-width: 0;
}
.fe-popups-select-option__checkbox-content {
  flex: 1;
  min-width: 0;
}
.fe-popups-select-option__checkbox-label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fe-popups-select-option__content {
  flex: 1;
  color: var(--zoom-color-text-stronger-neutral);
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 18px;
}
.fe-popups-select-option__desc {
  color: var(--zoom-color-text-neutral);
}
.fe-popups-select-option__helper-icon {
  margin-left: 8px;
}
.fe-popups-select-option.is-sibling-selected {
  padding-right: 32px;
}
.fe-popups-select-option.is-disabled {
  color: var(--zoom-color-state-disable);
  cursor: not-allowed;
}
.fe-popups-select-option.is-disabled .fe-popups-select-option__content {
  color: var(--zoom-color-state-disable);
}
.fe-popups-select-option.is-disabled .fe-popups-select-option__desc {
  color: var(--zoom-color-state-disable);
}
.fe-popups-select-option__checkmark {
  margin-left: 8px;
  color: var(--zoom-color-text-stronger-neutral);
  font-size: 16px;
}
.is-vue3-keyboard-event .fe-popups-select-option:focus {
  outline: 2px solid var(--zoom-color-border-primary);
}
.fe-popups-theme--highContrast .fe-popups-select-option.is-disabled {
  color: GrayText;
}
.fe-popups-theme--highContrast .fe-popups-select-option.is-disabled .fe-popups-select-option__content {
  color: GrayText;
}/* BEM support Func
 -------------------------- */
/* ========== Light Colors format: $color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/*
usage: fill | text | icon | border | state | underlay
expression: inverse | global | contrary | blend
prominence: default | subtle | subtler | strong | stronger
sentiment: neutral | primary | error | warning | success | complimentary | supplementary2 | transparent | light-transparent | dark-transparent
state: hover | press | disable | inactive
*/
/* ========== Dark Colors format: $dark-color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/* outline */
/* Border
-------------------------- */
/* line-height
-------------------------- */
/* Transition
-------------------------- */
/* Break-point
-------------------------- */
/* Break-points
 -------------------------- */
.fe-popups-select-option-group {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
.fe-popups-select-option-group:not(:last-of-type) {
  padding-bottom: 16px;
}
.fe-popups-select-option-group:not(:last-of-type)::after {
  content: "";
  position: absolute;
  right: 8px;
  bottom: 8px;
  left: 8px;
  border-bottom: 1px solid var(--zoom-color-border-subtle-neutral);
}
.fe-popups-select-option-group__title {
  padding: 8px;
  color: var(--zoom-color-text-neutral);
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 16px;
}
.fe-popups-select-option-group__inner {
  margin: 0;
  padding: 0;
}/* BEM support Func
 -------------------------- */
/* ========== Light Colors format: $color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/*
usage: fill | text | icon | border | state | underlay
expression: inverse | global | contrary | blend
prominence: default | subtle | subtler | strong | stronger
sentiment: neutral | primary | error | warning | success | complimentary | supplementary2 | transparent | light-transparent | dark-transparent
state: hover | press | disable | inactive
*/
/* ========== Dark Colors format: $dark-color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/* outline */
/* Border
-------------------------- */
/* line-height
-------------------------- */
/* Transition
-------------------------- */
/* Break-point
-------------------------- */
/* Break-points
 -------------------------- */
.fe-popups-toggle {
  position: relative;
  display: inline-block;
}
.fe-popups-toggle--md {
  width: 36px;
  min-width: 36px;
  height: 20px;
}
.fe-popups-toggle--md .fe-popups-toggle__core::after {
  width: 12px;
  height: 12px;
}
.fe-popups-toggle--md.is-checked .fe-popups-toggle__core:after {
  bottom: 1px;
  width: 16px;
  height: 16px;
  transform: translateX(14px);
}
.fe-popups-toggle--sm {
  width: 28px;
  min-width: 28px;
  height: 16px;
}
.fe-popups-toggle--sm .fe-popups-toggle__core {
  border-radius: 8px;
}
.fe-popups-toggle--sm .fe-popups-toggle__core::after {
  bottom: 2.5px;
  width: 9px;
  height: 9px;
}
.fe-popups-toggle--sm .fe-popups-spinners {
  width: 12px;
  height: 12px;
}
.fe-popups-toggle--sm .fe-popups-toggle__spinners.fe-popups-icon {
  width: 12px;
  height: 12px;
}
.fe-popups-toggle--sm.is-checked.fe-popups-toggle .fe-popups-toggle__core:after {
  bottom: 1px;
  width: 12px;
  height: 12px;
  transform: translateX(10px);
}
.fe-popups-toggle__original {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  outline: none;
  opacity: 0;
}
.fe-popups-toggle__core {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid var(--zoom-color-border-strong-neutral);
  border-radius: 999px;
  background-color: var(--zoom-color-fill-default);
  cursor: pointer;
  transition-duration: 0.3s;
  transition-property: transform;
}
.fe-popups-toggle__core::after {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 3px;
  border-radius: 100%;
  background-color: var(--zoom-color-icon-strong-neutral);
  transition: 0.3s;
}
.fe-popups-toggle__core:hover:not(.is-loading) {
  background-color: var(--zoom-color-state-subtle-neutral-hover);
}
.fe-popups-toggle__core:active:not(.is-loading) {
  background-color: var(--zoom-color-state-subtle-neutral-press);
}
.fe-popups-toggle__spinners.fe-popups-icon {
  position: absolute;
  top: 50%;
  left: 1px;
  z-index: 1;
  transform: translateY(-50%);
}
.fe-popups-toggle.is-disabled .fe-popups-toggle__core {
  border-color: var(--zoom-color-border-subtle-neutral);
  background-color: transparent;
  cursor: auto;
}
.fe-popups-toggle.is-disabled .fe-popups-toggle__core::after {
  background-color: var(--zoom-color-state-subtle-disable);
}
.fe-popups-toggle.is-loading .fe-popups-toggle__core {
  cursor: auto;
}
.fe-popups-toggle.is-loading .fe-popups-toggle__core::after {
  opacity: 0;
}
.fe-popups-toggle.is-loading.is-checked .fe-popups-toggle__core::after {
  opacity: 1;
}
.fe-popups-toggle.is-checked .fe-popups-toggle__core {
  border-color: var(--zoom-color-fill-global-primary);
  background-color: var(--zoom-color-fill-global-primary);
}
.fe-popups-toggle.is-checked .fe-popups-toggle__core:hover:not(.is-loading, .is-disabled) {
  border-color: var(--zoom-color-state-primary-hover);
  background-color: var(--zoom-color-state-primary-hover);
}
.fe-popups-toggle.is-checked .fe-popups-toggle__core:active:not(.is-loading, .is-disabled) {
  border-color: var(--zoom-color-state-primary-press);
  background-color: var(--zoom-color-state-primary-press);
}
.fe-popups-toggle.is-checked .fe-popups-toggle__core::after {
  background-color: var(--zoom-color-inverse-global-default);
}
.fe-popups-toggle.is-checked .fe-popups-toggle__spinners {
  right: 2px;
  left: auto;
}
.fe-popups-toggle.is-checked.is-disabled .fe-popups-toggle__core {
  border-color: var(--zoom-color-state-subtle-primary-disable);
  background-color: var(--zoom-color-state-subtle-primary-disable);
}
.fe-popups-toggle.is-checked.is-disabled .fe-popups-toggle__core::after {
  background-color: var(--zoom-color-fill-global-strong-light-transparent);
}
.fe-popups-toggle.is-checked.is-loading .fe-popups-toggle__core {
  cursor: auto;
}
.is-vue3-keyboard-event .fe-popups-toggle .fe-popups-toggle__original:focus + .fe-popups-toggle__core {
  outline: 2px solid var(--zoom-color-border-primary);
  outline-offset: 2px;
}
.fe-popups-theme--highContrast .fe-popups-toggle .fe-popups-toggle__core {
  border: 1px solid ButtonText;
  background-color: Canvas;
  forced-color-adjust: none;
}
.fe-popups-theme--highContrast .fe-popups-toggle .fe-popups-toggle__core::after {
  content: "";
  background-color: ButtonText;
}
.fe-popups-theme--highContrast .fe-popups-toggle.is-disabled .fe-popups-toggle__core {
  opacity: 0.3;
}
.fe-popups-theme--highContrast .fe-popups-toggle.is-checked .fe-popups-toggle__core {
  border-color: Highlight !important;
  background-color: Highlight !important;
}
.fe-popups-theme--highContrast .fe-popups-toggle.is-checked .fe-popups-toggle__core::after {
  background-color: HighlightText;
}
.fe-popups-theme--highContrast.is-vue3-keyboard-event .fe-popups-toggle .fe-popups-toggle__original:focus + .fe-popups-toggle__core {
  outline: 2px solid Highlight;
}/* BEM support Func
 -------------------------- */
/* ========== Light Colors format: $color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/*
usage: fill | text | icon | border | state | underlay
expression: inverse | global | contrary | blend
prominence: default | subtle | subtler | strong | stronger
sentiment: neutral | primary | error | warning | success | complimentary | supplementary2 | transparent | light-transparent | dark-transparent
state: hover | press | disable | inactive
*/
/* ========== Dark Colors format: $dark-color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/* outline */
/* Border
-------------------------- */
/* line-height
-------------------------- */
/* Transition
-------------------------- */
/* Break-point
-------------------------- */
/* Break-points
 -------------------------- */
.fe-popups-form-item {
  margin-bottom: 16px;
}
.fe-popups-form-item:last-child {
  margin-bottom: 0;
}
.fe-popups-form-item .fe-popups-form-item__label-suffix .fe-popups-button__inner-icon {
  color: var(--zoom-color-icon-neutral);
}
.fe-popups-form-item.is-disabled .fe-popups-form-item__label {
  color: var(--zoom-color-state-disable);
}
.fe-popups-form-item.is-disabled .fe-popups-form-item__helper-text {
  color: var(--zoom-color-state-disable);
}
.fe-popups-form-item__label-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 4px;
  line-height: 1;
}
.fe-popups-form-item__label-wrapper.fe-popups-form-item--sm .fe-popups-form-item__label {
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 16px;
}
.fe-popups-form-item__label-wrapper.fe-popups-form-item--sm .fe-popups-form-item__optional {
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 16px;
}
.fe-popups-form-item__label-wrapper.is-no-margin {
  margin-bottom: 0;
}
.fe-popups-form-item__label-content {
  flex: 1;
}
.fe-popups-form-item__link {
  margin-left: 4px;
}
.fe-popups-form-item__widgets {
  line-height: 1;
}
.fe-popups-form-item__widgets > .fe-popups-virtual-filter-select {
  vertical-align: middle;
}
.fe-popups-form-item__widgets > .fe-popups-select {
  vertical-align: middle;
}
.fe-popups-form-item__widgets > .fe-popups-filter-tree-select {
  vertical-align: middle;
}
.fe-popups-form-item__widgets > .fe-popups-tree-select {
  vertical-align: middle;
}
.fe-popups-form-item__label {
  color: var(--zoom-color-text-stronger-neutral);
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 18px;
}
.fe-popups-form-item__optional {
  margin-left: 4px;
  color: var(--zoom-color-text-neutral);
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 18px;
}
.fe-popups-form-item__label-suffix {
  display: contents;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 18px;
}
.fe-popups-form-item__label-suffix .fe-popups-button__icon.fe-popups-button--sm {
  width: 16px;
  height: 16px;
  border-radius: 4px;
}
.fe-popups-form-item__label-suffix-inner {
  width: 0;
  margin-left: 4px;
}
.fe-popups-form-item__asterisk {
  margin-left: 4px;
  color: var(--zoom-color-text-error);
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 16px;
}
.fe-popups-form-item__helper-text {
  margin-top: 4px;
  color: var(--zoom-color-text-neutral);
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 16px;
}
.fe-popups-form-item__error {
  display: flex;
  margin-top: 4px;
}
.fe-popups-form-item__error-icon.fe-popups-icon {
  margin-top: 2px;
  color: var(--zoom-color-text-error);
  font-size: 12px;
}
.fe-popups-form-item__error-text {
  margin-left: 4px;
  color: var(--zoom-color-text-error);
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 16px;
}/* BEM support Func
 -------------------------- */
/* ========== Light Colors format: $color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/*
usage: fill | text | icon | border | state | underlay
expression: inverse | global | contrary | blend
prominence: default | subtle | subtler | strong | stronger
sentiment: neutral | primary | error | warning | success | complimentary | supplementary2 | transparent | light-transparent | dark-transparent
state: hover | press | disable | inactive
*/
/* ========== Dark Colors format: $dark-color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/* outline */
/* Border
-------------------------- */
/* line-height
-------------------------- */
/* Transition
-------------------------- */
/* Break-point
-------------------------- */
/* Break-points
 -------------------------- */
/* ========== Light Colors format: $color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/*
usage: fill | text | icon | border | state | underlay
expression: inverse | global | contrary | blend
prominence: default | subtle | subtler | strong | stronger
sentiment: neutral | primary | error | warning | success | complimentary | supplementary2 | transparent | light-transparent | dark-transparent
state: hover | press | disable | inactive
*/
/* ========== Dark Colors format: $dark-color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/* outline */
/* Border
-------------------------- */
/* line-height
-------------------------- */
/* Transition
-------------------------- */
/* Break-point
-------------------------- */
.fe-popups-floating.is-popover-container {
  border-radius: 16px;
}
.fe-popups-floating.is-popover-container.is-complex {
  border-radius: 24px;
}
.fe-popups-popover {
  position: relative;
  max-width: 360px;
  padding: 16px;
}
.fe-popups-popover--complex {
  padding: 24px;
}
.fe-popups-popover--complex .fe-popups-popover--closable {
  top: 24px;
  right: 24px;
}
.fe-popups-popover--complex .fe-popups-popover__actionable {
  margin-top: 24px;
}
.fe-popups-popover--closable {
  position: absolute;
  top: 16px;
  right: 16px;
}
.fe-popups-popover__content {
  line-height: 18px;
}
.fe-popups-popover__body.is-padding-for-close {
  padding-right: 26px;
}
.fe-popups-popover__body.is-complex.is-padding-for-close {
  padding-right: 32px;
}
.fe-popups-popover__title {
  margin-bottom: 4px;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  line-height: 18px;
}
.fe-popups-popover__title.is-padding-for-close {
  padding-right: 26px;
}
.fe-popups-popover__title.is-complex {
  margin-bottom: 16px;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 24px;
}
.fe-popups-popover__title.is-complex.is-padding-for-close {
  padding-right: 32px;
}
.fe-popups-popover__actionable {
  margin-top: 16px;
  text-align: right;
}/* BEM support Func
 -------------------------- */
/* ========== Light Colors format: $color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/*
usage: fill | text | icon | border | state | underlay
expression: inverse | global | contrary | blend
prominence: default | subtle | subtler | strong | stronger
sentiment: neutral | primary | error | warning | success | complimentary | supplementary2 | transparent | light-transparent | dark-transparent
state: hover | press | disable | inactive
*/
/* ========== Dark Colors format: $dark-color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/* outline */
/* Border
-------------------------- */
/* line-height
-------------------------- */
/* Transition
-------------------------- */
/* Break-point
-------------------------- */
/* Break-points
 -------------------------- */
.fe-popups-dropdown {
  position: relative;
  display: inline-block;
  line-height: 1;
}
.fe-popups-dropdown .fe-popups-dropdown__buttons-group .fe-popups-button.is-main {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.fe-popups-dropdown .fe-popups-dropdown__buttons-group .fe-popups-button.is-main.is-keyboard-focus {
  z-index: 1;
}
.fe-popups-dropdown .fe-popups-dropdown__buttons-group .fe-popups-button.is-triggered {
  margin-left: 0;
  border-left: 1px solid var(--zoom-color-border-subtle-neutral);
  border-top-left-radius: 0;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 0;
}
.fe-popups-dropdown .fe-popups-dropdown__buttons-group .fe-popups-button.is-triggered.fe-popups-button--sm {
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
}
.fe-popups-dropdown .fe-popups-dropdown__buttons-group .fe-popups-button.is-triggered.fe-popups-button--primary.is-expanded {
  background-color: var(--zoom-color-state-primary-press) !important;
}
.fe-popups-dropdown .fe-popups-dropdown__buttons-group .fe-popups-button.is-triggered.fe-popups-button--secondary.is-expanded {
  background-color: var(--zoom-color-state-subtle-neutral-press) !important;
}
.fe-popups-dropdown .fe-popups-dropdown__buttons-group .fe-popups-button.is-main-loading {
  cursor: not-allowed;
}
.fe-popups-dropdown .fe-popups-dropdown__buttons-group .fe-popups-button.is-main-loading.fe-popups-button--primary:hover {
  background-color: var(--zoom-color-fill-global-primary);
}
.fe-popups-dropdown .fe-popups-dropdown__buttons-group .fe-popups-button.fe-popups-button--secondary:not(.is-secondary-disabled) {
  background-color: var(--zoom-color-fill-contrary-subtler-transparent);
  color: var(--zoom-color-text-stronger-neutral);
}
.fe-popups-dropdown .fe-popups-dropdown__buttons-group .fe-popups-button.fe-popups-button--secondary:not(.is-secondary-disabled):hover:not(.is-loading, .is-main-loading) {
  background-color: var(--zoom-color-state-subtle-neutral-hover);
}
.fe-popups-dropdown .fe-popups-dropdown__buttons-group .fe-popups-button.fe-popups-button--secondary:not(.is-secondary-disabled):active:not(.is-loading, .is-main-loading) {
  background-color: var(--zoom-color-state-subtle-neutral-press);
}
.fe-popups-dropdown.is-disabled {
  color: var(--zoom-color-text-stronger-neutral);
  cursor: not-allowed;
}
.fe-popups-dropdown-menu {
  padding: 12px;
}
.fe-popups-dropdown-menu:focus-visible {
  outline: none;
}
.fe-popups-dropdown-menu.is-horizontal {
  display: flex;
  align-items: center;
}
.fe-popups-dropdown-menu.is-horizontal .fe-popups-dropdown-item {
  padding: 0;
}
.fe-popups-dropdown-menu.is-horizontal .fe-popups-dropdown-item:hover {
  background-color: transparent;
}/* BEM support Func
 -------------------------- */
/* ========== Light Colors format: $color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/*
usage: fill | text | icon | border | state | underlay
expression: inverse | global | contrary | blend
prominence: default | subtle | subtler | strong | stronger
sentiment: neutral | primary | error | warning | success | complimentary | supplementary2 | transparent | light-transparent | dark-transparent
state: hover | press | disable | inactive
*/
/* ========== Dark Colors format: $dark-color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/* outline */
/* Border
-------------------------- */
/* line-height
-------------------------- */
/* Transition
-------------------------- */
/* Break-point
-------------------------- */
/* Break-points
 -------------------------- */
.fe-popups-dropdown-item {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 28px;
  padding: 6px 8px;
  border-radius: 8px;
  color: var(--zoom-color-text-stronger-neutral);
  outline-offset: 2px;
  white-space: nowrap;
  cursor: pointer;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 18px;
}
.fe-popups-dropdown-item:focus {
  outline: none;
}
.fe-popups-dropdown-item:hover {
  background-color: var(--zoom-color-state-subtle-neutral-hover);
}
.fe-popups-dropdown-item:active {
  background-color: var(--zoom-color-state-subtle-neutral-press);
}
.fe-popups-dropdown-item__icon {
  margin-right: 8px;
}
.fe-popups-dropdown-item.is-disabled {
  color: var(--zoom-color-state-disable);
  cursor: not-allowed;
}
.fe-popups-dropdown-item.is-disabled:hover {
  background-color: transparent;
}
.fe-popups-dropdown-item.is-disabled:active {
  background-color: transparent;
}
.fe-popups-dropdown-item.is-disabled.is-danger {
  color: var(--zoom-color-state-subtle-error-disable);
}
.fe-popups-dropdown-item.is-danger {
  color: var(--zoom-color-text-error);
}
.is-vue3-keyboard-event .fe-popups-dropdown-item:focus {
  outline: 2px solid var(--zoom-color-border-primary);
}/* BEM support Func
 -------------------------- */
/* ========== Light Colors format: $color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/*
usage: fill | text | icon | border | state | underlay
expression: inverse | global | contrary | blend
prominence: default | subtle | subtler | strong | stronger
sentiment: neutral | primary | error | warning | success | complimentary | supplementary2 | transparent | light-transparent | dark-transparent
state: hover | press | disable | inactive
*/
/* ========== Dark Colors format: $dark-color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/* outline */
/* Border
-------------------------- */
/* line-height
-------------------------- */
/* Transition
-------------------------- */
/* Break-point
-------------------------- */
/* Break-points
 -------------------------- */
.fe-popups-dropdown-item-group {
  padding: 8px;
  border-radius: 8px;
  color: var(--zoom-color-text-neutral);
  outline-offset: 2px;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 16px;
}
.fe-popups-dropdown-item-group:focus {
  outline: none;
}
.fe-popups-dropdown-item-group:not(:first-of-type) {
  position: relative;
  margin-top: 8px;
  padding-top: 16px;
}
.fe-popups-dropdown-item-group:not(:first-of-type)::after {
  content: "";
  position: absolute;
  top: 0;
  right: 8px;
  left: 8px;
  height: 1px;
  background-color: var(--zoom-color-border-subtle-neutral);
}
.fe-popups-dropdown-item-group.is-empty {
  padding-top: 0;
  padding-bottom: 8px;
}
.fe-popups-dropdown-item-group.is-empty:first-of-type {
  padding-bottom: 0;
}
.is-vue3-keyboard-event .fe-popups-dropdown-item-group:focus {
  outline: 2px solid var(--zoom-color-border-primary);
}
.fe-popups-theme--highContrast .fe-popups-dropdown-item-group:not(:first-of-type)::after {
  background-color: CanvasText;
}/* BEM support Func
 -------------------------- */
/* ========== Light Colors format: $color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/*
usage: fill | text | icon | border | state | underlay
expression: inverse | global | contrary | blend
prominence: default | subtle | subtler | strong | stronger
sentiment: neutral | primary | error | warning | success | complimentary | supplementary2 | transparent | light-transparent | dark-transparent
state: hover | press | disable | inactive
*/
/* ========== Dark Colors format: $dark-color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/* outline */
/* Border
-------------------------- */
/* line-height
-------------------------- */
/* Transition
-------------------------- */
/* Break-point
-------------------------- */
/* Break-points
 -------------------------- */
.fe-popups-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  height: 100%;
  background-color: var(--zoom-color-underlay-dark);
}
.fe-popups-overlay.is-transparent {
  background-color: transparent;
}/* BEM support Func
 -------------------------- */
/* ========== Light Colors format: $color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/*
usage: fill | text | icon | border | state | underlay
expression: inverse | global | contrary | blend
prominence: default | subtle | subtler | strong | stronger
sentiment: neutral | primary | error | warning | success | complimentary | supplementary2 | transparent | light-transparent | dark-transparent
state: hover | press | disable | inactive
*/
/* ========== Dark Colors format: $dark-color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/* outline */
/* Border
-------------------------- */
/* line-height
-------------------------- */
/* Transition
-------------------------- */
/* Break-point
-------------------------- */
/* Break-points
 -------------------------- */
.fe-popups-status-icon {
  font-size: 20px;
}
.fe-popups-status-icon--success {
  color: var(--zoom-color-icon-success);
}
.fe-popups-status-icon--danger {
  color: var(--zoom-color-icon-error);
}
.fe-popups-status-icon--warning {
  color: var(--zoom-color-fill-warning);
}
.fe-popups-status-icon--info {
  color: var(--zoom-color-icon-primary);
}/* BEM support Func
 -------------------------- */
/* ========== Light Colors format: $color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/*
usage: fill | text | icon | border | state | underlay
expression: inverse | global | contrary | blend
prominence: default | subtle | subtler | strong | stronger
sentiment: neutral | primary | error | warning | success | complimentary | supplementary2 | transparent | light-transparent | dark-transparent
state: hover | press | disable | inactive
*/
/* ========== Dark Colors format: $dark-color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/* outline */
/* Border
-------------------------- */
/* line-height
-------------------------- */
/* Transition
-------------------------- */
/* Break-point
-------------------------- */
/* Break-points
 -------------------------- */
.fe-popups-context .fe-popups-textarea__inner {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Chinese Quotes", "Inter var", Inter, ui-sans-serif, Roboto, "Helvetica Neue", Helvetica, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.fe-popups-context .fe-popups-textarea__inner::placeholder {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Chinese Quotes", "Inter var", Inter, ui-sans-serif, Roboto, "Helvetica Neue", Helvetica, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.fe-popups-textarea {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.fe-popups-textarea--sm .fe-popups-textarea__inner {
  height: 48px;
  padding: 8px;
  border-radius: 8px;
  font-size: 12px;
  line-height: 16px;
}
.fe-popups-textarea--sm .fe-popups-textarea__inner.is-autoresize {
  padding-top: 3px;
  padding-bottom: 3px;
}
.fe-popups-textarea--lg .fe-popups-textarea__inner {
  height: 72px;
  padding: 12px 16px;
  border-radius: 12px;
  font-size: 14px;
  line-height: 18px;
}
.fe-popups-textarea--lg .fe-popups-textarea__inner.is-autoresize {
  padding-top: 10px;
  padding-bottom: 10px;
}
.fe-popups-textarea__count {
  margin-top: 4px;
  color: var(--zoom-color-text-neutral);
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 16px;
}
.fe-popups-textarea__count.is-exceed {
  color: var(--zoom-color-text-error);
}
.fe-popups-textarea__inner {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 60px;
  padding: 8px 12px;
  border: 1px solid var(--zoom-color-border-input);
  border-radius: 12px;
  background-color: transparent;
  color: var(--zoom-color-text-stronger-neutral);
  font-size: 14px;
  line-height: 18px;
  resize: vertical;
  appearance: none;
  scrollbar-width: thin;
  scrollbar-color: #949494 transparent;
}
.fe-popups-textarea__inner:focus-visible {
  outline: none;
}
.fe-popups-textarea__inner::placeholder {
  color: var(--zoom-color-text-neutral);
  opacity: 1;
}
.fe-popups-textarea__inner:focus:not(.is-disabled, .is-bare) {
  border-color: var(--zoom-color-border-primary);
  box-shadow: inset 0 0 0 1px var(--zoom-color-border-primary);
}
.fe-popups-textarea__inner:hover:not(:focus, .is-disabled, .is-readonly, .is-bare) {
  background-color: var(--zoom-color-state-subtle-neutral-hover);
}
.fe-popups-textarea__inner:hover:not(:focus, .is-disabled, .is-readonly, .is-bare)::placeholder {
  color: var(--zoom-color-state-neutral-hover);
}
.fe-popups-textarea__inner.is-errored {
  border-color: var(--zoom-color-border-error);
}
.fe-popups-textarea__inner.is-errored:focus:not(.is-disabled) {
  border-color: var(--zoom-color-border-error);
  box-shadow: inset 0 0 0 1px var(--zoom-color-border-error);
}
.fe-popups-textarea__inner.is-disabled {
  border-color: var(--zoom-color-state-subtle-disable);
  color: var(--zoom-color-state-disable);
  cursor: not-allowed;
}
.fe-popups-textarea__inner.is-disabled::placeholder {
  color: var(--zoom-color-state-disable);
}
.fe-popups-textarea__inner.is-readonly {
  border-color: var(--zoom-color-border-input);
  background-color: var(--zoom-color-fill-subtler-neutral);
  color: var(--zoom-color-text-neutral);
  cursor: not-allowed;
}
.fe-popups-textarea__inner.is-readonly::placeholder {
  color: var(--zoom-color-text-neutral);
}
.fe-popups-textarea__inner.is-has-rows {
  height: auto;
}
.fe-popups-textarea__inner.is-bare {
  border: none;
}
.fe-popups-textarea__inner.is-autoresize {
  padding-top: 6px;
  padding-bottom: 6px;
}
.is-vue3-keyboard-event .fe-popups-textarea .fe-popups-textarea__inner.is-disabled:focus {
  border-color: var(--zoom-color-border-primary);
  box-shadow: inset 0 0 0 1px var(--zoom-color-border-primary);
}
.is-vue3-keyboard-event .fe-popups-textarea .fe-popups-textarea__inner.is-errored {
  border-color: var(--zoom-color-border-error);
}
.fe-popups-theme--highContrast .fe-popups-textarea .fe-popups-textarea__inner {
  border-color: ButtonText;
}
.fe-popups-theme--highContrast .fe-popups-textarea .fe-popups-textarea__inner:focus {
  border-color: Highlight;
}
.fe-popups-theme--highContrast .fe-popups-textarea .fe-popups-textarea__inner.is-disabled {
  border-color: GrayText;
  color: GrayText;
}
.fe-popups-theme--highContrast .fe-popups-textarea .fe-popups-textarea__inner.is-disabled::placeholder {
  color: GrayText;
}/* BEM support Func
 -------------------------- */
/* ========== Light Colors format: $color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/*
usage: fill | text | icon | border | state | underlay
expression: inverse | global | contrary | blend
prominence: default | subtle | subtler | strong | stronger
sentiment: neutral | primary | error | warning | success | complimentary | supplementary2 | transparent | light-transparent | dark-transparent
state: hover | press | disable | inactive
*/
/* ========== Dark Colors format: $dark-color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/* outline */
/* Border
-------------------------- */
/* line-height
-------------------------- */
/* Transition
-------------------------- */
/* Break-point
-------------------------- */
/* Break-points
 -------------------------- */
.fe-popups-badge {
  display: inline-flex;
  align-items: center;
  text-align: center;
  font-weight: 600;
  font-style: normal;
  font-size: 8px;
  line-height: 12px;
}
.fe-popups-badge.fe-popups-badge--cutout {
  box-sizing: content-box;
  border: 1.5px solid var(--zoom-color-bg-default);
}
.fe-popups-badge.is-uppercase {
  text-transform: uppercase;
}
.fe-popups-badge__wrapper {
  position: relative;
  display: inline-block;
  line-height: 1;
}
.fe-popups-badge--top-right {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
  transform-origin: 100%;
}
.fe-popups-badge__notifier {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: var(--zoom-color-component-badge-background-alert);
}
.fe-popups-badge__notifier.fe-popups-badge--top-right {
  transform: translate(30%, -30%);
}
.fe-popups-badge__notifier.fe-popups-badge__xs {
  width: 6px;
  height: 6px;
}
.fe-popups-badge__notifier.fe-popups-badge__md {
  width: 12px;
  height: 12px;
}
.fe-popups-badge__notifier.fe-popups-badge__lg {
  width: 16px;
  height: 16px;
}
.fe-popups-badge__notifier.fe-popups-badge__xl {
  width: 18px;
  height: 18px;
}
.fe-popups-badge__notifier.is-blue {
  background-color: var(--zoom-color-component-badge-background-default);
}
.fe-popups-badge__notifier.is-inverse {
  background-color: #FFF;
}
.fe-popups-badge__counter {
  padding: 2px 4px;
  border-radius: 9999px;
  background-color: var(--zoom-color-component-badge-background-alert);
  color: var(--zoom-color-component-badge-text-alert);
  font-weight: 600;
}
.fe-popups-badge__counter.fe-popups-badge__sm {
  padding: 1px 3px;
}
.fe-popups-badge__counter.is-blue {
  background-color: var(--zoom-color-component-badge-background-default);
  color: var(--zoom-color-component-badge-text-default);
}
.fe-popups-badge__counter.is-grey {
  background-color: var(--zoom-color-fill-subtle-neutral);
  color: var(--zoom-color-text-neutral);
}
.fe-popups-badge__counter.is-inverse {
  background-color: #FFF;
  color: #0D6BDE;
}
.fe-popups-badge__counter.is-round-counter {
  justify-content: center;
  width: 16px;
  height: 16px;
  padding: 0;
  line-height: 16px;
}
.fe-popups-badge__counter.is-round-counter.fe-popups-badge__sm {
  width: 14px;
  height: 14px;
  line-height: 14px;
}
.fe-popups-badge__custom {
  gap: 4px;
  max-height: 16px;
  padding: 0 4px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 600;
  font-weight: 500;
  font-style: normal;
  font-size: 10px;
  line-height: 16px;
}
.fe-popups-badge__custom.fe-popups-badge__sm {
  padding: 1px 4px;
  font-weight: 600;
  font-style: normal;
  font-size: 8px;
  line-height: 12px;
}
.fe-popups-badge__custom.is-blue {
  border-color: var(--zoom-color-border-subtle-informative);
  background-color: var(--zoom-color-fill-subtler-informative);
  color: var(--zoom-color-text-strong-informative);
}
.fe-popups-badge__custom.is-gray {
  border-color: var(--zoom-color-border-subtle-neutral);
  background-color: var(--zoom-color-fill-subtler-neutral);
  color: var(--zoom-color-text-strong-neutral);
}
.fe-popups-badge__custom.is-green {
  border-color: var(--zoom-color-border-subtle-success);
  background-color: var(--zoom-color-fill-subtler-success);
  color: var(--zoom-color-text-strong-success);
}
.fe-popups-badge__custom.is-orange {
  border-color: var(--zoom-color-border-subtle-complementary);
  background-color: var(--zoom-color-fill-subtler-complementary);
  color: var(--zoom-color-text-strong-complementary);
}
.fe-popups-badge__custom.is-yellow {
  border-color: var(--zoom-color-border-subtle-warning);
  background-color: var(--zoom-color-fill-subtler-warning);
  color: var(--zoom-color-text-strong-warning);
}
.fe-popups-badge__custom.is-red {
  border-color: var(--zoom-color-border-subtle-error);
  background-color: var(--zoom-color-fill-subtler-error);
  color: var(--zoom-color-text-strong-error);
}
.fe-popups-badge__custom.is-purple {
  border-color: var(--zoom-color-border-subtle-supplementary1);
  background-color: var(--zoom-color-fill-subtler-supplementary1);
  color: var(--zoom-color-text-strong-supplementary1);
}
.fe-popups-badge__custom.is-cyan {
  border-color: var(--zoom-color-border-subtle-supplementary2);
  background-color: var(--zoom-color-fill-subtler-supplementary2);
  color: var(--zoom-color-text-strong-supplementary2);
}
.fe-popups-badge__custom.is-inverse {
  border-color: #FFF;
  background-color: transparent;
  color: #F7F9FA;
}
.fe-popups-theme--highContrast .fe-popups-badge__counter {
  forced-color-adjust: none;
}
.fe-popups-theme--highContrast .fe-popups-badge__notifier {
  forced-color-adjust: none;
}/* BEM support Func
 -------------------------- */
/* ========== Light Colors format: $color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/*
usage: fill | text | icon | border | state | underlay
expression: inverse | global | contrary | blend
prominence: default | subtle | subtler | strong | stronger
sentiment: neutral | primary | error | warning | success | complimentary | supplementary2 | transparent | light-transparent | dark-transparent
state: hover | press | disable | inactive
*/
/* ========== Dark Colors format: $dark-color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/* outline */
/* Border
-------------------------- */
/* line-height
-------------------------- */
/* Transition
-------------------------- */
/* Break-point
-------------------------- */
/* Break-points
 -------------------------- */
.fe-popups-skeleton__item {
  width: 100%;
  height: 20px;
  border-radius: 4px;
  background-color: var(--zoom-color-fill-contrary-subtler-transparent);
}
.fe-popups-skeleton__item.is-has-space {
  margin-top: 8px;
}
.fe-popups-skeleton__circle {
  width: 60px;
  height: 60px;
  border-radius: 100%;
}
.fe-popups-skeleton__button {
  width: 60px;
  height: 32px;
  border-radius: 8px;
}
.fe-popups-skeleton__text.is-last {
  width: 66%;
}
.fe-popups-skeleton__image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: unset;
}
.fe-popups-skeleton__image svg {
  width: 22%;
  height: 22%;
  fill: var(--zoom-color-skeleton-image);
}
.fe-popups-theme--highContrast .fe-popups-skeleton__item {
  background-color: CanvasText;
}/* BEM support Func
 -------------------------- */
/* ========== Light Colors format: $color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/*
usage: fill | text | icon | border | state | underlay
expression: inverse | global | contrary | blend
prominence: default | subtle | subtler | strong | stronger
sentiment: neutral | primary | error | warning | success | complimentary | supplementary2 | transparent | light-transparent | dark-transparent
state: hover | press | disable | inactive
*/
/* ========== Dark Colors format: $dark-color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/* outline */
/* Border
-------------------------- */
/* line-height
-------------------------- */
/* Transition
-------------------------- */
/* Break-point
-------------------------- */
/* Break-points
 -------------------------- */
@keyframes skeleton-pulse {
0% {
    opacity: 1;
    transform: scale(1);
}
50% {
    opacity: 0.33;
    transform: scale(0.99);
}
100% {
    opacity: 1;
    transform: scale(1);
}
}
.fe-popups-skeleton {
  width: 100%;
}
.fe-popups-skeleton.is-animated .fe-popups-skeleton__item {
  animation: skeleton-pulse 1.5s ease-in-out infinite;
}/* BEM support Func
 -------------------------- */
/* ========== Light Colors format: $color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/*
usage: fill | text | icon | border | state | underlay
expression: inverse | global | contrary | blend
prominence: default | subtle | subtler | strong | stronger
sentiment: neutral | primary | error | warning | success | complimentary | supplementary2 | transparent | light-transparent | dark-transparent
state: hover | press | disable | inactive
*/
/* ========== Dark Colors format: $dark-color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/* outline */
/* Border
-------------------------- */
/* line-height
-------------------------- */
/* Transition
-------------------------- */
/* Break-point
-------------------------- */
/* Break-points
 -------------------------- */
.fe-popups-table {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  background-color: #FFF;
  color: #222325;
  font-size: 14px;
}
.fe-popups-table .hidden-columns {
  position: absolute;
  z-index: -1;
  visibility: hidden;
}
.fe-popups-table table {
  max-width: none;
}
.fe-popups-table th, .fe-popups-table td {
  position: relative;
  vertical-align: middle;
  box-sizing: border-box;
  min-width: 0;
  height: 56px;
  padding: 4px 0;
  border-bottom: 1px solid #DFE3E8;
  text-align: left;
}
.fe-popups-table .cell {
  box-sizing: border-box;
  padding: 4px 16px;
  line-height: 20px;
  overflow-wrap: break-word;
}
.fe-popups-table .cell .text-wrapper {
  display: inline-block;
  outline: none;
}
.fe-popups-table .cell .flex-wrapper .fe-popups-radio {
  display: flex;
}
.fe-popups-table th {
  background-color: #F7F9FA;
  user-select: none;
}
.fe-popups-table th div {
  display: inline-block;
  box-sizing: border-box;
  padding-right: 10px;
  padding-left: 10px;
  line-height: 40px;
}
.fe-popups-table th .fe-popups-skeleton {
  padding: 0;
}
.fe-popups-table th > .cell {
  position: relative;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  cursor: default;
}
.fe-popups-table th > .cell.highlight {
  color: #0D6BDE;
}
.fe-popups-table th > .cell .fe-popups-checkbox {
  display: block;
}
.fe-popups-table th.is-center .cell {
  justify-content: center;
}
.fe-popups-table th.is-right .cell {
  justify-content: flex-end;
}
.fe-popups-table thead th {
  font-weight: 400;
  font-size: 14px;
}
.fe-popups-table thead:hover th.resizable-column + .resizable-column .cell::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 2px;
  height: 16px;
  background-color: #939BA4;
}
.fe-popups-table tr {
  background-color: #FFF;
}
.fe-popups-table td div {
  box-sizing: border-box;
}
.fe-popups-table td.is-center {
  text-align: center;
}
.fe-popups-table td.is-right {
  text-align: right;
}
.fe-popups-table .table-list-move,
.fe-popups-table .table-list-enter-active,
.fe-popups-table .table-list-leave-active {
  transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.fe-popups-table .table-list-enter-from,
.fe-popups-table .table-list-leave-to {
  opacity: 0;
  transform: scaleY(0.01) translate(30px, 0);
}
.fe-popups-table .table-list-leave-active {
  position: absolute;
}
.fe-popups-table .label-wrapper {
  margin-right: 4px;
  outline: none;
}
.fe-popups-table .label-empty-wrapper {
  display: block;
  overflow: hidden;
  width: 20px;
  height: 20px;
  padding: 0;
  outline: none;
  line-height: 20px;
  text-overflow: clip !important;
}
.fe-popups-table .label-empty-wrapper .label-empty {
  visibility: hidden;
}
.fe-popups-table .sort-emphasize {
  color: #0D6BDE;
}
.fe-popups-table .sort-emphasize .fe-popups-icon {
  color: #0D6BDE;
}
.fe-popups-table .sort-emphasize .label-wrapper {
  color: #0D6BDE;
}
.fe-popups-table .sort-emphasize .sort-wrapper .fe-popups-icon {
  color: #0D6BDE;
}
.fe-popups-table .filter-emphasize .label-wrapper {
  color: #0D6BDE;
}
.fe-popups-table .filter-emphasize .filter-wrapper .fe-popups-icon {
  color: #0D6BDE;
}
.fe-popups-table .force-expanded td {
  border-bottom: none !important;
}
.fe-popups-table [class*=zoom-table__row--level] .fe-popups-table__expand-icon div.is-loading {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  line-height: 20px;
}
.fe-popups-table [class*=zoom-table__row--level] .fe-popups-table__expand-icon div.is-loading .fe-popups-icon {
  font-size: 16px;
}
.fe-popups-table__inner-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.fe-popups-table__body-wrapper {
  position: relative;
  flex: 1;
  overflow: hidden;
}
.fe-popups-table__header-wrapper, .fe-popups-table__footer-wrapper {
  overflow: hidden;
}
.fe-popups-table__footer-wrapper {
  border-top: 1px solid #DFE3E8;
}
.fe-popups-table__footer-wrapper .sum-total {
  font-weight: 600;
}
.fe-popups-table__header-wrapper, .fe-popups-table__body-wrapper, .fe-popups-table__footer-wrapper {
  width: 100%;
}
.fe-popups-table__header-wrapper tr td.fe-popups-table-fixed-column--left, .fe-popups-table__header-wrapper tr td.fe-popups-table-fixed-column--right,
.fe-popups-table__header-wrapper tr th.fe-popups-table-fixed-column--left,
.fe-popups-table__header-wrapper tr th.fe-popups-table-fixed-column--right, .fe-popups-table__body-wrapper tr td.fe-popups-table-fixed-column--left, .fe-popups-table__body-wrapper tr td.fe-popups-table-fixed-column--right,
.fe-popups-table__body-wrapper tr th.fe-popups-table-fixed-column--left,
.fe-popups-table__body-wrapper tr th.fe-popups-table-fixed-column--right, .fe-popups-table__footer-wrapper tr td.fe-popups-table-fixed-column--left, .fe-popups-table__footer-wrapper tr td.fe-popups-table-fixed-column--right,
.fe-popups-table__footer-wrapper tr th.fe-popups-table-fixed-column--left,
.fe-popups-table__footer-wrapper tr th.fe-popups-table-fixed-column--right {
  position: sticky !important;
  z-index: 1;
}
.fe-popups-table__header-wrapper tr td.fe-popups-table-fixed-column--left.is-last-column::before, .fe-popups-table__header-wrapper tr td.fe-popups-table-fixed-column--left.is-first-column::before, .fe-popups-table__header-wrapper tr td.fe-popups-table-fixed-column--right.is-last-column::before, .fe-popups-table__header-wrapper tr td.fe-popups-table-fixed-column--right.is-first-column::before,
.fe-popups-table__header-wrapper tr th.fe-popups-table-fixed-column--left.is-last-column::before,
.fe-popups-table__header-wrapper tr th.fe-popups-table-fixed-column--left.is-first-column::before,
.fe-popups-table__header-wrapper tr th.fe-popups-table-fixed-column--right.is-last-column::before,
.fe-popups-table__header-wrapper tr th.fe-popups-table-fixed-column--right.is-first-column::before, .fe-popups-table__body-wrapper tr td.fe-popups-table-fixed-column--left.is-last-column::before, .fe-popups-table__body-wrapper tr td.fe-popups-table-fixed-column--left.is-first-column::before, .fe-popups-table__body-wrapper tr td.fe-popups-table-fixed-column--right.is-last-column::before, .fe-popups-table__body-wrapper tr td.fe-popups-table-fixed-column--right.is-first-column::before,
.fe-popups-table__body-wrapper tr th.fe-popups-table-fixed-column--left.is-last-column::before,
.fe-popups-table__body-wrapper tr th.fe-popups-table-fixed-column--left.is-first-column::before,
.fe-popups-table__body-wrapper tr th.fe-popups-table-fixed-column--right.is-last-column::before,
.fe-popups-table__body-wrapper tr th.fe-popups-table-fixed-column--right.is-first-column::before, .fe-popups-table__footer-wrapper tr td.fe-popups-table-fixed-column--left.is-last-column::before, .fe-popups-table__footer-wrapper tr td.fe-popups-table-fixed-column--left.is-first-column::before, .fe-popups-table__footer-wrapper tr td.fe-popups-table-fixed-column--right.is-last-column::before, .fe-popups-table__footer-wrapper tr td.fe-popups-table-fixed-column--right.is-first-column::before,
.fe-popups-table__footer-wrapper tr th.fe-popups-table-fixed-column--left.is-last-column::before,
.fe-popups-table__footer-wrapper tr th.fe-popups-table-fixed-column--left.is-first-column::before,
.fe-popups-table__footer-wrapper tr th.fe-popups-table-fixed-column--right.is-last-column::before,
.fe-popups-table__footer-wrapper tr th.fe-popups-table-fixed-column--right.is-first-column::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: -1px;
  overflow: hidden;
  width: 10px;
  box-shadow: none;
  pointer-events: none;
  touch-action: none;
}
.fe-popups-table__header-wrapper tr td.fe-popups-table-fixed-column--left.is-first-column::before, .fe-popups-table__header-wrapper tr td.fe-popups-table-fixed-column--right.is-first-column::before,
.fe-popups-table__header-wrapper tr th.fe-popups-table-fixed-column--left.is-first-column::before,
.fe-popups-table__header-wrapper tr th.fe-popups-table-fixed-column--right.is-first-column::before, .fe-popups-table__body-wrapper tr td.fe-popups-table-fixed-column--left.is-first-column::before, .fe-popups-table__body-wrapper tr td.fe-popups-table-fixed-column--right.is-first-column::before,
.fe-popups-table__body-wrapper tr th.fe-popups-table-fixed-column--left.is-first-column::before,
.fe-popups-table__body-wrapper tr th.fe-popups-table-fixed-column--right.is-first-column::before, .fe-popups-table__footer-wrapper tr td.fe-popups-table-fixed-column--left.is-first-column::before, .fe-popups-table__footer-wrapper tr td.fe-popups-table-fixed-column--right.is-first-column::before,
.fe-popups-table__footer-wrapper tr th.fe-popups-table-fixed-column--left.is-first-column::before,
.fe-popups-table__footer-wrapper tr th.fe-popups-table-fixed-column--right.is-first-column::before {
  left: -10px;
}
.fe-popups-table__header-wrapper tr td.fe-popups-table-fixed-column--left.is-last-column::before, .fe-popups-table__header-wrapper tr td.fe-popups-table-fixed-column--right.is-last-column::before,
.fe-popups-table__header-wrapper tr th.fe-popups-table-fixed-column--left.is-last-column::before,
.fe-popups-table__header-wrapper tr th.fe-popups-table-fixed-column--right.is-last-column::before, .fe-popups-table__body-wrapper tr td.fe-popups-table-fixed-column--left.is-last-column::before, .fe-popups-table__body-wrapper tr td.fe-popups-table-fixed-column--right.is-last-column::before,
.fe-popups-table__body-wrapper tr th.fe-popups-table-fixed-column--left.is-last-column::before,
.fe-popups-table__body-wrapper tr th.fe-popups-table-fixed-column--right.is-last-column::before, .fe-popups-table__footer-wrapper tr td.fe-popups-table-fixed-column--left.is-last-column::before, .fe-popups-table__footer-wrapper tr td.fe-popups-table-fixed-column--right.is-last-column::before,
.fe-popups-table__footer-wrapper tr th.fe-popups-table-fixed-column--left.is-last-column::before,
.fe-popups-table__footer-wrapper tr th.fe-popups-table-fixed-column--right.is-last-column::before {
  right: -10px;
  box-shadow: none;
}
.fe-popups-table__header-wrapper tr td, .fe-popups-table__body-wrapper tr td, .fe-popups-table__footer-wrapper tr td {
  background: #FFF;
}
.fe-popups-table.is-scrolling-left .fe-popups-table-fixed-column--right.is-first-column::before {
  box-shadow: inset -10px 0 10px -10px rgba(0, 0, 0, 0.15);
}
.fe-popups-table.is-scrolling-right .fe-popups-table-fixed-column--left.is-last-column::before {
  box-shadow: inset 10px 0 10px -10px rgba(0, 0, 0, 0.15);
}
.fe-popups-table.is-scrolling-middle .fe-popups-table-fixed-column--right.is-first-column::before {
  box-shadow: inset -10px 0 10px -10px rgba(0, 0, 0, 0.15);
}
.fe-popups-table.is-scrolling-middle .fe-popups-table-fixed-column--left.is-last-column::before {
  box-shadow: inset 10px 0 10px -10px rgba(0, 0, 0, 0.15);
}
.fe-popups-table__header, .fe-popups-table__body {
  border-collapse: separate;
  table-layout: fixed;
}
.fe-popups-table__body tr.selection-row > td {
  background-color: #F2F8FF !important;
}
.fe-popups-table__body tr.hover-row > td, .fe-popups-table__body tr.hover-row.selection-row > td {
  background-color: #eeeff0;
}
.fe-popups-table__body.is-flip {
  display: block;
}
.fe-popups-table__body.is-flip tbody {
  display: block;
}
.fe-popups-table__body tr.is-flip {
  display: block;
  width: 100%;
  border-bottom: 1px solid #DFE3E8;
}
.fe-popups-table__body td.is-flip {
  position: relative;
  display: block;
  height: 100%;
  border-bottom: none;
}
.fe-popups-table__body td.is-flip .flip-label {
  color: #686F79;
  font-size: 12px;
  line-height: 16px;
}
.fe-popups-table__empty-block {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 60px;
  text-align: center;
}
.fe-popups-table__empty-block td {
  position: sticky;
  height: 100%;
  padding: 14px 0;
  border: none;
  text-align: center;
}
.fe-popups-table__empty-text {
  padding: 14px 0;
  color: #222325;
  font-weight: 600;
  line-height: 20px;
}
.fe-popups-table__empty-image {
  display: inline-block;
  min-width: 320px;
  padding-top: 200px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMDAiIGhlaWdodD0iMjAwIiB2aWV3Qm94PSIwIDAgMjAwIDIwMCIgZmlsbD0ibm9uZSI+CjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMF8xNDE3N18yMDIxKSI+CjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMV8xNDE3N18yMDIxKSI+CjxtYXNrIGlkPSJtYXNrMF8xNDE3N18yMDIxIiBzdHlsZT0ibWFzay10eXBlOmFscGhhIiBtYXNrVW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4PSIxMDEiIHk9IjEzMCIgd2lkdGg9IjExOSIgaGVpZ2h0PSI0MCI+CjxwYXRoIGQ9Ik0xMzguOTI0IDEzMC40NzFIMjE5LjA2OUMyMTkuODU5IDEzMC40NzEgMjIwLjAzNCAxMzEuNTgxIDIxOS4yODIgMTMxLjgyNUwxMDEuNTcxIDE2OS45NTNMMTA4Ljc4IDE1MS44M0wxMzguOTI0IDEzMC40NzFaIiBmaWxsPSJibGFjayIvPgo8L21hc2s+CjxnIG1hc2s9InVybCgjbWFzazBfMTQxNzdfMjAyMSkiPgo8Y2lyY2xlIGN4PSIxMzguMTE0IiBjeT0iMTQzLjA4MiIgcj0iNTMuMTM1NyIgdHJhbnNmb3JtPSJyb3RhdGUoNDAuNzQ3IDEzOC4xMTQgMTQzLjA4MikiIGZpbGw9InVybCgjcGFpbnQwX2xpbmVhcl8xNDE3N18yMDIxKSIvPgo8L2c+CjxwYXRoIGQ9Ik00Ni41MjM5IDg2LjQ1OTVMNTUuMDE5NiAxMDUuMDM5QzU1LjQzODYgMTA1Ljk1NSA1Ni4zMjE0IDEwNi41NzMgNTcuMzI1OSAxMDYuNjUxTDk1LjQ4ODEgMTA5LjY0M0M5Ni4yOTQ0IDEwOS43MDYgOTYuOTgzNyAxMDkuMDY5IDk2Ljk4MzcgMTA4LjI2Vjc3LjM5ODNMNDYuNTIzOSA4Ni40NTk1WiIgZmlsbD0iIzBFNzJFRCIvPgo8cGF0aCBkPSJNMTUyLjAzMSA4NC41MTc5VjEwMy4xMDJDMTUyLjAzMSAxMDQuNjM0IDE1MC43ODkgMTA1Ljg3NiAxNDkuMjU3IDEwNS44NzZIOTguMzcxN0M5Ny42MDU2IDEwNS44NzYgOTYuOTg0NSAxMDUuMjU1IDk2Ljk4NDUgMTA0LjQ4OVY3Ny4zOTgzTDE1Mi4wMzEgODQuNTE3OVoiIGZpbGw9IiM0NzkzRjEiLz4KPHBhdGggZD0iTTQ2LjUyMzkgODYuNDU5NVYxNDYuNzMyQzQ2LjUyMzkgMTQ3Ljg1OCA0Ny4yMDQ3IDE0OC44NzMgNDguMjQ2OSAxNDkuMjk5TDEwMC4yNiAxNzAuNlYxMDMuMjg4TDQ2LjUyMzkgODYuNDU5NVoiIGZpbGw9IiM0NzkzRjEiLz4KPHBhdGggZD0iTTQ2LjUyMzkgODYuNDU5NVYxMTYuOTc5QzQ2LjUyMzkgMTE4LjA5NSA0Ny4xOTMgMTE5LjEwMyA0OC4yMjE5IDExOS41MzZMODUuNTEzMyAxMzUuMjM0Qzg2LjA5MzkgMTM1LjQ3OSA4Ni43NjEzIDEzNS4zMDIgODcuMTE1OCAxMzQuNzgyQzg4Ljg1NiAxMzIuMjI2IDkzLjc1NjEgMTI0LjIzNCA5NS4wMTc3IDExMy42NDNDOTUuODczOCAxMDYuNDU3IDEwMC4yNiAxMDMuMjg4IDEwMC4yNiAxMDMuMjg4TDQ2LjUyMzkgODYuNDU5NVoiIGZpbGw9IiMyNTM4QkYiLz4KPHBhdGggZD0iTTE1Mi4wMzEgODQuNTE4MlYxNDYuNzU5QzE1Mi4wMzEgMTQ3Ljg3MiAxNTEuMzY3IDE0OC44NzcgMTUwLjM0MiAxNDkuMzEyTDEwMC4yNjEgMTcwLjZWMTAzLjI4OEwxNTIuMDMxIDg0LjUxODJaIiBmaWxsPSIjMEU3MkVEIi8+CjxwYXRoIGQ9Ik0xNTIuMDMxIDg0LjUxODJWMTIwLjIzOEMxNTIuMDMxIDEyMC41NDkgMTUxLjgzMSAxMjAuODIgMTUxLjUzMiAxMjAuOTAzQzE0OS41MTYgMTIxLjQ2OCAxNDEuNzY4IDEyMy42MjEgMTM0Ljk5MyAxMjUuMjk0QzEyOC40OTcgMTI2Ljg5OCAxMTguODcxIDEzMi40NzYgMTE1LjcxOSAxMzQuMzY5QzExNS4xMTggMTM0LjcyOSAxMTQuMzU2IDEzNC41OTEgMTEzLjk2NSAxMzQuMDFDMTEyLjQ0MiAxMzEuNzQ1IDEwOC44NDMgMTI1LjYwMyAxMDYuODE0IDExNS41ODVDMTA1LjM3NyAxMDguNDkgMTAxLjU3MiAxMDMuMjg4IDEwMS41NzIgMTAzLjI4OEwxNTIuMDMxIDg0LjUxODJaIiBmaWxsPSIjMjUzOEJGIi8+CjxwYXRoIGQ9Ik00Ni41MjQyIDg2LjQ1OTVMMTAwLjI2MSAxMDMuMjg4QzEwMC4yNjEgMTAzLjI4OCA5NC41NjAzIDEwNy4yMzMgOTIuMzk2NyAxMTMuNjQzQzg5LjUxNDggMTIyLjE4MiA4NC42MDUyIDEyNi4yMTUgODMuNDY0MSAxMjcuMDYzQzgzLjMxMDcgMTI3LjE3NyA4My4xMjc1IDEyNy4yMTMgODIuOTQxOCAxMjcuMTY3QzgwLjc0MjkgMTI2LjYzMiA2Ni4xMzMgMTIyLjk3OCA1Ny42NjQ3IDExOC40OTdDNDguNDkwMiAxMTMuNjQzIDMyLjEwNzIgMTA5Ljc2IDMyLjEwNzIgMTA5Ljc2QzMyLjEwNzIgMTA5Ljc2IDM4LjAwNTEgMTAzLjkzNSAzOS45NzEgOTUuNTIwOEM0MS45MzcgODkuMDQ4NSA0Ni41MjQyIDg2LjQ1OTUgNDYuNTI0MiA4Ni40NTk1WiIgZmlsbD0iI0U3RjFGRCIvPgo8cGF0aCBkPSJNMTUyLjAzMSA4NC41MTgyTDEwMC4yNjEgMTAzLjI4OEMxMDAuMjYxIDEwMy4yODggMTA2LjE1OSAxMDYuNTI0IDEwNy40NyAxMTIuMzQ5QzEwOC43NCAxMTcuOTkzIDExMS4yNCAxMjQuODUzIDExNC45NzEgMTI5LjM5NUMxMTUuMTc5IDEyOS42NDggMTE1LjUzOSAxMjkuNzExIDExNS44MjUgMTI5LjU1MUMxMjIuMzY0IDEyNS44ODEgMTI3LjQ3OSAxMjIuMDA1IDE0MS41NDYgMTE3Ljg3NkMxNTUuOTYzIDExMy42NDQgMTU0LjQzIDExMS45MiAxNjQuMzY1IDEwOC4xMDVDMTY0LjM2NSAxMDguMTA1IDE1Ny45MjkgOTguMTEgMTU2LjYxOSA5Mi4yODVDMTU1LjMwOCA4Ni40NTk5IDE1Mi4wMzEgODQuNTE4MiAxNTIuMDMxIDg0LjUxODJaIiBmaWxsPSIjQThDQ0Y4Ii8+CjwvZz4KPHBhdGggZD0iTTE1Mi4zOTcgNDIuMjA4M0MxNDMuNTA5IDc0LjA5OTYgMTIxLjExNyA2NS4wODg4IDEyOC45NCA1Ni41Mjc5QzEzNi43NjMgNDcuOTY3MSAxNTEuMzUgNjIuODI1MSAxMTkuNDU0IDc4LjA4IiBzdHJva2U9IiMwRTcyRUQiIHN0cm9rZS13aWR0aD0iMS40MTQ1OSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtZGFzaGFycmF5PSIyLjYzIDIuNjMiLz4KPHBhdGggZD0iTTE3My4wMzQgMjMuMDMzNkwxNjMuNTk2IDE4QzE2My41OTYgMTggMTU5LjA4MSAyMi4yODcgMTU1LjQxNyAyNC4yOTJDMTUzLjE5OCAyNS41MDYyIDE0OC40OTYgMjYuMTc5NSAxNDguNDk2IDI2LjE3OTVMMTU4LjQyOSAzNC4zNTkxQzE1OC40MjkgMzQuMzU5MSAxNjQuOTI1IDMzLjE2OTEgMTY4LjAwMSAzMC41ODM5QzE3MC43MTQgMjguMzA0IDE3My4wMzQgMjMuMDMzNiAxNzMuMDM0IDIzLjAzMzZaIiBmaWxsPSIjRkZCRjM5Ii8+CjxwYXRoIGQ9Ik0wLjM3ODQ5MSAxNjUuNDUyQzAuMjU4NDAyIDE2NS40NjggMC4xODY5MjggMTY1LjMyIDAuMjcyNjM1IDE2NS4yMzRMNy4wNTg4MyAxNTguNDQ4TDIzLjEwMTYgMTU5LjczMUwzNy41OTMzIDE2MS42MjJDMzcuNjk4OSAxNjEuNjM1IDM3Ljc0MTQgMTYxLjc2MyAzNy42NjA4IDE2MS44MzNDMzYuNDY5NCAxNjIuODY0IDMwLjE2NjggMTY4LjA3NCAyNC4zODUgMTY4LjA3NEMxOS4yNTEzIDE2Ni43OSAxNS42MDg0IDE2Ni40OTcgMTAuOTA5MSAxNjUuNTA3QzYuOTAxMDEgMTY0LjY2MiAxLjc5NDEzIDE2NS4yNTggMC4zNzg0OTEgMTY1LjQ1MloiIGZpbGw9IiMyNTM4QkYiLz4KPHBhdGggZD0iTTEuMjgzNDUgMTYwLjY5NEw4LjM0MjI3IDE1Mi4zNTJDOC4zNDIyNyAxNTIuMzUyIDE3LjE3MjIgMTUxLjExMyAyMS44MTgyIDE1My42MzVDMjcuMjE5OSAxNTYuNTY3IDM1LjI5NDIgMTU4LjEyNyAzNS4yOTQyIDE1OC4xMjdDMzUuMjk0MiAxNTguMTI3IDM0LjAxMDcgMTY1LjE4NiAyNS42Njg1IDE2OC4zOTVDMjAuNTM0OCAxNjcuMTExIDE5LjI1MTQgMTY1LjgyOCAxNC4xMTc3IDE2MS45NzdDMTAuMjY3NCAxNTkuMDkgMS4yODM0NSAxNjAuNjk0IDEuMjgzNDUgMTYwLjY5NFoiIGZpbGw9IiNGRkJGMzkiLz4KPHBhdGggZD0iTTE3MS4yNyAxNzQuNDk1QzE3MS4xMjkgMTc0LjM4NSAxNzEuMTUzIDE3NC4xNjggMTcxLjMxMyAxNzQuMDg4TDE3Ni43NjkgMTcxLjM2TDE5OC45OTcgMTc1LjIyNkMxOTguOTk3IDE3NS4yMjYgMTk4LjczIDE3Ny4wMTMgMTk3LjU0NyAxNzguMTI1QzE5NS4zMjYgMTgwLjIxMyAxOTAuNzgyIDE4MS4wMjQgMTg5LjMzMyAxODEuNTA3QzE4Ny45MjkgMTgxLjI1IDE4Ni40MzMgMTgwLjA1OCAxODYuNDMzIDE4MC4wNThDMTgzLjUzNCAxNzkuNjQyIDE3OC41NjkgMTc5LjE3MSAxNzQuMzUzIDE3Ni42NzVDMTczLjI4NyAxNzYuMDQ0IDE3MS44NzggMTc0Ljk2OSAxNzEuMjcgMTc0LjQ5NVoiIGZpbGw9IiMyNTM4QkYiLz4KPHBhdGggZD0iTTE4NS40NjcgMTY3LjQ5NUwxOTIuMjMyIDE2Ny45NzhMMTk3LjA2NCAxNjIuNjYyQzE5Ny4wNjQgMTYyLjY2MiAxOTguMjMxIDE2My41OCAxOTguNTE0IDE2NS41NjJDMTk4LjY1IDE2Ni41MTMgMTk5LjM4MyAxNjkuNzY2IDE5OS40OCAxNzEuODQzQzE5OS41NiAxNzMuNTQxIDE5OC45OTcgMTc1LjIyNiAxOTguOTk3IDE3NS4yMjZMMTg5LjMzMyAxNzguNjA4TDE4NS40NjcgMTY3LjQ5NVoiIGZpbGw9IiNDMjgwMzAiLz4KPHBhdGggZD0iTTE4Ni44MiAxNTcuNzE0QzE4Ni45MzcgMTU3LjQ4OCAxODcuMjA2IDE1Ny4zOSAxODcuNDQxIDE1Ny40ODhDMTg4Ljg4MyAxNTguMDg5IDE5My43MjcgMTYwLjE2NyAxOTYuNjgxIDE2Mi4xNTNDMTk5LjI4OSAxNjMuOTA1IDE5Ni41MDggMTcwLjAxMSAxOTYuMTM3IDE3MC43OTRDMTk2LjExNSAxNzAuODQxIDE5Ni4xMzEgMTcwLjg5NSAxOTYuMTc2IDE3MC45MjJDMTk2LjgxMiAxNzEuMjk3IDIwMS4wNjYgMTczLjk1NSAxOTguNDkxIDE3Ni41NjJDMTk1Ljg4NSAxNzkuMjAyIDE5MC40MzkgMTgxLjE2IDE4OS40MzcgMTgxLjUwNUMxODkuMzMzIDE4MS41NDEgMTg5LjIyMyAxODEuNTQgMTg5LjEyIDE4MS41MDJDMTg4LjE5IDE4MS4xNTYgMTgzLjM0NSAxNzkuMzIzIDE4MC4zNDkgMTc3LjUwMUMxNzcuNTUgMTc1Ljc5OCAxNzMuNzIxIDE3Mi40OTggMTcyLjU4IDE3MS40OTdDMTcyLjQzNSAxNzEuMzY5IDE3Mi40ODcgMTcxLjEzMiAxNzIuNjcxIDE3MS4wNzRDMTc0LjAyMyAxNzAuNjUxIDE3OC4yNzggMTY5LjE5NSAxODAuNjgzIDE2Ni45MzZDMTgzLjE1MSAxNjQuNjE2IDE4Ni4wMzggMTU5LjIyMiAxODYuODIgMTU3LjcxNFoiIGZpbGw9IiNGRkJGMzkiLz4KPHBhdGggZD0iTTU4LjUwOTggNzEuNDc1MkM2My44MDAzIDY5LjkzNzUgNzEuMjIzMyA2Ni43Mjc0IDc1LjAwMjIgNjUuMTg5NkM4My4zMTYgNjguMjY1MSA4My41NjMyIDcyLjUzODUgODguOTU3NCA3Ny44NzYxQzkwLjc1MjcgNzkuNjUyNiA5MC44NjA0IDg1LjQ4ODEgOTAuODYwNCA4NS40ODgxQzkwLjg2MDQgODUuNDg4MSA4Ny42ODg4IDkxLjgzMTMgNzMuMDk5MyA5My4xQzcxLjgzMDYgODcuMzkxIDcyLjU0IDgzLjM4MjMgNjkuMjkzMyA3OS43NzkxQzY2LjA0NjYgNzYuMTc1OSA2MS41MzI5IDc2Ljg1NzQgNTguNTA5OCA3MS40NzUyWiIgZmlsbD0iIzI1MzhCRiIvPgo8cGF0aCBkPSJNNTguNTA5OCA3MS40NzUzQzYzLjgwMDMgNjkuOTM3NSA3MS4zNTgyIDY2LjA5MzEgNzUuMTM3MiA2NC41NTUzQzgzLjQ1MDkgNjcuNjMwOSA4NC4xMDMxIDcxLjUxOTggODkuNDk3MyA3Ni44NTc0QzkxLjI5MjYgNzguNjMzOSA5NC4wMzIgODIuMjM5NiA5NC4wMzIgODIuMjM5NkM5NC4wMzIgODIuMjM5NiA4Ni40NzQxIDg4LjM5MDYgNzUuMTM3MiA4OS45Mjg0QzczLjYyNTYgODYuODUyOSA3Mi4zMzc2IDgzLjUzNjEgNjkuMDkwOSA3OS45MzI5QzY1Ljg0NDIgNzYuMzI5NyA2MS41MzI5IDc2Ljg1NzQgNTguNTA5OCA3MS40NzUzWiIgZmlsbD0iI0ZGQkYzOSIvPgo8L2c+CjxkZWZzPgo8bGluZWFyR3JhZGllbnQgaWQ9InBhaW50MF9saW5lYXJfMTQxNzdfMjAyMSIgeDE9IjExMS41NDYiIHkxPSIxODkuNTc1IiB4Mj0iMTY5Ljk5NSIgeTI9Ijk3LjkxNjMiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj4KPHN0b3Agc3RvcC1jb2xvcj0iIzI1MzhCRiIvPgo8c3RvcCBvZmZzZXQ9IjAuOTI3MDgzIiBzdG9wLWNvbG9yPSIjMjUzOEJGIiBzdG9wLW9wYWNpdHk9IjAiLz4KPC9saW5lYXJHcmFkaWVudD4KPGNsaXBQYXRoIGlkPSJjbGlwMF8xNDE3N18yMDIxIj4KPHJlY3Qgd2lkdGg9IjIwMCIgaGVpZ2h0PSIyMDAiIGZpbGw9IndoaXRlIi8+CjwvY2xpcFBhdGg+CjxjbGlwUGF0aCBpZD0iY2xpcDFfMTQxNzdfMjAyMSI+CjxyZWN0IHdpZHRoPSIxNjcuODkzIiBoZWlnaHQ9IjkzLjExMDgiIGZpbGw9IndoaXRlIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzMi4xMDcyIDc3LjM5ODMpIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+") no-repeat center top;
}
.fe-popups-table__indent-empty {
  display: inline-flex;
  width: 24px;
}
.fe-popups-table--enable-row-transition .fe-popups-table__body td {
  transition: background-color 0.25s ease;
}
.fe-popups-table--group td, .fe-popups-table--group th, .fe-popups-table--span td, .fe-popups-table--span th {
  border-right: 1px solid #DFE3E8;
}
.fe-popups-table--group td:last-of-type, .fe-popups-table--group th:last-of-type, .fe-popups-table--span td:last-of-type, .fe-popups-table--span th:last-of-type {
  border-right: none;
}
.fe-popups-table--group td.is-flip, .fe-popups-table--span td.is-flip {
  border-right: none;
}
.fe-popups-table__expand-icon {
  display: inline-block;
  margin-right: 16px;
  transition: transform 0.3s ease-in-out;
}
.fe-popups-table__expand-icon--expanded {
  transform: rotate(90deg);
}
.fe-popups-table__expanded-cell[class*=cell] {
  padding: 16px 16px 16px 72px;
}
.fe-popups-table__force-expanded-cell[class*=cell] {
  padding: 0 16px 16px;
}
.fe-popups-table__expanded-row-fixed {
  display: flex;
  border-bottom: 1px solid #DFE3E8;
}
.fe-popups-table__expanded-row-fixed td {
  position: sticky;
  left: 0;
  height: 100%;
  border-bottom: none;
}
.fe-popups-table__draggable-column .cell {
  padding: 4px 14px;
  line-height: 14px;
  cursor: move;
}
.fe-popups-table__draggable-column .cell .fe-popups-button__icon {
  width: 16px;
  height: 16px;
  color: #686F79;
  cursor: move;
}
.fe-popups-table__column-resize-proxy {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 200px;
  z-index: 10;
  width: 0;
  border-left: 2px solid #939BA4;
  pointer-events: none;
}
.fe-popups-table__column-resize-proxy.is-active {
  border-color: #4B96F1;
}
.fe-popups-table__tooltip.cell {
  display: flex;
  align-items: center;
}
.fe-popups-table__tooltip .text-wrapper {
  display: block !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fe-popups-table-filter__popover .fe-popups-popover {
  padding: 8px;
}
.fe-popups-table-filter__content {
  min-width: 150px;
}
.fe-popups-table-filter__wrap {
  padding: 4px;
}
.fe-popups-table-column-setting__wrapper {
  padding: 0 8px;
}
.fe-popups-table-column-setting__trigger-btn-wrapper {
  position: sticky !important;
  right: 0;
  z-index: 3;
}
.fe-popups-table-column-setting__trigger-btn {
  position: absolute;
  top: 16px;
  right: 16px;
}
.fe-popups-table-column-setting__item {
  display: flex;
  align-items: center;
  line-height: 32px;
}
.fe-popups-table-column-setting__item.ghost-background-class {
  background-color: #eeeff0;
}
.fe-popups-table-column-setting__item-movable {
  display: inline-flex;
  margin-right: 8px;
}
.fe-popups-table-column-setting__item-movable .fe-popups-button__icon {
  width: 16px;
  height: 16px;
  color: #686F79 !important;
  cursor: move;
}
.fe-popups-table-column-setting__popover .fe-popups-popover {
  padding: 8px 0;
}
.fe-popups-table-column-setting__popover .fe-popups-popover__actionable {
  margin: 16px 8px 0 8px;
}
.fe-popups-table-column-setting__item-prop {
  display: flex;
  flex: 1;
  align-items: center;
  margin-right: 16px;
}
.fe-popups-table-column-setting__item-tip {
  display: inline-flex;
  margin-left: 4px;
}
.fe-popups-table-column-setting__item-toggle {
  display: inline-flex;
  margin-right: 4px;
}
.fe-popups-table-column-setting__link {
  margin-top: 12px;
  padding: 0 8px;
}
.fe-popups-table-column-setting__reset-btn {
  margin-left: 16px !important;
}
.zoom-theme--dark .fe-popups-table-column-setting__item.ghost-background-class {
  background: #090b0d;
}
.zoom-theme--dark .fe-popups-table-column-setting__item-movable .fe-popups-button__icon {
  color: #939BA4 !important;
}
.zoom-theme--dark .fe-popups-table {
  background-color: #222325;
  color: #F7F9FA;
}
.zoom-theme--dark .fe-popups-table th, .zoom-theme--dark .fe-popups-table td {
  border-bottom: 1px solid #313235;
}
.zoom-theme--dark .fe-popups-table th {
  background-color: #2A2B2D;
}
.zoom-theme--dark .fe-popups-table th > .cell.highlight {
  color: #4B96F1;
}
.zoom-theme--dark .fe-popups-table thead th.resizable-column:not(:last-child) .cell::after {
  background-color: #686F79;
}
.zoom-theme--dark .fe-popups-table tr {
  background-color: #222325;
}
.zoom-theme--dark .fe-popups-table .sort-emphasize {
  color: #4B96F1;
}
.zoom-theme--dark .fe-popups-table .sort-emphasize .fe-popups-icon {
  color: #4B96F1;
}
.zoom-theme--dark .fe-popups-table .sort-emphasize .label-wrapper {
  color: #4B96F1;
}
.zoom-theme--dark .fe-popups-table .sort-emphasize .sort-wrapper .fe-popups-icon {
  color: #4B96F1;
}
.zoom-theme--dark .fe-popups-table .filter-emphasize .label-wrapper {
  color: #4B96F1;
}
.zoom-theme--dark .fe-popups-table .filter-emphasize .filter-wrapper .fe-popups-icon {
  color: #4B96F1;
}
.zoom-theme--dark .fe-popups-table .fe-popups-table__footer-wrapper {
  border-top: 1px solid #313235;
}
.zoom-theme--dark .fe-popups-table .fe-popups-table__header-wrapper tr td, .zoom-theme--dark .fe-popups-table .fe-popups-table__body-wrapper tr td, .zoom-theme--dark .fe-popups-table .fe-popups-table__footer-wrapper tr td {
  background: #222325;
}
.zoom-theme--dark .fe-popups-table .fe-popups-table__body tr.selection-row > td {
  background-color: #1A2A52 !important;
}
.zoom-theme--dark .fe-popups-table .fe-popups-table__body tr.hover-row > td, .zoom-theme--dark .fe-popups-table .fe-popups-table__body tr.hover-row.selection-row > td {
  background-color: #090b0d;
}
.zoom-theme--dark .fe-popups-table .fe-popups-table__body tr.is-flip {
  border-bottom: 1px solid #313235;
}
.zoom-theme--dark .fe-popups-table .fe-popups-table__body td.is-flip {
  border-bottom: none;
}
.zoom-theme--dark .fe-popups-table .fe-popups-table__empty-text {
  color: #F7F9FA;
}
.zoom-theme--dark .fe-popups-table--group td, .zoom-theme--dark .fe-popups-table--group th, .zoom-theme--dark .fe-popups-table--span td, .zoom-theme--dark .fe-popups-table--span th {
  border-color: #313235;
}
.zoom-theme--dark .fe-popups-table .fe-popups-table__draggable-column .cell .fe-popups-button__icon {
  color: #939BA4;
}
.zoom-theme--dark .fe-popups-table .fe-popups-table__column-resize-proxy {
  border-left: 2px solid #686F79;
}
.zoom-theme--dark .fe-popups-table .fe-popups-table__column-resize-proxy.is-active {
  border-color: #0D6BDE;
}
.zoom-theme--dark .fe-popups-table .fe-popups-table__expanded-row-fixed {
  border-bottom-color: #313235;
}
.is-vue3-keyboard-event.zoom-theme--dark .fe-popups-table .cell span:not(.fe-popups-select-input__span):focus {
  outline: 2px solid #0D6BDE;
  outline-offset: 2px;
}
.is-vue3-keyboard-event.zoom-theme--dark .fe-popups-table .label-empty-wrapper:focus {
  outline: 2px solid #0D6BDE;
  outline-offset: 2px;
}
.is-vue3-keyboard-event .fe-popups-table .cell span:not(.fe-popups-select-input__span):focus {
  border-radius: 4px;
  outline: 2px solid #4B96F1;
  outline-offset: 2px;
}
.is-vue3-keyboard-event .fe-popups-table .label-empty-wrapper:focus {
  border-radius: 4px;
  outline: 2px solid #4B96F1;
  outline-offset: 2px;
}/* BEM support Func
 -------------------------- */
/* ========== Light Colors format: $color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/*
usage: fill | text | icon | border | state | underlay
expression: inverse | global | contrary | blend
prominence: default | subtle | subtler | strong | stronger
sentiment: neutral | primary | error | warning | success | complimentary | supplementary2 | transparent | light-transparent | dark-transparent
state: hover | press | disable | inactive
*/
/* ========== Dark Colors format: $dark-color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/* outline */
/* Border
-------------------------- */
/* line-height
-------------------------- */
/* Transition
-------------------------- */
/* Break-point
-------------------------- */
/* Break-points
 -------------------------- */
.fe-popups-accordion {
  border-top: 1px solid var(--zoom-color-border-subtle-neutral);
}/* BEM support Func
 -------------------------- */
/* ========== Light Colors format: $color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/*
usage: fill | text | icon | border | state | underlay
expression: inverse | global | contrary | blend
prominence: default | subtle | subtler | strong | stronger
sentiment: neutral | primary | error | warning | success | complimentary | supplementary2 | transparent | light-transparent | dark-transparent
state: hover | press | disable | inactive
*/
/* ========== Dark Colors format: $dark-color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/* outline */
/* Border
-------------------------- */
/* line-height
-------------------------- */
/* Transition
-------------------------- */
/* Break-point
-------------------------- */
/* Break-points
 -------------------------- */
.fe-popups-accordion-item.is-bottom-border {
  border-bottom: 1px solid var(--zoom-color-border-subtle-neutral);
}
.fe-popups-accordion-item__trigger {
  position: relative;
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 11px 8px 10px;
  color: var(--zoom-color-text-stronger-neutral);
  outline-offset: 2px;
  cursor: pointer;
}
.fe-popups-accordion-item__trigger::before {
  content: "";
  position: absolute;
  top: 3px;
  right: 0;
  bottom: 3px;
  left: 0;
  border-radius: 8px;
}
.fe-popups-accordion-item__trigger:focus {
  outline: none;
}
.fe-popups-accordion-item__trigger:hover:not(.is-disabled)::before {
  background-color: var(--zoom-color-state-subtle-neutral-hover);
}
.fe-popups-accordion-item__trigger:active:not(.is-disabled)::before {
  background-color: var(--zoom-color-state-subtle-neutral-press);
}
.fe-popups-accordion-item__trigger.is-disabled {
  color: var(--zoom-color-state-disable);
  cursor: not-allowed;
}
.fe-popups-accordion-item__title {
  display: flex;
  flex: 1;
  align-items: center;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  line-height: 18px;
}
.fe-popups-accordion-item__region {
  margin-left: 32px;
  color: var(--zoom-color-text-neutral);
}
.fe-popups-accordion-item__region.is-tight {
  margin-left: 8px;
}
.fe-popups-accordion-item__content {
  padding-bottom: 12px;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 18px;
}
.fe-popups-accordion-item__arrow {
  font-size: 14px;
  transition: transform 0.3s;
}
.fe-popups-accordion-item__arrow.is-active {
  transform: rotate(90deg);
}
.fe-popups-accordion-item__arrow-rtl {
  font-size: 14px;
  cursor: pointer;
  transition: transform 0.3s;
  transform: rotate(-180deg);
}
.fe-popups-accordion-item__arrow-rtl.is-active {
  transform: rotate(-90deg);
}
.is-vue3-keyboard-event .fe-popups-accordion-item .fe-popups-accordion-item__trigger:focus::before {
  outline: 2px solid var(--zoom-color-border-primary);
  outline-offset: 2px;
}
.fe-popups-theme--highContrast .fe-popups-accordion-item .fe-popups-accordion-item__trigger {
  color: ButtonText;
}/* BEM support Func
 -------------------------- */
/* ========== Light Colors format: $color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/*
usage: fill | text | icon | border | state | underlay
expression: inverse | global | contrary | blend
prominence: default | subtle | subtler | strong | stronger
sentiment: neutral | primary | error | warning | success | complimentary | supplementary2 | transparent | light-transparent | dark-transparent
state: hover | press | disable | inactive
*/
/* ========== Dark Colors format: $dark-color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/* outline */
/* Border
-------------------------- */
/* line-height
-------------------------- */
/* Transition
-------------------------- */
/* Break-point
-------------------------- */
/* Break-points
 -------------------------- */
.fe-popups-coach-mark-mask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
.fe-popups-coach-mark-mask__content {
  width: 100%;
  height: 100%;
}
.fe-popups-coach-mark-mask__content path {
  cursor: "auto";
  pointer-events: auto;
  fill: rgba(0, 0, 0, 0.5);
}/* BEM support Func
 -------------------------- */
/* ========== Light Colors format: $color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/*
usage: fill | text | icon | border | state | underlay
expression: inverse | global | contrary | blend
prominence: default | subtle | subtler | strong | stronger
sentiment: neutral | primary | error | warning | success | complimentary | supplementary2 | transparent | light-transparent | dark-transparent
state: hover | press | disable | inactive
*/
/* ========== Dark Colors format: $dark-color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/* outline */
/* Border
-------------------------- */
/* line-height
-------------------------- */
/* Transition
-------------------------- */
/* Break-point
-------------------------- */
/* Break-points
 -------------------------- */
.fe-popups-coach-mark--floating {
  min-width: 320px;
  border: 1px solid var(--zoom-color-border-subtle-neutral);
  border-radius: 16px;
  background-color: var(--zoom-color-fill-default);
  box-shadow: 0 12px 24px 0 var(--zoom-color-underlay-dropShadow), 0 6px 12px 0 var(--zoom-color-underlay-dropShadow);
}
.fe-popups-coach-mark--floating[data-side=right] .fe-popups-coach-mark__arrow::after {
  left: -1px;
  border-top: 0;
  border-right: 0;
  border-bottom-left-radius: 3px;
}
.fe-popups-coach-mark--floating[data-side=left] .fe-popups-coach-mark__arrow::after {
  border-bottom: 0;
  border-left: 0;
  border-top-right-radius: 3px;
}
.fe-popups-coach-mark--floating[data-side=top] .fe-popups-coach-mark__arrow::after {
  border-top: 0;
  border-left: 0;
  border-bottom-right-radius: 3px;
}
.fe-popups-coach-mark--floating[data-side=bottom] .fe-popups-coach-mark__arrow::after {
  top: -1px;
  border-right: 0;
  border-bottom: 0;
  border-top-left-radius: 3px;
}
.fe-popups-coach-mark__arrow {
  position: absolute;
  width: 10px;
  height: 10px;
  pointer-events: none;
}
.fe-popups-coach-mark__arrow::after {
  content: "";
  position: absolute;
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  border: 1px solid var(--zoom-color-border-subtle-neutral);
  background-color: var(--zoom-color-fill-default);
  transform: rotate(45deg);
}
.fe-popups-coach-mark-parent--hidden {
  overflow: hidden;
}/* BEM support Func
 -------------------------- */
/* ========== Light Colors format: $color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/*
usage: fill | text | icon | border | state | underlay
expression: inverse | global | contrary | blend
prominence: default | subtle | subtler | strong | stronger
sentiment: neutral | primary | error | warning | success | complimentary | supplementary2 | transparent | light-transparent | dark-transparent
state: hover | press | disable | inactive
*/
/* ========== Dark Colors format: $dark-color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/* outline */
/* Border
-------------------------- */
/* line-height
-------------------------- */
/* Transition
-------------------------- */
/* Break-point
-------------------------- */
/* Break-points
 -------------------------- */
.fe-popups-coach-mark-step__container {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}
.fe-popups-coach-mark-step__body {
  padding: 20px;
  font-size: 14px;
}
.fe-popups-coach-mark-step__title {
  margin-bottom: 8px;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 20px;
}
.fe-popups-coach-mark-step__content {
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
}
.fe-popups-coach-mark-step__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px 20px;
}
.fe-popups-coach-mark-step__progress {
  padding-right: 8px;
  color: var(--zoom-color-text-neutral);
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 16px;
}/* BEM support Func
 -------------------------- */
/* ========== Light Colors format: $color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/*
usage: fill | text | icon | border | state | underlay
expression: inverse | global | contrary | blend
prominence: default | subtle | subtler | strong | stronger
sentiment: neutral | primary | error | warning | success | complimentary | supplementary2 | transparent | light-transparent | dark-transparent
state: hover | press | disable | inactive
*/
/* ========== Dark Colors format: $dark-color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/* outline */
/* Border
-------------------------- */
/* line-height
-------------------------- */
/* Transition
-------------------------- */
/* Break-point
-------------------------- */
/* Break-points
 -------------------------- */
.fe-popups-virtual-table {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  background-color: var(--zoom-color-bg-default);
  color: var(--zoom-color-text-stronger-neutral);
  font-size: 14px;
}
.fe-popups-virtual-table .hidden-columns {
  position: absolute;
  z-index: -1;
  visibility: hidden;
}
.fe-popups-virtual-table tr {
  background-color: var(--zoom-color-bg-default);
}
.fe-popups-virtual-table th, .fe-popups-virtual-table td {
  position: relative;
  vertical-align: middle;
  box-sizing: border-box;
  min-width: 0;
  border-bottom: 1px solid var(--zoom-color-border-subtle-neutral);
  text-align: left;
}
.fe-popups-virtual-table td {
  height: 52px;
  padding: 12px 0;
}
.fe-popups-virtual-table td div {
  box-sizing: border-box;
}
.fe-popups-virtual-table td.is-center {
  text-align: center;
}
.fe-popups-virtual-table td.is-center .fe-popups-virtual-table__tooltip.cell {
  justify-content: center;
}
.fe-popups-virtual-table td.is-right {
  text-align: right;
}
.fe-popups-virtual-table td.is-right .fe-popups-virtual-table__tooltip.cell {
  justify-content: flex-end;
}
.fe-popups-virtual-table .cell {
  box-sizing: border-box;
  padding: 0 16px;
  line-height: 18px;
  overflow-wrap: break-word;
}
.fe-popups-virtual-table .cell .text-wrapper {
  display: inline;
  outline: none;
}
.fe-popups-virtual-table .cell .flex-wrapper .fe-popups-radio {
  display: flex;
}
.fe-popups-virtual-table th {
  height: 36px;
  padding: 6px 0;
  background-color: var(--zoom-color-bg-default);
  color: var(--zoom-color-text-strong-neutral);
  user-select: none;
}
.fe-popups-virtual-table th.grey-cell {
  background-color: var(--zoom-color-fill-subtler-neutral);
}
.fe-popups-virtual-table th .fe-popups-skeleton {
  padding: 0;
}
.fe-popups-virtual-table th > .cell {
  position: relative;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
}
.fe-popups-virtual-table th > .cell.highlight {
  color: var(--zoom-color-fill-primary);
}
.fe-popups-virtual-table th > .cell .fe-popups-checkbox {
  display: block;
}
.fe-popups-virtual-table th.is-center .cell {
  justify-content: center;
}
.fe-popups-virtual-table th.is-right .cell {
  justify-content: flex-end;
}
.fe-popups-virtual-table tr td.fe-popups-virtual-table-fixed-column--left, .fe-popups-virtual-table tr td.fe-popups-virtual-table-fixed-column--right,
.fe-popups-virtual-table tr th.fe-popups-virtual-table-fixed-column--left,
.fe-popups-virtual-table tr th.fe-popups-virtual-table-fixed-column--right {
  position: sticky !important;
  z-index: 1;
}
.fe-popups-virtual-table tr td.fe-popups-virtual-table-fixed-column--left.is-last-column::before, .fe-popups-virtual-table tr td.fe-popups-virtual-table-fixed-column--left.is-first-column::before, .fe-popups-virtual-table tr td.fe-popups-virtual-table-fixed-column--right.is-last-column::before, .fe-popups-virtual-table tr td.fe-popups-virtual-table-fixed-column--right.is-first-column::before,
.fe-popups-virtual-table tr th.fe-popups-virtual-table-fixed-column--left.is-last-column::before,
.fe-popups-virtual-table tr th.fe-popups-virtual-table-fixed-column--left.is-first-column::before,
.fe-popups-virtual-table tr th.fe-popups-virtual-table-fixed-column--right.is-last-column::before,
.fe-popups-virtual-table tr th.fe-popups-virtual-table-fixed-column--right.is-first-column::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: -1px;
  overflow: hidden;
  width: 10px;
  box-shadow: none;
  pointer-events: none;
  touch-action: none;
}
.fe-popups-virtual-table tr td.fe-popups-virtual-table-fixed-column--left.is-first-column::before, .fe-popups-virtual-table tr td.fe-popups-virtual-table-fixed-column--right.is-first-column::before,
.fe-popups-virtual-table tr th.fe-popups-virtual-table-fixed-column--left.is-first-column::before,
.fe-popups-virtual-table tr th.fe-popups-virtual-table-fixed-column--right.is-first-column::before {
  left: -10px;
}
.fe-popups-virtual-table tr td.fe-popups-virtual-table-fixed-column--left.is-last-column::before, .fe-popups-virtual-table tr td.fe-popups-virtual-table-fixed-column--right.is-last-column::before,
.fe-popups-virtual-table tr th.fe-popups-virtual-table-fixed-column--left.is-last-column::before,
.fe-popups-virtual-table tr th.fe-popups-virtual-table-fixed-column--right.is-last-column::before {
  right: -10px;
  box-shadow: none;
}
.fe-popups-virtual-table tr td {
  background: var(--zoom-color-bg-default);
}
.fe-popups-virtual-table thead {
  position: sticky;
  top: 0;
  z-index: 2;
}
.fe-popups-virtual-table thead th {
  font-weight: 600;
  font-size: 12px;
}
.fe-popups-virtual-table thead:hover th:not(:last-child).resizable-column .cell::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 2px;
  height: 16px;
  background-color: var(--zoom-color-border-neutral);
  transform: translateY(-8px);
}
.fe-popups-virtual-table tfoot tr td:not(.fe-popups-virtual-table__empty-text) {
  background: var(--zoom-color-fill-default);
}
.fe-popups-virtual-table .label-wrapper {
  margin-right: 4px;
  outline: none;
}
.fe-popups-virtual-table .label-empty-wrapper {
  display: block;
  overflow: hidden;
  width: 20px;
  height: 20px;
  padding: 0;
  outline: none;
  line-height: 18px;
  text-overflow: clip !important;
}
.fe-popups-virtual-table .label-empty-wrapper .label-empty {
  visibility: hidden;
}
.fe-popups-virtual-table .sort-emphasize .label-wrapper {
  color: var(--zoom-color-text-primary);
}
.fe-popups-virtual-table .sort-emphasize .sort-wrapper .fe-popups-icon {
  color: var(--zoom-color-text-primary);
}
.fe-popups-virtual-table .sort-emphasize .sort-wrapper .is-tertiary-disabled .fe-popups-icon {
  color: var(--zoom-color-state-disable);
}
.fe-popups-virtual-table .filter-emphasize .label-wrapper {
  color: var(--zoom-color-text-primary);
}
.fe-popups-virtual-table .filter-emphasize .filter-wrapper .fe-popups-icon {
  color: var(--zoom-color-text-primary);
}
.fe-popups-virtual-table .filter-emphasize .filter-wrapper .is-tertiary-disabled .fe-popups-icon {
  color: var(--zoom-color-state-disable);
}
.fe-popups-virtual-table .sort-emphasize.disabled-btn .label-wrapper, .fe-popups-virtual-table .filter-emphasize.disabled-btn .label-wrapper {
  color: var(--zoom-color-state-disable);
}
.fe-popups-virtual-table table {
  max-width: none;
  border-collapse: separate;
  table-layout: fixed;
}
.fe-popups-virtual-table table tr.selection-row > td {
  background-color: var(--zoom-color-fill-subtler-primary) !important;
}
.fe-popups-virtual-table table tr.selection-row:hover > td {
  background-color: var(--zoom-color-component-virtual-table-selection-row-hover) !important;
}
.fe-popups-virtual-table [class*=zoom-virtual-table__row--level] .fe-popups-virtual-table__expand-icon div.is-loading {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  line-height: 18px;
}
.fe-popups-virtual-table [class*=zoom-virtual-table__row--level] .fe-popups-virtual-table__expand-icon div.is-loading .fe-popups-icon {
  font-size: 16px;
}
.fe-popups-virtual-table .is-scrolling-left .fe-popups-virtual-table-fixed-column--right.is-first-column::before {
  box-shadow: inset -10px 0 10px -10px rgba(0, 0, 0, 0.15);
}
.fe-popups-virtual-table .is-scrolling-right .fe-popups-virtual-table-fixed-column--left.is-last-column::before {
  box-shadow: inset 10px 0 10px -10px rgba(0, 0, 0, 0.15);
}
.fe-popups-virtual-table .is-scrolling-middle .fe-popups-virtual-table-fixed-column--right.is-first-column::before {
  box-shadow: inset -10px 0 10px -10px rgba(0, 0, 0, 0.15);
}
.fe-popups-virtual-table .is-scrolling-middle .fe-popups-virtual-table-fixed-column--left.is-last-column::before {
  box-shadow: inset 10px 0 10px -10px rgba(0, 0, 0, 0.15);
}
.fe-popups-virtual-table__footer {
  position: sticky;
  bottom: 0;
  z-index: 2;
}
.fe-popups-virtual-table__footer td {
  border-top: 1px solid var(--zoom-color-border-subtle-neutral);
}
.fe-popups-virtual-table__footer .sum-total {
  font-weight: 600;
}
.fe-popups-virtual-table__loading {
  display: flex;
  align-items: center;
}
.fe-popups-virtual-table__loading td {
  position: sticky;
  padding: 12px;
  border: none;
  text-align: center;
}
.fe-popups-virtual-table__row:has(+ .fe-popups-virtual-table__expanded-row) > td {
  border-bottom: none;
}
.fe-popups-virtual-table__row:not(.fe-popups-virtual-table__skeleton):hover > td {
  background-color: var(--zoom-color-component-virtual-table-row-hover);
}
.fe-popups-virtual-table__empty-block {
  display: flex;
  justify-content: start;
  align-items: center;
  width: 100%;
  min-height: 60px;
}
.fe-popups-virtual-table__empty-block td {
  position: sticky;
  height: auto;
  border: none !important;
  text-align: center;
}
.fe-popups-virtual-table__empty-text {
  padding: 14px 0;
  color: var(--zoom-color-text-stronger-neutral);
  font-weight: 600;
  line-height: 18px;
}
.fe-popups-virtual-table__indent-empty {
  display: inline-flex;
  width: 24px;
}
.fe-popups-virtual-table__empty-image {
  display: inline-block;
  min-width: 320px;
  padding-top: 200px;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAwIiBoZWlnaHQ9IjIwMCIgdmlld0JveD0iMCAwIDIwMCAyMDAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMF8xNTQzMTFfMTQ5MSkiPgo8bWFzayBpZD0ibWFzazBfMTU0MzExXzE0OTEiIHN0eWxlPSJtYXNrLXR5cGU6YWxwaGEiIG1hc2tVbml0cz0idXNlclNwYWNlT25Vc2UiIHg9IjEwMSIgeT0iMTMwIiB3aWR0aD0iMTE5IiBoZWlnaHQ9IjQwIj4KPHBhdGggZD0iTTEzOC45MjUgMTMwLjQ3MUgyMTkuMDY5QzIxOS44NTkgMTMwLjQ3MSAyMjAuMDM0IDEzMS41ODEgMjE5LjI4MyAxMzEuODI1TDEwMS41NzEgMTY5Ljk1M0wxMDguNzggMTUxLjgzTDEzOC45MjUgMTMwLjQ3MVoiIGZpbGw9ImJsYWNrIi8+CjwvbWFzaz4KPGcgbWFzaz0idXJsKCNtYXNrMF8xNTQzMTFfMTQ5MSkiPgo8Y2lyY2xlIGN4PSIxMzguMTE0IiBjeT0iMTQzLjA4MiIgcj0iNTMuMTM1NyIgdHJhbnNmb3JtPSJyb3RhdGUoNDAuNzQ3IDEzOC4xMTQgMTQzLjA4MikiIGZpbGw9InVybCgjcGFpbnQwX2xpbmVhcl8xNTQzMTFfMTQ5MSkiLz4KPC9nPgo8cGF0aCBkPSJNNDYuNTIzOSA4Ni40NTk1TDU1LjAxOTYgMTA1LjAzOUM1NS40Mzg2IDEwNS45NTUgNTYuMzIxNCAxMDYuNTczIDU3LjMyNTkgMTA2LjY1MUw5NS40ODgxIDEwOS42NDNDOTYuMjk0NCAxMDkuNzA2IDk2Ljk4MzcgMTA5LjA2OSA5Ni45ODM3IDEwOC4yNlY3Ny4zOTgzTDQ2LjUyMzkgODYuNDU5NVoiIGZpbGw9IiMwRTcyRUQiLz4KPHBhdGggZD0iTTE1Mi4wMzIgODQuNTE3OVYxMDMuMTAyQzE1Mi4wMzIgMTA0LjYzNCAxNTAuNzg5IDEwNS44NzYgMTQ5LjI1NyAxMDUuODc2SDk4LjM3MThDOTcuNjA1NiAxMDUuODc2IDk2Ljk4NDYgMTA1LjI1NSA5Ni45ODQ2IDEwNC40ODlWNzcuMzk4M0wxNTIuMDMyIDg0LjUxNzlaIiBmaWxsPSIjNDc5M0YxIi8+CjxwYXRoIGQ9Ik00Ni41MjM5IDg2LjQ1OTZWMTQ2LjczMkM0Ni41MjM5IDE0Ny44NTggNDcuMjA0NyAxNDguODczIDQ4LjI0NjkgMTQ5LjI5OUwxMDAuMjYgMTcwLjZWMTAzLjI4OEw0Ni41MjM5IDg2LjQ1OTZaIiBmaWxsPSIjNDc5M0YxIi8+CjxwYXRoIGQ9Ik00Ni41MjM5IDg2LjQ1OTZWMTE2Ljk3OUM0Ni41MjM5IDExOC4wOTUgNDcuMTkzIDExOS4xMDMgNDguMjIxOSAxMTkuNTM2TDg1LjUxMzMgMTM1LjIzNEM4Ni4wOTM5IDEzNS40NzkgODYuNzYxMyAxMzUuMzAyIDg3LjExNTggMTM0Ljc4MkM4OC44NTYgMTMyLjIyNiA5My43NTYxIDEyNC4yMzQgOTUuMDE3NyAxMTMuNjQzQzk1Ljg3MzggMTA2LjQ1NyAxMDAuMjYgMTAzLjI4OCAxMDAuMjYgMTAzLjI4OEw0Ni41MjM5IDg2LjQ1OTZaIiBmaWxsPSIjMjUzOEJGIi8+CjxwYXRoIGQ9Ik0xNTIuMDMyIDg0LjUxODJWMTQ2Ljc1OUMxNTIuMDMyIDE0Ny44NzIgMTUxLjM2NyAxNDguODc3IDE1MC4zNDIgMTQ5LjMxMkwxMDAuMjYxIDE3MC42VjEwMy4yODhMMTUyLjAzMiA4NC41MTgyWiIgZmlsbD0iIzBFNzJFRCIvPgo8cGF0aCBkPSJNMTUyLjAzMiA4NC41MTgyVjEyMC4yMzhDMTUyLjAzMiAxMjAuNTQ5IDE1MS44MzEgMTIwLjgyIDE1MS41MzIgMTIwLjkwM0MxNDkuNTE2IDEyMS40NjggMTQxLjc2OCAxMjMuNjIxIDEzNC45OTMgMTI1LjI5NEMxMjguNDk3IDEyNi44OTggMTE4Ljg3MSAxMzIuNDc2IDExNS43MTkgMTM0LjM2OUMxMTUuMTE4IDEzNC43MjkgMTE0LjM1NiAxMzQuNTkxIDExMy45NjUgMTM0LjAxQzExMi40NDIgMTMxLjc0NSAxMDguODQzIDEyNS42MDMgMTA2LjgxNCAxMTUuNTg1QzEwNS4zNzcgMTA4LjQ5IDEwMS41NzIgMTAzLjI4OCAxMDEuNTcyIDEwMy4yODhMMTUyLjAzMiA4NC41MTgyWiIgZmlsbD0iIzI1MzhCRiIvPgo8cGF0aCBkPSJNNDYuNTI0MyA4Ni40NTk2TDEwMC4yNjEgMTAzLjI4OEMxMDAuMjYxIDEwMy4yODggOTQuNTYwMyAxMDcuMjMzIDkyLjM5NjggMTEzLjY0M0M4OS41MTQ5IDEyMi4xODIgODQuNjA1MiAxMjYuMjE1IDgzLjQ2NDIgMTI3LjA2M0M4My4zMTA4IDEyNy4xNzcgODMuMTI3NSAxMjcuMjEzIDgyLjk0MTkgMTI3LjE2N0M4MC43NDI5IDEyNi42MzIgNjYuMTMzMSAxMjIuOTc4IDU3LjY2NDggMTE4LjQ5OEM0OC40OTAzIDExMy42NDMgMzIuMTA3MiAxMDkuNzYgMzIuMTA3MiAxMDkuNzZDMzIuMTA3MiAxMDkuNzYgMzguMDA1MSAxMDMuOTM1IDM5Ljk3MTEgOTUuNTIwOEM0MS45MzcxIDg5LjA0ODUgNDYuNTI0MyA4Ni40NTk2IDQ2LjUyNDMgODYuNDU5NloiIGZpbGw9IiNFN0YxRkQiLz4KPHBhdGggZD0iTTE1Mi4wMzIgODQuNTE4MkwxMDAuMjYxIDEwMy4yODhDMTAwLjI2MSAxMDMuMjg4IDEwNi4xNTkgMTA2LjUyNCAxMDcuNDcgMTEyLjM0OUMxMDguNzQgMTE3Ljk5MyAxMTEuMjQgMTI0Ljg1MyAxMTQuOTcxIDEyOS4zOTVDMTE1LjE3OSAxMjkuNjQ4IDExNS41MzkgMTI5LjcxMSAxMTUuODI1IDEyOS41NTFDMTIyLjM2NCAxMjUuODgxIDEyNy40NzkgMTIyLjAwNSAxNDEuNTQ2IDExNy44NzZDMTU1Ljk2MyAxMTMuNjQ0IDE1NC40MyAxMTEuOTIgMTY0LjM2NSAxMDguMTA1QzE2NC4zNjUgMTA4LjEwNSAxNTcuOTI5IDk4LjExIDE1Ni42MTkgOTIuMjg1QzE1NS4zMDggODYuNDU5OSAxNTIuMDMyIDg0LjUxODIgMTUyLjAzMiA4NC41MTgyWiIgZmlsbD0iI0E4Q0NGOCIvPgo8L2c+CjxkZWZzPgo8bGluZWFyR3JhZGllbnQgaWQ9InBhaW50MF9saW5lYXJfMTU0MzExXzE0OTEiIHgxPSIxMTEuNTQ2IiB5MT0iMTg5LjU3NSIgeDI9IjE2OS45OTUiIHkyPSI5Ny45MTYyIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+CjxzdG9wIHN0b3AtY29sb3I9IiMyNTM4QkYiLz4KPHN0b3Agb2Zmc2V0PSIwLjkyNzA4MyIgc3RvcC1jb2xvcj0iIzI1MzhCRiIgc3RvcC1vcGFjaXR5PSIwIi8+CjwvbGluZWFyR3JhZGllbnQ+CjxjbGlwUGF0aCBpZD0iY2xpcDBfMTU0MzExXzE0OTEiPgo8cmVjdCB3aWR0aD0iMTY3Ljg5MyIgaGVpZ2h0PSI5My4xMTA4IiBmaWxsPSJ3aGl0ZSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMzIuMTA3MiA3Ny4zOTgzKSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo=") no-repeat center top;
}
.fe-popups-virtual-table--enable-row-transition .fe-popups-virtual-table__body td {
  transition: background-color 0.25s ease;
}
.fe-popups-virtual-table--span td, .fe-popups-virtual-table--span th {
  border-right: 1px solid var(--zoom-color-border-subtle-neutral);
}
.fe-popups-virtual-table--span {
  border-top: 1px solid var(--zoom-color-border-subtle-neutral);
  border-left: 1px solid var(--zoom-color-border-subtle-neutral);
}
.fe-popups-virtual-table--border {
  border: 1px solid var(--zoom-color-border-subtle-neutral);
  border-radius: 8px;
}
.fe-popups-virtual-table__expand-icon {
  display: inline-flex;
  margin-right: 16px;
  transition: transform 0.3s ease;
}
.fe-popups-virtual-table__expand-icon--expanded {
  transform: rotate(90deg);
}
.fe-popups-virtual-table__expand-icon--animating {
  transform: rotate(0);
}
.fe-popups-virtual-table__expanded-cell[class*=cell] {
  height: 0;
  padding: 0;
}
.fe-popups-virtual-table__expand-inner {
  padding: 16px 16px 16px 72px;
}
.fe-popups-virtual-table__force-expanded-cell[class*=cell] .fe-popups-virtual-table__expand-inner {
  padding: 0 16px;
}
.fe-popups-virtual-table__expanded-row-fixed {
  display: flex;
  border-bottom: 1px solid var(--zoom-color-border-subtle-neutral);
}
.fe-popups-virtual-table__expanded-row-fixed td {
  position: sticky;
  left: 0;
  height: 100% !important;
  border-bottom: none;
}
.fe-popups-virtual-table__draggable-column .cell {
  padding: 4px 14px;
  line-height: 14px;
}
.fe-popups-virtual-table__draggable-column .cell .fe-popups-button__icon {
  width: 16px;
  height: 16px;
  color: var(--zoom-color-text-neutral);
}
.fe-popups-virtual-table__column-resize-proxy {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 200px;
  z-index: 10;
  width: 0;
  border-left: 2px solid var(--zoom-color-border-neutral);
  pointer-events: none;
}
.fe-popups-virtual-table__column-resize-proxy.is-active {
  border-color: var(--zoom-color-border-primary);
}
.fe-popups-virtual-table__tooltip.cell {
  display: flex;
  align-items: center;
}
.fe-popups-virtual-table__tooltip .text-wrapper {
  display: block !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fe-popups-virtual-table-filter__popover .fe-popups-popover {
  padding: 12px;
}
.fe-popups-virtual-table-filter__popover .fe-popups-popover__actionable {
  display: flex;
  justify-content: end;
  margin-top: 12px;
}
.fe-popups-virtual-table-filter__content {
  min-width: 150px;
}
.fe-popups-virtual-table-column-setting__trigger-btn-wrapper {
  position: sticky !important;
  right: 0;
  z-index: 3;
  width: 1px;
}
.fe-popups-virtual-table-column-setting__trigger-btn {
  position: absolute;
  right: 16px;
}
.fe-popups-virtual-table-column-setting__item {
  display: flex;
  align-items: center;
  height: 32px;
  padding: 0 8px;
  border-radius: 8px;
  line-height: 32px;
}
.fe-popups-virtual-table-column-setting__item:hover {
  background-color: var(--zoom-color-state-subtle-neutral-hover);
}
.fe-popups-virtual-table-column-setting__item-movable {
  display: inline-flex;
  margin-right: 4px;
}
.fe-popups-virtual-table-column-setting__search {
  margin: 2px 20px 0;
}
.fe-popups-virtual-table-column-setting__popover .fe-popups-popover {
  padding: 12px 0;
}
.fe-popups-virtual-table-column-setting__popover .fe-popups-popover__actionable {
  display: flex;
  justify-content: end;
  margin: 12px 12px 0 12px;
}
.fe-popups-virtual-table-column-setting__item-prop {
  display: flex;
  flex: 1;
  align-items: center;
}
.fe-popups-virtual-table-column-setting__item-tip {
  display: inline-flex;
  margin-left: 4px;
}
.fe-popups-virtual-table-column-setting__item-toggle {
  display: inline-flex;
  margin-right: 4px;
}
.fe-popups-virtual-table-column-setting__link {
  margin-right: 12px;
  margin-left: 20px;
}
.fe-popups-virtual-table-column-setting__list {
  margin: 4px 12px;
}
.is-vue3-keyboard-event .fe-popups-virtual-table-column-setting__item:focus {
  outline: 2px solid var(--zoom-color-border-primary);
  outline-offset: 2px;
}
.is-vue3-keyboard-event .fe-popups-virtual-table tbody tr td:focus, .is-vue3-keyboard-event .fe-popups-virtual-table tfoot tr td:focus {
  outline: 2px solid var(--zoom-color-border-primary);
  outline-offset: -2px;
}
.is-vue3-keyboard-event .fe-popups-virtual-table thead tr th:focus {
  outline: 2px solid var(--zoom-color-border-primary);
  outline-offset: -2px;
}
.is-vue3-keyboard-event .fe-popups-virtual-table .cell span:not(.fe-popups-select-input__span):focus {
  border-radius: 4px;
  outline: 2px solid var(--zoom-color-border-primary);
  outline-offset: 2px;
}
.is-vue3-keyboard-event .fe-popups-virtual-table .label-empty-wrapper:focus {
  border-radius: 4px;
  outline: 2px solid var(--zoom-color-border-primary);
  outline-offset: 2px;
}/* BEM support Func
 -------------------------- */
/* ========== Light Colors format: $color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/*
usage: fill | text | icon | border | state | underlay
expression: inverse | global | contrary | blend
prominence: default | subtle | subtler | strong | stronger
sentiment: neutral | primary | error | warning | success | complimentary | supplementary2 | transparent | light-transparent | dark-transparent
state: hover | press | disable | inactive
*/
/* ========== Dark Colors format: $dark-color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/* outline */
/* Border
-------------------------- */
/* line-height
-------------------------- */
/* Transition
-------------------------- */
/* Break-point
-------------------------- */
/* Break-points
 -------------------------- */
.fe-popups-tiered-menu__skeleton {
  width: 160px;
  padding: 8px;
}
.fe-popups-tiered-menu__skeleton-item {
  padding: 6px 8px;
  line-height: 20px;
}
.fe-popups-tiered-menu__root-list {
  padding: 12px;
}
.fe-popups-tiered-menu__root-list:focus-visible {
  outline: none;
}
.fe-popups-tiered-menu__item {
  position: relative;
  border-radius: 8px;
  outline-offset: 2px;
}
.fe-popups-tiered-menu__item:focus-visible {
  outline: none;
}
.fe-popups-tiered-menu__item.is-separator:not(:first-of-type) .fe-popups-tiered-menu__item-content {
  margin-top: 8px;
  padding-top: 16px;
  border-top: 1px solid var(--zoom-color-border-subtle-neutral);
}
.fe-popups-tiered-menu__item.is-separator.is-empty:first-of-type .fe-popups-tiered-menu__item-content {
  margin-top: 0;
  padding-top: 8px;
  border-top: none;
}
.fe-popups-tiered-menu__item.is-separator.is-empty .fe-popups-tiered-menu__item-content {
  margin: 8px 8px 0 8px;
  padding: 16px 0 0 0;
}
.fe-popups-tiered-menu__item.is-separator.is-empty .fe-popups-tiered-menu__item-label {
  padding-bottom: 8px;
  color: var(--zoom-color-text-neutral);
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 16px;
}
.fe-popups-tiered-menu__item.is-separator.is-empty .fe-popups-tiered-menu__item-label:empty {
  padding: 0;
}
.fe-popups-tiered-menu__item.is-separator.is-separator-empty .fe-popups-tiered-menu__item-content {
  height: 0;
  padding: 8px 0 0 0;
}
.fe-popups-tiered-menu__item.is-separator .fe-popups-tiered-menu__item-content {
  padding: 8px;
  border-radius: unset;
  cursor: default;
}
.fe-popups-tiered-menu__item.is-separator .fe-popups-tiered-menu__item-content:hover {
  background-color: transparent;
}
.fe-popups-tiered-menu__item.is-separator .fe-popups-tiered-menu__item-content:active {
  background-color: transparent;
}
.fe-popups-tiered-menu__item.is-danger > .fe-popups-tiered-menu__item-content {
  color: var(--zoom-color-text-error);
}
.fe-popups-tiered-menu__item.is-active > .fe-popups-tiered-menu__item-content {
  background-color: var(--zoom-color-state-subtle-neutral-hover);
}
.fe-popups-tiered-menu__item.is-disabled .fe-popups-tiered-menu__item-content {
  color: var(--zoom-color-state-disable);
  cursor: not-allowed;
}
.fe-popups-tiered-menu__item.is-disabled .fe-popups-tiered-menu__item-content:hover {
  background-color: transparent;
}
.fe-popups-tiered-menu__item.is-disabled .fe-popups-tiered-menu__item-content:active {
  background-color: transparent;
}
.fe-popups-tiered-menu__item.is-disabled.is-danger .fe-popups-tiered-menu__item-content {
  color: var(--zoom-color-state-subtle-error-disable);
}
.fe-popups-tiered-menu__item-content {
  display: flex;
  align-items: center;
  padding: 7px 8px;
  border-radius: 4px;
  color: var(--zoom-color-text-stronger-neutral);
  white-space: nowrap;
  cursor: pointer;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 18px;
}
.fe-popups-tiered-menu__item-content:focus {
  outline: none;
}
.fe-popups-tiered-menu__item-content:hover {
  background-color: var(--zoom-color-state-subtle-neutral-hover);
}
.fe-popups-tiered-menu__item-content:active {
  background-color: var(--zoom-color-state-subtle-neutral-press);
}
.fe-popups-tiered-menu__item-icon {
  margin-right: 8px;
  font-size: 16px;
}
.fe-popups-tiered-menu__item-label {
  flex: 1;
}
.fe-popups-tiered-menu__submenu-icon {
  margin-left: 12px;
}
.fe-popups-tiered-menu__submenu {
  padding: 12px;
}
.is-vue3-keyboard-event .fe-popups-tiered-menu__item:focus {
  outline: 2px solid var(--zoom-color-border-primary);
}
.fe-popups-context-menu {
  position: absolute;
  min-width: 10px;
  border: 1px solid var(--zoom-color-border-subtle-neutral);
  border-radius: 12px;
  background-color: var(--zoom-color-fill-default);
  color: var(--zoom-color-text-stronger-neutral);
  box-shadow: 0 12px 24px 0 var(--zoom-color-underlay-dropShadow), 0 6px 12px 0 var(--zoom-color-underlay-dropShadow);
  font-size: 14px;
}
.fe-popups-context-menu__root-list {
  padding: 11px;
}
.fe-popups-context-menu__root-list:focus-visible {
  outline: none;
}
.fe-popups-context-menu__skeleton {
  width: 160px;
  padding: 12px;
}
.fe-popups-context-menu__skeleton-item {
  padding: 6px 8px;
  line-height: 20px;
}/* BEM support Func
 -------------------------- */
/* ========== Light Colors format: $color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/*
usage: fill | text | icon | border | state | underlay
expression: inverse | global | contrary | blend
prominence: default | subtle | subtler | strong | stronger
sentiment: neutral | primary | error | warning | success | complimentary | supplementary2 | transparent | light-transparent | dark-transparent
state: hover | press | disable | inactive
*/
/* ========== Dark Colors format: $dark-color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/* outline */
/* Border
-------------------------- */
/* line-height
-------------------------- */
/* Transition
-------------------------- */
/* Break-point
-------------------------- */
/* Break-points
 -------------------------- */
.fe-popups-banner {
  position: relative;
  box-sizing: border-box;
  padding: 16px;
  border: 1px solid var(--zoom-color-border-subtle-primary);
  border-radius: 12px;
  background-color: var(--zoom-color-fill-subtler-primary);
  color: var(--zoom-color-text-stronger-neutral);
  opacity: 1;
  transition: opacity 0.3s;
}
.fe-popups-banner .fe-popups-button.fe-popups-banner--closable {
  position: absolute;
  top: 13px;
  right: 13px;
}
.fe-popups-banner.is-closable {
  padding-right: 47px;
}
.fe-popups-banner.is-bleed {
  border: none;
  border-bottom: 1px solid var(--zoom-color-border-subtle-primary);
  border-radius: 0;
}
.fe-popups-banner.is-bleed.fe-popups-banner--success {
  border-bottom-color: var(--zoom-color-border-subtle-success);
}
.fe-popups-banner.is-bleed.fe-popups-banner--info {
  border-bottom-color: var(--zoom-color-border-subtle-primary);
}
.fe-popups-banner.is-bleed.fe-popups-banner--warning {
  border-bottom-color: var(--zoom-color-border-subtle-warning);
}
.fe-popups-banner.is-bleed.fe-popups-banner--danger {
  border-bottom-color: var(--zoom-color-border-subtle-error);
}
.fe-popups-banner.is-bleed .fe-popups-button.fe-popups-banner--closable {
  top: 14px;
  right: 14px;
}
.fe-popups-banner__main {
  display: flex;
  align-items: center;
  margin: 0;
}
.fe-popups-banner--success {
  border: 1px solid var(--zoom-color-border-subtle-success);
  background-color: var(--zoom-color-fill-subtler-success);
  background-image: linear-gradient(var(--zoom-color-component-banner-transparent-layer-success));
}
.fe-popups-banner--info {
  border: 1px solid var(--zoom-color-border-subtle-primary);
  background-color: var(--zoom-color-fill-subtler-primary);
  background-image: linear-gradient(var(--zoom-color-component-banner-transparent-layer-info));
}
.fe-popups-banner--warning {
  border: 1px solid var(--zoom-color-border-subtle-warning);
  background-color: var(--zoom-color-fill-subtler-warning);
  background-image: linear-gradient(var(--zoom-color-component-banner-transparent-layer-warning));
}
.fe-popups-banner--danger {
  border: 1px solid var(--zoom-color-border-subtle-error);
  background-color: var(--zoom-color-fill-subtler-error);
  background-image: linear-gradient(var(--zoom-color-component-banner-transparent-layer-error));
}
.fe-popups-banner__icon {
  align-self: self-start;
}
.fe-popups-banner__body {
  flex: 1;
  margin-right: 8px;
  margin-left: 12px;
}
.fe-popups-banner__title {
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  line-height: 18px;
}
.fe-popups-banner__content {
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 18px;
}
.fe-popups-banner__content.is-gapped {
  margin-top: 4px;
}
.fe-popups-banner__actionable {
  align-self: self-start;
  line-height: 1;
  text-align: right;
}
.fe-popups-banner__actionable.is-closable {
  margin-right: 8px;
}
.fe-popups-banner__actionable-bottom {
  margin-top: 8px;
  line-height: 1;
}
.fe-popups-banner-fade-enter-from,
.fe-popups-banner-fade-leave-active {
  opacity: 0;
}
.fe-popups-theme--highContrast .fe-popups-banner {
  border: 1px solid transparent;
}/* BEM support Func
 -------------------------- */
/* ========== Light Colors format: $color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/*
usage: fill | text | icon | border | state | underlay
expression: inverse | global | contrary | blend
prominence: default | subtle | subtler | strong | stronger
sentiment: neutral | primary | error | warning | success | complimentary | supplementary2 | transparent | light-transparent | dark-transparent
state: hover | press | disable | inactive
*/
/* ========== Dark Colors format: $dark-color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/* outline */
/* Border
-------------------------- */
/* line-height
-------------------------- */
/* Transition
-------------------------- */
/* Break-point
-------------------------- */
/* Break-points
 -------------------------- */
.fe-popups-dialog {
  position: relative;
  box-sizing: border-box;
  margin: auto;
  border-radius: 32px;
  background-color: var(--zoom-color-fill-default);
  box-shadow: 0 12px 24px 0 var(--zoom-color-underlay-dropShadow), 0 6px 12px 0 var(--zoom-color-underlay-dropShadow);
}
.fe-popups-dialog.is-sm {
  width: 448px;
}
.fe-popups-dialog.is-md {
  width: 684px;
}
.fe-popups-dialog.is-lg {
  width: 920px;
}
.fe-popups-dialog.is-fullscreen {
  overflow: auto;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  border-radius: 0;
}
.fe-popups-dialog__header {
  padding: 32px 32px 24px;
}
.fe-popups-dialog__header.is-elevated {
  box-shadow: 0 1px 0 0 var(--zoom-color-underlay-dropShadow);
}
.fe-popups-dialog__header.is-draggable {
  cursor: move;
  user-select: none;
}
.fe-popups-dialog__close.fe-popups-button {
  position: absolute;
  top: 28px;
  right: 32px;
}
.fe-popups-dialog__title {
  padding-right: 40px;
  color: var(--zoom-color-text-stronger-neutral);
  overflow-wrap: break-word;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 24px;
}
.fe-popups-dialog__body {
  padding: 0 32px;
  color: var(--zoom-color-text-stronger-neutral);
}
.fe-popups-dialog__body.is-lost-footer {
  margin: 0 0 32px;
}
.fe-popups-dialog__body.is-allowed-resize {
  padding: 0;
}
.fe-popups-dialog__body-wrapper {
  padding: 0 32px 2px;
}
.fe-popups-dialog__footer {
  box-sizing: border-box;
  padding: 32px;
  text-align: right;
}
.fe-popups-dialog__footer.is-elevated {
  box-shadow: 0 -1px 0 0 var(--zoom-color-underlay-dropShadow);
}
.fe-popups-overlay-dialog {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  overflow: auto;
}/* BEM support Func
 -------------------------- */
/* ========== Light Colors format: $color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/*
usage: fill | text | icon | border | state | underlay
expression: inverse | global | contrary | blend
prominence: default | subtle | subtler | strong | stronger
sentiment: neutral | primary | error | warning | success | complimentary | supplementary2 | transparent | light-transparent | dark-transparent
state: hover | press | disable | inactive
*/
/* ========== Dark Colors format: $dark-color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/* outline */
/* Border
-------------------------- */
/* line-height
-------------------------- */
/* Transition
-------------------------- */
/* Break-point
-------------------------- */
/* Break-points
 -------------------------- */
.fe-popups-drawer {
  position: absolute;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  width: 400px;
  background-color: var(--zoom-color-fill-default);
  box-shadow: 0 12px 24px 0 var(--zoom-color-underlay-dropShadow), 0 6px 12px 0 var(--zoom-color-underlay-dropShadow);
  transition-duration: 0.3s;
  transition-property: transform, opacity;
}
.fe-popups-drawer.rtl {
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
}
.fe-popups-drawer.ltr {
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
}
.fe-popups-drawer.ttb {
  top: 0;
  left: 0;
  width: 100%;
}
.fe-popups-drawer.btt {
  bottom: 0;
  left: 0;
  width: 100%;
}
.fe-popups-drawer__close.fe-popups-button {
  position: absolute;
  top: 28px;
  right: 32px;
}
.fe-popups-drawer__header {
  padding: 32px 32px 32px 24px;
}
.fe-popups-drawer__header.is-elevated {
  box-shadow: 0 1px 0 0 var(--zoom-color-underlay-dropShadow);
}
.fe-popups-drawer__title {
  padding-right: 40px;
  color: var(--zoom-color-text-stronger-neutral);
  overflow-wrap: break-word;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 24px;
}
.fe-popups-drawer__body-outer {
  flex: 1;
}
.fe-popups-drawer__body {
  padding: 0 32px;
  color: var(--zoom-color-text-stronger-neutral);
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 18px;
}
.fe-popups-drawer__footer {
  box-sizing: border-box;
  padding: 32px;
  text-align: right;
}
.fe-popups-drawer__footer.is-elevated {
  box-shadow: 0 -1px 0 0 var(--zoom-color-underlay-dropShadow);
}
.drawer-fade-enter-active, .drawer-fade-leave-active {
  transition: all 0.3s;
}
.drawer-fade-enter-from, .drawer-fade-leave-to {
  opacity: 0;
}
.drawer-fade-enter-from.no-modal-rtl, .drawer-fade-leave-to.no-modal-rtl {
  transform: translateX(100%);
}
.drawer-fade-enter-from.no-modal-ltr, .drawer-fade-leave-to.no-modal-ltr {
  transform: translateX(-100%);
}
.drawer-fade-enter-from.no-modal-ttb, .drawer-fade-leave-to.no-modal-ttb {
  transform: translateY(-100%);
}
.drawer-fade-enter-from.no-modal-btt, .drawer-fade-leave-to.no-modal-btt {
  transform: translateY(100%);
}
.drawer-fade-enter-from .rtl.fe-popups-drawer, .drawer-fade-leave-to .rtl.fe-popups-drawer {
  transform: translateX(100%);
}
.drawer-fade-enter-from.rtl.fe-popups-drawer, .drawer-fade-leave-to.rtl.fe-popups-drawer {
  transform: translateX(100%);
}
.drawer-fade-enter-from .ltr.fe-popups-drawer, .drawer-fade-leave-to .ltr.fe-popups-drawer {
  transform: translateX(-100%);
}
.drawer-fade-enter-from.ltr.fe-popups-drawer, .drawer-fade-leave-to.ltr.fe-popups-drawer {
  transform: translateX(-100%);
}
.drawer-fade-enter-from .ttb.fe-popups-drawer, .drawer-fade-leave-to .ttb.fe-popups-drawer {
  transform: translateY(-100%);
}
.drawer-fade-enter-from.ttb.fe-popups-drawer, .drawer-fade-leave-to.ttb.fe-popups-drawer {
  transform: translateY(-100%);
}
.drawer-fade-enter-from .btt.fe-popups-drawer, .drawer-fade-leave-to .btt.fe-popups-drawer {
  transform: translateY(100%);
}
.drawer-fade-enter-from.btt.fe-popups-drawer, .drawer-fade-leave-to.btt.fe-popups-drawer {
  transform: translateY(100%);
}
.drawer-fade-enter-from, .drawer-fade-enter-active, .drawer-fade-enter-to, .drawer-fade-leave-from, .drawer-fade-leave-active, .drawer-fade-leave-to {
  overflow: hidden !important;
}
.drawer-fade-enter-to, .drawer-fade-leave-from {
  opacity: 1;
}/* BEM support Func
 -------------------------- */
/* ========== Light Colors format: $color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/*
usage: fill | text | icon | border | state | underlay
expression: inverse | global | contrary | blend
prominence: default | subtle | subtler | strong | stronger
sentiment: neutral | primary | error | warning | success | complimentary | supplementary2 | transparent | light-transparent | dark-transparent
state: hover | press | disable | inactive
*/
/* ========== Dark Colors format: $dark-color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/* outline */
/* Border
-------------------------- */
/* line-height
-------------------------- */
/* Transition
-------------------------- */
/* Break-point
-------------------------- */
/* Break-points
 -------------------------- */
.fe-popups-toast {
  position: fixed;
  box-sizing: border-box;
  width: 400px;
  padding: 16px;
  border: 1px solid var(--zoom-color-border-subtle-neutral);
  border-radius: 16px;
  background-color: var(--zoom-color-fill-default);
  color: var(--zoom-color-text-stronger-neutral);
  box-shadow: 0 12px 24px 0 var(--zoom-color-underlay-dropShadow), 0 6px 12px 0 var(--zoom-color-underlay-dropShadow);
}
.fe-popups-toast--closable {
  align-self: flex-start;
}
.fe-popups-toast--right {
  right: 16px;
  transition: opacity 0.3s, transform 0.3s;
}
.fe-popups-toast--left {
  left: 16px;
  transition: opacity 0.3s, transform 0.3s;
}
.fe-popups-toast--center {
  left: 50%;
  transition: opacity 0.3s, transform 0.3s, top 0.3s;
  transform: translateX(-50%);
}
.fe-popups-toast__main {
  display: flex;
  align-items: center;
  margin: 0;
}
.fe-popups-toast__icon {
  align-self: flex-start;
}
.fe-popups-toast__body {
  flex: 1;
  margin: 0 12px;
}
.fe-popups-toast__title {
  margin-bottom: 4px;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  line-height: 18px;
}
.fe-popups-toast__content {
  word-break: break-word;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
}
.fe-popups-toast__actionable {
  margin-top: 12px;
  text-align: right;
}
.fe-popups-toast-top-center-enter-from,
.fe-popups-toast-top-center-leave-to {
  opacity: 0;
  transform: translate(-50%, -100%);
}
.fe-popups-toast-top-right-enter-from.fe-popups-toast--right,
.fe-popups-toast-bottom-right-enter-from.fe-popups-toast--right {
  right: 0;
  transform: translateX(100%);
}
.fe-popups-toast-top-left-enter-from.fe-popups-toast--left,
.fe-popups-toast-bottom-left-enter-from.fe-popups-toast--left {
  left: 0;
  transform: translateX(-100%);
}
.fe-popups-toast-top-right-leave-to,
.fe-popups-toast-top-left-leave-to,
.fe-popups-toast-bottom-right-leave-to,
.fe-popups-toast-bottom-left-leave-to {
  opacity: 0;
}
.fe-popups-toast-top-right-leave-to.fe-popups-toast--right,
.fe-popups-toast-bottom-right-leave-to.fe-popups-toast--right {
  right: 0;
  transform: translateX(100%);
}
.fe-popups-toast-top-left-leave-to.fe-popups-toast--left,
.fe-popups-toast-bottom-left-leave-to.fe-popups-toast--left {
  left: 0;
  transform: translateX(-100%);
}/* BEM support Func
 -------------------------- */
/* ========== Light Colors format: $color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/*
usage: fill | text | icon | border | state | underlay
expression: inverse | global | contrary | blend
prominence: default | subtle | subtler | strong | stronger
sentiment: neutral | primary | error | warning | success | complimentary | supplementary2 | transparent | light-transparent | dark-transparent
state: hover | press | disable | inactive
*/
/* ========== Dark Colors format: $dark-color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/* outline */
/* Border
-------------------------- */
/* line-height
-------------------------- */
/* Transition
-------------------------- */
/* Break-point
-------------------------- */
/* Break-points
 -------------------------- */
.fe-popups-tiered-menu__skeleton {
  width: 160px;
  padding: 8px;
}
.fe-popups-tiered-menu__skeleton-item {
  padding: 6px 8px;
  line-height: 20px;
}
.fe-popups-tiered-menu__root-list {
  padding: 12px;
}
.fe-popups-tiered-menu__root-list:focus-visible {
  outline: none;
}
.fe-popups-tiered-menu__item {
  position: relative;
  border-radius: 8px;
  outline-offset: 2px;
}
.fe-popups-tiered-menu__item:focus-visible {
  outline: none;
}
.fe-popups-tiered-menu__item.is-separator:not(:first-of-type) .fe-popups-tiered-menu__item-content {
  margin-top: 8px;
  padding-top: 16px;
  border-top: 1px solid var(--zoom-color-border-subtle-neutral);
}
.fe-popups-tiered-menu__item.is-separator.is-empty:first-of-type .fe-popups-tiered-menu__item-content {
  margin-top: 0;
  padding-top: 8px;
  border-top: none;
}
.fe-popups-tiered-menu__item.is-separator.is-empty .fe-popups-tiered-menu__item-content {
  margin: 8px 8px 0 8px;
  padding: 16px 0 0 0;
}
.fe-popups-tiered-menu__item.is-separator.is-empty .fe-popups-tiered-menu__item-label {
  padding-bottom: 8px;
  color: var(--zoom-color-text-neutral);
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 16px;
}
.fe-popups-tiered-menu__item.is-separator.is-empty .fe-popups-tiered-menu__item-label:empty {
  padding: 0;
}
.fe-popups-tiered-menu__item.is-separator.is-separator-empty .fe-popups-tiered-menu__item-content {
  height: 0;
  padding: 8px 0 0 0;
}
.fe-popups-tiered-menu__item.is-separator .fe-popups-tiered-menu__item-content {
  padding: 8px;
  border-radius: unset;
  cursor: default;
}
.fe-popups-tiered-menu__item.is-separator .fe-popups-tiered-menu__item-content:hover {
  background-color: transparent;
}
.fe-popups-tiered-menu__item.is-separator .fe-popups-tiered-menu__item-content:active {
  background-color: transparent;
}
.fe-popups-tiered-menu__item.is-danger > .fe-popups-tiered-menu__item-content {
  color: var(--zoom-color-text-error);
}
.fe-popups-tiered-menu__item.is-active > .fe-popups-tiered-menu__item-content {
  background-color: var(--zoom-color-state-subtle-neutral-hover);
}
.fe-popups-tiered-menu__item.is-disabled .fe-popups-tiered-menu__item-content {
  color: var(--zoom-color-state-disable);
  cursor: not-allowed;
}
.fe-popups-tiered-menu__item.is-disabled .fe-popups-tiered-menu__item-content:hover {
  background-color: transparent;
}
.fe-popups-tiered-menu__item.is-disabled .fe-popups-tiered-menu__item-content:active {
  background-color: transparent;
}
.fe-popups-tiered-menu__item.is-disabled.is-danger .fe-popups-tiered-menu__item-content {
  color: var(--zoom-color-state-subtle-error-disable);
}
.fe-popups-tiered-menu__item-content {
  display: flex;
  align-items: center;
  padding: 7px 8px;
  border-radius: 4px;
  color: var(--zoom-color-text-stronger-neutral);
  white-space: nowrap;
  cursor: pointer;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 18px;
}
.fe-popups-tiered-menu__item-content:focus {
  outline: none;
}
.fe-popups-tiered-menu__item-content:hover {
  background-color: var(--zoom-color-state-subtle-neutral-hover);
}
.fe-popups-tiered-menu__item-content:active {
  background-color: var(--zoom-color-state-subtle-neutral-press);
}
.fe-popups-tiered-menu__item-icon {
  margin-right: 8px;
  font-size: 16px;
}
.fe-popups-tiered-menu__item-label {
  flex: 1;
}
.fe-popups-tiered-menu__submenu-icon {
  margin-left: 12px;
}
.fe-popups-tiered-menu__submenu {
  padding: 12px;
}
.is-vue3-keyboard-event .fe-popups-tiered-menu__item:focus {
  outline: 2px solid var(--zoom-color-border-primary);
}/* BEM support Func
 -------------------------- */
/* ========== Light Colors format: $color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/*
usage: fill | text | icon | border | state | underlay
expression: inverse | global | contrary | blend
prominence: default | subtle | subtler | strong | stronger
sentiment: neutral | primary | error | warning | success | complimentary | supplementary2 | transparent | light-transparent | dark-transparent
state: hover | press | disable | inactive
*/
/* ========== Dark Colors format: $dark-color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/* outline */
/* Border
-------------------------- */
/* line-height
-------------------------- */
/* Transition
-------------------------- */
/* Break-point
-------------------------- */
/* Break-points
 -------------------------- */
.fe-popups-side-menu {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 8px;
  background-color: var(--zoom-color-bg-default);
}
.fe-popups-side-menu__nav {
  padding: 4px;
}
.fe-popups-side-menu__sub {
  padding-left: 24px;
}
.fe-popups-side-menu__item-content {
  display: flex;
  align-items: center;
  min-height: 32px;
  margin-bottom: 4px;
  padding: 6px 8px;
  border-radius: 12px;
  color: var(--zoom-color-text-stronger-neutral);
  outline-offset: 2px;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  user-select: none;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 18px;
}
.fe-popups-side-menu__item-content:focus {
  outline: none;
}
.fe-popups-side-menu__item-content:hover {
  background-color: var(--zoom-color-state-subtle-neutral-hover);
  color: var(--zoom-color-text-stronger-neutral);
  text-decoration: none;
}
.fe-popups-side-menu__item-content:active {
  background-color: var(--zoom-color-state-subtle-neutral-press);
  color: var(--zoom-color-text-stronger-neutral);
  text-decoration: none;
}
.fe-popups-side-menu__item-content.is-disabled {
  color: var(--zoom-color-state-disable);
  cursor: not-allowed;
}
.fe-popups-side-menu__item-content.is-disabled:hover {
  background-color: transparent;
}
.fe-popups-side-menu__item-content.is-disabled:active {
  background-color: transparent;
}
.fe-popups-side-menu__item-content.is-muted {
  color: var(--zoom-color-text-neutral);
  font-size: 12px;
  line-height: 16px;
}
.fe-popups-side-menu__item-content.is-active {
  background-color: var(--zoom-color-fill-subtler-primary);
  color: var(--zoom-color-text-primary);
}
.fe-popups-side-menu__item-content.is-active.is-disabled {
  background-color: var(--zoom-color-toggle-button-background-selected);
  color: var(--zoom-color-state-subtle-primary-disable);
}
.fe-popups-side-menu__item-content.is-dragover {
  background-color: var(--zoom-color-state-subtle-primary-hover);
  color: var(--zoom-color-inverse-global-default);
}
.fe-popups-side-menu__item-content.is-separator {
  height: 0;
  min-height: 0;
  margin: 10px 8px 0 8px;
  padding: 0 0 8px 0;
  border-top: 1px solid var(--zoom-color-border-subtle-neutral);
  border-radius: unset;
  cursor: default;
}
.fe-popups-side-menu__item-content.is-separator:hover {
  background-color: transparent;
}
.fe-popups-side-menu__item-content.is-separator:active {
  background-color: transparent;
}
.fe-popups-side-menu__item-content.is-title {
  margin-top: 12px;
  cursor: text;
  user-select: auto;
}
.fe-popups-side-menu__item-content.is-title:hover {
  background-color: transparent;
}
.fe-popups-side-menu__item-content.is-title:active {
  background-color: transparent;
}
.fe-popups-side-menu__item-icon {
  margin-right: 8px;
  font-size: 16px;
}
.fe-popups-side-menu__item-label {
  flex: 1;
}
.fe-popups-side-menu__item-placeholader {
  width: 16px;
  margin-right: 8px;
}
.fe-popups-side-menu__item-badge {
  margin-left: 8px;
}
.fe-popups-side-menu__item-title {
  flex: 1;
  color: var(--zoom-color-text-neutral);
  font-size: 12px;
}
.fe-popups-side-menu__submenu-icon {
  width: 16px;
  height: 16px;
  margin-right: 8px;
  transition: transform 0.3s ease-in-out;
  transform: rotate(-90deg);
}
.fe-popups-side-menu__submenu-icon--expanded {
  transform: rotate(0);
}
.fe-popups-side-menu__column-resize-proxy {
  position: absolute;
  top: 0;
  right: -1px;
  bottom: 0;
  z-index: 10;
  width: 0;
  border-left: 2px solid var(--zoom-color-border-neutral);
  pointer-events: none;
}
.fe-popups-side-menu__column-resize-proxy.is-active {
  border-color: var(--zoom-color-border-primary);
}
.fe-popups-side-menu__empty {
  display: flex;
  justify-content: center;
  align-items: center;
}
.fe-popups-side-menu__empty img {
  width: 150px;
}
.is-vue3-keyboard-event .fe-popups-side-menu__item-content:focus {
  outline: 2px solid var(--zoom-color-border-primary);
}

/* List insertion/removal animation (flat list or children list updates) */
.fe-popups-side-menu-list-move,
.fe-popups-side-menu-list-enter-active,
.fe-popups-side-menu-list-leave-active {
  transition: opacity 0.18s ease, transform 0.18s ease;
}
.fe-popups-side-menu-list-enter-from,
.fe-popups-side-menu-list-leave-to {
  opacity: 0;
  transform: translateY(-4px);
}
.fe-popups-side-menu-list-leave-active {
  position: absolute;
}
.fe-popups-theme--highContrast .fe-popups-side-menu .fe-popups-side-menu__item-content.is-active {
  background-color: Highlight;
  color: HighlightText;
  forced-color-adjust: none;
}/* BEM support Func
 -------------------------- */
/* ========== Light Colors format: $color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/*
usage: fill | text | icon | border | state | underlay
expression: inverse | global | contrary | blend
prominence: default | subtle | subtler | strong | stronger
sentiment: neutral | primary | error | warning | success | complimentary | supplementary2 | transparent | light-transparent | dark-transparent
state: hover | press | disable | inactive
*/
/* ========== Dark Colors format: $dark-color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/* outline */
/* Border
-------------------------- */
/* line-height
-------------------------- */
/* Transition
-------------------------- */
/* Break-point
-------------------------- */
/* Break-points
 -------------------------- */
.fe-popups-message-box {
  position: relative;
  box-sizing: border-box;
  width: 448px;
  margin: auto;
  padding: 32px;
  border-radius: 32px;
  background-color: var(--zoom-color-fill-default);
  box-shadow: 0 12px 24px 0 var(--zoom-color-underlay-dropShadow), 0 6px 12px 0 var(--zoom-color-underlay-dropShadow);
  font-size: 16px;
}
.fe-popups-message-box__header {
  padding-bottom: 24px;
}
.fe-popups-message-box__title {
  color: var(--zoom-color-text-stronger-neutral);
  font-weight: 600;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 24px;
}
.fe-popups-message-box__content {
  position: relative;
  color: var(--zoom-color-text-stronger-neutral);
  word-wrap: break-word;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 18px;
}
.fe-popups-message-box__footer {
  display: flex;
  gap: 8px;
  align-items: center;
  padding-top: 32px;
}
.fe-popups-message-box__btns {
  flex: 1;
  text-align: right;
}
.fe-popups-message-box__btns button:nth-child(2) {
  margin-left: 8px;
}
.fe-popups-overlay-message-box {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  overflow: auto;
}/* BEM support Func
 -------------------------- */
/* ========== Light Colors format: $color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/*
usage: fill | text | icon | border | state | underlay
expression: inverse | global | contrary | blend
prominence: default | subtle | subtler | strong | stronger
sentiment: neutral | primary | error | warning | success | complimentary | supplementary2 | transparent | light-transparent | dark-transparent
state: hover | press | disable | inactive
*/
/* ========== Dark Colors format: $dark-color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/* outline */
/* Border
-------------------------- */
/* line-height
-------------------------- */
/* Transition
-------------------------- */
/* Break-point
-------------------------- */
/* Break-points
 -------------------------- */
.fe-popups-ellipsis-expand {
  width: 100%;
}
.fe-popups-ellipsis-expand .content {
  overflow: hidden;
  width: 100%;
  word-break: break-word;
}
.fe-popups-ellipsis-expand__text {
  display: inline;
  padding-left: 4px;
  border-radius: 4px;
  color: var(--zoom-color-text-primary);
  outline-offset: -2px;
  word-break: keep-all;
  cursor: pointer;
}
.fe-popups-ellipsis-expand__copy {
  position: absolute;
  top: -9999px;
  left: -9999px;
  z-index: -1;
  display: block;
  width: 100%;
  height: auto;
  min-height: 0;
  max-height: none;
  text-overflow: clip;
  white-space: normal;
  word-break: break-word;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-line-clamp: none;
}
.fe-popups-theme--highContrast .fe-popups-ellipsis-expand__text {
  color: ButtonText;
}
.is-vue3-keyboard-event .fe-popups-ellipsis-expand .fe-popups-ellipsis-expand__text:focus {
  outline: 2px solid var(--zoom-color-border-primary);
}/* BEM support Func
 -------------------------- */
/* ========== Light Colors format: $color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/*
usage: fill | text | icon | border | state | underlay
expression: inverse | global | contrary | blend
prominence: default | subtle | subtler | strong | stronger
sentiment: neutral | primary | error | warning | success | complimentary | supplementary2 | transparent | light-transparent | dark-transparent
state: hover | press | disable | inactive
*/
/* ========== Dark Colors format: $dark-color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/* outline */
/* Border
-------------------------- */
/* line-height
-------------------------- */
/* Transition
-------------------------- */
/* Break-point
-------------------------- */
/* Break-points
 -------------------------- */
.fe-popups-ellipsis-tooltip {
  overflow: hidden;
  outline-offset: 2px;
}
.fe-popups-ellipsis-tooltip:not(.fe-popups-ellipsis-tooltip--line-clamp) {
  display: inline-block;
  vertical-align: bottom;
  max-width: 100%;
  white-space: nowrap;
}
.fe-popups-ellipsis-tooltip--line-clamp {
  display: -webkit-inline-box;
  overflow-wrap: anywhere;
  -webkit-box-orient: vertical;
}
.fe-popups-ellipsis-tooltip--cursor-pointer {
  cursor: pointer;
}
.is-vue3-keyboard-event .fe-popups-ellipsis-tooltip:focus {
  outline: 2px solid var(--zoom-color-border-primary);
}