/* ========== 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;
}
.common-header h1 {
  font-weight: 600;
  font-size: 20px;
}
.common-header h2 {
  font-weight: 500;
  font-size: 18px;
}
.common-header h3 {
  font-size: 16px;
}
.common-header h4,.common-header  h5,.common-header  h6,.common-header  p {
  font-size: 14px;
}
.common-header p {
  line-height: 1.5;
}
.common-header button {
  background-color: transparent;
  background-image: none;
}
.common-header sup,.common-header  sub {
  font-size: 13px;
}
.common-header small {
  font-size: 12px;
}
.common-header hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid var(--zoom-color-border-subtle-neutral);
}
.common-header dl,.common-header  dd,.common-header  dt {
  margin: 0;
  padding: 0;
}
.common-header ol,.common-header  ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.common-header a {
  color: var(--zoom-color-text-primary);
  outline: none;
  text-decoration: none;
}
.common-header a:hover {
  color: var(--zoom-color-state-primary-hover);
}
.common-header a:active {
  color: var(--zoom-color-state-primary-press);
}
.common-header h1,.common-header  h2,.common-header  h3,.common-header  h4,.common-header  h5,.common-header  h6 {
  color: var(--zoom-color-text-stronger-neutral);
}
.is-vue3-keyboard-event .common-header a:focus {
  outline: 2px solid var(--zoom-color-border-primary) !important;
  outline-offset: 2px;
}
.is-vue3-keyboard-event .common-header button:focus {
  outline: 2px solid var(--zoom-color-border-primary) !important;
  outline-offset: 2px;
}
.is-vue3-keyboard-event .common-header button:focus-visible {
  outline: none;
}
.is-vue3-keyboard-event .common-header.common-header-theme--highContrast a:focus {
  outline: 2px solid Highlight;
}
.is-vue3-keyboard-event .common-header.common-header-theme--highContrast button:focus {
  outline: 2px solid Highlight;
}
.common-header-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 May 29 2026 09:27:33 GMT+0800 (China Standard Time) */
body, .common-header-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-button-overlay-hover: rgba(49, 49, 49, 0.80);
  --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);
}
.common-header-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-button-overlay-hover: rgba(49, 49, 49, 0.80);
  --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;
}
.common-header-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;
}
.common-header-typography-display {
  font-weight: 700;
  font-style: normal;
  font-size: 44px;
  line-height: 48px;
}
.common-header-typography-headline-1 {
  font-weight: 700;
  font-style: normal;
  font-size: 40px;
  line-height: 44px;
}
.common-header-typography-headline-2 {
  font-weight: 700;
  font-style: normal;
  font-size: 36px;
  line-height: 40px;
}
.common-header-typography-title-1-emphasis {
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  line-height: 28px;
}
.common-header-typography-title-2-emphasis {
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 24px;
}
.common-header-typography-title-3-emphasis {
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 20px;
}
.common-header-typography-title-3 {
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 20px;
}
.common-header-typography-body-1-emphasis {
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  line-height: 18px;
}
.common-header-typography-body-1 {
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 18px;
}
.common-header-typography-paragraph-1 {
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
}
.common-header-typography-body-2-emphasis {
  font-weight: 600;
  font-style: normal;
  font-size: 12px;
  line-height: 16px;
}
.common-header-typography-body-2 {
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 16px;
}
.common-header-typography-caption {
  font-weight: 400;
  font-style: normal;
  font-size: 10px;
  line-height: 16px;
}
.common-header-typography-caption-emphasis {
  font-weight: 500;
  font-style: normal;
  font-size: 10px;
  line-height: 16px;
}
.common-header-typography-label {
  font-weight: 600;
  font-style: normal;
  font-size: 8px;
  line-height: 12px;
}
.common-header-collapse-transition-leave-active,
.common-header-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;
}
.common-header-fade-in-linear-enter-active,
.common-header-fade-in-linear-leave-active {
  transition: opacity 0.3s linear;
}
.common-header-fade-in-linear-enter-from,
.common-header-fade-in-linear-leave-to {
  opacity: 0;
}
.common-header-zoom-in-center-enter-active,
.common-header-zoom-in-center-leave-active {
  transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.common-header-zoom-in-center-enter-from,
.common-header-zoom-in-center-leave-to {
  opacity: 0;
  transform: scaleX(0);
}
.common-header-zoom-in-top-enter-active,
.common-header-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;
}
.common-header-zoom-in-top-enter-active[data-side^=top],
.common-header-zoom-in-top-leave-active[data-side^=top] {
  transform-origin: center bottom;
}
.common-header-zoom-in-top-enter-from,
.common-header-zoom-in-top-leave-active {
  opacity: 0;
  transform: scaleY(0);
}
.common-header-zoom-in-bottom-enter-active,
.common-header-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;
}
.common-header-zoom-in-bottom-enter,
.common-header-zoom-in-bottom-leave-active {
  opacity: 0;
  transform: scaleY(0);
}
.common-header-zoom-in-left-enter-active,
.common-header-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;
}
.common-header-zoom-in-left-enter,
.common-header-zoom-in-left-leave-active {
  opacity: 0;
  transform: scale(0.45, 0.45);
}
.common-header-list-enter-active,
.common-header-list-leave-active {
  transition: all 1s;
}
.common-header-list-enter,
.common-header-list-leave-active {
  opacity: 0;
  transform: translateY(-30px);
}
.common-header-in-top-enter-active,
.common-header-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;
}
.common-header-in-top-enter,
.common-header-in-top-leave-active {
  opacity: 0;
  transform: scaleY(0);
}
.common-header-tree-row-insert-enter-from {
  opacity: 0;
  transform: scaleY(0.1);
  transform-origin: "top";
}
.common-header-tree-row-insert-enter-active {
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.common-header-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 .common-header-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 .common-header-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;
}
}
.common-header-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;
}
}
.common-header-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.common-header-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
 -------------------------- */
.common-header-spinners {
  position: relative;
  display: inline-block;
}
.common-header-spinners.is-lg {
  width: 48px;
  height: 48px;
}
.common-header-spinners.is-lg .common-header-spinners__spinner {
  width: 6px;
  border-radius: 6px;
}
.common-header-spinners.is-lg .common-header-spinners__circle {
  width: 48px;
  height: 48px;
}
.common-header-spinners.is-md {
  width: 32px;
  height: 32px;
}
.common-header-spinners.is-md .common-header-spinners__spinner {
  width: 4px;
  border-radius: 4px;
}
.common-header-spinners.is-md .common-header-spinners__circle {
  width: 32px;
  height: 32px;
}
.common-header-spinners.is-smx {
  width: 24px;
  height: 24px;
}
.common-header-spinners.is-smx .common-header-spinners__spinner {
  width: 3px;
  border-radius: 3px;
}
.common-header-spinners.is-smx .common-header-spinners__circle {
  width: 24px;
  height: 24px;
}
.common-header-spinners.is-sm {
  width: 16px;
  height: 16px;
}
.common-header-spinners.is-sm .common-header-spinners__spinner {
  width: 2px;
  border-radius: 2px;
}
.common-header-spinners.is-sm .common-header-spinners__circle {
  width: 16px;
  height: 16px;
}
.common-header-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;
}
.common-header-spinners__spinner:nth-child(1) {
  animation-delay: -0.3s;
}
.common-header-spinners__spinner:nth-child(2) {
  animation-delay: -0.2s;
}
.common-header-spinners__spinner:nth-child(3) {
  animation-delay: -0.1s;
}
.common-header-spinners__spinner:nth-child(4) {
  animation-delay: 0s;
}
.common-header-spinners__spinner:nth-child(5) {
  animation-delay: -0.7s;
}
.common-header-spinners__spinner:nth-child(6) {
  animation-delay: -0.6s;
}
.common-header-spinners__spinner:nth-child(7) {
  animation-delay: -0.5s;
}
.common-header-spinners__spinner:nth-child(8) {
  animation-delay: -0.4s;
}
.common-header-spinners__spinner.is-light {
  background-color: rgba(255, 255, 255, 0.48);
}
.common-header-spinners__spinner.is-dark {
  background-color: rgba(0, 0, 0, 0.56);
}
.common-header-spinners__spinner:nth-child(1) {
  transform: rotate(-135deg) translateY(-120%);
}
.common-header-spinners__spinner:nth-child(2) {
  transform: rotate(-90deg) translateY(-120%);
}
.common-header-spinners__spinner:nth-child(3) {
  transform: rotate(-45deg) translateY(-120%);
}
.common-header-spinners__spinner:nth-child(4) {
  transform: rotate(0deg) translateY(-120%);
}
.common-header-spinners__spinner:nth-child(5) {
  transform: rotate(45deg) translateY(-120%);
}
.common-header-spinners__spinner:nth-child(6) {
  transform: rotate(90deg) translateY(-120%);
}
.common-header-spinners__spinner:nth-child(7) {
  transform: rotate(135deg) translateY(-120%);
}
.common-header-spinners__spinner:nth-child(8) {
  transform: rotate(180deg) translateY(-120%);
}
.common-header-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);
}
}
.common-header-theme--highContrast .common-header-spinners .common-header-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
 -------------------------- */
.common-header-loading-parent--relative {
  position: relative !important;
}
.common-header-loading-parent--hidden {
  overflow: hidden !important;
}
.common-header-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;
}
.common-header-loading.is-fullscreen {
  position: fixed;
  z-index: 9999;
}
.common-header-loading.is-inlined-in-button {
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border-radius: 8px;
}
.common-header-loading.is-no-background {
  background-color: transparent;
}
.common-header-loading__text {
  margin-top: 8px;
  color: var(--zoom-color-text-stronger-neutral);
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 16px;
}
.common-header-loading__text.is-lg {
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 18px;
}
.common-header-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%);
}
.common-header-loading__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.common-header-loading__wrapper.is-active {
  padding: 16px;
  border-radius: 16px;
  background-color: var(--zoom-color-fill-elevated-default);
  backdrop-filter: blur(15px);
}
.common-header-button--sm .common-header-loading.is-inlined-in-button {
  border-radius: 6px;
}
.common-header-loading-fade-enter-from,
.common-header-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
 -------------------------- */
.common-header-icon {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 1em;
  height: 1em;
  color: inherit;
  font-size: inherit;
  line-height: 1em;
}
.common-header-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
 -------------------------- */
.common-header-button {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  border: none;
  outline-offset: 2px;
  font-family: inherit;
  white-space: nowrap;
  cursor: pointer;
  appearance: none;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 18px;
}
.common-header-button + .common-header-button {
  margin-left: 8px;
}
.common-header-button.is-full + .common-header-button.is-full {
  margin-top: 8px;
  margin-left: 0;
}
.common-header-button--primary {
  font-weight: 500;
  background-color: var(--zoom-color-fill-global-primary);
  color: var(--zoom-color-inverse-global-default);
}
.common-header-button--primary:focus {
  color: var(--zoom-color-inverse-global-default);
  outline: none;
}
.common-header-button--primary:hover:not(.is-loading) {
  background-color: var(--zoom-color-state-primary-hover);
  color: var(--zoom-color-inverse-global-default);
}
.common-header-button--primary:active:not(.is-loading) {
  background-color: var(--zoom-color-state-primary-press);
  color: var(--zoom-color-inverse-global-default);
}
.common-header-button--primary-danger {
  font-weight: 500;
  background-color: var(--zoom-color-fill-global-error);
  color: var(--zoom-color-inverse-global-default);
}
.common-header-button--primary-danger:focus {
  color: var(--zoom-color-inverse-global-default);
  outline: none;
}
.common-header-button--primary-danger:hover:not(.is-loading) {
  background-color: var(--zoom-color-state-error-hover);
  color: var(--zoom-color-inverse-global-default);
}
.common-header-button--primary-danger:active:not(.is-loading) {
  background-color: var(--zoom-color-state-error-press);
  color: var(--zoom-color-inverse-global-default);
}
.common-header-button--secondary {
  background-color: var(--zoom-color-fill-subtle-neutral);
  color: var(--zoom-color-text-primary);
}
.common-header-button--secondary.common-header-button__icon {
  background-color: var(--zoom-color-fill-contrary-subtler-transparent);
  color: var(--zoom-color-icon-stronger-neutral);
}
.common-header-button--secondary.common-header-button__icon:focus {
  color: var(--zoom-color-icon-stronger-neutral);
  outline: none;
}
.common-header-button--secondary.common-header-button__icon:hover:not(.is-loading) {
  background-color: var(--zoom-color-state-subtle-neutral-hover);
  color: var(--zoom-color-icon-stronger-neutral);
}
.common-header-button--secondary.common-header-button__icon:active:not(.is-loading) {
  background-color: var(--zoom-color-state-subtle-neutral-press);
  color: var(--zoom-color-icon-stronger-neutral);
}
.common-header-button--secondary:focus {
  color: var(--zoom-color-text-primary);
  outline: none;
}
.common-header-button--secondary:hover:not(.is-loading) {
  background-color: var(--zoom-color-state-subtle-neutral-hover);
  color: var(--zoom-color-state-primary-hover);
}
.common-header-button--secondary:active:not(.is-loading) {
  background-color: var(--zoom-color-state-subtle-neutral-press);
  color: var(--zoom-color-state-primary-press);
}
.common-header-button--secondary-danger {
  background-color: var(--zoom-color-fill-subtle-neutral);
  color: var(--zoom-color-text-error);
}
.common-header-button--secondary-danger.common-header-button__icon {
  background-color: var(--zoom-color-fill-contrary-subtler-transparent);
  color: var(--zoom-color-text-error);
}
.common-header-button--secondary-danger.common-header-button__icon:focus {
  color: var(--zoom-color-text-error);
  outline: none;
}
.common-header-button--secondary-danger.common-header-button__icon:hover:not(.is-loading) {
  background-color: var(--zoom-color-state-subtle-neutral-hover);
  color: var(--zoom-color-state-error-hover);
}
.common-header-button--secondary-danger.common-header-button__icon:active:not(.is-loading) {
  background-color: var(--zoom-color-state-subtle-neutral-press);
  color: var(--zoom-color-state-error-press);
}
.common-header-button--secondary-danger:focus {
  color: var(--zoom-color-text-error);
  outline: none;
}
.common-header-button--secondary-danger:hover:not(.is-loading) {
  background-color: var(--zoom-color-state-subtle-neutral-hover);
  color: var(--zoom-color-state-error-hover);
}
.common-header-button--secondary-danger:active:not(.is-loading) {
  background-color: var(--zoom-color-state-subtle-neutral-press);
  color: var(--zoom-color-state-error-press);
}
.common-header-button--secondary-neutral {
  background-color: var(--zoom-color-fill-contrary-subtler-transparent);
  color: var(--zoom-color-text-stronger-neutral);
}
.common-header-button--secondary-neutral:focus {
  color: var(--zoom-color-text-stronger-neutral);
  outline: none;
}
.common-header-button--secondary-neutral:hover:not(.is-loading) {
  background-color: var(--zoom-color-state-subtle-neutral-hover);
  color: var(--zoom-color-text-stronger-neutral);
}
.common-header-button--secondary-neutral:active:not(.is-loading) {
  background-color: var(--zoom-color-state-subtle-neutral-press);
  color: var(--zoom-color-text-stronger-neutral);
}
.common-header-button--tertiary {
  background-color: transparent;
  color: var(--zoom-color-text-primary);
}
.common-header-button--tertiary:focus {
  color: var(--zoom-color-text-primary);
  outline: none;
}
.common-header-button--tertiary:hover:not(.is-loading) {
  background-color: var(--zoom-color-state-subtle-neutral-hover);
  color: var(--zoom-color-state-primary-hover);
}
.common-header-button--tertiary:active:not(.is-loading) {
  background-color: var(--zoom-color-state-subtle-neutral-press);
  color: var(--zoom-color-state-primary-press);
}
.common-header-button--tertiary-danger {
  background-color: transparent;
  color: var(--zoom-color-text-error);
}
.common-header-button--tertiary-danger:focus {
  color: var(--zoom-color-text-error);
  outline: none;
}
.common-header-button--tertiary-danger:hover:not(.is-loading) {
  background-color: var(--zoom-color-state-subtle-neutral-hover);
  color: var(--zoom-color-state-error-hover);
}
.common-header-button--tertiary-danger:active:not(.is-loading) {
  background-color: var(--zoom-color-state-subtle-neutral-press);
  color: var(--zoom-color-state-error-press);
}
.common-header-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);
}
.common-header-button--overlay:focus {
  color: var(--zoom-color-inverse-global-default);
  outline: none;
}
.common-header-button--overlay:hover:not(.is-loading) {
  background-color: var(--zoom-color-component-button-overlay-hover);
  color: var(--zoom-color-inverse-global-default);
}
.common-header-button--overlay:active:not(.is-loading) {
  background-color: var(--zoom-color-state-global-dark-transparent-press);
  color: var(--zoom-color-inverse-global-default);
}
.common-header-button--text {
  font-weight: 400;
  background-color: transparent;
  color: var(--zoom-color-text-primary);
}
.common-header-button--text:focus {
  color: var(--zoom-color-text-primary);
  outline: none;
}
.common-header-button--text:hover:not(.is-loading) {
  color: var(--zoom-color-state-primary-hover);
}
.common-header-button--text:active:not(.is-loading) {
  color: var(--zoom-color-state-primary-press);
}
.common-header-button--text.is-pure-text {
  height: auto;
  padding: 0;
  border: none;
  border-radius: 4px;
}
.common-header-button--text.is-pure-text-small {
  font-size: 12px;
  line-height: 16px;
}
.common-header-button--text-danger {
  background-color: transparent;
  color: var(--zoom-color-text-error);
}
.common-header-button--text-danger:focus {
  color: var(--zoom-color-text-error);
  outline: none;
}
.common-header-button--text-danger:hover:not(.is-loading) {
  color: var(--zoom-color-state-error-hover);
}
.common-header-button--text-danger:active:not(.is-loading) {
  color: var(--zoom-color-state-error-press);
}
.common-header-button--text-danger.is-pure-text {
  height: auto;
  padding: 0;
  border: none;
  border-color: transparent;
  border-radius: 4px;
}
.common-header-button--text-danger.is-pure-text-small {
  border-radius: 4px;
  font-size: 12px;
  line-height: 16px;
}
.common-header-button__inner-icon + .common-header-button__label {
  margin-left: 4px;
}
.common-header-button__inner-icon + .common-header-button__label.is-visible-hidden {
  margin-right: 0;
  margin-left: 0;
  visibility: hidden;
}
.common-header-button__inner-icon.is-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.common-header-button--lg {
  height: 40px;
  padding: 6px 16px;
  border-radius: 12px;
  font-size: 14px;
}
.common-header-button--lg .common-header-button__inner-icon {
  font-size: 14px;
}
.common-header-button--lg.common-header-button__icon .common-header-button__inner-icon {
  font-size: 18px;
}
.common-header-button--lg.common-header-button--tertiary {
  padding: 6px 12px;
}
.common-header-button--md {
  height: 32px;
  padding: 6px 14px;
  border-radius: 12px;
  font-size: 14px;
}
.common-header-button--md .common-header-button__inner-icon {
  font-size: 14px;
}
.common-header-button--md.common-header-button__icon .common-header-button__inner-icon {
  font-size: 16px;
}
.common-header-button--md.common-header-button--tertiary {
  padding: 6px 8px;
}
.common-header-button--sm {
  height: 24px;
  line-height: 16px;
  padding: 2px 10px;
  border-radius: 999px;
  font-size: 12px;
}
.common-header-button--sm .common-header-button__inner-icon {
  font-size: 12px;
}
.common-header-button--sm.common-header-button__icon .common-header-button__inner-icon {
  font-size: 14px;
}
.common-header-button--sm.common-header-button--tertiary {
  padding: 2px 8px;
}
.common-header-button__icon {
  padding: 0;
}
.common-header-button__icon.common-header-button--tertiary {
  background-color: transparent;
  color: var(--zoom-color-icon-strong-neutral);
}
.common-header-button__icon.common-header-button--tertiary:focus {
  color: var(--zoom-color-icon-strong-neutral);
  outline: none;
}
.common-header-button__icon.common-header-button--tertiary:hover:not(.is-loading) {
  background-color: var(--zoom-color-state-subtle-neutral-hover);
  color: var(--zoom-color-icon-strong-neutral);
}
.common-header-button__icon.common-header-button--tertiary:active:not(.is-loading) {
  background-color: var(--zoom-color-state-subtle-neutral-press);
  color: var(--zoom-color-icon-strong-neutral);
}
.common-header-button__icon.common-header-button--lg {
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 100%;
  font-size: 18px;
}
.common-header-button__icon.common-header-button--md {
  width: 32px;
  height: 32px;
  padding: 0;
  border-radius: 100%;
  font-size: 16px;
}
.common-header-button__icon.common-header-button--sm {
  width: 24px;
  height: 24px;
  padding: 0;
  border-radius: 100%;
  font-size: 14px;
}
.common-header-button__icon.common-header-button.is-full {
  width: 100%;
}
.common-header-button.is-primary-disabled {
  cursor: not-allowed;
  background-color: var(--zoom-color-state-subtle-disable);
  color: var(--zoom-color-state-disable);
}
.common-header-button.is-primary-disabled:focus {
  color: var(--zoom-color-state-disable);
  outline: none;
}
.common-header-button.is-primary-disabled:hover:not(.is-loading) {
  background-color: var(--zoom-color-state-subtle-disable);
  color: var(--zoom-color-state-disable);
}
.common-header-button.is-primary-disabled:active:not(.is-loading) {
  background-color: var(--zoom-color-state-subtle-disable);
  color: var(--zoom-color-state-disable);
}
.common-header-button.is-secondary-disabled {
  cursor: not-allowed;
  background-color: var(--zoom-color-state-subtle-disable);
  color: var(--zoom-color-state-disable);
}
.common-header-button.is-secondary-disabled:focus {
  color: var(--zoom-color-state-disable);
  outline: none;
}
.common-header-button.is-secondary-disabled:hover:not(.is-loading) {
  background-color: var(--zoom-color-state-subtle-disable);
  color: var(--zoom-color-state-disable);
}
.common-header-button.is-secondary-disabled:active:not(.is-loading) {
  background-color: var(--zoom-color-state-subtle-disable);
  color: var(--zoom-color-state-disable);
}
.common-header-button.is-tertiary-disabled {
  cursor: not-allowed;
  background-color: transparent;
  color: var(--zoom-color-state-disable);
}
.common-header-button.is-tertiary-disabled:focus {
  color: var(--zoom-color-state-disable);
  outline: none;
}
.common-header-button.is-tertiary-disabled:hover:not(.is-loading) {
  background-color: transparent;
  color: var(--zoom-color-state-disable);
}
.common-header-button.is-tertiary-disabled:active:not(.is-loading) {
  background-color: transparent;
  color: var(--zoom-color-state-disable);
}
.common-header-button.is-text-disabled {
  cursor: not-allowed;
  background-color: transparent;
  color: var(--zoom-color-state-disable);
}
.common-header-button.is-text-disabled:focus {
  color: var(--zoom-color-state-disable);
  outline: none;
}
.common-header-button.is-text-disabled:hover:not(.is-loading) {
  color: var(--zoom-color-state-disable);
}
.common-header-button.is-text-disabled:active:not(.is-loading) {
  color: var(--zoom-color-state-disable);
}
.common-header-button.is-overlay-disabled {
  cursor: not-allowed;
  background-color: var(--zoom-color-fill-global-dark-transparent);
  color: var(--zoom-color-state-disable);
}
.common-header-button.is-overlay-disabled:focus {
  color: var(--zoom-color-state-disable);
  outline: none;
}
.common-header-button.is-overlay-disabled:hover:not(.is-loading) {
  background-color: var(--zoom-color-fill-global-dark-transparent);
  color: var(--zoom-color-state-disable);
}
.common-header-button.is-overlay-disabled:active:not(.is-loading) {
  background-color: var(--zoom-color-fill-global-dark-transparent);
  color: var(--zoom-color-state-disable);
}
.common-header-button.is-reverse {
  flex-direction: row-reverse;
}
.common-header-button.is-reverse .common-header-button__inner-icon + .common-header-button__label {
  margin-right: 4px;
  margin-left: 0;
}
.common-header-button.is-loading {
  cursor: not-allowed;
}
.common-header-button.is-full {
  width: 100%;
}
.is-vue3-keyboard-event .common-header-button:focus {
  outline: 2px solid var(--zoom-color-border-primary);
}
.common-header-theme--highContrast .common-header-button[aria-disabled=true] {
  border-color: GrayText;
  background-color: transparent;
  color: GrayText;
  forced-color-adjust: none;
}
.common-header-theme--highContrast .common-header-button[aria-disabled=true]:hover {
  border-color: GrayText;
  background-color: transparent;
  color: GrayText !important;
}
.common-header-theme--highContrast .common-header-button .common-header-spinners__spinner {
  background-color: CanvasText;
  opacity: 0.56;
}
.common-header-theme--highContrast .common-header-button--primary, .common-header-theme--highContrast .common-header-button--primary-danger, .common-header-theme--highContrast .common-header-button--secondary, .common-header-theme--highContrast .common-header-button--secondary-danger, .common-header-theme--highContrast .common-header-button--overlay {
  border: 1px solid transparent;
}
.common-header-theme--highContrast .common-header-button--tertiary {
  border: none;
  background-color: transparent;
  color: ButtonText;
  forced-color-adjust: none;
}
.common-header-theme--highContrast .common-header-button--tertiary:hover:not(.is-loading) {
  border-color: ButtonText;
  background-color: transparent;
  color: ButtonText;
}
.common-header-theme--highContrast .common-header-button--tertiary.common-header-button__icon:not(.is-loading) {
  forced-color-adjust: initial;
}
.common-header-theme--highContrast .common-header-button--tertiary-danger {
  border: none;
  background-color: transparent;
  color: ButtonText;
  forced-color-adjust: none;
}
.common-header-theme--highContrast .common-header-button--tertiary-danger:hover:not(.is-loading) {
  border-color: ButtonText;
  background-color: transparent;
  color: ButtonText;
}
.common-header-theme--highContrast .common-header-button--tertiary-danger.common-header-button__icon:not(.is-loading) {
  forced-color-adjust: initial;
}
.common-header-theme--highContrast .common-header-button--text-danger.is-text-disabled.is-pure-text.common-header-button:active {
  color: GrayText;
}
.common-header-theme--highContrast .common-header-button--text-danger.is-text-disabled.is-pure-text.common-header-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
 -------------------------- */
