/* ========== 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 !important;
}
.is-vue3-keyboard-event.fe-popups-theme--highContrast button:focus {
  outline: 2px solid Highlight !important;
}
.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: 24px;
}
.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-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-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__menu .fe-popups-scrollbar__track {
  right: 2px;
}
.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-neutral);
  border-radius: 999px;
  background-color: var(--zoom-color-fill-contrary-subtler-transparent);
  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-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__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::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-listbox-item {
  display: flex;
  align-items: center;
  min-height: 32px;
  padding: 6px 8px;
  border-radius: 12px;
  background-color: var(--zoom-color-fill-default);
  color: var(--zoom-color-text-stronger-neutral);
  outline-offset: 2px;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 18px;
}
.fe-popups-listbox-item .fe-popups-listbox-item__danger {
  color: var(--zoom-color-text-error);
}
.fe-popups-listbox-item .fe-popups-listbox-item__disabled {
  color: var(--zoom-color-state-disable);
}
.fe-popups-listbox-item .fe-popups-listbox-item__icon {
  font-size: 16px;
}
.fe-popups-listbox-item__left {
  display: flex;
  align-items: center;
  margin-right: 8px;
  line-height: 1;
}
.fe-popups-listbox-item__center {
  flex: 1;
}
.fe-popups-listbox-item__right {
  display: flex;
  align-items: center;
  margin-left: 8px;
  line-height: 1;
}
.fe-popups-listbox-item__label {
  color: var(--zoom-color-text-stronger-neutral);
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 18px;
}
.fe-popups-listbox-item__desc {
  color: var(--zoom-color-text-neutral);
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 16px;
}
.fe-popups-listbox-item.is-hairline {
  position: relative;
}
.fe-popups-listbox-item.is-hairline::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  height: 1px;
  background-color: var(--zoom-color-border-subtle-neutral);
}
.fe-popups-listbox-item.is-option {
  cursor: pointer;
}
.fe-popups-listbox-item.is-option:hover:not(.is-disabled) {
  background-color: var(--zoom-color-state-subtle-neutral-hover);
}
.fe-popups-listbox-item.is-option:hover:not(.is-disabled).is-hairline {
  border-radius: 0;
}
.fe-popups-listbox-item.is-option:active:not(.is-disabled) {
  background-color: var(--zoom-color-state-subtle-neutral-press);
}
.fe-popups-listbox-item.is-option:active:not(.is-disabled).is-hairline {
  border-radius: 0;
}
.fe-popups-listbox-item.is-disabled {
  color: var(--zoom-color-state-disable);
  cursor: not-allowed;
}
.fe-popups-listbox-item.is-align-left {
  padding-left: 32px;
}
.fe-popups-listbox-item.is-align-right {
  padding-right: 32px;
}
.is-vue3-keyboard-event .fe-popups-listbox-item:focus {
  outline: 2px solid var(--zoom-color-border-primary);
}
.fe-popups-theme--highContrast .fe-popups-listbox-item.is-hairline::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-listbox-group-label {
  display: flex;
  align-items: center;
  padding: 6px 8px 0 8px;
  color: var(--zoom-color-text-neutral);
  font-weight: 600;
  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-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-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-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);
}