.common-header-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;
}
.common-header-inline-icon-button:hover:not(.is-disabled) {
  background-color: var(--zoom-color-state-subtle-neutral-hover);
}
.common-header-inline-icon-button:active:not(.is-disabled) {
  background-color: var(--zoom-color-state-subtle-neutral-press);
}
.common-header-inline-icon-button.is-lighter {
  color: var(--zoom-color-icon-neutral);
}
.common-header-inline-icon-button.is-disabled {
  color: var(--zoom-color-state-disable);
  cursor: not-allowed;
}
.is-vue3-keyboard-event .common-header-inline-icon-button:focus {
  box-shadow: inset 0 0 0 1px var(--zoom-color-border-primary);
  outline: none !important;
}
.common-header-theme--highContrast .common-header-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
 -------------------------- */
.common-header-checkbox {
  display: inline-flex;
  min-height: 20px;
  font-size: inherit;
  line-height: 1;
}
.common-header-checkbox .common-header-checkbox__suffix .common-header-button__inner-icon {
  color: var(--zoom-color-text-neutral);
}
.common-header-checkbox.is-indeterminate-container {
  flex-wrap: wrap;
}
.common-header-checkbox.is-has-region {
  flex-wrap: wrap;
}
.common-header-checkbox__mixed {
  position: absolute;
  width: 16px;
  height: 16px;
  margin: 0;
  outline: none;
}
.common-header-checkbox__label {
  margin-left: 8px;
  padding: 1px 0;
}
.common-header-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;
}
.common-header-checkbox__wrap:hover .common-header-checkbox__inner:not(.is-disabled) {
  border-color: var(--zoom-color-border-neutral);
  background-color: var(--zoom-color-state-subtle-neutral-hover);
}
.common-header-checkbox__wrap:active .common-header-checkbox__inner:not(.is-disabled) {
  border-color: var(--zoom-color-border-neutral);
  background-color: var(--zoom-color-state-subtle-neutral-press);
}
.common-header-checkbox__wrap.is-indeterminate:not(.is-disabled):hover .common-header-checkbox__inner {
  border-color: var(--zoom-color-state-primary-hover);
  background-color: var(--zoom-color-state-primary-hover);
}
.common-header-checkbox__wrap.is-indeterminate:not(.is-disabled):active .common-header-checkbox__inner {
  border-color: var(--zoom-color-state-primary-press);
  background-color: var(--zoom-color-state-primary-press);
}
.common-header-checkbox__wrap.is-indeterminate .common-header-checkbox__inner {
  border-color: var(--zoom-color-fill-global-primary);
  background-color: var(--zoom-color-fill-global-primary);
}
.common-header-checkbox__wrap.is-indeterminate .common-header-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);
}
.common-header-checkbox__wrap.is-indeterminate .common-header-checkbox__inner .common-header-checkbox__knob {
  opacity: 0;
}
.common-header-checkbox__wrap.is-indeterminate .common-header-checkbox__inner.is-disabled {
  border-color: var(--zoom-color-state-subtle-primary-disable);
  background-color: var(--zoom-color-state-subtle-primary-disable);
}
.common-header-checkbox__wrap.is-checked:not(.is-disabled):hover .common-header-checkbox__inner {
  border-color: var(--zoom-color-state-primary-hover);
  background-color: var(--zoom-color-state-primary-hover);
}
.common-header-checkbox__wrap.is-checked:not(.is-disabled):active .common-header-checkbox__inner {
  border-color: var(--zoom-color-state-primary-press);
  background-color: var(--zoom-color-state-primary-press);
}
.common-header-checkbox__wrap.is-checked .common-header-checkbox__inner {
  border-color: var(--zoom-color-fill-global-primary);
  background-color: var(--zoom-color-fill-global-primary);
}
.common-header-checkbox__wrap.is-checked .common-header-checkbox__knob {
  opacity: 1;
}
.common-header-checkbox__wrap.is-checked.is-disabled .common-header-checkbox__inner {
  border-color: var(--zoom-color-state-subtle-primary-disable);
  background-color: var(--zoom-color-state-subtle-primary-disable);
}
.common-header-checkbox__wrap.is-disabled {
  color: var(--zoom-color-state-disable);
  cursor: not-allowed;
}
.common-header-checkbox__wrap.is-disabled .common-header-checkbox__inner {
  border-color: var(--zoom-color-state-disable);
  background-color: var(--zoom-color-state-subtle-disable);
  cursor: not-allowed;
}
.common-header-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);
}
.common-header-checkbox__knob {
  position: absolute;
  top: -1px;
  /* rtl:ignore */
  left: 1px;
  width: 100%;
  height: 100%;
  opacity: 0;
  /* rtl:ignore */
  transform: rotate(45deg);
}
.common-header-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);
}
.common-header-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);
}
.common-header-checkbox__original {
  position: absolute;
  z-index: -1;
  width: 16px;
  height: 16px;
  margin: 0;
  outline: none;
  opacity: 0;
}
.common-header-checkbox__region {
  width: 100%;
  margin-top: 8px;
  padding-left: 22px;
}
.common-header-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;
}
.common-header-checkbox__suffix {
  display: inline-flex;
  align-items: center;
  margin-left: 4px;
}
.common-header-checkbox__suffix .common-header-button__icon.common-header-button--sm {
  width: 20px;
  height: 20px;
  border-radius: 4px;
}
.is-vue3-keyboard-event .common-header-checkbox .common-header-checkbox__original:focus + .common-header-checkbox__inner {
  outline: 2px solid var(--zoom-color-border-primary);
  outline-offset: 2px;
}
.is-vue3-keyboard-event .common-header-checkbox .common-header-checkbox__mixed:focus ~ .common-header-checkbox__inner {
  outline: 2px solid var(--zoom-color-border-primary);
  outline-offset: 2px;
}
.common-header-theme--highContrast .common-header-checkbox .common-header-checkbox__wrap:hover .common-header-checkbox__inner:not(.is-disabled) {
  border-color: ButtonText;
}
.common-header-theme--highContrast .common-header-checkbox .common-header-checkbox__wrap:active .common-header-checkbox__inner:not(.is-disabled) {
  border-color: ButtonText;
}
.common-header-theme--highContrast .common-header-checkbox .common-header-checkbox__wrap.is-indeterminate:not(.is-disabled):hover .common-header-checkbox__inner {
  border-color: ButtonText;
}
.common-header-theme--highContrast .common-header-checkbox .common-header-checkbox__wrap.is-indeterminate:not(.is-disabled):active .common-header-checkbox__inner {
  border-color: ButtonText;
}
.common-header-theme--highContrast .common-header-checkbox .common-header-checkbox__wrap.is-indeterminate .common-header-checkbox__inner {
  border-color: Highlight;
  background-color: Highlight;
}
.common-header-theme--highContrast .common-header-checkbox .common-header-checkbox__wrap.is-indeterminate .common-header-checkbox__inner::before {
  border-color: Canvas;
}
.common-header-theme--highContrast .common-header-checkbox .common-header-checkbox__wrap.is-indeterminate .common-header-checkbox__inner.is-disabled {
  border-color: GrayText;
  background-color: GrayText;
}
.common-header-theme--highContrast .common-header-checkbox .common-header-checkbox__wrap.is-checked:not(.is-disabled):hover .common-header-checkbox__inner {
  border-color: Highlight;
  background-color: Highlight;
}
.common-header-theme--highContrast .common-header-checkbox .common-header-checkbox__wrap.is-checked:not(.is-disabled):active .common-header-checkbox__inner {
  border-color: Highlight;
  background-color: Highlight;
}
.common-header-theme--highContrast .common-header-checkbox .common-header-checkbox__wrap.is-checked .common-header-checkbox__inner {
  border-color: Highlight;
  background-color: Highlight;
}
.common-header-theme--highContrast .common-header-checkbox .common-header-checkbox__wrap.is-checked.is-disabled .common-header-checkbox__inner {
  border-color: GrayText;
  background-color: GrayText;
}
.common-header-theme--highContrast .common-header-checkbox .common-header-checkbox__wrap.is-disabled {
  color: GrayText;
}
.common-header-theme--highContrast .common-header-checkbox .common-header-checkbox__wrap.is-disabled .common-header-checkbox__inner {
  border-color: GrayText;
  background-color: transparent;
}
.common-header-theme--highContrast .common-header-checkbox .common-header-checkbox__knob::before {
  border-color: Canvas;
}
.common-header-theme--highContrast .common-header-checkbox .common-header-checkbox__knob::after {
  border-color: Canvas;
}
.common-header-theme--highContrast .common-header-checkbox .common-header-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
 -------------------------- */
.common-header-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  height: 100%;
  background-color: var(--zoom-color-underlay-dark);
}
.common-header-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
 -------------------------- */
.common-header-status-icon {
  font-size: 20px;
}
.common-header-status-icon--success {
  color: var(--zoom-color-icon-success);
}
.common-header-status-icon--danger {
  color: var(--zoom-color-icon-error);
}
.common-header-status-icon--warning {
  color: var(--zoom-color-fill-warning);
}
.common-header-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
 -------------------------- */
.common-header-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);
}
.common-header-toast--closable {
  align-self: flex-start;
}
.common-header-toast--right {
  right: 16px;
  transition: opacity 0.3s, transform 0.3s;
}
.common-header-toast--left {
  left: 16px;
  transition: opacity 0.3s, transform 0.3s;
}
.common-header-toast--center {
  left: 50%;
  transition: opacity 0.3s, transform 0.3s, top 0.3s;
  transform: translateX(-50%);
}
.common-header-toast__main {
  display: flex;
  align-items: center;
  margin: 0;
}
.common-header-toast__icon {
  align-self: flex-start;
}
.common-header-toast__body {
  flex: 1;
  margin: 0 12px;
}
.common-header-toast__title {
  margin-bottom: 4px;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  line-height: 18px;
}
.common-header-toast__content {
  word-break: break-word;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
}
.common-header-toast__actionable {
  margin-top: 12px;
  text-align: right;
}
.common-header-toast-top-center-enter-from,
.common-header-toast-top-center-leave-to {
  opacity: 0;
  transform: translate(-50%, -100%);
}
.common-header-toast-top-right-enter-from.common-header-toast--right,
.common-header-toast-bottom-right-enter-from.common-header-toast--right {
  right: 0;
  transform: translateX(100%);
}
.common-header-toast-top-left-enter-from.common-header-toast--left,
.common-header-toast-bottom-left-enter-from.common-header-toast--left {
  left: 0;
  transform: translateX(-100%);
}
.common-header-toast-top-right-leave-to,
.common-header-toast-top-left-leave-to,
.common-header-toast-bottom-right-leave-to,
.common-header-toast-bottom-left-leave-to {
  opacity: 0;
}
.common-header-toast-top-right-leave-to.common-header-toast--right,
.common-header-toast-bottom-right-leave-to.common-header-toast--right {
  right: 0;
  transform: translateX(100%);
}
.common-header-toast-top-left-leave-to.common-header-toast--left,
.common-header-toast-bottom-left-leave-to.common-header-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
 -------------------------- */
.common-header-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;
}
.common-header-message-box__header {
  padding-bottom: 24px;
}
.common-header-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;
}
.common-header-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;
}
.common-header-message-box__footer {
  display: flex;
  gap: 8px;
  align-items: center;
  padding-top: 32px;
}
.common-header-message-box__btns {
  flex: 1;
  text-align: right;
}
.common-header-message-box__btns button:nth-child(2) {
  margin-left: 8px;
}
.common-header-overlay-message-box {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  overflow: auto;
}.frame-common-header {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
  height: 64px;
  background-color: var(--zoom-color-bg-default);
  border-bottom: 1px solid var(--zoom-color-border-subtle-neutral);
}
.frame-common-header__left {
  display: flex;
  align-items: center;
}
.frame-common-header__logo {
  display: flex;
  align-items: center;
  gap: 12px;
}
.frame-common-header__logo-image {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  max-height: 40px;
  position: relative;
}
.frame-common-header__logo-image svg {
  display: block;
  height: 20px;
  width: auto;
  max-height: 40px;
}
.frame-common-header__logo-image img {
  display: block;
  width: auto;
  max-height: 30px;
}
.frame-common-header__logo-image + .frame-common-header__logo-image {
  padding-left: 12px;
}
.frame-common-header__logo-image + .frame-common-header__logo-image:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: 0;
  width: 1px;
  height: 20px;
  background-color: var(--zoom-color-border-subtle-neutral);
  margin-right: 12px;
}
.frame-common-header__logo-text {
  color: var(--zoom-color-text-stronger-neutral);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  display: flex;
  align-items: center;
  padding-left: 12px;
  position: relative;
}
.frame-common-header__logo-text:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 20px;
  background-color: var(--zoom-color-border-subtle-neutral);
  margin-right: 12px;
}
.frame-common-header__right {
  display: flex;
  align-items: center;
  gap: 12px;
}
.frame-common-header__left-slot, .frame-common-header__right-slot {
  display: contents;
}/* 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
 -------------------------- */
.common-header-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
 -------------------------- */
.common-header-scrollbar {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.common-header-scrollbar:hover:not(.is-scrolling-show) > .common-header-scrollbar__track, .common-header-scrollbar:active:not(.is-scrolling-show) > .common-header-scrollbar__track, .common-header-scrollbar:focus:not(.is-scrolling-show) > .common-header-scrollbar__track {
  opacity: 1;
  transition: opacity 0.3s ease-out;
}
.common-header-scrollbar.is-hovering > .common-header-scrollbar__track {
  opacity: 1;
  transition: opacity 0.3s ease-out;
}
.common-header-scrollbar.is-scrolling-show > .common-header-scrollbar__track:not(.is-scrolling) .common-header-scrollbar__thumb {
  cursor: auto;
}
.common-header-scrollbar__wrap {
  overflow: auto;
  height: 100%;
  outline-offset: -2px;
  /* hide native scrollbar style */
}
.common-header-scrollbar__wrap--hidden {
  scrollbar-width: none;
}
.common-header-scrollbar__wrap--hidden::-webkit-scrollbar {
  display: none;
}
.common-header-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;
}
.common-header-scrollbar__thumb:hover {
  background-color: var(--zoom-color-fill-contrary-transparent);
}
.common-header-scrollbar__thumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: calc(100% + 12px);
  height: 100%;
  transform: translateX(-50%);
}
.common-header-scrollbar__thumb.is-dragging {
  background-color: var(--zoom-color-fill-contrary-strong-transparent);
}
.common-header-scrollbar__thumb.is-horizontal::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: calc(100% + 12px);
  transform: translateY(-50%);
}
.common-header-scrollbar__track {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
  border-radius: 6px;
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
.common-header-scrollbar__track.is-always {
  opacity: 1;
}
.common-header-scrollbar__track.is-scrolling {
  opacity: 1;
}
.common-header-scrollbar__track.is-zero {
  pointer-events: none;
}
.common-header-scrollbar__track.is-vertical {
  top: 2px;
  width: 6px;
}
.common-header-scrollbar__track.is-vertical .common-header-scrollbar__thumb {
  width: 6px;
}
.common-header-scrollbar__track.is-horizontal {
  left: 2px;
  height: 6px;
}
.common-header-scrollbar__track.is-horizontal .common-header-scrollbar__thumb {
  height: 6px;
}
.is-vue3-keyboard-event .common-header-scrollbar .common-header-scrollbar__wrap:focus {
  outline: 2px solid var(--zoom-color-border-primary);
}
.common-header-theme--highContrast .common-header-scrollbar .common-header-scrollbar__thumb {
  background-color: ButtonText;
  forced-color-adjust: none;
}
.common-header-theme--highContrast .common-header-scrollbar .common-header-scrollbar__thumb:hover {
  background-color: Highlight;
}
.common-header-theme--highContrast .common-header-scrollbar .common-header-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
 -------------------------- */
.common-header-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;
}
.common-header-floating[data-side=right] .common-header-floating__arrow::after {
  left: -1px;
  border-top: 0;
  border-right: 0;
  border-bottom-left-radius: 3px;
}
.common-header-floating[data-side=left] .common-header-floating__arrow::after {
  border-bottom: 0;
  border-left: 0;
  border-top-right-radius: 3px;
}
.common-header-floating[data-side=top] .common-header-floating__arrow::after {
  border-top: 0;
  border-left: 0;
  border-bottom-right-radius: 3px;
}
.common-header-floating[data-side=bottom] .common-header-floating__arrow::after {
  top: -1px;
  border-right: 0;
  border-bottom: 0;
  border-top-left-radius: 3px;
}
.common-header-floating__arrow {
  position: absolute;
  width: 14px;
  height: 14px;
  pointer-events: none;
}
.common-header-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);
}
.common-header-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
 -------------------------- */
.common-header-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);
}
.common-header-tooltip {
  max-width: 320px;
  padding: 2px 6px;
  overflow-wrap: break-word;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 16px;
}
.common-header-tooltip:focus {
  outline: none;
}
.common-header-tooltip-enter-active,
.common-header-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);
}
.common-header-tooltip-enter-from,
.common-header-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
 -------------------------- */
/* ========== 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
-------------------------- */
.common-header-floating.is-popover-container {
  border-radius: 16px;
}
.common-header-floating.is-popover-container.is-complex {
  border-radius: 24px;
}
.common-header-popover {
  position: relative;
  max-width: 360px;
  padding: 16px;
}
.common-header-popover--complex {
  padding: 24px;
}
.common-header-popover--complex .common-header-popover--closable {
  top: 24px;
  right: 24px;
}
.common-header-popover--complex .common-header-popover__actionable {
  margin-top: 24px;
}
.common-header-popover--closable {
  position: absolute;
  top: 16px;
  right: 16px;
}
.common-header-popover__content {
  line-height: 18px;
}
.common-header-popover__body.is-padding-for-close {
  padding-right: 26px;
}
.common-header-popover__body.is-complex.is-padding-for-close {
  padding-right: 32px;
}
.common-header-popover__title {
  margin-bottom: 4px;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  line-height: 18px;
}
.common-header-popover__title.is-padding-for-close {
  padding-right: 26px;
}
.common-header-popover__title.is-complex {
  margin-bottom: 16px;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 24px;
}
.common-header-popover__title.is-complex.is-padding-for-close {
  padding-right: 32px;
}
.common-header-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
 -------------------------- */
.common-header-skeleton__item {
  width: 100%;
  height: 20px;
  border-radius: 4px;
  background-color: var(--zoom-color-fill-contrary-subtler-transparent);
}
.common-header-skeleton__item.is-has-space {
  margin-top: 8px;
}
.common-header-skeleton__circle {
  width: 60px;
  height: 60px;
  border-radius: 100%;
}
.common-header-skeleton__button {
  width: 60px;
  height: 32px;
  border-radius: 8px;
}
.common-header-skeleton__text.is-last {
  width: 66%;
}
.common-header-skeleton__image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: unset;
}
.common-header-skeleton__image svg {
  width: 22%;
  height: 22%;
  fill: var(--zoom-color-skeleton-image);
}
.common-header-theme--highContrast .common-header-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);
}
}
.common-header-skeleton {
  width: 100%;
}
.common-header-skeleton.is-animated .common-header-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
 -------------------------- */
.common-header-dropdown {
  position: relative;
  display: inline-block;
  line-height: 1;
}
.common-header-dropdown .common-header-dropdown__buttons-group .common-header-button.is-main {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.common-header-dropdown .common-header-dropdown__buttons-group .common-header-button.is-main.is-keyboard-focus {
  z-index: 1;
}
.common-header-dropdown .common-header-dropdown__buttons-group .common-header-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;
}
.common-header-dropdown .common-header-dropdown__buttons-group .common-header-button.is-triggered.common-header-button--sm {
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
}
.common-header-dropdown .common-header-dropdown__buttons-group .common-header-button.is-triggered.common-header-button--primary.is-expanded {
  background-color: var(--zoom-color-state-primary-press) !important;
}
.common-header-dropdown .common-header-dropdown__buttons-group .common-header-button.is-triggered.common-header-button--secondary.is-expanded {
  background-color: var(--zoom-color-state-subtle-neutral-press) !important;
}
.common-header-dropdown .common-header-dropdown__buttons-group .common-header-button.is-main-loading {
  cursor: not-allowed;
}
.common-header-dropdown .common-header-dropdown__buttons-group .common-header-button.is-main-loading.common-header-button--primary:hover {
  background-color: var(--zoom-color-fill-global-primary);
}
.common-header-dropdown .common-header-dropdown__buttons-group .common-header-button.common-header-button--secondary:not(.is-secondary-disabled) {
  background-color: var(--zoom-color-fill-contrary-subtler-transparent);
  color: var(--zoom-color-text-stronger-neutral);
}
.common-header-dropdown .common-header-dropdown__buttons-group .common-header-button.common-header-button--secondary:not(.is-secondary-disabled):hover:not(.is-loading, .is-main-loading) {
  background-color: var(--zoom-color-state-subtle-neutral-hover);
}
.common-header-dropdown .common-header-dropdown__buttons-group .common-header-button.common-header-button--secondary:not(.is-secondary-disabled):active:not(.is-loading, .is-main-loading) {
  background-color: var(--zoom-color-state-subtle-neutral-press);
}
.common-header-dropdown.is-disabled {
  color: var(--zoom-color-text-stronger-neutral);
  cursor: not-allowed;
}
.common-header-dropdown-menu {
  padding: 12px;
}
.common-header-dropdown-menu:focus-visible {
  outline: none;
}
.common-header-dropdown-menu.is-horizontal {
  display: flex;
  align-items: center;
}
.common-header-dropdown-menu.is-horizontal .common-header-dropdown-item {
  padding: 0;
}
.common-header-dropdown-menu.is-horizontal .common-header-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
 -------------------------- */
.common-header-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;
}
.common-header-dropdown-item:focus {
  outline: none;
}
.common-header-dropdown-item:hover {
  background-color: var(--zoom-color-state-subtle-neutral-hover);
}
.common-header-dropdown-item:active {
  background-color: var(--zoom-color-state-subtle-neutral-press);
}
.common-header-dropdown-item__icon {
  margin-right: 8px;
}
.common-header-dropdown-item.is-disabled {
  color: var(--zoom-color-state-disable);
  cursor: not-allowed;
}
.common-header-dropdown-item.is-disabled:hover {
  background-color: transparent;
}
.common-header-dropdown-item.is-disabled:active {
  background-color: transparent;
}
.common-header-dropdown-item.is-disabled.is-danger {
  color: var(--zoom-color-state-subtle-error-disable);
}
.common-header-dropdown-item.is-danger {
  color: var(--zoom-color-text-error);
}
.is-vue3-keyboard-event .common-header-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
 -------------------------- */
.common-header-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;
}
.common-header-dropdown-item-group:focus {
  outline: none;
}
.common-header-dropdown-item-group:not(:first-of-type) {
  position: relative;
  margin-top: 8px;
  padding-top: 16px;
}
.common-header-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);
}
.common-header-dropdown-item-group.is-empty {
  padding-top: 0;
  padding-bottom: 8px;
}
.common-header-dropdown-item-group.is-empty:first-of-type {
  padding-bottom: 0;
}
.is-vue3-keyboard-event .common-header-dropdown-item-group:focus {
  outline: 2px solid var(--zoom-color-border-primary);
}
.common-header-theme--highContrast .common-header-dropdown-item-group:not(:first-of-type)::after {
  background-color: CanvasText;
}.waffle-menu-section-body {
  background: var(--zoom-color-bg-default);
  border-radius: 12px;
  padding: 8px;
  overflow: hidden;
}
.waffle-menu-section-body .waffle-menu-keyboard-buttons {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
}
.waffle-menu-scrollbar {
  padding-right: 8px;
  margin-right: -8px;
}
.waffle-menu-scrollbar-wrap {
  border-radius: 12px;
  padding: 4px;
}
@media screen and (max-width: 767px) {
.waffle-menu-list-section {
    flex: 1;
    overflow: hidden;
}
.waffle-menu-list-section .waffle-menu-section-body {
    height: 100%;
}
}
.waffle-menu-section-body-discover {
  text-align: center;
  background-color: transparent;
}
.waffle-menu-section-body-discover .common-header-link__inner {
  display: flex;
  align-items: center;
  line-height: 28px;
  cursor: pointer;
}
.common-header-discover-more-button {
  font-size: 12px;
}
.common-header-discover-more-button.is-reverse .common-header-button__inner-icon + .common-header-button__label {
  margin-right: 8px;
}
#waffle-menu-content .waffle-menu-list {
  margin: 0;
  list-style: none;
  user-select: none;
}
#waffle-menu-content .waffle-menu-list.is-context-sorting {
  cursor: crosshair;
}
#waffle-menu-content .waffle-menu-list.is-context-sorting .waffle-menu-list-item:not(.moving) {
  transition: transform 0.2s ease;
}
#waffle-menu-content .waffle-menu-list.is-sorting-container {
  user-select: none;
}
.waffle-menu-list-item {
  display: flex;
  border-radius: 8px;
  transition: background-color 0.15s ease;
  user-select: none;
  touch-action: pan-y;
  -webkit-touch-callout: none;
  position: relative;
}
.waffle-menu-list-item * {
  touch-action: pan-y;
  -webkit-touch-callout: none;
}
.waffle-menu-list-item.moving {
  background-color: var(--zoom-color-state-subtle-primary-hover);
}
.waffle-menu-list-item.moving .common-header-icon {
  color: transparent;
}
.waffle-menu-list-item.moving .waffle-menu-item-name {
  color: transparent;
}
.waffle-menu-list-item.moving .waffle-menu-item-icon {
  background-color: transparent;
}
.waffle-menu-list-item.keyboard-focused {
  outline: 2px solid var(--zoom-color-border-primary);
  outline-offset: 2px;
  border-radius: 8px;
}
.waffle-menu-list-item.keyboard-grabbed:after {
  content: "";
  position: absolute;
  right: 2px;
  top: 2px;
  width: 20px;
  height: 20px;
  background-color: var(--zoom-color-bg-default);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.3632 3.3224C13.426 3.3701 13.4788 3.42973 13.5186 3.49786C13.5583 3.566 13.5843 3.6413 13.5949 3.71947C13.6055 3.79764 13.6006 3.87714 13.5805 3.95342C13.5604 4.0297 13.5254 4.10126 13.4776 4.164L7.07755 12.564C7.02564 12.632 6.95977 12.6882 6.88437 12.7287C6.80896 12.7692 6.72577 12.793 6.64037 12.7987C6.55498 12.8044 6.46936 12.7918 6.38925 12.7616C6.30915 12.7315 6.23642 12.6846 6.17595 12.624L2.57595 9.024C2.46997 8.91026 2.41227 8.75982 2.41501 8.60438C2.41775 8.44894 2.48072 8.30063 2.59065 8.1907C2.70058 8.08077 2.84889 8.0178 3.00433 8.01506C3.15977 8.01232 3.31021 8.07001 3.42395 8.176L6.53915 11.2904L12.5232 3.4368C12.6195 3.31036 12.762 3.2273 12.9195 3.20585C13.077 3.18441 13.2365 3.22632 13.3632 3.3224Z' fill='%230b5cff'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
}
.waffle-menu-list-skeleton .waffle-menu-item-icon {
  background-color: var(--zoom-color-fill-subtle-neutral);
}
.waffle-menu-list-skeleton .common-header-skeleton__item {
  background-color: var(--zoom-color-fill-subtle-neutral);
}
.is-context-sorting .waffle-menu-list-item-link:hover {
  background-color: transparent;
}
.is-context-sorting .waffle-menu-list-item.moving .common-header-icon {
  color: var(--zoom-color-text-primary);
}
.is-context-sorting .waffle-menu-list-item.moving .waffle-menu-item-name {
  color: var(--zoom-color-text-strong-neutral);
}
.is-context-sorting .waffle-menu-list-item.moving .waffle-menu-item-icon {
  background: var(--zoom-color-state-subtle-neutral-press);
}
.waffle-menu-list-item-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  color: inherit;
  text-decoration: none;
  padding: 8px 0;
  border-radius: 8px;
  gap: 8px;
  outline: none;
  transition: transform 0.15s ease;
  user-select: none;
  touch-action: pan-y;
  -webkit-touch-callout: none;
}
@media (hover: none) and (pointer: coarse) {
.waffle-menu-list-item-link {
    pointer-events: none;
}
}
.waffle-menu-list-item-link:hover {
  background-color: var(--zoom-color-state-subtle-neutral-hover);
  text-decoration: none;
}
.waffle-menu-list-item-link:hover .common-header-icon {
  color: var(--zoom-color-text-alternative-primary);
}
.waffle-menu-list-item-link:focus {
  outline: none;
  text-decoration: none;
}
.is-sorting-container .waffle-menu-list-item-link {
  cursor: grabbing;
}
.sorting .waffle-menu-list-item-link:hover {
  background-color: transparent;
}
.is-vue3-keyboard-event .waffle-menu-list-item-link:focus {
  outline: 2px solid var(--zoom-color-border-primary);
}
.waffle-menu-item-icon {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  flex-shrink: 0;
  transition: transform 0.2s ease;
  position: relative;
}
.waffle-menu-item-icon .common-header-icon {
  color: var(--zoom-color-text-primary);
  position: relative;
  z-index: 2;
}
.waffle-menu-item-icon {
  pointer-events: none;
}
.waffle-menu-item-icon * {
  pointer-events: none;
}
.waffle-menu-item-name {
  font-size: 12px;
  font-weight: 400;
  color: var(--zoom-color-text-strong-neutral);
  text-align: center;
  line-height: 14px;
  height: 28px;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.waffle-menu-context-menu {
  position: fixed;
  z-index: 9999;
  padding: 8px;
  overflow: hidden;
  background-color: var(--zoom-color-bg-default);
  border: 1px solid var(--zoom-color-border-subtle-neutral);
  border-radius: 8px;
  box-shadow: var(--zoom-box-shadow);
}
.waffle-menu-menu-item {
  display: block;
  width: 100%;
  padding: 8px 16px;
  color: var(--zoom-color-text-strong-neutral);
  font-weight: 400;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.waffle-menu-menu-item:hover {
  background-color: var(--zoom-color-state-subtle-neutral-hover);
}
.waffle-menu-menu-item:active {
  background: var(--zoom-color-state-subtle-neutral-press);
}
.waffle-menu-section-header-buttons {
  margin-left: auto;
  display: flex;
  align-items: center;
}
.waffle-menu-section-header-buttons .common-header-button + .common-header-button {
  margin-left: 0;
}
.waffle-menu-keyboard-buttons .common-header-button + .common-header-button {
  margin-left: 0;
}
.waffle-menu-sort-placeholder {
  color: var(--zoom-color-text-neutral);
}
.waffle-menu-keyboard-reset-btn .common-header-button__inner-icon {
  display: none;
}.waffle-menu-section-body-shortcut {
  background-color: transparent;
}
.waffle-menu-grid .waffle-menu-action-button + .waffle-menu-action-button {
  margin-left: 0;
}
.waffle-menu-grid .waffle-menu-action-button {
  padding: 8px 0;
  border-radius: 12px;
  flex-direction: column;
  width: 100%;
  height: auto;
}
.waffle-menu-grid .waffle-menu-action-button .common-header-button__inner-icon {
  font-size: 20px;
  width: 34px;
  height: 34px;
  color: var(--zoom-color-inverse-global-default);
  border-radius: 8px;
}
.waffle-menu-grid .waffle-menu-action-button .common-header-button__label {
  font-size: 12px;
  line-height: 16px;
  margin-top: 8px;
  margin-left: 0;
  color: var(--zoom-color-text-strong-neutral);
}
.waffle-menu-grid .waffle-menu-action-button:hover {
  background-color: var(--zoom-color-state-subtle-neutral-hover);
}
.waffle-menu-grid .waffle-menu-action-button.is-active {
  background-color: var(--zoom-color-state-subtle-neutral-hover);
}
.waffle-menu-grid .waffle-menu-action-button.waffle-menu-action-button-host .common-header-button__inner-icon {
  background-color: var(--zoom-color-fill-complementary);
}
.waffle-menu-grid .waffle-menu-action-button.waffle-menu-action-button-schedule .common-header-button__inner-icon, .waffle-menu-grid .waffle-menu-action-button.waffle-menu-action-button-join .common-header-button__inner-icon {
  background-color: var(--zoom-color-fill-primary);
}
.waffle-menu-dropdown-content {
  padding: 0;
}.waffle-menu-popover {
  width: 360px;
  padding: 8px;
  background: var(--zoom-color-fill-subtler-neutral);
}
.show-full-mask {
  position: relative;
}
.show-full-mask::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 10;
}
.common-header-button.header-waffle-icon {
  border-radius: 10px;
}
.common-header-button.header-waffle-icon .common-header-button__inner-icon {
  font-size: 18px;
}
.waffle-btn-mask-ghost {
  position: fixed;
  z-index: 3000;
  pointer-events: none;
  background-color: #fff;
  border-radius: 10px;
}
.waffle-menu-action {
  padding: 12px;
  background: var(--zoom-color-fill-subtler-neutral);
}
.waffle-menu-popover .common-header-popover {
  padding: 0;
  width: 100%;
}
.waffle-menu-popover .common-header-popover:focus-visible {
  outline: none;
}
.waffle-menu-section-header {
  margin-bottom: 4px;
  padding: 0 8px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.waffle-menu-section-header-title {
  font-size: 16px;
  font-weight: 500;
  color: var(--zoom-color-text-stronger-neutral);
  line-height: 20px;
  margin: 0;
}
.waffle-menu-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
  padding: 0;
}
.waffle-mobile-header {
  display: none;
}
.waffle-mobile-header .waffle-mobile-close-btn {
  position: relative;
  right: -4px;
}
@media screen and (max-width: 767px) {
.waffle-menu-popover {
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    top: 0 !important;
    width: 100%;
    border-radius: 0 !important;
    border: none;
}
.waffle-menu-popover .common-header-popover__content,
  .waffle-menu-popover .common-header-popover__body {
    height: 100%;
}
.waffle-menu-popover .waffle-menu-content {
    border-radius: 0;
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    display: flex;
    flex-direction: column;
}
.waffle-menu-popover .common-header-popover {
    height: 100%;
    max-width: 100%;
    border: none;
    box-shadow: none;
}
.waffle-menu-popover .waffle-mobile-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 12px;
    background-color: var(--zoom-color-fill-subtler-neutral);
    border-radius: 0;
    box-shadow: none;
    border: none;
}
.waffle-menu-popover .waffle-mobile-header h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
}
}/* 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
 -------------------------- */
.common-header-inline-chevron-icon {
  color: var(--zoom-color-icon-strong-neutral);
  transition: transform 0.3s linear;
}
.common-header-inline-chevron-icon.is-expanded {
  transform: rotate(180deg);
}
.common-header-inline-chevron-icon.is-transform-vertical-align {
  transform: translateY(-50%);
}
.common-header-inline-chevron-icon.is-transform-vertical-align.is-expanded {
  transform: translateY(-50%) rotate(180deg);
}
.common-header-inline-chevron-icon.is-disabled {
  color: var(--zoom-color-state-disable);
}
.common-header-theme--highContrast .common-header-inline-chevron-icon {
  color: ButtonText !important;
}
.common-header-theme--highContrast .common-header-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
 -------------------------- */
.common-header-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;
}
.common-header-avatar .common-header-icon {
  background-color: var(--zoom-color-fill-subtle-neutral);
  color: var(--zoom-color-text-neutral);
}
.common-header-avatar.is-interactive {
  outline-offset: 2px;
}
.common-header-avatar__inner {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 999px;
}
.common-header-avatar__inner img {
  display: block;
  height: 100%;
}
.common-header-avatar__inner.is-interactive {
  position: relative;
  cursor: pointer;
}
.common-header-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);
}
.common-header-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);
}
.common-header-avatar__inner.is-interactive.is-disabled {
  cursor: not-allowed;
}
.common-header-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);
}
.common-header-avatar__inner.is-interactive.is-disabled:hover::after {
  background-color: var(--zoom-color-state-inactive);
}
.common-header-avatar__inner.is-interactive.is-disabled:active::after {
  background-color: var(--zoom-color-state-inactive);
}
.common-header-avatar.is-status {
  position: relative;
}
.common-header-avatar--green:not(.is-status) {
  background-color: var(--zoom-color-fill-global-success);
}
.common-header-avatar--green.is-status .common-header-avatar__inner {
  background-color: var(--zoom-color-fill-global-success);
}
.common-header-avatar--purple:not(.is-status) {
  background-color: var(--zoom-color-fill-global-supplementary1);
}
.common-header-avatar--purple.is-status .common-header-avatar__inner {
  background-color: var(--zoom-color-fill-global-supplementary1);
}
.common-header-avatar--teal:not(.is-status) {
  background-color: var(--zoom-color-fill-global-supplementary2);
}
.common-header-avatar--teal.is-status .common-header-avatar__inner {
  background-color: var(--zoom-color-fill-global-supplementary2);
}
.common-header-avatar--steel:not(.is-status) {
  background-color: var(--zoom-color-fill-global-supplementary3);
}
.common-header-avatar--steel.is-status .common-header-avatar__inner {
  background-color: var(--zoom-color-fill-global-supplementary3);
}
.common-header-avatar--gray:not(.is-status) {
  background-color: var(--zoom-color-fill-global-neutral);
}
.common-header-avatar--gray.is-status .common-header-avatar__inner {
  background-color: var(--zoom-color-fill-global-neutral);
}
.common-header-avatar--orange:not(.is-status) {
  background-color: var(--zoom-color-fill-global-complementary);
}
.common-header-avatar--orange.is-status .common-header-avatar__inner {
  background-color: var(--zoom-color-fill-global-complementary);
}
.common-header-avatar--yellow:not(.is-status) {
  background-color: var(--zoom-color-fill-global-warning);
}
.common-header-avatar--yellow.is-status .common-header-avatar__inner {
  background-color: var(--zoom-color-fill-global-warning);
}
.common-header-avatar--red:not(.is-status) {
  background-color: var(--zoom-color-fill-global-error);
}
.common-header-avatar--red.is-status .common-header-avatar__inner {
  background-color: var(--zoom-color-fill-global-error);
}
.common-header-avatar--xl {
  width: 110px;
  height: 110px;
  border-radius: 999px;
  font-size: 44px;
  line-height: 110px;
}
.common-header-avatar--xl.common-header-icon {
  width: 110px;
  height: 110px;
  font-size: 48px;
}
.common-header-avatar--xl .common-header-avatar__inner {
  border-radius: 999px;
}
.common-header-avatar--lgx {
  width: 80px;
  height: 80px;
  border-radius: 999px;
  font-size: 36px;
  line-height: 80px;
}
.common-header-avatar--lgx.common-header-icon {
  width: 80px;
  height: 80px;
  font-size: 40px;
}
.common-header-avatar--lgx .common-header-avatar__inner {
  border-radius: 999px;
}
.common-header-avatar--lx {
  width: 64px;
  height: 64px;
  border-radius: 999px;
  font-size: 24px;
  line-height: 64px;
}
.common-header-avatar--lx.common-header-icon {
  width: 64px;
  height: 64px;
  font-size: 28px;
}
.common-header-avatar--lx .common-header-avatar__inner {
  border-radius: 999px;
}
.common-header-avatar--lgm {
  width: 48px;
  height: 48px;
  border-radius: 999px;
  font-size: 20px;
  line-height: 48px;
}
.common-header-avatar--lgm.common-header-icon {
  width: 48px;
  height: 48px;
  font-size: 24px;
}
.common-header-avatar--lgm .common-header-avatar__inner {
  border-radius: 999px;
}
.common-header-avatar--lg {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  font-size: 16px;
  line-height: 40px;
}
.common-header-avatar--lg.common-header-icon {
  width: 40px;
  height: 40px;
  font-size: 20px;
}
.common-header-avatar--lg.is-maximum {
  width: 56px;
}
.common-header-avatar--lg .common-header-avatar__inner {
  border-radius: 999px;
}
.common-header-avatar--md {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  font-size: 14px;
  line-height: 32px;
}
.common-header-avatar--md.common-header-icon {
  width: 32px;
  height: 32px;
  font-size: 18px;
}
.common-header-avatar--md.is-maximum {
  width: 48px;
}
.common-header-avatar--md .common-header-avatar__inner {
  border-radius: 999px;
}
.common-header-avatar--sm {
  width: 24px;
  height: 24px;
  border-radius: 999px;
  font-size: 10px;
  line-height: 24px;
}
.common-header-avatar--sm.common-header-icon {
  width: 24px;
  height: 24px;
  font-size: 14px;
}
.common-header-avatar--sm.is-maximum {
  width: 40px;
}
.common-header-avatar--sm .common-header-avatar__inner {
  border-radius: 999px;
}
.common-header-avatar--xs {
  width: 20px;
  height: 20px;
  border-radius: 999px;
  font-size: 8px;
  line-height: 20px;
}
.common-header-avatar--xs.common-header-icon {
  width: 20px;
  height: 20px;
  font-size: 12px;
}
.common-header-avatar--xs.is-maximum {
  width: 32px;
}
.common-header-avatar--xs .common-header-avatar__inner {
  border-radius: 999px;
}
.common-header-avatar__status-icon {
  position: absolute;
}
.common-header-avatar__status-icon.is-meeting svg {
  width: 100%;
  height: 100%;
}
.common-header-theme--highContrast .common-header-avatar.is-character {
  outline: 1px solid CanvasText;
}
.is-vue3-keyboard-event .common-header-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
 -------------------------- */
.common-header-link {
  display: inline-flex;
  align-items: center;
  padding: 0;
  border-radius: 4px;
  color: var(--zoom-color-text-primary);
  outline-offset: 2px;
  text-decoration: none;
}
.common-header-link .common-header-link__arrow {
  margin-left: 4px;
  color: var(--zoom-color-text-primary);
  font-size: 14px;
}
.common-header-link:hover {
  color: var(--zoom-color-state-primary-hover);
  text-decoration: underline;
}
.common-header-link:hover .common-header-link__arrow {
  color: var(--zoom-color-state-primary-hover);
}
.common-header-link:active {
  color: var(--zoom-color-state-primary-press);
  text-decoration: underline;
}
.common-header-link:active .common-header-link__arrow {
  color: var(--zoom-color-state-primary-press);
}
.common-header-link--sm {
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 16px;
}
.common-header-link--sm .common-header-link__arrow {
  font-size: 12px;
}
.common-header-link--md {
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 18px;
}
.common-header-link--lg {
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 20px;
}
.common-header-link--lg .common-header-link__arrow {
  font-size: 16px;
}
.common-header-link--xl {
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 20px;
}
.common-header-link--xl .common-header-link__arrow {
  font-size: 16px;
}
.common-header-link.is-disabled {
  color: var(--zoom-color-state-disable);
  cursor: not-allowed;
}
.common-header-link.is-disabled .common-header-link__arrow {
  color: var(--zoom-color-state-disable);
}
.common-header-link__wrapper {
  line-height: 1;
}
.common-header-link__wrapper .common-header-link {
  display: flex;
  align-items: center;
}
.is-vue3-keyboard-event .common-header-link:focus {
  outline: 2px solid var(--zoom-color-border-primary);
}
.common-header-theme--highContrast .common-header-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
 -------------------------- */
.common-header-divider {
  background-color: var(--zoom-color-border-subtle-neutral);
}
.common-header-divider.is-horizontal {
  width: 100%;
  height: 1px;
}
.common-header-divider--balanced.is-horizontal {
  width: calc(100% - 32px);
  margin-right: 16px;
  margin-left: 16px;
}
.common-header-divider--indent.is-horizontal {
  width: calc(100% - 32px);
  margin-right: 0;
  margin-left: 32px;
}
.common-header-divider--indent-balanced.is-horizontal {
  width: calc(100% - 48px);
  margin-right: 16px;
  margin-left: 32px;
}
.common-header-divider.is-vertical {
  display: inline-block;
  width: 1px;
  height: 100%;
}
.common-header-theme--highContrast .common-header-divider {
  background-color: CanvasText;
}/* BEM support Func
 -------------------------- */
/* ========== Light Colors format: $color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/*
usage: fill | text | icon | border | state | underlay
expression: inverse | global | contrary | blend
prominence: default | subtle | subtler | strong | stronger
sentiment: neutral | primary | error | warning | success | complimentary | supplementary2 | transparent | light-transparent | dark-transparent
state: hover | press | disable | inactive
*/
/* ========== Dark Colors format: $dark-color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/* outline */
/* Border
-------------------------- */
/* line-height
-------------------------- */
/* Transition
-------------------------- */
/* Break-point
-------------------------- */
/* Break-points
 -------------------------- */
.common-header-radio {
  display: inline-block;
  margin-right: 32px;
  line-height: 1;
}
.common-header-radio:last-child {
  margin-right: 0;
}
.common-header-radio .common-header-radio__suffix .common-header-button__inner-icon {
  color: var(--zoom-color-text-neutral);
}
.common-header-radio__wrap {
  display: inline-flex;
  align-items: center;
  min-height: 20px;
  cursor: pointer;
}
.common-header-radio__wrap:not(.is-disabled):hover .common-header-radio__inner {
  background-color: var(--zoom-color-state-subtle-neutral-hover);
}
.common-header-radio__wrap:not(.is-disabled):active .common-header-radio__inner {
  background-color: var(--zoom-color-state-subtle-neutral-press);
}
.common-header-radio__wrap.is-checked:not(.is-disabled):hover .common-header-radio__inner {
  border-color: var(--zoom-color-state-primary-hover);
  background-color: var(--zoom-color-state-primary-hover);
}
.common-header-radio__wrap.is-checked:not(.is-disabled):active .common-header-radio__inner {
  border-color: var(--zoom-color-state-primary-press);
  background-color: var(--zoom-color-state-primary-press);
}
.common-header-radio__wrap.is-checked .common-header-radio__inner {
  border-color: var(--zoom-color-fill-global-primary);
  background-color: var(--zoom-color-fill-global-primary);
}
.common-header-radio__wrap.is-checked .common-header-radio__knob {
  transform: translate(-50%, -50%) scale(1);
}
.common-header-radio__wrap.is-checked.is-disabled .common-header-radio__inner {
  border-color: var(--zoom-color-state-disable);
  background-color: var(--zoom-color-state-disable);
}
.common-header-radio__wrap.is-disabled {
  cursor: not-allowed;
}
.common-header-radio__wrap.is-disabled .common-header-radio__inner {
  border-color: var(--zoom-color-state-disable);
  background-color: var(--zoom-color-state-subtle-disable);
  cursor: not-allowed;
}
.common-header-radio__wrap.is-disabled .common-header-radio__label {
  color: var(--zoom-color-state-disable);
}
.common-header-radio__region {
  margin-top: 8px;
  padding-left: 24px;
}
.common-header-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;
}
.common-header-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;
}
.common-header-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;
}
.common-header-radio__inner:hover {
  background-color: var(--zoom-color-state-subtle-neutral-hover);
}
.common-header-radio__inner:active {
  background-color: var(--zoom-color-state-subtle-neutral-press);
}
.common-header-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);
}
.common-header-radio__suffix {
  display: inline-flex;
  align-items: center;
  margin-left: 4px;
}
.common-header-radio__suffix .common-header-button__icon.common-header-button--sm {
  width: 20px;
  height: 20px;
  border-radius: 4px;
}
.is-vue3-keyboard-event .common-header-radio .common-header-radio__inner:focus {
  outline: 2px solid var(--zoom-color-border-primary);
}
.common-header-theme--highContrast .common-header-radio .common-header-radio__wrap.is-checked .common-header-radio__inner {
  border-color: Highlight;
  background-color: transparent;
}
.common-header-theme--highContrast .common-header-radio .common-header-radio__wrap.is-checked .common-header-radio__knob {
  background-color: Highlight;
}
.common-header-theme--highContrast .common-header-radio .common-header-radio__wrap.is-checked.is-disabled .common-header-radio__inner {
  border-color: GrayText;
}
.common-header-theme--highContrast .common-header-radio .common-header-radio__wrap.is-checked.is-disabled .common-header-radio__knob {
  background-color: GrayText;
}
.common-header-theme--highContrast .common-header-radio .common-header-radio__wrap.is-disabled .common-header-radio__inner {
  border-color: GrayText;
  background-color: transparent;
}
.common-header-theme--highContrast .common-header-radio .common-header-radio__wrap.is-disabled .common-header-radio__label {
  color: GrayText;
}
.common-header-theme--highContrast .common-header-radio .common-header-radio__inner {
  border-color: ButtonText;
}
.common-header-theme--highContrast .common-header-radio .common-header-radio__inner:hover {
  background-color: transparent;
}
.common-header-theme--highContrast .common-header-radio .common-header-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
 -------------------------- */
.common-header-radio-group {
  line-height: 1;
}
.common-header-radio-group.is-vertical > .common-header-radio {
  display: block;
  margin-right: 0;
  margin-bottom: 8px;
}
.common-header-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
 -------------------------- */
.common-header-checkbox-group.is-vertical.common-header-checkbox-group--menu .common-header-checkbox {
  padding: 6px 8px;
}
.common-header-checkbox-group.is-vertical.common-header-checkbox-group--menu .common-header-checkbox + .common-header-checkbox {
  margin-top: 0;
}
.common-header-checkbox-group .common-header-checkbox {
  margin-right: 24px;
}
.common-header-checkbox__title {
  margin-bottom: 8px;
  color: var(--zoom-color-text-stronger-neutral);
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  line-height: 18px;
}
.common-header-checkbox-group.is-vertical .common-header-checkbox {
  display: flex;
  width: 100%;
  margin-right: 0;
}
.common-header-checkbox-group.is-vertical .common-header-checkbox + .common-header-checkbox {
  margin-top: 8px;
}/* BEM support Func
 -------------------------- */
/* ========== Light Colors format: $color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/*
usage: fill | text | icon | border | state | underlay
expression: inverse | global | contrary | blend
prominence: default | subtle | subtler | strong | stronger
sentiment: neutral | primary | error | warning | success | complimentary | supplementary2 | transparent | light-transparent | dark-transparent
state: hover | press | disable | inactive
*/
/* ========== Dark Colors format: $dark-color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/* outline */
/* Border
-------------------------- */
/* line-height
-------------------------- */
/* Transition
-------------------------- */
/* Break-point
-------------------------- */
/* Break-points
 -------------------------- */
.common-header-context .common-header-input__inner {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Chinese Quotes", "Inter var", Inter, ui-sans-serif, Roboto, "Helvetica Neue", Helvetica, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.common-header-context .common-header-input__inner::placeholder {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Chinese Quotes", "Inter var", Inter, ui-sans-serif, Roboto, "Helvetica Neue", Helvetica, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.common-header-input {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: 100%;
  color: var(--zoom-color-text-stronger-neutral);
  font-size: 14px;
}
.common-header-input input[type=password]::-ms-reveal {
  display: none;
}
.common-header-input input[type=password]::-ms-clear {
  display: none;
}
.common-header-input--lg .common-header-input__inner {
  height: 40px;
  padding: 6px 15px;
}
.common-header-input--lg .common-header-input__inner.is-leaded {
  padding-right: 11px;
  padding-left: 31px;
}
.common-header-input--lg .common-header-input__inner.is-trailed {
  padding-right: 35px;
}
.common-header-input--lg .common-header-input__prepend {
  height: 40px;
  padding: 9px 15px;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 20px;
}
.common-header-input--lg .common-header-input__append {
  height: 40px;
  padding: 9px 15px;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 20px;
}
.common-header-input--lg .common-header-input__trailing {
  top: 11px;
  right: 14px;
}
.common-header-input--lg .common-header-input__leading {
  top: 13px;
  left: 14px;
  font-size: 14px;
}
.common-header-input--sm .common-header-input__inner {
  height: 24px;
  padding: 4px 7px;
  border-radius: 8px;
  font-size: 12px;
  line-height: 16px;
}
.common-header-input--sm .common-header-input__inner.is-leaded {
  padding-right: 5px;
  padding-left: 23px;
}
.common-header-input--sm .common-header-input__inner.is-trailed {
  padding-right: 25px;
}
.common-header-input--sm .common-header-input__prepend {
  height: 24px;
  padding: 3px 7px;
  border-radius: 6px 0 0 6px;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 16px;
}
.common-header-input--sm .common-header-input__append {
  height: 24px;
  padding: 3px 7px;
  border-radius: 0 8px 8px 0;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 16px;
}
.common-header-input--sm .common-header-input__trailing {
  top: 4px;
  right: 6px;
}
.common-header-input--sm .common-header-input__leading {
  top: 6px;
  left: 8px;
  font-size: 12px;
}
.common-header-input.is-counted {
  padding-bottom: 20px;
}
.common-header-input__inner {
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  height: 32px;
  padding: 6px 11px;
  border: 1px solid var(--zoom-color-border-input);
  border-radius: 12px;
  background-color: transparent;
  color: var(--zoom-color-text-stronger-neutral);
  appearance: none;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 18px;
}
.common-header-input__inner::placeholder {
  color: var(--zoom-color-text-neutral);
  opacity: 1;
}
.common-header-input__inner:focus-visible {
  outline: none;
}
.common-header-input__inner:focus:not(.is-disabled, .is-bare) {
  border-color: var(--zoom-color-border-primary);
  box-shadow: inset 0 0 0 1px var(--zoom-color-border-primary);
}
.common-header-input__inner:hover:not(:focus, .is-disabled, .is-readonly, .is-bare) {
  background-color: var(--zoom-color-state-subtle-neutral-hover);
}
.common-header-input__inner:hover:not(:focus, .is-disabled, .is-readonly, .is-bare)::placeholder {
  color: var(--zoom-color-state-neutral-hover);
}
.common-header-input__inner.is-disabled {
  border-color: var(--zoom-color-state-subtle-disable);
  color: var(--zoom-color-state-disable);
  cursor: not-allowed;
}
.common-header-input__inner.is-disabled::placeholder {
  color: var(--zoom-color-state-disable);
}
.common-header-input__inner.is-zindex-higher {
  z-index: 1;
}
.common-header-input__inner.is-readonly {
  border-color: var(--zoom-color-border-input);
  background-color: var(--zoom-color-fill-subtler-neutral);
  color: var(--zoom-color-text-neutral);
  cursor: not-allowed;
}
.common-header-input__inner.is-readonly::placeholder {
  color: var(--zoom-color-text-neutral);
}
.common-header-input__inner.is-errored {
  border-color: var(--zoom-color-border-error);
}
.common-header-input__inner.is-errored:focus:not(.is-disabled) {
  border-color: var(--zoom-color-border-error);
  box-shadow: inset 0 0 0 1px var(--zoom-color-border-error);
}
.common-header-input__inner.is-leaded {
  padding-right: 7px;
  padding-left: 27px;
}
.common-header-input__inner.is-trailed {
  padding-right: 31px;
}
.common-header-input__inner.is-prepended {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.common-header-input__inner.is-appended {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.common-header-input__inner.is-no-left-border {
  border-left: none;
}
.common-header-input__inner.is-no-right-border {
  border-right: none;
}
.common-header-input__inner.is-bare {
  border: none;
}
.common-header-input__trailing {
  position: absolute;
  top: 7px;
  right: 8px;
  z-index: 2;
  display: flex;
  align-items: center;
}
.common-header-input__leading {
  position: absolute;
  top: 9px;
  left: 10px;
  z-index: 2;
  display: flex;
  align-items: center;
  color: var(--zoom-color-text-neutral);
  font-size: 14px;
  cursor: pointer;
}
.common-header-input__leading.is-disabled {
  color: var(--zoom-color-state-disable);
  cursor: not-allowed;
}
.common-header-input__count {
  position: absolute;
  bottom: 0;
  left: 0;
  color: var(--zoom-color-text-neutral);
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 16px;
}
.common-header-input__count.is-exceed {
  color: var(--zoom-color-text-error);
}
.common-header-input__prepend {
  height: 32px;
  padding: 6px 7px;
  border: 1px solid var(--zoom-color-border-input);
  border-right: none;
  border-radius: 12px 0 0 12px;
  background-color: var(--zoom-color-fill-subtler-neutral);
  color: var(--zoom-color-text-neutral);
  text-align: center;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 18px;
}
.common-header-input__prepend.is-disabled {
  border: 1px solid var(--zoom-color-border-input);
  color: var(--zoom-color-state-disable);
}
.common-header-input__prepend-select {
  display: flex;
}
.common-header-input__prepend-select .common-header-select-input {
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.common-header-input__prepend-select > .common-header-select--sm .common-header-select-input--sm {
  height: 24px;
}
.common-header-input__prepend-select > .common-header-select--md .common-header-select-input--md {
  height: 32px;
}
.common-header-input__prepend-select > .common-header-select--lg .common-header-select-input--lg {
  height: 40px;
}
.common-header-input__append {
  height: 32px;
  padding: 6px 7px;
  border: 1px solid var(--zoom-color-border-input);
  border-left: none;
  border-radius: 0 12px 12px 0;
  background-color: var(--zoom-color-fill-subtler-neutral);
  color: var(--zoom-color-text-neutral);
  text-align: center;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 18px;
}
.common-header-input__append.is-disabled {
  border: 1px solid var(--zoom-color-border-input);
  color: var(--zoom-color-state-disable);
}
.common-header-input__append-select {
  display: flex;
}
.common-header-input__append-select .common-header-select-input {
  border-left: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.common-header-input__append-select > .common-header-select--sm .common-header-select-input--sm {
  height: 24px;
}
.common-header-input__append-select > .common-header-select--md .common-header-select-input--md {
  height: 32px;
}
.common-header-input__append-select > .common-header-select--lg .common-header-select-input--lg {
  height: 40px;
}
.is-vue3-keyboard-event:not(.common-header-theme--highContrast) .common-header-input .common-header-input__inner.is-disabled:focus {
  border-color: var(--zoom-color-border-primary);
  box-shadow: inset 0 0 0 1px var(--zoom-color-border-primary);
}
.is-vue3-keyboard-event:not(.common-header-theme--highContrast) .common-header-input .common-header-input__inner.is-disabled.is-errored:focus {
  border-color: var(--zoom-color-border-error);
  box-shadow: inset 0 0 0 1px var(--zoom-color-border-error);
}
.common-header-theme--highContrast .common-header-input .common-header-input__inner {
  border-color: ButtonText;
}
.common-header-theme--highContrast .common-header-input .common-header-input__inner:focus {
  border-color: Highlight;
}
.common-header-theme--highContrast .common-header-input .common-header-input__inner.is-disabled {
  border-color: GrayText;
  color: GrayText;
}
.common-header-theme--highContrast .common-header-input .common-header-input__inner.is-disabled::placeholder {
  color: GrayText;
}
.common-header-theme--highContrast .common-header-input .common-header-input__leading.is-disabled {
  color: GrayText;
}
.common-header-theme--highContrast.is-vue3-keyboard-event .common-header-input .common-header-input__inner.is-disabled:focus {
  border-color: Highlight;
}/* BEM support Func
 -------------------------- */
/* ========== Light Colors format: $color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/*
usage: fill | text | icon | border | state | underlay
expression: inverse | global | contrary | blend
prominence: default | subtle | subtler | strong | stronger
sentiment: neutral | primary | error | warning | success | complimentary | supplementary2 | transparent | light-transparent | dark-transparent
state: hover | press | disable | inactive
*/
/* ========== Dark Colors format: $dark-color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/* outline */
/* Border
-------------------------- */
/* line-height
-------------------------- */
/* Transition
-------------------------- */
/* Break-point
-------------------------- */
/* Break-points
 -------------------------- */
.common-header-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;
}
.common-header-tag + .common-header-tag {
  margin-left: 6px;
}
.common-header-tag.is-closable {
  padding-right: 2px;
}
.common-header-tag.is-avatar {
  padding-left: 2px;
}
.common-header-tag--sm {
  min-height: 16px;
  padding-top: 0;
  padding-right: 4px;
  padding-bottom: 0;
  padding-left: 4px;
  border-radius: 4px;
}
.common-header-tag--lg {
  min-height: 24px;
  border-radius: 6px;
}
.common-header-tag--lg.is-closable {
  padding-right: 4px;
}
.common-header-tag--lg .common-header-tag__avatar.common-header-avatar {
  width: 20px !important;
  height: 20px !important;
  line-height: 20px !important;
}
.common-header-tag--info {
  color: var(--zoom-color-text-stronger-neutral);
}
.common-header-tag--danger {
  border: 1px solid var(--zoom-color-border-error);
  color: var(--zoom-color-text-error);
}
.common-header-tag.is-disabled {
  background-color: var(--zoom-color-state-subtle-disable);
  color: var(--zoom-color-state-disable);
}
.common-header-tag.is-disabled .common-header-tag__close {
  cursor: not-allowed;
}
.common-header-tag__close {
  outline-offset: 2px;
}
.common-header-tag__close.common-header-icon {
  margin-left: 4px;
  border-radius: 0;
  border-radius: 4px;
  outline: none;
  font-size: 16px;
  cursor: pointer;
}
.common-header-tag__close.common-header-icon:hover:not(.is-disabled) {
  background-color: var(--zoom-color-state-subtle-neutral-hover);
}
.common-header-tag__close.common-header-icon:active:not(.is-disabled) {
  background-color: var(--zoom-color-state-subtle-neutral-press);
}
.common-header-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;
}
.common-header-tag__avatar {
  margin-right: 4px;
}
.common-header-tag__avatar.common-header-avatar {
  width: 16px !important;
  height: 16px !important;
  line-height: 16px !important;
}
.is-vue3-keyboard-event .common-header-tag:focus {
  outline: 2px solid var(--zoom-color-border-primary);
}
.common-header-theme--highContrast .common-header-tag.is-disabled {
  border-color: GrayText;
}
.common-header-theme--highContrast .common-header-tag.is-disabled .common-header-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
 -------------------------- */
.common-header-select-input {
  position: relative;
  box-sizing: border-box;
  border: 1px solid var(--zoom-color-border-input);
  border-radius: 12px;
  cursor: pointer;
}
.common-header-select-input .common-header-select-input__clear {
  position: absolute;
  top: 50%;
  right: 9px;
  transform: translateY(-50%);
}
.common-header-select-input .common-header-select-input__tags .common-header-tag {
  margin: 4px 4px 0 0;
}
.common-header-select-input:hover:not(.is-disabled) {
  background-color: var(--zoom-color-state-subtle-neutral-hover);
}
.common-header-select-input:hover:not(.is-disabled) .common-header-select-input__span.is-placeholder {
  color: var(--zoom-color-state-neutral-hover);
}
.common-header-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;
}
.common-header-select-input__wrapper.is-multiple {
  padding: 3px 31px 3px 11px;
}
.common-header-select-input__wrapper.is-multiple.is-has-lead-icon {
  padding-left: 27px;
}
.common-header-select-input__wrapper.is-has-lead-icon {
  padding-left: 27px;
}
.common-header-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;
}
.common-header-select-input__span::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.common-header-select-input__span:focus {
  outline: none;
}
.common-header-select-input__span.is-placeholder {
  color: var(--zoom-color-text-neutral);
}
.common-header-select-input__span.is-disabled {
  color: var(--zoom-color-state-disable);
}
.common-header-select-input__span.is-displaying-tags {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.common-header-select-input__tags {
  display: flex;
  flex-wrap: wrap;
  margin-top: -4px;
  padding: 2px 0;
}
.common-header-select-input__chevron {
  position: absolute;
  top: 50%;
  right: 9px;
}
.common-header-select-input.is-disabled {
  border-color: var(--zoom-color-state-subtle-disable);
  cursor: not-allowed;
}
.common-header-select-input.is-errored {
  border-color: var(--zoom-color-border-error);
}
.common-header-select-input--sm {
  border-radius: 8px;
}
.common-header-select-input--sm .common-header-select-input__wrapper {
  min-height: 22px;
  padding-right: 25px;
  padding-left: 7px;
  font-size: 12px;
  line-height: 1;
}
.common-header-select-input--sm .common-header-select-input__wrapper.is-multiple {
  padding: 1px 25px 1px 7px;
}
.common-header-select-input--sm .common-header-select-input__wrapper.is-multiple.is-has-lead-icon {
  padding-left: 23px;
}
.common-header-select-input--sm .common-header-select-input__wrapper.is-has-lead-icon {
  padding-left: 23px;
}
.common-header-select-input--sm .common-header-select-input__wrapper .common-header-select-input__clear {
  right: 5px;
}
.common-header-select-input--sm .common-header-select-input__span {
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 16px;
}
.common-header-select-input--sm .common-header-select-input__chevron {
  right: 5px;
}
.common-header-select-input--lg {
  border-radius: 12px;
}
.common-header-select-input--lg .common-header-select-input__wrapper {
  min-height: 38px;
  padding-right: 35px;
  padding-left: 15px;
  line-height: 1;
}
.common-header-select-input--lg .common-header-select-input__wrapper.is-multiple {
  padding: 3px 35px 3px 15px;
}
.common-header-select-input--lg .common-header-select-input__wrapper.is-multiple.is-has-lead-icon {
  padding-left: 31px;
}
.common-header-select-input--lg .common-header-select-input__wrapper.is-has-lead-icon {
  padding-left: 31px;
}
.common-header-select-input--lg .common-header-select-input__wrapper .common-header-select-input__clear {
  right: 13px;
}
.common-header-select-input--lg .common-header-select-input__span {
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 18px;
}
.common-header-select-input--lg .common-header-select-input__chevron {
  right: 13px;
}
.is-vue3-keyboard-event .common-header-select-input.is-focusing {
  border-color: var(--zoom-color-border-primary);
  outline: none;
}
.is-vue3-keyboard-event .common-header-select-input.is-focusing::after {
  content: "";
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  border: 2px solid var(--zoom-color-border-primary);
  border-radius: inherit;
  pointer-events: none;
}
.is-vue3-keyboard-event .common-header-select-input.is-focusing.is-errored {
  border-color: var(--zoom-color-border-error);
}
.is-vue3-keyboard-event .common-header-select-input.is-focusing.is-errored::after {
  border-color: var(--zoom-color-border-error);
}
.common-header-theme--highContrast .common-header-select-input {
  border-color: ButtonText;
}
.common-header-theme--highContrast .common-header-select-input:hover:not(.is-disabled) .common-header-select-input__span.is-placeholder {
  color: GrayText;
}
.common-header-theme--highContrast .common-header-select-input .common-header-select-input__span.is-disabled {
  color: GrayText;
}
.common-header-theme--highContrast .common-header-select-input.is-disabled {
  border-color: GrayText;
}
.common-header-theme--highContrast .common-header-select-input .common-header-select-input__span {
  color: ButtonText;
}
.common-header-theme--highContrast .common-header-select-input .common-header-select-input__span.is-placeholder {
  color: GrayText;
}
.common-header-theme--highContrast.is-vue3-keyboard-event .common-header-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
 -------------------------- */
.common-header-select {
  position: relative;
  display: inline-block;
  background-color: var(--zoom-color-bg-default);
}
.common-header-select__leading {
  position: absolute;
  top: 50%;
  left: 9px;
  display: flex;
  height: 14px;
  color: var(--zoom-color-text-neutral);
  font-size: 14px;
  transform: translateY(-50%);
}
.common-header-select__leading.is-disabled {
  color: var(--zoom-color-state-disable);
}
.common-header-select__list {
  margin: 11px;
  padding: 0;
  outline: 0;
}
.common-header-select__list.is-no-data {
  height: 0;
  margin: 0;
}
.common-header-select__empty {
  padding: 12px;
  color: var(--zoom-color-text-neutral);
  outline: 0;
  font-size: 14px;
  text-align: center;
}
.common-header-select__loading {
  position: relative;
  height: 40px;
}
.common-header-select--sm {
  border-radius: 8px;
}
.common-header-select--sm .common-header-select__leading {
  left: 7px;
  height: 12px;
  font-size: 12px;
}
.common-header-select--md {
  border-radius: 12px;
}
.common-header-select--lg {
  border-radius: 12px;
}
.common-header-select--lg .common-header-select__leading {
  left: 13px;
  height: 14px;
  font-size: 14px;
}
.common-header-theme--highContrast .common-header-select .common-header-select__leading {
  color: ButtonText;
}
.common-header-theme--highContrast .common-header-select .common-header-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
 -------------------------- */
.common-header-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;
}
.common-header-info-popover:focus {
  outline: none;
}
.common-header-info-popover__title {
  margin-bottom: 4px;
  overflow-wrap: break-word;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  line-height: 18px;
}
.common-header-info-popover-enter-active,
.common-header-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);
}
.common-header-info-popover-enter-from,
.common-header-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
 -------------------------- */
.common-header-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;
}
.common-header-select-option:hover:not(.is-disabled) {
  background-color: var(--zoom-color-state-subtle-neutral-hover);
}
.common-header-select-option .is-clipped {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.common-header-select-option .is-clipped::after {
  content: "";
  display: block;
}
.common-header-select-option .common-header-checkbox {
  display: block;
}
.common-header-select-option .common-header-checkbox .common-header-checkbox__wrap {
  display: flex;
}
.common-header-select-option .common-header-checkbox .common-header-checkbox__wrap .common-header-checkbox__label {
  flex: 1;
  min-width: 0;
}
.common-header-select-option__checkbox-content {
  flex: 1;
  min-width: 0;
}
.common-header-select-option__checkbox-label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.common-header-select-option__content {
  flex: 1;
  color: var(--zoom-color-text-stronger-neutral);
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 18px;
}
.common-header-select-option__desc {
  color: var(--zoom-color-text-neutral);
}
.common-header-select-option__helper-icon {
  margin-left: 8px;
}
.common-header-select-option.is-sibling-selected {
  padding-right: 32px;
}
.common-header-select-option.is-disabled {
  color: var(--zoom-color-state-disable);
  cursor: not-allowed;
}
.common-header-select-option.is-disabled .common-header-select-option__content {
  color: var(--zoom-color-state-disable);
}
.common-header-select-option.is-disabled .common-header-select-option__desc {
  color: var(--zoom-color-state-disable);
}
.common-header-select-option__checkmark {
  margin-left: 8px;
  color: var(--zoom-color-text-stronger-neutral);
  font-size: 16px;
}
.is-vue3-keyboard-event .common-header-select-option:focus {
  outline: 2px solid var(--zoom-color-border-primary);
}
.common-header-theme--highContrast .common-header-select-option.is-disabled {
  color: GrayText;
}
.common-header-theme--highContrast .common-header-select-option.is-disabled .common-header-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
 -------------------------- */
.common-header-select-option-group {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
.common-header-select-option-group:not(:last-of-type) {
  padding-bottom: 16px;
}
.common-header-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);
}
.common-header-select-option-group__title {
  padding: 8px;
  color: var(--zoom-color-text-neutral);
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 16px;
}
.common-header-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
 -------------------------- */
.common-header-context .common-header-input-number__input {
  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";
}
.common-header-context .common-header-input-number__input::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";
}
.common-header-input-number {
  position: relative;
  display: inline-block;
  width: 80px;
  line-height: 1;
}
.common-header-input-number__input {
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  padding: 5px 23px 5px 11px;
  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: 20px;
  appearance: none;
}
.common-header-input-number__input:focus-visible {
  outline: none;
}
.common-header-input-number__input::placeholder {
  color: var(--zoom-color-text-neutral);
}
.common-header-input-number__input:focus:not(.is-disabled) {
  border-color: var(--zoom-color-border-primary);
  box-shadow: inset 0 0 0 1px var(--zoom-color-border-primary);
}
.common-header-input-number__input:hover:not(:focus, .is-disabled) {
  background-color: var(--zoom-color-state-subtle-neutral-hover);
}
.common-header-input-number__input:hover:not(:focus, .is-disabled)::placeholder {
  color: var(--zoom-color-state-neutral-hover);
}
.common-header-input-number__input.is-disabled {
  border-color: var(--zoom-color-state-subtle-disable);
  color: var(--zoom-color-state-disable);
  cursor: not-allowed;
}
.common-header-input-number__input.is-disabled::placeholder {
  color: var(--zoom-color-state-disable);
}
.common-header-input-number__input.is-errored {
  border-color: var(--zoom-color-border-error);
}
.common-header-input-number__input.is-errored:focus:not(.is-disabled) {
  box-shadow: inset 0 0 0 1px var(--zoom-color-border-error);
}
.common-header-input-number__increase, .common-header-input-number__decrease {
  position: absolute;
  right: 8px;
  z-index: 1;
  display: flex;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  color: var(--zoom-color-icon-strong-neutral);
  outline-offset: 2px;
  font-size: 8px;
  cursor: pointer;
  user-select: none;
}
.common-header-input-number__increase:hover:not(.is-disabled), .common-header-input-number__decrease:hover:not(.is-disabled) {
  background-color: var(--zoom-color-state-subtle-neutral-hover);
}
.common-header-input-number__increase:active:not(.is-disabled), .common-header-input-number__decrease:active:not(.is-disabled) {
  background-color: var(--zoom-color-state-subtle-neutral-press);
}
.common-header-input-number__increase.is-center, .common-header-input-number__decrease.is-center {
  justify-content: center;
  align-items: center;
}
.common-header-input-number__increase.is-disabled, .common-header-input-number__decrease.is-disabled {
  color: var(--zoom-color-state-disable);
  cursor: not-allowed;
}
.common-header-input-number__increase {
  top: 4px;
}
.common-header-input-number__decrease {
  bottom: 4px;
}
.common-header-input-number--sm .common-header-input-number__input {
  padding: 3px 21px 3px 7px;
  border-radius: 8px;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 16px;
}
.common-header-input-number--sm .common-header-input-number__increase, .common-header-input-number--sm .common-header-input-number__decrease {
  right: 6px;
  width: 12px;
  height: 12px;
  font-size: 8px;
}
.common-header-input-number--sm .common-header-input-number__increase {
  top: 0;
}
.common-header-input-number--sm .common-header-input-number__decrease {
  bottom: 0;
}
.common-header-input-number--lg .common-header-input-number__input {
  padding: 10px 27px 10px 15px;
  border-radius: 12px;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 18px;
}
.common-header-input-number--lg .common-header-input-number__increase, .common-header-input-number--lg .common-header-input-number__decrease {
  right: 12px;
  width: 12px;
  height: 12px;
  font-size: 8px;
}
.common-header-input-number--lg .common-header-input-number__increase {
  top: 8px;
}
.common-header-input-number--lg .common-header-input-number__decrease {
  bottom: 8px;
}
.is-vue3-keyboard-event .common-header-input-number .common-header-input-number__input.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 .common-header-input-number .common-header-input-number__input.is-disabled.is-errored:focus {
  border-color: var(--zoom-color-border-error);
  box-shadow: inset 0 0 0 1px var(--zoom-color-border-error);
}
.is-vue3-keyboard-event .common-header-input-number .common-header-input-number__increase:focus, .is-vue3-keyboard-event .common-header-input-number .common-header-input-number__decrease:focus {
  outline: 2px solid var(--zoom-color-border-primary);
}
.common-header-theme--highContrast .common-header-input-number .common-header-input-number__input.is-disabled {
  border-color: GrayText;
  color: GrayText;
}
.common-header-theme--highContrast .common-header-input-number .common-header-input-number__input.is-disabled::placeholder {
  color: GrayText;
}
.common-header-theme--highContrast .common-header-input-number .common-header-input-number__increase, .common-header-theme--highContrast .common-header-input-number .common-header-input-number__decrease {
  color: ButtonText;
}
.common-header-theme--highContrast .common-header-input-number .common-header-input-number__increase.is-disabled, .common-header-theme--highContrast .common-header-input-number .common-header-input-number__decrease.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
 -------------------------- */
.common-header-progress {
  position: relative;
  display: flex;
}
.common-header-progress.is-ring {
  display: inline-block;
}
.common-header-progress__text {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  color: var(--zoom-color-text-neutral);
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 16px;
}
.common-header-progress--without-text .common-header-progress-bar {
  display: block;
  margin-right: 0;
  padding-right: 0;
}
.common-header-progress--without-text .common-header-progress__text {
  display: none;
}
.common-header-progress__ring-text {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  color: var(--zoom-color-text-neutral);
  line-height: 1;
  text-align: center;
  transform: translate(0, -50%);
}
.common-header-progress__ring-track {
  stroke: var(--zoom-color-fill-subtle-neutral);
}
.common-header-progress__ring-stroke {
  stroke: var(--zoom-color-fill-primary);
  transition: stroke-dasharray 0.3s ease;
  transform: rotate(-90deg);
  transform-origin: 50% 50%;
  will-change: stroke-dasharray;
}
.common-header-progress-bar {
  flex: 1;
  align-self: center;
}
.common-header-progress-bar--sm {
  height: 4px;
}
.common-header-progress-bar--sm .common-header-progress-bar__outer {
  height: 4px;
}
.common-header-progress-bar--sm .common-header-progress-bar__lead {
  top: 1px;
  left: 1px;
}
.common-header-progress-bar--sm .common-header-progress-bar__tail {
  top: 1px;
  right: 1px;
}
.common-header-progress-bar--md {
  height: 6px;
}
.common-header-progress-bar--md .common-header-progress-bar__outer {
  height: 6px;
}
.common-header-progress-bar__knob {
  position: absolute;
  top: 2px;
  width: 2px;
  height: 2px;
  border-radius: 999px;
  background-color: var(--zoom-color-fill-primary);
}
.common-header-progress-bar__knob.is-exceed {
  background-color: var(--zoom-color-fill-default);
}
.common-header-progress-bar__lead {
  left: 2px;
}
.common-header-progress-bar__tail {
  right: 2px;
}
.common-header-progress-bar__outer {
  position: relative;
  vertical-align: middle;
  overflow: hidden;
  height: 6px;
  border-radius: 999px;
  background-color: var(--zoom-color-fill-subtle-neutral);
}
.common-header-progress-bar__inner {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-radius: 999px;
  background-color: var(--zoom-color-fill-primary);
}
.common-header-theme--highContrast .common-header-progress-bar .common-header-progress-bar__outer {
  border: 1px solid ButtonText;
}
.common-header-theme--highContrast .common-header-progress-bar .common-header-progress-bar__inner {
  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
 -------------------------- */
.common-header-date-table {
  table-layout: fixed;
  font-size: 14px;
}
.common-header-date-table th {
  color: var(--zoom-color-text-neutral);
  font-weight: 400;
  text-align: center;
}
.common-header-date-table th:last-child .common-header-date-table__cell {
  margin-right: 0;
}
.common-header-date-table td {
  padding: 0;
  color: var(--zoom-color-text-stronger-neutral);
  outline: none;
}
.common-header-date-table td:last-child .common-header-date-table__cell {
  margin-right: 0;
}
.common-header-date-table td.today:not(.current, .in-range) {
  color: var(--zoom-color-inverse-global-default);
}
.common-header-date-table td.today:not(.current, .in-range) .common-header-date-table__cell {
  background-color: var(--zoom-color-fill-global-primary);
}
.common-header-date-table td.today:not(.current, .in-range) .common-header-date-table__cell:hover {
  background-color: var(--zoom-color-state-primary-hover);
}
.common-header-date-table td.current .common-header-date-table__cell, .common-header-date-table td.select-date .common-header-date-table__cell {
  border: 1px solid var(--zoom-color-border-subtle-primary);
  background-color: var(--zoom-color-component-toggle-button-background-selected);
  color: var(--zoom-color-text-primary);
  font-weight: 600;
}
.common-header-date-table td.prev-month .common-header-date-table__cell, .common-header-date-table td.next-month .common-header-date-table__cell {
  color: var(--zoom-color-text-neutral);
}
.common-header-date-table td.in-range .common-header-date-table__cell::before {
  content: "";
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  width: 36px;
  height: 32px;
  background: var(--zoom-color-state-subtle-primary-hover);
}
.common-header-date-table td.in-range:last-child .common-header-date-table__cell::before {
  width: 32px;
  border-radius: 0 16px 16px 0;
}
.common-header-date-table td.in-range:first-child .common-header-date-table__cell::before {
  border-radius: 16px 0 0 16px;
}
.common-header-date-table td.in-range:not(.select-date):has(+ :not(.in-range)) .common-header-date-table__cell::before {
  border-radius: 0 16px 16px 0;
}
.common-header-date-table td.in-range:first-child:not(.select-date):has(+ :not(.in-range)) .common-header-date-table__cell::before {
  border-radius: 16px;
}
.common-header-date-table td.in-range + .select-date .common-header-date-table__cell::before {
  right: 50%;
  left: -1px;
  width: 16px !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  mask: radial-gradient(circle 16px at 100% 50%, transparent 16px, #000 16px);
}
.common-header-date-table td.in-range.select-date .common-header-date-table__cell::before {
  width: 0;
}
.common-header-date-table td:not(.in-range) + .select-date:not(:last-child):has(+ .in-range) .common-header-date-table__cell::before, .common-header-date-table td:first-child.select-date:has(+ .in-range) .common-header-date-table__cell::before {
  right: -1px;
  left: 50%;
  width: 20px !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  mask: radial-gradient(circle 16px at 0% 50%, transparent 16px, #000 16px);
}
.common-header-date-table td:not(.in-range) + .in-range .common-header-date-table__cell::before {
  border-radius: 16px 0 0 16px;
}
:not(.in-range) + .common-header-date-table td:last-child .common-header-date-table__cell::before {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}
.common-header-date-table td.available:not(.current, .select-date, .in-range, .today) .common-header-date-table__cell:hover {
  background-color: var(--zoom-color-state-subtle-neutral-hover);
}
.common-header-date-table td.disabled .common-header-date-table__cell {
  color: var(--zoom-color-state-disable);
  cursor: not-allowed;
}
.common-header-date-table__cell {
  position: relative;
  width: 32px;
  height: 32px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  cursor: pointer;
}
.common-header-date-table__cell:focus {
  outline: none;
}
.common-header-date-table__cell span {
  position: relative;
}
.common-header-date-table__week-cell {
  position: relative;
  width: 24px;
  height: 32px;
  margin-top: 8px;
  border: 1px solid transparent;
  line-height: 30px;
}
.common-header-date-table__week-th {
  background-color: var(--zoom-color-fill-subtle-neutral);
}
.common-header-date-table__row:nth-child(2) .common-header-date-table__week-th {
  background: none;
}
.common-header-date-table__row:nth-child(2) .common-header-date-table__week-th .common-header-date-table__week-cell {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-color: var(--zoom-color-fill-subtle-neutral);
}
.common-header-date-table__row:last-child .common-header-date-table__week-th {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.is-vue3-keyboard-event .common-header .common-header-date-table td .common-header-date-table__cell:focus::after {
  content: "";
  position: absolute;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  border: 2px solid var(--zoom-color-border-primary);
  border-radius: 2px;
  pointer-events: none;
}
.is-vue3-keyboard-event .common-header .common-header-date-table.is-show-weeks td .common-header-date-table__cell:focus::after {
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: -2px;
}
.common-header-theme--highContrast .common-header-date-table td.current .common-header-date-table__cell, .common-header-theme--highContrast .common-header-date-table td.select-date .common-header-date-table__cell {
  background-color: Highlight;
  color: HighlightText;
  forced-color-adjust: none;
}
.common-header-theme--highContrast .common-header-date-table td.prev-month .common-header-date-table__cell, .common-header-theme--highContrast .common-header-date-table td.next-month .common-header-date-table__cell {
  color: GrayText;
}
.common-header-theme--highContrast .common-header-date-table td.disabled .common-header-date-table__cell {
  color: GrayText;
}
.common-header-theme--highContrast .common-header-date-table td.today:not(.current, .in-range) .common-header-date-table__cell {
  border: 1px solid transparent;
}
.common-header-theme--highContrast .common-header-date-table .common-header-date-table__cell {
  border: none;
}
.common-header-theme--highContrast.is-vue3-keyboard-event .common-header-date-table td .common-header-date-table__cell:focus::after {
  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
 -------------------------- */
.common-header-month-table {
  table-layout: fixed;
  font-size: 14px;
}
.common-header-month-table td {
  padding: 0;
  color: var(--zoom-color-text-stronger-neutral);
  outline: none;
}
.common-header-month-table td.today:not(.current) {
  color: var(--zoom-color-inverse-global-default);
}
.common-header-month-table td.today:not(.current) .common-header-month-table__cell {
  background-color: var(--zoom-color-fill-global-primary);
}
.common-header-month-table td.today:not(.current) .common-header-month-table__cell:hover {
  background-color: var(--zoom-color-state-primary-hover);
}
.common-header-month-table td.available:not(.current, .today) .common-header-month-table__cell:hover {
  background-color: var(--zoom-color-state-subtle-neutral-hover);
}
.common-header-month-table td.current .common-header-month-table__cell {
  border: 1px solid var(--zoom-color-border-subtle-primary);
  background-color: var(--zoom-color-component-toggle-button-background-selected);
  color: var(--zoom-color-text-primary);
  font-weight: 600;
}
.common-header-month-table td.next .common-header-month-table__cell, .common-header-month-table td.prev .common-header-month-table__cell {
  color: var(--zoom-color-text-neutral);
}
.common-header-month-table td.disabled .common-header-month-table__cell {
  color: var(--zoom-color-state-disable);
  cursor: not-allowed;
}
.common-header-month-table td:last-child .common-header-month-table__cell {
  margin-right: 0;
}
.common-header-month-table__cell {
  width: 54px;
  height: 32px;
  margin: 16px 40px 0 0;
  border: 1px solid transparent;
  border-radius: 999px;
  outline: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  cursor: pointer;
}
.common-header-month-table__cell:focus {
  outline: none;
}
.common-header-month-table__cell span {
  position: relative;
}
.is-vue3-keyboard-event .common-header .common-header-month-table td .common-header-month-table__cell:focus {
  outline: 2px solid var(--zoom-color-border-primary);
  outline-offset: 2px;
}
.common-header-theme--highContrast .common-header-month-table td.current .common-header-month-table__cell {
  background-color: Highlight;
  color: HighlightText;
  forced-color-adjust: none;
}
.common-header-theme--highContrast .common-header-month-table .common-header-month-table__cell {
  border: none;
}
.common-header-theme--highContrast.is-vue3-keyboard-event .common-header-month-table td .common-header-month-table__cell:focus {
  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
 -------------------------- */
.common-header-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;
}
.common-header-listbox-item .common-header-listbox-item__danger {
  color: var(--zoom-color-text-error);
}
.common-header-listbox-item .common-header-listbox-item__disabled {
  color: var(--zoom-color-state-disable);
}
.common-header-listbox-item .common-header-listbox-item__icon {
  font-size: 16px;
}
.common-header-listbox-item__left {
  display: flex;
  align-items: center;
  margin-right: 8px;
  line-height: 1;
}
.common-header-listbox-item__center {
  flex: 1;
}
.common-header-listbox-item__right {
  display: flex;
  align-items: center;
  margin-left: 8px;
  line-height: 1;
}
.common-header-listbox-item__label {
  color: var(--zoom-color-text-stronger-neutral);
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 18px;
}
.common-header-listbox-item__desc {
  color: var(--zoom-color-text-neutral);
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 16px;
}
.common-header-listbox-item.is-hairline {
  position: relative;
}
.common-header-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);
}
.common-header-listbox-item.is-option {
  cursor: pointer;
}
.common-header-listbox-item.is-option:hover:not(.is-disabled) {
  background-color: var(--zoom-color-state-subtle-neutral-hover);
}
.common-header-listbox-item.is-option:hover:not(.is-disabled).is-hairline {
  border-radius: 0;
}
.common-header-listbox-item.is-option:active:not(.is-disabled) {
  background-color: var(--zoom-color-state-subtle-neutral-press);
}
.common-header-listbox-item.is-option:active:not(.is-disabled).is-hairline {
  border-radius: 0;
}
.common-header-listbox-item.is-disabled {
  color: var(--zoom-color-state-disable);
  cursor: not-allowed;
}
.common-header-listbox-item.is-align-left {
  padding-left: 32px;
}
.common-header-listbox-item.is-align-right {
  padding-right: 32px;
}
.is-vue3-keyboard-event .common-header-listbox-item:focus {
  outline: 2px solid var(--zoom-color-border-primary);
}
.common-header-theme--highContrast .common-header-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
 -------------------------- */
.common-header-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
 -------------------------- */
.common-header-date-shortcut {
  padding: 4px;
}
.common-header-date-shortcut__btn {
  width: 112px;
}
.common-header-date-shortcut__btn span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.common-header-date-shortcut__btn span::after {
  content: "";
  display: block;
}
.common-header-theme--highContrast .common-header-date-shortcut .common-header-date-shortcut__btn {
  border: 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
 -------------------------- */
.common-header-date-panel {
  position: relative;
}
.common-header-date-panel__body {
  position: relative;
  width: 278px;
  padding: 15px;
  text-align: center;
}
.common-header-date-panel__header {
  height: 24px;
}
.common-header-date-panel__prev-btn {
  float: left;
}
.common-header-date-panel__prev-btn .common-header-button + .common-header-button {
  margin: 0;
}
.common-header-date-panel__next-btn {
  float: right;
}
.common-header-date-panel__next-btn .common-header-button + .common-header-button {
  margin: 0;
}
.common-header-date-panel__header-label {
  display: inline-block;
  padding: 0 2px;
  color: var(--zoom-color-text-stronger-neutral);
  outline: none;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
}
.common-header-date-panel__header-label-btn {
  border-radius: 4px;
  cursor: pointer;
}
.common-header-date-panel__header-label-btn:hover {
  background-color: var(--zoom-color-state-subtle-neutral-hover);
}
.common-header-date-panel__sidebar {
  position: absolute;
  top: 0;
  bottom: 0;
  padding: 11px 3px;
  border-right: 1px solid var(--zoom-color-border-subtle-neutral);
}
.common-header-date-panel__sidebar + .common-header-date-panel__body {
  margin-left: 143px;
}
.common-header-date-panel__footer {
  padding: 8px 0;
  border-top: 1px solid var(--zoom-color-border-subtle-neutral);
  text-align: center;
}
.is-vue3-keyboard-event .common-header-date-panel .common-header-date-panel__header-label:focus {
  border-radius: 4px;
  outline: 2px solid var(--zoom-color-border-primary);
  outline-offset: 2px;
}/* BEM support Func
 -------------------------- */
/* ========== Light Colors format: $color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/*
usage: fill | text | icon | border | state | underlay
expression: inverse | global | contrary | blend
prominence: default | subtle | subtler | strong | stronger
sentiment: neutral | primary | error | warning | success | complimentary | supplementary2 | transparent | light-transparent | dark-transparent
state: hover | press | disable | inactive
*/
/* ========== Dark Colors format: $dark-color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/* outline */
/* Border
-------------------------- */
/* line-height
-------------------------- */
/* Transition
-------------------------- */
/* Break-point
-------------------------- */
/* Break-points
 -------------------------- */
.common-header-date-range-panel__body {
  position: relative;
  overflow: hidden;
  width: 552px;
  text-align: center;
}
.common-header-date-range-panel__content {
  float: left;
  width: 50%;
  padding: 16px;
}
.common-header-date-range-panel__header {
  height: 24px;
}
.common-header-date-range-panel__prev-btn {
  position: absolute;
  left: 16px;
}
.common-header-date-range-panel__prev-btn .common-header-button + .common-header-button {
  margin: 0;
}
.common-header-date-range-panel__next-btn {
  position: absolute;
  right: 16px;
}
.common-header-date-range-panel__next-btn .common-header-button + .common-header-button {
  margin: 0;
}
.common-header-date-range-panel__header-label {
  display: inline-block;
  padding: 0 2px;
  color: var(--zoom-color-text-stronger-neutral);
  outline: none;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
}
.common-header-date-range-panel__sidebar {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 140px;
  padding: 12px 4px;
  border-right: 1px solid var(--zoom-color-border-subtle-neutral);
}
.common-header-date-range-panel__sidebar + .common-header-date-range-panel__body {
  overflow: hidden;
  margin-left: 140px;
}
.common-header-date-range-panel.is-single .common-header-date-range-panel__body {
  width: 278px;
}
.common-header-date-range-panel.is-single .common-header-date-range-panel__content {
  float: none;
  width: 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
 -------------------------- */
.common-header-floating.common-header-date-picker__popover {
  box-shadow: 0 4px 8px 0 var(--zoom-color-underlay-dropShadow), 0 2px 4px 0 var(--zoom-color-underlay-dropShadow);
}
.common-header-date-picker {
  position: relative;
  display: inline-block;
  width: 240px;
}
.common-header-date-picker .common-header-date-picker__clear {
  position: absolute;
  top: 7px;
  right: 10px;
}
.common-header-date-picker.is-range {
  width: 360px;
}
.common-header-date-picker__calendar.common-header-icon {
  position: absolute;
  top: 9px;
  right: 10px;
  width: 14px;
  height: 14px;
  color: var(--zoom-color-icon-strong-neutral);
  font-size: 14px;
}
.common-header-date-picker__popover .common-header-popover {
  max-width: 700px;
  padding: 0;
}
.common-header-date-picker--lg .common-header-date-picker__clear {
  top: 11px;
  right: 14px;
}
.common-header-date-picker--lg .common-header-date-picker__calendar.common-header-icon {
  top: 13px;
  right: 14px;
  width: 14px;
  height: 14px;
  font-size: 14px;
}
.common-header-date-picker--sm .common-header-date-picker__clear {
  top: 4px;
  right: 6px;
}
.common-header-date-picker--sm .common-header-date-picker__calendar.common-header-icon {
  top: 6px;
  right: 6px;
  width: 12px;
  height: 12px;
  font-size: 12px;
}
.common-header-date-input {
  display: flex;
  align-items: center;
  min-width: 0;
  height: 32px;
  padding: 0 9px 0 11px;
  border: 1px solid var(--zoom-color-border-input);
  border-radius: 12px;
  background-color: var(--zoom-color-bg-default);
  outline: none;
  cursor: pointer;
}
.common-header-date-input:hover:not(.is-disabled) {
  background-color: var(--zoom-color-state-subtle-neutral-hover);
}
.common-header-date-input:hover:not(.is-disabled) .common-header-date-input__label.is-placeholder {
  color: var(--zoom-color-state-neutral-hover);
}
.common-header-date-input__label {
  display: flex;
  flex: 1;
  align-items: center;
  overflow: hidden;
  min-width: 0;
  color: var(--zoom-color-text-stronger-neutral);
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 18px;
}
.common-header-date-input__label:focus {
  outline: none;
}
.common-header-date-input__label.is-placeholder {
  color: var(--zoom-color-text-neutral);
}
.common-header-date-input__start {
  flex: 1;
  overflow: hidden;
  min-width: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.common-header-date-input__end {
  flex: 1;
  overflow: hidden;
  min-width: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.common-header-date-input__separator {
  margin: 0 4px;
}
.common-header-date-input--sm {
  height: 24px;
  padding: 0 5px 0 7px;
  border-radius: 8px;
}
.common-header-date-input--sm .common-header-date-input__label {
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 16px;
}
.common-header-date-input--lg {
  height: 40px;
  padding: 0 13px 0 15px;
}
.common-header-date-input.is-disabled {
  border-color: var(--zoom-color-state-subtle-disable);
  cursor: not-allowed;
}
.common-header-date-input.is-disabled .common-header-date-picker__calendar {
  color: var(--zoom-color-state-disable);
}
.common-header-date-input.is-disabled .common-header-date-input__label {
  color: var(--zoom-color-state-disable);
}
.is-vue3-keyboard-event .common-header-date-input.is-focusing {
  border-color: var(--zoom-color-border-primary);
  box-shadow: inset 0 0 0 1px var(--zoom-color-border-primary);
  outline: none;
}
.common-header-theme--highContrast .common-header-date-input {
  border-color: ButtonText;
}
.common-header-theme--highContrast .common-header-date-input .common-header-date-picker__calendar {
  color: ButtonText;
}
.common-header-theme--highContrast .common-header-date-input .common-header-date-input__label {
  color: ButtonText;
}
.common-header-theme--highContrast .common-header-date-input .common-header-date-input__label.is-placeholder {
  color: GrayText;
}
.common-header-theme--highContrast .common-header-date-input.is-disabled {
  border-color: GrayText;
}
.common-header-theme--highContrast .common-header-date-input.is-disabled .common-header-date-picker__calendar {
  color: GrayText;
}
.common-header-theme--highContrast .common-header-date-input.is-disabled .common-header-date-input__label {
  color: GrayText;
}
.common-header-theme--highContrast.is-vue3-keyboard-event .common-header-date-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
 -------------------------- */
.common-header-badge {
  display: inline-flex;
  align-items: center;
  text-align: center;
  font-weight: 600;
  font-style: normal;
  font-size: 8px;
  line-height: 12px;
}
.common-header-badge.common-header-badge--cutout {
  box-sizing: content-box;
  border: 1.5px solid var(--zoom-color-bg-default);
}
.common-header-badge.is-uppercase {
  text-transform: uppercase;
}
.common-header-badge__wrapper {
  position: relative;
  display: inline-block;
  line-height: 1;
}
.common-header-badge--top-right {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
  transform-origin: 100%;
}
.common-header-badge__notifier {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: var(--zoom-color-component-badge-background-alert);
}
.common-header-badge__notifier.common-header-badge--top-right {
  transform: translate(30%, -30%);
}
.common-header-badge__notifier.common-header-badge__xs {
  width: 6px;
  height: 6px;
}
.common-header-badge__notifier.common-header-badge__md {
  width: 12px;
  height: 12px;
}
.common-header-badge__notifier.common-header-badge__lg {
  width: 16px;
  height: 16px;
}
.common-header-badge__notifier.common-header-badge__xl {
  width: 18px;
  height: 18px;
}
.common-header-badge__notifier.is-blue {
  background-color: var(--zoom-color-component-badge-background-default);
}
.common-header-badge__notifier.is-inverse {
  background-color: #FFF;
}
.common-header-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;
}
.common-header-badge__counter.common-header-badge__sm {
  padding: 1px 3px;
}
.common-header-badge__counter.is-blue {
  background-color: var(--zoom-color-component-badge-background-default);
  color: var(--zoom-color-component-badge-text-default);
}
.common-header-badge__counter.is-grey {
  background-color: var(--zoom-color-fill-subtle-neutral);
  color: var(--zoom-color-text-neutral);
}
.common-header-badge__counter.is-inverse {
  background-color: #FFF;
  color: #0D6BDE;
}
.common-header-badge__counter.is-round-counter {
  justify-content: center;
  width: 16px;
  height: 16px;
  padding: 0;
  line-height: 16px;
}
.common-header-badge__counter.is-round-counter.common-header-badge__sm {
  width: 14px;
  height: 14px;
  line-height: 14px;
}
.common-header-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;
}
.common-header-badge__custom.common-header-badge__sm {
  padding: 1px 4px;
  font-weight: 600;
  font-style: normal;
  font-size: 8px;
  line-height: 12px;
}
.common-header-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);
}
.common-header-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);
}
.common-header-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);
}
.common-header-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);
}
.common-header-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);
}
.common-header-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);
}
.common-header-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);
}
.common-header-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);
}
.common-header-badge__custom.is-inverse {
  border-color: #FFF;
  background-color: transparent;
  color: #F7F9FA;
}
.common-header-theme--highContrast .common-header-badge__counter {
  forced-color-adjust: none;
}
.common-header-theme--highContrast .common-header-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
 -------------------------- */
.common-header-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
 -------------------------- */
.common-header-accordion-item.is-bottom-border {
  border-bottom: 1px solid var(--zoom-color-border-subtle-neutral);
}
.common-header-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;
}
.common-header-accordion-item__trigger::before {
  content: "";
  position: absolute;
  top: 3px;
  right: 0;
  bottom: 3px;
  left: 0;
  border-radius: 8px;
}
.common-header-accordion-item__trigger:focus {
  outline: none;
}
.common-header-accordion-item__trigger:hover:not(.is-disabled)::before {
  background-color: var(--zoom-color-state-subtle-neutral-hover);
}
.common-header-accordion-item__trigger:active:not(.is-disabled)::before {
  background-color: var(--zoom-color-state-subtle-neutral-press);
}
.common-header-accordion-item__trigger.is-disabled {
  color: var(--zoom-color-state-disable);
  cursor: not-allowed;
}
.common-header-accordion-item__title {
  display: flex;
  flex: 1;
  align-items: center;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  line-height: 18px;
}
.common-header-accordion-item__region {
  margin-left: 32px;
  color: var(--zoom-color-text-neutral);
}
.common-header-accordion-item__region.is-tight {
  margin-left: 8px;
}
.common-header-accordion-item__content {
  padding-bottom: 12px;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 18px;
}
.common-header-accordion-item__arrow {
  font-size: 14px;
  transition: transform 0.3s;
}
.common-header-accordion-item__arrow.is-active {
  transform: rotate(90deg);
}
.common-header-accordion-item__arrow-rtl {
  font-size: 14px;
  cursor: pointer;
  transition: transform 0.3s;
  transform: rotate(-180deg);
}
.common-header-accordion-item__arrow-rtl.is-active {
  transform: rotate(-90deg);
}
.is-vue3-keyboard-event .common-header-accordion-item .common-header-accordion-item__trigger:focus::before {
  outline: 2px solid var(--zoom-color-border-primary);
  outline-offset: 2px;
}
.common-header-theme--highContrast .common-header-accordion-item .common-header-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
 -------------------------- */
.common-header-pagination {
  display: flex;
  align-items: center;
}
.common-header-pagination .btn-prev {
  flex-shrink: 0;
  margin-right: 4px;
}
.common-header-pagination .btn-next {
  flex-shrink: 0;
  margin-left: 4px;
}
.common-header-pagination > *.is-first {
  margin-left: 0;
}
.common-header-pagination > *.is-last {
  margin-right: 0;
}
.common-header-pagination__sizes {
  display: flex;
  align-items: center;
  margin-left: 16px;
}
.common-header-pagination__sizes .common-header-select {
  width: 160px;
}
.common-header-pagination__jump {
  display: flex;
  align-items: center;
  margin-left: 16px;
}
.common-header-pagination__total {
  display: flex;
  align-items: center;
  margin-left: 16px;
}
.common-header-pagination__editor {
  margin: 0 4px;
}
.common-header-pagination-pager {
  display: flex;
  align-items: center;
  padding: 0 2px;
}
.common-header-pagination-pager li {
  flex-shrink: 0;
  min-width: 32px;
  margin: 0 2px;
  padding: 7px 6px;
  border-radius: 999px;
  color: var(--zoom-color-text-stronger-neutral);
  text-align: center;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 18px;
}
.common-header-pagination-pager li:not(.more) {
  cursor: pointer;
}
.common-header-pagination-pager li:not(.more, .is-active):hover {
  background-color: var(--zoom-color-state-subtle-neutral-hover);
}
.common-header-pagination-pager li:not(.more, .is-active):active {
  background-color: var(--zoom-color-state-subtle-neutral-press);
}
.common-header-pagination-pager li.more {
  color: var(--zoom-color-text-strong-neutral);
}
.common-header-pagination-pager li.is-active {
  background-color: var(--zoom-color-component-toggle-button-background-selected);
  color: var(--zoom-color-text-primary);
  font-weight: 600;
}
.common-header-pagination-pager li.is-disabled {
  color: var(--zoom-color-state-disable);
  cursor: not-allowed;
}
.common-header-pagination-pager li.is-disabled:hover {
  background-color: transparent;
}
.common-header-pagination-pager li.is-disabled:active {
  background-color: transparent;
}
.common-header-pagination-pager li.is-disabled.is-active {
  background-color: transparent;
  font-weight: 600;
}
.common-header-pagination-pager.is-disabled li {
  cursor: not-allowed;
}
.is-vue3-keyboard-event .common-header .common-header-pagination-pager li:focus {
  outline: 2px solid var(--zoom-color-border-primary);
  outline-offset: 2px;
}
.common-header-theme--highContrast .common-header-pagination-pager li {
  color: ButtonText;
}
.common-header-theme--highContrast .common-header-pagination-pager li.more {
  color: CanvasText;
}
.common-header-theme--highContrast .common-header-pagination-pager li.is-active {
  background-color: Highlight;
  color: HighlightText;
  forced-color-adjust: none;
}
.common-header-theme--highContrast .common-header-pagination-pager li.is-disabled {
  color: GrayText;
}
.common-header-theme--highContrast .common-header-pagination-pager li.is-disabled.is-active {
  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
 -------------------------- */
.common-header-virtual-table {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  background-color: var(--zoom-color-bg-default);
  color: var(--zoom-color-text-stronger-neutral);
  font-size: 14px;
}
.common-header-virtual-table .hidden-columns {
  position: absolute;
  z-index: -1;
  visibility: hidden;
}
.common-header-virtual-table tr {
  background-color: var(--zoom-color-bg-default);
}
.common-header-virtual-table th, .common-header-virtual-table td {
  position: relative;
  vertical-align: middle;
  box-sizing: border-box;
  min-width: 0;
  border-bottom: 1px solid var(--zoom-color-border-subtle-neutral);
  text-align: left;
}
.common-header-virtual-table td {
  height: 52px;
  padding: 12px 0;
}
.common-header-virtual-table td div {
  box-sizing: border-box;
}
.common-header-virtual-table td.is-center {
  text-align: center;
}
.common-header-virtual-table td.is-center .common-header-virtual-table__tooltip.cell {
  justify-content: center;
}
.common-header-virtual-table td.is-right {
  text-align: right;
}
.common-header-virtual-table td.is-right .common-header-virtual-table__tooltip.cell {
  justify-content: flex-end;
}
.common-header-virtual-table .cell {
  box-sizing: border-box;
  padding: 0 16px;
  line-height: 18px;
  overflow-wrap: break-word;
}
.common-header-virtual-table .cell .text-wrapper {
  display: inline;
  outline: none;
}
.common-header-virtual-table .cell .flex-wrapper .common-header-radio {
  display: flex;
}
.common-header-virtual-table th {
  height: 36px;
  padding: 6px 0;
  background-color: var(--zoom-color-bg-default);
  color: var(--zoom-color-text-strong-neutral);
  user-select: none;
}
.common-header-virtual-table th.grey-cell {
  background-color: var(--zoom-color-fill-subtler-neutral);
}
.common-header-virtual-table th .common-header-skeleton {
  padding: 0;
}
.common-header-virtual-table th > .cell {
  position: relative;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
}
.common-header-virtual-table th > .cell.highlight {
  color: var(--zoom-color-fill-primary);
}
.common-header-virtual-table th > .cell .common-header-checkbox {
  display: block;
}
.common-header-virtual-table th.is-center .cell {
  justify-content: center;
}
.common-header-virtual-table th.is-right .cell {
  justify-content: flex-end;
}
.common-header-virtual-table tr td.common-header-virtual-table-fixed-column--left, .common-header-virtual-table tr td.common-header-virtual-table-fixed-column--right,
.common-header-virtual-table tr th.common-header-virtual-table-fixed-column--left,
.common-header-virtual-table tr th.common-header-virtual-table-fixed-column--right {
  position: sticky !important;
  z-index: 1;
}
.common-header-virtual-table tr td.common-header-virtual-table-fixed-column--left.is-last-column::before, .common-header-virtual-table tr td.common-header-virtual-table-fixed-column--left.is-first-column::before, .common-header-virtual-table tr td.common-header-virtual-table-fixed-column--right.is-last-column::before, .common-header-virtual-table tr td.common-header-virtual-table-fixed-column--right.is-first-column::before,
.common-header-virtual-table tr th.common-header-virtual-table-fixed-column--left.is-last-column::before,
.common-header-virtual-table tr th.common-header-virtual-table-fixed-column--left.is-first-column::before,
.common-header-virtual-table tr th.common-header-virtual-table-fixed-column--right.is-last-column::before,
.common-header-virtual-table tr th.common-header-virtual-table-fixed-column--right.is-first-column::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: -1px;
  overflow: hidden;
  width: 10px;
  box-shadow: none;
  pointer-events: none;
  touch-action: none;
}
.common-header-virtual-table tr td.common-header-virtual-table-fixed-column--left.is-first-column::before, .common-header-virtual-table tr td.common-header-virtual-table-fixed-column--right.is-first-column::before,
.common-header-virtual-table tr th.common-header-virtual-table-fixed-column--left.is-first-column::before,
.common-header-virtual-table tr th.common-header-virtual-table-fixed-column--right.is-first-column::before {
  left: -10px;
}
.common-header-virtual-table tr td.common-header-virtual-table-fixed-column--left.is-last-column::before, .common-header-virtual-table tr td.common-header-virtual-table-fixed-column--right.is-last-column::before,
.common-header-virtual-table tr th.common-header-virtual-table-fixed-column--left.is-last-column::before,
.common-header-virtual-table tr th.common-header-virtual-table-fixed-column--right.is-last-column::before {
  right: -10px;
  box-shadow: none;
}
.common-header-virtual-table tr td {
  background: var(--zoom-color-bg-default);
}
.common-header-virtual-table thead {
  position: sticky;
  top: 0;
  z-index: 2;
}
.common-header-virtual-table thead th {
  font-weight: 600;
  font-size: 12px;
}
.common-header-virtual-table thead:hover th:not(:last-child).resizable-column .cell::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 2px;
  height: 16px;
  background-color: var(--zoom-color-border-neutral);
  transform: translateY(-8px);
}
.common-header-virtual-table tfoot tr td:not(.common-header-virtual-table__empty-text) {
  background: var(--zoom-color-fill-default);
}
.common-header-virtual-table .label-wrapper {
  margin-right: 4px;
  outline: none;
}
.common-header-virtual-table .label-empty-wrapper {
  display: block;
  overflow: hidden;
  width: 20px;
  height: 20px;
  padding: 0;
  outline: none;
  line-height: 18px;
  text-overflow: clip !important;
}
.common-header-virtual-table .label-empty-wrapper .label-empty {
  visibility: hidden;
}
.common-header-virtual-table .sort-emphasize .label-wrapper {
  color: var(--zoom-color-text-primary);
}
.common-header-virtual-table .sort-emphasize .sort-wrapper .common-header-icon {
  color: var(--zoom-color-text-primary);
}
.common-header-virtual-table .sort-emphasize .sort-wrapper .is-tertiary-disabled .common-header-icon {
  color: var(--zoom-color-state-disable);
}
.common-header-virtual-table .filter-emphasize .label-wrapper {
  color: var(--zoom-color-text-primary);
}
.common-header-virtual-table .filter-emphasize .filter-wrapper .common-header-icon {
  color: var(--zoom-color-text-primary);
}
.common-header-virtual-table .filter-emphasize .filter-wrapper .is-tertiary-disabled .common-header-icon {
  color: var(--zoom-color-state-disable);
}
.common-header-virtual-table .sort-emphasize.disabled-btn .label-wrapper, .common-header-virtual-table .filter-emphasize.disabled-btn .label-wrapper {
  color: var(--zoom-color-state-disable);
}
.common-header-virtual-table table {
  max-width: none;
  border-collapse: separate;
  table-layout: fixed;
}
.common-header-virtual-table table tr.selection-row > td {
  background-color: var(--zoom-color-fill-subtler-primary) !important;
}
.common-header-virtual-table table tr.selection-row:hover > td {
  background-color: var(--zoom-color-component-virtual-table-selection-row-hover) !important;
}
.common-header-virtual-table [class*=zoom-virtual-table__row--level] .common-header-virtual-table__expand-icon div.is-loading {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  line-height: 18px;
}
.common-header-virtual-table [class*=zoom-virtual-table__row--level] .common-header-virtual-table__expand-icon div.is-loading .common-header-icon {
  font-size: 16px;
}
.common-header-virtual-table .is-scrolling-left .common-header-virtual-table-fixed-column--right.is-first-column::before {
  box-shadow: inset -10px 0 10px -10px rgba(0, 0, 0, 0.15);
}
.common-header-virtual-table .is-scrolling-right .common-header-virtual-table-fixed-column--left.is-last-column::before {
  box-shadow: inset 10px 0 10px -10px rgba(0, 0, 0, 0.15);
}
.common-header-virtual-table .is-scrolling-middle .common-header-virtual-table-fixed-column--right.is-first-column::before {
  box-shadow: inset -10px 0 10px -10px rgba(0, 0, 0, 0.15);
}
.common-header-virtual-table .is-scrolling-middle .common-header-virtual-table-fixed-column--left.is-last-column::before {
  box-shadow: inset 10px 0 10px -10px rgba(0, 0, 0, 0.15);
}
.common-header-virtual-table__footer {
  position: sticky;
  bottom: 0;
  z-index: 2;
}
.common-header-virtual-table__footer td {
  border-top: 1px solid var(--zoom-color-border-subtle-neutral);
}
.common-header-virtual-table__footer .sum-total {
  font-weight: 600;
}
.common-header-virtual-table__loading {
  display: flex;
  align-items: center;
}
.common-header-virtual-table__loading td {
  position: sticky;
  padding: 12px;
  border: none;
  text-align: center;
}
.common-header-virtual-table__row:has(+ .common-header-virtual-table__expanded-row) > td {
  border-bottom: none;
}
.common-header-virtual-table__row:not(.common-header-virtual-table__skeleton):hover > td {
  background-color: var(--zoom-color-component-virtual-table-row-hover);
}
.common-header-virtual-table__empty-block {
  display: flex;
  justify-content: start;
  align-items: center;
  width: 100%;
  min-height: 60px;
}
.common-header-virtual-table__empty-block td {
  position: sticky;
  height: auto;
  border: none !important;
  text-align: center;
}
.common-header-virtual-table__empty-text {
  padding: 14px 0;
  color: var(--zoom-color-text-stronger-neutral);
  font-weight: 600;
  line-height: 18px;
}
.common-header-virtual-table__indent-empty {
  display: inline-flex;
  width: 24px;
}
.common-header-virtual-table__empty-image {
  display: inline-block;
  min-width: 320px;
  padding-top: 200px;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAwIiBoZWlnaHQ9IjIwMCIgdmlld0JveD0iMCAwIDIwMCAyMDAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMF8xNTQzMTFfMTQ5MSkiPgo8bWFzayBpZD0ibWFzazBfMTU0MzExXzE0OTEiIHN0eWxlPSJtYXNrLXR5cGU6YWxwaGEiIG1hc2tVbml0cz0idXNlclNwYWNlT25Vc2UiIHg9IjEwMSIgeT0iMTMwIiB3aWR0aD0iMTE5IiBoZWlnaHQ9IjQwIj4KPHBhdGggZD0iTTEzOC45MjUgMTMwLjQ3MUgyMTkuMDY5QzIxOS44NTkgMTMwLjQ3MSAyMjAuMDM0IDEzMS41ODEgMjE5LjI4MyAxMzEuODI1TDEwMS41NzEgMTY5Ljk1M0wxMDguNzggMTUxLjgzTDEzOC45MjUgMTMwLjQ3MVoiIGZpbGw9ImJsYWNrIi8+CjwvbWFzaz4KPGcgbWFzaz0idXJsKCNtYXNrMF8xNTQzMTFfMTQ5MSkiPgo8Y2lyY2xlIGN4PSIxMzguMTE0IiBjeT0iMTQzLjA4MiIgcj0iNTMuMTM1NyIgdHJhbnNmb3JtPSJyb3RhdGUoNDAuNzQ3IDEzOC4xMTQgMTQzLjA4MikiIGZpbGw9InVybCgjcGFpbnQwX2xpbmVhcl8xNTQzMTFfMTQ5MSkiLz4KPC9nPgo8cGF0aCBkPSJNNDYuNTIzOSA4Ni40NTk1TDU1LjAxOTYgMTA1LjAzOUM1NS40Mzg2IDEwNS45NTUgNTYuMzIxNCAxMDYuNTczIDU3LjMyNTkgMTA2LjY1MUw5NS40ODgxIDEwOS42NDNDOTYuMjk0NCAxMDkuNzA2IDk2Ljk4MzcgMTA5LjA2OSA5Ni45ODM3IDEwOC4yNlY3Ny4zOTgzTDQ2LjUyMzkgODYuNDU5NVoiIGZpbGw9IiMwRTcyRUQiLz4KPHBhdGggZD0iTTE1Mi4wMzIgODQuNTE3OVYxMDMuMTAyQzE1Mi4wMzIgMTA0LjYzNCAxNTAuNzg5IDEwNS44NzYgMTQ5LjI1NyAxMDUuODc2SDk4LjM3MThDOTcuNjA1NiAxMDUuODc2IDk2Ljk4NDYgMTA1LjI1NSA5Ni45ODQ2IDEwNC40ODlWNzcuMzk4M0wxNTIuMDMyIDg0LjUxNzlaIiBmaWxsPSIjNDc5M0YxIi8+CjxwYXRoIGQ9Ik00Ni41MjM5IDg2LjQ1OTZWMTQ2LjczMkM0Ni41MjM5IDE0Ny44NTggNDcuMjA0NyAxNDguODczIDQ4LjI0NjkgMTQ5LjI5OUwxMDAuMjYgMTcwLjZWMTAzLjI4OEw0Ni41MjM5IDg2LjQ1OTZaIiBmaWxsPSIjNDc5M0YxIi8+CjxwYXRoIGQ9Ik00Ni41MjM5IDg2LjQ1OTZWMTE2Ljk3OUM0Ni41MjM5IDExOC4wOTUgNDcuMTkzIDExOS4xMDMgNDguMjIxOSAxMTkuNTM2TDg1LjUxMzMgMTM1LjIzNEM4Ni4wOTM5IDEzNS40NzkgODYuNzYxMyAxMzUuMzAyIDg3LjExNTggMTM0Ljc4MkM4OC44NTYgMTMyLjIyNiA5My43NTYxIDEyNC4yMzQgOTUuMDE3NyAxMTMuNjQzQzk1Ljg3MzggMTA2LjQ1NyAxMDAuMjYgMTAzLjI4OCAxMDAuMjYgMTAzLjI4OEw0Ni41MjM5IDg2LjQ1OTZaIiBmaWxsPSIjMjUzOEJGIi8+CjxwYXRoIGQ9Ik0xNTIuMDMyIDg0LjUxODJWMTQ2Ljc1OUMxNTIuMDMyIDE0Ny44NzIgMTUxLjM2NyAxNDguODc3IDE1MC4zNDIgMTQ5LjMxMkwxMDAuMjYxIDE3MC42VjEwMy4yODhMMTUyLjAzMiA4NC41MTgyWiIgZmlsbD0iIzBFNzJFRCIvPgo8cGF0aCBkPSJNMTUyLjAzMiA4NC41MTgyVjEyMC4yMzhDMTUyLjAzMiAxMjAuNTQ5IDE1MS44MzEgMTIwLjgyIDE1MS41MzIgMTIwLjkwM0MxNDkuNTE2IDEyMS40NjggMTQxLjc2OCAxMjMuNjIxIDEzNC45OTMgMTI1LjI5NEMxMjguNDk3IDEyNi44OTggMTE4Ljg3MSAxMzIuNDc2IDExNS43MTkgMTM0LjM2OUMxMTUuMTE4IDEzNC43MjkgMTE0LjM1NiAxMzQuNTkxIDExMy45NjUgMTM0LjAxQzExMi40NDIgMTMxLjc0NSAxMDguODQzIDEyNS42MDMgMTA2LjgxNCAxMTUuNTg1QzEwNS4zNzcgMTA4LjQ5IDEwMS41NzIgMTAzLjI4OCAxMDEuNTcyIDEwMy4yODhMMTUyLjAzMiA4NC41MTgyWiIgZmlsbD0iIzI1MzhCRiIvPgo8cGF0aCBkPSJNNDYuNTI0MyA4Ni40NTk2TDEwMC4yNjEgMTAzLjI4OEMxMDAuMjYxIDEwMy4yODggOTQuNTYwMyAxMDcuMjMzIDkyLjM5NjggMTEzLjY0M0M4OS41MTQ5IDEyMi4xODIgODQuNjA1MiAxMjYuMjE1IDgzLjQ2NDIgMTI3LjA2M0M4My4zMTA4IDEyNy4xNzcgODMuMTI3NSAxMjcuMjEzIDgyLjk0MTkgMTI3LjE2N0M4MC43NDI5IDEyNi42MzIgNjYuMTMzMSAxMjIuOTc4IDU3LjY2NDggMTE4LjQ5OEM0OC40OTAzIDExMy42NDMgMzIuMTA3MiAxMDkuNzYgMzIuMTA3MiAxMDkuNzZDMzIuMTA3MiAxMDkuNzYgMzguMDA1MSAxMDMuOTM1IDM5Ljk3MTEgOTUuNTIwOEM0MS45MzcxIDg5LjA0ODUgNDYuNTI0MyA4Ni40NTk2IDQ2LjUyNDMgODYuNDU5NloiIGZpbGw9IiNFN0YxRkQiLz4KPHBhdGggZD0iTTE1Mi4wMzIgODQuNTE4MkwxMDAuMjYxIDEwMy4yODhDMTAwLjI2MSAxMDMuMjg4IDEwNi4xNTkgMTA2LjUyNCAxMDcuNDcgMTEyLjM0OUMxMDguNzQgMTE3Ljk5MyAxMTEuMjQgMTI0Ljg1MyAxMTQuOTcxIDEyOS4zOTVDMTE1LjE3OSAxMjkuNjQ4IDExNS41MzkgMTI5LjcxMSAxMTUuODI1IDEyOS41NTFDMTIyLjM2NCAxMjUuODgxIDEyNy40NzkgMTIyLjAwNSAxNDEuNTQ2IDExNy44NzZDMTU1Ljk2MyAxMTMuNjQ0IDE1NC40MyAxMTEuOTIgMTY0LjM2NSAxMDguMTA1QzE2NC4zNjUgMTA4LjEwNSAxNTcuOTI5IDk4LjExIDE1Ni42MTkgOTIuMjg1QzE1NS4zMDggODYuNDU5OSAxNTIuMDMyIDg0LjUxODIgMTUyLjAzMiA4NC41MTgyWiIgZmlsbD0iI0E4Q0NGOCIvPgo8L2c+CjxkZWZzPgo8bGluZWFyR3JhZGllbnQgaWQ9InBhaW50MF9saW5lYXJfMTU0MzExXzE0OTEiIHgxPSIxMTEuNTQ2IiB5MT0iMTg5LjU3NSIgeDI9IjE2OS45OTUiIHkyPSI5Ny45MTYyIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+CjxzdG9wIHN0b3AtY29sb3I9IiMyNTM4QkYiLz4KPHN0b3Agb2Zmc2V0PSIwLjkyNzA4MyIgc3RvcC1jb2xvcj0iIzI1MzhCRiIgc3RvcC1vcGFjaXR5PSIwIi8+CjwvbGluZWFyR3JhZGllbnQ+CjxjbGlwUGF0aCBpZD0iY2xpcDBfMTU0MzExXzE0OTEiPgo8cmVjdCB3aWR0aD0iMTY3Ljg5MyIgaGVpZ2h0PSI5My4xMTA4IiBmaWxsPSJ3aGl0ZSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMzIuMTA3MiA3Ny4zOTgzKSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo=") no-repeat center top;
}
.common-header-virtual-table--enable-row-transition .common-header-virtual-table__body td {
  transition: background-color 0.25s ease;
}
.common-header-virtual-table--span td, .common-header-virtual-table--span th {
  border-right: 1px solid var(--zoom-color-border-subtle-neutral);
}
.common-header-virtual-table--span {
  border-top: 1px solid var(--zoom-color-border-subtle-neutral);
  border-left: 1px solid var(--zoom-color-border-subtle-neutral);
}
.common-header-virtual-table--border {
  border: 1px solid var(--zoom-color-border-subtle-neutral);
  border-radius: 8px;
}
.common-header-virtual-table__expand-icon {
  display: inline-flex;
  margin-right: 16px;
  transition: transform 0.3s ease;
}
.common-header-virtual-table__expand-icon--expanded {
  transform: rotate(90deg);
}
.common-header-virtual-table__expand-icon--animating {
  transform: rotate(0);
}
.common-header-virtual-table__expanded-cell[class*=cell] {
  height: 0;
  padding: 0;
}
.common-header-virtual-table__expand-inner {
  padding: 16px 16px 16px 72px;
}
.common-header-virtual-table__force-expanded-cell[class*=cell] .common-header-virtual-table__expand-inner {
  padding: 0 16px;
}
.common-header-virtual-table__expanded-row-fixed {
  display: flex;
  border-bottom: 1px solid var(--zoom-color-border-subtle-neutral);
}
.common-header-virtual-table__expanded-row-fixed td {
  position: sticky;
  left: 0;
  height: 100% !important;
  border-bottom: none;
}
.common-header-virtual-table__draggable-column .cell .common-header-button__icon {
  width: 16px;
  height: 16px;
  color: var(--zoom-color-text-neutral);
}
.common-header-virtual-table__column-resize-proxy {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 200px;
  z-index: 10;
  width: 0;
  border-left: 2px solid var(--zoom-color-border-neutral);
  pointer-events: none;
}
.common-header-virtual-table__column-resize-proxy.is-active {
  border-color: var(--zoom-color-border-primary);
}
.common-header-virtual-table__tooltip.cell {
  display: flex;
  align-items: center;
}
.common-header-virtual-table__tooltip .text-wrapper {
  display: block !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.common-header-virtual-table-filter__popover .common-header-popover {
  padding: 12px;
}
.common-header-virtual-table-filter__popover .common-header-popover__actionable {
  display: flex;
  justify-content: end;
  margin-top: 12px;
}
.common-header-virtual-table-filter__content {
  min-width: 150px;
}
.common-header-virtual-table-column-setting__trigger-btn-wrapper {
  position: sticky !important;
  right: 0;
  z-index: 3;
  width: 1px;
}
.common-header-virtual-table-column-setting__trigger-btn {
  position: absolute;
  right: 16px;
}
.common-header-virtual-table-column-setting__item {
  display: flex;
  align-items: center;
  height: 32px;
  padding: 0 8px;
  border-radius: 8px;
  line-height: 32px;
}
.common-header-virtual-table-column-setting__item:hover {
  background-color: var(--zoom-color-state-subtle-neutral-hover);
}
.common-header-virtual-table-column-setting__item-movable {
  display: inline-flex;
  margin-right: 4px;
}
.common-header-virtual-table-column-setting__search {
  margin: 2px 20px 0;
}
.common-header-virtual-table-column-setting__popover .common-header-popover {
  padding: 12px 0;
}
.common-header-virtual-table-column-setting__popover .common-header-popover__actionable {
  display: flex;
  justify-content: end;
  margin: 12px 12px 0 12px;
}
.common-header-virtual-table-column-setting__item-prop {
  display: flex;
  flex: 1;
  align-items: center;
}
.common-header-virtual-table-column-setting__item-tip {
  display: inline-flex;
  margin-left: 4px;
}
.common-header-virtual-table-column-setting__item-toggle {
  display: inline-flex;
  margin-right: 4px;
}
.common-header-virtual-table-column-setting__link {
  margin-right: 12px;
  margin-left: 20px;
}
.common-header-virtual-table-column-setting__list {
  margin: 4px 12px;
}
.is-vue3-keyboard-event .common-header-virtual-table-column-setting__item:focus {
  outline: 2px solid var(--zoom-color-border-primary);
  outline-offset: 2px;
}
.is-vue3-keyboard-event .common-header .common-header-virtual-table tbody tr td:focus, .is-vue3-keyboard-event .common-header .common-header-virtual-table tfoot tr td:focus {
  outline: 2px solid var(--zoom-color-border-primary);
  outline-offset: -2px;
}
.is-vue3-keyboard-event .common-header .common-header-virtual-table thead tr th:focus {
  outline: 2px solid var(--zoom-color-border-primary);
  outline-offset: -2px;
}
.is-vue3-keyboard-event .common-header .common-header-virtual-table .cell span:not(.common-header-select-input__span):focus {
  border-radius: 4px;
  outline: 2px solid var(--zoom-color-border-primary);
  outline-offset: 2px;
}
.is-vue3-keyboard-event .common-header-virtual-table .label-empty-wrapper:focus {
  border-radius: 4px;
  outline: 2px solid var(--zoom-color-border-primary);
  outline-offset: 2px;
}/* BEM support Func
 -------------------------- */
/* ========== Light Colors format: $color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/*
usage: fill | text | icon | border | state | underlay
expression: inverse | global | contrary | blend
prominence: default | subtle | subtler | strong | stronger
sentiment: neutral | primary | error | warning | success | complimentary | supplementary2 | transparent | light-transparent | dark-transparent
state: hover | press | disable | inactive
*/
/* ========== Dark Colors format: $dark-color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/* outline */
/* Border
-------------------------- */
/* line-height
-------------------------- */
/* Transition
-------------------------- */
/* Break-point
-------------------------- */
/* Break-points
 -------------------------- */
.common-header-tiered-menu__skeleton {
  width: 160px;
  padding: 8px;
}
.common-header-tiered-menu__skeleton-item {
  padding: 6px 8px;
  line-height: 20px;
}
.common-header-tiered-menu__root-list {
  padding: 12px;
}
.common-header-tiered-menu__root-list:focus-visible {
  outline: none;
}
.common-header-tiered-menu__item {
  position: relative;
  border-radius: 8px;
  outline-offset: 2px;
}
.common-header-tiered-menu__item:focus-visible {
  outline: none;
}
.common-header-tiered-menu__item.is-separator:not(:first-of-type) .common-header-tiered-menu__item-content {
  margin-top: 8px;
  padding-top: 16px;
  border-top: 1px solid var(--zoom-color-border-subtle-neutral);
}
.common-header-tiered-menu__item.is-separator.is-empty:first-of-type .common-header-tiered-menu__item-content {
  margin-top: 0;
  padding-top: 8px;
  border-top: none;
}
.common-header-tiered-menu__item.is-separator.is-empty .common-header-tiered-menu__item-content {
  margin: 8px 8px 0 8px;
  padding: 16px 0 0 0;
}
.common-header-tiered-menu__item.is-separator.is-empty .common-header-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;
}
.common-header-tiered-menu__item.is-separator.is-empty .common-header-tiered-menu__item-label:empty {
  padding: 0;
}
.common-header-tiered-menu__item.is-separator.is-separator-empty .common-header-tiered-menu__item-content {
  height: 0;
  padding: 8px 0 0 0;
}
.common-header-tiered-menu__item.is-separator .common-header-tiered-menu__item-content {
  padding: 8px;
  border-radius: unset;
  cursor: default;
}
.common-header-tiered-menu__item.is-separator .common-header-tiered-menu__item-content:hover {
  background-color: transparent;
}
.common-header-tiered-menu__item.is-separator .common-header-tiered-menu__item-content:active {
  background-color: transparent;
}
.common-header-tiered-menu__item.is-danger > .common-header-tiered-menu__item-content {
  color: var(--zoom-color-text-error);
}
.common-header-tiered-menu__item.is-active > .common-header-tiered-menu__item-content {
  background-color: var(--zoom-color-state-subtle-neutral-hover);
}
.common-header-tiered-menu__item.is-disabled .common-header-tiered-menu__item-content {
  color: var(--zoom-color-state-disable);
  cursor: not-allowed;
}
.common-header-tiered-menu__item.is-disabled .common-header-tiered-menu__item-content:hover {
  background-color: transparent;
}
.common-header-tiered-menu__item.is-disabled .common-header-tiered-menu__item-content:active {
  background-color: transparent;
}
.common-header-tiered-menu__item.is-disabled.is-danger .common-header-tiered-menu__item-content {
  color: var(--zoom-color-state-subtle-error-disable);
}
.common-header-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;
}
.common-header-tiered-menu__item-content:focus {
  outline: none;
}
.common-header-tiered-menu__item-content:hover {
  background-color: var(--zoom-color-state-subtle-neutral-hover);
}
.common-header-tiered-menu__item-content:active {
  background-color: var(--zoom-color-state-subtle-neutral-press);
}
.common-header-tiered-menu__item-icon {
  margin-right: 8px;
  font-size: 16px;
}
.common-header-tiered-menu__item-label {
  flex: 1;
}
.common-header-tiered-menu__submenu-icon {
  margin-left: 12px;
}
.common-header-tiered-menu__submenu {
  padding: 12px;
}
.is-vue3-keyboard-event .common-header-tiered-menu__item:focus {
  outline: 2px solid var(--zoom-color-border-primary);
}
.common-header-context-menu {
  position: absolute;
  min-width: 10px;
  border: 1px solid var(--zoom-color-border-subtle-neutral);
  border-radius: 12px;
  background-color: var(--zoom-color-fill-default);
  color: var(--zoom-color-text-stronger-neutral);
  box-shadow: 0 12px 24px 0 var(--zoom-color-underlay-dropShadow), 0 6px 12px 0 var(--zoom-color-underlay-dropShadow);
  font-size: 14px;
}
.common-header-context-menu__root-list {
  padding: 11px;
}
.common-header-context-menu__root-list:focus-visible {
  outline: none;
}
.common-header-context-menu__skeleton {
  width: 160px;
  padding: 12px;
}
.common-header-context-menu__skeleton-item {
  padding: 6px 8px;
  line-height: 20px;
}/* BEM support Func
 -------------------------- */
/* ========== Light Colors format: $color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/*
usage: fill | text | icon | border | state | underlay
expression: inverse | global | contrary | blend
prominence: default | subtle | subtler | strong | stronger
sentiment: neutral | primary | error | warning | success | complimentary | supplementary2 | transparent | light-transparent | dark-transparent
state: hover | press | disable | inactive
*/
/* ========== Dark Colors format: $dark-color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/* outline */
/* Border
-------------------------- */
/* line-height
-------------------------- */
/* Transition
-------------------------- */
/* Break-point
-------------------------- */
/* Break-points
 -------------------------- */
.common-header-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;
}
.common-header-banner .common-header-button.common-header-banner--closable {
  position: absolute;
  top: 13px;
  right: 13px;
}
.common-header-banner.is-closable {
  padding-right: 47px;
}
.common-header-banner.is-bleed {
  border: none;
  border-bottom: 1px solid var(--zoom-color-border-subtle-primary);
  border-radius: 0;
}
.common-header-banner.is-bleed.common-header-banner--success {
  border-bottom-color: var(--zoom-color-border-subtle-success);
}
.common-header-banner.is-bleed.common-header-banner--info {
  border-bottom-color: var(--zoom-color-border-subtle-primary);
}
.common-header-banner.is-bleed.common-header-banner--warning {
  border-bottom-color: var(--zoom-color-border-subtle-warning);
}
.common-header-banner.is-bleed.common-header-banner--danger {
  border-bottom-color: var(--zoom-color-border-subtle-error);
}
.common-header-banner.is-bleed .common-header-button.common-header-banner--closable {
  top: 14px;
  right: 14px;
}
.common-header-banner__main {
  display: flex;
  align-items: center;
  margin: 0;
}
.common-header-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));
}
.common-header-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));
}
.common-header-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));
}
.common-header-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));
}
.common-header-banner__icon {
  align-self: self-start;
}
.common-header-banner__body {
  flex: 1;
  margin-right: 8px;
  margin-left: 12px;
}
.common-header-banner__title {
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  line-height: 18px;
}
.common-header-banner__content {
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 18px;
}
.common-header-banner__content.is-gapped {
  margin-top: 4px;
}
.common-header-banner__actionable {
  align-self: self-start;
  line-height: 1;
  text-align: right;
}
.common-header-banner__actionable.is-closable {
  margin-right: 8px;
}
.common-header-banner__actionable-bottom {
  margin-top: 8px;
  line-height: 1;
}
.common-header-banner-fade-enter-from,
.common-header-banner-fade-leave-active {
  opacity: 0;
}
.common-header-theme--highContrast .common-header-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
 -------------------------- */
.common-header-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);
}
.common-header-dialog.is-sm {
  width: 448px;
}
.common-header-dialog.is-md {
  width: 684px;
}
.common-header-dialog.is-lg {
  width: 920px;
}
.common-header-dialog.is-fullscreen {
  overflow: auto;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  border-radius: 0;
}
.common-header-dialog__header {
  padding: 32px 32px 24px;
}
.common-header-dialog__header.is-elevated {
  box-shadow: 0 1px 0 0 var(--zoom-color-underlay-dropShadow);
}
.common-header-dialog__header.is-draggable {
  cursor: move;
  user-select: none;
}
.common-header-dialog__close.common-header-button {
  position: absolute;
  top: 28px;
  right: 32px;
}
.common-header-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;
}
.common-header-dialog__body {
  padding: 0 32px;
  color: var(--zoom-color-text-stronger-neutral);
}
.common-header-dialog__body.is-lost-footer {
  margin: 0 0 32px;
}
.common-header-dialog__body.is-allowed-resize {
  padding: 0;
}
.common-header-dialog__body-wrapper {
  padding: 0 32px 2px;
}
.common-header-dialog__footer {
  box-sizing: border-box;
  padding: 32px;
  text-align: right;
}
.common-header-dialog__footer.is-elevated {
  box-shadow: 0 -1px 0 0 var(--zoom-color-underlay-dropShadow);
}
.common-header-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
 -------------------------- */
.common-header-ellipsis-expand {
  width: 100%;
}
.common-header-ellipsis-expand .content {
  overflow: hidden;
  width: 100%;
  word-break: break-word;
}
.common-header-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;
}
.common-header-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;
}
.common-header-theme--highContrast .common-header-ellipsis-expand__text {
  color: ButtonText;
}
.is-vue3-keyboard-event .common-header-ellipsis-expand .common-header-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
 -------------------------- */
.common-header-ellipsis-tooltip {
  overflow: hidden;
  outline-offset: 2px;
}
.common-header-ellipsis-tooltip:not(.common-header-ellipsis-tooltip--line-clamp) {
  display: inline-block;
  vertical-align: bottom;
  max-width: 100%;
  white-space: nowrap;
}
.common-header-ellipsis-tooltip--line-clamp {
  display: -webkit-inline-box;
  overflow-wrap: anywhere;
  -webkit-box-orient: vertical;
}
.common-header-ellipsis-tooltip--cursor-pointer {
  cursor: pointer;
}
.is-vue3-keyboard-event .common-header-ellipsis-tooltip:focus {
  outline: 2px solid var(--zoom-color-border-primary);
}.common-header-profile__submenu-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
  margin: 0;
}
.common-header-profile__submenu-header .common-header-button {
  color: inherit;
  font-size: 16px;
}
.common-header-profile__submenu-header .common-header-button .common-header-icon {
  color: var(--zoom-color-text-stronger-neutral);
}
.common-header-profile__submenu-header-title {
  font-size: 16px;
  font-weight: 400;
  color: var(--zoom-color-text-neutral);
  margin: 0;
}
.common-header-profile__submenu-header-title .common-header-button__inner-icon {
  font-size: 16px;
}
.common-header-profile__submenu-header-title .common-header-button__inner-icon + .common-header-button__label {
  margin-left: 8px;
}.common-header-profile__skeleton {
  width: 160px;
  padding: 8px;
}
.common-header-profile__skeleton-item {
  padding: 6px 8px;
  line-height: 20px;
}
.common-header-profile__root-list-scrollbar {
  padding: 6px;
}
.common-header-profile__root-list {
  padding: 6px;
}
.common-header-profile__root-list:focus-visible {
  outline: none;
}
.common-header-profile__item {
  position: relative;
  border-radius: 8px;
  outline-offset: 2px;
}
.common-header-profile__item:focus-visible {
  outline: none;
}
.common-header-profile__item.is-separator:not(:first-of-type) .common-header-profile__item-content {
  margin-top: 8px;
  padding-top: 16px;
  border-top: 1px solid var(--zoom-color-border-subtle-neutral);
}
.common-header-profile__item.is-separator.is-empty:first-of-type .common-header-profile__item-content {
  margin-top: 0;
  padding-top: 8px;
  border-top: none;
}
.common-header-profile__item.is-separator.is-empty .common-header-profile__item-content {
  margin: 8px 8px 0 8px;
  padding: 16px 0 0 0;
}
.common-header-profile__item.is-separator.is-empty .common-header-profile__item-label {
  padding-bottom: 8px;
  color: var(--zoom-color-text-neutral);
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
.common-header-profile__item.is-separator.is-empty .common-header-profile__item-label:empty {
  padding: 0;
}
.common-header-profile__item.is-separator.is-separator-empty .common-header-profile__item-content {
  height: 0;
  padding: 8px 0 0 0;
}
.common-header-profile__item.is-separator .common-header-profile__item-content {
  padding: 8px;
  border-radius: unset;
  cursor: default;
}
.common-header-profile__item.is-separator .common-header-profile__item-content:hover {
  background-color: transparent;
}
.common-header-profile__item.is-separator .common-header-profile__item-content:active {
  background-color: transparent;
}
.common-header-profile__item.is-danger > .common-header-profile__item-content {
  color: var(--zoom-color-text-error);
}
.common-header-profile__item.is-active > .common-header-profile__item-content {
  background-color: var(--zoom-color-state-subtle-neutral-hover);
}
.common-header-profile__item.is-disabled .common-header-profile__item-content {
  color: var(--zoom-color-state-disable);
  cursor: not-allowed;
}
.common-header-profile__item.is-disabled .common-header-profile__item-content:hover {
  background-color: transparent;
}
.common-header-profile__item.is-disabled .common-header-profile__item-content:active {
  background-color: transparent;
}
.common-header-profile__item.is-disabled.is-danger .common-header-profile__item-content {
  color: var(--zoom-color-state-subtle-error-disable);
}
.common-header-profile__item-content {
  display: flex;
  align-items: center;
  padding: 7px 8px;
  border-radius: 8px;
  color: var(--zoom-color-text-stronger-neutral);
  white-space: nowrap;
  cursor: pointer;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
}
.common-header-profile__item-content:focus {
  outline: none;
}
.common-header-profile__item-content:hover {
  background-color: var(--zoom-color-state-subtle-neutral-hover);
}
.common-header-profile__item-content:active {
  background-color: var(--zoom-color-state-subtle-neutral-press);
}
.common-header-profile__item-icon {
  margin-right: 8px;
  font-size: 16px;
}
.common-header-profile__item-label {
  flex: 1;
}
.common-header-profile__submenu-icon {
  margin-left: 12px;
}
.common-header-profile__submenu {
  padding: 12px;
}
.is-vue3-keyboard-event .common-header-profile__item:focus {
  outline: 2px solid var(--zoom-color-border-primary);
}
.show-full-mask::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 10;
}
@media (max-width: 768px) {
.common-header-profile__submenu-floating-content {
    width: 100%;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    border-radius: 0 !important;
    border: none !important;
    box-shadow: none !important;
}
}.common-header-profile__profile-body[data-v-6e4b4b24] {
  flex: 1;
  width: 1px;
  overflow: hidden;
}
.common-header-profile__sub-label[data-v-6e4b4b24] {
  line-height: 16px;
  color: var(--zoom-color-text-neutral);
  font-size: 12px;
}.ellipsis-label[data-v-6e4b4b24] {
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 190px;
}
@media (max-width: 768px) {
.ellipsis-label[data-v-6e4b4b24] {
    width: 100%;
}
}.sub-login-name[data-v-d5294bbb] {
  max-width: 200px;
  white-space: initial;
}
.sub-login-email[data-v-d5294bbb] {
  max-width: 180px;
  white-space: initial;
}
.menu-item-desc[data-v-d5294bbb] {
  display: flex;
  align-items: center;
}
.login-type-icon[data-v-d5294bbb] {
  width: 14px;
  height: 14px;
  margin-right: 4px;
}
.menu-item-email[data-v-d5294bbb] {
  flex: 1;
}.common-header-profile__upgrade-banner {
  white-space: normal;
  margin: 0 -8px -8px;
}
.common-header-profile__upgrade-banner .common-header-banner__icon {
  display: none;
}
.common-header-profile__upgrade-banner .common-header-banner__title {
  font-size: 14px;
}
.common-header-profile__upgrade-banner .common-header-banner__body {
  margin-left: 4px;
  margin-right: 4px;
}
.common-header-profile__upgrade-banner p {
  line-height: 16px;
  font-size: 12px;
}
.common-header-profile__upgrade-banner .common-header-button {
  letter-spacing: 0.03em;
}.common-header-profile__download {
  line-height: 32px;
}.credits-usage-history-table[data-v-c2c2d3d9] {
  width: 100%;
  margin-top: 12px;
}
.credits-usage-history-table__toolbar[data-v-c2c2d3d9] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.credits-usage-history-table__export-btn[data-v-c2c2d3d9] {
  flex-shrink: 0;
}
.credits-usage-history-table__table[data-v-c2c2d3d9] {
  margin-top: 16px;
}
.credits-usage-history-table__pagination[data-v-c2c2d3d9] {
  display: flex;
  justify-content: flex-end;
  margin-top: 12px;
}
.credits-usage-history-table__pagination[data-v-c2c2d3d9] .common-header-pagination-pager {
  list-style: none;
  margin: 0;
  padding: 0;
}
.credits-usage-history-table__pagination[data-v-c2c2d3d9] .common-header-pagination-pager li {
  list-style: none;
}.credits-usage-dialog__title-row[data-v-ef2f3296] {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
  min-width: 0;
  min-height: 24px;
  padding-right: 56px;
  box-sizing: border-box;
}
.credits-usage-dialog__heading[data-v-ef2f3296] {
  flex: 0 1 auto;
  color: var(--zoom-color-text-stronger-neutral);
  min-width: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}
.credits-usage-dialog__how-link[data-v-ef2f3296] {
  flex-shrink: 0;
  margin-left: auto;
  padding: 0;
  height: 24px;
  font-weight: 400;
  line-height: 24px;
  background: transparent;
  color: var(--zoom-color-text-primary-accent, #0e72ed);
}
.credits-usage-dialog__body[data-v-ef2f3296] {
  width: 100%;
}
.credits-usage-dialog__plan-row[data-v-ef2f3296] {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  min-width: 0;
}
.credits-usage-dialog__summary-row[data-v-ef2f3296] {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
}
.credits-usage-dialog__summary-row--header[data-v-ef2f3296] {
  margin-bottom: 12px;
}
.credits-usage-dialog__summary-row--value[data-v-ef2f3296] {
  align-items: flex-end;
}
.credits-usage-dialog__summary-left[data-v-ef2f3296] {
  min-width: 0;
  flex: 1 1 auto;
}
.credits-usage-dialog__summary-right[data-v-ef2f3296] {
  flex: 0 0 auto;
}
.credits-usage-dialog__plan-prefix[data-v-ef2f3296] {
  color: var(--zoom-color-text-secondary, #686F79);
  font-size: 14px;
  line-height: 20px;
}
.credits-usage-dialog__plan-name[data-v-ef2f3296] {
  color: var(--zoom-color-text-strong-neutral);
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}
.credits-usage-dialog__plan-separator[data-v-ef2f3296] {
  color: var(--zoom-color-text-secondary, #686F79);
  font-size: 14px;
  line-height: 20px;
}
.credits-usage-dialog__plan-info[data-v-ef2f3296] {
  color: var(--zoom-color-text-secondary, #686F79);
  font-size: 14px;
  cursor: pointer;
}
.credits-usage-dialog__plan-tooltip[data-v-ef2f3296] {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 180px;
}
.credits-usage-dialog__plan-tooltip-title[data-v-ef2f3296] {
  color: var(--zoom-color-text-stronger-neutral);
  font-size: 14px;
  font-weight: 590;
  line-height: 18px;
}
.credits-usage-dialog__plan-tooltip-list[data-v-ef2f3296] {
  margin: 0;
  padding-left: 15px;
  list-style: disc;
}
.credits-usage-dialog__plan-tooltip-item[data-v-ef2f3296] {
  list-style: disc;
  color: var(--zoom-color-text-secondary, #686F79);
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}
.credits-usage-dialog__plan-tooltip-item[data-v-ef2f3296]::marker {
  color: var(--zoom-color-text-secondary, #686F79);
}
.credits-usage-dialog__value[data-v-ef2f3296] {
  margin: 0 0 16px;
  font-size: 22px;
  font-weight: 590;
  line-height: 1.2;
  letter-spacing: 0;
}
.credits-usage-dialog__value--base[data-v-ef2f3296],
.credits-usage-dialog__value--additional[data-v-ef2f3296] {
  margin-bottom: 12px;
}
.credits-usage-dialog__value--base[data-v-ef2f3296] {
  flex: 1 1 auto;
}
.credits-usage-dialog__value--additional[data-v-ef2f3296] {
  flex: 0 0 auto;
  text-align: right;
}
.credits-usage-dialog__progress[data-v-ef2f3296] {
  width: 100%;
}
.credits-usage-dialog__progress[data-v-ef2f3296] .common-header-progress {
  width: 100%;
}
.credits-usage-dialog__progress.is-low[data-v-ef2f3296] .common-header-progress-bar__inner {
  background-color: var(--zoom-color-fill-warning);
}
.credits-usage-dialog__progress.is-zero[data-v-ef2f3296] .common-header-progress-bar__inner {
  min-width: 6px;
  background-color: var(--zoom-color-fill-error);
}
.credits-usage-dialog__additional-header[data-v-ef2f3296] {
  color: var(--zoom-color-text-secondary, #686F79);
  font-size: 14px;
  line-height: 20px;
  text-align: right;
}
.credits-usage-dialog__additional-progress-row[data-v-ef2f3296] {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
}
.credits-usage-dialog__additional-progress[data-v-ef2f3296] {
  height: 12px;
  display: flex;
  align-items: center;
  min-width: 0;
}
.credits-usage-dialog__additional-progress--base[data-v-ef2f3296] {
  min-width: 12px;
}
.credits-usage-dialog__additional-progress-fill[data-v-ef2f3296] {
  width: 100%;
  height: 12px;
  border-radius: 999px;
}
.credits-usage-dialog__additional-progress-fill--base[data-v-ef2f3296] {
  background-color: var(--zoom-color-fill-error);
}
.credits-usage-dialog__additional-progress-fill--overage[data-v-ef2f3296] {
  background-color: var(--zoom-color-fill-primary);
}
.credits-usage-dialog__subtext[data-v-ef2f3296] {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  margin: 12px 0 0;
  font-size: 14px;
  line-height: 18px;
  color: var(--zoom-color-text-secondary, #686F79);
}
.credits-usage-dialog__subtext-info[data-v-ef2f3296] {
  color: var(--zoom-color-text-secondary, #686F79);
  font-size: 14px;
  cursor: pointer;
}
.credits-usage-dialog__shared-pool-tooltip[data-v-ef2f3296] {
  max-width: 240px;
  color: var(--zoom-color-text-secondary, #686F79);
  font-size: 14px;
  line-height: 18px;
}
.credits-usage-dialog__footer[data-v-ef2f3296] {
  display: flex;
  align-items: flex-start;
}
.credits-usage-dialog__inner-card[data-v-ef2f3296] {
  display: flex;
  width: 656px;
  min-height: 140px;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  border-radius: 16px;
  border: 1px solid var(--zoom-color-border-subtle-neutral);
  background: var(--zoom-color-fill-subtler-neutral);
  padding: 20px;
  box-sizing: border-box;
}
.credits-usage-dialog__accordion[data-v-ef2f3296] {
  width: 656px;
  margin: 16px auto 0;
  border-top: none;
}
.credits-usage-dialog__accordion[data-v-ef2f3296] .common-header-accordion-item__region {
  margin-left: 6px;
}
.credits-usage-dialog__accordion-title[data-v-ef2f3296] {
  color: var(--zoom-color-text-strong-neutral);
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}
.credit-frermium-over-text__title[data-v-ef2f3296] {
  color: #222325;
  font-size: 14px;
  font-weight: 590;
  line-height: 18px;
}
.credit-frermium-over-text__desc[data-v-ef2f3296] {
  color: #686F79;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}.common-header-profile {
  line-height: initial;
}
.common-header-profile__popover {
  width: 268px;
}
.common-header-profile__popover li {
  list-style: none;
}
.common-header-profile__popover ul {
  margin: 0;
}
.common-header-profile__popover .common-header-profile__sub-label {
  flex-basis: 100%;
  margin-bottom: 0;
  margin-top: 4px;
}
.common-header-profile__submenu-icon {
  font-size: 16px;
}
.common-header-profile__popover-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px 12px 20px;
}
.common-header-profile__popover-header-title {
  font-size: 16px;
  font-weight: 400;
  color: var(--zoom-color-text-neutral);
  margin: 0;
}
.common-header-profile__popover-header-actions .common-header-button {
  color: inherit;
}
.common-header-button.common-header-profile__header-close-button .common-header-button__inner-icon {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
.common-header-profile__popover {
    width: 100%;
    top: 0 !important;
    right: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    border-radius: 0 !important;
    border: none !important;
    box-shadow: none !important;
}
}
@media screen and (min-width: 769px) {
.common-header-profile__popover-header {
    display: none;
}
}
.theme-dark .common-header-profile__popover {
  background-color: var(--zoom-color-fill-default);
  border-color: var(--zoom-color-border-subtle-neutral);
  color: var(--zoom-color-text-stronger-neutral);
}
.theme-dark .common-header-profile__popover .common-header-profile__item-content {
  color: var(--zoom-color-text-stronger-neutral);
}
.theme-dark .common-header-profile__popover .common-header-profile__item.is-separator:not(:first-of-type) .common-header-profile__item-content {
  border-top-color: var(--zoom-color-border-subtle-neutral);
}
.theme-dark .common-header-profile__popover .common-header-profile__submenu {
  background-color: var(--zoom-color-fill-default);
  border-color: var(--zoom-color-border-subtle-neutral);
  color: var(--zoom-color-text-stronger-neutral);
}
.common-header-profile__target-icon {
  opacity: 0;
}
.common-header-profile__submenu-icon {
  margin-left: auto;
}
.common-header-profile__status-icon {
  margin-left: auto;
}
.common-header-profile__item-status {
  color: var(--zoom-text-text-neutral, #686f79);
  margin-right: 4px;
}
.common-header-profile__item-status--error {
  color: var(--zoom-color-text-error, #da1639);
}
.common-header-profile__item-status--warning {
  color: var(--zoom-color-text-warning, #b36200);
}
.common-header-profile__item-label + .common-header-profile__item-status {
  margin-left: auto;
}
.common-header-profile__item-label + .common-header-profile__item-status + .common-header-profile__submenu-icon {
  margin-left: 0;
}
.common-header-profile__item-content:hover:has(.common-header-profile__loading-indicator), .common-header-profile__item-content:hover:has(.common-header-profile__upgrade-banner) {
  background-color: transparent;
  cursor: default;
}
.common-header-profile__item-content:hover .common-header-profile__target-icon {
  opacity: 1;
}
.common-header-profile__item-content:has(#common-header-profile-item-download) {
  padding: 0;
  margin-top: 8px;
}
.common-header-avatar {
  border-radius: 10px;
}
.common-header-avatar .common-header-avatar__inner {
  border-radius: 10px;
}
.common-header-profile__submenu {
  min-width: 230px;
  margin: 0;
  list-style: none;
}
.common-header-profile__avatar {
  display: flex;
  border-radius: 10px;
}
.common-header-profile__avatar .common-header-avatar__inner {
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
.common-header-profile__target-icon {
    opacity: 1;
}
}
.common-header-profile__skeleton {
  width: 100%;
}
.common-header-profile__skeleton .common-header-profile__skeleton-item:nth-child(1) {
  width: 65%;
}
.common-header-profile__skeleton .common-header-profile__skeleton-item:nth-child(2) {
  width: 80%;
}
.common-header-profile__skeleton .common-header-profile__skeleton-item:nth-child(3) {
  width: 60%;
}
.common-header-profile__skeleton .common-header-profile__skeleton-item:nth-child(4) {
  width: 72%;
}
.profile-btn-mask-ghost {
  position: fixed;
  z-index: 3000;
  pointer-events: none;
  background-color: #fff;
  border-radius: 10px;
  padding: 1px;
}/* 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
 -------------------------- */
.common-header-coach-mark-mask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
.common-header-coach-mark-mask__content {
  width: 100%;
  height: 100%;
}
.common-header-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
 -------------------------- */
.common-header-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);
}
.common-header-coach-mark--floating[data-side=right] .common-header-coach-mark__arrow::after {
  left: -1px;
  border-top: 0;
  border-right: 0;
  border-bottom-left-radius: 3px;
}
.common-header-coach-mark--floating[data-side=left] .common-header-coach-mark__arrow::after {
  border-bottom: 0;
  border-left: 0;
  border-top-right-radius: 3px;
}
.common-header-coach-mark--floating[data-side=top] .common-header-coach-mark__arrow::after {
  border-top: 0;
  border-left: 0;
  border-bottom-right-radius: 3px;
}
.common-header-coach-mark--floating[data-side=bottom] .common-header-coach-mark__arrow::after {
  top: -1px;
  border-right: 0;
  border-bottom: 0;
  border-top-left-radius: 3px;
}
.common-header-coach-mark__arrow {
  position: absolute;
  width: 10px;
  height: 10px;
  pointer-events: none;
}
.common-header-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);
}
.common-header-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
 -------------------------- */
.common-header-coach-mark-step__container {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}
.common-header-coach-mark-step__body {
  padding: 20px;
  font-size: 14px;
}
.common-header-coach-mark-step__title {
  margin-bottom: 8px;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 20px;
}
.common-header-coach-mark-step__content {
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
}
.common-header-coach-mark-step__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px 20px;
}
.common-header-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;
}.common-header-coach-mark__arrow:has(+ .coach-mark-container) {
  top: 12px !important;
}