@charset "UTF-8";
.padding-1 {
  padding: 1px;
}

.padding-2 {
  padding: 2px;
}

.padding-3 {
  padding: 3px;
}

.padding-4 {
  padding: 4px;
}

.padding-5 {
  padding: 5px;
}

.padding-6 {
  padding: 6px;
}

.padding-7 {
  padding: 7px;
}

.padding-8 {
  padding: 8px;
}

.padding-9 {
  padding: 9px;
}

.padding-10 {
  padding: 10px;
}

.padding-11 {
  padding: 11px;
}

.padding-12 {
  padding: 12px;
}

.padding-13 {
  padding: 13px;
}

.padding-14 {
  padding: 14px;
}

.padding-15 {
  padding: 15px;
}

.padding-16 {
  padding: 16px;
}

.padding-17 {
  padding: 17px;
}

.padding-18 {
  padding: 18px;
}

.padding-19 {
  padding: 19px;
}

.padding-20 {
  padding: 20px;
}

:root {
  --headerBarHeight: 44px;
  --black: #000;
  --white: #fff;
  --primary: #3574EE;
  --primary-onHover: #145ce9;
  --primary-onActive: #1358dd;
  --secondary: #b4b6ba;
  --secondary-onHover: #a0a3a8;
  --secondary-onActive: #999ca2;
  --success: #0bc286;
  --success-onHover: #099e6d;
  --success-onActive: #089265;
  --info: #3574EE;
  --info-onHover: #145ce9;
  --info-onActive: #1358dd;
  --warning: #ffb200;
  --warning-onHover: #d99700;
  --warning-onActive: #cc8e00;
  --danger: #e8684a;
  --danger-onHover: #e44c28;
  --danger-onActive: #e2421d;
  --light: #eaf6fe;
  --dark: #343a40;
  --fontFamilyMonospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
  --fontFamilyBase: -apple-system, BlinkMacSystemFont, "SF Pro SC",
    "SF Pro Text", "Helvetica Neue", Helvetica, "PingFang SC", "Segoe UI",
    Roboto, "Hiragino Sans GB", "Arial", "microsoft yahei ui", "Microsoft YaHei",
    SimSun, sans-serif;
  --fontSizeBase: 0.875rem;
  --fontSizeMd: 0.875rem;
  --fontSizeLg: 1rem;
  --fontSizeXl: 1.25rem;
  --fontSizeSm: 0.75rem;
  --fontSizeXs: 0.6875rem;
  --text-color: #151a26;
  --button-color: #fff;
  --animation-duration: 0.2s;
  --text--muted-color: #425278;
  --text--loud-color: #030405;
  --pre-color: var(--text-color);
  --borderColor: #d1d5db;
  --borderColorLight: #dfe2e6;
  --borderColorDarken: #b4bbc5;
  --borderRadius: 0.142rem;
  --borderRadiusMd: 0.285rem;
  --borderRadiusLg: 0.428rem;
  --boxShadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --boxShadowSm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --lineHeightBase: 1.5;
  --body-lineHeight: var(--lineHeightBase);
  --borderWidth: 0.0625rem;
  --fontWeightNormal: 400;
  --fontWeightBase: var(--fontWeightNormal);
  --fontWeightMd: 500;
  --fontWeightBold: 700;
  --background: var(--white);
  --code-color: var(--danger);
  --code-background: var(--background);
  --pre-background: var(--background);
  --link-color: var(--info);
  --link-decoration: none;
  --link-onHover-color: var(--info-onHover);
  --link-onHover-decoration: underline;
  --body-bg: var(--light);
  --body-size: var(--fontSizeBase);
  --body-color: var(--text-color);
  --body-weight: var(--fontWeightBase);
  --gap-xs: 0.375rem;
  --gap-sm: 0.5rem;
  --gap-base: 0.5rem;
  --gap-md: 1rem;
  --gap-lg: 1.25rem;
  --gap-xl: 1.5rem;
  --icon-color: #4b5563;
  --icon-onHover-color: #111827;
  --icon-onDisabled-color: #6b7280;
  --label--default-bg: #374151;
  --label--primary-bg: var(--primary);
  --label--success-bg: var(--success);
  --label--info-bg: var(--info);
  --label--warning-bg: var(--warning);
  --label--danger-bg: var(--danger);
  --label-color: #fff;
  --label-link--hover-color: #fff;
  --scrollbar-width: 1.0625rem;
  --Alert--danger-bg: #f2dede;
  --Alert--danger-borderColor: #ebccd1;
  --Alert--danger-color: #ff4d4f;
  --Alert--info-bg: #d9edf7;
  --Alert--info-borderColor: #1d86ec;
  --Alert--info-color: #69b1ff;
  --Alert--success-bg: #dff0d8;
  --Alert--success-borderColor: #d6e9c6;
  --Alert--success-color: #52c41a;
  --Alert--warning-bg: #fcf8e3;
  --Alert--warning-borderColor: #faebcc;
  --Alert--warning-color: #faad14;
  --Alert-borderColor: transparent;
  --Alert-borderRadius: var(--borderRadiusMd);
  --Alert-borderWidth: var(--borderWidth);
  --Alert-boxShadow: none;
  --Alert-fontSize: var(--fontSizeBase);
  --Alert-marginBottom: var(--gap-md);
  --Alert-paddingX: var(--gap-sm);
  --Alert-paddingY: var(--gap-sm);
  --Audio-border: 0.0625rem solid #dee2e6;
  --Audio-height: 3.125rem;
  --Audio-input-width: 5rem;
  --Audio-item-margin: 0.625rem;
  --Audio-lineHeight: 3.125rem;
  --Audio-play-top: var(--gap-xs);
  --Audio-play-width: var(--gap-md);
  --Audio-process-minWidth: 5rem;
  --Audio-rate-bg: #dee2e6;
  --Audio-rate-height: 3.125rem;
  --Audio-rate-lineHeight: 3.125rem;
  --Audio-rate-width: 2.5rem;
  --Audio-rateControlItem-bg: #dee2e6;
  --Audio-rateControlItem-borderRight: 0.0625rem solid #d3dae0;
  --Audio-svg-height: var(--gap-md);
  --Audio-svg-top: 0.375rem;
  --Audio-svg-width: var(--gap-md);
  --Audio-thumb-bg: #606670;
  --Audio-thumb-height: 0.875rem;
  --Audio-thumb-marginTop: -0.3125rem;
  --Audio-thumb-width: 0.875rem;
  --Audio-times-margin: 0 var(--gap-xs);
  --Audio-times-width: 4.6875rem;
  --Audio-track-bg: #d7dbdd;
  --Audio-track-border: 0.0625rem solid transparent;
  --Audio-track-borderRadius: 0.1875rem;
  --Audio-track-height: 0.375rem;
  --Audio-volume-height: 3.125rem;
  --Audio-volume-lineHeight: 3.125rem;
  --Audio-volume-width: var(--gap-md);
  --Audio-volumeControl-width: 6.875rem;
  --Avatar-bg: #d1d5db;
  --Avatar-width: 2.5rem;
  --Avatar-size-large: 3rem;
  --Avatar-size-default: var(--Avatar-width);
  --Avatar-size-small: 2rem;
  --Avatar-icon-size-large: 1.25rem;
  --Avatar-icon-size-default: var(--fontSizeLg);
  --Avatar-icon-size-small: 0.75rem;
  --Badge-size: var(--gap-md);
  --Badge-color: var(--white);
  --Badge--success-bg: var(--success);
  --Badge--info-bg: var(--info);
  --Badge--warning-bg: var(--warning);
  --Badge--danger-bg: var(--danger);
  --Button--danger-bg: var(--danger);
  --Button--danger-border: var(--Button--danger-bg);
  --Button--danger-color: var(--button-color);
  --Button--danger-onActive-bg: var(--danger-onActive);
  --Button--danger-onActive-border: #d73f1b;
  --Button--danger-onActive-color: var(--Button--danger-color);
  --Button--danger-onHover-bg: var(--danger-onHover);
  --Button--danger-onHover-border: var(--danger-onActive);
  --Button--danger-onHover-color: var(--Button--danger-color);
  --Button--dark-bg: var(--dark);
  --Button--dark-border: var(--Button--dark-bg);
  --Button--dark-color: var(--button-color);
  --Button--dark-onActive-bg: #1d2124;
  --Button--dark-onActive-border: #171a1d;
  --Button--dark-onActive-color: var(--Button--dark-color);
  --Button--dark-onHover-bg: #23272b;
  --Button--dark-onHover-border: #1d2124;
  --Button--dark-onHover-color: var(--Button--dark-color);
  --Button--default-bg: var(--white);
  --Button--default-border: var(--borderColor);
  --Button--default-color: var(--text-color);
  --Button--default-onActive-bg: var(--white);
  --Button--default-onActive-border: var(--primary-onActive);
  --Button--default-onActive-color: var(--primary-onActive);
  --Button--default-onHover-bg: var(--white);
  --Button--default-onHover-border: var(--primary);
  --Button--default-onHover-color: var(--primary);
  --Button--iconOnly-minWidthRate: 4 / 3;
  --Button--info-bg: var(--info);
  --Button--info-border: var(--Button--info-bg);
  --Button--info-color: var(--button-color);
  --Button--info-onActive-bg: var(--info-onActive);
  --Button--info-onActive-border: #1253d2;
  --Button--info-onActive-color: var(--Button--info-color);
  --Button--info-onHover-bg: var(--info-onHover);
  --Button--info-onHover-border: var(--info-onActive);
  --Button--info-onHover-color: var(--Button--info-color);
  --Button--lg-borderRadius: var(--borderRadius);
  --Button--lg-fontSize: var(--fontSizeLg);
  --Button--lg-height: 2.875rem;
  --Button--lg-lineHeight: 24 / 20;
  --Button--lg-paddingX: 1rem;
  --Button--lg-paddingY: calc((var(--Button--lg-height) - var(--Button-borderWidth) * 2 - var(--Button--lg-lineHeight) * var(--Button--lg-fontSize)) / 2);
  --Button--light-bg: var(--light);
  --Button--light-border: var(--borderColor);
  --Button--light-color: var(--text-color);
  --Button--light-onActive-bg: #b9e1fc;
  --Button--light-onActive-border: #addcfb;
  --Button--light-onActive-color: var(--Button--light-color);
  --Button--light-onHover-bg: #c5e6fc;
  --Button--light-onHover-border: #b9e1fc;
  --Button--light-onHover-color: var(--Button--light-color);
  --Button--link-color: var(--primary);
  --Button--link-onDisabled-color: #4b5563;
  --Button--link-onHover-color: var(--primary-onHover);
  --Button--link-onActive-color: var(--primary-onActive);
  --Button--md-fontSize: var(--Button-fontSize);
  --Button--md-height: var(--Button-height);
  --Button--md-lineHeight: var(--Button-lineHeight);
  --Button--md-paddingX: var(--Button-paddingX);
  --Button--md-paddingY: calc((var(--Button--md-height) - var(--Button-borderWidth) * 2 - var(--Button--md-lineHeight) * var(--Button--md-fontSize)) / 2);
  --Button--primary-bg: var(--primary);
  --Button--primary-border: var(--Button--primary-bg);
  --Button--primary-color: var(--button-color);
  --Button--primary-onActive-bg: var(--primary-onActive);
  --Button--primary-onActive-border: var(--primary-onActive);
  --Button--primary-onActive-color: var(--Button--primary-color);
  --Button--primary-onHover-bg: var(--primary-onHover);
  --Button--primary-onHover-border: var(--primary-onHover);
  --Button--primary-onHover-color: var(--Button--primary-color);
  --Button--secondary-bg: var(--secondary);
  --Button--secondary-border: var(--Button--secondary-bg);
  --Button--secondary-color: var(--button-color);
  --Button--secondary-onActive-bg: var(--secondary-onActive);
  --Button--secondary-onActive-border: #93969b;
  --Button--secondary-onActive-color: var(--Button--secondary-color);
  --Button--secondary-onHover-bg: var(--secondary-onHover);
  --Button--secondary-onHover-border: var(--secondary-onActive);
  --Button--secondary-onHover-color: var(--Button--secondary-color);
  --Button--sm-borderRadius: var(--borderRadius);
  --Button--sm-fontSize: var(--fontSizeSm);
  --Button--sm-height: 1.875rem;
  --Button--sm-lineHeight: 18 / 12;
  --Button--sm-paddingX: 0.5rem;
  --Button--sm-paddingY: calc((var(--Button--sm-height) - var(--Button-borderWidth) * 2 - var(--Button--sm-lineHeight) * var(--Button--sm-fontSize)) / 2);
  --Button--success-bg: var(--success);
  --Button--success-border: var(--Button--success-bg);
  --Button--success-color: var(--button-color);
  --Button--success-onActive-bg: var(--success-onActive);
  --Button--success-onActive-border: #08865c;
  --Button--success-onActive-color: var(--Button--success-color);
  --Button--success-onHover-bg: var(--success-onHover);
  --Button--success-onHover-border: var(--success-onActive);
  --Button--success-onHover-color: var(--Button--success-color);
  --Button--enhance-border: var(--primary);
  --Button--enhance-color: var(--primary);
  --Button--enhance-onActive-bg: var(--white);
  --Button--enhance-onActive-border: var(--primary-onActive);
  --Button--enhance-onActive-color: var(--primary-onActive);
  --Button--enhance-onHover-bg: var(--white);
  --Button--enhance-onHover-border: var(--primary-onHover);
  --Button--enhance-onHover-color: var(--primary-onHover);
  --Button--warning-bg: var(--warning);
  --Button--warning-border: var(--Button--warning-bg);
  --Button--warning-color: var(--button-color);
  --Button--warning-onActive-bg: var(--warning-onActive);
  --Button--warning-onActive-border: #bf8600;
  --Button--warning-onActive-color: var(--Button--warning-color);
  --Button--warning-onHover-bg: var(--warning-onHover);
  --Button--warning-onHover-border: var(--warning-onActive);
  --Button--warning-onHover-color: var(--Button--warning-color);
  --Button--xs-fontSize: var(--fontSizeXs);
  --Button--xs-height: 1.375rem;
  --Button--xs-lineHeight: 18 / 11;
  --Button--xs-paddingX: var(--gap-xs);
  --Button--xs-paddingY: calc((var(--Button--xs-height) - var(--Button-borderWidth) * 2 - var(--Button--xs-lineHeight) * var(--Button--xs-fontSize)) / 2);
  --Button-borderRadius: var(--borderRadius);
  --Button-borderWidth: var(--Form-input-borderWidth);
  --Button-boxShadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
    0 1px 1px rgba(0, 0, 0, 0.075);
  --Button-textShadow: none;
  --Button-fontSize: var(--Form-input-fontSize);
  --Button-fontWeight: var(--fontWeightNormal);
  --Button-height: var(--Form-input-height);
  --Button-lineHeight: var(--Form-input-lineHeight);
  --Button-mimWidth: auto;
  --Button-onActive-boxShadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --Button-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  --Button-animation-spin: spin 1s infinite linear;
  --Button-onActive-color: var(--primary);
  --Button-onActive-border: var(--primary);
  --Button-onDisabled-borderColor: #dee2e6;
  --Button-onDisabled-opacity: 0.65;
  --Button-onDisabled-bg: rgba(255, 255, 255, .25);
  --Button-onFocus-boxShadow: none;
  --Button-paddingX: 0.75rem;
  --Button-paddingX-right: 0.625rem;
  --Button-paddingY: calc((var(--Button-height) - var(--Button-borderWidth) * 2 - var(--Button-lineHeight) * var(--Button-fontSize)) / 2);
  --Button-transition: color var(--animation-duration) ease-in-out,
    background-color var(--animation-duration) ease-in-out,
    border-color var(--animation-duration) ease-in-out,
    box-shadow var(--animation-duration) ease-in-out;
  --ButtonGroup--primary-isActive-color: var(--white);
  --ButtonGroup--primary-isActive-bg: var(--primary);
  --Calendar-btn-bg: var(--info);
  --Calendar-btn-border: var(--Calendar-btn-bg);
  --Calendar-btn-borderRadius: var(--Button-borderRadius);
  --Calendar-btn-color: var(--white);
  --Calendar-btn-fontSize: var(--fontSizeSm);
  --Calendar-btn-height: 1.875rem;
  --Calendar-btn-lineHeight: var(--lineHeightBase);
  --Calendar-btn-onActive-bg: #1358dd;
  --Calendar-btn-onActive-border: #1253d2;
  --Calendar-btn-onActive-color: var(--Calendar-btn-color);
  --Calendar-btn-onHover-bg: #145ce9;
  --Calendar-btn-onHover-border: #1358dd;
  --Calendar-btn-onHover-color: var(--Calendar-btn-color);
  --Calendar-btn-paddingX: 0.625rem;
  --Calendar-btn-paddingY: calc((var(--Calendar-btn-height) - var(--Calendar-btn-lineHeight) * var(--Calendar-btn-fontSize)) / 2);
  --Calendar-btnCancel-bg: var(--light);
  --Calendar-btnCancel-border: var(--Button--default-border);
  --Calendar-btnCancel-borderRadius: var(--Button-borderRadius);
  --Calendar-btnCancel-color: var(--text-color);
  --Calendar-btnCancel-onActive-bg: var(--Button--default-onActive-bg);
  --Calendar-btnCancel-onActive-border: var(--Button--default-onActive-border);
  --Calendar-btnCancel-onActive-color: var(--Button--default-onActive-color);
  --Calendar-btnCancel-onHover-bg: var(--Button--default-onHover-bg);
  --Calendar-btnCancel-onHover-border: var(--Button--default-onHover-border);
  --Calendar-btnCancel-onHover-color: var(--Button--default-onHover-color);
  --Calendar-cell-bg: var(--white);
  --Calendar-cell-onActive-bg: var(--info);
  --Calendar-cell-onBetween-bg: rgba(53, 116, 238, 0.1);
  --Calendar-cell-onDisabled-bg: var(--light);
  --Calendar-cell-onHover-bg: #ededed;
  --Calendar-color: var(--text-color);
  --Calendar-fontSize: var(--fontSizeBase);
  --Calendar-input-borderColor: var(--borderColor);
  --Calendar-input-borderRadius: var(--borderRadius);
  --Calendar-input-color: var(--info);
  --Calendar-input-fontSize: var(--fontSizeBase);
  --Calendar-input-height: 1.875rem;
  --Calendar-input-lineHeight: var(--lineHeightBase);
  --Calendar-input-onFocused-borderColor: var(--info);
  --Calendar-input-paddingX: 0.625rem;
  --Calendar-input-paddingY: calc((var(--Calendar-input-height) - var(--Calendar-input-lineHeight) * var(--Calendar-input-fontSize)) / 2);
  --Calendar-shortcut-color: var(--info);
  --Calendar-shortcut-decoration: none;
  --Calendar-shortcut-onHover-color: #114ec6;
  --Calendar-shortcut-onHover-decoration: none;
  --Calendar-shortcuts-bg: transparent;
  --Calendar-shortcuts-height: 1.875rem;
  --Calendar-wLabel-color: #999;
  --Calendar-icon-bottom: -0.25rem;
  --Calendar-icon-width: 0.625rem;
  --Calendar-icon-height: 0.625rem;
  --Calendar-borderWidth: 0.0625rem;
  --Calendar-rdt-day: 6.25rem;
  --Calendar-schedule-content-padding: 0 0.25rem;
  --Calendar-schedule-content-height: 1.25rem;
  --Calendar-schedule-content-color: #fff;
  --Card-actions-borderColor: #dfe2e6;
  --Card-actions-fontSize: var(--fontSizeBase);
  --Card-actions-onChecked-onHover-bg: #c2ecf9;
  --Card-actions-onChecked-onHover-color: #1498c1;
  --Card-actions-onHover-bg: #f2f2f2;
  --Card-actions-onHover-color: #090d15;
  --Card-bg: var(--white);
  --Card-borderColor: var(--borderColor);
  --Card-borderRadius: var(--borderRadius);
  --Card-borderWidth: var(--borderWidth);
  --Card-secondary-color: #83868c;
  --Card-onChecked-bg: #d9f3fb;
  --Card-onChecked-borderColor: #abe4f6;
  --Card-onChecked-color: #20b9e8;
  --Card-onChecked-fieldLabel-color: #7dd6f1;
  --Card-onDragging-opacity: 0.1;
  --Card-onModified-bg: #e8f0fe;
  --Card-onModified-borderColor: #b7d0fc;
  --Card-onModified-color: #4285f4;
  --Card-onModified-fieldLabel-color: #a2c3fa;
  --Card-onModified-onHover-bg: #d0e0fd;
  --Card-onModified-onHover-color: #1266f1;
  --Cards--unsaved-heading-bg: #e8f0fe;
  --Cards--unsaved-heading-color: #4285f4;
  --Cards-fixedTop-boxShadow: var(--boxShadow);
  --Cards-placeholder-height: 6.25rem;
  --Cards-toolbar-marginX: 0;
  --Cards-toolbar-marginY: var(--gap-base);
  --Carousel--dark-control: black;
  --Carousel--light-control: white;
  --Carousel-arrowControl-height: var(--gap-lg);
  --Carousel-arrowControl-width: var(--gap-lg);
  --Carousel-bg: #f6f8f8;
  --Carousel-dot-borderRadius: 0.25rem;
  --Carousel-dot-height: 0.5rem;
  --Carousel-dot-margin: 0.4375rem var(--gap-xs);
  --Carousel-dot-width: 0.5rem;
  --Carousel-height: 12.5rem;
  --Carousel-imageDescription-bottom: 1.5625rem;
  --Carousel-imageTitle-bottom: 2.8125rem;
  --Carousel-minWidth: 6.25rem;
  --Carousel-svg-height: var(--gap-lg);
  --Carousel-svg-width: var(--gap-lg);
  --Carousel-transitionDuration: var(--animation-duration);
  --Checkbox--full-inner-size: 0.75rem;
  --Checkbox--sm--full-inner-size: 0.625rem;
  --Checkbox--sm-inner-size: calc(var(--Checkbox--sm-size) / 2);
  --Checkbox--sm-size: 1rem;
  --Checkbox-borderRadius: var(--borderRadius);
  --Checkbox-color: var(--Form-input-borderColor);
  --Checkbox-gap: var(--gap-xs);
  --Checkbox-gb: #fff;
  --Checkbox-size: var(--Form-fontSize);
  --Checkbox-inner-size: calc(var(--Checkbox-size) / 2);
  --Checkbox-onHover-color: var(--info);
  --Checkbox-onDisabled-bg: #e5e7eb;
  --Checkbox-onDisabled-color: var(--text--muted-color);
  --ColorPicker-bg: var(--white);
  --ColorPicker-borderColor: var(--Form-input-borderColor);
  --ColorPicker-borderRadius: var(--Form-input-borderRadius);
  --ColorPicker-borderWidth: var(--Form-input-borderWidth);
  --ColorPicker-color: var(--Form-input-color);
  --ColorPicker-fontSize: var(--Form-input-fontSize);
  --ColorPicker-height: var(--Form-input-height);
  --ColorPicker-lineHeight: var(--Form-input-lineHeight);
  --ColorPicker-onDisabled-bg: #e5e7eb;
  --ColorPicker-onDisabled-color: var(--text--muted-color);
  --ColorPicker-onFocused-borderColor: var(--Form-input-onFocused-borderColor);
  --ColorPicker-onHover-bg: #f2f2f2;
  --ColorPicker-onHover-borderColor: var(--borderColor);
  --ColorPicker-paddingX: 0.75rem;
  --ColorPicker-paddingY: calc((var(--ColorPicker-height) - var(--ColorPicker-lineHeight) * var(--ColorPicker-fontSize)) / 2 - var(--ColorPicker-borderWidth));
  --ColorPicker-placeholderColor: var(--Form-input-placeholderColor);
  --ColorPicker-boxShadow: var(--boxShadow);
  --Combo--horizontal-dragger-top: var(--Form-label-paddingTop);
  --Combo--horizontal-item-gap: var(--gap-xs);
  --Combo--vertical-item-borderColor: var(--borderColor);
  --Combo--vertical-item-borderRadius: var(--borderRadius);
  --Combo--vertical-item-borderWidth: var(--borderWidth);
  --Combo--vertical-item-gap: var(--gap-xs);
  --Combo--vertical-item-onHover-borderColor: var(--info);
  --Combo--vertical-item-paddingX: 0.625rem;
  --Combo--vertical-item-paddingY: 0.625rem;
  --Combo-addBtn-bg: var(--Button--info-bg);
  --Combo-addBtn-border: var(--Button--info-border);
  --Combo-addBtn-borderRadius: var(--Button-borderRadius);
  --Combo-addBtn-color: var(--Button--info-color);
  --Combo-addBtn-fontSize: var(--Button--sm-fontSize);
  --Combo-addBtn-height: 1.625rem;
  --Combo-addBtn-lineHeight: var(--Button--sm-lineHeight);
  --Combo-addBtn-onActive-bg: #1358dd;
  --Combo-addBtn-onActive-border: #adb4bf;
  --Combo-addBtn-onActive-color: var(--Combo-addBtn-color);
  --Combo-addBtn-onHover-bg: #145ce9;
  --Combo-addBtn-onHover-border: #b4bbc5;
  --Combo-addBtn-onHover-color: var(--Combo-addBtn-color);
  --Combo-addBtn-paddingX: var(--Button--sm-paddingX);
  --Combo-addBtn-paddingY: calc((var(--Combo-addBtn-height) - var(--Button-borderWidth) * 2 - var(--Combo-addBtn-lineHeight) * var(--Combo-addBtn-fontSize)) / 2);
  --Combo-items-marginBottom: var(--gap-sm);
  --Combo-toolbarBtn-color: var(--icon-color);
  --Combo-toolbarBtn-height: var(--gap-md);
  --Combo-toolbarBtn-lineHeight: 1;
  --Combo-toolbarBtn-onHover-color: #353c46;
  --Combo-toolbarBtn-paddingX: var(--gap-xs);
  --Combo-toolbarBtn-paddingY: 0.125rem;
  --Copyable-iconColor: var(--icon-color);
  --Copyable-onHover-iconColor: var(--icon-onHover-color);
  --Collapse-border: none;
  --Collapse-border-color: var(--borderColorLight);
  --Collapse-header-fontSize: var(--fontSizeMd);
  --Collapse-header-fontWeight: var(--fontWeightNormal);
  --Collapse-header-padding: 1.125rem 0 var(--gap-xs) 0;
  --Collapse-header-bg: transparent;
  --Collapse-header-onHover-bg: transparent;
  --Collapse-header-collapsed-border: var(--borderWidth) solid var(--Collapse-border-color);
  --Collapse-header-collapsed-borderTop: none;
  --Collapse-header-collapsed-borderBottom: var(--Collapse-header-collapsed-border);
  --Collapse-header-wrapper-direction: row;
  --Collapse-content-padding: 1.125rem 0;
  --Collapse-content-color: var(--body-color);
  --Collapse-content-fontSize: var(--body-size);
  --Collapse-content-fontWeight: var(--body-weight);
  --Crud-toolbar-gap: var(--gap-xs);
  --Crud-toolbar-height: 1.875rem;
  --Crud-toolbar-lineHeight: var(--lineHeightBase);
  --DatePicker-bg: var(--white);
  --DatePicker-borderColor: var(--Form-input-borderColor);
  --DatePicker-borderRadius: var(--Form-input-borderRadius);
  --DatePicker-borderWidth: var(--Form-input-borderWidth);
  --DatePicker-color: var(--Form-input-color);
  --DatePicker-fontSize: var(--Form-input-fontSize);
  --DatePicker-header-select-borderColor: #fff;
  --DatePicker-height: var(--Form-input-height);
  --DatePicker-iconColor: var(--icon-color);
  --DatePicker-lineHeight: var(--Form-input-lineHeight);
  --DatePicker-onFocused-borderColor: var(--Form-input-onFocused-borderColor);
  --DatePicker-onHover-bg: var(--DatePicker-bg);
  --DatePicker-onHover-borderColor: var(--Form-input-onFocused-borderColor);
  --DatePicker-onHover-iconColor: var(--icon-onHover-color);
  --DatePicker-paddingX: 0.5rem;
  --DatePicker-paddingY: calc((var(--DatePicker-height) - var(--DatePicker-lineHeight) * var(--DatePicker-fontSize)) / 2 - var(--DatePicker-borderWidth));
  --DatePicker-placeholderColor: var(--Form-input-placeholderColor);
  --LocationPicker-borderRadius: var(--Form-input-borderWidth);
  --Divider-borderStyle: solid;
  --Drawer-bg: var(--background);
  --Drawer-body-padding: var(--gap-base);
  --Drawer-close-color: rgba(255, 255, 255, 0.8);
  --Drawer-close-onHover-color: rgba(255, 255, 255, 1);
  --Drawer-content-borderColor: var(--borderColor);
  --Drawer-content-borderRadius: 0;
  --Drawer-content-borderWidth: var(--borderWidth);
  --Drawer-footer-borderColor: #dfe2e6;
  --Drawer-footer-padding: var(--gap-base);
  --Drawer-header-bg: #f9f9f9;
  --Drawer-header-borderColor: #dfe2e6;
  --Drawer-header-padding: var(--gap-base);
  --Drawer-overlay-bg: rgba(0, 0, 0, 0.6);
  --Drawer-title-fontColor: var(--text--loud-color);
  --Drawer-title-fontSize: var(--fontSizeMd);
  --Drawer-widthBase: 80%;
  --Drawer-widthLg: 50rem;
  --Drawer-widthMd: 31.25rem;
  --Drawer-widthSm: 18.75rem;
  --Drawer-widthXl: 90%;
  --Drawer-widthXs: 12.5rem;
  --DropDown-caret-marginLeft: min(0.3rem, 5%);
  --DropDown-menu-bg: var(--white);
  --DropDown-menu-borderColor: var(--borderColor);
  --DropDown-menu-borderRadius: var(--borderRadius);
  --DropDown-menu-borderWidth: var(--borderWidth);
  --DropDown-menu-boxShadow: var(--boxShadow);
  --DropDown-menu-height: 2.125rem;
  --DropDown-menu-minWidth: 10rem;
  --DropDown-menu-paddingX: 0;
  --DropDown-menu-paddingY: var(--gap-xs);
  --DropDown-menuItem-onHover-bg: var(--ListMenu-item--onHover-bg);
  --DropDown-group-color: #848b99;
  --DropDown-menuItem-color: #151a26;
  --DropDown-menuItem-onHover-color: var(--primary);
  --DropDown-menuItem-onActive-color: var(--primary);
  --DropDown-menuItem-onDisabled-color: #b4b6ba;
  --DropDown-menuItem-paddingX: var(--gap-sm);
  --DropDown-menuItem-paddingY: calc((var(--DropDown-menu-height) - var(--fontSizeBase) * var(--lineHeightBase)) / 2);
  --Fieldset-legend-bgColor: var(--white);
  --Form--horizontal-gutterWidth: var(--gap-md);
  --Form--horizontal-label-align: right;
  --Form--horizontal-label-whiteSpace: "normal";
  --Form--horizontal-label-widthBase: 7.5rem;
  --Form--horizontal-label-widthLg: 12.5rem;
  --Form--horizontal-label-widthMd: 10rem;
  --Form--horizontal-label-widthSm: 5.625rem;
  --Form--horizontal-label-widthXs: 3.75rem;
  --Form-control-widthBase: 12.5rem;
  --Form-control-widthLg: 20rem;
  --Form-control-widthMd: 15rem;
  --Form-control-widthSm: 10rem;
  --Form-control-widthXs: 5rem;
  --Form-description-color: #273047;
  --Form-description-fontSize: var(--fontSizeSm);
  --Form-fontSize: var(--fontSizeBase);
  --Form-item-fontSize: var(--Form-fontSize);
  --Form-item-fontColor: #5e626a;
  --Form-group--lg-gutterWidth: 2.5rem;
  --Form-group--md-gutterWidth: 1.875rem;
  --Form-group--sm-gutterWidth: var(--gap-md);
  --Form-group--xs-gutterWidth: 0.625rem;
  --Form-group-gutterWidth: var(--Form--horizontal-gutterWidth);
  --Form-input-addOnBg: #edf1f2;
  --Form-input-addOnColor: var(--text-color);
  --Form-input-addOnDividerBorderWidth: var(--borderWidth);
  --Form-input-bg: var(--white);
  --Form-input-borderColor: var(--borderColor);
  --Form-input-borderRadius: var(--borderRadius);
  --Form-input-borderWidth: 0.0625rem;
  --Form-input-boxShadow: none;
  --Form-input-color: var(--text-color);
  --Form-input-fontSize: var(--Form-fontSize);
  --Form-input-height: 1.875rem;
  --Form-input-iconColor: var(--icon-color);
  --Form-input-lineHeight: 1.4285714286;
  --Form-input-marginBottom: 0.375rem;
  --Form-input-onActive-color: var(--info);
  --Form-input-onDisabled-bg: #f8f8f8;
  --Form-input-onDisabled-borderColor: var(--Form-input-borderColor);
  --Form-input-onError-bg: var(--Form-input-bg);
  --Form-input-onError-borderColor: var(--danger);
  --Form-input-onFocus-addOnColor: var(--primary);
  --Form-input-onFocused-bg: var(--Form-input-bg);
  --Form-input-onFocused-borderColor: var(--info);
  --Form-input-onHover-iconColor: #1f2329;
  --Form-input-onHover-bg: rgba(255, 255, 255, 0.6);
  --Form-input-onHover-borderColor: var(--Form-input-onFocused-borderColor);
  --Form-input-paddingX: 0.5rem;
  --Form-input-paddingY: calc((var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem) / 2);
  --Form-input-placeholderColor: var(--text--muted-color);
  --Form-input-onDisabled-color: var(--text--muted-color);
  --Form-item-gap: var(--gap-base);
  --Form-label-paddingTop: calc((var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize)) / 2);
  --Form-row-gutterWidth: 0.625rem;
  --Form-select-bg: var(--white);
  --Form-select-borderColor: var(--Form-input-borderColor);
  --Form-select-borderRadius: var(--Form-input-borderRadius);
  --Form-select-borderWidth: var(--Form-input-borderWidth);
  --Form-select-caret-iconColor: var(--icon-color);
  --Form-select-caret-onHover-iconColor: var(--icon-onHover-color);
  --Form-select-checkall-bottomBorder: #eceff8;
  --Form-select-color: var(--text-color);
  --Form-select-input-fontSize: var(--fontSizeSm);
  --Form-select-menu-bg: var(--white);
  --Form-select-menu-color: var(--Form-select-color);
  --Form-select-menu-height: var(--Form-input-height);
  --Form-select-menu-onActive-bg: transparent;
  --Form-select-menu-onActive-color: var(--info);
  --Form-select-menu-onDisabled-bg: transparent;
  --Form-select-menu-onDisabled-color: var(--text--muted-color);
  --Form-select-menu-onHover-bg: rgba(0, 126, 255, 0.08);
  --Form-select-menu-onHover-color: var(--info);
  --Form-select-onError-borderColor: var(--Form-input-onError-borderColor);
  --Form-select-onFocused-borderColor: var(--Form-input-onFocused-borderColor);
  --Form-select-onFocused-color: var(--Form-select-color);
  --Form-select-onHover-bg: #f2f2f2;
  --Form-select-onHover-borderColor: var(--Form-input-borderColor);
  --Form-select-outer-borderWidth: 0.0625rem;
  --Form-select-outer-boxShadow: none;
  --Form-select-paddingX: var(--Form-input-paddingX);
  --Form-select-placeholderColor: var(--Form-input-placeholderColor);
  --Form-select-popoverGap: 0;
  --Form-select-search-height: var(--Form-select-menu-height);
  --Form-selectOption-height: var(--Form-input-height);
  --Form-selectValue-bg: #f1f5fe;
  --Form-selectValue-borderColor: #c1d5fb;
  --Form-selectValue-color: var(--info);
  --Form-selectValue-fontSize: var(--fontSizeSm);
  --Form-selectValue-onDisable-bg: white;
  --Form-selectValue-onHover-bg: #d9e5fc;
  --Form-down-input-placeholder: rgba(0, 0, 0, 0.2);
  --Form-down-input-editable: rgba(0, 0, 0, 0.9);
  --Form-down-input-noteditable: rgba(0, 0, 0, 0.9);
  --Form-select-onFocus-boxShadow: none;
  --Form-input-height-sm: 1.625rem;
  --Form-input-paddingY-sm: 0.125rem;
  --Form-input-lineHeight-sm: 1.2;
  --Switch-height-sm: 1.125rem;
  --Switch-width-sm: 2.375rem;
  --Form-input-height-xs: 1.375rem;
  --Form-input-paddingY-xs: 0.125rem;
  --Form-input-lineHeight-xs: 1.1;
  --Switch-height-xs: 1rem;
  --Switch-width-xs: 2rem;
  --IconPicker-content-maxHeight: 21.875rem;
  --IconPicker-padding: var(--gap-xs);
  --IconPicker-selectedIcon-marginRight: var(--gap-xs);
  --IconPicker-sugItem-height: 1.75rem;
  --IconPicker-sugItem-lineHeight: 1.75rem;
  --IconPicker-sugItem-width: 1.75rem;
  --IconPicker-tab-height: 1.875rem;
  --IconPicker-tab-lineHeight: 1.875rem;
  --IconPicker-tab-onActive-bg: var(--white);
  --IconPicker-tab-padding: 0 0.625rem;
  --IconPicker-tabs-bg: #f0f3f4;
  --ImageControl-addBtn-bg: var(--Button--default-bg);
  --ImageControl-addBtn-border: var(--Button--default-border);
  --ImageControl-addBtn-borderRadius: 0;
  --ImageControl-addBtn-color: var(--Button--default-color);
  --ImageControl-addBtn-onActive-bg: #e6e6e6;
  --ImageControl-addBtn-onActive-border: #adb4bf;
  --ImageControl-addBtn-onActive-color: var(--ImageControl-addBtn-color);
  --ImageControl-addBtn-onDisabled-bg: var(--Form-input-onDisabled-bg);
  --ImageControl-addBtn-onDisabled-border: var(--Form-input-onDisabled-borderColor);
  --ImageControl-addBtn-onDisabled-color: var(--text--muted-color);
  --ImageControl-addBtn-onHover-bg: #ececec;
  --ImageControl-addBtn-onHover-border: #b4bbc5;
  --ImageControl-addBtn-onHover-color: var(--Button--default-color);
  --ImageControl-progress-borderRadius: 0;
  --FileControl-progress-borderRadius: 0;
  --InputGroup-addOn-bg: var(--Form-input-addOnBg);
  --InputGroup-addOn-borderColor: var(--Form-input-borderColor);
  --InputGroup-addOn-borderRadius: var(--Form-input-borderRadius);
  --InputGroup-addOn-borderWidth: var(--Form-input-borderWidth);
  --InputGroup-addOn-onFocused-borderColor: var(--Form-input-onFocused-borderColor);
  --InputGroup-button-borderColor: var(--Form-input-borderColor);
  --InputGroup-button-borderRadius: var(--borderRadius);
  --InputGroup-button-borderWidth: var(--borderWidth);
  --InputGroup-height: var(--Form-input-height);
  --InputGroup-paddingX: 0.625rem;
  --InputGroup-paddingY: calc((var(--InputGroup-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem) / 2);
  --InputGroup-select-arrowColor: var(--icon-color);
  --InputGroup-select-bg: var(--white);
  --InputGroup-select-borderColor: var(--Form-select-borderColor);
  --InputGroup-select-borderRadius: var(--Form-select-borderRadius);
  --InputGroup-select-borderWidth: var(--Form-select-borderWidth);
  --InputGroup-select-color: var(--Form-select-color);
  --InputGroup-select-onFocused-arrowColor: var(--icon-onHover-color);
  --InputGroup-select-onFocused-bg: var(--white);
  --InputGroup-select-onFocused-color: var(--Form-select-onFocused-color);
  --InputRange-label--value-display: block;
  --InputRange-label--value-positionTop: -2.25rem;
  --InputRange-label--value-positionLeft: -0.375rem;
  --InputRange-label-color: var(--InputRange-neutralColor);
  --InputRange-label-fontSize: 0.8rem;
  --InputRange-label-positionBottom: -1.4rem;
  --InputRange-neutralColor: #aaaaaa;
  --InputRange-neutralLightColor: #eeeeee;
  --InputRange-onDisabled-color: #cccccc;
  --InputRange-primaryColor: var(--info);
  --InputRange-slider-bg: var(--InputRange-primaryColor);
  --InputRange-slider-border: 0.0625rem solid #e6e8eb;
  --InputRange-slider-height: 1.5rem;
  --InputRange-slider-onActive-transform: scale(1.3);
  --InputRange-slider-onDisabled-bg: var(--InputRange-onDisabled-color);
  --InputRange-slider-onDisabled-border: 0.0625rem solid var(--InputRange-onDisabled-color);
  --InputRange-slider-onFocus-borderRadius: var(--borderRadiusMd);
  --InputRange-slider-onFocus-boxShadow: 0 0 0 var(--InputRange-slider-onFocus-borderRadius) rgba(53, 116, 238, 0.2);
  --InputRange-slider-transition: transform var(--animation-duration) ease-out,
    box-shadow var(--animation-duration) ease-out;
  --InputRange-slider-width: 1.125rem;
  --InputRange-sliderContainer-transition: left var(--animation-duration) ease-out;
  --InputRange-track-bg: var(--InputRange-neutralLightColor);
  --InputRange-track-height: 0.75rem;
  --InputRange-track-onActive-bg: var(--InputRange-primaryColor);
  --InputRange-track-onDisabled-bg: var(--InputRange-neutralLightColor);
  --InputRange-track-transition: left var(--animation-duration) ease-out,
    width var(--animation-duration) ease-out;
  --Layout--offscreen-width: 75%;
  --Layout-aside--folded-width: 3.75rem;
  --Layout-aside--lg-width: 18.75rem;
  --Layout-aside--md-width: 15.625rem;
  --Layout-aside--sm-width: 9.375rem;
  --Layout-aside-bg: #343a40;
  --Layout-aside-color: #a0a0a0;
  --Layout-aside-onAcitve-bg: #272d33;
  --Layout-aside-onHover-bg: #2c3239;
  --Layout-aside-subList-bg: #1c2125;
  --Layout-aside-onAcitve-onHover-bg: var(--Layout-aside-onAcitve-bg);
  --Layout-aside-width: 12.5rem;
  --Layout-asideDivider-bg: #2e3344;
  --Layout-asideDivider-margin: var(--gap-sm) 0;
  --Layout-asideLabel-color: #868787;
  --Layout-asideLink-arrowColor: var(--Layout-asideLink-color);
  --Layout-asideLink-color: #b4b6bd;
  --Layout-asideLink-fontSize: var(--fontSizeBase);
  --Layout-asideLink-fontSize: var(--fontSizeBase);
  --Layout-asideLink-iconColor: inherit;
  --Layout-asideLink-onActive-arrowColor: var(--Layout-asideLink-onActive-color);
  --Layout-asideLink-onActive-color: #fff;
  --Layout-asideLink-onHover-color: #fff;
  --Layout-asideLink-onHover-iconColor: inherit;
  --Layout-asideLink-onHover-iconSize: inherit;
  --Layout-brand-bg: var(--dark);
  --Layout-brand-color: #e0e0e0;
  --Layout-brandBar-color: #a0a0a0;
  --Layout-header-bg: var(--white);
  --Layout-header-boxShadow: 0 0.125rem 0.125rem rgba(0, 0, 0, 0.05),
  0 1px 0 rgba(0, 0, 0, 0.05);
  --Layout-header-height: 3.125rem;
  --Layout-headerBar-borderBottom: none;
  --Layout-footer-height: 3.125rem;
  --Layout-nav--folded-height: 3.125rem;
  --Layout-nav--folded-height: 3.125rem;
  --Layout-nav-height: 2.5rem;
  --Layout-nav-height: 2.5rem;
  --Layout-nav-lgHeight: 3.125rem;
  --Layout-nav-lgHeight: 3.125rem;
  --Layout-body-bg: var(--body-bg);
  --List--unsaved-heading-bg: #e8f0fe;
  --List--unsaved-heading-color: #4285f4;
  --List-bg: var(--white);
  --List-borderColor: var(--borderColor);
  --List-borderRadius: var(--borderRadius);
  --List-borderWidth: var(--borderWidth);
  --List-fixedTop-boxShadow: var(--boxShadow);
  --List-placeholder-height: 1.875rem;
  --List-toolbar-marginX: 0;
  --List-toolbar-marginY: var(--gap-base);
  --ListControl-fontSize: var(--Form-fontSize);
  --ListControl-gutterWidth: 0.625rem;
  --ListControl-item-bg: var(--white);
  --ListControl-item-borderColor: var(--borderColor);
  --ListControl-item-borderWidth: var(--borderWidth);
  --ListControl-item-borderRadius: 0.1875rem;
  --ListControl-item-color: var(--text-color);
  --ListControl-item-onActive-after-borderColor: var(--primary);
  --ListControl-item-onActive-before-bg: var(--white);
  --ListControl-item-onActive-bg: var(--primary);
  --ListControl-item-onActive-borderColor: #1358dd;
  --ListControl-item-onActive-color: var(--white);
  --ListControl-item-onActive-onHover-bg: var(--primary);
  --ListControl-item-onDisabled-bg: var(--ListControl-item-bg);
  --ListControl-item-onDisabled-borderColor: #dfe2e6;
  --ListControl-item-onDisabled-color: var(--ListControl-item-color);
  --ListControl-item-onDisabled-opacity: 0.6;
  --ListControl-item-onHover-bg: #ececec;
  --ListControl-item-onHover-borderColor: #b4bbc5;
  --ListControl-item-onHover-color: var(--ListControl-item-color);
  --ListControl-item-paddingX: 0.75rem;
  --ListControl-item-paddingY: 0.375rem;
  --ListControl-item-transition: none;
  --ListItem--strip-bg: #f6f8f8;
  --ListItem-borderColor: #dfe2e6;
  --ListItem-borderWidth: var(--List-borderWidth);
  --ListItem-onChecked-bg: #d9f3fb;
  --ListItem-onChecked-borderColor: #abe4f6;
  --ListItem-onChecked-color: #20b9e8;
  --ListItem-onChecked-fieldLabel-color: #7dd6f1;
  --ListItem-onDragging-opacity: 0.1;
  --ListItem-onModified-bg: #e8f0fe;
  --ListItem-onModified-borderColor: #b7d0fc;
  --ListItem-onModified-color: #4285f4;
  --ListItem-onModified-fieldLabel-color: #a2c3fa;
  --ListItem-paddingX: var(--gap-base);
  --ListItem-paddingY: var(--gap-sm);
  --ListItem--onHover-bg: rgba(0, 126, 255, 0.08);
  --ListItem--onHover-color: var(--info);
  --listMenu--onActive-borderColor: var(--info);
  --ListMenu-borderRadius: 0.125rem;
  --ListMenu-borderWidth: 0.0625rem;
  --ListMenu-bordrColor: var(--borderColor);
  --ListMenu-divider-color: var(--borderColorLight);
  --ListMenu-item--onActive-bg: transparent;
  --ListMenu-item--onActive-color: var(--info);
  --ListMenu-item--onDisabled-bg: transparent;
  --ListMenu-item--onDisabled-color: var(--text--muted-color);
  --ListMenu-item--onHover-bg: rgba(0, 126, 255, 0.08);
  --ListMenu-item--onHover-color: var(--info);
  --ListMenu-item-bg: var(--white);
  --ListMenu-item-color: var(--text-color);
  --ListMenu-item-height: 2.125rem;
  --Log-bg: #222;
  --Log-padding: var(--gap-xs) 0;
  --Log-line-padding: 0 var(--gap-xs);
  --Log-color: #f1f1f1;
  --Log-line--onHover-bg: #444;
  --Modal-bg: var(--background);
  --Modal-body--noHeader-paddingTop: var(--gap-base);
  --Modal-body-borderBottom: var(--Modal-content-borderWidth) var(--saas-border-color);
  --Modal-body-borderTop: var(--Modal-content-borderWidth) solid var(--saas-border-color);
  --Modal-body-paddingX: var(--gap-md);
  --Modal-body-paddingY: var(--gap-md);
  --Modal-close-color: var(--text--muted-color);
  --Modal-close-width: 0.75rem;
  --Modal-content-borderColor: var(--borderColor);
  --Modal-content-borderRadius: var(--borderRadius);
  --Modal-content-borderWidth: var(--borderWidth);
  --Modal-content-minHeight: unset;
  --Modal-content-startMarginTop: 3.75rem;
  --Modal-content-stepMarginTop: 1.875rem;
  --Modal-footer-marginX: 0;
  --Modal-footer-marginY: 0;
  --Modal-footer-padding: var(--gap-sm);
  --Modal-header-bg: #f9f9f9;
  --Modal-header-height: 2.5rem;
  --Modal-header-paddingX: var(--gap-md);
  --Modal-header-paddingY: calc((var(--Modal-header-height) - var(--Modal-title-lineHeight) * var(--Modal-title-fontSize)) / 2);
  --Modal-overlay-bg: rgba(0, 0, 0, 0.6);
  --Modal-title-color: var(--text--loud-color);
  --Modal-title-fontSize: var(--fontSizeBase);
  --Modal-title-fontWeight: normal;
  --Modal-title-lineHeight: var(--lineHeightBase);
  --Modal-widthBase: 31.25rem;
  --Modal-widthLg: 68.75rem;
  --Modal-widthMd: 50rem;
  --Modal-widthSm: 37.5rem;
  --Modal-widthXl: 90%;
  --Model-close-onHover-color: var(--text-color);
  --Nav-item-bg: transparent;
  --Nav-item-borderRadius: 0;
  --Nav-item-color: var(--text-color);
  --Nav-item-fontSize: var(--fontSizeBase);
  --Nav-item-onActive-bg: var(--info);
  --Nav-item-onActive-borderLeft: 3px solid transparent;
  --Nav-item-onActive-color: var(--white);
  --Nav-item-onDisabled-color: var(--text--muted-color);
  --Nav-item-onHover-bg: rgba(0, 0, 0, 0.05);
  --Nav-item-onHover-color: var(--text--loud-color);
  --Nav-subItem-fontSize: var(--fontSizeBase);
  --Nav-subItem-onActiveBeforeBg: #e5eaeb;
  --Number-bg: var(--Form-input-bg);
  --Number-borderColor: var(--Form-input-borderColor);
  --Number-borderRadius: var(--Form-input-borderRadius);
  --Number-borderWidth: var(--Form-input-borderWidth);
  --Number-handler--down-content: "-";
  --Number-handler--up-content: "+";
  --Number-handler--up-transform: none;
  --Number-handler-bg: var(--white);
  --Number-handler-borderBottom: 0.0625rem solid var(--Form-input-borderColor);
  --Number-handler-color: var(--Form-input-color);
  --Number-handler-fontFamily: inherit;
  --Number-handler-fontSize: var(--fontSizeBase);
  --Number-handler-onActive-bg: var(--Number-handler-onHover-bg);
  --Number-handler-onDisabled-bg: var(--Form-input-onDisabled-bg);
  --Number-handler-onDisabled-color: var(--text--muted-color);
  --Number-handler-onHover-bg: #f2f2f2;
  --Number-handler-onHover-color: var(--text-color);
  --Number-handler-width: var(--gap-lg);
  --Number-onDisabled-bg: #f8f8f8;
  --Page-aside-bg: #dcf0fd;
  --Page-aside-maxWidth: 18.75rem;
  --Page-aside-width: 12.5rem;
  --Page-body-padding: var(--gap-base);
  --Page-content-paddingX: 0;
  --Page-content-paddingY: 0;
  --Page-header-paddingX: var(--gap-base);
  --Page-header-paddingY: var(--gap-base);
  --Page-header-bg: transparent;
  --Page-main-bg: transparent;
  --Page-title-color: var(--text--loud-color);
  --Page-title-fontSize: 1.75rem;
  --Page-title-fontWeight: var(--fontWeightNormal);
  --Page-title-lineHeight: 1.5;
  --Pagination-fontSize: var(--fontSizeBase);
  --Pagination-height: 1.875rem;
  --Pagination-minWidth: 1.875rem;
  --Pagination-onActive-backgroundColor: var(--primary);
  --Pagination-onActive-border: 0;
  --Pagination-onActive-color: var(--white);
  --Pagination-padding: 0 0.5rem;
  --Panel--default-badgeBg: #333;
  --Panel--default-badgeColor: #f5f5f5;
  --Panel--default-bg: #f6f8f8;
  --Panel--default-color: var(--text-color);
  --Panel--default-headingBorderColor: var(--borderColor);
  --Panel-bg: var(--white);
  --Panel-bodyPadding: var(--gap-base);
  --Panel-border: var(--borderWidth) solid transparent;
  --Panel-borderRadius: var(--borderRadius);
  --Panel-borderWidth: 0.0625rem;
  --Panel-boxShadow: 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.05);
  --Panel-btnToolbarTextAlign: right;
  --Panel-fixedBottom-borderTop: none;
  --Panel-fixedBottom-boxShadow: 0 -0.5rem 1rem rgba(0, 0, 0, 0.15);
  --Panel-footerBg: transparent;
  --Panel-footerBorderColor: var(--borderColorLight);
  --Panel-footerBorderRadius: 0 0 0.125rem 0.125rem;
  --Panel-footerButtonMarginLeft: var(--gap-sm);
  --Panel-footerPadding: var(--gap-sm) var(--gap-base);
  --Panel-headingBorderBottom: var(--borderWidth) solid transparent;
  --Panel-headingBorderRadius: var(--borderRadius) var(--borderRadius) 0 0;
  --Panel-headingPadding: var(--gap-sm) var(--gap-base);
  --Panel-marginBottom: var(--gap-lg);
  --Panel-titleColor: inherit;
  --Panel-titleFontSize: var(--fontSizeMd);
  --Panel-titleMarginBottom: 0;
  --Panel-titleMarginTop: 0;
  --Picker-iconColor: var(--icon-color);
  --Picker-onHover-iconColor: var(--icon-onHover-color);
  --PickerColumns-bg: white;
  --PickerColumns-toolbar-height: 3.125rem;
  --PickerColumns-title-fontSize: var(--fontSizeLg);
  --PickerColumns-title-color: #222;
  --PickerColumns-title-lineHeight: 1.5;
  --PickerColumns-action-padding: 0 var(--gap-md);
  --PickerColumns-action-fontSize: var(--fontSizeLg);
  --PickerColumns-confirmAction-color: #2468f2;
  --PickerColumns-cancelAction-color: #666;
  --PickerColumns-option-fontSize: var(--fontSizeLg);
  --PickerColumns-optionText-color: var(--text-color);
  --PickerColumns-optionDisabled-opacity: 0.3;
  --PickerColumns-loadingIcon-color: var(--icon-color);
  --PickerColumns-loadingMask-Color: rgba(255, 255, 255, 0.9);
  --PopOver-bg: white;
  --PopOverAble-iconColor: inherit;
  --PopOverAble-onHover-iconColor: inherit;
  --PopUp-cancelAction-color: #666;
  --Property-title-bg: #f2f2f2;
  --Property-label-bg: #f7f9fc;
  --Portlet-borderColor: var(--borderColor);
  --Portlet-borderStyle: solid;
  --Portlet-borderWidth: var(--borderWidth);
  --Portlet-borderRadius: var(--borderRadius);
  --QuickEdit-iconColor: inherit;
  --QuickEdit-onFocus-borderColor: var(--info);
  --QuickEdit-onFocus-borderWidth: var(--borderWidth);
  --QuickEdit-onHover-iconColor: inherit;
  --Radio--sm-size: var(--Checkbox--sm-size);
  --Radio-color: var(--Checkbox-color);
  --Radio-inner-size: calc(var(--Radio-size) / 2);
  --Radio-onHover-color: var(--Checkbox-onHover-color);
  --Radio-size: var(--Checkbox-size);
  --Radio-onDisabled-bg: #e5e7eb;
  --Radio-onDisabled-color: var(--text--muted-color);
  --Radio-onFocus-boxShadow: none;
  --Remark-bg: #fff;
  --Remark-borderColor: var(--borderColor);
  --Remark-borderWidth: 0.0625rem;
  --Remark-icon-fontSize: var(--fontSizeBase);
  --Remark-iconColor: var(--icon-color);
  --Remark-marginLeft: var(--gap-sm);
  --Remark-onHover-bg: var(--primary);
  --Remark-onHover-borderColor: var(--primary);
  --Remark-onHover-iconColor: #fff;
  --Remark-width: 1rem;
  --ResultBox-icon--onDisabled-color: #ebebeb;
  --ResultBox-icon--onHover-color: #666666;
  --ResultBox-icon-color: #999;
  --ResultBox-value--onDisabled-color: #cccccc;
  --ResultBox-value--onHover-bg: rgba(0, 145, 255, 0.1);
  --ResultBox-value-bg: #f5f5f5;
  --ResultBox-value-color: #000;
  --Rating-inactive-color: #e6e6e8;
  --Rating-star-margin: 0.5rem;
  --Rating-star-size: 1.5rem;
  --Satus-icon-width: var(--gap-lg);
  --Satus-icon-height: var(--Satus-icon-width);
  --Sparkline-line-color: var(--info);
  --Sparkline-area-color: rgba(53, 116, 238, 0.1);
  --Spinner--lg-height: 2.5rem;
  --Spinner--lg-width: 2.5rem;
  --Spinner--sm-height: 1rem;
  --Spinner--sm-width: 1rem;
  --Spinner--md-height: 1.875rem;
  --Spinner--md-width: 1.875rem;
  --Spinner-bg: url("data:image/svg+xml,%0A%3Csvg width='38' height='38' viewBox='0 0 38 38' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3ClinearGradient x1='8.042%25' y1='0%25' x2='65.682%25' y2='23.865%25' id='a'%3E%3Cstop stop-color='%23eee' stop-opacity='0' offset='0%25'/%3E%3Cstop stop-color='%23999' stop-opacity='.631' offset='63.146%25'/%3E%3Cstop stop-color='%23666' offset='100%25'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(1 1)'%3E%3Cpath d='M36 18c0-9.94-8.06-18-18-18' id='Oval-2' stroke='url(%23a)' stroke-width='2'%3E%3CanimateTransform attributeName='transform' type='rotate' from='0 18 18' to='360 18 18' dur='0.9s' repeatCount='indefinite' /%3E%3C/path%3E%3Ccircle fill='%23eee' cx='36' cy='18' r='1'%3E%3CanimateTransform attributeName='transform' type='rotate' from='0 18 18' to='360 18 18' dur='0.9s' repeatCount='indefinite' /%3E%3C/circle%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  --Spinner-height: 1.625rem;
  --Spinner-overlay-bg: rgba(255, 255, 255, 0.4);
  --Spinner-width: 1.625rem;
  --Switch-bgColor: #4b5563;
  --Switch-borderColor: #353c46;
  --Switch-gap: var(--gap-sm);
  --Switch-height: 1.375rem;
  --Switch-onActive-bgColor: var(--info);
  --Switch-onDisabled-bgColor: #ccc;
  --Switch-onDisabled-circle-BackgroundColor: var(--white);
  --Switch-onDisabled-color: #fff;
  --Switch-valueColor: var(--white);
  --Switch-width: 3.125rem;
  --Table--unsaved-heading-bg: #e8f0fe;
  --Table--unsaved-heading-color: #4285f4;
  --Table-bg: var(--background);
  --Table-borderColor: var(--borderColor);
  --Table-borderRadius: var(--borderRadius);
  --Table-borderWidth: var(--borderWidth);
  --Table-color: var(--text-color);
  --Table-expandBtn-color: var(--info);
  --Table-fixed-zIndex: 5;
  --Table-fixedLeft-boxShadow: 0.42rem 0 0.42rem -0.28rem rgba(0, 0, 0, 0.15);
  --Table-fixedRight-boxShadow: -0.42rem 0 0.42rem -0.28rem rgba(0, 0, 0, 0.15);
  --Table-fixedTop-boxShadow: var(--boxShadow);
  --Table-fontSize: var(--fontSizeBase);
  --Table-heading-bg: var(--white);
  --Table-heading-height: 2.5rem;
  --Table-lineHeight: var(--lineHeightBase);
  --Table-onChecked-bg: #d9f3fb;
  --Table-onChecked-borderColor: #abe4f6;
  --Table-onChecked-color: #20b9e8;
  --Table-onDragging-opacity: 0.1;
  --Table-onHover-bg-rgb: 243,
    246,
    246;
  --Table-onHover-bg: #f3f6f6;
  --Table-onHover-borderColor: #d6dfdf;
  --Table-onHover-boxShadow: var(--boxShadow);
  --Table-onModified-bg: #e8f0fe;
  --Table-onModified-borderColor: #d0e0fd;
  --Table-onModified-color: #4285f4;
  --Table-placeholder-height: 6.25rem;
  --Table-strip-bg: #f9fafa;
  --Table-tbody-borderTopColor: #d8dce1;
  --Table-thead-bg: #f6f8f8;
  --Table-thead-borderColor: var(--Table-borderColor);
  --Table-thead-borderWidth: var(--Table-borderWidth);
  --Table-thead-color: var(--text--loud-color);
  --Table-thead-fontSize: var(--fontSizeBase);
  --Table-thead-iconColor: var(--icon-color);
  --Table-toolbar-marginX: 0;
  --Table-toolbar-marginY: var(--gap-base);
  --Table-tree-borderColor: var(--Table-borderColor);
  --Table-searchableForm-backgroundColor: #f6f7f8;
  --Table-searchableForm-borderRadius: 0.25rem;
  --TableCell--edge-paddingX: var(--gap-md);
  --TableCell-filterBtn--onActive-color: var(--primary);
  --TableCell-filterBtn-width: 1rem;
  --TableCell-filterPopOver-dropDownItem-height: 2.125rem;
  --TableCell-filterPopOver-dropDownItem-padding: 0 0.75rem;
  --TableCell-height: 2.5rem;
  --TableCell-paddingX: var(--gap-sm);
  --TableCell-paddingY: var(--gap-xs);
  --TableCell-searchBtn--onActive-color: var(--primary);
  --TableCell-searchBtn-width: 1rem;
  --TableCell-sortBtn--default-onActive-opacity: 1;
  --TableCell-sortBtn--default-opacity: 0;
  --TableCell-sortBtn--onActive-color: var(--primary);
  --TableCell-sortBtn-width: 0.5rem;
  --Tabs--card-bg: #f6f8f8;
  --Tabs--card-borderTopColor: var(--borderColor);
  --Tabs--card-linkMargin: 0 10px 0 0;
  --Tabs--card-linkPadding: 0.625rem 0.625rem;
  --Tabs--card-onActive-bg: var(--background);
  --Tabs--card-onActive-borderColor: var(--borderColor);
  --Tabs--card-padding: 0.375rem 0 0 0.625rem;
  --Tabs--line-borderColor: var(--borderColor);
  --Tabs--line-borderWidth: 0.125rem;
  --Tabs--line-content-bg: transparent;
  --Tabs--line-content-padding: var(--gap-base) 0 0;
  --Tabs--line-linkMargin: 0 40px 0 0;
  --Tabs--line-linkPadding: 0 0 8px;
  --Tabs--line-onHover-borderColor: var(--primary);
  --Tabs--line-onHover-color: var(--primary);
  --Tabs--radio-bg: #eaf6fe;
  --Tabs--vertical-onActive-borderColor: var(--primary);
  --Tabs-borderColor: var(--borderColor);
  --Tabs-borderRadius: var(--borderRadius);
  --Tabs-borderWidth: var(--borderWidth);
  --Tabs-color: var(--text-color);
  --Tabs-content-bg: var(--background);
  --Tabs-linkFontSize: var(--fontSizeBase);
  --Tabs-linkMargin: 0 0.1875rem 0 0;
  --Tabs-linkPadding: var(--gap-sm) var(--gap-base);
  --Tabs-onActive-bg: var(--background);
  --Tabs-onActive-borderColor: var(--borderColor);
  --Tabs-onActive-color: #374151;
  --Tabs-onDisabled-color: #4b5563;
  --Tabs-onHover-borderColor: #e5e7eb;
  --Tabs--vertical-bg: var(--Table-thead-bg);
  --Tabs--vertical-width: 8.75rem;
  --Tabs--vertical-onActive-color: var(--primary);
  --Tabs--vertical-onActive-border: var(--primary);
  --Tabs--vertical-onActive-bg: var(--Tabs--vertical-bg);
  --Tabs--vertical-onActive-borderWidth: 0 0 0 0.25rem;
  --Tabs--vertical-onActive-container-borderRight: none;
  --Tabs--vertical-onActive-container-bg: var(--Tabs--vertical-bg);
  --Tabs--chrome-onHover-bg: #f6f7f8;
  --Tabs--chrome-bg: #e7eaed;
  --Tabs--chrome-radius-size: 0.5rem;
  --Tabs--chrome-right-boder-color: var(--borderColorDarken);
  --TagControl-sugBtn-bg: var(--Button--default-bg);
  --TagControl-sugBtn-border: var(--Button--default-border);
  --TagControl-sugBtn-borderRadius: var(--Button-borderRadius);
  --TagControl-sugBtn-borderWidth: var(--Button-borderWidth);
  --TagControl-sugBtn-color: var(--Button--default-color);
  --TagControl-sugBtn-fontSize: var(--Button--sm-fontSize);
  --TagControl-sugBtn-height: var(--Button--sm-height);
  --TagControl-sugBtn-lineHeight: var(--Button--sm-lineHeight);
  --TagControl-sugBtn-onActive-bg: #e6e6e6;
  --TagControl-sugBtn-onActive-border: #adb4bf;
  --TagControl-sugBtn-onActive-color: var(--TagControl-sugBtn-color);
  --TagControl-sugBtn-onHover-bg: #ececec;
  --TagControl-sugBtn-onHover-border: #b4bbc5;
  --TagControl-sugBtn-onHover-color: var(--Button--default-color);
  --TagControl-sugBtn-paddingX: var(--Button--sm-paddingX);
  --TagControl-sugBtn-paddingY: calc((var(--TagControl-sugBtn-height) - var(--Button-borderWidth) * 2 - var(--TagControl-sugBtn-lineHeight) * var(--TagControl-sugBtn-fontSize)) / 2);
  --TagControl-sugTip-color: var(--info);
  --Toast-color: var(--text-color);
  --Toast--danger-bgColor: var(--background);
  --Toast--danger-borderColor: transparent;
  --Toast--danger-color: var(--Toast-color);
  --Toast--info-bgColor: var(--background);
  --Toast--info-borderColor: transparent;
  --Toast--info-color: var(--Toast-color);
  --Toast--success-bgColor: var(--background);
  --Toast--success-borderColor: transparent;
  --Toast--success-color: var(--Toast-color);
  --Toast--warning-bgColor: var(--background);
  --Toast--warning-borderColor: transparent;
  --Toast--warning-color: var(--Toast-color);
  --Toast-border-width: 0;
  --Toast-borderRadius: 0.125rem;
  --Toast-box-shadow: var(--boxShadow);
  --Toast-close-color: var(--icon-color);
  --Toast-close--onHover-color: var(--Toast-close-color);
  --Toast-icon-width: 1rem;
  --Toast-icon-height: var(--Toast-icon-width);
  --Toast-opacity: 0.8;
  --Toast-paddingL: 2.5rem;
  --Toast-paddingX: var(--gap-md);
  --Toast-paddingY: var(--gap-xs);
  --Toast-title-display: block;
  --Toast-width: 18.75rem;
  --Tooltip--attr-bg: rgba(0, 0, 0, 0.7);
  --Tooltip--attr-borderColor: var(--borderColor);
  --Tooltip--attr-borderRadius: var(--borderRadius);
  --Tooltip--attr-borderWidth: 0;
  --Tooltip--attr-boxShadow: var(--boxShadow);
  --Tooltip--attr-color: var(--background);
  --Tooltip--attr-fontSize: var(--fontSizeSm);
  --Tooltip--attr-gap: var(--gap-sm);
  --Tooltip--attr-lineHeigt: var(--lineHeightBase);
  --Tooltip--attr-paddingX: 0.625rem;
  --Tooltip--attr-paddingY: 0.125rem;
  --Tooltip--attr-transition: all var(--animation-duration) ease-in-out;
  --Tooltip-arrow-color: var(--Tooltip-bg);
  --Tooltip-arrow-color: var(--Tooltip-bg);
  --Tooltip-arrow-height: 0.5rem;
  --Tooltip-arrow-height: 0.5rem;
  --Tooltip-arrow-outerColor: #d1d5db;
  --Tooltip-arrow-width: 1rem;
  --Tooltip-arrow-width: 1rem;
  --Tooltip-bg: var(--background);
  --Tooltip-body-color: var(--text-color);
  --Tooltip-body-paddingX: var(--gap-sm);
  --Tooltip-body-paddingY: var(--gap-sm);
  --Tooltip-borderColor: var(--borderColor);
  --Tooltip-borderRadius: var(--borderRadiusLg);
  --Tooltip-borderWidth: var(--borderWidth);
  --Tooltip-boxShadow: var(--boxShadow);
  --Tooltip-fontSize: var(--fontSizeSm);
  --Tooltip-maxWidth: 15rem;
  --Tooltip-minWidth: auto;
  --Tooltip-title-bg: #f7f7f7;
  --Tooltip-title-borderBottom-color: #ebebeb;
  --Tooltip-title-color: var(--text--loud-color);
  --Tooltip-title-paddingX: var(--gap-sm);
  --Tooltip-title-paddingY: var(--gap-xs);
  --Transfer-title-bg: #f6f8f8;
  --Tree-indent: var(--gap-md);
  --Tree-inputHeight: calc(var(--Form-input-height) * 0.85);
  --Tree-item-onHover-bg: #edf7ff;
  --Tree-itemArrowWidth: 0.75rem;
  --Tree-itemHeight: 1.875rem;
  --Tree-itemLabel--onChecked-color: var(--Form-selectValue-color);
  --TreeSelect-popover-bg: #fff;
  --Wizard-badge-bg: #9ca3af;
  --Wizard-badge-border: 0;
  --Wizard-badge-borderRadius: 0.625rem;
  --Wizard-badge-color: var(--white);
  --Wizard-badge-fontSize: var(--fontSizeSm);
  --Wizard-badge-marginRight: 0.25rem;
  --Wizard-badge-onActive-backgroundColor: var(--info);
  --Wizard-badge-onComplete-backgroundColor: var(--info);
  --Wizard-badge-size: var(--gap-md);
  --Wizard-steps-bg--isComplete: #f1f5f9;
  --Wizard-steps-bg: #f3f4f6;
  --Wizard-steps-borderWidth: 0.0625rem;
  --Wizard-steps-height: 2.5rem;
  --Wizard-steps-li-onActive-arrow-bg: #fff;
  --Wizard-steps-li-onActive-bg: #fff;
  --Wizard-steps-li-onActive-color: var(--info);
  --Wizard-steps-liAfterContent: "";
  --Wizard-steps-liVender: "";
  --Wizard-steps-padding: 0;
  --Wizard-steps-textAlign: left;
  --Wizard-steps-ulDisplay: block;
  --Wizard-stepsContent-padding: var(--gap-base);
  --AnchorNav-links-container-borderRight: 0.0625rem solid #d3dae0;
  --AnchorNav-onActive-borderWidth: 0 0.125rem 0 0;
  --Steps-bg: var(--borderColorDarken);
  --Steps-status-success: var(--info);
  --Steps-status-error: var(--danger);
  --Steps-icon-fontsize: var(--fontSizeLg);
  --Steps-title-fontsize: var(--fontSizeLg);
  --Steps-title-color: var(--text--loud-color);
  --Steps-sub-title-fontsize: var(--fontSizeBase);
  --Steps-sub-title-color: var(--text-color);
  --Steps-line-bg: var(--Steps-bg);
  --Steps-line-success-bg: var(--Steps-status-success);
  --Progress-borderRadius: var(--borderRadius);
  --Progress-animate-backgroundColor: #fff;
  --Progress-bar-backgroundColor: #d3d9e6;
  --ColumnToggler-backgroundColor: var(--white);
  --ColumnToggler-borderRadius: 0.25rem;
  --ColumnToggler-lineHeight: 1.5rem;
  --ColumnToggler-title-fontColor: #080e1a;
  --ColumnToggler-fontColor: #151a26;
  --ColumnToggler-item-backgroundColor: #f6f7f8;
  --ColumnToggler-item-backgroundColor-onHover: rgba(36, 104, 242, 0.1);
  --ChildView-back-color: rgba(100, 100, 100, 1);
  --InputFormula-header-bgColor: #fafafa;
  --InputFormula-icon-size: 1.5rem;
  --InputFormula-icon-color-onActive: var(--primary);
  --InputFormula-code-bgColor: #f2f2f4;
  --them-bg-color: #f7f8fa;
  --them-btn-color: #1190ff;
  --saas-border-color: #f0f0f0;
  --saas-crud-title-from-color: #f7f9fc;
  --saas-crud-form-advanced-show: #eee;
  --saas-crud-table-thead-color: #f7f8fa;
  --saas-crud-table-body-color: #fff;
  --saas-crud-table-body-is-Highlight-color: #ddd;
  --saas-crud-table-body-is-checked-color: var(--Table-onChecked-bg);
  --saas-data-hover-background-color: var(--Calendar-cell-onHover-bg);
  --saas-font-size-light-black: rgba(0, 0, 0, 0.26);
  --saas-font-size-deep-black: rgba(0, 0, 0, 0.4);
  --saas-font-size-dark-black: rgba(0, 0, 0, 0.65);
  --saas-font-size-black: rgba(0, 0, 0, 0.9);
  --saas-transferPicker-icon-color: transparent;
  --saas-font-size-color-reverse: rgba(255, 255, 255, 0.9);
  --saasBodyMessageTablePaginationColor: #fff;
  --frameworkSelectedBackGroundColor: #e0e1e5;
  --frameworkBackGroundColorf5: #f5f5f5;
  --saas-crud-advanced-modle-title-color: #f5f5f5;
  --saas-crud-advanced-modle-body-color: #fff;
  --saas-crud-advanced-modle-body-condition-color: rgb(240, 248, 255);
  --saas-crud-advanced-modle-body-condition-Button: var(--Button--default-onHover-bg);
  --saas-crud-hover-color: #e6f7ff;
  --saas-grid-combination-color: var(--Property-label-bg);
  --saas-form-property-title-color: var(--Property-label-bg);
  --saas-form-table-cell-img-color: var(--them-bg-color);
  --saas-tabs-title-color: var(--Property-label-bg);
  --saas-Primary-Color: #3574ee;
  --saas-Button-Disabled: #4c495f;
  --saas-Link-Color: #0958d9;
  --saas-Success-Color: #52c41a;
  --saas-Warning-Color: #faad14;
  --saas-Error-Color: #ff4d4f;
  --saas-Info-Color: #69b1ff;
  --saas-Dark-Color: #001d66;
  --saas-Light-Color: #fff;
  --display-bg-color-warning: rgba(250, 173, 20, 0.3);
  --display-color-warning: #faad14;
  --display-bg-color-info: rgba(53, 116, 238, 0.2);
  --display-color-info: #3574ee;
  --display-bg-color-success: rgba(56, 158, 13, 0.2);
  --display-color-success: #52c41a;
  --display-bg-color-error: rgba(245, 34, 45, 0.2);
  --display-color-error: #f5222f;
  --display-bg-color-default: rgba(221, 221, 221, 0.2);
  --display-color-default: #ccc;
  --component-radius: 4px;
}

:root {
  --borderColor: #eceff8;
  --borderRadius: 0.25rem;
  --body-bg: #ffffff;
  --text-color: #151a26;
  --text--muted-color: #b4b6ba;
  --text--loud-color: #333;
  --link-onHover-decoration: none;
  --icon-color: #999;
  --icon-onHover-color: var(--primary);
  --Layout-header-boxShadow: none;
  --Layout-header-bg: #f5f5f5;
  --Layout-aside-width: 11.25rem;
  --Layout-aside-bg: #1e1e28;
  --Layout-aside-subList-bg: #1e1e28;
  --Layout-brand-bg: #0f1012;
  --Layout-brand-color: #fff;
  --Layout-asideLink-iconColor: rgba(255, 255, 255, 0.6);
  --Layout-asideLink-color: #fff;
  --Layout-asideLink-onHover-color: var(--primary);
  --Layout-asideLink-onActive-color: var(--primary);
  --Layout-asideLink-onHover-iconSize: 1rem;
  --Layout-asideLink-onHover-iconColor: var(--primary);
  --Layout-asideLink-fontSize: 0.75rem;
  --Layout-asideLink-arrowFontSize: 0.75rem;
  --Layout-asideLink-arrowColor: #8d99b0;
  --Layout-asideLink-onHover-arrowColor: #fff;
  --Layout-headerBar-borderBottom: 0 none;
  --Layout-asideDivider-margin: 0 0.625rem;
  --Layout-asideDivider-bg: #3c3c4d;
  --Layout-nav--folded-height: 2.5rem;
  --Page-aside-bg: #ffffff;
  --Page-aside-width: 10rem;
  --Page-content-paddingY: 0;
  --Page-content-paddingX: 0;
  --Page-main-bg: #fff;
  --Page-title-color: #000;
  --Page-header-paddingX: var(--gap-md);
  --Page-header-paddingY: 0.25rem;
  --Form-item-fontSize: var(--fontSizeBase);
  --Form-item-fontColor: #5e626a;
  --Form-item-gap: var(--gap-base);
  --Form-input-bg: #ffffff;
  --Form-input-color: #151a26;
  --Form-input-height: 2rem;
  --Form-input-height-min: 1.5rem;
  --Form-input-borderColor: #dadbdd;
  --Form-input-borderRadius: 0.25rem;
  --Form-input-onHover-borderColor: #3574EE;
  --Form-input-onFocused-bg: #ffffff;
  --Form-input-onFocused-borderColor: #1c53c1;
  --Form-input-onError-borderColor: #e8684a;
  --Form-input-onError-bg: #ffffff;
  --Form-input-onDisabled-bg: #f2f2f4;
  --Form-input-onDisabled-borderColor: #dadbdd;
  --Form-input-onDisabled-color: #83868c;
  --Form-input-paddingX: 0.625rem;
  --Form-description-color: #999;
  --Form--horizontal-label-whiteSpace: normal;
  --Form--horizontal-label-widthXs: 3.125rem;
  --Form--horizontal-label-widthSm: 4.375rem;
  --Form--horizontal-label-widthBase: 6.25rem;
  --Form--horizontal-label-widthMd: 8.75rem;
  --Form--horizontal-label-widthLg: 11.875rem;
  --Form-input-addOnBg: var(--white);
  --Form-input-addOnColor: #666;
  --Form-input-onFocus-addOnColor: var(--primary);
  --Form-input-addOnDividerBorderWidth: 0;
  --Form-select-borderWidth: 0.0625rem;
  --Form-select-borderRadius: 0.25rem;
  --Form-select-borderColor: #dadbdd;
  --Form-select-bg: var(--white);
  --Form-select-onHover-bg: var(--white);
  --Form-select-onHover-borderColor: var(--primary);
  --Form-select-placeholderColor: rgba(0,0,0, .45);
  --Form-select-color: #000;
  --Form-select-caret-iconColor: #83868c;
  --Form-select-caret-onHover-iconColor: #83868c;
  --Form-select-caret-fontSize: 0.75rem;
  --Form-select-outer-borderWidth: 0;
  --Form-select-outer-top: 2rem;
  --Form-select-outer-boxShadow: 0.125rem 0.25rem 0.5rem rgba(0, 0, 0, 0.2);
  --Form-select-menu-color: #151a26;
  --Form-select-menu-onHover-color: #151a26;
  --Form-select-menu-onHover-bg: #e9f0fd;
  --Form-select-menu-onActive-color: #3574EE;
  --Form-select-menu-height: 1.5rem;
  --Form-select-popoverGap: 0.25rem;
  --Form-select-search-height: 1.875rem;
  --Form-selectValue-color: var(--primary);
  --InputGroup-select-borderWidth: 0.0625rem;
  --InputGroup-select-onFocused-bg: #eaf6fe;
  --InputGroup-select-color: #333;
  --InputGroup-select-onFocused-color: var(--primary);
  --InputGroup-select-arrowColor: #999;
  --InputGroup-select-onFocused-arrowColor: var(--primary);
  --InputGroup-button-borderWidth: 0.0625rem;
  --InputGroup-button-borderRadius: 0;
  --Number-borderWidth: 0.0625rem;
  --Number-handler-borderBottom: 0;
  --Number-handler-width: var(--gap-md);
  --Number-handler-color: #666;
  --Number-handler-onDisabled-color: #999;
  --Number-handler-onHover-bg: var(--white);
  --Number-handler-onHover-color: var(--primary);
  --Number-handler-onActive-bg: #f3f9fe;
  --Number-handler-onDisabled-bg: #f5f5f5;
  --Number-handler-fontFamily: "iconfont";
  --Number-handler-fontSize: 0.75rem;
  --Number-handler--up-content: "";
  --Number-handler--up-transform: rotate(180deg);
  --Number-handler--down-content: "";
  --Checkbox-onDisabled-color: #ebebeb;
  --Checkbox-onDisabled-bg: #cccccc;
  --Checkbox-inner-size: 0.5rem;
  --Checkbox--full-inner-size: 0.625rem;
  --Checkbox--sm-size: 0.875rem;
  --Checkbox--sm-inner-size: 0.5rem;
  --Checkbox--sm--full-inner-size: 0.625rem;
  --Radio-size: 1rem;
  --Radio-inner-size: 0.625rem;
  --Switch-height: 1.25rem;
  --Switch-width: 2.75rem;
  --Switch-valueColor: #ffffff;
  --Switch-bgColor: #cecfd1;
  --Switch-onActive-bgColor: #b4b6ba;
  --Switch-onHover-bgColor: #b4b6ba;
  --Switch-checked-bgColor: var(--primary);
  --Switch-checked-onHover-bgColor: #1c53c1;
  --Switch-checked-onActive-bgColor: #1c53c1;
  --Switch-onDisabled-bgColor: #d3e0fc;
  --Switch-onDisabled-color: #ffffff;
  --Calendar-icon-bottom: -0.25rem;
  --Calendar-icon-width: 0.625rem;
  --Calendar-icon-height: 0.625rem;
  --Calendar-borderWidth: 0.0625rem;
  --Calendar-rdt-day: 6.25rem;
  --Calendar-schedule-content-padding: 0 0.25rem;
  --Calendar-schedule-content-height: 1.25rem;
  --Calendar-schedule-content-color: #fff;
  --ColorPicker-borderWidth: 0.0625rem;
  --ColorPicker-borderRadius: 0.25rem;
  --ColorPicker-bg: var(--white);
  --ColorPicker-onHover-bg: var(--white);
  --ColorPicker-onHover-borderColor: var(--primary);
  --ColorPicker-color: #000;
  --ColorPicker-placeholderColor: #999;
  --ColorPicker-onDisabled-bg: #f5f5f5;
  --ColorPicker-onDisabled-color: #999;
  --ColorPicker-boxShadow: 0px 4px 6px 0px rgba(8, 14, 26, 0.06), 0px 1px 10px 0px rgba(8, 14, 26, 0.05), 0px 2px 4px -1px rgba(8, 14, 26, 0.04);
  --Collapse-border: 0.0625rem solid #dadbdd;
  --Collapse-border-color: #dadbdd;
  --Collapse-header-fontSize: 14px;
  --Collapse-header-fontWeight: 400;
  --Collapse-header-padding: 1rem;
  --Collapse-header-bg: #f2f2f4;
  --Collapse-header-onHover-bg: #e6e6e8;
  --Collapse-header-bg-disabled-color: #f2f2f4;
  --Collapse-header-collapsed-borderBottom: none;
  --Collapse-header-wrapper-direction: row-reverse;
  --Collapse-content-padding: 1rem;
  --Collapse-content-color: #5e626a;
  --Collapse-content-fontSize: 12px;
  --Collapse-content-fontWeight: 400;
  --DatePicker-borderWidth: 0.0625rem;
  --DatePicker-borderRadius: 0.25rem;
  --DatePicker-bg: var(--white);
  --DatePicker-onHover-bg: var(--white);
  --DatePicker-color: #000;
  --DatePicker-placeholderColor: #999;
  --DatePicker-onDisabled-bg: #f5f5f5;
  --DatePicker-onDisabled-color: #999;
  --DatePicker-iconColor: #666;
  --DatePicker-onHover-iconColor: var(--primary);
  --DatePicker-onHover-borderColor: var(--primary);
  --Calendar-input-borderRadius: 0;
  --Calendar-input-borderRadius: 0.25rem;
  --Calendar-shortcuts-bg: #fff;
  --Button-borderWidth: 0.0625rem;
  --Button-boxShadow: none;
  --Button-onActive-boxShadow: none;
  --Button-borderRadius: 0.25rem;
  --Button-paddingX: 0.75rem;
  --Button--lg-height: 2.5rem;
  --Button--lg-fontSize: 0.875rem;
  --Button--lg-lineHeight: 30 / 20;
  --Button--lg-paddingX: 1rem;
  --Button--default-bg: #ffffff;
  --Button--default-border: #dadbdd;
  --Button--default-onHover-bg: #ffffff;
  --Button--default-onHover-border: var(--primary);
  --Button--default-onHover-color: var(--primary);
  --Button--default-onActive-bg: #ffffff;
  --Button--default-onActive-border: #1c53c1;
  --Button--default-onActive-color: #1c53c1;
  --Button--emphasize-bg: #ffffff;
  --Button--emphasize-color: var(--primary);
  --Button--emphasize-onHover-bg: #ffffff;
  --Button--emphasize-onHover-border: var(--primary);
  --Button--emphasize-onHover-color: #4f86f4;
  --Button--emphasize-onActive-bg: #ffffff;
  --Button--emphasize-onActive-border: #1c53c1;
  --Button--emphasize-onActive-color: #1c53c1;
  --Button--primary-bg: var(--primary);
  --Button--primary-border: var(--primary);
  --Button--primary-onHover-bg: #4f86f4;
  --Button--primary-onHover-border: #4f86f4;
  --Button--primary-onHover-color: #ffffff;
  --Button--primary-onActive-bg: #1c53c1;
  --Button--primary-onActive-border: #1c53c1;
  --Button--primary-onActive-color: #ffffff;
  --Button--light-border: var(--light);
  --Button--light-color: var(--text-color);
  --Button-onDisabled-borderColor: #e6e6e8;
  --Button-onDisabled-opacity: 0.65;
  --Button-onDisabled-bg: rgba(0,0,0,.25);
  --Button--danger-bg: #ea2e2e;
  --Button--danger-onHover-bg: #f64545;
  --Button--danger-onHover-border: #f64545;
  --Button--danger-onActive-bg: #d72b2b;
  --Button--danger-onActive-border: #d72b2b;
  --ButtonGroup-divider-width: 0.0625rem;
  --ButtonGroup-divider-color: #fff;
  --ButtonGroup--primary-isActive-color: var(--primary);
  --ButtonGroup--primary-isActive-bg: #ffffff;
  --Button--link-color: var(--primary);
  --Button--link-onHover-color: #209bfd;
  --Spinner-bg: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/PjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIKImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+PHN2ZyB3aWR0aD0iMTkycHgiIGhlaWdodD0iMTkycHgiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMzQuNSA2MC41IEw5NiAyNC41IEwxNTguNSA2MC41IFYxMzIgTDk2LjUgMTY3LjUgTDM0LjUgMTMyIEwzNC41IDYwLjUgWiIgc3Ryb2tlPSIjMTA4Y2VlIgpzdHlsZT0ic3Ryb2tlLXdpZHRoOiAxNnB4OwogICAgICAgc3Ryb2tlLW9wYWNpdHk6IDE7CiAgICAgICBmaWxsLW9wYWNpdHk6IDA7CiAgICAgICBzdHJva2UtZGFzaGFycmF5OiA4MDAgODAwOwogICAgICAgc3Ryb2tlLWRhc2hvZmZzZXQ6IDgwMDsiPjxhbmltYXRlIGNhbGNNb2RlPSJzcGxpbmUiIGtleVRpbWVzPSIwOyAxIiBrZXlTcGxpbmVzPSIuNSAwIC41IDEiIGF0dHJpYnV0ZU5hbWU9InN0cm9rZS1kYXNoYXJyYXkiIGlkPSJsaW5lIiBmcm9tPSI4MDAgODAwIiB0bz0iODAwIDgwMCIgYmVnaW49ImZpcnN0LmVuZCIgZHVyPSIxLjJzIiBmaWxsID0gImZyZWV6ZSIvPjxhbmltYXRlIGNhbGNNb2RlPSJzcGxpbmUiIGtleVRpbWVzPSIwOyAxIiBrZXlTcGxpbmVzPSIuNSAwIC41IDEiIGF0dHJpYnV0ZU5hbWU9InN0cm9rZS1kYXNob2Zmc2V0IiBmcm9tPSI4MDAiIHRvPSItODAwIiBiZWdpbj0iZmlyc3QuZW5kIiBkdXI9IjEuMnMiIGZpbGwgPSAiZnJlZXplIi8+PC9wYXRoPjxjaXJjbGUgY3g9Ijk2LjUiIGN5PSI5Ni41IiByPSIxMCIgZmlsbD0iIzEwOGNlZSI+PGFuaW1hdGUgY2FsY01vZGU9InNwbGluZSIga2V5VGltZXM9IjA7IDEiIGtleVNwbGluZXM9Ii45IDAgLjMgMSIgYXR0cmlidXRlTmFtZT0iY3giIGlkPSJmaXJzdCIgdG89IjM0LjUiIGJlZ2luPSIwczsgc2Vjb25kLmVuZCArIDAuNyIgZHVyPSIwLjVzIiBmaWxsID0gImZyZWV6ZSIvPjxhbmltYXRlIGNhbGNNb2RlPSJzcGxpbmUiIGtleVRpbWVzPSIwOyAxIiBrZXlTcGxpbmVzPSIuOSAwIC4zIDEiIGF0dHJpYnV0ZU5hbWU9ImN5IiB0bz0iNjAuNSIgYmVnaW49IjBzOyBzZWNvbmQuZW5kICsgMC43IiBkdXI9IjAuNXMiIGZpbGwgPSAiZnJlZXplIi8+PGFuaW1hdGUgY2FsY01vZGU9InNwbGluZSIga2V5VGltZXM9IjA7IDEiIGtleVNwbGluZXM9Ii45IDAgLjMgMSIgYXR0cmlidXRlTmFtZT0iciIgIHRvPSIyMCIgYmVnaW49IjBzOyBzZWNvbmQuZW5kICsgMC43IiBkdXI9IjAuNXMiIGZpbGwgPSAiZnJlZXplIi8+PGFuaW1hdGUgY2FsY01vZGU9InNwbGluZSIga2V5VGltZXM9IjA7IDEiIGtleVNwbGluZXM9Ii45IDAgLjMgMSIgYXR0cmlidXRlTmFtZT0iY3giIGlkPSJzZWNvbmQiIGZyb209IjM0LjUiIHRvPSI5Ni41IiBiZWdpbj0iZmlyc3QuZW5kICsgMS4yIiBkdXI9IjAuNXMiIGZpbGwgPSAiZnJlZXplIi8+PGFuaW1hdGUgY2FsY01vZGU9InNwbGluZSIga2V5VGltZXM9IjA7IDEiIGtleVNwbGluZXM9Ii45IDAgLjMgMSIgYXR0cmlidXRlTmFtZT0iY3kiIGZyb209IjYwLjUiIHRvPSI5Ni41IiBiZWdpbj0iZmlyc3QuZW5kICsgMS4yIiBkdXI9IjAuNXMiIGZpbGwgPSAiZnJlZXplIi8+PGFuaW1hdGUgY2FsY01vZGU9InNwbGluZSIga2V5VGltZXM9IjA7IDEiIGtleVNwbGluZXM9Ii45IDAgLjMgMSIgYXR0cmlidXRlTmFtZT0iciIgIHRvPSIxMCIgYmVnaW49ImZpcnN0LmVuZCArIDEuMiIgZHVyPSIwLjVzIiBmaWxsID0gImZyZWV6ZSIvPjwvY2lyY2xlPjxjaXJjbGUgY3g9Ijk2LjUiIGN5PSI5Ni41IiByPSIxMCIgZmlsbD0iIzEwOGNlZSI+PGFuaW1hdGUgY2FsY01vZGU9InNwbGluZSIga2V5VGltZXM9IjA7IDEiIGtleVNwbGluZXM9Ii45IDAgLjMgMSIgYXR0cmlidXRlTmFtZT0iY3kiIHRvPSIyNC41IiBiZWdpbj0iMHM7IHNlY29uZC5lbmQgKyAwLjciIGR1cj0iMC41cyIgZmlsbCA9ICJmcmVlemUiLz48YW5pbWF0ZSBjYWxjTW9kZT0ic3BsaW5lIiBrZXlUaW1lcz0iMDsgMSIga2V5U3BsaW5lcz0iLjkgMCAuMyAxIiBhdHRyaWJ1dGVOYW1lPSJyIiAgdG89IjIwIiBiZWdpbj0iMHM7IHNlY29uZC5lbmQgKyAwLjciIGR1cj0iMC41cyIgZmlsbCA9ICJmcmVlemUiLz48YW5pbWF0ZSBjYWxjTW9kZT0ic3BsaW5lIiBrZXlUaW1lcz0iMDsgMSIga2V5U3BsaW5lcz0iLjkgMCAuMyAxIiBhdHRyaWJ1dGVOYW1lPSJjeSIgZnJvbT0iMjQuNSIgdG89Ijk2LjUiIGJlZ2luPSJmaXJzdC5lbmQgKyAxLjIiIGR1cj0iMC41cyIgZmlsbCA9ICJmcmVlemUiLz48YW5pbWF0ZSBjYWxjTW9kZT0ic3BsaW5lIiBrZXlUaW1lcz0iMDsgMSIga2V5U3BsaW5lcz0iLjkgMCAuMyAxIiBhdHRyaWJ1dGVOYW1lPSJyIiAgdG89IjEwIiBiZWdpbj0iZmlyc3QuZW5kICsgMS4yIiBkdXI9IjAuNXMiIGZpbGwgPSAiZnJlZXplIi8+PC9jaXJjbGU+PGNpcmNsZSBjeD0iOTYuNSIgY3k9Ijk2LjUiIHI9IjEwIiBmaWxsPSIjMTA4Y2VlIj48YW5pbWF0ZSBjYWxjTW9kZT0ic3BsaW5lIiBrZXlUaW1lcz0iMDsgMSIga2V5U3BsaW5lcz0iLjkgMCAuMyAxIiBhdHRyaWJ1dGVOYW1lPSJjeCIgZnJvbT0iOTYuNSIgdG89IjE1OC41IiBiZWdpbj0iMHM7IHNlY29uZC5lbmQgKyAwLjciIGR1cj0iMC41cyIgZmlsbCA9ICJmcmVlemUiLz48YW5pbWF0ZSBjYWxjTW9kZT0ic3BsaW5lIiBrZXlUaW1lcz0iMDsgMSIga2V5U3BsaW5lcz0iLjkgMCAuMyAxIiBhdHRyaWJ1dGVOYW1lPSJjeSIgZnJvbT0iOTYuNSIgdG89IjYwLjUiIGJlZ2luPSIwczsgc2Vjb25kLmVuZCArIDAuNyIgZHVyPSIwLjVzIiBmaWxsID0gImZyZWV6ZSIvPjxhbmltYXRlIGNhbGNNb2RlPSJzcGxpbmUiIGtleVRpbWVzPSIwOyAxIiBrZXlTcGxpbmVzPSIuOSAwIC4zIDEiIGF0dHJpYnV0ZU5hbWU9InIiICB0bz0iMjAiIGJlZ2luPSIwczsgc2Vjb25kLmVuZCArIDAuNyIgZHVyPSIwLjVzIiBmaWxsID0gImZyZWV6ZSIvPjxhbmltYXRlIGNhbGNNb2RlPSJzcGxpbmUiIGtleVRpbWVzPSIwOyAxIiBrZXlTcGxpbmVzPSIuOSAwIC4zIDEiIGF0dHJpYnV0ZU5hbWU9ImN4IiBmcm9tPSIxNTguNSIgdG89Ijk2LjUiIGJlZ2luPSJmaXJzdC5lbmQgKyAxLjIiIGR1cj0iMC41cyIgZmlsbCA9ICJmcmVlemUiLz48YW5pbWF0ZSBjYWxjTW9kZT0ic3BsaW5lIiBrZXlUaW1lcz0iMDsgMSIga2V5U3BsaW5lcz0iLjkgMCAuMyAxIiBhdHRyaWJ1dGVOYW1lPSJjeSIgZnJvbT0iNjAuNSIgdG89Ijk2LjUiIGJlZ2luPSJmaXJzdC5lbmQgKyAxLjIiIGR1cj0iMC41cyIgZmlsbCA9ICJmcmVlemUiLz48YW5pbWF0ZSBjYWxjTW9kZT0ic3BsaW5lIiBrZXlUaW1lcz0iMDsgMSIga2V5U3BsaW5lcz0iLjkgMCAuMyAxIiBhdHRyaWJ1dGVOYW1lPSJyIiAgdG89IjEwIiBiZWdpbj0iZmlyc3QuZW5kICsgMS4yIiBkdXI9IjAuNXMiIGZpbGwgPSAiZnJlZXplIi8+PC9jaXJjbGU+PGNpcmNsZSBjeD0iOTYuNSIgY3k9Ijk2LjUiIHI9IjEwIiBmaWxsPSIjMTA4Y2VlIj48YW5pbWF0ZSBjYWxjTW9kZT0ic3BsaW5lIiBrZXlUaW1lcz0iMDsgMSIga2V5U3BsaW5lcz0iLjkgMCAuMyAxIiBhdHRyaWJ1dGVOYW1lPSJjeCIgZnJvbT0iOTYuNSIgdG89IjE1OC41IiBiZWdpbj0iMHM7IHNlY29uZC5lbmQgKyAwLjciIGR1cj0iMC41cyIgZmlsbCA9ICJmcmVlemUiLz48YW5pbWF0ZSBjYWxjTW9kZT0ic3BsaW5lIiBrZXlUaW1lcz0iMDsgMSIga2V5U3BsaW5lcz0iLjkgMCAuMyAxIiBhdHRyaWJ1dGVOYW1lPSJjeSIgZnJvbT0iOTYuNSIgdG89IjEzMiIgYmVnaW49IjBzOyBzZWNvbmQuZW5kICsgMC43IiBkdXI9IjAuNXMiIGZpbGwgPSAiZnJlZXplIi8+PGFuaW1hdGUgY2FsY01vZGU9InNwbGluZSIga2V5VGltZXM9IjA7IDEiIGtleVNwbGluZXM9Ii45IDAgLjMgMSIgYXR0cmlidXRlTmFtZT0iciIgIHRvPSIyMCIgYmVnaW49IjBzOyBzZWNvbmQuZW5kICsgMC43IiBkdXI9IjAuNXMiIGZpbGwgPSAiZnJlZXplIi8+PGFuaW1hdGUgY2FsY01vZGU9InNwbGluZSIga2V5VGltZXM9IjA7IDEiIGtleVNwbGluZXM9Ii45IDAgLjMgMSIgYXR0cmlidXRlTmFtZT0iY3giIGZyb209IjE1OC41IiB0bz0iOTYuNSIgYmVnaW49ImZpcnN0LmVuZCArIDEuMiIgZHVyPSIwLjVzIiBmaWxsID0gImZyZWV6ZSIvPjxhbmltYXRlIGNhbGNNb2RlPSJzcGxpbmUiIGtleVRpbWVzPSIwOyAxIiBrZXlTcGxpbmVzPSIuOSAwIC4zIDEiIGF0dHJpYnV0ZU5hbWU9ImN5IiBmcm9tPSIxMzIiIHRvPSI5Ni41IiBiZWdpbj0iZmlyc3QuZW5kICsgMS4yIiBkdXI9IjAuNXMiIGZpbGwgPSAiZnJlZXplIi8+PGFuaW1hdGUgY2FsY01vZGU9InNwbGluZSIga2V5VGltZXM9IjA7IDEiIGtleVNwbGluZXM9Ii45IDAgLjMgMSIgYXR0cmlidXRlTmFtZT0iciIgIHRvPSIxMCIgYmVnaW49ImZpcnN0LmVuZCArIDEuMiIgZHVyPSIwLjVzIiBmaWxsID0gImZyZWV6ZSIvPjwvY2lyY2xlPjxjaXJjbGUgY3g9Ijk2LjUiIGN5PSI5Ni41IiByPSIxMCIgZmlsbD0iIzEwOGNlZSI+PGFuaW1hdGUgY2FsY01vZGU9InNwbGluZSIga2V5VGltZXM9IjA7IDEiIGtleVNwbGluZXM9Ii45IDAgLjMgMSIgYXR0cmlidXRlTmFtZT0iY3kiIGZyb209Ijk2LjUiIHRvPSIxNjcuNSIgYmVnaW49IjBzOyBzZWNvbmQuZW5kICsgMC43IiBkdXI9IjAuNXMiIGZpbGwgPSAiZnJlZXplIi8+PGFuaW1hdGUgY2FsY01vZGU9InNwbGluZSIga2V5VGltZXM9IjA7IDEiIGtleVNwbGluZXM9Ii45IDAgLjMgMSIgYXR0cmlidXRlTmFtZT0iciIgIHRvPSIyMCIgYmVnaW49IjBzOyBzZWNvbmQuZW5kICsgMC43IiBkdXI9IjAuNXMiIGZpbGwgPSAiZnJlZXplIi8+PGFuaW1hdGUgY2FsY01vZGU9InNwbGluZSIga2V5VGltZXM9IjA7IDEiIGtleVNwbGluZXM9Ii45IDAgLjMgMSIgYXR0cmlidXRlTmFtZT0iY3kiIGZyb209IjE2Ny41IiB0bz0iOTYuNSIgYmVnaW49ImZpcnN0LmVuZCArIDEuMiIgZHVyPSIwLjVzIiBmaWxsID0gImZyZWV6ZSIvPjxhbmltYXRlIGNhbGNNb2RlPSJzcGxpbmUiIGtleVRpbWVzPSIwOyAxIiBrZXlTcGxpbmVzPSIuOSAwIC4zIDEiIGF0dHJpYnV0ZU5hbWU9InIiICB0bz0iMTAiIGJlZ2luPSJmaXJzdC5lbmQgKyAxLjIiIGR1cj0iMC41cyIgZmlsbCA9ICJmcmVlemUiLz48L2NpcmNsZT48Y2lyY2xlIGN4PSI5Ni41IiBjeT0iOTYuNSIgcj0iMTAiIGZpbGw9IiMxMDhjZWUiPjxhbmltYXRlIGNhbGNNb2RlPSJzcGxpbmUiIGtleVRpbWVzPSIwOyAxIiBrZXlTcGxpbmVzPSIuOSAwIC4zIDEiIGF0dHJpYnV0ZU5hbWU9ImN4IiBmcm9tPSI5Ni41IiB0bz0iMzQuNSIgYmVnaW49IjBzOyBzZWNvbmQuZW5kICsgMC43IiBkdXI9IjAuNXMiIGZpbGwgPSAiZnJlZXplIi8+PGFuaW1hdGUgY2FsY01vZGU9InNwbGluZSIga2V5VGltZXM9IjA7IDEiIGtleVNwbGluZXM9Ii45IDAgLjMgMSIgYXR0cmlidXRlTmFtZT0iY3kiIGZyb209Ijk2LjUiIHRvPSIxMzIiIGJlZ2luPSIwczsgc2Vjb25kLmVuZCArIDAuNyIgZHVyPSIwLjVzIiBmaWxsID0gImZyZWV6ZSIvPjxhbmltYXRlIGNhbGNNb2RlPSJzcGxpbmUiIGtleVRpbWVzPSIwOyAxIiBrZXlTcGxpbmVzPSIuOSAwIC4zIDEiIGF0dHJpYnV0ZU5hbWU9InIiICB0bz0iMjAiIGJlZ2luPSIwczsgc2Vjb25kLmVuZCArIDAuNyIgZHVyPSIwLjVzIiBmaWxsID0gImZyZWV6ZSIvPjxhbmltYXRlIGNhbGNNb2RlPSJzcGxpbmUiIGtleVRpbWVzPSIwOyAxIiBrZXlTcGxpbmVzPSIuOSAwIC4zIDEiIGF0dHJpYnV0ZU5hbWU9ImN4IiBmcm9tPSIzNC41IiB0bz0iOTYuNSIgYmVnaW49ImZpcnN0LmVuZCArIDEuMiIgZHVyPSIwLjVzIiBmaWxsID0gImZyZWV6ZSIvPjxhbmltYXRlIGNhbGNNb2RlPSJzcGxpbmUiIGtleVRpbWVzPSIwOyAxIiBrZXlTcGxpbmVzPSIuOSAwIC4zIDEiIGF0dHJpYnV0ZU5hbWU9ImN5IiBmcm9tPSIxMzIiIHRvPSI5Ni41IiBiZWdpbj0iZmlyc3QuZW5kICsgMS4yIiBkdXI9IjAuNXMiIGZpbGwgPSAiZnJlZXplIi8+PGFuaW1hdGUgY2FsY01vZGU9InNwbGluZSIga2V5VGltZXM9IjA7IDEiIGtleVNwbGluZXM9Ii45IDAgLjMgMSIgYXR0cmlidXRlTmFtZT0iciIgIHRvPSIxMCIgYmVnaW49ImZpcnN0LmVuZCArIDEuMiIgZHVyPSIwLjVzIiBmaWxsID0gImZyZWV6ZSIvPjwvY2lyY2xlPjwvc3ZnPg==");
  --Crud-toolbar-gap: 0.625rem;
  --Table-bg: #fff;
  --Table-fontSize: 0.75rem;
  --Table-color: #333;
  --Table-thead-color: #333;
  --Table-lineHeight: 20 / 12;
  --Table-borderColor: #f5f5f5;
  --Table-tree-borderColor: gainsboro;
  --Table-thead-bg: #f5f5f5;
  --Table-thead-borderColor: #fff;
  --Table-thead-iconColor: #999;
  --Table-strip-bg: transparent;
  --Table-onHover-bg-rgb: 245, 251, 255;
  --Table-onHover-borderColor: #eceff8;
  --Table-onChecked-bg: #f0faff;
  --Table-onChecked-borderColor: #eceff8;
  --Table-onChecked-color: #333;
  --Table-onChecked-onHover-bg: #f5f5f5;
  --Table-onChecked-onHover-borderColor: #eceff8;
  --Table-onChecked-onHover-color: #666;
  --TableCell-paddingX: 0.625rem;
  --TableCell-sortBtn-width: 0.875rem;
  --TableCell-filterPopOver-dropDownItem-height: 1.875rem;
  --TableCell-filterPopOver-dropDownItem-padding: 0 0.625rem;
  --ListControl-item-borderWidth: 0.0625rem;
  --ListControl-item-borderColor: #ccc;
  --ListControl-item-borderRadius: 0.25rem;
  --ListControl-item-paddingX: 0.625rem;
  --ListControl-item-bg: var(--Button--default-bg);
  --ListControl-item-color: var(--Button--default-color);
  --ListControl-item-onHover-color: var(--primary);
  --ListControl-item-onHover-bg: var(--Button--default-onHover-bg);
  --ListControl-item-onHover-borderColor: var(--primary);
  --ListControl-item-onActive-bg: #ffffff;
  --ListControl-item-onActive-onHover-bg: #ffffff;
  --ListControl-item-onActive-color: #1c53c1;
  --ListControl-item-onActive-borderColor: #1c53c1;
  --ListControl-item-onActive-before-bg: #1c53c1;
  --ListControl-item-onActive-after-borderColor: #ffffff;
  --ListControl-item-onDisabled-opacity: 1;
  --ListControl-item-onDisabled-bg: #e6e6e8;
  --ListControl-item-onDisabled-color: #b4b6ba;
  --ListControl-item-onDisabled-borderColor: #e6e6e8;
  --ImageControl-addBtn-bg: #fff;
  --ImageControl-addBtn-border: #dbdbdb;
  --ImageControl-addBtn-borderRadius: 0.25rem;
  --ImageControl-addBtn-color: #666;
  --ImageControl-addBtn-onHover-bg: var(--ImageControl-addBtn-bg);
  --ImageControl-addBtn-onHover-border: var(--primary);
  --ImageControl-addBtn-onHover-color: var(--primary);
  --ImageControl-addBtn-onActive-bg: #f3f9fe;
  --ImageControl-addBtn-onActive-border: var(--primary);
  --ImageControl-addBtn-onActive-color: var(--primary);
  --ImageControl-addBtn-onDisabled-bg: #f5f5f5;
  --ImageControl-addBtn-onDisabled-border: #ebebeb;
  --ImageControl-addBtn-onDisabled-color: #ccc;
  --ImageControl-progress-borderRadius: 0.125rem;
  --FileControl-progress-borderRadius: 0.125rem;
  --Modal-title-fontSize: 14px;
  --Modal-title-color: 500;
  --Modal-title-fontWeight: #151a26;
  --Modal-overlay-bg: rgba(0, 0, 0, 0.7);
  --Modal-content-borderWidth: 0;
  --Modal-content-borderRadius: 0;
  --Modal-content-minHeight: 12.0625rem;
  --Modal-header-bg: #fff;
  --Modal-header-paddingY: 0;
  --Modal-header-paddingX: 0;
  --Modal-title-color: #333;
  --Modal-body-paddingY: var(--gap-md);
  --Modal-body-paddingX: var(--gap-md);
  --Modal-body-borderTop: none;
  --Modal-body-borderBottom: none;
  --Modal-footer-marginX: 0;
  --Modal-footer-marginY: 0;
  --Drawer-header-padding: 1rem 1.5rem;
  --Drawer-widthBase: 25rem;
  --Drawer-header-bg: #fff;
  --Drawer-body-padding: 1.5rem;
  --Remark-icon-fontSize: 0.75rem;
  --Remark-iconColor: #999;
  --Remark-onHover-iconColor: #fff;
  --Remark-bg: #fff;
  --Remark-onHover-bg: #f38900;
  --Remark-borderWidth: 0.0625rem;
  --Remark-borderColor: #999;
  --Remark-onHover-borderColor: #f38900;
  --Wizard-steps-bg: #fff;
  --Wizard-steps-borderWidth: 0;
  --Wizard-steps-textAlign: center;
  --Wizard-steps-ulDisplay: inline-block;
  --Wizard-steps-height: 3.75rem;
  --Wizard-steps-padding: 0.625rem 0;
  --Wizard-steps-liVender: "iconfont";
  --Wizard-steps-liAfterContent: "";
  --Wizard-steps-li-onActive-color: #333333;
  --Wizard-steps-bg--isComplete: #fff;
  --Wizard-badge-size: 1.625rem;
  --Wizard-badge-color: #999999;
  --Wizard-badge-onActive-backgroundColor: #333333;
  --Wizard-badge-onComplete-backgroundColor: #333333;
  --Wizard-badge-fontSize: 0.875rem;
  --Wizard-badge-border: 0.0625rem solid #999999;
  --Wizard-badge-borderRadius: 50%;
  --Wizard-badge-bg: var(--white);
  --Wizard-badge-marginRight: 0.375rem;
  --Tabs-linkFontSize: 0.875rem;
  --Tabs--card-onActive-borderColor: var(--white);
  --Tabs--card-bg: var(--Table-thead-bg);
  --Tabs--radio-bg: var(--white);
  --Tabs--chrome-onHover-bg: #fcfcfc;
  --Tabs--chrome-bg: #f5f5f5;
  --Pagination-fontSize: 0.75rem;
  --Pagination-onActive-backgroundColor: var(--white);
  --Pagination-onActive-color: var(--primary);
  --Pagination-onActive-border: 0.0625rem solid var(--primary);
  --Panel-borderRadius: 0.25rem;
  --Panel-fixedBottom-boxShadow: 0 -2px 10px 0 rgba(0, 0, 0, 0.05);
  --Panel--default-bg: #f5f5f5;
  --Nav-item-fontSize: 1rem;
  --Nav-item-borderRadius: 0;
  --Nav-item-onActive-bg: #f6f7fb;
  --Nav-item-onActive-color: var(--primary);
  --Nav-item-onActive-borderLeft: 0.1875rem solid var(--primary);
  --Nav-subItem-fontSize: 0.75rem;
  --Nav-subItem-onActiveBeforeBg: var(--primary);
  --TransferSelect--table-heading-bg: var(--white);
  --TransferSelect--normal-heading-bg: #f6f7fb;
  --TransferSelect-heading-borderBottom: 0;
  --Alert-fontColor: #5e626a;
  --Alert-title-fontColor: #151a26;
  --Alert-height: 2.5rem;
  --Alert-paddingX: 1rem;
  --Alert-fontSize: 13px;
  --Alert-borderRadius: 0.25rem;
  --Alert-marginBottom: var(--Alert-md);
  --Alert--danger-color: #5e626a;
  --Alert--danger-bg: #fdf0ee;
  --Alert--danger-borderColor: transparent;
  --Alert--info-color: #5e626a;
  --Alert--info-bg: #e9f0fd;
  --Alert--info-borderColor: transparent;
  --Alert--success-color: #5e626a;
  --Alert--success-bg: #e7f9f2;
  --Alert--success-borderColor: transparent;
  --Alert--warning-color: #5e626a;
  --Alert--warning-bg: #fff7e6;
  --Alert--warning-borderColor: transparent;
  --Toast-width: 18.75rem;
  --Toast-borderRadius: 0.25rem;
  --Toast-paddingL: 1.625rem;
  --Toast-paddingX: 1rem;
  --Toast--info-paddingL: 0;
  --Toast-border-width: 0.0625rem;
  --Toast-opacity: 1;
  --Toast-title-display: inline;
  --Toast-color: var(--white);
  --Toast--danger-color: #151a26;
  --Toast--danger-bgColor: #ffffff;
  --Toast--danger-borderColor: #ffffff;
  --Toast--info-color: #151a26;
  --Toast--info-bgColor: #ffffff;
  --Toast--info-borderColor: #ffffff;
  --Toast--success-color: #151a26;
  --Toast--success-bgColor: #ffffff;
  --Toast--success-borderColor: #ffffff;
  --Toast--warning-color: #151a26;
  --Toast--warning-bgColor: #ffffff;
  --Toast--warning-borderColor: #ffffff;
  --Toast-close-color: var(--icon-color);
  --Toast-close--onHover-color: var(--icon-onHover-color);
  --TagControl-sugTip-color: var(--primary);
  --Card-actions-borderColor: #f5f7fb;
  --Card-onChecked-bg: var(--white);
  --Card-onChecked-borderColor: var(--primary);
  --Card-onChecked-color: var(--primary);
  --Card-onModified-bg: #e8f0fe;
  --Card-onModified-borderColor: var(--primary);
  --Card-onModified-color: #4285f4;
  --Card-actions-onHover-bg: white;
  --Card-actions-onHover-color: var(--primary);
  --Card-actions-onChecked-onHover-bg: var(--white);
  --Card-actions-fontSize: 0.75rem;
  --Combo--horizontal-dragger-top: var(--gap-xs);
  --ListMenu-borderWidth: 0;
  --ListMenu-borderRadius: 0;
  --ListMenu-item-height: 1.875rem;
  --ListMenu-item-color: #333;
  --ListMenu-item--onHover-color: #000;
  --ListMenu-item--onHover-bg: #eaf6fe;
  --ListItem--strip-bg: #f6f6f6;
  --ListItem-onChecked-color: #0052cc;
  --ListItem-onChecked-bg: #f0f6ff;
  --ListItem-onChecked-borderColor: #0052cc;
  --ListItem-onChecked-fieldLabel-color: #0052cc;
  --Transfer-title-bg: var(--Table-thead-bg);
  --Satus-icon-width: 0.875rem;
  --Tree-itemHeight: 2rem;
  --Progress-borderRadius: 1rem;
  --Rating-inactive-color: #e6e6e8;
  --TimelineItem--axle-flex: 0 0 1.625rem;
  --TimelineItem--left-line-width: 0.125rem;
  --TimelineItem--left-line-left: 0.8125rem;
  --TimelineItem--left-line-top: 1.25rem;
  --TimelineItem--round-width: 0.5rem;
  --TimelineItem--round-height: 0.5rem;
  --TimelineItem--round-left: 0.625rem;
  --TimelineItem--round-top: 0.5rem;
  --TimelineItem--icon-width: 1rem;
  --TimelineItem--icon-height: 1rem;
  --TimelineItem--icon-left: 0.375rem;
  --TimelineItem--content-padding-bottom: 1rem;
  --TimelineItem--content-margin-left: 0.5rem;
  --TimelineItem--content-time-margin-bottom: 0.25rem;
  --TimelineItem--content-title-margin-bottom: 0.25rem;
  --TimelineItem--detail-button-margin-bottom: 0.5rem;
  --TimelineItem-detail-arrow-width: 1rem;
  --TimelineItem-detail-visible-padding: 0.625rem;
  --TimelineItem-detail-visible-max-width: 9.375rem;
  --Timeline-alternate-margin-left: 1.5rem;
  --TimelineItem--icon-radius: 50%;
  --TimelineItem--round-radius: 50%;
  --TimelineItem--content-radius: 0.125rem;
  --TimelineItem-detail-visible-shadow: 0 0.0625rem 0.625rem 0 rgba(0 0 0 / 10%);
  --TimelineItem-detail-visible-border: rgba(0 0 0 / 10%);
  --TimelineItem-detail-visible-text: rgba(0,0,0,.65);
  --TimelineItem--font-size: 12px;
  --TimelineItem--text-primary-color: #151a26;
  --TimelineItem--text-secondary-color: rgba(0,0,0,.65);
  --TimelineItem--detail-button-color: var(--primary);
  --TimelineItem--line-bg: #e6e6e8;
  --TimelineItem--content-bg: #f2f2f4;
  --TimelineItem-round-bg: #dadbdd;
  --Timeline--success-bg: var(--success);
  --Timeline--info-bg: var(--info);
  --Timeline--warning-bg: var(--warning);
  --Timeline--danger-bg: var(--danger);
  --Tree-item-onHover-bg: #edf7ff;
  --InputFormula-code-bgColor: #f2f2f4;
  --saas-main-bg: #fff;
  --saas-Title-Text: rgba(0,0,0,.9);
  --saas-Secondary-Text: rgba(0,0,0,.65);
  --saas-Placeholder-Text: rgba(0,0,0,.45);
  --saas-Link-Text: #4f86f4;
  --saas-Disable-Text: rgba(0,0,0,.25);
  --saas-Border-Dividers: #f0f0f0;
  --saas-Background-Header: #f8f8fa;
  --saas-SelectedBg: #fafafa;
  --saas-SelectedBorder: #3574ee;
  --saas-Button-Disabled: rgba(0,0,0,0.04);
  --saas-crud-filters-bg-color: var(--saas-Background-Header);
  --saas-crud-filters-font-color: var(--saas-SelectedBorder);
  --saas-crud-filters-font-border-color: var(--saas-SelectedBorder);
  --saasTabsBodyHoverBackgroundColor: #e2e3e5;
  --saas-table-thead-border-color: #e7e7e7;
  --saas-fold-text: rgba(0,0,0,.4);
  --ai-tool-bg-image: linear-gradient(180deg, rgba(53, 116, 238, 0.16) 0%, rgba(255, 255, 255, 0.3) 130px);
  --ai-tool-bg-color: #f7f8fa;
  --ai-tool-footer-bg: #fff;
  --ai-tool-title-bg: transparent;
  --ai-tool-title-color: #2a3e61;
  --image-gallery-modal-bg: #f7f8fa;
  --Table-onHover-bg: #dfe6fc;
  --saas-crud-table-body-is-checked-color: #ebebeb;
  --saas-Table-Row-Success: #d7eccf;
  --saas-Table-Row-Primary: #d7e3fc;
  --saas-Table-Row-Warning: #fde6b8;
  --saas-Table-Row-Danger: #fdd3d5;
  --saas-Table-Row-Info: #c2d5fa;
  --saas-Table-Row-Success-Hover: #9bce86;
  --saas-Table-Row-Primary-Hover: #9ab9f6;
  --saas-Table-Row-Warning-Hover: #fcd689;
  --saas-Table-Row-Danger-Hover: #fa9096;
  --saas-Table-Row-Info-Hover: #9ab9f6;
  --schedule-datepicker-bg: #f7f8fa;
  --schedule-datepicker-font-color: #333;
  --schedule-datepicker-other-font-color: #666;
  --schedule-arrow-icon: rgba(0,0,0,.4);
  --schedule-split-border: rgba(0,0,0,0.04);
  --w-e-textarea-bg-color: var(--Form-input-bg);
  --w-e-textarea-color: var(--saas-Title-Text);
  --w-e-textarea-border-color: var(--ai-tool-footer-bg);
  --w-e-toolbar-color: var(--saas-Title-Text);
  --w-e-toolbar-bg-color: var(--Form-input-bg);
  --w-e-toolbar-active-color: var(--saas-Title-Text);
  --w-e-toolbar-active-bg-color: var(--Form-input-bg);
  --w-e-toolbar-border-color: var(--ai-tool-footer-bg);
  --w-e-modal-button-bg-color: var(--Button--default-bg);
  --w-e-modal-button-border-color: var(--ai-tool-footer-bg);
}

/* Reset
  =============== */
html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

figure {
  margin: 0;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input {
  margin: 0;
  padding: 0;
  border: 0;
}

ul {
  list-style: none;
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}

svg.icon {
  width: 1em;
  height: 1em;
  fill: currentColor;
  position: relative;
  top: 0.125em;
}

svg.r90 {
  transform: rotate(90deg);
}

svg.icon-success {
  color: #0bc286;
}

svg.icon-fail {
  color: #e8684a;
}

/**
 * Basic typography style for copy text
 */
html {
  font-size: 16px;
}

body {
  color: var(--body-color);
  background: var(--body-bg);
  font-size: var(--body-size);
  font-weight: var(--body-weight);
  font-family: var(--fontFamilyBase);
  line-height: var(--body-lineHeight);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: var(--link-color);
  text-decoration: var(--link-decoration);
}
a:hover {
  color: var(--link-onHover-color);
  text-decoration: var(--link-onHover-decoration);
}

label {
  font-weight: var(--fontWeightNormal);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: var(--fontWeightNormal);
  color: var(--text--loud-color);
  line-height: 1.1;
}

.is-matched {
  color: var(--danger);
}

pre,
code,
kbd,
samp {
  font-family: var(--fontFamilyMonospace);
}

.amis-routes-wrapper {
  width: 100%;
  height: 100%;
}

.has-popover {
  position: relative;
}

html,
body {
  width: 100%;
  height: 100%;
}

body {
  overflow-x: hidden;
}

.cxd-Layout {
  min-height: 100%;
  width: 100%;
  position: relative;
}
.cxd-Layout:before {
  content: "";
  position: absolute;
  width: inherit;
  top: 0;
  bottom: 0;
  z-index: -1;
  background: var(--body-bg);
  border: inherit;
  display: block;
}
.cxd-Layout--boxed {
  margin-right: auto;
  margin-left: auto;
}
.cxd-Layout .cxd-Layout-header {
  background: var(--Layout-header-bg);
  box-shadow: var(--Layout-header-boxShadow);
  height: var(--Layout-header-height);
}
.cxd-Layout--headerFixed {
  padding-top: var(--Layout-header-height);
}
.cxd-Layout--headerFixed .cxd-Layout-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
}
.cxd-Layout-brandBar {
  background: var(--Layout-brand-bg);
  color: var(--Layout-brandBar-color);
}
.cxd-Layout-brandBar > button {
  padding: 0.625rem 1.0625rem;
  font-size: 1rem;
  line-height: calc(var(--Layout-header-height) - var(--gap-md));
  text-decoration: none;
  background: transparent;
  border: none;
}
.cxd-Layout-brand {
  color: var(--Layout-brand-color);
  text-align: left;
  font-size: var(--fontSizeMd);
  font-weight: var(--fontWeightNormal);
  max-width: 100%;
  height: auto;
  line-height: var(--Layout-header-height);
  display: inline-block;
  vertical-align: middle;
  padding: 0 var(--gap-base);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cxd-Layout-brand:hover {
  text-decoration: none;
}
.cxd-Layout-brand img {
  max-height: calc(var(--Layout-header-height) / 2);
  vertical-align: middle;
  display: inline;
}
.cxd-Layout-headerBar {
  border-bottom: var(--Layout-headerBar-borderBottom);
  min-height: var(--Layout-header-height);
  padding: 0 var(--gap-sm);
  display: flex;
  flex-direction: row;
  align-items: center;
}
.cxd-Layout-offScreenBtn {
  display: none;
  float: right;
  padding: 13px var(--gap-md);
}
.cxd-Layout-aside {
  position: relative;
  background: var(--Layout-aside-bg);
  color: var(--Layout-aside-color);
}
.cxd-Layout-aside:before {
  content: "";
  position: absolute;
  width: inherit;
  top: 0;
  bottom: 0;
  z-index: -1;
  background: inherit;
  border: inherit;
}
.cxd-Layout-asideFooter {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 1000;
  max-width: var(--Layout-aside-width);
}
.cxd-Layout-asideFooter ~ div {
  padding-bottom: 3.125rem;
}
.cxd-Layout-body {
  padding-bottom: var(--Layout-footer-height);
  width: 100%;
  height: 100%;
}
.cxd-Layout--noFooter .cxd-Layout-body {
  padding-bottom: 0;
}
.cxd-Layout-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}
.cxd-Layout--sm .cxd-Layout-asideFooter {
  max-width: var(--Layout-aside--sm-width);
}
.cxd-Layout--sm .cxd-AsideNav-item a {
  font-size: var(--fontSizeSm);
}
.cxd-Layout--md .cxd-Layout-asideFooter {
  max-width: var(--Layout-aside--md-width);
}
.cxd-Layout--lg .cxd-Layout-asideFooter {
  max-width: var(--Layout-aside--lg-width);
}

@media (max-width: 767px) {
  .cxd-Layout-content {
    transition: transform var(--animation-duration) ease;
  }

  .cxd-Layout-aside {
    display: none;
  }
  .cxd-Layout--offScreen .cxd-Layout-aside {
    position: fixed;
    top: 3.125rem;
    bottom: 0;
    width: var(--Layout--offscreen-width);
    display: block !important;
    visibility: visible;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 1010;
  }

  .cxd-Layout-headerBar {
    display: none;
  }

  .cxd-Layout--offScreen .cxd-Layout-body,
.cxd-Layout--offScreen .cxd-Layout-footer {
    background: var(--body-bg);
    transition: transform var(--animation-duration) ease;
    backface-visibility: hidden;
    transform: translate3d(var(--Layout--offscreen-width), 0px, 0px);
    overflow: hidden;
    position: fixed;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1015;
    padding-top: 3.125rem;
  }

  .cxd-Layout-offScreenBtn {
    display: block;
  }
}
@media (min-width: 768px) {
  .cxd-Layout {
    display: flex;
    flex-direction: column;
  }
  .cxd-Layout-header {
    width: 100%;
  }
  .cxd-Layout > .cxd-Layout-body {
    flex-grow: 1;
    position: relative;
  }
  .cxd-Layout--boxed {
    width: 47.5rem;
  }
  .cxd-Layout--boxed.cxd-Layout--headerFixed .cxd-Layout-header {
    width: 47.5rem;
  }
  .cxd-Layout-brand, .cxd-Layout-brandBar, .cxd-Layout-aside {
    width: var(--Layout-aside-width);
    transition: width var(--animation-duration) ease;
  }
  .cxd-Layout-brandBar {
    float: left;
  }
  .cxd-Layout--withAside {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: stretch;
  }
  .cxd-Layout--withAside > .cxd-Layout-content {
    flex-grow: 1;
    width: 0;
    position: relative;
  }
  .cxd-Layout--withAside .cxd-Layout-headerBar,
.cxd-Layout--withAside .cxd-Layout-footer {
    margin-left: var(--Layout-aside-width);
    transition: margin var(--animation-duration) ease;
  }
  .cxd-Layout .visible-folded {
    display: none;
  }
  .cxd-Layout--folded .visible-folded {
    display: inherit;
  }
  .cxd-Layout--folded .hidden-folded {
    display: none !important;
  }
  .cxd-Layout--folded .text-center-folded {
    text-align: center;
  }
  .cxd-Layout--folded .pull-none-folded {
    float: none !important;
  }
  .cxd-Layout--folded .w-auto-folded {
    width: auto;
  }
  .cxd-Layout--folded .cxd-Layout-aside,
.cxd-Layout--folded .cxd-Layout-brandBar {
    width: var(--Layout-aside--folded-width);
  }
  .cxd-Layout--folded.cxd-Layout--withAside .cxd-Layout-headerBar,
.cxd-Layout--folded.cxd-Layout--withAside .cxd-Layout-footer {
    margin-left: var(--Layout-aside--folded-width);
  }
  .cxd-Layout--folded .cxd-Layout-brand {
    display: block;
    padding: 0;
    font-size: var(--fontSizeLg);
    text-align: center;
  }
  .cxd-Layout--asideFixed .cxd-Layout-aside {
    height: 100%;
  }
  .cxd-Layout--asideFixed .cxd-Layout-aside:before {
    position: fixed;
    z-index: 15;
  }
  .cxd-Layout--asideFixed .cxd-Layout-brandBar {
    position: fixed;
  }
  .cxd-Layout--asideFixed .cxd-Layout-asideWrap {
    position: fixed;
    overflow: hidden;
    top: var(--Layout-header-height);
    bottom: 0;
    left: 0;
    width: inherit;
    z-index: 1000;
  }
  .cxd-Layout--asideFixed .cxd-Layout-asideInner {
    width: calc(100% + 17px);
    position: relative;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .cxd-Layout--asideFixed .cxd-Layout-asideInner::-webkit-scrollbar {
    -webkit-appearance: none;
  }
  .cxd-Layout--asideFixed .cxd-Layout-asideInner::-webkit-scrollbar:vertical {
    width: 17px;
  }
  .cxd-Layout--asideFixed.cxd-Layout--folded .cxd-Layout-aside {
    position: static;
  }
  .cxd-Layout--asideFixed.cxd-Layout--folded .cxd-Layout-brandBar {
    position: static;
  }
  .cxd-Layout--asideFixed.cxd-Layout--folded .cxd-Layout-asideWrap {
    overflow: visible;
    z-index: 15;
  }
  .cxd-Layout--asideFixed.cxd-Layout--folded .cxd-Layout-asideInner {
    overflow: visible;
    padding-right: 17px;
  }
  .cxd-Layout--sm:not(.cxd-Layout--folded) .cxd-Layout-brand,
.cxd-Layout--sm:not(.cxd-Layout--folded) .cxd-Layout-brandBar,
.cxd-Layout--sm:not(.cxd-Layout--folded) .cxd-Layout-aside {
    width: var(--Layout-aside--sm-width);
  }
  .cxd-Layout--md:not(.cxd-Layout--folded) .cxd-Layout-brand,
.cxd-Layout--md:not(.cxd-Layout--folded) .cxd-Layout-brandBar,
.cxd-Layout--md:not(.cxd-Layout--folded) .cxd-Layout-aside {
    width: var(--Layout-aside--md-width);
  }
  .cxd-Layout--lg:not(.cxd-Layout--folded) .cxd-Layout-brand,
.cxd-Layout--lg:not(.cxd-Layout--folded) .cxd-Layout-brandBar,
.cxd-Layout--lg:not(.cxd-Layout--folded) .cxd-Layout-aside {
    width: var(--Layout-aside--lg-width);
  }
}
@media (min-width: 992px) {
  .cxd-Layout--boxed {
    width: 100%;
    max-width: 75rem;
  }
  .cxd-Layout--boxed.cxd-Layout--headerFixed .cxd-Layout-header {
    width: 100%;
    max-width: 75rem;
  }
}
@media (min-width: 1200px) {
  .cxd-Layout--boxed {
    width: 100%;
    max-width: 87.5rem;
  }
  .cxd-Layout--boxed.cxd-Layout--headerFixed .cxd-Layout-header {
    width: 100%;
    max-width: 87.5rem;
  }
}
.cxd-Grid-col--xs1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
  min-height: 1px;
  border-right: 1px solid var(--saas-border-color);
}
.cxd-Grid-col--xs1:last-child {
  border-bottom: 1px solid var(--saas-border-color);
}
.cxd-Grid-col--xs1.grid-item {
  margin-bottom: 16px;
}
.cxd-Grid-col--xs1.grid-item.combination-grid-box {
  border-bottom: 1px solid var(--saas-border-color) !important;
  border-right: 1px solid var(--saas-border-color) !important;
}
.cxd-Grid-col--xs1.grid-item.combination-grid-box .combination-grid-box:last-child {
  border-right: 0 !important;
  margin-right: 0 !important;
  border-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.cxd-Grid-col--xs1.grid-item.combination-grid-box {
  width: 200px;
  border-right: 1px solid var(--saas-border-color) !important;
}

.cxd-Form--quickEdit .cxd-Grid-col--xs1 {
  border-right: none;
  border-bottom: none;
}

.cxd-Grid-col--xs2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
  min-height: 1px;
  border-right: 1px solid var(--saas-border-color);
}
.cxd-Grid-col--xs2:last-child {
  border-bottom: 1px solid var(--saas-border-color);
}
.cxd-Grid-col--xs2.grid-item {
  margin-bottom: 16px;
}
.cxd-Grid-col--xs2.grid-item.combination-grid-box {
  border-bottom: 1px solid var(--saas-border-color) !important;
  border-right: 1px solid var(--saas-border-color) !important;
}
.cxd-Grid-col--xs2.grid-item.combination-grid-box .combination-grid-box:last-child {
  border-right: 0 !important;
  margin-right: 0 !important;
  border-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.cxd-Grid-col--xs2.grid-item.combination-grid-box {
  width: 200px;
  border-right: 1px solid var(--saas-border-color) !important;
}

.cxd-Form--quickEdit .cxd-Grid-col--xs2 {
  border-right: none;
  border-bottom: none;
}

.cxd-Grid-col--xs3 {
  flex: 0 0 25%;
  max-width: 25%;
  min-height: 1px;
  border-right: 1px solid var(--saas-border-color);
}
.cxd-Grid-col--xs3:last-child {
  border-bottom: 1px solid var(--saas-border-color);
}
.cxd-Grid-col--xs3.grid-item {
  margin-bottom: 16px;
}
.cxd-Grid-col--xs3.grid-item.combination-grid-box {
  border-bottom: 1px solid var(--saas-border-color) !important;
  border-right: 1px solid var(--saas-border-color) !important;
}
.cxd-Grid-col--xs3.grid-item.combination-grid-box .combination-grid-box:last-child {
  border-right: 0 !important;
  margin-right: 0 !important;
  border-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.cxd-Grid-col--xs3.grid-item.combination-grid-box {
  width: 200px;
  border-right: 1px solid var(--saas-border-color) !important;
}

.cxd-Form--quickEdit .cxd-Grid-col--xs3 {
  border-right: none;
  border-bottom: none;
}

.cxd-Grid-col--xs4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  min-height: 1px;
  border-right: 1px solid var(--saas-border-color);
}
.cxd-Grid-col--xs4:last-child {
  border-bottom: 1px solid var(--saas-border-color);
}
.cxd-Grid-col--xs4.grid-item {
  margin-bottom: 16px;
}
.cxd-Grid-col--xs4.grid-item.combination-grid-box {
  border-bottom: 1px solid var(--saas-border-color) !important;
  border-right: 1px solid var(--saas-border-color) !important;
}
.cxd-Grid-col--xs4.grid-item.combination-grid-box .combination-grid-box:last-child {
  border-right: 0 !important;
  margin-right: 0 !important;
  border-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.cxd-Grid-col--xs4.grid-item.combination-grid-box {
  width: 200px;
  border-right: 1px solid var(--saas-border-color) !important;
}

.cxd-Form--quickEdit .cxd-Grid-col--xs4 {
  border-right: none;
  border-bottom: none;
}

.cxd-Grid-col--xs5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
  min-height: 1px;
  border-right: 1px solid var(--saas-border-color);
}
.cxd-Grid-col--xs5:last-child {
  border-bottom: 1px solid var(--saas-border-color);
}
.cxd-Grid-col--xs5.grid-item {
  margin-bottom: 16px;
}
.cxd-Grid-col--xs5.grid-item.combination-grid-box {
  border-bottom: 1px solid var(--saas-border-color) !important;
  border-right: 1px solid var(--saas-border-color) !important;
}
.cxd-Grid-col--xs5.grid-item.combination-grid-box .combination-grid-box:last-child {
  border-right: 0 !important;
  margin-right: 0 !important;
  border-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.cxd-Grid-col--xs5.grid-item.combination-grid-box {
  width: 200px;
  border-right: 1px solid var(--saas-border-color) !important;
}

.cxd-Form--quickEdit .cxd-Grid-col--xs5 {
  border-right: none;
  border-bottom: none;
}

.cxd-Grid-col--xs6 {
  flex: 0 0 50%;
  max-width: 50%;
  min-height: 1px;
  border-right: 1px solid var(--saas-border-color);
}
.cxd-Grid-col--xs6:last-child {
  border-bottom: 1px solid var(--saas-border-color);
}
.cxd-Grid-col--xs6.grid-item {
  margin-bottom: 16px;
}
.cxd-Grid-col--xs6.grid-item.combination-grid-box {
  border-bottom: 1px solid var(--saas-border-color) !important;
  border-right: 1px solid var(--saas-border-color) !important;
}
.cxd-Grid-col--xs6.grid-item.combination-grid-box .combination-grid-box:last-child {
  border-right: 0 !important;
  margin-right: 0 !important;
  border-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.cxd-Grid-col--xs6.grid-item.combination-grid-box {
  width: 200px;
  border-right: 1px solid var(--saas-border-color) !important;
}

.cxd-Form--quickEdit .cxd-Grid-col--xs6 {
  border-right: none;
  border-bottom: none;
}

.cxd-Grid-col--xs7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
  min-height: 1px;
  border-right: 1px solid var(--saas-border-color);
}
.cxd-Grid-col--xs7:last-child {
  border-bottom: 1px solid var(--saas-border-color);
}
.cxd-Grid-col--xs7.grid-item {
  margin-bottom: 16px;
}
.cxd-Grid-col--xs7.grid-item.combination-grid-box {
  border-bottom: 1px solid var(--saas-border-color) !important;
  border-right: 1px solid var(--saas-border-color) !important;
}
.cxd-Grid-col--xs7.grid-item.combination-grid-box .combination-grid-box:last-child {
  border-right: 0 !important;
  margin-right: 0 !important;
  border-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.cxd-Grid-col--xs7.grid-item.combination-grid-box {
  width: 200px;
  border-right: 1px solid var(--saas-border-color) !important;
}

.cxd-Form--quickEdit .cxd-Grid-col--xs7 {
  border-right: none;
  border-bottom: none;
}

.cxd-Grid-col--xs8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
  min-height: 1px;
  border-right: 1px solid var(--saas-border-color);
}
.cxd-Grid-col--xs8:last-child {
  border-bottom: 1px solid var(--saas-border-color);
}
.cxd-Grid-col--xs8.grid-item {
  margin-bottom: 16px;
}
.cxd-Grid-col--xs8.grid-item.combination-grid-box {
  border-bottom: 1px solid var(--saas-border-color) !important;
  border-right: 1px solid var(--saas-border-color) !important;
}
.cxd-Grid-col--xs8.grid-item.combination-grid-box .combination-grid-box:last-child {
  border-right: 0 !important;
  margin-right: 0 !important;
  border-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.cxd-Grid-col--xs8.grid-item.combination-grid-box {
  width: 200px;
  border-right: 1px solid var(--saas-border-color) !important;
}

.cxd-Form--quickEdit .cxd-Grid-col--xs8 {
  border-right: none;
  border-bottom: none;
}

.cxd-Grid-col--xs9 {
  flex: 0 0 75%;
  max-width: 75%;
  min-height: 1px;
  border-right: 1px solid var(--saas-border-color);
}
.cxd-Grid-col--xs9:last-child {
  border-bottom: 1px solid var(--saas-border-color);
}
.cxd-Grid-col--xs9.grid-item {
  margin-bottom: 16px;
}
.cxd-Grid-col--xs9.grid-item.combination-grid-box {
  border-bottom: 1px solid var(--saas-border-color) !important;
  border-right: 1px solid var(--saas-border-color) !important;
}
.cxd-Grid-col--xs9.grid-item.combination-grid-box .combination-grid-box:last-child {
  border-right: 0 !important;
  margin-right: 0 !important;
  border-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.cxd-Grid-col--xs9.grid-item.combination-grid-box {
  width: 200px;
  border-right: 1px solid var(--saas-border-color) !important;
}

.cxd-Form--quickEdit .cxd-Grid-col--xs9 {
  border-right: none;
  border-bottom: none;
}

.cxd-Grid-col--xs10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
  min-height: 1px;
  border-right: 1px solid var(--saas-border-color);
}
.cxd-Grid-col--xs10:last-child {
  border-bottom: 1px solid var(--saas-border-color);
}
.cxd-Grid-col--xs10.grid-item {
  margin-bottom: 16px;
}
.cxd-Grid-col--xs10.grid-item.combination-grid-box {
  border-bottom: 1px solid var(--saas-border-color) !important;
  border-right: 1px solid var(--saas-border-color) !important;
}
.cxd-Grid-col--xs10.grid-item.combination-grid-box .combination-grid-box:last-child {
  border-right: 0 !important;
  margin-right: 0 !important;
  border-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.cxd-Grid-col--xs10.grid-item.combination-grid-box {
  width: 200px;
  border-right: 1px solid var(--saas-border-color) !important;
}

.cxd-Form--quickEdit .cxd-Grid-col--xs10 {
  border-right: none;
  border-bottom: none;
}

.cxd-Grid-col--xs11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
  min-height: 1px;
  border-right: 1px solid var(--saas-border-color);
}
.cxd-Grid-col--xs11:last-child {
  border-bottom: 1px solid var(--saas-border-color);
}
.cxd-Grid-col--xs11.grid-item {
  margin-bottom: 16px;
}
.cxd-Grid-col--xs11.grid-item.combination-grid-box {
  border-bottom: 1px solid var(--saas-border-color) !important;
  border-right: 1px solid var(--saas-border-color) !important;
}
.cxd-Grid-col--xs11.grid-item.combination-grid-box .combination-grid-box:last-child {
  border-right: 0 !important;
  margin-right: 0 !important;
  border-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.cxd-Grid-col--xs11.grid-item.combination-grid-box {
  width: 200px;
  border-right: 1px solid var(--saas-border-color) !important;
}

.cxd-Form--quickEdit .cxd-Grid-col--xs11 {
  border-right: none;
  border-bottom: none;
}

.cxd-Grid-col--xs12 {
  flex: 0 0 100%;
  max-width: 100%;
  min-height: 1px;
  border-right: 1px solid var(--saas-border-color);
}
.cxd-Grid-col--xs12:last-child {
  border-bottom: 1px solid var(--saas-border-color);
}
.cxd-Grid-col--xs12.grid-item {
  margin-bottom: 16px;
}
.cxd-Grid-col--xs12.grid-item.combination-grid-box {
  border-bottom: 1px solid var(--saas-border-color) !important;
  border-right: 1px solid var(--saas-border-color) !important;
}
.cxd-Grid-col--xs12.grid-item.combination-grid-box .combination-grid-box:last-child {
  border-right: 0 !important;
  margin-right: 0 !important;
  border-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.cxd-Grid-col--xs12.grid-item.combination-grid-box {
  border-right: 0 !important;
  margin-right: 0;
}

.cxd-Form--quickEdit .cxd-Grid-col--xs12 {
  border-right: none;
  border-bottom: none;
}

.mobile-grid-item {
  margin: 0 auto;
}
.mobile-grid-item .cxd-Grid--slider {
  opacity: 0;
}
.mobile-grid-item .ant-empty-image svg {
  width: 100%;
}
.mobile-grid-item .grid-relative-wrapper {
  height: inherit;
}
.mobile-grid-item .grid-relative-wrapper .cxd-Quick-launch {
  border-right: none;
}
.mobile-grid-item .grid-relative-wrapper .cxd-Quick-launch-body {
  border-top: none;
}
.mobile-grid-item .grid-relative-wrapper .cxd-Quick-launch-top {
  border-top: none;
}
.mobile-grid-item.cxd-Grid-col--md12 .grid-relative-wrapper {
  height: 100%;
}

.grid-item-fixed {
  position: sticky;
  top: 0;
  z-index: 5;
}

.manual-fix-grid {
  position: sticky;
  top: 0;
}
.manual-fix-grid .affix-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 4;
  cursor: pointer;
  font-size: 16px;
}
.manual-fix-grid .affix-wrapper.fixed {
  color: #3574EE;
}
.manual-fix-grid .affix-wrapper:hover {
  color: #777;
}

.cxd-Grid.grid-flex-zero {
  flex: 0 !important;
}
.cxd-Grid-item-search .mobile-grid-item {
  height: inherit;
}
.cxd-Grid-item-search .mobile-grid-item.grid-item.combination-grid-box {
  height: unset;
}
.cxd-Grid-item-search .mobile-grid-item.grid-item-fixed {
  height: auto !important;
}
.cxd-Grid-col--md12.mobile-grid-item.cxd-Panel-Combination-Filter {
  height: auto;
}
.cxd-Grid.grid-chart-item {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
.cxd-Grid.grid-chart-item .cxd-Panel-Combination-Filter {
  width: 100%;
}
.cxd-Grid.grid-chart-item .cxd-Panel-Combination-Filter,
.cxd-Grid.grid-chart-item .grid-item-fixed {
  flex: unset;
}
.cxd-Grid.grid-chart-item .cxd-Panel-Combination-Chart {
  flex: 1;
  min-width: 100%;
}
.cxd-Grid.grid-chart-item .cxd-Panel-Combination-Chart .cxd-Panel {
  height: inherit;
}

.cxd-Grid-col--xs {
  flex-basis: 0;
  flex-grow: 1;
  min-height: 1px;
  max-width: 100%;
  width: 100%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.cxd-Grid-col--xsAuto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.cxd-Grid--slider {
  position: absolute;
  right: 0;
  top: 25%;
  transform: translate(0, -50%);
  cursor: ew-resize;
  font-size: 10px;
  font-weight: 600;
  width: 20px;
  height: 55px;
  border-radius: 2px;
  border: 0px;
  line-height: 1.4;
  text-align: center;
  user-select: none;
  background-color: #fff;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
  z-index: 3;
}
.cxd-Grid--slider .cxd-Grid--sliders {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.grid-relative-wrapper {
  position: relative;
  height: 100%;
}
.grid-relative-wrapper .cxd-Quick-launch {
  border-right: 1px solid var(--saas-border-color);
}
.grid-relative-wrapper .cxd-Quick-launch-header-title {
  font-size: 18px;
  font-weight: 600;
}

@media (min-width: 576px) {
  .cxd-Grid {
    display: flex;
    flex-wrap: wrap;
    flex: 1;
    position: relative;
  }
  .cxd-Grid--hRight {
    justify-content: flex-end;
  }
  .cxd-Grid--hCenter {
    justify-content: center;
  }
  .cxd-Grid--hBetween {
    justify-content: space-between;
  }
  .cxd-Grid--vMiddle > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .cxd-Grid--vBottom > div {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .cxd-Grid--vBetween > div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .cxd-Grid > .cxd-Grid-col--vTop {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  .cxd-Grid > .cxd-Grid-col--vMiddle {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .cxd-Grid > .cxd-Grid-col--vBottom {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .cxd-Grid > .cxd-Grid-col--vBetween {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .cxd-Grid.scroll-grid-item {
    height: inherit !important;
  }
  .cxd-Grid.scroll-grid-item .scroll-grid-child-item {
    height: inherit;
  }

  .cxd-Distance {
    height: 100%;
    overflow: auto;
    margin-right: 0;
  }
  .cxd-Distance > .cxd-Grid-col--md12 {
    height: 50%;
    min-width: 100%;
    padding-right: 0rem;
  }
  .cxd-Distance .cxd-Grid-col--md12 :first {
    border-bottom: 1px solid var(--saas-border-color);
  }
  .cxd-Distance .cxd-Grid-col--md12 .cxd-Panel {
    overflow: hidden;
  }
  .cxd-Distance .cxd-Grid-col--md12 .cxd-Panel .cxd-Panel-body {
    height: 100%;
  }
  .cxd-Distance .cxd-Grid-col--md12 .cxd-Panel .cxd-Panel-body .cxd-Combination {
    margin: unset;
  }
  .cxd-Distance .cxd-Grid-col--md12 .cxd-Crud {
    height: 100%;
  }
  .cxd-Distance .cxd-Grid-col--md12 .cxd-Crud .cxd-Table {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }
  .cxd-Distance .cxd-Grid-col--md12 .cxd-Crud .cxd-Table .cxd-Table-contentWrap {
    flex: 1;
    background-color: transparent;
    height: calc(100% - 88px);
    overflow-y: auto;
  }
  .cxd-Distance .cxd-Grid-col--md12 .cxd-Crud .cxd-Table .cxd-Table-contentWrap .cxd-Table-content {
    height: 100%;
  }
  .cxd-Distance .cxd-Grid-col--md12 .cxd-Crud .cxd-Table .cxd-Table-contentWrap .cxd-Table-content .cxd-Table-table thead > tr > th .cxd-TableCell--title .cxd-Button--link {
    line-height: initial;
  }
  .cxd-Distance .cxd-Grid--slider {
    bottom: 0;
    top: 100%;
    left: 50%;
    cursor: n-resize;
    width: 55px;
    height: 16px;
    line-height: 1;
    border-radius: 5px;
  }
  .cxd-Distance .cxd-Grid--slider svg {
    color: #000;
    font-size: 12px;
  }
  .cxd-Distance .cxd-Grid--slider.slider-closed {
    cursor: default;
  }

  .grid-collpase {
    position: absolute;
    top: 200px;
    right: 0;
    width: 20px;
    border-radius: 7px 0px 0px 7px;
    background-color: #eee;
    z-index: 5;
    font-size: 12px;
    color: #666;
    text-align: center;
    letter-spacing: 3px;
    padding: 4px;
    cursor: pointer;
    box-shadow: -2px 3px 4px 0 #aaa;
    white-space: normal;
  }
  .grid-collpase .anticon {
    margin-bottom: 4px;
  }
  .grid-collpase.closed {
    border-radius: 0 7px 7px 0;
    left: 0;
    box-shadow: 2px 3px 4px 0 #aaa;
  }

  .cxd-Grid-line {
    width: 1px;
    position: relative;
    background-color: white;
  }
  .cxd-Grid-line .collpase {
    position: absolute;
    z-index: 8;
    top: 0;
    bottom: 0;
    width: 10px;
    height: 100%;
    left: -5px;
    display: flex;
    justify-content: center;
    align-items: center;
    user-select: none;
    cursor: ew-resize;
  }
  .cxd-Grid-line .collpase .left {
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 4px;
    padding: 1px;
    color: rgba(0, 0, 0, 0.4);
  }
  .cxd-Grid-line .collpase .right {
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 4px;
    padding: 1px;
    color: rgba(0, 0, 0, 0.4);
  }
  .cxd-Grid-line .collpase .left-hovered {
    border: 1px solid #3574EE;
    border-radius: 8px 0 0 8px;
    border-right: none;
    font-size: 13px;
  }
  .cxd-Grid-line .collpase .right-hovered {
    border: 1px solid #3574EE;
    border-radius: 0 8px 8px 0;
    border-left: none;
    font-size: 13px;
  }

  .cxd-Grid--combination {
    background-color: var(--saas-grid-combination-color);
  }
  .cxd-Grid--combination .cxd-Grid-item--combination {
    padding: 0;
  }
  .cxd-Grid--combination .cxd-Grid-item--combination .cxd-Panel .cxd-Panel-heading .cxd-Panel-title {
    font-size: 15px;
    font-weight: 600;
  }
  .cxd-Grid--combination .cxd-Grid-item--combination:nth-child(1) .tree-layout {
    padding-right: 0rem;
  }
  .cxd-Grid--combination .cxd-Grid-item--combination:nth-child(1) .tree-layout .cxd-Panel-body .cxd-Form .cxd-Form-item:nth-child(1) {
    margin-bottom: 0;
  }
  .cxd-Grid--combination .cxd-Grid-item--combination:nth-child(1) .tree-layout .cxd-Panel-body .cxd-Form .cxd-Form-item:nth-child(1) .cxd-TextControl .cxd-TextControl-input {
    border-color: transparent;
    background-color: var(--Form-input-bg);
    border-radius: var(--Form-input-borderRadius);
  }
  .cxd-Grid--combination .cxd-Grid-item--combination:nth-child(1) .tree-layout .cxd-Panel-body .cxd-Form > .cxd-Form-item > .cxd-Form-label {
    display: none;
  }
  .cxd-Grid--combination .cxd-Grid-item--combination:nth-child(1) .tree-layout .cxd-Panel-body .cxd-Form > .cxd-Form-item > .cxd-TreeControl {
    border: none;
  }
  .cxd-Grid--combination .cxd-Grid-item--combination:nth-child(1) .cxd-Grid--slider {
    transform: none;
    line-height: normal;
    box-shadow: none;
    top: 0;
    right: 0px;
    width: 8px;
    border-radius: 0;
    background-color: transparent;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .cxd-Grid--combination .cxd-Grid-item--combination:nth-child(1) .cxd-Grid--slider svg {
    transform: rotateY(180deg);
    font-size: 19px;
    z-index: 1;
  }
  .cxd-Grid--combination .cxd-Grid-item--combination:nth-child(1) .cxd-Grid--slider.slider-closed {
    width: 0;
  }
  .cxd-Grid--combination .cxd-Grid-item--combination:nth-child(2) .cxd-Panel {
    padding: 0rem;
  }
  .cxd-Grid--combination .cxd-Panel {
    border: none;
  }
  .cxd-Grid--combination .cxd-Panel > .cxd-Panel-body > .cxd-Tabs.cxd-Combination {
    margin: 0;
  }

  .scroll-grid-item {
    height: inherit;
  }

  .cxd-Grid-item-search {
    height: inherit !important;
  }
  .cxd-Grid-item-search > .cxd-Grid-item--combination:nth-child(1) {
    padding-right: 8px;
    width: 12px;
    right: 0px;
  }
  .cxd-Grid-item-search > .cxd-Grid-item--combination:nth-child(1) .cxd-Panel {
    overflow: hidden;
    opacity: 0;
  }
  .cxd-Grid-item-search > .cxd-Grid-item--combination:nth-child(1) .cxd-Panel .cxd-Panel-heading .cxd-Panel-title {
    white-space: nowrap;
  }
  .cxd-Grid-item-search > .cxd-Grid-item--combination:nth-child(1) .cxd-Grid--slider {
    width: 28px;
  }
  .cxd-Grid-item-search > .cxd-Grid-item--combination:nth-child(1) .cxd-Grid--slider .cxd-Grid--sliders {
    z-index: 2;
  }

  .cxd-Grid-col--sm1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
    min-height: 1px;
    border-right: 1px solid var(--saas-border-color);
  }
  .cxd-Grid-col--sm1:last-child {
    border-bottom: 1px solid var(--saas-border-color);
  }
  .cxd-Grid-col--sm1.grid-item {
    margin-bottom: 16px;
  }
  .cxd-Grid-col--sm1.grid-item.combination-grid-box {
    border-bottom: 1px solid var(--saas-border-color) !important;
    border-right: 1px solid var(--saas-border-color) !important;
  }
  .cxd-Grid-col--sm1.grid-item.combination-grid-box .combination-grid-box:last-child {
    border-right: 0 !important;
    margin-right: 0 !important;
    border-bottom: 0 !important;
    margin-bottom: 0 !important;
  }
  .cxd-Grid-col--sm1.grid-item.combination-grid-box {
    width: 200px;
    border-right: 1px solid var(--saas-border-color) !important;
  }

  .cxd-Form--quickEdit .cxd-Grid-col--sm1 {
    border-right: none;
    border-bottom: none;
  }

  .cxd-Grid-col--sm2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
    min-height: 1px;
    border-right: 1px solid var(--saas-border-color);
  }
  .cxd-Grid-col--sm2:last-child {
    border-bottom: 1px solid var(--saas-border-color);
  }
  .cxd-Grid-col--sm2.grid-item {
    margin-bottom: 16px;
  }
  .cxd-Grid-col--sm2.grid-item.combination-grid-box {
    border-bottom: 1px solid var(--saas-border-color) !important;
    border-right: 1px solid var(--saas-border-color) !important;
  }
  .cxd-Grid-col--sm2.grid-item.combination-grid-box .combination-grid-box:last-child {
    border-right: 0 !important;
    margin-right: 0 !important;
    border-bottom: 0 !important;
    margin-bottom: 0 !important;
  }
  .cxd-Grid-col--sm2.grid-item.combination-grid-box {
    width: 200px;
    border-right: 1px solid var(--saas-border-color) !important;
  }

  .cxd-Form--quickEdit .cxd-Grid-col--sm2 {
    border-right: none;
    border-bottom: none;
  }

  .cxd-Grid-col--sm3 {
    flex: 0 0 25%;
    max-width: 25%;
    min-height: 1px;
    border-right: 1px solid var(--saas-border-color);
  }
  .cxd-Grid-col--sm3:last-child {
    border-bottom: 1px solid var(--saas-border-color);
  }
  .cxd-Grid-col--sm3.grid-item {
    margin-bottom: 16px;
  }
  .cxd-Grid-col--sm3.grid-item.combination-grid-box {
    border-bottom: 1px solid var(--saas-border-color) !important;
    border-right: 1px solid var(--saas-border-color) !important;
  }
  .cxd-Grid-col--sm3.grid-item.combination-grid-box .combination-grid-box:last-child {
    border-right: 0 !important;
    margin-right: 0 !important;
    border-bottom: 0 !important;
    margin-bottom: 0 !important;
  }
  .cxd-Grid-col--sm3.grid-item.combination-grid-box {
    width: 200px;
    border-right: 1px solid var(--saas-border-color) !important;
  }

  .cxd-Form--quickEdit .cxd-Grid-col--sm3 {
    border-right: none;
    border-bottom: none;
  }

  .cxd-Grid-col--sm4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    min-height: 1px;
    border-right: 1px solid var(--saas-border-color);
  }
  .cxd-Grid-col--sm4:last-child {
    border-bottom: 1px solid var(--saas-border-color);
  }
  .cxd-Grid-col--sm4.grid-item {
    margin-bottom: 16px;
  }
  .cxd-Grid-col--sm4.grid-item.combination-grid-box {
    border-bottom: 1px solid var(--saas-border-color) !important;
    border-right: 1px solid var(--saas-border-color) !important;
  }
  .cxd-Grid-col--sm4.grid-item.combination-grid-box .combination-grid-box:last-child {
    border-right: 0 !important;
    margin-right: 0 !important;
    border-bottom: 0 !important;
    margin-bottom: 0 !important;
  }
  .cxd-Grid-col--sm4.grid-item.combination-grid-box {
    width: 200px;
    border-right: 1px solid var(--saas-border-color) !important;
  }

  .cxd-Form--quickEdit .cxd-Grid-col--sm4 {
    border-right: none;
    border-bottom: none;
  }

  .cxd-Grid-col--sm5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
    min-height: 1px;
    border-right: 1px solid var(--saas-border-color);
  }
  .cxd-Grid-col--sm5:last-child {
    border-bottom: 1px solid var(--saas-border-color);
  }
  .cxd-Grid-col--sm5.grid-item {
    margin-bottom: 16px;
  }
  .cxd-Grid-col--sm5.grid-item.combination-grid-box {
    border-bottom: 1px solid var(--saas-border-color) !important;
    border-right: 1px solid var(--saas-border-color) !important;
  }
  .cxd-Grid-col--sm5.grid-item.combination-grid-box .combination-grid-box:last-child {
    border-right: 0 !important;
    margin-right: 0 !important;
    border-bottom: 0 !important;
    margin-bottom: 0 !important;
  }
  .cxd-Grid-col--sm5.grid-item.combination-grid-box {
    width: 200px;
    border-right: 1px solid var(--saas-border-color) !important;
  }

  .cxd-Form--quickEdit .cxd-Grid-col--sm5 {
    border-right: none;
    border-bottom: none;
  }

  .cxd-Grid-col--sm6 {
    flex: 0 0 50%;
    max-width: 50%;
    min-height: 1px;
    border-right: 1px solid var(--saas-border-color);
  }
  .cxd-Grid-col--sm6:last-child {
    border-bottom: 1px solid var(--saas-border-color);
  }
  .cxd-Grid-col--sm6.grid-item {
    margin-bottom: 16px;
  }
  .cxd-Grid-col--sm6.grid-item.combination-grid-box {
    border-bottom: 1px solid var(--saas-border-color) !important;
    border-right: 1px solid var(--saas-border-color) !important;
  }
  .cxd-Grid-col--sm6.grid-item.combination-grid-box .combination-grid-box:last-child {
    border-right: 0 !important;
    margin-right: 0 !important;
    border-bottom: 0 !important;
    margin-bottom: 0 !important;
  }
  .cxd-Grid-col--sm6.grid-item.combination-grid-box {
    width: 200px;
    border-right: 1px solid var(--saas-border-color) !important;
  }

  .cxd-Form--quickEdit .cxd-Grid-col--sm6 {
    border-right: none;
    border-bottom: none;
  }

  .cxd-Grid-col--sm7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
    min-height: 1px;
    border-right: 1px solid var(--saas-border-color);
  }
  .cxd-Grid-col--sm7:last-child {
    border-bottom: 1px solid var(--saas-border-color);
  }
  .cxd-Grid-col--sm7.grid-item {
    margin-bottom: 16px;
  }
  .cxd-Grid-col--sm7.grid-item.combination-grid-box {
    border-bottom: 1px solid var(--saas-border-color) !important;
    border-right: 1px solid var(--saas-border-color) !important;
  }
  .cxd-Grid-col--sm7.grid-item.combination-grid-box .combination-grid-box:last-child {
    border-right: 0 !important;
    margin-right: 0 !important;
    border-bottom: 0 !important;
    margin-bottom: 0 !important;
  }
  .cxd-Grid-col--sm7.grid-item.combination-grid-box {
    width: 200px;
    border-right: 1px solid var(--saas-border-color) !important;
  }

  .cxd-Form--quickEdit .cxd-Grid-col--sm7 {
    border-right: none;
    border-bottom: none;
  }

  .cxd-Grid-col--sm8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    min-height: 1px;
    border-right: 1px solid var(--saas-border-color);
  }
  .cxd-Grid-col--sm8:last-child {
    border-bottom: 1px solid var(--saas-border-color);
  }
  .cxd-Grid-col--sm8.grid-item {
    margin-bottom: 16px;
  }
  .cxd-Grid-col--sm8.grid-item.combination-grid-box {
    border-bottom: 1px solid var(--saas-border-color) !important;
    border-right: 1px solid var(--saas-border-color) !important;
  }
  .cxd-Grid-col--sm8.grid-item.combination-grid-box .combination-grid-box:last-child {
    border-right: 0 !important;
    margin-right: 0 !important;
    border-bottom: 0 !important;
    margin-bottom: 0 !important;
  }
  .cxd-Grid-col--sm8.grid-item.combination-grid-box {
    width: 200px;
    border-right: 1px solid var(--saas-border-color) !important;
  }

  .cxd-Form--quickEdit .cxd-Grid-col--sm8 {
    border-right: none;
    border-bottom: none;
  }

  .cxd-Grid-col--sm9 {
    flex: 0 0 75%;
    max-width: 75%;
    min-height: 1px;
    border-right: 1px solid var(--saas-border-color);
  }
  .cxd-Grid-col--sm9:last-child {
    border-bottom: 1px solid var(--saas-border-color);
  }
  .cxd-Grid-col--sm9.grid-item {
    margin-bottom: 16px;
  }
  .cxd-Grid-col--sm9.grid-item.combination-grid-box {
    border-bottom: 1px solid var(--saas-border-color) !important;
    border-right: 1px solid var(--saas-border-color) !important;
  }
  .cxd-Grid-col--sm9.grid-item.combination-grid-box .combination-grid-box:last-child {
    border-right: 0 !important;
    margin-right: 0 !important;
    border-bottom: 0 !important;
    margin-bottom: 0 !important;
  }
  .cxd-Grid-col--sm9.grid-item.combination-grid-box {
    width: 200px;
    border-right: 1px solid var(--saas-border-color) !important;
  }

  .cxd-Form--quickEdit .cxd-Grid-col--sm9 {
    border-right: none;
    border-bottom: none;
  }

  .cxd-Grid-col--sm10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
    min-height: 1px;
    border-right: 1px solid var(--saas-border-color);
  }
  .cxd-Grid-col--sm10:last-child {
    border-bottom: 1px solid var(--saas-border-color);
  }
  .cxd-Grid-col--sm10.grid-item {
    margin-bottom: 16px;
  }
  .cxd-Grid-col--sm10.grid-item.combination-grid-box {
    border-bottom: 1px solid var(--saas-border-color) !important;
    border-right: 1px solid var(--saas-border-color) !important;
  }
  .cxd-Grid-col--sm10.grid-item.combination-grid-box .combination-grid-box:last-child {
    border-right: 0 !important;
    margin-right: 0 !important;
    border-bottom: 0 !important;
    margin-bottom: 0 !important;
  }
  .cxd-Grid-col--sm10.grid-item.combination-grid-box {
    width: 200px;
    border-right: 1px solid var(--saas-border-color) !important;
  }

  .cxd-Form--quickEdit .cxd-Grid-col--sm10 {
    border-right: none;
    border-bottom: none;
  }

  .cxd-Grid-col--sm11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
    min-height: 1px;
    border-right: 1px solid var(--saas-border-color);
  }
  .cxd-Grid-col--sm11:last-child {
    border-bottom: 1px solid var(--saas-border-color);
  }
  .cxd-Grid-col--sm11.grid-item {
    margin-bottom: 16px;
  }
  .cxd-Grid-col--sm11.grid-item.combination-grid-box {
    border-bottom: 1px solid var(--saas-border-color) !important;
    border-right: 1px solid var(--saas-border-color) !important;
  }
  .cxd-Grid-col--sm11.grid-item.combination-grid-box .combination-grid-box:last-child {
    border-right: 0 !important;
    margin-right: 0 !important;
    border-bottom: 0 !important;
    margin-bottom: 0 !important;
  }
  .cxd-Grid-col--sm11.grid-item.combination-grid-box {
    width: 200px;
    border-right: 1px solid var(--saas-border-color) !important;
  }

  .cxd-Form--quickEdit .cxd-Grid-col--sm11 {
    border-right: none;
    border-bottom: none;
  }

  .cxd-Grid-col--sm12 {
    flex: 0 0 100%;
    max-width: 100%;
    min-height: 1px;
    border-right: 1px solid var(--saas-border-color);
  }
  .cxd-Grid-col--sm12:last-child {
    border-bottom: 1px solid var(--saas-border-color);
  }
  .cxd-Grid-col--sm12.grid-item {
    margin-bottom: 16px;
  }
  .cxd-Grid-col--sm12.grid-item.combination-grid-box {
    border-bottom: 1px solid var(--saas-border-color) !important;
    border-right: 1px solid var(--saas-border-color) !important;
  }
  .cxd-Grid-col--sm12.grid-item.combination-grid-box .combination-grid-box:last-child {
    border-right: 0 !important;
    margin-right: 0 !important;
    border-bottom: 0 !important;
    margin-bottom: 0 !important;
  }
  .cxd-Grid-col--sm12.grid-item.combination-grid-box {
    border-right: 0 !important;
    margin-right: 0;
  }

  .cxd-Form--quickEdit .cxd-Grid-col--sm12 {
    border-right: none;
    border-bottom: none;
  }

  .mobile-grid-item {
    margin: 0 auto;
  }
  .mobile-grid-item .cxd-Grid--slider {
    opacity: 0;
  }
  .mobile-grid-item .ant-empty-image svg {
    width: 100%;
  }
  .mobile-grid-item .grid-relative-wrapper {
    height: inherit;
  }
  .mobile-grid-item .grid-relative-wrapper .cxd-Quick-launch {
    border-right: none;
  }
  .mobile-grid-item .grid-relative-wrapper .cxd-Quick-launch-body {
    border-top: none;
  }
  .mobile-grid-item .grid-relative-wrapper .cxd-Quick-launch-top {
    border-top: none;
  }
  .mobile-grid-item.cxd-Grid-col--md12 .grid-relative-wrapper {
    height: 100%;
  }

  .grid-item-fixed {
    position: sticky;
    top: 0;
    z-index: 5;
  }

  .manual-fix-grid {
    position: sticky;
    top: 0;
  }
  .manual-fix-grid .affix-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 4;
    cursor: pointer;
    font-size: 16px;
  }
  .manual-fix-grid .affix-wrapper.fixed {
    color: #3574EE;
  }
  .manual-fix-grid .affix-wrapper:hover {
    color: #777;
  }

  .cxd-Grid.grid-flex-zero {
    flex: 0 !important;
  }
  .cxd-Grid-item-search .mobile-grid-item {
    height: inherit;
  }
  .cxd-Grid-item-search .mobile-grid-item.grid-item.combination-grid-box {
    height: unset;
  }
  .cxd-Grid-item-search .mobile-grid-item.grid-item-fixed {
    height: auto !important;
  }
  .cxd-Grid-col--md12.mobile-grid-item.cxd-Panel-Combination-Filter {
    height: auto;
  }
  .cxd-Grid.grid-chart-item {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .cxd-Grid.grid-chart-item .cxd-Panel-Combination-Filter {
    width: 100%;
  }
  .cxd-Grid.grid-chart-item .cxd-Panel-Combination-Filter,
.cxd-Grid.grid-chart-item .grid-item-fixed {
    flex: unset;
  }
  .cxd-Grid.grid-chart-item .cxd-Panel-Combination-Chart {
    flex: 1;
    min-width: 100%;
  }
  .cxd-Grid.grid-chart-item .cxd-Panel-Combination-Chart .cxd-Panel {
    height: inherit;
  }

  .cxd-Grid-col--sm {
    flex-basis: 0;
    flex-grow: 1;
    min-height: 1px;
    max-width: 100%;
    width: 100%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .cxd-Grid-col--smAuto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .cxd-Grid--slider {
    position: absolute;
    right: 0;
    top: 25%;
    transform: translate(0, -50%);
    cursor: ew-resize;
    font-size: 10px;
    font-weight: 600;
    width: 20px;
    height: 55px;
    border-radius: 2px;
    border: 0px;
    line-height: 1.4;
    text-align: center;
    user-select: none;
    background-color: #fff;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
    z-index: 3;
  }
  .cxd-Grid--slider .cxd-Grid--sliders {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }

  .grid-relative-wrapper {
    position: relative;
    height: 100%;
  }
  .grid-relative-wrapper .cxd-Quick-launch {
    border-right: 1px solid var(--saas-border-color);
  }
  .grid-relative-wrapper .cxd-Quick-launch-header-title {
    font-size: 18px;
    font-weight: 600;
  }
}
@media (min-width: 768px) {
  .cxd-Grid-col--md1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
    min-height: 1px;
    border-right: 1px solid var(--saas-border-color);
  }
  .cxd-Grid-col--md1:last-child {
    border-bottom: 1px solid var(--saas-border-color);
  }
  .cxd-Grid-col--md1.grid-item {
    margin-bottom: 16px;
  }
  .cxd-Grid-col--md1.grid-item.combination-grid-box {
    border-bottom: 1px solid var(--saas-border-color) !important;
    border-right: 1px solid var(--saas-border-color) !important;
  }
  .cxd-Grid-col--md1.grid-item.combination-grid-box .combination-grid-box:last-child {
    border-right: 0 !important;
    margin-right: 0 !important;
    border-bottom: 0 !important;
    margin-bottom: 0 !important;
  }
  .cxd-Grid-col--md1.grid-item.combination-grid-box {
    width: 200px;
    border-right: 1px solid var(--saas-border-color) !important;
  }

  .cxd-Form--quickEdit .cxd-Grid-col--md1 {
    border-right: none;
    border-bottom: none;
  }

  .cxd-Grid-col--md2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
    min-height: 1px;
    border-right: 1px solid var(--saas-border-color);
  }
  .cxd-Grid-col--md2:last-child {
    border-bottom: 1px solid var(--saas-border-color);
  }
  .cxd-Grid-col--md2.grid-item {
    margin-bottom: 16px;
  }
  .cxd-Grid-col--md2.grid-item.combination-grid-box {
    border-bottom: 1px solid var(--saas-border-color) !important;
    border-right: 1px solid var(--saas-border-color) !important;
  }
  .cxd-Grid-col--md2.grid-item.combination-grid-box .combination-grid-box:last-child {
    border-right: 0 !important;
    margin-right: 0 !important;
    border-bottom: 0 !important;
    margin-bottom: 0 !important;
  }
  .cxd-Grid-col--md2.grid-item.combination-grid-box {
    width: 200px;
    border-right: 1px solid var(--saas-border-color) !important;
  }

  .cxd-Form--quickEdit .cxd-Grid-col--md2 {
    border-right: none;
    border-bottom: none;
  }

  .cxd-Grid-col--md3 {
    flex: 0 0 25%;
    max-width: 25%;
    min-height: 1px;
    border-right: 1px solid var(--saas-border-color);
  }
  .cxd-Grid-col--md3:last-child {
    border-bottom: 1px solid var(--saas-border-color);
  }
  .cxd-Grid-col--md3.grid-item {
    margin-bottom: 16px;
  }
  .cxd-Grid-col--md3.grid-item.combination-grid-box {
    border-bottom: 1px solid var(--saas-border-color) !important;
    border-right: 1px solid var(--saas-border-color) !important;
  }
  .cxd-Grid-col--md3.grid-item.combination-grid-box .combination-grid-box:last-child {
    border-right: 0 !important;
    margin-right: 0 !important;
    border-bottom: 0 !important;
    margin-bottom: 0 !important;
  }
  .cxd-Grid-col--md3.grid-item.combination-grid-box {
    width: 200px;
    border-right: 1px solid var(--saas-border-color) !important;
  }

  .cxd-Form--quickEdit .cxd-Grid-col--md3 {
    border-right: none;
    border-bottom: none;
  }

  .cxd-Grid-col--md4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    min-height: 1px;
    border-right: 1px solid var(--saas-border-color);
  }
  .cxd-Grid-col--md4:last-child {
    border-bottom: 1px solid var(--saas-border-color);
  }
  .cxd-Grid-col--md4.grid-item {
    margin-bottom: 16px;
  }
  .cxd-Grid-col--md4.grid-item.combination-grid-box {
    border-bottom: 1px solid var(--saas-border-color) !important;
    border-right: 1px solid var(--saas-border-color) !important;
  }
  .cxd-Grid-col--md4.grid-item.combination-grid-box .combination-grid-box:last-child {
    border-right: 0 !important;
    margin-right: 0 !important;
    border-bottom: 0 !important;
    margin-bottom: 0 !important;
  }
  .cxd-Grid-col--md4.grid-item.combination-grid-box {
    width: 200px;
    border-right: 1px solid var(--saas-border-color) !important;
  }

  .cxd-Form--quickEdit .cxd-Grid-col--md4 {
    border-right: none;
    border-bottom: none;
  }

  .cxd-Grid-col--md5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
    min-height: 1px;
    border-right: 1px solid var(--saas-border-color);
  }
  .cxd-Grid-col--md5:last-child {
    border-bottom: 1px solid var(--saas-border-color);
  }
  .cxd-Grid-col--md5.grid-item {
    margin-bottom: 16px;
  }
  .cxd-Grid-col--md5.grid-item.combination-grid-box {
    border-bottom: 1px solid var(--saas-border-color) !important;
    border-right: 1px solid var(--saas-border-color) !important;
  }
  .cxd-Grid-col--md5.grid-item.combination-grid-box .combination-grid-box:last-child {
    border-right: 0 !important;
    margin-right: 0 !important;
    border-bottom: 0 !important;
    margin-bottom: 0 !important;
  }
  .cxd-Grid-col--md5.grid-item.combination-grid-box {
    width: 200px;
    border-right: 1px solid var(--saas-border-color) !important;
  }

  .cxd-Form--quickEdit .cxd-Grid-col--md5 {
    border-right: none;
    border-bottom: none;
  }

  .cxd-Grid-col--md6 {
    flex: 0 0 50%;
    max-width: 50%;
    min-height: 1px;
    border-right: 1px solid var(--saas-border-color);
  }
  .cxd-Grid-col--md6:last-child {
    border-bottom: 1px solid var(--saas-border-color);
  }
  .cxd-Grid-col--md6.grid-item {
    margin-bottom: 16px;
  }
  .cxd-Grid-col--md6.grid-item.combination-grid-box {
    border-bottom: 1px solid var(--saas-border-color) !important;
    border-right: 1px solid var(--saas-border-color) !important;
  }
  .cxd-Grid-col--md6.grid-item.combination-grid-box .combination-grid-box:last-child {
    border-right: 0 !important;
    margin-right: 0 !important;
    border-bottom: 0 !important;
    margin-bottom: 0 !important;
  }
  .cxd-Grid-col--md6.grid-item.combination-grid-box {
    width: 200px;
    border-right: 1px solid var(--saas-border-color) !important;
  }

  .cxd-Form--quickEdit .cxd-Grid-col--md6 {
    border-right: none;
    border-bottom: none;
  }

  .cxd-Grid-col--md7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
    min-height: 1px;
    border-right: 1px solid var(--saas-border-color);
  }
  .cxd-Grid-col--md7:last-child {
    border-bottom: 1px solid var(--saas-border-color);
  }
  .cxd-Grid-col--md7.grid-item {
    margin-bottom: 16px;
  }
  .cxd-Grid-col--md7.grid-item.combination-grid-box {
    border-bottom: 1px solid var(--saas-border-color) !important;
    border-right: 1px solid var(--saas-border-color) !important;
  }
  .cxd-Grid-col--md7.grid-item.combination-grid-box .combination-grid-box:last-child {
    border-right: 0 !important;
    margin-right: 0 !important;
    border-bottom: 0 !important;
    margin-bottom: 0 !important;
  }
  .cxd-Grid-col--md7.grid-item.combination-grid-box {
    width: 200px;
    border-right: 1px solid var(--saas-border-color) !important;
  }

  .cxd-Form--quickEdit .cxd-Grid-col--md7 {
    border-right: none;
    border-bottom: none;
  }

  .cxd-Grid-col--md8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    min-height: 1px;
    border-right: 1px solid var(--saas-border-color);
  }
  .cxd-Grid-col--md8:last-child {
    border-bottom: 1px solid var(--saas-border-color);
  }
  .cxd-Grid-col--md8.grid-item {
    margin-bottom: 16px;
  }
  .cxd-Grid-col--md8.grid-item.combination-grid-box {
    border-bottom: 1px solid var(--saas-border-color) !important;
    border-right: 1px solid var(--saas-border-color) !important;
  }
  .cxd-Grid-col--md8.grid-item.combination-grid-box .combination-grid-box:last-child {
    border-right: 0 !important;
    margin-right: 0 !important;
    border-bottom: 0 !important;
    margin-bottom: 0 !important;
  }
  .cxd-Grid-col--md8.grid-item.combination-grid-box {
    width: 200px;
    border-right: 1px solid var(--saas-border-color) !important;
  }

  .cxd-Form--quickEdit .cxd-Grid-col--md8 {
    border-right: none;
    border-bottom: none;
  }

  .cxd-Grid-col--md9 {
    flex: 0 0 75%;
    max-width: 75%;
    min-height: 1px;
    border-right: 1px solid var(--saas-border-color);
  }
  .cxd-Grid-col--md9:last-child {
    border-bottom: 1px solid var(--saas-border-color);
  }
  .cxd-Grid-col--md9.grid-item {
    margin-bottom: 16px;
  }
  .cxd-Grid-col--md9.grid-item.combination-grid-box {
    border-bottom: 1px solid var(--saas-border-color) !important;
    border-right: 1px solid var(--saas-border-color) !important;
  }
  .cxd-Grid-col--md9.grid-item.combination-grid-box .combination-grid-box:last-child {
    border-right: 0 !important;
    margin-right: 0 !important;
    border-bottom: 0 !important;
    margin-bottom: 0 !important;
  }
  .cxd-Grid-col--md9.grid-item.combination-grid-box {
    width: 200px;
    border-right: 1px solid var(--saas-border-color) !important;
  }

  .cxd-Form--quickEdit .cxd-Grid-col--md9 {
    border-right: none;
    border-bottom: none;
  }

  .cxd-Grid-col--md10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
    min-height: 1px;
    border-right: 1px solid var(--saas-border-color);
  }
  .cxd-Grid-col--md10:last-child {
    border-bottom: 1px solid var(--saas-border-color);
  }
  .cxd-Grid-col--md10.grid-item {
    margin-bottom: 16px;
  }
  .cxd-Grid-col--md10.grid-item.combination-grid-box {
    border-bottom: 1px solid var(--saas-border-color) !important;
    border-right: 1px solid var(--saas-border-color) !important;
  }
  .cxd-Grid-col--md10.grid-item.combination-grid-box .combination-grid-box:last-child {
    border-right: 0 !important;
    margin-right: 0 !important;
    border-bottom: 0 !important;
    margin-bottom: 0 !important;
  }
  .cxd-Grid-col--md10.grid-item.combination-grid-box {
    width: 200px;
    border-right: 1px solid var(--saas-border-color) !important;
  }

  .cxd-Form--quickEdit .cxd-Grid-col--md10 {
    border-right: none;
    border-bottom: none;
  }

  .cxd-Grid-col--md11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
    min-height: 1px;
    border-right: 1px solid var(--saas-border-color);
  }
  .cxd-Grid-col--md11:last-child {
    border-bottom: 1px solid var(--saas-border-color);
  }
  .cxd-Grid-col--md11.grid-item {
    margin-bottom: 16px;
  }
  .cxd-Grid-col--md11.grid-item.combination-grid-box {
    border-bottom: 1px solid var(--saas-border-color) !important;
    border-right: 1px solid var(--saas-border-color) !important;
  }
  .cxd-Grid-col--md11.grid-item.combination-grid-box .combination-grid-box:last-child {
    border-right: 0 !important;
    margin-right: 0 !important;
    border-bottom: 0 !important;
    margin-bottom: 0 !important;
  }
  .cxd-Grid-col--md11.grid-item.combination-grid-box {
    width: 200px;
    border-right: 1px solid var(--saas-border-color) !important;
  }

  .cxd-Form--quickEdit .cxd-Grid-col--md11 {
    border-right: none;
    border-bottom: none;
  }

  .cxd-Grid-col--md12 {
    flex: 0 0 100%;
    max-width: 100%;
    min-height: 1px;
    border-right: 1px solid var(--saas-border-color);
  }
  .cxd-Grid-col--md12:last-child {
    border-bottom: 1px solid var(--saas-border-color);
  }
  .cxd-Grid-col--md12.grid-item {
    margin-bottom: 16px;
  }
  .cxd-Grid-col--md12.grid-item.combination-grid-box {
    border-bottom: 1px solid var(--saas-border-color) !important;
    border-right: 1px solid var(--saas-border-color) !important;
  }
  .cxd-Grid-col--md12.grid-item.combination-grid-box .combination-grid-box:last-child {
    border-right: 0 !important;
    margin-right: 0 !important;
    border-bottom: 0 !important;
    margin-bottom: 0 !important;
  }
  .cxd-Grid-col--md12.grid-item.combination-grid-box {
    border-right: 0 !important;
    margin-right: 0;
  }

  .cxd-Form--quickEdit .cxd-Grid-col--md12 {
    border-right: none;
    border-bottom: none;
  }

  .mobile-grid-item {
    margin: 0 auto;
  }
  .mobile-grid-item .cxd-Grid--slider {
    opacity: 0;
  }
  .mobile-grid-item .ant-empty-image svg {
    width: 100%;
  }
  .mobile-grid-item .grid-relative-wrapper {
    height: inherit;
  }
  .mobile-grid-item .grid-relative-wrapper .cxd-Quick-launch {
    border-right: none;
  }
  .mobile-grid-item .grid-relative-wrapper .cxd-Quick-launch-body {
    border-top: none;
  }
  .mobile-grid-item .grid-relative-wrapper .cxd-Quick-launch-top {
    border-top: none;
  }
  .mobile-grid-item.cxd-Grid-col--md12 .grid-relative-wrapper {
    height: 100%;
  }

  .grid-item-fixed {
    position: sticky;
    top: 0;
    z-index: 5;
  }

  .manual-fix-grid {
    position: sticky;
    top: 0;
  }
  .manual-fix-grid .affix-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 4;
    cursor: pointer;
    font-size: 16px;
  }
  .manual-fix-grid .affix-wrapper.fixed {
    color: #3574EE;
  }
  .manual-fix-grid .affix-wrapper:hover {
    color: #777;
  }

  .cxd-Grid.grid-flex-zero {
    flex: 0 !important;
  }
  .cxd-Grid-item-search .mobile-grid-item {
    height: inherit;
  }
  .cxd-Grid-item-search .mobile-grid-item.grid-item.combination-grid-box {
    height: unset;
  }
  .cxd-Grid-item-search .mobile-grid-item.grid-item-fixed {
    height: auto !important;
  }
  .cxd-Grid-col--md12.mobile-grid-item.cxd-Panel-Combination-Filter {
    height: auto;
  }
  .cxd-Grid.grid-chart-item {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .cxd-Grid.grid-chart-item .cxd-Panel-Combination-Filter {
    width: 100%;
  }
  .cxd-Grid.grid-chart-item .cxd-Panel-Combination-Filter,
.cxd-Grid.grid-chart-item .grid-item-fixed {
    flex: unset;
  }
  .cxd-Grid.grid-chart-item .cxd-Panel-Combination-Chart {
    flex: 1;
    min-width: 100%;
  }
  .cxd-Grid.grid-chart-item .cxd-Panel-Combination-Chart .cxd-Panel {
    height: inherit;
  }

  .cxd-Grid-col--md {
    flex-basis: 0;
    flex-grow: 1;
    min-height: 1px;
    max-width: 100%;
    width: 100%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .cxd-Grid-col--mdAuto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .cxd-Grid--slider {
    position: absolute;
    right: 0;
    top: 25%;
    transform: translate(0, -50%);
    cursor: ew-resize;
    font-size: 10px;
    font-weight: 600;
    width: 20px;
    height: 55px;
    border-radius: 2px;
    border: 0px;
    line-height: 1.4;
    text-align: center;
    user-select: none;
    background-color: #fff;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
    z-index: 3;
  }
  .cxd-Grid--slider .cxd-Grid--sliders {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }

  .grid-relative-wrapper {
    position: relative;
    height: 100%;
  }
  .grid-relative-wrapper .cxd-Quick-launch {
    border-right: 1px solid var(--saas-border-color);
  }
  .grid-relative-wrapper .cxd-Quick-launch-header-title {
    font-size: 18px;
    font-weight: 600;
  }
}
@media (min-width: 992px) {
  .cxd-Grid-col--lg1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
    min-height: 1px;
    border-right: 1px solid var(--saas-border-color);
  }
  .cxd-Grid-col--lg1:last-child {
    border-bottom: 1px solid var(--saas-border-color);
  }
  .cxd-Grid-col--lg1.grid-item {
    margin-bottom: 16px;
  }
  .cxd-Grid-col--lg1.grid-item.combination-grid-box {
    border-bottom: 1px solid var(--saas-border-color) !important;
    border-right: 1px solid var(--saas-border-color) !important;
  }
  .cxd-Grid-col--lg1.grid-item.combination-grid-box .combination-grid-box:last-child {
    border-right: 0 !important;
    margin-right: 0 !important;
    border-bottom: 0 !important;
    margin-bottom: 0 !important;
  }
  .cxd-Grid-col--lg1.grid-item.combination-grid-box {
    width: 200px;
    border-right: 1px solid var(--saas-border-color) !important;
  }

  .cxd-Form--quickEdit .cxd-Grid-col--lg1 {
    border-right: none;
    border-bottom: none;
  }

  .cxd-Grid-col--lg2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
    min-height: 1px;
    border-right: 1px solid var(--saas-border-color);
  }
  .cxd-Grid-col--lg2:last-child {
    border-bottom: 1px solid var(--saas-border-color);
  }
  .cxd-Grid-col--lg2.grid-item {
    margin-bottom: 16px;
  }
  .cxd-Grid-col--lg2.grid-item.combination-grid-box {
    border-bottom: 1px solid var(--saas-border-color) !important;
    border-right: 1px solid var(--saas-border-color) !important;
  }
  .cxd-Grid-col--lg2.grid-item.combination-grid-box .combination-grid-box:last-child {
    border-right: 0 !important;
    margin-right: 0 !important;
    border-bottom: 0 !important;
    margin-bottom: 0 !important;
  }
  .cxd-Grid-col--lg2.grid-item.combination-grid-box {
    width: 200px;
    border-right: 1px solid var(--saas-border-color) !important;
  }

  .cxd-Form--quickEdit .cxd-Grid-col--lg2 {
    border-right: none;
    border-bottom: none;
  }

  .cxd-Grid-col--lg3 {
    flex: 0 0 25%;
    max-width: 25%;
    min-height: 1px;
    border-right: 1px solid var(--saas-border-color);
  }
  .cxd-Grid-col--lg3:last-child {
    border-bottom: 1px solid var(--saas-border-color);
  }
  .cxd-Grid-col--lg3.grid-item {
    margin-bottom: 16px;
  }
  .cxd-Grid-col--lg3.grid-item.combination-grid-box {
    border-bottom: 1px solid var(--saas-border-color) !important;
    border-right: 1px solid var(--saas-border-color) !important;
  }
  .cxd-Grid-col--lg3.grid-item.combination-grid-box .combination-grid-box:last-child {
    border-right: 0 !important;
    margin-right: 0 !important;
    border-bottom: 0 !important;
    margin-bottom: 0 !important;
  }
  .cxd-Grid-col--lg3.grid-item.combination-grid-box {
    width: 200px;
    border-right: 1px solid var(--saas-border-color) !important;
  }

  .cxd-Form--quickEdit .cxd-Grid-col--lg3 {
    border-right: none;
    border-bottom: none;
  }

  .cxd-Grid-col--lg4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    min-height: 1px;
    border-right: 1px solid var(--saas-border-color);
  }
  .cxd-Grid-col--lg4:last-child {
    border-bottom: 1px solid var(--saas-border-color);
  }
  .cxd-Grid-col--lg4.grid-item {
    margin-bottom: 16px;
  }
  .cxd-Grid-col--lg4.grid-item.combination-grid-box {
    border-bottom: 1px solid var(--saas-border-color) !important;
    border-right: 1px solid var(--saas-border-color) !important;
  }
  .cxd-Grid-col--lg4.grid-item.combination-grid-box .combination-grid-box:last-child {
    border-right: 0 !important;
    margin-right: 0 !important;
    border-bottom: 0 !important;
    margin-bottom: 0 !important;
  }
  .cxd-Grid-col--lg4.grid-item.combination-grid-box {
    width: 200px;
    border-right: 1px solid var(--saas-border-color) !important;
  }

  .cxd-Form--quickEdit .cxd-Grid-col--lg4 {
    border-right: none;
    border-bottom: none;
  }

  .cxd-Grid-col--lg5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
    min-height: 1px;
    border-right: 1px solid var(--saas-border-color);
  }
  .cxd-Grid-col--lg5:last-child {
    border-bottom: 1px solid var(--saas-border-color);
  }
  .cxd-Grid-col--lg5.grid-item {
    margin-bottom: 16px;
  }
  .cxd-Grid-col--lg5.grid-item.combination-grid-box {
    border-bottom: 1px solid var(--saas-border-color) !important;
    border-right: 1px solid var(--saas-border-color) !important;
  }
  .cxd-Grid-col--lg5.grid-item.combination-grid-box .combination-grid-box:last-child {
    border-right: 0 !important;
    margin-right: 0 !important;
    border-bottom: 0 !important;
    margin-bottom: 0 !important;
  }
  .cxd-Grid-col--lg5.grid-item.combination-grid-box {
    width: 200px;
    border-right: 1px solid var(--saas-border-color) !important;
  }

  .cxd-Form--quickEdit .cxd-Grid-col--lg5 {
    border-right: none;
    border-bottom: none;
  }

  .cxd-Grid-col--lg6 {
    flex: 0 0 50%;
    max-width: 50%;
    min-height: 1px;
    border-right: 1px solid var(--saas-border-color);
  }
  .cxd-Grid-col--lg6:last-child {
    border-bottom: 1px solid var(--saas-border-color);
  }
  .cxd-Grid-col--lg6.grid-item {
    margin-bottom: 16px;
  }
  .cxd-Grid-col--lg6.grid-item.combination-grid-box {
    border-bottom: 1px solid var(--saas-border-color) !important;
    border-right: 1px solid var(--saas-border-color) !important;
  }
  .cxd-Grid-col--lg6.grid-item.combination-grid-box .combination-grid-box:last-child {
    border-right: 0 !important;
    margin-right: 0 !important;
    border-bottom: 0 !important;
    margin-bottom: 0 !important;
  }
  .cxd-Grid-col--lg6.grid-item.combination-grid-box {
    width: 200px;
    border-right: 1px solid var(--saas-border-color) !important;
  }

  .cxd-Form--quickEdit .cxd-Grid-col--lg6 {
    border-right: none;
    border-bottom: none;
  }

  .cxd-Grid-col--lg7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
    min-height: 1px;
    border-right: 1px solid var(--saas-border-color);
  }
  .cxd-Grid-col--lg7:last-child {
    border-bottom: 1px solid var(--saas-border-color);
  }
  .cxd-Grid-col--lg7.grid-item {
    margin-bottom: 16px;
  }
  .cxd-Grid-col--lg7.grid-item.combination-grid-box {
    border-bottom: 1px solid var(--saas-border-color) !important;
    border-right: 1px solid var(--saas-border-color) !important;
  }
  .cxd-Grid-col--lg7.grid-item.combination-grid-box .combination-grid-box:last-child {
    border-right: 0 !important;
    margin-right: 0 !important;
    border-bottom: 0 !important;
    margin-bottom: 0 !important;
  }
  .cxd-Grid-col--lg7.grid-item.combination-grid-box {
    width: 200px;
    border-right: 1px solid var(--saas-border-color) !important;
  }

  .cxd-Form--quickEdit .cxd-Grid-col--lg7 {
    border-right: none;
    border-bottom: none;
  }

  .cxd-Grid-col--lg8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    min-height: 1px;
    border-right: 1px solid var(--saas-border-color);
  }
  .cxd-Grid-col--lg8:last-child {
    border-bottom: 1px solid var(--saas-border-color);
  }
  .cxd-Grid-col--lg8.grid-item {
    margin-bottom: 16px;
  }
  .cxd-Grid-col--lg8.grid-item.combination-grid-box {
    border-bottom: 1px solid var(--saas-border-color) !important;
    border-right: 1px solid var(--saas-border-color) !important;
  }
  .cxd-Grid-col--lg8.grid-item.combination-grid-box .combination-grid-box:last-child {
    border-right: 0 !important;
    margin-right: 0 !important;
    border-bottom: 0 !important;
    margin-bottom: 0 !important;
  }
  .cxd-Grid-col--lg8.grid-item.combination-grid-box {
    width: 200px;
    border-right: 1px solid var(--saas-border-color) !important;
  }

  .cxd-Form--quickEdit .cxd-Grid-col--lg8 {
    border-right: none;
    border-bottom: none;
  }

  .cxd-Grid-col--lg9 {
    flex: 0 0 75%;
    max-width: 75%;
    min-height: 1px;
    border-right: 1px solid var(--saas-border-color);
  }
  .cxd-Grid-col--lg9:last-child {
    border-bottom: 1px solid var(--saas-border-color);
  }
  .cxd-Grid-col--lg9.grid-item {
    margin-bottom: 16px;
  }
  .cxd-Grid-col--lg9.grid-item.combination-grid-box {
    border-bottom: 1px solid var(--saas-border-color) !important;
    border-right: 1px solid var(--saas-border-color) !important;
  }
  .cxd-Grid-col--lg9.grid-item.combination-grid-box .combination-grid-box:last-child {
    border-right: 0 !important;
    margin-right: 0 !important;
    border-bottom: 0 !important;
    margin-bottom: 0 !important;
  }
  .cxd-Grid-col--lg9.grid-item.combination-grid-box {
    width: 200px;
    border-right: 1px solid var(--saas-border-color) !important;
  }

  .cxd-Form--quickEdit .cxd-Grid-col--lg9 {
    border-right: none;
    border-bottom: none;
  }

  .cxd-Grid-col--lg10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
    min-height: 1px;
    border-right: 1px solid var(--saas-border-color);
  }
  .cxd-Grid-col--lg10:last-child {
    border-bottom: 1px solid var(--saas-border-color);
  }
  .cxd-Grid-col--lg10.grid-item {
    margin-bottom: 16px;
  }
  .cxd-Grid-col--lg10.grid-item.combination-grid-box {
    border-bottom: 1px solid var(--saas-border-color) !important;
    border-right: 1px solid var(--saas-border-color) !important;
  }
  .cxd-Grid-col--lg10.grid-item.combination-grid-box .combination-grid-box:last-child {
    border-right: 0 !important;
    margin-right: 0 !important;
    border-bottom: 0 !important;
    margin-bottom: 0 !important;
  }
  .cxd-Grid-col--lg10.grid-item.combination-grid-box {
    width: 200px;
    border-right: 1px solid var(--saas-border-color) !important;
  }

  .cxd-Form--quickEdit .cxd-Grid-col--lg10 {
    border-right: none;
    border-bottom: none;
  }

  .cxd-Grid-col--lg11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
    min-height: 1px;
    border-right: 1px solid var(--saas-border-color);
  }
  .cxd-Grid-col--lg11:last-child {
    border-bottom: 1px solid var(--saas-border-color);
  }
  .cxd-Grid-col--lg11.grid-item {
    margin-bottom: 16px;
  }
  .cxd-Grid-col--lg11.grid-item.combination-grid-box {
    border-bottom: 1px solid var(--saas-border-color) !important;
    border-right: 1px solid var(--saas-border-color) !important;
  }
  .cxd-Grid-col--lg11.grid-item.combination-grid-box .combination-grid-box:last-child {
    border-right: 0 !important;
    margin-right: 0 !important;
    border-bottom: 0 !important;
    margin-bottom: 0 !important;
  }
  .cxd-Grid-col--lg11.grid-item.combination-grid-box {
    width: 200px;
    border-right: 1px solid var(--saas-border-color) !important;
  }

  .cxd-Form--quickEdit .cxd-Grid-col--lg11 {
    border-right: none;
    border-bottom: none;
  }

  .cxd-Grid-col--lg12 {
    flex: 0 0 100%;
    max-width: 100%;
    min-height: 1px;
    border-right: 1px solid var(--saas-border-color);
  }
  .cxd-Grid-col--lg12:last-child {
    border-bottom: 1px solid var(--saas-border-color);
  }
  .cxd-Grid-col--lg12.grid-item {
    margin-bottom: 16px;
  }
  .cxd-Grid-col--lg12.grid-item.combination-grid-box {
    border-bottom: 1px solid var(--saas-border-color) !important;
    border-right: 1px solid var(--saas-border-color) !important;
  }
  .cxd-Grid-col--lg12.grid-item.combination-grid-box .combination-grid-box:last-child {
    border-right: 0 !important;
    margin-right: 0 !important;
    border-bottom: 0 !important;
    margin-bottom: 0 !important;
  }
  .cxd-Grid-col--lg12.grid-item.combination-grid-box {
    border-right: 0 !important;
    margin-right: 0;
  }

  .cxd-Form--quickEdit .cxd-Grid-col--lg12 {
    border-right: none;
    border-bottom: none;
  }

  .mobile-grid-item {
    margin: 0 auto;
  }
  .mobile-grid-item .cxd-Grid--slider {
    opacity: 0;
  }
  .mobile-grid-item .ant-empty-image svg {
    width: 100%;
  }
  .mobile-grid-item .grid-relative-wrapper {
    height: inherit;
  }
  .mobile-grid-item .grid-relative-wrapper .cxd-Quick-launch {
    border-right: none;
  }
  .mobile-grid-item .grid-relative-wrapper .cxd-Quick-launch-body {
    border-top: none;
  }
  .mobile-grid-item .grid-relative-wrapper .cxd-Quick-launch-top {
    border-top: none;
  }
  .mobile-grid-item.cxd-Grid-col--md12 .grid-relative-wrapper {
    height: 100%;
  }

  .grid-item-fixed {
    position: sticky;
    top: 0;
    z-index: 5;
  }

  .manual-fix-grid {
    position: sticky;
    top: 0;
  }
  .manual-fix-grid .affix-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 4;
    cursor: pointer;
    font-size: 16px;
  }
  .manual-fix-grid .affix-wrapper.fixed {
    color: #3574EE;
  }
  .manual-fix-grid .affix-wrapper:hover {
    color: #777;
  }

  .cxd-Grid.grid-flex-zero {
    flex: 0 !important;
  }
  .cxd-Grid-item-search .mobile-grid-item {
    height: inherit;
  }
  .cxd-Grid-item-search .mobile-grid-item.grid-item.combination-grid-box {
    height: unset;
  }
  .cxd-Grid-item-search .mobile-grid-item.grid-item-fixed {
    height: auto !important;
  }
  .cxd-Grid-col--md12.mobile-grid-item.cxd-Panel-Combination-Filter {
    height: auto;
  }
  .cxd-Grid.grid-chart-item {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .cxd-Grid.grid-chart-item .cxd-Panel-Combination-Filter {
    width: 100%;
  }
  .cxd-Grid.grid-chart-item .cxd-Panel-Combination-Filter,
.cxd-Grid.grid-chart-item .grid-item-fixed {
    flex: unset;
  }
  .cxd-Grid.grid-chart-item .cxd-Panel-Combination-Chart {
    flex: 1;
    min-width: 100%;
  }
  .cxd-Grid.grid-chart-item .cxd-Panel-Combination-Chart .cxd-Panel {
    height: inherit;
  }

  .cxd-Grid-col--lg {
    flex-basis: 0;
    flex-grow: 1;
    min-height: 1px;
    max-width: 100%;
    width: 100%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .cxd-Grid-col--lgAuto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .cxd-Grid--slider {
    position: absolute;
    right: 0;
    top: 25%;
    transform: translate(0, -50%);
    cursor: ew-resize;
    font-size: 10px;
    font-weight: 600;
    width: 20px;
    height: 55px;
    border-radius: 2px;
    border: 0px;
    line-height: 1.4;
    text-align: center;
    user-select: none;
    background-color: #fff;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
    z-index: 3;
  }
  .cxd-Grid--slider .cxd-Grid--sliders {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }

  .grid-relative-wrapper {
    position: relative;
    height: 100%;
  }
  .grid-relative-wrapper .cxd-Quick-launch {
    border-right: 1px solid var(--saas-border-color);
  }
  .grid-relative-wrapper .cxd-Quick-launch-header-title {
    font-size: 18px;
    font-weight: 600;
  }
}
.cxd-Grid--none {
  margin-left: 0;
  margin-right: 0;
}
.cxd-Grid--none > div {
  padding-left: 0;
  padding-right: 0;
}

.cxd-Grid--xs {
  margin-left: calc(var(--gap-xs) * -0.5);
  margin-right: calc(var(--gap-xs) * -0.5);
}
.cxd-Grid--xs > div {
  padding-left: calc(var(--gap-xs) * 0.5);
  padding-right: calc(var(--gap-xs) * 0.5);
}

.cxd-Grid--sm {
  margin-left: calc(var(--gap-sm) * -0.5);
  margin-right: calc(var(--gap-sm) * -0.5);
}
.cxd-Grid--sm > div {
  padding-left: calc(var(--gap-sm) * 0.5);
  padding-right: calc(var(--gap-sm) * 0.5);
}

.cxd-Grid--base {
  margin-left: calc(var(--gap-base) * -0.5);
  margin-right: calc(var(--gap-base) * -0.5);
}
.cxd-Grid--base > div {
  padding-left: calc(var(--gap-base) * 0.5);
  padding-right: calc(var(--gap-base) * 0.5);
}

.cxd-Grid--md {
  margin-left: calc(var(--gap-md) * -0.5);
  margin-right: calc(var(--gap-md) * -0.5);
}
.cxd-Grid--md > div {
  padding-left: calc(var(--gap-md) * 0.5);
  padding-right: calc(var(--gap-md) * 0.5);
}

.cxd-Grid--lg {
  margin-left: calc(var(--gap-lg) * -0.5);
  margin-right: calc(var(--gap-lg) * -0.5);
}
.cxd-Grid--lg > div {
  padding-left: calc(var(--gap-lg) * 0.5);
  padding-right: calc(var(--gap-lg) * 0.5);
}

.cxd-Grid .grid-flex-auto {
  flex: 0 1;
}
.cxd-Grid .grid-flex-auto .align-self-start {
  align-self: flex-start;
}
.cxd-Grid-col--md,
.cxd-Grid .grid-item {
  background: var(--Page-main-bg);
}
.cxd-Grid-col--md .cxd-Grid .cxd-Grid-col--md12,
.cxd-Grid-col--md .cxd-Grid .cxd-Grid-col--md,
.cxd-Grid-col--md .cxd-Grid .grid-item,
.cxd-Grid .grid-item .cxd-Grid .cxd-Grid-col--md12,
.cxd-Grid .grid-item .cxd-Grid .cxd-Grid-col--md,
.cxd-Grid .grid-item .cxd-Grid .grid-item {
  border-right: 0;
  box-shadow: none;
  padding: 0;
  box-shadow: none;
}
.cxd-Grid--block {
  display: block !important;
}

@media (max-width: 767px) {
  .cxd-Grid {
    padding: 0 8px;
    background-color: var(--saas-Background-Header);
  }
  .cxd-Grid .cxd-Grid {
    padding: 0 auto;
  }
  .cxd-Grid > .inline-grid-item {
    display: inline-block;
  }
  .cxd-Grid > .inline-grid-item.cxd-Grid-col--md1 {
    width: 8.33333333%;
  }
  .cxd-Grid > .inline-grid-item.cxd-Grid-col--md2 {
    width: 16.66666666%;
  }
  .cxd-Grid > .inline-grid-item.cxd-Grid-col--md3 {
    width: 25%;
  }
  .cxd-Grid > .inline-grid-item.cxd-Grid-col--md4 {
    width: 33.33333333%;
  }
  .cxd-Grid > .inline-grid-item.cxd-Grid-col--md6 {
    width: 50%;
  }
  .cxd-Grid > .inline-grid-item.cxd-Grid-col--md9 {
    width: 75%;
  }
  .cxd-Grid > .inline-grid-item.cxd-Grid-col--md12 {
    width: 100%;
  }
}
.cxd-Scan-code-container > .cxd-Grid > .mobile-grid-item {
  height: auto;
}

.cxd-AsideNav::before, .cxd-AsideNav::after {
  display: table;
  content: "";
}
.cxd-AsideNav::after {
  clear: both;
}
.cxd-AsideNav-label {
  color: var(--Layout-asideLabel-color);
  margin-top: var(--gap-base);
  margin-bottom: var(--gap-sm);
  font-size: var(--fontSizeXs);
  padding-left: var(--gap-base);
  padding-right: var(--gap-base);
}
.cxd-AsideNav-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cxd-AsideNav-itemArrow {
  float: right;
  display: block;
  width: var(--gap-md);
  text-align: center;
  line-height: 1.0625rem;
  margin-top: 0.125rem;
}
.cxd-AsideNav-itemArrow:empty:before {
  content: "";
  display: inline-block;
  transform-origin: center;
  transition: transform var(--animation-duration) ease;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB2aWV3Qm94PSIwIDAgNTEzIDEwMjEiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+Cgk8ZyBpZD0icmlnaHQtYXJyb3ciIGZpbGw9IiNmZmZmZmYiIGZpbGwtcnVsZT0ibm9uemVybyI+CgkJPHBhdGggZD0iTTU2LjU1OTA1NCwxMDEzLjc3MzY5IEw1MTIuOTA4MTE2LDUxMi42ODQ1MjQgTDU2LjU1OTA1NCwxMi4yMzQ1MDEgQzQ5LjQxMTQ2NzgsMi45MzQ1NTkxMiAzNy42NjY0MjM4LC0xLjU5MTg4MTc2IDI2LjEyNjIzMjQsMC41MDU5NDgyNDYgQzE0LjU4NjA0MSwyLjYwMzc3ODI1IDUuMTg1NDQ0MDksMTAuOTc0MTcyNyAxLjc2ODE1NTE2LDIyLjE5NDY0NzEgQy0xLjY0OTEzMzc3LDMzLjQxNTEyMTQgMS40ODk4MDIyOCw0NS42MDQ1MzUxIDkuOTAxNTE2LDUzLjc3ODg4NCBMNDI0LjcwNjE5Nyw1MTIuNjg0NTI0IEwxMi40NTgwOTQsOTY5LjY3MjczMSBDMi40NTgyMDU5Niw5ODIuNTUxNDk4IDQuMDEyOTc3MzcsMTAwMC45NDgzIDE2LjAzMjQ0MjIsMTAxMS45NjYxNSBDMjguMDUxOTA3MSwxMDIyLjk4Mzk5IDQ2LjUxNDIzNDYsMTAyMi45MzYxOSA1OC40NzY0ODcsMTAxMS44NTYyNiBMNTYuNTU5MDU0LDEwMTMuNzczNjkgWiIgaWQ9Iui3r+W+hCI+CgkJPC9wYXRoPgoJPC9nPgo8L3N2Zz4K);
  width: 0.625rem;
  height: 0.625rem;
  background-position: center center;
  background-repeat: no-repeat;
}
.cxd-AsideNav-item.is-open > a > .cxd-AsideNav-itemArrow:empty:before {
  transform: rotate(90deg);
  color: var(--Layout-asideLink-onActive-arrowColor);
}
.cxd-AsideNav-itemArrow > svg {
  color: var(--Layout-asideLink-color);
  width: 0.625rem;
  height: 0.625rem;
  transform-origin: center;
  transition: transform var(--animation-duration) ease;
}
.cxd-AsideNav-item.is-open > a > .cxd-AsideNav-itemArrow > svg {
  transform: rotate(90deg);
}
.cxd-AsideNav-itemBadge {
  padding: 0.125rem var(--gap-xs);
  margin-top: 0.125rem;
  font-size: var(--fontSizeXs);
  text-shadow: 0 0.0625rem 0 rgba(0, 0, 0, 0.2);
  float: right;
  min-width: 0.0625rem;
  line-height: 1;
  font-weight: var(--fontWeightBold);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.625rem;
}
.cxd-AsideNav-itemIcon {
  margin: calc( ( var(--Layout-nav-height) - var(--lineHeightBase) * var(--Layout-asideLink-fontSize) ) / -2 ) -0.625rem;
  line-height: var(--Layout-nav-height);
  width: var(--Layout-nav-height);
  vertical-align: middle;
  float: left;
  margin-right: 0;
  text-align: center;
  position: relative;
  overflow: hidden;
  color: var(--Layout-asideLink-iconColor);
  font-size: var(--Layout-asideLink-onHover-iconSize);
}
.cxd-AsideNav-itemIcon:before {
  position: relative;
  z-index: 2;
}
.cxd-AsideNav-subList {
  margin: 0;
  padding: 0;
  opacity: 0;
  height: 0;
  overflow: hidden;
  margin-left: calc(var(--gap-md) * -1);
  transition: all var(--animation-duration) ease-in-out 0s;
  background: var(--Layout-aside-subList-bg);
}
.cxd-Layout--folded .cxd-AsideNav-item > .cxd-AsideNav-subList {
  display: block;
  overflow: hidden;
}
.is-open > .cxd-AsideNav-subList, .cxd-Layout--folded .cxd-AsideNav-item .cxd-AsideNav-item.is-open > .cxd-AsideNav-subList, .cxd-Layout--folded .cxd-AsideNav-item:hover > .cxd-AsideNav-subList, .cxd-Layout--folded .cxd-AsideNav-item:focus > .cxd-AsideNav-subList, .cxd-Layout--folded .cxd-AsideNav-item:active > .cxd-AsideNav-subList {
  opacity: 1;
  margin-left: 0;
  height: auto !important;
  overflow: visible;
}
.cxd-AsideNav-item {
  position: relative;
  display: block;
}
.cxd-AsideNav-item a {
  font-weight: normal;
  cursor: pointer;
  text-transform: none;
  display: block;
  font-size: var(--Layout-asideLink-fontSize);
  padding: calc( ( var(--Layout-nav-height) - var(--lineHeightBase) * var(--Layout-asideLink-fontSize) ) / 2 ) var(--gap-base);
  position: relative;
  transition: background-color var(--animation-duration) ease-in-out 0s;
  color: var(--Layout-asideLink-color);
  text-decoration: none;
  user-select: none;
}
.cxd-AsideNav-item a:hover {
  color: var(--Layout-asideLink-onHover-color);
  text-decoration: none;
  background: var(--Layout-aside-onHover-bg);
}
.cxd-AsideNav-item a:hover .cxd-AsideNav-itemIcon {
  color: var(--Layout-asideLink-onHover-iconColor);
}
.cxd-AsideNav-item.is-active > a {
  background: var(--Layout-aside-onAcitve-bg);
  color: var(--Layout-asideLink-onActive-color);
}
.cxd-AsideNav-item.is-active > a:hover {
  background: var(--Layout-aside-onAcitve-onHover-bg);
}
.cxd-AsideNav-item.is-lg > a {
  padding: calc( ( var(--Layout-nav-lgHeight) - var(--lineHeightBase) * var(--Layout-asideLink-fontSize) ) / 2 ) var(--gap-md);
}
.cxd-AsideNav-item .cxd-AsideNav-item a {
  padding-left: calc(var(--Layout-nav-height) + 0.3125rem);
}
.cxd-AsideNav-item .cxd-AsideNav-item .cxd-AsideNav-item a {
  padding-left: calc(var(--Layout-nav-height) + 0.9375rem);
}
.cxd-AsideNav-item .cxd-AsideNav-item .cxd-AsideNav-item .cxd-AsideNav-item a {
  padding-left: calc(var(--Layout-nav-height) + 1.875rem);
}
.cxd-AsideNav-item .cxd-AsideNav-item .cxd-AsideNav-item .cxd-AsideNav-item .cxd-AsideNav-item a {
  padding-left: calc(var(--Layout-nav-height) + 2.8125rem);
}
.cxd-AsideNav-item .cxd-AsideNav-item .cxd-AsideNav-subList {
  display: none;
}
.cxd-AsideNav-item .cxd-AsideNav-item.is-open .cxd-AsideNav-subList {
  display: block;
}
.cxd-AsideNav-subHeader {
  display: none;
}
.cxd-AsideNav-subHeader a {
  cursor: default;
  background: transparent;
  color: var(--Layout-asideLink-color);
  padding: calc( ( var(--Layout-nav--folded-height) - var(--lineHeightBase) * var(--Layout-asideLink-fontSize) ) / 2 ) var(--gap-md);
}
.cxd-AsideNav-subHeader a:hover {
  color: var(--Layout-asideLink-onHover-color);
  background: transparent;
}
.cxd-AsideNav-tooltip {
  pointer-events: none;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  font-size: var(--Tooltip--attr-fontSize);
  line-height: var(--Tooltip--attr-lineHeigt);
  text-align: left;
  white-space: nowrap;
  background: var(--Tooltip--attr-bg);
  border: var(--Tooltip--attr-borderWidth) solid var(--Tooltip--attr-borderColor);
  border-radius: var(--Tooltip--attr-borderRadius);
  box-shadow: var(--Tooltip--attr-boxShadow);
  left: 100%;
  color: var(--Tooltip--attr-color);
  padding: var(--Tooltip--attr-paddingY) var(--Tooltip--attr-paddingX);
  opacity: 0;
  transition: var(--Tooltip--attr-transition);
}
.cxd-AsideNav-divider {
  width: auto;
  height: 0.0625rem;
  margin: var(--Layout-asideDivider-margin);
  overflow: hidden;
  font-size: 0;
  background: var(--Layout-asideDivider-bg);
}

img.cxd-AsideNav-itemIcon {
  float: none;
  height: var(--Layout-asideLink-fontSize);
  width: auto;
  margin-right: var(--gap-xs);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .cxd-Layout--folded .cxd-AsideNav-label {
    display: none;
  }
  .cxd-Layout--folded .cxd-AsideNav-subHeader {
    display: block;
  }
  .cxd-Layout--folded .cxd-AsideNav-item:hover > .cxd-AsideNav-tooltip {
    opacity: 1;
    z-index: 1600;
    margin: 0 0 0 var(--Tooltip--attr-gap);
    opacity: 1;
  }
  .cxd-Layout--folded .cxd-AsideNav-list > .cxd-AsideNav-item > a {
    text-align: center;
    position: relative;
    padding: 0;
    text-align: center;
    height: var(--Layout-nav--folded-height);
    border: none;
  }
  .cxd-Layout--folded .cxd-AsideNav-list > .cxd-AsideNav-item > a .cxd-AsideNav-itemArrow,
.cxd-Layout--folded .cxd-AsideNav-list > .cxd-AsideNav-item > a .cxd-AsideNav-itemLabel {
    display: none;
  }
  .cxd-Layout--folded .cxd-AsideNav-list > .cxd-AsideNav-item > a .cxd-AsideNav-itemIcon {
    width: auto;
    float: none !important;
    display: block;
    font-size: 1rem;
    margin: 0;
    line-height: var(--Layout-nav--folded-height);
    border: none !important;
  }
  .cxd-Layout--folded .cxd-AsideNav-list > .cxd-AsideNav-item > a .cxd-AsideNav-itemBadge {
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
    z-index: 3;
  }
  .cxd-Layout--folded .cxd-AsideNav-list > .cxd-AsideNav-item.is-lg > a {
    height: var(--Layout-nav-lgHeight);
  }
  .cxd-Layout--folded .cxd-AsideNav-list > .cxd-AsideNav-item.is-lg > a .cxd-AsideNav-itemIcon {
    line-height: var(--Layout-nav-lgHeight);
  }
  .cxd-Layout--folded .cxd-AsideNav-item .cxd-AsideNav-item a {
    padding-left: var(--gap-md) !important;
  }
  .cxd-Layout--folded .cxd-AsideNav-subList {
    height: 0 !important;
    position: absolute;
    left: 100%;
    top: 0 !important;
    z-index: 1050;
    width: var(--Layout-aside-width);
    box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, 0.1);
  }
  .cxd-Layout--folded.cxd-Layout--sm .cxd-AsideNav-subList {
    width: var(--Layout-aside--sm-width);
  }
  .cxd-Layout--folded.cxd-Layout--md .cxd-AsideNav-subList {
    width: var(--Layout-aside--md-width);
  }
  .cxd-Layout--folded.cxd-Layout--lg .cxd-AsideNav-subList {
    width: var(--Layout-aside--lg-width);
  }
}
.cxd-Hbox {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.cxd-Hbox-col {
  flex-basis: 0;
  flex-grow: 1;
  min-height: 1px;
  max-width: 100%;
  width: 100%;
}
.cxd-Hbox-col--customWidth {
  flex-grow: unset;
  flex-basis: unset;
}
.cxd-Hbox-col--auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cxd-Hbox--hRight {
  justify-content: flex-end;
}
.cxd-Hbox--hCenter {
  justify-content: center;
}
.cxd-Hbox--hBetween {
  justify-content: space-between;
}
.cxd-Hbox--vMiddle > .cxd-Hbox-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cxd-Hbox--vBottom > .cxd-Hbox-col {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.cxd-Hbox--vBetween > .cxd-Hbox-col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cxd-Hbox > .cxd-Hbox-col--vTop {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.cxd-Hbox > .cxd-Hbox-col--vMiddle {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cxd-Hbox > .cxd-Hbox-col--vBottom {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.cxd-Hbox > .cxd-Hbox-col--vBetween {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.cxd-Hbox--xs {
  margin-left: calc(var(--gap-xs) * -0.5);
  margin-right: calc(var(--gap-xs) * -0.5);
}
.cxd-Hbox--xs > .cxd-Hbox-col {
  padding-left: calc(var(--gap-xs) * 0.5);
  padding-right: calc(var(--gap-xs) * 0.5);
}

.cxd-Hbox--sm {
  margin-left: calc(var(--gap-sm) * -0.5);
  margin-right: calc(var(--gap-sm) * -0.5);
}
.cxd-Hbox--sm > .cxd-Hbox-col {
  padding-left: calc(var(--gap-sm) * 0.5);
  padding-right: calc(var(--gap-sm) * 0.5);
}

.cxd-Hbox--base {
  margin-left: calc(var(--gap-base) * -0.5);
  margin-right: calc(var(--gap-base) * -0.5);
}
.cxd-Hbox--base > .cxd-Hbox-col {
  padding-left: calc(var(--gap-base) * 0.5);
  padding-right: calc(var(--gap-base) * 0.5);
}

.cxd-Hbox--md {
  margin-left: calc(var(--gap-md) * -0.5);
  margin-right: calc(var(--gap-md) * -0.5);
}
.cxd-Hbox--md > .cxd-Hbox-col {
  padding-left: calc(var(--gap-md) * 0.5);
  padding-right: calc(var(--gap-md) * 0.5);
}

.cxd-Hbox--lg {
  margin-left: calc(var(--gap-lg) * -0.5);
  margin-right: calc(var(--gap-lg) * -0.5);
}
.cxd-Hbox--lg > .cxd-Hbox-col {
  padding-left: calc(var(--gap-lg) * 0.5);
  padding-right: calc(var(--gap-lg) * 0.5);
}

.cxd-Vbox {
  display: table;
  border-spacing: 0;
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 240px;
}
.cxd-Vbox .row-row {
  display: table-row;
  height: 100%;
}
.cxd-Vbox .row-row .cxd-Vbox-cell {
  position: relative;
  height: 100%;
  width: 100%;
}
.ie .cxd-Vbox .row-row .cxd-Vbox-cell {
  display: table-cell;
  overflow: auto;
}
.ie .cxd-Vbox .row-row .cxd-Vbox-cell .cell-inner {
  overflow: visible !important;
}
.cxd-Vbox .row-row .cxd-Vbox-cell .cell-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}

.cxd-Button {
  display: inline-block;
  font-weight: var(--Button-fontWeight);
  text-align: center;
  vertical-align: middle;
  user-select: none;
  letter-spacing: 1px;
  background: transparent;
  border: var(--Button-borderWidth) solid transparent;
  transition: var(--Button-transition);
  white-space: nowrap;
  min-width: var(--Button-mimWidth);
  padding: var(--Button-paddingY) var(--Button-paddingX);
  font-size: var(--Button-fontSize);
  line-height: var(--Button-lineHeight);
  border-radius: var(--Button-borderRadius);
  height: var(--Button-height);
}
@media screen and (min-width: 1280px) and (max-width: 1440px) {
  .cxd-Button {
    height: 1.2rem;
    line-height: 0.9rem;
    font-size: 0.75rem;
    padding: 0.1rem 0.25rem;
  }
}
@media screen and (min-width: 1441px) and (max-width: 1680px) {
  .cxd-Button {
    height: 1.5rem;
    line-height: 1.2rem;
    font-size: 0.75rem;
    padding: 0.1rem 0.25rem;
  }
}
.cxd-Button:active, .cxd-Button.is-active {
  color: var(--Button-onActive-color);
  box-shadow: var(--Button-onActive-boxShadow);
  border-color: var(--Button-onActive-border);
}
.cxd-Button:active:focus, .cxd-Button.is-active:focus {
  box-shadow: var(--Button-onActive-boxShadow);
}
.cxd-Button.in-state {
  color: var(--Button-onActive-color);
  box-shadow: var(--Button-onActive-boxShadow);
  border-color: var(--Button-onActive-border);
}
.cxd-Button .cxd-Button-icon:first-child:not(:last-child):not(.pull-right),
.cxd-Button > svg.icon:not(:last-child):not(.pull-right),
.cxd-Button > .pull-left {
  margin-right: var(--gap-xs);
}
.cxd-Button .cxd-Button-icon:last-child:not(:first-child):not(.pull-left),
.cxd-Button > .pull-right {
  margin-right: var(--gap-xs);
}
.cxd-Button .cxd-Button--loading:first-child:not(:last-child):not(.pull-right),
.cxd-Button > svg.icon:not(:last-child):not(.pull-right),
.cxd-Button > .pull-left {
  margin-right: var(--Button-paddingX);
}
.cxd-Button .cxd-Button--loading:last-child:not(:first-child):not(.pull-left),
.cxd-Button > .pull-right {
  margin-left: var(--Button-paddingX);
}
.cxd-Button img.cxd-Button-icon {
  height: var(--Button-fontSize);
  vertical-align: middle;
}
.cxd-Button:hover:focus {
  text-decoration: none;
}
.cxd-Button:focus, .cxd-Button.focus {
  outline: 0;
  box-shadow: var(--Button-onFocus-boxShadow);
}
.cxd-Button.is-disabled, .cxd-Button:disabled {
  filter: grayscale(100%);
  box-shadow: none;
  cursor: not-allowed;
  color: var(--saas-Disable-Text);
  pointer-events: auto;
  border: var(--Button-borderWidth) solid var(--saas-Button-Disabled);
  background: var(--saas-Button-Disabled);
}
.cxd-Button.is-disabled > svg, .cxd-Button.is-disabled > svg path, .cxd-Button:disabled > svg, .cxd-Button:disabled > svg path {
  fill: currentColor;
}
.cxd-Button:not(:disabled):not(.is-disabled) {
  cursor: pointer;
}
.cxd-Button.cxd-Button--link.is-disabled {
  background: transparent;
  border: none;
}
.cxd-Button > .pull-left,
.cxd-Button > .pull-right {
  line-height: inherit;
}
.cxd-Button > .fa,
.cxd-Button > .iconfont,
.cxd-Button > .glyphicon {
  font-size: inherit;
}

a.cxd-Button.is-disabled,
fieldset:disabled a.cxd-Button {
  pointer-events: none;
}

.cxd-Button--primary {
  color: var(--Button--primary-color);
  background: var(--saas-Primary-Color);
  border-color: var(--Button--primary-border);
  box-shadow: var(--Button-boxShadow);
  text-shadow: var(--Button-textShadow);
}
.cxd-Button--primary:not(:disabled):not(.is-disabled):hover {
  color: var(--Button--primary-onHover-color);
  background: var(--Button--primary-onHover-bg);
  border-color: var(--Button--primary-onHover-border);
}
.cxd-Button--primary:not(:disabled):not(.is-disabled):hover:active {
  color: var(--Button--primary-onActive-color);
  background: var(--Button--primary-onActive-bg);
  border-color: var(--Button--primary-onActive-border);
}
.cxd-Button--primary:hover:focus {
  box-shadow: var(--Button-boxShadow);
}

@media screen and (max-width: 767px) {
  .cxd-Button--primary {
    background: var(--saas-Primary-Color);
    border-color: var(--saas-Primary-Color);
    border-radius: 4px;
  }
}
.cxd-Button--secondary {
  color: var(--Button--secondary-color);
  background: var(--Button--secondary-bg);
  border-color: var(--Button--secondary-border);
  box-shadow: var(--Button-boxShadow);
  text-shadow: var(--Button-textShadow);
}
.cxd-Button--secondary:not(:disabled):not(.is-disabled):hover {
  color: var(--Button--secondary-onHover-color);
  background: var(--Button--secondary-onHover-bg);
  border-color: var(--Button--secondary-onHover-border);
}
.cxd-Button--secondary:not(:disabled):not(.is-disabled):hover:active {
  color: var(--Button--secondary-onActive-color);
  background: var(--Button--secondary-onActive-bg);
  border-color: var(--Button--secondary-onActive-border);
}
.cxd-Button--secondary:hover:focus {
  box-shadow: var(--Button-boxShadow);
}

.cxd-Button--success {
  color: var(--Button--success-color);
  background: var(--saas-Success-Color);
  border-color: var(--Button--success-border);
  box-shadow: var(--Button-boxShadow);
  text-shadow: var(--Button-textShadow);
}
.cxd-Button--success:not(:disabled):not(.is-disabled):hover {
  color: var(--Button--success-onHover-color);
  background: var(--Button--success-onHover-bg);
  border-color: var(--Button--success-onHover-border);
}
.cxd-Button--success:not(:disabled):not(.is-disabled):hover:active {
  color: var(--Button--success-onActive-color);
  background: var(--Button--success-onActive-bg);
  border-color: var(--Button--success-onActive-border);
}
.cxd-Button--success:hover:focus {
  box-shadow: var(--Button-boxShadow);
}

.cxd-Button--enhance {
  color: var(--Button--enhance-color);
  background: var(--Button--enhance-bg);
  border-color: var(--Button--enhance-border);
  box-shadow: var(--Button-boxShadow);
  text-shadow: var(--Button-textShadow);
}
.cxd-Button--enhance:not(:disabled):not(.is-disabled):hover {
  color: var(--Button--enhance-onHover-color);
  background: var(--Button--enhance-onHover-bg);
  border-color: var(--Button--enhance-onHover-border);
}
.cxd-Button--enhance:not(:disabled):not(.is-disabled):hover:active {
  color: var(--Button--enhance-onActive-color);
  background: var(--Button--enhance-onActive-bg);
  border-color: var(--Button--enhance-onActive-border);
}
.cxd-Button--enhance:hover:focus {
  box-shadow: var(--Button-boxShadow);
}

.cxd-Button--info {
  color: var(--Button--info-color);
  background: var(--saas-Info-Color);
  border-color: var(--saas-Info-Color);
  box-shadow: var(--Button-boxShadow);
  text-shadow: var(--Button-textShadow);
}
.cxd-Button--info:not(:disabled):not(.is-disabled):hover {
  color: var(--Button--info-onHover-color);
  background: var(--Button--info-onHover-bg);
  border-color: var(--Button--info-onHover-border);
}
.cxd-Button--info:not(:disabled):not(.is-disabled):hover:active {
  color: var(--Button--info-onActive-color);
  background: var(--Button--info-onActive-bg);
  border-color: var(--Button--info-onActive-border);
}
.cxd-Button--info:hover:focus {
  box-shadow: var(--Button-boxShadow);
}

.cxd-Button--warning {
  color: var(--Button--warning-color);
  background: var(--saas-Warning-Color);
  border-color: var(--Button--warning-border);
  box-shadow: var(--Button-boxShadow);
  text-shadow: var(--Button-textShadow);
}
.cxd-Button--warning:not(:disabled):not(.is-disabled):hover {
  color: var(--Button--warning-onHover-color);
  background: var(--Button--warning-onHover-bg);
  border-color: var(--Button--warning-onHover-border);
}
.cxd-Button--warning:not(:disabled):not(.is-disabled):hover:active {
  color: var(--Button--warning-onActive-color);
  background: var(--Button--warning-onActive-bg);
  border-color: var(--Button--warning-onActive-border);
}
.cxd-Button--warning:hover:focus {
  box-shadow: var(--Button-boxShadow);
}

.cxd-Button--danger {
  color: var(--Button--danger-color);
  background: var(--saas-Error-Color);
  border-color: var(--Button--danger-border);
  box-shadow: var(--Button-boxShadow);
  text-shadow: var(--Button-textShadow);
}
.cxd-Button--danger:not(:disabled):not(.is-disabled):hover {
  color: var(--Button--danger-onHover-color);
  background: var(--Button--danger-onHover-bg);
  border-color: var(--Button--danger-onHover-border);
}
.cxd-Button--danger:not(:disabled):not(.is-disabled):hover:active {
  color: var(--Button--danger-onActive-color);
  background: var(--Button--danger-onActive-bg);
  border-color: var(--Button--danger-onActive-border);
}
.cxd-Button--danger:hover:focus {
  box-shadow: var(--Button-boxShadow);
}

.cxd-Button--light {
  color: var(--Button--light-color);
  background: var(--saas-Light-Color);
  border-color: var(--Button--light-border);
  box-shadow: var(--Button-boxShadow);
  text-shadow: var(--Button-textShadow);
}
.cxd-Button--light:not(:disabled):not(.is-disabled):hover {
  color: var(--Button--light-onHover-color);
  background: var(--Button--light-onHover-bg);
  border-color: var(--Button--light-onHover-border);
}
.cxd-Button--light:not(:disabled):not(.is-disabled):hover:active {
  color: var(--Button--light-onActive-color);
  background: var(--Button--light-onActive-bg);
  border-color: var(--Button--light-onActive-border);
}
.cxd-Button--light:hover:focus {
  box-shadow: var(--Button-boxShadow);
}

.cxd-Button--dark {
  color: var(--Button--dark-color);
  background: var(--saas-Dark-Color);
  border-color: var(--Button--dark-border);
  box-shadow: var(--Button-boxShadow);
  text-shadow: var(--Button-textShadow);
}
.cxd-Button--dark:not(:disabled):not(.is-disabled):hover {
  color: var(--Button--dark-onHover-color);
  background: var(--Button--dark-onHover-bg);
  border-color: var(--Button--dark-onHover-border);
}
.cxd-Button--dark:not(:disabled):not(.is-disabled):hover:active {
  color: var(--Button--dark-onActive-color);
  background: var(--Button--dark-onActive-bg);
  border-color: var(--Button--dark-onActive-border);
}
.cxd-Button--dark:hover:focus {
  box-shadow: var(--Button-boxShadow);
}

.cxd-Button--default {
  color: var(--Button--default-color);
  background: var(--Button--default-bg);
  border-color: var(--Button--default-border);
  box-shadow: var(--Button-boxShadow);
  text-shadow: var(--Button-textShadow);
}
.cxd-Button--default:not(:disabled):not(.is-disabled):hover {
  color: var(--Button--default-onHover-color);
  background: var(--Button--default-onHover-bg);
  border-color: var(--Button--default-onHover-border);
}
.cxd-Button--default:not(:disabled):not(.is-disabled):hover:active {
  color: var(--Button--default-onActive-color);
  background: var(--Button--default-onActive-bg);
  border-color: var(--Button--default-onActive-border);
}
.cxd-Button--default:hover:focus {
  box-shadow: var(--Button-boxShadow);
}

.cxd-Button--xs {
  padding: var(--Button--xs-paddingY) var(--Button--xs-paddingX);
  font-size: var(--Button--xs-fontSize);
  line-height: var(--Button--xs-lineHeight);
  border-radius: var(--Button--sm-borderRadius);
  height: var(--Button--xs-height);
}
.cxd-Button--xs .cxd-Button-icon:first-child:not(:last-child):not(.pull-right),
.cxd-Button--xs > svg.icon:not(:last-child):not(.pull-right),
.cxd-Button--xs > .pull-left {
  margin-right: var(--gap-xs);
}
.cxd-Button--xs .cxd-Button-icon:last-child:not(:first-child):not(.pull-left),
.cxd-Button--xs > .pull-right {
  margin-right: var(--gap-xs);
}
.cxd-Button--xs .cxd-Button--loading:first-child:not(:last-child):not(.pull-right),
.cxd-Button--xs > svg.icon:not(:last-child):not(.pull-right),
.cxd-Button--xs > .pull-left {
  margin-right: var(--Button--xs-paddingX);
}
.cxd-Button--xs .cxd-Button--loading:last-child:not(:first-child):not(.pull-left),
.cxd-Button--xs > .pull-right {
  margin-left: var(--Button--xs-paddingX);
}
.cxd-Button--xs img.cxd-Button-icon {
  height: var(--Button-fontSize);
  vertical-align: middle;
}
.cxd-Button--xs.cxd-Button--iconOnly {
  min-width: calc(var(--Button--xs-height) * var(--Button--iconOnly-minWidthRate));
}

.cxd-Button--sm {
  padding: var(--Button--sm-paddingY) var(--Button--sm-paddingX);
  font-size: var(--Button--sm-fontSize);
  line-height: var(--Button--sm-lineHeight);
  border-radius: var(--Button--sm-borderRadius);
  height: var(--Button--sm-height);
}
.cxd-Button--sm .cxd-Button-icon:first-child:not(:last-child):not(.pull-right),
.cxd-Button--sm > svg.icon:not(:last-child):not(.pull-right),
.cxd-Button--sm > .pull-left {
  margin-right: var(--gap-xs);
}
.cxd-Button--sm .cxd-Button-icon:last-child:not(:first-child):not(.pull-left),
.cxd-Button--sm > .pull-right {
  margin-right: var(--gap-xs);
}
.cxd-Button--sm .cxd-Button--loading:first-child:not(:last-child):not(.pull-right),
.cxd-Button--sm > svg.icon:not(:last-child):not(.pull-right),
.cxd-Button--sm > .pull-left {
  margin-right: var(--Button--sm-paddingX);
}
.cxd-Button--sm .cxd-Button--loading:last-child:not(:first-child):not(.pull-left),
.cxd-Button--sm > .pull-right {
  margin-left: var(--Button--sm-paddingX);
}
.cxd-Button--sm img.cxd-Button-icon {
  height: var(--Button-fontSize);
  vertical-align: middle;
}
@media screen and (min-width: 1280px) and (max-width: 1440px) {
  .cxd-Button--sm {
    padding: 0rem 0.5625rem;
    height: 1.2rem;
    line-height: 1.2rem;
  }
}
@media screen and (min-width: 1441px) and (max-width: 1680px) {
  .cxd-Button--sm {
    padding: 0rem 0.6rem;
    height: 1.5rem;
    line-height: 1.3rem;
  }
}
.cxd-Button--sm.cxd-Button--iconOnly {
  min-width: calc(var(--Button--sm-height) * var(--Button--iconOnly-minWidthRate));
}

.cxd-Button--md {
  padding: var(--Button--md-paddingY) var(--Button--md-paddingX);
  font-size: var(--Button--md-fontSize);
  line-height: var(--Button--md-lineHeight);
  border-radius: var(--Button-borderRadius);
  height: var(--Button--md-height);
}
.cxd-Button--md .cxd-Button-icon:first-child:not(:last-child):not(.pull-right),
.cxd-Button--md > svg.icon:not(:last-child):not(.pull-right),
.cxd-Button--md > .pull-left {
  margin-right: var(--gap-xs);
}
.cxd-Button--md .cxd-Button-icon:last-child:not(:first-child):not(.pull-left),
.cxd-Button--md > .pull-right {
  margin-right: var(--gap-xs);
}
.cxd-Button--md .cxd-Button--loading:first-child:not(:last-child):not(.pull-right),
.cxd-Button--md > svg.icon:not(:last-child):not(.pull-right),
.cxd-Button--md > .pull-left {
  margin-right: var(--Button--md-paddingX);
}
.cxd-Button--md .cxd-Button--loading:last-child:not(:first-child):not(.pull-left),
.cxd-Button--md > .pull-right {
  margin-left: var(--Button--md-paddingX);
}
.cxd-Button--md img.cxd-Button-icon {
  height: var(--Button-fontSize);
  vertical-align: middle;
}
.cxd-Button--md.cxd-Button--iconOnly {
  min-width: calc(var(--Button--md-height) * var(--Button--iconOnly-minWidthRate));
}

.cxd-Button--lg {
  padding: var(--Button--lg-paddingY) var(--Button--lg-paddingX);
  font-size: var(--Button--lg-fontSize);
  line-height: var(--Button--lg-lineHeight);
  border-radius: var(--Button--lg-borderRadius);
  height: var(--Button--lg-height);
}
.cxd-Button--lg .cxd-Button-icon:first-child:not(:last-child):not(.pull-right),
.cxd-Button--lg > svg.icon:not(:last-child):not(.pull-right),
.cxd-Button--lg > .pull-left {
  margin-right: var(--gap-xs);
}
.cxd-Button--lg .cxd-Button-icon:last-child:not(:first-child):not(.pull-left),
.cxd-Button--lg > .pull-right {
  margin-right: var(--gap-xs);
}
.cxd-Button--lg .cxd-Button--loading:first-child:not(:last-child):not(.pull-right),
.cxd-Button--lg > svg.icon:not(:last-child):not(.pull-right),
.cxd-Button--lg > .pull-left {
  margin-right: var(--Button--lg-paddingX);
}
.cxd-Button--lg .cxd-Button--loading:last-child:not(:first-child):not(.pull-left),
.cxd-Button--lg > .pull-right {
  margin-left: var(--Button--lg-paddingX);
}
.cxd-Button--lg img.cxd-Button-icon {
  height: var(--Button-fontSize);
  vertical-align: middle;
}
.cxd-Button--lg.cxd-Button--iconOnly {
  min-width: calc(var(--Button--lg-height) * var(--Button--iconOnly-minWidthRate));
}

.cxd-Button--iconOnly {
  min-width: calc(var(--Button-height) * var(--Button--iconOnly-minWidthRate));
}
.cxd-Button--iconOnly:not(.cxd-Button--link) > svg.icon {
  width: 0.875rem;
  height: 0.875rem;
  top: 0.125rem;
}
.cxd-Button--iconOnly:not(.cxd-Button--link) > .fa,
.cxd-Button--iconOnly:not(.cxd-Button--link) > .iconfont {
  font-size: var(--fontSizeMd);
}
.cxd-Button--iconOnly:not(.cxd-Button--link) > .iconfont {
  line-height: 1;
}

.cxd-Button--loading {
  transition: --Button-transition;
}
.cxd-Button--loading svg {
  animation: var(--Button-animation-spin);
}

.cxd-Button--link {
  width: auto;
  min-width: auto;
  font-weight: var(--fontWeightNormal);
  color: var(--Button--link-color);
  text-decoration: var(--link-decoration);
  border: none;
  height: auto;
}
.cxd-Button--link:hover:focus {
  color: var(--Button--link-onHover-color);
  box-shadow: none;
}
.cxd-Button--link:hover:active {
  color: var(--Button--link-onActive-color);
  box-shadow: none;
}
.cxd-Button--link:disabled, .cxd-Button--link.is-disabled {
  color: var(--text--muted-color);
  background: transparent;
  border: none;
}

.cxd-Button--block {
  display: block;
  width: 100%;
}
.cxd-Button--block + .cxd-Button--block {
  margin-top: var(--gap-base);
}
@media screen and (min-width: 1280px) and (max-width: 1440px) {
  .cxd-Button--block + .cxd-Button--block {
    margin-top: 2px;
  }
}
@media screen and (min-width: 1441px) and (max-width: 1680px) {
  .cxd-Button--block + .cxd-Button--block {
    margin-top: 4px;
  }
}

input[type=submit].cxd-Button--block,
input[type=reset].cxd-Button--block,
input[type=button].cxd-Button--block {
  width: 100%;
}

.cxd-ButtonToolbar {
  margin-left: calc(var(--gap-xs) * -1);
  margin-top: calc(var(--gap-xs) * -1);
}
.cxd-ButtonToolbar > .cxd-Button {
  margin-left: var(--gap-xs);
  margin-top: var(--gap-xs);
}

.cxd-Action {
  display: inline-block;
}
.cxd-Action:hover {
  cursor: pointer;
}

.cxd-Group-display-button {
  padding: 0;
  display: inline-flex;
  flex-wrap: nowrap;
}
.cxd-Group-display-button .cxd-Group-text {
  padding: var(--Button-paddingY) var(--Button-paddingX);
  display: inline-block;
  flex: 1;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: calc(100% - 20px);
}
.cxd-Group-display-button .cxd-Group-icon {
  height: 100%;
  width: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-left: 1px solid var(--saas-border-color);
}

.cxd-Group-action {
  padding: 0;
}
.cxd-Group-action .ant-popover-inner {
  border-radius: --Button-borderRadius;
}
.cxd-Group-action .ant-popover-inner-content {
  padding: 0;
}
.cxd-Group-action .ant-popover-arrow {
  display: none;
}
.cxd-Group-action-items .cxd-ButtonGroup {
  width: 100%;
}
.cxd-Group-action-items .cxd-ButtonGroup .cxd-Button {
  border-color: transparent !important;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.cxd-Avatar {
  background: var(--Avatar-bg);
  width: var(--Avatar-size-default);
  height: var(--Avatar-size-default);
  line-height: var(--Avatar-size-default);
  position: relative;
  display: inline-block;
  overflow: hidden;
  flex-shrink: 0;
  border-radius: 50%;
  text-align: center;
}
.cxd-Avatar i {
  font-size: var(--Avatar-icon-size-default);
}
.cxd-Avatar--lg {
  width: var(--Avatar-size-large);
  height: var(--Avatar-size-large);
  line-height: var(--Avatar-size-large);
}
.cxd-Avatar--lg i {
  font-size: var(--Avatar-icon-size-large);
}
.cxd-Avatar--sm {
  width: var(--Avatar-size-small);
  height: var(--Avatar-size-small);
  line-height: var(--Avatar-size-small);
}
.cxd-Avatar--sm i {
  font-size: var(--Avatar-icon-size-small);
}
.cxd-Avatar--text {
  position: absolute;
  left: 50%;
  transform-origin: 0 center;
}
.cxd-Avatar--square {
  border-radius: 0%;
}
.cxd-Avatar--rounded {
  border-radius: 10%;
}
.cxd-Avatar img {
  width: 100%;
  height: 100%;
}
.cxd-Avatar:hover img,
.cxd-Avatar:hover i {
  transform: scale(1.1);
}

.cxd-Breadcrumb-icon {
  margin-right: 0.125rem;
}
.cxd-Breadcrumb-separator {
  user-select: none;
  margin: 0 var(--gap-xs);
}

.cxd-Badge {
  display: inline-block;
  position: relative;
}
.cxd-Badge-text, .cxd-Badge-dot, .cxd-Badge-ribbon {
  background: var(--danger);
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
  transform-origin: 100% 0;
  z-index: auto;
  border-radius: calc(var(--Badge-size) / 2);
}
.cxd-Badge--top-left {
  top: 0;
  left: 0;
  right: auto;
  transform: translate(-50%, -50%);
}
.cxd-Badge--bottom-left {
  top: auto;
  bottom: 0;
  left: 0;
  right: auto;
  transform: translate(-50%, 50%);
}
.cxd-Badge--bottom-right {
  top: auto;
  bottom: 0;
  left: auto;
  right: 0;
  transform: translate(50%, 50%);
}
.cxd-Badge--danger {
  background: var(--Badge--danger-bg);
}
.cxd-Badge--info {
  background: var(--Badge--info-bg);
}
.cxd-Badge--success {
  background: var(--Badge--success-bg);
}
.cxd-Badge--warning {
  background: var(--Badge--warning-bg);
}
.cxd-Badge-text {
  color: var(--Badge-color);
  height: var(--Badge-size);
  line-height: var(--Badge-size);
  white-space: nowrap;
  text-align: center;
  padding: 0 6px;
}
.cxd-Badge-dot {
  z-index: auto;
  width: var(--Badge-size);
  height: var(--Badge-size);
  border-radius: 50%;
}
.cxd-Badge-ribbon-out {
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
.cxd-Badge-ribbon {
  color: var(--Badge-color);
  height: var(--Badge-size);
  line-height: var(--Badge-size);
  transform: translateX(calc(50% - 5px)) rotate(45deg) scale(0.7);
  transform-origin: 50% 0;
  border-radius: 0;
  text-align: center;
  width: 62.5rem;
  top: 5px;
}
.cxd-Badge-ribbon-out--top-left, .cxd-Badge-ribbon-out--bottom-left {
  left: 0;
  right: auto;
}
.cxd-Badge-ribbon--top-left {
  transform: translateX(calc(-50% + 5px)) rotate(-45deg) scale(0.7);
  left: 0;
  right: auto;
}
.cxd-Badge-ribbon--bottom-left {
  transform: translateX(calc(-50% + 5px)) rotate(45deg) scale(0.7);
  transform-origin: 50% 100%;
  left: 0;
  right: auto;
  bottom: 5px;
  top: auto;
}
.cxd-Badge-ribbon--bottom-right {
  transform: translateX(calc(50% - 5px)) rotate(-45deg) scale(0.7);
  transform-origin: 50% 100%;
  left: auto;
  right: 0;
  bottom: 5px;
  top: auto;
}
@keyframes badgeDotAnimation {
  0% {
    transform: scale(0.8);
    opacity: 0.4;
  }
  to {
    transform: scale(3.2);
    opacity: 0;
  }
}

.is-modalOpened {
  overflow: hidden;
}
.is-modalOpened .cxd-Modal {
  overflow-x: hidden;
  overflow-y: auto;
}

@keyframes modalIn {
  from {
    opacity: 0;
    transform: translate3d(0, -300px, 0) scale(0.2);
  }
}
@keyframes modalOut {
  to {
    opacity: 0;
    transform: translate3d(0, -300px, 0) scale(0.2);
  }
}
.cxd-Modal {
  position: fixed;
  top: var(--headerBarHeight);
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1010;
  overflow: hidden;
  outline: 0;
}
.cxd-Modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: var(--Modal-content-minHeight);
  pointer-events: auto;
  background: var(--Modal-bg);
  background-clip: padding-box;
  outline: 0;
  z-index: 2;
  margin-left: auto;
  margin-right: auto;
  margin-top: var(--Modal-content-startMarginTop);
  margin-bottom: var(--gap-md);
  border: var(--Modal-content-borderWidth) solid var(--Modal-content-borderColor);
  border-radius: var(--Modal-content-borderRadius);
}
.cxd-Modal-content.in, .cxd-Modal-content.out {
  animation-duration: var(--animation-duration);
  animation-fill-mode: both;
}
.cxd-Modal-content.in {
  animation-name: modalIn;
}
.cxd-Modal-content.out {
  animation-name: modalOut;
}
.cxd-Modal-overlay {
  transition: ease-in-out opacity var(--animation-duration);
  position: fixed;
  top: var(--headerBarHeight);
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: var(--Modal-overlay-bg);
  pointer-events: none;
  opacity: 0;
}
.cxd-Modal-overlay.in {
  opacity: 1;
}
.cxd-Modal-overlay.out {
  opacity: 0;
}
.cxd-Modal-header {
  padding: var(--Modal-header-paddingY) var(--Modal-header-paddingX);
  background: var(--Modal-header-bg);
  border-bottom: var(--Modal-body-borderTop);
  border-top-left-radius: var(--Modal-content-borderRadius);
  border-top-right-radius: var(--Modal-content-borderRadius);
  color: var(--saas-Title-text);
}
.cxd-Modal-header::before, .cxd-Modal-header::after {
  display: table;
  content: "";
}
.cxd-Modal-header::after {
  clear: both;
}
.cxd-Modal-title {
  font-size: var(--Modal-title-fontSize);
  color: var(--Modal-title-color);
  font-weight: var(--Modal-title-fontWeight);
}
.cxd-Modal-close {
  float: right;
  color: var(--Modal-close-color);
  line-height: inherit;
  text-decoration: none;
  vertical-align: middle;
}
.cxd-Modal-close svg {
  width: var(--Modal-close-width);
  height: var(--Modal-close-width);
  fill: var(--Modal-close-color);
}
.cxd-Modal-close:not(.is-disabled) {
  cursor: pointer;
}
.cxd-Modal-close:not(.is-disabled):hover {
  text-decoration: none;
  color: var(--Model-close-onHover-color);
}
.cxd-Modal-close:not(.is-disabled):hover svg {
  fill: var(--Model-close-onHover-color);
}
.cxd-Modal-content > .cxd-Modal-close {
  position: absolute;
  right: var(--gap-md);
  top: var(--gap-sm);
  z-index: 10;
}
.cxd-Modal-body {
  padding: var(--Modal-body--noHeader-paddingTop) var(--Modal-body-paddingX) var(--Modal-body-paddingY);
  background: var(--saas-main-bg);
  color: var(--text-color);
  flex-grow: 1;
}
.cxd-Modal-header + .cxd-Modal-body {
  padding-top: var(--Modal-body-paddingY);
}
.cxd-Modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: var(--Modal-footer-padding);
  padding-right: 1rem;
  border-top: var(--Modal-body-borderBottom);
  border-top-color: var(--saas-border-color);
  margin: var(--Modal-footer-marginY) var(--Modal-footer-marginX);
  border-bottom-left-radius: var(--Modal-content-borderRadius);
  border-bottom-right-radius: var(--Modal-content-borderRadius);
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.cxd-Modal-footer .cxd-Button {
  margin-left: var(--gap-sm);
}

.ant-message {
  z-index: 9999;
}

.cxd-Modal--center {
  display: flex;
  align-items: center;
}
.cxd-Modal--center .cxd-Modal-content .cxd-Modal-body {
  max-height: 500px;
}

.cxd-Modal--2th .cxd-Modal-content {
  margin-top: 0;
}

.cxd-Modal--3th .cxd-Modal-content {
  margin-top: 0;
}

.cxd-Modal--4th .cxd-Modal-content {
  margin-top: 0;
}

.cxd-Modal--5th .cxd-Modal-content {
  margin-top: 0;
}

.cxd-Modal--6th .cxd-Modal-content {
  margin-top: 0;
}

.cxd-Modal--7th .cxd-Modal-content {
  margin-top: 0;
}

.cxd-Modal--8th .cxd-Modal-content {
  margin-top: 0;
}

.cxd-Modal--9th .cxd-Modal-content {
  margin-top: 0;
}

.cxd-Modal--10th .cxd-Modal-content {
  margin-top: 0;
}

@media (min-width: 576px) {
  .cxd-Modal-content {
    max-width: var(--Modal-widthBase);
  }

  .cxd-Modal--sm .cxd-Modal-content {
    max-width: var(--Modal-widthSm);
  }

  .cxd-Modal--base .cxd-Modal-content {
    max-width: var(--Modal-widthBase);
  }

  .cxd-Modal--md .cxd-Modal-content {
    max-width: var(--Modal-widthMd);
  }

  .cxd-Modal--lg .cxd-Modal-content {
    max-width: var(--Modal-widthLg);
  }

  .cxd-Modal--xl .cxd-Modal-content {
    max-width: var(--Modal-widthXl);
  }

  .cxd-Modal--lg.h-full > .cxd-Modal-content {
    height: 100%;
  }
}
.cxd-Dialog-info {
  flex-basis: 0;
  flex-grow: 1;
  text-align: left;
}

.cxd-Dialog-error {
  color: var(--danger);
  white-space: pre-wrap;
}

.cxd-Modal--full {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cxd-Modal--full > .cxd-Modal-content {
  flex-basis: 0;
  flex-grow: 1;
  margin: 0px;
  width: calc(100% - 60px);
  max-width: unset;
}
@media screen and (min-width: 1280px) and (max-width: 1440px) {
  .cxd-Modal--full > .cxd-Modal-content {
    margin: 0 !important;
  }
}
@media screen and (min-width: 1441px) and (max-width: 1680px) {
  .cxd-Modal--full > .cxd-Modal-content {
    margin: 0 !important;
  }
}
.cxd-Modal--full > .cxd-Modal-content > .cxd-Modal-body {
  height: 0;
  overflow: auto;
}

.ant-modal.Modle_drill {
  max-height: 100%;
  top: 0px;
  padding-bottom: 0;
}
.ant-modal.Modle_drill .ant-modal-content {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.ant-modal.Modle_drill .ant-modal-content .ant-modal-header {
  padding: calc((2.5rem - 1.57 * 0.875rem) / 2) 1rem;
}
.ant-modal.Modle_drill .ant-modal-content .ant-modal-close {
  color: var(--saas-main-bg);
}
.ant-modal.Modle_drill .ant-modal-content .ant-modal-close .ant-modal-close-x {
  height: 40px;
  width: 40px;
  line-height: 40px;
}
.ant-modal.Modle_drill .ant-modal-content .ant-modal-close .ant-modal-close-x > span {
  font-size: 24px;
  position: relative;
}
.ant-modal.Modle_drill .ant-modal-content .ant-modal-body {
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0px;
  max-height: calc(100% - 54px);
}
.ant-modal.Modle_drill .ant-modal-content .ant-modal-body ::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}

.Modle_drill_xs {
  width: 21.25rem !important;
}

.Modle_drill_sm {
  width: 31.25rem !important;
}

.Modle_drill_md {
  width: 50rem !important;
}

.Modle_drill_lg {
  width: 68.75rem !important;
}

.Modle_drill_full {
  width: 100% !important;
}

/* 移动端样式调整 */
@media (max-width: 767px) {
  .cxd-Modal .cxd-Modal-footer {
    display: flex;
    padding: 0;
  }
  .cxd-Modal .cxd-Modal-footer > .cxd-Button {
    flex: 1;
    height: 3rem;
    margin-left: 0;
    border: none;
    border-left: var(--Modal-body-borderBottom);
  }
  .cxd-Modal .cxd-Modal-footer > .cxd-Button:hover {
    border-left: var(--Modal-body-borderBottom);
  }
  .cxd-Modal .cxd-Modal-footer > .cxd-Button--default, .cxd-Modal .cxd-Modal-footer > .cxd-Button--default:hover {
    color: var(--Button--default-color);
  }
  .cxd-Modal .cxd-Modal-footer > .cxd-Button--primary, .cxd-Modal .cxd-Modal-footer > .cxd-Button--primary:hover {
    color: var(--Button--primary-bg) !important;
    background: #fff !important;
  }
  .cxd-Modal .cxd-Modal-footer > .cxd-Button--danger, .cxd-Modal .cxd-Modal-footer > .cxd-Button--danger:hover {
    color: var(--Button--danger-bg) !important;
    background: #fff !important;
  }
  .cxd-Modal .cxd-Modal-footer > .cxd-Button:first-child {
    border-left: none;
  }
  .cxd-Modal-content {
    max-width: var(--Modal-widthSm);
    padding-top: 16px;
    border-radius: 16px;
    overflow: hidden;
  }
  .cxd-Modal-header {
    padding-top: 5px;
    border-bottom: none;
  }

  .cxd-Modal-mobile .ant-modal-content {
    border-radius: 16px;
  }

  .cxd-List-modal-head {
    display: flex;
    background-color: #ecf2fe;
    padding: 16px;
    border-radius: 16px 16px 0 0;
  }
  .cxd-List-modal-head-image {
    min-width: 64px;
    width: 64px;
    height: 64px;
    overflow: hidden;
    margin-right: 16px;
  }
  .cxd-List-modal-head-image .listItem-image {
    width: 100%;
    height: 100%;
  }
  .cxd-List-modal-head-image .listItem-image .resources {
    display: inline-block;
    line-height: 1;
    font-size: 12px;
  }
  .cxd-List-modal-head-image .listItem-image img {
    width: 100%;
  }
  .cxd-List-modal-head-content .top-item.tags {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
  }
  .cxd-List-modal-head-content .top-item.tags .tag-item {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100px;
    margin: 0 4px 0 0;
    border-radius: 2px;
    background-color: #3574ee;
    font-size: 12px;
    color: var(--saas-font-size-color-reverse);
    width: unset;
    height: 16px;
    padding: 0px 4px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .cxd-List-modal-head-content .cxd-ListItem-subtitle,
.cxd-List-modal-head-content .cxd-ListItem-title {
    font-size: 12px;
    color: var(--saas-font-size-black);
    font-weight: 500;
    margin-bottom: 5px;
  }
  .cxd-List-modal-head-content .top-item .cxd-ListItem-subtitle {
    margin-bottom: 0;
  }
  .cxd-List-modal-head-content .top-item .cxd-ListItem-subtitle span {
    display: flex;
  }
  .cxd-List-modal-body {
    max-height: 375px;
    overflow: auto;
    overflow-x: hidden;
    padding: 0 16px;
  }
  .cxd-List-modal-body .cxd-Hbox {
    display: block;
    margin: 0;
  }
  .cxd-List-modal-body .cxd-Hbox-col {
    min-height: 40px;
    border-top: 1px solid var(--saas-border-color);
    display: flex;
    align-items: center;
  }
  .cxd-List-modal-body .cxd-Hbox-col .cxd-ListItem-field {
    flex: 1;
    overflow: hidden;
  }
  .cxd-List-modal-body .cxd-Hbox-col .cxd-ListItem-fieldValue {
    width: auto;
  }
  .cxd-List-modal-body .cxd-Hbox-col .cxd-ListItem-fieldValue .cxd-Mapping {
    white-space: wrap;
  }
  .cxd-List-modal-body .listItem-desc {
    min-height: 40px;
    border-top: 1px solid var(--saas-border-color);
  }
  .cxd-List-modal-footer {
    height: 50px;
    padding: 10px 16px;
    border-top: 1px solid var(--saas-border-color);
  }
  .cxd-List-modal-footer .cxd-ListItem-actions {
    overflow: auto;
    white-space: nowrap;
    text-align: right;
  }
  .cxd-List-modal-footer .cxd-ListItem-actions button {
    margin: 0 5px;
  }

  .cxd-Card-modal-head {
    display: flex;
    background-color: #ecf2fe;
    padding: 16px;
    border-radius: 16px 16px 0 0;
  }
  .cxd-Card-modal-head-avtarimg {
    min-width: 64px;
    width: 64px;
    height: 64px;
    overflow: hidden;
    margin-right: 16px;
  }
  .cxd-Card-modal-head-avtarimg-avtar {
    width: 100%;
    height: 100%;
    display: block;
  }
  .cxd-Card-modal-head-avtarimg-avtar img {
    width: 100%;
  }
  .cxd-Card-modal-head-avtarimg-avtarsvg {
    display: inline-block;
    line-height: 1;
    font-size: 12px;
  }
  .cxd-Card-modal-head-content .cxd-Card-title-body,
.cxd-Card-modal-head-content .cxd-Card-subTitle,
.cxd-Card-modal-head-content .cxd-Card-title-text {
    margin-bottom: 5px;
  }
  .cxd-Card-modal-head-content .cxd-Card-title-body {
    display: block;
  }
  .cxd-Card-modal-head-content .cxd-Card-title-body .cxd-Card-title {
    font-size: 12px;
    font-weight: 500;
  }
  .cxd-Card-modal-head-content .cxd-Card-subTitle .cxd-MappingField span {
    display: flex;
  }
  .cxd-Card-modal-head-content .tags.top-item {
    display: flex;
    align-items: center;
  }
  .cxd-Card-modal-head-content .tags.top-item .tag-item {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100px;
    margin: 0 4px 0 0;
    border-radius: 2px;
    background-color: #3574ee;
    font-size: 12px;
    color: var(--saas-font-size-color-reverse);
    width: unset;
    height: 16px;
    padding: 0px 4px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .cxd-Card-modal-body {
    max-height: 375px;
    overflow: auto;
    overflow-x: hidden;
    padding: 0 16px;
  }
  .cxd-Card-modal-body .cxd-Card-field {
    margin: 0;
    width: auto;
    min-height: 40px;
    border-top: 1px solid var(--saas-border-color);
    display: flex;
    align-items: center;
  }
  .cxd-Card-modal-body .cxd-Card-field .cxd-Card-fieldLabel {
    width: 9.375rem;
  }
  .cxd-Card-modal-body .cxd-Card-desc {
    min-height: 40px;
    border-top: 1px solid var(--saas-border-color);
    display: flex;
    align-items: center;
  }
  .cxd-Card-modal-body .listItem-desc {
    min-height: 40px;
    border-top: 1px solid var(--saas-border-color);
  }
  .cxd-Card-modal-footer {
    height: 50px;
    padding: 10px 16px;
    border-top: 1px solid var(--saas-border-color);
  }
  .cxd-Card-modal-footer .cxd-Card-actions {
    overflow: auto;
    white-space: nowrap;
    text-align: right;
    padding: 0;
    border: none;
  }
  .cxd-Card-modal-footer .cxd-Card-actions button {
    margin: 0 5px;
  }
}
.fastlion-export .lion-cell-export .ant-modal-content .ant-modal-header {
  border-bottom-color: var(--saas-border-color) !important;
}
.fastlion-export .lion-cell-export .ant-modal-content .ant-modal-body .export-content {
  display: flex;
}
.fastlion-export .lion-cell-export .ant-modal-content .ant-modal-body .export-content-select {
  width: 50%;
  padding: 8px;
  border-right: 1px solid var(--saas-border-color);
  display: flex;
  flex-direction: column;
}
.fastlion-export .lion-cell-export .ant-modal-content .ant-modal-body .export-content-type, .fastlion-export .lion-cell-export .ant-modal-content .ant-modal-body .export-content-range, .fastlion-export .lion-cell-export .ant-modal-content .ant-modal-body .export-content-mode, .fastlion-export .lion-cell-export .ant-modal-content .ant-modal-body .export-content-template {
  margin-top: 6px;
  display: flex;
  align-items: center;
}
.fastlion-export .lion-cell-export .ant-modal-content .ant-modal-body .export-content-type .ant-select, .fastlion-export .lion-cell-export .ant-modal-content .ant-modal-body .export-content-range .ant-select, .fastlion-export .lion-cell-export .ant-modal-content .ant-modal-body .export-content-mode .ant-select, .fastlion-export .lion-cell-export .ant-modal-content .ant-modal-body .export-content-template .ant-select {
  color: var(--saas-font-size-black);
  flex: 1;
}
.fastlion-export .lion-cell-export .ant-modal-content .ant-modal-body .export-content-type .ant-select .ant-select-selection-search input, .fastlion-export .lion-cell-export .ant-modal-content .ant-modal-body .export-content-range .ant-select .ant-select-selection-search input, .fastlion-export .lion-cell-export .ant-modal-content .ant-modal-body .export-content-mode .ant-select .ant-select-selection-search input, .fastlion-export .lion-cell-export .ant-modal-content .ant-modal-body .export-content-template .ant-select .ant-select-selection-search input {
  background-color: var(--Form-input-bg);
}
.fastlion-export .lion-cell-export .ant-modal-content .ant-modal-body .export-content-type .ant-select .ant-select-arrow, .fastlion-export .lion-cell-export .ant-modal-content .ant-modal-body .export-content-range .ant-select .ant-select-arrow, .fastlion-export .lion-cell-export .ant-modal-content .ant-modal-body .export-content-mode .ant-select .ant-select-arrow, .fastlion-export .lion-cell-export .ant-modal-content .ant-modal-body .export-content-template .ant-select .ant-select-arrow {
  color: var(--saas-font-size-black);
}
.fastlion-export .lion-cell-export .ant-modal-content .ant-modal-body .export-content-card {
  border-color: var(--saas-border-color);
  background: var(--saas-crud-advanced-modle-body-color);
  flex: 1;
  margin-top: 6px;
}
.fastlion-export .lion-cell-export .ant-modal-content .ant-modal-body .export-content-card .ant-card-head {
  height: 30px;
  background-color: var(--saas-crud-advanced-modle-title-color);
  border-color: var(--saas-border-color);
  color: var(--saas-font-size-black);
}
.fastlion-export .lion-cell-export .ant-modal-content .ant-modal-body .export-content-card .ant-card-body {
  max-height: calc(-510px + 100vh);
  flex: 1;
  overflow: auto;
  padding: 0px;
}
.fastlion-export .lion-cell-export .ant-modal-content .ant-modal-body .export-content-card-select {
  margin-top: 12px;
  padding: 0px 12px;
}
.fastlion-export .lion-cell-export .ant-modal-content .ant-modal-body .export-content-card-select .ant-select .ant-select-selector {
  border-color: var(--saas-border-color) !important;
  background-color: var(--saasBodyMessageTablePaginationColor);
}
.fastlion-export .lion-cell-export .ant-modal-content .ant-modal-body .export-content-card-select .ant-select .ant-select-selector .ant-tag {
  color: var(--saas-font-size-black);
  background-color: var(--saasBodyMessageTablePaginationColor);
}
.fastlion-export .lion-cell-export .ant-modal-content .ant-modal-body .export-content-card-select .ant-select .ant-select-selector .ant-tag .anticon {
  color: var(--saas-font-size-deep-black);
}
.fastlion-export .lion-cell-export .ant-modal-content .ant-modal-body .export-content-card-button {
  padding: 12px;
  display: flex;
}
.fastlion-export .lion-cell-export .ant-modal-content .ant-modal-body .export-content-card-button .ant-input-group-wrapper .ant-input-group-addon {
  color: var(--saas-font-size-black);
  background-color: var(--saasBodyMessageTablePaginationColor);
  border-color: var(--saas-border-color);
}
.fastlion-export .lion-cell-export .ant-modal-content .ant-modal-body .export-content-card-button .ant-input-group-wrapper .ant-input {
  color: var(--saas-font-size-black);
  background-color: var(--saasBodyMessageTablePaginationColor);
  border-color: var(--saas-border-color);
}
.fastlion-export .lion-cell-export .ant-modal-content .ant-modal-body .export-content-card-button .ant-input-group-wrapper .ant-input:hover {
  border-color: #40a9ff;
}
.fastlion-export .lion-cell-export .ant-modal-content .ant-modal-body .export-content-text {
  text-align: left;
  padding-right: 25px;
  color: var(--saas-font-size-black);
}
.fastlion-export .lion-cell-export .ant-modal-content .ant-modal-body .export-content-show {
  width: 50%;
  color: var(--saas-font-size-deep-black);
  padding: 8px;
}
.fastlion-export .lion-cell-export .ant-modal-content .ant-modal-body .export-content-show-export {
  display: flex;
  align-items: center;
  font-size: 12px;
  margin-bottom: 4px;
}
.fastlion-export .lion-cell-export .ant-modal-content .ant-modal-body .export-content-show-icon {
  display: inline-block;
  background: red;
  width: 6px;
  height: 6px;
  border-radius: 4px;
}

.ant-modal-adaptation-style .ant-modal-content {
  background-color: var(--saas-crud-advanced-modle-body-color);
  color: var(--saas-font-size-black);
}
.ant-modal-adaptation-style .ant-modal-close {
  color: var(--saas-font-size-deep-black);
}
.ant-modal-adaptation-style .ant-modal-header {
  background-color: var(--saasBodyMessageTablePaginationColor);
  border-bottom-color: var(--saas-border-color);
}
.ant-modal-adaptation-style .ant-modal-title {
  color: var(--saas-font-size-black);
}
.ant-modal-adaptation-style .ant-modal-footer {
  border-top-color: var(--saas-border-color);
}
.ant-modal-adaptation-style .ant-modal-confirm-body-wrapper .ant-modal-confirm-body .ant-modal-confirm-title,
.ant-modal-adaptation-style .ant-modal-confirm-body-wrapper .ant-modal-confirm-body .ant-modal-confirm-content {
  color: var(--saas-Title-text);
}

.cxd-Drawer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1010;
  overflow: hidden;
  outline: 0;
  font-family: system-ui, -apple-system, Helvetica Neue, sans-serif;
}
.cxd-Drawer-content {
  position: absolute;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  pointer-events: auto;
  background: var(--Drawer-bg);
  background-clip: padding-box;
  outline: 0;
  z-index: 2;
  border: var(--Drawer-content-borderWidth) solid var(--Drawer-content-borderColor);
  border-radius: var(--Drawer-content-borderRadius);
  transition: transform ease-in-out var(--animation-duration);
}
.cxd-Drawer-overlay {
  transition: ease-out opacity var(--animation-duration);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: var(--Drawer-overlay-bg);
  opacity: 0;
}
.cxd-Drawer-overlay.in {
  opacity: 1;
}
.cxd-Drawer-header {
  padding: var(--Drawer-header-padding);
  background: var(--Drawer-header-bg);
  display: flex;
  border-bottom: var(--Drawer-content-borderWidth) solid var(--Drawer-header-borderColor);
  border-top-left-radius: var(--Drawer-content-borderRadius);
  border-top-right-radius: var(--Drawer-content-borderRadius);
}
.cxd-Drawer-header::before, .cxd-Drawer-header::after {
  display: table;
  content: "";
}
.cxd-Drawer-header::after {
  clear: both;
}
.cxd-Drawer-title {
  font-size: var(--Drawer-title-fontSize);
  color: var(--Drawer-title-fontColor);
}
.cxd-Drawer-close {
  position: absolute;
  color: var(--Drawer-close-color);
  line-height: 1;
  text-decoration: none;
}
.cxd-Drawer-close svg {
  width: 30px;
  height: 30px;
  fill: var(--Drawer-close-color);
}
.cxd-Drawer-close:not(.is-disabled) {
  cursor: pointer;
}
.cxd-Drawer-close:not(.is-disabled):hover {
  text-decoration: none;
  color: var(--Drawer-close-onHover-color);
}
.cxd-Drawer-close:not(.is-disabled):hover svg {
  fill: var(--Drawer-close-onHover-color);
}
.cxd-Drawer-body {
  padding: var(--Drawer-body-padding);
  flex-basis: 0;
  flex-grow: 1;
  overflow: auto;
}
.cxd-Drawer-footer {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: var(--Drawer-footer-padding);
  border-top: 1px solid var(--saas-Border-Dividers);
  border-bottom-left-radius: var(--Drawer-content-borderRadius);
  border-bottom-right-radius: var(--Drawer-content-borderRadius);
}
.cxd-Drawer-footer .cxd-Button {
  margin-left: var(--gap-xs);
}
.cxd-Drawer-footer .cxd-Drawer-info {
  flex-basis: 0;
  flex-grow: 1;
  text-align: left;
  align-self: center;
}
.cxd-Drawer-footer .cxd-Drawer-error {
  color: var(--danger);
  white-space: pre-wrap;
}
.cxd-Drawer.cxd-Drawer--noOverlay {
  pointer-events: none;
}
.cxd-Drawer.cxd-Drawer--noOverlay .cxd-Drawer-close svg {
  margin-top: 0.125rem;
  width: var(--gap-md);
  height: var(--gap-md);
  fill: #99a6ad;
}
.cxd-Drawer .cxd-Drawer-resizeCtrl {
  position: absolute;
  border: var(--borderWidth) solid var(--borderColor);
  background: var(--white);
  border-radius: var(--borderRadius);
  font-size: var(--fontSizeSm);
  line-height: 0.625rem;
  text-align: center;
  user-select: none;
}

.flow_dom_drawer.pc {
  height: calc(100vh - var(--headerBarHeight));
  top: var(--headerBarHeight);
}
.flow_dom_drawer .cxd-Table .cxd-TableTable-contentWrap .cxd-TableTable-content {
  height: auto !important;
  max-height: calc(100vh - 250px);
}

@media (min-width: 576px) {
  .cxd-Drawer .cxd-Drawer-content {
    width: var(--Drawer-widthBase);
    height: var(--Drawer-widthBase);
  }

  .cxd-Drawer--xs .cxd-Drawer-content {
    width: var(--Drawer-widthXs);
    height: var(--Drawer-widthXs);
  }

  .cxd-Drawer--sm .cxd-Drawer-content {
    width: var(--Drawer-widthSm);
    height: var(--Drawer-widthSm);
  }

  .cxd-Drawer--md .cxd-Drawer-content {
    width: var(--Drawer-widthMd);
    height: var(--Drawer-widthMd);
  }

  .cxd-Drawer--lg .cxd-Drawer-content {
    width: var(--Drawer-widthLg);
    height: var(--Drawer-widthLg);
  }

  .cxd-Drawer--xl .cxd-Drawer-content {
    width: var(--Drawer-widthXl);
    height: var(--Drawer-widthXl);
  }
}
.cxd-Drawer .cxd-Drawer-content .cxd-Drawer-body .cxd-Tabs--content-tiled.cxd-Combination {
  margin: 0;
}

.cxd-Drawer--top .cxd-Drawer-content.in,
.cxd-Drawer--right .cxd-Drawer-content.in,
.cxd-Drawer--bottom .cxd-Drawer-content.in,
.cxd-Drawer--left .cxd-Drawer-content.in {
  transform: translate3d(0, 0, 0);
}

.cxd-Drawer--top .cxd-Drawer-close {
  top: 100%;
  margin-top: var(--gap-sm);
  left: var(--gap-sm);
}
.cxd-Drawer--top.cxd-Drawer--noOverlay .cxd-Drawer-close {
  top: var(--gap-base);
  right: var(--gap-base);
  left: auto;
  margin-top: 0;
}
.cxd-Drawer--top .cxd-Drawer-content {
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
  width: 100%;
  transform: translate3d(0, -100%, 0);
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.2);
  min-height: 120px;
}
.cxd-Drawer--top .cxd-Drawer-resizeCtrl {
  bottom: -0.375rem;
  left: 50%;
  cursor: ns-resize;
  width: 1.5rem;
  height: 0.75rem;
}

.cxd-Drawer--right .cxd-Drawer-close {
  right: 100%;
  margin-right: var(--gap-sm);
  top: var(--gap-sm);
}
.cxd-Drawer--right.cxd-Drawer--noOverlay .cxd-Drawer-close {
  top: var(--gap-base);
  right: var(--gap-base);
  margin-right: 0;
}
.cxd-Drawer--right .cxd-Drawer-content {
  top: 0;
  bottom: 0;
  left: auto;
  right: 0;
  height: 100%;
  transform: translate3d(100%, 0, 0);
  box-shadow: -10px 0 10px -10px rgba(0, 0, 0, 0.2);
  min-width: 120px;
}
.cxd-Drawer--right .cxd-Drawer-footer {
  justify-content: flex-end;
}
.cxd-Drawer--right .cxd-Drawer-footer .cxd-Button {
  margin-left: 0;
  margin-right: var(--gap-xs);
}
.cxd-Drawer--right .cxd-Drawer-footer .cxd-Drawer-info {
  flex-basis: 0;
  flex-grow: 1;
  order: 10;
  align-self: center;
  text-align: right;
}
.cxd-Drawer--right .cxd-Drawer-footer .cxd-Drawer-error {
  color: var(--danger);
}
.cxd-Drawer--right .cxd-Drawer-resizeCtrl {
  left: -0.375rem;
  top: 50%;
  cursor: ew-resize;
  writing-mode: vertical-lr;
  width: 0.75rem;
  height: 1.5rem;
}

.cxd-Drawer--bottom .cxd-Drawer-close {
  bottom: 100%;
  margin-bottom: var(--gap-sm);
  left: var(--gap-sm);
}
.cxd-Drawer--bottom.cxd-Drawer--noOverlay .cxd-Drawer-close {
  top: var(--gap-base);
  right: var(--gap-base);
  left: auto;
  margin-bottom: 0;
}
.cxd-Drawer--bottom .cxd-Drawer-content {
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  transform: translate3d(0, 100%, 0);
  box-shadow: 0 -10px 10px -10px rgba(0, 0, 0, 0.2);
  min-height: 120px;
}
.cxd-Drawer--bottom .cxd-Drawer-resizeCtrl {
  top: -0.375rem;
  left: 50%;
  cursor: ns-resize;
  width: 1.5rem;
  height: 0.75rem;
}

.cxd-Drawer--left .cxd-Drawer-close {
  left: 100%;
  margin-left: var(--gap-sm);
  top: var(--gap-sm);
}
.cxd-Drawer--left.cxd-Drawer--noOverlay .cxd-Drawer-close {
  left: auto;
  right: var(--gap-base);
  top: var(--gap-base);
}
.cxd-Drawer--left .cxd-Drawer-content {
  top: 0;
  bottom: 0;
  right: auto;
  left: 0;
  height: 100%;
  transform: translate3d(-100%, 0, 0);
  box-shadow: 10px 0 10px -10px rgba(0, 0, 0, 0.2);
  border-width: 0 var(--Drawer-content-borderWidth) 0 0;
  min-width: 120px;
}
.cxd-Drawer--left .cxd-Drawer-resizeCtrl {
  right: -0.375rem;
  top: 50%;
  cursor: ew-resize;
  writing-mode: vertical-lr;
  width: 0.75rem;
  height: 1.5rem;
}

/* Aug 更多操作 */
.cxd-Drawer-moreActions {
  position: absolute;
  left: 1.5rem;
  line-height: 30px;
  cursor: pointer;
}
.cxd-Drawer-moreActions-list {
  min-width: 60px;
}
.cxd-Drawer-moreActions-list li {
  padding: 3px 0;
}
.cxd-Drawer-moreActions-list li a {
  color: var(--DropDown-menuItem-color);
}

.cxd-Drawer.is-mobile {
  font-family: system-ui, -apple-system, Helvetica Neue, sans-serif;
}
.cxd-Drawer.is-mobile .cxd-Drawer-header {
  background-color: var(--saas-main-bg);
  height: 38px;
  line-height: 38px;
  padding: 0;
  display: flex;
  align-items: center;
  padding: 0 12px;
  border-color: var(--saas-Border-Dividers);
}
.cxd-Drawer.is-mobile .cxd-Drawer-header .icon-title-left path {
  fill: var(--saas-Title-Text) !important;
}
.cxd-Drawer.is-mobile .cxd-Drawer-header .cxd-Drawer-title {
  color: var(--saas-Title-Text);
  font-size: 16px;
  font-weight: 500;
  flex: 1;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.cxd-Drawer.is-mobile .cxd-Drawer-content {
  width: 100%;
  border-radius: 0;
  border: none;
}
.cxd-Drawer.is-mobile .cxd-Drawer-body {
  padding: 0;
}
.cxd-Drawer.is-mobile .cxd-Drawer-body .detail-form-panel {
  margin-left: 0;
  max-width: 100%;
}
.cxd-Drawer.is-mobile .cxd-Drawer-body .scroll-content {
  box-sizing: border-box;
}
.cxd-Drawer.is-mobile .cxd-Drawer-footer {
  justify-content: space-between;
  height: 53px;
  line-height: 53px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
  align-items: center;
  padding: 10px 16px;
}
.cxd-Drawer.is-mobile .cxd-Drawer-footer .cxd-Button {
  flex: 1;
  font-size: 14px;
  font-family: system-ui, -apple-system, Helvetica Neue, sans-serif;
  margin: 0;
}
.cxd-Drawer.is-mobile .cxd-Drawer-footer .cxd-Button:not(:first-child) {
  margin-left: 12px;
  margin-right: 0;
}
.cxd-Drawer.is-mobile .cxd-Drawer-title {
  text-align: center;
}
.cxd-Drawer.is-mobile .cxd-Drawer-back {
  float: left;
  font-size: 22px;
  color: #000;
  cursor: pointer;
}
.cxd-Drawer.is-mobile .cxd-Drawer-moreActions {
  position: relative;
  left: 0;
}

.cxd-Drawer.is-mobile.picker-modal {
  z-index: 1011;
}

.cxd-Drawer.ios-space.is-mobile > .cxd-Drawer-overlay,
.cxd-Drawer.ios-space.is-mobile > .cxd-Drawer-content {
  height: calc(100% - 32px);
  box-shadow: none;
}
.cxd-Drawer.ios-space.is-mobile > .cxd-Drawer-overlay .cxd-Drawer-footer,
.cxd-Drawer.ios-space.is-mobile > .cxd-Drawer-content .cxd-Drawer-footer {
  box-shadow: none;
}

.ant-drawer.row-edit-drawer .ant-modal-header,
.ant-modal.row-edit-drawer .ant-modal-header {
  color: #333;
  font-weight: 500;
  padding: 0;
  font-size: 14px;
  bottom: 0;
}
.ant-drawer.row-edit-drawer .ant-modal-header .edit-row-header,
.ant-modal.row-edit-drawer .ant-modal-header .edit-row-header {
  display: flex;
  justify-content: space-between;
  padding: 0 16px;
  cursor: pointer;
}
.ant-drawer.row-edit-drawer .ant-modal-header .edit-row-header .close-edit,
.ant-modal.row-edit-drawer .ant-modal-header .edit-row-header .close-edit {
  position: unset;
  font-size: 12px;
}
.ant-drawer.row-edit-drawer .ant-modal-header .Modle_edit-row-header,
.ant-modal.row-edit-drawer .ant-modal-header .Modle_edit-row-header {
  padding: 0px;
}
.ant-drawer.row-edit-drawer .ant-modal-body,
.ant-modal.row-edit-drawer .ant-modal-body {
  max-height: calc(100vh - 94px);
  overflow-y: auto;
}
.ant-drawer.row-edit-drawer .edit-row-header,
.ant-modal.row-edit-drawer .edit-row-header {
  color: var(--saas-font-size-black);
  font-weight: 500;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
}
@media (max-width: 767px) {
  .ant-drawer.row-edit-drawer .edit-row-header,
.ant-modal.row-edit-drawer .edit-row-header {
    height: 38px;
    line-height: 38px;
    font-family: system-ui, -apple-system, Helvetica Neue, sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0px;
    color: #000;
    position: relative;
    background-color: #fff;
  }
  .ant-drawer.row-edit-drawer .edit-row-header .close-edit,
.ant-modal.row-edit-drawer .edit-row-header .close-edit {
    position: absolute;
    top: 0;
    color: #000;
    font-size: 22px;
    left: 16px;
  }
}
.ant-drawer.row-edit-drawer .Modle_edit-row-header,
.ant-modal.row-edit-drawer .Modle_edit-row-header {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  background: #f7f9fc;
  z-index: 2;
}
.ant-drawer.row-edit-drawer .Modle_edit-row-header .close-title,
.ant-modal.row-edit-drawer .Modle_edit-row-header .close-title {
  flex: 1;
}
.ant-drawer.row-edit-drawer .Modle_edit-row-header .close-edit,
.ant-modal.row-edit-drawer .Modle_edit-row-header .close-edit {
  color: #000;
  font-size: 22px;
  width: 36px;
  position: relative;
  left: 0;
}
.ant-drawer.row-edit-drawer .Modle_edit-row-header .close-edit svg,
.ant-modal.row-edit-drawer .Modle_edit-row-header .close-edit svg {
  top: 0;
}
.ant-drawer.row-edit-drawer .ant-drawer-body,
.ant-modal.row-edit-drawer .ant-drawer-body {
  padding: 0;
  background-color: var(--them-bg-color);
  display: flex;
  flex-direction: column;
}
.ant-drawer.row-edit-drawer .ant-drawer-body .scroll-body,
.ant-modal.row-edit-drawer .ant-drawer-body .scroll-body {
  flex: 1;
  overflow: hidden;
}
.ant-drawer.row-edit-drawer .ant-drawer-body .scroll-body .cxd-TreeControl,
.ant-modal.row-edit-drawer .ant-drawer-body .scroll-body .cxd-TreeControl {
  border: none;
}
.ant-drawer.row-edit-drawer .ant-drawer-body .scroll-body .cxd-TreeControl .cxd-Tree-itemText,
.ant-modal.row-edit-drawer .ant-drawer-body .scroll-body .cxd-TreeControl .cxd-Tree-itemText {
  flex: 0;
  padding: 0.25rem;
}
.ant-drawer.row-edit-drawer .ant-drawer-body .cxd-Form-advanced .cxd-Form-item .cxd-Form-value .cxd-DateRangePicker-placeholder,
.ant-modal.row-edit-drawer .ant-drawer-body .cxd-Form-advanced .cxd-Form-item .cxd-Form-value .cxd-DateRangePicker-placeholder {
  margin-right: 0px;
}
.ant-drawer.row-edit-drawer .ant-drawer-body .cxd-Form-advanced .cxd-Form-item .cxd-Form-value .cxd-DateRangePicker-toggler,
.ant-modal.row-edit-drawer .ant-drawer-body .cxd-Form-advanced .cxd-Form-item .cxd-Form-value .cxd-DateRangePicker-toggler {
  display: none;
}
.ant-drawer.row-edit-drawer .ant-drawer-footer,
.ant-modal.row-edit-drawer .ant-drawer-footer {
  display: flex;
  height: 53px;
  line-height: 53px;
  padding: 10px 16px;
}
.ant-drawer.row-edit-drawer .ant-drawer-footer .ant-btn,
.ant-modal.row-edit-drawer .ant-drawer-footer .ant-btn {
  flex: 1;
  font-size: 14px;
  font-family: system-ui, -apple-system, Helvetica Neue, sans-serif;
  margin: 0;
}
.ant-drawer.row-edit-drawer .ant-drawer-footer .ant-btn:not(:first-child),
.ant-modal.row-edit-drawer .ant-drawer-footer .ant-btn:not(:first-child) {
  margin-left: 12px;
  margin-right: 0;
}

.ant-drawer.row-edit-drawer .ant-drawer-content-wrapper {
  padding-top: 38px;
}
.ant-drawer.row-edit-drawer .ant-drawer-content {
  background: var(--saas-main-bg);
}
.ant-drawer.row-edit-drawer .ant-drawer-body .cxd-Form {
  padding: 0;
  background: var(--saas-main-bg);
}
.ant-drawer.row-edit-drawer .ant-drawer-body .cxd-Form-item {
  padding-left: 6px;
  margin-left: 10px;
  border-bottom: 1px solid var(--borderColor);
}
.ant-drawer.row-edit-drawer .ant-drawer-body .cxd-Form-item .cxd-Form-label {
  height: auto;
  min-height: 22px;
}
.ant-drawer.row-edit-drawer .ant-drawer-body .cxd-Form-item .cxd-Picker-btn {
  right: 2px;
}
.ant-drawer.row-edit-drawer .ant-drawer-body .cxd-Form-item .cxd-Picker-btn .icon {
  color: var(--saas-Placeholder-Text);
}
.ant-drawer.row-edit-drawer .ant-drawer-body .cxd-Form-item .cxd-DateRangePicker {
  min-height: var(--Form-input-height);
  height: auto;
}
.ant-drawer.row-edit-drawer .ant-drawer-body .cxd-Form-item .cxd-DateRangePicker.is-mobile .cxd-DateRangePicker-content .show-datetime-value-item {
  font-size: 15px;
}
.ant-drawer.row-edit-drawer .ant-drawer-body .cxd-Form-item .cxd-DateRangePicker.is-mobile .cxd-DateRangePicker-content .cxd-DateRangePicker-toggler {
  display: flex;
}
.ant-drawer.row-edit-drawer .ant-drawer-body .cxd-Form-item .cxd-Number-input-wrap input::placeholder {
  font-size: 15px;
}
.ant-drawer.row-edit-drawer .ant-drawer-body .cxd-Form-item .cxd-TextControl-input {
  display: flex;
  align-items: center;
}
.ant-drawer.row-edit-drawer .ant-drawer-body .cxd-Form-item .cxd-TextControl-input input {
  font-size: 15px;
}
.ant-drawer.row-edit-drawer .ant-drawer-body .cxd-Form-item .cxd-TextControl-input input::placeholder {
  font-size: 15px;
}
.ant-drawer.row-edit-drawer .ant-drawer-body .cxd-Form-item .text-muted {
  color: rgba(0, 0, 0, 0.45);
}
.ant-drawer.row-edit-drawer .ant-drawer-footer {
  background: var(--saas-main-bg) !important;
}

@media (max-width: 767px) {
  .ant-drawer.row-edit-drawer {
    position: fixed;
  }
  .ant-drawer.row-edit-drawer .ant-drawer-body .cxd-Form--horizontal.inModal {
    padding-top: 8px;
  }
}
.offline-drawer .offline-table-container .ant-table {
  z-index: 1;
}
.offline-drawer .offline-table-container .ant-table .ant-table-container .ant-table-thead tr th {
  padding: 7px 10px;
  text-align: center;
}
.offline-drawer .offline-table-container .ant-table .ant-table-container .ant-table-tbody tr td {
  padding: 7px 10px;
}

.offline-drawer {
  transform: unset !important;
}
.offline-drawer .ant-drawer-header {
  padding: 0 12px;
}
.offline-drawer .ant-drawer-header .ant-drawer-header-title {
  height: 38px;
  line-height: 38px;
}
.offline-drawer .ant-drawer-header .ant-drawer-header-title .ant-drawer-close {
  margin: 0;
}
.offline-drawer .ant-drawer-header .ant-drawer-header-title .ant-drawer-title {
  text-align: center;
  padding-right: 28px;
}
.offline-drawer .ant-drawer-body {
  padding: 0;
  background-color: #fafafa;
}
.offline-drawer .ant-drawer-body .offline-form-container form.cxd-Form {
  padding-top: 0;
}
.offline-drawer .ant-drawer-body .offline-scan-num {
  background: #f7f8fa;
  position: sticky;
  top: 0;
  z-index: 2;
  height: 64px;
  line-height: 64px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.offline-drawer .ant-drawer-body .offline-scan-num > div {
  height: 48px;
  line-height: 48px;
  background: #fff;
  padding: 0 0 0 16px;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.9);
  font-weight: 500;
}

.offline-picture-drawer .ant-drawer-body {
  padding: 0;
}
.offline-picture-drawer .ant-drawer-body .offline-picture-item {
  margin: 8px;
}

.textarea-drawer {
  transform: unset !important;
  top: 0 !important;
}
.textarea-drawer .ant-drawer-header {
  padding: 0;
}
.textarea-drawer .ant-drawer-header .ant-drawer-header-title {
  height: 38px;
  line-height: 38px;
}
.textarea-drawer .ant-drawer-header .ant-drawer-header-title .ant-drawer-close {
  margin: 0;
  width: 36px;
  height: 100%;
}
.textarea-drawer .ant-drawer-header .ant-drawer-header-title .ant-drawer-title {
  text-align: center;
}
.textarea-drawer .ant-drawer-header .ant-drawer-extra {
  width: 36px;
  height: 100%;
  line-height: 38px;
}
.textarea-drawer .ant-drawer-header .ant-drawer-extra .ant-btn {
  padding: 0;
  width: 100%;
  text-align: center;
}
.textarea-drawer .ant-drawer-body {
  padding: 0;
  background-color: var(--saas-main-bg);
  padding: 16px 12px 20px;
  overflow: auto;
}
.textarea-drawer .ant-drawer-body .ant-input-textarea {
  border-bottom: 1px solid var(--saas-Border-Dividers);
}
.textarea-drawer .ant-drawer-body .ant-input-textarea textarea {
  color: var(--saas-Title-Text);
  font-size: 15px;
}
.textarea-drawer .ant-drawer-body .ant-input-textarea textarea::-webkit-input-placeholder {
  color: var(--saas-Placeholder-Text);
}
.textarea-drawer .ant-drawer-body .ant-input-textarea textarea::-moz-placeholder {
  color: var(--saas-Placeholder-Text);
}
.textarea-drawer .ant-drawer-body .ant-input-textarea textarea::-ms-input-placeholder {
  color: var(--saas-Placeholder-Text);
}
.textarea-drawer .ant-drawer-body .ant-input-textarea.disabled textarea {
  color: var(--Form-textarea-disabled);
}
.textarea-drawer .ant-drawer-footer .textarea-drawer-footer {
  width: 100%;
  text-align: right;
}
.textarea-drawer .ant-drawer-footer .textarea-drawer-footer .ant-btn {
  border-radius: 5px;
}

.summary-modal-wrap {
  z-index: 1111;
}

.summary-modal .ant-modal-content {
  border-radius: 12px;
}
.summary-modal .ant-modal-content .ant-modal-header {
  font-size: 18px;
  color: #000;
  font-weight: 500;
  border-radius: 12px 12px 0 0;
  border-color: var(--saas-Border-Dividers);
}
.summary-modal .ant-modal-content .ant-modal-body {
  padding: 16px 24px;
}
.summary-modal .ant-modal-content .ant-modal-body .summary-row-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  font-size: 14px;
  text-align: left;
}
.summary-modal .ant-modal-content .ant-modal-body .summary-row-box:nth-child(1) {
  margin-top: 0;
}
.summary-modal .ant-modal-content .ant-modal-body .summary-row-box .field-name {
  width: 114px;
  font-size: 14px;
  color: var(--saas-Placeholder-Text);
  padding-right: 4px;
}
.summary-modal .ant-modal-content .ant-modal-body .summary-row-box .field-value {
  flex: 1;
  color: var(--saas-Title-Text);
  font-weight: 500;
}
.summary-modal .ant-modal-content .ant-modal-footer {
  border-color: var(--saas-Border-Dividers);
  background: var(--saas-Background-Header);
}

.summary-modal.tableRotate {
  top: 50%;
  transform: translateY(-50%);
}
.summary-modal.tableRotate .ant-modal-content .ant-modal-body {
  max-height: 50vw;
  overflow: auto;
}

@media (max-width: 767px) {
  .columns-toggler-drawer .ant-drawer-header {
    padding: 16px;
    border-bottom-color: var(--saas-Border-Dividers);
    background: var(--saas-main-bg);
  }
  .columns-toggler-drawer .ant-drawer-header-title .ant-drawer-close {
    position: absolute;
    right: 16px;
    background: var(--them-bg-color);
    width: 24px;
    height: 24px;
    border-radius: 100%;
    margin-right: 0;
    padding: 4px;
  }
  .columns-toggler-drawer .ant-drawer-header-title .ant-drawer-title {
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #000;
    font-weight: 500;
  }
  .columns-toggler-drawer .ant-drawer-content {
    border-radius: 18px 18px 0 0;
  }
  .columns-toggler-drawer .ant-drawer-body {
    padding: 0;
    background-color: var(--saas-main-bg);
  }
  .columns-toggler-drawer .ant-drawer-body .tpm-sel-confirm-container {
    background-color: var(--saas-Background-Header);
  }
  .columns-toggler-drawer .ant-drawer-body .tpm-sel-confirm-container .ant-btn {
    height: 60px;
    background-color: var(--saas-main-bg);
  }
  .columns-toggler-drawer .ant-drawer-body .tpm-sel-confirm-container .ant-btn:nth-child(1) {
    color: #f5222d;
  }
  .columns-toggler-drawer .ant-drawer-body .tpm-sel-confirm-container .ant-btn:last-child {
    margin-top: 6px;
    color: var(--saas-Title-Text);
  }

  .columns-toggler-drawer-isMobile .ant-drawer-content .ant-drawer-wrapper-body .ant-drawer-body {
    padding: 0;
  }
  .columns-toggler-drawer-isMobile .ant-drawer-content .ant-drawer-wrapper-body .ant-drawer-body .cxd-Button {
    width: 100%;
    height: 60px;
    background-color: #fff;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.9);
    border: none;
  }
  .columns-toggler-drawer-isMobile .ant-drawer-content .ant-drawer-wrapper-body .ant-drawer-body .cxd-Button:nth-child(1) {
    color: #f5222d;
  }
  .columns-toggler-drawer-isMobile .ant-drawer-content .ant-drawer-wrapper-body .ant-drawer-body .cxd-Button:nth-child(2) {
    margin-top: 4px;
    border-top: 4px solid #f7f8fa;
  }

  .columns-toggler-drawer.field-table-drawer .ant-drawer-content-wrapper {
    max-height: calc(100vh - 32px);
  }
  .columns-toggler-drawer.field-table-drawer .ant-drawer-content-wrapper .ant-drawer-wrapper-body {
    max-height: calc(100vh - 32px);
  }
  .columns-toggler-drawer.field-table-drawer .ant-drawer-content-wrapper .ant-drawer-wrapper-body .ant-drawer-header-title .ant-drawer-title {
    text-align: left;
  }
  .columns-toggler-drawer.field-table-drawer .ant-drawer-content-wrapper .ant-drawer-wrapper-body .ant-drawer-footer {
    text-align: right;
  }
  .columns-toggler-drawer.field-table-drawer .ant-drawer-content-wrapper .ant-drawer-wrapper-body .ant-drawer-footer .ant-btn {
    margin-left: 8px;
  }
  .columns-toggler-drawer.field-table-drawer .form-content-container {
    flex: 1;
    overflow-y: auto;
  }

  .columns-toggler-drawer.ios-device .ant-drawer-wrapper-body {
    padding-bottom: 32px;
  }

  .tmp-setting-modal .ant-modal-header {
    border-radius: 8px;
    border: none;
    background: var(--saas-main-bg);
    color: var(--saas-Title-Text);
  }
  .tmp-setting-modal .ant-modal-content {
    border-radius: 8px;
    background-color: var(--saas-main-bg);
  }
  .tmp-setting-modal .ant-modal-body {
    padding: 12px 16px;
    padding-bottom: 0;
    background-color: var(--saas-main-bg) !important;
  }
  .tmp-setting-modal .ant-modal-body .ant-form-item-required {
    color: var(--saas-Title-Text);
  }
  .tmp-setting-modal .ant-modal-footer {
    background-color: var(--saas-main-bg);
    border-color: var(--saas-Border-Dividers);
  }

  .columns-toggler-drawer.columns-toggler-tmp-sel .ant-drawer-title {
    text-align: left;
    background-color: var(--saas-main-bg);
    color: var(--saas-Title-Text);
  }
  .columns-toggler-drawer.columns-toggler-tmp-sel .ant-drawer-body {
    background-color: var(--saas-main-bg);
    color: var(--saas-Title-Text);
  }
  .columns-toggler-drawer.columns-toggler-tmp-sel .ant-drawer-body .tem-sel-item {
    font-size: 16px;
    padding: 12px 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1px;
    border-bottom: 1px solid var(--saas-Border-Dividers);
  }
  .columns-toggler-drawer.columns-toggler-tmp-sel .ant-drawer-body .tem-sel-item:last-child {
    margin: 0;
    border-bottom: none;
  }
  .columns-toggler-drawer.columns-toggler-tmp-sel .ant-drawer-body .tem-sel-item.active-tmp {
    color: var(--them-btn-color);
  }
  .columns-toggler-drawer.columns-toggler-tmp-sel .ant-drawer-footer {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 14px 16px;
    background-color: var(--saas-main-bg);
  }
  .columns-toggler-drawer.columns-toggler-tmp-sel .ant-drawer-footer .cxd-Button {
    margin-left: 8px;
  }

  .table-toolbar-pop {
    width: 100%;
    padding-top: 0;
  }
  .table-toolbar-pop .ant-popover-content::after {
    content: "";
    height: 1px;
    display: block;
    background-color: var(--saas-main-bg);
    width: 100%;
    box-shadow: inset 0 0px 8px 10px rgba(0, 0, 0, 0.09);
  }
  .table-toolbar-pop .ant-popover-inner {
    padding: 0 16px;
    border-radius: 0 0 16px 16px;
    box-shadow: none;
    background-color: var(--saas-main-bg);
  }
  .table-toolbar-pop .ant-popover-inner .ant-popover-inner-content {
    width: 100%;
    border-top: none;
    padding: 0;
  }
  .table-toolbar-pop .ant-popover-inner .ant-popover-inner-content .toolbar-container {
    background-color: var(--saas-main-bg);
    width: 100%;
    font-size: 12px;
    padding-bottom: 24px;
  }
  .table-toolbar-pop .ant-popover-inner .ant-popover-inner-content .toolbar-container .toolbar-item {
    display: inline-block;
    text-align: center;
    margin-top: 24px;
    width: 25%;
  }
  .table-toolbar-pop .ant-popover-inner .ant-popover-inner-content .toolbar-container .toolbar-item-icon {
    color: var(--saas-Title-Text);
  }
  .table-toolbar-pop .ant-popover-inner .ant-popover-inner-content .toolbar-container .toolbar-item-icon * {
    font-size: 20px;
  }
  .table-toolbar-pop .ant-popover-inner .ant-popover-inner-content .toolbar-container .toolbar-item-name {
    margin-top: 8px;
    color: var(--saas-Title-Text);
    text-align: center;
  }
}
.cxd-Tooltip {
  position: fixed;
  top: 0;
  left: 0;
  font-family: system-ui, -apple-system, Helvetica Neue, sans-serif;
  border-radius: var(--borderRadius);
  min-width: var(--Tooltip-minWidth);
  max-width: var(--Tooltip-maxWidth);
  text-align: left;
  white-space: normal;
  z-index: 1600;
  word-wrap: break-word;
  background: var(--Tooltip-bg);
  border: var(--Tooltip-borderWidth) solid var(--Tooltip-borderColor);
  box-shadow: var(--Tooltip-boxShadow);
}
.cxd-Tooltip-arrow {
  position: absolute;
  display: block;
  width: var(--Tooltip-arrow-width);
  height: var(--Tooltip-arrow-height);
  margin-left: calc(var(--Tooltip-arrow-width) * -1 / 2);
  left: 50%;
}
.cxd-Tooltip-arrow::before, .cxd-Tooltip-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.cxd-Tooltip--top {
  margin-top: calc(var(--Tooltip-arrow-height) * -1 - 0.125rem);
}
.cxd-Tooltip--top .cxd-Tooltip-arrow {
  bottom: calc((var(--Tooltip-arrow-height) + var(--Tooltip-borderWidth)) * -1);
}
.cxd-Tooltip--top .cxd-Tooltip-arrow::before,
.cxd-Tooltip--top .cxd-Tooltip-arrow::after {
  border-width: var(--Tooltip-arrow-height) calc(var(--Tooltip-arrow-width) / 2) 0;
}
.cxd-Tooltip--top .cxd-Tooltip-arrow::before {
  bottom: 0;
  border-top-color: var(--Tooltip-arrow-outerColor);
}
.cxd-Tooltip--top .cxd-Tooltip-arrow::after {
  bottom: var(--Tooltip-borderWidth);
  border-top-color: var(--Tooltip-arrow-color);
}
.cxd-Tooltip--right {
  margin-left: calc(var(--Tooltip-arrow-height) + 0.125rem);
}
.cxd-Tooltip--right .cxd-Tooltip-arrow {
  left: calc(var(--Tooltip-borderWidth) * -1);
  width: var(--Tooltip-arrow-height);
  height: var(--Tooltip-arrow-width);
  margin-top: calc(var(--Tooltip-arrow-width) / -2);
  top: 50%;
}
.cxd-Tooltip--right .cxd-Tooltip-arrow::before,
.cxd-Tooltip--right .cxd-Tooltip-arrow::after {
  border-width: calc(var(--Tooltip-arrow-width) / 2) var(--Tooltip-arrow-height) calc(var(--Tooltip-arrow-width) / 2) 0;
}
.cxd-Tooltip--right .cxd-Tooltip-arrow::before {
  left: 0;
  border-right-color: var(--Tooltip-arrow-outerColor);
}
.cxd-Tooltip--right .cxd-Tooltip-arrow::after {
  left: var(--Tooltip-borderWidth);
  border-right-color: var(--Tooltip-arrow-color);
}
.cxd-Tooltip--bottom {
  margin-top: calc(var(--Tooltip-arrow-height) + 0.125rem);
}
.cxd-Tooltip--bottom .cxd-Tooltip-arrow {
  top: calc((var(--Tooltip-arrow-height) + var(--Tooltip-borderWidth)) * -1);
}
.cxd-Tooltip--bottom .cxd-Tooltip-arrow::before,
.cxd-Tooltip--bottom .cxd-Tooltip-arrow::after {
  border-width: 0 calc(var(--Tooltip-arrow-width) / 2) var(--Tooltip-arrow-height) calc(var(--Tooltip-arrow-width) / 2);
}
.cxd-Tooltip--bottom .cxd-Tooltip-arrow::before {
  top: 0;
  border-bottom-color: var(--Tooltip-arrow-outerColor);
}
.cxd-Tooltip--bottom .cxd-Tooltip-arrow::after {
  top: var(--Tooltip-borderWidth);
  border-bottom-color: var(--Tooltip-arrow-color);
}
.cxd-Tooltip--bottom .cxd-Tooltip-title::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: var(--Tooltip-arrow-width);
  margin-left: calc(var(--Tooltip-arrow-width) / -2);
  content: "";
  border-bottom: var(--Tooltip-borderWidth) solid var(--Tooltip-title-bg);
}
.cxd-Tooltip--left {
  margin-left: calc(var(--Tooltip-arrow-height) * -1 - 0.125rem);
}
.cxd-Tooltip--left .cxd-Tooltip-arrow {
  left: auto;
  right: calc((var(--Tooltip-arrow-height) + var(--Tooltip-borderWidth)) * -1);
  width: var(--Tooltip-arrow-height);
  height: var(--Tooltip-arrow-width);
  margin-top: calc(var(--Tooltip-arrow-width) * -1 / 2);
  top: 50%;
}
.cxd-Tooltip--left .cxd-Tooltip-arrow::before,
.cxd-Tooltip--left .cxd-Tooltip-arrow::after {
  border-width: calc(var(--Tooltip-arrow-width) / 2) 0 calc(var(--Tooltip-arrow-width) / 2) var(--Tooltip-arrow-height);
}
.cxd-Tooltip--left .cxd-Tooltip-arrow::before {
  right: 0;
  border-left-color: var(--Tooltip-arrow-outerColor);
}
.cxd-Tooltip--left .cxd-Tooltip-arrow::after {
  right: var(--Tooltip-borderWidth);
  border-left-color: var(--Tooltip-arrow-color);
}
.cxd-Tooltip-title {
  padding: var(--Tooltip-title-paddingY) var(--Tooltip-title-paddingX);
  margin-bottom: 0;
  font-size: var(--fontSizeBase);
  color: var(--Tooltip-title-color);
  background: var(--Tooltip-title-bg);
  border-bottom: var(--Tooltip-borderWidth) solid var(--Tooltip-title-borderBottom-color);
  border-top-left-radius: calc(var(--Tooltip-borderRadius) - var(--Tooltip-borderWidth));
  border-top-right-radius: calc(var(--Tooltip-borderRadius) - var(--Tooltip-borderWidth));
}
.cxd-Tooltip-title:empty {
  display: none;
}
.cxd-Tooltip-body {
  color: var(--Tooltip-body-color);
  padding: 0.3rem 0.5rem;
}
@media screen and (min-width: 1280px) and (max-width: 1440px) {
  .cxd-Tooltip-body {
    padding: 0px 4px;
  }
  .cxd-Tooltip-body .cxd-Html {
    font-size: 12px;
  }
}
@media screen and (min-width: 1441px) and (max-width: 1680px) {
  .cxd-Tooltip-body {
    padding: 0px 6px;
  }
  .cxd-Tooltip-body .cxd-Html {
    font-size: 13px;
  }
}

@keyframes tooltipIn {
  from {
    opacity: 0;
    margin: 0;
  }
}
[data-tooltip] {
  position: relative;
}
[data-tooltip]:after {
  pointer-events: none;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  content: attr(data-tooltip);
  font-size: var(--Tooltip--attr-fontSize);
  line-height: var(--Tooltip--attr-lineHeigt);
  text-align: left;
  white-space: normal;
  width: max-content;
  box-sizing: content-box;
  max-width: 300px;
  background: var(--Tooltip--attr-bg);
  border: var(--Tooltip--attr-borderWidth) solid var(--Tooltip--attr-borderColor);
  border-radius: var(--Tooltip--attr-borderRadius);
  box-shadow: var(--Tooltip--attr-boxShadow);
  left: 100%;
  color: var(--Tooltip--attr-color);
  padding: var(--Tooltip--attr-paddingY) var(--Tooltip--attr-paddingX);
  display: none;
  animation-duration: var(--animation-duration);
  animation-fill-mode: both;
}
@media screen and (min-width: 0\0 ) {
  [data-tooltip]:after {
    white-space: nowrap;
    max-width: unset;
  }
}
[data-tooltip]:not(.is-disabled):hover:after {
  display: inline-block;
  animation-name: tooltipIn;
  opacity: 1;
  z-index: 1600;
  margin: 0 0 0 var(--Tooltip--attr-gap);
  opacity: 1;
}
[data-tooltip][data-position=bottom]:after {
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
}
[data-tooltip][data-position=bottom]:hover:after {
  margin: var(--Tooltip--attr-gap) 0 0 0;
}
[data-tooltip][data-position=left]:after {
  top: 50%;
  right: 100%;
  left: auto;
  transform: translateY(-50%);
}
[data-tooltip][data-position=left]:hover:after {
  margin: 0 var(--Tooltip--attr-gap) 0 0;
}
[data-tooltip][data-position=top]:after {
  left: 50%;
  top: auto;
  bottom: 100%;
  transform: translateX(-50%);
}
[data-tooltip][data-position=top]:hover:after {
  margin: calc(var(--Tooltip--attr-gap) * -1) 0 0 0;
}
[data-tooltip]:hover:active:after {
  content: "";
  display: none !important;
}

.cxd-TplField {
  max-width: 100%;
}
.cxd-TplField.is-inline {
  display: inline;
}

.cell.ellipsis .cxd-TplField > span,
.cxd-Form-label .cxd-TplField > span {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: middle;
}

.cxd-Crud > .cxd-Form .cxd-Form-label .cxd-TplField > span {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: initial;
}

.cxd-PopOver {
  position: absolute;
  background: var(--PopOver-bg);
  top: 0;
  left: 0;
  z-index: 1300;
  display: none;
  padding: 0;
  margin: 0;
  font-weight: var(--fontWeightNormal);
  letter-spacing: normal;
  line-height: var(--lineHeightBase);
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: var(--fontSizeBase);
  box-shadow: var(--boxShadow);
  border: var(--borderWidth) solid var(--borderColor);
  border-radius: var(--borderRadius);
}
.cxd-PopOver > * {
  position: relative;
  z-index: 2;
}
.cxd-PopOver-overlay {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  bottom: 0;
  background: transparent;
}
.cxd-PopOver-isMobile .cxd-PopOver-overlay {
  background: rgba(0, 0, 0, 0.3);
}
.cxd-PopOver--leftBottomLeftTop {
  margin-top: 0.25rem;
}
.cxd-PopOver--leftTopLeftBottom {
  margin-top: -0.25rem;
}
.cxd-PopOver .cxd-TransferDropDown-content > .cxd-Transfer-selection > .cxd-Table-content > .cxd-Table-table tbody > tr:first-child td {
  border-top: none;
}

@keyframes PopUpIn {
  from {
    height: 0;
  }
}
@keyframes PopUpOut {
  to {
    height: 0;
  }
}
@keyframes PopUpOpacityIn {
  from {
    opacity: 0;
  }
}
@keyframes PopUpOpacityOut {
  to {
    opacity: 0;
  }
}
.cxd-PopUp {
  width: 100vw;
  height: auto;
  position: fixed;
  background: var(--PopOver-bg);
  left: 0;
  bottom: 0;
  z-index: 3000;
  padding: 0;
  margin: 0;
  font-weight: var(--fontWeightNormal);
  letter-spacing: normal;
  line-height: var(--lineHeightBase);
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: var(--fontSizeBase);
  box-shadow: var(--boxShadow);
  border: var(--borderWidth) solid var(--borderColor);
  border-radius: var(--borderRadius);
  overflow: hidden;
}
.cxd-PopUp.round {
  border-radius: 13px 13px 0 0;
}
.cxd-PopUp #amis-action-sheet-btn-wrapper.action-sheet-btn-wrapper {
  border-bottom: 2px solid #f2f2f2;
  text-align: center;
}
.cxd-PopUp #amis-action-sheet-btn-wrapper.action-sheet-btn-wrapper:nth-child(1) {
  padding-top: 5px;
}
.cxd-PopUp #amis-action-sheet-btn-wrapper.action-sheet-btn-wrapper.is-touch {
  background-color: #f6f6f6;
}
.cxd-PopUp #amis-action-sheet-btn-wrapper.action-sheet-btn-wrapper .cxd-Button--default,
.cxd-PopUp #amis-action-sheet-btn-wrapper.action-sheet-btn-wrapper .cxd-Button--link {
  color: #3b3b3b;
}
.cxd-PopUp #amis-action-sheet-btn-wrapper.action-sheet-btn-wrapper .cxd-Button--default,
.cxd-PopUp #amis-action-sheet-btn-wrapper.action-sheet-btn-wrapper .cxd-Button--primary {
  background-color: transparent;
}
.cxd-PopUp #amis-action-sheet-btn-wrapper.action-sheet-btn-wrapper .cxd-Button--primary {
  color: var(--link-color);
}
.cxd-PopUp #amis-action-sheet-btn-wrapper.action-sheet-btn-wrapper .cxd-Button {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 48px;
  border: none;
  border-radius: 0;
  font-size: 15px;
  align-items: center;
  font-weight: 600;
}
.cxd-PopUp.in, .cxd-PopUp.out {
  animation-duration: var(--animation-duration);
  animation-fill-mode: both;
}
.cxd-PopUp.in {
  animation-name: PopUpIn;
}
.cxd-PopUp.in .cxd-PopUp-overlay {
  animation-name: PopUpOpacityIn;
}
.cxd-PopUp.out {
  animation-name: PopUpOut;
}
.cxd-PopUp.out .cxd-PopUp-overlay {
  animation-name: PopUpOpacityOut;
}
.cxd-PopUp-inner {
  position: relative;
  overflow: hidden;
  height: 100%;
  box-sizing: border-box;
  background: var(--saas-main-bg);
  display: flex;
  flex-direction: column;
  border-radius: 13px 13px 0 0;
}
.cxd-PopUp-closeWrap {
  position: relative;
  text-align: center;
  height: 3rem;
  line-height: 3rem;
}
.cxd-PopUp-closeWrap .cxd-PopUp-close {
  position: absolute;
  z-index: 1;
  color: var(--icon-color);
  cursor: pointer;
  top: 0.9375rem;
  right: 0.9375rem;
}
.cxd-PopUp-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 3.75rem;
}
.cxd-PopUp-title {
  font-size: var(--fontSizeMd);
}
.cxd-PopUp-cancel {
  color: var(--PopUp-cancelAction-color);
  margin-left: var(--gap-sm);
}
.cxd-PopUp-confirm {
  margin-right: var(--gap-sm);
  line-height: 1;
}
.cxd-PopUp-content {
  overflow-y: auto;
  height: 100%;
  display: flex;
  flex: 1;
}
.cxd-PopUp-content::-webkit-scrollbar {
  width: 0;
}
.cxd-PopUp-scroll {
  display: block;
  max-height: 90vh;
}
.cxd-PopUp > * {
  position: relative;
  z-index: 2;
}
.cxd-PopUp-overlay {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  opacity: 1;
  animation-duration: var(--animation-duration);
  animation-fill-mode: both;
}
.cxd-PopUp--leftBottomLeftTop {
  margin-top: 0.25rem;
}
.cxd-PopUp--leftTopLeftBottom {
  margin-top: -0.25rem;
}
.cxd-PopUp-safearea {
  height: 2rem;
}

.cxd-TplPop .ant-popover-inner {
  border-radius: 6px;
}
.cxd-TplPop .ant-popover-title {
  border-bottom: none;
  padding: 12px 12px 6px;
}
.cxd-TplPop .ant-popover-title .cxd-Title-tplPop {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  color: var(--saas-Title-Text);
  font-weight: 600;
}
.cxd-TplPop .ant-popover-content .ant-popover-inner-content {
  padding: 5px 12px;
  font-size: 13px;
  color: var(--saas-Title-Text);
}
.cxd-TplPop .ant-popover-content .ant-popover-inner-content .cxd-PlainField {
  padding: 5px;
  background-color: var(--saas-Background-Header);
}
.cxd-TplPop .ant-popover-content .ant-popover-inner-content .cxd-TplPopover {
  background-color: var(--saas-Background-Header);
  margin-right: 0;
  width: 476px;
  height: 214px;
}
.cxd-TplPop .ant-popover-content .ant-popover-inner-content .cxd-Footer-tplPop {
  text-align: right;
  margin-top: 5px;
  margin-bottom: 8px;
}
.cxd-TplPop .ant-popover-content .ant-popover-inner-content .cxd-Footer-tplPop-top,
.cxd-TplPop .ant-popover-content .ant-popover-inner-content .cxd-Footer-tplPop-bottom,
.cxd-TplPop .ant-popover-content .ant-popover-inner-content .cxd-Footer-tplPop-left,
.cxd-TplPop .ant-popover-content .ant-popover-inner-content .cxd-Footer-tplPop-right {
  position: absolute;
}
.cxd-TplPop .ant-popover-content .ant-popover-inner-content .cxd-Footer-tplPop-bottom,
.cxd-TplPop .ant-popover-content .ant-popover-inner-content .cxd-Footer-tplPop-top {
  left: 0;
  right: 0;
  height: 2px;
}
.cxd-TplPop .ant-popover-content .ant-popover-inner-content .cxd-Footer-tplPop-right,
.cxd-TplPop .ant-popover-content .ant-popover-inner-content .cxd-Footer-tplPop-left {
  top: 0;
  bottom: 0;
  width: 2px;
}
.cxd-TplPop .ant-popover-content .ant-popover-inner-content .cxd-Footer-tplPop-top {
  top: 0;
  cursor: n-resize;
}
.cxd-TplPop .ant-popover-content .ant-popover-inner-content .cxd-Footer-tplPop-bottom {
  bottom: 0;
  cursor: s-resize;
}
.cxd-TplPop .ant-popover-content .ant-popover-inner-content .cxd-Footer-tplPop-left {
  left: 0;
  cursor: e-resize;
}
.cxd-TplPop .ant-popover-content .ant-popover-inner-content .cxd-Footer-tplPop-right {
  right: 0;
  cursor: w-resize;
}
@media (max-width: 767px) {
  .cxd-TplPop .ant-popover-content .ant-popover-inner-content {
    width: 300px;
  }
  .cxd-TplPop .ant-popover-content .ant-popover-inner-content .cxd-TplPopover {
    width: 276px;
  }
  .cxd-TplPop .ant-popover-content .ant-popover-inner-content .cxd-TplPopover p {
    min-width: auto;
  }
}

@media (max-width: 767px) {
  .cxd-PopUp {
    height: 100%;
    background-color: transparent;
    border-color: transparent;
    box-shadow: none;
  }
  .cxd-PopUp-inner {
    height: 60vh;
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
  }
  .cxd-PopUp-overlay {
    height: 100%;
    top: auto;
    bottom: 2px;
  }
  .cxd-PopUp-closeWrap {
    height: 60px;
    display: flex;
    align-items: center;
  }
  .cxd-PopUp-closeWrap .cxd-TransferDropDown-header {
    padding: 0 16px;
    font-size: 16px;
    color: var(--saas-Title-Text);
    text-align: left;
    font-weight: 500;
    overflow: hidden;
  }
  .cxd-PopUp-closeWrap .cxd-TransferDropDown-header .cxd-PopUp-content-title {
    white-space: nowrap;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.4);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }
  .cxd-PopUp-closeWrap .cxd-TransferDropDown-header .cxd-PopUp-content-title span {
    display: inline-block;
  }
  .cxd-PopUp-closeWrap .cxd-TransferDropDown-header .cxd-PopUp-content-title .cxd-PopUp-content-name {
    flex: 1;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .cxd-PopUp-closeWrap .cxd-TransferDropDown-header .cxd-PopUp-content-title .cxd-PopUp-content-size {
    white-space: nowrap;
    overflow: hidden;
  }
  .cxd-PopUp-closeWrap .cxd-PopUp-cancel-danger {
    border: none;
    color: red;
    font-size: 16px !important;
    background: transparent;
    box-shadow: unset;
  }
  .cxd-PopUp-closeWrap .cxd-PopUp-cancel-danger:not(:disabled):not(.is-disabled):hover {
    color: red;
    background: transparent;
    box-shadow: unset;
  }
  .cxd-PopUp-closeWrap-icon {
    width: 24px;
    height: 24px;
    display: inline-block;
    border-radius: 50%;
    background: var(--them-bg-color);
    font-size: 16px;
    color: var(--saas-Title-Text);
    position: absolute;
    top: 0.9375rem;
    right: 12px;
    z-index: 1;
  }
  .cxd-PopUp-closeWrap-icon .cxd-PopUp-close {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 12px;
    color: var(--saas-Title-Text);
  }
  .cxd-PopUp-popOverHeat {
    border-bottom: 1px solid var(--them-bg-color);
  }
  .cxd-PopUp-content {
    position: relative;
    overflow-y: hidden;
  }
  .cxd-PopUp-content .cxd-TransferDropDown-content {
    height: 100%;
    overflow-y: hidden;
  }
  .cxd-PopUp-content .cxd-TransferDropDown-content .cxd-Transfer-search {
    padding-top: 0;
  }
  .cxd-PopUp-content .cxd-TransferDropDown-content .cxd-Transfer-search .cxd-InputBox {
    border: none;
    background: var(--saas-Background-Header);
    border-radius: 6px;
    height: 44px;
    align-items: center;
    font-size: 15px;
  }
  .cxd-PopUp-content .cxd-TransferDropDown-content .cxd-Transfer-search .cxd-InputBox input {
    color: var(--saas-font-size-black);
  }
  .cxd-PopUp-content .cxd-TransferDropDown-content .cxd-Transfer-search .cxd-InputBox .cxd-Transfer-SeachCancel {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: rgba(0, 0, 0, 0.26);
    color: #fff;
    font-size: 10px;
    border-radius: 50%;
  }
  .cxd-PopUp-content .cxd-TransferDropDown-content .cxd-Transfer-search .cxd-InputBox .cxd-Transfer-SeachCancel svg {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .cxd-PopUp-content .cxd-TransferDropDown-content .cxd-Transfer-search .cxd-InputBox > svg {
    top: 0;
    font-size: 14px;
    height: 22px;
    width: 22px;
    color: #DCDCDC;
  }
  .cxd-PopUp-content .cxd-TransferDropDown-content .cxd-Transfer-search .cxd-InputBox.is-focused {
    border-color: transparent;
    box-shadow: none;
  }
  .cxd-PopUp-content .cxd-TransferDropDown-content .cxd-GroupedSelection {
    max-height: none;
    overflow-y: auto;
    flex: 1;
    padding: 0;
  }
  .cxd-PopUp-content .cxd-TransferDropDown-content .cxd-GroupedSelection::-webkit-scrollbar {
    width: 0px;
    height: 0;
  }
  .cxd-PopUp-content .cxd-TransferDropDown-content .cxd-GroupedSelection > .cxd-GroupedSelection-group > .cxd-GroupedSelection-itemLabel {
    background: var(--them-bg-color);
    border-radius: 0px 6px 6px 0;
    padding-left: 16px;
    height: 32px;
    width: 98%;
    font-size: 15px;
    color: var(--saas-Secondary-Text);
    border-color: transparent;
  }
  .cxd-PopUp-content .cxd-TransferDropDown-content .cxd-GroupedSelection .cxd-GroupedSelection-item {
    height: 44px;
    font-size: 16px;
    color: var(--saas-Title-Text);
    display: flex;
    align-items: center;
    padding: 0 16px;
    position: relative;
    overflow: hidden;
  }
  .cxd-PopUp-content .cxd-TransferDropDown-content .cxd-GroupedSelection .cxd-GroupedSelection-item:hover {
    background-color: transparent;
  }
  .cxd-PopUp-content .cxd-TransferDropDown-content .cxd-GroupedSelection .cxd-GroupedSelection-item::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid var(--saas-Border-Dividers);
    bottom: 0;
  }
  .cxd-PopUp-content .cxd-TransferDropDown-content .cxd-GroupedSelection .cxd-GroupedSelection-item:nth-last-child(1)::before {
    border-bottom: 1px solid transparent;
  }
  .cxd-PopUp-content .cxd-TransferDropDown-content .cxd-GroupedSelection .cxd-GroupedSelection-item.is-active {
    color: var(--saas-Primary-Color);
  }
  .cxd-PopUp-content .cxd-TransferDropDown-content .cxd-GroupedSelection .cxd-GroupedSelection-item.is-active .cxd-GroupedSelection-itemLabel {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .cxd-PopUp-content .cxd-TransferDropDown-content .cxd-TableSelection {
    padding: 0 16px;
    max-height: none;
  }
  .cxd-PopUp-content .cxd-TransferDropDown-content .cxd-TableSelection .cxd-Table-content {
    border: none;
    overflow: auto;
    height: 100%;
  }
  .cxd-PopUp-content .cxd-TransferDropDown-content .cxd-TableSelection .cxd-Table-content::-webkit-scrollbar {
    width: 0 !important;
    height: 0 !important;
  }
  .cxd-PopUp-content .cxd-TransferDropDown-content .cxd-TableSelection .cxd-Table-content .cxd-Table-table {
    border: none;
  }
  .cxd-PopUp-content .cxd-TransferDropDown-content .cxd-TableSelection .cxd-Table-content .cxd-Table-table tr .cxd-Table-checkCell {
    padding: 0;
    height: 100%;
    z-index: 4;
  }
  .cxd-PopUp-content .cxd-TransferDropDown-content .cxd-TableSelection .cxd-Table-content .cxd-Table-table tr .cxd-Table-checkCell .cxd-Checkbox i {
    width: 22px !important;
    height: 22px !important;
    border-radius: 50%;
    z-index: 1;
  }
  .cxd-PopUp-content .cxd-TransferDropDown-content .cxd-TableSelection .cxd-Table-content .cxd-Table-table tr th {
    height: 44px;
  }
  .cxd-PopUp-content .cxd-TransferDropDown-content .cxd-TableSelection .cxd-Table-content .cxd-Table-table tr td {
    padding: 0 0 0 10px;
  }
  .cxd-PopUp-content .cxd-TransferDropDown-content .cxd-TableSelection .cxd-Table-content .cxd-Table-table tr td > span {
    display: block;
    height: 44px;
    line-height: 44px;
  }
  .cxd-PopUp-content .cxd-TransferDropDown-content .cxd-TableSelection .cxd-Table-content .cxd-Table-table thead tr th {
    background: none;
    border: none;
    font-size: 16px !important;
    color: var(--saas-Title-Text);
    font-weight: 600;
    border-bottom: var(--borderWidth) solid var(--borderColor);
  }
  .cxd-PopUp-content .cxd-TransferDropDown-content .cxd-TableSelection .cxd-Table-content .cxd-Table-table thead tr th {
    position: sticky;
    top: 0;
    padding-left: 10px;
    background-color: #fff;
    z-index: 3;
  }
  .cxd-PopUp-content .cxd-TransferDropDown-content .cxd-TableSelection .cxd-Table-content .cxd-Table-table thead tr .cxd-Table-sticky {
    left: 29px;
    z-index: 4;
    padding-left: 2px;
  }
  .cxd-PopUp-content .cxd-TransferDropDown-content .cxd-TableSelection .cxd-Table-content .cxd-Table-table thead tr th:nth-child(1) {
    left: -1px;
    width: 30px;
    z-index: 4;
    padding-right: 6px;
    padding-left: 2px;
  }
  .cxd-PopUp-content .cxd-TransferDropDown-content .cxd-TableSelection .cxd-Table-content .cxd-Table-table tbody tr td {
    font-size: 16px !important;
    text-align: left;
  }
  .cxd-PopUp-content .cxd-TransferDropDown-content .cxd-TableSelection .cxd-Table-content .cxd-Table-table tbody tr .cxd-Table-sticky {
    position: sticky;
    left: 29px;
    background-color: #fff;
    z-index: 2;
    padding-right: 6px;
    padding-left: 2px;
  }
  .cxd-PopUp-content .cxd-TransferDropDown-content .cxd-TableSelection .cxd-Table-content .cxd-Table-table tbody tr td:nth-child(1) {
    min-width: 30px;
    left: -1px;
  }
  .cxd-PopUp-content .cxd-TransferDropDown-content .cxd-TableSelection .cxd-Table-content .cxd-Table-table tbody tr.is-active {
    color: var(--saas-Primary-Color);
  }
  .cxd-PopUp-content .cxd-TransferDropDown-content .cxd-ChainedSelection-isModle {
    flex-direction: column;
  }
  .cxd-PopUp-content .cxd-TransferDropDown-content .cxd-ChainedSelection-isModle .cxd-ChainedSelection-Tabs .ant-tabs .ant-tabs-nav {
    margin: 0;
    padding: 0 16px;
  }
  .cxd-PopUp-content .cxd-TransferDropDown-content .cxd-ChainedSelection-isModle .cxd-ChainedSelection-Tabs .ant-tabs .ant-tabs-nav .ant-tabs-nav-wrap .ant-tabs-nav-list .ant-tabs-tab {
    font-size: 15px;
    color: var(--saas-Title-Text);
    padding: 6px 0;
  }
  .cxd-PopUp-content .cxd-TransferDropDown-content .cxd-ChainedSelection-isModle .cxd-ChainedSelection-Checked {
    display: flex;
    flex-wrap: nowrap;
    flex: 1;
    overflow: hidden;
    position: relative;
  }
  .cxd-PopUp-content .cxd-TransferDropDown-content .cxd-ChainedSelection-isModle .cxd-ChainedSelection-Checked .cxd-ChainedSelection-col {
    min-width: 100%;
    overflow: auto;
  }
  .cxd-PopUp-content .cxd-TransferDropDown-content .cxd-ChainedSelection-isModle .cxd-ChainedSelection-Checked .cxd-ChainedSelection-col::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  .cxd-PopUp-content .cxd-TransferDropDown-content .cxd-ChainedSelection-isModle .cxd-ChainedSelection-Checked .cxd-ChainedSelection-col .cxd-ChainedSelection-item {
    height: 44px;
    font-size: 16px;
    color: var(--saas-Title-Text);
    display: flex;
    align-items: center;
    padding: 0 16px;
    position: relative;
    overflow: hidden;
  }
  .cxd-PopUp-content .cxd-TransferDropDown-content .cxd-ChainedSelection-isModle .cxd-ChainedSelection-Checked .cxd-ChainedSelection-col .cxd-ChainedSelection-item:hover {
    background-color: transparent;
  }
  .cxd-PopUp-content .cxd-TransferDropDown-content .cxd-ChainedSelection-isModle .cxd-ChainedSelection-Checked .cxd-ChainedSelection-col .cxd-ChainedSelection-item::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid var(--them-bg-color);
    bottom: 0;
  }
  .cxd-PopUp-content .cxd-TransferDropDown-content .cxd-ChainedSelection-isModle .cxd-ChainedSelection-Checked .cxd-ChainedSelection-col .cxd-ChainedSelection-item:nth-last-child(1)::before {
    border-bottom: 1px solid transparent;
  }
  .cxd-PopUp-content .cxd-TransferDropDown-content .cxd-ChainedSelection-isModle .cxd-ChainedSelection-Checked .cxd-ChainedSelection-col .cxd-ChainedSelection-item .cxd-Checkbox i {
    width: 22px !important;
    height: 22px !important;
    border-radius: 50%;
    z-index: 1;
  }
  .cxd-PopUp-content .cxd-TransferDropDown-content .cxd-ChainedSelection-isModle .cxd-ChainedSelection-Checked .cxd-ChainedSelection-col .cxd-ChainedSelection-item.is-active {
    color: var(--saas-Primary-Color);
  }
  .cxd-PopUp-content .cxd-TransferDropDown-content .cxd-ChainedSelection-isModle .cxd-ChainedSelection-Checked .cxd-ChainedSelection-col .cxd-ChainedSelection-item.is-active .cxd-ChainedSelection-itemLabel {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .cxd-PopUp-content .cxd-TransferDropDown-content .cxd-ChainedSelection-isModle .cxd-ChainedSelection-Checked .cxd-ChainedSelection-Content {
    position: sticky;
    right: 0;
    top: 0;
    min-width: 33%;
    height: 100%;
    border-left: 1px solid var(--them-bg-color);
    background-color: #fff;
    overflow-y: scroll;
  }
  .cxd-PopUp-content .cxd-TransferDropDown-content .cxd-ChainedSelection-isModle .cxd-ChainedSelection-Checked .cxd-ChainedSelection-Content::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  .cxd-PopUp-content .cxd-TransferDropDown-content .cxd-ChainedSelection-isModle .cxd-ChainedSelection-Checked .cxd-ChainedSelection-Content .cxd-ChainedSelection-value {
    height: 44px;
    font-size: 16px;
    color: var(--saas-Secondary-Text);
    padding: 0 13px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
  }
  .cxd-PopUp-content .cxd-TransferDropDown-content .cxd-ChainedSelection-isModle .cxd-ChainedSelection-Checked .cxd-ChainedSelection-Content .cxd-ChainedSelection-value .cxd-ChainedSelection-label {
    flex: 1;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .cxd-PopUp-content .cxd-TransferDropDown-content .cxd-ChainedSelection-isModle .cxd-ChainedSelection-Checked .cxd-ChainedSelection-Content .cxd-ChainedSelection-value .cxd-ChainedSelection-Icon {
    width: 17px;
    height: 17px;
    display: inline-block;
    border-radius: 50%;
    font-size: 16px;
    background-color: #fff;
    z-index: 1;
    color: #e6e8eb;
  }
  .cxd-PopUp-content .cxd-TransferDropDown-content .cxd-ChainedSelection-isModle .cxd-ChainedSelection-Checked .cxd-ChainedSelection-Content .cxd-ChainedSelection-value .cxd-ChainedSelection-Icon .anticon {
    vertical-align: top;
  }
  .cxd-PopUp-content .cxd-TransferDropDown-content .cxd-ChainedSelection-isModle .cxd-ChainedSelection-Multiple .cxd-ChainedSelection-col .cxd-ChainedSelection-item {
    min-width: calc(100% - 33%);
    max-width: calc(100% - 33%);
  }
  .cxd-PopUp-content .cxd-TransferDropDown-content .cxd-TreeSelection {
    max-height: none;
  }
  .cxd-PopUp-content .cxd-TransferDropDown-content .cxd-TreeSelection::-webkit-scrollbar {
    width: 0 !important;
    height: 0 !important;
  }
  .cxd-PopUp-content .cxd-TransferDropDown-content .cxd-TreeSelection .cxd-TreeSelection-sublist::before {
    left: -15px;
  }
  .cxd-PopUp-content .cxd-TransferDropDown-content .cxd-TreeSelection .cxd-TreeSelection-item::before {
    top: 21px;
    left: -14px;
  }
  .cxd-PopUp-content .cxd-TransferDropDown-content .cxd-TreeSelection .cxd-TreeSelection-item .cxd-TreeSelection-itemInner {
    padding: 0 12px;
    height: 44px;
  }
  .cxd-PopUp-content .cxd-TransferDropDown-content .cxd-TreeSelection .cxd-TreeSelection-item .cxd-TreeSelection-itemInner .cxd-Table-expandBtn {
    width: 25px;
    height: 25px;
  }
  .cxd-PopUp-content .cxd-TransferDropDown-content .cxd-TreeSelection .cxd-TreeSelection-item .cxd-TreeSelection-itemInner .cxd-Table-expandBtn .icon {
    width: 14px;
    height: 14px;
  }
  .cxd-PopUp-content .cxd-TransferDropDown-content .cxd-TreeSelection .cxd-TreeSelection-item .cxd-TreeSelection-itemInner .cxd-TreeSelection-itemLabel {
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    color: var(--saas-Title-Text);
  }
  .cxd-PopUp-content .cxd-TransferDropDown-content .cxd-TreeSelection .cxd-TreeSelection-item .cxd-TreeSelection-itemInner .cxd-Checkbox i {
    width: 22px !important;
    height: 22px !important;
    border-radius: 50%;
    z-index: 1;
  }
  .cxd-PopUp-content .cxd-Tree {
    border-top: 1px solid var(--them-bg-color);
  }
  .cxd-PopUp-content .cxd-Tree .cxd-Tree-list .cxd-Tree-item .cxd-Tree-itemLabel {
    border-bottom: 1px solid #e7e7e7;
  }
  .cxd-PopUp-content .cxd-Tree .cxd-Tree-list .cxd-Tree-item .cxd-Tree-itemLabel .cxd-Tree-itemArrow {
    width: 25px;
    height: 25px;
    align-items: center;
  }
  .cxd-PopUp-content .cxd-Tree .cxd-Tree-list .cxd-Tree-item .cxd-Tree-itemLabel .cxd-Tree-itemArrow .icon {
    width: 14px;
    height: 14px;
  }
  .cxd-PopUp-content .cxd-Tree .cxd-Tree-list .cxd-Tree-item .cxd-Tree-itemLabel .cxd-Checkbox i {
    width: 22px !important;
    height: 22px !important;
    border-radius: 50%;
    z-index: 1;
  }
  .cxd-PopUp-content .cxd-Tree .cxd-Tree-list .cxd-Tree-item .cxd-Tree-itemLabel .cxd-Tree-itemText {
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    color: var(--saas-Title-Text);
    padding: 0;
  }
  .cxd-PopUp-content .cxd-ImageControl-upload {
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .cxd-PopUp-content .cxd-ImageControl-upload .cxd-ImageControl-upload-body {
    flex: 1;
    padding: 8px;
  }
  .cxd-PopUp-content .cxd-ImageControl-upload .cxd-ImageControl-upload-body .cxd-ImageControl-upload-url-input {
    display: flex;
  }
  .cxd-PopUp-content .cxd-ImageControl-upload .cxd-ImageControl-upload-body .cxd-ImageControl-upload-url-input .add-url {
    flex: 1;
  }
  .cxd-PopUp-content .cxd-ImageControl-upload .cxd-ImageControl-upload-body .cxd-ImageControl-upload-content {
    width: 100%;
    overflow: hidden;
  }
  .cxd-PopUp-content .cxd-ImageControl-upload .cxd-ImageControl-upload-body .cxd-ImageControl-upload-content .cxd-ImageControl-upload-ul {
    overflow: auto;
    white-space: nowrap;
  }
  .cxd-PopUp-content .cxd-ImageControl-upload .cxd-ImageControl-upload-body .cxd-ImageControl-upload-content .cxd-ImageControl-upload-ul::-webkit-scrollbar {
    width: 0 !important;
    height: 0 !important;
  }
  .cxd-PopUp-content .cxd-ImageControl-upload .cxd-ImageControl-upload-body .cxd-ImageControl-upload-content .cxd-ImageControl-upload-ul .cxd-ImageControl-upload-li {
    display: inline-block;
    margin: 0 8px;
    width: 96px;
    height: 96px;
    border: 1px solid var(--them-bg-color);
    border-radius: 8px;
    overflow: hidden;
    color: var(--saas-Title-Text);
  }
  .cxd-PopUp-content .cxd-ImageControl-upload .cxd-ImageControl-upload-body .cxd-ImageControl-upload-content .cxd-ImageControl-upload-ul .cxd-ImageControl-upload-li img {
    width: 100%;
    height: 100%;
  }
  .cxd-PopUp-content .cxd-ImageControl-upload .cxd-ImageControl-upload-body .cxd-ImageControl-upload-content .cxd-ImageControl-upload-ul .cxd-ImageControl-upload-li-pdf {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    vertical-align: top;
  }
  .cxd-PopUp-content .cxd-ImageControl-upload .cxd-ImageControl-upload-body .cxd-ImageControl-upload-content .cxd-ImageControl-upload-ul .cxd-ImageControl-upload-li-pdf img, .cxd-PopUp-content .cxd-ImageControl-upload .cxd-ImageControl-upload-body .cxd-ImageControl-upload-content .cxd-ImageControl-upload-ul .cxd-ImageControl-upload-li-pdf svg.icon {
    width: 50px;
    height: 50px;
  }
  .cxd-PopUp-content .cxd-ImageControl-upload .cxd-ImageControl-upload-body .cxd-ImageControl-upload-content .cxd-ImageControl-upload-ul .cxd-ImageControl-upload-li-pdf .upload-li-pdf-name {
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: wrap;
    width: 100%;
  }
  .cxd-PopUp-content .cxd-ImageControl-upload .cxd-ImageControl-upload-button {
    display: flex;
    height: 150px;
  }
  .cxd-PopUp-content .cxd-ImageControl-upload .cxd-ImageControl-upload-button .cxd-ImageControl-button-icon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 12px;
    text-align: center;
    font-size: 13px;
    color: var(--saas-Title-Text);
  }
  .cxd-PopUp-content .cxd-ImageControl-upload .cxd-ImageControl-upload-button .cxd-ImageControl-button-icon .ant-btn {
    width: 48px;
    height: 48px;
    font-size: 14px;
    border-radius: 8px;
    background: var(--them-bg-color);
    margin: 0 auto 4px;
  }
  .cxd-PopUp-content .cxd-ImageControl-upload .cxd-ImageControl-upload-button .cxd-ImageControl-button-icon .ant-btn svg {
    font-size: 24px;
    fill: var(--saas-Title-Text);
  }
  .cxd-PopUp-content .cxd-ImageControl-upload .cxd-ImageControl-upload-button .cxd-ImageControl-button-icon .ant-btn svg.image g path {
    fill: #1890ff;
  }
  .cxd-PopUp-content .cxd-ImageControl-upload .cxd-ImageControl-upload-button .cxd-ImageControl-button-icon .ant-btn .file svg path {
    fill: var(--saas-Placeholder-Text);
  }
  .cxd-PopUp-content .cxd-ImageControl-upload .cxd-ImageControl-upload-button .cxd-ImageControl-button-icon .ant-btn .file svg path:nth-child(2) {
    fill: transparent;
  }
  .cxd-PopUp-content .is-borderTop {
    border-top: 1px solid var(--saas-Border-Dividers);
  }
  .cxd-PopUp-content .cxd-PopUp-content-BT {
    background: var(--them-bg-color);
    height: 100%;
    overflow: auto;
  }
  .cxd-PopUp-content .cxd-PopUp-content-BT::-webkit-scrollbar {
    width: 0 !important;
    height: 0 !important;
  }
  .cxd-PopUp-content .cxd-PopUp-content-BT .cxd-PopUp-content-Button {
    height: 54px;
    border-bottom: 1px solid #e7e7e7;
    font-size: 16px;
    color: var(--saas-Title-Text);
    background: #fff;
  }
  .cxd-PopUp-content .cxd-PopUp-content-BT .cxd-PopUp-content-Button .ant-btn {
    width: 100%;
    height: 100%;
  }
  .cxd-PopUp-content .cxd-PopUp-content-BT .cxd-PopUp-content-Button:nth-last-child(1) {
    border-bottom: none;
  }
  .cxd-PopUp-content .cxd-DatePicker-shortcuts {
    background-color: transparent;
    overflow: auto;
    width: 100%;
    white-space: nowrap;
  }
  .cxd-PopUp-content .cxd-DatePicker-shortcuts::-webkit-scrollbar {
    width: 0 !important;
    height: 0 !important;
  }
  .cxd-PopUp-content .cxd-DatePicker-shortcuts .cxd-DatePicker-shortcut {
    height: 30px;
    line-height: 30px;
    color: var(--saas-Primary-Color);
    background-color: #e9f6fe;
    text-align: center;
    padding: 0 15px;
    border-radius: 4px;
    margin: 0 6px;
  }
  .cxd-PopUp-content .rdt .rdtPicker .cxd-PickerColumns .cxd-PickerColumns-columns .cxd-PickerColumns:nth-of-type(1) {
    min-width: 70px;
  }
  .cxd-PopUp-footer {
    height: 44px;
    border-top: 1px solid #e7e7e7;
    display: flex;
    align-items: center;
    justify-content: right;
    padding: 0 16px;
  }
  .cxd-PopUp-footer .cxd-TransferDropDown-footer {
    flex: 1;
    text-align: right;
  }
  .cxd-PopUp-footer .cxd-PopUp-content-Button {
    font-size: 16px;
    color: var(--saas-Title-Text);
    width: 100%;
    height: 54px;
  }
  .cxd-PopUp-footer .cxd-PopUp-content-Button .ant-btn {
    width: 100%;
    height: 100%;
  }

  .cxd-PopUp.cxd-TreeSelect-popup.isMobile.firstHide.updateChanged {
    height: 100%;
  }

  .cxd-PopUp.cxd-CalendarMobile-pop {
    background: transparent;
  }
  .cxd-PopUp.cxd-CalendarMobile-pop .cxd-PopUp-inner {
    height: auto;
    top: 10%;
  }

  .cxd-PopUp.cxd-TreeSelect-popup {
    height: 100%;
  }
  .cxd-PopUp.cxd-TreeSelect-popup .cxd-PopUp-inner .cxd-PopUp-content {
    overflow: auto;
  }

  .cxd-PopUp.advanced_drawer_List_Action .cxd-PopUp-inner,
.cxd-PopUp.cxd-Select-popup .cxd-PopUp-inner,
.cxd-PopUp.cxd-Popup-ActionSheet .cxd-PopUp-inner {
    position: relative;
    height: 100%;
  }

  .cxd-PopUp.cxd-DatePicker-popup {
    height: 100vh;
    background: transparent;
  }

  .cxd-PopUp.cxd-DatePicker-mobile .cxd-PopUp-inner {
    height: auto;
  }

  .cxd-PopUp.cxd-Upload .cxd-PopUp-inner {
    height: 390px;
  }

  .cxd-PopUp.cxd-ImgButton .cxd-PopUp-inner {
    height: 300px;
  }

  .cxd-PopUp.popOverClassName .cxd-PopUp-inner {
    height: auto;
  }

  .cxd-PopUp.cxd-ImgButtonremove .cxd-PopUp-inner {
    height: 130px;
  }

  .cxd-PopUp.tabs-content-tiled-actions {
    height: 260px !important;
  }

  .cxd-PopUp.pop-rotate {
    width: 100vh;
    height: 54px !important;
    transform: rotate(90deg);
    left: calc(-50vh + 27px);
    bottom: calc(50vh - 27px);
    overflow: visible;
    border: 0;
  }
  .cxd-PopUp.pop-rotate .cxd-PopUp-overlay {
    width: 100vh;
    height: 100vw;
    top: calc(54px - 100vw) !important;
    right: 0 !important;
  }
  .cxd-PopUp.pop-rotate .cxd-PopUp-inner {
    border-radius: 0;
  }
  .cxd-PopUp.pop-rotate .cxd-PopUp-inner .cxd-PopUp-content > div {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    padding: 0 16px;
  }
  .cxd-PopUp.pop-rotate .cxd-PopUp-inner .cxd-PopUp-content > div .action-sheet-btn-wrapper {
    padding: 0 !important;
    border: none !important;
    margin-left: 12px;
  }
  .cxd-PopUp.pop-rotate .cxd-PopUp-inner .cxd-PopUp-content > div .cxd-Button {
    width: unset;
    height: 32px !important;
    font-size: 14px !important;
  }
  .cxd-PopUp.pop-rotate .cxd-PopUp-safearea {
    display: none;
  }
}
.cxd-PickerColumns {
  position: relative;
  background-color: var(--saas-main-bg);
  user-select: none;
  flex: 1;
  overflow: hidden;
  font-size: var(--PickerColumns-option-fontSize);
}
.cxd-PickerColumns li:focus {
  outline: none;
}
.cxd-PickerColumns-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: var(--PickerColumns-toolbar-height);
}
.cxd-PickerColumns-cancel, .cxd-PickerColumns-confirm {
  height: 100%;
  padding: var(--PickerColumns-action-padding);
  font-size: var(--PickerColumns-action-fontSize);
  background-color: transparent !important;
  border: none;
  cursor: pointer;
}
.cxd-PickerColumns-cancel:active, .cxd-PickerColumns-confirm:active {
  background-color: none !important;
}
.cxd-PickerColumns-cancel:hover, .cxd-PickerColumns-confirm:hover {
  background-color: none !important;
}
.cxd-PickerColumns-confirm {
  color: var(--PickerColumns-confirmAction-color) !important;
}
.cxd-PickerColumns-cancel {
  color: var(--PickerColumns-cancelAction-color) !important;
}
.cxd-PickerColumns-title {
  max-width: 50%;
  font-weight: 500;
  font-size: var(--PickerColumns-title-fontSize);
  line-height: var(--PickerColumns-title-lineHeight);
  text-align: center;
  color: var(--PickerColumns-title-color);
}
.cxd-PickerColumns-columns {
  touch-action: none;
  position: relative;
  display: flex;
  cursor: grab;
}
.cxd-PickerColumns-footer {
  height: 60px;
  text-align: right;
  padding: 12px 16px;
  border-top: 1px solid #e7e7e7;
}
.cxd-PickerColumns-footer .cxd-PickerColumns-confirm.cxd-Button {
  width: 72px;
  height: 36px;
  background-color: var(--saas-Primary-Color) !important;
  border-radius: 4px;
  font-size: 14px;
  color: #fff !important;
}
.cxd-PickerColumns-loading {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--PickerColumns-loadingIcon-color);
  background-color: var(--PickerColumns-loadingMask-color);
}
.cxd-PickerColumns-frame {
  position: absolute;
  top: 50%;
  right: var(--gap-md);
  left: var(--gap-md);
  z-index: 2;
  transform: translateY(-50%);
  pointer-events: none;
}
.cxd-PickerColumns-frame::after {
  position: absolute;
  content: "";
  border-bottom: 1px solid var(--borderColor);
  border-top: 1px solid var(--borderColor);
  top: -50%;
  right: -50%;
  left: -50%;
  bottom: -50%;
  transform: scale(0.5);
}
.cxd-PickerColumns-mask {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: var(--saas-main-bg);
  mask: linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.2) 50%, #000);
  background-repeat: no-repeat;
  background-position: top, bottom;
  transform: translateZ(0);
  pointer-events: none;
}
.cxd-PickerColumns-columnWrapper {
  margin: 0;
  padding: 0;
  list-style: none;
  transition-timing-function: cubic-bezier(0.23, 1, 0.68, 1);
}
.cxd-PickerColumns-type {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  color: rgba(0, 0, 0, 0.26);
}
.cxd-PickerColumns-columnItem {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--PickerColumns-optionText-color);
}
.cxd-PickerColumns-columnItem.is-selected {
  font-size: 18px;
  color: var(--saas-Title-Text);
  font-weight: 500;
}
.cxd-PickerColumns-columnItem.is-disabled {
  cursor: not-allowed;
  opacity: var(--PickerColumns-optionDisabled-opacity);
}
.cxd-PickerColumns-columnItemis-selected {
  font-size: 18px;
  color: --PickerColumns-title-color;
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.cxd-Toast {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start;
  max-width: var(--Toast-width);
  pointer-events: auto;
  margin-bottom: var(--gap-xs);
  padding: var(--Toast-paddingY) var(--Toast-paddingX);
  box-shadow: var(--Toast-box-shadow);
  border-radius: var(--Toast-borderRadius);
  border: var(--Toast-border-width) solid;
  color: var(--Toast-color);
  position: relative;
  opacity: var(--Toast-opacity);
  opacity: 0;
  transform: translateZ(0);
}
.cxd-Toast-wrap {
  pointer-events: none;
  position: fixed;
  z-index: 2000;
}
.cxd-Toast.in, .cxd-Toast.out {
  animation-fill-mode: both;
  animation-duration: var(--animation-duration);
  opacity: 1;
}
.cxd-Toast.in {
  animation-name: bounceIn;
}
.cxd-Toast.out {
  animation-name: bounceOut;
}
.cxd-Toast-close {
  display: inline-flex;
  font-size: var(--fontSizeLg);
  line-height: var(--gap-xl);
  height: var(--gap-xl);
  color: var(--Toast-close-color);
  margin-left: var(--gap-sm);
  opacity: 0.8;
  align-items: center;
  cursor: pointer;
}
.cxd-Toast-close:hover {
  color: var(--Toast-close--onHover-color);
  opacity: 1;
}
.cxd-Toast-close > svg {
  top: 0;
}
.cxd-Toast-content {
  flex: 1;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
.cxd-Toast-content .cxd-Toast-title {
  color: var(--text-color);
  font-size: var(--fontSizeBase);
  font-weight: 500;
  line-height: var(--gap-xl);
  margin-bottom: var(--gap-xs);
}
.cxd-Toast-content .cxd-Toast-body {
  font-size: var(--fontSizeSm);
  display: inline-block;
  vertical-align: middle;
  white-space: pre-wrap;
  flex-grow: 1;
  line-height: var(--gap-xl);
}
.cxd-Toast-content .cxd-Toast-body .cxd-Html {
  word-break: break-word;
}
.cxd-Toast-icon {
  display: inline-flex;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  margin-right: var(--gap-sm);
  height: var(--gap-xl);
  line-height: var(--gap-xl);
  align-items: center;
}
.cxd-Toast-icon > svg {
  top: 0;
  width: var(--Toast-icon-width);
  height: var(--Toast-icon-height);
  color: inherit;
}
.cxd-Toast--error {
  color: var(--Toast--danger-color);
  border-color: var(--Toast--danger-borderColor);
  background: var(--Toast--danger-bgColor);
}
.cxd-Toast--warning {
  color: var(--Toast--warning-color);
  border-color: var(--Toast--warning-borderColor);
  background: var(--Toast--warning-bgColor);
}
.cxd-Toast--info {
  color: var(--Toast--info-color);
  border-color: var(--Toast--info-borderColor);
  background: var(--Toast--info-bgColor);
}
.cxd-Toast--success {
  color: var(--Toast--success-color);
  border-color: var(--Toast--success-borderColor);
  background: var(--Toast--success-bgColor);
}
.cxd-Toast-wrap--topRight {
  top: var(--gap-base);
  right: var(--gap-base);
}
.cxd-Toast-wrap--topCenter {
  top: var(--gap-base);
  left: 50%;
  margin-left: calc(var(--Toast-width) / -2);
}
.cxd-Toast-wrap--topLeft {
  top: var(--gap-base);
  left: var(--gap-base);
}
.cxd-Toast-wrap--bottomLeft {
  left: var(--gap-base);
  bottom: var(--gap-base);
}
.cxd-Toast-wrap--bottomCenter {
  left: 50%;
  margin-left: calc(var(--Toast-width) / -2);
  bottom: var(--gap-base);
}
.cxd-Toast-wrap--bottomRight {
  bottom: var(--gap-base);
  right: var(--gap-base);
}

.cxd-Alert {
  font-size: var(--Alert-fontSize);
  box-shadow: var(--Alert-boxShadow);
  padding: var(--Alert-paddingY) var(--Alert-paddingX);
  border: var(--Alert-borderWidth) solid var(--Alert-borderColor);
  position: relative;
  color: var(--Alert-fontColor);
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start;
  overflow-y: hidden;
  background: var(--saas-main-bg);
}
.cxd-Alert-icon {
  margin-right: 0.5rem;
  font-size: var(--fontSizeLg);
}
.cxd-Alert-content {
  flex: 1;
  overflow-y: auto;
  white-space: initial;
}
.cxd-Alert-content .cxd-Alert-title {
  color: var(--text-color);
  font-size: var(--fontSizeBase);
  font-weight: 500;
  line-height: 1.5rem;
  margin-bottom: 0.25rem;
}
.cxd-Alert-content .cxd-Alert-desc {
  line-height: 1.5rem;
}
.cxd-Alert-close {
  outline: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  line-height: 1;
  color: var(--saas-Title-Text);
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
  margin-left: 0.5rem;
  line-height: 1.5rem;
}
.cxd-Alert-close:hover {
  color: var(--saas-Title-Text);
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.cxd-Alert .fold-all-btn {
  position: absolute;
  top: 0;
  left: calc(50% - 15px);
  width: 30px;
  height: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  cursor: pointer;
}
.cxd-Alert .fold-all-btn .icon {
  top: 0;
}
.cxd-Alert--danger {
  color: var(--Alert--danger-color);
  background: unset;
  border-color: transparent;
}
.cxd-Alert--info {
  color: var(--Alert--info-color);
  background: unset;
  border-color: transparent;
}
.cxd-Alert--success {
  color: var(--Alert--success-color);
  background: unset;
  border-color: transparent;
}
.cxd-Alert--warning {
  color: var(--Alert--warning-color);
  background: unset;
  border-color: transparent;
}

.cxd-AppBcn {
  height: 1.875rem;
  line-height: 1.875rem;
  font-size: 0.75rem;
  list-style: none;
  margin: 0;
  padding: 0 0 0 var(--gap-md);
  border-bottom: var(--borderWidth) solid var(--borderColor);
}
.cxd-AppBcn-item {
  display: inline-block;
}
.cxd-AppBcn-item + .cxd-AppBcn-item:before {
  padding: 0 5px;
  color: #ccc;
  content: "/ ";
}

.cxd-AppFoldBtn {
  color: var(--icon-color);
  padding: 0.625rem;
  margin-left: -0.625rem;
  cursor: pointer;
}
.cxd-AppFoldBtn:hover {
  color: var(--icon-onHover-color);
}

.cxd-AppLogo-html {
  display: inline-flex;
  vertical-align: middle;
}

.cxd-ArrayInput-placeholder {
  color: var(--text--muted-color);
  padding-top: var(--Form-label-paddingTop);
}
.cxd-ArrayInput-addBtn {
  font-size: var(--Combo-addBtn-fontSize);
  padding: var(--Combo-addBtn-paddingY) var(--Combo-addBtn-paddingX);
  font-size: var(--Combo-addBtn-fontSize);
  line-height: var(--Combo-addBtn-lineHeight);
  border-radius: var(--Combo-addBtn-borderRadius);
  height: var(--Combo-addBtn-height);
  color: var(--Combo-addBtn-color);
  background: var(--Combo-addBtn-bg);
  border-color: var(--Combo-addBtn-border);
  box-shadow: var(--Button-boxShadow);
  text-shadow: var(--Button-textShadow);
}
.cxd-ArrayInput-addBtn > svg {
  width: var(--Combo-addBtn-fontSize);
  height: var(--Combo-addBtn-fontSize);
}
.cxd-ArrayInput-addBtn .cxd-Button-icon:first-child:not(:last-child):not(.pull-right),
.cxd-ArrayInput-addBtn > svg.icon:not(:last-child):not(.pull-right),
.cxd-ArrayInput-addBtn > .pull-left {
  margin-right: var(--gap-xs);
}
.cxd-ArrayInput-addBtn .cxd-Button-icon:last-child:not(:first-child):not(.pull-left),
.cxd-ArrayInput-addBtn > .pull-right {
  margin-right: var(--gap-xs);
}
.cxd-ArrayInput-addBtn .cxd-Button--loading:first-child:not(:last-child):not(.pull-right),
.cxd-ArrayInput-addBtn > svg.icon:not(:last-child):not(.pull-right),
.cxd-ArrayInput-addBtn > .pull-left {
  margin-right: var(--Combo-addBtn-paddingX);
}
.cxd-ArrayInput-addBtn .cxd-Button--loading:last-child:not(:first-child):not(.pull-left),
.cxd-ArrayInput-addBtn > .pull-right {
  margin-left: var(--Combo-addBtn-paddingX);
}
.cxd-ArrayInput-addBtn img.cxd-Button-icon {
  height: var(--Button-fontSize);
  vertical-align: middle;
}
.cxd-ArrayInput-addBtn:not(:disabled):not(.is-disabled):hover {
  color: var(--Combo-addBtn-onHover-color);
  background: var(--Combo-addBtn-onHover-bg);
  border-color: var(--Combo-addBtn-onHover-border);
}
.cxd-ArrayInput-addBtn:not(:disabled):not(.is-disabled):hover:active {
  color: var(--Combo-addBtn-onActive-color);
  background: var(--Combo-addBtn-onActive-bg);
  border-color: var(--Combo-addBtn-onActive-border);
}
.cxd-ArrayInput-addBtn:hover:focus {
  box-shadow: var(--Button-boxShadow);
}
.cxd-ArrayInput-addBtn.is-disabled {
  pointer-events: none;
  opacity: var(--Button-onDisabled-opacity);
}
.cxd-ArrayInput-toolbar {
  margin-top: var(--gap-sm);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.cxd-ArrayInput-toolbar--dnd {
  padding-left: 29px;
}
.cxd-ArrayInput-sortTip {
  color: var(--text--muted-color);
}
.cxd-ArrayInput-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: var(--gap-xs);
}
.cxd-ArrayInput-item > div {
  flex-grow: 1;
  width: 0;
  min-width: 120px;
  margin-right: var(--gap-xs);
}
.cxd-ArrayInput-item > div:not(:first-child) {
  margin-left: var(--gap-xs);
}
.cxd-ArrayInput-item--dragging {
  position: relative;
  opacity: 0.4;
}
.cxd-ArrayInput-itemRemove, .cxd-ArrayInput-itemDrager {
  margin: 0;
  flex-grow: unset;
  display: inline-block;
  padding: var(--Form-label-paddingTop) var(--gap-xs);
  cursor: pointer;
}
.cxd-ArrayInput-itemRemove > svg, .cxd-ArrayInput-itemDrager > svg {
  color: var(--icon-color);
}
.cxd-ArrayInput-itemRemove:hover > svg, .cxd-ArrayInput-itemDrager:hover > svg {
  color: var(--icon-onHover-color);
}
.cxd-ArrayInput-itemDrager {
  cursor: move;
}

.cxd-Tabs {
  width: 100%;
}
.cxd-Tabs-linksContainer {
  position: relative;
}
.cxd-Tabs-linksContainer-arrow {
  height: 100%;
  display: flex;
  align-items: center;
  top: 0;
  cursor: pointer;
  position: absolute;
}
.cxd-Tabs-linksContainer-arrow .iconfont {
  font-size: var(--Remark-icon-fontSize);
}
.cxd-Tabs-linksContainer-arrow:hover {
  color: var(--icon-onHover-color);
}
.cxd-Tabs-linksContainer-arrow--left {
  left: 4px;
}
.cxd-Tabs-linksContainer-arrow--right {
  right: 4px;
}
.cxd-Tabs-linksContainer-arrow--disabled .iconfont {
  cursor: not-allowed;
  color: var(--Number-handler-onDisabled-color);
}
.cxd-Tabs-linksContainer-arrow--disabled:hover {
  color: var(--Number-handler-onDisabled-color);
}
.cxd-Tabs-linksContainer-main {
  overflow-y: auto;
  scrollbar-width: none;
  width: 100%;
}
.cxd-Tabs-linksContainer-main::-webkit-scrollbar {
  display: none;
}
.cxd-Tabs-linksContainer-main > .cxd-Tabs-links {
  white-space: nowrap;
  min-width: 100%;
  display: inline-block;
}
.cxd-Tabs-linksContainer .Tabs-allItems {
  position: absolute;
  top: 6px;
  right: 15px;
  width: 24px;
  background-color: #fff;
  text-align: center;
  cursor: pointer;
}
.cxd-Tabs-linksContainer .Tabs-allItems .emit-icon {
  width: 100%;
  height: 100%;
}
.cxd-Tabs-linksContainer .Tabs-allItems:hover {
  color: #2468f2;
}
.cxd-Tabs .cxd-Tabs-linksContainer--overflow {
  padding: 0 38px 0 16px !important;
}
.cxd-Tabs-links {
  margin: 0;
  padding: 0;
  border-bottom: var(--Tabs-borderWidth) solid var(--saas-Border-Dividers);
  list-style: none;
  user-select: none;
}
.cxd-Tabs-links::before, .cxd-Tabs-links::after {
  display: table;
  content: "";
}
.cxd-Tabs-links::after {
  clear: both;
}
.cxd-Tabs-links > .cxd-Tabs-link {
  margin-bottom: calc(var(--Tabs-borderWidth) * -1);
  display: inline-block;
  position: relative;
}
.cxd-Tabs-links > .cxd-Tabs-link > a:first-child {
  font-size: var(--Tabs-linkFontSize);
  outline: none;
  border: var(--Tabs-borderWidth) solid transparent;
  border-top-left-radius: var(--Tabs-borderRadius);
  border-top-right-radius: var(--Tabs-borderRadius);
  color: var(--Tabs-color);
  margin: var(--Tabs-linkMargin);
  padding: var(--Tabs-linkPadding);
  text-decoration: none;
  cursor: pointer;
  display: block;
}
@media screen and (min-width: 1280px) and (max-width: 1440px) {
  .cxd-Tabs-links > .cxd-Tabs-link > a:first-child {
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 1441px) and (max-width: 1680px) {
  .cxd-Tabs-links > .cxd-Tabs-link > a:first-child {
    font-size: 0.8125rem;
  }
}
.cxd-Tabs-links > .cxd-Tabs-link > .cxd-Combo-toolbarBtn {
  position: absolute;
  right: -10px;
  top: -10px;
  z-index: 10;
  display: none;
}
.cxd-Tabs-links > .cxd-Tabs-link:hover > .cxd-Combo-toolbarBtn {
  display: block;
}
.cxd-Tabs-links > .cxd-Tabs-link:hover > a:first-child,
.cxd-Tabs-links > .cxd-Tabs-link > a:first-child:focus {
  border-color: var(--Tabs-onHover-borderColor);
  text-decoration: none;
}
.cxd-Tabs-links > .cxd-Tabs-link.disabled, .cxd-Tabs-links > .cxd-Tabs-link.is-disabled {
  cursor: not-allowed;
}
.cxd-Tabs-links > .cxd-Tabs-link.disabled > a:first-child, .cxd-Tabs-links > .cxd-Tabs-link.is-disabled > a:first-child {
  color: var(--Tabs-onDisabled-color);
  background: transparent;
  border-color: transparent;
  pointer-events: none;
}
.cxd-Tabs-links > .cxd-Tabs-link.active > a:first-child, .cxd-Tabs-links > .cxd-Tabs-link.is-active > a:first-child {
  color: var(--Tabs-onActive-color);
  background: var(--Tabs-onActive-bg);
  border-color: var(--saas-Border-Dividers);
  border-bottom-color: transparent;
}
.cxd-Tabs-content {
  background: var(--saas-main-bg);
  border-style: solid;
  border-width: 0 var(--Tabs-borderWidth) var(--Tabs-borderWidth);
  border-color: var(--saas-Border-Dividers);
}
.cxd-Tabs-pane {
  display: none;
  opacity: 0;
  transition: opacity var(--animation-duration) linear;
}
.cxd-Tabs-pane.is-active {
  display: block;
}
.cxd-Tabs-pane.in {
  opacity: 1;
}
.cxd-Tabs--line {
  display: flex;
  flex-direction: column;
  overflow-y: hidden;
}
.cxd-Tabs--line > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-arrow {
  top: -4px;
}
.cxd-Tabs--line > .cxd-Tabs-links,
.cxd-Tabs--line > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links {
  border-bottom-color: var(--Tabs--line-borderColor);
}
.cxd-Tabs--line > .cxd-Tabs-links > li > a:first-child,
.cxd-Tabs--line > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li > a:first-child {
  border-width: 0 0 var(--Tabs--line-borderWidth) 0;
  padding: var(--Tabs--line-linkPadding);
  margin: var(--Tabs--line-linkMargin);
}
.cxd-Tabs--line > .cxd-Tabs-links > li > a:first-child:hover, .cxd-Tabs--line > .cxd-Tabs-links > li > a:first-child:focus,
.cxd-Tabs--line > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li > a:first-child:hover,
.cxd-Tabs--line > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li > a:first-child:focus {
  color: var(--primary);
  background: transparent;
  border-color: transparent;
}
.cxd-Tabs--line > .cxd-Tabs-links > li:last-child > a,
.cxd-Tabs--line > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li:last-child > a {
  margin: 0;
}
.cxd-Tabs--line > .cxd-Tabs-links > li.is-active > a:first-child,
.cxd-Tabs--line > .cxd-Tabs-links > li.is-active > a:first-child:hover,
.cxd-Tabs--line > .cxd-Tabs-links > li.is-active > a:first-child:focus,
.cxd-Tabs--line > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li.is-active > a:first-child,
.cxd-Tabs--line > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li.is-active > a:first-child:hover,
.cxd-Tabs--line > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li.is-active > a:first-child:focus {
  border-color: var(--Tabs--line-onHover-borderColor);
  color: var(--Tabs--line-onHover-color);
  background: transparent;
}
.cxd-Tabs--line > .cxd-Tabs-content {
  border-width: 0;
  padding: var(--Tabs--line-content-padding);
  background: var(--Tabs--line-content-bg);
  flex: 1;
  overflow-y: auto;
}
.cxd-Tabs--card > .cxd-Tabs-linksContainer {
  background: var(--Tabs--card-bg);
}
.cxd-Tabs--card > .cxd-Tabs-links,
.cxd-Tabs--card > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links {
  padding: var(--Tabs--card-padding);
  background: var(--Tabs--card-bg);
  border-top: 0.0625rem solid var(--Tabs--card-borderTopColor);
}
.cxd-Tabs--card > .cxd-Tabs-links > li.is-active > a:first-child,
.cxd-Tabs--card > .cxd-Tabs-links > li.is-active > a:first-child:hover,
.cxd-Tabs--card > .cxd-Tabs-links > li.is-active > a:first-child:focus,
.cxd-Tabs--card > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li.is-active > a:first-child,
.cxd-Tabs--card > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li.is-active > a:first-child:hover,
.cxd-Tabs--card > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li.is-active > a:first-child:focus {
  border-color: var(--Tabs--card-onActive-borderColor);
  color: var(--primary);
  border-bottom-color: var(--Tabs--card-onActive-bg);
  background: var(--Tabs--card-onActive-bg);
}
.cxd-Tabs--card > .cxd-Tabs-links > li > a:first-child,
.cxd-Tabs--card > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li > a:first-child {
  padding: var(--Tabs--card-linkPadding);
  margin: var(--Tabs--card-linkMargin);
}
.cxd-Tabs--card > .cxd-Tabs-links > li > a:first-child:hover, .cxd-Tabs--card > .cxd-Tabs-links > li > a:first-child:focus,
.cxd-Tabs--card > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li > a:first-child:hover,
.cxd-Tabs--card > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li > a:first-child:focus {
  color: #666;
  background: var(--Tabs--card-onActive-bg);
  border-bottom-color: transparent;
}
.cxd-Tabs--card > .cxd-Tabs-content {
  border-width: 0;
}
.cxd-Tabs--radio > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-arrow {
  top: -4px;
}
.cxd-Tabs--radio > .cxd-Tabs-links,
.cxd-Tabs--radio > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links {
  border: 0;
  margin-bottom: 0.625rem;
}
.cxd-Tabs--radio > .cxd-Tabs-links > li,
.cxd-Tabs--radio > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li {
  margin: 0;
}
.cxd-Tabs--radio > .cxd-Tabs-links > li > a:first-child,
.cxd-Tabs--radio > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li > a:first-child {
  border-width: 0.0625rem;
  border-color: var(--Tabs-borderColor);
  font-size: var(--fontSizeSm);
  text-align: center;
  margin: 0;
  padding: 0 0.625rem;
  min-width: 68px;
  height: 1.875rem;
  line-height: 1.875rem;
  border-radius: 0;
  background: var(--Tabs--radio-bg);
}
.cxd-Tabs--radio > .cxd-Tabs-links > li > a:first-child:hover, .cxd-Tabs--radio > .cxd-Tabs-links > li > a:first-child:focus,
.cxd-Tabs--radio > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li > a:first-child:hover,
.cxd-Tabs--radio > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li > a:first-child:focus {
  color: var(--primary);
}
.cxd-Tabs--radio > .cxd-Tabs-links > li.is-active > a:first-child,
.cxd-Tabs--radio > .cxd-Tabs-links > li.is-active > a:first-child:hover,
.cxd-Tabs--radio > .cxd-Tabs-links > li.is-active > a:first-child:focus,
.cxd-Tabs--radio > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li.is-active > a:first-child,
.cxd-Tabs--radio > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li.is-active > a:first-child:hover,
.cxd-Tabs--radio > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li.is-active > a:first-child:focus {
  color: var(--Tabs--radio-bg);
  background: var(--primary);
  border-color: var(--primary);
  position: relative;
  z-index: 1;
}
.cxd-Tabs--radio > .cxd-Tabs-links > li + li,
.cxd-Tabs--radio > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li + li {
  margin-left: -1px;
}
.cxd-Tabs--radio > .cxd-Tabs-content {
  border-top: var(--Tabs-borderWidth) solid var(--Tabs-borderColor);
}
.cxd-Tabs--tiled > .cxd-Tabs-links,
.cxd-Tabs--tiled > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links {
  width: 100%;
  display: flex;
  flex-direction: row;
  padding-left: var(--Tabs-borderWidth);
  border-bottom: 0;
}
.cxd-Tabs--tiled > .cxd-Tabs-links > li,
.cxd-Tabs--tiled > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li {
  flex-grow: 1;
  text-align: center;
  margin: 0 0 0 calc(var(--Tabs-borderWidth) * -1);
}
.cxd-Tabs--tiled > .cxd-Tabs-links > li > a:first-child,
.cxd-Tabs--tiled > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li > a:first-child {
  margin: 0;
  border-radius: 0;
  border-style: solid;
  border-color: var(--Tabs-borderColor);
  border-width: var(--Tabs-borderWidth);
}
.cxd-Tabs--tiled > .cxd-Tabs-links > li > a:first-child:hover, .cxd-Tabs--tiled > .cxd-Tabs-links > li > a:first-child:focus,
.cxd-Tabs--tiled > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li > a:first-child:hover,
.cxd-Tabs--tiled > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li > a:first-child:focus {
  position: relative;
  z-index: 1;
  border-color: var(--Tabs-onActive-borderColor);
  color: var(--primary);
}
.cxd-Tabs--tiled > .cxd-Tabs-links > li.is-active > a:first-child,
.cxd-Tabs--tiled > .cxd-Tabs-links > li.is-active > a:first-child:hover,
.cxd-Tabs--tiled > .cxd-Tabs-links > li.is-active > a:first-child:focus,
.cxd-Tabs--tiled > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li.is-active > a:first-child,
.cxd-Tabs--tiled > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li.is-active > a:first-child:hover,
.cxd-Tabs--tiled > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li.is-active > a:first-child:focus {
  cursor: default;
  color: var(--primary);
  border-color: var(--Tabs-borderColor);
  border-top-color: var(--primary);
  border-bottom-color: transparent;
}
.cxd-Tabs--vertical {
  display: flex;
  min-height: 12.5rem;
  border: var(--Tabs-borderWidth) solid var(--Tabs-borderColor);
  border-radius: 0;
  height: 100%;
  position: relative;
}
.cxd-Tabs--vertical > .cxd-Tabs-line {
  width: 1px;
  position: relative;
  background-color: white;
}
.cxd-Tabs--vertical > .cxd-Tabs-line .collpase {
  position: absolute;
  z-index: 8;
  top: 0;
  bottom: 0;
  width: 10px;
  height: 100%;
  left: -5px;
  display: flex;
  justify-content: center;
  align-items: center;
  user-select: none;
  cursor: ew-resize;
}
.cxd-Tabs--vertical > .cxd-Tabs-line .collpase .left {
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 4px;
  padding: 1px;
  color: rgba(0, 0, 0, 0.4);
}
.cxd-Tabs--vertical > .cxd-Tabs-line .collpase .right {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 4px;
  padding: 1px;
  color: rgba(0, 0, 0, 0.4);
}
.cxd-Tabs--vertical > .cxd-Tabs-line .collpase .left-hovered {
  border: 1px solid #3574ee;
  border-radius: 8px 0 0 8px;
  border-right: none;
  font-size: 13px;
}
.cxd-Tabs--vertical > .cxd-Tabs-line .collpase .right-hovered {
  border: 1px solid #3574ee;
  border-radius: 0 8px 8px 0;
  border-left: none;
  font-size: 13px;
}
.cxd-Tabs--vertical > .cxd-Tabs-links {
  width: 160px;
  background: var(--saas-main-bg);
  border: none;
  border-right: 1px solid var(--saas-Border-Dividers);
  overflow-y: scroll;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: width 0.3s;
}
.cxd-Tabs--vertical > .cxd-Tabs-links::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.cxd-Tabs--vertical > .cxd-Tabs-links::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  background-color: #d2d2d3;
}
.cxd-Tabs--vertical > .cxd-Tabs-links .cxd-Tabs-links-befote {
  width: 100%;
}
.cxd-Tabs--vertical > .cxd-Tabs-links .tablinks-collpase {
  position: absolute;
  top: 200px;
  right: 0;
  width: 20px;
  border-radius: 7px 0px 0px 7px;
  background-color: #eee;
  z-index: 5;
  font-size: 12px;
  color: #666;
  text-align: center;
  letter-spacing: 3px;
  padding: 4px;
  cursor: pointer;
  box-shadow: -2px 3px 4px 0 #aaa;
  white-space: normal;
}
.cxd-Tabs--vertical > .cxd-Tabs-links .tablinks-collpase .anticon {
  margin-bottom: 4px;
}
.cxd-Tabs--vertical > .cxd-Tabs-links .tablinks-collpase.closed {
  left: 0;
  border-radius: 0 7px 7px 0;
  box-shadow: 2px 3px 4px 0 #aaa;
}
.cxd-Tabs--vertical > .cxd-Tabs-links .cxd-Tabs--slider {
  position: absolute;
  right: 0;
  top: 0;
  cursor: ew-resize;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  font-weight: 600;
  width: 8px;
  height: 100%;
  border-radius: 2px;
  border: 0px;
  line-height: 1.4;
  text-align: center;
  user-select: none;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  z-index: 3;
  background-color: var(--saas-main-bg);
}
.cxd-Tabs--vertical > .cxd-Tabs-links .cxd-Tabs--slider svg {
  color: #000;
  font-size: 19px;
}
.cxd-Tabs--vertical > .cxd-Tabs-links .cxd-Tabs--slider .cxd-Tabs--sliders {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--saas-main-bg);
}
.cxd-Tabs--vertical > .cxd-Tabs-links .cxd-Tabs--slider.slider-closed {
  background-color: #fff;
  cursor: default;
}
.cxd-Tabs--vertical > .cxd-Tabs-links .cxd-Tabs--slider.slider-closed svg {
  z-index: 1;
  cursor: pointer;
}
.cxd-Tabs--vertical > .cxd-Tabs-links > li {
  margin: 0 0 0 -1px;
  display: block;
}
.cxd-Tabs--vertical > .cxd-Tabs-links > li > a:first-child {
  border-color: transparent;
  border-radius: 0;
  border-width: var(--Tabs--vertical-onActive-borderWidth);
  margin: 0;
}
.cxd-Tabs--vertical > .cxd-Tabs-links > li > a:first-child:hover, .cxd-Tabs--vertical > .cxd-Tabs-links > li > a:first-child:focus {
  color: var(--primary);
  border-color: transparent;
}
.cxd-Tabs--vertical > .cxd-Tabs-links > li.is-active > a:first-child,
.cxd-Tabs--vertical > .cxd-Tabs-links > li.is-active > a:first-child:hover,
.cxd-Tabs--vertical > .cxd-Tabs-links > li.is-active > a:first-child:focus {
  color: var(--Tabs--vertical-onActive-color);
  background: var(--Tabs--vertical-onActive-bg);
  border-color: var(--Tabs--vertical-onActive-border);
}
.cxd-Tabs--vertical > .cxd-Tabs-content {
  border: none;
  overflow-x: auto;
  flex: 1;
}
.cxd-Tabs--vertical > .cxd-Tabs-content > .cxd-Tabs-pane {
  height: 100%;
}
.cxd-Tabs--chrome > .cxd-Tabs-links {
  background: var(--Tabs--chrome-bg);
  border-bottom: 0;
  padding: 0 0.625rem;
  padding-top: 0.5rem;
  display: flex;
}
.cxd-Tabs--chrome > .cxd-Tabs-links > li {
  position: relative;
  margin-bottom: 0;
  white-space: nowrap;
  min-width: 0;
  max-width: 15.625rem;
  padding: 0.4375rem 1.25rem 0.375rem;
  cursor: pointer;
  flex: 1;
}
.cxd-Tabs--chrome > .cxd-Tabs-links > li > a:first-child {
  background: none;
  border: none;
  position: relative;
  z-index: 5;
  overflow: hidden;
  padding: 0;
}
.cxd-Tabs--chrome > .cxd-Tabs-links > li.is-active > a:first-child,
.cxd-Tabs--chrome > .cxd-Tabs-links > li.is-active > a:first-child:hover,
.cxd-Tabs--chrome > .cxd-Tabs-links > li.is-active > a:first-child:focus {
  background: none;
  border: none;
}
.cxd-Tabs--chrome > .cxd-Tabs-links > li.is-active:after {
  display: none;
}
.cxd-Tabs--chrome > .cxd-Tabs-links > li:after {
  content: "";
  width: 1px;
  height: calc(100% - var(--Tabs--chrome-radius-size) * 2);
  position: absolute;
  right: -2px;
  background: var(--Tabs--chrome-right-boder-color);
  top: var(--Tabs--chrome-radius-size);
}
.cxd-Tabs--chrome > .cxd-Tabs-links > li:hover .chrome-tab-background {
  z-index: 3;
  display: block;
  background-color: var(--Tabs--chrome-onHover-bg);
}
.cxd-Tabs--chrome > .cxd-Tabs-links > li:hover .chrome-tab-background > svg {
  fill: var(--Tabs--chrome-onHover-bg);
}
.cxd-Tabs--chrome > .cxd-Tabs-links > li:hover:after {
  display: none;
}
.cxd-Tabs--chrome > .cxd-Tabs-links > li.is-active .chrome-tab-background {
  display: block;
  background-color: var(--Tabs-onActive-bg);
}
.cxd-Tabs--chrome > .cxd-Tabs-links > li.is-active .chrome-tab-background > svg {
  fill: var(--Tabs-onActive-bg);
}
.cxd-Tabs--chrome .chrome-tab-background {
  display: none;
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border-radius: var(--Tabs--chrome-radius-size) var(--Tabs--chrome-radius-size) 0 0;
}
.cxd-Tabs--chrome .chrome-tab-background > svg {
  width: var(--Tabs--chrome-radius-size);
  height: var(--Tabs--chrome-radius-size);
  bottom: 0;
  position: absolute;
}
.cxd-Tabs--chrome .chrome-tab-background > .chrome-tab-background--right {
  right: calc(var(--Tabs--chrome-radius-size) * -1);
}
.cxd-Tabs--chrome .chrome-tab-background > .chrome-tab-background--left {
  left: calc(var(--Tabs--chrome-radius-size) * -1);
}
.cxd-Tabs-toolbar {
  display: inline-block;
  float: right;
  padding-top: var(--gap-xs);
}

.cxd-Tabs.cxd-Tabs--content-tiled .cxd-Tabs-pane {
  display: block;
  opacity: 1;
  border-bottom: 1px solid var(--saas-Border-Dividers);
}
@media (min-width: 576px) {
  .cxd-Tabs.cxd-Tabs--content-tiled .cxd-Tabs-pane .cxd-Form--inline.antd-Form-rectangle {
    background-color: var(--saas-main-bg);
    padding-left: 0;
    border-bottom: 0;
  }
  .cxd-Tabs.cxd-Tabs--content-tiled .cxd-Tabs-pane .cxd-Table {
    padding: 0;
  }
}
.cxd-Tabs.cxd-Tabs--content-tiled .cxd-Tabs-pane .cxd-Tabs-pane-title {
  font-weight: bolder;
  font-size: 18px;
  height: 48px;
  line-height: 48px;
  padding-left: 8px;
}
.cxd-Tabs.cxd-Tabs--content-tiled .cxd-Tabs-pane:last-child {
  border-bottom: none;
}
.cxd-Tabs.cxd-Tabs--content-tiled .cxd-Tabs-linksContainer,
.cxd-Tabs.cxd-Tabs--content-tiled .cxd-Tabs-links {
  display: none;
}

.cxd-Tabs.cxd-Tabs--line.cxd-Combination {
  width: auto;
  height: 100%;
  background: #f7f9fc;
}
.cxd-Tabs.cxd-Tabs--line.cxd-Combination div:first-child.cxd-Tabs-linksContainer {
  border-top: 1px solid var(--saas-Border-Dividers);
}
.cxd-Tabs.cxd-Tabs--line.cxd-Combination > .cxd-Tabs-linksContainer {
  padding: 0px;
  background-color: var(--saas-main-bg);
  border-bottom: 1px solid var(--saas-Border-Dividers);
}
.cxd-Tabs.cxd-Tabs--line.cxd-Combination > .cxd-Tabs-linksContainer .cxd-Tabs-linksContainer-arrow--right,
.cxd-Tabs.cxd-Tabs--line.cxd-Combination > .cxd-Tabs-linksContainer .cxd-Tabs-linksContainer-arrow--left {
  top: 0;
}
.cxd-Tabs.cxd-Tabs--line.cxd-Combination > .cxd-Tabs-linksContainer .cxd-Tabs-linksContainer-main .cxd-Tabs-links {
  border: none;
}
.cxd-Tabs.cxd-Tabs--line.cxd-Combination > .cxd-Tabs-linksContainer .cxd-Tabs-linksContainer-main .cxd-Tabs-links .cxd-Tabs-link a {
  display: flex;
  align-items: center;
  margin: 0 20px;
  padding: 0;
  height: 32px;
  font-size: 13px;
}
.cxd-Tabs.cxd-Tabs--line.cxd-Combination > .cxd-Tabs-linksContainer .cxd-Tabs-linksContainer-main .cxd-Tabs-links .cxd-Tabs-link:hover a {
  border-color: transparent;
}
.cxd-Tabs.cxd-Tabs--line.cxd-Combination > .cxd-Tabs-linksContainer .cxd-Tabs-linksContainer-main .cxd-Tabs-links .cxd-Tabs-link.is-active a {
  border: none;
}
.cxd-Tabs.cxd-Tabs--line.cxd-Combination > .cxd-Tabs-linksContainer .cxd-Tabs-linksContainer-main .cxd-Tabs-links .cxd-Tabs-link.is-active::before {
  position: absolute;
  content: "";
  border-bottom: 2px;
  width: 20px;
  bottom: 0;
  height: 2px;
  background-color: var(--saas-Primary-Color);
  left: 50%;
  transform: translateX(-50%);
}
.cxd-Tabs.cxd-Tabs--line.cxd-Combination .cxd-Tabs-content {
  background: var(--saas-main-bg);
}
.cxd-Tabs.cxd-Tabs--line.cxd-Combination .cxd-Tabs-content .cxd-Combination {
  margin: 0;
}
.cxd-Tabs.cxd-Tabs--line.cxd-Combination .cxd-Grid--combination {
  margin: 0;
}

.cxd-Tabs.cxd-Tabs--vertical.cxd-Combination {
  width: auto;
  background: var(--saas-Background-Header);
  border: none;
}
.cxd-Tabs.cxd-Tabs--vertical.cxd-Combination > .cxd-Tabs-links {
  overflow-y: hidden;
  width: 160px;
  position: relative;
}
.cxd-Tabs.cxd-Tabs--vertical.cxd-Combination > .cxd-Tabs-links::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}
.cxd-Tabs.cxd-Tabs--vertical.cxd-Combination > .cxd-Tabs-links .cxd-Tabs-links-input {
  position: sticky;
  top: 0;
  padding: 8px 6px 4px 8px;
  z-index: 1;
  background-color: var(--saas-main-bg);
}
.cxd-Tabs.cxd-Tabs--vertical.cxd-Combination > .cxd-Tabs-links .cxd-Tabs-links-input .ant-input-affix-wrapper {
  border-radius: 4px;
  background-color: #f7f9fc;
}
.cxd-Tabs.cxd-Tabs--vertical.cxd-Combination > .cxd-Tabs-links .cxd-Tabs-link {
  overflow: hidden;
  padding: 4px 8px 4px 0;
}
.cxd-Tabs.cxd-Tabs--vertical.cxd-Combination > .cxd-Tabs-links .cxd-Tabs-link a {
  color: var(--saas-font-size-black);
  border: none;
  padding: 6px 0px 6px 16px;
  border-radius: 0;
  overflow: hidden;
  word-wrap: break-word;
  font-size: 13px;
  text-decoration: none;
}
.cxd-Tabs.cxd-Tabs--vertical.cxd-Combination > .cxd-Tabs-links .cxd-Tabs-link:hover a {
  color: var(--saas-font-size-black);
  background-color: var(--Tree-item-onHover-bg);
}
.cxd-Tabs.cxd-Tabs--vertical.cxd-Combination > .cxd-Tabs-links .cxd-Tabs-link.is-active a {
  color: var(--saas-font-size-black);
  background-color: var(--Tree-item-onHover-bg);
  list-style: none;
}
.cxd-Tabs.cxd-Tabs--vertical.cxd-Combination > .cxd-Tabs-links .cxd-Tabs-link.is-active a::before {
  content: "";
  position: absolute;
  height: 20px;
  border-right: 3px solid var(--saas-Primary-Color);
  transform: translateY(-50%);
  top: 50%;
  left: 8px;
}
.cxd-Tabs.cxd-Tabs--vertical.cxd-Combination > .cxd-Tabs-links .cxd-Tabs-links-befote {
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}
.cxd-Tabs.cxd-Tabs--vertical.cxd-Combination > .cxd-Tabs-links .cxd-Tabs-links-befote::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.cxd-Tabs.cxd-Tabs--vertical.cxd-Combination > .cxd-Tabs-links .cxd-Tabs-links-befote .cxd-Tabs-link {
  position: relative;
  display: block;
}
.cxd-Tabs.cxd-Tabs--vertical.cxd-Combination > .cxd-Tabs-links .cxd-Tabs-links-befote .cxd-Tabs-link a {
  display: block;
}
.cxd-Tabs.cxd-Tabs--vertical.cxd-Combination .cxd-Tabs-content {
  background: var(--saas-main-bg);
}
.cxd-Tabs.cxd-Tabs--vertical.cxd-Combination .cxd-Tabs-content > .cxd-Tabs-pane > .cxd-Service > .cxd-Service-body > .cxd-Tabs--content-tiled {
  margin: 0;
}
.cxd-Tabs.cxd-Tabs--vertical.cxd-Combination .cxd-Tabs-content > .cxd-Tabs-pane > .cxd-Service > .cxd-Service-body > .cxd-Tabs--content-tiled > .cxd-Tabs-content {
  background-color: var(--saas-main-bg) !important;
}
.cxd-Tabs.cxd-Tabs--vertical.cxd-Combination .cxd-Tabs-content .cxd-Combination {
  margin: 0;
}
.cxd-Tabs.cxd-Tabs--vertical.cxd-Combination .cxd-Grid--combination {
  margin: 0;
}

.cxd-Tabs.cxd-Tabs--content-tiled.cxd-Combination {
  width: auto;
  border: none;
}
.cxd-Tabs.cxd-Tabs--content-tiled.cxd-Combination > .cxd-Tabs-content .cxd-Tabs-pane {
  margin-bottom: 8px;
}
.cxd-Tabs.cxd-Tabs--content-tiled.cxd-Combination > .cxd-Tabs-content .cxd-Tabs-pane:last-child {
  margin-bottom: 0;
}
.cxd-Tabs.cxd-Tabs--content-tiled.cxd-Combination > .cxd-Tabs-content .cxd-Tabs-pane:first-child {
  margin-top: 8px;
}
.cxd-Tabs.cxd-Tabs--content-tiled.cxd-Combination > .cxd-Tabs-content .cxd-Tabs-pane .cxd-Tabs-pane-title {
  font-size: 14px;
  display: flex;
  align-items: center;
  line-height: normal;
  height: auto;
  padding-left: 0;
}
.cxd-Tabs.cxd-Tabs--content-tiled.cxd-Combination > .cxd-Tabs-content .cxd-Tabs-pane .cxd-Tabs-pane-title > span {
  min-width: 8.75rem;
  padding: 4px 0px 4px 16px;
  position: relative;
  display: inline-block;
  background-color: var(--saas-tabs-title-color);
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cxd-Tabs.cxd-Tabs--content-tiled.cxd-Combination > .cxd-Tabs-content .cxd-Tabs-pane .cxd-Tabs-pane-title > span::before {
  content: "";
  position: absolute;
  height: 20px;
  border-right: 3px solid var(--saas-Primary-Color);
  transform: translateY(-50%);
  top: 50%;
  left: 8px;
}
.cxd-Tabs.cxd-Tabs--content-tiled.cxd-Combination > .cxd-Tabs-content .cxd-Tabs-pane .cxd-Tabs-pane-title .icon {
  margin-left: 4px;
  color: var(--saas-Placeholder-Text);
  cursor: pointer;
}
.cxd-Tabs.cxd-Tabs--content-tiled.cxd-Combination > .cxd-Tabs-content .cxd-Tabs-pane .cxd-Tabs-pane-title .icon:hover {
  color: #3574ee;
}
.cxd-Tabs.cxd-Tabs--content-tiled.cxd-Combination > .cxd-Tabs-content .cxd-Tabs-pane .cxd-Service {
  padding: 0px 8px;
}
.cxd-Tabs.cxd-Tabs--content-tiled.cxd-Combination > .cxd-Tabs-content .cxd-Tabs-pane .cxd-Service .cxd-Table-horizontal .cxd-Mobile-header-toolbar-wrapper {
  border: 0;
}
.cxd-Tabs.cxd-Tabs--content-tiled.cxd-Combination > .cxd-Tabs-content .cxd-Combination {
  margin: 0;
}
.cxd-Tabs.cxd-Tabs--content-tiled.cxd-Combination .cxd-Grid--combination {
  margin: 0;
}

@media (max-width: 767px) {
  .cxd-Page-body .cxd-Tabs.cxd-Tabs--line,
.cxd-Page-body .cxd-Tabs.cxd-Tabs--line.cxd-Combination {
    border-top: none;
  }

  .cxd-Tabs.cxd-Tabs--line,
.cxd-Tabs.cxd-Tabs--line.cxd-Combination {
    border-top: 8px solid var(--them-bg-color);
  }
  .cxd-Tabs.cxd-Tabs--line .cxd-Tabs-linksContainer,
.cxd-Tabs.cxd-Tabs--line.cxd-Combination .cxd-Tabs-linksContainer {
    border-bottom: 1px solid var(--saas-Border-Dividers);
    margin-bottom: 0;
  }
  .cxd-Tabs.cxd-Tabs--line .cxd-Tabs-linksContainer .cxd-Tabs-linksContainer-main .cxd-Tabs-links,
.cxd-Tabs.cxd-Tabs--line.cxd-Combination .cxd-Tabs-linksContainer .cxd-Tabs-linksContainer-main .cxd-Tabs-links {
    background-color: var(--saas-main-bg);
  }
  .cxd-Tabs.cxd-Tabs--line .cxd-Tabs-linksContainer .cxd-Tabs-linksContainer-main .cxd-Tabs-links .cxd-Tabs-link a,
.cxd-Tabs.cxd-Tabs--line.cxd-Combination .cxd-Tabs-linksContainer .cxd-Tabs-linksContainer-main .cxd-Tabs-links .cxd-Tabs-link a {
    font-size: 15px;
    font-weight: 500;
  }
  .cxd-Tabs.cxd-Tabs--line .cxd-Tabs-linksContainer .cxd-Tabs-linksContainer-main .cxd-Tabs-links .cxd-Tabs-link.is-active a,
.cxd-Tabs.cxd-Tabs--line.cxd-Combination .cxd-Tabs-linksContainer .cxd-Tabs-linksContainer-main .cxd-Tabs-links .cxd-Tabs-link.is-active a {
    color: var(--saas-Primary-Color);
  }
  .cxd-Tabs.cxd-Tabs--line .cxd-Tabs-content,
.cxd-Tabs.cxd-Tabs--line.cxd-Combination .cxd-Tabs-content {
    padding: 0;
  }
  .cxd-Tabs.cxd-Tabs--line .cxd-Tabs-content .cxd-Tabs-pane,
.cxd-Tabs.cxd-Tabs--line.cxd-Combination .cxd-Tabs-content .cxd-Tabs-pane {
    padding: 0;
  }
  .cxd-Tabs.cxd-Tabs--line .cxd-Tabs-content .cxd-Tabs-pane.is-active .cxd-Table.cxd-Table-horizontal .cxd-Mobile-header-toolbar-wrapper,
.cxd-Tabs.cxd-Tabs--line.cxd-Combination .cxd-Tabs-content .cxd-Tabs-pane.is-active .cxd-Table.cxd-Table-horizontal .cxd-Mobile-header-toolbar-wrapper {
    border-top: none;
  }
  .cxd-Tabs.cxd-Tabs--line .cxd-Tabs-content .cxd-Tabs-pane.is-active .cxd-Table.cxd-Table-vertical .cxd-Mobile-header-toolbar-wrapper,
.cxd-Tabs.cxd-Tabs--line.cxd-Combination .cxd-Tabs-content .cxd-Tabs-pane.is-active .cxd-Table.cxd-Table-vertical .cxd-Mobile-header-toolbar-wrapper {
    margin-top: 0;
  }

  .cxd-Tabs.cxd-Tabs--line.cxd-Combination {
    margin: 0;
  }

  .cxd-Tabs.cxd-Tabs--vertical.cxd-Combination {
    margin: 0;
  }

  .cxd-Tabs.cxd-Tabs--content-tiled.cxd-Combination {
    margin: 0;
    height: 100%;
    overflow: auto;
  }

  .cxd-Tabs.cxd-Tabs--content-tiled {
    height: 100%;
    overflow-y: auto;
  }
  .cxd-Tabs.cxd-Tabs--content-tiled .cxd-Tabs-content .cxd-Table .cxd-Table-contentWrap .cxd-Table-content {
    overscroll-behavior: auto;
  }
}
/* Aug移动端样式 */
@media (max-width: 767px) {
  .cxd-Tabs-pane {
    height: 100%;
  }
  .cxd-Tabs .tabs-reload-tools {
    position: fixed;
    right: 34px;
    top: -5px;
    background: #fff;
    height: 37px;
    line-height: 37px;
    color: #000;
    font-size: 16px;
  }
  .cxd-Tabs .tabs-reload-tools-shottcut {
    right: 34px;
  }
  .cxd-Tabs .cxd-Tabs-linksContainer {
    top: unset;
    width: 100%;
    background: var(--saas-main-bg);
    padding: 8px 0 0;
  }
  .cxd-Tabs-links {
    padding: 0 var(--Page-body-padding);
  }

  .cxd-Tabs--line > .cxd-Tabs-content {
    overflow-y: hidden;
  }
  .cxd-Tabs--line > .cxd-Tabs-content .cxd-Tabs-pane {
    overflow-y: auto;
  }
}
.cxd-Modal-content .cxd-Tabs--line {
  overflow-y: initial;
}
.cxd-Modal-content .cxd-Tabs--line > .cxd-Tabs-content {
  overflow-y: initial;
}

.tabs-content-tiled-actions .cxd-PopUp-inner {
  background: #f6f6f6;
}
.tabs-content-tiled-actions .tabs-reload-tool .toolbar-body {
  border-bottom: 1px solid #eee;
}
.tabs-content-tiled-actions .tabs-reload-tool .toolbar-body .toolbar-item-row {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 12px;
}
.tabs-content-tiled-actions .tabs-reload-tool .toolbar-body .toolbar-item-row .toolbar-item {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.tabs-content-tiled-actions .tabs-reload-tool .toolbar-body .toolbar-item-row .toolbar-item .icon-bar {
  background-color: #fff;
  padding: 7px 10px;
  border-radius: 10px;
}
.tabs-content-tiled-actions .tabs-reload-tool .toolbar-body .toolbar-item-row .toolbar-item .icon-bar .icon {
  font-size: 22px;
}
.tabs-content-tiled-actions .tabs-reload-tool .toolbar-body .toolbar-item-row .toolbar-item .icon-title {
  font-size: 12px;
  color: #777;
  text-align: center;
  letter-spacing: 1px;
  margin-top: 3px;
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
}
.tabs-content-tiled-actions .tabs-reload-tool .toolbar-body .toolbar-item-row.toolbar-cancel {
  display: block;
  text-align: center;
}
.tabs-content-tiled-actions .tabs-reload-tool .toolbar-body .toolbar-item-row.toolbar-cancel > div {
  color: #000;
  letter-spacing: 1px;
}

.overlay-allItems {
  width: 300px;
}
.overlay-allItems .ant-dropdown-menu.ant-dropdown-menu-root {
  padding: 0;
  min-height: 300px;
  max-height: 50vh;
  overflow-y: auto;
}
.overlay-allItems .ant-dropdown-menu-title-content {
  display: block;
  max-width: 280px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.overlay-allItems .filter-wrapper {
  padding: 10px;
  background-color: #fff;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
}

.cxd-Nav {
  position: relative;
}
.cxd-Nav .cxd-Nav-list {
  list-style: none;
  user-select: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.cxd-Nav .cxd-Nav-list .cxd-Nav-itemIcon {
  margin-right: var(--gap-sm);
}
.cxd-Nav .cxd-Nav-list img.cxd-Nav-itemIcon {
  height: var(--Tabs-linkFontSize);
  vertical-align: middle;
}
.cxd-Nav .cxd-Nav-list--tabs {
  border-bottom: var(--Tabs-borderWidth) solid var(--Tabs-borderColor);
}
.cxd-Nav .cxd-Nav-list--tabs .cxd-Nav-item {
  margin-bottom: calc(var(--Tabs-borderWidth) * -1);
  display: inline-block;
  position: relative;
}
.cxd-Nav .cxd-Nav-list--tabs .cxd-Nav-item > a {
  font-size: var(--Tabs-linkFontSize);
  display: block;
  outline: none;
  border: var(--Tabs-borderWidth) solid transparent;
  border-top-left-radius: var(--Tabs-borderRadius);
  border-top-right-radius: var(--Tabs-borderRadius);
  color: var(--Tabs-color);
  text-decoration: none;
  margin-right: 0.125rem;
  padding: var(--gap-sm) var(--gap-xl);
  cursor: pointer;
}
.cxd-Nav .cxd-Nav-list--tabs .cxd-Nav-item:hover > a,
.cxd-Nav .cxd-Nav-list--tabs .cxd-Nav-item > a:focus {
  border-color: var(--Tabs-onHover-borderColor);
  text-decoration: none;
}
.cxd-Nav .cxd-Nav-list--tabs .cxd-Nav-item.disabled > a, .cxd-Nav .cxd-Nav-list--tabs .cxd-Nav-item.is-disabled > a {
  color: var(--Tabs-onDisabled-color);
  background: transparent;
  border-color: transparent;
  pointer-events: none;
}
.cxd-Nav .cxd-Nav-list--tabs .cxd-Nav-item.active > a, .cxd-Nav .cxd-Nav-list--tabs .cxd-Nav-item.is-active > a {
  color: var(--Tabs-onActive-color);
  background: var(--Tabs-onActive-bg);
  border-color: var(--Tabs-onActive-borderColor);
  border-bottom-color: var(--Tabs-content-bg);
}
.cxd-Nav .cxd-Nav-list--stacked {
  min-height: 3.125rem;
}
.cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item, .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item .cxd-Nav-itemDrager, .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge .cxd-Nav-itemDrager {
  cursor: move;
  position: absolute;
  left: 0;
  display: none;
  line-height: 0;
}
.cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item .cxd-Nav-itemDrager > .icon, .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item .cxd-Nav-itemDrager > .cxd-Badge > .icon, .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge .cxd-Nav-itemDrager > .icon, .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge .cxd-Nav-itemDrager > .cxd-Badge > .icon {
  color: var(--icon-color);
}
.cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item .cxd-Nav-itemDrager > .icon:hover, .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item .cxd-Nav-itemDrager > .cxd-Badge > .icon:hover, .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge .cxd-Nav-itemDrager > .icon:hover, .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge .cxd-Nav-itemDrager > .cxd-Badge > .icon:hover {
  color: var(--icon-onHover-color);
}
.cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item .cxd-Nav-itemDrager svg, .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge .cxd-Nav-itemDrager svg {
  width: 1rem;
  height: 1rem;
}
.cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item > .cxd-Nav-item-badgeText, .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge > .cxd-Nav-item-badgeText {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2.1875rem;
  overflow: hidden;
}
.cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item > .cxd-Nav-item-badgeText > span, .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge > .cxd-Nav-item-badgeText > span {
  position: absolute;
  top: 0.125rem;
  left: -0.8125rem;
  transform: rotate(-45deg);
  width: 3.125rem;
  font-size: 12px;
  text-align: center;
  color: var(--white);
  background: var(--success);
}
.cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item > .cxd-Nav-item-atcions, .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge > .cxd-Nav-item-atcions {
  display: flex;
  align-items: center;
}
.cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item > a,
.cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item > .cxd-Badge > a, .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge > a,
.cxd-Nav .cxd-Nav-list--stacked .cxd-Badge > .cxd-Badge > a {
  display: flex;
  align-items: center;
  outline: none;
  color: var(--Nav-item-color);
  text-decoration: none;
  padding: var(--gap-sm) var(--gap-sm);
  cursor: pointer;
  background: var(--Nav-item-bg);
  border-radius: var(--Nav-item-borderRadius);
  text-overflow: ellipsis;
  flex: 1;
}
.cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item > a:hover,
.cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item > a:focus,
.cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item > a:hover + .cxd-Nav-item-atcions,
.cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item > a:focus + .cxd-Nav-item-atcions,
.cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item > .cxd-Badge > a:hover,
.cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item > .cxd-Badge > a:focus,
.cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item > .cxd-Badge > a:hover + .cxd-Nav-item-atcions,
.cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item > .cxd-Badge > a:focus + .cxd-Nav-item-atcions, .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge > a:hover,
.cxd-Nav .cxd-Nav-list--stacked .cxd-Badge > a:focus,
.cxd-Nav .cxd-Nav-list--stacked .cxd-Badge > a:hover + .cxd-Nav-item-atcions,
.cxd-Nav .cxd-Nav-list--stacked .cxd-Badge > a:focus + .cxd-Nav-item-atcions,
.cxd-Nav .cxd-Nav-list--stacked .cxd-Badge > .cxd-Badge > a:hover,
.cxd-Nav .cxd-Nav-list--stacked .cxd-Badge > .cxd-Badge > a:focus,
.cxd-Nav .cxd-Nav-list--stacked .cxd-Badge > .cxd-Badge > a:hover + .cxd-Nav-item-atcions,
.cxd-Nav .cxd-Nav-list--stacked .cxd-Badge > .cxd-Badge > a:focus + .cxd-Nav-item-atcions {
  border-color: var(--Nav-item-onHover-color);
  text-decoration: none;
  background: var(--Nav-item-onHover-bg);
  z-index: 1;
}
.cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item > a:hover > .cxd-Nav-itemDrager,
.cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item > a:focus > .cxd-Nav-itemDrager,
.cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item > .cxd-Badge > a:hover > .cxd-Nav-itemDrager,
.cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item > .cxd-Badge > a:focus > .cxd-Nav-itemDrager, .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge > a:hover > .cxd-Nav-itemDrager,
.cxd-Nav .cxd-Nav-list--stacked .cxd-Badge > a:focus > .cxd-Nav-itemDrager,
.cxd-Nav .cxd-Nav-list--stacked .cxd-Badge > .cxd-Badge > a:hover > .cxd-Nav-itemDrager,
.cxd-Nav .cxd-Nav-list--stacked .cxd-Badge > .cxd-Badge > a:focus > .cxd-Nav-itemDrager {
  display: block;
}
.cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item.disabled > a, .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item.is-disabled > a, .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item.disabled > .cxd-Badge > a, .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item.is-disabled > .cxd-Badge > a, .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge.disabled > a, .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge.is-disabled > a, .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge.disabled > .cxd-Badge > a, .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge.is-disabled > .cxd-Badge > a {
  color: var(--Nav-item-onDisabled-color);
  background: transparent;
  pointer-events: none;
}
.cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item.active > a, .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item.is-active > .cxd-Nav-item-atcions, .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item.is-active > a, .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item.active > .cxd-Badge > a, .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item.is-active > .cxd-Badge > .cxd-Nav-item-atcions, .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item.is-active > .cxd-Badge > a, .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge.active > a, .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge.is-active > .cxd-Nav-item-atcions, .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge.is-active > a, .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge.active > .cxd-Badge > a, .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge.is-active > .cxd-Badge > .cxd-Nav-item-atcions, .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge.is-active > .cxd-Badge > a {
  color: var(--Nav-item-onActive-color);
  position: relative;
  background: var(--Nav-item-onActive-bg) !important;
}
.cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item.active > a::after, .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item.is-active > .cxd-Nav-item-atcions::after, .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item.is-active > a::after, .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item.active > .cxd-Badge > a::after, .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item.is-active > .cxd-Badge > .cxd-Nav-item-atcions::after, .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item.is-active > .cxd-Badge > a::after, .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge.active > a::after, .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge.is-active > .cxd-Nav-item-atcions::after, .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge.is-active > a::after, .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge.active > .cxd-Badge > a::after, .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge.is-active > .cxd-Badge > .cxd-Nav-item-atcions::after, .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge.is-active > .cxd-Badge > a::after {
  transform: scaleY(1);
}
.cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item.is-unfolded > a .cxd-Nav-itemToggler, .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item.is-unfolded > .cxd-Badge > a .cxd-Nav-itemToggler, .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge.is-unfolded > a .cxd-Nav-itemToggler, .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge.is-unfolded > .cxd-Badge > a .cxd-Nav-itemToggler {
  transform: rotate(180deg) scale(0.8);
}
.cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item.is-unfolded > .cxd-Nav-subItems, .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item.is-unfolded > .cxd-Badge > .cxd-Nav-subItems, .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge.is-unfolded > .cxd-Nav-subItems, .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge.is-unfolded > .cxd-Badge > .cxd-Nav-subItems {
  display: block;
}
.cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item .cxd-Nav-spinner, .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge .cxd-Nav-spinner {
  position: absolute;
  right: 0.625rem;
  top: 0.5rem;
}
.cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item .cxd-Nav-itemToggler, .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge .cxd-Nav-itemToggler {
  float: left;
  margin-right: 0.625rem;
  height: 1.5rem;
  text-align: center;
  line-height: 1.5rem;
  vertical-align: middle;
  cursor: pointer;
  transform: scale(0.8);
  transition: transform var(--animation-duration);
}
.cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item .cxd-Nav-itemToggler > svg, .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge .cxd-Nav-itemToggler > svg {
  width: 10px;
  height: 10px;
  top: 0;
}
.cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item .cxd-Nav-subItems, .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge .cxd-Nav-subItems {
  display: none;
  padding-left: 0;
  list-style: none;
  width: 100%;
}
.cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item .cxd-Nav-item, .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge .cxd-Nav-item {
  font-size: var(--Nav-subItem-fontSize);
}
.cxd-Nav .cxd-Nav-dropIndicator {
  position: absolute;
  background: var(--Nav-item-onActive-color);
  height: 2px;
}

.cxd-Page {
  width: 100%;
  height: 100%;
  background: var(--saas-main-bg);
  font-family: system-ui, -apple-system, Helvetica Neue, sans-serif;
}
.cxd-Page-header {
  padding: var(--Page-header-paddingY) var(--Page-header-paddingX);
  background-color: var(--saas-main-bg);
}
.cxd-Page-main {
  background: var(--saas-main-bg);
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.cxd-Page-main > .cxd-Page-body {
  height: 100%;
}
.cxd-Page-content {
  padding: var(--Page-content-paddingY) var(--Page-content-paddingX);
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
}
.cxd-Page-right {
  height: 100%;
}
.cxd-Page-main > .cxd-Page-header {
  border-bottom: var(--borderWidth) solid var(--saas-Border-Dividers);
}
.cxd-Page-headerRow {
  border-bottom: var(--borderWidth) solid var(--saas-Border-Dividers);
  display: flex;
  flex-direction: row;
  align-items: center;
}
.cxd-Page-headerRow .cxd-Page-header,
.cxd-Page-headerRow .cxd-Page-toolbar {
  flex-grow: 1;
  min-height: 100%;
}
.cxd-Page-headerRow .cxd-Page-toolbar {
  text-align: right;
  padding-right: var(--gap-base);
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
}
.cxd-Page-title {
  margin: 0;
  padding: 0;
  color: var(--Page-title-color);
  line-height: var(--Page-title-lineHeight);
  font-size: var(--Page-title-fontSize);
  font-weight: var(--Page-title-fontWeight);
  text-align: center;
}
.cxd-Page-body {
  flex: 1 auto;
  background: var(--saas-main-bg);
}
.cxd-Page-asideTplWrapper {
  padding: var(--gap-xs);
}
.cxd-Page-asideResizor {
  position: absolute;
  right: -0.375rem;
  top: 50%;
  cursor: ew-resize;
  writing-mode: vertical-lr;
  width: 0.75rem;
  height: 1.5rem;
  margin-top: -0.75rem;
  border: 0.0625rem solid #dee2e6;
  background-color: #fff;
  border-radius: 0.142rem;
  font-size: 12px;
  line-height: 0.625rem;
  text-align: center;
  user-select: none;
  color: #666;
}
.cxd-Page-asideResizor:hover {
  color: #000;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 2px 4px 0 rgba(0, 0, 0, 0.08);
}
.cxd-Page-asideResizor:after {
  content: "···";
}

.cxd-Drawer .cxd-Grid.cxd-Combination,
.cxd-Page .cxd-Grid.cxd-Combination {
  width: auto;
  background: var(--saas-main-bg);
}
.cxd-Drawer .cxd-Grid.cxd-Combination .grid-item,
.cxd-Page .cxd-Grid.cxd-Combination .grid-item {
  padding-right: 0;
  margin-bottom: 0px;
}
.cxd-Drawer .cxd-Grid.cxd-Combination .grid-item .cxd-Panel,
.cxd-Page .cxd-Grid.cxd-Combination .grid-item .cxd-Panel {
  border-color: transparent !important;
}
.cxd-Drawer .cxd-Grid.cxd-Combination .grid-item .cxd-Panel .cxd-Panel-heading,
.cxd-Page .cxd-Grid.cxd-Combination .grid-item .cxd-Panel .cxd-Panel-heading {
  padding-top: 12px;
}
.cxd-Drawer .cxd-Grid.cxd-Combination .grid-item .cxd-Panel .cxd-Panel-heading .cxd-Panel-title,
.cxd-Page .cxd-Grid.cxd-Combination .grid-item .cxd-Panel .cxd-Panel-heading .cxd-Panel-title {
  font-size: 15px;
  font-weight: 600;
}
.cxd-Drawer .cxd-Grid.cxd-Combination .antd-Grid-col--md12,
.cxd-Page .cxd-Grid.cxd-Combination .antd-Grid-col--md12 {
  margin-top: 0px;
}
.cxd-Drawer .cxd-Grid.cxd-Combination .cxd-Combination,
.cxd-Page .cxd-Grid.cxd-Combination .cxd-Combination {
  margin: 0;
}
@media (max-width: 767px) {
  .cxd-Drawer .cxd-Tabs.cxd-Tabs--line.cxd-Combination,
.cxd-Page .cxd-Tabs.cxd-Tabs--line.cxd-Combination {
    margin: 0rem;
  }
}
@media (max-width: 767px) {
  .cxd-Drawer .cxd-Tabs.cxd-Tabs--vertical.cxd-Combination,
.cxd-Page .cxd-Tabs.cxd-Tabs--vertical.cxd-Combination {
    margin: 0rem;
  }
}
@media (max-width: 767px) {
  .cxd-Drawer .cxd-Tabs.cxd-Tabs--content-tiled.cxd-Combination,
.cxd-Page .cxd-Tabs.cxd-Tabs--content-tiled.cxd-Combination {
    margin: 0rem;
  }
}

.cxd-Page-toolbar > * + * {
  margin-left: var(--gap-xs);
}

@media (min-width: 768px) {
  .cxd-Page-aside {
    width: var(--Page-aside-width);
    border-right: var(--borderWidth) solid var(--saas-Border-Dividers);
  }
  .cxd-Page-aside::before {
    content: "";
    position: absolute;
    width: inherit;
    top: 0;
    bottom: 0;
    z-index: -1;
    background: inherit;
    border: inherit;
  }
  .cxd-Page-aside--withWidth {
    min-width: var(--Page-aside-width);
    max-width: var(--Page-aside-maxWidth);
  }

  .cxd-Page--withSidebar {
    display: flex;
    flex-direction: row;
    align-items: stretch;
  }
  .cxd-Page--withSidebar > .cxd-Page-content {
    width: 0;
    flex-grow: 1;
  }
}
@keyframes rotate360 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.scroll-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.scroll-wrapper .scroll-content {
  width: 100%;
  min-height: calc(100% + 5px);
  position: relative;
}
.scroll-wrapper .scroll-content .pull-loading {
  font-size: 18px;
  animation-name: rotate360;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.scroll-wrapper .scroll-content .scroll-content-children {
  pointer-events: auto !important;
}

.pull-loading {
  font-size: 18px;
  animation-name: rotate360;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  vertical-align: sub;
}

.pulldown-wrapper {
  position: absolute;
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  transform: translateY(-100%) translateZ(0);
  text-align: center;
  color: #999;
  font-size: 12px;
}
.pulldown-wrapper .pulldown-success {
  font-size: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pulldown-wrapper .pulldown-success span {
  font-size: 12px;
  line-height: 1;
  padding-left: 6px;
}

.pullup-wrapper {
  width: 100%;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  position: relative;
  bottom: 0;
  text-align: center;
  color: #999;
  font-size: 12px;
}
.pullup-wrapper .pulldown-success {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 17px;
}
.pullup-wrapper .pulldown-success span {
  font-size: 12px;
}
.pullup-wrapper span {
  padding: 0 6px;
}

.cxd-Remark {
  display: flex;
  align-items: center;
  margin-left: var(--Remark-marginLeft);
  cursor: pointer;
  text-align: center;
}
.cxd-Remark > span {
  font-size: var(--fontSizeSm);
}
.cxd-Remark-icon {
  color: var(--saas-font-size-dark-black);
  font-size: var(--Remark-icon-fontSize);
  width: var(--Remark-width);
  height: var(--Remark-width);
  line-height: 1;
  display: inline-flex;
  vertical-align: baseline;
  align-self: center;
  align-items: center;
  justify-content: center;
  font-size: var(--fontSizeSm);
  user-select: none;
}
.cxd-Remark-icon > svg {
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
}
.cxd-Remark > span + .cxd-Remark-icon {
  margin-left: var(--gap-xs);
}
.cxd-Remark > svg {
  width: calc(var(--Remark-width) - 0.125rem);
  height: calc(var(--Remark-width) - 0.125rem);
  color: var(--Remark-iconColor);
}
.cxd-Remark:hover > svg {
  color: var(--Remark-onHover-iconColor);
}

.cxd-Chart {
  position: relative;
}
.cxd-Chart .ant-empty {
  color: #999;
}
.cxd-Chart-placeholder {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cxd-Chart-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cxd-Chart-table {
  position: absolute;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-color: var(--saas-main-bg);
}
.cxd-Chart-table .chart-table-body {
  flex: 1;
  overflow: hidden;
}
.cxd-Chart-table .chart-table-body .cxd-Crud {
  height: 100%;
}
.cxd-Chart-table .chart-table-body .cxd-Crud .cxd-Table {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.cxd-Chart-table .chart-table-body .cxd-Crud .cxd-Table-contentWrap {
  flex: 1;
}
.cxd-Chart-table .chart-table-body .cxd-Crud .cxd-Table-contentWrap .cxd-Table-content {
  height: 100%;
  overflow: auto;
}
.cxd-Chart-table .chart-table-footer {
  text-align: right;
  padding: 10px 16px;
}

.charts-modal {
  max-height: 100vh;
}

.cxd-Video {
  min-width: 200px;
}
.cxd-Video-cursor {
  position: absolute;
  border: 2px solid var(--info);
  transition: all var(--animation-duration) ease-out;
}
.cxd-Video-frameList .cxd-Video-frameItem {
  cursor: pointer;
}
.cxd-Video-frameLabel {
  text-align: center;
}
.cxd-Video .video-react-paused .video-react-big-play-button.big-play-button-hide {
  display: block;
}
.cxd-Video-player {
  position: relative;
}
.cxd-Video-error {
  position: absolute;
  display: block;
  width: 100%;
  padding: 5px 10px;
  color: var(--danger);
  background: rgba(255, 255, 255, 0.4);
  text-align: center;
  top: 0;
}

.cxd-Audio-original {
  display: none;
}

.cxd-Audio--inline {
  display: inline-block;
}

.cxd-Audio {
  box-sizing: border-box;
  height: var(--Audio-height);
  line-height: var(--Audio-lineHeight);
  border: var(--Audio-border);
  padding-left: var(--Audio-item-margin);
  overflow: hidden;
}
.cxd-Audio-controls {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.cxd-Audio-rates {
  width: var(--Audio-rate-width);
  height: var(--Audio-rate-height);
  text-align: center;
  background: var(--Audio-rate-bg);
  cursor: pointer;
  margin-right: var(--Audio-item-margin);
}
.cxd-Audio-rateControl {
  margin-right: var(--Audio-item-margin);
}
.cxd-Audio-rateControl::after {
  clear: both;
  content: "";
}
.cxd-Audio-rateControl .cxd-Audio-rateControlItem {
  width: var(--Audio-rate-width);
  height: var(--Audio-rate-height);
  background: var(--Audio-rate-bg);
  cursor: pointer;
  text-align: center;
  float: left;
  box-sizing: border-box;
  border-right: var(--Audio-rateControlItem-borderRight);
}
.cxd-Audio-play {
  width: var(--Audio-play-width);
  cursor: pointer;
  margin-right: var(--Audio-item-margin);
}
.cxd-Audio-play svg {
  width: var(--Audio-svg-width);
  height: var(--Audio-svg-height);
  position: relative;
  top: var(--Audio-svg-top);
}
.cxd-Audio-times {
  min-width: var(--Audio-times-width);
  margin-right: var(--Audio-item-margin);
  cursor: default;
  flex-shrink: 0;
}
.cxd-Audio-process {
  flex: auto;
  cursor: pointer;
  min-width: var(--Audio-process-minWidth);
  margin-right: var(--Audio-item-margin);
}
.cxd-Audio-process input[type=range] {
  -webkit-appearance: none;
  outline: none;
  border: none;
  padding: 0;
  background: none;
}
.cxd-Audio-process input[type=range]::-webkit-slider-runnable-track {
  background: var(--Audio-track-bg);
  height: var(--Audio-track-height);
  border-radius: var(--Audio-track-borderRadius);
  border: var(--Audio-track-border);
}
.cxd-Audio-process input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none !important;
  border-radius: 100%;
  cursor: pointer;
  background: var(--Audio-thumb-bg);
  width: var(--Audio-thumb-width);
  height: var(--Audio-thumb-height);
  margin-top: var(--Audio-thumb-marginTop);
}
.cxd-Audio-volume {
  width: var(--Audio-volume-width);
  height: var(--Audio-volume-height);
  line-height: var(--Audio-volume-lineHeight);
  cursor: pointer;
  margin-right: var(--Audio-item-margin);
}
.cxd-Audio-volume svg {
  width: var(--Audio-svg-width);
  height: var(--Audio-svg-height);
  position: relative;
  top: var(--Audio-svg-top);
}
.cxd-Audio-volumeControl {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: var(--Audio-volumeControl-width);
  height: var(--Audio-volume-height);
  line-height: var(--Audio-volume-lineHeight);
  margin-right: var(--Audio-item-margin);
}
.cxd-Audio-volumeControl input[type=range] {
  -webkit-appearance: none;
  outline: none;
  border: none;
  padding: 0;
  background: none;
}
.cxd-Audio-volumeControl input[type=range]::-webkit-slider-runnable-track {
  background: var(--Audio-track-bg);
  height: var(--Audio-track-height);
  border-radius: var(--Audio-track-borderRadius);
  border: var(--Audio-track-border);
}
.cxd-Audio-volumeControl input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none !important;
  border-radius: 100%;
  cursor: pointer;
  background: var(--Audio-thumb-bg);
  width: var(--Audio-thumb-width);
  height: var(--Audio-thumb-height);
  margin-top: var(--Audio-thumb-marginTop);
}
.cxd-Audio-volumeControl .cxd-Audio-volumeControlIcon {
  margin-right: var(--Audio-item-margin);
  cursor: pointer;
}
.cxd-Audio-volumeControl svg {
  width: var(--Audio-svg-width);
  height: var(--Audio-svg-height);
  position: relative;
  top: var(--Audio-svg-top);
}

.cxd-Panel {
  overflow-y: hidden;
  display: flex;
  flex-direction: column;
  background: var(--saas-main-bg);
  border-radius: var(--Panel-borderRadius);
  /* 主题 */
  /* 子组件 */
}
.cxd-Panel-Combination .cxd-Crud .cxd-Crud-head {
  min-height: 0;
}
.cxd-Panel-Combination .cxd-Crud .cxd-Table {
  padding: 0 8px 8px 8px;
}
.cxd-Panel-Combination .cxd-Card {
  border-top: unset;
}
.cxd-Panel-Combination .cxd-List-items {
  border: none;
}
.cxd-Panel-Combination .cxd-List-items .cxd-ListItem-wapper {
  border: none !important;
}
.cxd-Panel-Combination .cxd-Grid:first-of-type {
  height: 100% !important;
}
.cxd-Panel-Combination .cxd-Grid:first-of-type.cxd-Grid-item-search .mobile-grid-item {
  height: inherit;
}
.cxd-Panel-Combination .cxd-Grid:first-of-type.cxd-Grid-item-search .mobile-grid-item.grid-item-fixed {
  height: auto !important;
}
.cxd-Panel-Combination .cxd-Grid:first-of-type-col--md,
.cxd-Panel-Combination .cxd-Grid:first-of-type .grid-item {
  height: 100%;
}
.cxd-Panel-Combination .cxd-Grid:first-of-type.grid-chart-item .cxd-Panel-Combination-Filter.mobile-grid-item, .cxd-Panel-Combination .cxd-Grid:first-of-type.grid-chart-item .cxd-Panel-Combination-Chart.mobile-grid-item {
  height: auto;
}
.cxd-Panel-Combination .cxd-Carousel {
  height: 100%;
  text-align: center;
}
.cxd-Panel-Combination .cxd-Carousel-item {
  display: flex;
  flex-direction: column;
}
.cxd-Panel-Combination .cxd-Carousel-item .cxd-Image {
  height: 100%;
}
.cxd-Panel-Combination .cxd-Carousel-item > div:first-child {
  height: 80%;
}
.cxd-Panel-Combination .cxd-Carousel-item > span:nth-child(2) {
  font-size: 13px;
  font-weight: bold;
}
.cxd-Panel-Combination .cxd-Carousel-item > span:nth-child(3) {
  font-size: 13px;
}
.cxd-Panel-fixedBottom {
  position: absolute;
  background: var(--white);
  z-index: -1;
  opacity: 0;
  bottom: 999999px;
  box-shadow: var(--Panel-fixedBottom-boxShadow);
  border-top: var(--Panel-fixedBottom-borderTop);
}
.cxd-Panel-fixedBottom.in {
  position: fixed;
  bottom: 0;
  z-index: 900;
  opacity: 1;
}
.cxd-Panel.in-modal .cxd-Panel-heading {
  padding-top: 0;
}
.cxd-Panel--default {
  border-color: var(--borderColor);
}
.cxd-Panel--default > .cxd-Panel-heading {
  background: var(--Panel--default-bg);
  color: var(--Panel--default-color);
}
.cxd-Panel--default > .cxd-Panel-heading .badge {
  color: var(--Panel--default-badgeColor);
  background: var(--Panel--default-badgeBg);
}
.cxd-Panel--default > .cxd-Panel-heading {
  border-color: var(--Panel--default-headingBorderColor);
}
.cxd-Panel--primary {
  border-color: var(--primary);
}
.cxd-Panel--primary > .cxd-Panel-heading {
  background: var(--primary);
  color: var(--white);
}
.cxd-Panel--primary > .cxd-Panel-heading .badge {
  color: var(--primary);
  background: var(--white);
}
.cxd-Panel--primary > .cxd-Panel-heading,
.cxd-Panel--primary > .cxd-Panel-footer {
  border-color: var(--primary);
}
.cxd-Panel--success {
  border-color: var(--success);
}
.cxd-Panel--success > .cxd-Panel-heading {
  background: var(--success);
  color: var(--white);
}
.cxd-Panel--success > .cxd-Panel-heading .badge {
  color: var(--success);
  background: var(--white);
}
.cxd-Panel--success > .cxd-Panel-heading,
.cxd-Panel--success > .cxd-Panel-footer {
  border-color: var(--success);
}
.cxd-Panel--info {
  border-color: var(--info);
}
.cxd-Panel--info > .cxd-Panel-heading {
  background: var(--info);
  color: var(--white);
}
.cxd-Panel--info > .cxd-Panel-heading .badge {
  color: var(--info);
  background: var(--white);
}
.cxd-Panel--info > .cxd-Panel-heading,
.cxd-Panel--info > .cxd-Panel-footer {
  border-color: var(--info);
}
.cxd-Panel--warning {
  border-color: var(--warning);
}
.cxd-Panel--warning > .cxd-Panel-heading {
  background: var(--warning);
  color: var(--white);
}
.cxd-Panel--warning > .cxd-Panel-heading .badge {
  color: var(--warning);
  background: var(--white);
}
.cxd-Panel--warning > .cxd-Panel-heading,
.cxd-Panel--warning > .cxd-Panel-footer {
  border-color: var(--warning);
}
.cxd-Panel--danger {
  border-color: var(--danger);
}
.cxd-Panel--danger > .cxd-Panel-heading {
  background: var(--danger);
  color: var(--white);
}
.cxd-Panel--danger > .cxd-Panel-heading .badge {
  color: var(--danger);
  background: var(--white);
}
.cxd-Panel--danger > .cxd-Panel-heading,
.cxd-Panel--danger > .cxd-Panel-footer {
  border-color: var(--danger);
}
.cxd-Panel-heading {
  padding: var(--Panel-headingPadding);
  border-bottom: var(--Panel-headingBorderBottom);
  border-radius: var(--Panel-headingBorderRadius);
  display: flex;
  flex-wrap: wrap;
}
.cxd-Panel-heading--combination {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid var(--saas-Border-Dividers);
  border-bottom: 1px solid var(--saas-Border-Dividers);
  margin-top: -1px;
  background-color: var(--saas-main-bg);
}
.cxd-Panel-title {
  margin-top: var(--Panel-titleMarginTop);
  margin-bottom: var(--Panel-titleMarginBottom);
  font-size: var(--Panel-titleFontSize);
  color: var(--Panel-titleColor);
}
.cxd-Panel-extra {
  display: flex;
  align-items: center;
}
.cxd-Panel-extra .icon {
  top: 0;
  color: var(--saas-Placeholder-Text);
  cursor: pointer;
}
.cxd-Panel-extra .icon:hover {
  color: #3574ee;
}
.cxd-Panel-body {
  flex: 1;
  overflow-y: auto;
  background: var(--saas-main-bg);
}
.cxd-Panel-footerWrap-statistics {
  border-top: var(--Panel-border);
  padding: 0.5rem 0.75rem;
}
.cxd-Panel-footer {
  border-color: var(--Panel-footerBorderColor);
  border-radius: var(--Panel-footerBorderRadius);
  background: var(--Panel-footerBg);
  padding: var(--Panel-footerPadding);
  border-style: solid;
  border-width: var(--Panel-borderWidth) 0 0 0;
  clear: both;
}
.cxd-Panel-footer .cxd-Button + .cxd-Button {
  margin-left: var(--Panel-footerButtonMarginLeft);
}
.cxd-Panel-statistics {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.cxd-Panel-btnToolbar {
  text-align: var(--Panel-btnToolbarTextAlign);
  display: flex;
  justify-content: flex-end;
}
.cxd-Panel-btnToolbar::before, .cxd-Panel-btnToolbar::after {
  display: table;
  content: "";
}
.cxd-Panel-btnToolbar::after {
  clear: both;
}
.cxd-Panel-btnToolbar .cxd-Button {
  margin-left: var(--Panel-footerButtonMarginLeft);
}
.cxd-Panel-btnToolbar:empty {
  display: none;
}
.cxd-Panel--form > .cxd-Panel-body {
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 8px;
}

/* 移动端样式调整 */
@media (max-width: 767px) {
  .cxd-Panel .cxd-Panel {
    padding: 0;
  }
  .cxd-Panel-Combination {
    background-color: var(--saas-Background-Header);
  }
  .cxd-Panel-Combination .cxd-Grid {
    overscroll-behavior: auto;
  }
  .cxd-Panel-Combination .cxd-Panel-heading--combination {
    background-color: var(--saas-Background-Header);
    padding: 8px;
  }
  .cxd-Panel-Combination .cxd-Panel-heading--combination .cxd-Panel-title--combination {
    padding: 0;
  }
  .cxd-Panel-Combination .cxd-Panel-heading--combination .cxd-Panel-extra {
    padding: 0 7px;
  }
  .cxd-Panel-heading--combination {
    padding: 8px 0;
    border: none;
  }
  .cxd-Panel-title--combination {
    font-size: 18px;
    color: var(--saas-Title-Text);
    width: fit-content;
    max-width: calc(100% - 30px);
    font-weight: 600;
    line-height: 36px;
    padding: 0 8px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .cxd-Panel--form {
    border: none;
    box-shadow: none;
    margin: 0 calc(var(--Panel-bodyPadding) * -1) calc(var(--Panel-marginBottom) / 2);
  }
  .cxd-Panel--form .cxd-Panel-body {
    overflow-x: hidden;
    padding: 0 0 var(--gap-md);
  }
  .cxd-Panel--form > .cxd-Panel-heading {
    background: none;
    border: none;
    border-radius: 0;
  }
  .cxd-Panel--form > .cxd-Panel-heading .cxd-Panel-title {
    padding-left: var(--Panel-bodyPadding);
    border-left: 0.1875rem solid var(--primary);
    font-size: var(--fontSizeLg);
  }
  .cxd-Panel--form .cxd-Panel-footerWrap {
    padding-bottom: var(--Panel-bodyPadding);
  }
  .cxd-Panel--form .cxd-Panel-footer {
    border-top: none;
    display: flex;
    padding: 0 var(--Panel-bodyPadding);
  }
  .cxd-Panel--form .cxd-Panel-footer > .cxd-Button {
    flex: 1;
  }
  .cxd-Panel--form .cxd-Panel-footer > .cxd-Button:first-child {
    margin-left: 0;
  }
  .cxd-Panel--form.detail-form-panel {
    height: calc(100vh - 38px) !important;
    max-height: 100%;
  }
  .cxd-Panel--form.detail-form-panel.with-fix-footer {
    height: calc(100vh - 38px) !important;
    max-height: 100%;
  }

  .cxd-Grid .cxd-Panel--form.detail-form-panel {
    height: 100% !important;
  }
  .cxd-Grid .cxd-Panel--form.detail-form-panel.with-fix-footer {
    height: 100% !important;
  }

  .cxd-Panel-body {
    padding: 0;
  }

  .tree-layout .cxd-Panel-body {
    padding: 0;
  }
  .tree-layout .cxd-Panel-body .cxd-Form {
    padding-bottom: 8px;
  }
  .tree-layout .resize-sensor {
    display: none;
  }

  .tree-layout + .cxd-Panel {
    border: none;
  }
  .tree-layout + .cxd-Panel > .cxd-Panel-body .cxd-Grid .mobile-grid-item .cxd-Panel .cxd-Panel-body .cxd-Crud .cxd-Table .cxd-Mobile-header-toolbar-wrapper {
    border-top: 0;
  }
  .tree-layout + .cxd-Panel > .cxd-Panel-body > .cxd-Crud .cxd-Table .cxd-Mobile-header-toolbar-wrapper {
    margin: 0;
  }
}
.cxd-Service {
  position: relative;
  height: 100%;
}
.cxd-Service-body {
  height: 100%;
  overflow-y: unset;
}

.cxd-Sparkline {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}
.cxd-Sparkline-line {
  stroke: var(--Sparkline-line-color);
  stroke-width: 1px;
}
.cxd-Sparkline-area {
  fill: var(--Sparkline-area-color);
}
.cxd-Sparkline--clickable {
  cursor: pointer;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.is-spin {
  animation: spin 2s linear infinite;
}

.cxd-Spinner-overlay {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--saas-main-bg);
  transition: ease-out opacity var(--animation-duration);
  opacity: 0;
}
.cxd-Spinner-overlay.in {
  opacity: 0.6;
}

.cxd-Spinner-overlay.horizontal-mode,
.cxd-Spinner.horizontal-mode {
  position: fixed;
}

.cxd-Spinner {
  width: var(--Spinner-width);
  height: var(--Spinner-height);
  transform: translateZ(0);
  display: inline-block;
  opacity: 0;
  transition: ease-out all var(--animation-duration);
}
.cxd-Spinner.in {
  opacity: 1;
}
.cxd-Spinner--normal {
  border: 3px solid #f8f8f8;
  /*设置四周边框大小，并将颜色设置为浅白色*/
  border-top: 3px solid var(--primary);
  /*设置上边框颜色，以便旋转的时候能够看到旋转的效果*/
  border-radius: 50%;
  /*将边框和内容区域都变成圆形*/
  animation: spin 0.8s linear infinite;
}
.cxd-Spinner--lg {
  width: var(--Spinner--lg-width);
  height: var(--Spinner--lg-height);
}
.cxd-Spinner--sm {
  width: var(--Spinner--sm-width);
  height: var(--Spinner--sm-height);
}
.cxd-Spinner--md {
  width: var(--Spinner--md-width);
  height: var(--Spinner--md-height);
}
.cxd-Spinner--icon {
  background: transparent;
  animation: spin 2s linear infinite;
  width: 16px;
  height: 16px;
}
.cxd-Spinner--icon svg.icon {
  width: 16px;
  height: 16px;
  top: 0;
}
.cxd-Spinner--icon.icon-continue {
  width: 16px;
  height: 18px;
  color: var(--Form-select-placeholderColor);
}

.cxd-Spinner--overlay {
  position: absolute;
  z-index: 11;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.cxd-Spinner--overlay.cxd-Spinner--lg {
  width: var(--Spinner--lg-width);
  height: var(--Spinner--lg-height);
  line-height: var(--Spinner--lg-height);
}

@media (min-width: 768px) {
  .cxd-Layout .cxd-Page-body > .cxd-Spinner-overlay {
    left: var(--Layout-aside-width);
  }

  .cxd-Layout--folded .cxd-Page-body > .cxd-Spinner-overlay {
    left: var(--Layout-aside--folded-width);
  }
}
.cxd-Modal--full .cxd-Modal-body .cxd-Form .cxd-Spinner--overlay,
.cxd-Modal--full .cxd-Modal-body .cxd-Crud .cxd-Spinner--overlay {
  position: fixed;
}

.cxd-ButtonGroup {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.cxd-ButtonGroup > .cxd-Button {
  position: relative;
  flex: 0 1 auto;
}
.cxd-ButtonGroup > .cxd-Button:hover {
  z-index: 1;
}
.cxd-ButtonGroup > .cxd-Button:focus, .cxd-ButtonGroup > .cxd-Button:active, .cxd-ButtonGroup > .cxd-Button.active, .cxd-ButtonGroup > .cxd-Button.is-active {
  z-index: 1;
}
.cxd-ButtonGroup .cxd-Button + .cxd-Button,
.cxd-ButtonGroup .cxd-Button + .cxd-ButtonGroup,
.cxd-ButtonGroup .cxd-ButtonGroup + .cxd-Button,
.cxd-ButtonGroup .cxd-ButtonGroup + .cxd-ButtonGroup {
  margin-left: calc(var(--Button-borderWidth) * -1);
}
.cxd-ButtonGroup--block {
  display: block;
}

.cxd-ButtonToolbar {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.cxd-ButtonToolbar .cxd-ButtonGroup {
  margin-left: var(--gap-xs);
  margin-top: var(--gap-xs);
  width: auto;
}

.cxd-ButtonGroup > .cxd-Button:first-child {
  margin-left: 0;
}
.cxd-ButtonGroup .cxd-Button--primary.is-active {
  color: var(--ButtonGroup--primary-isActive-color);
  background: var(--ButtonGroup--primary-isActive-bg);
}
.cxd-ButtonGroup > .cxd-Button:not(:last-child),
.cxd-ButtonGroup > .cxd-ButtonGroup:not(:last-child) > .cxd-Button {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right-color: var(--saas-border-color);
}
.cxd-ButtonGroup > .cxd-Button:not(:first-child),
.cxd-ButtonGroup > .cxd-ButtonGroup:not(:first-child) > .cxd-Button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left-color: var(--saas-border-color);
}

.cxd-ButtonGroup--vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.cxd-ButtonGroup--vertical .cxd-Button,
.cxd-ButtonGroup--vertical .cxd-ButtonGroup {
  width: 100%;
}
.cxd-ButtonGroup--vertical > .cxd-Button + .cxd-Button,
.cxd-ButtonGroup--vertical > .cxd-Button + .cxd-ButtonGroup,
.cxd-ButtonGroup--vertical > .cxd-ButtonGroup + .cxd-Button,
.cxd-ButtonGroup--vertical > .cxd-ButtonGroup + .cxd-ButtonGroup {
  margin-top: calc(var(--Button-borderWidth) * -1);
  margin-left: 0;
}
.cxd-ButtonGroup--vertical > .cxd-Button:not(:last-child),
.cxd-ButtonGroup--vertical > .cxd-ButtonGroup:not(:last-child) > .cxd-Button {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cxd-ButtonGroup--vertical > .cxd-Button:not(:first-child),
.cxd-ButtonGroup--vertical > .cxd-ButtonGroup:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.cxd-ButtonGroup--tiled {
  display: flex;
}
.cxd-ButtonGroup--tiled .cxd-Button,
.cxd-ButtonGroup--tiled .cxd-ButtonGroup {
  flex-grow: 1;
  text-align: center;
}

.cxd-DropDown {
  position: relative;
  display: inline-block;
}
.cxd-DropDown-groupTitle {
  color: var(--saas-font-size-dark-black);
  margin-bottom: 0.25rem;
  font-size: 13px;
}
.cxd-DropDown-button button:first-child {
  width: 100%;
}
.cxd-DropDown-caret {
  color: var(--saas-font-size-black);
  margin-left: var(--DropDown-caret-marginLeft);
  display: inline-block;
  vertical-align: top;
  transition: transform var(--animation-duration) ease;
}
.cxd-DropDown-caret > svg {
  width: 0.75rem;
  height: 0.75rem;
  top: 0.125em;
}
.cxd-DropDown.is-opened .cxd-DropDown-caret {
  transform: rotate(180deg);
}
.cxd-DropDown.is-actived .cxd-Button {
  color: var(--link-color);
}
.cxd-DropDown--block {
  display: block;
}
.cxd-DropDown--block .cxd-Button {
  display: block;
}
.cxd-DropDown-menu {
  background: var(--DropDown-menu-bg);
  list-style: none;
  padding: var(--DropDown-menu-paddingY);
  min-width: var(--DropDown-menu-minWidth);
  text-align: left;
  border: none;
  user-select: none;
}
.cxd-DropDown-menu-root {
  position: absolute;
  z-index: 1000;
  top: 100%;
  left: 0;
  margin: 0.0625rem 0 0;
  border: none;
  border-radius: var(--DropDown-menu-borderRadius);
  box-shadow: var(--DropDown-menu-boxShadow);
  min-width: var(--DropDown-menu-minWidth);
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 18.75rem;
}
.cxd-DropDown--alignRight .cxd-DropDown-menu {
  left: auto;
  right: 0;
}
.cxd-DropDown-menuItem, .cxd-DropDown-menu > li {
  padding: var(--DropDown-menuItem-paddingY) var(--DropDown-menuItem-paddingX);
  white-space: nowrap;
  box-sizing: border-box;
  height: var(--DropDown-menu-height);
  vertical-align: middle;
  user-select: none;
  color: var(--DropDown-menuItem-color);
  text-decoration: var(--link-decoration);
}
.cxd-DropDown-menuItem:hover, .cxd-DropDown-menu > li:hover {
  background: var(--DropDown-menuItem-onHover-bg);
  color: var(--DropDown-menuItem-onHover-color);
}
.cxd-DropDown-menuItem.is-active, .cxd-DropDown-menu > li.is-active {
  background: var(--DropDown-menuItem-onHover-bg);
  color: var(--DropDown-menuItem-onActive-color);
}
.cxd-DropDown-menuItem:not(.is-disabled), .cxd-DropDown-menuItem:not(.disabled), .cxd-DropDown-menu > li:not(.is-disabled), .cxd-DropDown-menu > li:not(.disabled) {
  cursor: pointer;
}
.cxd-DropDown-menuItem.is-disabled, .cxd-DropDown-menu > li.is-disabled {
  cursor: not-allowed;
  color: var(--DropDown-menuItem-onDisabled-color);
  filter: grayscale(80%);
}
.cxd-DropDown-menuItem.cxd-DropDown-divider, .cxd-DropDown-menu > li.cxd-DropDown-divider {
  height: 0.0625rem;
  margin: 0.5625rem 0;
  overflow: hidden;
  background: var(--DropDown-menu-borderColor);
  padding: 0;
}
.cxd-DropDown-menuItem.cxd-DropDown-groupTitle, .cxd-DropDown-menu > li.cxd-DropDown-groupTitle {
  height: inherit;
  font-size: var(--fontSizeSm);
  padding: var(--gap-xs) var(--gap-xs);
  padding-left: var(--gap-sm);
  color: var(--DropDown-group-color);
  flex-grow: 1;
  cursor: default;
}
.cxd-DropDown-menuItem.cxd-DropDown-groupTitle:hover, .cxd-DropDown-menu > li.cxd-DropDown-groupTitle:hover {
  background: none;
}
.cxd-DropDown-menuItem.cxd-DropDown-groupTitle span, .cxd-DropDown-menu > li.cxd-DropDown-groupTitle span {
  white-space: nowrap;
}
.cxd-DropDown-menuItem.cxd-DropDown-groupTitle ~ .cxd-DropDown-button, .cxd-DropDown-menu > li.cxd-DropDown-groupTitle ~ .cxd-DropDown-button {
  padding-left: var(--gap-lg);
}
.cxd-DropDown-menu > li a {
  color: inherit;
  display: block;
  text-decoration: none;
}
.cxd-DropDown-popover {
  border: none;
  box-shadow: none;
}
.cxd-DropDown > .cxd-Button {
  min-width: unset;
}

.cxd-Each-placeholder {
  color: var(--text--muted-color);
  text-align: left;
  padding: var(--gap-sm);
}

.cxd-ScheduleCalendar-icon {
  position: absolute;
  bottom: var(--Calendar-icon-bottom);
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: var(--Calendar-icon-width);
  height: var(--Calendar-icon-height);
  border-radius: 50%;
  z-index: 10;
}
.cxd-ScheduleCalendar-action {
  display: block;
  padding: 0;
  width: 100%;
  height: 100%;
  border: none;
  background: transparent;
  color: inherit;
}
.cxd-ScheduleCalendar-action:not(:disabled):not(.is-disabled):hover {
  color: inherit;
  background: transparent;
  border-color: transparent;
}
.cxd-ScheduleCalendar .rdtDay {
  position: relative;
}
.cxd-ScheduleCalendar-text-overflow {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: absolute;
  width: 100%;
}

.cxd-ScheduleCalendar-large {
  width: 100%;
}
.cxd-ScheduleCalendar-large .rdtPicker {
  width: 100%;
}
.cxd-ScheduleCalendar-large .rdtPicker table {
  border-collapse: collapse;
  border-spacing: 0;
}
.cxd-ScheduleCalendar-large .rdtPicker table td {
  border: var(--Calendar-borderWidth) solid var(--borderColor);
}
.cxd-ScheduleCalendar-large .rdtDay {
  height: var(--Calendar-rdt-day);
  vertical-align: top;
}
.cxd-ScheduleCalendar-large .cxd-ScheduleCalendar-large-day-wrap {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}
.cxd-ScheduleCalendar-large .cxd-ScheduleCalendar-large-day-wrap .cxd-ScheduleCalendar-large-schedule-content {
  position: relative;
  z-index: 10;
  border-radius: var(--borderRadius);
  text-align: left;
  padding: var(--Calendar-schedule-content-padding);
  height: var(--Calendar-schedule-content-height);
  color: var(--Calendar-schedule-content-color);
}
.cxd-ScheduleCalendar-large .cxd-ScheduleCalendar-action {
  z-index: 20;
  position: relative;
}

.cxd-CalendarMobile {
  height: 100%;
  width: 100%;
  overflow: scroll;
}
.cxd-CalendarMobile-pop {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 90vh;
  background: #fff;
  border-radius: 1rem 1rem 0 0;
  overflow: hidden;
  border-width: 0;
}
.cxd-CalendarMobile-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cxd-CalendarMobile-header {
  flex-shrink: 0;
  box-shadow: 0 2px 10px rgba(125, 126, 128, 0.16);
  position: relative;
}
.cxd-CalendarMobile-header .subtitle-text {
  display: inline-block;
  width: 6.875rem;
  position: relative;
}
.cxd-CalendarMobile-header .rdtPrev {
  width: 1.25rem;
  height: 2.75rem;
  display: block;
  position: absolute;
  top: 0;
  left: -1.25rem;
}
.cxd-CalendarMobile-header .rdtNext {
  width: 1.25rem;
  height: 2.75rem;
  display: block;
  position: absolute;
  top: 0;
  right: -1.25rem;
}
.cxd-CalendarMobile-title, .cxd-CalendarMobile-subtitle {
  height: 2.75rem;
  font-weight: 500;
  line-height: 2.75rem;
  text-align: center;
}
.cxd-CalendarMobile-title {
  font-size: var(--fontSizeLg);
}
.cxd-CalendarMobile-weekdays {
  display: flex;
}
.cxd-CalendarMobile-weekdays .weekday {
  flex: 1;
  line-height: 1.875rem;
  text-align: center;
}
.cxd-CalendarMobile-close {
  position: absolute;
  z-index: 1;
  color: #c8c9cc;
  font-size: 1rem;
  cursor: pointer;
  top: 0.6875rem;
  right: 1rem;
}
.cxd-CalendarMobile-body::-webkit-scrollbar {
  width: 0;
}
.cxd-CalendarMobile-body {
  flex: 1;
  overflow-y: scroll;
}
.cxd-CalendarMobile-body table {
  border-spacing: 0 0.25rem;
}
.cxd-CalendarMobile-body .rdt .rdtPicker td.rdtActive, .cxd-CalendarMobile-body .rdt .rdtPicker td.rdtActive:hover {
  background: transparent;
  color: var(--Calendar-color);
  text-shadow: none;
}
.cxd-CalendarMobile-body .rdt .rdtPicker tr td.rdtDisabled, .cxd-CalendarMobile-body .rdt .rdtPicker tr td.rdtDisabled:hover {
  color: #999;
}
.cxd-CalendarMobile-body .rdtOldNone td.rdtOld {
  display: none;
}
.cxd-CalendarMobile-body .rdtPicker td {
  height: 3.5rem;
  position: relative;
}
.cxd-CalendarMobile-body .rdt .rdtPicker td.rdtDay,
.cxd-CalendarMobile-body .rdt .rdtPicker td.rdtDay:hover,
.cxd-CalendarMobile-body .rdt .rdtPicker td.rdtDisabled,
.cxd-CalendarMobile-body .rdt .rdtPicker td.rdtDisabled:hover {
  background: transparent;
}
.cxd-CalendarMobile-body .calendar-wrap {
  position: relative;
  width: 3.125rem;
  height: 100%;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
}
.cxd-CalendarMobile-embed .cxd-CalendarMobile-body .calendar-wrap {
  width: auto;
  max-width: 3.125rem;
}
.cxd-CalendarMobile-footer {
  flex-shrink: 0;
}
.cxd-CalendarMobile-footer .date-range-confirm {
  height: 2.25rem;
  margin: 0.4375rem 0;
  border-radius: var(--borderRadiusMd);
  display: block;
}
.cxd-CalendarMobile-footer .is-disabled {
  opacity: 0.5;
  color: var(--Button--primary-color);
  background: var(--Button--primary-bg);
  border-color: var(--Button--primary-bg);
  filter: none;
}
.cxd-CalendarMobile-footer-toolbar {
  padding: 0 1rem;
}
.cxd-CalendarMobile-footer-ranges {
  background: #fff;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.02);
  border-radius: 24px;
  overflow-x: auto;
  position: relative;
  height: 3rem;
  line-height: 3rem;
}
.cxd-CalendarMobile-footer-ranges::-webkit-scrollbar {
  width: 0;
}
.cxd-CalendarMobile-footer .cxd-DateRangePicker-rangers {
  position: absolute;
  white-space: nowrap;
}
.cxd-CalendarMobile-footer .cxd-DateRangePicker-rangers .cxd-DateRangePicker-ranger {
  margin: 0 1.5625rem;
}
.cxd-CalendarMobile-footer .cxd-DatePicker-shortcuts {
  width: auto;
}
.cxd-CalendarMobile-calendar-wrap {
  padding: var(--gap-sm) 0;
}
.cxd-CalendarMobile .cxd-CalendarMobile-calendar-wrap .cxd-CalendarMobile-calendar .rdtPicker {
  width: 100%;
  padding: 0;
}
.cxd-CalendarMobile .cxd-CalendarMobile-calendar-wrap .cxd-CalendarMobile-calendar .rdtPicker .rdtOld {
  visibility: hidden;
}
.cxd-CalendarMobile .cxd-CalendarMobile-calendar-wrap .cxd-CalendarMobile-calendar .rdtPicker .rdtNew {
  display: none;
}
.cxd-CalendarMobile .cxd-CalendarMobile-calendar-wrap .cxd-CalendarMobile-calendar .rdtPicker .rdtBetween {
  background: var(--Calendar-cell-onBetween-bg) !important;
  color: var(--Button--primary-bg);
}
.cxd-CalendarMobile .cxd-CalendarMobile-calendar-wrap .cxd-CalendarMobile-calendar .rdtPicker .rdtRangeStart .calendar-wrap,
.cxd-CalendarMobile .cxd-CalendarMobile-calendar-wrap .cxd-CalendarMobile-calendar .rdtPicker .rdtRangeStart:hover .calendar-wrap,
.cxd-CalendarMobile .cxd-CalendarMobile-calendar-wrap .cxd-CalendarMobile-calendar .rdtPicker .rdtRangeEnd .calendar-wrap,
.cxd-CalendarMobile .cxd-CalendarMobile-calendar-wrap .cxd-CalendarMobile-calendar .rdtPicker .rdtRangeEnd:hover .calendar-wrap {
  background: var(--Calendar-cell-onActive-bg) !important;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.cxd-CalendarMobile .cxd-CalendarMobile-calendar-wrap .cxd-CalendarMobile-calendar .rdtPicker .rdtRangeHasEnd,
.cxd-CalendarMobile .cxd-CalendarMobile-calendar-wrap .cxd-CalendarMobile-calendar .rdtPicker .rdtRangeHasEnd:hover {
  background: linear-gradient(to right, transparent 0%, transparent 50%, var(--Calendar-cell-onBetween-bg) 51%, var(--Calendar-cell-onBetween-bg) 100%) !important;
}
.cxd-CalendarMobile .cxd-CalendarMobile-calendar-wrap .cxd-CalendarMobile-calendar .rdtPicker .rdtRangeEnd,
.cxd-CalendarMobile .cxd-CalendarMobile-calendar-wrap .cxd-CalendarMobile-calendar .rdtPicker .rdtRangeEnd:hover {
  background: linear-gradient(to right, var(--Calendar-cell-onBetween-bg) 0%, var(--Calendar-cell-onBetween-bg) 50%, transparent 51%, transparent 100%) !important;
}
.cxd-CalendarMobile-calendar-header {
  height: 1.875rem;
  line-height: 1.875rem;
  text-align: center;
}
.cxd-CalendarMobile-range-text {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  color: #fff;
  font-size: var(--fontSizeSm);
  white-space: nowrap;
}
.cxd-CalendarMobile-calendar-wrap {
  position: relative;
}
.cxd-CalendarMobile-calendar-mark {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  color: rgba(242, 243, 245, 0.8);
  font-size: 10rem;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.cxd-CalendarMobile-toast {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8.5rem;
  height: 2.25rem;
  background: rgba(0, 0, 0, 0.9);
  border-radius: 4px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cxd-CalendarMobile-time {
  height: 11.25rem;
}
.cxd-CalendarMobile-time-title {
  border: var(--Calendar-borderWidth) solid var(--borderColorDarken);
  border-left: none;
  border-right: none;
  text-align: center;
  height: 1.875rem;
  line-height: 1.875rem;
}
.cxd-CalendarMobile-time .rdtPicker {
  margin: 0 auto;
}
.cxd-CalendarMobile .cxd-CalendarTime {
  height: 8.125rem;
  overflow: hidden;
}
.cxd-CalendarMobile .cxd-PickerColumns-header {
  display: none;
}

.cxd-Collapse {
  border: var(--Collapse-border);
  padding: 0;
  line-height: 1.25rem;
}
.cxd-Collapse-header {
  font-size: var(--Collapse-header-fontSize);
  font-weight: var(--Collapse-header-fontWeight);
  color: var(--text--loud-color);
  padding: var(--Collapse-header-padding);
  margin: 0;
  cursor: pointer;
  background: var(--Collapse-header-bg);
}
.cxd-Collapse-header-wrapper {
  display: inline-flex;
  flex-direction: var(--Collapse-header-wrapper-direction);
}
.cxd-Collapse-header-tpl {
  margin-right: 0.5rem;
}
.cxd-Collapse-header:hover {
  background: var(--Collapse-header-onHover-bg);
}
.cxd-Collapse-header .collapse-title-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 8px);
}
.cxd-Collapse-header .collapse-title-box .cxd-TplField {
  display: block;
}
.cxd-Collapse-header .collapse-title-box .collapse-text {
  font-size: 13px;
  color: var(--saas-fold-text);
}
.cxd-Collapse-arrow {
  display: inline-block;
  width: 1rem;
  text-align: center;
  margin-right: var(--gap-sm);
}
.cxd-Collapse-arrow:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 0.375rem;
  height: 0.375rem;
  top: -0.125rem;
  border-color: var(--text-color);
  border-style: solid;
  border-width: 0.0625rem 0.0625rem 0 0;
  transform: rotate(45deg);
  transform-origin: 50% 50%;
}
.cxd-Collapse-icon-tranform {
  display: inline-block;
  width: 1rem;
  text-align: center;
  margin-right: var(--gap-xs);
}
.cxd-Collapse .cxd-TplField {
  display: inline-block;
  overflow: hidden;
}
.cxd-Collapse-icon-title {
  display: inline-block;
  height: 20px;
  width: 20px;
  line-height: 20px;
  border-radius: 50%;
  background-color: #40a9ff;
  color: #FFF;
  text-align: center;
  position: absolute;
  left: -9px;
  top: 0px;
}
.cxd-Collapse.is-active .cxd-Collapse-arrow:before {
  transform: rotate(135deg);
  transform-origin: 50% 30%;
}
.cxd-Collapse.is-active .cxd-Collapse-icon-tranform {
  transform: rotate(90deg);
}
.cxd-Collapse--disabled .cxd-Collapse-header {
  cursor: not-allowed;
  user-select: none;
  color: var(--text--muted-color);
}
.cxd-Collapse--disabled .cxd-Collapse-header:hover {
  background-color: var(--Collapse-header-bg-disabled-color);
}
.cxd-Collapse--disabled .cxd-Collapse-arrow:before {
  border-color: var(--text--muted-color);
}
.cxd-Collapse--title-bottom .cxd-Collapse-header {
  text-align: center;
  font-size: var(--fontSizeBase);
  border-top: var(--Collapse-header-collapsed-borderTop);
  border-bottom: var(--Collapse-header-collapsed-borderBottom);
}
.cxd-Collapse--title-bottom.is-collapsed .cxd-Collapse-header {
  border-top: none;
}
.cxd-Collapse--title-bottom .cxd-Collapse-arrow:before {
  top: -0.25rem;
  transform: rotate(135deg);
}
.cxd-Collapse--title-bottom.is-active .cxd-Collapse-arrow:before {
  top: 0;
  transform: rotate(-45deg);
}
.cxd-Collapse-contentWrapper {
  transition: height var(--animation-duration) ease;
}
.cxd-Collapse-contentWrapper.in, .cxd-Collapse-contentWrapper.out {
  height: 0;
  overflow: hidden;
}
.cxd-Collapse-content {
  padding: var(--Collapse-content-padding);
  color: var(--body-color);
  font-size: var(--Collapse-content-fontSize);
  font-weight: var(--Collapse-content-fontWeight);
}
.cxd-Collapse-content .cxd-Form-item.view-details .cxd-ImageControl.isMobile .cxd-ImageControl-dropzone {
  display: flex;
  flex-direction: row;
}

/* Aug 移动端样式调整 */
@media (max-width: 767px) {
  .cxd-Collapse {
    border-bottom: var(--Form-input-borderWidth) solid var(--borderColor);
  }
  .cxd-Collapse-icon-title {
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    line-height: 16px;
  }
  .cxd-Collapse-header {
    padding: var(--Form-item-gap) 0 var(--Form-item-gap) var(--Form-item-gap);
    font-size: var(--fontSizeLg);
    overflow: hidden;
    line-height: var(--body-lineHeight);
  }
  .cxd-Collapse-arrow {
    float: right;
  }
  .cxd-Collapse-body {
    padding-left: 16px;
  }
}
.cxd-CollapseGroup.icon-position-right .cxd-Collapse-header .cxd-Collapse-arrow {
  float: right;
}
.cxd-CollapseGroup.icon-position-right .cxd-Collapse-header .cxd-Collapse-icon-tranform {
  float: right;
}

@media (min-width: 576px) {
  .cxd-CollapseGroup .cxd-Collapse:not(:last-child) {
    border-bottom: none;
  }
}
@media (max-width: 767px) {
  .cxd-Form .cxd-CollapseGroup .cxd-Collapse {
    margin-bottom: 5px;
    border: none;
  }
  .cxd-Form .cxd-CollapseGroup .cxd-Collapse-header {
    display: block;
    border-bottom: 0.0625rem solid #eceff8;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  .cxd-Form .cxd-CollapseGroup .cxd-Collapse-body {
    padding: 10px 5px 10px 10px;
  }
  .cxd-Form .cxd-CollapseGroup .cxd-Collapse-content {
    padding: 0;
  }
  .cxd-Form .cxd-CollapseGroup .cxd-Collapse-content .cxd-Form-item {
    padding: 3px 0;
  }
  .cxd-Form .cxd-CollapseGroup .cxd-Collapse-content .cxd-Form-item::after {
    content: none;
  }
  .cxd-Form .cxd-CollapseGroup .cxd-Collapse-content .cxd-Form-item .cxd-Form-label > span {
    display: block;
  }
  .cxd-Form .cxd-CollapseGroup .cxd-Collapse-content .cxd-Form-item .cxd-Form-label > span .cxd-TplField {
    display: block;
  }
  .cxd-Form .cxd-CollapseGroup .cxd-Collapse-content .cxd-Form-item .cxd-Form-label > span .cxd-TplField > span {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
.cxd-ColorField {
  display: flex;
  align-items: center;
}
.cxd-ColorField-previewIcon {
  display: inline-block;
  vertical-align: middle;
  width: 60px;
  height: 20px;
  box-shadow: var(--boxShadowSm);
  background: #ccc;
}
.cxd-ColorField-value {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}

.cxd-CBGroup {
  font-size: var(--fontSizeSm);
}
.cxd-CBGroup-toolbar {
  display: flex;
  flex-direction: row;
  padding-bottom: 10px;
}
.cxd-CBGroup-toolbar .cxd-Button {
  transition: padding var(--animation-duration);
  min-width: unset;
}
.cxd-CBGroup-toolbar .cxd-Button svg {
  width: 10px;
  height: 10px;
  top: 0;
  margin-right: 5px;
}
.cxd-CBGroup-toolbar:not(:hover) .cxd-CBGroup-toolbarCondition .cxd-Button:not(.is-active) {
  width: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  margin: 0;
  border: 0;
}
.cxd-CBGroup-toolbar .cxd-CBGroup-toolbarConditionAdd {
  transition: opacity var(--animation-duration);
  display: flex;
  align-items: center;
}
.cxd-CBGroup-toolbar .cxd-CBGroup-toolbarConditionAdd .cxd-CBDelete {
  margin-left: var(--gap-xs);
}
.cxd-CBGroup-toolbar:not(:hover) .cxd-CBGroup-toolbarConditionAdd {
  opacity: 0;
}
.cxd-CBGroup-field, .cxd-CBGroup-operator {
  position: relative;
  display: inline-block;
  margin: 0.1875rem;
  vertical-align: middle;
}
.cxd-CBGroup-fieldCaret, .cxd-CBGroup-operatorCaret {
  transition: transform var(--animation-duration) ease-out;
  margin: 5px;
  display: flex;
  color: var(--Form-select-caret-iconColor);
}
.cxd-CBGroup-fieldCaret:hover, .cxd-CBGroup-operatorCaret:hover {
  color: var(--Form-select-caret-onHover-iconColor);
}
.cxd-CBGroup-fieldCaret > svg, .cxd-CBGroup-operatorCaret > svg {
  width: 0.625rem;
  height: 0.625rem;
  top: 0;
}
.cxd-CBGroup-fieldInput.is-active .cxd-CBGroup-fieldCaret, .cxd-CBGroup-operatorInput.is-active .cxd-CBGroup-operatorCaret {
  transform: rotate(180deg);
}
.cxd-CBGroup-placeholder {
  color: var(--text--muted-color);
  position: relative;
  margin-left: 30px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.03);
  border-radius: 5px;
}
.cxd-CBGroup-placeholder:before {
  position: absolute;
  content: "";
  top: -10px;
  left: -30px;
  width: var(--gap-md);
  border-left: solid 1px var(--borderColor);
  bottom: 0;
}
.cxd-CBGroup-placeholder:after {
  position: absolute;
  content: "";
  top: 50%;
  width: var(--gap-md);
  left: -30px;
  border-top: solid 1px var(--borderColor);
}
.cxd-CBGroup-placeholder:last-child:before {
  border-bottom-left-radius: 5px;
  border-bottom: solid 1px var(--borderColor);
  bottom: 50%;
}
.cxd-CBGroup-placeholder:last-child:after {
  display: none;
}
.cxd-CBGroup-placeholder.simple {
  margin-left: 0;
}
.cxd-CBGroup-placeholder.simple:before {
  display: none;
}
.cxd-CBGroup-placeholder.simple:after {
  display: none;
}
.cxd-CBGroup-toolbarCondition {
  margin-right: var(--gap-base);
}

.cxd-CBDelete {
  color: var(--icon-color);
  cursor: pointer;
  margin-left: auto;
  transition: opacity var(--animation-duration);
}
.cxd-CBDelete:hover {
  color: var(--icon-onHover-color);
}

.cxd-CBGroupOrItem {
  position: relative;
  margin-left: 1.875rem;
}
.cxd-CBGroupOrItem + .cxd-CBGroupOrItem {
  margin-top: 0.625rem;
}
.cxd-CBGroupOrItem-body {
  display: flex;
  padding: 2px 7px;
  border-radius: 5px;
  flex-direction: row;
  align-items: center;
  position: relative;
  background: rgba(0, 0, 0, 0.03);
  transition: all var(--animation-duration) ease-out;
}
.cxd-CBGroupOrItem-body > .cxd-CBGroup {
  margin: 3px;
}
.cxd-CBGroupOrItem-body:not(:hover) .cxd-CBDelete {
  opacity: 0;
}
.cxd-CBGroupOrItem.is-dragging {
  display: none;
}
.cxd-CBGroupOrItem.is-ghost > .cxd-CBGroupOrItem-body:before {
  position: absolute;
  z-index: 2;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(53, 116, 238, 0.2);
}
.cxd-CBGroupOrItem-dragbar {
  cursor: move;
  width: 20px;
  margin-left: -5px;
  opacity: 0.6;
  text-align: center;
  transition: opacity var(--animation-duration) ease-out;
  color: var(--icon-color);
}
.cxd-CBGroupOrItem-dragbar:hover {
  color: var(--icon-onHover-color);
}
.cxd-CBGroupOrItem .cxd-CBGroup {
  flex-grow: 1;
}
.cxd-CBGroupOrItem:hover > .cxd-CBGroupOrItem-body {
  background: rgba(0, 0, 0, 0.05);
}
.cxd-CBGroupOrItem:hover > .cxd-CBGroupOrItem-body > .cxd-CBGroupOrItem-dragbar {
  opacity: 1;
}
.cxd-CBGroupOrItem:before {
  position: absolute;
  content: "";
  top: -10px;
  left: -30px;
  width: 20px;
  border-left: solid 1px var(--borderColor);
  bottom: 0;
}
.cxd-CBGroupOrItem:after {
  position: absolute;
  content: "";
  top: 50%;
  width: 20px;
  left: -30px;
  border-top: solid 1px var(--borderColor);
}
.cxd-CBGroupOrItem:last-child:before {
  border-bottom-left-radius: 5px;
  border-bottom: solid 1px var(--borderColor);
  bottom: 50%;
}
.cxd-CBGroupOrItem:last-child:after {
  display: none;
}
.cxd-CBGroupOrItem-simple {
  margin-bottom: var(--gap-sm);
}

.cxd-CBInputSwitch {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.cxd-CBInputSwitch > a {
  color: var(--icon-color);
}
.cxd-CBInputSwitch > a:hover {
  color: var(--icon-onHover-color);
}
.cxd-CBInputSwitch svg {
  width: 0.625rem;
  height: 0.625rem;
}

.cxd-CBFunc {
  display: inline-block;
  vertical-align: middle;
  margin: 0.1875rem;
}
.cxd-CBFunc-select {
  display: inline-block;
  position: relative;
}
.cxd-CBFunc-error {
  color: var(--danger);
}
.cxd-CBFunc-args {
  display: inline-block;
}
.cxd-CBFunc-args > span {
  display: inline-block;
  padding: 0 5px;
  color: var(--info);
}
.cxd-CBFunc-args > div {
  display: inline-block;
}

.cxd-CBValue {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0.1875rem;
}

.cxd-CBFormula {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0.1875rem;
}
.cxd-CBFormula-label {
  background: var(--ResultBox-value-bg);
  color: var(--text--muted-color);
  display: block;
  font-size: var(--fontSizeSm);
  align-self: center;
  margin: -5px 5px -5px -8px;
  padding: 5px;
  border-radius: 5px;
  user-select: none;
}

.cxd-CBSeprator {
  width: 20px;
  text-align: center;
  display: inline-block;
  user-select: none;
}

@keyframes contextMenuInSpecial {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
@keyframes contextMenuIn {
  from {
    opacity: 0;
  }
}
@keyframes contextMenuOut {
  to {
    opacity: 0;
  }
}
.cxd-ContextMenu {
  z-index: 1500;
  position: fixed;
  left: 0;
  top: 0;
}
.cxd-ContextMenu-menu {
  position: absolute;
  z-index: 1500;
  display: block;
  position: absolute;
  margin: 0;
  padding: 4px 0 5px;
  background: rgba(239, 239, 239, 0.95);
  box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.34);
  color: rgba(0, 0, 0, 0.75);
  font-family: system-ui, -apple-system, Helvetica Neue, sans-serif;
  font-size: var(--fontSizeMd);
  line-height: 1.1;
}
.cxd-ContextMenu-menu.in, .cxd-ContextMenu-menu.out {
  animation-duration: var(--animation-duration);
  animation-fill-mode: both;
}
.cxd-ContextMenu-menu.in {
  animation-name: contextMenuInSpecial;
  animation-duration: var(--animation-duration);
}
.cxd-ContextMenu-menu.out {
  animation-name: contextMenuOut;
}
.cxd-ContextMenu-menu::before {
  display: block;
  position: absolute;
  content: "";
  top: -1px;
  left: -1px;
  bottom: -1px;
  right: -1px;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.125);
  z-index: -1;
}
.cxd-ContextMenu-divider {
  border: none;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
  margin: 6px 1px 5px;
  padding: 0;
}
.cxd-ContextMenu-list {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 185px;
}
.cxd-ContextMenu-item {
  position: relative;
}
.cxd-ContextMenu-item > a {
  white-space: nowrap;
  display: block;
  padding: 0 20px;
  border-top: 1px solid rgba(0, 0, 0, 0);
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  color: inherit;
}
.cxd-ContextMenu-item:not(.is-disabled):hover > a {
  text-decoration: none;
  color: #fff;
  background: -webkit-linear-gradient(top, #648bf5, #2866f2);
  background: linear-gradient(to bottom, #648bf5 0%, #2866f2 100%);
  border-top: 1px solid #5a82eb;
  border-bottom: 1px solid #1758e7;
  cursor: pointer;
}
.cxd-ContextMenu-item.is-disabled > a {
  color: #999;
  pointer-events: none;
}
.cxd-ContextMenu-item.has-child > a::after {
  content: "";
  width: 0;
  height: 0;
  border-width: 4px 7px;
  border-style: solid;
  border-color: transparent transparent transparent rgba(0, 0, 0, 0.75);
  text-shadow: 0px 4px 9px rgba(0, 0, 0, 0.34);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.cxd-ContextMenu-item.has-child:hover > a::after {
  border-color: transparent transparent transparent #fff;
}
.cxd-ContextMenu-itemIcon {
  margin-right: 5px;
}
.cxd-ContextMenu-subList {
  display: none;
  list-style: none;
}
.cxd-ContextMenu-item:hover > .cxd-ContextMenu-subList {
  display: block;
  animation-duration: var(--animation-duration);
  animation-fill-mode: both;
  animation-name: contextMenuIn;
  display: block;
  position: absolute;
  left: 100%;
  top: -3px;
  margin: 0;
  padding: 4px 0 5px;
  background: rgba(239, 239, 239, 0.95);
  box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.34);
  border-radius: 7px;
  color: rgba(0, 0, 0, 0.75);
  font-family: system-ui, -apple-system, Helvetica Neue, sans-serif;
  font-size: var(--fontSizeMd);
  line-height: 1.1;
}
.cxd-ContextMenu-item:hover > .cxd-ContextMenu-subList::before {
  display: block;
  position: absolute;
  content: "";
  top: -1px;
  left: -1px;
  bottom: -1px;
  right: -1px;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.125);
  z-index: -1;
}
.cxd-ContextMenu--left .cxd-ContextMenu-item:hover > .cxd-ContextMenu-subList {
  left: auto;
  right: 100%;
}
.cxd-ContextMenu-cursor {
  position: absolute;
  width: 1px;
  height: 1px;
  z-index: -1;
}
.cxd-ContextMenu-overlay {
  position: fixed !important;
  z-index: 1499;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  pointer-events: none;
}

.cxd-Wizard {
  position: relative;
}
.cxd-Wizard::before, .cxd-Wizard::after {
  display: table;
  content: "";
}
.cxd-Wizard::after {
  clear: both;
}
.cxd-Wizard, .cxd-Wizard-tabs {
  padding: 0;
}
.cxd-Wizard .cxd-Badge, .cxd-Wizard-tabs .cxd-Badge {
  display: inline-block;
  width: var(--Wizard-badge-size);
  height: var(--Wizard-badge-size);
  font-size: var(--Wizard-badge-fontSize);
  line-height: var(--Wizard-badge-size);
  color: var(--Wizard-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background: var(--Wizard-badge-bg);
  border-radius: var(--Wizard-badge-borderRadius);
  text-shadow: 0 0.0625rem 0 rgba(0, 0, 0, 0.2);
  margin-right: var(--Wizard-badge-marginRight);
  border: var(--Wizard-badge-border);
  box-sizing: content-box;
}
.cxd-Wizard .cxd-Badge.is-active, .cxd-Wizard-tabs .cxd-Badge.is-active {
  color: var(--white);
  background: var(--Wizard-badge-onActive-backgroundColor);
}
.cxd-Wizard .cxd-Badge.is-complete, .cxd-Wizard-tabs .cxd-Badge.is-complete {
  color: var(--white);
  background: var(--Wizard-badge-onComplete-backgroundColor);
}
.cxd-Wizard ul li.active, .cxd-Wizard-tabs ul li.active {
  color: var(--info);
}
.cxd-Wizard .cxd-Panel-footer > .cxd-Form-group,
.cxd-Wizard .cxd-Panel-footer > .btn, .cxd-Wizard-tabs .cxd-Panel-footer > .cxd-Form-group,
.cxd-Wizard-tabs .cxd-Panel-footer > .btn {
  margin-left: var(--gap-xs);
}
.cxd-Wizard > ul.nav, .cxd-Wizard-tabs > ul.nav {
  padding: 0;
  margin: 0;
  border: var(--borderWidth) solid var(--borderColor);
}
.cxd-Wizard > ul.nav li, .cxd-Wizard-tabs > ul.nav li {
  position: relative;
  float: left;
  padding: 0 var(--gap-md) 0 1.5625rem;
  margin: 0;
  color: #999999;
  cursor: pointer;
  height: var(--Wizard-steps-height);
  line-height: var(--Wizard-steps-height);
}
.cxd-Wizard > ul.nav li a, .cxd-Wizard-tabs > ul.nav li a {
  border: 0 none !important;
  background: transparent !important;
  color: inherit;
  display: inline;
  padding: 0;
}
.cxd-Wizard > ul.nav li a div, .cxd-Wizard-tabs > ul.nav li a div {
  display: inline;
}
.cxd-Wizard > ul.nav li:first-child, .cxd-Wizard-tabs > ul.nav li:first-child {
  padding-left: var(--gap-md);
  border-radius: 0.25rem 0 0 0;
}
.cxd-Wizard > ul.nav li:before, .cxd-Wizard > ul.nav li:after, .cxd-Wizard-tabs > ul.nav li:before, .cxd-Wizard-tabs > ul.nav li:after {
  content: "";
  position: absolute;
  right: -0.625rem;
  border: var(--gap-md) solid transparent;
  border-right: 0;
  border-left: 0.625rem solid var(--borderColor);
  border-left-color: rgba(0, 0, 0, 0.05);
  z-index: 1;
  bottom: 0;
}
.cxd-Wizard > ul.nav li:after, .cxd-Wizard-tabs > ul.nav li:after {
  right: -0.5625rem;
  border-left-color: var(--Wizard-steps-bg);
  z-index: 2;
}
.cxd-Wizard > ul.nav li.is-active, .cxd-Wizard-tabs > ul.nav li.is-active {
  color: var(--Wizard-steps-li-onActive-color);
  background: #fff;
}
.cxd-Wizard > ul.nav li.is-active:after, .cxd-Wizard-tabs > ul.nav li.is-active:after {
  border-left-color: #fff;
}
.cxd-Wizard-steps {
  font-size: var(--fontSizeBase);
  padding: var(--Wizard-steps-padding);
  background: var(--Wizard-steps-bg);
  border-bottom: var(--Wizard-steps-borderWidth) solid var(--borderColor);
  text-align: var(--Wizard-steps-textAlign);
}
.cxd-Wizard-steps::before, .cxd-Wizard-steps::after {
  display: table;
  content: "";
}
.cxd-Wizard-steps::after {
  clear: both;
}
.cxd-Wizard-steps ul {
  display: var(--Wizard-steps-ulDisplay);
  padding: 0;
  margin: 0;
  list-style: none outside none;
}
.cxd-Wizard-steps ul li {
  position: relative;
  float: left;
  padding: 0 var(--gap-md) 0 1.5625rem;
  margin: 0;
  color: #999999;
  cursor: default;
  height: var(--Wizard-steps-height);
  line-height: var(--Wizard-steps-height);
}
.cxd-Wizard-steps ul li:first-child {
  padding-left: var(--gap-md);
  border-radius: 0.25rem 0 0 0;
}
.cxd-Wizard-steps ul li:before, .cxd-Wizard-steps ul li:after {
  font-family: var(--Wizard-steps-liVender);
  content: var(--Wizard-steps-liAfterContent);
  position: absolute;
  bottom: 0;
  right: -0.625rem;
  border: none !important;
  border-right: 0;
  border-left: 0.625rem solid var(--borderColor);
  border-left-color: rgba(0, 0, 0, 0.05);
  z-index: 2;
}
.cxd-Wizard-steps ul li:after {
  right: -0.5625rem;
  border-left-color: var(--Wizard-steps-bg);
  z-index: 2;
}
.cxd-Wizard-steps ul li.is-active {
  color: var(--Wizard-steps-li-onActive-color);
  background: var(--Wizard-steps-li-onActive-bg);
}
.cxd-Wizard-steps ul li.is-active:after {
  border-left-color: var(--Wizard-steps-li-onActive-arrow-bg);
}
.cxd-Wizard-steps ul li.is-complete, .cxd-Wizard-steps ul li.is-complete:hover {
  color: var(--Wizard-steps-li-onActive-color);
  cursor: pointer;
}
.cxd-Wizard-stepContent {
  padding: var(--Wizard-stepsContent-padding);
}
.cxd-Wizard-stepContent .Step-pane {
  display: none;
}
.cxd-Wizard-stepContent .Step-pane.is-active {
  display: inherit;
}
.cxd-Wizard--horizontal {
  height: calc(100% - 50px) !important;
}
.cxd-Wizard--horizontal > .cxd-Wizard-step {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.cxd-Wizard--horizontal > .cxd-Wizard-step > .cxd-Wizard-stepContent {
  flex: 1;
  overflow: auto;
}
.cxd-Wizard--vertical {
  height: calc(100% - 50px);
}
.cxd-Wizard--vertical > .cxd-Wizard-step {
  height: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  border-bottom: none;
}
.cxd-Wizard--vertical > .cxd-Wizard-step > .cxd-Wizard-steps {
  height: 100%;
  min-width: 40px;
  margin-right: 30px;
  background: none;
  border-bottom: none;
}
.cxd-Wizard--vertical > .cxd-Wizard-step > .cxd-Wizard-steps li {
  background: var(--Wizard-steps-bg);
}
.cxd-Wizard--vertical > .cxd-Wizard-step > .cxd-Wizard-steps ul li {
  height: 2.5rem;
  line-height: 2.5rem;
  position: relative;
  float: none;
  border-bottom: var(--borderWidth) solid var(--borderColor);
  padding-left: var(--gap-md);
}
.cxd-Wizard--vertical > .cxd-Wizard-step > .cxd-Wizard-steps ul li.is-active {
  background: #fff;
}
.cxd-Wizard--vertical > .cxd-Wizard-step > .cxd-Wizard-stepContent {
  flex-grow: 1;
  width: 0;
  height: 100%;
  overflow: auto;
}

.cxd-Combination.cxd-Wizard {
  background-color: #f7f9fc;
  border-color: transparent;
}
.cxd-Combination.cxd-Wizard .cxd-Wizard-step .cxd-Wizard-steps {
  background-color: #fff;
}
.cxd-Combination.cxd-Wizard .cxd-Wizard-step .cxd-Wizard-steps .step-ul::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}
.cxd-Combination.cxd-Wizard .cxd-Wizard-step .cxd-Wizard-steps .step-ul li .cxd-Badge {
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
}
.cxd-Combination.cxd-Wizard .cxd-Wizard-step .cxd-Wizard-stepContent {
  background-color: #fff;
}

.cxd-Combination.cxd-Wizard--horizontal .cxd-Wizard-step .cxd-Wizard-steps {
  padding: 5px 10px;
  overflow-y: hidden;
  overflow-x: auto;
}
.cxd-Combination.cxd-Wizard--horizontal .cxd-Wizard-step .cxd-Wizard-steps .step-ul {
  white-space: nowrap;
  height: 40px;
}
.cxd-Combination.cxd-Wizard--horizontal .cxd-Wizard-step .cxd-Wizard-steps .step-ul li {
  background-color: #f7f9fc;
  overflow: hidden;
  margin-right: 5px;
  padding: 0 1.56rem 0 1rem;
  display: inline-block;
  float: none;
  border-radius: 0.25rem 0 0 0.25rem;
}
.cxd-Combination.cxd-Wizard--horizontal .cxd-Wizard-step .cxd-Wizard-steps .step-ul li::before, .cxd-Combination.cxd-Wizard--horizontal .cxd-Wizard-step .cxd-Wizard-steps .step-ul li::after {
  border-left: 1.125rem solid #f7f9fc;
  border: none;
  width: 28px;
  height: 28px;
  background: #fff;
  transform: rotate(45deg);
  right: -15px;
  top: 26px;
}
.cxd-Combination.cxd-Wizard--horizontal .cxd-Wizard-step .cxd-Wizard-steps .step-ul li::after {
  top: -14px !important;
}
.cxd-Combination.cxd-Wizard--horizontal .cxd-Wizard-step .cxd-Wizard-steps .step-ul .is-active {
  color: #fff;
  background-color: var(--saas-Primary-Color);
}
.cxd-Combination.cxd-Wizard--horizontal .cxd-Wizard-step .cxd-Wizard-steps .step-ul .is-active .cxd-Badge {
  border: transparent;
  background-color: #fff;
  color: var(--saas-Primary-Color);
}

.cxd-Combination.cxd-Wizard--vertical .cxd-Wizard-step .cxd-Wizard-steps {
  margin-right: 0px;
  border-right: 1px solid var(--borderColor);
}
.cxd-Combination.cxd-Wizard--vertical .cxd-Wizard-step .cxd-Wizard-steps .step-ul {
  overflow: auto;
  height: 100%;
}
.cxd-Combination.cxd-Wizard--vertical .cxd-Wizard-step .cxd-Wizard-steps .step-ul li {
  background: #fff;
  border: none;
  height: 3rem;
  line-height: 3rem;
}
.cxd-Combination.cxd-Wizard--vertical .cxd-Wizard-step .cxd-Wizard-steps .step-ul li .cxd-Badge {
  width: 24px;
  height: 24px;
  line-height: 24px;
  border: 1px solid transparent;
  background: #e2f6ff;
  color: var(--saas-Primary-Color);
}
.cxd-Combination.cxd-Wizard--vertical .cxd-Wizard-step .cxd-Wizard-steps .step-ul li .cxd-Badge::before {
  content: "";
  position: absolute;
  top: 26px;
  width: 2px;
  height: 20px;
  border-right: 2px solid #e9f6f1;
  z-index: 1;
  left: 9px;
}
.cxd-Combination.cxd-Wizard--vertical .cxd-Wizard-step .cxd-Wizard-steps .step-ul li::before, .cxd-Combination.cxd-Wizard--vertical .cxd-Wizard-step .cxd-Wizard-steps .step-ul li::after {
  content: none;
}
.cxd-Combination.cxd-Wizard--vertical .cxd-Wizard-step .cxd-Wizard-steps .step-ul .is-complete .cxd-Badge {
  background: #fff;
  border: 1px solid var(--saas-Primary-Color);
  color: var(--saas-Primary-Color);
}
.cxd-Combination.cxd-Wizard--vertical .cxd-Wizard-step .cxd-Wizard-steps .step-ul .is-complete .cxd-Badge::before {
  border-right-style: solid;
  border-right-color: var(--saas-Primary-Color);
}
.cxd-Combination.cxd-Wizard--vertical .cxd-Wizard-step .cxd-Wizard-steps .step-ul .is-active {
  font-weight: 600;
}
.cxd-Combination.cxd-Wizard--vertical .cxd-Wizard-step .cxd-Wizard-steps .step-ul .is-active .cxd-Badge {
  background: var(--saas-Primary-Color);
  border: 1px solid var(--saas-Primary-Color);
  color: #fff;
}
.cxd-Combination.cxd-Wizard--vertical .cxd-Wizard-step .cxd-Wizard-steps .step-ul li:nth-last-child(1) .cxd-Badge::before {
  content: none;
}

.cxd-Wizard-footer {
  height: 50px;
}

@media (max-width: 767px) {
  .cxd-Wizard {
    height: 100%;
  }
  .cxd-Wizard-step {
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .cxd-Wizard-step .cxd-Wizard-stepContent {
    flex: 1;
    overflow-y: auto;
  }

  .cxd-Wizard--horizontal .cxd-Wizard-step .cxd-Wizard-steps {
    overflow: hidden;
  }
  .cxd-Wizard--horizontal .cxd-Wizard-step .cxd-Wizard-steps > ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
  }
  .cxd-Wizard--horizontal .cxd-Wizard-step .cxd-Wizard-steps > ul > li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .cxd-Wizard--horizontal .cxd-Wizard-step .cxd-Wizard-steps > ul::-webkit-scrollbar {
    width: 0px;
    height: 0px;
    background-color: transparent;
  }

  .cxd-Wizard-footer {
    height: 50px;
    margin: 0;
  }

  .cxd-Combination.cxd-Wizard--horizontal {
    margin: 0;
    background-color: #fff;
    border-color: #eceff8;
  }
  .cxd-Combination.cxd-Wizard--horizontal .cxd-Wizard-step .cxd-Wizard-steps {
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0;
    margin-bottom: 0;
  }
  .cxd-Combination.cxd-Wizard--horizontal .cxd-Wizard-step .cxd-Wizard-steps::-webkit-scrollbar {
    width: 0px;
    height: 0px;
  }
  .cxd-Combination.cxd-Wizard--horizontal .cxd-Wizard-step .cxd-Wizard-steps .step-ul {
    display: block;
    overflow-y: hidden;
  }
}
.common-modal-component.ant-modal {
  padding-bottom: 0;
}
.common-modal-component.ant-modal .ant-modal-header {
  height: 34px !important;
  min-height: unset !important;
  background-color: var(--saas-Background-Header) !important;
  padding: 0 !important;
  border-bottom: 1px solid var(--saas-Border-Dividers);
}
.common-modal-component.ant-modal .ant-modal-header .dialog-title {
  padding: 6px 16px !important;
}
.common-modal-component.ant-modal .ant-modal-header .dialog-title .disabled-move-title {
  font-size: 14px !important;
  font-weight: 700;
  color: var(--ai-tool-title-color);
}
.common-modal-component.ant-modal .ant-modal-content {
  background-color: var(--saas-Background-Header);
}
.common-modal-component.ant-modal .ant-modal-content .ant-modal-close-x {
  width: 44px !important;
  height: 34px !important;
  line-height: 34px !important;
}
.common-modal-component.ant-modal .ant-modal-content .ant-modal-footer {
  border-top: 1px solid var(--saas-Border-Dividers);
  padding: 8px !important;
}
.common-modal-component.ant-modal .ant-modal-content .ant-modal-footer .ant-btn {
  border-radius: 5px;
}
.common-modal-component.ant-modal .ant-modal-body {
  background: var(--saas-main-bg);
}
.common-modal-component.ant-modal .ant-modal-body .ant-modal-footer {
  padding: 8px 0px 0 0 !important;
}

.cxd-Crud {
  position: relative;
}
.cxd-Crud-head {
  position: relative;
  height: auto;
}
.cxd-Crud-head > .cxd-Alert {
  border-top: 0;
  border-left: 0;
  border-bottom: 1px solid var(--saas-Border-Dividers);
  border-color: var(--saas-Border-Dividers);
}
.cxd-Crud-head > .cxd-Alert .cxd-Alert-close svg.icon {
  font-size: 12px;
}
.cxd-Crud-head-height {
  height: 15px;
  overflow: hidden;
  border-bottom: 1px solid var(--saas-border-color);
}
.cxd-Crud-head-empty {
  height: 15px;
  background-color: var(--saas-crud-title-from-color);
}
.cxd-Crud-head-action {
  position: absolute;
  width: 40px;
  height: 15px;
  background-color: #e6e8eb;
  top: 0;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  text-align: center;
  line-height: 15px;
  cursor: pointer;
  color: var(--saas-font-size-color-reverse);
}
@media screen and (max-width: 1600px) {
  .cxd-Crud-head-action {
    width: 20px;
    height: 8px;
    line-height: 8px;
  }
}
.cxd-Crud-head-filter {
  color: var(--saas-font-size-dark-black);
  display: flex;
  align-items: center;
  height: 40px;
  border-bottom: 1px solid var(--saas-Border-Dividers);
  padding: 4px 8px;
}
.cxd-Crud-head-filter .filter-menu {
  margin: 0 8px;
  flex: 1;
  display: flex;
  overflow: hidden;
  align-items: center;
}
.cxd-Crud-head-filter .filter-menu .ant-tag {
  display: flex;
  align-items: center;
  max-width: 300px;
}
.cxd-Crud-head-filter .filter-menu .ant-tag .text {
  max-width: 260px;
  width: fit-content;
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.cxd-Crud-head-filter .filter-menu .ant-tag .ant-tag-close-icon {
  display: flex;
}
.cxd-Crud-head-filter .filter-menu-item {
  display: flex;
  margin-right: 6px;
}
.cxd-Crud-head-filter .filter-menu-item .ant-tag {
  color: var(--saas-crud-filters-font-color);
  background-color: var(--saas-crud-filters-bg-color);
}
.cxd-Crud-head-filter .filter-menu-item .is-advanced {
  border: 1px solid var(--saas-crud-filters-font-border-color);
}
.cxd-Crud-head-filter .filter-search-wrapper {
  display: flex;
  align-self: flex-start;
}
.cxd-Crud-head-filter .filter-search-wrapper .filter-search-items {
  display: flex;
  align-items: center;
  height: 32px;
  font-size: 12px;
}
.cxd-Crud-head-filter .filter-search-wrapper .filter-search-items .cxd-Form-item {
  margin-right: 0;
}
.cxd-Crud-head-filter .filter-search-wrapper .filter-search-items button {
  height: 24px;
  display: flex;
  align-items: center;
}
.cxd-Crud-head-filter .filter-search-wrapper .filter-search-items button:not(:last-child) {
  margin-right: 8px;
}
.cxd-Crud-head-filter .filter-select-wrap {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e7e7e7;
  margin-right: 8px;
}
.cxd-Crud-head-filter .filter-select-wrap .icon {
  color: #bfbfbf;
  width: 20px;
  height: 20px;
  top: 0;
}
.cxd-Crud-head-filter .filter-select {
  width: 240px;
  font-size: 12px;
}
.cxd-Crud-head-filter .filter-select .ant-select-selection-placeholder {
  font-size: 12px;
}
.cxd-Crud-head-filter .filter-select .ant-select-selection-overflow-item-rest .ant-select-selection-item {
  border: none;
  background-color: transparent;
}
.cxd-Crud-head-filter .filter-select-tag {
  margin-right: 6px;
  margin-bottom: 4px;
}
.cxd-Crud-head-filter .filter-select-tag .anticon-close-circle,
.cxd-Crud-head-filter .filter-select-tag .ant-tag-close-icon {
  opacity: 0;
}
.cxd-Crud-head-filter .filter-select-tag:hover .anticon-close-circle,
.cxd-Crud-head-filter .filter-select-tag:hover .ant-tag-close-icon {
  opacity: 1;
}
.cxd-Crud-head-filter .filter-select-tag-label {
  font-size: 12px;
  color: #3574ee;
  border: 1px solid #dcdcdc;
  background-color: #f7f9fc;
  padding: 4px;
}
.cxd-Crud-head-filter .filter-select-tag-value {
  font-size: 12px;
  color: #00000090;
  border: 1px solid #dcdcdc;
  border-left: none;
  padding: 4px;
}
.cxd-Crud-head-filter .icon {
  margin: 0 8px;
  color: var(--saas-Title-Text);
  font-size: 12px;
  cursor: pointer;
}
.cxd-Crud-selection {
  margin-bottom: var(--gap-base);
}
.cxd-Crud-selectionLabel {
  display: inline-block;
  vertical-align: top;
  margin-top: var(--gap-xs);
}
.cxd-Crud-value {
  cursor: pointer;
  vertical-align: middle;
  user-select: none;
  line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem);
  display: inline-block;
  font-size: var(--Form-selectValue-fontSize);
  color: var(--Form-selectValue-color);
  background: var(--Form-selectValue-bg);
  border: 0.0625rem solid var(--Form-selectValue-borderColor);
  border-radius: 2px;
  margin-right: var(--gap-xs);
  margin-top: var(--gap-xs);
}
.cxd-Crud-value:hover {
  background: var(--Form-selectValue-onHover-bg);
}
.cxd-Crud-value.is-disabled {
  pointer-events: none;
  opacity: var(--Button-onDisabled-opacity);
}
.cxd-Crud-valueIcon {
  cursor: pointer;
  border-right: 0.0625rem solid var(--Form-selectValue-borderColor);
  padding: 1px 5px;
}
.cxd-Crud-valueIcon:hover {
  background: var(--Form-selectValue-onHover-bg);
}
.cxd-Crud-valueLabel {
  padding: 0 var(--gap-xs);
}
.cxd-Crud-selectionClear {
  display: inline-block;
  cursor: pointer;
  user-select: none;
  margin-left: var(--gap-xs);
  margin-top: var(--gap-xs);
  vertical-align: middle;
}
.cxd-Crud-bulkActions {
  display: flex;
  align-items: center;
}
.cxd-Crud-toolbar.footer {
  background-color: var(--Layout-header-bg);
  flex: 1;
  overflow: auto;
  width: 100%;
  display: inline-flex;
}
.cxd-Crud-toolbar.footer:last-of-type {
  flex-direction: row-reverse;
}
@media (min-width: 576px) {
  .cxd-Crud-toolbar.footer .cxd-Crud-toolbar-tool--actions {
    flex-direction: row-reverse;
    font-size: 12px;
    background: var(--saas-crud-table-thead-color);
  }
  .cxd-Crud-toolbar.footer .cxd-Crud-toolbar-tool--actions .cxd-Crud-pager {
    height: 30px;
    line-height: 30px;
  }
  .cxd-Crud-toolbar.footer .cxd-Crud-toolbar-tool--actions .cxd-Crud-pager .cxd-Pagination-wrap .cxd-Pagination > li > a,
.cxd-Crud-toolbar.footer .cxd-Crud-toolbar-tool--actions .cxd-Crud-pager .cxd-Pagination-wrap .cxd-Pagination > li > span {
    font-size: 12px;
  }
  .cxd-Crud-toolbar.footer .cxd-Crud-toolbar-tool--actions .cxd-Crud-pageSwitch .ant-select {
    font-size: 12px;
  }
  .cxd-Crud-toolbar.footer .cxd-Crud-toolbar-tool--actions .cxd-Crud-pageSwitch .ant-select .ant-select-selector {
    border: 0;
    box-shadow: none !important;
    background-color: var(--saas-crud-table-thead-color);
  }
}
.cxd-Crud-toolbar.footer .cxd-Pagination-prev span, .cxd-Crud-toolbar.footer .cxd-Pagination-next span {
  min-width: 10px;
}
.cxd-Crud-toolbar.footer .cxd-Pagination-prev span {
  margin-left: 0;
}
.cxd-Crud-toolbar.footer .cxd-Pagination-next span {
  margin-right: 0;
}
.cxd-Crud-toolbar.footer .cxd-Crud-pageSwitch {
  margin-left: -11px;
  margin-right: -3px;
}
.cxd-Crud-toolbar-item {
  margin-right: 8px;
  vertical-align: middle;
  display: inline-flex;
}
.cxd-Crud-toolbar-item:first-child {
  margin-right: 0;
}
.cxd-Crud-toolbar-item--left {
  float: left;
}
.cxd-Crud-toolbar-item--right {
  float: right;
}
.cxd-Crud-toolbar-tool {
  border-radius: 3px;
  overflow: hidden;
  transition: all 0.3s;
  height: 32px;
  white-space: nowrap;
}
.cxd-Crud-toolbar-tool-content {
  display: flex;
  flex-wrap: nowrap;
  height: 32px;
  align-items: center;
}
.cxd-Crud-toolbar-tool-content::before {
  content: "";
  /* 伪元素是行内元素，需要转变为块元素 */
  display: inline-block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.cxd-Crud-toolbar-tool-content .cxd-Crud-toolbar-item {
  margin: 0;
  display: flex;
  align-items: center;
}
.cxd-Crud-toolbar-tool-content .cxd-Crud-toolbar-item > .cxd-DropDown > .cxd-Button {
  background: none;
  border: 0;
  color: var(--saas-font-size-dark-black);
}
.cxd-Crud-toolbar-tool-content .cxd-Crud-toolbar-item > .cxd-DropDown > .cxd-Button .cxd-DropDown-caret {
  margin-left: 0;
}
.cxd-Crud-toolbar-tool-content .cxd-Crud-toolbar-item > .cxd-DropDown > .cxd-DropDown-popover > .cxd-DropDown-menu-root > .cxd-DropDown-menu .cxd-Button--default {
  color: var(--saas-font-size-dark-black);
}
.cxd-Crud-toolbar-tool-content .cxd-Crud-toolbar-item > .cxd-DropDown > .cxd-DropDown-popover > .cxd-DropDown-menu-root > .cxd-DropDown-menu .cxd-Button--default:hover {
  color: var(--saas-font-size-dark-black);
}
.cxd-Crud-toolbar-tool-content .cxd-Crud-toolbar-item > .exportExcel,
.cxd-Crud-toolbar-tool-content .cxd-Crud-toolbar-item > .cxd-Crud-loadMore,
.cxd-Crud-toolbar-tool-content .cxd-Crud-toolbar-item > .cxd-ColumnToggler {
  display: flex;
  align-items: center;
}
.cxd-Crud-toolbar-tool-content .cxd-Crud-toolbar-item > .exportExcel > .cxd-Button,
.cxd-Crud-toolbar-tool-content .cxd-Crud-toolbar-item > .cxd-Crud-loadMore > .cxd-Button,
.cxd-Crud-toolbar-tool-content .cxd-Crud-toolbar-item > .cxd-ColumnToggler > .cxd-Button {
  border-color: transparent;
  box-shadow: none;
  background: none;
  border: none;
  color: var(--saas-font-size-dark-black);
  padding: 0px 5px;
  display: inline-flex;
  align-items: center;
  line-height: 24px;
}
.cxd-Crud-toolbar-tool-content .cxd-Crud-toolbar-item > .exportExcel > .cxd-Button:hover,
.cxd-Crud-toolbar-tool-content .cxd-Crud-toolbar-item > .cxd-Crud-loadMore > .cxd-Button:hover,
.cxd-Crud-toolbar-tool-content .cxd-Crud-toolbar-item > .cxd-ColumnToggler > .cxd-Button:hover {
  background: none;
  border: none;
  color: var(--saas-font-size-black);
}
.cxd-Crud-toolbar-tool-content .cxd-Crud-toolbar-item > .exportExcel > .cxd-Button .icon,
.cxd-Crud-toolbar-tool-content .cxd-Crud-toolbar-item > .cxd-Crud-loadMore > .cxd-Button .icon,
.cxd-Crud-toolbar-tool-content .cxd-Crud-toolbar-item > .cxd-ColumnToggler > .cxd-Button .icon {
  margin-right: 0 !important;
  font-size: 16px;
  top: -1px;
}
.cxd-Crud-toolbar-tool-content .cxd-Crud-toolbar-item > .cxd-Button {
  border-color: transparent;
  box-shadow: none;
  background: none;
  border: none;
  font-size: 12px;
  color: var(--saas-font-size-dark-black);
  padding: 0px 5px;
  line-height: 24px;
  display: inline-flex;
  align-items: center;
}
.cxd-Crud-toolbar-tool-content .cxd-Crud-toolbar-item > .cxd-Button:hover {
  background: none;
  border: none;
  color: var(--saas-font-size-black);
}
.cxd-Crud-toolbar-tool-content .cxd-Crud-toolbar-item > .cxd-Button .icon {
  margin-right: 0 !important;
  font-size: 16px;
  top: -1px;
}
.cxd-Crud-toolbar-tool-content .cxd-Crud-toolbar-item > .cxd-Crud-statistics {
  line-height: 32px;
}
.cxd-Crud-toolbar-tool-content.more-content-box {
  color: var(--saas-font-size-dark-black);
  background: var(--saas-crud-table-thead-color);
}
.cxd-Crud-actions > * + .cxd-Button,
.cxd-Crud-actions > * + .cxd-ButtonGroup,
.cxd-Crud-actions > * + .cxd-DropDown,
.cxd-Crud-actions > * + .cxd-ButtonToolbar {
  margin-left: var(--Crud-toolbar-gap);
}
.cxd-Crud-statistics {
  vertical-align: middle;
}
.cxd-Crud-pageSwitch .cxd-Select {
  margin-left: var(--Crud-toolbar-gap);
  padding: 5px 6px 5px 11px;
}
.cxd-Crud-pager {
  align-self: flex-start;
}
.cxd-Crud-filter {
  margin-bottom: var(--gap-base);
}

@media (min-width: 576px) {
  .cxd-Crud-toolbar {
    margin-left: 0;
    width: 100%;
    overflow: hidden;
  }
  .cxd-Crud-toolbar::before, .cxd-Crud-toolbar::after {
    display: table;
    content: "";
  }
  .cxd-Crud-toolbar::after {
    clear: both;
  }
  .cxd-Crud-toolbar-tool--actions {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    overflow-x: auto;
  }
  .cxd-Crud-toolbar-tool--head {
    border: 0.0625rem solid var(--saas-Border-Dividers);
    border-bottom: 0;
    background-color: var(--saas-crud-table-thead-color);
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .cxd-Crud-toolbar-tool--head:empty {
    display: none;
  }
  .cxd-Crud-toolbar-tool--head .cxd-Table-affix {
    width: fit-content;
    justify-content: flex-start;
    color: var(--saas-font-size-dark-black);
  }
  .cxd-Crud-toolbar-tool--head .cxd-Table-affix .cxd-Crud-toolbar.footer {
    width: auto;
    flex: unset;
    margin-left: 8px;
  }
  .cxd-Crud-toolbar-tool--head .cxd-Table-affix .cxd-Table-affixs .cxd-Table-affix-text {
    line-height: 32px;
  }
  .cxd-Crud-toolbar-tool--head .cxd-Table-affix .cxd-Crud-toolbar.footer .cxd-Crud-toolbar-tool--actions .cxd-Crud-toolbar-item .cxd-Crud-pageSwitch .ant-select {
    color: var(--saas-font-size-dark-black);
  }
  .cxd-Crud-toolbar-tool--head .cxd-Table-affix .cxd-Crud-toolbar.footer .cxd-Crud-toolbar-tool--actions .cxd-Crud-toolbar-item .cxd-Crud-pageSwitch .ant-select .ant-select-arrow {
    color: var(--saas-font-size-dark-black);
  }
  .cxd-Crud-toolbar-tool--head .cxd-Crud-toolbar-tool {
    flex: 1;
  }
  .cxd-Crud-toolbar-tool--head .cxd-Crud-toolbar-tool-content {
    justify-content: flex-end;
  }
  .cxd-Crud-toolbar-tool--head .cxd-Crud-toolbar-tool-content .overflow-container {
    width: 100%;
  }
  .cxd-Crud-toolbar-tool--head .cxd-Crud-toolbar-tool-content .overflow-container .overflow-box {
    justify-content: flex-end;
  }
  .cxd-Crud-toolbar-tool--head .cxd-Crud-toolbar-tool-content .overflow-container .overflow-box .overflow-wrapper {
    width: 100%;
    justify-content: flex-end;
  }
  .cxd-Crud-toolbar-tool--head .cxd-Crud-toolbar-tool-content .overflow-container .overflow-box .overflow-wrapper.isOverflow {
    justify-content: unset;
  }
  .cxd-Crud-toolbar-tool--head .cxd-Crud-toolbar-tool-content .overflow-container .more-btn-box {
    color: var(--saas-font-size-dark-black);
    background: var(--saas-crud-table-thead-color);
  }
  .cxd-Crud-toolbar-item {
    margin-right: 8px;
    line-height: var(--Crud-toolbar-lineHeight);
    height: auto;
    vertical-align: middle;
  }
  .cxd-Crud-toolbar-item--left {
    margin-bottom: 8px;
  }
  .cxd-Crud-toolbar-item--left .show-field-translate-container {
    height: 30px;
    line-height: 30px;
  }
  .cxd-Crud-toolbar-item--left .show-field-translate-container .ant-checkbox-wrapper,
.cxd-Crud-toolbar-item--left .show-field-translate-container .ant-checkbox {
    color: rgba(0, 0, 0, 0.6);
    font-size: 12px;
  }
  .cxd-Crud-actions > * + .cxd-Button,
.cxd-Crud-actions > * + .cxd-Button--disabled-wrap {
    margin-left: var(--Crud-toolbar-gap);
  }
}
/* Aug移动端样式 */
@media (max-width: 767px) {
  .cxd-Crud-toolbar.footer {
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: transparent;
    padding: 0 16px;
    overflow-x: auto;
  }
  .cxd-Crud-toolbar.footer::-webkit-scrollbar {
    display: none;
  }
  .cxd-Crud-toolbar.footer .cxd-Crud-toolbar-item {
    display: flex;
    margin: 0 12px 0 0;
  }
  .cxd-Crud-toolbar.footer .cxd-Crud-toolbar-item:last-child {
    margin: 0;
  }
  .cxd-Crud-toolbar.footer .cxd-Crud-toolbar-item .cxd-Button {
    flex: 1;
  }
  .cxd-Crud-bulkActions {
    display: flex;
    align-items: center;
    flex: 1;
  }
  .cxd-Crud .offline-progress-mask {
    opacity: 0.6;
    z-index: 1001;
    position: absolute;
    z-index: 12;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fcfcfa;
    transition: ease-out opacity var(--animation-duration);
  }
  .cxd-Crud .offline-progress-spinner {
    position: absolute;
    z-index: 1001;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    opacity: 1;
  }

  .cxd-Crud.tableRotate {
    transition: all ease-in 0.5s;
    transform: rotate(90deg);
    width: 100vh;
    height: 100vw !important;
    position: fixed;
    top: calc(50vh - 50vw);
    right: calc(50vw - 50vh);
    z-index: 10000;
    background-color: #fff;
  }

  .cxd-Mobile-header-toolbar-wrapper {
    width: 100%;
    background: var(--saas-main-bg);
    display: flex;
    padding: var(--ListItem-paddingX) 0 0 0;
    flex-direction: column;
    border-bottom: 1px solid #dfe2e6;
    border-top: 1px solid #dfe2e6;
  }
  .cxd-Mobile-header-toolbar-wrapper .fold-container {
    padding-left: var(--ListItem-paddingX);
    padding-right: var(--ListItem-paddingX);
  }
  .cxd-Mobile-header-toolbar-wrapper:empty {
    display: none;
  }
  .cxd-Mobile-header-toolbar-wrapper > div {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .cxd-Mobile-header-toolbar-wrapper .filter-wrapper {
    background-color: var(--saas-crud-table-thead-color);
    color: var(--Table-thead-color);
    padding: 7px 4px 3px 4px;
    height: 40px;
    border-top: 1px solid var(--saas-table-thead-border-color);
  }
  .cxd-Mobile-header-toolbar-wrapper .filter-wrapper .filter-conditions {
    margin-top: 0 !important;
  }
  .cxd-Mobile-header-toolbar-wrapper .filter-wrapper .filter-conditions, .cxd-Mobile-header-toolbar-wrapper .filter-wrapper .cxd-Mobile-batch-manage {
    color: var(--Table-thead-color);
  }
  .cxd-Mobile-header-toolbar-wrapper .filter-wrapper .filter-conditions .batch-text, .cxd-Mobile-header-toolbar-wrapper .filter-wrapper .cxd-Mobile-batch-manage .batch-text {
    color: var(--Table-thead-color);
  }
  .cxd-Mobile-header-toolbar-wrapper .cxd-Mobile-filter,
.cxd-Mobile-header-toolbar-wrapper .cxd-Mobile-reload {
    border-radius: 6px;
    text-align: left;
    color: #333;
    background: transparent;
    border: none;
  }
  .cxd-Mobile-header-toolbar-wrapper .cxd-Mobile-filter .filter-text,
.cxd-Mobile-header-toolbar-wrapper .cxd-Mobile-reload .filter-text {
    font-size: 14px;
    margin-left: 2px;
    color: var(--Table-thead-color);
  }
  .cxd-Mobile-header-toolbar-wrapper .cxd-Mobile-filter .filter-text.has-filter,
.cxd-Mobile-header-toolbar-wrapper .cxd-Mobile-reload .filter-text.has-filter {
    color: #1899ff;
  }
  .cxd-Mobile-header-toolbar-wrapper .cxd-Mobile-filter .icon,
.cxd-Mobile-header-toolbar-wrapper .cxd-Mobile-reload .icon {
    font-size: 15px;
    color: var(--Table-thead-color);
  }
  .cxd-Mobile-header-toolbar-wrapper .cxd-Mobile-reload {
    padding-right: 0;
  }
  .cxd-Mobile-header-toolbar-wrapper .filter-conditions {
    flex: 1;
    font-size: 14px;
    color: #aaa;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .cxd-Mobile-header-toolbar-wrapper .header-btns {
    display: flex;
    margin-right: -8px;
    margin-bottom: -8px;
  }
  .cxd-Mobile-header-toolbar-wrapper .header-btns > * {
    margin-right: 8px;
    margin-bottom: 8px;
  }

  .cxd-Mobile-batch-manage {
    cursor: pointer;
    color: #999;
  }
  .cxd-Mobile-batch-manage.is-active {
    color: var(--Button--link-color);
  }
  .cxd-Mobile-batch-manage .batch-manage-icon {
    font-size: 16px;
    color: #999;
  }
  .cxd-Mobile-batch-manage .batch-text {
    font-size: 14px;
    color: #999;
    margin-left: 2px;
  }
  .cxd-Mobile-batch-manage .icon {
    font-size: 15px;
  }
  .cxd-Mobile-batch-manage .toolbar-item {
    display: flex;
  }

  .cxd-Mobile-checkall {
    font-size: 12px;
    margin-left: 6px;
  }
  .cxd-Mobile-checkall .cxd-Checkbox {
    margin-right: 4px;
  }

  .cxd-Drawer .cxd-Mobile-header-toolbar-wrapper {
    top: auto;
  }

  .picker-modal .cxd-Mobile-header-toolbar-wrapper {
    right: unset;
  }
}
.virtual-table-cell .cxd-Tpltab {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.virtual-table-cell .cxd-Tpltab .cxd-TplOpen {
  height: 28px !important;
  overflow: hidden;
}

.cxd-Tool-action .ant-popover-content .ant-popover-arrow .ant-popover-arrow-content {
  --antd-arrow-background-color: var(--Layout-header-bg);
}
.cxd-Tool-action .ant-popover-content .ant-popover-inner {
  background-color: var(--Layout-header-bg);
  border-radius: 4px;
}
.cxd-Tool-action .ant-popover-content .ant-popover-inner .ant-popover-inner-content {
  padding: 0;
}
.cxd-Tool-action .ant-popover-content .ant-popover-inner .ant-popover-inner-content .crud-mode-exchange {
  width: 100px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.cxd-Tool-action .ant-popover-content .ant-popover-inner .ant-popover-inner-content .crud-mode-exchange > .cxd-Button {
  width: 100%;
  text-align: left;
  border-radius: 0;
  border: 0;
}
.cxd-Tool-action .ant-popover-content .ant-popover-inner .ant-popover-inner-content .crud-mode-exchange > .cxd-Button > .icon {
  margin-right: 3px;
  width: 14px;
  height: 14px;
}
.cxd-Tool-action .ant-popover-content .ant-popover-inner .ant-popover-inner-content .cxd-Tool-action-shadow {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.cxd-Tool-action .ant-popover-content .ant-popover-inner .ant-popover-inner-content .cxd-Tool-action-body {
  width: 120px;
  position: relative;
  z-index: 10000;
  padding: 8px 0;
}
.cxd-Tool-action .ant-popover-content .ant-popover-inner .ant-popover-inner-content .cxd-Tool-action-body button {
  width: 100%;
  border-color: transparent;
  box-shadow: none;
  background: none;
  border: none;
  color: var(--saas-font-size-dark-black);
  line-height: 17px;
  display: inline-flex;
  align-items: center;
  border-radius: 0;
  padding: 8px;
}
.cxd-Tool-action .ant-popover-content .ant-popover-inner .ant-popover-inner-content .cxd-Tool-action-body button:hover {
  background-color: var(--frameworkSelectedBackGroundColor);
  border: none;
  color: var(--saas-font-size-black);
}
.cxd-Tool-action .ant-popover-content .ant-popover-inner .ant-popover-inner-content .cxd-Tool-action-body button span {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
}
.cxd-Tool-action .ant-popover-content .ant-popover-inner .ant-popover-inner-content .cxd-Tool-action-body button .icon {
  margin-right: 4px !important;
  font-size: 16px;
  top: 1px;
}
.cxd-Tool-action .ant-popover-content .ant-popover-inner .ant-popover-inner-content .cxd-Tool-action-body .cxd-Button:disabled {
  background-color: var(--frameworkSelectedBackGroundColor);
  color: var(--saas-font-size-light-black);
  opacity: 0.3;
}
.cxd-Tool-action .ant-popover-content .ant-popover-inner .ant-popover-inner-content .cxd-Tool-action-body .cxd-Button:disabled:hover {
  color: var(--saas-font-size-light-black);
}

.find-and-replace-tabs {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  user-select: none;
}
.find-and-replace-tabs .find-and-replace-tab {
  margin-right: 40px;
  /*通过该函数设置字体颜色，后期方便统一管理；*/
  font-size: 18px;
  color: var(--saas-Title-Text);
  cursor: pointer;
}
[data-size=small] .find-and-replace-tabs .find-and-replace-tab {
  font-size: 20px;
}
[data-size=middle] .find-and-replace-tabs .find-and-replace-tab {
  font-size: 22px;
}
[data-size=large] .find-and-replace-tabs .find-and-replace-tab {
  font-size: 24px;
}
.find-and-replace-tabs .find-and-replace-tab:last-child {
  margin-right: 0;
}
.find-and-replace-tabs .find-and-replace-tab.active {
  position: relative;
  color: #2a87eb;
}
.find-and-replace-tabs .find-and-replace-tab.active::after {
  position: absolute;
  left: 0;
  bottom: -10px;
  content: "";
  width: 100%;
  height: 2px;
  background: #2a87eb;
}

.find-and-replace-pc-wrapper {
  width: 100%;
  background: var(--saas-Background-Header);
}
.find-and-replace-pc-wrapper .wrapper-inner .options-con .option-item {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.find-and-replace-pc-wrapper .wrapper-inner .options-con .option-item:last-child {
  margin-bottom: 0;
}
.find-and-replace-pc-wrapper .wrapper-inner .options-con .option-item .name {
  width: 58px;
  /*通过该函数设置字体颜色，后期方便统一管理；*/
  font-size: 14px;
  color: var(--saas-Title-Text);
  flex-shrink: 0;
  margin-right: 20px;
  text-align: right;
}
[data-size=small] .find-and-replace-pc-wrapper .wrapper-inner .options-con .option-item .name {
  font-size: 16px;
}
[data-size=middle] .find-and-replace-pc-wrapper .wrapper-inner .options-con .option-item .name {
  font-size: 18px;
}
[data-size=large] .find-and-replace-pc-wrapper .wrapper-inner .options-con .option-item .name {
  font-size: 20px;
}
.find-and-replace-pc-wrapper .wrapper-inner .options-con .option-item .ant-radio-group .ant-radio-wrapper {
  color: var(--saas-Title-Text);
}
.find-and-replace-pc-wrapper .wrapper-inner .options-con .option-item .match-con {
  flex-grow: 1;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.find-and-replace-pc-wrapper .wrapper-inner .options-con .option-item .match-con > .ant-select {
  flex: 1;
}
.find-and-replace-pc-wrapper .wrapper-inner .options-con .option-item.findField {
  max-height: 100px;
  overflow: auto;
}
.find-and-replace-pc-wrapper .wrapper-inner .options-con .option-item.findField .fl-select-wrapper {
  overflow: hidden;
}
.find-and-replace-pc-wrapper .wrapper-inner .options-con .option-item.findField .fl-select-wrapper .ant-select-selection__rendered {
  margin-right: 0;
}
.find-and-replace-pc-wrapper .wrapper-inner .options-con .option-item.findField > .ant-select {
  flex: 1;
}
.find-and-replace-pc-wrapper .wrapper-inner .options-con .option-item .ant-input {
  flex: 1;
  height: 32px;
}
.find-and-replace-pc-wrapper .wrapper-inner .options-con .range-item {
  justify-content: left;
}
.find-and-replace-pc-wrapper .wrapper-inner .btn-margin {
  margin-left: 10px;
}
.find-and-replace-pc-wrapper .wrapper-inner .btn-con {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-end;
  padding-top: 40px;
}
.find-and-replace-pc-wrapper .wrapper-inner .btn-con .btn {
  margin-right: 20px;
}
.find-and-replace-pc-wrapper .wrapper-inner .btn-con .btn:last-child {
  margin-right: 0;
}
.find-and-replace-pc-wrapper .wrapper-inner .btn-con .replace-btn:hover {
  opacity: 0.8;
}
.find-and-replace-pc-wrapper .case-sensitive {
  padding-left: 20px;
}
.find-and-replace-pc-wrapper .case-sensitive .ant-checkbox-wrapper {
  color: var(--saas-Title-Text);
}

.textarea-popover.ant-popover-placement-bottom {
  background: transparent;
  color: var(--saas-font-size-dark-black);
}
.textarea-popover .ant-popover-arrow-content {
  background: var(--Form-input-bg);
}
.textarea-popover .ant-popover-arrow-content::before {
  background: var(--Form-input-bg);
}
.textarea-popover .ant-popover-inner {
  background: var(--Form-input-bg);
  color: var(--saas-font-size-dark-black);
  border-color: var(--Form-input-borderColor);
}
.textarea-popover .ant-popover-inner .ant-popover-inner-content {
  background: var(--Form-input-bg);
  color: var(--saas-font-size-dark-black);
}
.textarea-popover .ant-popover-inner .ant-popover-inner-content .ant-input {
  color: var(--saas-font-size-dark-black);
}
.textarea-popover .ant-popover-inner .ant-input {
  background: var(--Form-input-bg);
  border-color: var(--Form-input-borderColor);
}

.ant-modal-header {
  background: var(--saas-Background-Header);
}
.ant-modal-header .ant-modal-title {
  color: var(--saas-Title-Text);
}

.ant-modal-wrap .ant-modal-content .ant-modal-close {
  color: var(--saas-Title-Text);
}
.ant-modal-wrap .ant-modal-content .ant-modal-body {
  background: var(--saas-Background-Header);
}

.ant-drawer .ant-drawer-content {
  background: var(--saas-Background-Header);
  color: var(--saas-Title-Text);
}
.ant-drawer .ant-drawer-content .ant-drawer-header {
  background: var(--saas-main-bg);
}
.ant-drawer .ant-drawer-content .ant-drawer-header .ant-drawer-title,
.ant-drawer .ant-drawer-content .ant-drawer-header .ant-drawer-close {
  color: var(--saas-Title-Text);
  background-color: var(--saas-main-bg);
}
.ant-drawer .ant-drawer-content .ant-drawer-header .ant-drawer-title svg path,
.ant-drawer .ant-drawer-content .ant-drawer-header .ant-drawer-close svg path {
  fill: var(--saas-Title-Text);
}
.ant-drawer .ant-drawer-content .ant-drawer-footer {
  padding: 10px 12px;
}
.ant-drawer .ant-drawer-content .ant-drawer-footer .ant-checkbox-wrapper {
  color: var(--saas-Title-Text);
}

.filter-overlay-wrapper .ant-dropdown-menu {
  background-color: var(--saas-main-bg);
}
.filter-overlay-wrapper .ant-tag {
  color: var(--saas-crud-filters-font-color);
  background-color: var(--saas-crud-filters-bg-color);
}
.filter-overlay-wrapper .ant-tag.is-advanced {
  border: 1px solid var(--saas-crud-filters-font-border-color);
}
.filter-overlay-wrapper .ant-tag-close-icon {
  color: var(--saas-Disable-Text);
}
.filter-overlay-wrapper .ant-tag-close-icon:hover {
  color: var(--saas-Title-Text);
}

.ant-select-dropdown .ant-empty .ant-empty-description {
  color: var(--saas-Secondary-Text);
}

.ant-checkbox-wrapper .ant-checkbox {
  color: var(--saas-Title-Text);
}
.ant-checkbox-wrapper .ant-checkbox .ant-checkbox-inner {
  background: var(--Checkbox-gb);
  border-color: var(--borderColor);
}
.ant-checkbox-wrapper .ant-checkbox.ant-checkbox-disabled .ant-checkbox-inner {
  background: var(--Checkbox-gb);
  border-color: var(--borderColor) !important;
}
.ant-checkbox-wrapper .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner {
  background: var(--saas-SelectedBorder);
  border-color: var(--saas-SelectedBorder);
}

.ant-radio-wrapper .ant-radio {
  color: var(--saas-Title-Text);
  border-color: var(--borderColor);
}
.ant-radio-wrapper .ant-radio .ant-radio-inner {
  background: var(--Checkbox-gb);
}
.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
  background: var(--Checkbox-gb);
  border-color: var(--borderColor) !important;
}
.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
  background: var(--Checkbox-gb);
  border-color: var(--saas-SelectedBorder);
}

.cxd-Table {
  position: relative;
  border-radius: var(--Table-borderRadius);
  margin-bottom: var(--gap-md);
  padding: 0 8px;
}
.cxd-Form-control > .cxd-Table {
  margin-bottom: var(--gap-sm);
}
.cxd-Table .cxd-Mobile-header-toolbar-wrapper {
  position: relative;
}
.cxd-Table .cxd-Mobile-header-toolbar-wrapper .fold-all-btn {
  position: absolute;
  top: 0px;
  left: calc(50% - 15px);
  width: 30px;
  height: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  cursor: pointer;
  z-index: 1;
}
.cxd-Table .cxd-Mobile-header-toolbar-wrapper .fold-all-btn .icon {
  top: 0;
}
@media screen and (min-width: 769px) {
  .cxd-Table td {
    background-color: var(--saas-main-bg);
  }
}
@media screen and (min-width: 769px) {
  .cxd-Table .cxd-Table-vertical td {
    background-color: var(--saas-main-bg);
  }
}
.cxd-Table-indent {
  display: inline-block;
}
.cxd-Table-expandSpace {
  display: inline-block;
  width: 18px;
}
.cxd-Table-fixedLeft, .cxd-Table-fixedRight {
  position: absolute;
  background: var(--Table-bg);
  z-index: var(--Table-fixed-zIndex);
  top: auto;
  box-shadow: none;
}
.cxd-Table-fixedLeft {
  left: 0;
  top: -999999px;
}
.cxd-Table-fixedLeft.in {
  box-shadow: var(--Table-fixedLeft-boxShadow);
  top: auto;
}
.cxd-Table-fixedLeft > .cxd-Table-table > thead > tr > th:last-child,
.cxd-Table-fixedLeft > .cxd-Table-table > tbody > tr > td:last-child {
  padding-right: var(--TableCell-paddingX);
}
.cxd-Table-fixedRight {
  right: 0;
  top: -999999px;
}
.cxd-Table-fixedRight.in {
  box-shadow: var(--Table-fixedRight-boxShadow);
  top: auto;
}
.cxd-Table-fixedTop {
  position: absolute;
  background: var(--Table-bg);
  z-index: -1;
  opacity: 0;
  box-shadow: var(--Table-fixedTop-boxShadow);
}
.cxd-Table-fixedTop.in {
  position: fixed;
  opacity: 1;
  z-index: 900;
}
.cxd-Table-fixedTop > .cxd-Table-fixedLeft,
.cxd-Table-fixedTop > .cxd-Table-fixedRight {
  z-index: 910;
  background: transparent;
}
.cxd-Table-fixedTop.is-fakeHide > .cxd-Table-fixedLeft,
.cxd-Table-fixedTop.is-fakeHide > .cxd-Table-fixedRight,
.cxd-Table-fixedTop.is-fakeHide > .cxd-Table-wrapper {
  visibility: hidden;
  position: absolute;
}
.cxd-Table-heading {
  background: var(--Table-heading-bg);
  padding: calc((var(--Table-heading-height) - var(--Table-fontSize) * var(--lineHeightBase)) / 2) var(--gap-sm);
}
.cxd-Table-statistics {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 8px 0;
  background-color: var(--saas-main-bg);
  padding-bottom: 0;
}
.cxd-Table-statistics .cxd-Panel {
  box-shadow: none;
}
.cxd-Table-statistics .data-display {
  padding: 0;
  overflow: hidden;
}
.cxd-Table-statistic-mobile {
  display: block;
  padding: 0;
  margin-bottom: 1rem;
}
.cxd-Table--unsaved .cxd-Table-heading {
  background: var(--Table--unsaved-heading-bg);
  color: var(--Table--unsaved-heading-color);
}
.cxd-Table-wrapper {
  overflow: hidden;
}
.cxd-Table-placeholder {
  color: var(--text--muted-color);
  text-align: center;
  height: var(--Table-placeholder-height);
  background: var(--saas-main-bg);
}
.cxd-Table-placeholder > td {
  vertical-align: middle !important;
  text-align: center;
}
.cxd-Table-searchableForm {
  background: var(--Table-searchableForm-backgroundColor);
  border-radius: var(--Table-searchableForm-borderRadius);
}
.cxd-Table-searchableForm-footer {
  padding: var(--Panel-footerPadding);
  clear: both;
}
.cxd-Table-searchableForm-checkbox > div > .cxd-CheckboxControl {
  padding-top: 0;
}
.cxd-Table-header {
  padding: var(--Table-toolbar-marginY) var(--Table-toolbar-marginX);
}
.cxd-Table-header > * + .cxd-Button,
.cxd-Table-header > * + .cxd-ButtonGroup,
.cxd-Table-header > * + .cxd-ButtonToolbar {
  margin-left: var(--Crud-toolbar-gap);
}
.cxd-Table-toolbar {
  margin: 0 var(--Table-toolbar-marginX) var(--Table-toolbar-marginY);
}
.cxd-Table-toolbar .cxd-DropDown-menuItem {
  height: auto;
}
.cxd-Table-toolbar .cxd-DropDown-menuItem .cxd-Checkbox {
  display: flex;
  align-items: center;
}
.cxd-Table-headToolbar {
  padding-top: 8px;
  margin-bottom: 0;
}
.cxd-Table-headToolbar > .cxd-Table-actions {
  margin-bottom: 8px;
  font-size: 0;
  position: relative;
}
.cxd-Table-headToolbar .cxd-Table-actions-moreBtn {
  position: absolute;
  bottom: 0;
  left: calc(50% - 30px);
  z-index: 8;
  border: 1px solid var(--saas-border-color);
  border-bottom: none;
  background-color: #f8f7fa;
  font-size: 12px;
  color: gray;
  padding: 0 4px;
  border-radius: 4px 4px 0 0;
  cursor: pointer;
}
.cxd-Table-headToolbar .cxd-Table-actions-moreBtn:hover {
  color: var(--saas-Primary-Color);
}
.cxd-Table-affix {
  white-space: nowrap;
  display: flex;
}
@media (max-width: 767px) {
  .cxd-Table-affix {
    display: flex;
    padding-left: 5px;
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .cxd-Table-affix .cxd-Table-affixs {
    flex: 1;
  }
}
.cxd-Table-affix-Arr {
  margin-right: 4px;
}
.cxd-Table-affix-Arr th {
  display: inline-block;
}
.cxd-Table-affix-Arr th .cxd-Checkbox {
  margin: 0;
}
.cxd-Table-affix-Arr > span {
  color: #4f86f4;
}
.cxd-Table-affix-text {
  flex: 1;
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.cxd-Table-affix-text > div {
  overflow: hidden;
}
.cxd-Table-affix-text .cxd-TplField {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.cxd-Table-affixs {
  display: flex;
  overflow: hidden;
}
.cxd-Table-header + .cxd-Table-toolbar {
  padding-top: 0;
}
.cxd-Table-contentWrap {
  position: relative;
  margin-bottom: 0;
  overflow: auto;
}
.cxd-Table-actions > * {
  margin-right: var(--Crud-toolbar-gap);
}
.cxd-Table-content {
  min-height: 0.01%;
}
@media (max-width: 767px) {
  .cxd-Table-content {
    overflow-x: hidden;
  }
}
.cxd-Table-content th {
  position: relative;
}
@media (min-width: 576px) {
  .cxd-Table-content .cxd-Table-table thead tr th > .cxd-Table-head-container {
    height: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .cxd-Table-content .cxd-Table-table thead tr th > .cxd-Table-head-container > div.cxd-TableCell--title {
    flex: 1;
    display: flex;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .cxd-Table-content .cxd-Table-table thead tr th > .cxd-Table-head-container > div.cxd-TableCell--title > .cxd-Button--xs {
    vertical-align: text-top;
  }
  .cxd-Table-content .cxd-Table-table thead tr th > .cxd-Table-head-container > div.cxd-TableCell--title .cxd-Remark-icon {
    color: var(--saas-Placeholder-Text);
    vertical-align: text-top;
  }
  .cxd-Table-content .cxd-Table-table thead tr th > .cxd-Table-head-container > div.cxd-Table-head-affix {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .cxd-Table-content .cxd-Table-table thead tr th > .cxd-Table-head-container > div.cxd-Table-head-affix > .cxd-TableCell-filterBtn {
    text-align: center;
    width: 16px;
  }
  .cxd-Table-content .cxd-Table-table thead tr th > .cxd-Table-head-container > div.cxd-Table-head-affix > .cxd-TableCell-sortBtn {
    display: none;
    height: 24px;
    width: 16px;
    position: relative;
  }
  .cxd-Table-content .cxd-Table-table thead tr th > .cxd-Table-head-container > div.cxd-Table-head-affix > .cxd-TableCell-sortBtn .anticon {
    color: #a8a6a4;
  }
  .cxd-Table-content .cxd-Table-table thead tr th > .cxd-Table-head-container > div.cxd-Table-head-affix > .cxd-TableCell-sortBtn .anticon.is-active {
    color: #2468f2;
  }
  .cxd-Table-content .cxd-Table-table thead tr th > .cxd-Table-head-container > div.cxd-Table-head-affix > .cxd-TableCell-sortBtn .anticon-caret-up {
    position: absolute;
    top: 2px;
    left: 1px;
  }
  .cxd-Table-content .cxd-Table-table thead tr th > .cxd-Table-head-container > div.cxd-Table-head-affix > .cxd-TableCell-sortBtn .anticon-caret-down {
    position: absolute;
    bottom: 1px;
    left: 1px;
  }
  .cxd-Table-content .cxd-Table-table thead tr th > .cxd-Table-head-container > div.cxd-Table-head-affix > .cxd-TableCell-sortBtn.show-sort {
    display: inline-block;
  }
  .cxd-Table-content .cxd-Table-table thead tr th > .cxd-Table-head-container.show-filter > div.cxd-Table-head-affix > .cxd-TableCell-filterBtn {
    display: inline-block;
  }
  .cxd-Table-content .cxd-Table-table .cxd-Table-head-container:hover > div.cxd-Table-head-affix > .cxd-TableCell-filterBtn {
    display: inline-block;
  }
  .cxd-Table-content .cxd-Table-table tbody tr td > div.column-cell {
    min-height: 24px;
    display: flex;
    width: 100%;
    align-items: center;
  }
  .cxd-Table-content .cxd-Table-table tbody tr td > div.column-cell .cxd-Tpltab,
.cxd-Table-content .cxd-Table-table tbody tr td > div.column-cell .cxd-Progress,
.cxd-Table-content .cxd-Table-table tbody tr td > div.column-cell .cxd-NumberField {
    width: 100%;
  }
  .cxd-Table-content .cxd-Table-table tbody tr td .column-cell {
    display: flex;
    width: 100%;
    align-items: center;
    flex-direction: column;
  }
  .cxd-Table-content .cxd-Table-table tbody tr td > div.cxd-ImageControl {
    min-height: 30px;
    display: flex;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .cxd-Table-content .cxd-Table-table thead tr th > .cxd-Table-head-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .cxd-Table-content .cxd-Table-table thead tr th > .cxd-Table-head-container > div.cxd-TableCell--title {
    flex: 1;
    display: flex;
  }
  .cxd-Table-content .cxd-Table-table thead tr th > .cxd-Table-head-container > div.cxd-TableCell--title > .cxd-Button--xs {
    vertical-align: text-top;
  }
  .cxd-Table-content .cxd-Table-table thead tr th > .cxd-Table-head-container > div.cxd-TableCell--title .cxd-Remark-icon {
    vertical-align: text-top;
    color: var(--saas-Placeholder-Text);
  }
  .cxd-Table-content .cxd-Table-table thead tr th > .cxd-Table-head-container > div.cxd-Table-head-affix {
    margin-left: 2px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .cxd-Table-content .cxd-Table-table thead tr th > .cxd-Table-head-container > div.cxd-Table-head-affix > .cxd-TableCell-filterBtn {
    display: none;
  }
  .cxd-Table-content .cxd-Table-table thead tr th > .cxd-Table-head-container > div.cxd-Table-head-affix > .cxd-TableCell-sortBtn {
    display: none;
    height: 24px;
    width: 13px;
    position: relative;
  }
  .cxd-Table-content .cxd-Table-table thead tr th > .cxd-Table-head-container > div.cxd-Table-head-affix > .cxd-TableCell-sortBtn .anticon {
    color: #a8a6a4;
  }
  .cxd-Table-content .cxd-Table-table thead tr th > .cxd-Table-head-container > div.cxd-Table-head-affix > .cxd-TableCell-sortBtn .anticon.is-active {
    color: #2468f2;
  }
  .cxd-Table-content .cxd-Table-table thead tr th > .cxd-Table-head-container > div.cxd-Table-head-affix > .cxd-TableCell-sortBtn .anticon-caret-up {
    position: absolute;
    top: 2px;
    left: 0;
  }
  .cxd-Table-content .cxd-Table-table thead tr th > .cxd-Table-head-container > div.cxd-Table-head-affix > .cxd-TableCell-sortBtn .anticon-caret-down {
    position: absolute;
    bottom: 1px;
    left: 0;
  }
  .cxd-Table-content .cxd-Table-table thead tr th > .cxd-Table-head-container > div.cxd-Table-head-affix > .cxd-TableCell-sortBtn.show-sort {
    display: inline-block;
  }
  .cxd-Table-content .cxd-Table-table tbody tr td > div {
    min-height: 24px;
  }
  .cxd-Table-content .cxd-Table-table tbody tr td > div.cxd-ImageControl {
    min-height: 30px;
    display: flex;
    align-items: center;
  }
  .cxd-Table-content .cxd-Table-table tbody tr td > div.cxd-ImageControl.isMobile img {
    display: block;
    width: 22px;
    height: 22px;
  }
  .cxd-Table-content .cxd-Table-table tbody tr td > div.cxd-ImageControl.isMobile svg.icon {
    top: 0;
    width: 22px;
    height: 22px;
  }
}
.cxd-Table-content .cxd-Table-table > thead > tr > th {
  border-top: 0.0625rem solid var(--saas-table-thead-border-color);
}
.cxd-Table-content-colDragLine {
  position: absolute;
  width: 4px;
  top: 0;
  bottom: 0;
  right: 0;
  cursor: col-resize;
  user-select: none;
  opacity: 0.5;
  z-index: 3000;
}
.cxd-Table-content-colDragLine:hover {
  background: var(--primary);
}
.cxd-Table--auto-width tbody > tr > td {
  padding: 0px 2px !important;
}
.cxd-Table--auto-width .cxd-Table-checkCell {
  padding: 0 4px !important;
}
.cxd-Table--auto-width > thead > tr > th.cxd-TableCell--sortable:hover .cxd-TableCell-filterBtn {
  z-index: 7;
  opacity: 1;
  background-color: #fff;
}
.cxd-Table-is-empty {
  border-bottom: none !important;
}
.cxd-Table-table {
  width: 100%;
  min-width: 100%;
  margin-bottom: 0;
  font-size: var(--Table-fontSize);
  color: var(--saas-Title-Text);
  background: var(--saas-main-bg);
  border-spacing: 0;
  border-collapse: separate;
  border-bottom: var(--Table-borderWidth) solid var(--saas-table-thead-border-color);
}
@media (min-width: 576px) {
  .cxd-Table-table {
    font-size: 13px;
  }
}
.cxd-Table-table tbody:focus-visible {
  outline: none;
}
.cxd-Table-table tbody:focus {
  outline: none;
}
.cxd-Table-table th, .cxd-Table-table td {
  text-align: left;
}
.cxd-Table-table th .ellipsis, .cxd-Table-table td .ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.cxd-Table-table th .group-field-container, .cxd-Table-table td .group-field-container {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.cxd-Table-table th .cxd-NumberControl, .cxd-Table-table td .cxd-NumberControl {
  width: 100%;
}
.cxd-Table-table th.active-cell, .cxd-Table-table td.active-cell {
  box-shadow: inset 0 0 3px #2a87eb;
}
.cxd-Table-table .expand-tag {
  margin-right: 3px;
  cursor: pointer;
}
.cxd-Table-table tr[data-index="0"] td.td-border {
  border-top: unset;
}
.cxd-Table-table td.td-border {
  border-left: 1px solid var(--saas-table-thead-border-color);
  border-top: 1px solid var(--saas-table-thead-border-color);
}
.cxd-Table-table td.is-linkUrl,
.cxd-Table-table div.is-linkUrl {
  color: var(--saas-Link-Text) !important;
  cursor: pointer;
}
.cxd-Table-table td .cxd-Tpltab {
  flex: 1;
  position: relative;
  display: flex;
  align-items: center;
}
.cxd-Table-table td .cxd-Tpltab > .cxd-TplOpen {
  vertical-align: inherit !important;
}
.cxd-Table-table td .cxd-TplOpen span {
  display: inline-block;
  height: 100%;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: var(--Table-color);
  font-weight: initial;
}
.cxd-Table-table td .cxd-TplOpen span p {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: var(--Table-color);
  font-size: 12px;
  font-weight: initial;
}
.cxd-Table-table td .cxd-TplOpen span font {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: var(--Table-color);
  font-weight: initial;
  font-size: 12px;
}
.cxd-Table-table td .cxd-TplOpen span img {
  max-width: 100%;
  vertical-align: top;
}
.cxd-Table-table td .cxd-TplOpen span b {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: var(--Table-color);
  font-weight: initial;
  font-size: 12px;
}
.cxd-Table-table td .cxd-TplOpen .text-muted {
  overflow: initial;
}
.cxd-Table-table td span.cxd-PlainField,
.cxd-Table-table td span.cxd-TplField {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: middle;
}
.cxd-Table-table td span.cxd-TplField.cxd-Static-Html-TplOpen {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cxd-Table-table td span.cxd-LinkOpen {
  color: #4f86f4;
  cursor: pointer;
}
@media (min-width: 576px) {
  .cxd-Table-table td span.cxd-TplOpen {
    width: calc(100% - 20px);
  }
}
@media (max-width: 767px) {
  .cxd-Table-table td span.cxd-TplOpen {
    white-space: nowrap;
  }
}
.cxd-Table-table td svg.cxd-TplSaving {
  font-size: 20px;
  flex-shrink: 0;
  top: 0;
  cursor: pointer;
  color: #bbb;
}
.cxd-Table-table th.text-center, .cxd-Table-table td.text-center {
  text-align: center;
}
.cxd-Table-table th[colspan], .cxd-Table-table td[colspan] {
  text-align: left;
}
.cxd-Table-table th.text-right, .cxd-Table-table td.text-right {
  text-align: right;
}
.cxd-Table-table--withCombine > tbody > tr.cxd-Table-tr--odd {
  background: transparent;
}
.cxd-Table-table--withCombine > tbody > tr:hover {
  background: transparent;
}
.cxd-Table-table--withCombine > tbody > tr > td {
  vertical-align: middle;
}
.cxd-Table-table--checkOnItemClick > tbody > tr {
  cursor: pointer;
}
.cxd-Table-table > thead > tr > th {
  background: var(--saas-crud-table-thead-color);
  padding: 0 4px;
  border-left: 1px solid var(--saas-table-thead-border-color);
  border-bottom: 1px solid var(--saas-table-thead-border-color);
  color: var(--Table-thead-color);
  font-weight: var(--fontWeightNormal);
  white-space: nowrap;
}
.cxd-Table-table > thead > tr > th.last-th {
  border-bottom: var(--Table-thead-borderWidth) solid var(--saas-table-thead-border-color);
}
.cxd-Table-table > thead > tr > th:last-child {
  padding-right: 8px;
  border-right: var(--Table-thead-borderWidth) solid var(--saas-table-thead-border-color);
}
@media (max-width: 767px) {
  .cxd-Table-table > thead > tr > th:last-child {
    padding-right: 0.5rem;
  }
}
.cxd-Table-table > thead > tr > th:last-child .cxd-Table-content-colDragLine {
  width: 4px;
  right: 0;
}
.cxd-Table-table > thead > tr > th .cxd-Remark {
  margin-left: var(--gap-xs);
}
.cxd-Table-table > thead > tr:not(:nth-child(1)) > th::before {
  content: unset;
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #eee;
}
.cxd-Table-table > thead > tr {
  border-bottom: var(--Table-borderWidth) solid var(--saas-border-color);
}
.cxd-Table-table > tbody > tr {
  position: relative;
  background: transparent;
}
.cxd-Table-table > tbody > tr + tr {
  border-top: var(--Table-borderWidth) solid var(--saas-border-color);
}
.cxd-Table-table > tbody > tr + tr > th {
  border-top: var(--Table-thead-borderWidth) solid var(--saas-border-color);
}
.cxd-Table-table > tbody > tr + .is-border {
  border-top: 0;
}
.cxd-Table-table > tbody > tr > th {
  background: var(--Table-thead-bg);
  color: var(--Table-thead-color);
  font-weight: var(--fontWeightNormal);
  white-space: nowrap;
  border-right: var(--Table-thead-borderWidth) solid var(--saas-border-color);
}
.cxd-Table-table > tbody > tr > td,
.cxd-Table-table > tbody > tr > th {
  padding: 0 4px;
  white-space: nowrap;
  overflow: hidden;
}
.cxd-Table-table > tbody > tr > td.td-border:last-child,
.cxd-Table-table > tbody > tr > th.td-border:last-child {
  border-right: 1px solid var(--saas-border-color);
}
.cxd-Table-table > tbody > tr > td.td-border .cxd-Form--quickEdit,
.cxd-Table-table > tbody > tr > th.td-border .cxd-Form--quickEdit {
  width: 100%;
}
.cxd-Table-table > tbody > tr > td.td-border .cxd-Form--quickEdit .cxd-Number,
.cxd-Table-table > tbody > tr > td.td-border .cxd-Form--quickEdit .cxd-TextControl-input,
.cxd-Table-table > tbody > tr > td.td-border .cxd-Form--quickEdit .cxd-DatePicker,
.cxd-Table-table > tbody > tr > td.td-border .cxd-Form--quickEdit .cxd-DateRangePicker,
.cxd-Table-table > tbody > tr > td.td-border .cxd-Form--quickEdit .cxd-ResultBox,
.cxd-Table-table > tbody > tr > th.td-border .cxd-Form--quickEdit .cxd-Number,
.cxd-Table-table > tbody > tr > th.td-border .cxd-Form--quickEdit .cxd-TextControl-input,
.cxd-Table-table > tbody > tr > th.td-border .cxd-Form--quickEdit .cxd-DatePicker,
.cxd-Table-table > tbody > tr > th.td-border .cxd-Form--quickEdit .cxd-DateRangePicker,
.cxd-Table-table > tbody > tr > th.td-border .cxd-Form--quickEdit .cxd-ResultBox {
  border-radius: 0;
  height: 26px;
}
.cxd-Table-table > tbody > tr > td.td-border .cxd-Form--quickEdit .cxd-Number .cxd-Number-handler,
.cxd-Table-table > tbody > tr > th.td-border .cxd-Form--quickEdit .cxd-Number .cxd-Number-handler {
  height: 14px;
  line-height: 10px;
}
.cxd-Table-table > tbody > tr > td.td-border .cxd-Form--quickEdit .cxd-Number-input,
.cxd-Table-table > tbody > tr > th.td-border .cxd-Form--quickEdit .cxd-Number-input {
  height: 100%;
}
.cxd-Table-table > tbody > tr > td.td-border .cxd-Form--quickEdit .is-showCount .cxd-TextControl-input,
.cxd-Table-table > tbody > tr > th.td-border .cxd-Form--quickEdit .is-showCount .cxd-TextControl-input {
  border: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
  min-height: unset;
}
.cxd-Table-table > tbody > tr > td.td-border .cxd-Form--quickEdit .is-showCount .cxd-TextControl-input input,
.cxd-Table-table > tbody > tr > th.td-border .cxd-Form--quickEdit .is-showCount .cxd-TextControl-input input {
  height: unset;
}
.cxd-Table-table > tbody > tr > td.td-border .cxd-Form--quickEdit .cxd-TextControl-input,
.cxd-Table-table > tbody > tr > th.td-border .cxd-Form--quickEdit .cxd-TextControl-input {
  padding: 2px;
  border-radius: 0;
}
.cxd-Table-table > tbody > tr > td.td-border .cxd-Form--quickEdit .cxd-TextControl-input .cxd-TextControl-clear,
.cxd-Table-table > tbody > tr > th.td-border .cxd-Form--quickEdit .cxd-TextControl-input .cxd-TextControl-clear {
  font-size: 10px;
  padding: 0;
}
.cxd-Table-table > tbody > tr > td.td-border .cxd-Form--quickEdit .cxd-TextControl-input--multiple,
.cxd-Table-table > tbody > tr > th.td-border .cxd-Form--quickEdit .cxd-TextControl-input--multiple {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  padding: 0 2px;
  padding-left: 0;
  min-height: unset;
  overflow: hidden;
}
.cxd-Table-table > tbody > tr > td.td-border .cxd-Form--quickEdit .cxd-TextControl-input--multiple .cxd-TextControl-value,
.cxd-Table-table > tbody > tr > th.td-border .cxd-Form--quickEdit .cxd-TextControl-input--multiple .cxd-TextControl-value {
  height: 20px;
}
.cxd-Table-table > tbody > tr > td.td-border .cxd-Form--quickEdit .cxd-TextControl-input--withAC .cxd-TextControl-placeholder,
.cxd-Table-table > tbody > tr > th.td-border .cxd-Form--quickEdit .cxd-TextControl-input--withAC .cxd-TextControl-placeholder {
  top: 6px;
  left: 2px;
  margin-top: 0;
  position: absolute;
}
.cxd-Table-table > tbody > tr > td.td-border .cxd-Form--quickEdit .cxd-DatePicker,
.cxd-Table-table > tbody > tr > td.td-border .cxd-Form--quickEdit .cxd-DateRangePicker,
.cxd-Table-table > tbody > tr > th.td-border .cxd-Form--quickEdit .cxd-DatePicker,
.cxd-Table-table > tbody > tr > th.td-border .cxd-Form--quickEdit .cxd-DateRangePicker {
  padding: 0 2px;
}
.cxd-Table-table > tbody > tr > td.td-border .cxd-Form--quickEdit .cxd-Number-input-wrap input,
.cxd-Table-table > tbody > tr > th.td-border .cxd-Form--quickEdit .cxd-Number-input-wrap input {
  padding: 0 2px;
}
.cxd-Table-table > tbody > tr > td.td-border .cxd-Form--quickEdit .cxd-DateRangePicker-toggler svg.icon,
.cxd-Table-table > tbody > tr > td.td-border .cxd-Form--quickEdit .cxd-DatePicker-toggler svg.icon,
.cxd-Table-table > tbody > tr > th.td-border .cxd-Form--quickEdit .cxd-DateRangePicker-toggler svg.icon,
.cxd-Table-table > tbody > tr > th.td-border .cxd-Form--quickEdit .cxd-DatePicker-toggler svg.icon {
  top: 0;
}
.cxd-Table-table > tbody > tr > td.td-border .cxd-Form--quickEdit .cxd-ColorPicker,
.cxd-Table-table > tbody > tr > th.td-border .cxd-Form--quickEdit .cxd-ColorPicker {
  padding: 2px;
  border-radius: 0;
}
.cxd-Table-table > tbody > tr > td.td-border .cxd-Form--quickEdit .cxd-ResultBox,
.cxd-Table-table > tbody > tr > th.td-border .cxd-Form--quickEdit .cxd-ResultBox {
  border-radius: 0;
  min-height: unset;
  padding: 0 2px;
}
.cxd-Table-table > tbody > tr > td.td-border .cxd-Form--quickEdit .cxd-ResultBox .cxd-ResultBox-value-wrap,
.cxd-Table-table > tbody > tr > th.td-border .cxd-Form--quickEdit .cxd-ResultBox .cxd-ResultBox-value-wrap {
  padding-left: 0;
  min-width: 70px;
  max-width: calc(100% - 14px) !important;
}
.cxd-Table-table > tbody > tr > td.td-border .cxd-Form--quickEdit .cxd-ResultBox .cxd-TransferDropDown-icon,
.cxd-Table-table > tbody > tr > th.td-border .cxd-Form--quickEdit .cxd-ResultBox .cxd-TransferDropDown-icon {
  margin: 0;
}
.cxd-Table-table > tbody > tr > td:last-child,
.cxd-Table-table > tbody > tr > th:last-child {
  padding-left: 5px;
  padding-right: 8px;
}
@media (max-width: 767px) {
  .cxd-Table-table > tbody > tr > td:last-child,
.cxd-Table-table > tbody > tr > th:last-child {
    padding-right: 0.5rem;
  }
}
.cxd-Table-table > tbody > tr.cxd-Table-tr--odd {
  background: var(--Table-strip-bg);
}
.cxd-Table-table > tbody > tr.cxd-Table-tr--hasItemAction:hover {
  cursor: pointer;
}
.cxd-Table-table > tbody > tr:hover {
  background: var(--Table-onHover-bg);
  border-color: var(--saas-border-color) !important;
}
.cxd-Table-table > tbody > tr:hover .cxd-Button--link {
  color: var(--saas-Title-Text) !important;
}
.cxd-Table-table > tbody > tr:hover > td {
  background: var(--Table-onHover-bg) !important;
  border-color: var(--saas-border-color);
}
.cxd-Table-table > tbody > tr:hover > td > div,
.cxd-Table-table > tbody > tr:hover > td > span {
  background-color: inherit !important;
  color: inherit !important;
}
.cxd-Table-table > tbody > tr:hover > td.empty-not-hover {
  background-color: unset !important;
  border-color: unset !important;
  color: var(--Table-color) !important;
}
.cxd-Table-table > tbody > tr:hover + tr {
  border-color: var(--saas-border-color);
}
.cxd-Table-table > tbody > tr.table-expand-tr:hover {
  background-color: unset !important;
}
.cxd-Table-table > tbody > tr.bg-primary {
  background: var(--saas-Table-Row-Primary) !important;
}
.cxd-Table-table > tbody > tr.bg-primary > td {
  background: var(--saas-Table-Row-Primary);
}
.cxd-Table-table > tbody > tr.bg-success {
  background: var(--saas-Table-Row-Success) !important;
}
.cxd-Table-table > tbody > tr.bg-success > td {
  background: var(--saas-Table-Row-Success);
}
.cxd-Table-table > tbody > tr.bg-info {
  background: var(--saas-Table-Row-Info) !important;
}
.cxd-Table-table > tbody > tr.bg-info > td {
  background: var(--saas-Table-Row-Info);
}
.cxd-Table-table > tbody > tr.bg-warning {
  background: var(--saas-Table-Row-Warning) !important;
}
.cxd-Table-table > tbody > tr.bg-warning > td {
  background: var(--saas-Table-Row-Warning);
}
.cxd-Table-table > tbody > tr.bg-danger {
  background: var(--saas-Table-Row-Danger) !important;
}
.cxd-Table-table > tbody > tr.bg-danger > td {
  background: var(--saas-Table-Row-Danger);
}
.cxd-Table-table > tbody > tr:hover > td.bg-primary, .cxd-Table-table > tbody > tr.is-current > td.bg-primary, .cxd-Table-table > tbody > tr.is-Highlight > td.bg-primary, .cxd-Table-table > tbody > tr.is-checked > td.bg-primary {
  background: var(--saas-Table-Row-Primary-Hover) !important;
}
.cxd-Table-table > tbody > tr:hover > td.bg-success, .cxd-Table-table > tbody > tr.is-current > td.bg-success, .cxd-Table-table > tbody > tr.is-Highlight > td.bg-success, .cxd-Table-table > tbody > tr.is-checked > td.bg-success {
  background: var(--saas-Table-Row-Success-Hover) !important;
}
.cxd-Table-table > tbody > tr:hover > td.bg-info, .cxd-Table-table > tbody > tr.is-current > td.bg-info, .cxd-Table-table > tbody > tr.is-Highlight > td.bg-info, .cxd-Table-table > tbody > tr.is-checked > td.bg-info {
  background: var(--saas-Table-Row-Info-Hover) !important;
}
.cxd-Table-table > tbody > tr:hover > td.bg-warning, .cxd-Table-table > tbody > tr.is-current > td.bg-warning, .cxd-Table-table > tbody > tr.is-Highlight > td.bg-warning, .cxd-Table-table > tbody > tr.is-checked > td.bg-warning {
  background: var(--saas-Table-Row-Warning-Hover) !important;
}
.cxd-Table-table > tbody > tr:hover > td.bg-danger, .cxd-Table-table > tbody > tr.is-current > td.bg-danger, .cxd-Table-table > tbody > tr.is-Highlight > td.bg-danger, .cxd-Table-table > tbody > tr.is-checked > td.bg-danger {
  background: var(--saas-Table-Row-Danger-Hover) !important;
}
.cxd-Table-table > tbody > tr.bg-primary:hover, .cxd-Table-table > tbody > tr.bg-primary.is-current, .cxd-Table-table > tbody > tr.bg-primary.is-Highlight, .cxd-Table-table > tbody > tr.bg-primary.is-checked {
  background: var(--saas-Table-Row-Primary-Hover) !important;
}
.cxd-Table-table > tbody > tr.bg-primary:hover > td, .cxd-Table-table > tbody > tr.bg-primary.is-current > td, .cxd-Table-table > tbody > tr.bg-primary.is-Highlight > td, .cxd-Table-table > tbody > tr.bg-primary.is-checked > td {
  background: var(--saas-Table-Row-Primary-Hover) !important;
}
.cxd-Table-table > tbody > tr.bg-primary:hover > td.bg-primary, .cxd-Table-table > tbody > tr.bg-primary.is-current > td.bg-primary, .cxd-Table-table > tbody > tr.bg-primary.is-Highlight > td.bg-primary, .cxd-Table-table > tbody > tr.bg-primary.is-checked > td.bg-primary {
  background: var(--saas-Table-Row-Primary-Hover) !important;
}
.cxd-Table-table > tbody > tr.bg-primary:hover > td.bg-success, .cxd-Table-table > tbody > tr.bg-primary.is-current > td.bg-success, .cxd-Table-table > tbody > tr.bg-primary.is-Highlight > td.bg-success, .cxd-Table-table > tbody > tr.bg-primary.is-checked > td.bg-success {
  background: var(--saas-Table-Row-Success-Hover) !important;
}
.cxd-Table-table > tbody > tr.bg-primary:hover > td.bg-info, .cxd-Table-table > tbody > tr.bg-primary.is-current > td.bg-info, .cxd-Table-table > tbody > tr.bg-primary.is-Highlight > td.bg-info, .cxd-Table-table > tbody > tr.bg-primary.is-checked > td.bg-info {
  background: var(--saas-Table-Row-Info-Hover) !important;
}
.cxd-Table-table > tbody > tr.bg-primary:hover > td.bg-warning, .cxd-Table-table > tbody > tr.bg-primary.is-current > td.bg-warning, .cxd-Table-table > tbody > tr.bg-primary.is-Highlight > td.bg-warning, .cxd-Table-table > tbody > tr.bg-primary.is-checked > td.bg-warning {
  background: var(--saas-Table-Row-Warning-Hover) !important;
}
.cxd-Table-table > tbody > tr.bg-primary:hover > td.bg-danger, .cxd-Table-table > tbody > tr.bg-primary.is-current > td.bg-danger, .cxd-Table-table > tbody > tr.bg-primary.is-Highlight > td.bg-danger, .cxd-Table-table > tbody > tr.bg-primary.is-checked > td.bg-danger {
  background: var(--saas-Table-Row-Danger-Hover) !important;
}
.cxd-Table-table > tbody > tr.bg-success:hover, .cxd-Table-table > tbody > tr.bg-success.is-current, .cxd-Table-table > tbody > tr.bg-success.is-Highlight, .cxd-Table-table > tbody > tr.bg-success.is-checked {
  background: var(--saas-Table-Row-Success-Hover) !important;
}
.cxd-Table-table > tbody > tr.bg-success:hover > td, .cxd-Table-table > tbody > tr.bg-success.is-current > td, .cxd-Table-table > tbody > tr.bg-success.is-Highlight > td, .cxd-Table-table > tbody > tr.bg-success.is-checked > td {
  background: var(--saas-Table-Row-Success-Hover) !important;
}
.cxd-Table-table > tbody > tr.bg-success:hover > td.bg-primary, .cxd-Table-table > tbody > tr.bg-success.is-current > td.bg-primary, .cxd-Table-table > tbody > tr.bg-success.is-Highlight > td.bg-primary, .cxd-Table-table > tbody > tr.bg-success.is-checked > td.bg-primary {
  background: var(--saas-Table-Row-Primary-Hover) !important;
}
.cxd-Table-table > tbody > tr.bg-success:hover > td.bg-success, .cxd-Table-table > tbody > tr.bg-success.is-current > td.bg-success, .cxd-Table-table > tbody > tr.bg-success.is-Highlight > td.bg-success, .cxd-Table-table > tbody > tr.bg-success.is-checked > td.bg-success {
  background: var(--saas-Table-Row-Success-Hover) !important;
}
.cxd-Table-table > tbody > tr.bg-success:hover > td.bg-info, .cxd-Table-table > tbody > tr.bg-success.is-current > td.bg-info, .cxd-Table-table > tbody > tr.bg-success.is-Highlight > td.bg-info, .cxd-Table-table > tbody > tr.bg-success.is-checked > td.bg-info {
  background: var(--saas-Table-Row-Info-Hover) !important;
}
.cxd-Table-table > tbody > tr.bg-success:hover > td.bg-warning, .cxd-Table-table > tbody > tr.bg-success.is-current > td.bg-warning, .cxd-Table-table > tbody > tr.bg-success.is-Highlight > td.bg-warning, .cxd-Table-table > tbody > tr.bg-success.is-checked > td.bg-warning {
  background: var(--saas-Table-Row-Warning-Hover) !important;
}
.cxd-Table-table > tbody > tr.bg-success:hover > td.bg-danger, .cxd-Table-table > tbody > tr.bg-success.is-current > td.bg-danger, .cxd-Table-table > tbody > tr.bg-success.is-Highlight > td.bg-danger, .cxd-Table-table > tbody > tr.bg-success.is-checked > td.bg-danger {
  background: var(--saas-Table-Row-Danger-Hover) !important;
}
.cxd-Table-table > tbody > tr.bg-info:hover, .cxd-Table-table > tbody > tr.bg-info.is-current, .cxd-Table-table > tbody > tr.bg-info.is-Highlight, .cxd-Table-table > tbody > tr.bg-info.is-checked {
  background: var(--saas-Table-Row-Info-Hover) !important;
}
.cxd-Table-table > tbody > tr.bg-info:hover > td, .cxd-Table-table > tbody > tr.bg-info.is-current > td, .cxd-Table-table > tbody > tr.bg-info.is-Highlight > td, .cxd-Table-table > tbody > tr.bg-info.is-checked > td {
  background: var(--saas-Table-Row-Info-Hover) !important;
}
.cxd-Table-table > tbody > tr.bg-info:hover > td.bg-primary, .cxd-Table-table > tbody > tr.bg-info.is-current > td.bg-primary, .cxd-Table-table > tbody > tr.bg-info.is-Highlight > td.bg-primary, .cxd-Table-table > tbody > tr.bg-info.is-checked > td.bg-primary {
  background: var(--saas-Table-Row-Primary-Hover) !important;
}
.cxd-Table-table > tbody > tr.bg-info:hover > td.bg-success, .cxd-Table-table > tbody > tr.bg-info.is-current > td.bg-success, .cxd-Table-table > tbody > tr.bg-info.is-Highlight > td.bg-success, .cxd-Table-table > tbody > tr.bg-info.is-checked > td.bg-success {
  background: var(--saas-Table-Row-Success-Hover) !important;
}
.cxd-Table-table > tbody > tr.bg-info:hover > td.bg-info, .cxd-Table-table > tbody > tr.bg-info.is-current > td.bg-info, .cxd-Table-table > tbody > tr.bg-info.is-Highlight > td.bg-info, .cxd-Table-table > tbody > tr.bg-info.is-checked > td.bg-info {
  background: var(--saas-Table-Row-Info-Hover) !important;
}
.cxd-Table-table > tbody > tr.bg-info:hover > td.bg-warning, .cxd-Table-table > tbody > tr.bg-info.is-current > td.bg-warning, .cxd-Table-table > tbody > tr.bg-info.is-Highlight > td.bg-warning, .cxd-Table-table > tbody > tr.bg-info.is-checked > td.bg-warning {
  background: var(--saas-Table-Row-Warning-Hover) !important;
}
.cxd-Table-table > tbody > tr.bg-info:hover > td.bg-danger, .cxd-Table-table > tbody > tr.bg-info.is-current > td.bg-danger, .cxd-Table-table > tbody > tr.bg-info.is-Highlight > td.bg-danger, .cxd-Table-table > tbody > tr.bg-info.is-checked > td.bg-danger {
  background: var(--saas-Table-Row-Danger-Hover) !important;
}
.cxd-Table-table > tbody > tr.bg-warning:hover, .cxd-Table-table > tbody > tr.bg-warning.is-current, .cxd-Table-table > tbody > tr.bg-warning.is-Highlight, .cxd-Table-table > tbody > tr.bg-warning.is-checked {
  background: var(--saas-Table-Row-Warning-Hover) !important;
}
.cxd-Table-table > tbody > tr.bg-warning:hover > td, .cxd-Table-table > tbody > tr.bg-warning.is-current > td, .cxd-Table-table > tbody > tr.bg-warning.is-Highlight > td, .cxd-Table-table > tbody > tr.bg-warning.is-checked > td {
  background: var(--saas-Table-Row-Warning-Hover) !important;
}
.cxd-Table-table > tbody > tr.bg-warning:hover > td.bg-primary, .cxd-Table-table > tbody > tr.bg-warning.is-current > td.bg-primary, .cxd-Table-table > tbody > tr.bg-warning.is-Highlight > td.bg-primary, .cxd-Table-table > tbody > tr.bg-warning.is-checked > td.bg-primary {
  background: var(--saas-Table-Row-Primary-Hover) !important;
}
.cxd-Table-table > tbody > tr.bg-warning:hover > td.bg-success, .cxd-Table-table > tbody > tr.bg-warning.is-current > td.bg-success, .cxd-Table-table > tbody > tr.bg-warning.is-Highlight > td.bg-success, .cxd-Table-table > tbody > tr.bg-warning.is-checked > td.bg-success {
  background: var(--saas-Table-Row-Success-Hover) !important;
}
.cxd-Table-table > tbody > tr.bg-warning:hover > td.bg-info, .cxd-Table-table > tbody > tr.bg-warning.is-current > td.bg-info, .cxd-Table-table > tbody > tr.bg-warning.is-Highlight > td.bg-info, .cxd-Table-table > tbody > tr.bg-warning.is-checked > td.bg-info {
  background: var(--saas-Table-Row-Info-Hover) !important;
}
.cxd-Table-table > tbody > tr.bg-warning:hover > td.bg-warning, .cxd-Table-table > tbody > tr.bg-warning.is-current > td.bg-warning, .cxd-Table-table > tbody > tr.bg-warning.is-Highlight > td.bg-warning, .cxd-Table-table > tbody > tr.bg-warning.is-checked > td.bg-warning {
  background: var(--saas-Table-Row-Warning-Hover) !important;
}
.cxd-Table-table > tbody > tr.bg-warning:hover > td.bg-danger, .cxd-Table-table > tbody > tr.bg-warning.is-current > td.bg-danger, .cxd-Table-table > tbody > tr.bg-warning.is-Highlight > td.bg-danger, .cxd-Table-table > tbody > tr.bg-warning.is-checked > td.bg-danger {
  background: var(--saas-Table-Row-Danger-Hover) !important;
}
.cxd-Table-table > tbody > tr.bg-danger:hover, .cxd-Table-table > tbody > tr.bg-danger.is-current, .cxd-Table-table > tbody > tr.bg-danger.is-Highlight, .cxd-Table-table > tbody > tr.bg-danger.is-checked {
  background: var(--saas-Table-Row-Danger-Hover) !important;
}
.cxd-Table-table > tbody > tr.bg-danger:hover > td, .cxd-Table-table > tbody > tr.bg-danger.is-current > td, .cxd-Table-table > tbody > tr.bg-danger.is-Highlight > td, .cxd-Table-table > tbody > tr.bg-danger.is-checked > td {
  background: var(--saas-Table-Row-Danger-Hover) !important;
}
.cxd-Table-table > tbody > tr.bg-danger:hover > td.bg-primary, .cxd-Table-table > tbody > tr.bg-danger.is-current > td.bg-primary, .cxd-Table-table > tbody > tr.bg-danger.is-Highlight > td.bg-primary, .cxd-Table-table > tbody > tr.bg-danger.is-checked > td.bg-primary {
  background: var(--saas-Table-Row-Primary-Hover) !important;
}
.cxd-Table-table > tbody > tr.bg-danger:hover > td.bg-success, .cxd-Table-table > tbody > tr.bg-danger.is-current > td.bg-success, .cxd-Table-table > tbody > tr.bg-danger.is-Highlight > td.bg-success, .cxd-Table-table > tbody > tr.bg-danger.is-checked > td.bg-success {
  background: var(--saas-Table-Row-Success-Hover) !important;
}
.cxd-Table-table > tbody > tr.bg-danger:hover > td.bg-info, .cxd-Table-table > tbody > tr.bg-danger.is-current > td.bg-info, .cxd-Table-table > tbody > tr.bg-danger.is-Highlight > td.bg-info, .cxd-Table-table > tbody > tr.bg-danger.is-checked > td.bg-info {
  background: var(--saas-Table-Row-Info-Hover) !important;
}
.cxd-Table-table > tbody > tr.bg-danger:hover > td.bg-warning, .cxd-Table-table > tbody > tr.bg-danger.is-current > td.bg-warning, .cxd-Table-table > tbody > tr.bg-danger.is-Highlight > td.bg-warning, .cxd-Table-table > tbody > tr.bg-danger.is-checked > td.bg-warning {
  background: var(--saas-Table-Row-Warning-Hover) !important;
}
.cxd-Table-table > tbody > tr.bg-danger:hover > td.bg-danger, .cxd-Table-table > tbody > tr.bg-danger.is-current > td.bg-danger, .cxd-Table-table > tbody > tr.bg-danger.is-Highlight > td.bg-danger, .cxd-Table-table > tbody > tr.bg-danger.is-checked > td.bg-danger {
  background: var(--saas-Table-Row-Danger-Hover) !important;
}
.cxd-Table-table > tbody > tr > td.bg-primary {
  background: var(--saas-Table-Row-Primary) !important;
}
.cxd-Table-table > tbody > tr > td.bg-success {
  background: var(--saas-Table-Row-Success) !important;
}
.cxd-Table-table > tbody > tr > td.bg-info {
  background: var(--saas-Table-Row-Info) !important;
}
.cxd-Table-table > tbody > tr > td.bg-warning {
  background: var(--saas-Table-Row-Warning) !important;
}
.cxd-Table-table > tbody > tr > td.bg-danger {
  background: var(--saas-Table-Row-Danger) !important;
}
.cxd-Table-table > tbody > tr > td.text-primary {
  color: #3574EE !important;
}
.cxd-Table-table > tbody > tr > td.text-success {
  color: #52C41A !important;
}
.cxd-Table-table > tbody > tr > td.text-info {
  color: #13A8A8 !important;
}
.cxd-Table-table > tbody > tr > td.text-warning {
  color: #FDA71E !important;
}
.cxd-Table-table > tbody > tr > td.text-danger {
  color: #F5222D !important;
}
@media screen and (min-width: 769px) {
  .cxd-Table-table > tbody > tr.is-checked {
    background: var(--saas-crud-table-body-is-checked-color);
    border-color: var(--saas-border-color);
  }
  .cxd-Table-table > tbody > tr.is-checked td {
    background-color: var(--saas-crud-table-body-is-checked-color);
  }
  .cxd-Table-table > tbody > tr.is-checked + tr {
    border-color: var(--saas-border-color);
  }
}
.cxd-Table-table > tbody > tr.is-moved, .cxd-Table-table > tbody > tr.is-modified {
  background: var(--Table-onModified-bg);
  border-color: var(--Table-onModified-borderColor);
  color: var(--Table-onModified-color);
}
.cxd-Table-table > tbody > tr.is-moved + tr, .cxd-Table-table > tbody > tr.is-modified + tr {
  border-color: var(--Table-onModified-borderColor);
}
.cxd-Table-table > tbody > tr.is-moved > td, .cxd-Table-table > tbody > tr.is-modified > td {
  background-color: #f7ef9c !important;
  color: var(--saas-Title-Text);
}
.cxd-Table-table > tbody > tr.is-summary {
  background: var(--saas-crud-table-thead-color);
  color: var(--saas-Title-Text);
  font-weight: var(--fontWeightNormal);
}
.cxd-Table-table > tbody > tr.bg-light {
  background-color: #eaf6fe;
  color: #151a26;
}
.cxd-Table-table > tbody > tr.bg-light.lt, .cxd-Table-table > tbody > tr.bg-light .lt {
  background: #f4fafe;
}
.cxd-Table-table > tbody > tr.bg-light.lter, .cxd-Table-table > tbody > tr.bg-light .lter {
  background: #f9fcff;
}
.cxd-Table-table > tbody > tr.bg-light.dk, .cxd-Table-table > tbody > tr.bg-light .dk {
  background: #dbf0fe;
}
.cxd-Table-table > tbody > tr.bg-light.dker, .cxd-Table-table > tbody > tr.bg-light .dker {
  background: #d0ecfe;
}
.cxd-Table-table > tbody > tr.bg-light.bg, .cxd-Table-table > tbody > tr.bg-light .bg {
  background-color: #eaf6fe;
}
.cxd-Table-table > tbody > tr.bg-dark {
  background-color: #343a40;
  color: var(--saas-Title-Text);
}
.cxd-Table-table > tbody > tr.bg-dark.lt, .cxd-Table-table > tbody > tr.bg-dark .lt {
  background: #41474c;
}
.cxd-Table-table > tbody > tr.bg-dark.lter, .cxd-Table-table > tbody > tr.bg-dark .lter {
  background: #4f5458;
}
.cxd-Table-table > tbody > tr.bg-dark.dk, .cxd-Table-table > tbody > tr.bg-dark .dk {
  background: #272d33;
}
.cxd-Table-table > tbody > tr.bg-dark.dker, .cxd-Table-table > tbody > tr.bg-dark .dker {
  background: #1c2125;
}
.cxd-Table-table > tbody > tr.bg-dark.bg, .cxd-Table-table > tbody > tr.bg-dark .bg {
  background-color: #343a40;
}
.cxd-Table-table > tbody > tr.bg-dark a, .cxd-Table-table > tbody > tr.bg-dark .cxd-Button--link {
  color: var(--saas-Title-Text);
}
.cxd-Table-table > tbody > tr.bg-dark a:hover, .cxd-Table-table > tbody > tr.bg-dark .cxd-Button--link:hover {
  color: #fff;
}
.cxd-Table-table > tbody > tr.bg-dark .open > a, .cxd-Table-table > tbody > tr.bg-dark .open > a:hover, .cxd-Table-table > tbody > tr.bg-dark .open > a:focus {
  color: #fff;
}
.cxd-Table-table > tbody > tr.bg-dark .text-muted {
  color: #030405 !important;
}
.cxd-Table-table > tbody > tr.bg-dark .text-lt {
  color: #425278 !important;
}
.cxd-Table-table > tbody > tr.bg-black {
  background-color: #000;
  color: var(--saas-Title-Text);
}
.cxd-Table-table > tbody > tr.bg-black.lt, .cxd-Table-table > tbody > tr.bg-black .lt {
  background: #0d0d0d;
}
.cxd-Table-table > tbody > tr.bg-black.lter, .cxd-Table-table > tbody > tr.bg-black .lter {
  background: #1a1a1a;
}
.cxd-Table-table > tbody > tr.bg-black.dk, .cxd-Table-table > tbody > tr.bg-black .dk {
  background: black;
}
.cxd-Table-table > tbody > tr.bg-black.dker, .cxd-Table-table > tbody > tr.bg-black .dker {
  background: black;
}
.cxd-Table-table > tbody > tr.bg-black.bg, .cxd-Table-table > tbody > tr.bg-black .bg {
  background-color: #000;
}
.cxd-Table-table > tbody > tr.bg-black a, .cxd-Table-table > tbody > tr.bg-black .cxd-Button--link {
  color: var(--saas-Title-Text);
}
.cxd-Table-table > tbody > tr.bg-black a:hover, .cxd-Table-table > tbody > tr.bg-black .cxd-Button--link:hover {
  color: #fff;
}
.cxd-Table-table > tbody > tr.bg-black .open > a, .cxd-Table-table > tbody > tr.bg-black .open > a:hover, .cxd-Table-table > tbody > tr.bg-black .open > a:focus {
  color: #fff;
}
.cxd-Table-table > tbody > tr.bg-black .text-muted {
  color: #030405 !important;
}
.cxd-Table-table > tbody > tr.bg-black .text-lt {
  color: #425278 !important;
}
.cxd-Table-table > tbody > tr.bg-primary {
  background-color: #3574EE;
  color: var(--saas-Title-Text);
}
.cxd-Table-table > tbody > tr.bg-primary.lt, .cxd-Table-table > tbody > tr.bg-primary .lt {
  background: #4f85ee;
}
.cxd-Table-table > tbody > tr.bg-primary.lter, .cxd-Table-table > tbody > tr.bg-primary .lter {
  background: #6896ee;
}
.cxd-Table-table > tbody > tr.bg-primary.dk, .cxd-Table-table > tbody > tr.bg-primary .dk {
  background: #1a63ef;
}
.cxd-Table-table > tbody > tr.bg-primary.dker, .cxd-Table-table > tbody > tr.bg-primary .dker {
  background: #0d56e3;
}
.cxd-Table-table > tbody > tr.bg-primary.bg, .cxd-Table-table > tbody > tr.bg-primary .bg {
  background-color: #3574EE;
}
.cxd-Table-table > tbody > tr.bg-primary a, .cxd-Table-table > tbody > tr.bg-primary .cxd-Button--link {
  color: var(--saas-Title-Text);
}
.cxd-Table-table > tbody > tr.bg-primary a:hover, .cxd-Table-table > tbody > tr.bg-primary .cxd-Button--link:hover {
  color: #fff;
}
.cxd-Table-table > tbody > tr.bg-primary .open > a, .cxd-Table-table > tbody > tr.bg-primary .open > a:hover, .cxd-Table-table > tbody > tr.bg-primary .open > a:focus {
  color: #fff;
}
.cxd-Table-table > tbody > tr.bg-primary .text-muted {
  color: #030405 !important;
}
.cxd-Table-table > tbody > tr.bg-primary .text-lt {
  color: #425278 !important;
}
.cxd-Table-table > tbody > tr.bg-success {
  background-color: #0bc286;
  color: var(--saas-Title-Text);
}
.cxd-Table-table > tbody > tr.bg-success.lt, .cxd-Table-table > tbody > tr.bg-success .lt {
  background: #0fd796;
}
.cxd-Table-table > tbody > tr.bg-success.lter, .cxd-Table-table > tbody > tr.bg-success .lter {
  background: #15eba5;
}
.cxd-Table-table > tbody > tr.bg-success.dk, .cxd-Table-table > tbody > tr.bg-success .dk {
  background: #07ac76;
}
.cxd-Table-table > tbody > tr.bg-success.dker, .cxd-Table-table > tbody > tr.bg-success .dker {
  background: #049666;
}
.cxd-Table-table > tbody > tr.bg-success.bg, .cxd-Table-table > tbody > tr.bg-success .bg {
  background-color: #0bc286;
}
.cxd-Table-table > tbody > tr.bg-success a, .cxd-Table-table > tbody > tr.bg-success .cxd-Button--link {
  color: var(--saas-Title-Text);
}
.cxd-Table-table > tbody > tr.bg-success a:hover, .cxd-Table-table > tbody > tr.bg-success .cxd-Button--link:hover {
  color: #fff;
}
.cxd-Table-table > tbody > tr.bg-success .open > a, .cxd-Table-table > tbody > tr.bg-success .open > a:hover, .cxd-Table-table > tbody > tr.bg-success .open > a:focus {
  color: #fff;
}
.cxd-Table-table > tbody > tr.bg-success .text-muted {
  color: #030405 !important;
}
.cxd-Table-table > tbody > tr.bg-success .text-lt {
  color: #425278 !important;
}
.cxd-Table-table > tbody > tr.bg-info {
  background-color: #3574EE;
  color: var(--saas-Title-Text);
}
.cxd-Table-table > tbody > tr.bg-info.lt, .cxd-Table-table > tbody > tr.bg-info .lt {
  background: #4f85ee;
}
.cxd-Table-table > tbody > tr.bg-info.lter, .cxd-Table-table > tbody > tr.bg-info .lter {
  background: #6896ee;
}
.cxd-Table-table > tbody > tr.bg-info.dk, .cxd-Table-table > tbody > tr.bg-info .dk {
  background: #1a63ef;
}
.cxd-Table-table > tbody > tr.bg-info.dker, .cxd-Table-table > tbody > tr.bg-info .dker {
  background: #0d56e3;
}
.cxd-Table-table > tbody > tr.bg-info.bg, .cxd-Table-table > tbody > tr.bg-info .bg {
  background-color: #3574EE;
}
.cxd-Table-table > tbody > tr.bg-info a, .cxd-Table-table > tbody > tr.bg-info .cxd-Button--link {
  color: var(--saas-Title-Text);
}
.cxd-Table-table > tbody > tr.bg-info a:hover, .cxd-Table-table > tbody > tr.bg-info .cxd-Button--link:hover {
  color: #fff;
}
.cxd-Table-table > tbody > tr.bg-info .open > a, .cxd-Table-table > tbody > tr.bg-info .open > a:hover, .cxd-Table-table > tbody > tr.bg-info .open > a:focus {
  color: #fff;
}
.cxd-Table-table > tbody > tr.bg-info .text-muted {
  color: #030405 !important;
}
.cxd-Table-table > tbody > tr.bg-info .text-lt {
  color: #425278 !important;
}
.cxd-Table-table > tbody > tr.bg-warning {
  background-color: #ffb200;
  color: var(--saas-Title-Text);
}
.cxd-Table-table > tbody > tr.bg-warning.lt, .cxd-Table-table > tbody > tr.bg-warning .lt {
  background: #fcb91c;
}
.cxd-Table-table > tbody > tr.bg-warning.lter, .cxd-Table-table > tbody > tr.bg-warning .lter {
  background: #fabf38;
}
.cxd-Table-table > tbody > tr.bg-warning.dk, .cxd-Table-table > tbody > tr.bg-warning .dk {
  background: #e6a000;
}
.cxd-Table-table > tbody > tr.bg-warning.dker, .cxd-Table-table > tbody > tr.bg-warning .dker {
  background: #cc8e00;
}
.cxd-Table-table > tbody > tr.bg-warning.bg, .cxd-Table-table > tbody > tr.bg-warning .bg {
  background-color: #ffb200;
}
.cxd-Table-table > tbody > tr.bg-warning a, .cxd-Table-table > tbody > tr.bg-warning .cxd-Button--link {
  color: var(--saas-Title-Text);
}
.cxd-Table-table > tbody > tr.bg-warning a:hover, .cxd-Table-table > tbody > tr.bg-warning .cxd-Button--link:hover {
  color: #fff;
}
.cxd-Table-table > tbody > tr.bg-warning .open > a, .cxd-Table-table > tbody > tr.bg-warning .open > a:hover, .cxd-Table-table > tbody > tr.bg-warning .open > a:focus {
  color: #fff;
}
.cxd-Table-table > tbody > tr.bg-warning .text-muted {
  color: #030405 !important;
}
.cxd-Table-table > tbody > tr.bg-warning .text-lt {
  color: #425278 !important;
}
.cxd-Table-table > tbody > tr.bg-danger {
  background-color: #e8684a;
  color: var(--saas-Title-Text);
}
.cxd-Table-table > tbody > tr.bg-danger.lt, .cxd-Table-table > tbody > tr.bg-danger .lt {
  background: #e97c63;
}
.cxd-Table-table > tbody > tr.bg-danger.lter, .cxd-Table-table > tbody > tr.bg-danger .lter {
  background: #ea907b;
}
.cxd-Table-table > tbody > tr.bg-danger.dk, .cxd-Table-table > tbody > tr.bg-danger .dk {
  background: #e85331;
}
.cxd-Table-table > tbody > tr.bg-danger.dker, .cxd-Table-table > tbody > tr.bg-danger .dker {
  background: #e93e16;
}
.cxd-Table-table > tbody > tr.bg-danger.bg, .cxd-Table-table > tbody > tr.bg-danger .bg {
  background-color: #e8684a;
}
.cxd-Table-table > tbody > tr.bg-danger a, .cxd-Table-table > tbody > tr.bg-danger .cxd-Button--link {
  color: var(--saas-Title-Text);
}
.cxd-Table-table > tbody > tr.bg-danger a:hover, .cxd-Table-table > tbody > tr.bg-danger .cxd-Button--link:hover {
  color: #fff;
}
.cxd-Table-table > tbody > tr.bg-danger .open > a, .cxd-Table-table > tbody > tr.bg-danger .open > a:hover, .cxd-Table-table > tbody > tr.bg-danger .open > a:focus {
  color: #fff;
}
.cxd-Table-table > tbody > tr.bg-danger .text-muted {
  color: #030405 !important;
}
.cxd-Table-table > tbody > tr.bg-danger .text-lt {
  color: #425278 !important;
}
.cxd-Table-table > tbody > tr.is-dragging {
  opacity: var(--Table-onDragging-opacity);
}
.cxd-Table-table > tbody > tr.is-current {
  background: var(--Table-onHover-bg);
  border-color: var(--saas-border-color);
}
.cxd-Table-table > tbody > tr.is-current td,
.cxd-Table-table > tbody > tr.is-current .fixed:not(.bg-warning),
.cxd-Table-table > tbody > tr.is-current .cxd-Table-checkCell:not(.bg-warning) {
  background: var(--Table-onHover-bg);
  border-color: var(--saas-border-color);
}
.cxd-Table-table > tbody > tr.is-Highlight > td,
.cxd-Table-table > tbody > tr.is-Highlight .fixed:not(.bg-warning),
.cxd-Table-table > tbody > tr.is-Highlight .cxd-Table-checkCell:not(.bg-warning) {
  border-color: var(--saas-border-color);
}
.cxd-Table-table > tbody > tr.cxd-Table-placeholder {
  background: var(--saas-main-bg);
}
.cxd-Table-table > tbody > tr.cxd-Table-placeholder:hover {
  background: var(--saas-main-bg);
}
.cxd-Table-table tr.cxd-Table-tr--2th .expand-cell .expand-tag {
  position: relative;
}
.cxd-Table-table tr.cxd-Table-tr--2th .cxd-Table-expandCell + td {
  position: relative;
}
.cxd-Table-table tr.cxd-Table-tr--3th .expand-cell .expand-tag {
  position: relative;
}
.cxd-Table-table tr.cxd-Table-tr--3th .cxd-Table-expandCell + td {
  position: relative;
}
.cxd-Table-table tr.cxd-Table-tr--4th .expand-cell .expand-tag {
  position: relative;
}
.cxd-Table-table tr.cxd-Table-tr--4th .cxd-Table-expandCell + td {
  position: relative;
}
.cxd-Table-table tr.cxd-Table-tr--5th .expand-cell .expand-tag {
  position: relative;
}
.cxd-Table-table tr.cxd-Table-tr--5th .cxd-Table-expandCell + td {
  position: relative;
}
.cxd-Table-table tr.cxd-Table-tr--6th .expand-cell .expand-tag {
  position: relative;
}
.cxd-Table-table tr.cxd-Table-tr--6th .cxd-Table-expandCell + td {
  position: relative;
}
.cxd-Table-table tr.cxd-Table-tr--7th .expand-cell .expand-tag {
  position: relative;
}
.cxd-Table-table tr.cxd-Table-tr--7th .cxd-Table-expandCell + td {
  position: relative;
}
.cxd-Table-table tr.cxd-Table-tr--8th .expand-cell .expand-tag {
  position: relative;
}
.cxd-Table-table tr.cxd-Table-tr--8th .cxd-Table-expandCell + td {
  position: relative;
}
.cxd-Table-table tr.cxd-Table-tr--9th .expand-cell .expand-tag {
  position: relative;
}
.cxd-Table-table tr.cxd-Table-tr--9th .cxd-Table-expandCell + td {
  position: relative;
}
.cxd-Table-table tr.cxd-Table-tr--10th .expand-cell .expand-tag {
  position: relative;
}
.cxd-Table-table tr.cxd-Table-tr--10th .cxd-Table-expandCell + td {
  position: relative;
}
.cxd-Table-table tr.cxd-Table-tr--11th .expand-cell .expand-tag {
  position: relative;
}
.cxd-Table-table tr.cxd-Table-tr--11th .cxd-Table-expandCell + td {
  position: relative;
}
.cxd-Table-table tr.cxd-Table-tr--12th .expand-cell .expand-tag {
  position: relative;
}
.cxd-Table-table tr.cxd-Table-tr--12th .cxd-Table-expandCell + td {
  position: relative;
}
.cxd-Table-table tr.cxd-Table-tr--13th .expand-cell .expand-tag {
  position: relative;
}
.cxd-Table-table tr.cxd-Table-tr--13th .cxd-Table-expandCell + td {
  position: relative;
}
.cxd-Table-table tr.cxd-Table-tr--14th .expand-cell .expand-tag {
  position: relative;
}
.cxd-Table-table tr.cxd-Table-tr--14th .cxd-Table-expandCell + td {
  position: relative;
}
.cxd-Table-table tr.cxd-Table-tr--15th .expand-cell .expand-tag {
  position: relative;
}
.cxd-Table-table tr.cxd-Table-tr--15th .cxd-Table-expandCell + td {
  position: relative;
}
.cxd-Table-table tr.cxd-Table-tr--16th .expand-cell .expand-tag {
  position: relative;
}
.cxd-Table-table tr.cxd-Table-tr--16th .cxd-Table-expandCell + td {
  position: relative;
}
.cxd-Table-table tr.cxd-Table-tr--17th .expand-cell .expand-tag {
  position: relative;
}
.cxd-Table-table tr.cxd-Table-tr--17th .cxd-Table-expandCell + td {
  position: relative;
}
.cxd-Table-table tr.cxd-Table-tr--18th .expand-cell .expand-tag {
  position: relative;
}
.cxd-Table-table tr.cxd-Table-tr--18th .cxd-Table-expandCell + td {
  position: relative;
}
.cxd-Table-table tr.cxd-Table-tr--19th .expand-cell .expand-tag {
  position: relative;
}
.cxd-Table-table tr.cxd-Table-tr--19th .cxd-Table-expandCell + td {
  position: relative;
}
.cxd-Table-table tr.cxd-Table-tr--20th .expand-cell .expand-tag {
  position: relative;
}
.cxd-Table-table tr.cxd-Table-tr--20th .cxd-Table-expandCell + td {
  position: relative;
}
.cxd-Table-table > thead > tr > th.cxd-Table-checkCell,
.cxd-Table-table > tbody > tr > td.cxd-Table-checkCell {
  border-right: 0;
  width: 0.0625rem;
  padding: 0 4px;
  white-space: nowrap;
  left: 0;
}
.cxd-Table-table > thead > tr > th.cxd-Table-checkCell .cxd-Checkbox,
.cxd-Table-table > tbody > tr > td.cxd-Table-checkCell .cxd-Checkbox {
  margin: 0;
}
.cxd-Table-table > thead > tr > th.cxd-Table-expandCell,
.cxd-Table-table > tbody > tr > td.cxd-Table-expandCell {
  border-right: 0;
  width: 0.0625rem;
}
.cxd-Table-table > thead > tr > th.cxd-Table-dragCell,
.cxd-Table-table > tbody > tr > td.cxd-Table-dragCell {
  border-right: 0;
  width: 0.0625rem;
  padding-right: 0;
  cursor: move;
}
.cxd-Table-table > thead > tr > th.cxd-Table-dragCell > svg,
.cxd-Table-table > tbody > tr > td.cxd-Table-dragCell > svg {
  vertical-align: middle;
}
.cxd-Table-table > tbody > tr > td.cxd-Table-expandCell {
  position: relative;
}
.cxd-Table-table > tbody > tr > td.cxd-Table-expandCell .cxd-Table-divider-1 {
  display: none;
  z-index: 3;
  position: absolute;
  width: 0.0625rem;
  top: 0;
  bottom: 0;
  height: 100%;
  background: var(--Table-tree-borderColor);
  left: 2rem;
}
.cxd-Table-table > tbody > tr > td.cxd-Table-expandCell .cxd-Table-divider-2 {
  display: none;
  z-index: 3;
  position: absolute;
  width: 0.0625rem;
  top: 0;
  bottom: 0;
  height: 100%;
  background: var(--Table-tree-borderColor);
  left: 3.125rem;
}
.cxd-Table-table > tbody > tr > td.cxd-Table-expandCell .cxd-Table-divider-3 {
  display: none;
  z-index: 3;
  position: absolute;
  width: 0.0625rem;
  top: 0;
  bottom: 0;
  height: 100%;
  background: var(--Table-tree-borderColor);
  left: 4.25rem;
}
.cxd-Table-table > tbody > tr > td.cxd-Table-expandCell .cxd-Table-divider-4 {
  display: none;
  z-index: 3;
  position: absolute;
  width: 0.0625rem;
  top: 0;
  bottom: 0;
  height: 100%;
  background: var(--Table-tree-borderColor);
  left: 5.375rem;
}
.cxd-Table-table > tbody > tr > td.cxd-Table-expandCell .cxd-Table-divider-5 {
  display: none;
  z-index: 3;
  position: absolute;
  width: 0.0625rem;
  top: 0;
  bottom: 0;
  height: 100%;
  background: var(--Table-tree-borderColor);
  left: 6.5rem;
}
.cxd-Table-table > tbody > tr > td.cxd-Table-expandCell .cxd-Table-divider-6 {
  display: none;
  z-index: 3;
  position: absolute;
  width: 0.0625rem;
  top: 0;
  bottom: 0;
  height: 100%;
  background: var(--Table-tree-borderColor);
  left: 7.625rem;
}
.cxd-Table-table > tbody > tr > td.cxd-Table-expandCell .cxd-Table-divider-7 {
  display: none;
  z-index: 3;
  position: absolute;
  width: 0.0625rem;
  top: 0;
  bottom: 0;
  height: 100%;
  background: var(--Table-tree-borderColor);
  left: 8.75rem;
}
.cxd-Table-table > thead > tr > th.cxd-TableCell--sortable {
  position: relative;
}
.cxd-Table-table > thead > tr > th.cxd-TableCell--searchable {
  padding-right: calc(var(--TableCell-paddingX) + var(--TableCell-searchBtn-width));
  position: relative;
}
.cxd-Table-table > thead > tr > th.cxd-TableCell--filterable {
  position: relative;
}
.cxd-Table-table > thead > tr > th.cxd-TableCell--filterable .ant-popover-inner-content {
  padding: 0;
}
.cxd-TableCell-searchBtn {
  cursor: pointer;
  position: absolute;
  right: var(--gap-xs);
  top: 50%;
  transform: translateY(-50%);
  color: var(--text--muted-color);
}
.cxd-TableCell-searchBtn svg.icon {
  width: 12px;
  height: 12px;
}
.cxd-TableCell-searchBtn:hover {
  color: var(--text-color);
}
.cxd-TableCell-searchBtn.is-active {
  color: var(--TableCell-searchBtn--onActive-color);
}
.cxd-TableCell-searchPopOver {
  border: none;
  min-width: 20rem;
  max-width: 40rem;
}
.cxd-TableCell-searchPopOver .cxd-Panel {
  margin: 0;
}
.cxd-TableCell-batchEditPopOver {
  border: none;
  min-width: 10rem;
  max-width: 20rem;
}
.cxd-TableCell-batchEditPopOver .cxd-Panel {
  margin: 0;
}
.cxd-TableCell-filterBtn {
  cursor: pointer;
  width: var(--TableCell-filterBtn-width);
  color: var(--text--muted-color);
}
.cxd-TableCell-filterBtn svg.icon {
  width: 13px;
  height: 13px;
}
.cxd-TableCell-filterBtn:hover {
  color: var(--text-color);
}
.cxd-TableCell-filterBtn.is-active {
  color: var(--TableCell-filterBtn--onActive-color);
}
.cxd-TableCell-filterBtn .cxd-Remark {
  display: inline;
}
.cxd-TableCell-filterPopOver {
  border: none;
  width: 13.375rem;
}
.cxd-TableCell-filterPopOver .filter-header {
  width: 100%;
  display: flex;
  justify-content: space-around;
}
.cxd-TableCell-filterPopOver .filter-footer {
  width: 100%;
  display: flex;
  margin-top: 12px;
}
.cxd-TableCell-filterPopOver .filter-footer-btn {
  flex: 1;
  text-align: right;
}
.cxd-TableCell-filterPopOver .filter-option {
  width: 100%;
  height: 2rem;
  margin-top: 10px;
}
.cxd-TableCell-filterPopOver .filter-option-date {
  padding: 0 4px 0 0;
  border: none;
}
.cxd-TableCell-filterPopOver .filter-option-date input {
  display: none;
}
.cxd-TableCell-filterPopOver .filter-option .ant-input-wrapper .ant-input-group-addon {
  padding: 0 2px;
  background-color: white;
}
.cxd-TableCell-filterPopOver .filter-option .ant-input-wrapper .ant-input-group-addon .cxd-TextControl-addOn {
  padding: 0;
  background-color: #fff;
  border: none;
  cursor: pointer;
}
.cxd-TableCell-filterPopOver .filter-option .ant-input-wrapper .ant-input-group-addon .cxd-TextControl-addOn .cxd-TransferPicker-icon {
  margin: 0;
}
.cxd-TableCell-filterPopOver .filter-option .ant-input-wrapper .ant-input-group-addon .cxd-TextControl-addOn .cxd-TransferPicker-icon .icon-tablet {
  width: 17px;
  height: 17px;
}
.cxd-TableCell-filterPopOver .cxd-DropDown-menu {
  margin: 0;
  padding: 0;
  border-radius: 0;
}
.cxd-TableCell-filterPopOver .cxd-DropDown-menu .cxd-DropDown-divider {
  height: var(--TableCell-filterPopOver-dropDownItem-height);
  line-height: var(--TableCell-filterPopOver-dropDownItem-height);
  padding: var(--TableCell-filterPopOver-dropDownItem-padding);
  background: var(--white);
  margin: 0;
}
.cxd-TableCell-filterPopOver .cxd-DropDown-menu .cxd-DropDown-divider:hover {
  background: var(--light);
  color: var(--primary);
}
.cxd-TableCell-filterPopOver .cxd-DropDown-menu .cxd-DropDown-divider.is-selected {
  background: var(--light);
  color: var(--primary);
}
.cxd-TableCell-filterPopOver .cxd-DropDown-menu .cxd-DropDown-divider .cxd-Checkbox {
  width: 100%;
  margin: 0;
}
.cxd-Table-itemActions-wrap {
  position: absolute;
  width: 100%;
  z-index: calc(var(--Table-fixed-zIndex) + 1);
  left: 0;
  top: 0;
  min-height: 30px;
  pointer-events: none;
  box-shadow: var(--Table-onHover-boxShadow);
}
.cxd-Table-itemActions {
  pointer-events: all;
  position: absolute;
  background: linear-gradient(90deg, rgba(var(--Table-onHover-bg-rgb), 0) 0%, rgba(var(--Table-onHover-bg-rgb), 1) 20%, rgba(var(--Table-onHover-bg-rgb), 1) 100%);
  top: var(--Table-borderWidth);
  bottom: 0;
  right: 0;
  padding-left: 5rem;
  padding-right: var(--TableCell-paddingX);
  display: flex;
  align-items: center;
}
.cxd-Table-itemActions a {
  cursor: pointer;
  padding: var(--gap-xs) var(--gap-sm);
  color: var(--link-color);
  text-decoration: var(--link-decoration);
}
.cxd-Table-itemActions a:hover {
  color: var(--link-onHover-color);
  text-decoration: var(--link-onHover-decoration);
}
.cxd-Table-itemActions a.is-disabled {
  pointer-events: none;
  opacity: var(--Button-onDisabled-opacity);
  color: var(--text--muted-color);
}
.cxd-Table-dragTip {
  color: var(--text--loud-color);
  clear: both;
  margin-top: var(--gap-xs);
  width: 100%;
  color: var(--info);
}
.cxd-Table-footTable {
  position: relative;
  width: 100%;
  border-spacing: 0;
  border-collapse: separate;
  margin-bottom: 0;
  background: transparent;
}
.cxd-Table-footTable > tbody > tr > th {
  width: 7.5rem;
  text-align: right;
  padding: var(--TableCell-paddingY) var(--TableCell-paddingX);
}
.cxd-Table-footTable > tbody > tr > td {
  word-break: break-all;
  padding: var(--TableCell-paddingY) var(--TableCell-paddingX);
}
.cxd-Table-footTable > tbody > tr:not(:first-child) {
  border-top: var(--Table-borderWidth) solid var(--Table-tbody-borderTopColor);
}
.cxd-Table-expandBtn {
  position: relative;
  z-index: 3;
  color: var(--Table-expandBtn-color);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  height: 16px;
}
.cxd-Table-expandBtn > svg {
  display: inline-block;
  text-align: center;
  cursor: pointer;
  transition: transform ease-in-out var(--animation-duration), top ease-in-out var(--animation-duration);
  position: relative;
  transform-origin: 50% 50%;
  width: 0.625rem;
  height: 0.625rem;
  top: 0;
}
.cxd-Table-expandBtn.is-active > svg {
  transform: rotate(90deg);
}
.cxd-Table-expandBtn:hover {
  text-decoration: none;
}
.cxd-Table-dragBtn {
  margin-right: var(--gap-xs);
  display: inline-block;
  visibility: hidden;
  cursor: move;
  color: var(--icon-color);
}
.cxd-Table-dragBtn:hover {
  text-decoration: none;
  color: var(--icon-onHover-color);
}
.cxd-Table-dragBtn > svg {
  vertical-align: -2px;
}
.cxd-Table-table > tbody > tr:hover .cxd-Table-dragBtn, .cxd-Table-table > tbody > tr.is-dragging .cxd-Table-dragBtn, .cxd-Table-table > tbody > tr.is-drop-allowed .cxd-Table-dragBtn {
  visibility: visible;
}
.cxd-Table .fake-hide {
  visibility: hidden;
  position: absolute;
}
.cxd-Table-badge {
  position: absolute;
  top: 0;
  left: 0;
}
.cxd-Table--autoFillHeight {
  margin-bottom: 0;
  background-color: var(--saas-main-bg);
}
.cxd-Table--autoFillHeight > .cxd-Table-contentWrap > .cxd-Table-content table {
  border-top: none;
}
.cxd-Table--autoFillHeight > .cxd-Table-contentWrap > .cxd-Table-content table thead {
  z-index: 2;
}
.cxd-Table--autoFillHeight > .cxd-Table-fixedTop {
  display: none;
}
.cxd-Table--autoFillHeight > .cxd-Table-footToolbar {
  margin-bottom: 0;
  margin-top: var(--Table-toolbar-marginY);
  display: block;
}
.cxd-Table.cxd-Table-horizontal .cxd-Table-table > tbody > tr.is-summary {
  background: var(--saas-crud-table-thead-color);
  cursor: pointer;
}
.cxd-Table.cxd-Table-horizontal .cxd-Table-table > tbody > tr.is-summary td {
  background: var(--saas-crud-table-thead-color);
  font-weight: 600;
}
.cxd-Table.cxd-Table-horizontal .cxd-Table-table > tbody > tr.is-summary td div {
  display: flex;
  align-items: center;
}
.cxd-Table.cxd-Table-horizontal .cxd-Table-table > tbody > tr.is-summary td.ellipsis {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.cxd-Table.cxd-Table-horizontal .cxd-Table-table.hideIndexCol .cxd-Table-pseudoColumn {
  display: none !important;
}
.cxd-Table.cxd-Table-horizontal.is-mobile .cxd-Table-content::-webkit-scrollbar {
  display: none !important;
}

.cxd-TplPop .cxd-PlainField,
.cxd-TplPop .cxd-TplPopover {
  overflow: auto;
  white-space: break-spaces;
  width: 476px;
  height: 214px;
  display: inline-block;
  word-break: break-all;
  margin-right: -5px;
}
@media (max-width: 767px) {
  .cxd-TplPop .cxd-PlainField,
.cxd-TplPop .cxd-TplPopover {
    width: 276px;
  }
}
.cxd-TplPop .cxd-PlainField::-webkit-scrollbar,
.cxd-TplPop .cxd-TplPopover::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.cxd-TplPop .cxd-PlainField::-webkit-scrollbar-track,
.cxd-TplPop .cxd-TplPopover::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #fff;
}
.cxd-TplPop .cxd-PlainField::-webkit-scrollbar-thumb,
.cxd-TplPop .cxd-TplPopover::-webkit-scrollbar-thumb {
  background-color: rgba(144, 147, 153, 0.3);
  border-radius: 10px;
}
.cxd-TplPop .cxd-PlainField::-webkit-scrollbar-thumb:hover,
.cxd-TplPop .cxd-TplPopover::-webkit-scrollbar-thumb:hover {
  background-color: rgba(110, 110, 111, 0.3);
}
.cxd-TplPop .cxd-PlainField p,
.cxd-TplPop .cxd-TplPopover p {
  min-width: 300px;
  white-space: normal;
}
.cxd-TplPop .ant-popover-arrow-content,
.cxd-TplPop .ant-popover-inner {
  background-color: var(--saas-main-bg);
  color: var(--saas-Title-Text);
}
.cxd-TplPop .ant-popover-arrow-content .ant-popover-title,
.cxd-TplPop .ant-popover-inner .ant-popover-title {
  background-color: var(--saas-main-bg);
}
.cxd-TplPop .ant-popover-arrow-content .cxd-Title-tplPop,
.cxd-TplPop .ant-popover-inner .cxd-Title-tplPop {
  color: var(--saas-Title-Text);
}
.cxd-TplPop .ant-popover-arrow-content .cxd-TplPopover,
.cxd-TplPop .ant-popover-inner .cxd-TplPopover {
  color: var(--saas-Title-Text);
}
.cxd-TplPop .ant-popover-arrow-content .cxd-TplPopover .ant-input,
.cxd-TplPop .ant-popover-inner .cxd-TplPopover .ant-input {
  color: var(--saas-Title-Text);
}

.cxd-InputTable.is-mobile .cxd-Table-contentWrap .cxd-Table-table:first-of-type > thead {
  height: 32px;
}
.cxd-InputTable .cxd-Table-contentWrap {
  max-height: 60vh;
}
.cxd-InputTable .cxd-Table-contentWrap .cxd-Table-table:first-of-type > thead {
  position: sticky;
  top: 0;
  z-index: 3;
}
.cxd-InputTable .fieldTitle {
  font-size: 14px;
  padding: 0 16px;
  letter-spacing: 0.5px;
  background: var(--saas-crud-table-thead-color);
}
@media (min-width: 576px) {
  .cxd-InputTable .fieldTitle {
    padding: 0 4px;
  }
}
.cxd-InputTable .fieldBodyFold {
  height: 0;
  overflow: hidden;
}
.cxd-InputTable .toolbars-btn {
  width: 46px !important;
  margin-left: 14px;
  border-radius: 4px;
  padding-left: 18px;
}
.cxd-InputTable .toolbars-btn > span {
  transform: rotate(90deg);
  font-size: 13px;
  display: inline-block;
  letter-spacing: 2px;
  font-weight: 800;
}
.cxd-InputTable .cxd-Table {
  margin-bottom: 0;
}
@media (min-width: 576px) {
  .cxd-InputTable .cxd-Table {
    padding: 0;
  }
}
@media screen and (min-width: 769px) {
  .cxd-InputTable .cxd-Table td {
    background-color: unset;
  }
  .cxd-InputTable .cxd-Table .fixed-right-first {
    background-color: var(--saas-crud-table-thead-color);
  }
}
.cxd-InputTable .cxd-Table-table > tbody > tr.bg-warning {
  color: unset;
}
.cxd-InputTable .cxd-Table-table > tbody > tr.bg-warning:hover {
  color: rgba(0, 0, 0, 0.85);
}
.cxd-InputTable .cxd-Table td.cxd-Table-pseudoColumn {
  background-color: var(--saas-main-bg);
}
.cxd-InputTable .cxd-Table td.bg-warning {
  color: unset;
}
.cxd-InputTable .cxd-Table td.bg-warning:hover {
  color: rgba(0, 0, 0, 0.85);
}
.cxd-InputTable .cxd-Table tr.bg-warning td {
  color: unset;
}
.cxd-InputTable .cxd-Table tr.bg-warning td:hover {
  color: rgba(0, 0, 0, 0.85);
}
.cxd-InputTable .cxd-Table .cxd-Table-table > tbody > tr > td > .cxd-Form-item {
  margin-bottom: 0;
}
.cxd-InputTable .cxd-Table-horizontal .cxd-Table-table > thead > tr th .cxd-TableCell--title .cxd-Remark-icon {
  vertical-align: text-top;
  color: var(--saas-Placeholder-Text);
}
.cxd-InputTable .cxd-Table-horizontal .cxd-Table-table > tbody > tr.is-moved, .cxd-InputTable .cxd-Table-horizontal .cxd-Table-table > tbody > tr.is-modified {
  background: #fff;
  border-color: #f5f5f5;
}
.cxd-InputTable .cxd-Table-horizontal .cxd-Table-table > tbody > tr.is-moved > td, .cxd-InputTable .cxd-Table-horizontal .cxd-Table-table > tbody > tr.is-modified > td {
  background-color: #fff !important;
}
.cxd-InputTable.horizontal.is-mobile .cxd-InputTable-toolbar {
  margin-top: 3px;
  flex-wrap: nowrap;
}
.cxd-InputTable.horizontal.is-mobile .cxd-InputTable-toolbar .cxd-Button {
  flex: 1;
  border-radius: 6px;
}
.cxd-InputTable .cxd-Table.cxd-Table-horizontal.is-mobile .cxd-Table-contentWrap .cxd-Table-content .cxd-Table-table thead > tr {
  height: 27px;
  line-height: 27px;
}
.cxd-InputTable .cxd-Table.cxd-Table-horizontal.is-mobile .cxd-Table-contentWrap .cxd-Table-content .cxd-Table-table thead > tr .cxd-TableCell--title {
  align-items: center;
}
.cxd-InputTable .cxd-Table.cxd-Table-horizontal.is-mobile .cxd-Table-contentWrap .cxd-Table-content .cxd-Table-table thead > tr > th {
  background-color: var(--them-bg-color);
  border-top: 1px solid var(--saas-Border-Dividers);
  border-bottom: 1px solid var(--saas-Border-Dividers);
}
.cxd-InputTable .cxd-Table.cxd-Table-horizontal.is-mobile .cxd-Table-contentWrap .cxd-Table-content .cxd-Table-table thead > tr > th:last-child {
  border-right: 1px solid var(--saas-Border-Dividers);
}
.cxd-InputTable.cxd-Property-tiled .cxd-InputTable-toolbar, .cxd-InputTable.cxd-Line-tiled .cxd-InputTable-toolbar {
  padding: 4px 8px;
  justify-content: flex-start;
}
.cxd-InputTable.cxd-Property-tiled .cxd-InputTable-toolbar > .cxd-Button, .cxd-InputTable.cxd-Line-tiled .cxd-InputTable-toolbar > .cxd-Button {
  flex: 1;
}
.cxd-InputTable.cxd-Property-tiled .property-empty-toolbar, .cxd-InputTable.cxd-Line-tiled .property-empty-toolbar {
  border-top: 1px solid #eceff8;
}
.cxd-InputTable.cxd-Property-tiled .property-tiled,
.cxd-InputTable.cxd-Property-tiled .line-tiled, .cxd-InputTable.cxd-Line-tiled .property-tiled,
.cxd-InputTable.cxd-Line-tiled .line-tiled {
  overflow-y: auto;
}
.cxd-InputTable.cxd-Property-tiled .property-tiled .empty-container,
.cxd-InputTable.cxd-Property-tiled .line-tiled .empty-container, .cxd-InputTable.cxd-Line-tiled .property-tiled .empty-container,
.cxd-InputTable.cxd-Line-tiled .line-tiled .empty-container {
  letter-spacing: 0.5px;
}
.cxd-InputTable.cxd-Property-tiled .property-tiled .empty-container .empty-content,
.cxd-InputTable.cxd-Property-tiled .line-tiled .empty-container .empty-content, .cxd-InputTable.cxd-Line-tiled .property-tiled .empty-container .empty-content,
.cxd-InputTable.cxd-Line-tiled .line-tiled .empty-container .empty-content {
  text-align: center;
  padding: 16px;
}
.cxd-InputTable.cxd-Property-tiled .property-tiled .empty-container .empty-content .ant-empty,
.cxd-InputTable.cxd-Property-tiled .line-tiled .empty-container .empty-content .ant-empty, .cxd-InputTable.cxd-Line-tiled .property-tiled .empty-container .empty-content .ant-empty,
.cxd-InputTable.cxd-Line-tiled .line-tiled .empty-container .empty-content .ant-empty {
  background: var(--saas-main-bg);
}
.cxd-InputTable.cxd-Property-tiled .property-tiled .empty-container .empty-title,
.cxd-InputTable.cxd-Property-tiled .line-tiled .empty-container .empty-title, .cxd-InputTable.cxd-Line-tiled .property-tiled .empty-container .empty-title,
.cxd-InputTable.cxd-Line-tiled .line-tiled .empty-container .empty-title {
  padding: 0;
  background: transparent;
}
.cxd-InputTable.cxd-Property-tiled .property-tiled .empty-container .empty-title .cxd-Remark,
.cxd-InputTable.cxd-Property-tiled .line-tiled .empty-container .empty-title .cxd-Remark, .cxd-InputTable.cxd-Line-tiled .property-tiled .empty-container .empty-title .cxd-Remark,
.cxd-InputTable.cxd-Line-tiled .line-tiled .empty-container .empty-title .cxd-Remark {
  color: var(--saas-Placeholder-Text);
  vertical-align: sub;
  margin-left: 4px;
  margin-right: 4px;
  line-height: 0;
}
.cxd-InputTable.cxd-Property-tiled .property-tiled .empty-container .empty-title .cxd-Remark > svg,
.cxd-InputTable.cxd-Property-tiled .line-tiled .empty-container .empty-title .cxd-Remark > svg, .cxd-InputTable.cxd-Line-tiled .property-tiled .empty-container .empty-title .cxd-Remark > svg,
.cxd-InputTable.cxd-Line-tiled .line-tiled .empty-container .empty-title .cxd-Remark > svg {
  top: 0;
  width: 1rem;
  height: 1rem;
}
.cxd-InputTable.cxd-Property-tiled .property-tiled .empty-container .empty-title .cxd-Remark:hover > svg,
.cxd-InputTable.cxd-Property-tiled .line-tiled .empty-container .empty-title .cxd-Remark:hover > svg, .cxd-InputTable.cxd-Line-tiled .property-tiled .empty-container .empty-title .cxd-Remark:hover > svg,
.cxd-InputTable.cxd-Line-tiled .line-tiled .empty-container .empty-title .cxd-Remark:hover > svg {
  color: var(--saas-Placeholder-Text);
}
.cxd-InputTable.cxd-Property-tiled .property-tiled .tiled-item-title,
.cxd-InputTable.cxd-Property-tiled .line-tiled .tiled-item-title, .cxd-InputTable.cxd-Line-tiled .property-tiled .tiled-item-title,
.cxd-InputTable.cxd-Line-tiled .line-tiled .tiled-item-title {
  justify-content: space-between;
  align-items: center;
  padding: 0px 0px 0px 4px;
  letter-spacing: 0.5px;
  border-bottom: 1px solid var(--saas-Border-Dividers);
}
.cxd-InputTable.cxd-Property-tiled .property-tiled .tiled-item-title.isAdding,
.cxd-InputTable.cxd-Property-tiled .line-tiled .tiled-item-title.isAdding, .cxd-InputTable.cxd-Line-tiled .property-tiled .tiled-item-title.isAdding,
.cxd-InputTable.cxd-Line-tiled .line-tiled .tiled-item-title.isAdding {
  border-top: 1px solid var(--saas-Border-Dividers);
  color: #4285f4;
}
.cxd-InputTable.cxd-Property-tiled .property-tiled .tiled-item-title .tiled-item-title-left > span .cxd-Remark,
.cxd-InputTable.cxd-Property-tiled .line-tiled .tiled-item-title .tiled-item-title-left > span .cxd-Remark, .cxd-InputTable.cxd-Line-tiled .property-tiled .tiled-item-title .tiled-item-title-left > span .cxd-Remark,
.cxd-InputTable.cxd-Line-tiled .line-tiled .tiled-item-title .tiled-item-title-left > span .cxd-Remark {
  color: var(--saas-Placeholder-Text);
  vertical-align: sub;
  margin-left: 4px;
  margin-right: 4px;
}
.cxd-InputTable.cxd-Property-tiled .property-tiled .tiled-item-title .tiled-item-title-left > span .cxd-Remark > svg,
.cxd-InputTable.cxd-Property-tiled .line-tiled .tiled-item-title .tiled-item-title-left > span .cxd-Remark > svg, .cxd-InputTable.cxd-Line-tiled .property-tiled .tiled-item-title .tiled-item-title-left > span .cxd-Remark > svg,
.cxd-InputTable.cxd-Line-tiled .line-tiled .tiled-item-title .tiled-item-title-left > span .cxd-Remark > svg {
  top: 0;
  width: 1rem;
  height: 1rem;
}
.cxd-InputTable.cxd-Property-tiled .property-tiled .tiled-item-title .tiled-item-title-left > span .cxd-Remark:hover > svg,
.cxd-InputTable.cxd-Property-tiled .line-tiled .tiled-item-title .tiled-item-title-left > span .cxd-Remark:hover > svg, .cxd-InputTable.cxd-Line-tiled .property-tiled .tiled-item-title .tiled-item-title-left > span .cxd-Remark:hover > svg,
.cxd-InputTable.cxd-Line-tiled .line-tiled .tiled-item-title .tiled-item-title-left > span .cxd-Remark:hover > svg {
  color: var(--saas-Placeholder-Text);
}
.cxd-InputTable.cxd-Property-tiled .property-tiled.virtual-tiled-table,
.cxd-InputTable.cxd-Property-tiled .line-tiled.virtual-tiled-table, .cxd-InputTable.cxd-Line-tiled .property-tiled.virtual-tiled-table,
.cxd-InputTable.cxd-Line-tiled .line-tiled.virtual-tiled-table {
  height: 60vh;
}
.cxd-InputTable.cxd-Property-tiled .property-tiled.virtual-tiled-table .table-vertical-virtual-list .ant-list-item,
.cxd-InputTable.cxd-Property-tiled .line-tiled.virtual-tiled-table .table-vertical-virtual-list .ant-list-item, .cxd-InputTable.cxd-Line-tiled .property-tiled.virtual-tiled-table .table-vertical-virtual-list .ant-list-item,
.cxd-InputTable.cxd-Line-tiled .line-tiled.virtual-tiled-table .table-vertical-virtual-list .ant-list-item {
  padding: 0;
  border: none;
}
.cxd-InputTable.cxd-Property-tiled .property-tiled.virtual-tiled-table .table-vertical-virtual-list .ant-list-item .virtual-list-row-item,
.cxd-InputTable.cxd-Property-tiled .line-tiled.virtual-tiled-table .table-vertical-virtual-list .ant-list-item .virtual-list-row-item, .cxd-InputTable.cxd-Line-tiled .property-tiled.virtual-tiled-table .table-vertical-virtual-list .ant-list-item .virtual-list-row-item,
.cxd-InputTable.cxd-Line-tiled .line-tiled.virtual-tiled-table .table-vertical-virtual-list .ant-list-item .virtual-list-row-item {
  width: 100%;
}
.cxd-InputTable.cxd-Property-tiled .line-tiled .empty-container, .cxd-InputTable.cxd-Line-tiled .line-tiled .empty-container {
  color: #5e626a;
}
.cxd-InputTable.cxd-Property-tiled .line-tiled .tiled-item-title, .cxd-InputTable.cxd-Line-tiled .line-tiled .tiled-item-title {
  color: #5e626a;
}
@media (max-width: 767px) {
  .cxd-InputTable.cxd-Property-tiled .line-tiled .empty-container,
.cxd-InputTable.cxd-Property-tiled .line-tiled .tiled-item, .cxd-InputTable.cxd-Line-tiled .line-tiled .empty-container,
.cxd-InputTable.cxd-Line-tiled .line-tiled .tiled-item {
    color: inherit;
    margin-top: 16px;
  }
  .cxd-InputTable.cxd-Property-tiled .line-tiled .empty-container:nth-child(1),
.cxd-InputTable.cxd-Property-tiled .line-tiled .tiled-item:nth-child(1), .cxd-InputTable.cxd-Line-tiled .line-tiled .empty-container:nth-child(1),
.cxd-InputTable.cxd-Line-tiled .line-tiled .tiled-item:nth-child(1) {
    margin: 0;
  }
  .cxd-InputTable.cxd-Property-tiled .line-tiled .empty-container-title,
.cxd-InputTable.cxd-Property-tiled .line-tiled .tiled-item-title, .cxd-InputTable.cxd-Line-tiled .line-tiled .empty-container-title,
.cxd-InputTable.cxd-Line-tiled .line-tiled .tiled-item-title {
    color: inherit;
    border-bottom: 1px solid var(--saas-Border-Dividers);
    padding: 16px 0;
  }
  .cxd-InputTable.cxd-Property-tiled .line-tiled .empty-container-title:has(.tiled-item-title-left:empty),
.cxd-InputTable.cxd-Property-tiled .line-tiled .tiled-item-title:has(.tiled-item-title-left:empty), .cxd-InputTable.cxd-Line-tiled .line-tiled .empty-container-title:has(.tiled-item-title-left:empty),
.cxd-InputTable.cxd-Line-tiled .line-tiled .tiled-item-title:has(.tiled-item-title-left:empty) {
    display: none;
  }
  .cxd-InputTable.cxd-Property-tiled .line-tiled .empty-container .cxd-Form-static .cxd-Form-control,
.cxd-InputTable.cxd-Property-tiled .line-tiled .tiled-item .cxd-Form-static .cxd-Form-control, .cxd-InputTable.cxd-Line-tiled .line-tiled .empty-container .cxd-Form-static .cxd-Form-control,
.cxd-InputTable.cxd-Line-tiled .line-tiled .tiled-item .cxd-Form-static .cxd-Form-control {
    width: unset !important;
  }
  .cxd-InputTable.cxd-Property-tiled .line-tiled .empty-container-titlename,
.cxd-InputTable.cxd-Property-tiled .line-tiled .tiled-item-titlename, .cxd-InputTable.cxd-Line-tiled .line-tiled .empty-container-titlename,
.cxd-InputTable.cxd-Line-tiled .line-tiled .tiled-item-titlename {
    display: flex;
    justify-content: space-between;
    background: var(--them-bg-color);
    color: var(--saas-Title-Text);
    border-radius: 0px 4px 4px 0;
    align-items: center;
  }
  .cxd-InputTable.cxd-Property-tiled .line-tiled .empty-container-titlename-fieldTitle,
.cxd-InputTable.cxd-Property-tiled .line-tiled .tiled-item-titlename-fieldTitle, .cxd-InputTable.cxd-Line-tiled .line-tiled .empty-container-titlename-fieldTitle,
.cxd-InputTable.cxd-Line-tiled .line-tiled .tiled-item-titlename-fieldTitle {
    font-size: 14px;
    color: inherit;
    font-weight: 500;
  }
  .cxd-InputTable.cxd-Property-tiled .line-tiled .empty-container-titlename .cxd-Button--link,
.cxd-InputTable.cxd-Property-tiled .line-tiled .tiled-item-titlename .cxd-Button--link, .cxd-InputTable.cxd-Line-tiled .line-tiled .empty-container-titlename .cxd-Button--link,
.cxd-InputTable.cxd-Line-tiled .line-tiled .tiled-item-titlename .cxd-Button--link {
    color: #f5222d;
  }
  .cxd-InputTable.cxd-Property-tiled .line-tiled .tiled-item:first-child .tiled-item-title, .cxd-InputTable.cxd-Line-tiled .line-tiled .tiled-item:first-child .tiled-item-title {
    padding: 8px 16px;
  }
  .cxd-InputTable.cxd-Property-tiled .line-tiled .tiled-item-title-left, .cxd-InputTable.cxd-Line-tiled .line-tiled .tiled-item-title-left {
    display: flex;
    justify-content: space-around;
  }
  .cxd-InputTable.cxd-Property-tiled .line-tiled .tiled-item-title-left:empty, .cxd-InputTable.cxd-Line-tiled .line-tiled .tiled-item-title-left:empty {
    display: none;
  }
  .cxd-InputTable.cxd-Property-tiled .line-tiled .tiled-item-title-left .cxd-Button, .cxd-InputTable.cxd-Line-tiled .line-tiled .tiled-item-title-left .cxd-Button {
    border-radius: 10px;
  }
  .cxd-InputTable.cxd-Property-tiled .line-tiled .tiled-item-title-left .cxd-Button--danger, .cxd-InputTable.cxd-Line-tiled .line-tiled .tiled-item-title-left .cxd-Button--danger {
    width: 80px;
  }
  .cxd-InputTable.cxd-Property-tiled .line-tiled .tiled-item-title-left .cxd-Button--info, .cxd-InputTable.cxd-Line-tiled .line-tiled .tiled-item-title-left .cxd-Button--info {
    background: var(--saas-Primary-Color);
    width: 270px;
  }
  .cxd-InputTable.cxd-Property-tiled .line-tiled .tiled-item-title-left .cxd-AddBtnLabel, .cxd-InputTable.cxd-Line-tiled .line-tiled .tiled-item-title-left .cxd-AddBtnLabel {
    border: 1px solid var(--saas-Primary-Color);
    border-radius: 6px;
    width: 100%;
    color: var(--saas-Primary-Color);
  }
  .cxd-InputTable.cxd-Property-tiled .line-tiled .tiled-item, .cxd-InputTable.cxd-Line-tiled .line-tiled .tiled-item {
    border-bottom: 1px solid var(--saas-Border-Dividers);
  }
  .cxd-InputTable.cxd-Property-tiled .line-tiled .tiled-item:last-child, .cxd-InputTable.cxd-Line-tiled .line-tiled .tiled-item:last-child {
    border-bottom: none;
  }
}
@media (min-width: 576px) {
  .cxd-InputTable.cxd-Property-tiled .line-tiled .empty-container, .cxd-InputTable.cxd-Line-tiled .line-tiled .empty-container {
    color: rgba(0, 0, 0, 0.85);
  }
  .cxd-InputTable.cxd-Property-tiled .line-tiled .tiled-item-titlename, .cxd-InputTable.cxd-Line-tiled .line-tiled .tiled-item-titlename {
    display: flex;
    justify-content: space-between;
  }
}
.cxd-InputTable.cxd-Property-tiled .property-tiled {
  overflow-x: hidden;
}
.cxd-InputTable.cxd-Property-tiled .property-tiled .empty-title {
  background: var(--saas-form-property-title-color);
  padding: 0 4px !important;
}
.cxd-InputTable.cxd-Property-tiled .property-tiled .tiled-item > .cxd-Form > .cxd-Property > table > tbody > tr > td > .cell > .cxd-NumberField {
  padding: 0 4px;
}
.cxd-InputTable.cxd-Property-tiled .property-tiled .tiled-item > .cxd-Form > .cxd-Property .cxd-Form-item > .cxd-Form-value > .cxd-Form-static {
  padding: 0 4px;
  min-height: 32px;
}
.cxd-InputTable.cxd-Property-tiled .property-tiled .tiled-item:last-child .cxd-Property-wrapper .cxd-Property-wrapper-content-row:last-child {
  border-bottom: none;
}
.cxd-InputTable.cxd-Property-tiled .property-tiled .cxd-Property > table {
  border-right: none;
  border-left: none;
}
.cxd-InputTable.cxd-Property-tiled .property-tiled .cxd-Property > table th {
  border-left: none;
}
.cxd-InputTable.cxd-Property-tiled .property-tiled .cxd-Property > table tr td:last-child {
  border-right: none;
}
.cxd-InputTable.cxd-Line-tiled.is-mobile .cxd-InputTable-toolbar {
  padding: 4px 0;
}
.cxd-InputTable.cxd-Line-tiled.is-mobile .line-tiled .tiled-item > .cxd-Form > .cxd-Form-item--horizontal {
  padding: 12px 0 !important;
}
.cxd-InputTable .cxd-Table-table > thead > tr > th {
  background: var(--saas-crud-table-thead-color);
}
.cxd-InputTable.is-mobile .line-tiled .tiled-item .tiled-item-titlename {
  padding-left: 0;
}
.cxd-InputTable.is-mobile .line-tiled .tiled-item .cxd-Form.inModal .cxd-Form-item {
  margin-left: 0;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cxd-InputTable.is-mobile .line-tiled .tiled-item .cxd-Form.inModal .cxd-Form-item.verticalField {
  padding-right: 0 !important;
}

.cxd-InputTable-toolbar {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cxd-InputTable-toolbar .add-row {
  border: 1px dashed #ccc;
  cursor: pointer;
  height: 38px;
  line-height: 38px;
  text-align: center;
  width: 100%;
}
.cxd-InputTable-toolbar .add-row.disabled {
  cursor: not-allowed;
}
.cxd-InputTable-toolbar .add-row i {
  margin: auto;
  padding: 6px 0;
}
@media (min-width: 576px) {
  .cxd-InputTable-toolbar .add-row {
    margin: 0 8px 8px 8px;
  }
}
@media (max-width: 767px) {
  .cxd-InputTable-toolbar .cxd-AddBtnLabel {
    border: 1px solid var(--saas-Primary-Color);
    border-radius: 6px;
    width: 100%;
    color: var(--saas-Primary-Color);
  }
}

.cxd-InputTable-pager {
  margin-left: auto;
}

.cxd-OperationField > .cxd-Button,
.cxd-OperationField > .cxd-Button--disabled-wrap > .cxd-Button {
  margin: 0.1875rem;
}
.cxd-OperationField > .cxd-Button--disabled-wrap > .cxd-Button--link {
  padding: 0;
}
.cxd-OperationField > .cxd-Button--link {
  padding: 0;
  margin-right: 0.625rem;
}

@media screen and (min-width: 1100px) {
  .cxd-Table .table-ping-left .fixed-left-last::after {
    box-shadow: inset 10px 0 8px -8px #00000026;
  }
  .cxd-Table .table-ping-right .fixed-right-first::before {
    box-shadow: inset -10px 0 8px -8px #00000026;
  }
}
@media (max-width: 767px) {
  .cxd-Table.fix-left .fixed-left-last::after {
    box-shadow: inset 10px 0 8px -8px #00000026;
  }
  .cxd-Table.fix-right .fixed-right-first::before {
    box-shadow: inset -10px 0 8px -8px #00000026;
  }
  .cxd-Table-contentWrap .cxd-Table-content .table-vertical-virtual-list {
    background-color: var(--saas-Background-Header);
  }
  .cxd-Table-contentWrap .cxd-Table-content .table-vertical-virtual-list .ant-list-item {
    padding: 0 0 12px 0;
    border: none;
  }
  .cxd-Table-contentWrap .cxd-Table-content .table-vertical-virtual-list .ant-list-item .virtual-list-row-item {
    background: var(--saas-main-bg);
    padding: 0 12px;
    width: 100%;
    color: var(--saas-Title-Text);
  }
  .cxd-Table-contentWrap .cxd-Table-content .table-vertical-virtual-list .ant-list-item .virtual-list-row-item .table-vertical-row-colItem {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 38px;
    line-height: 38px;
    background-color: var(--saas-Background-Header);
  }
  .cxd-Table-contentWrap .cxd-Table-content .table-vertical-virtual-list .ant-list-item .virtual-list-row-item .table-vertical-row-colItem.first-colItem {
    height: 50px;
    line-height: 50px;
    background-color: var(--saas-main-bg);
    display: flex;
    justify-content: flex-start;
  }
  .cxd-Table-contentWrap .cxd-Table-content .table-vertical-virtual-list .ant-list-item .virtual-list-row-item .table-vertical-row-colItem.first-colItem .colItem-label {
    display: flex;
    justify-content: flex-start;
  }
  .cxd-Table-contentWrap .cxd-Table-content .table-vertical-virtual-list .ant-list-item .virtual-list-row-item .table-vertical-row-colItem.first-colItem .colItem-checkbox-label {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .cxd-Table-contentWrap .cxd-Table-content .table-vertical-virtual-list .ant-list-item .virtual-list-row-item .table-vertical-row-colItem .colItem-label {
    padding: 0 12px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 7.5rem;
  }
  .cxd-Table-contentWrap .cxd-Table-content .table-vertical-virtual-list .ant-list-item .virtual-list-row-item .table-vertical-row-colItem .colItem-label .colItem-checkbox .cxd-Checkbox i {
    width: 22px;
    height: 22px;
    border-radius: 50%;
  }
  .cxd-Table-contentWrap .cxd-Table-content .table-vertical-virtual-list .ant-list-item .virtual-list-row-item .table-vertical-row-colItem .colItem-label .colItem-checkbox-label {
    flex: 1;
  }
  .cxd-Table-contentWrap .cxd-Table-content .table-vertical-virtual-list .ant-list-item .virtual-list-row-item .table-vertical-row-colItem .colItem-value {
    padding: 0 12px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: calc(100% - 7.5rem);
    height: 100%;
  }
  .cxd-Table-contentWrap .cxd-Table-content .table-vertical-virtual-list .ant-list-item .virtual-list-row-item .table-vertical-row-colItem .colItem-value span.cxd-PlainField {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .cxd-Table-contentWrap .cxd-Table-content .table-vertical-virtual-list .ant-list-item .virtual-list-row-item .table-vertical-row-colItem .colItem-value div,
.cxd-Table-contentWrap .cxd-Table-content .table-vertical-virtual-list .ant-list-item .virtual-list-row-item .table-vertical-row-colItem .colItem-value p,
.cxd-Table-contentWrap .cxd-Table-content .table-vertical-virtual-list .ant-list-item .virtual-list-row-item .table-vertical-row-colItem .colItem-value span {
    height: 100%;
  }
  .cxd-Table-contentWrap .cxd-Table-content .table-vertical-virtual-list .ant-list-item .virtual-list-row-item .table-vertical-row-colItem .colItem-value .cxd-Progress.line-mode .cxd-Progress-line {
    height: auto;
  }
  .cxd-Table-contentWrap .cxd-Table-content .table-vertical-virtual-list .ant-list-item .virtual-list-row-item .table-vertical-row-colItem .colItem-value .is-linkUrl {
    color: var(--saas-Link-Text) !important;
  }
  .cxd-Table-contentWrap .cxd-Table-content .table-vertical-virtual-list .ant-list-item .virtual-list-row-item .table-vertical-row-colItem.first-colItem {
    height: 50px;
    line-height: 50px;
    background-color: var(--saas-main-bg);
  }
  .cxd-Table-contentWrap .cxd-Table-content .table-vertical-virtual-list .ant-list-item .virtual-list-row-item .row-item-expand {
    text-align: center;
    background: var(--saas-Background-Header);
    height: 32px;
    line-height: 32px;
  }
  .cxd-Table-contentWrap .cxd-Table-content .table-vertical-virtual-list .ant-list-item .virtual-list-row-item .row-item-operation {
    text-align: right;
    padding: 10px 0;
    background: var(--saas-main-bg);
    overflow: auto;
  }
  .cxd-Table-contentWrap .cxd-Table-content .table-vertical-virtual-list .ant-list-item .virtual-list-row-item .row-item-operation > div > button {
    margin-left: 8px;
  }
  .cxd-Table-contentWrap .cxd-Table-content .table-vertical-virtual-list .rc-virtual-list-scrollbar {
    width: 0 !important;
    display: none;
  }
}
.cxd-Table td.fixed-left-last,
.cxd-Table td.fixed-right-first {
  overflow: visible;
}
.cxd-Table .fixed-left-last::after,
.cxd-Table .fixed-right-first::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: -1px;
  width: 30px;
  transition: box-shadow 0.1s;
  pointer-events: none;
  background-color: unset;
}
.cxd-Table .fixed-left-last::after {
  right: 0;
  transform: translate(100%);
}
.cxd-Table .fixed-right-first::before {
  left: 0;
  transform: translate(-100%);
}
.cxd-Table.fix-left .fixed-left-last::after {
  width: 30px;
  background-color: unset;
}
.cxd-Table.fix-left th.cxd-Table-checkCell:not(.bg-warning), .cxd-Table.fix-right th.cxd-Table-checkCell:not(.bg-warning) {
  background: var(--saas-crud-table-thead-color);
}
.cxd-Table.fix-left tr.is-hovered .fixed,
.cxd-Table.fix-left tr.is-hovered .cxd-Table-checkCell, .cxd-Table.fix-right tr.is-hovered .fixed,
.cxd-Table.fix-right tr.is-hovered .cxd-Table-checkCell {
  background: var(--Table-onHover-bg);
  border-color: var(--saas-border-color);
}
.cxd-Table td.bg-warning {
  background-color: #ffb200;
  color: var(--saas-Title-Text);
}
.cxd-Table td.bg-warning.lt, .cxd-Table td.bg-warning .lt {
  background: #fcb91c;
}
.cxd-Table td.bg-warning.lter, .cxd-Table td.bg-warning .lter {
  background: #fabf38;
}
.cxd-Table td.bg-warning.dk, .cxd-Table td.bg-warning .dk {
  background: #e6a000;
}
.cxd-Table td.bg-warning.dker, .cxd-Table td.bg-warning .dker {
  background: #cc8e00;
}
.cxd-Table td.bg-warning.bg, .cxd-Table td.bg-warning .bg {
  background-color: #ffb200;
}
.cxd-Table td.bg-warning a, .cxd-Table td.bg-warning .cxd-Button--link {
  color: var(--saas-Title-Text);
}
.cxd-Table td.bg-warning a:hover, .cxd-Table td.bg-warning .cxd-Button--link:hover {
  color: #fff;
}
.cxd-Table td.bg-warning .open > a, .cxd-Table td.bg-warning .open > a:hover, .cxd-Table td.bg-warning .open > a:focus {
  color: #fff;
}
.cxd-Table td.bg-warning .text-muted {
  color: #030405 !important;
}
.cxd-Table td.bg-warning .text-lt {
  color: #425278 !important;
}

td {
  background-color: inherit;
}

tr.bg-warning td {
  background-color: #ffb200;
  color: var(--saas-Title-Text);
}
tr.bg-warning td.lt, tr.bg-warning td .lt {
  background: #fcb91c;
}
tr.bg-warning td.lter, tr.bg-warning td .lter {
  background: #fabf38;
}
tr.bg-warning td.dk, tr.bg-warning td .dk {
  background: #e6a000;
}
tr.bg-warning td.dker, tr.bg-warning td .dker {
  background: #cc8e00;
}
tr.bg-warning td.bg, tr.bg-warning td .bg {
  background-color: #ffb200;
}
tr.bg-warning td a, tr.bg-warning td .cxd-Button--link {
  color: var(--saas-Title-Text);
}
tr.bg-warning td a:hover, tr.bg-warning td .cxd-Button--link:hover {
  color: #fff;
}
tr.bg-warning td .open > a, tr.bg-warning td .open > a:hover, tr.bg-warning td .open > a:focus {
  color: #fff;
}
tr.bg-warning td .text-muted {
  color: #030405 !important;
}
tr.bg-warning td .text-lt {
  color: #425278 !important;
}

@media screen and (min-width: 769px) {
  .cxd-Hierarchy .cxd-Table-table > thead > tr > th {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    background-color: var(--Table-thead-bg) !important;
    font-size: 14px;
  }
  .cxd-Hierarchy .cxd-Table-table > tbody > tr > td {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 13px;
    align-content: center;
    display: flex;
  }
}

.cxd-Table.cxd-Table-ation .cxd-Table-contentWrap .cxd-Table-content .cxd-Table-table thead tr th {
  background: #fff;
}
.cxd-Table.cxd-Table-ation .cxd-Table-contentWrap .cxd-Table-content .cxd-Table-table thead tr th .cxd-TableCell--title {
  line-height: 46px;
  font-size: 15px;
}
.cxd-Table.cxd-Table-ation .cxd-Table-contentWrap .cxd-Table-content .cxd-Table-table .ant-dropdown-trigger .cxd-Table-tr--hasItemAction {
  border-top: none;
}
.cxd-Table.cxd-Table-ation .cxd-Table-contentWrap .cxd-Table-content .cxd-Table-table .ant-dropdown-trigger .cxd-Table-tr--hasItemAction td {
  display: flex;
  align-items: center;
  border-radius: 4px;
  height: 48px;
  cursor: pointer;
}

/* Aug移动端样式 */
@media (max-width: 767px) {
  .cxd-Table {
    padding: 0;
    display: flex;
    flex-direction: column;
  }
  .cxd-Table--autoFillHeight > .cxd-Table-footToolbar {
    display: flex;
    margin-top: 0;
  }
  .cxd-Table--autoFillHeight > .cxd-Table-footToolbar.mobile-toolbar .cxd-Crud-toolbar.footer {
    flex-direction: unset;
  }
  .cxd-Table--autoFillHeight > .cxd-Table-footToolbar.mobile-toolbar .cxd-Crud-toolbar.footer .cxd-Crud-toolbar-tool--actions {
    width: 100%;
    display: flex;
  }
  .cxd-Table .cxd-Table-statistic {
    max-height: 270px;
    overflow: auto;
  }
  .cxd-Table .cxd-Table-contentWrap {
    flex: 1;
  }
  .cxd-Table .cxd-Table-contentWrap .offline-opt-in {
    position: absolute;
    bottom: 24px;
    right: 24px;
    z-index: 8;
    width: 48px;
    height: 48px;
    border-radius: 100%;
    padding: 0;
    background-color: unset;
  }
  .cxd-Table .cxd-Table-contentWrap .offline-opt-in svg.icon {
    top: 0;
    width: 48px;
    height: 48px;
  }
  .cxd-Table .cxd-Table-contentWrap .cxd-Table-content {
    height: 100%;
    overscroll-behavior: none;
  }
  .cxd-Table .cxd-Table-contentWrap .cxd-Table-content .cxd-Table-table.hideCheckToggler .cxd-Table-checkCell {
    display: none !important;
  }
  .cxd-Table-fixedTop.in {
    display: none;
  }
  .cxd-Table-table {
    font-size: 14px;
    color: var(--saas-Title-Text);
    border-collapse: separate;
  }
  .cxd-Table-table > th, .cxd-Table-table > td {
    padding: 5px 12px;
  }
  .cxd-Table-table td .cxd-Tpltab {
    display: flex;
  }
  .cxd-Table-footTable > tbody > tr.is-checked {
    background: none;
  }
  .cxd-Table-footTable > tbody > tr:not(:first-child) {
    border: none;
  }
  .cxd-Table-footTable > tbody > tr > th, .cxd-Table-footTable > tbody > tr > td {
    padding: 5px 12px;
    vertical-align: top;
  }
  .cxd-Table-footTable > tbody > tr > th {
    color: #000;
    text-align: left;
  }
  .cxd-Table-footTable > tbody > tr .cxd-Table-checkCell {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    padding-left: 0;
    z-index: 1;
  }
  .cxd-Table th {
    font-weight: normal;
  }
  .cxd-Table-table.has-checkbox .cxd-Table-footTable > tbody > tr > th {
    width: 9rem;
  }
  .cxd-Table-table.has-checkbox .cxd-Table-checkCell .cxd-Checkbox {
    margin: 0;
  }
  .cxd-Table-toolbar {
    width: 100%;
    background: var(--saas-main-bg);
    display: flex;
    align-items: center;
    margin: 0;
    height: 53px;
    padding: 10px 0;
  }
  .cxd-Table.cxd-Table-horizontal .cxd-Mobile-header-toolbar-wrapper {
    width: auto;
    background-color: var(--saas-main-bg);
    box-sizing: border-box;
    border-bottom: 0;
    border-top: 0;
  }
  .cxd-Table.cxd-Table-horizontal .cxd-Table-content {
    overflow-x: auto;
  }
  .cxd-Table.cxd-Table-horizontal .cxd-Table-content td {
    background-color: var(--saas-main-bg);
  }
  .cxd-Table.cxd-Table-horizontal .cxd-Table-content .is-current {
    background: var(--Table-onHover-bg);
    border-color: var(--saas-border-color);
  }
  .cxd-Table.cxd-Table-horizontal .cxd-Table-content .is-current td,
.cxd-Table.cxd-Table-horizontal .cxd-Table-content .is-current .fixed:not(.bg-warning),
.cxd-Table.cxd-Table-horizontal .cxd-Table-content .is-current .cxd-Table-checkCell:not(.bg-warning) {
    background: var(--Table-onHover-bg);
    border-color: var(--saas-border-color);
  }
  .cxd-Table.cxd-Table-horizontal .cxd-Table-content .cxd-Table-table > thead > tr > th {
    padding: 0px 2px;
    background-color: #f8f8f8;
    font-weight: 500;
  }
  .cxd-Table.cxd-Table-horizontal .cxd-Table-content .cxd-Table-table > tbody > tr > td {
    padding: 0 2px;
  }
  .cxd-Table.cxd-Table-horizontal .cxd-Table-content .cxd-Table-table > tbody > tr > td > span.cxd-PlainField,
.cxd-Table.cxd-Table-horizontal .cxd-Table-content .cxd-Table-table > tbody > tr > td > span.cxd-TplFiled {
    display: block;
    min-height: 27px;
    line-height: 27px;
  }
  .cxd-Table.cxd-Table-horizontal .cxd-Table-content .cxd-Table-table > tbody > tr > td span.cxd-TplField {
    display: unset;
  }
  .cxd-Table.cxd-Table-horizontal .cxd-Table-contentWrap .cxd-Table-content .cxd-Table-table thead > tr > th {
    background-color: var(--saas-crud-table-thead-color);
  }
  .cxd-Table.cxd-Table-horizontal .mobile-view-mode {
    position: absolute;
    bottom: 24px;
    right: 24px;
    z-index: 8;
    background-color: var(--saas-Primary-Color);
    width: 48px;
    height: 48px;
    padding: 12px;
    border-radius: 100%;
  }
  .cxd-Table.cxd-Table-horizontal .mobile-view-mode svg.icon {
    top: 0;
    width: 24px;
    height: 24px;
  }

  .cxd-Table.tableRotate {
    height: 100% !important;
  }
  .cxd-Table.tableRotate .cxd-Mobile-header-toolbar-wrapper {
    border: 0 !important;
  }
  .cxd-Table.tableRotate .cxd-Table-contentWrap.isIos > .cxd-Table-content {
    position: unset !important;
  }
  .cxd-Table.tableRotate .cxd-Table-contentWrap.isIos > .cxd-Table-content .cxd-Table-operationCell,
.cxd-Table.tableRotate .cxd-Table-contentWrap.isIos > .cxd-Table-content .fixed-right-first {
    right: calc(100vw - 100vh - 45px) !important;
  }
  .cxd-Table.tableRotate .cxd-Table-contentWrap.isIos.hasFooter > .cxd-Table-content .cxd-Table-operationCell,
.cxd-Table.tableRotate .cxd-Table-contentWrap.isIos.hasFooter > .cxd-Table-content .fixed-right-first {
    right: calc(-65vh + 21px) !important;
  }
  .cxd-Table.tableRotate .cxd-Table-contentWrap.isIos.isXsIos > .cxd-Table-content .cxd-Table-operationCell,
.cxd-Table.tableRotate .cxd-Table-contentWrap.isIos.isXsIos > .cxd-Table-content .fixed-right-first {
    right: calc(100vw - 100vh - 45px) !important;
  }
  .cxd-Table.tableRotate .cxd-Table-contentWrap.isIos.isXsIos.hasFooter > .cxd-Table-content .cxd-Table-operationCell,
.cxd-Table.tableRotate .cxd-Table-contentWrap.isIos.isXsIos.hasFooter > .cxd-Table-content .fixed-right-first {
    right: calc(100vw - 100vh - 45px - 53px) !important;
  }
  .cxd-Table.tableRotate .cxd-Table-content {
    overflow: auto;
  }
  .cxd-Table.tableRotate > .cxd-Table-footToolbar {
    display: flex;
    justify-content: flex-end;
    flex-wrap: nowrap;
    overflow-x: auto;
  }
  .cxd-Table.tableRotate > .cxd-Table-footToolbar .cxd-Crud-toolbar.footer {
    flex: unset;
    justify-content: flex-end;
  }
  .cxd-Table.tableRotate > .cxd-Table-footToolbar .cxd-Crud-toolbar.footer .cxd-Crud-toolbar-item {
    flex: unset;
    justify-content: flex-end;
  }
  .cxd-Table.tableRotate > .cxd-Table-footToolbar .cxd-Crud-toolbar.footer .cxd-Crud-toolbar-item .cxd-Button {
    flex: unset;
    justify-content: flex-end;
  }
  .cxd-Table.tableRotate > .cxd-Table-footToolbar .cxd-Table-footer {
    flex: 1;
    overflow: auto;
  }
  .cxd-Table.tableRotate .mobile-view-mode {
    transform: rotate(-90deg);
    position: fixed;
    z-index: 10;
    bottom: 24px;
    right: 24px;
  }
  .cxd-Table.tableRotate .offline-opt-in {
    display: none;
  }

  .cxd-Table.cxd-Table-vertical {
    background-color: var(--saas-Background-Header);
  }
  .cxd-Table.cxd-Table-vertical .cxd-Mobile-header-toolbar-wrapper {
    padding: 0 0 12px 0;
    border: none;
    width: auto;
  }
  .cxd-Table.cxd-Table-vertical .cxd-Table-contentWrap {
    background-color: transparent;
  }
  .cxd-Table.cxd-Table-vertical .cxd-Table-contentWrap .cxd-Table-content .cxd-Table-table > tbody.ant-dropdown-trigger > tr.is-hovered {
    background-color: transparent;
  }
  .cxd-Table.cxd-Table-vertical .cxd-Table-contentWrap .cxd-Table-content .cxd-Table-table > tbody.ant-dropdown-trigger > tr.is-hovered > td.cxd-Table-foot .cxd-Table-footTable tbody tr:not(:first-child) .cxd-Table-expandCell {
    background: var(--them-bg-color);
  }
  .cxd-Table.cxd-Table-vertical .cxd-Table-contentWrap .cxd-Table-content .cxd-Table-table > tbody.ant-dropdown-trigger > tr.is-hovered > td.cxd-Table-foot .cxd-Table-footTable tbody .cxd-TplOpen p {
    font-size: 14px;
  }
  .cxd-Table.cxd-Table-vertical .cxd-Table-contentWrap .cxd-Table-content .cxd-Table-table > tbody.ant-dropdown-trigger > tr.is-hovered > td.cxd-Table-foot .cxd-Table-footTable tbody > tr > th > span {
    display: inline-block;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .cxd-Table.cxd-Table-vertical .cxd-Table-contentWrap .cxd-Table-content .cxd-Table-table > tbody.ant-dropdown-trigger > tr.is-hovered > td.cxd-Table-foot .cxd-Table-footTable tfoot th {
    background-color: #fff;
  }
  .cxd-Table.cxd-Table-vertical .cxd-Table-contentWrap .cxd-Table-content .cxd-Table-table > tbody.ant-dropdown-trigger > tr {
    margin-bottom: 12px;
  }
  .cxd-Table.cxd-Table-vertical .cxd-Table-contentWrap .cxd-Table-content .cxd-Table-table > tbody.ant-dropdown-trigger > tr > td.cxd-Table-foot {
    background: var(--them-bg-color);
  }
  .cxd-Table.cxd-Table-vertical .cxd-Table-contentWrap .cxd-Table-content .cxd-Table-table > tbody.ant-dropdown-trigger > tr > td.cxd-Table-foot .cxd-Table-footTable {
    table-layout: fixed;
  }
  .cxd-Table.cxd-Table-vertical .cxd-Table-contentWrap .cxd-Table-content .cxd-Table-table > tbody.ant-dropdown-trigger > tr > td.cxd-Table-foot .cxd-Table-footTable tbody {
    display: block;
    padding: 0 12px;
    background: #fff;
    color: #000;
  }
  .cxd-Table.cxd-Table-vertical .cxd-Table-contentWrap .cxd-Table-content .cxd-Table-table > tbody.ant-dropdown-trigger > tr > td.cxd-Table-foot .cxd-Table-footTable tbody tr {
    display: block;
    background: var(--them-bg-color) !important;
  }
  .cxd-Table.cxd-Table-vertical .cxd-Table-contentWrap .cxd-Table-content .cxd-Table-table > tbody.ant-dropdown-trigger > tr > td.cxd-Table-foot .cxd-Table-footTable tbody tr td > .cxd-Container {
    height: 100%;
  }
  .cxd-Table.cxd-Table-vertical .cxd-Table-contentWrap .cxd-Table-content .cxd-Table-table > tbody.ant-dropdown-trigger > tr > td.cxd-Table-foot .cxd-Table-footTable tbody tr td > .cxd-Container > .cxd-Container-body {
    height: 100%;
  }
  .cxd-Table.cxd-Table-vertical .cxd-Table-contentWrap .cxd-Table-content .cxd-Table-table > tbody.ant-dropdown-trigger > tr > td.cxd-Table-foot .cxd-Table-footTable tbody tr td > .cxd-Container > .cxd-Container-body a {
    display: flex;
    align-items: center;
    height: 100%;
  }
  .cxd-Table.cxd-Table-vertical .cxd-Table-contentWrap .cxd-Table-content .cxd-Table-table > tbody.ant-dropdown-trigger > tr > td.cxd-Table-foot .cxd-Table-footTable tbody tr td > .cxd-Container > .cxd-Container-body a > .cxd-Button {
    line-height: normal;
  }
  .cxd-Table.cxd-Table-vertical .cxd-Table-contentWrap .cxd-Table-content .cxd-Table-table > tbody.ant-dropdown-trigger > tr > td.cxd-Table-foot .cxd-Table-footTable tbody tr td > .cxd-Tpltab > .cxd-TplOpen p {
    font-size: 14px;
  }
  .cxd-Table.cxd-Table-vertical .cxd-Table-contentWrap .cxd-Table-content .cxd-Table-table > tbody.ant-dropdown-trigger > tr > td.cxd-Table-foot .cxd-Table-footTable tbody .cxd-Table-expandCell {
    background: var(--them-bg-color) !important;
    display: block;
    color: #000;
    text-align: center;
  }
  .cxd-Table.cxd-Table-vertical .cxd-Table-contentWrap .cxd-Table-content .cxd-Table-table > tbody.ant-dropdown-trigger > tr > td.cxd-Table-foot .cxd-Table-footTable tbody .cxd-Table-expandCell a {
    color: #00000065;
  }
  .cxd-Table.cxd-Table-vertical .cxd-Table-contentWrap .cxd-Table-content .cxd-Table-table > tbody.ant-dropdown-trigger > tr > td.cxd-Table-foot .cxd-Table-footTable tfoot {
    display: block;
    overflow: hidden;
  }
  .cxd-Table.cxd-Table-vertical .cxd-Table-contentWrap .cxd-Table-content .cxd-Table-table > tbody.ant-dropdown-trigger > tr > td.cxd-Table-foot .cxd-Table-footTable tfoot th {
    background-color: #fff;
    padding: 10px 12px;
    display: block;
    overflow: auto;
  }
  .cxd-Table.cxd-Table-vertical .cxd-Table-contentWrap .cxd-Table-content .cxd-Table-table.hideCheckToggler > tbody.ant-dropdown-trigger > tr > td.cxd-Table-foot .cxd-Table-footTable tbody tr .cxd-Table-checkCell {
    top: 24px;
    background-color: transparent;
    border-radius: 50%;
    padding-right: 0;
  }
  .cxd-Table.cxd-Table-vertical .cxd-Table-contentWrap .cxd-Table-content .cxd-Table-table.hideCheckToggler > tbody.ant-dropdown-trigger > tr > td.cxd-Table-foot .cxd-Table-footTable tbody tr .cxd-Table-checkCell .cxd-Checkbox i {
    width: 22px !important;
    height: 22px !important;
    border-radius: 50%;
  }
  .cxd-Table.cxd-Table-vertical .cxd-Table-contentWrap .cxd-Table-content .cxd-Table-table.hideCheckToggler > tbody.ant-dropdown-trigger > tr > td.cxd-Table-foot .cxd-Table-footTable tbody tr:nth-child(1) {
    background: #fff !important;
    font-size: 15px;
    color: #000000;
    font-weight: 600;
    height: 50px;
  }
  .cxd-Table.cxd-Table-vertical .cxd-Table-contentWrap .cxd-Table-content .cxd-Table-table.hideCheckToggler > tbody.ant-dropdown-trigger > tr > td.cxd-Table-foot .cxd-Table-footTable tbody tr:nth-child(1) th {
    height: 50px;
    display: inline-block;
    box-sizing: border-box;
    line-height: 40px;
  }
  .cxd-Table.cxd-Table-vertical .cxd-Table-contentWrap .cxd-Table-content .cxd-Table-table.hideCheckToggler > tbody.ant-dropdown-trigger > tr > td.cxd-Table-foot .cxd-Table-footTable tbody tr:nth-child(1) td {
    box-sizing: border-box;
    height: 50px;
    display: inline-block;
  }
  .cxd-Table.cxd-Table-vertical .cxd-Table-contentWrap .cxd-Table-content .cxd-Table-table.hideCheckToggler > tbody.ant-dropdown-trigger > tr > td.cxd-Table-foot .cxd-Table-footTable tbody tr:nth-child(1) td > span {
    line-height: 40px;
  }
  .cxd-Table.cxd-Table-vertical .cxd-Table-contentWrap .cxd-Table-content .cxd-Table-table.hideCheckToggler > tbody.ant-dropdown-trigger > tr > td.cxd-Table-foot .cxd-Table-footTable td {
    background-color: inherit;
  }
  .cxd-Table.cxd-Table-vertical .cxd-Table-contentWrap .cxd-Table-content .cxd-Table-table.has-checkbox.checkbox-show > tbody.ant-dropdown-trigger > tr > td.cxd-Table-foot .cxd-Table-footTable tbody tr {
    text-align: center;
  }
  .cxd-Table.cxd-Table-vertical .cxd-Table-contentWrap .cxd-Table-content .cxd-Table-table.has-checkbox.checkbox-show > tbody.ant-dropdown-trigger > tr > td.cxd-Table-foot .cxd-Table-footTable tbody tr .cxd-Table-checkCell {
    top: 24px;
    background-color: transparent;
    border-radius: 50%;
    padding-right: 0;
    display: block;
  }
  .cxd-Table.cxd-Table-vertical .cxd-Table-contentWrap .cxd-Table-content .cxd-Table-table.has-checkbox.checkbox-show > tbody.ant-dropdown-trigger > tr > td.cxd-Table-foot .cxd-Table-footTable tbody tr .cxd-Table-checkCell .cxd-Checkbox i {
    width: 22px !important;
    height: 22px !important;
    border-radius: 50%;
  }
  .cxd-Table.cxd-Table-vertical .cxd-Table-contentWrap .cxd-Table-content .cxd-Table-table.has-checkbox.checkbox-show > tbody.ant-dropdown-trigger > tr > td.cxd-Table-foot .cxd-Table-footTable tbody tr > th {
    padding-left: 12px;
    width: 7.5rem !important;
    display: inline-block;
  }
  .cxd-Table.cxd-Table-vertical .cxd-Table-contentWrap .cxd-Table-content .cxd-Table-table.has-checkbox.checkbox-show > tbody.ant-dropdown-trigger > tr > td.cxd-Table-foot .cxd-Table-footTable tbody tr > th span {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .cxd-Table.cxd-Table-vertical .cxd-Table-contentWrap .cxd-Table-content .cxd-Table-table.has-checkbox.checkbox-show > tbody.ant-dropdown-trigger > tr > td.cxd-Table-foot .cxd-Table-footTable tbody tr > td {
    display: inline-block;
    width: calc(100% - 7.5rem);
  }
  .cxd-Table.cxd-Table-vertical .cxd-Table-contentWrap .cxd-Table-content .cxd-Table-table.has-checkbox.checkbox-show > tbody.ant-dropdown-trigger > tr > td.cxd-Table-foot .cxd-Table-footTable tbody tr > .cxd-Table-checkCell {
    display: block;
  }
  .cxd-Table.cxd-Table-vertical .cxd-Table-contentWrap .cxd-Table-content .cxd-Table-table.has-checkbox.checkbox-show > tbody.ant-dropdown-trigger > tr > td.cxd-Table-foot .cxd-Table-footTable tbody tr > .cxd-Table-expandCell {
    width: 100%;
  }
  .cxd-Table.cxd-Table-vertical .cxd-Table-contentWrap .cxd-Table-content .cxd-Table-table.has-checkbox.checkbox-show > tbody.ant-dropdown-trigger > tr > td.cxd-Table-foot .cxd-Table-footTable tbody tr:nth-child(2) > th {
    padding-left: 35px;
  }
  .cxd-Table.cxd-Table-vertical .cxd-Table-contentWrap .cxd-Table-content .cxd-Table-table.has-checkbox.checkbox-show > tbody.ant-dropdown-trigger > tr > td.cxd-Table-foot .cxd-Table-footTable tbody tr:nth-child(2) {
    background: #fff !important;
    font-size: 15px;
    color: #000000;
    font-weight: 600;
    height: 50px;
  }
  .cxd-Table.cxd-Table-vertical .cxd-Table-contentWrap .cxd-Table-content .cxd-Table-table.has-checkbox.checkbox-show > tbody.ant-dropdown-trigger > tr > td.cxd-Table-foot .cxd-Table-footTable tbody tr:nth-child(2) th {
    height: 50px;
    display: inline-block;
    box-sizing: border-box;
    line-height: 40px;
  }
  .cxd-Table.cxd-Table-vertical .cxd-Table-contentWrap .cxd-Table-content .cxd-Table-table.has-checkbox.checkbox-show > tbody.ant-dropdown-trigger > tr > td.cxd-Table-foot .cxd-Table-footTable tbody tr:nth-child(2) td {
    box-sizing: border-box;
    height: 50px;
    display: inline-block;
  }
  .cxd-Table.cxd-Table-vertical .cxd-Table-contentWrap .cxd-Table-content .cxd-Table-table.has-checkbox.checkbox-show > tbody.ant-dropdown-trigger > tr > td.cxd-Table-foot .cxd-Table-footTable tbody tr:nth-child(2) td > span {
    line-height: 40px;
  }
  .cxd-Table.cxd-Table-vertical .cxd-Table-contentWrap .cxd-Table-content .cxd-Table-table.has-checkbox.checkbox-show > tbody.ant-dropdown-trigger > tr > td.cxd-Table-foot .cxd-Table-footTable td {
    background-color: inherit;
  }
  .cxd-Table.cxd-Table-vertical .cxd-Table-contentWrap .cxd-Table-content .cxd-Table-table.has-checkbox.hideCheckToggler > tbody.ant-dropdown-trigger > tr > td.cxd-Table-foot .cxd-Table-footTable tbody tr:nth-child(1) {
    display: none;
  }
  .cxd-Table.cxd-Table-vertical .cxd-Table-contentWrap .cxd-Table-content .cxd-Table-table.has-checkbox.hideCheckToggler > tbody.ant-dropdown-trigger > tr > td.cxd-Table-foot .cxd-Table-footTable tbody tr:nth-child(2) > th {
    padding-left: 12px;
  }
  .cxd-Table.cxd-Table-vertical .cxd-Table-contentWrap .cxd-Table-content .cxd-Table-table.has-checkbox.hideCheckToggler > tbody.ant-dropdown-trigger > tr > td.cxd-Table-foot .cxd-Table-footTable tbody tr:nth-child(2) {
    background: #fff !important;
    font-size: 15px;
    color: #000000;
    font-weight: 600;
    height: 50px;
  }
  .cxd-Table.cxd-Table-vertical .cxd-Table-contentWrap .cxd-Table-content .cxd-Table-table.has-checkbox.hideCheckToggler > tbody.ant-dropdown-trigger > tr > td.cxd-Table-foot .cxd-Table-footTable tbody tr:nth-child(2) th {
    height: 50px;
    display: inline-block;
    box-sizing: border-box;
    line-height: 40px;
  }
  .cxd-Table.cxd-Table-vertical .cxd-Table-contentWrap .cxd-Table-content .cxd-Table-table.has-checkbox.hideCheckToggler > tbody.ant-dropdown-trigger > tr > td.cxd-Table-foot .cxd-Table-footTable tbody tr:nth-child(2) td {
    box-sizing: border-box;
    height: 50px;
    display: inline-block;
    line-height: 40px;
  }
  .cxd-Table.cxd-Table-vertical .cxd-Table-contentWrap .cxd-Table-content .cxd-Table-table.has-checkbox.hideCheckToggler > tbody.ant-dropdown-trigger > tr > td.cxd-Table-foot .cxd-Table-footTable tbody tr:nth-child(2) td > span {
    line-height: 40px;
  }
  .cxd-Table.cxd-Table-vertical .cxd-Table-contentWrap .cxd-Table-content .cxd-Table-table.has-checkbox.hideCheckToggler > tbody.ant-dropdown-trigger > tr > td.cxd-Table-foot .cxd-Table-footTable tbody tr > td,
.cxd-Table.cxd-Table-vertical .cxd-Table-contentWrap .cxd-Table-content .cxd-Table-table.has-checkbox.hideCheckToggler > tbody.ant-dropdown-trigger > tr > td.cxd-Table-foot .cxd-Table-footTable tbody th {
    display: inline-block;
  }
  .cxd-Table.cxd-Table-vertical .cxd-Table-contentWrap .cxd-Table-content .cxd-Table-table.has-checkbox.hideCheckToggler > tbody.ant-dropdown-trigger > tr > td.cxd-Table-foot .cxd-Table-footTable tbody tr > th {
    width: 7.5rem !important;
  }
  .cxd-Table.cxd-Table-vertical .cxd-Table-contentWrap .cxd-Table-content .cxd-Table-table.has-checkbox.hideCheckToggler > tbody.ant-dropdown-trigger > tr > td.cxd-Table-foot .cxd-Table-footTable tbody tr > th span {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .cxd-Table.cxd-Table-vertical .cxd-Table-contentWrap .cxd-Table-content .cxd-Table-table.has-checkbox.hideCheckToggler > tbody.ant-dropdown-trigger > tr > td.cxd-Table-foot .cxd-Table-footTable tbody tr > td {
    width: calc(100% - 7.5rem);
  }
  .cxd-Table.cxd-Table-vertical .cxd-Table-contentWrap .cxd-Table-content .cxd-Table-table.has-checkbox.hideCheckToggler > tbody.ant-dropdown-trigger > tr > td.cxd-Table-foot .cxd-Table-footTable tbody tr > .cxd-Table-expandCell {
    width: 100%;
  }
  .cxd-Table.cxd-Table-vertical .cxd-Table-toolbar .cxd-Table-actions .cxd-Mobile-checkall {
    font-size: 15px;
  }
  .cxd-Table.cxd-Table-vertical .cxd-Table-toolbar .cxd-Table-actions .cxd-Mobile-checkall .cxd-Checkbox i {
    width: 22px !important;
    height: 22px !important;
    border-radius: 50%;
  }
  .cxd-Table.cxd-Table-vertical .cxd-Table-toolbar .cxd-Crud-toolbar .cxd-Crud-toolbar-item .cxd-Crud-bulkActions .cxd-Button {
    font-size: 15px;
  }
  .cxd-Table.cxd-Table-vertical .cxd-Table-statistics {
    background-color: var(--Page-header-bg);
  }
}
.pc_title.table_row_drawer .ant-drawer-content-wrapper .ant-drawer-content .ant-drawer-wrapper-body .ant-drawer-header {
  padding-top: 0;
}

.ant-popover-buttons {
  display: flex;
}

.cxd-Table + div > .ant-drawer > .ant-drawer-content-wrapper {
  box-shadow: none;
}

.process-tools-container {
  width: 100%;
  overflow: hidden;
  border-top: 1px solid #ddd;
}
.process-tools-container .process-tools-group {
  width: 100%;
  overflow-x: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.process-tools-container .process-tools-group .process-tools-item {
  background-color: #eee;
  margin: 2px;
  color: rgba(0, 0, 0, 0.85);
  padding: 3px 0;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.process-tools-container .process-tools-group .process-tools-item .tools-item-title {
  padding: 0 8px;
}
.process-tools-container .process-tools-group .process-tools-item .tools-item-title:hover {
  color: var(--saas-Primary-Color);
}
.process-tools-container .process-tools-group .process-tools-item .tools-item-icon {
  padding: 0 8px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.45);
}
.process-tools-container .process-tools-group .process-tools-item .tools-item-icon:hover {
  color: rgba(0, 0, 0, 0.85);
}
.process-tools-container .process-tools-group .process-tools-item.active-tools-item {
  background-color: var(--saas-crud-hover-color);
  color: var(--saas-Primary-Color);
}

.ant-popconfirm .ant-popover-buttons {
  justify-content: end;
}

.cxd-Table .ant-empty {
  color: #999;
}
.cxd-Table .ant-empty:hover {
  color: #999 !important;
}

.cxd-Distance .cxd-Panel-body .cxd-Table-contentWrap {
  min-height: 20vh;
}

.common-modal-component.ant-modal {
  padding-bottom: 0;
}
.common-modal-component.ant-modal .ant-modal-header {
  height: 34px !important;
  min-height: unset !important;
  background-color: var(--saas-Background-Header) !important;
  padding: 0 !important;
  border-bottom: 1px solid var(--saas-Border-Dividers);
}
.common-modal-component.ant-modal .ant-modal-header .dialog-title {
  padding: 6px 16px !important;
}
.common-modal-component.ant-modal .ant-modal-header .dialog-title .disabled-move-title {
  font-size: 14px !important;
  font-weight: 700;
  color: var(--ai-tool-title-color);
}
.common-modal-component.ant-modal .ant-modal-content {
  background-color: var(--saas-Background-Header);
}
.common-modal-component.ant-modal .ant-modal-content .ant-modal-close-x {
  width: 44px !important;
  height: 34px !important;
  line-height: 34px !important;
}
.common-modal-component.ant-modal .ant-modal-content .ant-modal-footer {
  border-top: 1px solid var(--saas-Border-Dividers);
  padding: 8px !important;
}
.common-modal-component.ant-modal .ant-modal-content .ant-modal-footer .ant-btn {
  border-radius: 5px;
}
.common-modal-component.ant-modal .ant-modal-body {
  background: var(--saas-main-bg);
}
.common-modal-component.ant-modal .ant-modal-body .ant-modal-footer {
  padding: 8px 0px 0 0 !important;
}

.cxd-ColumnToggler {
  position: relative;
  display: inline-block;
}
.cxd-ColumnToggler-caret {
  margin-left: var(--DropDown-caret-marginLeft);
  display: inline-block;
  vertical-align: top;
  transition: transform var(--animation-duration) ease;
}
.cxd-ColumnToggler-caret > svg {
  width: 0.625rem;
  height: 0.625rem;
  top: 0.125em;
}
.cxd-ColumnToggler.is-opened .cxd-ColumnToggler-caret {
  transform: rotate(180deg);
}
.cxd-ColumnToggler.is-actived > .cxd-Button {
  color: var(--link-color);
}
.cxd-ColumnToggler--block {
  display: block;
}
.cxd-ColumnToggler--block .cxd-Button {
  display: block;
}
.cxd-ColumnToggler-menu {
  position: absolute;
  z-index: 1000;
  top: 100%;
  left: 0;
  margin: 0.0625rem 0 0;
  background: var(--DropDown-menu-bg);
  list-style: none;
  padding: var(--DropDown-menu-paddingY) var(--DropDown-menu-paddingX);
  border: var(--DropDown-menu-borderWidth) solid var(--DropDown-menu-borderColor);
  border-radius: var(--DropDown-menu-borderRadius);
  box-shadow: var(--DropDown-menu-boxShadow);
  min-width: var(--DropDown-menu-minWidth);
  text-align: left;
}
.cxd-ColumnToggler--alignRight .cxd-ColumnToggler-menu {
  left: auto;
  right: 0;
}
.cxd-ColumnToggler-menuItem, .cxd-ColumnToggler-menu > li {
  padding: var(--DropDown-menuItem-paddingY) var(--DropDown-menuItem-paddingX);
  white-space: nowrap;
  box-sizing: border-box;
  height: var(--DropDown-menu-height);
  vertical-align: middle;
  user-select: none;
  color: var(--link-color);
  text-decoration: var(--link-decoration);
}
.cxd-ColumnToggler-menuItem:hover, .cxd-ColumnToggler-menu > li:hover {
  background: var(--DropDown-menuItem-onHover-bg);
  color: var(--DropDown-menuItem-onHover-color);
}
.cxd-ColumnToggler-menuItem.is-active, .cxd-ColumnToggler-menu > li.is-active {
  color: var(--DropDown-menuItem-onActive-color);
}
.cxd-ColumnToggler-menuItem:not(.is-disabled), .cxd-ColumnToggler-menuItem:not(.disabled), .cxd-ColumnToggler-menu > li:not(.is-disabled), .cxd-ColumnToggler-menu > li:not(.disabled) {
  cursor: pointer;
}
.cxd-ColumnToggler-menuItem.is-disabled, .cxd-ColumnToggler-menu > li.is-disabled {
  cursor: not-allowed;
  color: var(--DropDown-menuItem-onDisabled-color);
  filter: grayscale(80%);
}
.cxd-ColumnToggler-menuItem.cxd-DropDown-divider, .cxd-ColumnToggler-menu > li.cxd-DropDown-divider {
  height: 0.0625rem;
  margin: 0.5625rem 0;
  overflow: hidden;
  background: var(--DropDown-menu-borderColor);
  padding: 0;
}
.cxd-ColumnToggler-menu > li a {
  color: inherit;
  display: block;
  text-decoration: none;
}
.cxd-ColumnToggler-popover {
  border: none;
  box-shadow: none;
}
.cxd-ColumnToggler > .cxd-Button {
  min-width: unset;
}
.cxd-ColumnToggler-modal {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  align-items: center;
  border-radius: var(--ColumnToggler-borderRadius);
  background: var(--ColumnToggler-backgroundColor);
  box-shadow: 0 4px 5px 0 rgba(21, 26, 38, 0.06), 0 1px 10px 0 rgba(21, 26, 38, 0.05), 0 2px 4px -1px rgba(21, 26, 38, 0.04);
}
.cxd-ColumnToggler-modal-header {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
.cxd-ColumnToggler-modal-header .ant-select:not(.ant-select-customize-input) .ant-select-selector {
  border-radius: 6px;
}
.cxd-ColumnToggler-modal-body {
  display: flex;
  flex-wrap: nowrap;
  max-height: 500px;
  overflow-y: hidden;
  width: 100%;
}
.cxd-ColumnToggler-modal-body-right {
  flex: 1;
  overflow-y: hidden;
}
.cxd-ColumnToggler-modal-body-right .cxd-ColumnToggler-menuItem {
  width: 100% !important;
}
.cxd-ColumnToggler-modal-body-right .cxd-ColumnToggler-modal-content {
  max-height: calc(100% - 64px);
}
.cxd-ColumnToggler-modal-body-right .display-field-active {
  background: var(--ColumnToggler-item-backgroundColor-onHover);
}
.cxd-ColumnToggler-modal-body-right .field-search {
  padding: 0 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cxd-ColumnToggler-modal-body-right .field-search .ant-input-affix-wrapper {
  padding: 2px 8px;
  font-size: 14px;
  margin-right: 16px;
  background-color: var(--Form-input-bg);
  color: var(--saas-Title-Text);
}
.cxd-ColumnToggler-modal-body-right .field-search .ant-input-affix-wrapper .ant-input {
  background-color: var(--Form-input-bg);
  color: var(--saas-Title-Text);
}
@media (max-width: 767px) {
  .cxd-ColumnToggler-modal-body-right .field-search .ant-input-affix-wrapper {
    margin-left: 8px;
    margin-right: 8px;
  }
}
.cxd-ColumnToggler-modal-body-right .field-search .field-toolbars-title {
  display: flex;
}
.cxd-ColumnToggler-modal-body-right .tool-header-box {
  display: flex;
  justify-content: space-between;
  padding: 6px 12px;
  background: var(--body-bg);
  color: var(--saas-Title-Text);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cxd-ColumnToggler-modal-body-right .tool-header-box .btns {
  display: flex;
  align-items: center;
}
.cxd-ColumnToggler-modal-body-right .tool-header-box .btns .cxd-Button {
  padding: 0 5px;
}
.cxd-ColumnToggler-modal-body-right ::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.cxd-ColumnToggler-modal-body-right ::-webkit-scrollbar-corner {
  background-color: #fff;
}
.cxd-ColumnToggler-modal-body-right ::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  border: 1px solid #f1f1f1;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.cxd-ColumnToggler-modal-body-right ::-webkit-scrollbar-track {
  background: #f8f8f8;
}
.cxd-ColumnToggler-modal-content:after {
  clear: both;
}
.cxd-ColumnToggler-modal-content {
  padding: 0;
  width: 100%;
  list-style: none;
  margin: 0 0 0.5rem;
  padding-bottom: 16px;
  overflow-y: auto;
  max-height: calc(100% - 24px);
}
.cxd-ColumnToggler-modal-content .cxd-ColumnToggler-menuItem {
  color: var(--saas-font-size-black);
  border-radius: 0.125rem;
  font-size: 14px;
  padding: 0.25rem 0.5rem;
  height: var(--ColumnToggler-lineHeight);
  width: 100px;
  float: left;
  margin: 0.25rem;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (min-width: 1280px) and (max-width: 1440px) {
  .cxd-ColumnToggler-modal-content .cxd-ColumnToggler-menuItem {
    height: 1.2rem;
    font-size: 0.75rem;
    padding: 0.15rem 0.5rem;
  }
}
.cxd-ColumnToggler-modal-content .cxd-ColumnToggler-menuItem:hover {
  background: var(--ColumnToggler-item-backgroundColor-onHover);
}
.cxd-ColumnToggler-modal-content .cxd-ColumnToggler-menuItem--dragging {
  border: 1px solid var(--link-color);
}
.cxd-ColumnToggler-modal-content .cxd-ColumnToggler-menuItem label > i {
  height: var(--fontSizeLg);
  width: var(--fontSizeLg);
  vertical-align: top;
}
.cxd-ColumnToggler-modal-content .cxd-ColumnToggler-menuItem-dragBar {
  margin-left: 0;
  margin-right: var(--gap-xs);
  cursor: move;
  color: #d8d8d8;
}
.cxd-ColumnToggler-modal-content .cxd-ColumnToggler-menuItem-dragBar + span:hover {
  flex: 0 0 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cxd-ColumnToggler-modal-content .cxd-ColumnToggler-menuItem .operation-icons {
  margin: 0 14px;
}
.cxd-ColumnToggler-modal-footer {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
.cxd-ColumnToggler-modal-footer .cxd-ColumnToggler-modeSelect {
  color: var(--ColumnToggler-fontColor);
  font-size: var(--fontSizeSm);
}
.cxd-ColumnToggler-modal-footer .cxd-ColumnToggler-modeSelect.is-actived {
  color: var(--link-color);
}
.cxd-ColumnToggler-modal-footer .footer-btn-group-left {
  flex-grow: 1;
}
.cxd-ColumnToggler-modal-footer .footer-btn-group-left .defaultModal-footer-left {
  display: flex;
  align-items: center;
}
.cxd-ColumnToggler-modal-footer .footer-btn-group-left .defaultModal-footer-left .ant-select .ant-select-selector {
  background-color: var(--Form-input-bg);
  color: var(--saas-Title-Text);
  border: 1px solid --borderColor;
}
.cxd-ColumnToggler-modal-footer .footer-btn-group-left .defaultModal-footer-left .ant-select .ant-select-arrow {
  color: var(--saas-Title-Text);
}
.cxd-ColumnToggler-modal-footer > div {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
.cxd-ColumnToggler-modal-footer > div:first-child {
  justify-content: flex-start;
}
.cxd-ColumnToggler-modal-footer > div:first-child a {
  display: inline-block;
}
.cxd-ColumnToggler-modal-footer > div:last-child {
  justify-content: flex-end;
}
.cxd-ColumnToggler-menuItem .cxd-Checkbox .cxd-TplField {
  vertical-align: text-top;
}
.cxd-ColumnToggler-menuItem .cxd-Checkbox .cxd-TplField > span {
  position: relative;
  top: -3px;
  display: inline-block;
  max-width: 70px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (min-width: 1280px) and (max-width: 1440px) {
  .cxd-ColumnToggler-menuItem .cxd-Checkbox .cxd-TplField > span {
    top: -2px;
  }
}
.cxd-ColumnToggler.is-mobile {
  height: 100%;
  display: flex;
  flex-direction: column;
  font-size: 16px;
}
.cxd-ColumnToggler.is-mobile .cxd-ColumnToggler-modal-header {
  margin-bottom: 0;
  padding: 16px;
  padding-bottom: 10px;
  font-size: 16px;
}
.cxd-ColumnToggler.is-mobile .cxd-ColumnToggler-modal-header .header-left {
  display: flex;
  align-items: center;
  font-size: 16px;
}
.cxd-ColumnToggler.is-mobile .cxd-ColumnToggler-modal-header .header-left .cxd-Button {
  color: var(--them-btn-color);
  font-size: 16px;
}
.cxd-ColumnToggler.is-mobile .cxd-ColumnToggler-modal-header .header-left .name-bar {
  color: var(--saas-Title-Text);
  font-weight: 500;
}
.cxd-ColumnToggler.is-mobile .cxd-ColumnToggler-modal-header .header-right .cxd-Button {
  color: var(--them-btn-color);
  font-size: 16px;
}
.cxd-ColumnToggler.is-mobile .cxd-ColumnToggler-modal-header .header-right .cxd-Button:last-child {
  padding-right: 0;
}
.cxd-ColumnToggler.is-mobile .cxd-ColumnToggler-modal-body {
  height: 100%;
  max-height: 100%;
  flex: 1;
  border: 0;
  display: block;
}
.cxd-ColumnToggler.is-mobile .cxd-ColumnToggler-modal-body .cxd-ColumnToggler-modal-body-right {
  margin: 0 16px;
  border: 0;
  display: block;
  height: 100%;
  background-color: var(--saas-Background-Header);
}
.cxd-ColumnToggler.is-mobile .cxd-ColumnToggler-modal-body .cxd-ColumnToggler-modal-body-right .field-search {
  padding: 8px 0;
  padding-top: 0;
  background-color: var(--saas-main-bg);
}
.cxd-ColumnToggler.is-mobile .cxd-ColumnToggler-modal-body .cxd-ColumnToggler-modal-body-right .field-search .input-box {
  align-items: center;
  width: 100%;
  height: 44px;
  border: none;
  border-radius: 6px;
  font-size: 15px;
  background: var(--ai-tool-bg-color);
  box-shadow: none;
  line-height: 1;
}
.cxd-ColumnToggler.is-mobile .cxd-ColumnToggler-modal-body .cxd-ColumnToggler-modal-body-right .field-search .input-box input {
  color: var(--saas-font-size-black);
}
.cxd-ColumnToggler.is-mobile .cxd-ColumnToggler-modal-body .cxd-ColumnToggler-modal-body-right .field-search .input-box .icon.icon-search {
  top: 0;
  font-size: 14px;
  height: 22px;
  width: 22px;
  color: #DCDCDC;
}
.cxd-ColumnToggler.is-mobile .cxd-ColumnToggler-modal-body .cxd-ColumnToggler-modal-body-right .cxd-ColumnToggler-modal-content {
  height: calc(100% - 53px);
  max-height: 100%;
  padding: 0;
  margin: 0;
}
.cxd-ColumnToggler.is-mobile .cxd-ColumnToggler-modal-body .cxd-ColumnToggler-modal-body-right .cxd-ColumnToggler-modal-content::-webkit-scrollbar {
  display: none;
}
.cxd-ColumnToggler.is-mobile .cxd-ColumnToggler-modal-body .cxd-ColumnToggler-modal-body-right .cxd-ColumnToggler-modal-content .cxd-ColumnToggler-menuItem {
  font-size: 16px;
  background-color: var(--saas-main-bg);
  padding: 12px 0px;
  margin: 0;
  margin-bottom: 1px;
  height: auto;
}
.cxd-ColumnToggler.is-mobile .cxd-ColumnToggler-modal-body .cxd-ColumnToggler-modal-body-right .cxd-ColumnToggler-modal-content .cxd-ColumnToggler-menuItem:last-child {
  margin-bottom: 0;
}
.cxd-ColumnToggler.is-mobile .cxd-ColumnToggler-modal-body .cxd-ColumnToggler-modal-body-right .cxd-ColumnToggler-modal-content .cxd-ColumnToggler-menuItem .operation-icons {
  opacity: 1;
  margin: 0 8px;
}
.cxd-ColumnToggler.is-mobile .cxd-ColumnToggler-modal-body .cxd-ColumnToggler-modal-body-right .cxd-ColumnToggler-modal-content .cxd-ColumnToggler-menuItem .menuItem-col {
  color: var(--saas-Secondary-Text);
  max-width: 53vw;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  vertical-align: middle;
}
.cxd-ColumnToggler.is-mobile .cxd-ColumnToggler-modal-body .cxd-ColumnToggler-modal-body-right .cxd-ColumnToggler-modal-content .cxd-ColumnToggler-menuItem.display-field-active {
  background-color: var(--ColumnToggler-item-backgroundColor-onHover);
}
.cxd-ColumnToggler.is-mobile .cxd-ColumnToggler-modal-footer {
  padding: 10px 12px;
  display: flex;
  justify-content: flex-end;
}
.cxd-ColumnToggler.is-mobile .cxd-ColumnToggler-modal-footer .footer-btn-group-left,
.cxd-ColumnToggler.is-mobile .cxd-ColumnToggler-modal-footer .footer-btn-group-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.cxd-ColumnToggler.is-mobile .cxd-ColumnToggler-modal-footer .footer-btn-group-left .cxd-Button,
.cxd-ColumnToggler.is-mobile .cxd-ColumnToggler-modal-footer .footer-btn-group-right .cxd-Button {
  margin-left: 8px;
}

.cxd-ColumnToggler-tooltip {
  border: none;
}
.cxd-ColumnToggler-tooltip .cxd-Tooltip-arrow::before {
  border-top-color: transparent;
}

.temp-selector-drop .ant-select-item-option .ant-select-item-option-content {
  display: flex;
  justify-content: space-between;
}
.temp-selector-drop .ant-select-item-option .temp-tools {
  opacity: 0;
}
.temp-selector-drop .ant-select-item-option .temp-tools .anticon {
  width: 30px;
}
.temp-selector-drop .ant-select-item-option .temp-tools.is-mobile {
  opacity: 1;
}
.temp-selector-drop .ant-select-item-option:hover .temp-tools {
  opacity: 1;
}

.cxd-ColumnToggler-modal-header .ant-select {
  color: var(--saas-font-size-black);
}
.cxd-ColumnToggler-modal-header .ant-select .ant-select-selector {
  border-radius: 4px;
  background-color: var(--Form-input-bg);
  border-color: var(--DatePicker-borderColor);
}
.cxd-ColumnToggler-modal-header .ant-select .ant-select-selector:hover {
  border-color: #40a9ff;
}
.cxd-ColumnToggler-modal-header .ant-select .ant-select-arrow {
  color: var(--saas-font-size-light-black);
}

.tmp-modal .ant-modal-content {
  background-color: var(--saas-crud-advanced-modle-body-color);
}
.tmp-modal .ant-modal-close {
  color: var(--saas-font-size-deep-black);
}
.tmp-modal .ant-modal-body .ant-form-item-required {
  color: var(--saas-font-size-black);
}
.tmp-modal .ant-modal-body .ant-form-item-control-input-content input {
  color: var(--saas-font-size-black);
  background-color: var(--Form-input-bg);
  border-color: var(--Form-input-borderColor);
}
.tmp-modal .ant-modal-header {
  background-color: var(--saasBodyMessageTablePaginationColor);
  border-bottom-color: var(--saas-border-color);
}
.tmp-modal .ant-modal-title {
  color: var(--saas-font-size-black);
}
.tmp-modal .ant-modal-footer {
  border-top-color: var(--saas-border-color);
}

.cxd-ColumnToggler-modal {
  padding-bottom: 0;
}
.cxd-ColumnToggler-modal .ant-modal-content .ant-modal-header .ant-modal-title {
  font-weight: 500;
}
.cxd-ColumnToggler-modal .ant-modal-content .ant-modal-body {
  padding: 16px;
}

.cxd-List {
  position: relative;
  flex: 1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.cxd-List-items {
  border-radius: var(--List-borderRadius);
  border-bottom: var(--List-borderWidth) solid var(--List-borderColor);
  background: var(--saas-main-bg);
  flex: 1;
  overflow: auto;
}
@media (min-width: 576px) {
  .cxd-List-items {
    border: var(--List-borderWidth) solid var(--List-borderColor);
    border-top: 0;
  }
}
.cxd-List-items .cxd-ListItem-wapper {
  padding: 8px;
}
.cxd-List-items .cxd-ListItem-wapper .cxd-ListItem-content {
  padding-right: 16px;
}
.cxd-List-items .cxd-ListItem-wapper .cxd-ListItem-content .listItem-box {
  display: flex;
}
.cxd-List-items .cxd-ListItem-wapper .cxd-ListItem-content .listItem-box .listItem-head {
  display: flex;
}
.cxd-List-items .cxd-ListItem-wapper .cxd-ListItem-content .listItem-box .listItem-image {
  width: 200px;
  margin-right: 16px;
  overflow: hidden;
  border: 1px solid var(--saas-border-color);
  text-align: center;
}
.cxd-List-items .cxd-ListItem-wapper .cxd-ListItem-content .listItem-box .listItem-image .cxd-Container,
.cxd-List-items .cxd-ListItem-wapper .cxd-ListItem-content .listItem-box .listItem-image .cxd-Card-img-container {
  width: 100%;
  height: 100%;
}
.cxd-List-items .cxd-ListItem-wapper .cxd-ListItem-content .listItem-box .listItem-image .cxd-Card-img {
  height: 100%;
}
.cxd-List-items .cxd-ListItem-wapper .cxd-ListItem-content .listItem-box .listItem-image .cxd-Cell-img-wrapper img {
  width: 80px !important;
  height: unset;
}
.cxd-List-items .cxd-ListItem-wapper .cxd-ListItem-content .listItem-box .listItem-image .cxd-Cell-img-wrapper + .cxd-Cell-img-wrapper {
  display: none;
}
.cxd-List-items .cxd-ListItem-wapper .cxd-ListItem-content .listItem-box .listItem-icon {
  width: 20px;
  height: 20px;
}
.cxd-List-items .cxd-ListItem-wapper .cxd-ListItem-content .listItem-box .listItem-icon .fa {
  font-size: 20px;
}
.cxd-List-items .cxd-ListItem-wapper .cxd-ListItem-content .listItem-box .resources {
  display: inline-block;
  line-height: 1;
}
.cxd-List-items .cxd-ListItem-wapper .cxd-ListItem-content .listItem-box .listItem-body {
  flex: 1;
}
.cxd-List-items .cxd-ListItem-wapper .cxd-ListItem-content .listItem-box .listItem-body .listItem-desc {
  color: var(--saas-font-size-dark-black);
}
.cxd-List-items .cxd-ListItem-wapper .cxd-ListItem-content .listItem-box .listItem-body .top-content {
  display: flex;
  justify-content: flex-start;
}
.cxd-List-items .cxd-ListItem-wapper .cxd-ListItem-content .listItem-box .listItem-body .top-content .cxd-ListItem-title,
.cxd-List-items .cxd-ListItem-wapper .cxd-ListItem-content .listItem-box .listItem-body .top-content .cxd-ListItem-subtitle {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: unset;
  max-width: 105px;
  margin-right: 8px;
}
.cxd-List-items .cxd-ListItem-wapper .cxd-ListItem-content .listItem-box .listItem-body .top-content .cxd-ListItem-title {
  max-width: 300px;
}
.cxd-List-items .cxd-ListItem-wapper .cxd-ListItem-content .listItem-box .listItem-body .top-content .top-item {
  display: flex;
  align-items: center;
}
.cxd-List-items .cxd-ListItem-wapper .cxd-ListItem-content .listItem-box .listItem-body .top-content .cxd-ListItemtitile {
  max-width: 600px;
}
.cxd-List-items .cxd-ListItem-wapper .cxd-ListItem-content .listItem-box .listItem-body .top-content .cxd-ListItem-subtitle {
  color: #373737;
  display: flex;
}
.cxd-List-items .cxd-ListItem-wapper .cxd-ListItem-content .listItem-box .listItem-body .top-content .tags {
  display: flex;
  align-items: center;
}
.cxd-List-items .cxd-ListItem-wapper .cxd-ListItem-content .listItem-box .listItem-body .top-content .tags .tag-item {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100px;
  margin: 0 2px;
  border-radius: 4px;
  background-color: var(--saas-crud-advanced-modle-body-condition-color);
  font-size: 12px;
  color: var(--saas-font-size-dark-black);
  width: unset;
  height: 16px;
  padding: 0px 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cxd-List-items .cxd-ListItem-wapper .cxd-ListItem-content .cxd-Hbox {
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
}
.cxd-List-items .cxd-ListItem-wapper .cxd-ListItem-content .cxd-Hbox .cxd-Hbox-col {
  width: 33%;
  flex-grow: 0;
  flex-basis: unset;
  min-height: 28px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.cxd-List-items .cxd-ListItem-wapper .cxd-ListItem-content .cxd-Hbox .cxd-Hbox-col .cxd-ListItem-field {
  flex: 1;
  width: 100%;
}
.cxd-List-items .cxd-ListItem-wapper .cxd-ListItem-content .cxd-Hbox .cxd-Hbox-col .cxd-ListItem-field .cxd-ListItem-fieldLabel {
  width: 40%;
  min-width: 40%;
  display: flex;
  align-items: center;
}
.cxd-List-items .cxd-ListItem-wapper .cxd-ListItem-content .cxd-Hbox .cxd-Hbox-col .cxd-ListItem-field .cxd-ListItem-fieldLabel span {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: auto;
  max-width: calc(100% - 3px);
}
.cxd-List-items .cxd-ListItem-wapper .cxd-ListItem-content .cxd-Hbox .cxd-Hbox-col .cxd-ListItem-field .cxd-ListItem-fieldValue {
  padding: 0 12px;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.cxd-List-items .cxd-ListItem-wapper .cxd-ListItem-content .cxd-Hbox .cxd-Hbox-col .cxd-ListItem-field .cxd-ListItem-fieldValue > .cxd-ListItem-fieldValue {
  padding: 0;
}
.cxd-List-items .cxd-ListItem-wapper .cxd-ListItem-content .cxd-Hbox .cxd-Hbox-col .cxd-ListItem-field .cxd-ListItem-fieldValue .cxd-Form-item {
  margin-bottom: 0;
}
.cxd-List-items .cxd-ListItem-wapper .cxd-ListItem-content .cxd-Hbox .cxd-Hbox-col .cxd-ListItem-field .cxd-ListItem-fieldValue.is-linkUrl {
  color: var(--saas-Link-Text);
  cursor: pointer;
}
.cxd-List-items .cxd-ListItem-wapper .cxd-ListItem-content .listItem-desc {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #B4B6BA;
  height: 42px;
  font-size: 12px;
}
.cxd-List-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 0 0;
}
.cxd-List-toolbar::before, .cxd-List-toolbar::after {
  display: table;
  content: "";
}
.cxd-List-toolbar::after {
  clear: both;
}
@media (min-width: 576px) {
  .cxd-List-toolbar > .cxd-List-actions {
    margin-bottom: 8px;
  }
}
@media (min-width: 576px) {
  .cxd-List-toolbar .cxd-Crud-toolbar-tool--head {
    width: auto;
    padding-left: 8px;
    border: 0.0625rem solid #eceff8;
  }
  .cxd-List-toolbar .cxd-Crud-toolbar-tool--head .cxd-List-toolbar-page {
    float: left;
    padding: 0;
  }
  .cxd-List-toolbar .cxd-Crud-toolbar-tool--head .cxd-List-toolbar-page .cxd-List-actions {
    margin-bottom: 0;
    height: 32px;
    line-height: 32px;
    font-size: 12px;
    cursor: pointer;
    color: var(--saas-font-size-dark-black);
  }
  .cxd-List-toolbar .cxd-Crud-toolbar-tool--head .cxd-List-toolbar-page .cxd-List-actions .cxd-Context-checkall {
    margin-bottom: 0;
    color: var(--saas-font-size-dark-black);
    margin-right: 0.25rem;
  }
  .cxd-List-toolbar .cxd-Crud-toolbar-tool--head .cxd-List-toolbar-page .cxd-Crud-toolbar-item {
    color: var(--saas-Secondary-Text);
  }
  .cxd-List-toolbar .cxd-Crud-toolbar-tool--head .cxd-List-toolbar-page .cxd-Crud-toolbar-item .ant-select,
.cxd-List-toolbar .cxd-Crud-toolbar-tool--head .cxd-List-toolbar-page .cxd-Crud-toolbar-item .ant-select-selection-item,
.cxd-List-toolbar .cxd-Crud-toolbar-tool--head .cxd-List-toolbar-page .cxd-Crud-toolbar-item .ant-select-arrow {
    color: var(--saas-Secondary-Text);
  }
  .cxd-List-toolbar .cxd-Crud-toolbar-tool--head .cxd-Crud-toolbar {
    width: auto;
  }
}
@media (max-width: 767px) {
  .cxd-List-toolbar .cxd-Crud-toolbar.footer .cxd-Crud-toolbar-tool--actions {
    width: 100%;
    display: flex;
  }
}
.cxd-List-toolbar:nth-last-child(1) {
  padding: 0 8px;
  background-color: var(--Layout-header-bg);
}
@media (max-width: 767px) {
  .cxd-List-toolbar:nth-last-child(1) {
    padding: 8px;
  }
}
.cxd-List-actions {
  display: inline-block;
}
.cxd-List-actions > * {
  margin-right: var(--Crud-toolbar-gap);
}
.cxd-List-header {
  padding: var(--List-toolbar-marginY) var(--List-toolbar-marginX);
}
.cxd-List-header > * + .cxd-Button,
.cxd-List-header > * + .cxd-ButtonGroup,
.cxd-List-header > * + .cxd-ButtonToolbar {
  margin-left: var(--Crud-toolbar-gap);
}
.cxd-List-statistic {
  width: 100%;
  margin-bottom: var(--List-toolbar-marginY);
}
.cxd-List-header + .cxd-List-toolbar {
  padding-top: 0;
}
.cxd-List-heading {
  padding: var(--gap-xs) 0;
}
.cxd-List-fixedTop {
  position: absolute;
  background: var(--white);
  z-index: -1;
  opacity: 0;
  box-shadow: var(--List-fixedTop-boxShadow);
}
.cxd-List-fixedTop.in {
  position: fixed;
  opacity: 1;
  z-index: 900;
}
.cxd-List-fixedTop .cxd-Cards-toolbar {
  margin-bottom: 0;
}
.cxd-List-fixedTop:empty {
  display: none;
}
.cxd-List--unsaved .cxd-List-heading {
  background: var(--List--unsaved-heading-bg);
  color: var(--List--unsaved-heading-color);
  padding: var(--gap-xs) var(--gap-sm);
  margin-bottom: var(--gap-sm);
}
.cxd-List-dragTip {
  width: 100%;
  color: var(--info);
  clear: both;
  margin-top: var(--gap-xs);
}
.cxd-List-placeholder {
  color: var(--text--muted-color);
  text-align: center;
  min-height: var(--List-placeholder-height);
  line-height: var(--List-placeholder-height);
}

.cxd-ListGroup {
  max-width: 25rem;
  display: flex;
  flex-direction: column;
}
.cxd-ListGroup-item {
  position: relative;
  display: block;
  padding: var(--ListItem-paddingY) var(--ListItem-paddingX);
  margin-bottom: -0.0625rem;
  background: var(--white);
  border: var(--ListItem-borderWidth) solid var(--List-borderColor);
}
.cxd-ListGroup-item:first-child {
  border-top-left-radius: var(--borderRadius);
  border-top-right-radius: var(--borderRadius);
}
.cxd-ListGroup-item:last-child {
  border-bottom-left-radius: var(--borderRadius);
  border-bottom-right-radius: var(--borderRadius);
  margin-bottom: 0;
}
.cxd-ListGroup-item:hover {
  z-index: 1;
}
.cxd-ListGroup-item.is-active {
  z-index: 2;
}
.cxd-ListGroup-item.is-disabled {
  color: var(--text--muted-color);
}
.cxd-ListGroup--expanded .cxd-ListGroup-item {
  border-radius: var(--borderRadius);
  margin-bottom: var(--gap-sm);
}
.cxd-ListGroup--expanded .cxd-ListGroup-item:last-child {
  margin-bottom: 0;
}

.cxd-ListItem {
  width: 100%;
  position: relative;
  display: inline-flex;
  padding: 0;
}
.cxd-ListItem::before, .cxd-ListItem::after {
  display: table;
  content: "";
}
.cxd-ListItem::after {
  clear: both;
}
.cxd-ListItem + .cxd-ListItem {
  border-top: var(--ListItem-borderWidth) solid var(--saas-border-color);
}
.cxd-ListItem.is-checked {
  background-color: #e6f7ff;
}
.cxd-ListItem::before, .cxd-ListItem::after {
  content: none;
}
.cxd-ListItem:nth-child(even) {
  background: var(--ListItem--strip-bg);
}
.cxd-ListItem-checkBtn {
  margin-right: var(--gap-sm);
}
.cxd-ListItem-dragBtn {
  cursor: move;
  margin-right: var(--gap-sm);
}
.cxd-ListItem--actions-at-left .cxd-ListItem-actions {
  margin-right: var(--gap-base);
}
.cxd-ListItem-title {
  margin: 0;
  padding: 0;
  font-size: 15px;
  color: var(--text--loud-color);
  font-weight: var(--fontWeightMd);
}
.cxd-ListItem-content {
  overflow: hidden;
  flex: 1;
}
.cxd-ListItem-field {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.cxd-ListItem-fieldValue {
  position: relative;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cxd-ListItem-fieldValue.is-linkUrl {
  color: var(--saas-Link-Text);
  cursor: pointer;
}
.cxd-ListItem-fieldLabel {
  width: 9.375rem;
  color: var(--saas-font-size-dark-black);
}
.cxd-ListItem.is-modified, .cxd-ListItem.is-moved {
  background: var(--ListItem-onModified-bg);
  border-color: var(--ListItem-onModified-borderColor);
  color: var(--ListItem-onModified-color);
}
.cxd-ListItem.is-modified + .cxd-ListItem, .cxd-ListItem.is-moved + .cxd-ListItem {
  border-color: var(--ListItem-onModified-borderColor);
}
.cxd-ListItem.is-modified .cxd-ListItem-fieldLabel, .cxd-ListItem.is-moved .cxd-ListItem-fieldLabel {
  color: var(--ListItem-onModified-fieldLabel-color);
}
.cxd-ListItem.is-dragging {
  opacity: var(--ListItem-onDragging-opacity);
}
.cxd-ListItem--hasItemAction {
  cursor: pointer;
}
.cxd-ListItem--hasItemAction:hover {
  color: var(--ListMenu-item--onHover-color);
  background: var(--ListMenu-item--onHover-bg);
}

.cxd-ListItem-wapper .cxd-ListItem.expand + .cxd-ListItem-footable {
  display: flex;
}
.cxd-ListItem-wapper + .cxd-ListItem-wapper {
  border-top: var(--ListItem-borderWidth) solid var(--saas-border-color);
}
.cxd-ListItem-wapper .cxd-ListItem-footable {
  display: none;
  padding: var(--ListItem-paddingY) var(--ListItem-paddingX);
  padding-top: 0;
  background-color: #f5f5f5;
  color: #333;
  font-size: 12px;
  font-weight: 500;
}
.cxd-ListItem-wapper .footItem {
  margin: 5px 8px 0 0;
}
.cxd-ListItem-wapper .footItem .label {
  text-align: right;
  color: #818181;
}
.cxd-ListItem-wapper .footItem .value {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 767px) {
  #List-item-content .cxd-List {
    font-size: 13px;
  }
  #List-item-content .cxd-List-items {
    margin: 0;
    padding: 4px 8px 0;
  }
  #List-item-content .cxd-List-items .cxd-ListItem-wapper {
    padding: 8px 0;
  }
  #List-item-content .cxd-List-items .cxd-ListItem-wapper + .cxd-ListItem-wapper {
    border: none;
  }
  #List-item-content .cxd-ListItem {
    flex-direction: column;
  }
  #List-item-content .cxd-ListItem::before, #List-item-content .cxd-ListItem::after {
    content: none;
  }
  #List-item-content .cxd-ListItem-wapper + #List-item-content .cxd-ListItem-wapper {
    border: none;
  }
  #List-item-content .cxd-ListItem-content {
    padding: 0;
  }
  #List-item-content .cxd-ListItem-fieldLabel {
    width: auto;
    display: inline-block;
  }
  #List-item-content .cxd-ListItem-actions {
    padding: 4px 0;
    overflow-x: scroll;
    display: flex;
    flex-wrap: nowrap;
    justify-content: right;
  }
  #List-item-content .cxd-ListItem-actions button {
    margin-right: 5px;
  }
  #List-item-content .listItem-box {
    align-items: center;
  }
  #List-item-content .listItem-box .cxd-Hbox {
    margin-bottom: 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
  }
  #List-item-content .listItem-box .listItem-desc,
#List-item-content .listItem-box .cxd-Hbox {
    flex-wrap: nowrap;
    font-size: 13px;
  }
  #List-item-content .listItem-box .listItem-desc-col,
#List-item-content .listItem-box .cxd-Hbox-col {
    width: auto;
    display: inline-flex;
  }
  #List-item-content .listItem-box .listItem-desc {
    height: auto;
  }
  #List-item-content .listItem-body {
    padding: 8px 8px 0;
    overflow: hidden;
  }
  #List-item-content .listItem-head {
    display: flex;
    justify-content: center;
    margin-right: 5px;
  }
  #List-item-content .listItem-image {
    margin: 0;
    width: 84px;
    height: 84px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.cxd-Cards {
  flex: 1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: 0 8px;
}
.cxd-Cards-toolbar {
  display: flex;
  align-items: center;
}
.cxd-Cards-toolbar::before, .cxd-Cards-toolbar::after {
  display: table;
  content: "";
}
.cxd-Cards-toolbar::after {
  clear: both;
}
@media (min-width: 576px) {
  .cxd-Cards-toolbar > .cxd-Cards-actions {
    margin-bottom: 8px;
  }
}
@media (min-width: 576px) {
  .cxd-Cards-toolbar > .cxd-Crud-toolbar .cxd-Crud-toolbar-tool--head {
    width: auto;
    padding-left: 8px;
    border: 0.0625rem solid var(--saas-Border-Dividers);
    color: var(--saas-font-size-dark-black);
  }
  .cxd-Cards-toolbar > .cxd-Crud-toolbar .cxd-Crud-toolbar-tool--head .cxd-Cards-toolbar-page {
    float: left;
    padding: 0;
    background: unset;
  }
  .cxd-Cards-toolbar > .cxd-Crud-toolbar .cxd-Crud-toolbar-tool--head .cxd-Cards-toolbar-page .cxd-Cards-actions {
    height: 32px;
    line-height: 32px;
    font-size: 12px;
    cursor: pointer;
    color: var(--saas-font-size-dark-black);
    margin-bottom: 0;
  }
  .cxd-Cards-toolbar > .cxd-Crud-toolbar .cxd-Crud-toolbar-tool--head .cxd-Cards-toolbar-page .cxd-Cards-actions .cxd-Context-checkall {
    margin-bottom: 0;
    color: var(--saas-font-size-dark-black);
  }
  .cxd-Cards-toolbar > .cxd-Crud-toolbar .cxd-Crud-toolbar-tool--head .cxd-Cards-toolbar-page .cxd-Crud-toolbar-item {
    color: var(--saas-Secondary-Text);
  }
  .cxd-Cards-toolbar > .cxd-Crud-toolbar .cxd-Crud-toolbar-tool--head .cxd-Cards-toolbar-page .cxd-Crud-toolbar-item .ant-select, .cxd-Cards-toolbar > .cxd-Crud-toolbar .cxd-Crud-toolbar-tool--head .cxd-Cards-toolbar-page .cxd-Crud-toolbar-item .ant-select-selection-item, .cxd-Cards-toolbar > .cxd-Crud-toolbar .cxd-Crud-toolbar-tool--head .cxd-Cards-toolbar-page .cxd-Crud-toolbar-item .ant-select-arrow {
    color: var(--saas-Secondary-Text);
  }
  .cxd-Cards-toolbar > .cxd-Crud-toolbar .cxd-Crud-toolbar-tool--head .cxd-Crud-toolbar {
    width: auto;
  }
}
@media (max-width: 767px) {
  .cxd-Cards-toolbar .cxd-Crud-toolbar.footer .cxd-Crud-toolbar-tool--actions {
    width: 100%;
    display: flex;
  }
}
.cxd-Cards-content {
  flex: 1;
  overflow: auto;
  overflow-x: hidden;
  padding: 0;
}
.cxd-Cards-actions {
  display: inline-block;
}
.cxd-Cards-actions > * {
  margin-right: var(--Crud-toolbar-gap);
}
.cxd-Cards-actions > .cxd-Context-checkall {
  margin-bottom: 8px;
}
.cxd-Cards-heading {
  padding: var(--gap-xs) 0;
}
.cxd-Cards-header {
  padding: var(--Cards-toolbar-marginY) var(--Cards-toolbar-marginX);
}
.cxd-Cards-header > * + .cxd-Button,
.cxd-Cards-header > * + .cxd-ButtonGroup,
.cxd-Cards-header > * + .cxd-ButtonToolbar {
  margin-left: var(--Crud-toolbar-gap);
}
.cxd-Cards-statistic {
  width: 100%;
  margin-bottom: var(--Cards-toolbar-marginY);
}
.cxd-Cards-header + .cxd-Cards-toolbar {
  padding-top: 0;
}
.cxd-Cards-fixedTop {
  position: absolute;
  background: var(--white);
  z-index: -1;
  opacity: 0;
  box-shadow: var(--Cards-fixedTop-boxShadow);
  padding: var(--gap-sm);
}
.cxd-Cards-fixedTop.in {
  position: fixed;
  opacity: 1;
  z-index: 900;
}
.cxd-Cards-fixedTop .cxd-Cards-toolbar {
  margin-bottom: 0;
}
.cxd-Cards-fixedTop:empty {
  display: none;
}
.cxd-Cards--unsaved .cxd-Cards-heading {
  background: var(--Cards--unsaved-heading-bg);
  color: var(--Cards--unsaved-heading-color);
  padding: var(--gap-xs) var(--gap-sm);
  margin-bottom: var(--gap-sm);
}
.cxd-Cards-dragTip {
  width: 100%;
  color: var(--info);
  clear: both;
  margin-top: var(--gap-xs);
}
.cxd-Cards-placeholder {
  background: var(--saas-main-bg);
  color: var(--text--muted-color);
  text-align: center;
  height: var(--Cards-placeholder-height);
  line-height: var(--Cards-placeholder-height);
  border: var(--Card-borderWidth) solid var(--saas-Border-Dividers);
  border-radius: var(--Card-borderRadius);
}
.cxd-Cards-body > div {
  display: flex;
}
.cxd-Cards-items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 -4px;
}
.cxd-Cards-items > div {
  min-width: 280px;
  max-width: 450px;
  flex: 1;
  border-right: none;
}
.cxd-Cards-items > div .cxd-Card--link {
  padding: 0;
}
.cxd-Cards-items > div .cxd-Card--NoAvatar {
  padding: 6px 0 0px;
}
.cxd-Cards--masonry {
  display: block;
  column-gap: 0;
  column-fill: initial;
}
.cxd-Cards--masonry:after {
  content: none;
}
.cxd-Cards--masonry > div {
  width: 100%;
  float: none;
  break-inside: avoid;
  max-width: unset;
  display: inline-block;
  flex: unset;
}

@media (min-width: 576px) {
  .cxd-Cards--masonrySm1 {
    column-count: 12;
  }

  .cxd-Cards--masonrySm2 {
    column-count: 6;
  }

  .cxd-Cards--masonrySm3 {
    column-count: 4;
  }

  .cxd-Cards--masonrySm4 {
    column-count: 3;
  }

  .cxd-Cards--masonrySm6 {
    column-count: 2;
  }

  .cxd-Cards--masonrySm12 {
    column-count: 1;
  }

  .cxd-Cards-toolbar {
    background-color: var(--Layout-header-bg);
    display: flex;
    flex-wrap: wrap;
    padding: 8px 8px 0 0;
  }
}
@media (min-width: 768px) {
  .cxd-Cards--masonryMd1 {
    column-count: 12;
  }

  .cxd-Cards--masonryMd2 {
    column-count: 6;
  }

  .cxd-Cards--masonryMd3 {
    column-count: 4;
  }

  .cxd-Cards--masonryMd4 {
    column-count: 3;
  }

  .cxd-Cards--masonryMd6 {
    column-count: 2;
  }

  .cxd-Cards--masonryMd12 {
    column-count: 1;
  }
}
@media (min-width: 992px) {
  .cxd-Cards--masonryLg1 {
    column-count: 12;
  }

  .cxd-Cards--masonryLg2 {
    column-count: 6;
  }

  .cxd-Cards--masonryLg3 {
    column-count: 4;
  }

  .cxd-Cards--masonryLg4 {
    column-count: 3;
  }

  .cxd-Cards--masonryLg6 {
    column-count: 2;
  }

  .cxd-Cards--masonryLg12 {
    column-count: 1;
  }
}
@media (max-width: 767px) {
  .cxd-Cards-toolbar {
    width: 100%;
    background: var(--saas-main-bg);
    display: flex;
    align-items: center;
    margin: 0;
    height: 53px;
    padding: 10px 0;
    padding: 0 16px;
  }
  .cxd-Cards-content {
    padding: 4px 0 0 0;
  }
  .cxd-Cards .cxd-Mobile-header-toolbar-wrapper {
    flex-direction: row;
  }
  .cxd-Cards-body {
    margin: 0;
    background-color: whitesmoke;
  }
  .cxd-Cards-body > div {
    width: 50%;
    margin: 0;
    min-width: auto;
    max-width: auto;
    flex: auto;
  }
  .cxd-Cards-placeholder {
    display: none;
  }
  .cxd-Cards-fixedTop.in {
    display: none;
  }
}
.cxd-Card {
  background: var(--saas-main-bg);
  border: var(--Card-borderWidth) solid var(--Card-borderColor);
  border-radius: var(--Card-borderRadius);
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
  margin: 4px;
}
.cxd-Card--link {
  cursor: pointer;
}
.cxd-Card-title {
  color: var(--text-color);
  font-size: 15px;
  font-weight: var(--fontWeightMd);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 8px;
  min-width: 40px;
}
.cxd-Card-title-text {
  display: flex;
  align-items: center;
}
.cxd-Card-title-text .tags {
  display: flex;
  align-items: center;
}
.cxd-Card-title-text .tags .tag-item {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100px;
  margin: 0 2px;
  border-radius: 4px;
  background-color: var(--saas-crud-advanced-modle-body-condition-color);
  font-size: 12px;
  color: var(--saas-font-size-dark-black);
  width: unset;
  height: 16px;
  padding: 0px 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cxd-Card-subTitle {
  max-height: calc(var(--fontSizeBase) * var(--lineHeightBase) * 2);
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--text--muted-color);
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
.cxd-Card-title-body {
  display: flex;
}
.cxd-Card-title + .cxd-Card-subTitle {
  margin-top: 0;
  max-height: none;
  line-height: normal;
  overflow: unset;
}
.cxd-Card-title + .cxd-Card-subTitle .cxd-MappingField {
  display: inline-block;
  overflow: unset;
}
.cxd-Card-title + .cxd-Card-subTitle .cxd-MappingField .cxd-TplField {
  display: inline-block;
}
.cxd-Card-title + .cxd-Card-subTitle .cxd-MappingField .cxd-TplField > span {
  display: inline-block;
  height: auto;
}
.cxd-Card-title + .cxd-Card-subTitle .cxd-MappingField .cxd-TplField > span > span {
  line-height: 1.5;
}
.cxd-Card-dragBtn {
  display: inline-block;
  cursor: pointer;
  padding: 0 var(--gap-sm);
}
.cxd-Card-heading {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.cxd-Card-avtarimg {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid var(--saas-border-color);
  margin-bottom: 8px;
}
.cxd-Card-avtarimg .cxd-Card-avtar {
  margin: 0 auto;
  height: 100%;
  width: 100%;
  padding: 0 8px;
  border-radius: 0;
  float: none;
  overflow: hidden;
}
.cxd-Card-avtarimg .cxd-Card-avtar img {
  height: 100%;
}
.cxd-Card-avtarimg > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #BBD3FB;
}
.cxd-Card-avtarimg > div svg {
  max-width: 36px;
}
.cxd-Card-avtarimg .card-empty-pic {
  justify-content: center;
}
.cxd-Card-avtar {
  max-width: 12.5rem;
}
.cxd-Card-avtar img {
  max-width: 100%;
}
.cxd-Card-avtarText {
  flex-shrink: 0;
  background: var(--primary);
  color: var(--white);
  width: 94px;
  height: 94px;
  line-height: 94px;
  text-align: center;
  vertical-align: middle;
  border-radius: 500px;
  font-size: 16px;
  display: inline-block;
  margin: 8px auto;
}
.cxd-Card-meta {
  flex: 1;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: 0 8px;
}
.cxd-Card-meta-content {
  display: flex;
  flex-direction: column;
}
.cxd-Card-meta + .cxd-Card-toolbar {
  margin-left: var(--gap-md);
}
.cxd-Card-body-content {
  display: flex;
  overflow: hidden;
  width: 100%;
  margin-bottom: 4px;
}
.cxd-Card-body-content .cxd-Card-meta + .cxd-Card-toolbar {
  margin-left: 0;
}
.cxd-Card-toolbar {
  line-height: normal;
  text-align: right;
}
.cxd-Card .cxd-Checkbox.cxd-Card-CheckboxNoModle {
  position: absolute;
  top: -20px;
  left: -28px;
  margin: 0;
}
.cxd-Card .cxd-Checkbox.cxd-Card-CheckboxNoModle > i {
  border: none;
  width: 40px !important;
  height: 40px !important;
  border-radius: 0;
  transform: rotateZ(45deg);
  background-color: #cfe4fe;
}
.cxd-Card .cxd-Checkbox.cxd-Card-CheckboxNoModle > i::before {
  transform: translate(45%, -60%) rotate(-90deg);
}
.cxd-Card-highlight {
  background: var(--success);
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 100%;
  display: inline-block;
  margin: 0 var(--gap-sm);
}
.cxd-Card-body {
  padding: 8px;
  flex: 1 0 auto;
}
.cxd-Card-heading + .cxd-Card-body {
  padding-top: 0;
}
.cxd-Card-field {
  position: relative;
  display: inline-flex;
  flex-wrap: nowrap;
  width: 50%;
  font-size: 12px;
}
.cxd-Card-field > .cxd-Card-fieldValue {
  display: flex;
  align-items: center;
  min-height: 25px;
}
.cxd-Card-field > .cxd-Card-fieldValue .cxd-Form-item {
  margin-bottom: 0;
}
.cxd-Card-field > .cxd-Card-fieldValue.is-linkUrl {
  color: var(--saas-Link-Text);
  cursor: pointer;
}
.cxd-Card-desc {
  color: var(--saas-font-size-dark-black);
  font-size: 12px;
}
.cxd-Card-fieldValue {
  position: relative;
  flex-basis: 0;
  flex-grow: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  color: var(--saas-font-size-black);
}
.cxd-Card-fieldValue.is-linkUrl {
  color: var(--saas-Link-Text);
  cursor: pointer;
}
.cxd-Card-fieldValue .cxd-Progress {
  flex: 1;
}
.cxd-Card-fieldValue .cxd-Progress-line {
  width: calc(100% - 3em);
  margin: 0;
  padding: 0;
}
.cxd-Card-fieldValue .cxd-Progress-line-text {
  margin-left: 0;
  text-align: center;
}
.cxd-Card-fieldLabel {
  color: var(--saas-font-size-dark-black);
  font-size: 12px;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: left;
  width: 3.75rem;
}
.cxd-Card-fieldLabel span {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: auto;
  max-width: calc(100% - 3px);
}
.cxd-Card-actions {
  border-top: var(--Card-borderWidth) solid var(--Card-actions-borderColor);
  width: 100%;
  text-align: right;
  overflow: auto;
  padding: 6px 0;
  white-space: nowrap;
}
.cxd-Card-actions > a {
  background: transparent;
  flex-grow: 1;
  border-color: var(--Card-actions-borderColor);
  border-style: solid;
  border-width: 0 var(--Card-borderWidth) 0 0;
  color: var(--text-color);
  text-align: center;
  line-height: 2.5rem;
  font-size: var(--Card-actions-fontSize);
}
.cxd-Card-actions > a:not(.is-disabled) {
  cursor: pointer;
}
.cxd-Card-actions > a:not(.is-disabled):hover {
  background: var(--Card-actions-onHover-bg);
  color: var(--Card-actions-onHover-color);
  text-decoration: none;
}
.cxd-Card-actions > a:last-child {
  border: none;
}
.cxd-Card-actions > a.is-disabled {
  color: var(--text--muted-color);
}
.cxd-Card-actions > a.is-disabled:hover {
  text-decoration: none;
}
.cxd-Card-actions > button {
  margin: 0 3px;
}
.cxd-Card.is-checked {
  background: var(--Card-onChecked-bg);
  border-color: var(--Card-onChecked-borderColor);
  color: var(--Card-onChecked-color);
}
.cxd-Card.is-checked .cxd-Card-actions,
.cxd-Card.is-checked .cxd-Card-actions > a {
  border-color: var(--Card-onChecked-borderColor);
  color: var(--Card-onChecked-color);
}
.cxd-Card.is-checked .cxd-Card-fieldLabel {
  color: var(--Card-onChecked-fieldLabel-color);
}
.cxd-Card.is-checked .cxd-Card-actions > a:hover {
  background: var(--Card-actions-onChecked-onHover-bg);
  color: var(--Card-actions-onChecked-onHover-color);
}
.cxd-Card.is-modified, .cxd-Card.is-moved {
  background: var(--Card-onModified-bg);
  border-color: var(--Card-onModified-borderColor);
  color: var(--Card-onModified-color);
}
.cxd-Card.is-modified .cxd-Card-actions,
.cxd-Card.is-modified .cxd-Card-actions > a, .cxd-Card.is-moved .cxd-Card-actions,
.cxd-Card.is-moved .cxd-Card-actions > a {
  border-color: var(--Card-onModified-borderColor);
  color: var(--Card-onModified-color);
}
.cxd-Card.is-modified .cxd-Card-fieldLabel, .cxd-Card.is-moved .cxd-Card-fieldLabel {
  color: var(--Card-onModified-fieldLabel-color);
}
.cxd-Card.is-modified .cxd-Card-actions > a:hover, .cxd-Card.is-moved .cxd-Card-actions > a:hover {
  background: var(--Card-onModified-onHover-bg);
  color: var(--Card-onModified-onHover-color);
}
.is-dragging > .cxd-Card {
  opacity: var(--Card-onDragging-opacity);
}
.cxd-Card-footer-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cxd-Card-actions-wrapper {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  overflow: hidden;
}
.cxd-Card-checkbox {
  margin: 0 var(--gap-sm) !important;
}
.cxd-Card-secondary {
  max-width: 12.5rem;
  color: var(--Card-secondary-color);
  padding: 0 var(--gap-md);
  font-size: var(--fontSizeMd);
  font-weight: var(--fontWeightBase);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cxd-Card-secondary + .cxd-Card-actions-wrapper .cxd-Card-actions {
  margin-left: unset;
  border: none;
  width: unset;
}
.cxd-Card-secondary + .cxd-Card-actions-wrapper .cxd-Card-actions > a {
  border: none;
}
.cxd-Card-multiMedia--top .cxd-Card-actions-wrapper .cxd-Card-actions, .cxd-Card-multiMedia--bottom .cxd-Card-actions-wrapper .cxd-Card-actions, .cxd-Card-multiMedia--left .cxd-Card-actions-wrapper .cxd-Card-actions, .cxd-Card-multiMedia--right .cxd-Card-actions-wrapper .cxd-Card-actions {
  margin-left: unset;
  border: none;
  width: unset;
}
.cxd-Card-multiMedia--top .cxd-Card-actions-wrapper .cxd-Card-actions > a, .cxd-Card-multiMedia--bottom .cxd-Card-actions-wrapper .cxd-Card-actions > a, .cxd-Card-multiMedia--left .cxd-Card-actions-wrapper .cxd-Card-actions > a, .cxd-Card-multiMedia--right .cxd-Card-actions-wrapper .cxd-Card-actions > a {
  border: none;
}
.cxd-Card-multiMedia--top {
  display: block;
}
.cxd-Card-multiMedia--top .cxd-Card-multiMedia-img {
  border-bottom-left-radius: unset;
  border-bottom-right-radius: unset;
}
.cxd-Card-multiMedia--bottom {
  display: flex;
  flex-direction: column-reverse;
}
.cxd-Card-multiMedia--bottom .cxd-Card-actions {
  border-bottom: var(--Card-borderWidth) solid var(--Card-actions-borderColor);
}
.cxd-Card-multiMedia--bottom .cxd-Card-multiMedia-img {
  border-top-left-radius: unset;
  border-top-right-radius: unset;
}
.cxd-Card-multiMedia--top .cxd-Card-body, .cxd-Card-multiMedia--bottom .cxd-Card-body {
  padding-bottom: var(--gap-md);
}
.cxd-Card-multiMedia--left {
  display: flex;
  align-items: center;
}
.cxd-Card-multiMedia--left .cxd-Card-actions {
  margin-left: var(--gap-md);
  border-left: var(--Card-borderWidth) solid var(--Card-actions-borderColor);
}
.cxd-Card-multiMedia--left .cxd-Card-multiMedia-img,
.cxd-Card-multiMedia--left .cxd-Card-multiMedia-video {
  margin: var(--gap-md) 0 var(--gap-md) var(--gap-md);
}
.cxd-Card-multiMedia--right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.cxd-Card-multiMedia--right .cxd-Card-actions {
  margin-right: var(--gap-md);
  border-right: var(--Card-borderWidth) solid var(--Card-actions-borderColor);
}
.cxd-Card-multiMedia--right .cxd-Card-multiMedia-img,
.cxd-Card-multiMedia--right .cxd-Card-multiMedia-video {
  margin: var(--gap-md) var(--gap-md) var(--gap-md) 0;
}
.cxd-Card-multiMedia-flex {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cxd-Card-multiMedia-img {
  display: block;
  width: auto;
  height: auto;
  object-fit: cover;
  border-radius: var(--Card-borderRadius);
}
.cxd-Card-multiMedia-video {
  width: 11.25rem;
  height: 7.5rem;
}
.cxd-Card-multiMedia-video .cxd-Video {
  width: 100%;
  height: 100%;
  min-width: unset;
  border-radius: var(--Card-borderRadius);
  overflow: hidden;
}
.cxd-Card-multiMedia-video .cxd-Video .cxd-Video-player {
  width: 100%;
  height: 100%;
}
.cxd-Card-multiMedia-video .cxd-Video .cxd-Video-player .video-react {
  width: 100%;
  height: 100%;
  padding-top: unset !important;
}

@media (max-width: 767px) {
  .cxd-Card {
    border-radius: 0;
    overflow: hidden;
    border: none;
  }
  .cxd-Card-avtarimg {
    border-bottom: none;
    margin-bottom: 0;
  }
  .cxd-Card-avtarimg .cxd-Card-avtar {
    padding: 0;
  }
  .cxd-Card-body-content {
    margin: 5px 0;
  }
  .cxd-Card-desc {
    margin-top: 2px;
  }
  .cxd-Card-desc span {
    display: block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 12px;
  }
  .cxd-Card-fieldValue .cxd-Form-feedback-icon {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
.cxd-Field-quickEditBtn {
  color: var(--QuickEdit-iconColor);
  margin-left: var(--gap-xs);
  display: inline-block;
  vertical-align: text-top;
  cursor: pointer;
  opacity: 0.6;
}
.cxd-Field-quickEditBtn:hover {
  color: var(--QuickEdit-onHover-iconColor);
  opacity: 1;
}

.cxd-Field--quickEditable {
  outline: none;
  position: relative;
}
.cxd-Field--quickEditable:focus {
  position: relative;
}
.cxd-Field--quickEditable:focus:after {
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  pointer-events: none;
  z-index: 1;
  border: var(--QuickEdit-onFocus-borderWidth) dashed var(--QuickEdit-onFocus-borderColor);
}
.cxd-Field--quickEditable:hover .cxd-Field-quickEditBtn {
  visibility: visible;
}

.cxd-QuickEdit-popover {
  min-width: 20rem;
  max-width: 40rem;
}
.cxd-QuickEdit-popover .cxd-Panel {
  margin-bottom: 0;
  border: none;
}

.cxd-Field-popOverBtn {
  color: var(--PopOverAble-iconColor);
  margin-left: var(--gap-xs);
  display: inline-block;
  cursor: pointer;
  opacity: 0.6;
  vertical-align: middle;
}
.cxd-Field-popOverBtn:hover {
  color: var(--PopOverAble-onHover-iconColor);
  opacity: 1;
}

.cxd-Field--popOverAble {
  outline: none;
  position: relative;
}

.cxd-PopOverAble-popover {
  min-width: 20rem;
  max-width: 40rem;
}
.cxd-PopOverAble-popover .cxd-Panel {
  margin-bottom: 0;
  border: none;
}

.cxd-PopOverAble--fixed {
  position: fixed;
}
.cxd-PopOverAble--fixed > * {
  margin-bottom: 0;
}

.cxd-PopOverAble--fixed-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cxd-PopOverAble--fixed-left-top {
  top: 0;
  left: 0;
}

.cxd-PopOverAble--fixed-right-top {
  top: 0;
  right: 0;
}

.cxd-PopOverAble--fixed-left-bottom {
  bottom: 0;
  left: 0;
}

.cxd-PopOverAble--fixed-right-bottom {
  bottom: 0;
  right: 0;
}

.cxd-Progress.line-mode {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cxd-Progress-line {
  display: inline-block;
  flex: 1;
  position: relative;
}
.cxd-Progress-line-threshold {
  position: absolute;
  height: 100%;
  border-left: 1px solid #007bff;
}
.cxd-Progress-line-threshold-text {
  position: absolute;
  font-size: 12px;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}
.cxd-Progress-line-inter {
  height: 100%;
  background-color: var(--Progress-bar-backgroundColor);
  overflow: hidden;
  border-radius: var(--Progress-borderRadius);
}
.cxd-Progress-line-no-label {
  padding-right: 0;
  margin-right: 0;
}
.cxd-Progress-line-text {
  display: inline-block;
  width: 25%;
  margin-left: 2px;
  white-space: nowrap;
  text-align: right;
  word-break: normal;
  min-width: 30px;
  max-width: 65px;
}
.cxd-Progress-line-text .icon {
  font-size: 15px;
}
.cxd-Progress-line-bar {
  float: left;
  width: 0;
  height: 8px;
  font-size: 12px;
  line-height: 10px;
  text-align: center;
  background: var(--primary);
  transition: width var(--animation-duration) ease;
}
.cxd-Progress-line-bar--stripe {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 2rem 2rem;
}
.cxd-Progress-line-bar--animate {
  position: relative;
  transition: all 0.4s cubic-bezier(0.08, 0.82, 0.17, 1) 0s;
}
.cxd-Progress-line-bar--animate::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: var(--Progress-animate-backgroundColor);
  border-radius: 10px;
  opacity: 0;
  animation: progress-bar-active 2.4s cubic-bezier(0.23, 1, 0.32, 1) infinite;
  content: "";
}
.cxd-Progress-line-bar--stripe-animate {
  animation: progress-bar-stripes 1s linear infinite;
}
.cxd-Progress-circle {
  width: 120px;
  height: 120px;
  position: relative;
}
.cxd-Progress-circle-text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  margin: 0;
  padding: 0;
  color: var(--text-color);
  font-size: 1em;
  line-height: 1;
  white-space: normal;
  text-align: center;
  transform: translate(-50%, -50%);
}
.cxd-Progress-circle-text .icon {
  font-size: 1.2em;
}
.cxd-Progress-circle .bg-warning-circle-path {
  stroke: var(--warning);
}
.cxd-Progress-circle .bg-danger-circle-path {
  stroke: var(--danger);
}
.cxd-Progress-circle .bg-info-circle-path {
  stroke: var(--info);
}
.cxd-Progress-circle .bg-success-circle-path {
  stroke: var(--success);
}
.cxd-Progress-circle .bg-primary-circle-path {
  stroke: var(--primary);
}

.cxd-Table-content .cxd-Progress.line-mode {
  width: 100%;
}

@keyframes progress-bar-active {
  0% {
    transform: translateX(-100%) scaleX(0);
    opacity: 0.1;
  }
  20% {
    transform: translateX(-100%) scaleX(0);
    opacity: 0.5;
  }
  100% {
    transform: translateX(0) scaleX(1);
    opacity: 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 2rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.cxd-Property-wrapper {
  border: 1px solid var(--borderColor);
}
.cxd-Property-wrapper-content-row {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  border-bottom: 1px solid var(--borderColor);
}
.cxd-Property-wrapper-content-row .cxd-Form-item.verticalField {
  margin: 0;
}
.cxd-Property-wrapper-content-row .cxd-Form-item.verticalField > .cxd-Form-value {
  padding: 0;
}
.cxd-Property-wrapper-content-row .cell > .cxd-Form-item {
  margin-bottom: 0;
}
.cxd-Property-wrapper-content-row .ellipsis {
  white-space: nowrap;
  overflow: hidden;
}
.cxd-Property-wrapper-content-row-table-item {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}
.cxd-Property-wrapper-content-row-table-item .property-formitem-label {
  padding: 0 4px;
  background: var(--saas-crud-table-thead-color);
  font-weight: normal;
  color: var(--Table-thead-color);
}
.cxd-Property-wrapper-content-row-table-item .property-formitem-label > .cell {
  color: var(--Table-thead-color);
}
.cxd-Property-wrapper-content-row-table-item .property-formitem-label > .ellipsis-cell {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.cxd-Property-wrapper-content-row-table-item .property-formitem-label .cxd-Remark-icon {
  color: var(--saas-Placeholder-Text);
}
.cxd-Property-wrapper-content-row-table-item .property-formitem-value {
  flex: 1;
  min-width: calc(100% - 120px);
  color: var(--saas-Title-Text);
  background: var(--Form-input-bg);
}
.cxd-Property-wrapper-content-row-table-item .property-formitem-value .cxd-NumberField {
  padding: 0 4px;
}
.cxd-Property-wrapper-content-row-table-item .property-formitem-value > .cell {
  width: 100%;
  color: var(--saas-Title-Text);
}
@media (min-width: 576px) {
  .cxd-Property-wrapper-content-row-table-item .property-formitem-value > .cell {
    font-size: 13px;
  }
  .cxd-Property-wrapper-content-row-table-item .property-formitem-value > .cell > .cxd-Form-item {
    min-height: 32px;
    color: var(--saas-Title-Text);
  }
  .cxd-Property-wrapper-content-row-table-item .property-formitem-value > .cell > .cxd-Form-item > .cxd-Form-value > .cxd-Form-control {
    padding: 0 4px;
    min-height: 32px;
  }
  .cxd-Property-wrapper-content-row-table-item .property-formitem-value > .cell > .cxd-Form-item > .cxd-Form-value > .cxd-Form-control > .cxd-TextControl-input, .cxd-Property-wrapper-content-row-table-item .property-formitem-value > .cell > .cxd-Form-item > .cxd-Form-value > .cxd-Form-control > .cxd-Number, .cxd-Property-wrapper-content-row-table-item .property-formitem-value > .cell > .cxd-Form-item > .cxd-Form-value > .cxd-Form-control > .cxd-DatePicker, .cxd-Property-wrapper-content-row-table-item .property-formitem-value > .cell > .cxd-Form-item > .cxd-Form-value > .cxd-Form-control > .cxd-DateRangePicker, .cxd-Property-wrapper-content-row-table-item .property-formitem-value > .cell > .cxd-Form-item > .cxd-Form-value > .cxd-Form-control > .cxd-Picker-input,
.cxd-Property-wrapper-content-row-table-item .property-formitem-value > .cell > .cxd-Form-item > .cxd-Form-value > .cxd-Form-control > .cxd-RichTextControl, .cxd-Property-wrapper-content-row-table-item .property-formitem-value > .cell > .cxd-Form-item > .cxd-Form-value > .cxd-Form-control > .cxd-ColorPicker, .cxd-Property-wrapper-content-row-table-item .property-formitem-value > .cell > .cxd-Form-item > .cxd-Form-value > .cxd-Form-control > .cxd-ResultBox, .cxd-Property-wrapper-content-row-table-item .property-formitem-value > .cell > .cxd-Form-item > .cxd-Form-value > .cxd-Form-control > .cxd-Picker > .cxd-Picker-input {
    border: none;
    font-size: 13px;
    padding: 0;
    min-height: 32px;
    color: var(--saas-Title-Text);
  }
  .cxd-Property-wrapper-content-row-table-item .property-formitem-value > .cell > .cxd-Form-item > .cxd-Form-value > .cxd-Form-control > .cxd-TextControl-input > .cxd-TextControl-placeholder, .cxd-Property-wrapper-content-row-table-item .property-formitem-value > .cell > .cxd-Form-item > .cxd-Form-value > .cxd-Form-control > .cxd-Number > .cxd-TextControl-placeholder, .cxd-Property-wrapper-content-row-table-item .property-formitem-value > .cell > .cxd-Form-item > .cxd-Form-value > .cxd-Form-control > .cxd-DatePicker > .cxd-TextControl-placeholder, .cxd-Property-wrapper-content-row-table-item .property-formitem-value > .cell > .cxd-Form-item > .cxd-Form-value > .cxd-Form-control > .cxd-DateRangePicker > .cxd-TextControl-placeholder, .cxd-Property-wrapper-content-row-table-item .property-formitem-value > .cell > .cxd-Form-item > .cxd-Form-value > .cxd-Form-control > .cxd-Picker-input > .cxd-TextControl-placeholder,
.cxd-Property-wrapper-content-row-table-item .property-formitem-value > .cell > .cxd-Form-item > .cxd-Form-value > .cxd-Form-control > .cxd-RichTextControl > .cxd-TextControl-placeholder, .cxd-Property-wrapper-content-row-table-item .property-formitem-value > .cell > .cxd-Form-item > .cxd-Form-value > .cxd-Form-control > .cxd-ColorPicker > .cxd-TextControl-placeholder, .cxd-Property-wrapper-content-row-table-item .property-formitem-value > .cell > .cxd-Form-item > .cxd-Form-value > .cxd-Form-control > .cxd-ResultBox > .cxd-TextControl-placeholder, .cxd-Property-wrapper-content-row-table-item .property-formitem-value > .cell > .cxd-Form-item > .cxd-Form-value > .cxd-Form-control > .cxd-Picker > .cxd-Picker-input > .cxd-TextControl-placeholder {
    left: 0;
    top: 5px;
  }
  .cxd-Property-wrapper-content-row-table-item .property-formitem-value > .cell > .cxd-Form-item > .cxd-Form-value > .cxd-Form-control > .cxd-TextControl-input .cxd-TransferPicker-icon, .cxd-Property-wrapper-content-row-table-item .property-formitem-value > .cell > .cxd-Form-item > .cxd-Form-value > .cxd-Form-control > .cxd-Number .cxd-TransferPicker-icon, .cxd-Property-wrapper-content-row-table-item .property-formitem-value > .cell > .cxd-Form-item > .cxd-Form-value > .cxd-Form-control > .cxd-DatePicker .cxd-TransferPicker-icon, .cxd-Property-wrapper-content-row-table-item .property-formitem-value > .cell > .cxd-Form-item > .cxd-Form-value > .cxd-Form-control > .cxd-DateRangePicker .cxd-TransferPicker-icon, .cxd-Property-wrapper-content-row-table-item .property-formitem-value > .cell > .cxd-Form-item > .cxd-Form-value > .cxd-Form-control > .cxd-Picker-input .cxd-TransferPicker-icon,
.cxd-Property-wrapper-content-row-table-item .property-formitem-value > .cell > .cxd-Form-item > .cxd-Form-value > .cxd-Form-control > .cxd-RichTextControl .cxd-TransferPicker-icon, .cxd-Property-wrapper-content-row-table-item .property-formitem-value > .cell > .cxd-Form-item > .cxd-Form-value > .cxd-Form-control > .cxd-ColorPicker .cxd-TransferPicker-icon, .cxd-Property-wrapper-content-row-table-item .property-formitem-value > .cell > .cxd-Form-item > .cxd-Form-value > .cxd-Form-control > .cxd-ResultBox .cxd-TransferPicker-icon, .cxd-Property-wrapper-content-row-table-item .property-formitem-value > .cell > .cxd-Form-item > .cxd-Form-value > .cxd-Form-control > .cxd-Picker > .cxd-Picker-input .cxd-TransferPicker-icon {
    margin: 0 0 0 auto;
  }
  .cxd-Property-wrapper-content-row-table-item .property-formitem-value > .cell > .cxd-Form-item > .cxd-Form-value > .cxd-Form-control > .cxd-TextControl-input .cxd-Number-input-wrap, .cxd-Property-wrapper-content-row-table-item .property-formitem-value > .cell > .cxd-Form-item > .cxd-Form-value > .cxd-Form-control > .cxd-Number .cxd-Number-input-wrap, .cxd-Property-wrapper-content-row-table-item .property-formitem-value > .cell > .cxd-Form-item > .cxd-Form-value > .cxd-Form-control > .cxd-DatePicker .cxd-Number-input-wrap, .cxd-Property-wrapper-content-row-table-item .property-formitem-value > .cell > .cxd-Form-item > .cxd-Form-value > .cxd-Form-control > .cxd-DateRangePicker .cxd-Number-input-wrap, .cxd-Property-wrapper-content-row-table-item .property-formitem-value > .cell > .cxd-Form-item > .cxd-Form-value > .cxd-Form-control > .cxd-Picker-input .cxd-Number-input-wrap,
.cxd-Property-wrapper-content-row-table-item .property-formitem-value > .cell > .cxd-Form-item > .cxd-Form-value > .cxd-Form-control > .cxd-RichTextControl .cxd-Number-input-wrap, .cxd-Property-wrapper-content-row-table-item .property-formitem-value > .cell > .cxd-Form-item > .cxd-Form-value > .cxd-Form-control > .cxd-ColorPicker .cxd-Number-input-wrap, .cxd-Property-wrapper-content-row-table-item .property-formitem-value > .cell > .cxd-Form-item > .cxd-Form-value > .cxd-Form-control > .cxd-ResultBox .cxd-Number-input-wrap, .cxd-Property-wrapper-content-row-table-item .property-formitem-value > .cell > .cxd-Form-item > .cxd-Form-value > .cxd-Form-control > .cxd-Picker > .cxd-Picker-input .cxd-Number-input-wrap {
    margin-left: 0;
    height: 32px;
  }
  .cxd-Property-wrapper-content-row-table-item .property-formitem-value > .cell > .cxd-Form-item > .cxd-Form-value > .cxd-Form-control > .cxd-TextControl-input .cxd-Number-input-wrap .cxd-Number-input, .cxd-Property-wrapper-content-row-table-item .property-formitem-value > .cell > .cxd-Form-item > .cxd-Form-value > .cxd-Form-control > .cxd-Number .cxd-Number-input-wrap .cxd-Number-input, .cxd-Property-wrapper-content-row-table-item .property-formitem-value > .cell > .cxd-Form-item > .cxd-Form-value > .cxd-Form-control > .cxd-DatePicker .cxd-Number-input-wrap .cxd-Number-input, .cxd-Property-wrapper-content-row-table-item .property-formitem-value > .cell > .cxd-Form-item > .cxd-Form-value > .cxd-Form-control > .cxd-DateRangePicker .cxd-Number-input-wrap .cxd-Number-input, .cxd-Property-wrapper-content-row-table-item .property-formitem-value > .cell > .cxd-Form-item > .cxd-Form-value > .cxd-Form-control > .cxd-Picker-input .cxd-Number-input-wrap .cxd-Number-input,
.cxd-Property-wrapper-content-row-table-item .property-formitem-value > .cell > .cxd-Form-item > .cxd-Form-value > .cxd-Form-control > .cxd-RichTextControl .cxd-Number-input-wrap .cxd-Number-input, .cxd-Property-wrapper-content-row-table-item .property-formitem-value > .cell > .cxd-Form-item > .cxd-Form-value > .cxd-Form-control > .cxd-ColorPicker .cxd-Number-input-wrap .cxd-Number-input, .cxd-Property-wrapper-content-row-table-item .property-formitem-value > .cell > .cxd-Form-item > .cxd-Form-value > .cxd-Form-control > .cxd-ResultBox .cxd-Number-input-wrap .cxd-Number-input, .cxd-Property-wrapper-content-row-table-item .property-formitem-value > .cell > .cxd-Form-item > .cxd-Form-value > .cxd-Form-control > .cxd-Picker > .cxd-Picker-input .cxd-Number-input-wrap .cxd-Number-input {
    padding-left: 0;
    height: 100%;
    color: var(--saas-Title-Text);
  }
  .cxd-Property-wrapper-content-row-table-item .property-formitem-value > .cell > .cxd-Form-item > .cxd-Form-value > .cxd-Form-control > .cxd-TextControl-input > .cxd-Picker-placeholder, .cxd-Property-wrapper-content-row-table-item .property-formitem-value > .cell > .cxd-Form-item > .cxd-Form-value > .cxd-Form-control > .cxd-Number > .cxd-Picker-placeholder, .cxd-Property-wrapper-content-row-table-item .property-formitem-value > .cell > .cxd-Form-item > .cxd-Form-value > .cxd-Form-control > .cxd-DatePicker > .cxd-Picker-placeholder, .cxd-Property-wrapper-content-row-table-item .property-formitem-value > .cell > .cxd-Form-item > .cxd-Form-value > .cxd-Form-control > .cxd-DateRangePicker > .cxd-Picker-placeholder, .cxd-Property-wrapper-content-row-table-item .property-formitem-value > .cell > .cxd-Form-item > .cxd-Form-value > .cxd-Form-control > .cxd-Picker-input > .cxd-Picker-placeholder,
.cxd-Property-wrapper-content-row-table-item .property-formitem-value > .cell > .cxd-Form-item > .cxd-Form-value > .cxd-Form-control > .cxd-RichTextControl > .cxd-Picker-placeholder, .cxd-Property-wrapper-content-row-table-item .property-formitem-value > .cell > .cxd-Form-item > .cxd-Form-value > .cxd-Form-control > .cxd-ColorPicker > .cxd-Picker-placeholder, .cxd-Property-wrapper-content-row-table-item .property-formitem-value > .cell > .cxd-Form-item > .cxd-Form-value > .cxd-Form-control > .cxd-ResultBox > .cxd-Picker-placeholder, .cxd-Property-wrapper-content-row-table-item .property-formitem-value > .cell > .cxd-Form-item > .cxd-Form-value > .cxd-Form-control > .cxd-Picker > .cxd-Picker-input > .cxd-Picker-placeholder {
    line-height: 30px;
  }
  .cxd-Property-wrapper-content-row-table-item .property-formitem-value > .cell > .cxd-Form-item > .cxd-Form-value > .cxd-Form-control > .cxd-TextControl-input > .cxd-Picker-valueWrap, .cxd-Property-wrapper-content-row-table-item .property-formitem-value > .cell > .cxd-Form-item > .cxd-Form-value > .cxd-Form-control > .cxd-Number > .cxd-Picker-valueWrap, .cxd-Property-wrapper-content-row-table-item .property-formitem-value > .cell > .cxd-Form-item > .cxd-Form-value > .cxd-Form-control > .cxd-DatePicker > .cxd-Picker-valueWrap, .cxd-Property-wrapper-content-row-table-item .property-formitem-value > .cell > .cxd-Form-item > .cxd-Form-value > .cxd-Form-control > .cxd-DateRangePicker > .cxd-Picker-valueWrap, .cxd-Property-wrapper-content-row-table-item .property-formitem-value > .cell > .cxd-Form-item > .cxd-Form-value > .cxd-Form-control > .cxd-Picker-input > .cxd-Picker-valueWrap,
.cxd-Property-wrapper-content-row-table-item .property-formitem-value > .cell > .cxd-Form-item > .cxd-Form-value > .cxd-Form-control > .cxd-RichTextControl > .cxd-Picker-valueWrap, .cxd-Property-wrapper-content-row-table-item .property-formitem-value > .cell > .cxd-Form-item > .cxd-Form-value > .cxd-Form-control > .cxd-ColorPicker > .cxd-Picker-valueWrap, .cxd-Property-wrapper-content-row-table-item .property-formitem-value > .cell > .cxd-Form-item > .cxd-Form-value > .cxd-Form-control > .cxd-ResultBox > .cxd-Picker-valueWrap, .cxd-Property-wrapper-content-row-table-item .property-formitem-value > .cell > .cxd-Form-item > .cxd-Form-value > .cxd-Form-control > .cxd-Picker > .cxd-Picker-input > .cxd-Picker-valueWrap {
    display: flex;
    align-items: center;
  }
  .cxd-Property-wrapper-content-row-table-item .property-formitem-value > .cell > .cxd-Form-item > .cxd-Form-value > .cxd-Form-control > .cxd-TextControl-input .cxd-Number-handler-wrap .cxd-Number-handler, .cxd-Property-wrapper-content-row-table-item .property-formitem-value > .cell > .cxd-Form-item > .cxd-Form-value > .cxd-Form-control > .cxd-Number .cxd-Number-handler-wrap .cxd-Number-handler, .cxd-Property-wrapper-content-row-table-item .property-formitem-value > .cell > .cxd-Form-item > .cxd-Form-value > .cxd-Form-control > .cxd-DatePicker .cxd-Number-handler-wrap .cxd-Number-handler, .cxd-Property-wrapper-content-row-table-item .property-formitem-value > .cell > .cxd-Form-item > .cxd-Form-value > .cxd-Form-control > .cxd-DateRangePicker .cxd-Number-handler-wrap .cxd-Number-handler, .cxd-Property-wrapper-content-row-table-item .property-formitem-value > .cell > .cxd-Form-item > .cxd-Form-value > .cxd-Form-control > .cxd-Picker-input .cxd-Number-handler-wrap .cxd-Number-handler,
.cxd-Property-wrapper-content-row-table-item .property-formitem-value > .cell > .cxd-Form-item > .cxd-Form-value > .cxd-Form-control > .cxd-RichTextControl .cxd-Number-handler-wrap .cxd-Number-handler, .cxd-Property-wrapper-content-row-table-item .property-formitem-value > .cell > .cxd-Form-item > .cxd-Form-value > .cxd-Form-control > .cxd-ColorPicker .cxd-Number-handler-wrap .cxd-Number-handler, .cxd-Property-wrapper-content-row-table-item .property-formitem-value > .cell > .cxd-Form-item > .cxd-Form-value > .cxd-Form-control > .cxd-ResultBox .cxd-Number-handler-wrap .cxd-Number-handler, .cxd-Property-wrapper-content-row-table-item .property-formitem-value > .cell > .cxd-Form-item > .cxd-Form-value > .cxd-Form-control > .cxd-Picker > .cxd-Picker-input .cxd-Number-handler-wrap .cxd-Number-handler {
    height: 16px;
    line-height: 16px;
  }
  .cxd-Property-wrapper-content-row-table-item .property-formitem-value > .cell > .cxd-Form-item > .cxd-Form-value > .cxd-Form-control > .cxd-TextControl-input .cxd-Number-handler-wrap .cxd-Number-handler-up, .cxd-Property-wrapper-content-row-table-item .property-formitem-value > .cell > .cxd-Form-item > .cxd-Form-value > .cxd-Form-control > .cxd-Number .cxd-Number-handler-wrap .cxd-Number-handler-up, .cxd-Property-wrapper-content-row-table-item .property-formitem-value > .cell > .cxd-Form-item > .cxd-Form-value > .cxd-Form-control > .cxd-DatePicker .cxd-Number-handler-wrap .cxd-Number-handler-up, .cxd-Property-wrapper-content-row-table-item .property-formitem-value > .cell > .cxd-Form-item > .cxd-Form-value > .cxd-Form-control > .cxd-DateRangePicker .cxd-Number-handler-wrap .cxd-Number-handler-up, .cxd-Property-wrapper-content-row-table-item .property-formitem-value > .cell > .cxd-Form-item > .cxd-Form-value > .cxd-Form-control > .cxd-Picker-input .cxd-Number-handler-wrap .cxd-Number-handler-up,
.cxd-Property-wrapper-content-row-table-item .property-formitem-value > .cell > .cxd-Form-item > .cxd-Form-value > .cxd-Form-control > .cxd-RichTextControl .cxd-Number-handler-wrap .cxd-Number-handler-up, .cxd-Property-wrapper-content-row-table-item .property-formitem-value > .cell > .cxd-Form-item > .cxd-Form-value > .cxd-Form-control > .cxd-ColorPicker .cxd-Number-handler-wrap .cxd-Number-handler-up, .cxd-Property-wrapper-content-row-table-item .property-formitem-value > .cell > .cxd-Form-item > .cxd-Form-value > .cxd-Form-control > .cxd-ResultBox .cxd-Number-handler-wrap .cxd-Number-handler-up, .cxd-Property-wrapper-content-row-table-item .property-formitem-value > .cell > .cxd-Form-item > .cxd-Form-value > .cxd-Form-control > .cxd-Picker > .cxd-Picker-input .cxd-Number-handler-wrap .cxd-Number-handler-up {
    padding: 0;
  }
  .cxd-Property-wrapper-content-row-table-item .property-formitem-value > .cell > .cxd-Form-item > .cxd-Form-value > .cxd-Form-control > .cxd-TextControl-input .cxd-ResultBox-value-wrap, .cxd-Property-wrapper-content-row-table-item .property-formitem-value > .cell > .cxd-Form-item > .cxd-Form-value > .cxd-Form-control > .cxd-Number .cxd-ResultBox-value-wrap, .cxd-Property-wrapper-content-row-table-item .property-formitem-value > .cell > .cxd-Form-item > .cxd-Form-value > .cxd-Form-control > .cxd-DatePicker .cxd-ResultBox-value-wrap, .cxd-Property-wrapper-content-row-table-item .property-formitem-value > .cell > .cxd-Form-item > .cxd-Form-value > .cxd-Form-control > .cxd-DateRangePicker .cxd-ResultBox-value-wrap, .cxd-Property-wrapper-content-row-table-item .property-formitem-value > .cell > .cxd-Form-item > .cxd-Form-value > .cxd-Form-control > .cxd-Picker-input .cxd-ResultBox-value-wrap,
.cxd-Property-wrapper-content-row-table-item .property-formitem-value > .cell > .cxd-Form-item > .cxd-Form-value > .cxd-Form-control > .cxd-RichTextControl .cxd-ResultBox-value-wrap, .cxd-Property-wrapper-content-row-table-item .property-formitem-value > .cell > .cxd-Form-item > .cxd-Form-value > .cxd-Form-control > .cxd-ColorPicker .cxd-ResultBox-value-wrap, .cxd-Property-wrapper-content-row-table-item .property-formitem-value > .cell > .cxd-Form-item > .cxd-Form-value > .cxd-Form-control > .cxd-ResultBox .cxd-ResultBox-value-wrap, .cxd-Property-wrapper-content-row-table-item .property-formitem-value > .cell > .cxd-Form-item > .cxd-Form-value > .cxd-Form-control > .cxd-Picker > .cxd-Picker-input .cxd-ResultBox-value-wrap {
    padding: 0;
  }
  .cxd-Property-wrapper-content-row-table-item .property-formitem-value > .cell > .cxd-Form-item > .cxd-Form-value > .cxd-Form-control > .cxd-TextControl-input .cxd-ResultBox-value-wrap .cxd-ResultBox-singleValue, .cxd-Property-wrapper-content-row-table-item .property-formitem-value > .cell > .cxd-Form-item > .cxd-Form-value > .cxd-Form-control > .cxd-TextControl-input .cxd-ResultBox-value-wrap .cxd-ResultBox-placeholder, .cxd-Property-wrapper-content-row-table-item .property-formitem-value > .cell > .cxd-Form-item > .cxd-Form-value > .cxd-Form-control > .cxd-Number .cxd-ResultBox-value-wrap .cxd-ResultBox-singleValue, .cxd-Property-wrapper-content-row-table-item .property-formitem-value > .cell > .cxd-Form-item > .cxd-Form-value > .cxd-Form-control > .cxd-Number .cxd-ResultBox-value-wrap .cxd-ResultBox-placeholder, .cxd-Property-wrapper-content-row-table-item .property-formitem-value > .cell > .cxd-Form-item > .cxd-Form-value > .cxd-Form-control > .cxd-DatePicker .cxd-ResultBox-value-wrap .cxd-ResultBox-singleValue, .cxd-Property-wrapper-content-row-table-item .property-formitem-value > .cell > .cxd-Form-item > .cxd-Form-value > .cxd-Form-control > .cxd-DatePicker .cxd-ResultBox-value-wrap .cxd-ResultBox-placeholder, .cxd-Property-wrapper-content-row-table-item .property-formitem-value > .cell > .cxd-Form-item > .cxd-Form-value > .cxd-Form-control > .cxd-DateRangePicker .cxd-ResultBox-value-wrap .cxd-ResultBox-singleValue, .cxd-Property-wrapper-content-row-table-item .property-formitem-value > .cell > .cxd-Form-item > .cxd-Form-value > .cxd-Form-control > .cxd-DateRangePicker .cxd-ResultBox-value-wrap .cxd-ResultBox-placeholder, .cxd-Property-wrapper-content-row-table-item .property-formitem-value > .cell > .cxd-Form-item > .cxd-Form-value > .cxd-Form-control > .cxd-Picker-input .cxd-ResultBox-value-wrap .cxd-ResultBox-singleValue, .cxd-Property-wrapper-content-row-table-item .property-formitem-value > .cell > .cxd-Form-item > .cxd-Form-value > .cxd-Form-control > .cxd-Picker-input .cxd-ResultBox-value-wrap .cxd-ResultBox-placeholder,
.cxd-Property-wrapper-content-row-table-item .property-formitem-value > .cell > .cxd-Form-item > .cxd-Form-value > .cxd-Form-control > .cxd-RichTextControl .cxd-ResultBox-value-wrap .cxd-ResultBox-singleValue,
.cxd-Property-wrapper-content-row-table-item .property-formitem-value > .cell > .cxd-Form-item > .cxd-Form-value > .cxd-Form-control > .cxd-RichTextControl .cxd-ResultBox-value-wrap .cxd-ResultBox-placeholder, .cxd-Property-wrapper-content-row-table-item .property-formitem-value > .cell > .cxd-Form-item > .cxd-Form-value > .cxd-Form-control > .cxd-ColorPicker .cxd-ResultBox-value-wrap .cxd-ResultBox-singleValue, .cxd-Property-wrapper-content-row-table-item .property-formitem-value > .cell > .cxd-Form-item > .cxd-Form-value > .cxd-Form-control > .cxd-ColorPicker .cxd-ResultBox-value-wrap .cxd-ResultBox-placeholder, .cxd-Property-wrapper-content-row-table-item .property-formitem-value > .cell > .cxd-Form-item > .cxd-Form-value > .cxd-Form-control > .cxd-ResultBox .cxd-ResultBox-value-wrap .cxd-ResultBox-singleValue, .cxd-Property-wrapper-content-row-table-item .property-formitem-value > .cell > .cxd-Form-item > .cxd-Form-value > .cxd-Form-control > .cxd-ResultBox .cxd-ResultBox-value-wrap .cxd-ResultBox-placeholder, .cxd-Property-wrapper-content-row-table-item .property-formitem-value > .cell > .cxd-Form-item > .cxd-Form-value > .cxd-Form-control > .cxd-Picker > .cxd-Picker-input .cxd-ResultBox-value-wrap .cxd-ResultBox-singleValue, .cxd-Property-wrapper-content-row-table-item .property-formitem-value > .cell > .cxd-Form-item > .cxd-Form-value > .cxd-Form-control > .cxd-Picker > .cxd-Picker-input .cxd-ResultBox-value-wrap .cxd-ResultBox-placeholder {
    padding-left: 0;
    margin-left: 0;
  }
  .cxd-Property-wrapper-content-row-table-item .property-formitem-value > .cell > .cxd-Form-item > .cxd-Form-value > .cxd-Form-control > .cxd-TextControl-input > input {
    height: unset;
    color: var(--saas-Title-Text);
  }
  .cxd-Property-wrapper-content-row-table-item .property-formitem-value > .cell > .cxd-Form-item > .cxd-Form-value > .cxd-Form-control > .cxd-DatePicker .cxd-DatePicker-content .cxd-DatePicker-toggler svg {
    top: 0;
  }
  .cxd-Property-wrapper-content-row-table-item .property-formitem-value > .cell > .cxd-Form-item > .cxd-Form-value > .cxd-Form-control > .cxd-DateRangePicker .cxd-DateRangePicker-content .cxd-DateRangePicker-clear {
    display: flex;
    align-items: center;
    height: 32px;
    line-height: 32px;
  }
  .cxd-Property-wrapper-content-row-table-item .property-formitem-value > .cell > .cxd-Form-item > .cxd-Form-value > .cxd-Form-control > .cxd-DateRangePicker .cxd-DateRangePicker-content .cxd-DateRangePicker-toggler svg {
    top: 0;
  }
  .cxd-Property-wrapper-content-row-table-item .property-formitem-value > .cell > .cxd-Form-item > .cxd-Form-value > .cxd-Form-control > .cxd-ResultBox .cxd-TransferDropDown-icon {
    margin-right: 0;
  }
  .cxd-Property-wrapper-content-row-table-item .property-formitem-value > .cell > .cxd-Form-item > .cxd-Form-value > .cxd-Form-control > .cxd-Picker .cxd-Picker-input .cxd-Picker-btn {
    right: 0;
  }
  .cxd-Property-wrapper-content-row-table-item .property-formitem-value > .cell > .cxd-Form-item > .cxd-Form-value > .cxd-ImageControl {
    margin: var(--gap-xs) 0;
  }
  .cxd-Property-wrapper-content-row-table-item .property-formitem-value > .cell > .cxd-Form-item > .cxd-Form-value > .cxd-SwitchControl {
    min-height: 24px;
    padding-top: 4px;
  }
  .cxd-Property-wrapper-content-row-table-item .property-formitem-value > .cell > .cxd-Form-item > .cxd-Form-value > .cxd-RadiosControl, .cxd-Property-wrapper-content-row-table-item .property-formitem-value > .cell > .cxd-Form-item > .cxd-Form-value > .cxd-CheckboxesControl {
    padding-top: 4px;
  }
  .cxd-Property-wrapper-content-row-table-item .property-formitem-value > .cell > .cxd-Form-item > .cxd-Form-value > .cxd-Form-control.cxd-NumberControl {
    padding-right: 0;
  }
  .cxd-Property-wrapper-content-row-table-item .property-formitem-value > .cell > .cxd-Form-item > .cxd-Form-value > .cxd-DateRangePicker {
    height: unset;
  }
  .cxd-Property-wrapper-content-row-table-item .property-formitem-value > .cell > .cxd-Form-item > .cxd-Form-value > .cxd-DateRangePicker .cxd-DateRangePicker-content .cxd-DateRangePicker-clear {
    padding: 0 0.1875rem;
    line-height: 30px;
  }
  .cxd-Property-wrapper-content-row-table-item .property-formitem-value > .cell > .cxd-Form-item > .cxd-Form-value > .cxd-CheckboxesControl > .cxd-Grid .cxd-Grid-col--sm12, .cxd-Property-wrapper-content-row-table-item .property-formitem-value > .cell > .cxd-Form-item > .cxd-Form-value > .cxd-CheckboxesControl > .cxd-Grid .cxd-Grid-col--sm6, .cxd-Property-wrapper-content-row-table-item .property-formitem-value > .cell > .cxd-Form-item > .cxd-Form-value > .cxd-CheckboxesControl > .cxd-Grid .cxd-Grid-col--sm3, .cxd-Property-wrapper-content-row-table-item .property-formitem-value > .cell > .cxd-Form-item > .cxd-Form-value > .cxd-CheckboxesControl > .cxd-Grid .cxd-Grid-col--md12,
.cxd-Property-wrapper-content-row-table-item .property-formitem-value > .cell > .cxd-Form-item > .cxd-Form-value > .cxd-CheckboxesControl > .cxd-Grid .cxd-Grid-col--md6, .cxd-Property-wrapper-content-row-table-item .property-formitem-value > .cell > .cxd-Form-item > .cxd-Form-value > .cxd-CheckboxesControl > .cxd-Grid .cxd-Grid-col--md3 {
    border-right: none;
  }
  .cxd-Property-wrapper-content-row-table-item .property-formitem-value > .cell > .cxd-Form-item > .cxd-Form-value > .cxd-TextareaControl, .cxd-Property-wrapper-content-row-table-item .property-formitem-value > .cell > .cxd-Form-item > .cxd-Form-value > .cxd-RichTextControl {
    padding: 4px;
  }
  .cxd-Property-wrapper-content-row-table-item .property-formitem-value > .cell > .cxd-Form-item > .cxd-Form-value > .cxd-TextareaControl > textarea, .cxd-Property-wrapper-content-row-table-item .property-formitem-value > .cell > .cxd-Form-item > .cxd-Form-value > .cxd-RichTextControl > textarea {
    border: none;
    font-size: 13px;
    padding: 0;
  }
  .cxd-Property-wrapper-content-row-table-item .property-formitem-value > .cell > .cxd-Form-item > .cxd-Form-value > .cxd-TextareaControl > textarea::placeholder, .cxd-Property-wrapper-content-row-table-item .property-formitem-value > .cell > .cxd-Form-item > .cxd-Form-value > .cxd-RichTextControl > textarea::placeholder {
    font-size: 12px;
  }
  .cxd-Property-wrapper-content-row-table-item .property-formitem-value > .cell > .cxd-Form-item > .cxd-Form-value > .cxd-Form-static {
    font-size: 13px;
    min-height: 24px;
    padding: 0;
  }
  .cxd-Property-wrapper-content-row-table-item .property-formitem-value > .cell > .cxd-Form-item > .cxd-Form-value > .cxd-Form-static > .cxd-Form-control > .cxd-MappingField {
    height: 24px;
    line-height: 24px;
  }
  .cxd-Property-wrapper-content-row-table-item .property-formitem-value > .cell > .cxd-Form-item > .cxd-Form-value > .cxd-Form-static {
    font-size: 13px;
    min-height: 32px;
  }
  .cxd-Property-wrapper-content-row-table-item .property-formitem-value > .cell > .cxd-Form-item > .cxd-Form-value > .cxd-Form-static > .cxd-Form-control {
    height: 100%;
  }
  .cxd-Property-wrapper-content-row-table-item .property-formitem-value > .cell > .cxd-Form-item > .cxd-Form-value > .cxd-Form-static > .cxd-Form-control > .cxd-MappingField {
    height: 32px;
    line-height: 32px;
  }
  .cxd-Property-wrapper-content-row-table-item .property-formitem-value > .cell > .cxd-Form-item > .cxd-Form-value .cxd-Picker-valueWrap {
    margin: 0;
  }
  .cxd-Property-wrapper-content-row-table-item .property-formitem-value > .cell > .cxd-Form-item > .cxd-Form-value > .cxd-InputTable {
    padding: 0;
  }
  .cxd-Property-wrapper-content-row-table-item .property-formitem-value > .cell > .cxd-Form-item > .cxd-Form-static {
    font-size: 13px;
    min-height: 32px;
  }
  .cxd-Property-wrapper-content-row-table-item .property-formitem-value > .cell > .cxd-Form-item > .cxd-Form-static > .cxd-Form-control {
    height: 100%;
  }
  .cxd-Property-wrapper-content-row-table-item .property-formitem-value > .cell > .cxd-Form-item > .cxd-Form-static > .cxd-Form-control > .cxd-MappingField {
    height: 32px;
    line-height: 32px;
  }
  .cxd-Property-wrapper-content-row-table-item .property-formitem-value > .cell > .cxd-Form-item > .cxd-Form-static .cxd-NumberField {
    padding: 0;
  }
  .cxd-Property-wrapper-content-row-table-item .property-formitem-value > .cell > .cxd-Form-item > .cxd-ImageControl {
    margin: var(--gap-xs) 0;
  }
  .cxd-Property-wrapper-content-row-table-item .property-formitem-value > .cell > .cxd-Form-item > .cxd-Form-control {
    padding: 0 4px;
  }
  .cxd-Property-wrapper-content-row-table-item .property-formitem-value > .cell > .cxd-Form-item > .cxd-TextareaControl {
    padding: 0px;
  }
  .cxd-Property-wrapper-content-row-table-item .property-formitem-value > .cell > .cxd-Form-item > .cxd-InputTable {
    padding: 0;
  }
}
.cxd-Property-wrapper-content-row-table-item .property-formitem-value > .cell .is-showCount {
  width: auto;
  max-width: unset;
  min-width: unset;
}
.cxd-Property-wrapper-content-row-table-item .property-formitem-value > .cell .is-showCount .cxd-TextControl-input {
  border: none;
}
.cxd-Property-wrapper-content-row-table-item .property-formitem-value .tiled-item-title-left, .cxd-Property-wrapper-content-row-table-item .property-formitem-value .fieldTitle {
  font-size: 14px;
  font-weight: 500;
}
.cxd-Property-wrapper-content-row-table-item .property-formitem-value .tiled-item-title-left .cxd-Remark, .cxd-Property-wrapper-content-row-table-item .property-formitem-value .fieldTitle .cxd-Remark {
  color: var(--saas-Placeholder-Text);
  vertical-align: sub;
  margin-left: 4px;
  margin-right: 4px;
}
.cxd-Property-wrapper-content-row-table-item .property-formitem-value .tiled-item-title-left .cxd-Remark > svg, .cxd-Property-wrapper-content-row-table-item .property-formitem-value .fieldTitle .cxd-Remark > svg {
  top: 0;
  width: 1rem;
  height: 1rem;
}
.cxd-Property-wrapper-content-row-table-item .property-formitem-value .tiled-item-title-left .cxd-Remark:hover > svg, .cxd-Property-wrapper-content-row-table-item .property-formitem-value .fieldTitle .cxd-Remark:hover > svg {
  color: var(--saas-Placeholder-Text);
}
.cxd-Property-wrapper-content-row-table-item .property-formitem-value .cxd-Table {
  color: var(--saas-Title-Text);
}
.cxd-Property-wrapper-content-row-table-item .property-formitem-value .cxd-Table .cxd-Table-content .cxd-Table-table {
  border-bottom: none;
}
.cxd-Property-wrapper-content-row-table-item .property-formitem-value .cxd-Table .cxd-Table-content .cxd-Table-table > thead tr th .cxd-TableCell--title {
  height: 30px;
  display: flex;
  align-items: center;
  color: var(--Table-thead-color);
}
.cxd-Property-wrapper-content-row-table-item .property-formitem-value .cxd-Table .cxd-Table-content .cxd-Table-table > tbody tr td > div {
  display: flex;
  align-items: center;
  color: var(--saas-Title-Text);
}
.cxd-Property-wrapper-content-row-table-item .property-formitem-value .cxd-Table .cxd-Table-content .cxd-Table-table > tbody tr td.is-linkUrl > div {
  color: inherit;
}
.cxd-Property-wrapper-content-row-table-item .property-formitem-value .cxd-Form-control {
  padding: 0;
}
.cxd-Property-wrapper-content-row-table-item .property-formitem-value .cxd-Form-item .cxd-Form-control > div {
  background: transparent;
}
.cxd-Property-wrapper-content-row-table-item .property-formitem-value .cxd-Form-item .cxd-Form-control > div .cxd-TransferDropDown-content {
  background-color: var(--saas-main-bg);
}
.cxd-Property-wrapper-content-row-table-item .property-formitem-value .cxd-Form-item .cxd-Form-control > div .cxd-Number-handler {
  background: transparent;
}
.cxd-Property-wrapper-content-row-table-item .property-formitem-value .cxd-Form-item .cxd-Form-control > div .cxd-Cell-img-wrapper-isImage {
  background: transparent;
}
.cxd-Property-wrapper-content-row-table-item .property-formitem-value .cxd-Form-item .cxd-Form-control > div.is-disabled {
  background: var(--Form-input-onDisabled-bg);
}
.cxd-Property-wrapper-content-row-table-item .property-formitem-value .cxd-Form-item .cxd-Form-control > div.is-disabled.is-pcImage {
  background: transparent;
}
.cxd-Property-wrapper-content-row-table-item .property-formitem-value .cxd-Form-item .cxd-Form-control > div.is-disabled.is-pcImage > span {
  flex-wrap: wrap;
}
.cxd-Property-wrapper-content-row-table-item .property-formitem-value .cxd-Form-item .cxd-Form-value .cxd-ImageControl {
  display: flex;
  align-items: center;
}
.cxd-Property-wrapper-content-row-table-item .property-formitem-value .cxd-Form-item .cxd-Form-value .cxd-ImageControl-dropzone.is-disabled .cxd-Cell-img-wrapper .cxd-Cell-img,
.cxd-Property-wrapper-content-row-table-item .property-formitem-value .cxd-Form-item .cxd-Form-value .cxd-ImageControl-dropzone.is-disabled .cxd-Cell-img-wrapper-isImage .cxd-Cell-img {
  width: 66px;
  height: 66px;
  box-sizing: content-box;
  margin: 4px !important;
}
.cxd-Property-wrapper-content-row-table-item .property-formitem-value .cxd-Form-item .cxd-Form-value .cxd-ImageControl-dropzone.is-disabled .cxd-Cell-img-wrapper:hover,
.cxd-Property-wrapper-content-row-table-item .property-formitem-value .cxd-Form-item .cxd-Form-value .cxd-ImageControl-dropzone.is-disabled .cxd-Cell-img-wrapper-isImage:hover {
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.1);
}
.cxd-Property-wrapper-content-row-table-item .property-formitem-value .cxd-Form-item .cxd-TransferDropDown-content {
  background-color: var(--saas-main-bg);
}
.cxd-Property-wrapper-content-row-table-item .property-formitem-value .cxd-Form-item .cxd-TransferDropDown-footer {
  background-color: var(--saas-SelectedBg);
}
.cxd-Property-wrapper-content-row-table-item .property-formitem-value .cxd-Form-item .cxd-InputTable {
  padding-left: 0;
  padding-right: 0;
}
.cxd-Property-wrapper-content-row-table-item .property-formitem-value .cxd-Form-item .cxd-InputTable .cell.full-cell .cxd-Form-control {
  padding-right: 3px;
}
.cxd-Property-wrapper-content-row-table-item .property-formitem-value > .ellipsis-cell .cxd-Form-item.view-details .cxd-Form-static {
  display: flex;
  align-items: center;
}
.cxd-Property-wrapper-content-row-table-item .property-formitem-value > .ellipsis-cell .cxd-Form-item.view-details .cxd-Form-static .cxd-Form-control {
  flex: 1;
  width: 100%;
}
.cxd-Property-wrapper-content-row-table-item .property-formitem-value > .ellipsis-cell .cxd-Form-static .cxd-Form-control {
  position: relative;
}
.cxd-Property-wrapper-content-row-table-item .property-formitem-value > .ellipsis-cell .cxd-Form-static .cxd-Form-control span.cxd-PlainField,
.cxd-Property-wrapper-content-row-table-item .property-formitem-value > .ellipsis-cell .cxd-Form-static .cxd-Form-control span.cxd-DateField {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: middle;
}
.cxd-Property-wrapper-content-row-table-item .property-formitem-value > .ellipsis-cell .cxd-Form-static .cxd-Form-control .cxd-Field-popOverWrap {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.cxd-Property-wrapper-content-row-table-item .property-formitem-value > .ellipsis-cell .cxd-Form-static .cxd-Form-control .cxd-Form-static-pop {
  white-space: nowrap;
  position: fixed;
  background: var(--PopOver-bg);
  top: 0;
  left: 0;
  z-index: 1300;
  padding: 0 10px;
  max-width: 400px;
  max-height: 400px;
  overflow: auto;
  margin: 0;
  white-space: pre-wrap;
  font-weight: var(--fontWeightNormal);
  letter-spacing: normal;
  line-height: var(--lineHeightBase);
  font-size: var(--fontSizeBase);
  box-shadow: var(--boxShadow);
  border: var(--borderWidth) solid var(--borderColor);
  border-radius: var(--borderRadius);
}
.cxd-Property-wrapper-content-row-table-item .property-formitem-value > .ellipsis-cell .cxd-Form-static .cxd-Form-control .cxd-Form-static-pop::-webkit-scrollbar {
  width: 4px;
}
.cxd-Property-wrapper-content-row-table-item .property-formitem-value > .ellipsis-cell .cxd-Form-static .cxd-Form-control .cxd-TplField {
  word-break: break-all;
}
.cxd-Property-wrapper-content-row-table-item .property-formitem-value > .ellipsis-cell .cxd-Form-static .cxd-Form-control .cxd-Tpltab span.cxd-TplOpen {
  width: calc(100% - 20px);
}
.cxd-Property-wrapper-content-row-table-item .property-formitem-value > .ellipsis-cell .cxd-ImageControl:has(div.is-empty.cxd-ImageControl-dropzone) {
  margin: 0;
}
.cxd-Property-wrapper-content-row-table-item .property-formitem-value > .ellipsis-cell .cxd-ImageControl-dropzone.is-empty {
  padding: 6px 0;
}
.cxd-Property-wrapper-content-row-table-item .property-formitem-value > .ellipsis-cell .cxd-TplField {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.cxd-Property-wrapper-content-row-table-item .property-formitem-value > .ellipsis-cell .cxd-TplField.cxd-Static-Html-TplOpen {
  white-space: unset;
  max-height: 300px;
  overflow: auto;
}
.cxd-Property-wrapper-content-row-table-item .property-formitem-value .cxd-Table-horizontal .cxd-Table-headToolbar {
  margin: 0;
  border-top: 1px solid var(--borderColor);
}
.cxd-Property-wrapper-content-row-table-item .property-formitem-value .cxd-Table-horizontal .cxd-Table-content thead > tr th:nth-child(1) {
  border-left: none;
}
.cxd-Property-wrapper-content-row-table-item .property-formitem-value .cxd-Table-horizontal .cxd-Table-content thead > tr th:last-child {
  border-right: none;
}
.cxd-Property-wrapper-content-row-table-item .property-formitem-value .cxd-Table-horizontal .cxd-Table-content tbody > tr td:nth-child(1) {
  border-left: none;
}
.cxd-Property-wrapper-content-row-table-item .property-formitem-value .cxd-Table-horizontal .cxd-Table-content tbody > tr td:last-child {
  border-right: none;
}
.cxd-Property-wrapper-content-row-table-item .property-formitem-value .cxd-Form-control > .cxd-Table {
  margin-bottom: 0;
}
.cxd-Property-wrapper-content-row-table-item .property-formitem-value .fieldTable-block {
  height: 8px;
  border-bottom: 1px solid var(--borderColor);
}
.cxd-Property-wrapper-content-row-table-item .property-formitem-value .item-simple-mode {
  height: 41px;
  line-height: 41px;
  margin-top: 8px;
  padding-left: 12px;
  background: var(--Property-label-bg);
  font-size: var(--fontWeightNormal);
  border-bottom: 1px solid #ebedf1;
  border-top: 1px solid #ebedf1;
}
.cxd-Property-wrapper-content-row-table-item .property-formitem-label, .cxd-Property-wrapper-content-row-table-item .property-formitem-value {
  border-right: 1px solid var(--borderColor);
  min-height: 32px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.cxd-Property-wrapper-content-row-table-item .property-formitem-value {
  padding: 0 4px;
}
.cxd-Property-wrapper-content-row-table-item:last-child .property-formitem-value {
  border-right: none;
}
.cxd-Property-wrapper-content-row-normal-item {
  width: 100%;
}
.cxd-Property-wrapper-content-row:last-child {
  border-bottom: none;
}
.cxd-Property-wrapper-content-row .property-formitem-value.bg-primary {
  background: var(--saas-Table-Row-Primary) !important;
}
.cxd-Property-wrapper-content-row .property-formitem-value.bg-success {
  background: var(--saas-Table-Row-Success) !important;
}
.cxd-Property-wrapper-content-row .property-formitem-value.bg-info {
  background: var(--saas-Table-Row-Info) !important;
}
.cxd-Property-wrapper-content-row .property-formitem-value.bg-warning {
  background: var(--saas-Table-Row-Warning) !important;
}
.cxd-Property-wrapper-content-row .property-formitem-value.bg-danger {
  background: var(--saas-Table-Row-Danger) !important;
}
.cxd-Property-wrapper-content-row .property-formitem-value.text-primary {
  color: #3574EE !important;
}
.cxd-Property-wrapper-content-row .property-formitem-value.text-success {
  color: #52C41A !important;
}
.cxd-Property-wrapper-content-row .property-formitem-value.text-info {
  color: #13A8A8 !important;
}
.cxd-Property-wrapper-content-row .property-formitem-value.text-warning {
  color: #FDA71E !important;
}
.cxd-Property-wrapper-content-row .property-formitem-value.text-danger {
  color: #F5222D !important;
}
.cxd-Property-wrapper-content-row .property-formitem-value .cxd-Grid-col--sm6:last-child {
  border-bottom: none;
}
.cxd-Property-wrapper-content-row .property-formitem-value .cxd-Grid-col--sm12:last-child {
  border-bottom: none;
}
.cxd-Property-wrapper-content-row .property-formitem-value .cxd-RadiosControl .cxd-Checkbox, .cxd-Property-wrapper-content-row .property-formitem-value .cxd-CheckboxesControl .cxd-Checkbox {
  margin-bottom: 0;
}
.cxd-Property-wrapper-content-row .cxd-InputTable .cxd-Property-wrapper {
  border: none;
}
.cxd-Property-wrapper-content-row .cxd-InputTable .cxd-Property-wrapper .cxd-Property-wrapper-content-row:last-child {
  border-bottom: 1px solid var(--borderColor);
}

.cxd-Field-copyBtn {
  color: var(--Copyable-iconColor);
  margin-left: var(--gap-xs);
  display: inline-block;
  cursor: pointer;
}
.cxd-Field-copyBtn:hover {
  color: var(--Copyable-onHover-iconColor);
}

.cxd-Divider {
  margin: var(--gap-base) calc(var(--gap-base) * -1);
  border-bottom: var(--borderWidth) var(--Divider-borderStyle) var(--borderColor);
  height: 0.125rem;
  font-size: 0;
}
.cxd-Divider--solid {
  border-bottom-style: solid;
}

.cxd-Pagination {
  display: flex;
  padding: 0;
  margin: 0 0 -0.625rem;
  border-radius: 0.25rem;
}
.cxd-Pagination > div {
  display: inline;
  font-size: 12px;
}
.cxd-Pagination > div > a,
.cxd-Pagination > div > span {
  user-select: none;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  min-width: 18px;
  border: 0;
  text-align: center;
  border-radius: 0;
  margin-left: 0;
  font-size: 12px;
  margin: 0 3px;
  border-radius: var(--borderRadius);
}
.cxd-Pagination > div .pagination-page-switch {
  width: 40px;
  background: inherit;
  border-radius: 3px;
  border: 1px solid #dcdcdc;
  height: 20px;
  line-height: 20px;
  padding: 0 3px;
  outline: none;
  text-align: center;
}
.cxd-Pagination > div.is-disabled > span,
.cxd-Pagination > div.is-disabled > a {
  cursor: not-allowed;
}
.cxd-Pagination > div.is-disabled > a,
.cxd-Pagination > div.is-disabled > span,
.cxd-Pagination > div.is-disabled > a:hover,
.cxd-Pagination > div.is-disabled > span:hover,
.cxd-Pagination > div.is-disabled > a:focus,
.cxd-Pagination > div.is-disabled > span:focus {
  color: #cccccc;
}
.cxd-Pagination > div.is-active > a,
.cxd-Pagination > div.is-active > span,
.cxd-Pagination > div.is-active > a:hover,
.cxd-Pagination > div.is-active > span:hover,
.cxd-Pagination > div.is-active > a:focus,
.cxd-Pagination > div.is-active > span:focus {
  background: var(--Pagination-onActive-backgroundColor);
  color: var(--Pagination-onActive-color);
  border: var(--Pagination-onActive-border);
  border-radius: var(--borderRadius);
}
.cxd-Pagination-prev > span {
  cursor: pointer;
  font-size: 10px !important;
}
.cxd-Pagination-ellipsis > a > span {
  position: relative;
  top: -0.25rem;
}
.cxd-Pagination-next > span {
  cursor: pointer;
  font-size: 10px !important;
}

.cxd-PaginationWrapper-pager {
  text-align: right;
}
.cxd-PaginationWrapper-pager:first-child {
  margin-bottom: var(--gap-sm);
}

.cxd-Wrapper--xs {
  padding: var(--gap-xs);
}
.cxd-Wrapper--sm {
  padding: var(--gap-sm);
}
.cxd-Wrapper--md {
  padding: var(--gap-md);
}
.cxd-Wrapper--lg {
  padding: var(--gap-lg);
}
.cxd-Wrapper--xl {
  padding: var(--gap-xl);
}

.cxd-StatusField {
  vertical-align: middle;
  white-space: nowrap;
  display: inline-flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
}
.cxd-StatusField-label {
  font-size: var(--fontSizeSm);
  margin-left: var(--gap-xs);
}
@keyframes animation-rolling_red {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(20px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes animation-rolling_blue {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-20px);
  }
  100% {
    transform: translateX(0);
  }
}
.cxd-StatusField svg.cxd-Status-icon {
  width: var(--Satus-icon-width);
  height: var(--Satus-icon-height);
  top: 0;
}
.cxd-StatusField .cxd-Status-icon.rolling {
  width: 30px;
  height: 10px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.cxd-StatusField .cxd-Status-icon.rolling::before {
  content: "";
  display: inline-block;
  border: 5px solid var(--danger);
  border-radius: 500px;
  position: absolute;
  top: 0;
  left: 0;
  animation: animation-rolling_red 2s;
  animation-iteration-count: infinite;
}
.cxd-StatusField .cxd-Status-icon.rolling::after {
  content: "";
  display: inline-block;
  border: 5px solid var(--primary);
  border-radius: 500px;
  position: absolute;
  top: 0;
  left: 20px;
  animation: animation-rolling_blue 2s;
  animation-iteration-count: infinite;
}
.cxd-StatusField .cxd-Status-icon.icon-warning {
  color: var(--warning);
}
.cxd-Status-icon.rolling + .cxd-StatusField-label {
  color: var(--warning);
}
.cxd-Status-icon.icon-success + .cxd-StatusField-label {
  color: var(--success);
}
.cxd-Status-icon.icon-fail + .cxd-StatusField-label {
  color: var(--danger);
}
.cxd-Status-icon.icon-warning + .cxd-StatusField-label {
  color: var(--warning);
}

.cxd-Carousel {
  min-width: var(--Carousel-minWidth);
  height: var(--Carousel-height);
  position: relative;
  display: block;
  background: var(--saas-main-bg);
}
.cxd-Carousel.cxd-Carousel--light .cxd-Carousel-dot {
  background: var(--saas-Primary-Color);
  margin-bottom: auto !important;
}
.cxd-Carousel.cxd-Carousel--light svg {
  fill: var(--Carousel--light-control);
}
.cxd-Carousel.cxd-Carousel--light .cxd-Carousel-item .title,
.cxd-Carousel.cxd-Carousel--light .cxd-Carousel-item .description {
  color: var(--Carousel--light-control);
}
.cxd-Carousel.cxd-Carousel--dark .cxd-Carousel-dot {
  background: var(--Carousel--dark-control);
}
.cxd-Carousel.cxd-Carousel--dark svg {
  fill: var(--Carousel--dark-control);
}
.cxd-Carousel.cxd-Carousel--dark .cxd-Carousel-item .title,
.cxd-Carousel.cxd-Carousel--dark .cxd-Carousel-item .description {
  color: var(--Carousel--dark-control);
}
.cxd-Carousel-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cxd-Carousel-container .cxd-Carousel-item {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition-duration: var(--Carousel-transitionDuration);
  transition-timing-function: ease-out;
  transition-property: transform, opacity;
}
.cxd-Carousel-container .cxd-Carousel-item.fade {
  opacity: 0;
}
.cxd-Carousel-container .cxd-Carousel-item.fade.in {
  opacity: 1;
}
.cxd-Carousel-container .cxd-Carousel-item.slide {
  transform: translateX(100%);
}
.cxd-Carousel-container .cxd-Carousel-item.slide.in {
  transform: translateX(0);
}
.cxd-Carousel-container .cxd-Carousel-item.slide.out {
  transform: translateX(-100%);
}
.cxd-Carousel-container .cxd-Carousel-item.slideRight {
  transform: translateX(-100%);
}
.cxd-Carousel-container .cxd-Carousel-item.slideRight.in {
  transform: translateX(0);
}
.cxd-Carousel-container .cxd-Carousel-item.slideRight.out {
  transform: translateX(100%);
}
.cxd-Carousel-container .cxd-Carousel-item .title {
  position: absolute;
  bottom: var(--Carousel-imageTitle-bottom);
  text-align: center;
  width: 100%;
  opacity: 0.8;
}
.cxd-Carousel-container .cxd-Carousel-item .description {
  position: absolute;
  bottom: var(--Carousel-imageDescription-bottom);
  text-align: center;
  width: 100%;
  opacity: 0.8;
}
.cxd-Carousel-container .cxd-Carousel-item .image {
  width: 100%;
  height: 100%;
  background-size: cover;
}
.cxd-Carousel-image {
  width: 100%;
  height: 100%;
}
.cxd-Carousel-image .cxd-Image-origin {
  height: 100%;
  width: 100%;
}
.cxd-Carousel-dotsControl {
  position: absolute;
  bottom: 0px;
  width: 100%;
  z-index: 8;
  text-align: center;
}
.cxd-Carousel-dotsControl .cxd-Carousel-dot {
  display: inline-block;
  height: var(--Carousel-dot-width);
  width: var(--Carousel-dot-height);
  border-radius: var(--Carousel-dot-borderRadius);
  margin: var(--Carousel-dot-margin);
  transition-duration: var(--Carousel-transitionDuration);
  opacity: 0.3;
}
.cxd-Carousel-dotsControl .cxd-Carousel-dot.is-active {
  opacity: 1;
}
.cxd-Carousel .cxd-Carousel-leftArrow {
  width: 10%;
  min-width: var(--Carousel-arrowControl-width);
  height: 100%;
  cursor: pointer;
  top: 0;
  bottom: 0;
  position: absolute;
  transition-duration: var(--Carousel-transitionDuration);
  display: none;
  left: 0;
}
.cxd-Carousel .cxd-Carousel-leftArrow svg {
  position: absolute;
  top: 40%;
  left: 50%;
  right: 50%;
  transform: translate(-50%, -50%);
  width: var(--Carousel-svg-width);
  height: var(--Carousel-svg-height);
}
.cxd-Carousel .cxd-Carousel-rightArrow {
  width: 10%;
  min-width: var(--Carousel-arrowControl-width);
  height: 100%;
  cursor: pointer;
  top: 0;
  bottom: 0;
  position: absolute;
  transition-duration: var(--Carousel-transitionDuration);
  display: none;
  right: 0;
}
.cxd-Carousel .cxd-Carousel-rightArrow svg {
  position: absolute;
  top: 40%;
  left: 50%;
  right: 50%;
  transform: translate(-50%, -50%);
  width: var(--Carousel-svg-width);
  height: var(--Carousel-svg-height);
}
.cxd-Carousel:hover .cxd-Carousel-leftArrow {
  display: block;
}
.cxd-Carousel:hover .cxd-Carousel-rightArrow {
  display: block;
}
.cxd-Carousel-arrowsControl {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: center;
}

@media (max-width: 767px) {
  .cxd-Carousel {
    height: 30rem !important;
  }
  .cxd-Carousel-dotsControl {
    bottom: 22%;
  }
  .cxd-Carousel .cxd-Image {
    border: none;
  }
}
@keyframes disappear {
  to {
    opacity: 0;
  }
}
@keyframes appear {
  from {
    opacity: 0;
  }
}
.cxd-ImageGallery {
  display: flex;
  flex-direction: column;
  background: transparent;
  border: none;
  border-radius: 0;
  width: 100% !important;
  overflow: hidden;
}
.cxd-ImageGallery-close {
  position: absolute;
  cursor: pointer;
  height: 50px;
  width: 50px;
  background-color: #4f4f4f;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 12px;
  right: 12px;
  z-index: 10;
}
.cxd-ImageGallery-close:hover {
  color: #fff;
}
.cxd-ImageGallery-close > svg {
  width: 1.5rem;
  height: 1.5rem;
}
@media screen and (max-width: 768px) {
  .cxd-ImageGallery-close {
    height: 24px;
    width: 24px;
  }
  .cxd-ImageGallery-close svg {
    width: 1rem;
    height: 1rem;
  }
}
.cxd-ImageGallery-title {
  height: 1.875rem;
  vertical-align: top;
  line-height: 1.875rem;
  font-size: 0.75rem;
  color: var(--white);
  text-align: center;
}
.cxd-ImageGallery-main {
  flex-basis: 0;
  flex-grow: 1;
  height: 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  user-select: none;
}
.cxd-ImageGallery-main > img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.cxd-ImageGallery-prevBtn, .cxd-ImageGallery-nextBtn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  color: #999;
  text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 4px;
  animation-name: disappear;
  animation-delay: var(--animation-duration);
  animation-duration: var(--animation-duration);
  animation-fill-mode: both;
}
.cxd-ImageGallery-prevBtn > svg, .cxd-ImageGallery-nextBtn > svg {
  width: 3rem;
  height: 3rem;
}
.cxd-ImageGallery-prevBtn:hover, .cxd-ImageGallery-nextBtn:hover {
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.5) 0px 0px 4px;
}
.cxd-ImageGallery-prevBtn.is-disabled, .cxd-ImageGallery-nextBtn.is-disabled {
  pointer-events: none;
}
.cxd-ImageGallery-main:hover .cxd-ImageGallery-prevBtn, .cxd-ImageGallery-main:hover .cxd-ImageGallery-nextBtn {
  animation-name: appear;
  animation-delay: 0s;
  animation-duration: var(--animation-duration);
}
.cxd-ImageGallery-prevBtn {
  left: var(--gap-md);
}
.cxd-ImageGallery-nextBtn {
  right: var(--gap-md);
}
.cxd-ImageGallery-footer {
  height: 4.625rem;
  background: #222;
  display: flex;
  flex-direction: row;
  user-select: none;
  position: relative;
}
.cxd-ImageGallery-prevList, .cxd-ImageGallery-nextList {
  width: var(--gap-md);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
}
.cxd-ImageGallery-prevList.is-disabled, .cxd-ImageGallery-nextList.is-disabled {
  background: rgba(0, 0, 0, 0.3);
  color: rgba(255, 255, 255, 0.1);
  pointer-events: none;
}
.cxd-ImageGallery-prevList:hover, .cxd-ImageGallery-nextList:hover {
  background: black;
  color: #fff;
}
.cxd-ImageGallery-itemsWrap {
  flex-grow: 1;
  flex-basis: 0;
  width: 0;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cxd-ImageGallery-items {
  display: inline-block;
  white-space: nowrap;
}
.cxd-ImageGallery-item {
  margin: 10px 5px;
  width: 54px;
  height: 54px;
  display: inline-flex;
  position: relative;
  border: 1px solid #666;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.cxd-ImageGallery-item > img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
@supports (object-fit: cover) {
  .cxd-ImageGallery-item > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.cxd-ImageGallery-item:after {
  position: absolute;
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cxd-ImageGallery-item:hover {
  border: 1px solid #e5e5e5;
}
.cxd-ImageGallery-item:hover:after {
  display: none;
}
.cxd-ImageGallery-item.is-active {
  border: 1px solid var(--primary);
}
.cxd-ImageGallery-item.is-active:after {
  display: none;
}
.cxd-ImageGallery .absoluteCenterWrapper {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 0;
  overflow: hidden;
}

.preview-modal {
  bottom: 10px;
}
.preview-modal .ant-modal-content {
  background: #ffffff;
  overflow: hidden;
  box-shadow: 0 12px 32px 0 rgba(0, 0, 0, 0.24);
  /* 阴影效果 */
  border-radius: 4px;
}
.preview-modal .ant-modal-content .ant-modal-header {
  background-color: var(--image-gallery-modal-bg) !important;
  border-bottom: 1px solid var(--saas-border-color);
}
.preview-modal .ant-modal-content .ant-modal-header .dialog-title {
  padding: 6px 16px !important;
}
.preview-modal .ant-modal-content .ant-modal-header .dialog-title .disabled-move-title {
  font-size: 14px !important;
}
.preview-modal .ant-modal-content .preview-close {
  font-size: 26px;
  padding: 14px;
  background-color: #4f4f4f;
  color: white;
}
.preview-modal .ant-modal-content .ant-modal-body {
  display: flex;
  justify-content: center;
  position: relative;
  padding: 0 !important;
}
.preview-modal .ant-modal-content .ant-modal-body .preview-body {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  overflow: hidden;
}
.preview-modal .ant-modal-content .ant-modal-body .preview-body .arrow-icon {
  position: absolute;
  z-index: 1;
  top: 40%;
  font-size: 40px;
  cursor: pointer;
  color: #ccc;
  transition: all 0.2s ease;
}
.preview-modal .ant-modal-content .ant-modal-body .preview-body .arrow-icon:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3);
}
.preview-modal .ant-modal-content .ant-modal-body .preview-body .arrow-icon.disabled {
  color: #ccc;
  cursor: not-allowed;
}
.preview-modal .ant-modal-content .ant-modal-body .preview-body .arrow-icon.disabled .icon {
  cursor: not-allowed;
}
.preview-modal .ant-modal-content .ant-modal-body .preview-body .arrow-icon.disabled:hover {
  background-color: transparent;
}
.preview-modal .ant-modal-content .ant-modal-body .preview-body .arrow-icon.hiddel {
  display: none;
}
.preview-modal .ant-modal-content .ant-modal-body .preview-body .arrow-icon.l {
  left: -8px;
}
.preview-modal .ant-modal-content .ant-modal-body .preview-body .arrow-icon.r {
  right: -8px;
}
.preview-modal .ant-modal-content .ant-modal-body .preview-body .preview-pdf-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background-color: #f7f8fa;
}
.preview-modal .ant-modal-content .ant-modal-body .preview-body .preview-pdf-container .ant-spin-nested-loading > div > .ant-spin {
  max-height: unset;
}
.preview-modal .ant-modal-content .ant-modal-body .preview-body .preview-pdf-container.is-pdf {
  display: block;
}
.preview-modal .ant-modal-content .ant-modal-body .preview-body .preview-pdf-container.is-pdf .pdf-render-container {
  display: flex;
  flex: 1;
  width: 100%;
}
.preview-modal .ant-modal-content .ant-modal-body .preview-body .preview-pdf-container.is-pdf .pdf-render-container .preview-pdf {
  width: 100%;
  flex: 1;
}
.preview-modal .ant-modal-content .ant-modal-body .preview-body .preview-pdf-container.is-pdf .pdf-render-container .preview-pdf .react-pdf__message--error {
  width: 100%;
  margin: 0 auto;
}
.preview-modal .ant-modal-content .ant-modal-body .preview-body .preview-pdf-container.is-pdf .pdf-render-container .preview-pdf .react-pdf__message--error .error-txt {
  text-align: center;
}
.preview-modal .ant-modal-content .ant-modal-body .preview-body .preview-pdf-container.is-pdf .pdf-render-container .pdf-side-content {
  display: block;
  position: sticky;
  top: 0;
  width: 160px;
  min-width: 160px;
  overflow-y: auto;
  border-right: 1px solid #f1f1f1;
  z-index: 1;
}
.preview-modal .ant-modal-content .ant-modal-body .preview-body .preview-pdf-container.is-pdf .pdf-render-container .pdf-side-content .title {
  position: sticky;
  top: 0;
  background-color: #f7f8fa;
  padding-left: 10px;
  z-index: 2;
}
.preview-modal .ant-modal-content .ant-modal-body .preview-body .preview-pdf-container.is-pdf .pdf-render-container .pdf-side-content .aside-item-container {
  flex-direction: column;
  padding: 10px 0;
  width: 100%;
  box-shadow: none;
}
.preview-modal .ant-modal-content .ant-modal-body .preview-body .preview-pdf-container.is-pdf .pdf-render-container .pdf-side-content .aside-item-container .aside-preview-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 10px;
}
.preview-modal .ant-modal-content .ant-modal-body .preview-body .preview-pdf-container.is-pdf .pdf-render-container .pdf-side-content .aside-item-container .aside-preview-item:hover, .preview-modal .ant-modal-content .ant-modal-body .preview-body .preview-pdf-container.is-pdf .pdf-render-container .pdf-side-content .aside-item-container .aside-preview-item.active {
  cursor: pointer;
}
.preview-modal .ant-modal-content .ant-modal-body .preview-body .preview-pdf-container.is-pdf .pdf-render-container .pdf-side-content .aside-item-container .aside-preview-item:hover .preview-pdf-page, .preview-modal .ant-modal-content .ant-modal-body .preview-body .preview-pdf-container.is-pdf .pdf-render-container .pdf-side-content .aside-item-container .aside-preview-item.active .preview-pdf-page {
  background-color: rgba(0, 0, 0, 0.1);
}
.preview-modal .ant-modal-content .ant-modal-body .preview-body .preview-pdf-container.is-pdf .pdf-render-container .pdf-side-content .aside-item-container .aside-preview-item .preview-pdf-index {
  position: absolute;
  left: 20px;
  top: 0;
}
.preview-modal .ant-modal-content .ant-modal-body .preview-body .preview-pdf-container.is-pdf .pdf-render-container .pdf-side-content .aside-item-container .preview-pdf-page {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  width: 120px;
  height: 90px;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
}
.preview-modal .ant-modal-content .ant-modal-body .preview-body .preview-pdf-container.is-pdf .pdf-render-container .pdf-side-content .aside-item-container .preview-pdf-page .react-pdf__Page__textContent,
.preview-modal .ant-modal-content .ant-modal-body .preview-body .preview-pdf-container.is-pdf .pdf-render-container .pdf-side-content .aside-item-container .preview-pdf-page .react-pdf__Page__annotations.annotationLayer {
  display: none;
}
.preview-modal .ant-modal-content .ant-modal-body .preview-body .preview-pdf-container.is-pdf .pdf-render-container .pdf-side-content .aside-item-container .preview-pdf-page .react-pdf__Page {
  transform: scale(0.8);
}
.preview-modal .ant-modal-content .ant-modal-body .preview-body .preview-pdf-container.is-pdf .pdf-render-container .pdf-side-content .aside-item-container .preview-pdf-index {
  z-index: 1;
}
.preview-modal .ant-modal-content .ant-modal-body .preview-body .preview-pdf-container.is-pdf .pdf-render-container .pdf-main-content {
  flex: 1;
  display: block;
  overflow-y: auto;
}
.preview-modal .ant-modal-content .ant-modal-body .preview-body .preview-pdf-container.is-pdf .pdf-render-container .pdf-main-content .main-item-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.preview-modal .ant-modal-content .ant-modal-body .preview-body .preview-pdf-container.is-pdf .pdf-render-container .pdf-main-content .main-item-container > div {
  margin: 0 auto;
}
.preview-modal .ant-modal-content .ant-modal-body .preview-body .preview-pdf-container.is-pdf .pdf-render-container .pdf-main-content .main-item-container .react-pdf__message--error {
  display: flex;
  align-items: center;
}
.preview-modal .ant-modal-content .ant-modal-body .preview-body .preview-pdf-container.is-pdf .pdf-render-container .pdf-main-content .main-item-container .react-pdf__message--error .error-txt {
  display: flex;
  align-items: center;
  color: #000;
  font-size: 18px;
}
.preview-modal .ant-modal-content .ant-modal-body .preview-body .preview-pdf-container.is-pdf .pdf-main-content .preview-pdf-page {
  height: 100%;
  overflow: hidden;
}
.preview-modal .ant-modal-content .ant-modal-body .preview-body .preview-pdf-container.is-pdf .pdf-main-content .preview-pdf-page .react-pdf__Page .react-pdf__Page__textContent {
  user-select: none;
}
.preview-modal .ant-modal-content .ant-modal-body .preview-body .preview-pdf-container.is-pdf .pdf-main-content .preview-pdf-page .react-pdf__Page .react-pdf__Page__annotations.annotationLayer {
  display: none;
}
.preview-modal .ant-modal-content .ant-modal-body .preview-body .preview-pdf-container.is-pdf .pdf-main-content .preview-pdf-page .react-pdf__Page .react-pdf__Page__canvas,
.preview-modal .ant-modal-content .ant-modal-body .preview-body .preview-pdf-container.is-pdf .pdf-main-content .preview-pdf-page .react-pdf__Page .react-pdf__Page__svg {
  transition: all 0.3s ease;
}
.preview-modal .ant-modal-content .ant-modal-body .preview-body .preview-pdf-container .pdf-render-container .pdf-side-content {
  display: none;
}
.preview-modal .ant-modal-content .ant-modal-body .preview-body .preview-pdf-container .pdf-render-container .pdf-main-content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.preview-modal .ant-modal-content .ant-modal-body .preview-body .preview-pdf-container .pdf-render-container .pdf-main-content .preview-pdf-page {
  height: 100%;
  overflow-x: hidden;
}
.preview-modal .ant-modal-content .ant-modal-body .preview-body .preview-pdf-container .preview-pdf,
.preview-modal .ant-modal-content .ant-modal-body .preview-body .preview-pdf-container .preview-image {
  /* 阴影效果 */
  display: flex;
  align-items: center;
  overflow: auto;
  box-shadow: none;
}
.preview-modal .ant-modal-content .ant-modal-body .preview-body .preview-pdf-container .preview-pdf::-webkit-scrollbar,
.preview-modal .ant-modal-content .ant-modal-body .preview-body .preview-pdf-container .preview-image::-webkit-scrollbar {
  display: none;
}
.preview-modal .ant-modal-content .ant-modal-body .preview-body .preview-pdf-container .preview-pdf-page {
  height: 100%;
  overflow: auto;
}
.preview-modal .ant-modal-content .ant-modal-body .preview-body .preview-pdf-container .preview-pdf-page::-webkit-scrollbar {
  display: none;
}
.preview-modal .ant-modal-content .ant-modal-body .preview-body .preview-box-fileName {
  position: sticky;
  bottom: 40px;
  text-align: center;
  height: 20px;
  line-height: 20px;
  background: var(--image-gallery-modal-bg);
  color: var(--text-color);
}
.preview-modal .ant-modal-content .ant-modal-body .preview-body .preview-box-fileName.showList {
  bottom: 104px;
}
.preview-modal .ant-modal-content .ant-modal-body .preview-body .preview-tools {
  box-sizing: border-box;
  position: sticky;
  bottom: 0;
  background-color: var(--image-gallery-modal-bg);
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  min-height: 40px;
  border-top: 1px solid var(--saas-border-color);
}
.preview-modal .ant-modal-content .ant-modal-body .preview-body .preview-tools-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin-right: 32px;
  width: 20px;
  height: 20px;
  background: transparent !important;
}
.preview-modal .ant-modal-content .ant-modal-body .preview-body .preview-tools-item .icon {
  width: 20px;
  height: 20px;
  color: var(--saas-Title-Text);
}
.preview-modal .ant-modal-content .ant-modal-body .preview-body .preview-tools-item .icon.icon-download {
  height: 15px;
}
.preview-modal .ant-modal-content .ant-modal-body .preview-body .preview-tools-item-index {
  position: relative;
  padding-top: 1px;
  display: block;
  margin-right: 20px;
  width: auto;
  line-height: 1.5;
  font-weight: 500;
  font-size: 16px;
  color: var(--saas-Title-Text);
}
.preview-modal .ant-modal-content .ant-modal-body .preview-body .preview-tools-item.checked .icon {
  color: #2a87eb;
}
.preview-modal .ant-modal-content .ant-modal-body .preview-body .preview-tools-item.disabled .icon {
  color: #dbdbdb;
  cursor: not-allowed;
}
.preview-modal .ant-modal-content .ant-modal-body .preview-body .preview-scroll-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.preview-modal .ant-modal-content .ant-modal-body .preview-body .preview-scroll-container .file-preview-handler {
  cursor: move;
  transition: all 0.1s ease;
  user-select: none;
}
.preview-modal .ant-modal-content .ant-modal-body .preview-body .preview-scroll-container .file-preview-handler .ant-image-error {
  height: auto !important;
}
.preview-modal .ant-modal-content .ant-modal-body .preview-body .ant-image-img {
  object-fit: contain;
  width: auto;
  max-width: 100%;
  max-height: 100%;
}
.preview-modal .ant-modal-content .ant-modal-body .preview-body .mediaShowList {
  position: sticky;
  bottom: 40px;
  height: initial;
  min-height: 64px;
  background-color: var(--image-gallery-modal-bg);
  border-top: 1px solid #f1f1f1;
}
.preview-modal .ant-modal-content .ant-modal-body .preview-body .mediaShowList .imgList-arrow {
  color: #666;
}
.preview-modal .ant-modal-content .ant-modal-body .frame-container::after {
  content: "加载中...";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
.preview-modal .ant-modal-content .ant-modal-body .frame-container iframe {
  position: sticky;
  z-index: 1;
}
.preview-modal .ant-modal-content .ant-modal-body .frame-container body .button-area {
  display: none;
}

.mb-images-preview {
  z-index: 9999;
}

.mb-pdf-preview {
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: white;
}
.mb-pdf-preview .react-transform-wrapper {
  flex: 1;
}
.mb-pdf-preview-header {
  background-color: white;
  color: black;
  width: 100%;
}
.mb-pdf-preview-doc {
  overflow: hidden;
  flex: 1;
}
.mb-pdf-preview-page {
  margin-top: 8px;
}
.mb-pdf-preview-page:first-child {
  margin-top: 0;
}

.cxd-Images {
  display: flex;
  flex-wrap: wrap;
  margin: calc(var(--gap-xs) * -1);
}
.cxd-Images-item {
  display: flex;
  margin: var(--gap-xs);
}

.cxd-Image {
  border: var(--borderWidth) solid var(--borderColor);
}
.cxd-Image--thumb {
  display: inline-block;
  padding: var(--gap-xs);
}
.cxd-Image-thumbWrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.cxd-Image-thumbWrap .cxd-Image-thumb {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cxd-Image-thumbWrap .icon.icon-fill {
  width: 78px;
  height: 78px;
}
.cxd-Image-image {
  display: block;
}
.cxd-Image--original .cxd-Image-image {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  margin: auto;
}
.cxd-Image-thumb {
  width: 6.875rem;
  height: 6.875rem;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1280px) and (max-width: 1440px) {
  .cxd-Image-thumb {
    width: 4.875rem;
    height: 4.875rem;
  }
}
@media screen and (min-width: 1441px) and (max-width: 1680px) {
  .cxd-Image-thumb {
    width: 5.875rem;
    height: 5.875rem;
  }
}
.cxd-Image-thumb > img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: translate(-50%, -50%);
}
.cxd-Image-info {
  padding: 5px 10px;
}
.cxd-Image--thumb .cxd-Image-info {
  width: 6.875rem;
  padding: 0;
}
@media screen and (min-width: 1280px) and (max-width: 1440px) {
  .cxd-Image--thumb .cxd-Image-info {
    width: 4.875rem;
  }
}
@media screen and (min-width: 1441px) and (max-width: 1680px) {
  .cxd-Image--thumb .cxd-Image-info {
    width: 5.875rem;
  }
}
.cxd-Image-thumb--4-3 {
  height: 5.15625rem;
}
.cxd-Image-thumb--16-9 {
  height: 3.8671875rem;
}
.cxd-Image-thumb--fixed-size {
  min-width: 6.875rem;
  min-height: 6.875rem;
  width: 100%;
  padding: 0;
  height: 100%;
}
@media screen and (min-width: 1280px) and (max-width: 1440px) {
  .cxd-Image-thumb--fixed-size {
    min-width: 4.875rem;
    min-height: 4.875rem;
  }
}
@media screen and (min-width: 1441px) and (max-width: 1680px) {
  .cxd-Image-thumb--fixed-size {
    min-width: 5.875rem;
    min-height: 5.875rem;
  }
}
.cxd-Image-thumb--fixed-size .cxd-Image-thumb {
  width: 100%;
  height: 100%;
}
.cxd-Image-thumb--fixed-size .cxd-Image-thumb > img {
  width: auto;
  height: 100%;
}
.cxd-Image-thumb--w-full > img {
  width: 100%;
  height: auto;
}
@supports (object-fit: contain) {
  .cxd-Image-thumb--contain > img {
    position: static;
    width: 100% !important;
    height: 100% !important;
    transform: translate(0, 0);
    top: 0;
    left: 0;
    object-fit: contain;
  }
  .cxd-Image-origin--contain > img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;
  }
}
@supports (object-fit: cover) {
  .cxd-Image-thumb--cover > img {
    position: static;
    width: 100% !important;
    height: 100% !important;
    transform: translate(0, 0);
    top: 0;
    left: 0;
    object-fit: cover;
  }
  .cxd-Image-origin--cover > img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
  }
}
.cxd-Image-caption {
  font-size: var(--fontSizeSm);
}
.cxd-Image-title {
  font-size: var(--fontSizeBase);
  color: var(--text--loud-color);
}
.cxd-Image-overlay {
  background: rgba(8, 14, 26, 0.5);
  position: absolute;
  width: 100%;
  height: 100%;
  display: none;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  color: #fff;
}
.cxd-Image-overlay > div {
  width: 100%;
  text-align: center;
  margin-bottom: 5px;
}
.cxd-Image-overlay > a {
  cursor: pointer;
  color: #fff;
  display: inline-block;
  padding: 0 5px;
  line-height: 1;
  font-size: 1rem;
}
.cxd-Image-origin:hover .cxd-Image-overlay, .cxd-Image-thumbWrap:hover .cxd-Image-overlay {
  display: flex;
}

.cxd-ImageField--thumb {
  display: inline-block;
  position: relative;
}
.cxd-ImageField--thumb::before, .cxd-ImageField--thumb::after {
  display: table;
  content: "";
}
.cxd-ImageField--thumb::after {
  clear: both;
}

.cxd-ImagesField {
  position: relative;
}
.cxd-ImagesField::before, .cxd-ImagesField::after {
  display: table;
  content: "";
}
.cxd-ImagesField::after {
  clear: both;
}

.ImageControl0-Up-Down {
  position: fixed;
  bottom: 20%;
  right: 30px;
  z-index: 99999;
  width: 40px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.ImageControl0-Up-Down .ImageControl-Up {
  flex: 1;
  line-height: 50px;
  font-size: 16px;
  width: 100%;
  text-align: center;
}
.ImageControl0-Up-Down .ImageControl-Down {
  flex: 1;
  line-height: 50px;
  font-size: 16px;
  width: 100%;
  text-align: center;
}

.cxd-InputBox {
  display: flex;
  background: var(--Form-input-bg);
  border: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
  border-radius: var(--Form-input-borderRadius);
  line-height: var(--Form-input-lineHeight);
  padding: var(--Form-input-paddingY) var(--Form-input-paddingX);
  font-size: var(--Form-input-fontSize);
  flex-wrap: wrap;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
.cxd-InputBox input {
  flex-basis: 5rem;
  flex-grow: 1;
  outline: none;
  background: transparent;
  border: none;
  color: var(--saas-font-size-dark-black);
  width: 100%;
  height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize));
}
.cxd-InputBox input::placeholder {
  color: var(--saas-font-size-deep-black);
}
.cxd-InputBox input::-webkit-input-placeholder {
  color: var(--saas-font-size-deep-black);
}
.cxd-InputBox input::-moz-input-placeholder {
  color: var(--saas-font-size-deep-black);
}
.cxd-InputBox input::-ms-input-placeholder {
  color: var(--saas-font-size-deep-black);
}
.cxd-InputBox input::placeholder {
  user-select: none;
}
@media screen and (min-width: 1280px) and (max-width: 1440px) {
  .cxd-InputBox input {
    height: 100%;
  }
  .cxd-InputBox input[type=checkbox] {
    width: auto;
    height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize));
  }
}
@media screen and (min-width: 1441px) and (max-width: 1680px) {
  .cxd-InputBox input {
    height: 100%;
  }
  .cxd-InputBox input[type=checkbox] {
    width: auto;
    height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize));
  }
}
.cxd-InputBox:hover {
  border-color: var(--Form-input-onFocused-borderColor);
}
.cxd-InputBox:hover a {
  opacity: 1;
}
.cxd-InputBox:focus-within {
  border-color: var(--Form-input-onFocused-borderColor);
}
.cxd-InputBox--borderHalf {
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-top-color: transparent !important;
}
.cxd-InputBox--borderNone {
  border-color: transparent !important;
}
.cxd-InputBox--inline {
  display: inline-flex;
}
.cxd-InputBox > input[readonly] {
  cursor: inherit;
}
.cxd-InputBox.is-error {
  border-color: var(--Form-input-onError-borderColor);
  background: var(--Form-input-onError-bg);
}
.cxd-InputBox.is-focused {
  border-color: var(--Form-input-onFocused-borderColor);
  background: var(--Form-input-onFocused-bg);
}
.cxd-InputBox.is-clickable:hover {
  border-color: var(--Form-input-onFocused-borderColor);
  box-shadow: var(--Form-input-boxShadow);
  cursor: pointer;
}
.cxd-InputBox.is-error.is-focused {
  border-color: var(--Form-input-onError-borderColor);
}
.cxd-InputBox.is-disabled {
  color: var(--text--muted-color);
  background: var(--Form-input-onDisabled-bg);
  border-color: var(--Form-input-onDisabled-borderColor);
}
.cxd-InputBox-clear {
  padding: 0.1875rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
}
.cxd-InputBox-clear svg {
  fill: var(--saas-font-size-dark-black);
  top: 0;
  width: 0.625rem;
  height: 0.625rem;
}
.cxd-InputBox-clear:hover svg {
  fill: var(--saas-font-size-black);
}
.cxd-InputBox > svg {
  display: inline-block;
  width: 14px;
  color: var(--icon-color);
}
.cxd-InputBox > a {
  cursor: pointer;
}

.cxd-ResultBox {
  display: flex;
  background: var(--Form-input-bg);
  border: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
  border-radius: var(--Form-input-borderRadius);
  line-height: var(--Form-input-lineHeight);
  padding: var(--Form-input-paddingY) var(--Form-input-paddingX);
  font-size: var(--Form-input-fontSize);
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex !important;
  flex-wrap: nowrap;
  padding: 0 0.1875rem;
  min-height: var(--Form-input-height);
  align-items: center;
  color: var(--saas-font-size-black);
  border-radius: 4px;
  line-height: 1;
  position: relative;
}
.cxd-ResultBox input {
  flex-basis: 5rem;
  flex-grow: 1;
  outline: none;
  background: transparent;
  border: none;
  color: var(--saas-font-size-dark-black);
  width: 100%;
  height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize));
}
.cxd-ResultBox input::placeholder {
  color: var(--saas-font-size-deep-black);
}
.cxd-ResultBox input::-webkit-input-placeholder {
  color: var(--saas-font-size-deep-black);
}
.cxd-ResultBox input::-moz-input-placeholder {
  color: var(--saas-font-size-deep-black);
}
.cxd-ResultBox input::-ms-input-placeholder {
  color: var(--saas-font-size-deep-black);
}
.cxd-ResultBox input::placeholder {
  user-select: none;
}
@media screen and (min-width: 1280px) and (max-width: 1440px) {
  .cxd-ResultBox input {
    height: 100%;
  }
  .cxd-ResultBox input[type=checkbox] {
    width: auto;
    height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize));
  }
}
@media screen and (min-width: 1441px) and (max-width: 1680px) {
  .cxd-ResultBox input {
    height: 100%;
  }
  .cxd-ResultBox input[type=checkbox] {
    width: auto;
    height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize));
  }
}
.cxd-ResultBox:hover {
  border-color: var(--Form-input-onFocused-borderColor);
}
.cxd-ResultBox:hover a {
  opacity: 1;
}
.cxd-ResultBox:focus-within {
  border-color: var(--Form-input-onFocused-borderColor);
}
.cxd-ResultBox--borderHalf {
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-top-color: transparent !important;
}
.cxd-ResultBox--borderNone {
  border-color: transparent !important;
}
@media (max-width: 767px) {
  .cxd-ResultBox {
    background: transparent;
  }
}
.cxd-ResultBox.is-error {
  border-color: var(--Form-input-onError-borderColor);
  background: var(--Form-input-onError-bg);
}
.cxd-ResultBox.is-focused, .cxd-ResultBox.is-active, .cxd-ResultBox:focus {
  outline: none;
  border-color: var(--Form-input-onFocused-borderColor);
  box-shadow: none;
  background: var(--Form-input-onFocused-bg);
}
.cxd-ResultBox.is-clickable:not(.is-disabled) {
  cursor: pointer;
}
.cxd-ResultBox.is-clickable:not(.is-disabled):hover {
  border-color: var(--Form-input-onFocused-borderColor);
  box-shadow: none;
  background: var(--Form-input-onFocused-bg);
}
.cxd-ResultBox.is-error.is-focused {
  border-color: var(--Form-input-onError-borderColor);
}
.cxd-ResultBox.is-disabled {
  color: var(--text--muted-color);
  background: var(--Form-input-onDisabled-bg);
  border-color: var(--Form-input-onDisabled-borderColor);
  cursor: not-allowed;
}
@media (max-width: 767px) {
  .cxd-ResultBox.is-disabled {
    background: #fff;
  }
}
.cxd-ResultBox-value-wrap {
  flex-grow: 1;
  max-width: calc(100% - 36px);
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  max-height: 2rem;
  overflow: hidden;
  padding: 0 0.4rem;
}
@media (max-width: 767px) {
  .cxd-ResultBox-value-wrap {
    max-width: none;
    padding: 0;
  }
}
.cxd-ResultBox-singleValue {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1;
}
@media screen and (min-width: 1280px) and (max-width: 1440px) {
  .cxd-ResultBox-singleValue {
    padding: 0;
  }
}
@media screen and (min-width: 1441px) and (max-width: 1680px) {
  .cxd-ResultBox-singleValue {
    padding-left: 0;
  }
}
.cxd-ResultBox-clear {
  padding: 0.1875rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  height: 100%;
  padding: 0.25rem;
  margin: auto 0;
  position: absolute;
  right: 18px;
  background-color: unset;
}
.cxd-ResultBox-clear svg {
  fill: var(--saas-font-size-dark-black);
  top: 0;
  width: 0.625rem;
  height: 0.625rem;
}
.cxd-ResultBox-clear:hover svg {
  fill: var(--saas-font-size-black);
}
.cxd-ResultBox > svg {
  display: inline-block;
  width: 0.875rem;
  color: var(--icon-color);
}
.cxd-ResultBox > a {
  cursor: pointer;
  opacity: 0;
}
.cxd-ResultBox-value {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--ResultBox-value-bg);
  color: var(--ResultBox-value-color);
  font-size: var(--Form-input-fontSize);
  padding: 0 var(--gap-xs);
  min-height: 1.5rem;
  flex-wrap: nowrap;
  display: inline-flex;
  align-items: center;
  margin: 2px 3px;
  user-select: none;
  white-space: nowrap;
}
@media screen and (min-width: 1280px) and (max-width: 1440px) {
  .cxd-ResultBox-value {
    font-size: 0.75rem;
    padding: 0;
    min-height: auto;
  }
}
.cxd-ResultBox-value > a {
  cursor: pointer;
  margin-left: var(--gap-xs);
  color: var(--ResultBox-icon-color);
}
.cxd-ResultBox-value > a:hover {
  color: var(--ResultBox-icon--onHover-color);
}
.cxd-ResultBox-value > a > svg {
  width: 0.625rem;
  height: 0.625rem;
}
.cxd-ResultBox-value:hover {
  background: var(--ResultBox-value--onHover-bg);
}
.cxd-ResultBox-value.is-disabled {
  pointer-events: none;
  color: var(--ResultBox-value--onDisabled-color);
}
.cxd-ResultBox-value.is-disabled > a {
  color: var(--ResultBox-icon--onDisabled-color);
}
.cxd-ResultBox-value-background {
  background: transparent;
  font-size: 12px;
}
.cxd-ResultBox-placeholder {
  color: var(--saas-Placeholder-Text);
  user-select: none;
  overflow: hidden;
  white-space: nowrap;
}
.cxd-ResultBox > input {
  padding-left: 8px;
  min-height: 24px;
}
.cxd-ResultBox.is-mobile {
  min-height: calc(var(--Form-input-lineHeight) * var(--fontSizeLg));
  border: none;
  padding: 0;
  font-size: var(--fontSizeLg);
  border: none;
  justify-content: flex-start;
  flex: 1;
}
.cxd-ResultBox.is-mobile .cxd-ResultBox-arrow {
  margin-right: 0;
  width: auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  margin-left: 4px;
}
.cxd-ResultBox.is-mobile .cxd-ResultBox-arrow > svg {
  transition: transform var(--animation-duration);
  display: inline-block;
  color: var(--Form-select-caret-iconColor);
  width: 10px;
  height: 10px;
  top: 0;
  transform: rotate(-90deg);
}
@media (max-width: 767px) {
  .cxd-ResultBox.is-mobile .cxd-ResultBox-arrow > svg {
    color: var(--saas-Placeholder-Text) !important;
  }
}
.cxd-ResultBox.is-mobile .arrow-bold > svg {
  transform: none;
}
.cxd-ResultBox.is-mobile.is-disabled {
  background: var(--Form-input-onDisabled-bg);
}
@media (max-width: 767px) {
  .cxd-ResultBox {
    min-height: 24px;
  }
}
.cxd-ResultBox .tag-warp {
  margin-top: 5px;
  border: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
  width: 255px;
  min-height: 25px;
  min-height: 16px;
  line-height: 1.5715;
  vertical-align: bottom;
}
.cxd-ResultBox .tag-warp:hover {
  border-color: #40a9ff;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.cxd-ResultBox .button-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}
.cxd-ResultBox .button-group .ant-btn-sm {
  font-size: 12px;
}
.cxd-ResultBox-valueLabel {
  max-width: 100%;
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
}
.cxd-ResultBox-popover-value {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (max-width: 767px) {
  .cxd-ResultBox-popover-value {
    font-size: 15px;
  }
}
.cxd-ResultBox-overflow-overlay .ant-popover-inner-content {
  color: var(--saas-font-size-black);
  background-color: var(--Form-input-bg);
  padding: 0 6px;
}
.cxd-ResultBox-overflow-overlay .ant-popover-inner-content .cxd-ResultBox-value {
  color: var(--saas-font-size-black);
  background: var(--Form-input-bg);
}
.cxd-ResultBox-overflow-overlay .ant-popover-inner-content .cxd-ResultBox-value .cxd-ResultBox-valueLabel:hover {
  background-color: var(--borderColor);
}
.cxd-ResultBox-overflow-overlay .ant-popover-arrow-content::before {
  background-color: var(--Form-input-bg);
}
.cxd-ResultBox-overflow-wrapper {
  max-width: 300px;
  max-height: 300px;
  overflow: auto;
}

.cxd-SelectControl .cxd-Form-control .cxd-ResultBox-clear {
  right: 19px;
}

.cxd-SearchBox {
  display: inline-flex;
  flex-direction: row;
  line-height: var(--Form-input-lineHeight);
  font-size: var(--Form-input-fontSize);
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  height: 30px;
  width: 30px;
  padding: 0 8px;
  transition: all var(--animation-duration) ease-in-out;
  border: var(--Form-input-borderWidth) solid transparent;
  border-radius: var(--Form-input-borderRadius);
  height: 30px;
}
.cxd-SearchBox:hover {
  background: var(--Form-input-onHover-bg);
}
.cxd-SearchBox.is-active {
  background: var(--Form-input-bg);
  border: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
  width: 150px;
}
.cxd-SearchBox.is-active > input {
  flex-grow: 1;
}
.cxd-SearchBox-activeBtn, .cxd-SearchBox-searchBtn, .cxd-SearchBox-cancelBtn {
  cursor: pointer;
  color: var(--icon-color);
}
.cxd-SearchBox-activeBtn:hover, .cxd-SearchBox-searchBtn:hover, .cxd-SearchBox-cancelBtn:hover {
  color: var(--icon-onHover-color);
}
.cxd-SearchBox.is-disabled .cxd-SearchBox-activeBtn, .cxd-SearchBox.is-disabled .cxd-SearchBox-searchBtn, .cxd-SearchBox.is-disabled .cxd-SearchBox-cancelBtn {
  color: var(--icon-onDisabled-color);
  pointer-events: none;
}
.cxd-SearchBox > input {
  outline: none;
  border: none;
  background: transparent;
  color: var(--Form-input-color);
  width: 0;
  height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize));
}
.cxd-SearchBox > input::placeholder {
  color: var(--saas-font-size-deep-black);
}
.cxd-SearchBox > input::-webkit-input-placeholder {
  color: var(--saas-font-size-deep-black);
}
.cxd-SearchBox > input::-moz-input-placeholder {
  color: var(--saas-font-size-deep-black);
}
.cxd-SearchBox > input::-ms-input-placeholder {
  color: var(--saas-font-size-deep-black);
}

.cxd-ListMenu {
  background: var(--ListMenu-item-bg);
  min-width: 12.5rem;
  border: var(--ListMenu-borderWidth) solid var(--ListMenu-bordrColor);
  border-radius: var(--ListMenu-borderRadius);
}
.cxd-ListMenu-groupLabel {
  font-size: var(--fontSizeXs);
  color: var(--text--muted-color);
  padding: calc( ( var(--ListMenu-item-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) - var(--gap-sm) ) / 2 ) 0 0 calc(var(--Form-select-paddingX) - var(--gap-xs));
}
.cxd-ListMenu-group:not(:first-child) > .cxd-ListMenu-groupLabel {
  border-top: 0.0625rem solid var(--ListMenu-divider-color);
}
.cxd-ListMenu-item {
  display: flex;
  min-height: var(--ListMenu-item-height);
  color: var(--ListMenu-item-color);
  line-height: var(--Form-input-lineHeight);
  font-size: var(--Form-input-fontSize);
  cursor: pointer;
  padding: calc( ( var(--ListMenu-item-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--Form-select-paddingX);
}
.cxd-ListMenu-item.is-active {
  color: var(--ListMenu-item--onActive-color);
  background: var(--ListMenu-item--onActive-bg);
}
.cxd-ListMenu-item.is-highlight {
  color: var(--ListMenu-item--onHover-color);
  background: var(--ListMenu-item--onHover-bg);
}
.cxd-ListMenu-item.is-disabled {
  color: var(--ListMenu-item--onDisabled-color);
  background: var(--ListMenu-item--onDisabled-bg);
}
.cxd-ListMenu-placeholder {
  display: block;
  min-height: var(--ListMenu-item-height);
  color: var(--text--muted-color);
  line-height: var(--Form-input-lineHeight);
  font-size: var(--Form-input-fontSize);
  cursor: pointer;
  padding: calc( ( var(--ListMenu-item-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--Form-select-paddingX);
}

.cxd-PopOver > .cxd-ListMenu {
  border-color: var(--listMenu--onActive-borderColor);
}

.cxd-Log {
  background: var(--Log-bg);
  color: var(--Log-color);
  padding: var(--Log-padding);
  overflow-y: auto;
  font-family: var(--fontFamilyMonospace);
}
.cxd-Log-line {
  padding: var(--Log-line-padding);
  white-space: pre-wrap;
  word-wrap: break-word;
}
.cxd-Log-line code {
  color: inherit;
  background: inherit;
}
.cxd-Log-line:hover {
  background: var(--Log-line--onHover-bg);
}
.cxd-Log .ansi-bold {
  font-weight: 700;
}
.cxd-Log .ansi-italic {
  font-style: italic;
}
.cxd-Log .ansi-underline {
  text-decoration: underline;
}
.cxd-Log .ansi-black-fg,
.cxd-Log .ansi-bright-black-fg {
  color: #4e4e4e;
}
.cxd-Log .ansi-red-fg,
.cxd-Log .ansi-bright-red-fg {
  color: #ff6c60;
}
.cxd-Log .ansi-green-fg,
.cxd-Log .ansi-bright-green-fg {
  color: #0a0;
}
.cxd-Log .ansi-yellow-fg,
.cxd-Log .ansi-bright-yellow-fg {
  color: #ffffb6;
}
.cxd-Log .ansi-blue-fg,
.cxd-Log .ansi-bright-blue-fg {
  color: #96cbfe;
}
.cxd-Log .ansi-magenta-fg,
.cxd-Log .ansi-bright-magenta-fg {
  color: #ff73fd;
}
.cxd-Log .ansi-cyan-fg,
.cxd-Log .ansi-bright-cyan-fg {
  color: #5ff;
}
.cxd-Log .ansi-white-fg,
.cxd-Log .ansi-bright-white-fg {
  color: #eee;
}
.cxd-Log .ansi-grey-fg,
.cxd-Log .ansi-bright-grey-fg {
  color: #969696;
}
.cxd-Log .ansi-black-bg {
  background-color: #4e4e4e;
}
.cxd-Log .ansi-red-bg {
  background-color: #ff6c60;
}
.cxd-Log .ansi-green-bg {
  background-color: #0a0;
}
.cxd-Log .ansi-yellow-bg {
  background-color: #ffffb6;
}
.cxd-Log .ansi-blue-bg {
  background-color: #96cbfe;
}
.cxd-Log .ansi-magenta-bg {
  background-color: #ff73fd;
}
.cxd-Log .ansi-cyan-bg {
  background-color: #0aa;
}
.cxd-Log .ansi-white-bg {
  background-color: #eee;
}

.cxd-JsonField-nodeValue {
  white-space: normal;
  word-break: break-all;
  overflow-wrap: break-word;
}

.cxd-Icon {
  height: var(--fontSizeBase);
  vertical-align: middle;
}

.cxd-Steps {
  display: flex;
  list-style: none;
  padding: 0;
}
.cxd-Steps .cxd-StepsItem {
  flex: 1;
  overflow: hidden;
  padding: 0 1.25rem;
  height: auto;
  line-height: 2rem;
}
.cxd-Steps .cxd-StepsItem-containerIcon {
  vertical-align: top;
  display: inline-block;
  padding-right: 0.625rem;
}
.cxd-Steps .cxd-StepsItem-containerIcon .cxd-StepsItem-icon {
  display: inline-block;
  width: 1.875rem;
  height: 1.875rem;
  line-height: 1.75rem;
  border-radius: 50%;
  font-size: var(--Steps-icon-fontsize);
  text-align: center;
}
.cxd-Steps .cxd-StepsItem-containerWrapper {
  display: inline-block;
  position: relative;
}
.cxd-Steps .cxd-StepsItem-containerWrapper .cxd-StepsItem-body .cxd-StepsItem-title {
  font-size: var(--Steps-title-fontsize);
  color: var(--Steps-title-color);
  padding-right: 1.25rem;
  position: relative;
  display: inline-block;
}
.cxd-Steps .cxd-StepsItem-containerWrapper .cxd-StepsItem-body .cxd-StepsItem-title > span {
  display: inline-block;
}
.cxd-Steps .cxd-StepsItem-containerWrapper .cxd-StepsItem-body .cxd-StepsItem-title:after {
  content: "";
  position: absolute;
  right: 0;
  top: 1rem;
  height: 1px;
  left: 100%;
  width: 9999px;
  padding-right: 0.625rem;
  background-color: var(--Steps-line-bg);
}
.cxd-Steps .cxd-StepsItem-containerWrapper .cxd-StepsItem-body .cxd-StepsItem-title.is-success:after {
  background-color: var(--Steps-line-success-bg);
}
.cxd-Steps .cxd-StepsItem-containerWrapper .cxd-StepsItem-body .cxd-StepsItem-subTitle {
  padding-left: 0.625rem;
  font-size: var(--Steps-sub-title-fontsize);
  color: var(--Steps-sub-title-color);
}
.cxd-Steps .cxd-StepsItem-containerWrapper .cxd-StepsItem-body .cxd-StepsItem-description {
  max-width: 8.75rem;
  white-space: nowrap;
}
.cxd-Steps .cxd-StepsItem:last-child {
  flex: none;
}
.cxd-Steps .cxd-StepsItem:last-child .cxd-StepsItem-title:after {
  display: none;
}
.cxd-Steps--vertical {
  flex-direction: column;
}
.cxd-Steps--vertical .cxd-StepsItem {
  padding: 0.3125rem 0;
  min-height: 75px;
}
.cxd-Steps--vertical .cxd-StepsItem-containerIcon > .cxd-StepsItem-icon {
  position: relative;
}
.cxd-Steps--vertical .cxd-StepsItem-containerIcon > .cxd-StepsItem-icon:after {
  content: "";
  position: absolute;
  right: 0;
  top: 2.1875rem;
  height: 9999px;
  left: 0.875rem;
  width: 1px;
  background-color: var(--Steps-line-bg);
}
.cxd-Steps--vertical .cxd-StepsItem-containerWrapper > .cxd-StepsItem-body > .cxd-StepsItem-title:after {
  display: none;
}
.cxd-Steps--vertical .cxd-StepsItem:last-child {
  flex: none;
}
.cxd-Steps--vertical .cxd-StepsItem:last-child .cxd-StepsItem-icon:after {
  display: none;
}
.cxd-Steps .cxd-StepsItem.is-wait .cxd-StepsItem-icon {
  background-color: var(--white);
  color: var(--Steps-bg);
  border: 1px solid var(--Steps-bg);
}
.cxd-Steps .cxd-StepsItem.is-error .cxd-StepsItem-icon {
  background-color: var(--Steps-status-error);
  color: var(--white);
  border: 1px solid var(--Steps-status-error);
}
.cxd-Steps .cxd-StepsItem.is-error .cxd-StepsItem-title,
.cxd-Steps .cxd-StepsItem.is-error .cxd-StepsItem-subTitle,
.cxd-Steps .cxd-StepsItem.is-error .cxd-StepsItem-description {
  color: var(--Steps-status-error);
}
.cxd-Steps .cxd-StepsItem.is-finish .cxd-StepsItem-icon,
.cxd-Steps .cxd-StepsItem.is-process .cxd-StepsItem-icon {
  background-color: var(--Steps-status-success);
  color: var(--white);
  border: 1px solid var(--Steps-status-success);
}

.cxd-Steps-mobile.cxd-Steps--horizontal .cxd-StepsItem-containerWrapper .cxd-StepsItem-body .cxd-StepsItem-title::after {
  display: none !important;
}
.cxd-Steps-mobile.cxd-Steps--horizontal .cxd-StepsItem-containerWrapper .cxd-StepsItem-body .cxd-StepsItem-title .cxd-StepsItem-subTitle {
  padding-left: 0.3125rem;
}
.cxd-Steps-mobile.cxd-Steps--horizontal .cxd-StepsItem-containerIcon {
  position: relative;
  display: block;
}
.cxd-Steps-mobile.cxd-Steps--horizontal .cxd-StepsItem-containerIcon:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0.9375rem;
  height: 1px;
  left: 2.5rem;
  width: 99999px;
  background-color: var(--Steps-line-bg);
}
.cxd-Steps-mobile.cxd-Steps--horizontal .cxd-StepsItem-containerIcon.is-success:after {
  background-color: var(--Steps-line-success-bg);
}
.cxd-Steps-mobile.cxd-Steps--horizontal .cxd-StepsItem:last-child {
  flex: 1;
}
.cxd-Steps-mobile.cxd-Steps--horizontal .cxd-StepsItem:last-child .cxd-StepsItem-containerIcon:after {
  display: none !important;
}

.cxd-Portlet {
  border: var(--Portlet-borderWidth) var(--Portlet-borderStyle) var(--Portlet-borderColor);
  border-radius: var(--Portlet-borderRadius);
  padding: var(--gap-base);
}
.cxd-Portlet-tab.unactive-select .is-active a:first-child, .cxd-Portlet-tab.unactive-select .is-active:hover > a:first-child,
.cxd-Portlet-tab.unactive-select .is-active > a:first-child:focus {
  border: none !important;
  color: inherit !important;
  cursor: auto !important;
}
.cxd-Portlet-tab.no-divider .cxd-Tabs-links {
  border-bottom: none;
}
.cxd-Portlet .cxd-Tabs-pane {
  padding: unset;
}
.cxd-Portlet-toolbar {
  display: inline-flex;
  float: right;
  justify-content: flex-end;
}
.cxd-Portlet-toolbar .cxd-Button {
  margin-left: calc(var(--gap-xs));
}
.cxd-Portlet-header-desc {
  height: 100%;
  overflow: hidden;
  position: relative;
  margin-left: var(--gap-base);
}

.cxd-Portlet.no-header .cxd-Portlet-tab .cxd-Tabs-links {
  display: none;
}

.u-hairline::after {
  position: absolute;
  box-sizing: border-box;
  content: " ";
  pointer-events: none;
  top: -50%;
  right: -50%;
  bottom: -50%;
  left: -50%;
  border: 0 solid var(--borderColorLight);
  z-index: 1;
  transform: scale(0.5);
}

.cxd-GridNav {
  display: flex;
  flex-wrap: wrap;
}
.cxd-GridNav-top {
  position: relative;
}
.cxd-GridNav-top::after {
  border-top-width: 0.0625rem;
}

.cxd-GridNavItem {
  position: relative;
  box-sizing: border-box;
}
.cxd-GridNavItem--square {
  height: 0;
  position: relative;
}
.cxd-GridNavItem-icon {
  width: var(--rv-grid-item-icon-size);
}
.cxd-GridNavItem-text {
  color: var(--text-color);
  font-size: var(--fontSizeSm);
  line-height: 1.5;
  word-break: break-all;
  flex-shrink: 0;
}
.cxd-GridNavItem-icon + .cxd-GridNavItem-text {
  margin-top: 0.5rem;
}
.cxd-GridNavItem-image {
  display: inline-block;
}
.cxd-GridNavItem-image svg,
.cxd-GridNavItem-image img {
  max-width: 100%;
  display: block;
  width: 60%;
  margin: 0 auto;
}
.cxd-GridNavItem-content {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  height: 100%;
  padding: var(--gap-md) var(--gap-sm);
  background-color: var(--white);
  position: relative;
}
.cxd-GridNavItem-content .cxd-Badge-text {
  z-index: 10;
}
.cxd-GridNavItem-content--border::after {
  border-width: 0 var(--borderWidth) var(--borderWidth) 0;
}
.cxd-GridNavItem-content--square {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}
.cxd-GridNavItem-content--center {
  align-items: center;
  justify-content: center;
}
.cxd-GridNavItem-content--horizontal {
  flex-direction: row;
}
.cxd-GridNavItem-content--horizontal .cxd-GridNavItem-text {
  margin: 0 0 0 var(--gap-sm);
}
.cxd-GridNavItem-content--reverse {
  flex-direction: column-reverse;
}
.cxd-GridNavItem-content--reverse .cxd-GridNavItem-text {
  margin: 0 0 var(--gap-sm);
}
.cxd-GridNavItem-content--horizontal .cxd-GridNavItem-content--reverse {
  flex-direction: row-reverse;
}
.cxd-GridNavItem-content--horizontal .cxd-GridNavItem-content--reverse .cxd-GridNavItem-text {
  margin: 0 var(--gap-sm) 0 0;
}
.cxd-GridNavItem-content--surround::after {
  border-width: var(--borderWidth);
}
.cxd-GridNavItem-content--clickable {
  cursor: pointer;
}

fieldset.cxd-Collapse--lg, fieldset.cxd-Collapse--md, fieldset.cxd-Collapse--base, fieldset.cxd-Collapse--sm, fieldset.cxd-Collapse--xs {
  position: relative;
}
fieldset.cxd-Collapse--lg:after, fieldset.cxd-Collapse--md:after, fieldset.cxd-Collapse--base:after, fieldset.cxd-Collapse--sm:after, fieldset.cxd-Collapse--xs:after {
  content: "";
  pointer-events: none;
  border: 1px solid var(--borderColor);
  position: absolute;
  z-index: 0;
  top: 11px;
  left: 0;
  bottom: 0;
  right: 0;
}
fieldset.cxd-Collapse--lg > legend, fieldset.cxd-Collapse--md > legend, fieldset.cxd-Collapse--base > legend, fieldset.cxd-Collapse--sm > legend, fieldset.cxd-Collapse--xs > legend {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  border: 0;
  width: auto;
  z-index: 1;
  background: var(--Fieldset-legend-bgColor);
  border-left: 0 !important;
}
fieldset.cxd-Collapse--lg .collapse, fieldset.cxd-Collapse--md .collapse, fieldset.cxd-Collapse--base .collapse, fieldset.cxd-Collapse--sm .collapse, fieldset.cxd-Collapse--xs .collapse {
  position: relative;
}

fieldset.cxd-Collapse {
  margin-bottom: var(--Form-item-gap);
}
fieldset.cxd-Collapse > legend {
  font-weight: var(--fontWeightNormal);
  padding: var(--gap-xs) 0;
  font-size: var(--fontSizeMd);
  color: var(--text--loud-color);
  border-left: var(--primary) 0.25rem solid;
  line-height: 1.2;
  padding: 0 0 0 14px;
  cursor: pointer;
  border-bottom: none !important;
  background: transparent;
  display: flex;
  justify-content: flex-start !important;
  flex-direction: row !important;
  position: relative;
  left: 9px;
}
fieldset.cxd-Collapse > legend:hover {
  background: transparent;
}
fieldset.cxd-Collapse--xs {
  padding: 20px 5px 5px 5px;
}
fieldset.cxd-Collapse--xs > legend {
  left: 5px;
  font-size: var(--fontSizeXs);
  padding: 0 3px;
  margin: 0 0 0 -3px;
}
fieldset.cxd-Collapse--xs:after {
  top: 6px;
}
fieldset.cxd-Collapse--sm {
  padding: 25px 10px 10px 10px;
}
fieldset.cxd-Collapse--sm > legend {
  left: 10px;
  font-size: var(--fontSizeSm);
  padding: 0 5px;
  margin: 0 0 0 -5px;
}
fieldset.cxd-Collapse--sm:after {
  top: 6px;
}
fieldset.cxd-Collapse--base {
  padding: 30px var(--gap-md) var(--gap-md) var(--gap-md);
}
fieldset.cxd-Collapse--base > legend {
  left: var(--gap-md);
  font-size: var(--fontSizeBase);
  padding: 0 8px;
  margin: 0 0 0 -8px;
}
fieldset.cxd-Collapse--base:after {
  top: 7px;
}
fieldset.cxd-Collapse--md {
  padding: 30px 20px 20px 20px;
}
fieldset.cxd-Collapse--md > legend {
  left: 20px;
  font-size: var(--fontSizeMd);
  padding: 0 10px;
  margin: 0 0 0 -10px;
}
fieldset.cxd-Collapse--md:after {
  top: 7px;
}
fieldset.cxd-Collapse--lg {
  padding: 40px 30px 30px 30px;
}
fieldset.cxd-Collapse--lg > legend {
  left: 30px;
  font-size: var(--fontSizeLg);
  padding: 0 var(--gap-md);
  margin: 0 0 0 calc(var(--gap-md) * -1);
}
fieldset.cxd-Collapse--lg:after {
  top: 9px;
}

@media (max-width: 767px) {
  fieldset.cxd-Collapse {
    margin: 8px 0 0 0;
  }
  fieldset.cxd-Collapse > legend {
    border-left: none;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0px;
    color: var(--saas-Title-Text);
    padding-left: 16px;
    height: 44px;
    border-bottom: 1px solid var(--saas-Border-Dividers) !important;
    line-height: 44px;
    background-color: var(--saas-main-bg) !important;
    left: 0;
  }
  fieldset.cxd-Collapse > legend:hover {
    background-color: var(--saas-main-bg) !important;
  }
  fieldset.cxd-Collapse > legend::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 8px;
    transform: translateY(-50%);
    width: 3px;
    height: 16px;
    border-radius: 5px;
    background-color: var(--saas-Primary-Color);
  }
  fieldset.cxd-Collapse .cxd-Collapse-contentWrapper .cxd-Collapse-body {
    padding-left: 0;
  }
  fieldset.cxd-Collapse .cxd-Collapse-contentWrapper .cxd-Collapse-body .cxd-Collapse-content {
    padding: 0;
  }
}
.cxd-Form-groupColumn {
  margin-bottom: var(--gap-sm);
}

@media (min-width: 768px) {
  .cxd-Form-group {
    margin-bottom: var(--Form-item-gap);
  }
  .cxd-Form-group:last-child {
    margin-bottom: 0;
  }
  .cxd-Form-value > .cxd-Form-group {
    margin-bottom: var(--Form-input-marginBottom);
  }
  .cxd-Form-group--hor {
    display: flex;
    flex-wrap: wrap;
    margin-left: calc(var(--Form-group-gutterWidth) / -2);
    margin-right: calc(var(--Form-group-gutterWidth) / -2);
    align-items: flex-start;
  }
  .cxd-Form-group--hor.v-middle {
    align-items: center;
  }
  .cxd-Form-group--hor.v-bottom {
    align-items: flex-end;
  }
  .cxd-Form-group--hor > * {
    padding-left: calc(var(--Form-group-gutterWidth) / 2);
    padding-right: calc(var(--Form-group-gutterWidth) / 2);
  }
  .cxd-Form-group--hor > .cxd-Form-item--inline {
    margin-right: 0;
  }
  .cxd-Form-group--hor .cxd-Form-input > .cxd-Form-group {
    margin-bottom: 0;
  }
  .cxd-Form-group--lg {
    margin-left: calc(var(--Form-group--lg-gutterWidth) / -2);
    margin-right: calc(var(--Form-group--lg-gutterWidth) / -2);
  }
  .cxd-Form-group--lg > * {
    padding-left: calc(var(--Form-group--lg-gutterWidth) / 2);
    padding-left: calc(var(--Form-group--lg-gutterWidth) / 2);
  }
  .cxd-Form-group--md {
    margin-left: calc(var(--Form-group--md-gutterWidth) / -2);
    margin-right: calc(var(--Form-group--md-gutterWidth) / -2);
  }
  .cxd-Form-group--md > * {
    padding-left: calc(var(--Form-group--md-gutterWidth) / 2);
    padding-right: calc(var(--Form-group--md-gutterWidth) / 2);
  }
  .cxd-Form-group--sm {
    margin-left: calc(var(--Form-group--sm-gutterWidth) / -2);
    margin-right: calc(var(--Form-group--sm-gutterWidth) / -2);
  }
  .cxd-Form-group--sm > * {
    padding-left: calc(var(--Form-group--sm-gutterWidth) / 2);
    padding-right: calc(var(--Form-group--sm-gutterWidth) / 2);
  }
  .cxd-Form-group--xs {
    margin-left: calc(var(--Form-group--xs-gutterWidth) / -2);
    margin-right: calc(var(--Form-group--xs-gutterWidth) / -2);
  }
  .cxd-Form-group--xs > * {
    padding-left: calc(var(--Form-group--xs-gutterWidth) / 2);
    padding-right: calc(var(--Form-group--xs-gutterWidth) / 2);
  }

  .cxd-Form-groupColumn {
    flex-basis: 0;
    flex-grow: 1;
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
  }

  .cxd-Form-groupColumn--1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
    min-height: 1px;
  }

  .cxd-Form-groupColumn--2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
    min-height: 1px;
  }

  .cxd-Form-groupColumn--3 {
    flex: 0 0 25%;
    max-width: 25%;
    min-height: 1px;
  }

  .cxd-Form-groupColumn--4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    min-height: 1px;
  }

  .cxd-Form-groupColumn--5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
    min-height: 1px;
  }

  .cxd-Form-groupColumn--6 {
    flex: 0 0 50%;
    max-width: 50%;
    min-height: 1px;
  }

  .cxd-Form-groupColumn--7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
    min-height: 1px;
  }

  .cxd-Form-groupColumn--8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    min-height: 1px;
  }

  .cxd-Form-groupColumn--9 {
    flex: 0 0 75%;
    max-width: 75%;
    min-height: 1px;
  }

  .cxd-Form-groupColumn--10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
    min-height: 1px;
  }

  .cxd-Form-groupColumn--11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
    min-height: 1px;
  }

  .cxd-Form-groupColumn--12 {
    flex: 0 0 100%;
    max-width: 100%;
    min-height: 1px;
  }

  .cxd-Form-groupColumn--auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    min-height: 1px;
  }
}
.cxd-InputGroup {
  display: inline-flex;
  flex-wrap: nowrap;
}
.cxd-InputGroup.cxd-Form-control--sizeXs, .cxd-InputGroup.cxd-Form-control--sizeSm, .cxd-InputGroup.cxd-Form-control--sizeMd, .cxd-InputGroup.cxd-Form-control--sizeLg {
  display: inline-flex;
}
.cxd-InputGroup-addOn, .cxd-InputGroup .cxd-Form-control {
  display: inline-block;
  white-space: nowrap;
}
.cxd-InputGroup-addOn {
  background: var(--InputGroup-addOn-bg);
  border: var(--InputGroup-addOn-borderWidth) solid var(--InputGroup-addOn-borderColor);
  line-height: calc( var(--InputGroup-height) - var(--InputGroup-paddingY) * 2 - var(--InputGroup-addOn-borderWidth) * 2 );
  height: var(--InputGroup-height);
  box-sizing: border-box;
  padding: var(--InputGroup-paddingY) var(--InputGroup-paddingX);
}
.cxd-InputGroup-addOn:not(:last-child) {
  border-right: 0;
}
.cxd-InputGroup-addOn:first-child {
  border-top-left-radius: var(--InputGroup-addOn-borderRadius);
  border-bottom-left-radius: var(--InputGroup-addOn-borderRadius);
}
.cxd-InputGroup-addOn:last-child {
  border-top-right-radius: var(--InputGroup-addOn-borderRadius);
  border-bottom-right-radius: var(--InputGroup-addOn-borderRadius);
}
.cxd-InputGroup-btn .cxd-Button {
  border-radius: 0;
  border: var(--InputGroup-button-borderWidth) solid var(--InputGroup-button-borderColor);
}
.cxd-InputGroup-btn:not(:last-child) .cxd-Button {
  border-right: 0;
}
.cxd-InputGroup-btn:first-child .cxd-Button {
  border-top-left-radius: var(--InputGroup-button-borderRadius);
  border-bottom-left-radius: var(--InputGroup-button-borderRadius);
}
.cxd-InputGroup-btn:last-child .cxd-Button {
  border-top-right-radius: var(--InputGroup-button-borderRadius);
  border-bottom-right-radius: var(--InputGroup-button-borderRadius);
}
.cxd-InputGroup .cxd-TextControl-input {
  flex-basis: 0;
  flex-grow: 1;
  display: inline-flex;
}
.cxd-InputGroup .cxd-TextControl-input:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.cxd-InputGroup .cxd-SelectControl .cxd-Select {
  background: var(--InputGroup-select-bg);
  border: var(--InputGroup-select-borderWidth) solid var(--InputGroup-select-borderColor);
  color: var(--InputGroup-select-color);
}
.cxd-InputGroup .cxd-SelectControl:not(:last-child) .cxd-Select {
  border-right: 0;
}
.cxd-InputGroup .cxd-SelectControl:first-child .cxd-Select {
  border-top-left-radius: var(--InputGroup-select-borderRadius);
  border-bottom-left-radius: var(--InputGroup-select-borderRadius);
}
.cxd-InputGroup .cxd-SelectControl:last-child .cxd-Select {
  border-top-right-radius: var(--InputGroup-select-borderRadius);
  border-bottom-right-radius: var(--InputGroup-select-borderRadius);
}
.cxd-InputGroup .cxd-SelectControl:not(:first-child) .cxd-Select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.cxd-InputGroup .cxd-SelectControl:not(:last-child) .cxd-Select {
  border-right-width: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.cxd-InputGroup .cxd-Select-arrow {
  color: var(--InputGroup-select-arrowColor);
}
.cxd-InputGroup.is-focused .cxd-InputGroup-addOn,
.cxd-InputGroup.is-focused .cxd-TextControl-input,
.cxd-InputGroup.is-focused .cxd-Select,
.cxd-InputGroup.is-focused .cxd-InputGroup-btn .cxd-Button {
  border-color: var(--InputGroup-addOn-onFocused-borderColor);
}
.cxd-InputGroup.is-focused .cxd-Select {
  background: var(--InputGroup-select-onFocused-bg);
}
.cxd-InputGroup.is-focused .cxd-Select {
  color: var(--InputGroup-select-onFocused-color);
}
.cxd-InputGroup.is-focused .cxd-Select-arrow {
  color: var(--InputGroup-select-onFocused-arrowColor);
}
.cxd-InputGroup.is-focused .cxd-InputGroup-addOn {
  color: var(--primary);
}

.cxd-InputGroup:not(.is-inline) {
  display: flex;
}

.cxd-TextControl {
  position: relative;
  max-width: 100%;
  color: var(--saas-Title-Text);
}
.cxd-TextControl.is-inline {
  display: inline-block;
  width: var(--Form-control-widthBase);
}
.cxd-TextControl-input {
  display: flex;
  background: var(--Form-input-bg);
  border: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
  border-radius: var(--Form-input-borderRadius);
  line-height: var(--Form-input-lineHeight);
  padding: var(--Form-input-paddingY) var(--Form-input-paddingX);
  font-size: var(--Form-input-fontSize);
  flex-wrap: wrap;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
.cxd-TextControl-input input {
  flex-basis: 5rem;
  flex-grow: 1;
  outline: none;
  background: transparent;
  border: none;
  color: var(--saas-font-size-dark-black);
  width: 100%;
  height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize));
}
.cxd-TextControl-input input::placeholder {
  color: var(--saas-font-size-deep-black);
}
.cxd-TextControl-input input::-webkit-input-placeholder {
  color: var(--saas-font-size-deep-black);
}
.cxd-TextControl-input input::-moz-input-placeholder {
  color: var(--saas-font-size-deep-black);
}
.cxd-TextControl-input input::-ms-input-placeholder {
  color: var(--saas-font-size-deep-black);
}
.cxd-TextControl-input input::placeholder {
  user-select: none;
}
@media screen and (min-width: 1280px) and (max-width: 1440px) {
  .cxd-TextControl-input input {
    height: 100%;
  }
  .cxd-TextControl-input input[type=checkbox] {
    width: auto;
    height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize));
  }
}
@media screen and (min-width: 1441px) and (max-width: 1680px) {
  .cxd-TextControl-input input {
    height: 100%;
  }
  .cxd-TextControl-input input[type=checkbox] {
    width: auto;
    height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize));
  }
}
.cxd-TextControl-input:hover {
  border-color: var(--Form-input-onFocused-borderColor);
}
.cxd-TextControl-input:hover a {
  opacity: 1;
}
.cxd-TextControl-input:focus-within {
  border-color: var(--Form-input-onFocused-borderColor);
}
.cxd-TextControl-input--borderHalf {
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-top-color: transparent !important;
}
.cxd-TextControl-input--borderNone {
  border-color: transparent !important;
}
.cxd-TextControl.is-error > .cxd-TextControl-input {
  border-color: var(--Form-input-onError-borderColor);
  background: var(--Form-input-onError-bg);
  transition: all var(--animation-duration);
}
.cxd-TextControl.is-focused > .cxd-TextControl-input {
  border-color: var(--Form-input-onFocused-borderColor);
  box-shadow: var(--Form-input-boxShadow);
  background: var(--Form-input-onFocused-bg);
  transition: all var(--animation-duration);
}
.cxd-TextControl.is-error.is-focused > .cxd-TextControl-input {
  border-color: var(--Form-input-onError-borderColor);
}
.cxd-TextControl.is-disabled > .cxd-TextControl-input {
  color: var(--text--muted-color);
  background: var(--Form-input-onDisabled-bg);
  border-color: var(--Form-input-onDisabled-borderColor);
  transition: all var(--animation-duration);
}
.cxd-TextControl-spinner {
  line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize));
}
.cxd-TextControl-clear {
  padding: 0.1875rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
}
.cxd-TextControl-clear svg {
  fill: var(--saas-font-size-dark-black);
  top: 0;
  width: 0.625rem;
  height: 0.625rem;
}
.cxd-TextControl-clear:hover svg {
  fill: var(--saas-font-size-black);
}
.cxd-TextControl-color .anticon svg {
  width: 0.875rem;
  height: 0.875rem;
}
@media (min-width: 576px) {
  .cxd-TextControl.cxd-Form-control--sizeXs > .cxd-TextControl-input, .cxd-TextControl.cxd-Form-control--sizeSm > .cxd-TextControl-input, .cxd-TextControl.cxd-Form-control--sizeMd > .cxd-TextControl-input, .cxd-TextControl.cxd-Form-control--sizeLg > .cxd-TextControl-input {
    min-width: 100%;
    display: inline-flex;
  }
}
.cxd-TextControl-placeholder {
  color: var(--saas-Placeholder-Text);
  user-select: none;
  position: absolute;
  top: var(--Form-input-paddingY);
  margin-top: calc(2 * var(--Form-input-borderWidth));
  line-height: 1;
}
.cxd-TextControl.format-xs .cxd-TextControl-input {
  padding-top: 0;
  padding-bottom: 0;
  font-size: var(--fontSizeXs);
  height: var(--Form-input-height-xs);
}
.cxd-TextControl.format-xs .cxd-TextControl-input input {
  height: 100%;
}
.cxd-TextControl.format-sm .cxd-TextControl-input {
  padding-top: 0;
  padding-bottom: 0;
  font-size: var(--fontSizeSm);
  height: var(--Form-input-height-sm);
}
.cxd-TextControl.format-sm .cxd-TextControl-input input {
  height: 100%;
}
.cxd-TextControl--withAddOn {
  display: flex;
  flex-wrap: nowrap;
}
@media (min-width: 576px) {
  .cxd-TextControl--withAddOn.cxd-Form-control--sizeXs, .cxd-TextControl--withAddOn.cxd-Form-control--sizeSm, .cxd-TextControl--withAddOn.cxd-Form-control--sizeMd, .cxd-TextControl--withAddOn.cxd-Form-control--sizeLg {
    display: inline-flex;
  }
  .cxd-TextControl--withAddOn.cxd-Form-control--sizeXs > .cxd-TextControl-input, .cxd-TextControl--withAddOn.cxd-Form-control--sizeSm > .cxd-TextControl-input, .cxd-TextControl--withAddOn.cxd-Form-control--sizeMd > .cxd-TextControl-input, .cxd-TextControl--withAddOn.cxd-Form-control--sizeLg > .cxd-TextControl-input {
    min-width: unset;
  }
}
.cxd-TextControl--withAddOn > .cxd-TextControl-input {
  flex-basis: 1;
  flex-grow: 1;
  min-width: 0;
  border-radius: 0;
}
.cxd-TextControl--withAddOn > .cxd-TextControl-input:first-child {
  border-top-left-radius: var(--Form-input-borderRadius);
  border-bottom-left-radius: var(--Form-input-borderRadius);
}
.cxd-TextControl--withAddOn > .cxd-TextControl-input:last-child {
  border-top-right-radius: var(--Form-input-borderRadius);
  border-bottom-right-radius: var(--Form-input-borderRadius);
}
.cxd-TextControl-addOn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  background: var(--Form-input-addOnBg);
  color: var(--Form-input-addOnColor);
  border-color: var(--Form-input-borderColor);
  border-style: solid;
  border-width: 0.0625rem 0;
}
.cxd-TextControl-addOn:first-child {
  border-left-width: 0.0625rem;
}
.cxd-TextControl-addOn:last-child {
  border-right-width: 0.0625rem;
  border-top-right-radius: var(--Form-input-borderRadius);
  border-bottom-right-radius: var(--Form-input-borderRadius);
}
.cxd-TextControl--withAddOn > .cxd-TextControl-button > .cxd-Button {
  position: relative;
  border-radius: 0;
  margin-left: -0.0625rem;
  border: var(--InputGroup-button-borderWidth) solid var(--InputGroup-button-borderColor);
}
.cxd-TextControl--withAddOn > .cxd-TextControl-button:not(:last-child) .cxd-Button {
  border-right: 0;
}
.cxd-TextControl--withAddOn > .cxd-TextControl-button:first-child .cxd-Button {
  border-top-left-radius: var(--InputGroup-button-borderRadius);
  border-bottom-left-radius: var(--InputGroup-button-borderRadius);
}
.cxd-TextControl--withAddOn > .cxd-TextControl-button:last-child .cxd-Button {
  border-top-right-radius: var(--InputGroup-button-borderRadius);
  border-bottom-right-radius: var(--InputGroup-button-borderRadius);
}
.cxd-TextControl--withAddOn.is-focused > .cxd-TextControl-button .cxd-Button {
  border-color: var(--Form-input-onFocused-borderColor);
}
.cxd-TextControl--withAddOn.is-error > .cxd-TextControl-addOn {
  border-color: var(--Form-input-onError-borderColor);
}
.cxd-TextControl--withAddOn.is-focused > .cxd-TextControl-addOn {
  border-color: var(--Form-input-onFocused-borderColor);
  color: var(--Form-input-onFocus-addOnColor);
  box-shadow: var(--Form-input-boxShadow);
}
.cxd-TextControl--withAddOn.is-disabled > .cxd-TextControl-addOn {
  color: var(--text--muted-color);
}
.cxd-TextControl--withAddOn.is-inline {
  display: inline-block;
}
@media (min-width: 576px) {
  .cxd-TextControl--withAddOn.is-inline.cxd-Form-control--sizeXs > .cxd-TextControl-input, .cxd-TextControl--withAddOn.is-inline.cxd-Form-control--sizeSm > .cxd-TextControl-input, .cxd-TextControl--withAddOn.is-inline.cxd-Form-control--sizeMd > .cxd-TextControl-input, .cxd-TextControl--withAddOn.is-inline.cxd-Form-control--sizeLg > .cxd-TextControl-input {
    min-width: 100%;
  }
}
.cxd-TextControl-input--withAC {
  position: relative;
  flex-wrap: wrap;
  padding: 0;
  line-height: 1;
}
.cxd-TextControl-input--withAC input {
  width: auto;
}
.cxd-TextControl-input--withAC .cxd-TextControl-placeholder {
  position: unset;
  margin: 0;
  top: 0;
  font-size: 13px;
}
.cxd-TextControl-input--withAC.is-opened .cxd-TextControl-sugs {
  border: none !important;
}
.cxd-TextControl-sugs {
  position: absolute;
  background: var(--Form-select-menu-bg);
  color: var(--Form-select-menu-color);
  border: var(--Form-input-borderWidth) solid var(--Form-input-onFocused-borderColor);
  left: -0.0625rem;
  right: -0.0625rem;
  top: 100%;
  z-index: 10;
  max-height: 18.75rem;
  overflow: auto;
  box-shadow: 0.125rem 0.25rem 0.5rem rgba(0, 0, 0, 0.2);
}
.cxd-TextControl-sugItem {
  padding: calc((var(--Form-selectOption-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem) / 2) 0.75rem;
}
.cxd-TextControl-sugItem svg {
  width: 1rem;
  margin-top: 0.25rem;
  float: right;
  fill: var(--Form-input-onHover-iconColor);
}
.cxd-TextControl-sugItem:not(.is-disabled) {
  cursor: pointer;
}
.cxd-TextControl-sugItem.is-highlight {
  color: var(--Form-select-menu-onHover-color);
  background: var(--Form-select-menu-onHover-bg);
}
.cxd-TextControl-value {
  user-select: none;
  line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize));
  vertical-align: middle;
  display: inline-block;
}
.cxd-TextControl-input--multiple {
  height: auto;
  min-height: var(--Form-input-height);
}
.cxd-TextControl-input--multiple .cxd-TextControl-placeholder {
  margin-top: 0;
}
.cxd-TextControl-input--multiple .cxd-TextControl-valueWrap {
  white-space: normal;
  margin-bottom: calc(var(--gap-xs) * -1);
}
.cxd-TextControl-input--multiple .cxd-TextControl-valueWrap > input {
  margin-bottom: var(--gap-xs);
}
.cxd-TextControl-input--multiple .cxd-TextControl-value {
  white-space: nowrap;
  line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem);
  font-size: var(--Form-selectValue-fontSize);
  color: var(--Form-selectValue-color);
  background: var(--Form-selectValue-bg);
  border: 0.0625rem solid var(--Form-selectValue-borderColor);
  border-radius: 0.125rem;
  margin: 2px 3px;
}
.cxd-TextControl-valueIcon {
  cursor: pointer;
  border-right: 0.0625rem solid var(--Form-selectValue-borderColor);
  padding: 1px 5px;
}
.cxd-TextControl-valueIcon:hover {
  background: var(--Form-selectValue-onHover-bg);
}
.cxd-TextControl-input--multiple .cxd-TextControl-valueLabel {
  padding: 0 var(--gap-xs);
}
.cxd-TextControl-counter {
  color: var(--text--muted-color);
}
.cxd-TextControl input[type=password] {
  letter-spacing: 1.3px;
  user-select: none;
}
.cxd-TextControl input[type=password]::selection {
  background-color: none;
  /* 设置选中文本的背景色 */
  color: none;
}
.cxd-TextControl-simulateInput {
  pointer-events: none;
  position: absolute;
  top: -1px;
  white-space: "nowarp";
}
.cxd-TextControl-simulateInput .cxd-TextControl-simulateInput-container {
  width: fit-content;
  color: none;
  background: none;
  position: relative;
  transform: translateY(-100%);
  pointer-events: none;
}
.cxd-TextControl-simulateInput .cxd-TextControl-simulateInput-container::after {
  content: "";
  position: absolute;
  top: 2px;
  right: -1px;
  width: 1px;
  height: 16px;
  background-color: black;
  animation: blink 1s infinite;
}
.has-error--maxLength .cxd-TextControl-counter {
  color: var(--danger);
}
.cxd-TextControl-input:hover {
  border-color: var(--Form-input-onHover-borderColor);
}
.cxd-TextControl-input input {
  color: var(--saas-Title-Text);
}

.cxd-TextControl.is-defaultOpen {
  display: flex;
}

.cxd-TextControl.is-disabled-input input {
  color: var(--Form-input-onDisabled-color);
}

.cxd-TextControl--withPopover {
  position: relative;
}
.cxd-TextControl--withPopover .cxd-TextControl-addOn {
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  padding: 3px;
  background: #f5f9ff;
  cursor: pointer;
}
.cxd-TextControl--withPopover .cxd-TextControl-addOn .button-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}
.cxd-TextControl--withPopover .cxd-TextControl-addOn .button-group .ant-btn-sm {
  font-size: 12px;
}
.cxd-TextControl--withPopover .cxd-TextControl-addOn-icon {
  top: 1px;
  right: 2px;
  bottom: 1px;
  width: 25px;
  background-color: var(--Form-input-bg);
  border: 0;
}
.cxd-TextControl--withPopover .cxd-TextControl-addOn-icon .cxd-TransferPicker-icon {
  margin: auto auto;
}
.cxd-TextControl--withPopover .cxd-TextControl-addOn-icon .cxd-TransferPicker-icon .icon-tablet {
  width: 17px;
  height: 17px;
}
.cxd-TextControl--withPopover .cxd-TextControl-addOn-icon .cxd-TransferPicker-icon .icon-tablet > path {
  fill: var(--saas-font-size-black);
}
@keyframes blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

.input-text-overflow-overlay .cxd-Select--multi {
  display: flex;
  align-items: center;
  padding: 0;
}
.input-text-overflow-overlay .cxd-Select--multi .cxd-Select-value-list {
  padding-top: 6px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  max-width: 350px;
}
.input-text-overflow-overlay .cxd-Select--multi .copy-btn {
  display: flex;
  align-items: center;
  line-height: 1;
  cursor: pointer;
}

.cxd-TextareaControl {
  position: relative;
}
.cxd-TextareaControl > textarea {
  border: 1px solid var(--Form-input-borderColor);
  border-radius: 4px;
  background: var(--Form-input-bg);
  padding: var(--Form-input-paddingY) var(--Form-input-paddingX);
  font-size: var(--Form-input-fontSize);
  display: block;
  width: 100%;
  line-height: var(--Form-input-lineHeight);
  outline: none;
  resize: none;
}
.cxd-TextareaControl > textarea--borderHalf {
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-top-color: transparent !important;
}
.cxd-TextareaControl > textarea--borderNone {
  border-color: transparent !important;
}
@media screen and (min-width: 1280px) and (max-width: 1440px) {
  .cxd-TextareaControl > textarea {
    font-size: 0.75rem;
    border-radius: 0px;
  }
}
@media screen and (min-width: 1441px) and (max-width: 1680px) {
  .cxd-TextareaControl > textarea {
    border-radius: 0px;
  }
}
.cxd-TextareaControl > textarea::placeholder {
  color: var(--saas-font-size-deep-black);
}
.cxd-TextareaControl > textarea::-webkit-input-placeholder {
  color: var(--saas-font-size-deep-black);
}
.cxd-TextareaControl > textarea::-moz-input-placeholder {
  color: var(--saas-font-size-deep-black);
}
.cxd-TextareaControl > textarea::-ms-input-placeholder {
  color: var(--saas-font-size-deep-black);
}
.cxd-TextareaControl > textarea:hover {
  border-color: var(--Form-input-onHover-borderColor);
}
.cxd-TextareaControl > textarea:focus, .cxd-TextareaControl.is-focused > textarea {
  border-color: var(--Form-input-onFocused-borderColor);
  box-shadow: var(--Form-input-boxShadow);
}
.cxd-TextareaControl > textarea:focus:hover, .cxd-TextareaControl.is-focused > textarea:hover {
  border-color: var(--Form-input-onFocused-borderColor);
}
.cxd-TextareaControl.is-disabled > textarea, .cxd-TextareaControl > textarea[disabled] {
  background: #e5e7eb;
  color: var(--text--muted-color);
}
.cxd-TextareaControl.is-error > textarea {
  border-color: var(--Form-input-onError-borderColor);
}
.cxd-TextareaControl-counter {
  position: absolute;
  right: var(--Form-input-paddingX);
  bottom: var(--Form-input-paddingY);
  font-size: var(--fontSizeSm);
  padding: 0 5px;
  border-radius: 3px;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
}
.cxd-TextareaControl-counter.is-empty {
  color: #666;
  background: rgba(0, 0, 0, 0.4);
}
.has-error--maxLength .cxd-TextareaControl-counter {
  background: var(--danger);
}
.cxd-TextareaControl.is-focused.cxd-TextareaControl-borderNone > textarea, .cxd-TextareaControl-borderNone > textarea {
  border-color: transparent;
}
.cxd-TextareaControl.is-focused.cxd-TextareaControl-borderNone > textarea:focus, .cxd-TextareaControl.is-focused.cxd-TextareaControl-borderNone > textarea:hover, .cxd-TextareaControl-borderNone > textarea:focus, .cxd-TextareaControl-borderNone > textarea:hover {
  border-color: transparent;
  box-shadow: none;
}

/** 
  * Aug -- 组件大小
 */
.cxd-TextareaControl.format-xs > textarea {
  padding-top: var(--Form-input-paddingY-sm);
  padding-bottom: var(--Form-input-paddingY-sm);
  line-height: var(--Form-input-lineHeight-sm);
  font-size: var(--fontSizeSm);
}
.cxd-TextareaControl.format-sm > textarea {
  padding-top: var(--Form-input-paddingY-xs);
  padding-bottom: var(--Form-input-paddingY-xs);
  line-height: var(--Form-input-lineHeight-xs);
  font-size: var(--fontSizeSm);
}

.cxd-Checkbox {
  margin: 0 var(--gap-sm) 0 0;
  font-weight: var(--fontWeightNormal);
  user-select: none;
  pointer-events: none;
}
.cxd-Checkbox-unlimited {
  font-size: var(--fontSizeSm);
  margin-right: var(--gap-xl);
  cursor: pointer;
  padding: 2px 6px;
  border-radius: 12px;
  color: var(--saas-Title-Text);
}
.cxd-Checkbox input {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  pointer-events: none;
}
.cxd-Checkbox:hover input:not(:disabled) + i {
  border-color: var(--Checkbox-onHover-color);
}
.cxd-Checkbox > i {
  cursor: pointer;
  line-height: 1;
  background: transparent;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  pointer-events: all;
}
.cxd-Checkbox > i + span {
  pointer-events: all;
  margin-left: var(--Checkbox-gap);
  cursor: pointer;
  vertical-align: middle;
}
.cxd-Checkbox > i + span > a {
  margin-left: var(--gap-xs);
  display: none;
}
.cxd-Checkbox > i + span:empty {
  display: none;
}
.cxd-Checkbox > i:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0px;
  height: 0px;
  background: transparent;
  transition: all var(--animation-duration);
  transform-origin: 50% 50%;
  transform: translate(-50%, -50%);
}
.cxd-Checkbox:hover > i + span > a {
  display: inline-block;
}
.cxd-Checkbox--checkbox {
  padding-left: var(--Checkbox-size);
}
.cxd-Checkbox--checkbox input {
  margin-left: calc(var(--Checkbox-size) * -1);
}
.cxd-Checkbox--checkbox input:checked + i {
  border-color: var(--Checkbox-onHover-color);
}
.cxd-Checkbox--checkbox input:checked + i:before {
  width: var(--Checkbox-inner-size);
  height: var(--Checkbox-inner-size);
  background: var(--Checkbox-onHover-color);
}
.cxd-Checkbox--checkbox input[disabled] + i {
  border-color: var(--Checkbox-onDisabled-color);
  cursor: not-allowed;
}
.cxd-Checkbox--checkbox input[disabled] + i:before {
  width: var(--Checkbox-inner-size);
  height: calc(var(--Checkbox-inner-size) / 2);
  background: var(--Checkbox-onDisabled-bg);
}
.cxd-Checkbox--checkbox input[disabled] + i + span {
  cursor: not-allowed;
  color: var(--text--muted-color);
}
.cxd-Checkbox--checkbox > i {
  width: var(--fontSizeLg);
  height: var(--fontSizeLg);
  border: 0.0625rem solid var(--Checkbox-color);
  border-radius: var(--Checkbox-borderRadius);
  margin-left: calc(var(--Checkbox-size) * -1);
}
.cxd-Checkbox--full.cxd-Checkbox--checkbox:not(:disabled) + i:hover {
  border-color: var(--Checkbox-color);
}
.cxd-Checkbox--full.cxd-Checkbox--checkbox input:checked + i {
  border-color: var(--Checkbox-onHover-color);
  background: var(--Checkbox-onHover-color);
}
.cxd-Checkbox--full.cxd-Checkbox--checkbox input:checked + i:before {
  width: var(--Checkbox--full-inner-size);
  height: calc(var(--Checkbox--full-inner-size) / 2);
  border-color: #fff;
}
.cxd-Checkbox--full.cxd-Checkbox--checkbox input[disabled] + i {
  border-color: var(--Checkbox-onDisabled-color);
  background: var(--Checkbox-onDisabled-bg);
}
.cxd-Checkbox--full.cxd-Checkbox--checkbox input:checked[disabled] + i {
  border-color: var(--Checkbox-onDisabled-color);
  background: var(--Checkbox-onDisabled-bg);
}
.cxd-Checkbox--full.cxd-Checkbox--checkbox > i {
  position: relative;
  cursor: pointer;
}
.cxd-Checkbox--full.cxd-Checkbox--checkbox > i:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
  border-color: transparent;
  transition: width var(--animation-duration), height var(--animation-duration), transform var(--animation-duration);
  border-width: 0 0 0.125rem 0.125rem;
  transform: translate(-50%, -60%) rotate(-40deg);
  border-style: solid;
}
.cxd-Checkbox--radio {
  padding-left: var(--Radio-size);
}
.cxd-Checkbox--radio input {
  margin-left: calc(var(--Radio-size) * -1);
}
.cxd-Checkbox--radio input:checked + i {
  border-color: var(--Radio-onHover-color);
}
.cxd-Checkbox--radio input:checked + i:before {
  width: var(--Radio-inner-size);
  height: var(--Radio-inner-size);
  background: var(--Radio-onHover-color);
  border-radius: 50%;
}
.cxd-Checkbox--radio input[disabled] + i {
  border-color: var(--Radio-onDisabled-color);
  background: var(--Radio-onDisabled-bg);
  cursor: not-allowed;
}
.cxd-Checkbox--radio input[disabled] + i:before {
  background: var(--Radio-onDisabled-color);
}
.cxd-Checkbox--radio input[disabled] + i + span {
  cursor: not-allowed;
  color: var(--text--muted-color);
}
.cxd-Checkbox--radio input:focus + i {
  box-shadow: var(--Radio-onFocus-boxShadow);
}
.cxd-Checkbox--radio > i {
  cursor: pointer;
  width: var(--Radio-size);
  height: var(--Radio-size);
  border: 0.0625rem solid var(--Radio-color);
  margin-left: calc(var(--Radio-size) * -1);
  margin-top: -0.125rem;
  border-radius: 50%;
}
.cxd-Checkbox--sm {
  padding-left: var(--Checkbox--sm-size);
}
.cxd-Checkbox--sm input {
  margin-left: calc(var(--Checkbox--sm-size) * -1);
}
.cxd-Checkbox--sm input:checked + i:before {
  width: var(--Checkbox--sm-inner-size);
  height: var(--Checkbox--sm-inner-size);
}
.cxd-Checkbox--sm > i {
  width: var(--Checkbox--sm-size);
  height: var(--Checkbox--sm-size);
  margin-left: calc(var(--Checkbox--sm-size) * -1);
  margin-top: 0;
}
.cxd-Checkbox--sm > i + span {
  margin-left: var(--gap-xs);
}
.cxd-Checkbox--sm.cxd-Checkbox--full input[type=checkbox]:checked + i:before {
  width: var(--Checkbox--sm--full-inner-size);
  height: calc(var(--Checkbox--sm--full-inner-size) / 2);
}
.cxd-Checkbox-desc {
  color: var(--text--muted-color);
  margin-left: var(--Checkbox-gap);
  margin-top: var(--gap-xs);
  pointer-events: all;
}

.cxd-CheckboxControl,
.cxd-RadiosControl,
.cxd-CheckboxesControl {
  padding-top: calc((var(--Form-input-height) - var(--Checkbox-size)) / 2 - 2px);
}

.cxd-RadiosControl .cxd-Checkbox,
.cxd-CheckboxesControl .cxd-Checkbox {
  display: block;
  margin-bottom: var(--Form-label-paddingTop);
}
.cxd-RadiosControl.is-inline .cxd-Checkbox,
.cxd-CheckboxesControl.is-inline .cxd-Checkbox {
  display: inline-block;
  margin-right: var(--gap-xl);
}
.cxd-RadiosControl.is-inline .cxd-Grid .cxd-Checkbox,
.cxd-CheckboxesControl.is-inline .cxd-Grid .cxd-Checkbox {
  margin-right: 0;
}

.cxd-RadiosControl-group:not(:first-child),
.cxd-CheckboxesControl-group:not(:first-child) {
  margin-top: 0.625rem;
}
.cxd-RadiosControl-group .cxd-RadiosControl-groupLabel,
.cxd-RadiosControl-group .cxd-CheckboxesControl-groupLabel,
.cxd-CheckboxesControl-group .cxd-RadiosControl-groupLabel,
.cxd-CheckboxesControl-group .cxd-CheckboxesControl-groupLabel {
  display: block;
  font-size: var(--fontSizeSm);
  color: #999;
}

.cxd-Checkboxes > .cxd-Checkbox {
  display: block;
  height: var(--Form-input-height);
  line-height: var(--Form-input-lineHeight);
  font-size: var(--Form-input-fontSize);
  padding: calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--gap-sm) calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) calc(var(--gap-sm) + var(--Checkbox-size));
}
.cxd-Checkboxes--inline > .cxd-Checkbox {
  display: inline-block;
}
.cxd-Checkboxes-addBtn {
  display: block;
  cursor: pointer;
}
.cxd-Checkboxes-addBtn:hover {
  text-decoration: none;
}
.cxd-Checkboxes-addBtn > svg {
  width: 0.875rem;
  height: 0.875rem;
  margin-right: var(--Checkbox-gap);
}

.cxd-ListCheckboxes-group:not(:first-child) > .cxd-ListCheckboxes-itemLabel,
.cxd-ListCheckboxes-group:not(:first-child) > .cxd-ListRadios-itemLabel,
.cxd-ListRadios-group:not(:first-child) > .cxd-ListCheckboxes-itemLabel,
.cxd-ListRadios-group:not(:first-child) > .cxd-ListRadios-itemLabel {
  border-top: 0.0625rem solid var(--ListMenu-divider-color);
}
.cxd-ListCheckboxes-group > .cxd-ListCheckboxes-itemLabel,
.cxd-ListCheckboxes-group > .cxd-ListRadios-itemLabel,
.cxd-ListRadios-group > .cxd-ListCheckboxes-itemLabel,
.cxd-ListRadios-group > .cxd-ListRadios-itemLabel {
  font-size: var(--fontSizeSm);
  padding: var(--gap-xs) var(--gap-xs);
  color: var(--text--muted-color);
}
.cxd-ListCheckboxes-item,
.cxd-ListRadios-item {
  display: flex;
  height: var(--Form-input-height);
  line-height: var(--Form-input-lineHeight);
  font-size: var(--Form-input-fontSize);
  padding: calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--gap-sm);
  flex-direction: row;
  cursor: pointer;
  user-select: none;
}
.cxd-ListCheckboxes-item > .cxd-Checkbox,
.cxd-ListRadios-item > .cxd-Checkbox {
  margin-right: 0;
}
.cxd-ListCheckboxes-item.is-active,
.cxd-ListRadios-item.is-active {
  color: var(--Form-select-menu-onActive-color);
  background: var(--Form-select-menu-onActive-bg);
}
.cxd-ListCheckboxes-item:hover,
.cxd-ListRadios-item:hover {
  background: var(--Tree-item-onHover-bg);
}
.cxd-ListCheckboxes-item.is-disabled,
.cxd-ListRadios-item.is-disabled {
  pointer-events: none;
  color: var(--text--muted-color);
}
.cxd-ListCheckboxes-group > .cxd-ListCheckboxes-items > .cxd-ListCheckboxes-item,
.cxd-ListCheckboxes-group > .cxd-ListCheckboxes-items > .cxd-ListRadios-item,
.cxd-ListCheckboxes-group > .cxd-ListRadios-items > .cxd-ListCheckboxes-item,
.cxd-ListCheckboxes-group > .cxd-ListRadios-items > .cxd-ListRadios-item,
.cxd-ListRadios-group > .cxd-ListCheckboxes-items > .cxd-ListCheckboxes-item,
.cxd-ListRadios-group > .cxd-ListCheckboxes-items > .cxd-ListRadios-item,
.cxd-ListRadios-group > .cxd-ListRadios-items > .cxd-ListCheckboxes-item,
.cxd-ListRadios-group > .cxd-ListRadios-items > .cxd-ListRadios-item {
  padding-left: var(--gap-base);
}
.cxd-ListCheckboxes-itemLabel,
.cxd-ListRadios-itemLabel {
  flex-grow: 1;
}
.cxd-ListCheckboxes-itemLabel span,
.cxd-ListRadios-itemLabel span {
  white-space: nowrap;
}
.cxd-ListCheckboxes-placeholder,
.cxd-ListRadios-placeholder {
  height: var(--Form-input-height);
  line-height: var(--Form-input-lineHeight);
  font-size: var(--Form-input-fontSize);
  padding: calc((var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize)) / 2) var(--gap-sm);
  color: var(--text--muted-color);
}

.cxd-TableCheckboxes .cxd-Table-content {
  border-top: var(--Table-borderWidth) solid var(--Table-borderColor);
}
.cxd-TableCheckboxes .cxd-Table-table > thead > tr > th,
.cxd-TableCheckboxes .cxd-Table-table > tbody > tr > td {
  font-size: var(--fontSizeSm);
  padding-top: var(--gap-xs);
  padding-bottom: 0.375rem;
  vertical-align: middle;
}
.cxd-TableCheckboxes .cxd-Table-table > thead > tr > th {
  padding-top: 0.375rem;
}
.cxd-TableCheckboxes .cxd-Table-table > thead > tr > th:first-child,
.cxd-TableCheckboxes .cxd-Table-table > tbody > tr > td:first-child {
  padding-left: 0.625rem;
  padding-right: 0;
}
.cxd-TableCheckboxes .cxd-Table-table > thead > tr > th:last-child,
.cxd-TableCheckboxes .cxd-Table-table > tbody > tr > td:last-child {
  padding-right: var(--gap-md);
}
.cxd-TableCheckboxes .cxd-Table-table > tbody > tr {
  cursor: pointer;
}

.cxd-TreeCheckboxes .cxd-Table-expandBtn,
.cxd-TreeRadios .cxd-Table-expandBtn {
  color: var(--icon-color);
  margin-right: 5px;
}
.cxd-TreeCheckboxes-sublist,
.cxd-TreeRadios-sublist {
  position: relative;
  margin: 0 0 0 2.1875rem;
  display: none;
}
.cxd-TreeCheckboxes-sublist:before,
.cxd-TreeRadios-sublist:before {
  width: 1px;
  content: "";
  display: block;
  position: absolute;
  top: calc(var(--gap-xs) * -1);
  bottom: calc(var(--Form-input-height) / 2);
  left: -19px;
  border-left: dashed 1px var(--icon-color);
}
.cxd-TreeCheckboxes-item,
.cxd-TreeRadios-item {
  position: relative;
}
.cxd-TreeCheckboxes-item.is-expanded > .cxd-TreeCheckboxes-sublist,
.cxd-TreeCheckboxes-item.is-expanded > .cxd-TreeRadios-sublist,
.cxd-TreeRadios-item.is-expanded > .cxd-TreeCheckboxes-sublist,
.cxd-TreeRadios-item.is-expanded > .cxd-TreeRadios-sublist {
  display: block;
}
.cxd-TreeCheckboxes-item:not(:last-child) > .cxd-TreeCheckboxes-sublist:before,
.cxd-TreeCheckboxes-item:not(:last-child) > .cxd-TreeRadios-sublist:before,
.cxd-TreeRadios-item:not(:last-child) > .cxd-TreeCheckboxes-sublist:before,
.cxd-TreeRadios-item:not(:last-child) > .cxd-TreeRadios-sublist:before {
  bottom: 0;
}
.cxd-TreeCheckboxes-sublist .cxd-TreeCheckboxes-item:before,
.cxd-TreeCheckboxes-sublist .cxd-TreeRadios-item:before,
.cxd-TreeRadios-sublist .cxd-TreeCheckboxes-item:before,
.cxd-TreeRadios-sublist .cxd-TreeRadios-item:before {
  height: 1px;
  content: "";
  display: block;
  position: absolute;
  top: calc(var(--Form-input-height) / 2);
  width: 19px;
  left: -19px;
  border-top: dashed 1px var(--icon-color);
}
.cxd-TreeCheckboxes-itemInner,
.cxd-TreeRadios-itemInner {
  display: flex;
  align-items: center;
  height: var(--Form-input-height);
  line-height: var(--Form-input-lineHeight);
  font-size: var(--Form-input-fontSize);
  padding: calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--gap-sm);
  flex-direction: row;
  cursor: pointer;
  user-select: none;
  position: relative;
}
.cxd-TreeCheckboxes-itemInner > .cxd-Checkbox,
.cxd-TreeRadios-itemInner > .cxd-Checkbox {
  margin-right: 0;
  margin-left: var(--gap-sm);
}
.cxd-TreeCheckboxes-itemInner > *,
.cxd-TreeRadios-itemInner > * {
  position: relative;
  z-index: 2;
}
.cxd-TreeCheckboxes-itemInner:hover:after,
.cxd-TreeRadios-itemInner:hover:after {
  position: absolute;
  content: "";
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: -99999px;
  background: var(--Tree-item-onHover-bg);
}
.cxd-TreeCheckboxes-itemInner.is-active,
.cxd-TreeRadios-itemInner.is-active {
  color: var(--Form-select-menu-onActive-color);
}
.cxd-TreeCheckboxes-itemInner.is-disabled,
.cxd-TreeRadios-itemInner.is-disabled {
  pointer-events: none;
  color: var(--text--muted-color);
}
.cxd-TreeCheckboxes-itemLabel,
.cxd-TreeRadios-itemLabel {
  flex-grow: 1;
}
.cxd-TreeCheckboxes-placeholder,
.cxd-TreeRadios-placeholder {
  height: var(--Form-input-height);
  line-height: var(--Form-input-lineHeight);
  font-size: var(--Form-input-fontSize);
  padding: calc((var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize)) / 2) var(--gap-sm);
  color: var(--text--muted-color);
}

.cxd-ChainedCheckboxes {
  display: flex;
  flex-direction: row;
}
.cxd-ChainedCheckboxes-col {
  flex-grow: 1;
  min-width: 150px;
}
.cxd-ChainedCheckboxes-col:not(:last-child) {
  border-right: 1px solid var(--borderColor);
}
.cxd-ChainedCheckboxes-subTitle {
  font-size: var(--fontSizeSm);
  padding: var(--gap-xs) var(--gap-xs);
  color: var(--text--muted-color);
}
.cxd-ChainedCheckboxes-item {
  display: flex;
  height: var(--Form-input-height);
  line-height: var(--Form-input-lineHeight);
  font-size: var(--Form-input-fontSize);
  padding: calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--gap-sm);
  flex-direction: row;
  cursor: pointer;
  user-select: none;
}
.cxd-ChainedCheckboxes-item > .cxd-Checkbox {
  margin-right: 0;
}
.cxd-ChainedCheckboxes-item.is-active {
  color: var(--Form-select-menu-onActive-color);
  background: var(--Form-select-menu-onActive-bg);
}
.cxd-ChainedCheckboxes-item:hover {
  background: var(--Tree-item-onHover-bg);
}
.cxd-ChainedCheckboxes-item.is-disabled {
  pointer-events: none;
  color: var(--text--muted-color);
}
.cxd-ChainedCheckboxes-itemLabel {
  flex-grow: 1;
}
.cxd-ChainedCheckboxes-placeholder {
  height: var(--Form-input-height);
  line-height: var(--Form-input-lineHeight);
  font-size: var(--Form-input-fontSize);
  padding: calc((var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize)) / 2) var(--gap-sm);
  color: var(--text--muted-color);
}

.cxd-AssociatedCheckboxes {
  display: flex;
  flex-direction: row;
}
.cxd-AssociatedCheckboxes-left, .cxd-AssociatedCheckboxes-right {
  flex-grow: 1;
  width: 0;
  height: 10.9375rem;
  overflow: auto;
}
.cxd-AssociatedCheckboxes-left {
  border-right: 1px solid var(--borderColor);
}
.cxd-AssociatedCheckboxes-reload {
  text-align: center;
  color: var(--info);
  margin: 20px 0 0;
}
.cxd-AssociatedCheckboxes-reload.is-clickable {
  cursor: pointer;
}
.cxd-AssociatedCheckboxes-box {
  line-height: var(--Form-input-lineHeight);
  font-size: var(--fontSizeSm);
  color: var(--text--muted-color);
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.cxd-AssociatedCheckboxes-box > p {
  text-align: center;
  margin: 10px 0 20px;
  color: var(--text--muted-color);
}

/**
  * Aug -- 组件大小
 */
.cxd-CheckboxControl.format-xs,
.cxd-RadiosControl.format-xs,
.cxd-CheckboxesControl.format-xs {
  padding-top: calc( (var(--Form-input-height-xs) - var(--Checkbox-size)) / 2 - 3px );
}

.cxd-CheckboxControl.format-sm,
.cxd-RadiosControl.format-sm,
.cxd-CheckboxesControl.format-sm {
  padding-top: calc( (var(--Form-input-height-sm) - var(--Checkbox-size)) / 2 - 3px );
}

.cxd-Selection > .cxd-Checkbox {
  display: block;
  line-height: var(--Form-input-lineHeight);
  font-size: var(--Form-input-fontSize);
  padding: calc((var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize)) / 2) var(--gap-sm) calc((var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize)) / 2) calc(var(--gap-sm) + var(--Checkbox-size));
}
.cxd-Selection--inline > .cxd-Checkbox {
  display: inline-block;
}
.cxd-Selection-addBtn {
  display: block;
  cursor: pointer;
}
.cxd-Selection-addBtn:hover {
  text-decoration: none;
}
.cxd-Selection-addBtn > svg {
  width: 0.875rem;
  height: 0.875rem;
  margin-right: var(--Checkbox-gap);
}

.cxd-GroupedSelection {
  max-height: 18.75rem;
  overflow-y: auto;
  overflow-x: hidden;
  user-select: none;
}
.cxd-GroupedSelection-group:not(:first-child) > .cxd-GroupedSelection-itemLabel {
  border-top: 0.0625rem solid var(--ListMenu-divider-color);
}
.cxd-GroupedSelection-group > .cxd-GroupedSelection-itemLabel {
  font-size: var(--fontSizeSm);
  padding: var(--gap-xs) var(--gap-xs);
  color: var(--text--muted-color);
}
.cxd-GroupedSelection-item {
  display: flex;
  line-height: var(--Form-input-lineHeight);
  font-size: var(--Form-input-fontSize);
  padding: calc((var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize)) / 2) var(--gap-sm);
  flex-direction: row;
  cursor: pointer;
  user-select: none;
}
.cxd-GroupedSelection-item > .cxd-Checkbox {
  margin-right: 0;
}
.cxd-GroupedSelection-item.is-active {
  color: var(--Form-select-menu-onActive-color);
  background: var(--Form-select-menu-onActive-bg);
}
.cxd-GroupedSelection-item:hover {
  background: var(--Tree-item-onHover-bg);
  color: var(--saas-Title-Text);
}
.cxd-GroupedSelection-item.is-disabled {
  pointer-events: none;
  color: var(--text--muted-color);
}
.cxd-GroupedSelection-group > .cxd-GroupedSelection-items > .cxd-GroupedSelection-item {
  padding-left: var(--gap-base);
}
.cxd-GroupedSelection-itemLabel {
  flex-grow: 1;
}
.cxd-GroupedSelection-itemLabel span {
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
}
.cxd-GroupedSelection-placeholder {
  height: var(--Form-input-height);
  line-height: var(--Form-input-lineHeight);
  font-size: var(--Form-input-fontSize);
  padding: calc((var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize)) / 2) var(--gap-sm);
  color: var(--text--muted-color);
}

.cxd-TableSelection .cxd-Table-content {
  border-top: var(--Table-borderWidth) solid var(--Table-borderColor);
}
.cxd-TableSelection .cxd-Table-table > thead > tr > th,
.cxd-TableSelection .cxd-Table-table > tbody > tr > td {
  font-size: var(--fontSizeSm);
  padding-top: var(--gap-xs);
  padding-bottom: 0.375rem;
  vertical-align: middle;
}
.cxd-TableSelection .cxd-Table-table > thead > tr > th {
  padding-top: 0.375rem;
}
.cxd-TableSelection .cxd-Table-table > thead > tr > th:first-child,
.cxd-TableSelection .cxd-Table-table > tbody > tr > td:first-child {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.cxd-TableSelection .cxd-Table-table > thead > tr > th:last-child,
.cxd-TableSelection .cxd-Table-table > tbody > tr > td:last-child {
  padding-right: var(--gap-md);
}
.cxd-TableSelection .cxd-Table-table > tbody > tr {
  cursor: pointer;
}
.cxd-TableSelection .cxd-Table-table > tbody > tr.is-active {
  color: var(--Form-select-menu-onActive-color);
  background: var(--Form-select-menu-onActive-bg);
}

.cxd-TreeSelection .cxd-Table-expandBtn {
  color: var(--icon-color);
  margin-right: 5px;
}
.cxd-TreeSelection-sublist {
  position: relative;
  margin: 0 0 0 2.1875rem;
  display: none;
}
.cxd-TreeSelection-sublist:before {
  width: 1px;
  content: "";
  display: block;
  position: absolute;
  top: calc(var(--gap-xs) * -1);
  bottom: calc(var(--Form-input-height) / 2);
  left: -19px;
  border-left: dashed 1px var(--icon-color);
}
.cxd-TreeSelection-item {
  position: relative;
}
.cxd-TreeSelection-item.is-expanded > .cxd-TreeSelection-sublist {
  display: block;
}
.cxd-TreeSelection-item:not(:last-child) > .cxd-TreeSelection-sublist:before {
  bottom: 0;
}
.cxd-TreeSelection-sublist .cxd-TreeSelection-item:before {
  height: 1px;
  content: "";
  display: block;
  position: absolute;
  top: calc(var(--Form-input-height) / 2);
  width: 19px;
  left: -19px;
  border-top: dashed 1px var(--icon-color);
}
.cxd-TreeSelection-itemInner {
  display: flex;
  align-items: center;
  line-height: var(--Form-input-lineHeight);
  font-size: var(--Form-input-fontSize);
  padding: calc((var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize)) / 2) var(--gap-sm);
  flex-direction: row;
  white-space: nowrap;
  /*控制单行显示*/
  overflow: hidden;
  /*超出隐藏*/
  text-overflow: ellipsis;
  /*隐藏的字符用省略号表示*/
  cursor: pointer;
  user-select: none;
  position: relative;
}
@media screen and (min-width: 1280px) and (max-width: 1440px) {
  .cxd-TreeSelection-itemInner {
    font-size: 0.75rem;
  }
}
.cxd-TreeSelection-itemInner > .cxd-Checkbox {
  margin-right: 0;
  margin-left: var(--gap-sm);
}
.cxd-TreeSelection-itemInner > * {
  position: relative;
  z-index: 2;
}
.cxd-TreeSelection-itemInner:hover:after {
  position: absolute;
  content: "";
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: -99999px;
  background: var(--Tree-item-onHover-bg);
}
.cxd-TreeSelection-itemInner.is-active {
  color: var(--Form-select-menu-onActive-color);
}
.cxd-TreeSelection-itemInner.is-disabled {
  pointer-events: none;
  color: var(--text--muted-color);
}
.cxd-TreeSelection-itemLabel {
  flex-grow: 1;
}
.cxd-TreeSelection-placeholder {
  height: var(--Form-input-height);
  line-height: var(--Form-input-lineHeight);
  font-size: var(--Form-input-fontSize);
  padding: calc((var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize)) / 2) var(--gap-sm);
  color: var(--text--muted-color);
}

.cxd-ChainedSelection {
  display: flex;
  flex-direction: row;
}
.cxd-ChainedSelection-col {
  flex-grow: 1;
  min-width: 150px;
  overflow: auto;
}
.cxd-ChainedSelection-col:not(:last-child) {
  border-right: 1px solid var(--borderColor);
}
.cxd-ChainedSelection-subTitle {
  font-size: var(--fontSizeSm);
  padding: var(--gap-xs) var(--gap-xs);
  color: var(--text--muted-color);
}
.cxd-ChainedSelection-item {
  display: flex;
  line-height: var(--Form-input-lineHeight);
  font-size: var(--Form-input-fontSize);
  padding: calc((var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize)) / 2) var(--gap-sm);
  flex-direction: row;
  cursor: pointer;
  user-select: none;
}
.cxd-ChainedSelection-item > .cxd-Checkbox {
  margin-right: 0;
}
.cxd-ChainedSelection-item.is-active {
  color: var(--Form-select-menu-onActive-color);
  background: var(--Form-select-menu-onActive-bg);
}
.cxd-ChainedSelection-item:hover {
  background: var(--Tree-item-onHover-bg);
}
.cxd-ChainedSelection-item.is-disabled {
  pointer-events: none;
  color: var(--text--muted-color);
}
.cxd-ChainedSelection-itemLabel {
  flex-grow: 1;
}
.cxd-ChainedSelection-placeholder {
  height: var(--Form-input-height);
  line-height: var(--Form-input-lineHeight);
  font-size: var(--Form-input-fontSize);
  padding: calc((var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize)) / 2) var(--gap-sm);
  color: var(--text--muted-color);
}

.cxd-AssociatedSelection {
  display: flex;
  flex-direction: row;
}
.cxd-AssociatedSelection-left, .cxd-AssociatedSelection-right {
  flex-grow: 1;
  width: 0;
  min-height: 12.5rem;
  max-height: 25rem;
  overflow: auto;
}
.cxd-AssociatedSelection-left {
  border-right: 1px solid var(--borderColor);
}
.cxd-AssociatedSelection-reload {
  text-align: center;
  color: var(--info);
  margin: 20px 0 0;
}
.cxd-AssociatedSelection-reload.is-clickable {
  cursor: pointer;
}
.cxd-AssociatedSelection-box {
  line-height: var(--Form-input-lineHeight);
  font-size: var(--fontSizeSm);
  color: var(--text--muted-color);
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.cxd-AssociatedSelection-box > p {
  text-align: center;
  margin: 10px 0 20px;
  color: var(--text--muted-color);
}

.cxd-CityPicker .cxd-Select {
  margin-right: var(--gap-xs);
  margin-bottom: var(--gap-xs);
}
.cxd-CityPicker-input {
  outline: none;
  vertical-align: top;
  border: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
  border-radius: var(--Form-input-borderRadius);
  line-height: var(--Form-input-lineHeight);
  padding: var(--Form-input-paddingY) var(--Form-input-paddingX);
  font-size: var(--Form-input-fontSize);
}
.cxd-CityPicker-input::placeholder {
  color: var(--Form-input-placeholderColor);
  user-select: none;
}
.cxd-CityPicker-input:focus {
  border-color: var(--Form-input-onFocused-borderColor);
  box-shadow: var(--Form-input-boxShadow);
  background: var(--Form-input-onFocused-bg);
}

.cxd-Form-item--inline > .cxd-Form-value > .cxd-CityPicker {
  display: inline-block;
}

.cxd-CityArea-popup {
  height: 17.5rem;
}
.cxd-CityArea-Input {
  margin-top: var(--gap-xs);
  outline: none;
  vertical-align: top;
  border: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
  border-radius: var(--Form-input-borderRadius);
  line-height: var(--Form-input-lineHeight);
  padding: var(--Form-input-paddingY) var(--Form-input-paddingX);
  font-size: var(--Form-input-fontSize);
  display: inline-flex !important;
}
.cxd-CityArea-Input::placeholder {
  color: var(--Form-input-placeholderColor);
  user-select: none;
}
.cxd-CityArea-Input:focus {
  border-color: var(--Form-input-onFocused-borderColor);
  box-shadow: var(--Form-input-boxShadow);
  background: var(--Form-input-onFocused-bg);
}

.cxd-Switch {
  cursor: pointer;
  position: relative;
  display: inline-block;
  height: var(--Switch-height);
  min-width: var(--Switch-width);
  overflow: hidden;
  border-radius: 1.875rem;
  background: var(--Switch-bgColor);
  margin: 0;
  vertical-align: middle;
  text-align: left;
}
.cxd-Switch.is-disabled {
  cursor: not-allowed;
  opacity: 0.4;
}
.cxd-Switch .text {
  margin: 0 0.4375rem 0 1.5625rem;
  color: var(--Switch-valueColor);
  text-indent: calc(var(--Switch-width) / 2);
  text-transform: uppercase;
  font-size: var(--fontSizeSm);
  line-height: var(--Switch-height);
  font-style: normal;
  font-weight: bold;
  transition: all var(--animation-duration);
  vertical-align: super;
}
.cxd-Switch .text > svg {
  width: var(--fontSizeSm);
  height: var(--fontSizeSm);
  margin-top: calc((var(--Switch-height) - var(--fontSizeSm)) / 2);
}
.cxd-Switch .slider:before {
  content: "";
  position: absolute;
  background: var(--white);
  width: calc(var(--Switch-height) - 0.125rem);
  top: 0.0625rem;
  bottom: 0.0625rem;
  left: 0.0625rem;
  border-radius: 50%;
  transition: margin-left var(--animation-duration);
}
.cxd-Switch.is-checked {
  background: var(--Switch-onActive-bgColor);
}
.cxd-Switch.is-checked .slider::before {
  left: auto;
  right: 0.0625rem;
  border-width: 0;
}
.cxd-Switch.is-checked .text {
  margin: 0 25px 0 7px;
  color: var(--white);
  text-indent: var(--gap-xs);
}
.cxd-Switch.is-checked.is-disabled .slider:before {
  color: var(--Switch-onDisabled-color);
}
.cxd-Switch.is-checked.is-disabled .text {
  color: var(--Switch-onDisabled-color);
}
.cxd-Switch input {
  position: absolute;
  opacity: 0;
}

.cxd-Switch-option {
  vertical-align: middle;
  margin-left: var(--Switch-gap);
}
.cxd-Switch-option:first-child {
  margin-left: 0;
  margin-right: var(--Switch-gap);
}
.cxd-Switch-option:empty {
  display: none;
}

.cxd-SwitchControl {
  padding-top: calc((var(--Form-input-height) - var(--Switch-height)) / 2);
}
@media screen and (min-width: 1280px) and (max-width: 1440px) {
  .cxd-SwitchControl {
    padding-top: 0;
  }
}
.cxd-SwitchControl.is-inline {
  display: inline-block;
}

/** 
  * Aug -- 组件大小
 */
.cxd-SwitchControl.format-sm {
  padding-top: calc((var(--Form-input-height-sm) - var(--Switch-height-sm)) / 2);
}
.cxd-SwitchControl.format-sm .cxd-Switch {
  height: var(--Switch-height-sm);
  min-width: var(--Switch-width-sm);
}
.cxd-SwitchControl.format-sm .cxd-Switch .text {
  line-height: var(--Switch-height-sm);
}
.cxd-SwitchControl.format-sm .cxd-Switch .slider:before {
  width: calc(var(--Switch-height-sm) - 0.125rem);
}
.cxd-SwitchControl.format-xs {
  padding-top: calc((var(--Form-input-height-xs) - var(--Switch-height-xs)) / 2);
}
.cxd-SwitchControl.format-xs .cxd-Switch {
  height: var(--Switch-height-xs);
  min-width: var(--Switch-width-xs);
}
.cxd-SwitchControl.format-xs .cxd-Switch .text {
  line-height: var(--Switch-height-xs);
}
.cxd-SwitchControl.format-xs .cxd-Switch .slider:before {
  width: calc(var(--Switch-height-xs) - 0.125rem);
}

.cxd-Number {
  margin: 0;
  padding: 0;
  font-size: var(--Form-input-fontSize);
  display: inline-block;
  vertical-align: middle;
  background: var(--Number-bg);
  border: var(--Number-borderWidth) solid var(--Number-borderColor);
  border-radius: 4px;
}
@media screen and (min-width: 1280px) and (max-width: 1440px) {
  .cxd-Number {
    border-radius: 0px;
  }
}
@media screen and (min-width: 1440px) and (max-width: 1680px) {
  .cxd-Number {
    border-radius: 0px;
  }
}
@media (max-width: 767px) {
  .cxd-Number {
    font-size: 15px;
  }
}
.cxd-Number-disabled {
  background: var(--Form-input-onDisabled-bg) !important;
}
.cxd-Number--borderHalf {
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-top-color: transparent !important;
}
.cxd-Number--borderNone {
  border-color: transparent !important;
}
.cxd-Number.no-steps > .cxd-Number-handler-wrap {
  display: none;
}
.cxd-Number-focused {
  border-color: var(--Form-input-onFocused-borderColor);
  box-shadow: var(--Form-input-boxShadow);
}
.cxd-Number-handler {
  text-align: center;
  overflow: hidden;
  display: block;
  touch-action: none;
}
.cxd-Number-handler-active {
  background: #ddd;
}
.cxd-Number-handler-up-inner, .cxd-Number-handler-down-inner {
  user-select: none;
  -webkit-user-select: none;
  display: inline-block;
}
.cxd-Number:hover {
  border-color: var(--Form-input-onFocused-borderColor);
}
.cxd-Number:hover .cxd-Number-handler-up,
.cxd-Number:hover .cxd-Number-handler-wrap {
  border-color: var(--Form-input-onFocused-borderColor);
}
.cxd-Number-disabled:hover {
  border-color: var(--Form-input-borderColor);
}
.cxd-Number-disabled:hover .cxd-Number-handler-up,
.cxd-Number-disabled:hover .cxd-Number-handler-wrap {
  border-color: var(--Form-input-borderColor);
}
.cxd-Number-input-wrap {
  overflow: hidden;
  height: 100%;
}
.cxd-Number-input {
  width: 100%;
  background: transparent;
  text-align: inherit;
  vertical-align: top;
  outline: 0;
  -moz-appearance: textfield;
  line-height: calc(var(--Form-input-height) - var(--Number-borderWidth) * 2);
  transition: all var(--animation-duration) ease;
  border: 0;
  border-radius: var(--Form-input-borderRadius);
  padding: 0 var(--Form-input-paddingX);
  color: var(--saas-font-size-black);
}
.cxd-Number-input::placeholder {
  color: var(--saas-font-size-deep-black);
}
.cxd-Number-input::-webkit-input-placeholder {
  color: var(--saas-font-size-deep-black);
}
.cxd-Number-input::-moz-input-placeholder {
  color: var(--saas-font-size-deep-black);
}
.cxd-Number-input::-ms-input-placeholder {
  color: var(--saas-font-size-deep-black);
}
@media (max-width: 767px) {
  .cxd-Number-input {
    padding: 0;
    line-height: 22px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1440px) {
  .cxd-Number-input {
    padding: 0;
    height: 100%;
  }
}
@media screen and (min-width: 1440px) and (max-width: 1680px) {
  .cxd-Number-input {
    line-height: 22px;
  }
}
.cxd-Number-handler {
  background: var(--Number-handler-bg);
  color: var(--Number-handler-color);
  font-family: var(--Number-handler-fontFamily);
  font-size: var(--Number-handler-fontSize);
}
.cxd-Number-handler:hover {
  background: var(--Number-handler-onHover-bg);
  color: var(--Number-handler-onHover-color);
}
.cxd-Number-handler:hover:active {
  background: var(--Number-handler-onActive-bg);
}
.cxd-Number-handler-up-inner {
  transform: var(--Number-handler--up-transform);
  color: #999;
}
.cxd-Number-handler-up-inner:after {
  content: var(--Number-handler--up-content);
}
.cxd-Number-handler-down-inner:after {
  color: #999;
  content: var(--Number-handler--down-content);
}
.cxd-Number-handler-wrap {
  float: right;
  border-left: 0.0625rem solid var(--Form-input-borderColor);
  width: var(--Number-handler-width);
  height: 100%;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  overflow: hidden;
}
.cxd-Number-handler {
  line-height: calc((var(--Form-input-height) - 0.375rem) / 2);
  height: calc((var(--Form-input-height) - var(--Number-borderWidth) * 2) / 2);
}
@media screen and (min-width: 1280px) and (max-width: 1440px) {
  .cxd-Number-handler {
    height: calc(1rem / 2);
    line-height: calc((1rem - 0.375rem) / 2);
  }
}
@media screen and (min-width: 1441px) and (max-width: 1680px) {
  .cxd-Number-handler {
    height: calc(1.3rem / 2);
    line-height: calc((1.5rem - 0.375rem) / 2);
  }
}
.cxd-Number-handler-up {
  border-bottom: var(--Number-handler-borderBottom);
  padding-top: 0.0625rem;
}
.cxd-Number-handler-down-disabled, .cxd-Number-handler-up-disabled {
  background: var(--Number-handler-onDisabled-bg);
  pointer-events: none;
  color: var(--Number-handler-onDisabled-color);
}
.cxd-Number-disabled .cxd-Number-input {
  opacity: 0.72;
  cursor: not-allowed;
  background: var(--Form-input-onDisabled-bg);
}
@media (max-width: 767px) {
  .cxd-Number-disabled .cxd-Number-input {
    background: #fff;
  }
}
.cxd-Number-disabled .cxd-Number-handler {
  opacity: 0.72;
}
.cxd-Number-disabled .cxd-Number-handler:hover {
  color: var(--text--muted-color);
  border-color: var(--Form-input-borderColor);
}

.cxd-NumberControl:not(.is-inline) > .cxd-Number {
  display: block;
}
@media screen and (min-width: 1280px) and (max-width: 1440px) {
  .cxd-NumberControl:not(.is-inline) > .cxd-Number {
    height: 1.2rem;
  }
}
@media screen and (min-width: 1441px) and (max-width: 1680px) {
  .cxd-NumberControl:not(.is-inline) > .cxd-Number {
    height: 1.5rem;
  }
}

.cxd-Number--borderHalf .cxd-Number-handler-wrap,
.cxd-Number--borderNone .cxd-Number-handler-wrap {
  border-left: none;
}

.cxd-NumberControl--withUnit {
  display: flex;
}
.cxd-NumberControl--withUnit .cxd-Number {
  flex-grow: 1;
}
.cxd-NumberControl--withUnit .cxd-Select {
  border-left: 0;
}

/** 
  * Aug -- 组件大小
 */
.cxd-NumberControl.format-xs .cxd-Number {
  height: var(--Form-input-height-xs);
  line-height: var(--Form-input-height-xs);
  font-size: var(--fontSizeXs);
}
.cxd-NumberControl.format-xs .cxd-Number-input {
  padding-top: 0;
  padding-bottom: 0;
}
.cxd-NumberControl.format-xs .cxd-Number-handler {
  font-size: var(--fontSizeXs);
  line-height: calc((var(--Form-input-height-xs) - 0.375rem) / 2);
  height: calc((var(--Form-input-height-xs) - var(--Number-borderWidth) * 2) / 2);
}
.cxd-NumberControl.format-sm .cxd-Number {
  height: var(--Form-input-height-sm);
  line-height: var(--Form-input-height-sm);
  font-size: var(--fontSizeSm);
}
.cxd-NumberControl.format-sm .cxd-Number-input {
  padding-top: 0;
  padding-bottom: 0;
}
.cxd-NumberControl.format-sm .cxd-Number-handler {
  font-size: var(--fontSizeSm);
  line-height: calc((var(--Form-input-height-sm) - 0.375rem) / 2);
  height: calc((var(--Form-input-height-sm) - var(--Number-borderWidth) * 2) / 2);
}

.cxd-Select {
  display: inline-flex;
  vertical-align: middle;
  text-align: left;
  align-items: center;
  outline: none;
  position: relative;
  font-size: var(--Form-input-fontSize);
  border: var(--Form-select-borderWidth) solid var(--Form-select-borderColor);
  background: var(--Form-input-bg);
  border-radius: var(--Form-select-borderRadius);
  min-height: var(--Form-selectOption-height);
  padding: calc((var(--Form-selectOption-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) - var(--Form-select-borderWidth) * 2) / 2) 0 calc((var(--Form-selectOption-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) - var(--Form-select-borderWidth) * 2) / 2) var(--Form-select-paddingX);
  cursor: pointer;
  color: var(--Form-select-color);
}
.cxd-Select.cxd-Select--searchable {
  cursor: text;
}
.cxd-Select-content {
  display: flex;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.cxd-Select:hover {
  background: var(--Form-select-onHover-bg);
  border-color: var(--Form-select-onHover-borderColor);
}
.cxd-Select:hover .cxd-Select-arrow:before {
  color: var(--Form-select-caret-onHover-iconColor);
}
.cxd-Select.is-disabled {
  color: var(--text--muted-color);
  background: var(--Form-input-onDisabled-bg);
  border-color: var(--Form-input-onDisabled-borderColor);
  cursor: not-allowed;
}
.cxd-Select:focus {
  box-shadow: var(--Form-select-onFocus-boxShadow);
}
.cxd-Select--borderHalf {
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-top-color: transparent !important;
}
.cxd-Select--borderNone {
  border-color: transparent !important;
}
.cxd-Select-valueWrap {
  user-select: none;
  position: relative;
  flex-grow: 1;
  line-height: 1;
  max-width: 100%;
}
.cxd-Select-valuesNoWrap {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.25rem;
}
.cxd-Select-placeholder {
  color: var(--Form-select-placeholderColor);
  line-height: var(--Form-input-lineHeight);
  user-select: none;
  white-space: nowrap;
}
.cxd-Select-value {
  line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize));
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cxd-Select--multi {
  height: auto;
  min-height: var(--Form-selectOption-height);
}
.cxd-Select--multi .cxd-Select-valueWrap {
  margin-bottom: calc(var(--gap-xs) * -1);
}
.cxd-Select--multi .cxd-Select-valueWrap > input {
  display: inline-block;
  width: 6.25rem;
  margin-bottom: var(--gap-xs);
}
.cxd-Select--multi .cxd-Select-values + .cxd-Select-input {
  transform: translateY(0);
}
.cxd-Select--multi .cxd-Select-value {
  position: static;
  white-space: normal;
  user-select: none;
  line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem);
  display: inline-block;
  vertical-align: middle;
  font-size: var(--Form-selectValue-fontSize);
  color: var(--Form-selectValue-color);
  background: var(--Form-selectValue-bg);
  border: 0.0625rem solid var(--Form-selectValue-borderColor);
  border-radius: 0.125rem;
  margin-right: var(--gap-xs);
  margin-bottom: var(--gap-xs);
}
.cxd-Select--multi .cxd-Select-valueLabel {
  padding: 0 var(--gap-xs);
}
.cxd-Select-valueIcon {
  cursor: pointer;
  border-right: 0.0625rem solid var(--Form-selectValue-borderColor);
  padding: 1px 5px;
}
.cxd-Select-valueIcon:hover {
  background: var(--Form-selectValue-onHover-bg);
}
.cxd-Select-valueIcon.is-disabled {
  pointer-events: none;
  display: none;
  cursor: not-allowed;
  background: var(--Form-selectValue-onDisable-bg);
}
.cxd-Select-arrow {
  margin-right: var(--gap-xs);
  width: var(--gap-md);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.cxd-Select-arrow > svg {
  transition: transform var(--animation-duration);
  display: inline-block;
  top: 0;
}
.cxd-Select.is-opened:not(.is-mobile) .cxd-Select-arrow > svg {
  transform: rotate(180deg);
}
.cxd-Select.is-mobile {
  min-height: calc(var(--Form-input-lineHeight) * var(--fontSizeLg));
  border: none;
  padding: 0;
  font-size: var(--fontSizeLg);
}
.cxd-Select.is-mobile .cxd-Select-valueWrap {
  text-align: left;
  padding-right: 4px;
}
.cxd-Select.is-mobile .cxd-Select-arrow > svg {
  transform: rotate(-90deg);
}
.cxd-Select-menu {
  max-height: 18.75rem;
  overflow: auto;
  user-select: none;
}
.cxd-Select-menu .cxd-Checkbox--sm > i {
  margin-top: -0.1875rem;
}
.cxd-Select-menu.is-mobile {
  width: 100%;
  text-align: center;
}
.cxd-Select-menu.is-mobile .cxd-Select-option {
  line-height: 2.25rem;
}
.cxd-Select--longlist {
  overflow: hidden;
  max-height: max-content;
}
.cxd-Select-input {
  cursor: pointer;
  outline: none;
  border: none;
  margin-left: 2px;
  height: var(--Form-select-search-height);
  font-size: var(--Form-select-input-fontSize);
  border-bottom: 1px solid var(--borderColor);
  display: flex;
  align-items: center;
}
.cxd-Select-input > svg {
  fill: #999;
  width: 0.875rem;
  min-width: 0.875rem;
  height: 0.875rem;
  margin-right: var(--gap-xs);
}
.cxd-Select-input > input {
  outline: none;
  border: none;
  flex-grow: 1;
  background: transparent;
  position: relative;
  top: 0.125em;
}
.cxd-Select-option {
  cursor: pointer;
  min-width: 7.5rem;
  padding: calc((var(--Form-select-menu-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize)) / 2) var(--Form-select-paddingX);
}
.cxd-Select-option.is-active {
  color: var(--Form-select-menu-onActive-color);
  background: var(--Form-select-menu-onActive-bg);
}
.cxd-Select-option.is-highlight {
  color: var(--Form-select-menu-onHover-color);
  background: var(--Form-select-menu-onHover-bg);
}
.cxd-Select-option.is-disabled {
  color: var(--Form-select-menu-onDisabled-color);
  background: var(--Form-select-menu-onDisabled-bg);
}
.cxd-Select-option--placeholder {
  color: var(--Form-input-placeholderColor);
}
.cxd-Select-option > label {
  display: block;
}
.cxd-Select-option > a {
  float: right;
  margin-left: var(--gap-xs);
  display: none;
}
.cxd-Select-option.is-highlight > a {
  display: block;
}
.cxd-Select-option.is-touch {
  background-color: #f6f6f6;
}
.cxd-Select-noResult {
  color: var(--Form-select-placeholderColor);
  line-height: var(--Form-input-lineHeight);
  font-size: var(--Form-select-input-fontSize);
  user-select: none;
  padding: calc((var(--Form-select-menu-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize)) / 2) var(--Form-select-paddingX);
}
.cxd-Select-option-hl {
  color: var(--danger);
}
.cxd-Select-addBtn {
  display: block;
  cursor: pointer;
  padding: calc((var(--Form-select-menu-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize)) / 2) var(--Form-select-paddingX);
}
.cxd-Select-addBtn:hover {
  text-decoration: none;
}
.cxd-Select-addBtn > svg {
  width: 0.875rem;
  height: 0.875rem;
  margin-right: var(--Checkbox-gap);
}
.cxd-Select.is-focused:not(.is-mobile), .cxd-Select.is-opened:not(.is-mobile) {
  border-color: var(--Form-input-onFocused-borderColor);
  color: var(--Form-select-onFocused-color);
}
.cxd-Select-spinner {
  line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize));
}
.cxd-Select-clear {
  padding: 0.1875rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.cxd-Select-clear svg {
  fill: var(--saas-font-size-dark-black);
  width: 0.625rem;
  height: 0.625rem;
  top: 0;
}
.cxd-Select-clear:hover svg {
  fill: var(--Form-input-onHover-iconColor);
}
.cxd-Select-popup {
  height: auto;
}

.cxd-Select-popover {
  margin-top: calc(var(--Form-select-outer-borderWidth) * -1);
  background: var(--Form-select-menu-bg);
  color: var(--Form-select-menu-color);
  border: var(--Form-select-outer-borderWidth) solid var(--Form-input-onFocused-borderColor);
  box-shadow: var(--Form-select-outer-boxShadow);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  min-width: 6.25rem;
}
.cxd-Select-popover.cxd-PopOver--leftTopLeftBottom {
  margin-top: calc((var(--Form-select-popoverGap) - var(--Form-select-outer-borderWidth)) * -1);
}
.cxd-Select-popover .multiple-box .ant-btn {
  line-height: 1;
}

.cxd-SelectControl:not(.is-inline) > .cxd-Select {
  display: flex;
}
.cxd-SelectControl.is-error > .cxd-Select {
  border-color: var(--Form-input-onError-borderColor);
  background: var(--Form-input-onError-bg);
}

/**
  * Aug -- 组件大小
 */
.cxd-SelectControl.format-xs .cxd-Select {
  padding-top: 0;
  padding-bottom: 0;
  min-height: var(--Form-input-height-xs);
  font-size: var(--fontSizeXs);
}
.cxd-SelectControl.format-sm .cxd-Select {
  padding-top: 0;
  padding-bottom: 0;
  min-height: var(--Form-input-height-sm);
  font-size: var(--fontSizeSm);
}

@media (min-width: 576px) {
  .cxd-Form-control--sizeXs > .cxd-Select,
.cxd-Form-control--sizeSm > .cxd-Select,
.cxd-Form-control--sizeMd > .cxd-Select,
.cxd-Form-control--sizeLg > .cxd-Select {
    min-width: 100%;
    max-width: 100%;
    display: inline-flex !important;
  }
  .cxd-Form-control--sizeXs > .cxd-Select .cxd-Select-valueWrap,
.cxd-Form-control--sizeSm > .cxd-Select .cxd-Select-valueWrap,
.cxd-Form-control--sizeMd > .cxd-Select .cxd-Select-valueWrap,
.cxd-Form-control--sizeLg > .cxd-Select .cxd-Select-valueWrap {
    width: 0;
  }
}
.cxd-Select-valueWrap {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cxd-Select-valueWrap .cxd-Select-input {
  width: 4px;
  height: 20px;
  border: none;
  font-size: var(--Form-input-fontSize);
}
.cxd-Select-valueWrap .cxd-Select-input input {
  top: 0;
}

.cxd-Selections {
  height: 100%;
  min-width: 12.5rem;
  position: relative;
  display: flex;
  flex-direction: column;
}
.cxd-Selections-title {
  height: var(--Form-input-height);
  background: var(--Table-thead-bg);
  font-size: var(--Form-input-fontSize);
  padding: calc((var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize)) / 2) var(--gap-sm);
}
.cxd-Selections-placeholder {
  color: var(--Form-input-placeholderColor);
  text-align: center;
  width: 100%;
  flex-basis: var(--Form-input-height);
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: var(--Form-input-fontSize);
}
.cxd-Selections-items {
  flex-grow: 1;
}
.cxd-Selections-item {
  display: flex;
  flex-direction: row;
  height: var(--Form-input-height);
  line-height: var(--Form-input-lineHeight);
  font-size: var(--Form-input-fontSize);
  align-items: center;
  padding: calc((var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize)) / 2) var(--gap-sm);
}
@media screen and (min-width: 1280px) and (max-width: 1440px) {
  .cxd-Selections-item {
    font-size: 0.75rem;
  }
}
.cxd-Selections-item > label {
  flex-basis: 3.125rem;
  flex-grow: 1;
}
.cxd-Selections-item > label > span {
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  text-overflow: ellipsis;
}
.cxd-Selections-item > .cxd-Selections-dragbar {
  top: 0;
  width: var(--gap-lg);
  position: relative;
  left: calc(var(--gap-xs) * -1);
  color: var(--icon-color);
  cursor: move;
}
.cxd-Selections-item--dragging > * {
  opacity: 0.2;
}
.cxd-Selections-delBtn {
  color: var(--icon-color);
  cursor: pointer;
}
.cxd-Selections-delBtn:hover {
  color: var(--icon-onHover-color);
}
.cxd-Selections-delBtn > svg {
  width: 12px;
  height: 12px;
}

.cxd-ListControl-items {
  display: block;
  margin: calc(var(--ListControl-gutterWidth) / -2);
}
.cxd-ListControl-items:empty {
  display: none;
}
.cxd-ListControl-item {
  position: relative;
  user-select: none;
  font-size: var(--ListControl-fontSize);
  display: inline-block;
  vertical-align: middle;
  margin: calc(var(--ListControl-gutterWidth) / 2);
  border: var(--ListControl-item-borderWidth) solid var(--ListControl-item-borderColor);
  background: var(--ListControl-item-bg);
  padding: var(--ListControl-item-paddingY) var(--ListControl-item-paddingX);
  color: var(--ListControl-item-color);
  transition: var(--ListControl-item-transition);
  max-width: calc(12.5rem + 2 * var(--ListControl-item-paddingX));
  border-radius: var(--ListControl-item-borderRadius);
}
.cxd-ListControl-item:not(.is-disabled) {
  cursor: pointer;
}
.cxd-ListControl-item .b-inherit {
  border-color: var(--ListControl-item-color);
}
.cxd-ListControl-item:hover {
  background: var(--ListControl-item-onHover-bg);
  border-color: var(--ListControl-item-onHover-borderColor);
  color: var(--ListControl-item-onHover-color);
}
.cxd-ListControl-item:hover .b-inherit {
  border-color: var(--ListControl-item-onHover-borderColor);
}
.cxd-ListControl-item:hover:active, .cxd-ListControl-item.is-active {
  background: var(--ListControl-item-onActive-bg);
  border-color: var(--ListControl-item-onActive-borderColor);
  color: var(--ListControl-item-onActive-color);
}
.cxd-ListControl-item:hover:active:hover, .cxd-ListControl-item.is-active:hover {
  background: var(--ListControl-item-onActive-onHover-bg);
}
.cxd-ListControl-item:hover:active .b-inherit, .cxd-ListControl-item.is-active .b-inherit {
  border-color: var(--ListControl-item-onActive-color);
}
.cxd-ListControl-item:hover:active:before, .cxd-ListControl-item.is-active:before {
  content: "";
  position: absolute;
  width: 0.875rem;
  height: 0.875rem;
  background: var(--ListControl-item-onActive-before-bg);
  right: 0;
  bottom: 0;
}
.cxd-ListControl-item:hover:active:after, .cxd-ListControl-item.is-active:after {
  content: "";
  position: absolute;
  width: 0.625rem;
  height: var(--gap-xs);
  border-color: var(--ListControl-item-onActive-after-borderColor);
  border-style: solid;
  border-width: 0 0 0.125rem 0.125rem;
  right: 0.0625rem;
  bottom: var(--gap-xs);
  transform: rotate(-40deg);
}
.cxd-ListControl-item.is-disabled {
  pointer-events: none;
  opacity: var(--ListControl-item-onDisabled-opacity);
  border-color: var(--ListControl-item-onDisabled-borderColor);
  background: var(--ListControl-item-onDisabled-bg);
  color: var(--ListControl-item-onDisabled-color);
}
.cxd-ListControl-item.is-disabled:before {
  background: var(--ListControl-item-onDisabled-color);
}
.cxd-ListControl-item.is-disabled .b-inherit {
  border-color: var(--ListControl-item-onDisabled-borderColor);
}
.cxd-ListControl-itemImage {
  margin: calc(var(--ListControl-item-paddingY) * -1) calc(var(--ListControl-item-paddingX) * -1);
}
.cxd-ListControl-itemImage img {
  display: block;
  max-width: 100%;
}
.cxd-ListControl-itemLabel {
  text-align: center;
}
.cxd-ListControl-itemImage + .cxd-ListControl-itemLabel {
  margin-top: var(--ListControl-item-paddingY);
}
.cxd-ListControl-placeholder {
  color: var(--Form-input-placeholderColor);
}

.cxd-LocationPicker {
  position: relative;
  display: inline-flex;
  flex-wrap: nowrap;
  border: var(--DatePicker-borderWidth) solid var(--DatePicker-borderColor);
  font-size: var(--DatePicker-fontSize);
  padding: var(--DatePicker-paddingY) var(--DatePicker-paddingX);
  height: var(--DatePicker-height);
  outline: none;
  white-space: nowrap;
  color: var(--DatePicker-color);
  background: var(--DatePicker-bg);
  border-radius: var(--LocationPicker-borderRadius);
}
.cxd-LocationPicker:not(.is-disabled) {
  cursor: pointer;
}
.cxd-LocationPicker:not(.is-disabled):hover {
  background: var(--DatePicker-onHover-bg);
  border-color: var(--DatePicker-onHover-borderColor);
}
.cxd-LocationPicker:not(.is-disabled):hover .cxd-DatePicker-toggler:before {
  color: var(--DatePicker-onHover-iconColor);
}
.cxd-LocationPicker.is-focused, .cxd-LocationPicker.is-active {
  border-color: var(--DatePicker-onFocused-borderColor);
  box-shadow: var(--Form-input-boxShadow);
}
.cxd-LocationPicker.is-disabled {
  background: #e5e7eb;
}
.cxd-LocationPicker.is-disabled > cxd-LocationPicker-input {
  color: var(--text--muted-color);
}
.cxd-LocationPicker-placeholder {
  color: var(--DatePicker-placeholderColor);
  user-select: none;
  margin-right: var(--gap-base);
  flex-basis: 0;
  flex-grow: 1;
}
.cxd-LocationPicker-value {
  margin-right: var(--gap-base);
  flex-basis: 0;
  flex-grow: 1;
}
.cxd-LocationPicker-toggler {
  cursor: pointer;
  color: var(--DatePicker-iconColor);
}
.cxd-LocationPicker-toggler:hover {
  color: var(--DatePicker-onHover-iconColor);
}
.cxd-LocationPicker-clear {
  display: inline-block;
  padding: 0.1875rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  line-height: 1;
  margin-right: var(--gap-xs);
}
.cxd-LocationPicker-clear svg {
  fill: var(--saas-font-size-dark-black);
  top: 0;
  width: 0.625rem;
  height: 0.625rem;
}
.cxd-LocationPicker-clear:hover svg {
  fill: var(--saas-font-size-black);
}

.cxd-LocationControl {
  position: relative;
  width: 100%;
}

.cxd-LocationControl:not(.is-inline) > .cxd-LocationPicker {
  display: flex;
}

.cxd-LocationPicker-popover {
  min-width: 320px;
  width: 100%;
  max-width: 100%;
  margin-top: -1px;
  border-color: var(--Form-input-onFocused-borderColor);
}

.cxd-MapPicker-search {
  padding: 5px 10px;
}
.cxd-MapPicker-map {
  display: block;
  width: 100%;
  height: 200px;
}
.cxd-MapPicker-item {
  padding: 10px 10px;
  position: relative;
  border-top: 1px solid var(--borderColor);
}
.cxd-MapPicker-item > svg {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.cxd-MapPicker-itemTitle {
  font-size: var(--fontSizeBase);
}
.cxd-MapPicker-itemDesc {
  font-size: var(--fontSizeSm);
}
.cxd-MapPicker-sugItem {
  cursor: pointer;
  padding: calc( ( var(--Form-select-menu-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--Form-select-paddingX);
}
.cxd-MapPicker-sugItem:hover {
  color: var(--Form-select-menu-onActive-color);
  background: var(--Form-select-menu-onActive-bg);
}

.tangram-suggestion-main {
  display: none !important;
}

.cxd-MatrixControl-error {
  margin-bottom: 0;
}

.cxd-ColorPicker {
  position: relative;
  display: inline-flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  border: var(--ColorPicker-borderWidth) solid var(--ColorPicker-borderColor);
  font-size: var(--ColorPicker-fontSize);
  padding: var(--ColorPicker-paddingY) var(--ColorPicker-paddingX);
  background: var(--ColorPicker-bg);
  color: var(--ColorPicker-color);
  border-radius: var(--borderRadius);
}
@media (max-width: 767px) {
  .cxd-ColorPicker {
    background: none;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1440px) {
  .cxd-ColorPicker {
    min-height: 1.2rem;
    line-height: 1.2rem;
    font-size: 0.75rem;
    padding: 0;
    border-radius: 0px;
  }
}
@media screen and (min-width: 1441px) and (max-width: 1680px) {
  .cxd-ColorPicker {
    min-height: 1.5rem;
    line-height: 1.5rem;
    font-size: 0.8125rem;
    padding: 0;
    border-radius: 0px;
    margin-left: 0;
  }
}
.cxd-ColorPicker-popup .cxd-PopUp-inner {
  height: auto;
}
.cxd-ColorPicker-popup .colorpicker-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
}
.cxd-ColorPicker-popup .colorpicker-header label {
  padding: 0 16px;
  font-size: 16px;
  color: var(--saas-Title-Text);
  text-align: left;
  font-weight: 500;
}
.cxd-ColorPicker-popup .colorpicker-header .closeWrap-icon {
  margin-right: 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  border-radius: 50%;
  background: var(--them-bg-color);
  font-size: 16px;
  color: #000000;
  position: relative;
}
.cxd-ColorPicker-popup .colorpicker-header .closeWrap-icon .icon-close {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 12px;
  color: #000;
  position: absolute;
  z-index: 1;
  color: var(--icon-color);
  width: 1em;
  height: 1em;
}
.cxd-ColorPicker-popup .colorpicker-footer {
  height: 60px;
  text-align: right;
  padding: 12px 16px;
  border-top: 1px solid #e7e7e7;
}
.cxd-ColorPicker:not(.is-disabled) {
  cursor: pointer;
}
.cxd-ColorPicker:not(.is-disabled):hover {
  background: var(--saas-grid-combination-color);
  border-color: var(--ColorPicker-onHover-borderColor);
}
.cxd-ColorPicker-input {
  border: 0;
  background: transparent;
  outline: none;
  width: 100%;
  flex-basis: 0;
  flex-grow: 1;
  padding: 0;
  margin: 0;
  height: calc(var(--ColorPicker-fontSize) * var(--ColorPicker-lineHeight));
}
.cxd-ColorPicker-input::placeholder {
  color: var(--ColorPicker-placeholderColor);
}
.cxd-ColorPicker.is-focused {
  border-color: var(--ColorPicker-onFocused-borderColor);
  box-shadow: var(--Form-input-boxShadow);
}
.cxd-ColorPicker.is-disabled {
  background: var(--ColorPicker-onDisabled-bg);
  color: var(--ColorPicker-onDisabled-color);
  pointer-events: none;
}
.cxd-ColorPicker.is-disabled > .cxd-ColorPicker-input {
  color: var(--ColorPicker-onDisabled-color);
}
.cxd-ColorPicker.is-disabled > .cxd-ColorPicker-input::placeholder {
  color: var(--ColorPicker-onDisabled-color);
}
.cxd-ColorPicker-preview {
  display: flex;
  align-items: center;
  margin-right: var(--gap-sm);
  cursor: pointer;
}
.cxd-ColorPicker-previewIcon {
  display: block;
  width: 60px;
  height: 20px;
  box-shadow: var(--boxShadowSm);
}
@media screen and (min-width: 1280px) and (max-width: 1440px) {
  .cxd-ColorPicker-previewIcon {
    width: 30px;
    height: 12px;
  }
}
@media screen and (min-width: 1441px) and (max-width: 1680px) {
  .cxd-ColorPicker-previewIcon {
    width: 40px;
    height: 15px;
  }
}
.cxd-ColorPicker-clear {
  padding: 0.1875rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  display: inline-block;
  line-height: 1;
}
.cxd-ColorPicker-clear svg {
  fill: var(--saas-font-size-dark-black);
  top: 0;
  width: 0.625rem;
  height: 0.625rem;
}
.cxd-ColorPicker-clear:hover svg {
  fill: var(--saas-font-size-black);
}
.cxd-ColorPicker-arrow {
  width: var(--gap-md);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.cxd-ColorPicker-arrow > svg {
  transition: transform var(--animation-duration);
  display: inline-block;
  color: var(--saas-font-size-black);
  top: 0;
}
.cxd-ColorPicker.is-opened .cxd-ColorPicker-arrow > svg {
  transform: rotate(180deg);
}

.cxd-ColorPicker-popover {
  border: none;
  box-shadow: none;
}

.cxd-ColorControl:not(.is-inline) > .cxd-ColorPicker {
  display: flex;
  align-items: center;
}

.sketch-picker {
  border: none !important;
  border-radius: var(--borderRadius) !important;
  box-shadow: none !important;
}

.cxd-DatePicker {
  position: relative;
  display: inline-flex;
  flex-wrap: nowrap;
  border: var(--DatePicker-borderWidth) solid var(--DatePicker-borderColor);
  font-size: var(--DatePicker-fontSize);
  padding: 0 var(--DatePicker-paddingX);
  outline: none;
  white-space: nowrap;
  color: var(--saas-font-size-dark-black);
  background: var(--Form-input-bg);
  border-radius: 4px;
  align-items: center;
}
@media screen and (min-width: 1280px) and (max-width: 1440px) {
  .cxd-DatePicker {
    font-size: 0.75rem;
  }
}
.cxd-DatePicker--borderHalf {
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-top-color: transparent !important;
}
.cxd-DatePicker--borderNone {
  border-color: transparent !important;
}
.cxd-DatePicker-content {
  display: flex;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.cxd-DatePicker-input {
  width: 100%;
  border: 0;
  outline: 0;
  line-height: calc(var(--Form-input-height) - var(--Number-borderWidth) * 2);
  color: var(--saas-Title-Text);
  background: none;
}
@media (max-width: 767px) {
  .cxd-DatePicker-input {
    line-height: 22px;
  }
}
.cxd-DatePicker-input::placeholder {
  color: var(--saas-font-size-deep-black);
}
.cxd-DatePicker-input::-webkit-input-placeholder {
  color: var(--saas-font-size-deep-black);
}
.cxd-DatePicker-input::-moz-input-placeholder {
  color: var(--saas-font-size-deep-black);
}
.cxd-DatePicker-input::-ms-input-placeholder {
  color: var(--saas-font-size-deep-black);
}
.cxd-DatePicker:not(.is-disabled) {
  cursor: pointer;
}
.cxd-DatePicker:not(.is-disabled):hover {
  background: var(--DatePicker-onHover-bg);
  border-color: var(--DatePicker-onHover-borderColor);
}
.cxd-DatePicker:not(.is-disabled):hover .cxd-DatePicker-toggler:before {
  color: var(--DatePicker-onHover-iconColor);
}
.cxd-DatePicker:not(.is-disabled):hover .cxd-DatePicker-clear {
  opacity: 1;
}
.cxd-DatePicker.is-focused {
  border-color: var(--DatePicker-onFocused-borderColor);
  box-shadow: var(--Form-input-boxShadow);
}
.cxd-DatePicker.is-disabled {
  background: #e5e7eb;
  cursor: not-allowed;
}
.cxd-DatePicker.is-disabled > .cxd-DatePicker-input {
  color: var(--text--muted-color);
}
.cxd-DatePicker-placeholder {
  color: var(--DatePicker-placeholderColor);
  user-select: none;
  margin-right: var(--gap-base);
  min-width: 3.125rem;
  flex-basis: 0;
  flex-grow: 1;
}
.cxd-DatePicker-value {
  margin-right: var(--gap-base);
  flex-basis: 0;
  flex-grow: 1;
}
.cxd-DatePicker-toggler {
  cursor: pointer;
  color: var(--saas-font-size-dark-black);
  display: flex;
  align-items: center;
}
.cxd-DatePicker-toggler .icon {
  top: 0;
}
.cxd-DatePicker-toggler:hover {
  color: var(--saas-font-size-black);
}
.cxd-DatePicker-clear {
  padding: 0.1875rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  line-height: 1;
  padding: 0;
  margin-right: 2px;
}
.cxd-DatePicker-clear svg {
  fill: var(--saas-font-size-dark-black);
  top: 0;
  width: 0.625rem;
  height: 0.625rem;
}
.cxd-DatePicker-clear:hover svg {
  fill: var(--saas-font-size-black);
}
@media (min-width: 576px) {
  .cxd-DatePicker-clear {
    opacity: 0;
  }
}

.cxd-DateControl:not(.is-inline) > .cxd-DatePicker {
  display: flex;
}

.cxd-DatePicker-shortcuts {
  margin: 0;
  background: var(--Calendar-shortcuts-bg);
  padding: calc((var(--Calendar-shortcuts-height) - var(--Calendar-fontSize) * var(--lineHeightBase)) / 2) var(--gap-sm);
  list-style: none;
  width: 15.625rem;
}
.cxd-DatePicker-shortcuts + .rdt .rdtPicker {
  padding-top: 0;
}

.cxd-DatePicker-shortcut {
  display: inline-block;
  margin-right: var(--gap-sm);
}
.cxd-DatePicker-shortcut a {
  font-size: var(--Calendar-fontSize);
  cursor: pointer;
  color: var(--Calendar-shortcut-color);
  text-decoration: var(--Calendar-shortcut-decoration);
}
.cxd-DatePicker-shortcut a:hover {
  color: var(--Calendar-shortcut-onHover-color);
  text-decoration: var(--Calendar-shortcut-onHover-decoration);
}

.cxd-DatePicker-popover {
  margin: 0.125rem 0 0;
}
.cxd-DatePicker-popover.cxd-PopOver--leftTopLeftBottom, .cxd-DatePicker-popover.cxd-PopOver--rightTopRightBottom {
  margin: -0.125rem 0 0;
}
@media screen and (min-width: 769px) {
  .cxd-DatePicker-popover {
    display: flex !important;
  }
  .cxd-DatePicker-popover .cxd-DatePicker-shortcuts-container {
    padding-bottom: 5px;
    border-right: 1px solid var(--saas-Border-Dividers);
  }
  .cxd-DatePicker-popover .cxd-DatePicker-shortcuts {
    width: 120px;
    overflow-y: auto;
  }
  .cxd-DatePicker-popover .cxd-DatePicker-shortcuts .cxd-DatePicker-shortcut {
    display: block;
    margin: 4px 0;
    margin-right: 0;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .cxd-DatePicker-popover .cxd-DatePicker-shortcuts .cxd-DatePicker-shortcut a {
    font-size: 14px;
    color: var(--saas-font-size-dark-black);
  }
  .cxd-DatePicker-popover .cxd-DatePicker-shortcuts .cxd-DatePicker-shortcut a:hover {
    color: var(--saas-font-size-black);
  }
  .cxd-DatePicker-popover .cxd-DatePicker-body .cxd-DatePicker-footer {
    text-align: right;
    padding: var(--gap-sm);
    border-top: 1px solid #e8e9eb;
  }
}

.cxd-DatePicker-popup {
  height: 18.75rem;
}

/** 
  * Aug -- 组件大小
 */
.cxd-DateControl.format-xs .cxd-DatePicker {
  padding-top: 0;
  padding-bottom: 0;
  height: var(--Form-input-height-xs);
  font-size: var(--fontSizeXs);
}
.cxd-DateControl.format-sm .cxd-DatePicker {
  padding-top: 0;
  padding-bottom: 0;
  height: var(--Form-input-height-sm);
  font-size: var(--fontSizeSm);
}

.cxd-DatePicker.is-mobile {
  border: 0;
  justify-content: flex-end;
}
.cxd-DatePicker.is-mobile .cxd-DatePicker-content {
  justify-content: flex-end;
}
.cxd-DatePicker.is-mobile .cxd-DatePicker-content .cxd-DatePicker-placeholder {
  min-width: fit-content;
  flex-grow: 0;
  font-size: 12px;
}
.cxd-DatePicker.is-mobile .cxd-DatePicker-content .cxd-DatePicker-toggler {
  color: var(--DatePicker-placeholderColor);
}
.cxd-DatePicker.is-mobile span:focus,
.cxd-DatePicker.is-mobile a:focus {
  outline: unset;
}
.cxd-DatePicker.is-mobile .cxd-DatePicker-value,
.cxd-DatePicker.is-mobile .cxd-DatePicker-clear {
  display: inline-flex;
  justify-content: flex-end;
  padding: 0 0;
}
.cxd-DatePicker.is-mobile .cxd-DatePicker-value {
  margin-right: var(--gap-xs);
  justify-content: flex-start;
}
.cxd-DatePicker.is-mobile .cxd-DatePicker-toggler {
  margin-top: -3px;
}

.cxd-DatePicker-popup.cxd-DatePicker-mobile {
  color: red;
}
.cxd-DatePicker-popup.cxd-DatePicker-mobile .cxd-DatePicker-shortcuts,
.cxd-DatePicker-popup.cxd-DatePicker-mobile .cxd-DateRangePicker-rangers {
  padding: 8px;
  margin: 0;
  overflow: auto;
  white-space: nowrap;
  overflow: auto;
}
.cxd-DatePicker-popup.cxd-DatePicker-mobile .cxd-DatePicker-shortcuts::-webkit-scrollbar,
.cxd-DatePicker-popup.cxd-DatePicker-mobile .cxd-DateRangePicker-rangers::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.cxd-DatePicker-popup.cxd-DatePicker-mobile .cxd-DatePicker-shortcuts .cxd-DateRangePicker-ranger,
.cxd-DatePicker-popup.cxd-DatePicker-mobile .cxd-DateRangePicker-rangers .cxd-DateRangePicker-ranger {
  height: 30px;
  line-height: 30px;
  color: var(--saas-Primary-Color);
  background-color: #e9f6fe;
  text-align: center;
  padding: 0 15px;
  border-radius: 4px;
  margin: 0 6px;
}
.cxd-DatePicker-popup.cxd-DatePicker-mobile .cxd-DatePicker-shortcuts .cxd-DateRangePicker-ranger:nth-child(1),
.cxd-DatePicker-popup.cxd-DatePicker-mobile .cxd-DateRangePicker-rangers .cxd-DateRangePicker-ranger:nth-child(1) {
  margin-left: 0;
}
.cxd-DatePicker-popup.cxd-DatePicker-mobile .selected-date-show-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 8px 8px;
  background-color: var(--saas-main-bg);
  width: 100%;
  color: var(--saas-Title-Text);
  font-size: 15px;
  font-weight: 500;
}
.cxd-DatePicker-popup.cxd-DatePicker-mobile .selected-date-show-box .show-date-item {
  border-radius: 4px;
  background-color: var(--saas-Background-Header);
  height: 42px;
  line-height: 42px;
  padding: 0 6px;
  flex: 1;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.cxd-DatePicker-popup.cxd-DatePicker-mobile .selected-date-show-box .show-date-item.actived {
  border-bottom: 2px solid var(--saas-Primary-Color);
}
.cxd-DatePicker-popup.cxd-DatePicker-mobile .selected-date-show-box .show-date-item.empty {
  color: #bcbdbe;
}
.cxd-DatePicker-popup.cxd-DatePicker-mobile .selected-date-show-box .show-start {
  margin-right: 8px;
}
.cxd-DatePicker-popup.cxd-DatePicker-mobile .rdt {
  width: 100%;
}
.cxd-DatePicker-popup.cxd-DatePicker-mobile .rdt .rdtPicker {
  width: 100%;
  padding: unset;
}

.rdt {
  user-select: none;
  font-size: var(--Calendar-fontSize);
  color: var(--saas-Title-Text);
}
.rdt .rdtPicker {
  margin-top: 0;
  padding: var(--gap-sm);
  background: transparent;
  border: none;
}
.rdt .rdtPicker .dow {
  color: var(--Calendar-wLabel-color);
  font-weight: normal;
}
.rdt .rdtPicker td.rdtDay,
.rdt .rdtPicker td.rdtHour,
.rdt .rdtPicker td.rdtMinute,
.rdt .rdtPicker td.rdtSecond,
.rdt .rdtPicker .rdtTimeToggle {
  background: var(--Calendar-cell-bg);
}
.rdt .rdtPicker td.rdtDay:hover,
.rdt .rdtPicker td.rdtHour:hover,
.rdt .rdtPicker td.rdtMinute:hover,
.rdt .rdtPicker td.rdtSecond:hover,
.rdt .rdtPicker .rdtTimeToggle:hover {
  background: var(--saas-data-hover-background-color);
}
.rdt .rdtPicker td.rdtBetween {
  background: var(--Calendar-cell-onBetween-bg);
}
.rdt .rdtPicker td.rdtToday:before {
  border-bottom-color: var(--Calendar-cell-onActive-bg);
}
.rdt .rdtPicker td.rdtActive.rdtToday:before {
  border-bottom-color: var(--Calendar-cell-bg);
}
.rdt .rdtPicker td.rdtActive,
.rdt .rdtPicker td.rdtActive:hover {
  background: var(--Calendar-cell-onActive-bg);
}
.rdt .rdtPicker td.rdtDisabled,
.rdt .rdtPicker td.rdtDisabled:hover {
  background: var(--Calendar-cell-onDisabled-bg);
}
.rdt thead tr:first-child th {
  cursor: default;
  font-weight: normal;
  border-bottom: none;
}
.rdt thead tr:first-child th:hover {
  background: transparent;
}
.rdt tfoot {
  border-top: 0;
}
.rdt tfoot td {
  padding-top: var(--gap-xs);
  text-align: left;
}
.rdt tfoot td span {
  width: 10px;
  display: inline-block;
  text-align: center;
}
.rdt tfoot td .rdtActions {
  padding: var(--gap-sm);
  text-align: right;
}

.cxd-CalendarInput {
  outline: none;
  width: 40px;
  font-size: var(--Calendar-input-fontSize);
  color: var(--Calendar-input-color);
  border: 1px solid var(--Calendar-input-borderColor);
  border-radius: var(--Calendar-input-borderRadius);
  height: var(--Calendar-input-height);
  line-height: var(--Calendar-input-lineHeight);
  padding: var(--Calendar-input-paddingY) var(--Calendar-input-paddingX);
  box-shadow: none;
}
.cxd-CalendarInput:focus {
  border-color: var(--Calendar-input-onFocused-borderColor);
  box-shadow: none;
}

.cxd-CalendarTime {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.cxd-CalendarCounter-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 25px;
  text-align: center;
  color: var(--Button--primary-bg);
}
.cxd-CalendarCounter-btn:hover {
  color: var(--Button--primary-onActive-bg);
}
.cxd-CalendarCounter-btn > svg {
  width: 16px;
  height: 16px;
}
.cxd-CalendarCounter-btn--up > svg {
  transform: rotate(-90deg);
}
.cxd-CalendarCounter-btn--down > svg {
  transform: rotate(90deg);
}
.cxd-CalendarCounter-sep {
  width: var(--gap-md);
  text-align: center;
}
.cxd-CalendarCounter--daypart {
  margin-left: 10px;
}
.cxd-CalendarCounter--daypart .cxd-CalendarCounter-value {
  height: 30px;
  display: flex;
  align-items: center;
  padding: 0 5px;
}

.rdtBtn {
  line-height: var(--Calendar-btn-lineHeight);
  padding: var(--Calendar-btn-paddingY) var(--Calendar-btn-paddingX);
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  user-select: none;
  cursor: pointer;
  text-decoration: none;
  font-size: var(--Calendar-btn-fontSize);
  border: 1px solid var(--Calendar-btn-border);
  color: var(--Calendar-btn-color);
  background: var(--Calendar-btn-bg);
  border-color: var(--Calendar-btn-border);
  box-shadow: var(--Button-boxShadow);
  text-shadow: var(--Button-textShadow);
  border-radius: var(--Calendar-btn-borderRadius);
}
.rdtBtn:hover {
  text-decoration: none;
}
.rdtBtn.is-disabled {
  border-color: var(--Button-onDisabled-borderColor);
  opacity: 0.6;
  pointer-events: none;
}
.rdtBtn .fa,
.rdtBtn .iconfont {
  font-size: var(--fontSizeSm);
}
.rdtBtn:not(:disabled):not(.is-disabled):hover {
  color: var(--Calendar-btn-onHover-color);
  background: var(--Calendar-btn-onHover-bg);
  border-color: var(--Calendar-btn-onHover-border);
}
.rdtBtn:not(:disabled):not(.is-disabled):hover:active {
  color: var(--Calendar-btn-onActive-color);
  background: var(--Calendar-btn-onActive-bg);
  border-color: var(--Calendar-btn-onActive-border);
}
.rdtBtn:hover:focus {
  box-shadow: var(--Button-boxShadow);
}
.rdtBtn + .rdtBtn {
  margin-left: var(--gap-xs);
}
.rdtBtnCancel {
  color: var(--Calendar-btnCancel-color);
  background: var(--Calendar-btnCancel-bg);
  border-color: var(--Calendar-btnCancel-border);
  box-shadow: var(--Button-boxShadow);
  text-shadow: var(--Button-textShadow);
}
.rdtBtnCancel:not(:disabled):not(.is-disabled):hover {
  color: var(--Calendar-btnCancel-onHover-color);
  background: var(--Calendar-btnCancel-onHover-bg);
  border-color: var(--Calendar-btnCancel-onHover-border);
}
.rdtBtnCancel:not(:disabled):not(.is-disabled):hover:active {
  color: var(--Calendar-btnCancel-onActive-color);
  background: var(--Calendar-btnCancel-onActive-bg);
  border-color: var(--Calendar-btnCancel-onActive-border);
}
.rdtBtnCancel:hover:focus {
  box-shadow: var(--Button-boxShadow);
}

.rdtBtnPrev:before,
.rdtBtnNext:before {
  display: inline-block;
  color: inherit;
  font-style: normal;
  line-height: 1;
}

.rdtPrev,
.rdtNext {
  cursor: pointer !important;
  width: var(--gap-md);
  padding: 0;
  color: #999;
  font-size: var(--fontSizeXl);
  text-decoration: none;
  font-family: system-ui, -apple-system, Helvetica Neue, sans-serif;
  font-weight: normal;
}
.rdtPrev:hover,
.rdtNext:hover {
  text-decoration: none;
  color: var(--saas-font-size-black);
}

.rdtSwitch {
  text-align: center;
  color: var(--saas-font-size-black);
  cursor: pointer;
  font-weight: normal;
}
.rdtSwitch:hover {
  color: var(--link-onHover-color);
  text-decoration: none;
}

.rdtHeader {
  display: table;
  table-layout: fixed;
  border-collapse: separate;
  width: 100%;
}
.rdtHeader > * {
  display: table-cell;
  vertical-align: baseline;
  text-align: center;
}
.rdtHeader .rdtSwitch + .rdtSwitch {
  margin-left: var(--gap-xs);
}

td.rdtMonth,
td.rdtYear,
td.rdtQuarter {
  width: 3.125rem;
  height: 2.5rem;
}
td.rdtMonth > span,
td.rdtYear > span,
td.rdtQuarter > span {
  height: 1.5rem;
  display: block;
}
td.rdtMonth.rdtBetween,
td.rdtYear.rdtBetween,
td.rdtQuarter.rdtBetween {
  background: transparent !important;
}
td.rdtMonth.rdtBetween > span,
td.rdtYear.rdtBetween > span,
td.rdtQuarter.rdtBetween > span {
  background: var(--Calendar-cell-onBetween-bg);
}
td.rdtMonth:hover, td.rdtMonth.rdtActive,
td.rdtYear:hover,
td.rdtYear.rdtActive,
td.rdtQuarter:hover,
td.rdtQuarter.rdtActive {
  background: transparent !important;
}
td.rdtMonth:hover > span, td.rdtMonth.rdtActive > span,
td.rdtYear:hover > span,
td.rdtYear.rdtActive > span,
td.rdtQuarter:hover > span,
td.rdtQuarter.rdtActive > span {
  background: var(--info);
  color: var(--white);
}
td.rdtMonth.rdtDisabled,
td.rdtYear.rdtDisabled,
td.rdtQuarter.rdtDisabled {
  background: transparent !important;
}
td.rdtMonth.rdtDisabled > span,
td.rdtYear.rdtDisabled > span,
td.rdtQuarter.rdtDisabled > span {
  background: #edf1f2;
  color: #999;
}

.cxd-DateCalendar {
  display: inline-block;
  border: var(--DatePicker-borderWidth) solid var(--DatePicker-borderColor);
  background: var(--DatePicker-bg);
  border-radius: var(--DatePicker-borderRadius);
}

@media screen and (min-width: 769px) {
  .rdt {
    width: auto;
  }
  .rdt .rdtPicker {
    padding: 0;
  }
  .rdt .rdtPicker table {
    padding: 0 12px;
    border-collapse: inherit;
  }
  .rdt .rdtPicker .footer {
    padding: 0;
  }
  .rdt .rdtPicker.rdtPickerTime {
    width: 100%;
  }
  .rdt .rdtPickerTimeWithoutD {
    width: 100%;
  }
  .rdt .rdtPickerTimeWithoutD .cxd-TimeContentWrapper {
    display: flex;
  }
  .rdt .rdtPickerTimeWithoutD .cxd-TimeFooterWrapper {
    height: 48px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 12px;
    border-top: 1px solid var(--Calendar-input-borderColor);
  }
  .rdt .rdtPickerTimeWithoutD .cxd-TimeFooterWrapper .cxd-Button {
    border-radius: 4px;
  }
  .rdt .rdtPickerTimeWithoutD .cxd-TimeFooterWrapper .cxd-QuickWrapper a {
    font-size: 14px;
  }
  .rdt .cxd-CalendarTimesWrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .rdt .cxd-CalendarTimesWrapper .cxd-CalendarInputsWrapper {
    height: 15.5rem;
  }
  .rdt .cxd-CalendarInputWrapper {
    display: inline-block;
    position: relative;
    width: 4rem;
    height: 15.5rem;
    overflow: auto;
  }
  .rdt .cxd-CalendarInputWrapper .cxd-CalendarInput-sugs {
    list-style: none;
    background: var(--inputTime-default-bg-color);
    color: var(--inputTime-default-color);
    left: -0.0625rem;
    right: -0.0625rem;
    top: 100%;
    z-index: 10;
  }
  .rdt .cxd-CalendarInputWrapper .cxd-CalendarInput-sugsHours {
    height: 55.75rem;
  }
  .rdt .cxd-CalendarInputWrapper .cxd-CalendarInput-sugsTimes {
    height: 118.75rem;
    border-left: 1px solid var(--Calendar-input-borderColor);
  }
  .rdt .cxd-CalendarInputWrapper .cxd-CalendarInput-sugsItem {
    text-align: center;
    height: 28px;
    line-height: 28px;
    font-size: var(--inputTime-default-fontSize);
    font-weight: var(--inputTime-default-fontWeight);
    cursor: pointer;
  }
  .rdt .cxd-CalendarInputWrapper .cxd-CalendarInput-sugsItem.is-highlight {
    color: #151b26;
    background: #e6f0ff;
  }
  .rdt .cxd-CalendarInputWrapper .cxd-CalendarInput-sugsItem:not(.is-mobile):hover {
    color: var(--inputTime-hover-color);
    background: var(--inputTime-hover-bg-color);
  }
  .rdt .rdtDays {
    display: flex;
  }
  .rdt .rdtDays .rdtDaysPart {
    width: 16.5rem;
    border-right: 1px solid var(--Calendar-input-borderColor);
  }
  .rdt .rdtDays .rdtTimePart {
    width: 8.25rem;
    text-align: center;
  }
  .rdt .rdtDays .rdtTimePartWithS {
    width: 12.25rem;
    text-align: center;
  }
  .rdt .rdtDays .rdtShowTime {
    height: 35px;
    line-height: 35px;
    text-align: center;
  }
  .rdt .footer {
    border-top: 1px solid var(--Calendar-input-borderColor);
  }
  .rdt .footer tfoot td {
    padding: 0;
  }

  .header-line {
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    top: 35px;
    height: 1px;
    background: var(--Calendar-input-borderColor);
  }
}
.cxd-DateRangePicker {
  position: relative;
  display: inline-flex;
  flex-wrap: nowrap;
  border: var(--DatePicker-borderWidth) solid var(--DatePicker-borderColor);
  font-size: var(--DatePicker-fontSize);
  padding: var(--DatePicker-paddingY) var(--DatePicker-paddingX);
  height: var(--DatePicker-height);
  outline: none;
  border-radius: 4px;
  color: var(--saas-Title-Text);
  background: var(--Form-input-bg);
  vertical-align: top;
}
@media (max-width: 767px) {
  .cxd-DateRangePicker {
    background: var(--saas-main-bg);
  }
}
.cxd-DateRangePicker--borderHalf {
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-top-color: transparent !important;
}
.cxd-DateRangePicker--borderNone {
  border-color: transparent !important;
}
.cxd-DateRangePicker-content {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  display: flex;
  max-width: 100%;
  align-items: center;
}
.cxd-DateRangePicker-content > .cxd-DateRangePicker-input {
  flex: 1;
  border: 0;
  outline: 0;
  padding: 0;
  width: 50%;
  color: var(--saas-Title-Text);
  background: none;
  width: 150px;
  text-align: left;
}
.cxd-DateRangePicker-content > .cxd-DateRangePicker-input::placeholder {
  color: var(--saas-font-size-deep-black);
}
.cxd-DateRangePicker-content > .cxd-DateRangePicker-input::-webkit-input-placeholder {
  color: var(--saas-font-size-deep-black);
}
.cxd-DateRangePicker-content > .cxd-DateRangePicker-input::-moz-input-placeholder {
  color: var(--saas-font-size-deep-black);
}
.cxd-DateRangePicker-content > .cxd-DateRangePicker-input::-ms-input-placeholder {
  color: var(--saas-font-size-deep-black);
}
.cxd-DateRangePicker-content .cxd-DateRangePicker-input.isActive {
  border-bottom: 2px solid #144bcc;
}
.cxd-DateRangePicker-content .cxd-DateRangePicker-activeCursor {
  bottom: 0;
  height: 2px;
  background: #144bcc;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  pointer-events: none;
}
.cxd-DateRangePicker-content .cxd-DateRangePicker-activeCursor.isFocused {
  opacity: 1;
}
.cxd-DateRangePicker-content > .cxd-DateRangePicker-input-separator {
  margin: 0 8px;
  display: flex;
  align-items: center;
}
.cxd-DateRangePicker-content > .cxd-DateRangePicker-input-separator .cxd-DateRangePicker-input-separator-line {
  width: 8px;
  height: 1px;
  background: #bab8bf;
}
.cxd-DateRangePicker:not(.is-disabled) {
  cursor: pointer;
}
.cxd-DateRangePicker:not(.is-disabled):hover {
  background: var(--DatePicker-onHover-bg);
  border-color: var(--DatePicker-onHover-borderColor);
}
.cxd-DateRangePicker:not(.is-disabled):hover .cxd-DateRangePicker-toggler {
  color: var(--saas-font-size-black);
}
.cxd-DateRangePicker:not(.is-disabled):hover .cxd-DateRangePicker-clear {
  opacity: 1;
}
@media screen and (min-width: 769px) {
  .cxd-DateRangePicker.is-focused {
    border-color: var(--DatePicker-onFocused-borderColor);
    box-shadow: var(--Form-input-boxShadow);
  }
}
.cxd-DateRangePicker.is-disabled {
  background: #e5e7eb;
}
.cxd-DateRangePicker.is-disabled > .cxd-DateRangePicker-input {
  color: var(--text--muted-color);
}
.cxd-DateRangePicker-placeholder {
  color: var(--DatePicker-placeholderColor);
  user-select: none;
  margin-right: var(--gap-base);
  flex-basis: 0;
  flex-grow: 1;
}
@media screen and (min-width: 1280px) and (max-width: 1440px) {
  .cxd-DateRangePicker-placeholder {
    margin-right: var(--gap-base0.5rem);
  }
}
.cxd-DateRangePicker-value {
  margin-right: var(--gap-base);
  flex-basis: 0;
  flex-grow: 1;
}
.cxd-DateRangePicker-toggler {
  cursor: pointer;
  color: var(--saas-font-size-dark-black);
  display: flex;
  align-items: center;
}
.cxd-DateRangePicker-toggler .icon {
  top: 0;
}
.cxd-DateRangePicker-toggler:hover {
  color: var(--saas-font-size-black);
}
.cxd-DateRangePicker-clear {
  padding: 0.1875rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  display: flex;
  align-items: center;
  line-height: 1;
  margin: 0;
  margin-right: 2px;
  padding: 0;
}
.cxd-DateRangePicker-clear svg {
  fill: var(--saas-font-size-dark-black);
  top: 0;
  width: 0.625rem;
  height: 0.625rem;
}
.cxd-DateRangePicker-clear:hover svg {
  fill: var(--saas-font-size-black);
}
@media (min-width: 576px) {
  .cxd-DateRangePicker-clear {
    opacity: 0;
  }
}

.cxd-DateRangePicker-wrap {
  width: auto;
}

.cxd-DateRangePicker-start,
.cxd-DateRangePicker-end {
  display: inline-block;
  vertical-align: top;
}
.cxd-DateRangePicker-start .rdtPicker,
.cxd-DateRangePicker-end .rdtPicker {
  padding: 0;
  box-shadow: none;
  border: none;
}

.cxd-DateRangePicker-end {
  margin-top: 20px;
  border-left: 1px solid var(--Calendar-input-borderColor);
}

.cxd-DateRangePicker-rangers {
  margin: 0;
  padding: calc((var(--Calendar-shortcuts-height) - var(--Calendar-fontSize) * var(--lineHeightBase)) / 2) var(--gap-sm);
  list-style: none;
}
.cxd-DateRangePicker-rangers .is-dateTime-range {
  width: 15.625rem;
}

.cxd-DateRangePicker-ranger {
  display: inline-block;
  margin-right: var(--gap-sm);
}
.cxd-DateRangePicker-ranger a {
  cursor: pointer;
}

.cxd-DateRangePicker-actions {
  text-align: right;
  padding: var(--gap-sm);
  border-top: 1px solid #e8e9eb;
}

.cxd-DateRangeControl:not(.is-inline) > .cxd-DateRangePicker {
  display: flex;
}

.cxd-DateRangePicker-popover {
  margin: 0.125rem 0 0;
}
.cxd-DateRangePicker-popover.cxd-PopOver--leftTopLeftBottom, .cxd-DateRangePicker-popover.cxd-PopOver--rightTopRightBottom {
  margin: -0.125rem 0 0;
}

.cxd-DateRangePicker-popup {
  height: 25rem;
}

@media (min-width: 576px) {
  .cxd-DateRangePicker-wrap {
    white-space: nowrap;
  }

  .cxd-DateRangePicker-end {
    margin-top: 0;
  }
}
.cxd-DateRangeCalendar {
  display: inline-block;
  border: var(--DatePicker-borderWidth) solid var(--DatePicker-borderColor);
  background: var(--DatePicker-bg);
  border-radius: var(--DatePicker-borderRadius);
}

.cxd-DateRangePicker.is-mobile {
  border: 0;
  justify-content: flex-end;
  padding: 0;
  height: auto;
  font-size: 15px;
}
.cxd-DateRangePicker.is-mobile span:focus,
.cxd-DateRangePicker.is-mobile a:focus {
  outline: unset;
}
.cxd-DateRangePicker.is-mobile .cxd-DateRangePicker-value,
.cxd-DateRangePicker.is-mobile .cxd-DateRangePicker-clear {
  display: inline-flex;
  justify-content: flex-end;
  padding: 0 0;
  height: 22px;
}
.cxd-DateRangePicker.is-mobile .cxd-DateRangePicker-value {
  margin-right: var(--gap-xs);
}
.cxd-DateRangePicker.is-mobile .cxd-DateRangePicker-placeholder {
  flex-grow: unset;
  flex-basis: unset;
}
.cxd-DateRangePicker.is-mobile .cxd-DateRangePicker-toggler {
  margin-top: -3px;
  color: var(--DatePicker-placeholderColor);
}
.cxd-DateRangePicker.is-mobile .cxd-DateRangePicker-content .show-datetime-value {
  display: flex;
  justify-content: flex-start;
  width: 100%;
}
.cxd-DateRangePicker.is-mobile .cxd-DateRangePicker-content .show-datetime-value .show-datetime-value-box {
  width: 100%;
}
.cxd-DateRangePicker.is-mobile .cxd-DateRangePicker-content .show-datetime-value .show-datetime-value-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 24px;
  line-height: 24px;
  font-size: 15px;
}
.cxd-DateRangePicker.is-mobile .cxd-DateRangePicker-content .show-datetime-value .show-datetime-value-item input {
  background: none;
}
.cxd-DateRangePicker.is-mobile .cxd-DateRangePicker-content .show-datetime-value .show-datetime-value-item input::placeholder {
  font-size: 15px !important;
  color: var(--saas-Placeholder-Text) !important;
}
.cxd-DateRangePicker.is-mobile .cxd-DateRangePicker-content .show-datetime-value .show-datetime-toggler {
  display: flex;
  align-items: flex-start;
}

@media screen and (min-width: 769px) {
  .cxd-DateRangePicker-wrap .dateRange-body {
    display: flex;
  }
  .cxd-DateRangePicker-wrap .dateRange-body .cxd-DateRangePicker-rangers {
    width: 120px;
    border-right: 1px solid rgba(0, 0, 0, 0.06);
    overflow-y: auto;
  }
  .cxd-DateRangePicker-wrap .dateRange-body .cxd-DateRangePicker-rangers .cxd-DateRangePicker-ranger {
    display: block;
    margin: 4px 0;
    margin-right: 0;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .cxd-DateRangePicker-wrap .dateRange-body .cxd-DateRangePicker-rangers .cxd-DateRangePicker-ranger a {
    font-size: 14px;
    color: var(--saas-font-size-dark-black);
  }
  .cxd-DateRangePicker-wrap .dateRange-body .cxd-DateRangePicker-rangers .cxd-DateRangePicker-ranger a:hover {
    color: var(--saas-font-size-black);
  }
  .cxd-DateRangePicker-wrap .dateRange-body .dateRangePicker .rdtTimeWithoutD .rdtPickerTime .cxd-TimeRangeHeaderWrapper {
    height: 40px;
    padding-top: 10px;
    text-align: center;
    border-bottom: 1px solid var(--Calendar-input-borderColor);
    margin: 0 0.25rem;
  }
}
.cxd-ImageControl {
  position: relative;
}
.cxd-ImageControl-dropzone {
  outline: none;
}
.cxd-ImageControl-addBtn {
  margin: 0;
  width: 6.875rem;
  height: 6.875rem;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: none;
  border-radius: var(--ImageControl-addBtn-borderRadius);
  cursor: pointer;
  margin-right: var(--gap-base);
  color: var(--ImageControl-addBtn-color);
  background: var(--ImageControl-addBtn-bg);
  border-color: var(--ImageControl-addBtn-border);
  box-shadow: var(--Button-boxShadow);
  text-shadow: var(--Button-textShadow);
}
.cxd-ImageControl-addBtn:not(:disabled):not(.is-disabled):hover {
  color: var(--ImageControl-addBtn-onHover-color);
  background: var(--ImageControl-addBtn-onHover-bg);
  border-color: var(--ImageControl-addBtn-onHover-border);
}
.cxd-ImageControl-addBtn:not(:disabled):not(.is-disabled):hover:active {
  color: var(--ImageControl-addBtn-onActive-color);
  background: var(--ImageControl-addBtn-onActive-bg);
  border-color: var(--ImageControl-addBtn-onActive-border);
}
.cxd-ImageControl-addBtn:hover:focus {
  box-shadow: var(--Button-boxShadow);
}
.cxd-ImageControl-addBtn > svg {
  width: 1.5rem;
  height: 1.5rem;
  top: 0;
  margin-bottom: 0.5rem;
}
.cxd-ImageControl-addBtn:not(:disabled):not(.is-disabled):hover {
  background: unset;
  box-shadow: unset;
}
.cxd-ImageControl-addBtn:not(:disabled):not(.is-disabled):active:hover, .cxd-ImageControl-addBtn:not(:disabled):not(.is-disabled):focus:hover, .cxd-ImageControl-addBtn:not(:disabled):not(.is-disabled):focus-within:hover {
  background: unset;
}
.cxd-ImageControl-addBtn.is-disabled {
  pointer-events: none;
  border: 0.0625rem solid var(--ImageControl-addBtn-onDisabled-border);
  background: var(--ImageControl-addBtn-onDisabled-bg);
  color: var(--ImageControl-addBtn-onDisabled-color);
}
@media screen and (min-width: 1280px) and (max-width: 1440px) {
  .cxd-ImageControl-addBtn {
    width: 5.5rem;
    height: 5.5rem;
  }
}
@media screen and (min-width: 1441px) and (max-width: 1680px) {
  .cxd-ImageControl-addBtn {
    width: 6.5rem;
    height: 6.5rem;
  }
}
.cxd-ImageControl-pasteTip {
  pointer-events: none;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  font-size: var(--Tooltip--attr-fontSize);
  line-height: var(--Tooltip--attr-lineHeigt);
  text-align: left;
  white-space: nowrap;
  background: var(--Tooltip--attr-bg);
  border: var(--Tooltip--attr-borderWidth) solid var(--Tooltip--attr-borderColor);
  border-radius: var(--Tooltip--attr-borderRadius);
  box-shadow: var(--Tooltip--attr-boxShadow);
  left: 100%;
  color: var(--Tooltip--attr-color);
  padding: var(--Tooltip--attr-paddingY) var(--Tooltip--attr-paddingX);
  margin: 30px 0 0 var(--Tooltip--attr-gap);
}
.cxd-ImageControl-item {
  vertical-align: top;
  display: inline-block;
  margin-right: var(--gap-base);
  position: relative;
  width: 7.5rem;
}
@media screen and (min-width: 1280px) and (max-width: 1440px) {
  .cxd-ImageControl-item {
    width: 5.5rem;
  }
}
@media screen and (min-width: 1441px) and (max-width: 1680px) {
  .cxd-ImageControl-item {
    width: 6.5rem;
  }
}
.cxd-ImageControl-item .icon-fill {
  width: 42px;
  height: 42px;
}
.cxd-ImageControl-item .image-info {
  text-align: center;
  font-size: 12px;
  line-height: 16px;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.cxd-ImageControl-item .url-image-container {
  width: 7.5rem;
  height: 7.5rem;
}
.cxd-ImageControl-item .url-image-container .url-img-mask,
.cxd-ImageControl-item .url-image-container .url-img-del,
.cxd-ImageControl-item .url-image-container .url-img-detail {
  display: none;
}
.cxd-ImageControl-item .url-image-container:hover {
  position: relative;
}
.cxd-ImageControl-item .url-image-container:hover .url-img-mask {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(8, 14, 26, 0.5);
}
.cxd-ImageControl-item .url-image-container:hover .url-img-detail {
  display: block;
  position: absolute;
  top: 50%;
  left: 30%;
  color: #fff;
  font-size: 1rem;
  padding: 0 5px;
}
.cxd-ImageControl-item .url-image-container:hover .url-img-del {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  padding: 0 5px;
  font-size: 1rem;
}
.cxd-ImageControl-beauty {
  width: 5.5rem;
  height: 1.5rem;
  flex-direction: row;
}
.cxd-ImageControl-beauty > svg {
  width: 0.875rem;
  height: 0.875rem;
  margin-bottom: 0rem;
  margin-right: 0.2rem;
  line-height: 0.875rem;
}
.cxd-ImageControl-image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0;
  border: var(--borderWidth) solid var(--borderColor);
  border-radius: var(--ImageControl-addBtn-borderRadius);
  padding: var(--gap-xs);
}
.cxd-ImageControl-file {
  height: auto;
}
.cxd-ImageControl-fillCell {
  border: none;
  height: 100% !important;
}
.cxd-ImageControl-itemClear {
  position: absolute;
  cursor: pointer;
  color: #999;
  top: 5px;
  right: 5px;
  line-height: 1;
}
.cxd-ImageControl-itemClear > svg {
  top: 0;
  width: 10px;
  height: 10px;
}
.cxd-ImageControl-itemInfo {
  display: inline-flex;
  width: 110px;
  height: 110px;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 1280px) and (max-width: 1440px) {
  .cxd-ImageControl-itemInfo {
    width: 4.875rem;
    height: 4.875rem;
  }
}
@media screen and (min-width: 1441px) and (max-width: 1680px) {
  .cxd-ImageControl-itemInfo {
    width: 5.875rem;
    height: 5.875rem;
  }
}
.cxd-ImageControl-itemInfo > p {
  width: 100%;
  text-align: center;
  font-size: 12px;
  margin-bottom: 5px;
}
.cxd-ImageControl-progress {
  width: 70px;
  height: 5px;
  background: #ebebeb;
}
.cxd-ImageControl-progressValue {
  height: 5px;
  border-radius: var(--ImageControl-progress-borderRadius);
  display: block;
  background: var(--info);
  min-width: 10%;
  transition: ease-out width var(--animation-duration);
}
.cxd-ImageControl-item.is-invalid .cxd-ImageControl-itemClear {
  display: none;
}
.cxd-ImageControl-item.is-invalid:hover .cxd-ImageControl-itemClear {
  display: block;
}
.cxd-ImageControl-retryBtn {
  margin: 0;
  width: 6.875rem;
  height: 6.875rem;
  display: inline-flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  color: #666;
}
@media screen and (min-width: 1280px) and (max-width: 1440px) {
  .cxd-ImageControl-retryBtn {
    width: 4.875rem;
    height: 4.875rem;
  }
}
@media screen and (min-width: 1441px) and (max-width: 1680px) {
  .cxd-ImageControl-retryBtn {
    width: 5.875rem;
    height: 5.875rem;
  }
}
.cxd-ImageControl-retryBtn:hover {
  color: #333;
  text-decoration: none;
}
.cxd-ImageControl-retryBtn > p {
  width: 100%;
  text-align: center;
  color: var(--danger);
  margin: 10px 0 0;
  white-space: pre-wrap;
  word-break: break-all;
}
.cxd-ImageControl-retryBtn > p.errorMsg {
  font-size: 12px;
  margin: 0;
}
.cxd-ImageControl-errorMsg {
  color: var(--danger);
  margin: 5px 0 0;
}
.cxd-ImageControl-uploadBtn {
  margin-top: 5px;
}
.cxd-ImageControl-cropperWrapper {
  position: relative;
}
.cxd-ImageControl-cropperWrapper img {
  max-width: 100%;
  max-height: 400px;
}
.cxd-ImageControl-croperToolbar {
  display: inline-flex;
  width: 50px;
  position: absolute;
  right: 0;
  bottom: 0;
  flex-direction: column;
  align-items: flex-end;
}
.cxd-ImageControl-croperToolbar > a {
  color: #fff;
  padding: 2px 5px;
  cursor: pointer;
  font-size: 20px;
}
.cxd-ImageControl-croperToolbar > a .icon-retry polygon {
  fill: #fff;
}
.cxd-ImageControl-croperToolbar > a .icon-retry path {
  stroke: #fff;
}
.cxd-ImageControl-acceptTip {
  height: 120px;
  color: #999;
  border: 2px dashed var(--borderColor);
  border-color: var(--info);
  background: #f3f9fe;
  border-radius: var(--borderRadius);
  line-height: 120px;
  text-align: center;
}
.cxd-ImageControl-fixed-size {
  width: 100%;
  height: 100%;
  padding: 0;
}
.cxd-ImageControl-fixed-size .cxd-ImageControl-itemOverlay {
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 789px) {
  .cxd-ImageControl-formfile {
    align-items: center;
  }
  .cxd-ImageControl-formfile .cxd-Cell-img-wrapper {
    width: auto;
    max-width: 100%;
  }
  .cxd-ImageControl-formfile .cxd-Cell-img-wrapper > img {
    width: 22px;
    height: 22px;
    cursor: pointer;
    object-fit: cover;
    margin-right: 4px;
    margin-left: 0px !important;
  }
  .cxd-ImageControl-formfile .cxd-Cell-img-wrapper > img.is-isImage {
    width: 16px;
    height: 16px;
  }
  .cxd-ImageControl-formfile .cxd-ImageControl-addBtn {
    width: 30px;
    height: 30px;
  }
  .cxd-ImageControl-formfile .cxd-ImageControl-addBtn > svg {
    margin-bottom: 0;
  }
}
.cxd-ImageControl-dropzone.is-pcImage {
  display: flex !important;
  overflow: visible;
  word-wrap: normal;
  text-overflow: ellipsis;
  flex-wrap: nowrap;
}
.cxd-ImageControl-dropzone.is-pcImage > span {
  display: flex;
  align-items: center;
  max-width: 100%;
}

.cxd-ImageControl-formfile-noImage.is-pcImage {
  text-overflow: unset;
}
.cxd-ImageControl-formfile-noImage.is-pcImage > span {
  margin-right: 5px;
}

.cxd-ImageControl.isMobile {
  position: relative;
}
.cxd-ImageControl.isMobile .cxd-ImageControl-dropzone {
  display: flex;
}
.cxd-ImageControl.isMobile .cxd-ImageControl-dropzone.addble {
  color: #2a3e61;
}
.cxd-ImageControl.isMobile .cxd-ImageControl-dropzone.addble .cxd-ImageControl-item:nth-child(2) {
  margin-top: 24px;
}
.cxd-ImageControl.isMobile .cxd-ImageControl-formfile {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.cxd-ImageControl.isMobile .cxd-ImageControl-formfile .cxd-Cell-img-wrapper {
  margin-left: 12px;
}
.cxd-ImageControl.isMobile .cxd-ImageControl-formfile .single-file-preview-box .cxd-ImageControl-upload-li {
  display: flex;
  align-items: center;
  list-style: none;
}
.cxd-ImageControl.isMobile .cxd-ImageControl-formfile .single-file-preview-box .cxd-ImageControl-upload-li .upload-li-pdf-name {
  display: none;
}
.cxd-ImageControl.isMobile .cxd-ImageControl-formfile .single-file-preview-box .cxd-ImageControl-upload-li .icon {
  width: 22px;
  height: 22px;
}
.cxd-ImageControl.isMobile .cxd-ImageControl-addBtn {
  border: none;
  width: auto;
  height: auto;
  position: absolute;
  right: 0;
  top: -30px;
  margin-right: 0;
}
.cxd-ImageControl.isMobile .cxd-ImageControl-item {
  width: 100%;
}
.cxd-ImageControl.isMobile .cxd-ImageControl-item .show-img-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  background-color: #f6f6f6;
  padding: 4px;
}
.cxd-ImageControl.isMobile .cxd-ImageControl-item .show-img-container .img-left {
  width: 22px;
  height: 22px;
  overflow: hidden;
}
.cxd-ImageControl.isMobile .cxd-ImageControl-item .show-img-container .img-right {
  text-align: left;
  flex: 1;
  overflow-x: hidden;
  margin: auto 8px;
}
.cxd-ImageControl.isMobile .cxd-ImageControl-item .show-img-container .img-right > div {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.cxd-ImageControl.isMobile .cxd-ImageControl-item .show-img-container .img-right .img-size {
  color: #bfbfbc;
  font-size: 12px;
  font-weight: 400;
}
.cxd-ImageControl.isMobile .cxd-ImageControl-item .show-img-container .img-del {
  width: 24px;
  text-align: center;
  color: #bfbfbc;
}

/* 移动端样式调整 */
@media (max-width: 767px) {
  .cxd-ImageControl .cxd-ImageControl-dropzone {
    flex-direction: row;
    display: flex;
    align-items: flex-start;
  }
  .cxd-ImageControl .cxd-ImageControl-dropzone .cxd-ImageControl-addBtn {
    width: 100%;
    display: block;
    text-align: right;
    position: relative;
    background-color: transparent;
    transform: translateY(0);
    top: 0;
  }
  .cxd-ImageControl .cxd-ImageControl-dropzone .cxd-ImageControl-addBtn:not(:disabled):not(.is-disabled):hover:active {
    background: transparent !important;
    border-color: transparent !important;
    color: rgba(0, 0, 0, 0.2);
  }
  .cxd-ImageControl .cxd-ImageControl-dropzone .cxd-ImageControl-addBtn .icon-isMobileUI {
    width: 16px;
    display: inline-block;
    text-align: center;
    font-size: 10px;
  }
  .cxd-ImageControl .cxd-ImageControl-dropzone .cxd-ImageControl-img-wrapper {
    display: inline-block;
    position: relative;
    width: 22px;
    height: 22px;
    margin-left: 2px;
    max-height: 22px;
  }
  .cxd-ImageControl .cxd-ImageControl-dropzone .cxd-ImageControl-img-wrapper img {
    height: 100%;
    width: 100%;
  }
  .cxd-ImageControl .cxd-ImageControl-dropzone .cxd-ImageControl-img-wrapper:first-of-type {
    margin-left: 0;
  }
  .cxd-ImageControl .cxd-ImageControl-dropzone .cxd-ImageControl-img-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
  }
  .cxd-ImageControl .cxd-ImageControl-dropzone .cxd-ImageControl-img-overlay span {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 14px;
    flex-wrap: nowrap;
    width: 100%;
    height: 100%;
  }
  .cxd-ImageControl .cxd-ImageControl-onformfile {
    flex-direction: column !important;
  }
  .cxd-ImageControl .cxd-ImageControl-onformfile .cxd-ImageControl-img-wrapper {
    display: flex;
    position: relative;
    margin-bottom: 6px;
    background-color: var(--saas-crud-table-thead-color);
    padding: 6px;
    border-radius: 6px;
    align-items: center;
    width: 100%;
    height: auto;
    max-height: unset;
  }
  .cxd-ImageControl .cxd-ImageControl-onformfile .cxd-ImageControl-img-wrapper:last-child {
    margin-bottom: 0;
  }
  .cxd-ImageControl .cxd-ImageControl-onformfile .cxd-ImageControl-img-wrapper img, .cxd-ImageControl .cxd-ImageControl-onformfile .cxd-ImageControl-img-wrapper svg {
    height: 20px;
    width: 20px;
    top: 0;
  }
  .cxd-ImageControl .cxd-ImageControl-onformfile .cxd-ImageControl-img-wrapper .icon {
    color: var(--saas-Primary-Color);
  }
  .cxd-ImageControl .cxd-ImageControl-onformfile .cxd-ImageControl-img-wrapper span {
    flex: 1;
    margin-left: 6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .cxd-ImageControl .cxd-ImageControl-dropzone.input-img-mobile {
    display: flex !important;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .cxd-ImageControl .cxd-ImageControl-dropzone.input-img-mobile .cxd-ImageControl-addBtn {
    display: flex;
  }
}
.upload-file-wrapper .add-content-container .add-content-body-show {
  height: 120px;
  line-height: 120px;
  text-align: center;
  background-color: var(--Form-input-bg);
  border: 1px dashed var(--borderColor);
  color: #a0a0a0;
}
.upload-file-wrapper .add-content-container .add-content-body .add-content-divider {
  margin: 12px -16px;
  height: 1px;
  background: var(--borderColor);
}
.upload-file-wrapper .add-content-container .add-content-body-input {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.upload-file-wrapper .add-content-container .add-content-body-input .add-content-url {
  flex: 1;
}
.upload-file-wrapper .add-content-container .add-content-body-input .add-content-url .ant-input {
  color: var(--saas-Title-Text);
  background-color: var(--Form-input-bg);
  border: none;
}
.upload-file-wrapper .add-content-container .add-content-body-input .add-content-commit {
  margin: 0 8px;
}
.upload-file-wrapper .ant-popover-arrow .ant-popover-arrow-content::before {
  background: var(--body-bg);
}

.cxd-Image.cxd-Auto-calc-size {
  width: 100%;
  border: none;
}
.cxd-Image.cxd-Auto-calc-size .cxd-Image-thumb {
  width: 100%;
}

.lion-popover-operation .btn-container {
  text-align: center;
}
.lion-popover-operation .btn-container:hover {
  background-color: #e9f1fd;
}
.lion-popover-operation .ant-popover-inner-content {
  padding: 5px 0;
}

.cxd-OperationField {
  display: flex;
  align-items: center;
}
.cxd-OperationField .extendBtn {
  display: inline-block;
  cursor: pointer;
  color: var(--saas-Title-Text);
}
.cxd-OperationField .rotate {
  font-weight: 800;
  transform: rotate(90deg);
  letter-spacing: 2px;
}
.cxd-OperationField .btnreset {
  transform: rotate(0deg);
}
.cxd-OperationField .cxd-Button-arrow {
  font-size: 12px;
  width: auto;
  border-radius: 5px;
  margin: 0 auto;
}
.cxd-OperationField .cxd-Button-arrow .cxd-Select-arrow {
  margin-right: 0;
}
.cxd-OperationField .cxd-Button-arrow .cxd-Select-arrow svg {
  color: inherit;
}
.cxd-OperationField .cxd-Button-arrow:first-child {
  margin-left: 3px;
}
.cxd-OperationField .cxd-Button-arrow:last-child {
  margin-right: 0;
}
.cxd-OperationField .cxd-Button-arrow .is-opened svg {
  transform: rotate(180deg);
}
.cxd-OperationField .cxd-Button--link {
  margin-right: 0.1875rem;
  border: var(--Button-borderWidth) solid transparent;
}
.cxd-OperationField .cxd-Button--link:hover {
  background-color: #e5e7eb;
}
.cxd-OperationField .cxd-Button:last-child {
  margin-right: 0;
}

.cxd-ActionSheet .cxd-Button--link {
  font-size: 13px;
  color: #666;
}

.cxd-Table-table .cxd-OperationField button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  height: 24px;
  line-height: 1;
  padding: 0 6px;
}

.cxd-FileControl-templateInfo {
  display: block;
  margin-bottom: var(--gap-base);
  padding: var(--Button-paddingY) var(--Button-paddingX);
  cursor: pointer;
}
.cxd-FileControl-templateInfo > svg {
  margin-right: var(--gap-xs);
}
.cxd-FileControl-dropzone {
  outline: none;
}
.cxd-FileControl-selectBtn {
  display: inline-flex;
  align-items: center;
  margin-right: 10px;
}
.cxd-FileControl-selectBtn > svg {
  width: 0.875rem;
  height: 0.875rem;
}
.cxd-FileControl-description {
  color: #999;
  font-size: 12px;
}
.cxd-FileControl-list {
  list-style: none;
  margin: 10px 0;
  padding: 0;
}
.cxd-FileControl-list > li {
  color: #333;
  font-size: 12px;
}
.cxd-FileControl-list > li:hover {
  color: #108cee;
  background: #f3f3f3;
}
.cxd-FileControl-itemInfo {
  padding: 0px 6px;
  line-height: 26px;
  height: auto;
}
.cxd-FileControl-itemInfo span {
  word-break: break-all;
}
.cxd-FileControl-itemInfo.is-invalid {
  color: #999;
}
.cxd-FileControl-itemInfo > svg:first-child {
  margin-right: 10px;
}
.cxd-FileControl-itemInfo > svg:not(:first-child) {
  margin-left: 10px;
  width: 1rem;
  height: 1rem;
  top: var(--gap-xs);
}
.cxd-FileControl-itemInfoText {
  white-space: nowrap;
  max-width: 170px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: middle;
}
.cxd-FileControl-clear {
  float: right;
  color: #999;
  display: none;
  cursor: pointer;
}
.cxd-FileControl-clear:hover {
  color: #333;
}
.cxd-FileControl-list:empty {
  display: none;
}
.cxd-FileControl-list > li:hover .cxd-FileControl-clear {
  display: block;
}
.cxd-FileControl-progressInfo {
  display: inline-flex;
  height: 20px;
  padding: 0 6px;
  transform: translateY(-3px);
  width: 100%;
  align-items: center;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.cxd-FileControl-progressInfo > span {
  display: inline-block;
  padding: 0 4px 0 10px;
  font-size: 12px;
}
.cxd-FileControl-progressInfo > svg {
  display: inline-block;
  margin: 0 4px 0 10px;
  width: 14px;
  height: 14px;
  top: 0;
}
.cxd-FileControl-progress {
  height: 5px;
  flex: 1;
  background: #ebebeb;
}
.cxd-FileControl-progress > span {
  display: block;
  background: var(--info);
  border-radius: var(--FileControl-progress-borderRadius);
  height: 100%;
  min-width: 10%;
  transition: ease-out width var(--animation-duration);
}
.cxd-FileControl-acceptTip {
  height: 120px;
  color: #999;
  border: 2px dashed var(--info);
  border-radius: var(--borderRadius);
  background: #f3f9fe;
  line-height: 120px;
  text-align: center;
}
.cxd-FileControl-sum {
  font-size: var(--fontSizeSm);
}
.cxd-FileControl-sum > a {
  cursor: pointer;
}

.cxd-ExcelControl-container {
  display: flex;
  flex-direction: column;
  font-family: system-ui, -apple-system, Helvetica Neue, sans-serif;
  cursor: pointer;
}
.cxd-ExcelControl-container > p {
  font-size: 1rem;
}
.cxd-ExcelControl-container > em {
  font-size: 0.8rem;
}
.cxd-ExcelControl-dropzone {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: var(--gap-md);
  border-width: 2px;
  border-radius: 2px;
  border-color: #eeeeee;
  border-style: dashed;
  background-color: #fafafa;
  color: #bdbdbd;
  outline: none;
  transition: border 0.24s ease-in-out;
}
.cxd-ExcelControl-dropzone:focus {
  border-color: var(--primary);
}
.cxd-ExcelControl-dropzone.disabled {
  opacity: 0.6;
}

.cxd-EditorControl {
  min-height: 12.5rem;
  max-height: 25rem;
  overflow: visible;
  height: auto;
  border: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
  max-width: 100%;
  box-sizing: content-box;
}
.cxd-EditorControl > .cxd-MonacoEditor,
.cxd-EditorControl > .cxd-MonacoEditor > .monaco-diff-editor {
  min-height: 12.375rem;
}
.cxd-EditorControl.is-error {
  border-color: var(--Form-input-onError-borderColor);
}
.cxd-EditorControl.is-focused {
  border-color: var(--Form-input-onFocused-borderColor);
}
.cxd-EditorControl .cxd-MonacoEditor {
  position: relative;
}
.cxd-EditorControl .cxd-MonacoEditor-header {
  position: absolute;
  right: 0.875rem;
  top: 0;
  padding: 0;
  width: 1.125rem;
  height: 1.125rem;
  z-index: 5;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  background: var(--Modal-header-bg);
  box-sizing: border-box;
}
.cxd-EditorControl .cxd-MonacoEditor-fullscreen {
  cursor: pointer;
  color: var(--Modal-close-color);
  line-height: inherit;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
}
.cxd-EditorControl .cxd-MonacoEditor-fullscreen:hover {
  color: var(--Model-close-onHover-color);
}
.cxd-EditorControl .cxd-MonacoEditor-fullscreen:hover svg {
  fill: var(--Model-close-onHover-color);
}
.cxd-EditorControl--sm {
  min-height: 100px;
}
.cxd-EditorControl--sm > .cxd-MonacoEditor {
  min-height: 100px;
}
.cxd-EditorControl--md {
  min-height: 250px;
}
.cxd-EditorControl--md > .cxd-MonacoEditor {
  min-height: 250px;
}
.cxd-EditorControl--lg {
  min-height: 300px;
}
.cxd-EditorControl--lg > .cxd-MonacoEditor {
  min-height: 300px;
}
.cxd-EditorControl--xl {
  min-height: 400px;
}
.cxd-EditorControl--xl > .cxd-MonacoEditor {
  min-height: 400px;
}
.cxd-EditorControl--xxl {
  min-height: 500px;
}
.cxd-EditorControl--xxl > .cxd-MonacoEditor {
  min-height: 500px;
}

.monaco-inputbox > .wrapper {
  padding: 0;
}

.is-fullscreen {
  margin: 0 !important;
  position: fixed !important;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2147483630 !important;
  width: auto !important;
}

.fr-popup {
  z-index: 1300 !important;
}

.cxd-RichTextControl {
  min-height: 18.75rem;
  height: auto;
  border: 1px solid transparent;
  width: 100%;
  border-radius: 4px;
}
.cxd-RichTextControl > .tox-tinymce {
  border: 0;
}
.cxd-RichTextControl > textarea {
  width: 100%;
}
.cxd-RichTextControl--borderHalf {
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-top-color: transparent !important;
}
.cxd-RichTextControl--borderNone {
  border-color: transparent !important;
}
.cxd-RichTextControl .fr-toolbar.fr-top {
  box-shadow: none;
  border: 0;
  position: relative;
}
.cxd-RichTextControl .fr-box.fr-basic.fr-top:not(.fr-fullscreen) .fr-wrapper {
  min-height: 150px;
  max-height: 400px;
  box-shadow: none;
  overflow: auto;
  border: none;
}
.cxd-RichTextControl .second-toolbar {
  border: none;
}
.cxd-RichTextControl .fr-toolbar .fr-command.fr-btn,
.cxd-RichTextControl .fr-popup .fr-command.fr-btn {
  color: var(--Button--default-color);
}
.cxd-RichTextControl .fr-toolbar .fr-command.fr-btn.fr-active,
.cxd-RichTextControl .fr-popup .fr-command.fr-btn.fr-active {
  color: var(--info);
  background: var(--Form-select-onHover-bg);
}
.cxd-RichTextControl .fr-desktop .fr-command:hover,
.cxd-RichTextControl .fr-desktop .fr-command:focus {
  background: var(--Form-select-onHover-bg);
}
.cxd-RichTextControl .fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active,
.cxd-RichTextControl .fr-popup .fr-command.fr-btn.fr-dropdown.fr-active {
  background: var(--Form-select-onHover-bg);
}
.cxd-RichTextControl .fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a.fr-active {
  background: var(--info);
  color: #fff;
}
.cxd-RichTextControl.is-focused {
  border: var(--Form-input-borderWidth) solid var(--Form-input-onFocused-borderColor);
}
.cxd-RichTextControl .fr-box.fr-basic .fr-element {
  min-height: 150px;
}
.cxd-RichTextControl .fr-sticky-dummy {
  position: absolute;
}
.cxd-RichTextControl.is-disabled {
  pointer-events: none;
  opacity: 0.6;
}
.cxd-RichTextControl.is-disabled .fr-box.fr-basic.fr-top .fr-wrapper {
  border-color: var(--Form-input-onDisabled-borderColor);
}

.w-e-toolbar {
  background-color: var(--saas-Background-Header) !important;
  flex-wrap: wrap;
}
.w-e-toolbar .w-e-bar-divider {
  background-color: var(--saas-Background-Header);
}

.w-e-text-placeholder {
  top: 0;
}

.cxd-RichTextControl.is-defaultOpen {
  min-height: unset;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  overflow: hidden;
}
.cxd-RichTextControl.is-defaultOpen .cxd-Form-item {
  margin-bottom: 0;
  flex: 1;
}
.cxd-RichTextControl.is-defaultOpen .cxd-Form-item .cxd-Form-value {
  display: block;
}
.cxd-RichTextControl.is-defaultOpen .cxd-Form-item .cxd-Form-value .cxd-Form-control {
  display: block;
}
.cxd-RichTextControl.is-defaultOpen .cxd-TplSaving {
  top: 0;
}
.cxd-RichTextControl.is-defaultOpen .cxd-RichTextControl-value {
  display: flex;
  width: 100%;
  overflow: hidden;
}
.cxd-RichTextControl.is-defaultOpen .cxd-RichTextControl-value .cxd-RichTextControl-content {
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.cxd-RichTextControl.is-defaultOpen .cxd-RichTextControl-value .anticon {
  color: var(--saas-font-size-dark-black);
}

.cxd-PopRichText .ant-popover-content .ant-popover-inner .ant-popover-inner-content {
  width: 550px;
}

@media (max-width: 767px) {
  .cxd-RichTextControl .w-e-text-container {
    min-height: 150px;
    max-height: 300px;
    height: unset !important;
    border: none !important;
    overflow-y: auto;
  }
  .cxd-RichTextControl .w-e-toolbar {
    display: none !important;
  }

  .toolbar-form-footer {
    width: 100%;
    height: 38px;
    display: flex;
    padding: 0 5px;
    align-items: center;
    border-bottom: solid 1px rgba(0, 0, 0, 0.06);
    overflow: hidden;
    background-color: #F7F8FA;
  }
  .toolbar-form-footer button > span {
    display: flex;
  }
  .toolbar-form-footer .adm-badge-fixed {
    transform: unset;
  }
  .toolbar-form-footer .adm-divider-vertical {
    margin: 0 6px;
  }
  .toolbar-form-footer .adm-button-small {
    padding: 8px 10px;
    display: flex;
    align-items: center;
  }
  .toolbar-form-footer .adm-button-small .block {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 3px;
  }

  .textarea-drawer .cxd-Form-item {
    height: 100%;
    margin-bottom: 0;
  }
  .textarea-drawer .cxd-Form-item .cxd-Form-rowInner {
    height: 100%;
  }
  .textarea-drawer .cxd-Form-item .cxd-Form-rowInner .cxd-RichTextControl {
    height: 100%;
    border: none;
  }
  .textarea-drawer .cxd-Form-item .cxd-Form-rowInner .cxd-RichTextControl .tox {
    height: 100% !important;
  }
  .textarea-drawer .cxd-Form-item .cxd-Form-rowInner .isIOS-focused .tox .tox-editor-header {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .textarea-drawer-rich {
    top: 0 !important;
    bottom: 0 !important;
  }

  .textarea--drawer-rich-ios {
    bottom: 16px !important;
  }
}
.tox-tinymce-aux {
  z-index: 3000;
}

.tox-fullscreen .tox.tox-tinymce-aux {
  z-index: 3000;
}

.cxd-RangeControl {
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1.1rem;
}
.cxd-RangeControl::before, .cxd-RangeControl::after {
  display: table;
  content: "";
}
.cxd-RangeControl::after {
  clear: both;
}
@media (max-width: 767px) {
  .cxd-RangeControl {
    flex-wrap: nowrap !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
.cxd-RangeControl--withInput .cxd-InputRange {
  width: calc(100% - 120px);
}
.cxd-RangeControl--withInput .cxd-InputRange-label--mid {
  left: calc(50% - 60px);
}
.cxd-RangeControl--withInput.is-multiple .cxd-InputRange {
  width: calc(100% - 210px);
}
.cxd-RangeControl .cxd-InputRange-value {
  margin-left: 8px;
  text-align: right;
  min-width: 2.375rem;
  font-size: 14px;
}
.cxd-RangeControl .cxd-InputRange-input {
  font-size: var(--fontSizeSm);
  position: absolute;
  right: 1.625rem;
  top: 0.75rem;
  height: 1.875rem;
}
.cxd-RangeControl .cxd-InputRange-input input {
  padding: 0.625rem;
  width: 4.625rem;
  height: 100%;
}
.cxd-RangeControl .cxd-InputRange-input input:focus {
  outline: none;
  border: var(--borderWidth) solid var(--info);
}
.cxd-RangeControl .cxd-InputRange-input-separator {
  display: inline-block;
  padding: 0 5px;
}
.cxd-RangeControl .cxd-InputRange-unit {
  position: absolute;
  right: 0.625rem;
  top: 0.4375rem;
}
.cxd-RangeControl .cxd-InputRange-clear {
  position: absolute;
  top: 1.125rem;
  right: 0;
  cursor: pointer;
}
.cxd-RangeControl .cxd-InputRange-clear svg {
  height: 1rem;
  width: 1rem;
  fill: #999;
}

.cxd-InputRange {
  height: var(--InputRange-slider-height);
  position: relative;
  width: 100%;
}
.cxd-InputRange-slider {
  appearance: none;
  background: white;
  border: var(--InputRange-slider-border);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.16);
  border-radius: 100%;
  cursor: pointer;
  display: block;
  width: var(--InputRange-slider-width);
  height: var(--InputRange-slider-width);
  margin-left: calc(var(--InputRange-slider-width) / -2);
  margin-top: calc( var(--InputRange-slider-width) / -2 + var(--InputRange-track-height) / -2 );
  outline: none;
  position: absolute;
  z-index: 2;
  top: 50%;
  transition: var(--InputRange-slider-transition);
}
.cxd-InputRange-slider:active {
  transform: var(--InputRange-slider-onActive-transform);
  border-color: var(--saas-Primary-Color);
}
.cxd-InputRange-slider:focus {
  box-shadow: var(--InputRange-slider-onFocus-boxShadow);
  border-color: var(--saas-Primary-Color);
}
.cxd-InputRange-slider:hover {
  border-color: var(--saas-Primary-Color);
}
.input-range--disabled .cxd-InputRange-slider {
  background: var(--InputRange-slider-onDisabled-bg);
  border: var(--InputRange-slider-onDisabled-border);
  box-shadow: none;
  transform: none;
}
.cxd-InputRange-slider:before {
  color: #fff;
  display: block;
  line-height: 1.375rem;
  text-align: center;
}
.cxd-InputRange-sliderContainer {
  transition: var(--InputRange-sliderContainer-transition);
}
.cxd-InputRange-label {
  color: var(--InputRange-label-color);
  font-size: var(--InputRange-label-fontSize);
  transform: translateZ(0);
  white-space: nowrap;
}
.cxd-InputRange-label--min, .cxd-InputRange-label--max, .cxd-InputRange-label--mid {
  bottom: var(--InputRange-label-positionBottom);
  position: absolute;
  display: none;
}
.cxd-InputRange-label--mid {
  left: 50%;
  bottom: calc(var(--gap-xs) * -1);
  transform: translateX(-50%);
}
.cxd-InputRange-label--max {
  right: 0;
}
.cxd-InputRange-label--value {
  position: absolute;
  display: none;
  top: var(--InputRange-label--value-positionTop);
  left: var(--InputRange-label--value-positionLeft);
}
.cxd-InputRange-track {
  background: var(--InputRange-track-bg);
  cursor: pointer;
  display: block;
  height: var(--InputRange-track-height);
  position: relative;
  transition: var(--InputRange-track-transition);
}
.cxd-InputRange.is-disabled .cxd-InputRange-track {
  background: var(--InputRange-track-onDisabled-bg);
}
.cxd-InputRange-track.is-active {
  background: var(--InputRange-track-onActive-bg);
}
.cxd-InputRange-track--background {
  left: 0.5rem;
  margin-top: calc(-0.5 * var(--InputRange-track-height));
  position: absolute;
  right: 0.5rem;
  top: 50%;
}
.cxd-InputRange-track--background::before, .cxd-InputRange-track--background::after {
  content: "";
  width: 0.5rem;
  height: 100%;
  position: absolute;
  top: 0;
  background: inherit;
  z-index: 1;
}
.cxd-InputRange-track--background::before {
  left: -0.5rem;
}
.cxd-InputRange-track--background::after {
  right: -0.5rem;
}
.cxd-InputRange-track--active {
  background: var(--InputRange-track-onActive-bg);
}

.cxd-RepeatControl .repeat-btn {
  width: 5rem;
}
.cxd-RepeatControl .Select {
  display: inline-block;
  min-width: 100px;
}
.cxd-RepeatControl .input-range {
  margin-top: 0;
}

@media (min-width: 768px) {
  .repeat-control.form-contorl-inline,
.form-group-inline .repeat-control {
    display: inline-block;
    min-width: 280px;
    width: auto;
  }
}
.cxd-TreeControl {
  border: 1px solid var(--Form-input-borderColor);
  padding: 6px 0 6px 12px;
  border-radius: 2px;
  max-height: 300px;
  overflow: auto;
}
.cxd-TreeControl.h-full {
  max-height: none;
  overflow: visible;
}
.cxd-TreeControl.no-border {
  border: 0;
}

.cxd-Tree-list, .cxd-Tree-sublist {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cxd-Tree-sublist {
  margin-left: var(--Tree-indent);
}
.cxd-Tree-sublist.is-folded {
  display: none;
}
.cxd-Tree-item {
  line-height: var(--Tree-itemHeight);
  position: relative;
}
.cxd-Tree-item > div:hover {
  text-decoration: none;
}
.cxd-Tree-item > div:hover > .cxd-Tree-item-icons {
  visibility: visible;
}
.cxd-Tree-item > div > span > svg {
  display: inline-block;
  cursor: pointer;
  position: relative;
  top: 2px;
  width: 1rem;
  height: 1rem;
  margin-left: var(--gap-xs);
}
.cxd-Tree.is-disabled {
  pointer-events: none;
}
.cxd-Tree.is-draggable {
  position: relative;
}
.cxd-Tree--outline .cxd-Tree-sublist .cxd-Tree-item--isLeaf:before {
  position: absolute;
  top: -8px;
  left: calc((var(--Tree-indent) - 5px) * -1);
  bottom: 0px;
  border-left: 1px solid var(--borderColor);
  content: "";
}
.cxd-Tree-rootItem {
  line-height: var(--Tree-itemHeight);
}
.cxd-Tree-item > div:hover > .cxd-Tree-item-icons, .cxd-Tree-rootItem > div:hover > .cxd-Tree-item-icons {
  visibility: visible;
}
.cxd-Tree-itemLabel {
  display: flex;
  align-items: center;
  position: relative;
}
.cxd-Tree-itemLabel > * {
  position: relative;
  z-index: 2;
}
.cxd-Tree-itemLabel:hover:after {
  position: absolute;
  content: "";
  z-index: 1;
  background: var(--Tree-item-onHover-bg);
  top: 0;
  right: 0;
  bottom: 0;
  left: -99999px;
}
.cxd-Tree.is-draggable .cxd-Tree-itemLabel:hover::after {
  display: none;
}
.cxd-Tree-item-icons {
  visibility: hidden;
  transition: visibility var(--animation-duration) ease;
  display: inline-block;
  vertical-align: top;
  height: var(--Tree-itemHeight);
  line-height: var(--Tree-itemHeight);
  padding-right: var(--gap-xs);
}
.cxd-Tree-item-icons > a {
  display: inline-block;
  vertical-align: middle;
  margin-left: var(--gap-xs);
  cursor: pointer;
}
.cxd-Tree-item-icons > a > svg {
  width: 0.75rem;
  height: 0.75rem;
  top: 0;
}
.cxd-Tree-itemInput {
  padding-left: var(--Tree-itemArrowWidth);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.cxd-Tree-itemInput > a {
  display: inline-block;
  cursor: pointer;
  margin-left: var(--gap-sm);
  color: var(--icon-color);
}
.cxd-Tree-itemInput > a:hover {
  color: var(--icon-onHover-color);
  text-decoration: none;
}
.cxd-Tree-itemInput > input {
  flex-grow: 1;
  width: 100%;
  outline: none;
  background: var(--Form-input-bg);
  border: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
  border-radius: var(--Form-input-borderRadius);
  line-height: var(--Form-input-lineHeight);
  padding: calc((var(--Tree-inputHeight) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem) / 2) var(--Form-input-paddingX);
  font-size: var(--Form-input-fontSize);
}
.cxd-Tree-itemInput > input::placeholder {
  color: var(--saas-font-size-deep-black);
}
.cxd-Tree-itemInput > input::-webkit-input-placeholder {
  color: var(--saas-font-size-deep-black);
}
.cxd-Tree-itemInput > input::-moz-input-placeholder {
  color: var(--saas-font-size-deep-black);
}
.cxd-Tree-itemInput > input::-ms-input-placeholder {
  color: var(--saas-font-size-deep-black);
}
.cxd-Tree-itemInput > input:focus {
  border-color: var(--Form-input-onFocused-borderColor);
  box-shadow: var(--Form-input-boxShadow);
  background: var(--Form-input-onFocused-bg);
}
.cxd-Tree-addTopBtn {
  cursor: pointer;
  height: var(--Tree-itemHeight);
  line-height: var(--Tree-itemHeight);
  display: block;
}
.cxd-Tree-addTopBtn:hover {
  text-decoration: none;
}
.cxd-Tree-addTopBtn.is-disabled {
  pointer-events: none;
  color: var(--text--muted-color);
}
.cxd-Tree-addTopBtn .icon-wrapper {
  font-size: var(--Form-fontSize);
  margin-right: var(--gap-xs);
}
.cxd-Tree-addTopBtn > svg {
  position: relative;
  width: 0.875rem;
  height: 0.875rem;
  top: 0.109375rem;
  margin-right: var(--gap-xs);
}
.cxd-Tree-itemArrow {
  cursor: pointer;
  width: var(--Tree-itemArrowWidth);
  display: inline-flex;
  margin-right: var(--gap-xs);
}
.cxd-Tree-itemArrow > svg {
  width: var(--Tree-itemArrowWidth);
  height: var(--Tree-itemArrowWidth);
  display: block;
  transition: transform var(--animation-duration);
  top: 0;
  transform: rotate(90deg);
}
.cxd-Tree-itemArrow.is-folded > svg {
  transform: rotate(0deg);
}
.cxd-Tree-itemArrowPlaceholder {
  display: inline-block;
  width: calc(var(--Tree-itemArrowWidth) + var(--gap-xs));
}
.cxd-Tree-itemDrager {
  cursor: move;
  color: var(--icon-color);
}
.cxd-Tree-spinner {
  margin-right: var(--gap-xs);
}
.cxd-Tree-itemIcon {
  display: inline-flex;
  margin-right: var(--gap-xs);
}
.cxd-Tree-rootIcon > svg, .cxd-Tree-folderIcon > svg, .cxd-Tree-leafIcon > svg {
  top: 0;
  width: 0.875rem;
  height: 0.875rem;
}
.cxd-Tree-itemLabel {
  user-select: none;
}
.cxd-Tree-itemLabel.is-checked, .cxd-Tree-itemLabel.is-children-checked {
  color: var(--Tree-itemLabel--onChecked-color);
  background-color: var(--Tree-item-onHover-bg);
}
.cxd-Tree-itemLabel.is-disabled {
  color: var(--text--muted-color);
}
.cxd-Tree-itemLabel > .cxd-Checkbox {
  display: inline-flex;
  align-self: center;
}
.cxd-Tree-itemText {
  cursor: pointer;
  flex: 1 auto;
  line-height: var(--lineHeightBase);
  padding: 0.25rem 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.cxd-Tree-placeholder {
  color: var(--text--muted-color);
}
.cxd-Tree-dropIndicator {
  position: absolute;
  height: 0.125rem;
  background-color: var(--Tree-itemLabel--onChecked-color);
  border-radius: 0.0625rem;
  z-index: 1;
}
.cxd-Tree-dropIndicator::after {
  position: absolute;
  top: -0.1875rem;
  left: -0.375rem;
  width: 0.5rem;
  height: 0.5rem;
  background-color: transparent;
  border: 0.125rem solid var(--Tree-itemLabel--onChecked-color);
  border-radius: 50%;
  content: "";
}
.cxd-Tree-dropIndicator--hover {
  border-radius: 0;
  background-color: var(--Tree-item-onHover-bg);
}
.cxd-Tree-dropIndicator--hover::after {
  display: none;
}

@media (min-width: 576px) {
  .tree-layout .form-tree {
    margin-bottom: 0;
    overflow-y: hidden;
  }
  .tree-layout .form-tree .cxd-TreeControl {
    padding-bottom: 0;
    height: 100% !important;
  }
}
.tree-layout > .cxd-Panel-body {
  padding-right: 0;
}
.tree-layout > .cxd-Panel-body > .cxd-Form > .cxd-ReadOnly-item > .cxd-TextControl--withAddOn > .cxd-TextControl-input {
  margin-right: 8px;
  background-color: var(--saas-SelectedBg) !important;
}
.tree-layout > .cxd-Panel-body > .cxd-Form > .form-tree > .cxd-TreeControl {
  padding: 6px 0;
}
.tree-layout .cxd-Tree-item {
  white-space: nowrap;
}
.tree-layout .cxd-Tree-itemLabel:hover .cxd-Tree-itemText {
  background: var(--Tree-item-onHover-bg);
}

.cxd-TreeSelectControl {
  position: relative;
}
.cxd-TreeSelectControl > .cxd-TreeSelect-popover {
  width: 100%;
}

.cxd-TreeSelect {
  position: relative;
  max-width: 100%;
  outline: none;
}
.cxd-TreeSelect.is-inline {
  display: inline-block;
  width: var(--Form-control-widthBase);
}
.cxd-TreeSelect-input {
  display: flex;
  background: var(--Form-input-bg);
  border: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
  border-radius: var(--Form-input-borderRadius);
  line-height: var(--Form-input-lineHeight);
  padding: var(--Form-input-paddingY) var(--Form-input-paddingX);
  font-size: var(--Form-input-fontSize);
  flex-wrap: wrap;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
.cxd-TreeSelect-input input {
  flex-basis: 5rem;
  flex-grow: 1;
  outline: none;
  background: transparent;
  border: none;
  color: var(--saas-font-size-dark-black);
  width: 100%;
  height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize));
}
.cxd-TreeSelect-input input::placeholder {
  color: var(--saas-font-size-deep-black);
}
.cxd-TreeSelect-input input::-webkit-input-placeholder {
  color: var(--saas-font-size-deep-black);
}
.cxd-TreeSelect-input input::-moz-input-placeholder {
  color: var(--saas-font-size-deep-black);
}
.cxd-TreeSelect-input input::-ms-input-placeholder {
  color: var(--saas-font-size-deep-black);
}
.cxd-TreeSelect-input input::placeholder {
  user-select: none;
}
@media screen and (min-width: 1280px) and (max-width: 1440px) {
  .cxd-TreeSelect-input input {
    height: 100%;
  }
  .cxd-TreeSelect-input input[type=checkbox] {
    width: auto;
    height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize));
  }
}
@media screen and (min-width: 1441px) and (max-width: 1680px) {
  .cxd-TreeSelect-input input {
    height: 100%;
  }
  .cxd-TreeSelect-input input[type=checkbox] {
    width: auto;
    height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize));
  }
}
.cxd-TreeSelect-input:hover {
  border-color: var(--Form-input-onFocused-borderColor);
}
.cxd-TreeSelect-input:hover a {
  opacity: 1;
}
.cxd-TreeSelect-input:focus-within {
  border-color: var(--Form-input-onFocused-borderColor);
}
.cxd-TreeSelect-input--borderHalf {
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-top-color: transparent !important;
}
.cxd-TreeSelect-input--borderNone {
  border-color: transparent !important;
}
.cxd-TreeSelect.is-error > .cxd-TreeSelect-input {
  border-color: var(--Form-input-onError-borderColor);
  background: var(--Form-input-onError-bg);
  transition: all var(--animation-duration);
}
.cxd-TreeSelect.is-focused > .cxd-TreeSelect-input {
  border-color: var(--Form-input-onFocused-borderColor);
  box-shadow: var(--Form-input-boxShadow);
  background: var(--Form-input-onFocused-bg);
  transition: all var(--animation-duration);
}
.cxd-TreeSelect.is-error.is-focused > .cxd-TreeSelect-input {
  border-color: var(--Form-input-onError-borderColor);
}
.cxd-TreeSelect.is-disabled > .cxd-TreeSelect-input {
  color: var(--text--muted-color);
  background: var(--Form-input-onDisabled-bg);
  border-color: var(--Form-input-onDisabled-borderColor);
  transition: all var(--animation-duration);
}
.cxd-TreeSelect-spinner {
  line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize));
}
.cxd-TreeSelect-clear {
  padding: 0.1875rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
}
.cxd-TreeSelect-clear svg {
  fill: var(--saas-font-size-dark-black);
  top: 0;
  width: 0.625rem;
  height: 0.625rem;
}
.cxd-TreeSelect-clear:hover svg {
  fill: var(--saas-font-size-black);
}
.cxd-TreeSelect-color .anticon svg {
  width: 0.875rem;
  height: 0.875rem;
}
@media (min-width: 576px) {
  .cxd-TreeSelect.cxd-Form-control--sizeXs > .cxd-TreeSelect-input, .cxd-TreeSelect.cxd-Form-control--sizeSm > .cxd-TreeSelect-input, .cxd-TreeSelect.cxd-Form-control--sizeMd > .cxd-TreeSelect-input, .cxd-TreeSelect.cxd-Form-control--sizeLg > .cxd-TreeSelect-input {
    min-width: 100%;
    display: inline-flex;
  }
}
.cxd-TreeSelect.is-opened {
  border-color: var(--Form-input-onFocused-borderColor);
  box-shadow: var(--Form-input-boxShadow);
  background: var(--Form-input-onFocused-bg);
}
.cxd-TreeSelect-popup {
  height: 25rem;
}
.cxd-TreeSelect-popup.isMobile .cxd-Tree {
  padding: 12px;
}
.cxd-TreeSelect-popup.isMobile.firstHide {
  opacity: 0;
  height: 0;
}
.cxd-TreeSelect-popup.isMobile.firstHide.updateChanged {
  height: 25rem;
  opacity: 1;
  max-height: 100vh;
}
.cxd-TreeSelect-icon {
  margin: 0 0 0 auto;
}

.cxd-TreeSelect-popover {
  background: transparent;
  border: none;
  box-shadow: none;
}
.cxd-TreeSelect-popover > .cxd-Tree {
  background: var(--TreeSelect-popover-bg);
  border: var(--Form-input-borderWidth) solid var(--Form-input-onFocused-borderColor);
  padding: var(--gap-xs) var(--Form-input-paddingX);
  border-radius: 0;
  margin-top: -1px;
  max-height: 400px;
  overflow: auto;
}

.cxd-Combo-placeholder {
  color: var(--text--muted-color);
  padding-top: var(--Form-label-paddingTop);
}
.cxd-Combo-toolbarBtn {
  line-height: var(--Combo-toolbarBtn-lineHeight);
  height: var(--Combo-toolbarBtn-height);
  color: var(--Combo-toolbarBtn-color);
  padding: var(--Combo-toolbarBtn-paddingY) var(--Combo-toolbarBtn-paddingX);
  cursor: pointer;
}
.cxd-Combo-toolbarBtn:hover {
  color: var(--Combo-toolbarBtn-onHover-color);
}
.cxd-Combo-setNullBtn {
  margin-top: var(--gap-xs);
  display: inline-block;
}
.cxd-Combo-addBtn {
  font-size: var(--Combo-addBtn-fontSize);
  padding: var(--Combo-addBtn-paddingY) var(--Combo-addBtn-paddingX);
  font-size: var(--Combo-addBtn-fontSize);
  line-height: var(--Combo-addBtn-lineHeight);
  border-radius: var(--Combo-addBtn-borderRadius);
  height: var(--Combo-addBtn-height);
  color: var(--Combo-addBtn-color);
  background: var(--Combo-addBtn-bg);
  border-color: var(--Combo-addBtn-border);
  box-shadow: var(--Button-boxShadow);
  text-shadow: var(--Button-textShadow);
}
.cxd-Combo-addBtn > svg {
  width: var(--Combo-addBtn-fontSize);
  height: var(--Combo-addBtn-fontSize);
}
.cxd-Combo-addBtn .cxd-Button-icon:first-child:not(:last-child):not(.pull-right),
.cxd-Combo-addBtn > svg.icon:not(:last-child):not(.pull-right),
.cxd-Combo-addBtn > .pull-left {
  margin-right: var(--gap-xs);
}
.cxd-Combo-addBtn .cxd-Button-icon:last-child:not(:first-child):not(.pull-left),
.cxd-Combo-addBtn > .pull-right {
  margin-right: var(--gap-xs);
}
.cxd-Combo-addBtn .cxd-Button--loading:first-child:not(:last-child):not(.pull-right),
.cxd-Combo-addBtn > svg.icon:not(:last-child):not(.pull-right),
.cxd-Combo-addBtn > .pull-left {
  margin-right: var(--Combo-addBtn-paddingX);
}
.cxd-Combo-addBtn .cxd-Button--loading:last-child:not(:first-child):not(.pull-left),
.cxd-Combo-addBtn > .pull-right {
  margin-left: var(--Combo-addBtn-paddingX);
}
.cxd-Combo-addBtn img.cxd-Button-icon {
  height: var(--Button-fontSize);
  vertical-align: middle;
}
.cxd-Combo-addBtn:not(:disabled):not(.is-disabled):hover {
  color: var(--Combo-addBtn-onHover-color);
  background: var(--Combo-addBtn-onHover-bg);
  border-color: var(--Combo-addBtn-onHover-border);
}
.cxd-Combo-addBtn:not(:disabled):not(.is-disabled):hover:active {
  color: var(--Combo-addBtn-onActive-color);
  background: var(--Combo-addBtn-onActive-bg);
  border-color: var(--Combo-addBtn-onActive-border);
}
.cxd-Combo-addBtn:hover:focus {
  box-shadow: var(--Button-boxShadow);
}
.cxd-Combo-addBtn.is-disabled {
  pointer-events: none;
  opacity: var(--Button-onDisabled-opacity);
}
.cxd-Combo-delBtn {
  color: var(--icon-color);
  cursor: pointer;
}
.cxd-Combo-delBtn:hover {
  color: var(--icon-onHover-color);
}
.cxd-Combo-tab-delBtn {
  color: var(--icon-color);
  cursor: pointer;
  margin-left: var(--gap-sm);
  display: inline-block;
}
.cxd-Combo-tab-delBtn > svg {
  width: 0.6875rem;
  height: 0.6875rem;
}
.cxd-Combo-tab-delBtn:hover {
  color: var(--icon-onHover-color);
}
.cxd-Combo-items {
  margin-bottom: var(--Combo-items-marginBottom);
}
.cxd-Combo-items:empty {
  display: none;
}
.cxd-Combo-items:empty + .cxd-Combo-toolbar {
  padding-top: calc( (var(--Form-input-height) - var(--Combo-addBtn-height)) / 2 );
}
.cxd-Combo-item {
  background: var(--Page-main-bg);
}
.cxd-Combo-itemDrager {
  cursor: move;
}
.cxd-Combo-itemDrager > a {
  color: var(--icon-color);
}
.cxd-Combo-itemDrager > a:hover {
  color: var(--icon-onHover-color);
}
.cxd-Combo-itemDrager svg {
  width: 1rem;
  height: 1rem;
}
.cxd-Combo--hor .cxd-Combo-item {
  display: flex;
  flex-wrap: nowrap;
}
.cxd-Combo--hor .cxd-Combo-item + .cxd-Combo-item {
  margin-top: var(--Combo--horizontal-item-gap);
}
.cxd-Combo--hor .cxd-Combo-itemInner {
  flex-basis: 0;
  flex-grow: 1;
}
.cxd-Combo--hor .cxd-Combo-itemTag {
  margin-right: var(--gap-sm);
}
.cxd-Combo--hor .cxd-Combo-itemTag label {
  color: var(--info);
  margin-right: var(--gap-sm);
}
.cxd-Combo--hor .cxd-Combo-delBtn {
  margin-left: var(--gap-xs);
  display: flex;
  white-space: nowrap;
  align-items: flex-start;
  padding-top: var(--Form-label-paddingTop);
}
.cxd-Combo--hor .cxd-Combo-delBtn.is-disabled {
  pointer-events: none;
  opacity: var(--Button-onDisabled-opacity);
}
.cxd-Combo--hor.is-draggable .cxd-Combo-toolbar {
  padding-left: 1.5rem;
}
.cxd-Combo--hor .cxd-Combo-itemDrager {
  padding: var(--Combo--horizontal-dragger-top) 0.375rem 0 0;
  display: flex;
  align-items: center;
}
.cxd-Combo--ver:not(.cxd-Combo--noBorder)::before, .cxd-Combo--ver:not(.cxd-Combo--noBorder)::after {
  display: table;
  content: "";
}
.cxd-Combo--ver:not(.cxd-Combo--noBorder)::after {
  clear: both;
}
.cxd-Combo--ver:not(.cxd-Combo--noBorder) > .cxd-Combo-items {
  margin: calc(var(--Combo--vertical-item-gap) * -2) calc(var(--Combo--vertical-item-gap) * -2) 0 calc(var(--Combo--vertical-item-gap) * -2);
}
.cxd-Combo--ver:not(.cxd-Combo--noBorder) > .cxd-Combo-items > .cxd-Combo-placeholder {
  margin: calc(var(--Combo--vertical-item-gap) * 2);
}
.cxd-Combo--ver:not(.cxd-Combo--noBorder) .cxd-Combo-itemTag {
  text-align: right;
}
.cxd-Combo--ver:not(.cxd-Combo--noBorder) .cxd-Combo-itemTag label {
  color: var(--info);
  margin-right: var(--gap-sm);
}
.cxd-Combo--ver:not(.cxd-Combo--noBorder) > .cxd-Combo-item,
.cxd-Combo--ver:not(.cxd-Combo--noBorder) > .cxd-Combo-items > .cxd-Combo-item {
  border: var(--Combo--vertical-item-borderWidth) dashed var(--Combo--vertical-item-borderColor);
  padding: var(--Combo--vertical-item-paddingY) var(--Combo--vertical-item-paddingX);
  position: relative;
}
.cxd-Combo--ver:not(.cxd-Combo--noBorder) > .cxd-Combo-items > .cxd-Combo-item {
  margin: calc(var(--Combo--vertical-item-gap) * 2);
}
.cxd-Combo--ver:not(.cxd-Combo--noBorder) > .cxd-Combo-items > .cxd-Combo-item > .cxd-Combo-delBtn {
  position: absolute;
  opacity: 0;
  top: var(--gap-xs);
  right: var(--gap-xs);
}
.cxd-Combo--ver:not(.cxd-Combo--noBorder):not(.is-disabled) > .cxd-Combo-item:hover, .cxd-Combo--ver:not(.cxd-Combo--noBorder):not(.is-disabled) > .cxd-Combo-items > .cxd-Combo-item:hover {
  border-color: var(--Combo--vertical-item-onHover-borderColor);
}
.cxd-Combo--ver:not(.cxd-Combo--noBorder):not(.is-disabled) > .cxd-Combo-item:hover > .cxd-Combo-delBtn, .cxd-Combo--ver:not(.cxd-Combo--noBorder):not(.is-disabled) > .cxd-Combo-items > .cxd-Combo-item:hover > .cxd-Combo-delBtn {
  opacity: 1;
}
.cxd-Combo--ver:not(.cxd-Combo--noBorder) > .cxd-Combo-items > .cxd-Combo-item > .cxd-Combo-itemDrager {
  position: absolute;
  top: var(--Combo--horizontal-dragger-top);
  left: -1.875rem;
  display: flex;
  align-items: center;
}
.cxd-Combo--ver:not(.cxd-Combo--noBorder).is-draggable > .cxd-Combo-items > .cxd-Combo-item {
  margin-left: 2.1875rem;
}
.cxd-Combo--ver:not(.cxd-Combo--noBorder).is-draggable > .cxd-Combo-toolbar {
  padding-left: 1.5625rem;
}
.cxd-Combo-item--dragging {
  position: relative;
}
.cxd-Combo-item--dragging:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 5;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
}

.cxd-ComboTabs > .cxd-Tabs-links::before, .cxd-ComboTabs > .cxd-Tabs-links::after {
  display: table;
  content: "";
}
.cxd-ComboTabs > .cxd-Tabs-links::after {
  clear: both;
}
.cxd-ComboTabs > .cxd-Tabs-links .cxd-Tabs-link > a {
  word-break: break-all;
}

.cxd-ComboTabs-addLink {
  float: right;
}
.cxd-ComboTabs-addLink > a svg {
  margin-right: var(--gap-xs);
}

.cxd-Combo-dragableTip {
  color: var(--text--muted-color);
  font-size: var(--fontSizeSm);
  margin-left: var(--gap-xs);
}
.cxd-Combo-dragableTip:empty {
  display: none;
}

.cxd-ComboControl.is-inline .cxd-Combo--hor .cxd-Combo-itemInner {
  flex-grow: unset;
  flex-basis: unset;
}
.cxd-ComboControl.is-inline .cxd-Combo--ver .cxd-Combo-item {
  display: inline-block;
  min-width: var(--Form-control-widthBase);
}

@media (min-width: 576px) {
  .cxd-Combo-form .cxd-Form-item:last-child {
    margin-bottom: 0;
  }
}
.cxd-SubForm-values {
  margin: 2px -3px;
}
.cxd-SubForm-values:empty {
  display: none;
}
.cxd-SubForm-value {
  background: var(--ResultBox-value-bg);
  color: var(--ResultBox-value-color);
  font-size: var(--Form-input-fontSize);
  padding: 0 var(--gap-xs);
  min-height: 1.5rem;
  flex-wrap: nowrap;
  display: inline-flex;
  align-items: center;
  margin: 2px 3px;
  user-select: none;
}
@media screen and (min-width: 1280px) and (max-width: 1440px) {
  .cxd-SubForm-value {
    min-height: 1rem;
    line-height: 1rem;
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 1441px) and (max-width: 1680px) {
  .cxd-SubForm-value {
    height: 1.5rem;
    line-height: 1.5rem;
    font-size: 0.75rem;
  }
}
.cxd-SubForm-valueLabel {
  color: inherit;
}
.cxd-SubForm-valueDel, .cxd-SubForm-valueEdit, .cxd-SubForm-valueDragBar {
  cursor: pointer;
  margin-left: var(--gap-xs);
  color: var(--ResultBox-icon-color);
}
.cxd-SubForm-valueDel:hover, .cxd-SubForm-valueEdit:hover, .cxd-SubForm-valueDragBar:hover {
  color: var(--ResultBox-icon--onHover-color);
}
.cxd-SubForm-valueDel > svg, .cxd-SubForm-valueEdit > svg, .cxd-SubForm-valueDragBar > svg {
  width: 0.75rem;
  height: 0.75rem;
}
.cxd-SubForm-valueDragBar {
  margin-left: 0;
  margin-right: var(--gap-xs);
  cursor: move;
}
.cxd-SubForm-value:hover {
  background: var(--ResultBox-value--onHover-bg);
}
.cxd-SubForm-value.is-disabled {
  pointer-events: none;
  color: var(--ResultBox-value--onDisabled-color);
}
.cxd-SubForm-value.is-disabled > a {
  color: var(--ResultBox-icon--onDisabled-color);
}
.cxd-SubForm-value--dragging {
  position: relative;
}
.cxd-SubForm-value--dragging:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 5;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
}
.cxd-SubForm-addBtn {
  width: auto;
  min-width: auto;
  font-weight: var(--fontWeightNormal);
  color: var(--Button--link-color);
  text-decoration: var(--link-decoration);
  border: none;
  height: auto;
  padding: 0 4px;
  display: inline-flex;
  align-items: center;
}
.cxd-SubForm-addBtn:hover:focus {
  color: var(--Button--link-onHover-color);
  text-decoration: var(--link-onHover-decoration);
  box-shadow: none;
}
.cxd-SubForm-addBtn > svg {
  width: 12px;
  height: 12px;
  margin-right: 4px !important;
  top: 0;
}
.cxd-SubForm-addBtn:disabled, .cxd-SubForm-addBtn.is-disabled {
  color: var(--text--muted-color);
  pointer-events: none;
  background: transparent;
}
.cxd-SubForm-placeholder {
  color: var(--Form-input-placeholderColor);
  user-select: none;
  padding: 4px;
}

.cxd-ChainedSelectControl .cxd-Select {
  margin-right: var(--gap-xs);
}

.cxd-Picker {
  position: relative;
  max-width: 100%;
  outline: none;
}
.cxd-Picker.is-inline {
  display: inline-block;
  width: var(--Form-control-widthBase);
}
.cxd-Picker-input {
  display: flex;
  background: var(--Form-input-bg);
  border: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
  border-radius: var(--Form-input-borderRadius);
  line-height: var(--Form-input-lineHeight);
  padding: var(--Form-input-paddingY) var(--Form-input-paddingX);
  font-size: var(--Form-input-fontSize);
  flex-wrap: wrap;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
.cxd-Picker-input input {
  flex-basis: 5rem;
  flex-grow: 1;
  outline: none;
  background: transparent;
  border: none;
  color: var(--saas-font-size-dark-black);
  width: 100%;
  height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize));
}
.cxd-Picker-input input::placeholder {
  color: var(--saas-font-size-deep-black);
}
.cxd-Picker-input input::-webkit-input-placeholder {
  color: var(--saas-font-size-deep-black);
}
.cxd-Picker-input input::-moz-input-placeholder {
  color: var(--saas-font-size-deep-black);
}
.cxd-Picker-input input::-ms-input-placeholder {
  color: var(--saas-font-size-deep-black);
}
.cxd-Picker-input input::placeholder {
  user-select: none;
}
@media screen and (min-width: 1280px) and (max-width: 1440px) {
  .cxd-Picker-input input {
    height: 100%;
  }
  .cxd-Picker-input input[type=checkbox] {
    width: auto;
    height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize));
  }
}
@media screen and (min-width: 1441px) and (max-width: 1680px) {
  .cxd-Picker-input input {
    height: 100%;
  }
  .cxd-Picker-input input[type=checkbox] {
    width: auto;
    height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize));
  }
}
.cxd-Picker-input:hover {
  border-color: var(--Form-input-onFocused-borderColor);
}
.cxd-Picker-input:hover a {
  opacity: 1;
}
.cxd-Picker-input:focus-within {
  border-color: var(--Form-input-onFocused-borderColor);
}
.cxd-Picker-input--borderHalf {
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-top-color: transparent !important;
}
.cxd-Picker-input--borderNone {
  border-color: transparent !important;
}
.cxd-Picker.is-error > .cxd-Picker-input {
  border-color: var(--Form-input-onError-borderColor);
  background: var(--Form-input-onError-bg);
  transition: all var(--animation-duration);
}
.cxd-Picker.is-focused > .cxd-Picker-input {
  border-color: var(--Form-input-onFocused-borderColor);
  box-shadow: var(--Form-input-boxShadow);
  background: var(--Form-input-onFocused-bg);
  transition: all var(--animation-duration);
}
.cxd-Picker.is-error.is-focused > .cxd-Picker-input {
  border-color: var(--Form-input-onError-borderColor);
}
.cxd-Picker.is-disabled > .cxd-Picker-input {
  color: var(--text--muted-color);
  background: var(--Form-input-onDisabled-bg);
  border-color: var(--Form-input-onDisabled-borderColor);
  transition: all var(--animation-duration);
}
.cxd-Picker-spinner {
  line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize));
}
.cxd-Picker-clear {
  padding: 0.1875rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
}
.cxd-Picker-clear svg {
  fill: var(--saas-font-size-dark-black);
  top: 0;
  width: 0.625rem;
  height: 0.625rem;
}
.cxd-Picker-clear:hover svg {
  fill: var(--saas-font-size-black);
}
.cxd-Picker-color .anticon svg {
  width: 0.875rem;
  height: 0.875rem;
}
@media (min-width: 576px) {
  .cxd-Picker.cxd-Form-control--sizeXs > .cxd-Picker-input, .cxd-Picker.cxd-Form-control--sizeSm > .cxd-Picker-input, .cxd-Picker.cxd-Form-control--sizeMd > .cxd-Picker-input, .cxd-Picker.cxd-Form-control--sizeLg > .cxd-Picker-input {
    min-width: 100%;
    display: inline-flex;
  }
}
.cxd-Picker.is-focus > .cxd-Picker-input {
  border-color: var(--Form-input-onFocused-borderColor);
  box-shadow: var(--Form-input-boxShadow);
  background: var(--Form-input-onFocused-bg);
}
.cxd-Picker.is-disabled {
  pointer-events: none;
  opacity: var(--Button-onDisabled-opacity);
}
.cxd-Picker.is-disabled .cxd-Picker-valueWrap {
  line-height: unset;
  min-height: auto;
}
.cxd-Picker.is-disabled .cxd-Picker-valueWrap .cxd-Picker-values {
  line-height: unset;
}
.cxd-Picker-placeholder {
  color: var(--saas-Placeholder-Text);
  user-select: none;
  position: absolute;
  height: 100%;
  line-height: calc(var(--Form-input-height) - 0.0625rem*2);
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: calc(100% - 35px);
}
.cxd-Picker-input {
  min-height: var(--Form-input-height);
  padding: 0 0.625rem;
  height: auto;
  color: var(--saas-Title-Text);
}
@media (max-width: 767px) {
  .cxd-Picker-input {
    background: none;
  }
}
.cxd-Picker .cxd-Picker-values {
  display: inline;
}
.cxd-Picker-valueWrap {
  flex-grow: 1;
  position: relative;
}
.cxd-Picker-valueWrap > input {
  width: 1rem;
  display: inline-block;
  height: auto;
}
.cxd-Picker .cxd-Picker-valueWrap {
  margin-bottom: calc(var(--gap-xs) * -1);
  min-height: calc(var(--Form-input-height) - (0.0625rem*2));
  overflow: hidden;
}
.cxd-Picker .cxd-Picker-valueWrap .cxd-Picker-valueWraps {
  max-width: calc(100% - 16px);
  color: var(--saas-Title-Text);
}
.cxd-Picker .cxd-Picker-valueWrap .cxd-Picker-values {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: calc(var(--Form-input-height) - (0.0625rem*2));
}
.cxd-Picker .cxd-Picker-value {
  cursor: pointer;
  user-select: none;
  white-space: nowrap;
  line-height: 24px;
  display: inline-block;
  font-size: var(--Form-input-fontSize);
  color: var(--ResultBox-value-color);
  background: var(--ResultBox-value-bg);
  border-radius: 2px;
  margin: 0 3px;
  padding: 0 var(--gap-xs);
}
.cxd-Picker .cxd-Picker-valueIcon {
  cursor: pointer;
  color: var(--ResultBox-icon-color);
  padding: 0 var(--gap-xs);
  line-height: 18px;
  flex-wrap: nowrap;
  display: inline-flex;
  align-items: center;
  user-select: none;
  font-size: 10px;
}
.cxd-Picker .cxd-Picker-valueLabel {
  padding: 0 var(--gap-xs);
}
.cxd-Picker-btn {
  position: absolute;
  right: 5px;
  display: flex;
  align-items: center;
  cursor: pointer;
  color: var(--saas-font-size-black);
  height: 100%;
}
.cxd-Picker-clear {
  display: inline-block;
  padding: 0.1875rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  line-height: 1;
  margin-right: var(--gap-xs);
}
.cxd-Picker-clear svg {
  fill: var(--saas-font-size-dark-black);
  top: 0;
  width: 0.625rem;
  height: 0.625rem;
}
.cxd-Picker-clear:hover svg {
  fill: var(--saas-font-size-black);
}

.cxd-PickerControl.is-inline .cxd-Picker {
  display: inline-block;
  min-width: 9.375rem;
  width: 100%;
}

.cxd-Picker-ResultBox-overflow .ant-popover-inner-content {
  max-width: 400px;
  max-height: 400px;
  padding: 5px 6px;
}
@media (max-width: 767px) {
  .cxd-Picker-ResultBox-overflow .ant-popover-inner-content {
    max-width: 200px;
    max-height: 200px;
  }
}
.cxd-Picker-ResultBox-overflow .ant-popover-inner-content .cxd-Picker-values {
  display: flex;
  overflow: auto;
  flex-wrap: wrap;
}
.cxd-Picker-ResultBox-overflow .ant-popover-inner-content .cxd-Picker-values::-webkit-scrollbar {
  width: 0;
}
.cxd-Picker-ResultBox-overflow .ant-popover-inner-content .cxd-Picker-values .cxd-Picker-value {
  cursor: pointer;
  user-select: none;
  white-space: nowrap;
  line-height: 24px;
  display: inline-block;
  font-size: var(--Form-input-fontSize);
  color: var(--ResultBox-value-color);
  background: var(--ResultBox-value-bg);
  border-radius: 2px;
  margin-right: var(--gap-xs);
  padding: 0 var(--gap-xs);
  word-wrap: break-word;
  white-space: wrap;
  margin-bottom: 4px;
}
.cxd-Picker-ResultBox-overflow .ant-popover-inner-content .cxd-Picker-values .cxd-Picker-value .cxd-Picker-valueIcon {
  cursor: pointer;
  color: var(--ResultBox-icon-color);
  padding: 0 var(--gap-xs);
  line-height: 18px;
  flex-wrap: nowrap;
  display: inline-flex;
  align-items: center;
  user-select: none;
  font-size: 10px;
}
.cxd-Picker-ResultBox-overflow .ant-popover-inner-content .cxd-Picker-values .cxd-Picker-valueLabel-background {
  background: transparent;
  font-size: 13px;
}
.cxd-Picker-ResultBox-overflow .ant-popover-inner-content .cxd-Picker-values .cxd-Picker-valueLabel-background:hover {
  background: var(--ResultBox-value--onHover-bg);
}

.cxd-QrCode {
  min-height: var(--Form-input-height);
  padding: 0.4375rem 0;
}

.cxd-TagControl {
  position: relative;
}
.cxd-TagControl-input.is-focused {
  border-radius: 0;
}
.cxd-TagControl-input.is-disabled {
  border-style: dashed;
  background: transparent;
}
.cxd-TagControl.is-inline {
  display: inline-block;
}
.cxd-TagControl > .cxd-TagControl-popover {
  padding: 0;
  border: none;
  width: 100%;
  margin-top: calc( var(--Form-select-popoverGap) - var(--Form-select-outer-borderWidth) );
}
.cxd-TagControl > .cxd-TagControl-popover.cxd-PopOver--leftBottomLeftTop {
  top: 100% !important;
}
.cxd-TagControl > .cxd-TagControl-popover.cxd-PopOver--leftTopLeftBottom {
  top: auto !important;
  bottom: 100% !important;
}
.cxd-TagControl-sug {
  margin-top: var(--Form-input-marginBottom);
}
.cxd-TagControl-sugTip {
  color: var(--TagControl-sugTip-color);
  margin-bottom: var(--Form-input-marginBottom);
}
.cxd-TagControl-sugItem {
  margin-right: var(--gap-sm);
  margin-bottom: var(--gap-sm);
  display: inline-block;
  font-size: var(--TagControl-sugBtn-fontSize);
  cursor: pointer;
  user-select: none;
  border: var(--TagControl-sugBtn-borderWidth) solid transparent;
  padding: var(--TagControl-sugBtn-paddingY) var(--TagControl-sugBtn-paddingX);
  font-size: var(--TagControl-sugBtn-fontSize);
  line-height: var(--TagControl-sugBtn-lineHeight);
  border-radius: var(--TagControl-sugBtn-borderRadius);
  height: var(--TagControl-sugBtn-height);
  color: var(--TagControl-sugBtn-color);
  background: var(--TagControl-sugBtn-bg);
  border-color: var(--TagControl-sugBtn-border);
  box-shadow: var(--Button-boxShadow);
  text-shadow: var(--Button-textShadow);
}
.cxd-TagControl-sugItem .cxd-Button-icon:first-child:not(:last-child):not(.pull-right),
.cxd-TagControl-sugItem > svg.icon:not(:last-child):not(.pull-right),
.cxd-TagControl-sugItem > .pull-left {
  margin-right: var(--gap-xs);
}
.cxd-TagControl-sugItem .cxd-Button-icon:last-child:not(:first-child):not(.pull-left),
.cxd-TagControl-sugItem > .pull-right {
  margin-right: var(--gap-xs);
}
.cxd-TagControl-sugItem .cxd-Button--loading:first-child:not(:last-child):not(.pull-right),
.cxd-TagControl-sugItem > svg.icon:not(:last-child):not(.pull-right),
.cxd-TagControl-sugItem > .pull-left {
  margin-right: var(--TagControl-sugBtn-paddingX);
}
.cxd-TagControl-sugItem .cxd-Button--loading:last-child:not(:first-child):not(.pull-left),
.cxd-TagControl-sugItem > .pull-right {
  margin-left: var(--TagControl-sugBtn-paddingX);
}
.cxd-TagControl-sugItem img.cxd-Button-icon {
  height: var(--Button-fontSize);
  vertical-align: middle;
}
.cxd-TagControl-sugItem:not(:disabled):not(.is-disabled):hover {
  color: var(--TagControl-sugBtn-onHover-color);
  background: var(--TagControl-sugBtn-onHover-bg);
  border-color: var(--TagControl-sugBtn-onHover-border);
}
.cxd-TagControl-sugItem:not(:disabled):not(.is-disabled):hover:active {
  color: var(--TagControl-sugBtn-onActive-color);
  background: var(--TagControl-sugBtn-onActive-bg);
  border-color: var(--TagControl-sugBtn-onActive-border);
}
.cxd-TagControl-sugItem:hover:focus {
  box-shadow: var(--Button-boxShadow);
}
.cxd-TagControl-sugItem.is-disabled {
  pointer-events: none;
  opacity: var(--Button-onDisabled-opacity);
}

.cxd-TagControl-popover.cxd-PopOver--leftBottomLeftTop > .cxd-ListMenu {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.cxd-TagControl-popover.cxd-PopOver--leftTopLeftBottom > .cxd-ListMenu {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.cxd-Rating {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: flex-start;
  flex-flow: row wrap;
}
.cxd-Rating > ul {
  display: flex;
  padding: unset;
  margin: unset;
  align-items: center;
  justify-content: flex-start;
  flex-flow: row wrap;
}
.cxd-Rating-star {
  position: relative;
  margin-right: var(--Rating-star-margin);
  overflow: hidden;
  display: block;
  font-size: var(--Rating-star-size);
  line-height: 1;
  cursor: pointer;
  user-select: none;
  color: var(--Rating-inactive-color);
}
.cxd-Rating-star-half > svg.icon, .cxd-Rating-star > svg.icon {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  top: 0;
}
.cxd-Rating-star:last-of-type {
  margin-right: 0;
}
.cxd-Rating-star.is-disabled {
  cursor: not-allowed;
  pointer-events: none;
}
.cxd-Rating-star-half {
  position: absolute;
  overflow: hidden;
  display: block;
  z-index: 1;
  top: 0;
  left: 0;
  width: 50%;
}
.cxd-Rating-text {
  font-size: var(--fontSizeSm);
  color: var(--text-color);
  font-weight: var(--fontWeightNormal);
}
.cxd-Rating-text--left {
  margin-right: var(--Rating-star-margin);
}
.cxd-Rating-text--right {
  margin-left: var(--Rating-star-margin);
}

.cxd-RatingControl {
  position: relative;
  overflow: hidden;
}

.cxd-Transfer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  min-height: 18.75rem;
  position: relative;
}
.cxd-Transfer--inline {
  display: inline-flex;
  flex-wrap: nowrap;
}
.cxd-Transfer-title {
  display: flex;
  align-items: center;
  background: var(--Transfer-title-bg);
  height: 1.875rem;
  line-height: var(--Form-input-lineHeight);
  font-size: var(--Form-input-fontSize);
  padding: calc((1.875rem - var(--Form-input-lineHeight) * var(--Form-input-fontSize)) / 2) var(--gap-sm);
  flex-direction: row;
  border-radius: var(--borderRadius) var(--borderRadius) 0 0;
}
.cxd-Transfer-title--light {
  background: transparent;
}
.cxd-Transfer-title > span {
  flex-grow: 1;
}
.cxd-Transfer-select, .cxd-Transfer-result {
  max-height: 25rem;
  flex-grow: 1;
  border: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
  display: flex;
  flex-direction: column;
  border-radius: var(--borderRadius);
}
.cxd-Transfer-select {
  max-width: 70%;
  min-width: 50%;
}
.cxd-Transfer-result {
  max-width: 50%;
}
.cxd-Transfer-select > .cxd-Transfer-selection, .cxd-Transfer-result > .cxd-Transfer-value {
  flex-grow: 1;
  max-height: 100%;
  overflow: auto;
  position: relative;
}
.cxd-Transfer-selection .cxd-ListSelection-placeholder {
  height: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.cxd-Transfer-search {
  padding: var(--gap-sm);
}
.cxd-Transfer-mid {
  min-width: 0.625rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cxd-Transfer-arrow {
  width: 40px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--borderColor);
  margin: 0 10px;
  color: var(--icon-color);
}
.cxd-Transfer-arrow > svg {
  top: 0;
  width: 14px;
  height: 14px;
}
.cxd-Transfer-checkAll, .cxd-Transfer-clearAll {
  user-select: none;
  cursor: pointer;
}
.cxd-Transfer-checkAll.is-disabled, .cxd-Transfer-clearAll.is-disabled {
  pointer-events: none;
  color: var(--text--muted-color);
}
.cxd-Transfer-selection .cxd-Table-content {
  border-top: 0;
}
.cxd-Transfer-selection .cxd-Table-content .cxd-Table-table {
  border-bottom: 0;
}
.cxd-Transfer-selection .cxd-Table-content .cxd-Table-table thead > tr th:first-child {
  border-left: none;
}
.cxd-Transfer-selection .cxd-Table-content .cxd-Table-table thead > tr th:last-child {
  border-right: none;
}
.cxd-Transfer-selection .cxd-Table-content .cxd-Table-table tbody > tr:first-child td {
  border-top: none;
}
.cxd-Transfer-selection .cxd-Table-content .cxd-Table-table tbody > tr > td {
  border-top: 1px solid var(--borderColor);
}
.cxd-Transfer-selection .cxd-Table-content .cxd-Table-table tbody > tr > td:first-child {
  padding-right: 0.625rem;
}

.cxd-TabsTransfer .cxd-Transfer-title {
  height: 40px;
}
.cxd-TabsTransfer-placeholder {
  height: var(--Form-input-height);
  line-height: var(--Form-input-lineHeight);
  font-size: var(--Form-input-fontSize);
  padding: calc((var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize)) / 2) var(--gap-sm);
  color: var(--text--muted-color);
}
.cxd-TabsTransfer-tab {
  padding: 0;
  overflow: auto;
}
.cxd-TabsTransfer-tabs {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cxd-TabsTransfer-tabs > .cxd-Tabs-links {
  border-top: 0 none;
  padding: 5px 0 0 5px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.cxd-TabsTransfer-tabs > .cxd-Tabs-links > .cxd-Tabs-link > a:first-child {
  font-size: 12px;
  padding: 7px 8px;
}
.cxd-TabsTransfer-tabs > .cxd-Tabs-links .cxd-TabsTransfer-tabsMid {
  flex-grow: 1;
}
.cxd-TabsTransfer-tabs > .cxd-Tabs-links > .cxd-SearchBox {
  margin: -5px 5px 0 10px;
}
.cxd-TabsTransfer-tabs > .cxd-Tabs-links > .cxd-SearchBox.is-active {
  width: 150px;
  margin-right: 10px;
  padding-left: 10px;
}
.cxd-TabsTransfer-tabs > .cxd-Tabs-content {
  flex-grow: 1;
  min-height: 0;
  position: relative;
  padding: 5px 0 0;
}
.cxd-TabsTransfer-tabs > .cxd-Tabs-content > .cxd-Tabs-pane {
  position: relative;
  height: 100%;
}
.cxd-TabsTransfer-tabs > .cxd-Tabs-content > .cxd-Tabs-pane.is-active {
  display: flex;
  flex-direction: column;
}
.cxd-TabsTransfer-tabs > .cxd-Tabs-content > .cxd-Tabs-pane.is-active > .cxd-Transfer-selection {
  flex-grow: 1;
  max-height: 100%;
  overflow: auto;
}

.cxd-TransferControl {
  position: relative;
}
.cxd-TransferControl.is-inline {
  display: inline-block;
}

.cxd-TransferPicker-icon {
  transition: transform var(--animation-duration) ease-out;
  margin: 5px 5px 5px auto;
  display: flex;
}
@media screen and (min-width: 1280px) and (max-width: 1440px) {
  .cxd-TransferPicker-icon {
    margin: 0px 5px 0px auto;
  }
}
.cxd-TransferPicker-icon:hover {
  color: var(--saas-font-size-black);
}
.cxd-TransferPicker-icon > svg {
  top: 0;
}

.cxd-TransferDropDown-icon {
  transition: transform var(--animation-duration) ease-out;
  margin: 5px 5px 5px auto;
  display: flex;
  color: var(--saas-font-size-black);
}
.cxd-TransferDropDown-icon:hover {
  color: var(--saas-font-size-black);
}
.cxd-TransferDropDown-icon > svg {
  top: 0;
}
.cxd-TransferDropDown.is-active .cxd-TransferDropDown-icon {
  transform: rotate(180deg);
}

.cxd-TransferDropDown-content {
  min-height: 12.5rem;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1680px) {
  .cxd-TransferDropDown-content {
    min-height: auto;
  }
}
.cxd-TransferDropDown-content.is-mobile {
  width: 100%;
}
.cxd-TransferDropDown-content > .cxd-Transfer-selection {
  flex-grow: 1;
  max-height: 300px;
  overflow: auto;
  position: relative;
}
@media screen and (min-width: 1280px) and (max-width: 1440px) {
  .cxd-TransferDropDown-content > .cxd-Transfer-selection {
    max-height: 200px;
  }
}

.cxd-NestedSelectControl {
  position: relative;
}

.cxd-NestedSelect {
  position: relative;
}
.cxd-NestedSelect--borderHalf {
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-top-color: transparent !important;
}
.cxd-NestedSelect--borderNone {
  border-color: transparent !important;
}
.cxd-NestedSelect-optionArrowRight {
  display: inline-block;
  padding-right: 0.625rem;
}
.cxd-NestedSelect-optionArrowRight svg {
  width: 0.75rem;
  height: 0.75rem;
  fill: var(--Form-input-iconColor);
}
.cxd-NestedSelect-menuOuter {
  display: flex;
}
.cxd-NestedSelect-noResult {
  width: 10rem;
  padding: 0 var(--gap-xs);
  color: var(--Form-select-placeholderColor);
  line-height: var(--Form-input-lineHeight);
  font-size: var(--Form-select-input-fontSize);
  user-select: none;
  padding: calc( ( var(--Form-select-menu-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--Form-select-paddingX);
}
.cxd-NestedSelect-menu {
  width: 10rem;
  height: 10.9375rem;
  background: var(--Form-select-menu-bg);
  color: var(--Form-select-menu-color);
  border: var(--Form-select-outer-borderWidth) solid var(--Form-input-onFocused-borderColor);
  box-shadow: var(--Form-select-outer-boxShadow);
  overflow-y: auto;
  overflow-x: hidden;
}
.cxd-NestedSelect-menu:not(:first-child) {
  border-left: 0;
}
.cxd-NestedSelect-menu .cxd-NestedSelect-option {
  position: relative;
  padding-left: var(--gap-md);
  min-height: var(--Form-input-height);
  line-height: var(--Form-input-height);
  cursor: pointer;
  display: flex;
}
.cxd-NestedSelect-menu .cxd-NestedSelect-option > .cxd-NestedSelect-optionLabel {
  flex: 1;
}
.cxd-NestedSelect-menu .cxd-NestedSelect-option > .cxd-NestedSelect-optionLabel.is-disabled {
  cursor: not-allowed;
  color: var(--text--muted-color);
}
.cxd-NestedSelect-menu .cxd-NestedSelect-option.is-active {
  color: var(--Form-select-menu-onActive-color);
  background: var(--Form-select-menu-onActive-bg);
}
.cxd-NestedSelect-menu .cxd-NestedSelect-option:hover {
  color: var(--Form-select-menu-onHover-color);
  background: var(--Form-select-menu-onHover-bg);
}
.cxd-NestedSelect-menu .cxd-NestedSelect-option:hover > .cxd-NestedSelect-childrenOuter {
  display: block;
}
.cxd-NestedSelect-menu .cxd-NestedSelect-option.checkall {
  border-bottom: 0.0625rem solid #eceff8;
}
.cxd-NestedSelect-popup {
  height: 28.75rem;
}

.cxd-Cascader-tabs {
  display: flex;
}
.cxd-Cascader-tabs.scrollable {
  display: block;
  overflow-x: auto;
  white-space: nowrap;
}
.cxd-Cascader-tabs.scrollable::-webkit-scrollbar {
  display: none;
}

.cxd-Cascader-tab {
  flex: 1;
  width: calc((100vw - 20px) / 3);
  height: 23.125rem;
  overflow-y: auto;
  display: inline-block;
}
.cxd-Cascader-tab::-webkit-scrollbar {
  display: none;
}

.cxd-Cascader {
  width: 100%;
  padding: 0 10px;
}
.cxd-Cascader-Nav {
  overflow-x: auto;
}
.cxd-Cascader-NavItem {
  display: inline-block;
  margin-right: 0.625rem;
  list-style: none;
  cursor: pointer;
  user-select: none;
  padding: 0 0.375rem;
}
.cxd-Cascader-btnGroup {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 3.75rem;
}
.cxd-Cascader-options {
  box-sizing: border-box;
  height: var(--Cascader-option-height);
  padding-top: 0.375rem;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  margin: 0;
  padding: 0;
}
.cxd-Cascader-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.375rem 0;
  font-size: var(--fontSizeMd);
  line-height: var(--Cascader-option-lineHeight);
  cursor: pointer;
  position: relative;
}
.cxd-Cascader-option.selected span {
  color: var(--primary);
}
.cxd-Cascader-option.disabled span {
  color: gray;
}
.cxd-Cascader-option--text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  user-select: none;
}
.cxd-Cascader-option-selectedNum {
  min-width: 1rem;
  height: 1rem;
  line-height: 1rem;
  border-radius: 100%;
  text-align: center;
  background: var(--Form-select-menu-onActive-color);
  color: var(--white) !important;
  font-size: var(--fontSizeSm);
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.cxd-Cascader-icon {
  color: var(--primary);
}
.cxd-Cascader-tab {
  padding: 0;
}
.cxd-Cascader-btnCancel {
  color: var(--PopUp-cancelAction-color);
}

.cxd-IconPickerControl {
  position: relative;
  max-width: 100%;
}
.cxd-IconPickerControl.is-inline {
  display: inline-block;
  width: var(--Form-control-widthBase);
}
.cxd-IconPickerControl-input {
  display: flex;
  background: var(--Form-input-bg);
  border: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
  border-radius: var(--Form-input-borderRadius);
  line-height: var(--Form-input-lineHeight);
  padding: var(--Form-input-paddingY) var(--Form-input-paddingX);
  font-size: var(--Form-input-fontSize);
  flex-wrap: wrap;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
.cxd-IconPickerControl-input input {
  flex-basis: 5rem;
  flex-grow: 1;
  outline: none;
  background: transparent;
  border: none;
  color: var(--saas-font-size-dark-black);
  width: 100%;
  height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize));
}
.cxd-IconPickerControl-input input::placeholder {
  color: var(--saas-font-size-deep-black);
}
.cxd-IconPickerControl-input input::-webkit-input-placeholder {
  color: var(--saas-font-size-deep-black);
}
.cxd-IconPickerControl-input input::-moz-input-placeholder {
  color: var(--saas-font-size-deep-black);
}
.cxd-IconPickerControl-input input::-ms-input-placeholder {
  color: var(--saas-font-size-deep-black);
}
.cxd-IconPickerControl-input input::placeholder {
  user-select: none;
}
@media screen and (min-width: 1280px) and (max-width: 1440px) {
  .cxd-IconPickerControl-input input {
    height: 100%;
  }
  .cxd-IconPickerControl-input input[type=checkbox] {
    width: auto;
    height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize));
  }
}
@media screen and (min-width: 1441px) and (max-width: 1680px) {
  .cxd-IconPickerControl-input input {
    height: 100%;
  }
  .cxd-IconPickerControl-input input[type=checkbox] {
    width: auto;
    height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize));
  }
}
.cxd-IconPickerControl-input:hover {
  border-color: var(--Form-input-onFocused-borderColor);
}
.cxd-IconPickerControl-input:hover a {
  opacity: 1;
}
.cxd-IconPickerControl-input:focus-within {
  border-color: var(--Form-input-onFocused-borderColor);
}
.cxd-IconPickerControl-input--borderHalf {
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-top-color: transparent !important;
}
.cxd-IconPickerControl-input--borderNone {
  border-color: transparent !important;
}
.cxd-IconPickerControl.is-error > .cxd-IconPickerControl-input {
  border-color: var(--Form-input-onError-borderColor);
  background: var(--Form-input-onError-bg);
  transition: all var(--animation-duration);
}
.cxd-IconPickerControl.is-focused > .cxd-IconPickerControl-input {
  border-color: var(--Form-input-onFocused-borderColor);
  box-shadow: var(--Form-input-boxShadow);
  background: var(--Form-input-onFocused-bg);
  transition: all var(--animation-duration);
}
.cxd-IconPickerControl.is-error.is-focused > .cxd-IconPickerControl-input {
  border-color: var(--Form-input-onError-borderColor);
}
.cxd-IconPickerControl.is-disabled > .cxd-IconPickerControl-input {
  color: var(--text--muted-color);
  background: var(--Form-input-onDisabled-bg);
  border-color: var(--Form-input-onDisabled-borderColor);
  transition: all var(--animation-duration);
}
.cxd-IconPickerControl-spinner {
  line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize));
}
.cxd-IconPickerControl-clear {
  padding: 0.1875rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
}
.cxd-IconPickerControl-clear svg {
  fill: var(--saas-font-size-dark-black);
  top: 0;
  width: 0.625rem;
  height: 0.625rem;
}
.cxd-IconPickerControl-clear:hover svg {
  fill: var(--saas-font-size-black);
}
.cxd-IconPickerControl-color .anticon svg {
  width: 0.875rem;
  height: 0.875rem;
}
@media (min-width: 576px) {
  .cxd-IconPickerControl.cxd-Form-control--sizeXs > .cxd-IconPickerControl-input, .cxd-IconPickerControl.cxd-Form-control--sizeSm > .cxd-IconPickerControl-input, .cxd-IconPickerControl.cxd-Form-control--sizeMd > .cxd-IconPickerControl-input, .cxd-IconPickerControl.cxd-Form-control--sizeLg > .cxd-IconPickerControl-input {
    min-width: 100%;
    display: inline-flex;
  }
}
.cxd-IconPickerControl-placeholder {
  color: var(--Form-input-placeholderColor);
  user-select: none;
  position: absolute;
  left: var(--Form-input-paddingX);
  top: var(--Form-input-paddingY);
  margin-top: calc(2 * var(--Form-input-borderWidth));
  line-height: var(--Form-input-lineHeight);
}
.cxd-IconPickerControl-valueWrap {
  flex-grow: 1;
  line-height: 1;
  white-space: nowrap;
}
.cxd-IconPickerControl-valueWrap > input {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}
.cxd-IconPickerControl-input--withAC {
  position: relative;
  flex-wrap: wrap;
}
.cxd-IconPickerControl-input--withAC > input {
  width: auto;
}
.cxd-IconPickerControl-sugsPanel {
  position: absolute;
  background: var(--Form-select-menu-bg);
  color: var(--Form-select-menu-color);
  border: var(--Form-input-borderWidth) solid var(--Form-input-onFocused-borderColor);
  left: -0.0625rem;
  right: -0.0625rem;
  top: 100%;
  z-index: 10;
  height: auto;
}
.cxd-IconPickerControl-tabs {
  background: var(--IconPicker-tabs-bg);
}
.cxd-IconPickerControl-tab {
  display: inline-block;
  padding: var(--IconPicker-tab-padding);
  height: var(--IconPicker-tab-height);
  line-height: var(--IconPicker-tab-lineHeight);
  cursor: pointer;
  text-align: center;
  font-size: var(--fontSizeSm);
  user-select: none;
}
.cxd-IconPickerControl-tab.active {
  background: var(--IconPicker-tab-onActive-bg);
}
.cxd-IconPickerControl-sugs {
  position: relative;
  padding: var(--IconPicker-padding);
  max-height: var(--IconPicker-content-maxHeight);
  overflow-y: auto;
}
.cxd-IconPickerControl-sugItem {
  display: inline-block;
  width: var(--IconPicker-sugItem-width);
  height: var(--IconPicker-sugItem-height);
  text-align: center;
  line-height: var(--IconPicker-sugItem-lineHeight);
  cursor: pointer;
}
.cxd-IconPickerControl-sugItem:hover {
  background: var(--Form-select-menu-onHover-bg);
}
.cxd-IconPickerControl-sugItem.is-active {
  color: var(--white);
  background: var(--Form-select-menu-onActive-color);
}
.cxd-IconPickerControl-value {
  user-select: none;
  line-height: calc( var(--Form-input-lineHeight) * var(--Form-input-fontSize) );
  vertical-align: middle;
  display: inline-block;
}
.cxd-IconPickerControl-value > i {
  display: inline-block;
  margin-right: var(--IconPicker-selectedIcon-marginRight);
}

.cxd-Form {
  font-size: var(--Form-fontSize);
  position: relative;
  font-family: system-ui, -apple-system, Helvetica Neue, sans-serif;
}
@media screen and (min-width: 1280px) and (max-width: 1440px) {
  .cxd-Form {
    font-size: 0.75rem;
  }
}
.cxd-Form-moreBtn {
  position: absolute;
  bottom: 0;
  left: calc(50% - 30px);
  z-index: 8;
  border: 1px solid var(--saas-border-color);
  border-bottom: none;
  background-color: #f8f7fa;
  font-size: 12px;
  color: gray;
  padding: 0 4px;
  border-radius: 4px 4px 0 0;
  cursor: pointer;
}
.cxd-Form-moreBtn:hover {
  color: var(--saas-Primary-Color);
}
.cxd-Form .cxd-Alert {
  margin: 0 -8px;
}
.cxd-Form .h- {
  box-shadow: none;
}
.cxd-Form .data-display {
  padding: 8px 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cxd-Form .data-display {
    padding: 8px;
  }
}
.cxd-Form--quickEdit .cxd-TextControl-input {
  padding: 4px 2px;
}
.cxd-Form--quickEdit .cxd-TextControl-input .icon.icon-close {
  padding: 0;
  top: 0;
  font-size: 10px;
  height: 100%;
  font-weight: bold;
  fill: var(--saas-font-size-dark-black);
}
.cxd-Form--quickEdit > div:last-of-type {
  margin-bottom: 0;
}
.cxd-Form--hidden {
  display: none !important;
}
.cxd-Form--inline {
  background-color: var(--saas-crud-title-from-color);
  padding: 8px;
  padding-bottom: 0;
  border-bottom: 1px solid var(--saas-border-color);
}
.cxd-Form--inline .is-dragging {
  opacity: 0.4;
  border: 1px dashed;
}
.cxd-Form--inline svg.icon {
  top: 0;
  font-size: 14px;
}
.cxd-Form--inline .cxd-Form-group--inline {
  display: none;
}
.cxd-Form--inline .cxd-Form-item--hidden {
  display: none;
}
.cxd-Form--inline .cxd-Form-item .cxd-Form-label {
  height: var(--Form-input-height);
  padding-top: 0;
  margin-bottom: 0;
  font-size: 0.75rem;
  border: none;
  background: transparent;
}
.cxd-Form--inline .cxd-Form-item .cxd-Form-label + .cxd-Form-value .cxd-SelectControl,
.cxd-Form--inline .cxd-Form-item .cxd-Form-label + .cxd-Form-value .cxd-ResultBox,
.cxd-Form--inline .cxd-Form-item .cxd-Form-label + .cxd-Form-value .cxd-Select,
.cxd-Form--inline .cxd-Form-item .cxd-Form-label + .cxd-Form-value .cxd-DatePicker,
.cxd-Form--inline .cxd-Form-item .cxd-Form-label + .cxd-Form-value .cxd-DateRangePicker,
.cxd-Form--inline .cxd-Form-item .cxd-Form-label + .cxd-Form-value .cxd-Picker-input,
.cxd-Form--inline .cxd-Form-item .cxd-Form-label + .cxd-Form-value .cxd-SwitchControl,
.cxd-Form--inline .cxd-Form-item .cxd-Form-label + .cxd-Form-value .cxd-DateRangeControl,
.cxd-Form--inline .cxd-Form-item .cxd-Form-label + .cxd-Form-value .cxd-DatePicker-content,
.cxd-Form--inline .cxd-Form-item .cxd-Form-label + .cxd-Form-value .cxd-TextControl-input {
  font-size: 0.75rem;
}
.cxd-Form--inline .cxd-Form-item .cxd-Form-value {
  overflow: hidden;
  font-size: 0.75rem;
}
.cxd-Form--inline .cxd-Form-item .cxd-Form-value .cxd-TextControl-input,
.cxd-Form--inline .cxd-Form-item .cxd-Form-value .cxd-ResultBox,
.cxd-Form--inline .cxd-Form-item .cxd-Form-value .cxd-SelectControl,
.cxd-Form--inline .cxd-Form-item .cxd-Form-value .cxd-Select,
.cxd-Form--inline .cxd-Form-item .cxd-Form-value .cxd-SwitchControl,
.cxd-Form--inline .cxd-Form-item .cxd-Form-value .cxd-PickerControl,
.cxd-Form--inline .cxd-Form-item .cxd-Form-value .cxd-Picker-input,
.cxd-Form--inline .cxd-Form-item .cxd-Form-value .cxd-DateRangePicker {
  height: var(--Form-input-height);
  border-radius: 4px;
  min-height: unset;
  font-size: 0.75rem;
}
.cxd-Form--inline .cxd-Form-item .cxd-Form-value .cxd-TransferDropDown-content .cxd-GroupedSelection-item {
  font-size: 0.75rem;
}
.cxd-Form--inline > .cxd-Button {
  margin-bottom: 8px;
  margin-right: calc(var(--Form-item-gap) / 2);
}
.cxd-Form--inline > .cxd-PlainField {
  display: inline-block;
  padding-top: var(--Form-input-paddingY);
}
.cxd-Form.hasFieldSet.inModal .cxd-Collapse {
  margin-top: 0;
  border-bottom: 8px solid var(--saas-Border-Dividers);
}
.cxd-Form.hasFieldSet.inModal .cxd-Collapse:first {
  margin-top: 8px;
}
.cxd-Form.hasFieldSet .cxd-Collapse-header {
  width: calc(100% - 8px);
}
.cxd-Form.hasFieldSet .cxd-TextControl-sugs {
  border-radius: 0.1875rem;
  top: calc(var(--Form-input-height) + 0.25rem);
  box-shadow: 0.125rem 0.25rem 0.5rem rgba(0, 0, 0, 0.2) !important;
  border: none;
}

.cxd-Form-value .is-showCount {
  max-width: unset;
}
.cxd-Form-value .cxd-MatrixControl {
  margin-bottom: -0.5rem;
}

.cxd-Form--grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  width: 100%;
  background-color: var(--saas-crud-title-from-color);
  padding: 8px;
  border-bottom: 1px solid var(--saas-Border-Dividers);
  row-gap: var(--Form-item-gap);
}
.cxd-Form--grid .is-dragging {
  opacity: 0.4;
  border: 1px dashed;
}
.cxd-Form--grid svg.icon {
  top: 0;
  font-size: 14px;
}
.cxd-Form--grid .cxd-Form-group--grid {
  display: none;
  width: 100%;
  grid-column: 1/-1;
  justify-content: center;
  align-items: center;
  border-top: 1px solid #e7e7e7;
  padding: 8px 0;
  margin-left: 0;
}
.cxd-Form--grid .cxd-Form-group--grid .cxd-Form-groupColumn {
  width: auto;
  flex: none;
}
.cxd-Form--grid .cxd-Form-group--grid .cxd-Form-groupColumn .cxd-CheckboxControl {
  padding-top: 0;
}
.cxd-Form--grid .show-divider {
  position: relative;
}
.cxd-Form--grid .show-divider:after {
  position: absolute;
  top: -4px;
  left: 130px;
  content: "";
  width: calc(100% - 130px);
  height: 1px;
  background-color: var(--saas-Border-Dividers);
}
.cxd-Form--grid .cxd-Form-item {
  display: flex;
  justify-content: space-between;
}
.cxd-Form--grid .cxd-Form-item--grid {
  margin-bottom: 0px;
  margin-right: 8px;
}
.cxd-Form--grid .cxd-Form-item .cxd-Form-label {
  height: var(--Form-input-height);
  max-width: unset;
  padding-top: 0;
  margin-bottom: 0;
  width: 130px;
  max-width: 50%;
  font-size: 0.75rem;
  border: none;
  background: transparent;
  margin-right: 1rem;
}
@media screen and (min-width: 1921px) and (max-width: 4680px) {
  .cxd-Form--grid .cxd-Form-item .cxd-Form-label {
    width: 160px;
  }
}
.cxd-Form--grid .cxd-Form-item .cxd-Form-label + .cxd-Form-value .cxd-SelectControl,
.cxd-Form--grid .cxd-Form-item .cxd-Form-label + .cxd-Form-value .cxd-ResultBox,
.cxd-Form--grid .cxd-Form-item .cxd-Form-label + .cxd-Form-value .cxd-Select,
.cxd-Form--grid .cxd-Form-item .cxd-Form-label + .cxd-Form-value .cxd-DatePicker,
.cxd-Form--grid .cxd-Form-item .cxd-Form-label + .cxd-Form-value .cxd-DateRangePicker,
.cxd-Form--grid .cxd-Form-item .cxd-Form-label + .cxd-Form-value .cxd-Picker-input,
.cxd-Form--grid .cxd-Form-item .cxd-Form-label + .cxd-Form-value .cxd-SwitchControl,
.cxd-Form--grid .cxd-Form-item .cxd-Form-label + .cxd-Form-value .cxd-DateRangeControl,
.cxd-Form--grid .cxd-Form-item .cxd-Form-label + .cxd-Form-value .cxd-DatePicker-content,
.cxd-Form--grid .cxd-Form-item .cxd-Form-label + .cxd-Form-value .cxd-TextControl-input {
  font-size: 0.75rem;
}
.cxd-Form--grid .cxd-Form-item .cxd-Form-value {
  flex: 1;
  overflow: hidden;
  font-size: 0.75rem;
}
.cxd-Form--grid .cxd-Form-item .cxd-Form-value .cxd-Form-control {
  width: 100%;
}
.cxd-Form--grid .cxd-Form-item .cxd-Form-value .cxd-TextControl-input,
.cxd-Form--grid .cxd-Form-item .cxd-Form-value .cxd-ResultBox,
.cxd-Form--grid .cxd-Form-item .cxd-Form-value .cxd-SelectControl,
.cxd-Form--grid .cxd-Form-item .cxd-Form-value .cxd-Select,
.cxd-Form--grid .cxd-Form-item .cxd-Form-value .cxd-SwitchControl,
.cxd-Form--grid .cxd-Form-item .cxd-Form-value .cxd-PickerControl,
.cxd-Form--grid .cxd-Form-item .cxd-Form-value .cxd-Picker-input,
.cxd-Form--grid .cxd-Form-item .cxd-Form-value .cxd-DateRangePicker {
  height: var(--Form-input-height);
  border-radius: 4px;
  min-height: unset;
  font-size: 0.75rem;
}
.cxd-Form--grid .cxd-Form-item .cxd-Form-value .cxd-DateRangePicker-clear {
  margin-right: 0px;
}
.cxd-Form--grid .cxd-Form-item .cxd-Form-value .cxd-DateRangePicker.is-mobile {
  height: auto;
}
.cxd-Form--grid .cxd-Form-item .cxd-Form-value .cxd-DateRangePicker.is-mobile .show-datetime-value-item .cxd-DateRangePicker-input {
  height: 100%;
}
.cxd-Form--grid .cxd-Form-item .cxd-Form-value .cxd-DateRangePicker.is-mobile .cxd-DateRangePicker-toggler .icon {
  top: 0;
}
.cxd-Form--grid .cxd-Form-item .cxd-Form-value .cxd-DateRangePicker.is-mobile .cxd-DateRangePicker-clear {
  margin-right: unset;
}
.cxd-Form--grid .cxd-Form-item .cxd-Form-value .cxd-TextControl-input {
  display: flex;
  align-items: center;
}
.cxd-Form--grid .cxd-Form-item .cxd-Form-value .cxd-TransferDropDown-content .cxd-GroupedSelection-item {
  font-size: 0.75rem;
}

.cxd-Form-static {
  min-height: var(--Form-input-height);
  margin-bottom: 0;
}
@media screen and (min-width: 1280px) and (max-width: 1440px) {
  .cxd-Form-static {
    min-height: 1.2rem;
    padding: 0 0;
  }
}
@media screen and (min-width: 1441px) and (max-width: 1680px) {
  .cxd-Form-static {
    min-height: 1.5rem;
    padding: 0rem 0;
  }
}
.cxd-Form-item--inline > .cxd-Form-value > .cxd-Form-static {
  display: inline-block;
  vertical-align: top;
}
.cxd-Form-static--borderFull {
  border: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
  border-radius: var(--Form-input-borderRadius);
  padding: var(--Form-input-paddingY) var(--Form-input-paddingX);
}
.cxd-Form-static--borderHalf {
  border-bottom: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
  border-radius: var(--Form-input-borderRadius);
  padding: var(--Form-input-paddingY) var(--Form-input-paddingX);
}

.cxd-Form-label {
  font-weight: var(--fontWeightNormal);
  margin-bottom: var(--gap-xs);
  position: relative;
  font-size: var(--Form-item-fontSize);
  color: var(--Form-item-fontColor);
}
.cxd-Form-label > span {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}
@media (max-width: 767px) {
  .cxd-Form-label > span {
    justify-content: start;
  }
}

.cxd-Form-star {
  color: var(--danger);
  font-size: 16px;
  line-height: 1;
  margin-left: 4px;
}

.cxd-Form-feedback {
  color: var(--danger);
  margin: var(--Form-input-marginBottom) 0 0;
  padding-left: var(--gap-base);
  font-size: var(--fontSizeSm);
}

.cxd-Form-description {
  display: block;
  color: var(--Form-description-color);
  margin: var(--Form-input-marginBottom) 0 0;
  font-size: var(--Form-description-fontSize);
}

.cxd-Form-hint {
  display: inline-block;
  margin-left: var(--gap-sm);
  padding-top: var(--Form-input-paddingY);
  vertical-align: top;
}

.cxd-Form-item {
  margin-bottom: var(--Form-item-gap);
}
.cxd-Form-item.view-details .cxd-TextareaControl > textarea {
  padding: 0;
}
.cxd-Form-item.view-details .cxd-TextareaControl > .cxd-TextareaControl-counter {
  display: none;
}
.cxd-Grid-form > .cxd-Form-item:last-child {
  margin-bottom: 0;
}
.cxd-Form--inline > .cxd-Form-item--inline:last-child {
  margin-right: 0;
  margin-bottom: 0;
}
.cxd-Form-item .cxd-Form-remark {
  padding-top: var(--Form-label-paddingTop);
  vertical-align: top;
}
.cxd-Form-item--inline {
  margin-bottom: 8px;
  margin-right: calc(var(--Form-item-gap) / 2);
}
.cxd-Form-item--horizontal > .cxd-Form-label {
  text-align: var(--Form--horizontal-label-align);
  white-space: var(--Form--horizontal-label-whiteSpace);
}
.cxd-Form-item--normal {
  width: 100%;
}
.cxd-Form-item--normal > .cxd-Form-label {
  display: block;
}
.cxd-Form-item--normal > .cxd-Form-label > span {
  display: flex;
  justify-content: flex-start;
}
.cxd-Form-item--normal > .cxd-Form-label .cxd-Form-star {
  margin-left: 4px;
  font-size: 16px;
}
.cxd-Form-item.is-error > .cxd-Form-label {
  color: var(--danger);
}

.cxd-Form-item.is-linkUrl {
  color: var(--saas-Link-Text);
  cursor: pointer;
}
.cxd-Form-item.is-linkUrl .cxd-Form-value .cxd-Form-control {
  color: var(--saas-Link-Text) !important;
}
.cxd-Form-item.is-linkUrl .cxd-Form-static .cxd-Form-control {
  color: var(--saas-Link-Text) !important;
}

.cxd-TextControl-xs .cxd-TextControl-input {
  height: 100%;
  /* IE/Edge 特有的前缀 */
}
.cxd-TextControl-xs .cxd-TextControl-input input[type=password] {
  letter-spacing: 3.3px;
}
.cxd-TextControl-xs .cxd-TextControl-input input[type=password]::selection {
  background-color: none;
  color: unset;
  /* 设置选中文本的背景色 */
}
.cxd-TextControl-xs .cxd-TextControl-input input[type=password]::-moz-selection {
  background-color: none;
  color: unset;
  /* 设置选中文本的背景色 */
}
.cxd-TextControl-xs .cxd-TextControl-input input[type=password]::-webkit-selection {
  background-color: none;
  color: unset;
  /* 设置选中文本的背景色 */
}
.cxd-TextControl-xs .cxd-TextControl-input input[type=password]::selection {
  color: none;
  /* 设置选中文本的背景色 */
}
.cxd-TextControl-xs .cxd-TextControl-input input {
  height: 2.5rem;
  font-size: 1.5rem !important;
}
.cxd-TextControl-xs .cxd-TextControl-simulateInput {
  height: 2.5rem;
  line-height: 2.5rem;
  top: 5px;
  font-size: 1.5rem !important;
}
.cxd-TextControl-xs .cxd-TextControl-simulateInput .cxd-TextControl-simulateInput-container {
  color: transparent;
  font-size: 1.5rem !important;
}
.cxd-TextControl-xs .cxd-TextControl-simulateInput .cxd-TextControl-simulateInput-container::after {
  height: 2.5rem;
  top: 0;
}

.cxd-Form-placeholder {
  color: var(--Form-input-placeholderColor);
}

.cxd-Form-caption {
  display: inline-block;
  line-height: var(--Form-input-height);
  height: var(--Form-input-height);
  margin-left: 0.625rem;
}

@media (min-width: 576px) {
  .cxd-Form-label {
    display: inline-block;
    max-width: 100%;
  }

  .cxd-Form-item--width {
    flex-grow: 0 !important;
    flex-basis: unset !important;
  }

  .cxd-Form-control--width {
    width: inherit;
  }

  .cxd-Form-control--sizeXs {
    width: var(--Form-control-widthXs);
    max-width: 100%;
    display: inline-block;
    vertical-align: top;
  }
  .cxd-Form-control--sizeXs.cxd-NumberControl {
    width: var(--Form-control-widthXs);
  }

  .cxd-Form-control--sizeSm {
    width: var(--Form-control-widthSm);
    max-width: 100%;
    display: inline-block;
    vertical-align: top;
  }
  .cxd-Form-control--sizeSm.cxd-NumberControl {
    width: var(--Form-control-widthSm);
  }
}
@media screen and (min-width: 576px) and (min-width: 1280px) and (max-width: 1440px) {
  .cxd-Form-control--sizeSm {
    width: 7rem;
  }
}
@media screen and (min-width: 576px) and (min-width: 1441px) and (max-width: 1680px) {
  .cxd-Form-control--sizeSm {
    width: 8rem;
  }
}
@media (min-width: 576px) {
  .is-showCount {
    width: auto;
    max-width: 20rem;
    min-width: 10rem;
  }
  .is-showCount .cxd-TextControl-input {
    display: flex;
    align-items: center;
    min-height: 32px;
    overflow: hidden;
    flex-wrap: nowrap;
  }
  .is-showCount .cxd-TextControl-input input {
    flex-basis: 0;
    width: 30px;
    max-height: 30px;
  }
  .is-showCount .cxd-TextControl-input .cxd-TextControl-value {
    display: flex;
    align-items: center;
    max-height: 28px;
  }
  .is-showCount .cxd-TextControl-input .cxd-TextControl-spinner {
    color: var(--Form-select-placeholderColor);
  }
}
@media screen and (min-width: 576px) and (min-width: 1280px) and (max-width: 1440px) {
  .is-showCount {
    min-width: 7rem;
  }
  .is-showCount .cxd-TextControl-input {
    line-height: 1;
    min-height: 32px;
  }
  .is-showCount .cxd-TextControl-input .cxd-TextControl-value {
    margin: 0 2px;
    line-height: 20px;
    font-size: 12px;
  }
  .is-showCount .cxd-TextControl-input .cxd-TextControl-value .cxd-TextControl-valueIcon {
    line-height: 12px;
  }
  .is-showCount .cxd-TextControl-input input {
    margin: 0;
  }
}
@media screen and (min-width: 576px) and (min-width: 1441px) and (max-width: 1680px) {
  .is-showCount {
    min-width: 8rem;
  }
  .is-showCount .cxd-TextControl-input .cxd-TextControl-value {
    margin: 0 2px;
    line-height: 20px;
    font-size: 12px;
  }
  .is-showCount .cxd-TextControl-input .cxd-TextControl-value .cxd-TextControl-valueIcon {
    line-height: 14px;
  }
}
@media (min-width: 576px) {
  .cxd-Form-control--sizeMd {
    width: var(--Form-control-widthMd);
    max-width: 100%;
    display: inline-block;
    vertical-align: top;
  }
}
@media (min-width: 576px) {
  .cxd-Form-control--sizeLg {
    width: var(--Form-control-widthLg);
    max-width: 100%;
    display: inline-block;
    vertical-align: top;
  }
  .cxd-Form-control--sizeLg.cxd-NumberControl {
    width: var(--Form-control-widthLg);
  }
}
@media (min-width: 576px) {
  .cxd-Form-item--horizontal {
    display: flex;
    flex-wrap: nowrap;
    margin-left: calc(var(--Form--horizontal-gutterWidth) / 2 * -1);
    margin-right: calc(var(--Form--horizontal-gutterWidth) / 2 * -1);
  }
  .cxd-Form-item--horizontal > * {
    padding-left: calc(var(--Form--horizontal-gutterWidth) / 2);
    padding-right: calc(var(--Form--horizontal-gutterWidth) / 2);
  }
  .cxd-Form-item--horizontal > .cxd-Form-value {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    min-width: 0;
  }
  .cxd-Form-item--horizontal .cxd-Form-itemColumn--xs,
.cxd-Form-item--horizontal .cxd-Form-itemColumn--sm,
.cxd-Form-item--horizontal .cxd-Form-itemColumn--normal,
.cxd-Form-item--horizontal .cxd-Form-itemColumn--auto,
.cxd-Form-item--horizontal .cxd-Form-itemColumn--md,
.cxd-Form-item--horizontal .cxd-Form-itemColumn--lg {
    flex-grow: unset;
    flex-basis: unset;
  }
  .cxd-Form-item--horizontal > .cxd-Form-label {
    padding-top: var(--Form-label-paddingTop);
    margin-bottom: 0;
    flex-shrink: 0;
  }
  .cxd-Form-item--horizontal > .cxd-Form-label .cxd-Form-star {
    margin-left: 4px;
    font-size: 16px;
  }
  .cxd-Form-item--horizontal .cxd-Form-itemColumn--xs {
    width: var(--Form--horizontal-label-widthXs);
  }
  .cxd-Form-item--horizontal .cxd-Form-itemColumn--sm {
    width: var(--Form--horizontal-label-widthSm);
  }
  .cxd-Form-item--horizontal .cxd-Form-itemColumn--normal {
    width: var(--Form--horizontal-label-widthBase);
  }
  .cxd-Form-item--horizontal .cxd-Form-itemColumn--md {
    width: var(--Form--horizontal-label-widthMd);
  }
  .cxd-Form-item--horizontal .cxd-Form-itemColumn--lg {
    width: var(--Form--horizontal-label-widthLg);
  }
  .cxd-Form-item--horizontal .cxd-Form-itemColumn--auto {
    width: auto;
  }
  .cxd-Form-item--horizontal .cxd-Form-itemColumn--1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
    min-height: 1px;
  }
  .cxd-Form-item--horizontal .cxd-Form-itemColumn--2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
    min-height: 1px;
  }
  .cxd-Form-item--horizontal .cxd-Form-itemColumn--3 {
    flex: 0 0 25%;
    max-width: 25%;
    min-height: 1px;
  }
  .cxd-Form-item--horizontal .cxd-Form-itemColumn--4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    min-height: 1px;
  }
  .cxd-Form-item--horizontal .cxd-Form-itemColumn--5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
    min-height: 1px;
  }
  .cxd-Form-item--horizontal .cxd-Form-itemColumn--6 {
    flex: 0 0 50%;
    max-width: 50%;
    min-height: 1px;
  }
  .cxd-Form-item--horizontal .cxd-Form-itemColumn--7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
    min-height: 1px;
  }
  .cxd-Form-item--horizontal .cxd-Form-itemColumn--8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    min-height: 1px;
  }
  .cxd-Form-item--horizontal .cxd-Form-itemColumn--9 {
    flex: 0 0 75%;
    max-width: 75%;
    min-height: 1px;
  }
  .cxd-Form-item--horizontal .cxd-Form-itemColumn--10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
    min-height: 1px;
  }
  .cxd-Form-item--horizontal .cxd-Form-itemColumn--11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
    min-height: 1px;
  }
  .cxd-Form-item--horizontal .cxd-Form-itemColumn--12 {
    flex: 0 0 100%;
    max-width: 100%;
    min-height: 1px;
  }
  .cxd-Form-item--inline {
    display: inline-block;
    vertical-align: top;
  }
  .cxd-Form-item--inline > .cxd-Form-label {
    padding-top: var(--Form-label-paddingTop);
    margin-bottom: 0;
    margin-right: calc(var(--Form-item-gap) / 2);
  }
}
@media screen and (min-width: 576px) and (min-width: 1441px) and (max-width: 1680px) {
  .cxd-Form-item--inline > .cxd-Form-label {
    padding-top: 0px;
  }
}
@media (min-width: 576px) {
  .cxd-Form-item--inline > .cxd-Form-label .cxd-Form-star {
    margin-left: 4px;
    font-size: 16px;
    display: flex;
    align-items: center;
  }
}
@media (min-width: 576px) {
  .cxd-Form-item--inline > .cxd-Form-label .cxd-TplField {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 576px) {
  .cxd-Form-item--inline > .cxd-Form-value {
    display: inline-block;
    vertical-align: top;
  }
  .cxd-Form-item--inline > .cxd-Form-value > .cxd-Button--link {
    padding-top: var(--Form-label-paddingTop);
  }
  .cxd-Form-item--inline > .cxd-Form-value > .cxd-Form-control {
    vertical-align: top;
    display: inline-block;
  }
  .cxd-Form-item--inline > .cxd-Form-value > .cxd-Form-control.cxd-InputGroup {
    display: inline-flex;
  }
  .cxd-Form-item--inline > .cxd-Form-value > .cxd-TextControl--withAddOn {
    display: inline-flex;
  }
}
@media (min-width: 576px) {
  .cxd-Form-item.nolabel-required .cxd-Form-label {
    padding: 0;
  }
}
@media screen and (min-width: 576px) and (min-width: 1280px) and (max-width: 1440px) {
  .cxd-Form-item.nolabel-required .cxd-Form-label {
    height: 22px;
  }
}
@media screen and (min-width: 576px) and (min-width: 1441px) and (max-width: 1680px) {
  .cxd-Form-item.nolabel-required .cxd-Form-label {
    height: 26px;
  }
}
@media (min-width: 576px) {
  .cxd-Form-item.nolabel-required .cxd-Form-label span {
    align-items: center;
    justify-content: unset;
    margin-left: 9px;
  }
}
@media (min-width: 576px) {
  .cxd-Form-item.nolabel-required .cxd-TextControl-input {
    border-left: 0;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
}
@media screen and (min-width: 576px) and (min-width: 1280px) and (max-width: 1440px) {
  .cxd-Form-item.nolabel-required .cxd-TextControl-input {
    min-height: 1.4rem;
  }
}
@media screen and (min-width: 576px) and (min-width: 1441px) and (max-width: 1680px) {
  .cxd-Form-item.nolabel-required .cxd-TextControl-input {
    min-height: 1.5rem;
  }
}
@media (min-width: 576px) {
  .cxd-Form-item.nolabel-required .cxd-ResultBox {
    border-left: 0;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
}
@media screen and (min-width: 576px) and (min-width: 1280px) and (max-width: 1440px) {
  .cxd-Form-item.nolabel-required .cxd-ResultBox .cxd-ResultBox-value {
    margin: 0 3px;
    line-height: 1.2rem;
  }
  .cxd-Form-item.nolabel-required .cxd-ResultBox .cxd-ResultBox-placeholder {
    height: 1.2rem;
  }
}
@media screen and (min-width: 576px) and (min-width: 1441px) and (max-width: 1680px) {
  .cxd-Form-item.nolabel-required .cxd-ResultBox .cxd-ResultBox-value {
    margin: 0 3px;
    line-height: 1.3rem;
  }
  .cxd-Form-item.nolabel-required .cxd-ResultBox .cxd-ResultBox-placeholder {
    height: 1.5rem;
  }
}
@media (min-width: 576px) {
  .cxd-Form-item.nolabel-required .cxd-ResultBox:hover {
    box-shadow: none;
  }
}
@media (min-width: 576px) {
  .cxd-Form-item.nolabel-required:hover .cxd-Form-label {
    border-color: var(--Form-input-onHover-borderColor);
  }
  .cxd-Form-item.nolabel-required:hover .cxd-ResultBox {
    box-shadow: none;
  }
}
@media (min-width: 576px) {
  .cxd-Form-item.nolabel-required.is-error .cxd-Form-label {
    border-color: #ff4d4f;
  }
  .cxd-Form-item.nolabel-required.is-error:hover .cxd-Form-label {
    border-color: var(--Form-input-onHover-borderColor);
  }
}
@media (min-width: 576px) {
  .cxd-Form-row {
    display: flex;
    flex-wrap: wrap;
    margin-left: calc(var(--Form-row-gutterWidth) / -2);
    margin-right: calc(var(--Form-row-gutterWidth) / -2);
    align-items: flex-start;
  }
  .cxd-Form-row > * {
    padding-left: calc(var(--Form-row-gutterWidth) / 2);
    padding-right: calc(var(--Form-row-gutterWidth) / 2);
  }
}
@media (min-width: 576px) {
  .cxd-Form-col {
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 1;
  }
}
@media (min-width: 576px) {
  .cxd-Form-rowInner {
    display: flex;
    flex-wrap: nowrap;
  }
  .cxd-Form-rowInner > .cxd-Form-label {
    display: inline-block;
    vertical-align: top;
    padding-top: var(--Form-label-paddingTop);
    padding-right: var(--Form-row-gutterWidth);
  }
  .cxd-Form-rowInner > .cxd-Form-control {
    flex-basis: 0;
    flex-grow: 1;
  }
}
.cxd-Form--column {
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(var(--Form-group-gutterWidth) / -2);
  margin-right: calc(var(--Form-group-gutterWidth) / -2);
}
.cxd-Form--column .cxd-Form-item {
  padding-left: calc(var(--Form-group-gutterWidth) / 2);
  padding-right: calc(var(--Form-group-gutterWidth) / 2);
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.cxd-Form--column .cxd-Form-item.autoLayout-other {
  width: 100%;
}
.cxd-Form--column .cxd-Tabs-pane {
  padding-left: 0;
  padding-right: 0;
}
.cxd-Form--column .cxd-Service-body {
  display: flex;
  flex-wrap: wrap;
}

.cxd-Form--column-2 .cxd-Form-item {
  width: 50%;
}

.cxd-Form--column-3 .cxd-Form-item {
  width: 33.33%;
}

.cxd-Form--column-4 .cxd-Form-item {
  width: 25%;
}

.cxd-Form--column-5 .cxd-Form-item {
  width: 20%;
}

.cxd-Form--column-6 .cxd-Form-item {
  width: 16.6%;
}

.cxd-Form--column-7 .cxd-Form-item {
  width: 14.2%;
}

.cxd-Form--column-8 .cxd-Form-item {
  width: 12.5%;
}

.cxd-Form-column-9 .cxd-Form-item {
  width: 11.1%;
}

.cxd-Form-column-10 .cxd-Form-item {
  width: 10%;
}

.cxd-Static-Html-TplOpen {
  display: inline-block;
}

/* 移动端样式调整 */
@media (max-width: 767px) {
  .cxd-Form .cxd-Form-item {
    display: flex;
    margin-bottom: 0;
    padding: 16px;
    position: relative;
    background-color: var(--saas-main-bg);
    overflow: hidden;
  }
  .cxd-Form .cxd-Form-item .cxd-TplField.cxd-OpenExpandBtn {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .cxd-Form .cxd-Form-item .cxd-TplField.cxd-OpenExpandBtn .cxd-Table-expandBtn {
    color: var(--saas-Placeholder-Text);
    height: 100%;
    display: flex;
    align-items: center;
  }
  .cxd-Form .cxd-Form-item .cxd-Static-Html-TplOpen {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .cxd-Form .cxd-Form-item .cxd-Static-Html-TplOpen,
.cxd-Form .cxd-Form-item .cxd-Static-Html-TplOpen > span {
    color: var(--saas-Title-Text);
    max-height: 67.5px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
  .cxd-Form .cxd-Form-item .cxd-Form-feedback-icon,
.cxd-Form .cxd-Form-item .cxd-Form-feedback {
    margin: 5px 0 0;
    font-size: 12px;
  }
  .cxd-Form .cxd-Form-item .cxd-Form-feedback-icon-topup,
.cxd-Form .cxd-Form-item .cxd-Form-feedback-topup {
    margin: 0 0 5px 0;
  }
  .cxd-Form .cxd-Form-item .cxd-Form-feedback-icon {
    color: var(--saas-Placeholder-Text);
  }
  .cxd-Form .cxd-Form-item .cxd-InputGroup-addOn,
.cxd-Form .cxd-Form-item .cxd-TextControl-addOn {
    border: none;
  }
  .cxd-Form .cxd-Form-item input::-webkit-input-placeholder {
    font-family: system-ui, -apple-system, Helvetica Neue, sans-serif;
    font-size: 14px;
    color: var(--Form-select-placeholderColor);
  }
  .cxd-Form .cxd-Form-item input::-moz-placeholder {
    font-family: system-ui, -apple-system, Helvetica Neue, sans-serif;
    font-size: 14px;
    color: var(--Form-select-placeholderColor);
  }
  .cxd-Form .cxd-Form-item input::-ms-input-placeholder {
    font-family: system-ui, -apple-system, Helvetica Neue, sans-serif;
    font-size: 14px;
    color: var(--Form-select-placeholderColor);
  }
  .cxd-Form .cxd-Form-item > .cxd-Form-label {
    flex: 0 0 30%;
    max-width: 112px;
    min-width: 112px;
    min-height: 1px;
    text-align: left;
    padding-right: 16px;
    overflow-wrap: break-word;
    margin-right: 0;
    margin-bottom: 0;
    font-size: 15px;
    letter-spacing: 0.5px;
    font-family: system-ui, -apple-system, Helvetica Neue, sans-serif;
    color: var(--saas-Placeholder-Text);
    display: flex;
    align-items: center;
    font-weight: 500;
  }
  .cxd-Form .cxd-Form-item > .cxd-Form-label span {
    width: 100%;
    min-height: 20px;
    max-height: 25px;
  }
  .cxd-Form .cxd-Form-item > .cxd-Form-label .cxd-Form-star {
    font-size: 12px;
    display: flex;
    align-items: center;
    position: absolute;
    left: -10px;
    top: 50%;
    color: red;
    transform: translateY(-50%);
  }
  .cxd-Form .cxd-Form-item .cxd-Form-rowInner > .cxd-Form-label {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.5px;
    font-family: system-ui, -apple-system, Helvetica Neue, sans-serif;
    color: var(--saas-Placeholder-Text);
    padding-right: 16px;
  }
  .cxd-Form .cxd-Form-item .cxd-Form-rowInner .cxd-Table {
    font-size: 14px;
    color: var(--saas-Title-Text);
  }
  .cxd-Form .cxd-Form-item .cxd-Form-rowInner .cxd-Table-table,
.cxd-Form .cxd-Form-item .cxd-Form-rowInner .cxd-Table th,
.cxd-Form .cxd-Form-item .cxd-Form-rowInner .cxd-Table td {
    font-size: 12px;
    color: var(--saas-Title-Text);
  }
  .cxd-Form .cxd-Form-item .cxd-Form-rowInner .cxd-Table th {
    font-size: 12px;
  }
  .cxd-Form .cxd-Form-item .cxd-Form-rowInner .cxd-Table .cxd-Table-foot {
    padding: 0;
  }
  .cxd-Form .cxd-Form-item .cxd-Form-rowInner .cxd-Table .cxd-Table-foot .cxd-Table-footTable > tbody > tr > th {
    padding-left: 0;
  }
  .cxd-Form .cxd-Form-item .cxd-Form-rowInner .cxd-Table .cxd-Form-item .cxd-TextControl-input {
    min-width: 50px;
  }
  .cxd-Form .cxd-Form-item .cxd-Form-rowInner .cxd-ImageControl {
    overflow: visible;
    text-align: left;
    min-height: unset;
  }
  .cxd-Form .cxd-Form-item .cxd-Form-rowInner .cxd-RichTextControl {
    text-align: left;
    border: none !important;
  }
  .cxd-Form .cxd-Form-item .cxd-Form-rowInner .cxd-RichTextControl .cxd-RichTextControl-Rich {
    height: 100%;
    color: var(--saas-Title-Text);
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .cxd-Form .cxd-Form-item .cxd-Form-rowInner .cxd-RichTextControl .cxd-RichTextControl-Rich .cxd-RichTextControl-RichValue {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    padding-right: 8px;
  }
  .cxd-Form .cxd-Form-item .cxd-Form-rowInner .cxd-RichTextControl .cxd-RichTextControl-Rich .cxd-RichTextControl-RichValue .cxd-RichTextControl-placeholder {
    color: var(--saas-Placeholder-Text);
    white-space: nowrap;
    height: 22px;
    line-height: 22px;
  }
  .cxd-Form .cxd-Form-item .cxd-Form-rowInner .cxd-RichTextControl .cxd-RichTextControl-Rich .cxd-Table-expandBtn {
    color: var(--saas-Placeholder-Text);
    width: 16px;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    height: 100%;
    min-width: 10px;
  }
  .cxd-Form .cxd-Form-item .cxd-Form-rowInner .cxd-RichTextControl .rich-text-editor .w-e-text-container {
    color: var(--saas-Title-Text);
  }
  .cxd-Form .cxd-Form-item .cxd-Form-rowInner .cxd-RichTextControl .rich-text-editor .w-e-text-container .w-e-text {
    padding: 0;
  }
  .cxd-Form .cxd-Form-item .cxd-Form-rowInner .cxd-RichTextControl .rich-text-editor .w-e-text-container .w-e-text p:nth-child(1) {
    margin-top: 0;
  }
  .cxd-Form .cxd-Form-item .cxd-Form-rowInner .cxd-DateRangePicker {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.5px;
    font-family: system-ui, -apple-system, Helvetica Neue, sans-serif;
  }
  .cxd-Form .cxd-Form-item .cxd-Form-description {
    font-size: 15px;
  }
  .cxd-Form .cxd-Form-item .cxd-TextControl-input {
    font-size: 15px;
  }
  .cxd-Form .cxd-Form-item .cxd-TextControl-input input {
    height: 22px;
    font-weight: 500;
    letter-spacing: 0.5px;
    font-family: system-ui, -apple-system, Helvetica Neue, sans-serif;
    color: var(--saas-Title-Text);
    text-align: left;
  }
  .cxd-Form .cxd-Form-item .cxd-TextControl-input input::-webkit-input-placeholder {
    font-family: system-ui, -apple-system, Helvetica Neue, sans-serif;
    font-size: 14px;
    color: var(--saas-Placeholder-Text);
    font-weight: 500;
  }
  .cxd-Form .cxd-Form-item .cxd-TextControl-input input::-moz-placeholder {
    font-family: system-ui, -apple-system, Helvetica Neue, sans-serif;
    font-size: 14px;
    color: var(--saas-Placeholder-Text);
    font-weight: 500;
  }
  .cxd-Form .cxd-Form-item .cxd-TextControl-input input::-ms-input-placeholder {
    font-family: system-ui, -apple-system, Helvetica Neue, sans-serif;
    font-size: 14px;
    color: var(--saas-Placeholder-Text);
    font-weight: 500;
  }
  .cxd-Form .cxd-Form-item .cxd-Form-value,
.cxd-Form .cxd-Form-item .cxd-Form-control {
    flex: 1;
    overflow: hidden;
    min-height: 22px;
    flex-wrap: wrap;
    font-size: 15px;
    text-align: left;
  }
  .cxd-Form .cxd-Form-item .cxd-Form-value.is-disabled > .cxd-TextControl-input,
.cxd-Form .cxd-Form-item .cxd-Form-control.is-disabled > .cxd-TextControl-input {
    background: transparent;
  }
  .cxd-Form .cxd-Form-item .cxd-Form-value .cxd-Select.is-mobile,
.cxd-Form .cxd-Form-item .cxd-Form-control .cxd-Select.is-mobile {
    font-size: 15px;
  }
  .cxd-Form .cxd-Form-item .cxd-Form-value .cxd-Select.is-mobile .cxd-Select-valueWrap,
.cxd-Form .cxd-Form-item .cxd-Form-control .cxd-Select.is-mobile .cxd-Select-valueWrap {
    font-weight: 500;
    letter-spacing: 0.5px;
    font-family: system-ui, -apple-system, Helvetica Neue, sans-serif;
    color: #666;
    font-size: 15px;
  }
  .cxd-Form .cxd-Form-item .cxd-Form-value .cxd-Select.is-mobile .cxd-Select-arrow,
.cxd-Form .cxd-Form-item .cxd-Form-control .cxd-Select.is-mobile .cxd-Select-arrow {
    margin: 0;
  }
  .cxd-Form .cxd-Form-item .cxd-Form-value .cxd-Number,
.cxd-Form .cxd-Form-item .cxd-Form-control .cxd-Number {
    border: none;
    background: none;
  }
  .cxd-Form .cxd-Form-item .cxd-Form-value .cxd-Number .cxd-Number-input,
.cxd-Form .cxd-Form-item .cxd-Form-control .cxd-Number .cxd-Number-input {
    text-align: inherit;
    font-weight: 500;
    letter-spacing: 0.5px;
    font-family: system-ui, -apple-system, Helvetica Neue, sans-serif;
    color: var(--saas-Title-Text);
  }
  .cxd-Form .cxd-Form-item .cxd-Form-value .cxd-Number .cxd-Number-input::-webkit-input-placeholder,
.cxd-Form .cxd-Form-item .cxd-Form-control .cxd-Number .cxd-Number-input::-webkit-input-placeholder {
    font-family: system-ui, -apple-system, Helvetica Neue, sans-serif;
    font-size: 14px;
    color: var(--saas-Placeholder-Text);
    font-weight: 500;
  }
  .cxd-Form .cxd-Form-item .cxd-Form-value .cxd-Number .cxd-Number-input::-moz-placeholder,
.cxd-Form .cxd-Form-item .cxd-Form-control .cxd-Number .cxd-Number-input::-moz-placeholder {
    font-family: system-ui, -apple-system, Helvetica Neue, sans-serif;
    font-size: 14px;
    color: var(--saas-Placeholder-Text);
    font-weight: 500;
  }
  .cxd-Form .cxd-Form-item .cxd-Form-value .cxd-Number .cxd-Number-input::-ms-input-placeholder,
.cxd-Form .cxd-Form-item .cxd-Form-control .cxd-Number .cxd-Number-input::-ms-input-placeholder {
    font-family: system-ui, -apple-system, Helvetica Neue, sans-serif;
    font-size: 14px;
    color: var(--saas-Placeholder-Text);
    font-weight: 500;
  }
  .cxd-Form .cxd-Form-item .cxd-Form-value .cxd-TransferPicker .cxd-TransferPicker-icon,
.cxd-Form .cxd-Form-item .cxd-Form-control .cxd-TransferPicker .cxd-TransferPicker-icon {
    margin: 5px;
  }
  .cxd-Form .cxd-Form-item .cxd-Form-value .cxd-ResultBox-singleValue,
.cxd-Form .cxd-Form-item .cxd-Form-control .cxd-ResultBox-singleValue {
    text-align: left;
  }
  .cxd-Form .cxd-Form-item .cxd-Form-value .cxd-Form-feedback-icon,
.cxd-Form .cxd-Form-item .cxd-Form-value .cxd-Form-feedback,
.cxd-Form .cxd-Form-item .cxd-Form-control .cxd-Form-feedback-icon,
.cxd-Form .cxd-Form-item .cxd-Form-control .cxd-Form-feedback {
    margin: 5px 0 0;
    font-size: 12px;
  }
  .cxd-Form .cxd-Form-item .cxd-Form-value .cxd-Form-feedback-icon,
.cxd-Form .cxd-Form-item .cxd-Form-control .cxd-Form-feedback-icon {
    color: var(--saas-Placeholder-Text);
  }
  .cxd-Form .cxd-Form-item .cxd-Form-value .cxd-SelectControl .cxd-ResultBox .cxd-ResultBox-singleValue,
.cxd-Form .cxd-Form-item .cxd-Form-rowInner .cxd-SelectControl .cxd-ResultBox .cxd-ResultBox-singleValue {
    padding: 0;
  }
  .cxd-Form .cxd-Form-item .cxd-Form-value .cxd-PickerControl .cxd-Picker-input,
.cxd-Form .cxd-Form-item .cxd-Form-rowInner .cxd-PickerControl .cxd-Picker-input {
    border-color: transparent;
    font-size: 15px;
    padding-left: 0;
    padding-right: 18px;
  }
  .cxd-Form .cxd-Form-item .cxd-Form-value .cxd-PickerControl .cxd-Picker-input .cxd-Picker-placeholder,
.cxd-Form .cxd-Form-item .cxd-Form-rowInner .cxd-PickerControl .cxd-Picker-input .cxd-Picker-placeholder {
    color: var(--saas-Placeholder-Text);
  }
  .cxd-Form .cxd-Form-item .cxd-Form-value .cxd-PickerControl .cxd-Picker-input .cxd-Picker-btn,
.cxd-Form .cxd-Form-item .cxd-Form-rowInner .cxd-PickerControl .cxd-Picker-input .cxd-Picker-btn {
    width: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
  .cxd-Form .cxd-Form-item .cxd-Form-value .cxd-PickerControl .cxd-Picker-input.isMobile-picker,
.cxd-Form .cxd-Form-item .cxd-Form-rowInner .cxd-PickerControl .cxd-Picker-input.isMobile-picker {
    padding-right: 0;
    min-height: 24px;
    line-height: unset;
    align-items: center;
    justify-content: space-between;
  }
  .cxd-Form .cxd-Form-item .cxd-Form-value .cxd-PickerControl .cxd-Picker-input.isMobile-picker .cxd-Picker-valueWrap,
.cxd-Form .cxd-Form-item .cxd-Form-rowInner .cxd-PickerControl .cxd-Picker-input.isMobile-picker .cxd-Picker-valueWrap {
    margin: 0;
    min-height: unset;
  }
  .cxd-Form .cxd-Form-item .cxd-Form-value .cxd-PickerControl .cxd-Picker-input.isMobile-picker .cxd-Picker-btn,
.cxd-Form .cxd-Form-item .cxd-Form-rowInner .cxd-PickerControl .cxd-Picker-input.isMobile-picker .cxd-Picker-btn {
    position: static;
    width: auto;
    color: rgba(0, 0, 0, 0.45);
  }
  .cxd-Form .cxd-Form-item .cxd-Form-value .cxd-CheckboxesControl .cxd-Checkbox span,
.cxd-Form .cxd-Form-item .cxd-Form-value .cxd-RadiosControl .cxd-Checkbox span,
.cxd-Form .cxd-Form-item .cxd-Form-rowInner .cxd-CheckboxesControl .cxd-Checkbox span,
.cxd-Form .cxd-Form-item .cxd-Form-rowInner .cxd-RadiosControl .cxd-Checkbox span {
    color: var(--saas-Title-Text);
    font-weight: 500;
  }
  .cxd-Form .cxd-Form-item .cxd-Form-value .cxd-DateRangeControl .cxd-DateRangePicker .cxd-DateRangePicker-content,
.cxd-Form .cxd-Form-item .cxd-Form-rowInner .cxd-DateRangeControl .cxd-DateRangePicker .cxd-DateRangePicker-content {
    white-space: initial;
    justify-content: space-between;
    align-items: center;
  }
  .cxd-Form .cxd-Form-item .cxd-Form-value .cxd-DateRangeControl .cxd-DateRangePicker .cxd-DateRangePicker-content .cxd-DateRangePicker-value,
.cxd-Form .cxd-Form-item .cxd-Form-rowInner .cxd-DateRangeControl .cxd-DateRangePicker .cxd-DateRangePicker-content .cxd-DateRangePicker-value {
    justify-content: left;
  }
  .cxd-Form .cxd-Form-item .cxd-Form-value .cxd-DateRangeControl .cxd-DateRangePicker .cxd-DateRangePicker-content .cxd-DateRangePicker-placeholder,
.cxd-Form .cxd-Form-item .cxd-Form-rowInner .cxd-DateRangeControl .cxd-DateRangePicker .cxd-DateRangePicker-content .cxd-DateRangePicker-placeholder {
    color: var(--saas-Placeholder-Text);
  }
  .cxd-Form .cxd-Form-item .cxd-Form-value .cxd-DateRangeControl .cxd-DateRangePicker .cxd-DateRangePicker-content .cxd-DateRangePicker-clear svg,
.cxd-Form .cxd-Form-item .cxd-Form-rowInner .cxd-DateRangeControl .cxd-DateRangePicker .cxd-DateRangePicker-content .cxd-DateRangePicker-clear svg {
    fill: var(--saas-Placeholder-Text);
  }
  .cxd-Form .cxd-Form-item .cxd-Form-value .cxd-DateRangeControl .cxd-DateRangePicker .cxd-DateRangePicker-content .cxd-DateRangePicker-toggler,
.cxd-Form .cxd-Form-item .cxd-Form-rowInner .cxd-DateRangeControl .cxd-DateRangePicker .cxd-DateRangePicker-content .cxd-DateRangePicker-toggler {
    margin-top: 0;
    color: var(--saas-Placeholder-Text);
  }
  .cxd-Form .cxd-Form-item .cxd-Form-value .cxd-RadiosControl .cxd-Checkbox i,
.cxd-Form .cxd-Form-item .cxd-Form-rowInner .cxd-RadiosControl .cxd-Checkbox i {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    z-index: 1;
  }
  .cxd-Form .cxd-Form-item .cxd-Form-value .cxd-DateRangeControl .cxd-DateRangePicker,
.cxd-Form .cxd-Form-item .cxd-Form-rowInner .cxd-DateRangeControl .cxd-DateRangePicker {
    align-items: center;
  }
  .cxd-Form .cxd-Form-item .cxd-Form-value .cxd-DateRangeControl .cxd-DateRangePicker .cxd-DateRangePicker-placeholder,
.cxd-Form .cxd-Form-item .cxd-Form-rowInner .cxd-DateRangeControl .cxd-DateRangePicker .cxd-DateRangePicker-placeholder {
    flex: 1;
    text-align: left;
    color: var(--saas-Placeholder-Text);
  }
  .cxd-Form .cxd-Form-item .cxd-Form-value .cxd-DateRangeControl .cxd-DateRangePicker .cxd-DateRangePicker-value,
.cxd-Form .cxd-Form-item .cxd-Form-rowInner .cxd-DateRangeControl .cxd-DateRangePicker .cxd-DateRangePicker-value {
    flex: 1;
    justify-content: left;
    color: var(--saas-Title-Text);
  }
  .cxd-Form .cxd-Form-item .cxd-Form-value .cxd-DateRangeControl .cxd-DateRangePicker .cxd-DateRangePicker-toggler,
.cxd-Form .cxd-Form-item .cxd-Form-rowInner .cxd-DateRangeControl .cxd-DateRangePicker .cxd-DateRangePicker-toggler {
    margin-top: 0;
    color: var(--saas-Placeholder-Text);
  }
  .cxd-Form .cxd-Form-item .cxd-Form-value .cxd-DateRangeControl .cxd-DateRangePicker:not(.is-disabled):hover .cxd-DateRangePicker-toggler,
.cxd-Form .cxd-Form-item .cxd-Form-rowInner .cxd-DateRangeControl .cxd-DateRangePicker:not(.is-disabled):hover .cxd-DateRangePicker-toggler {
    color: var(--saas-Placeholder-Text);
  }
  .cxd-Form .cxd-Form-item .cxd-Form-control {
    font-weight: 500;
    letter-spacing: 0.5px;
    font-family: system-ui, -apple-system, Helvetica Neue, sans-serif;
    color: var(--saas-Title-Text);
  }
  .cxd-Form .cxd-Form-item .cxd-Form-control .cxd-DateField {
    color: var(--saas-Title-Text);
    letter-spacing: 0;
  }
  .cxd-Form .cxd-Form-item .cxd-Form-control .cxd-ResultBox {
    border: none;
    padding-right: 18px;
  }
  .cxd-Form .cxd-Form-item .cxd-Form-control .cxd-ResultBox-clear {
    position: absolute;
    right: 0;
  }
  .cxd-Form .cxd-Form-item .cxd-Form-control .cxd-ResultBox-clear svg {
    fill: var(--saas-Placeholder-Text);
  }
  .cxd-Form .cxd-Form-item .cxd-Form-control .cxd-ResultBox-singleValue {
    color: var(--saas-Title-Text);
  }
  .cxd-Form .cxd-Form-item .cxd-Form-control .cxd-ResultBox-placeholder {
    margin-left: 0;
    color: var(--saas-Placeholder-Text);
    font-size: 15px;
    white-space: nowrap;
  }
  .cxd-Form .cxd-Form-item .cxd-Form-control .cxd-ResultBox .cxd-TransferPicker-icon, .cxd-Form .cxd-Form-item .cxd-Form-control .cxd-ResultBox-arrow {
    position: absolute;
    right: 0px;
  }
  .cxd-Form .cxd-Form-item .cxd-Form-control .cxd-ResultBox .cxd-ResultBox-clear + .cxd-ResultBox-arrow {
    right: 18px;
  }
  .cxd-Form .cxd-Form-item .cxd-Form-control .cxd-ResultBox input {
    padding-left: 0;
  }
  .cxd-Form .cxd-Form-item .cxd-Form-control .cxd-ResultBox input::-webkit-input-placeholder {
    color: var(--saas-Placeholder-Text);
  }
  .cxd-Form .cxd-Form-item .cxd-Form-control .cxd-ResultBox input::-moz-placeholder {
    color: var(--saas-Placeholder-Text);
  }
  .cxd-Form .cxd-Form-item .cxd-Form-control .cxd-ResultBox input::-ms-input-placeholder {
    color: var(--saas-Placeholder-Text);
  }
  .cxd-Form .cxd-Form-item .cxd-Form-control .cxd-ResultBox-value-wrap .cxd-ResultBox-value {
    white-space: nowrap;
    line-height: 1.5rem;
    padding: 0 6px;
  }
  .cxd-Form .cxd-Form-item .cxd-Form-control .cxd-ResultBox-value-wrap .cxd-ResultBox-value .cxd-ResultBox-valueLabel {
    white-space: nowrap;
  }
  .cxd-Form .cxd-Form-item .cxd-Form-control .cxd-ResultBox-value-wrap .cxd-ResultBox-value .cxd-ResultBox-valueLabel span {
    white-space: nowrap;
  }
  .cxd-Form .cxd-Form-item .cxd-Form-control .cxd-DatePicker.is-mobile {
    padding: 0;
    line-height: 24px;
    background: none;
  }
  .cxd-Form .cxd-Form-item .cxd-Form-control .cxd-DatePicker.is-mobile .cxd-DatePicker-content {
    font-size: 15px;
    justify-content: space-between;
    align-items: center;
  }
  .cxd-Form .cxd-Form-item .cxd-Form-control .cxd-DatePicker.is-mobile .cxd-DatePicker-content .cxd-DatePicker-placeholder {
    font-size: 15px;
    color: var(--saas-Placeholder-Text);
  }
  .cxd-Form .cxd-Form-item .cxd-Form-control .cxd-DatePicker.is-mobile .cxd-DatePicker-content input::placeholder {
    font-size: 15px !important;
    color: var(--saas-Placeholder-Text) !important;
  }
  .cxd-Form .cxd-Form-item .cxd-Form-control .cxd-DatePicker.is-mobile .cxd-DatePicker-content input::-webkit-input-placeholder {
    color: var(--saas-Placeholder-Text);
  }
  .cxd-Form .cxd-Form-item .cxd-Form-control .cxd-DatePicker.is-mobile .cxd-DatePicker-content input::-moz-placeholder {
    color: var(--saas-Placeholder-Text);
  }
  .cxd-Form .cxd-Form-item .cxd-Form-control .cxd-DatePicker.is-mobile .cxd-DatePicker-content input::-ms-input-placeholder {
    color: var(--saas-Placeholder-Text);
  }
  .cxd-Form .cxd-Form-item .cxd-Form-control .cxd-DatePicker.is-mobile .cxd-DatePicker-content .cxd-DatePicker-value {
    font-weight: 500;
    letter-spacing: 0.5px;
    font-family: system-ui, -apple-system, Helvetica Neue, sans-serif;
    color: var(--saas-Title-Text);
    font-size: 15px;
  }
  .cxd-Form .cxd-Form-item .cxd-Form-control .cxd-DatePicker.is-mobile .cxd-DatePicker-content .cxd-DatePicker-clear > svg {
    fill: var(--saas-Placeholder-Text);
  }
  .cxd-Form .cxd-Form-item .cxd-Form-control .cxd-DatePicker.is-mobile .cxd-DatePicker-content .cxd-DatePicker-toggler {
    color: var(--saas-Placeholder-Text);
    margin-top: 0;
    height: 22px;
  }
  .cxd-Form .cxd-Form-item .cxd-Form-control .cxd-DatePicker.is-mobile .cxd-DatePicker-content .cxd-DatePicker-toggler > svg polyline,
.cxd-Form .cxd-Form-item .cxd-Form-control .cxd-DatePicker.is-mobile .cxd-DatePicker-content .cxd-DatePicker-toggler > svg circle {
    stroke: var(--saas-Placeholder-Text);
  }
  .cxd-Form .cxd-Form-item .cxd-Form-control .cxd-DateRangePicker.is-mobile .cxd-DateRangePicker-content input::-webkit-input-placeholder {
    color: var(--saas-Placeholder-Text);
    font-size: 14px;
  }
  .cxd-Form .cxd-Form-item .cxd-Form-control .cxd-DateRangePicker.is-mobile .cxd-DateRangePicker-content input::-moz-placeholder {
    color: var(--saas-Placeholder-Text);
    font-size: 14px;
  }
  .cxd-Form .cxd-Form-item .cxd-Form-control .cxd-DateRangePicker.is-mobile .cxd-DateRangePicker-content input::-ms-input-placeholder {
    color: var(--saas-Placeholder-Text);
    font-size: 14px;
  }
  .cxd-Form .cxd-Form-item .cxd-Form-control .cxd-DateRangePicker.is-mobile .cxd-DateRangePicker-content .cxd-DateRangePicker-placeholder {
    font-size: 15px;
    color: var(--saas-Placeholder-Text);
  }
  .cxd-Form .cxd-Form-item .cxd-Form-control .cxd-DateRangePicker.is-mobile .cxd-DateRangePicker-content .cxd-DateRangePicker-toggler {
    color: var(--saas-Placeholder-Text);
    margin-top: 0;
    height: 24px;
  }
  .cxd-Form .cxd-Form-item .cxd-Form-control .cxd-DateRangePicker.is-mobile .cxd-DateRangePicker-content .cxd-DateRangePicker-toggler > svg {
    width: 0.625rem;
    height: 0.625rem;
  }
  .cxd-Form .cxd-Form-item .cxd-Form-control .cxd-DateRangePicker.is-mobile .cxd-DateRangePicker-content .cxd-DateRangePicker-toggler > svg polyline,
.cxd-Form .cxd-Form-item .cxd-Form-control .cxd-DateRangePicker.is-mobile .cxd-DateRangePicker-content .cxd-DateRangePicker-toggler > svg circle {
    stroke: var(--saas-Placeholder-Text);
  }
  .cxd-Form .cxd-Form-item .cxd-Form-control .cxd-DatePicker.is-disabled {
    background: #fff;
  }
  .cxd-Form .cxd-Form-item .cxd-Form-control .cxd-TextControl-placeholder {
    right: 0;
    left: 0;
    color: var(--saas-Placeholder-Text);
  }
  .cxd-Form .cxd-Form-item .cxd-SelectControl .cxd-Select-arrow > svg {
    color: var(--saas-Placeholder-Text);
  }
  .cxd-Form .cxd-Form-item .cxd-ColorControl.cxd-Form-control .cxd-ColorPicker {
    color: var(--saas-Title-Text);
  }
  .cxd-Form .cxd-Form-item .cxd-ColorControl.cxd-Form-control .cxd-ColorPicker .cxd-ColorPicker-clear > svg {
    fill: var(--saas-Placeholder-Text);
  }
  .cxd-Form .cxd-Form-item .cxd-ColorControl .cxd-Form-hint,
.cxd-Form .cxd-Form-item .cxd-Form-remark,
.cxd-Form .cxd-Form-item .cxd-Form-static,
.cxd-Form .cxd-Form-item .cxd-Form-group--hor .cxd-Form-item,
.cxd-Form .cxd-Form-item .cxd-SwitchControl,
.cxd-Form .cxd-Form-item .cxd-CheckboxControl,
.cxd-Form .cxd-Form-item .cxd-RadiosControl,
.cxd-Form .cxd-Form-item .cxd-CheckboxesControl {
    padding-top: 0;
    padding-bottom: 0;
  }
  .cxd-Form .cxd-Form-item .cxd-Form-group--horizontal .cxd-TextControl-input input {
    height: var(--Form-input-height);
  }
  .cxd-Form .cxd-Form-item .cxd-Form-hint {
    font-size: var(--fontSizeBase);
    margin-left: 0;
    color: var(--text--muted-color);
  }
  .cxd-Form .cxd-Form-item .cxd-TextControl-placeholder {
    top: 0;
  }
  .cxd-Form .cxd-Form-item .cxd-Form-static {
    min-height: 0;
    flex: 1;
    color: var(--saas-Title-Text);
  }
  .cxd-Form .cxd-Form-item > .cxd-Form-static {
    max-width: 70%;
  }
  .cxd-Form .cxd-Form-item .cxd-Form-description {
    font-size: var(--fontSizeBase);
  }
  .cxd-Form .cxd-Form-item .cxd-InputGroup .cxd-Select,
.cxd-Form .cxd-Form-item .cxd-InputGroup .cxd-InputGroup-btn .cxd-Button {
    border: none;
  }
  .cxd-Form .cxd-Form-item .cxd-InputGroup > .cxd-TextControl-input input {
    height: var(--Form-input-height);
  }
  .cxd-Form .cxd-Form-item .cxd-ColorPicker {
    padding: 0;
    border: none;
  }
  .cxd-Form .cxd-Form-item .cxd-ColorPicker .cxd-ColorPicker-arrow {
    display: none;
  }
  .cxd-Form .cxd-Form-item .cxd-ColorPicker .cxd-ColorPicker-input::-webkit-input-placeholder {
    color: var(--saas-Placeholder-Text);
  }
  .cxd-Form .cxd-Form-item .cxd-ColorPicker .cxd-ColorPicker-input::-moz-placeholder {
    color: var(--saas-Placeholder-Text);
  }
  .cxd-Form .cxd-Form-item .cxd-ColorPicker .cxd-ColorPicker-input::-ms-input-placeholder {
    color: var(--saas-Placeholder-Text);
  }
  .cxd-Form .cxd-Form-item .cxd-Form-group--hor .cxd-Form-item .cxd-Button {
    margin-bottom: var(--gap-xs);
  }
  .cxd-Form .cxd-Form-item .cxd-TextareaControl > textarea,
.cxd-Form .cxd-Form-item .cxd-Form-control > .cxd-TextControl-input,
.cxd-Form .cxd-Form-item .cxd-TextControl.is-focused > .cxd-TextControl-input {
    border: none;
    padding: 0 var(--Form-input-paddingX) 0 0;
    box-shadow: none;
  }
  .cxd-Form .cxd-Form-item .cxd-TextareaControl > textarea input::placeholder,
.cxd-Form .cxd-Form-item .cxd-Form-control > .cxd-TextControl-input input::placeholder,
.cxd-Form .cxd-Form-item .cxd-TextControl.is-focused > .cxd-TextControl-input input::placeholder {
    font-size: 15px;
  }
  .cxd-Form .cxd-Form-item .cxd-TextareaControl > textarea:hover, .cxd-Form .cxd-Form-item .cxd-TextareaControl > textarea:focus, .cxd-Form .cxd-Form-item .cxd-TextareaControl > textarea.active,
.cxd-Form .cxd-Form-item .cxd-Form-control > .cxd-TextControl-input:hover,
.cxd-Form .cxd-Form-item .cxd-Form-control > .cxd-TextControl-input:focus,
.cxd-Form .cxd-Form-item .cxd-Form-control > .cxd-TextControl-input.active,
.cxd-Form .cxd-Form-item .cxd-TextControl.is-focused > .cxd-TextControl-input:hover,
.cxd-Form .cxd-Form-item .cxd-TextControl.is-focused > .cxd-TextControl-input:focus,
.cxd-Form .cxd-Form-item .cxd-TextControl.is-focused > .cxd-TextControl-input.active {
    border: none;
    outline: none;
    outline-style: none;
  }
  .cxd-Form .cxd-Form-item .cxd-TextareaControl > textarea {
    color: var(--saas-Title-Text);
    font-size: 15px;
    line-height: 24px;
  }
  .cxd-Form .cxd-Form-item .cxd-TextareaControl.is-readOnly > textarea {
    color: var(--Form-down-input-noteditable);
  }
  .cxd-Form .cxd-Form-item .cxd-Form-control > .cxd-TextControl-input {
    padding: 0;
    background-color: none;
    background: none;
  }
  .cxd-Form .cxd-Form-item .cxd-Form-control > .cxd-TextControl-input--multiple {
    padding: 0;
    min-height: 0;
  }
  .cxd-Form .cxd-Form-item .cxd-Form-rowInner {
    width: 100%;
  }
  .cxd-Form > .cxd-CollapseGroup .cxd-Collapse .cxd-Collapse-body {
    padding: 0;
  }
  .cxd-Form .cxd-Collapse {
    border-bottom: 0;
  }
  .cxd-Form .cxd-Form-item.view-details {
    color: var(--saas-Title-Text);
    padding: 12px 16px !important;
    height: auto;
  }
  .cxd-Form .cxd-Form-item.view-details .cxd-Form-value,
.cxd-Form .cxd-Form-item.view-details .cxd-Form-control {
    text-align: left;
    font-size: 15px;
  }
  .cxd-Form .cxd-Form-item.view-details .cxd-Form-static {
    text-align: left;
    padding: 0 !important;
  }
  .cxd-Form .cxd-Form-item.view-details .cxd-Form-static .cxd-Form-value,
.cxd-Form .cxd-Form-item.view-details .cxd-Form-static .cxd-Form-control {
    text-align: left;
    font-size: 15px;
    color: var(--saas-Title-Text);
  }
  .cxd-Form .cxd-Form-item.view-details .cxd-Form-static .cxd-Form-value .cxd-PlainField,
.cxd-Form .cxd-Form-item.view-details .cxd-Form-static .cxd-Form-control .cxd-PlainField {
    white-space: initial;
  }
  .cxd-Form .cxd-Form-item.view-details .cxd-Form-static .cxd-Form-value .cxd-Mapping,
.cxd-Form .cxd-Form-item.view-details .cxd-Form-static .cxd-Form-control .cxd-Mapping {
    overflow: initial;
    white-space: initial;
  }
  .cxd-Form .cxd-Form-item.view-details > .cxd-Form-label {
    color: var(--saas-Placeholder-Text);
    padding-right: 16px;
  }
  .cxd-Form .cxd-Form-item.view-details .cxd-Form-rowInner .cxd-Form-label {
    color: var(--saas-Placeholder-Text);
    padding-right: 16px;
  }
  .cxd-Form .cxd-Form-item.view-details .cxd-Form-rowInner .cxd-Form-label .cxd-Form-star {
    font-size: 12px;
    display: flex;
    align-items: center;
    position: absolute;
    left: -10px;
    color: red;
    top: 50%;
    transform: translateY(-50%);
  }
  .cxd-Form .cxd-Form-item.view-details .cxd-Form-rowInner .cxd-DateRangePicker {
    color: var(--saas-Title-Text);
  }
  .cxd-Form .cxd-Form-item.view-details .cxd-TextControl-input input {
    color: var(--saas-Title-Text);
  }
  .cxd-Form .cxd-Form-item.view-details .cxd-Form-value .cxd-Select.is-mobile .cxd-Select-valueWrap,
.cxd-Form .cxd-Form-item.view-details .cxd-Form-control .cxd-Select.is-mobile .cxd-Select-valueWrap {
    color: var(--saas-Title-Text);
  }
  .cxd-Form .cxd-Form-item.view-details .cxd-Form-value .cxd-Number .cxd-Number-input,
.cxd-Form .cxd-Form-item.view-details .cxd-Form-control .cxd-Number .cxd-Number-input {
    color: var(--saas-Title-Text);
  }
  .cxd-Form .cxd-Form-item.view-details .cxd-Form-value .cxd-Number-disabled .cxd-Number-input,
.cxd-Form .cxd-Form-item.view-details .cxd-Form-control .cxd-Number-disabled .cxd-Number-input {
    color: var(--Form-down-input-noteditable);
  }
  .cxd-Form .cxd-Form-item.view-details .cxd-Form-control {
    color: var(--saas-Title-Text);
  }
  .cxd-Form .cxd-Form-item.view-details .cxd-Form-control .cxd-DatePicker.is-mobile .cxd-DatePicker-content .cxd-DatePicker-value {
    color: var(--saas-Title-Text);
  }
  .cxd-Form .cxd-Form-item.view-details .cxd-Form-control .cxd-TextControl-placeholder {
    right: 0;
  }
  .cxd-Form .cxd-Form-item.view-details .cxd-SwitchControl {
    text-align: left;
  }
  .cxd-Form .cxd-Form-item.is-linkUrl .cxd-Form-control {
    color: var(--saas-Link-Text);
  }
  .cxd-Form .cxd-Form-item.verticalField {
    padding: 12px 16px !important;
    height: auto;
  }
  .cxd-Form .cxd-Form-item.verticalField::before {
    left: 0;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .cxd-Form .cxd-Form-item.verticalField {
    margin-top: 8px;
    margin-bottom: 8px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .cxd-Form .cxd-Form-item.horizonField {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .cxd-Form .cxd-Form-item.horizonField .cxd-Form-label {
    width: 100%;
    max-width: 100% !important;
    flex: 1 !important;
  }
}
@media (max-width: 767px) {
  .cxd-Form .cxd-Form-groupColumn {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .cxd-Form .cxd-Divider {
    display: none;
  }
}
@media (max-width: 767px) {
  .cxd-Form .cxd-Tabs-pane {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cxd-Form > .cxd-Form-item:last-child::after, .cxd-Form > .cxd-Form-item:last-of-type::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .cxd-Form .cxd-Form-item .cxd-Form-groupColumn > .cxd-Form-item {
    padding-bottom: var(--Form-input-paddingX);
  }
}
@media (max-width: 767px) {
  .cxd-Form .cxd-Form-item.view-details {
    padding: 3px 0;
  }
  .cxd-Form .cxd-Form-item.view-details::after {
    content: none;
  }
  .cxd-Form .cxd-Form-item.view-details > .cxd-Form-label > span {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }
  .cxd-Form .cxd-Form-item.view-details > .cxd-Form-label > span .cxd-TplField {
    display: block;
    max-width: 100%;
  }
  .cxd-Form .cxd-Form-item.view-details > .cxd-Form-label > span .cxd-TplField > span {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .cxd-Form .cxd-Form-item.view-details > .cxd-Form-label > span .cxd-Static-Html-TplOpen {
    color: var(--Form-down-input-noteditable);
    max-height: 67.5px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
@media (max-width: 767px) {
  .cxd-Form .cxd-Alert {
    margin-top: var(--Alert-paddingX);
  }
}
@media (max-width: 767px) {
  .cxd-Form .cxd-Form-item.cxd-Form-item--row {
    height: auto;
    flex-wrap: wrap;
  }
  .cxd-Form .cxd-Form-item.cxd-Form-item--row > .cxd-Form-feedback {
    padding-left: 30%;
  }
  .cxd-Form .cxd-Form-item.cxd-Form-item--row .cxd-Form-rowInner {
    display: flex;
    flex-wrap: wrap;
  }
  .cxd-Form .cxd-Form-item.cxd-Form-item--row .cxd-Form-rowInner .cxd-Form-label {
    flex: 0 0 30%;
    max-width: 112px;
    min-width: 112px;
    margin-bottom: 0;
  }
  .cxd-Form .cxd-Form-item.cxd-Form-item--row .cxd-Form-rowInner .cxd-Form-label span {
    min-height: 20px;
    max-height: 25px;
    width: 100%;
  }
  .cxd-Form .cxd-Form-item.cxd-Form-item--row .cxd-Form-rowInner .cxd-Form-label .cxd-Form-star {
    font-size: 12px;
    display: flex;
    align-items: center;
    position: absolute;
    left: -10px;
    color: red;
    top: 50%;
    transform: translateY(-50%);
  }
  .cxd-Form .cxd-Form-item.cxd-Form-item--row .cxd-Form-rowInner .cxd-DateRangeControl .cxd-DateRangePicker .cxd-DateRangePicker-content {
    white-space: initial;
    justify-content: space-between;
    align-items: center;
  }
  .cxd-Form .cxd-Form-item.cxd-Form-item--row .cxd-Form-rowInner .cxd-DateRangeControl .cxd-DateRangePicker .cxd-DateRangePicker-content .cxd-DateRangePicker-placeholder {
    color: var(--saas-Placeholder-Text);
  }
  .cxd-Form .cxd-Form-item.cxd-Form-item--row .cxd-Form-rowInner .cxd-DateRangeControl .cxd-DateRangePicker .cxd-DateRangePicker-content .cxd-DateRangePicker-value {
    color: var(--saas-Title-Text);
  }
  .cxd-Form .cxd-Form-item.cxd-Form-item--row .cxd-Form-rowInner .cxd-DateRangeControl .cxd-DateRangePicker .cxd-DateRangePicker-content .cxd-DateRangePicker-toggler > svg polyline,
.cxd-Form .cxd-Form-item.cxd-Form-item--row .cxd-Form-rowInner .cxd-DateRangeControl .cxd-DateRangePicker .cxd-DateRangePicker-content .cxd-DateRangePicker-toggler > svg circle {
    stroke: var(--saas-Placeholder-Text);
  }
  .cxd-Form .cxd-Form-item.cxd-Form-item--row .cxd-Form-rowInner .cxd-DateRangeControl .cxd-DateRangePicker .cxd-DateRangePicker-content .cxd-DateRangePicker-clear svg {
    fill: var(--saas-Placeholder-Text);
  }
  .cxd-Form .cxd-Form-item.cxd-Form-item--row .cxd-Form-rowInner .cxd-DateRangeControl .cxd-DateRangePicker .cxd-DateRangePicker-content .cxd-Table-expandBtn {
    color: var(--saas-Placeholder-Text);
  }
  .cxd-Form .cxd-Form-item.cxd-Form-item--row .cxd-Form-rowInner .cxd-ImageControl {
    overflow: hidden;
  }
  .cxd-Form .cxd-Form-item.cxd-Form-item--row .cxd-Form-rowInner .cxd-ImageControl .cxd-ImageControl-dropzone {
    width: 100%;
    height: 100%;
  }
  .cxd-Form .cxd-Form-item.cxd-Form-item--row .cxd-Form-rowInner .cxd-ImageControl .cxd-ImageControl-dropzone .cxd-ImageControl-addBtn {
    color: var(--saas-Placeholder-Text);
    box-shadow: none;
  }
  .cxd-Form .cxd-Form-item.cxd-Form-item--row .cxd-Form-rowInner .cxd-ImageControl .cxd-ImageControl-dropzone .cxd-ImageControl-addBtn svg.icon {
    fill: var(--saas-Placeholder-Text);
    color: var(--saas-Placeholder-Text);
  }
  .cxd-Form .cxd-Form-item.cxd-Form-item--row .cxd-Form-rowInner .cxd-ImageControl .cxd-ImageControl-dropzone .cxd-ImageControl-addBtn:not(:disabled):not(.is-disabled):hover {
    color: var(--ImageControl-addBtn-onHover-color);
    background: transparent;
    border-color: transparent;
    box-shadow: unset;
  }
  .cxd-Form .cxd-Form-item.cxd-Form-item--row .cxd-Form-rowInner .cxd-InputTable {
    padding-top: 12px;
    width: 100%;
    flex: auto;
  }
  .cxd-Form .cxd-Form-item.cxd-Form-item--row .cxd-Form-rowInner .cxd-InputTable .cxd-Table .cxd-Table-horizontal {
    min-height: 200px;
  }
  .cxd-Form .cxd-Form-item.cxd-Form-item--row .cxd-Form-rowInner .cxd-InputTable .empty-container {
    color: rgba(0, 0, 0, 0.4);
  }
  .cxd-Form .cxd-Form-item.cxd-Form-item--row .cxd-Form-rowInner .cxd-InputTable.is-mobile .line-tiled .cxd-Form.inModal-item {
    margin-left: 0;
  }
  .cxd-Form .cxd-Form-item.cxd-Form-item--row .cxd-Form-rowInner .cxd-TextareaControl > textarea[disabled] {
    background: #fff;
  }
  .cxd-Form .cxd-Form-item.cxd-Form-item--row .cxd-Form-rowInner .cxd-TextareaControl-TextArea {
    height: 100%;
    color: var(--saas-Title-Text);
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .cxd-Form .cxd-Form-item.cxd-Form-item--row .cxd-Form-rowInner .cxd-TextareaControl-TextArea-original {
    max-height: 67.5px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    padding-right: 8px;
    white-space: nowrap;
    color: var(--saas-Title-Text);
  }
  .cxd-Form .cxd-Form-item.cxd-Form-item--row .cxd-Form-rowInner .cxd-TextareaControl-TextArea .cxd-Table-expandBtn {
    color: var(--saas-Placeholder-Text);
    width: 16px;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    height: 100%;
  }
  .cxd-Form .cxd-Form-item.cxd-Form-item--row .cxd-Form-rowInner .cxd-TextareaControl .cxd-TextAreaControl-notReadOnly {
    color: var(--saas-Placeholder-Text);
  }
  .cxd-Form .cxd-Form-item.cxd-Form-item--row .cxd-Form-rowInner .cxd-TextareaControl.is-readOnly .cxd-TextareaControl-TextArea {
    color: var(--Form-down-input-noteditable);
  }
  .cxd-Form .cxd-Form-item.cxd-Form-item--row .cxd-Form-rowInner .cxd-TextareaControl textarea::-webkit-input-placeholder {
    color: var(--saas-Placeholder-Text);
  }
  .cxd-Form .cxd-Form-item.cxd-Form-item--row .cxd-Form-rowInner .cxd-TextareaControl textarea::-moz-placeholder {
    color: var(--saas-Placeholder-Text);
  }
  .cxd-Form .cxd-Form-item.cxd-Form-item--row .cxd-Form-rowInner .cxd-TextareaControl textarea::-ms-input-placeholder {
    color: var(--saas-Placeholder-Text);
  }
  .cxd-Form .cxd-Form-item.cxd-Form-item--row .cxd-Form-rowInner > .cxd-Form-static {
    flex: 0 0 70%;
    max-width: calc(100% - 112px);
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .cxd-Form .cxd-Form-item.dateRangeFormItem {
    align-items: flex-start;
  }
  .cxd-Form .cxd-Form-item.dateRangeFormItem .cxd-Form-label > span {
    align-items: flex-start;
  }
  .cxd-Form .cxd-Form-item.dateRangeFormItem .cxd-Form-label > span > span.cxd-TplField {
    display: inline-block;
    height: 24px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  form.cxd-Form,
.cxd-Form.row-edit-form {
    background-color: var(--saas-Background-Header);
    padding-top: 8px;
  }
  form.cxd-Form.hasFieldSet,
.cxd-Form.row-edit-form.hasFieldSet {
    margin-top: 0;
  }
  form.cxd-Form.hasFieldSet .cxd-Collapse-header,
.cxd-Form.row-edit-form.hasFieldSet .cxd-Collapse-header {
    width: 100%;
  }
  form.cxd-Form.hasFieldSet, form.cxd-Form.inModal,
.cxd-Form.row-edit-form.hasFieldSet,
.cxd-Form.row-edit-form.inModal {
    background-color: var(--saas-main-bg);
    padding-top: 0px;
  }
  form.cxd-Form.hasFieldSet .cxd-Form-item, form.cxd-Form.inModal .cxd-Form-item,
.cxd-Form.row-edit-form.hasFieldSet .cxd-Form-item,
.cxd-Form.row-edit-form.inModal .cxd-Form-item {
    padding: 12px 16px !important;
  }
  form.cxd-Form.hasFieldSet .cxd-Form-item::after, form.cxd-Form.inModal .cxd-Form-item::after,
.cxd-Form.row-edit-form.hasFieldSet .cxd-Form-item::after,
.cxd-Form.row-edit-form.inModal .cxd-Form-item::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 16px;
    height: 1px;
    background: var(--saas-Border-Dividers);
  }
  form.cxd-Form.hasFieldSet .cxd-Form-item:last-child::after, form.cxd-Form.inModal .cxd-Form-item:last-child::after,
.cxd-Form.row-edit-form.hasFieldSet .cxd-Form-item:last-child::after,
.cxd-Form.row-edit-form.inModal .cxd-Form-item:last-child::after {
    content: none;
  }
  form.cxd-Form.hasFieldSet .cxd-Form-item--horizontal, form.cxd-Form.inModal .cxd-Form-item--horizontal,
.cxd-Form.row-edit-form.hasFieldSet .cxd-Form-item--horizontal,
.cxd-Form.row-edit-form.inModal .cxd-Form-item--horizontal {
    display: flex;
    align-items: flex-start;
  }
  form.cxd-Form.hasFieldSet .cxd-Form-item .cxd-TplField, form.cxd-Form.inModal .cxd-Form-item .cxd-TplField,
.cxd-Form.row-edit-form.hasFieldSet .cxd-Form-item .cxd-TplField,
.cxd-Form.row-edit-form.inModal .cxd-Form-item .cxd-TplField {
    display: flex;
    align-items: flex-start !important;
    line-height: 22px;
  }
  form.cxd-Form.hasFieldSet .cxd-Form-item .cxd-TplField > span, form.cxd-Form.inModal .cxd-Form-item .cxd-TplField > span,
.cxd-Form.row-edit-form.hasFieldSet .cxd-Form-item .cxd-TplField > span,
.cxd-Form.row-edit-form.inModal .cxd-Form-item .cxd-TplField > span {
    line-height: 22px;
  }
  form.cxd-Form.hasFieldSet .cxd-Form-item--row .cxd-Form-label span, form.cxd-Form.inModal .cxd-Form-item--row .cxd-Form-label span,
.cxd-Form.row-edit-form.hasFieldSet .cxd-Form-item--row .cxd-Form-label span,
.cxd-Form.row-edit-form.inModal .cxd-Form-item--row .cxd-Form-label span {
    align-items: flex-start;
  }
  form.cxd-Form.hasFieldSet .cxd-Form-item--row .cxd-Form-label--row .cxd-Form-label span, form.cxd-Form.inModal .cxd-Form-item--row .cxd-Form-label--row .cxd-Form-label span,
.cxd-Form.row-edit-form.hasFieldSet .cxd-Form-item--row .cxd-Form-label--row .cxd-Form-label span,
.cxd-Form.row-edit-form.inModal .cxd-Form-item--row .cxd-Form-label--row .cxd-Form-label span {
    align-items: flex-start;
  }
  form.cxd-Form.hasFieldSet .cxd-Form-item--row .cxd-Form-label .cxd-TextControl-input,
form.cxd-Form.hasFieldSet .cxd-Form-item--row .cxd-Form-label .cxd-ColorPicker,
form.cxd-Form.hasFieldSet .cxd-Form-item--row .cxd-Form-label .cxd-Number-input-wrap, form.cxd-Form.inModal .cxd-Form-item--row .cxd-Form-label .cxd-TextControl-input,
form.cxd-Form.inModal .cxd-Form-item--row .cxd-Form-label .cxd-ColorPicker,
form.cxd-Form.inModal .cxd-Form-item--row .cxd-Form-label .cxd-Number-input-wrap,
.cxd-Form.row-edit-form.hasFieldSet .cxd-Form-item--row .cxd-Form-label .cxd-TextControl-input,
.cxd-Form.row-edit-form.hasFieldSet .cxd-Form-item--row .cxd-Form-label .cxd-ColorPicker,
.cxd-Form.row-edit-form.hasFieldSet .cxd-Form-item--row .cxd-Form-label .cxd-Number-input-wrap,
.cxd-Form.row-edit-form.inModal .cxd-Form-item--row .cxd-Form-label .cxd-TextControl-input,
.cxd-Form.row-edit-form.inModal .cxd-Form-item--row .cxd-Form-label .cxd-ColorPicker,
.cxd-Form.row-edit-form.inModal .cxd-Form-item--row .cxd-Form-label .cxd-Number-input-wrap {
    display: flex;
    align-items: center;
  }
  form.cxd-Form.hasFieldSet .cxd-Form-item--row .cxd-Form-label .cxd-TextControl-input input,
form.cxd-Form.hasFieldSet .cxd-Form-item--row .cxd-Form-label .cxd-ColorPicker input,
form.cxd-Form.hasFieldSet .cxd-Form-item--row .cxd-Form-label .cxd-Number-input-wrap input, form.cxd-Form.inModal .cxd-Form-item--row .cxd-Form-label .cxd-TextControl-input input,
form.cxd-Form.inModal .cxd-Form-item--row .cxd-Form-label .cxd-ColorPicker input,
form.cxd-Form.inModal .cxd-Form-item--row .cxd-Form-label .cxd-Number-input-wrap input,
.cxd-Form.row-edit-form.hasFieldSet .cxd-Form-item--row .cxd-Form-label .cxd-TextControl-input input,
.cxd-Form.row-edit-form.hasFieldSet .cxd-Form-item--row .cxd-Form-label .cxd-ColorPicker input,
.cxd-Form.row-edit-form.hasFieldSet .cxd-Form-item--row .cxd-Form-label .cxd-Number-input-wrap input,
.cxd-Form.row-edit-form.inModal .cxd-Form-item--row .cxd-Form-label .cxd-TextControl-input input,
.cxd-Form.row-edit-form.inModal .cxd-Form-item--row .cxd-Form-label .cxd-ColorPicker input,
.cxd-Form.row-edit-form.inModal .cxd-Form-item--row .cxd-Form-label .cxd-Number-input-wrap input {
    font-size: 15px;
  }
  form.cxd-Form.hasFieldSet .cxd-Form-item--row .cxd-Form-label .cxd-TextControl-input input::placeholder,
form.cxd-Form.hasFieldSet .cxd-Form-item--row .cxd-Form-label .cxd-ColorPicker input::placeholder,
form.cxd-Form.hasFieldSet .cxd-Form-item--row .cxd-Form-label .cxd-Number-input-wrap input::placeholder, form.cxd-Form.inModal .cxd-Form-item--row .cxd-Form-label .cxd-TextControl-input input::placeholder,
form.cxd-Form.inModal .cxd-Form-item--row .cxd-Form-label .cxd-ColorPicker input::placeholder,
form.cxd-Form.inModal .cxd-Form-item--row .cxd-Form-label .cxd-Number-input-wrap input::placeholder,
.cxd-Form.row-edit-form.hasFieldSet .cxd-Form-item--row .cxd-Form-label .cxd-TextControl-input input::placeholder,
.cxd-Form.row-edit-form.hasFieldSet .cxd-Form-item--row .cxd-Form-label .cxd-ColorPicker input::placeholder,
.cxd-Form.row-edit-form.hasFieldSet .cxd-Form-item--row .cxd-Form-label .cxd-Number-input-wrap input::placeholder,
.cxd-Form.row-edit-form.inModal .cxd-Form-item--row .cxd-Form-label .cxd-TextControl-input input::placeholder,
.cxd-Form.row-edit-form.inModal .cxd-Form-item--row .cxd-Form-label .cxd-ColorPicker input::placeholder,
.cxd-Form.row-edit-form.inModal .cxd-Form-item--row .cxd-Form-label .cxd-Number-input-wrap input::placeholder {
    font-size: 15px;
  }
  form.cxd-Form.hasFieldSet .cxd-Form-item .cxd-TextControl-input,
form.cxd-Form.hasFieldSet .cxd-Form-item .cxd-ColorPicker,
form.cxd-Form.hasFieldSet .cxd-Form-item .cxd-Number-input-wrap, form.cxd-Form.inModal .cxd-Form-item .cxd-TextControl-input,
form.cxd-Form.inModal .cxd-Form-item .cxd-ColorPicker,
form.cxd-Form.inModal .cxd-Form-item .cxd-Number-input-wrap,
.cxd-Form.row-edit-form.hasFieldSet .cxd-Form-item .cxd-TextControl-input,
.cxd-Form.row-edit-form.hasFieldSet .cxd-Form-item .cxd-ColorPicker,
.cxd-Form.row-edit-form.hasFieldSet .cxd-Form-item .cxd-Number-input-wrap,
.cxd-Form.row-edit-form.inModal .cxd-Form-item .cxd-TextControl-input,
.cxd-Form.row-edit-form.inModal .cxd-Form-item .cxd-ColorPicker,
.cxd-Form.row-edit-form.inModal .cxd-Form-item .cxd-Number-input-wrap {
    display: flex;
    align-items: center;
  }
  form.cxd-Form.hasFieldSet .cxd-Form-item .cxd-TextControl-input input,
form.cxd-Form.hasFieldSet .cxd-Form-item .cxd-TextControl-input .cxd-Number-input,
form.cxd-Form.hasFieldSet .cxd-Form-item .cxd-ColorPicker input,
form.cxd-Form.hasFieldSet .cxd-Form-item .cxd-ColorPicker .cxd-Number-input,
form.cxd-Form.hasFieldSet .cxd-Form-item .cxd-Number-input-wrap input,
form.cxd-Form.hasFieldSet .cxd-Form-item .cxd-Number-input-wrap .cxd-Number-input, form.cxd-Form.inModal .cxd-Form-item .cxd-TextControl-input input,
form.cxd-Form.inModal .cxd-Form-item .cxd-TextControl-input .cxd-Number-input,
form.cxd-Form.inModal .cxd-Form-item .cxd-ColorPicker input,
form.cxd-Form.inModal .cxd-Form-item .cxd-ColorPicker .cxd-Number-input,
form.cxd-Form.inModal .cxd-Form-item .cxd-Number-input-wrap input,
form.cxd-Form.inModal .cxd-Form-item .cxd-Number-input-wrap .cxd-Number-input,
.cxd-Form.row-edit-form.hasFieldSet .cxd-Form-item .cxd-TextControl-input input,
.cxd-Form.row-edit-form.hasFieldSet .cxd-Form-item .cxd-TextControl-input .cxd-Number-input,
.cxd-Form.row-edit-form.hasFieldSet .cxd-Form-item .cxd-ColorPicker input,
.cxd-Form.row-edit-form.hasFieldSet .cxd-Form-item .cxd-ColorPicker .cxd-Number-input,
.cxd-Form.row-edit-form.hasFieldSet .cxd-Form-item .cxd-Number-input-wrap input,
.cxd-Form.row-edit-form.hasFieldSet .cxd-Form-item .cxd-Number-input-wrap .cxd-Number-input,
.cxd-Form.row-edit-form.inModal .cxd-Form-item .cxd-TextControl-input input,
.cxd-Form.row-edit-form.inModal .cxd-Form-item .cxd-TextControl-input .cxd-Number-input,
.cxd-Form.row-edit-form.inModal .cxd-Form-item .cxd-ColorPicker input,
.cxd-Form.row-edit-form.inModal .cxd-Form-item .cxd-ColorPicker .cxd-Number-input,
.cxd-Form.row-edit-form.inModal .cxd-Form-item .cxd-Number-input-wrap input,
.cxd-Form.row-edit-form.inModal .cxd-Form-item .cxd-Number-input-wrap .cxd-Number-input {
    font-size: 15px;
  }
  form.cxd-Form.hasFieldSet .cxd-Form-item .cxd-TextControl-input input::placeholder,
form.cxd-Form.hasFieldSet .cxd-Form-item .cxd-TextControl-input .cxd-Number-input::placeholder,
form.cxd-Form.hasFieldSet .cxd-Form-item .cxd-ColorPicker input::placeholder,
form.cxd-Form.hasFieldSet .cxd-Form-item .cxd-ColorPicker .cxd-Number-input::placeholder,
form.cxd-Form.hasFieldSet .cxd-Form-item .cxd-Number-input-wrap input::placeholder,
form.cxd-Form.hasFieldSet .cxd-Form-item .cxd-Number-input-wrap .cxd-Number-input::placeholder, form.cxd-Form.inModal .cxd-Form-item .cxd-TextControl-input input::placeholder,
form.cxd-Form.inModal .cxd-Form-item .cxd-TextControl-input .cxd-Number-input::placeholder,
form.cxd-Form.inModal .cxd-Form-item .cxd-ColorPicker input::placeholder,
form.cxd-Form.inModal .cxd-Form-item .cxd-ColorPicker .cxd-Number-input::placeholder,
form.cxd-Form.inModal .cxd-Form-item .cxd-Number-input-wrap input::placeholder,
form.cxd-Form.inModal .cxd-Form-item .cxd-Number-input-wrap .cxd-Number-input::placeholder,
.cxd-Form.row-edit-form.hasFieldSet .cxd-Form-item .cxd-TextControl-input input::placeholder,
.cxd-Form.row-edit-form.hasFieldSet .cxd-Form-item .cxd-TextControl-input .cxd-Number-input::placeholder,
.cxd-Form.row-edit-form.hasFieldSet .cxd-Form-item .cxd-ColorPicker input::placeholder,
.cxd-Form.row-edit-form.hasFieldSet .cxd-Form-item .cxd-ColorPicker .cxd-Number-input::placeholder,
.cxd-Form.row-edit-form.hasFieldSet .cxd-Form-item .cxd-Number-input-wrap input::placeholder,
.cxd-Form.row-edit-form.hasFieldSet .cxd-Form-item .cxd-Number-input-wrap .cxd-Number-input::placeholder,
.cxd-Form.row-edit-form.inModal .cxd-Form-item .cxd-TextControl-input input::placeholder,
.cxd-Form.row-edit-form.inModal .cxd-Form-item .cxd-TextControl-input .cxd-Number-input::placeholder,
.cxd-Form.row-edit-form.inModal .cxd-Form-item .cxd-ColorPicker input::placeholder,
.cxd-Form.row-edit-form.inModal .cxd-Form-item .cxd-ColorPicker .cxd-Number-input::placeholder,
.cxd-Form.row-edit-form.inModal .cxd-Form-item .cxd-Number-input-wrap input::placeholder,
.cxd-Form.row-edit-form.inModal .cxd-Form-item .cxd-Number-input-wrap .cxd-Number-input::placeholder {
    font-size: 15px;
  }
  form.cxd-Form.hasFieldSet .cxd-Form-item .empty-container .empty-title, form.cxd-Form.inModal .cxd-Form-item .empty-container .empty-title,
.cxd-Form.row-edit-form.hasFieldSet .cxd-Form-item .empty-container .empty-title,
.cxd-Form.row-edit-form.inModal .cxd-Form-item .empty-container .empty-title {
    color: var(--saas-Placeholder-Text);
  }
  form.cxd-Form.hasFieldSet .cxd-Form-item .empty-container .empty-content, form.cxd-Form.inModal .cxd-Form-item .empty-container .empty-content,
.cxd-Form.row-edit-form.hasFieldSet .cxd-Form-item .empty-container .empty-content,
.cxd-Form.row-edit-form.inModal .cxd-Form-item .empty-container .empty-content {
    color: var(--saas-Title-Text);
  }
  form.cxd-Form.hasFieldSet .cxd-Form-item .cxd-Form-label, form.cxd-Form.inModal .cxd-Form-item .cxd-Form-label,
.cxd-Form.row-edit-form.hasFieldSet .cxd-Form-item .cxd-Form-label,
.cxd-Form.row-edit-form.inModal .cxd-Form-item .cxd-Form-label {
    align-items: flex-start;
  }
  form.cxd-Form.hasFieldSet .cxd-TextControl-input, form.cxd-Form.inModal .cxd-TextControl-input,
.cxd-Form.row-edit-form.hasFieldSet .cxd-TextControl-input,
.cxd-Form.row-edit-form.inModal .cxd-TextControl-input {
    align-items: flex-start;
    background: transparent;
  }
  form.cxd-Form.hasFieldSet .cxd-TextControl-input--withAC, form.cxd-Form.inModal .cxd-TextControl-input--withAC,
.cxd-Form.row-edit-form.hasFieldSet .cxd-TextControl-input--withAC,
.cxd-Form.row-edit-form.inModal .cxd-TextControl-input--withAC {
    border: none;
    min-height: unset;
  }
  form.cxd-Form.hasFieldSet .cxd-TextControl-input--withAC .cxd-TextControl-placeholder, form.cxd-Form.inModal .cxd-TextControl-input--withAC .cxd-TextControl-placeholder,
.cxd-Form.row-edit-form.hasFieldSet .cxd-TextControl-input--withAC .cxd-TextControl-placeholder,
.cxd-Form.row-edit-form.inModal .cxd-TextControl-input--withAC .cxd-TextControl-placeholder {
    font-size: 15px;
    margin-top: -4px;
  }
  form.cxd-Form.hasFieldSet .cxd-TextControl-input--withAC input, form.cxd-Form.inModal .cxd-TextControl-input--withAC input,
.cxd-Form.row-edit-form.hasFieldSet .cxd-TextControl-input--withAC input,
.cxd-Form.row-edit-form.inModal .cxd-TextControl-input--withAC input {
    font-size: 15px;
  }
  form.cxd-Form.hasFieldSet .cxd-TextControl-input--withAC input::placeholder, form.cxd-Form.inModal .cxd-TextControl-input--withAC input::placeholder,
.cxd-Form.row-edit-form.hasFieldSet .cxd-TextControl-input--withAC input::placeholder,
.cxd-Form.row-edit-form.inModal .cxd-TextControl-input--withAC input::placeholder {
    font-size: 15px;
  }
  form.cxd-Form.hasFieldSet .cxd-ResultBox, form.cxd-Form.inModal .cxd-ResultBox,
.cxd-Form.row-edit-form.hasFieldSet .cxd-ResultBox,
.cxd-Form.row-edit-form.inModal .cxd-ResultBox {
    align-items: center !important;
    min-height: 20px;
  }
  form.cxd-Form.hasFieldSet .cxd-ResultBox .cxd-ResultBox-value-wrap, form.cxd-Form.inModal .cxd-ResultBox .cxd-ResultBox-value-wrap,
.cxd-Form.row-edit-form.hasFieldSet .cxd-ResultBox .cxd-ResultBox-value-wrap,
.cxd-Form.row-edit-form.inModal .cxd-ResultBox .cxd-ResultBox-value-wrap {
    padding-left: 0;
    align-items: flex-start !important;
  }
  form.cxd-Form.hasFieldSet .cxd-ResultBox-arrow, form.cxd-Form.inModal .cxd-ResultBox-arrow,
.cxd-Form.row-edit-form.hasFieldSet .cxd-ResultBox-arrow,
.cxd-Form.row-edit-form.inModal .cxd-ResultBox-arrow {
    top: 2px;
  }
  form.cxd-Form.hasFieldSet .cxd-ResultBox-placeholder, form.cxd-Form.inModal .cxd-ResultBox-placeholder,
.cxd-Form.row-edit-form.hasFieldSet .cxd-ResultBox-placeholder,
.cxd-Form.row-edit-form.inModal .cxd-ResultBox-placeholder {
    line-height: 1;
  }
  form.cxd-Form.hasFieldSet .cxd-Picker-input.isMobile-picker, form.cxd-Form.inModal .cxd-Picker-input.isMobile-picker,
.cxd-Form.row-edit-form.hasFieldSet .cxd-Picker-input.isMobile-picker,
.cxd-Form.row-edit-form.inModal .cxd-Picker-input.isMobile-picker {
    align-items: flex-start !important;
    line-height: 1 !important;
  }
  form.cxd-Form.hasFieldSet .cxd-Picker-input.isMobile-picker .cxd-Picker-valueWrap, form.cxd-Form.inModal .cxd-Picker-input.isMobile-picker .cxd-Picker-valueWrap,
.cxd-Form.row-edit-form.hasFieldSet .cxd-Picker-input.isMobile-picker .cxd-Picker-valueWrap,
.cxd-Form.row-edit-form.inModal .cxd-Picker-input.isMobile-picker .cxd-Picker-valueWrap {
    height: 22px;
    line-height: 22px;
  }
  form.cxd-Form.hasFieldSet .cxd-Picker-input.isMobile-picker .cxd-Picker-placeholder, form.cxd-Form.inModal .cxd-Picker-input.isMobile-picker .cxd-Picker-placeholder,
.cxd-Form.row-edit-form.hasFieldSet .cxd-Picker-input.isMobile-picker .cxd-Picker-placeholder,
.cxd-Form.row-edit-form.inModal .cxd-Picker-input.isMobile-picker .cxd-Picker-placeholder {
    line-height: 1 !important;
  }
  form.cxd-Form.hasFieldSet .text-muted, form.cxd-Form.inModal .text-muted,
.cxd-Form.row-edit-form.hasFieldSet .text-muted,
.cxd-Form.row-edit-form.inModal .text-muted {
    color: rgba(0, 0, 0, 0.45);
  }
  form.cxd-Form .cxd-Form-item,
.cxd-Form.row-edit-form .cxd-Form-item {
    margin-right: 0;
  }
  form.cxd-Form .cxd-Alert,
.cxd-Form.row-edit-form .cxd-Alert {
    margin-left: 8px;
    margin-right: 8px;
  }
  form.cxd-Form .cxd-Form-item:nth-last-child(1)::before,
.cxd-Form.row-edit-form .cxd-Form-item:nth-last-child(1)::before {
    content: none;
  }
}
/**
  * Aug -- 组件大小 --start
 */
.cxd-Form--format-sm {
  font-size: var(--fontSizeSm);
  line-height: var(--Form-input-lineHeight-sm);
}
.cxd-Form--format-sm .cxd-Form-label {
  margin-bottom: 2px;
  font-size: var(--fontSizeSm);
}
.cxd-Form--format-sm .cxd-Form-item {
  margin-bottom: var(--gap-sm);
}
.cxd-Form--format-sm .cxd-Form-description {
  margin-top: 2px;
}
.cxd-Form--format-sm .cxd-Form-static {
  min-height: var(--Form-input-height-sm);
}
.cxd-Form--format-sm .cxd-Form-feedback {
  margin-top: 2px;
}

.cxd-Form--format-xs {
  font-size: var(--fontSizeXs);
  line-height: var(--Form-input-lineHeight-xs);
}
.cxd-Form--format-xs .cxd-Form-label {
  margin-bottom: 0;
  font-size: var(--fontSizeXs);
}
.cxd-Form--format-xs .cxd-Form-item {
  margin-bottom: var(--gap-xs);
}
.cxd-Form--format-xs .cxd-Form-description {
  margin-top: 0;
}
.cxd-Form--format-xs .cxd-Form-static {
  min-height: var(--Form-input-height-xs);
}
.cxd-Form--format-xs .cxd-Form-feedback {
  font-size: var(--fontSizeXs);
  margin-top: 0;
}

@media (min-width: 576px) {
  .cxd-Form--format-xs .cxd-Form-item--horizontal > * {
    padding-left: 2px;
    padding-right: 2px;
  }

  .cxd-Form--format-sm .cxd-Form-item--horizontal > * {
    padding-left: 4px;
    padding-right: 4px;
  }
}
/**
  * Aug -- 组件大小 --end
 */
.advanced-filter-row {
  min-height: 30px;
  align-items: center;
}
.advanced-filter-row .cxd-Form-item {
  margin-bottom: 0px;
}
.advanced-filter-row > .ant-col .ant-select {
  width: 100%;
}
.advanced-filter-row > .ant-col .ant-select-selector {
  height: 30px;
}
.advanced-filter-row > .ant-col .ant-select-selector .ant-select-selection-item {
  line-height: 30px;
}
.advanced-filter-row > .ant-col .condition {
  position: relative;
  top: 5px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 3px;
  font-size: 12px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  user-select: none;
  background: #06d6a0;
}
.advanced-filter-row > .ant-col .condition.or {
  background: #feb60a;
}
.advanced-filter-row > .ant-col .condition.not {
  background: #aaa;
}
@media screen and (min-width: 1280px) and (max-width: 1440px) {
  .advanced-filter-row > .ant-col .condition {
    top: 0;
  }
}
.advanced-filter-row > .ant-col .fa-minus-square-o {
  position: relative;
  top: 3px;
  font-size: 16px;
  cursor: pointer;
}
.advanced-filter-row > .ant-col .fa-minus-square-o.not {
  color: #ccc;
}
.advanced-filter-row > .ant-col > .cxd-Select {
  display: flex;
}
.advanced-filter-row > .ant-col .cxd-Form-item,
.advanced-filter-row > .ant-col .cxd-Form-value,
.advanced-filter-row > .ant-col .cxd-Form-control {
  width: 100%;
}
.advanced-filter-row > .ant-col .double {
  display: flex;
}
.advanced-filter-row > .ant-col .double .cxd-Form-item:last-child {
  margin-right: 0;
}

.cxd-AnchorNav {
  display: flex;
  height: 25rem;
}
.cxd-AnchorNav--vertical .cxd-AnchorNav-link-wrap {
  margin: 0;
  padding: 0;
  width: var(--Tabs--vertical-width);
  border-right: var(--AnchorNav-links-container-borderRight);
  padding-bottom: 3.75rem;
}
.cxd-AnchorNav--vertical .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link {
  position: relative;
  display: block;
}
.cxd-AnchorNav--vertical .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link > a {
  display: block;
  border: var(--Tabs-borderWidth) solid transparent;
  border-width: var(--AnchorNav-onActive-borderWidth);
  color: var(--Tabs-color);
  padding: var(--Tabs-linkPadding);
  font-size: var(--Tabs-linkFontSize);
  outline: none;
  text-align: right;
  text-decoration: none;
  cursor: pointer;
  margin: 0;
}
.cxd-AnchorNav--vertical .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link > a:hover {
  color: var(--primary);
}
.cxd-AnchorNav--vertical .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link.is-active > a,
.cxd-AnchorNav--vertical .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link.is-active > a:hover {
  color: var(--Tabs--vertical-onActive-color);
  border-color: var(--Tabs--vertical-onActive-border);
}
.cxd-AnchorNav--horizontal {
  flex-direction: column;
}
.cxd-AnchorNav--horizontal .cxd-AnchorNav-link-wrap {
  user-select: none;
  margin: 0px;
  padding: 0px;
  border-bottom: var(--Tabs-borderWidth) solid var(--Tabs-borderColor);
  list-style: none;
}
.cxd-AnchorNav--horizontal .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link {
  margin-bottom: calc(var(--Tabs-borderWidth) * -1);
  display: inline-block;
  position: relative;
}
.cxd-AnchorNav--horizontal .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link > a:first-child {
  font-size: var(--Tabs-linkFontSize);
  outline: 0;
  border: var(--Tabs-borderWidth) solid transparent;
  border-width: 0 0 var(--Tabs--line-borderWidth) 0;
  border-top-left-radius: var(--Tabs-borderRadius);
  border-top-right-radius: var(--Tabs-borderRadius);
  color: var(--Tabs-color);
  margin: var(--Tabs-linkMargin);
  padding: var(--Tabs-linkPadding);
  text-decoration: none;
  cursor: pointer;
  display: block;
}
.cxd-AnchorNav--horizontal .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link > a:first-child:hover, .cxd-AnchorNav--horizontal .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link > a:first-child:focus {
  color: var(--primary);
  background: transparent;
  border-color: transparent;
}
.cxd-AnchorNav--horizontal .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link:last-child > a {
  margin: 0;
}
.cxd-AnchorNav--horizontal .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link.is-active > a:first-child,
.cxd-AnchorNav--horizontal .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link.is-active > a:first-child:hover,
.cxd-AnchorNav--horizontal .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link.is-active > a:first-child:focus {
  font-size: var(--Tabs-linkFontSize);
  border-width: 0 0 var(--Tabs--line-borderWidth) 0;
  border-color: var(--Tabs--line-onHover-borderColor);
  color: var(--Tabs--line-onHover-color);
  background: transparent;
}
.cxd-AnchorNav-section-wrap {
  border: none;
  flex-grow: 1;
  overflow: auto;
  scroll-behavior: smooth;
  background: var(--Tabs-content-bg);
}
.cxd-AnchorNav-section-wrap > .cxd-AnchorNav-section {
  display: block;
  padding: var(--gap-base);
}

.cxd-Markdown strong {
  font-weight: bolder;
}
.cxd-Markdown img {
  border-style: none;
}
.cxd-Markdown svg:not(:root) {
  overflow: hidden;
}
.cxd-Markdown button:-moz-focusring,
.cxd-Markdown [type=button]:-moz-focusring,
.cxd-Markdown [type=reset]:-moz-focusring,
.cxd-Markdown [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
.cxd-Markdown [type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}
.cxd-Markdown table {
  border-spacing: 0;
  border-collapse: collapse;
}
.cxd-Markdown table td,
.cxd-Markdown table th {
  padding: 0;
}
.cxd-Markdown hr {
  height: 0;
  margin: 15px 0;
  overflow: hidden;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #ddd;
}
.cxd-Markdown hr::before {
  display: table;
  content: "";
}
.cxd-Markdown hr::after {
  display: table;
  clear: both;
  content: "";
}
.cxd-Markdown p {
  margin-top: 0;
  margin-bottom: 10px;
}
.cxd-Markdown blockquote {
  margin: 0;
}
.cxd-Markdown ul,
.cxd-Markdown ol {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.cxd-Markdown ol ol,
.cxd-Markdown ul ol {
  list-style-type: lower-roman;
}
.cxd-Markdown ul ul ol,
.cxd-Markdown ul ol ol,
.cxd-Markdown ol ul ol,
.cxd-Markdown ol ol ol {
  list-style-type: lower-alpha;
}
.cxd-Markdown dd {
  margin-left: 0;
}
.cxd-Markdown p,
.cxd-Markdown blockquote,
.cxd-Markdown ul,
.cxd-Markdown ol,
.cxd-Markdown dl,
.cxd-Markdown table,
.cxd-Markdown pre {
  margin-top: 0;
  margin-bottom: 16px;
}
.cxd-Markdown hr {
  height: 4px;
  padding: 0;
  margin: 16px 0;
  background-color: #e7e7e7;
  border: 0 none;
}
.cxd-Markdown ul:not(.dropdown-menu):not(.nav),
.cxd-Markdown ol {
  padding-left: 2em;
}
.cxd-Markdown ul ul,
.cxd-Markdown ul ol,
.cxd-Markdown ol ol,
.cxd-Markdown ol ul {
  margin-top: 0;
  margin-bottom: 0;
}
.cxd-Markdown li > p {
  margin-top: 16px;
}
.cxd-Markdown dl {
  padding: 0;
}
.cxd-Markdown dl dt {
  padding: 0;
  margin-top: 16px;
  font-size: 1em;
  font-style: italic;
  font-weight: bold;
}
.cxd-Markdown dl dd {
  padding: 0 16px;
  margin-bottom: 16px;
}
.cxd-Markdown blockquote {
  padding: 0 15px;
  color: #777;
  border-left: 4px solid #ddd;
}
.cxd-Markdown blockquote > :first-child {
  margin-top: 0;
}
.cxd-Markdown blockquote > :last-child {
  margin-bottom: 0;
}
.cxd-Markdown table {
  display: block;
  width: 100%;
  overflow: auto;
  word-break: normal;
}
.cxd-Markdown table th {
  font-weight: bold;
}
.cxd-Markdown table th,
.cxd-Markdown table td {
  padding: 6px 13px;
  border: 1px solid #ddd;
}
.cxd-Markdown table tr {
  background-color: #fff;
  border-top: 1px solid #ccc;
}
.cxd-Markdown table tr:nth-child(2n) {
  background-color: #f8f8f8;
}
@media (min-width: 1200px) {
  .cxd-Markdown img {
    max-width: 800px;
  }
}
.cxd-Markdown code {
  padding: 0;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.04);
  border-radius: 3px;
}
.cxd-Markdown code:before,
.cxd-Markdown code:after {
  letter-spacing: -0.2em;
  content: " ";
}
.cxd-Markdown pre > code {
  padding: 0;
  margin: 0;
  word-break: normal;
  white-space: pre;
  background: transparent;
  border: 0;
}
.cxd-Markdown .highlight {
  margin-bottom: 16px;
}
.cxd-Markdown .highlight pre,
.cxd-Markdown pre {
  padding: 16px;
  overflow: auto;
  line-height: 1.45;
  background-color: #f7f7f7;
  border-radius: 3px;
}
.cxd-Markdown .highlight pre {
  margin-bottom: 0;
  word-break: normal;
}
.cxd-Markdown pre {
  word-wrap: normal;
}
.cxd-Markdown pre code {
  display: inline;
  max-width: initial;
  padding: 0;
  margin: 0;
  overflow: initial;
  line-height: inherit;
  word-wrap: normal;
  background-color: transparent;
  border: 0;
}
.cxd-Markdown pre code:before,
.cxd-Markdown pre code:after {
  content: normal;
}
.cxd-Markdown kbd {
  display: inline-block;
  padding: 3px 5px;
  line-height: 10px;
  color: #555;
  vertical-align: middle;
  background-color: #fcfcfc;
  border: solid 1px #ccc;
  border-bottom-color: #bbb;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 #bbb;
}
.cxd-Markdown hr {
  border-bottom-color: #eee;
}

.cxd-Link.is-disabled {
  cursor: not-allowed;
  color: var(--text--muted-color);
}

.cxd-Mapping {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: middle;
}

.cxd-MappingField {
  overflow-x: hidden;
  overflow-y: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-right: var(--gap-xs);
  display: block;
}
.cxd-MappingField:last-child {
  margin-right: 0;
}

.cxd-FormulaEditor {
  overflow: visible;
  max-width: 100%;
  box-sizing: content-box;
  /* 变量列表 */
  /* 函数列表 */
}
.cxd-FormulaEditor-content {
  border-radius: var(--borderRadius);
  border: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
}
.cxd-FormulaEditor-header {
  width: 100%;
  height: 1.875rem;
  line-height: 1.875rem;
  padding: 0 0.625rem;
  box-sizing: border-box;
  background: var(--InputFormula-header-bgColor);
  border-radius: var(--borderRadius) var(--borderRadius) 0 0;
  border-bottom: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
  font-weight: 500;
}
.cxd-FormulaEditor-editor {
  height: 12.5rem;
  padding: 0.3125rem;
  min-height: 14.875rem;
  max-height: 20rem;
  padding-right: 0;
}
.cxd-FormulaEditor-editor::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.cxd-FormulaEditor-editor::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.3);
}
.cxd-FormulaEditor-editor .CodeMirror {
  width: 100%;
  height: 100%;
}
.cxd-FormulaEditor.is-error .cxd-FormulaEditor-editor {
  border-color: var(--Form-input-onError-borderColor);
}
.cxd-FormulaEditor.is-focused .cxd-FormulaEditor-editor {
  border-color: var(--Form-input-onFocused-borderColor);
}
.cxd-FormulaEditor-settings {
  display: flex;
  flex-flow: row nowrap;
  align-items: stretch;
  justify-content: space-between;
  height: 15.625rem;
  margin-top: 0.625rem;
}
.cxd-FormulaEditor-panel {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  align-items: stretch;
  height: 15.625rem;
  width: 13.75rem;
  border-radius: var(--borderRadius);
  border: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
}
.cxd-FormulaEditor-panel:not(:last-child) {
  margin-right: 0.625rem;
}
.cxd-FormulaEditor-panel:last-child {
  flex: 1;
}
.cxd-FormulaEditor-panel-header {
  width: 100%;
  height: 1.875rem;
  line-height: 1.875rem;
  padding: 0 0.625rem;
  box-sizing: border-box;
  background: var(--InputFormula-header-bgColor);
  border-radius: var(--borderRadius) var(--borderRadius) 0 0;
  border-bottom: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
  font-weight: 500;
}
.cxd-FormulaEditor-panel-body {
  flex: 1;
  display: flex;
  flex-flow: column nowrap;
  max-height: 13.75rem;
}
.cxd-FormulaEditor-VariableList-root {
  max-height: 13.75rem;
}
.cxd-FormulaEditor-VariableList-root.is-scrollable {
  overflow-x: hidden;
  overflow-y: auto;
}
.cxd-FormulaEditor-VariableList-root.is-scrollable::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.cxd-FormulaEditor-VariableList-root.is-scrollable::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.3);
}
.cxd-FormulaEditor-VariableList-base {
  --Form-input-fontSize: var(--fontSizeSm);
  max-width: inherit;
  overflow: hidden;
}
.cxd-FormulaEditor-VariableList-tabs {
  --Tabs-linkFontSize: var(--fontSizeSm);
  --Tabs--card-linkPadding: 0.3125rem;
  max-height: 13.75rem;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
}
.cxd-FormulaEditor-VariableList-tabs > ul {
  border-top: none;
}
.cxd-FormulaEditor-VariableList-tabs > div {
  overflow-x: hidden;
  overflow-y: auto;
  flex: 1;
  border-radius: var(--borderRadius);
}
.cxd-FormulaEditor-VariableList-tabs > div::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.cxd-FormulaEditor-VariableList-tabs > div::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.3);
}
.cxd-FormulaEditor-VariableList-tab {
  padding: 0;
}
.cxd-FormulaEditor-VariableList-item {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  white-space: nowrap;
}
.cxd-FormulaEditor-VariableList-item > label {
  white-space: nowrap;
}
.cxd-FormulaEditor-VariableList-item-tag {
  vertical-align: middle;
  text-align: center;
  padding: 0 0.5rem;
  line-height: 17px;
  border-radius: var(--borderRadius);
  background: #f5f5f5;
  color: var(--black);
}
.cxd-FormulaEditor-FuncList {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: stretch;
  flex: 1;
}
.cxd-FormulaEditor-FuncList:not(:last-child) {
  margin-right: 0.625rem;
}
.cxd-FormulaEditor-FuncList-searchBox {
  display: flex;
  width: auto;
  flex-shrink: 0;
  padding: 0.5rem;
}
.cxd-FormulaEditor-FuncList-searchBox > div {
  flex: 1;
  font-size: var(--fontSizeSm);
  height: var(--gap-xl);
}
.cxd-FormulaEditor-FuncList-body {
  flex: 1;
  overflow-x: hidden;
  overflow-y: auto;
}
.cxd-FormulaEditor-FuncList-body::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.cxd-FormulaEditor-FuncList-body::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.3);
}
.cxd-FormulaEditor-FuncList-collapseGroup .cxd-FormulaEditor-FuncList-collapse {
  border: none;
}
.cxd-FormulaEditor-FuncList-collapseGroup .cxd-FormulaEditor-FuncList-collapse .cxd-FormulaEditor-FuncList-expandIcon {
  font-size: var(--fontSizeSm);
  line-height: var(--fontSizeXl);
  transform-origin: 0.4375rem 0.5625rem;
  transition: transform 0.2s;
}
.cxd-FormulaEditor-FuncList-groupTitle {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: unset;
  padding: 0.3125rem 0.625rem;
  background: transparent;
  font-size: var(--fontSizeSm);
  font-weight: bold;
}
.cxd-FormulaEditor-FuncList-groupBody > div {
  padding: 5px 0;
}
.cxd-FormulaEditor-FuncList-item {
  cursor: pointer;
  padding: 0 var(--gap-lg);
  height: var(--gap-xl);
  line-height: var(--gap-xl);
}
.cxd-FormulaEditor-FuncList-item.is-active {
  background: var(--Tree-item-onHover-bg);
}
.cxd-FormulaEditor-FuncList-doc {
  display: flex;
  flex-flow: column nowrap;
  padding: 0.625rem;
  max-height: 12.5rem;
}
.cxd-FormulaEditor-FuncList-doc pre {
  white-space: pre-wrap;
  word-wrap: break-word;
  background: var(--InputFormula-code-bgColor);
  padding: 0.3125rem 0.625rem;
  border-radius: var(--borderRadius);
  margin-top: 0;
}
.cxd-FormulaEditor-FuncList-doc pre code {
  color: #2468f2;
}
.cxd-FormulaEditor-FuncList-doc-desc {
  color: var(--text--loud-color);
  overflow-x: hidden;
  overflow-y: auto;
  flex: 1;
}
.cxd-FormulaEditor-FuncList-doc-desc::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.cxd-FormulaEditor-FuncList-doc-desc::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.3);
}
.cxd-FormulaEditor .cm-field,
.cxd-FormulaEditor .cm-func {
  border-radius: 3px;
  color: #fff;
  margin: 0 1px;
  padding: 0 2px;
}
.cxd-FormulaEditor .cm-field {
  padding: 3px 5px;
}
.cxd-FormulaEditor .cm-field {
  background: #007bff;
}
.cxd-FormulaEditor .cm-func {
  color: #ae4597;
  font-weight: bold;
  line-height: 14px;
}

.cxd-FormulaPicker {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
.cxd-FormulaPicker-input {
  flex: 1;
  margin-right: 0.625rem;
}
.cxd-FormulaPicker-action {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cxd-FormulaPicker-icon {
  top: 0 !important;
  font-size: var(--InputFormula-icon-size);
}
.cxd-FormulaPicker-icon:not(:last-child) {
  margin-right: var(--fontSizeSm);
}
.cxd-FormulaPicker-icon.is-filled {
  fill: var(--InputFormula-icon-color-onActive);
  color: var(--InputFormula-icon-color-onActive);
}

.cxd-Timeline {
  min-height: 50px;
}

.cxd-Timeline-vertical {
  display: flex;
  flex-flow: column;
  min-height: 60px;
  height: 100%;
}
.cxd-Timeline-vertical .cxd-TimelineItem {
  display: flex;
  flex: 1;
  flex-direction: row;
}
.cxd-Timeline-vertical .cxd-TimelineItem:last-of-type .cxd-TimelineItem-axle .cxd-TimelineItem-line {
  display: none;
}
.cxd-Timeline-vertical .cxd-TimelineItem-axle {
  position: relative;
  flex: var(--TimelineItem--axle-flex);
}
.cxd-Timeline-vertical .cxd-TimelineItem-axle .cxd-TimelineItem-line {
  position: absolute;
  height: calc(100% - var(--TimelineItem--left-line-top));
  width: var(--TimelineItem--left-line-width);
  left: var(--TimelineItem--left-line-left);
  top: var(--TimelineItem--left-line-top);
  background-image: linear-gradient(var(--TimelineItem--line-bg) 50%, rgba(255, 255, 255, 0) 0%);
  /* 35%设置虚线点y轴上的长度 */
  background-position: left;
  /* right配置右边框位置的虚线 */
  background-size: 1px 8px;
  /* 第一个参数设置虚线点x轴上的长度；第二个参数设置虚线点的间距 */
  background-repeat: repeat-y;
}
.cxd-Timeline-vertical .cxd-TimelineItem-axle .cxd-TimelineItem-line--danger {
  background-image: linear-gradient(var(--Timeline--danger-bg) 50%, rgba(255, 255, 255, 0) 0%);
  /* 35%设置虚线点x轴上的长度 */
}
.cxd-Timeline-vertical .cxd-TimelineItem-axle .cxd-TimelineItem-line--info {
  background-image: linear-gradient(var(--Timeline--info-bg) 50%, rgba(255, 255, 255, 0) 0%);
  /* 35%设置虚线点x轴上的长度 */
}
.cxd-Timeline-vertical .cxd-TimelineItem-axle .cxd-TimelineItem-line--success {
  background-image: linear-gradient(var(--Timeline--success-bg) 50%, rgba(255, 255, 255, 0) 0%);
  /* 35%设置虚线点x轴上的长度 */
}
.cxd-Timeline-vertical .cxd-TimelineItem-axle .cxd-TimelineItem-line--warning {
  background-image: linear-gradient(var(--Timeline--warning-bg) 50%, rgba(255, 255, 255, 0) 0%);
  /* 35%设置虚线点x轴上的长度 */
}
.cxd-Timeline-vertical .cxd-TimelineItem-axle .cxd-TimelineItem-round {
  position: absolute;
  width: var(--TimelineItem--round-width);
  height: var(--TimelineItem--round-height);
  left: var(--TimelineItem--round-left);
  top: var(--TimelineItem--round-top);
  background: var(--TimelineItem-round-bg);
  border-radius: var(--TimelineItem--round-radius);
}
.cxd-Timeline-vertical .cxd-TimelineItem-axle .cxd-TimelineItem-round--danger {
  background: var(--Timeline--danger-bg);
}
.cxd-Timeline-vertical .cxd-TimelineItem-axle .cxd-TimelineItem-round--info {
  background: var(--Timeline--info-bg);
}
.cxd-Timeline-vertical .cxd-TimelineItem-axle .cxd-TimelineItem-round--success {
  background: var(--Timeline--success-bg);
}
.cxd-Timeline-vertical .cxd-TimelineItem-axle .cxd-TimelineItem-round--warning {
  background: var(--Timeline--warning-bg);
}
.cxd-Timeline-vertical .cxd-TimelineItem-axle .cxd-TimelineItem-icon {
  position: absolute;
  left: var(--TimelineItem--icon-left);
  border-radius: var(--TimelineItem--icon-radius);
}
.cxd-Timeline-vertical .cxd-TimelineItem-axle .cxd-TimelineItem-icon .icon {
  width: var(--TimelineItem--icon-width);
  height: var(--TimelineItem--icon-height);
}
.cxd-Timeline-vertical .cxd-TimelineItem-content {
  padding-bottom: var(--TimelineItem--content-padding-bottom);
  margin-left: var(--TimelineItem--content-margin-left);
}
.cxd-Timeline-vertical .cxd-TimelineItem-content .cxd-TimelineItem-time {
  display: inline-block;
  color: var(--TimelineItem--text-secondary-color);
  font-size: 13px;
  margin-bottom: var(--TimelineItem--content-time-margin-bottom);
}
.cxd-Timeline-vertical .cxd-TimelineItem-content .cxd-TimelineItem-title {
  display: inline-block;
  margin-right: 8px;
  color: var(--TimelineItem--text-primary-color);
  font-size: 14px;
  margin-bottom: var(--TimelineItem--content-title-margin-bottom);
  font-weight: 500;
}
.cxd-Timeline-vertical .cxd-TimelineItem-content .cxd-TimelineItem-title:empty {
  display: none;
}
.cxd-Timeline-vertical .cxd-TimelineItem-content .cxd-TimelineItem-detail-text {
  max-width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  font-size: 12px;
  color: var(--TimelineItem-detail-visible-text);
}
.cxd-Timeline-vertical .cxd-TimelineItem-content .cxd-TimelineItem-detail-text.visible {
  -webkit-line-clamp: unset;
}
.cxd-Timeline-vertical .cxd-TimelineItem-content .cxd-TimelineItem-detail .cxd-TimelineItem-detail-button {
  display: flex;
  cursor: pointer;
  align-items: center;
  font-size: 14px;
  color: var(--TimelineItem--detail-button-color);
  margin-bottom: var(--TimelineItem--detail-button-margin-bottom);
}
.cxd-Timeline-vertical .cxd-TimelineItem-content .cxd-TimelineItem-detail .cxd-TimelineItem-detail-arrow {
  width: var(--TimelineItem-detail-arrow-width);
  height: var(--TimelineItem-detail-arrow-width);
}
.cxd-Timeline-vertical .cxd-TimelineItem-content .cxd-TimelineItem-detail .cxd-TimelineItem-detail-arrow-top {
  transform: rotateX(180deg);
}
.cxd-Timeline-vertical .cxd-TimelineItem-content .cxd-TimelineItem-detail .cxd-TimelineItem-detail-visible {
  display: block;
  width: fit-content;
  font-size: 12px;
  padding: var(--TimelineItem-detail-visible-padding);
  border: 1px solid var(--TimelineItem-detail-visible-border);
  color: var(--TimelineItem-detail-visible-text);
}
.cxd-Timeline-vertical .cxd-TimelineItem-content .cxd-TimelineItem-detail .cxd-TimelineItem-detail-invisible {
  display: none;
}
.cxd-Timeline-vertical.cxd-Timeline-left .cxd-TimelineItem {
  flex-direction: row-reverse;
}
.cxd-Timeline-vertical.cxd-Timeline-alternate .cxd-TimelineItem:nth-child(odd) {
  flex-direction: row-reverse;
  max-width: 50%;
}
.cxd-Timeline-vertical.cxd-Timeline-alternate .cxd-TimelineItem:nth-child(even) {
  margin-left: calc(50% - var(--Timeline-alternate-margin-left));
  max-width: calc(50% + var(--Timeline-alternate-margin-left));
}

.cxd-Timeline-horizontal {
  display: block;
  justify-content: flex-start;
  overflow-x: auto;
  white-space: nowrap;
}
.cxd-Timeline-horizontal .cxd-TimelineItem {
  display: inline-flex;
  width: 150px;
  flex-flow: column;
}
.cxd-Timeline-horizontal .cxd-TimelineItem:last-of-type .cxd-TimelineItem-axle .cxd-TimelineItem-line {
  display: none;
}
.cxd-Timeline-horizontal .cxd-TimelineItem-axle {
  position: relative;
  flex: var(--TimelineItem--axle-flex);
  display: flex;
  align-items: center;
}
.cxd-Timeline-horizontal .cxd-TimelineItem-axle .cxd-TimelineItem-line {
  position: absolute;
  height: var(--TimelineItem--left-line-width);
  width: calc(100% - var(--TimelineItem--left-line-left));
  left: var(--TimelineItem--left-line-top);
  top: var(--TimelineItem--left-line-left);
  background-image: linear-gradient(to right, var(--TimelineItem--line-bg) 50%, rgba(255, 255, 255, 0) 0%);
  /* 35%设置虚线点x轴上的长度 */
  background-position: bottom;
  /* top配置上边框位置的虚线 */
  background-size: 8px 1px;
  /* 第一个参数设置虚线点的间距；第二个参数设置虚线点y轴上的长度 */
  background-repeat: repeat-x;
}
.cxd-Timeline-horizontal .cxd-TimelineItem-axle .cxd-TimelineItem-line--danger {
  background-image: linear-gradient(to right, var(--Timeline--danger-bg) 50%, rgba(255, 255, 255, 0) 0%);
  /* 35%设置虚线点x轴上的长度 */
}
.cxd-Timeline-horizontal .cxd-TimelineItem-axle .cxd-TimelineItem-line--info {
  background-image: linear-gradient(to right, var(--Timeline--info-bg) 50%, rgba(255, 255, 255, 0) 0%);
  /* 35%设置虚线点x轴上的长度 */
}
.cxd-Timeline-horizontal .cxd-TimelineItem-axle .cxd-TimelineItem-line--success {
  background-image: linear-gradient(to right, var(--Timeline--success-bg) 50%, rgba(255, 255, 255, 0) 0%);
  /* 35%设置虚线点x轴上的长度 */
}
.cxd-Timeline-horizontal .cxd-TimelineItem-axle .cxd-TimelineItem-line--warning {
  background-image: linear-gradient(to right, var(--Timeline--warning-bg) 50%, rgba(255, 255, 255, 0) 0%);
  /* 35%设置虚线点x轴上的长度 */
}
.cxd-Timeline-horizontal .cxd-TimelineItem-axle .cxd-TimelineItem-round {
  position: absolute;
  width: var(--TimelineItem--round-width);
  height: var(--TimelineItem--round-height);
  left: var(--TimelineItem--round-top);
  top: var(--TimelineItem--round-left);
  background: var(--TimelineItem-round-bg);
  border-radius: var(--TimelineItem--round-radius);
}
.cxd-Timeline-horizontal .cxd-TimelineItem-axle .cxd-TimelineItem-round--danger {
  background: var(--Timeline--danger-bg);
}
.cxd-Timeline-horizontal .cxd-TimelineItem-axle .cxd-TimelineItem-round--info {
  background: var(--Timeline--info-bg);
}
.cxd-Timeline-horizontal .cxd-TimelineItem-axle .cxd-TimelineItem-round--success {
  background: var(--Timeline--success-bg);
}
.cxd-Timeline-horizontal .cxd-TimelineItem-axle .cxd-TimelineItem-round--warning {
  background: var(--Timeline--warning-bg);
}
.cxd-Timeline-horizontal .cxd-TimelineItem-axle .cxd-TimelineItem-icon {
  position: absolute;
  left: var(--TimelineItem--icon-left);
  border-radius: var(--TimelineItem--icon-radius);
}
.cxd-Timeline-horizontal .cxd-TimelineItem-axle .cxd-TimelineItem-icon .icon {
  top: calc(var(--TimelineItem--icon-height) / 4);
  width: var(--TimelineItem--icon-width);
  height: var(--TimelineItem--icon-height);
}
.cxd-Timeline-horizontal .cxd-TimelineItem-content {
  padding-bottom: var(--TimelineItem--content-padding-bottom);
  margin-left: var(--TimelineItem--content-margin-left);
}
.cxd-Timeline-horizontal .cxd-TimelineItem-content .cxd-TimelineItem-time {
  color: var(--TimelineItem--text-secondary-color);
  font-size: 13px;
  margin-bottom: var(--TimelineItem--content-time-margin-bottom);
}
.cxd-Timeline-horizontal .cxd-TimelineItem-content .cxd-TimelineItem-title {
  margin-bottom: var(--TimelineItem--content-title-margin-bottom);
  height: 20px;
  color: var(--TimelineItem--text-primary-color);
  font-size: 14px;
  font-weight: 500;
}
.cxd-Timeline-horizontal .cxd-TimelineItem-content .cxd-TimelineItem-detail-text {
  max-width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  font-size: 12px;
  color: var(--TimelineItem-detail-visible-text);
  white-space: normal;
}
.cxd-Timeline-horizontal .cxd-TimelineItem-content .cxd-TimelineItem-detail-text.visible {
  -webkit-line-clamp: unset;
}
.cxd-Timeline-horizontal .cxd-TimelineItem-content .cxd-TimelineItem-detail .cxd-TimelineItem-detail-button {
  display: flex;
  cursor: pointer;
  align-items: center;
  font-size: 14px;
  color: var(--TimelineItem--detail-button-color);
  margin-bottom: var(--TimelineItem--detail-button-margin-bottom);
}
.cxd-Timeline-horizontal .cxd-TimelineItem-content .cxd-TimelineItem-detail .cxd-TimelineItem-detail-arrow {
  width: var(--TimelineItem-detail-arrow-width);
  height: var(--TimelineItem-detail-arrow-width);
}
.cxd-Timeline-horizontal .cxd-TimelineItem-content .cxd-TimelineItem-detail .cxd-TimelineItem-detail-arrow-top {
  transform: rotateX(180deg);
}
.cxd-Timeline-horizontal .cxd-TimelineItem-content .cxd-TimelineItem-detail .cxd-TimelineItem-detail-visible {
  display: block;
  width: fit-content;
  max-width: var(--TimelineItem-detail-visible-max-width);
  font-size: 12px;
  padding: var(--TimelineItem-detail-visible-padding);
  border: 1px solid var(--TimelineItem-detail-visible-border);
  color: var(--TimelineItem-detail-visible-text);
  white-space: pre-wrap;
}
.cxd-Timeline-horizontal .cxd-TimelineItem-content .cxd-TimelineItem-detail .cxd-TimelineItem-detail-invisible {
  display: none;
}
.cxd-Timeline-horizontal.cxd-Timeline-left .cxd-TimelineItem {
  flex-direction: row-reverse;
}
.cxd-Timeline-horizontal.cxd-Timeline-alternate .cxd-TimelineItem:nth-child(odd) {
  flex-direction: row-reverse;
  max-width: 50%;
}
.cxd-Timeline-horizontal.cxd-Timeline-alternate .cxd-TimelineItem:nth-child(even) {
  margin-left: calc(50% - var(--Timeline-alternate-margin-left));
  max-width: calc(50% + var(--Timeline-alternate-margin-left));
}

.cxd-Timeline--mobile .cxd-TimelineItem-content .cxd-TimelineItem-title {
  font-size: 15px;
}
.cxd-Timeline--mobile .cxd-TimelineItem-content .cxd-TimelineItem-detail-text {
  font-size: 13px;
}
.cxd-Timeline--mobile .cxd-TimelineItem-content .cxd-TimelineItem-detail-visible {
  font-size: 13px;
}
.cxd-Timeline--mobile .cxd-TimelineItem-content .cxd-TimelineItem-time {
  font-size: 14px;
}

.cxd-Tips-Container {
  position: relative;
  background-color: var(--saas-crud-title-from-color);
  font-size: var(--fontSizeSm);
  padding: 8px;
  width: 100%;
  border-bottom: 1px solid var(--saas-border-color);
}
.cxd-Tips-Container .more {
  opacity: 0.3;
}
.cxd-Tips-Container .more:hover {
  opacity: 1;
}
.cxd-Tips-Container .tool-bars {
  z-index: 1;
  width: min(120px, 25%);
  display: flex;
  align-items: center;
  justify-content: space-around;
  position: absolute;
  top: 5px;
  right: 6px;
}
.cxd-Tips-Container .tool-bars a {
  color: var(--saas-font-size-deep-black);
}
.cxd-Tips-Container .tool-bars a:hover {
  color: var(--saas-font-size-black);
}

.tips-modal .ant-btn-block {
  width: unset;
}
.tips-modal .ant-btn-block:last-of-type {
  border-left: 1px solid var(--saas-border-color);
}

.cxd-Container {
  white-space: nowrap;
}
.cxd-Container.scroll-hidden {
  overflow: hidden;
}
.cxd-Container-body .cxd-Button--link {
  padding-left: 0;
}
.cxd-Container-body div:first-child .cxd-Alert {
  border-bottom: 1px solid var(--borderColor);
}
.cxd-Container.container-absolute-top {
  background: var(--saas-main-bg);
}
.cxd-Container.container-absolute-bottom {
  background: var(--saas-main-bg);
}
.cxd-Container.container-flex {
  height: 100%;
}
.cxd-Container.container-flex > .cxd-Container-body {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cxd-Container.container-flex > .cxd-Container-body .container-flex-grow {
  flex: 1;
  overflow-y: hidden;
}
.cxd-Container.container-flex > .cxd-Container-body .container-flex-grow > .cxd-Container-body {
  height: 100%;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}
.cxd-Container.container-flex > .cxd-Container-body .container-flex-grow > .cxd-Container-body .container-h-full {
  flex: 1;
}
.cxd-Container.container-flex > .cxd-Container-body .container-flex-grow > .cxd-Container-body .container-h-full > .cxd-Container-body {
  height: 100%;
}
.cxd-Container.container-flex > .cxd-Container-body .container-flex-grow > .cxd-Container-body .container-h-full > .cxd-Container-body .cxd-Distance {
  height: 100% !important;
}

/**
 * Debug 模块的 UI，由于没法使用任何主题，所以这里使用独立配色风格
 */
.AMISDebug {
  position: fixed;
  z-index: 4000;
  top: 0;
  right: 0;
  height: 100vh;
  width: 24px;
  display: none;
}
.AMISDebug h3 {
  color: inherit;
}
.AMISDebug .primary {
  color: #009fff;
}
.AMISDebug-header {
  padding: var(--Drawer-header-padding);
  background: var(--Drawer-header-bg);
  border-bottom: var(--Drawer-content-borderWidth) solid var(--Drawer-header-borderColor);
}
.AMISDebug-hoverBox {
  pointer-events: none;
  position: absolute;
  outline: 1px dashed #1c76c4;
}
.AMISDebug-activeBox {
  pointer-events: none;
  position: absolute;
  outline: 1px #1c76c4;
}
.AMISDebug-tab {
  overflow: hidden;
}
.AMISDebug-tab > button {
  color: inherit;
  background: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: var(--gap-sm) var(--gap-md);
  transition: 0.3s;
  border-bottom: 1px solid transparent;
}
.AMISDebug-tab > button:hover {
  color: #e7e7e7;
}
.AMISDebug-tab > button.active {
  color: #e7e7e7;
  border-bottom-color: #e7e7e7;
}
.AMISDebug-toggle {
  background: var(--body-bg);
  position: fixed;
  top: 50%;
  right: 0;
  width: 24px;
  height: 48px;
  box-shadow: rgba(0, 0, 0, 0.24) -2px 0px 4px 0px;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  padding-top: 14px;
  padding-left: 6px;
  cursor: pointer;
}
.AMISDebug-toggle i {
  color: var(--text-color);
}
.AMISDebug-toggle:hover i {
  color: var(--primary);
}
.AMISDebug-content {
  display: none;
}
.AMISDebug-resize {
  position: absolute;
  width: 4px;
  top: 0;
  left: 0;
  bottom: 0;
  cursor: col-resize;
}
.AMISDebug-resize:hover {
  background: #75715e;
}
.AMISDebug-changePosition {
  position: absolute;
  font-size: 18px;
  right: 40px;
  top: var(--gap-sm);
  cursor: pointer;
}
.AMISDebug-close {
  position: absolute;
  font-size: 18px;
  right: var(--gap-sm);
  top: var(--gap-sm);
  cursor: pointer;
}
.AMISDebug.is-expanded {
  width: 420px;
  overflow: auto;
  background: #272821;
  color: #cccccc;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.AMISDebug.is-expanded .AMISDebug-toggle {
  display: none;
}
.AMISDebug.is-expanded .AMISDebug-content {
  display: block;
}
.AMISDebug.is-left {
  left: 0;
}
.AMISDebug.is-left .AMISDebug-resize {
  left: unset;
  right: 0;
}
.AMISDebug-log {
  padding: var(--gap-sm);
}
.AMISDebug-log button {
  cursor: pointer;
  background: #0e639c;
  flex-grow: 1;
  box-sizing: border-box;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 6px 11px;
  outline: none;
  text-decoration: none;
  color: inherit;
  max-width: 300px;
  border: none;
}
.AMISDebug-log button:hover {
  background: #1177bb;
}
.AMISDebug-inspect {
  padding: var(--gap-sm);
}

/*
 * utilities
 */
.bg-light {
  background-color: #eaf6fe;
  color: #151a26;
}
.bg-light.lt, .bg-light .lt {
  background: #f4fafe;
}
.bg-light.lter, .bg-light .lter {
  background: #f9fcff;
}
.bg-light.dk, .bg-light .dk {
  background: #dbf0fe;
}
.bg-light.dker, .bg-light .dker {
  background: #d0ecfe;
}
.bg-light.bg, .bg-light .bg {
  background-color: #eaf6fe;
}

.bg-dark {
  background-color: #343a40;
  color: var(--saas-Title-Text);
}
.bg-dark.lt, .bg-dark .lt {
  background: #41474c;
}
.bg-dark.lter, .bg-dark .lter {
  background: #4f5458;
}
.bg-dark.dk, .bg-dark .dk {
  background: #272d33;
}
.bg-dark.dker, .bg-dark .dker {
  background: #1c2125;
}
.bg-dark.bg, .bg-dark .bg {
  background-color: #343a40;
}
.bg-dark a, .bg-dark .cxd-Button--link {
  color: var(--saas-Title-Text);
}
.bg-dark a:hover, .bg-dark .cxd-Button--link:hover {
  color: #fff;
}
.bg-dark .open > a, .bg-dark .open > a:hover, .bg-dark .open > a:focus {
  color: #fff;
}
.bg-dark .text-muted {
  color: #030405 !important;
}
.bg-dark .text-lt {
  color: #425278 !important;
}

.bg-black {
  background-color: #000;
  color: var(--saas-Title-Text);
}
.bg-black.lt, .bg-black .lt {
  background: #0d0d0d;
}
.bg-black.lter, .bg-black .lter {
  background: #1a1a1a;
}
.bg-black.dk, .bg-black .dk {
  background: black;
}
.bg-black.dker, .bg-black .dker {
  background: black;
}
.bg-black.bg, .bg-black .bg {
  background-color: #000;
}
.bg-black a, .bg-black .cxd-Button--link {
  color: var(--saas-Title-Text);
}
.bg-black a:hover, .bg-black .cxd-Button--link:hover {
  color: #fff;
}
.bg-black .open > a, .bg-black .open > a:hover, .bg-black .open > a:focus {
  color: #fff;
}
.bg-black .text-muted {
  color: #030405 !important;
}
.bg-black .text-lt {
  color: #425278 !important;
}

.bg-primary {
  background-color: #3574EE;
  color: var(--saas-Title-Text);
  color: var(--saas-Title-Text);
}
.bg-primary.lt, .bg-primary .lt {
  background: #4f85ee;
}
.bg-primary.lter, .bg-primary .lter {
  background: #6896ee;
}
.bg-primary.dk, .bg-primary .dk {
  background: #1a63ef;
}
.bg-primary.dker, .bg-primary .dker {
  background: #0d56e3;
}
.bg-primary.bg, .bg-primary .bg {
  background-color: #3574EE;
}
.bg-primary a, .bg-primary .cxd-Button--link {
  color: var(--saas-Title-Text);
}
.bg-primary a:hover, .bg-primary .cxd-Button--link:hover {
  color: #fff;
}
.bg-primary .open > a, .bg-primary .open > a:hover, .bg-primary .open > a:focus {
  color: #fff;
}
.bg-primary .text-muted {
  color: #030405 !important;
}
.bg-primary .text-lt {
  color: #425278 !important;
}

.bg-success {
  background-color: #0bc286;
  color: var(--saas-Title-Text);
  color: var(--saas-Title-Text);
}
.bg-success.lt, .bg-success .lt {
  background: #0fd796;
}
.bg-success.lter, .bg-success .lter {
  background: #15eba5;
}
.bg-success.dk, .bg-success .dk {
  background: #07ac76;
}
.bg-success.dker, .bg-success .dker {
  background: #049666;
}
.bg-success.bg, .bg-success .bg {
  background-color: #0bc286;
}
.bg-success a, .bg-success .cxd-Button--link {
  color: var(--saas-Title-Text);
}
.bg-success a:hover, .bg-success .cxd-Button--link:hover {
  color: #fff;
}
.bg-success .open > a, .bg-success .open > a:hover, .bg-success .open > a:focus {
  color: #fff;
}
.bg-success .text-muted {
  color: #030405 !important;
}
.bg-success .text-lt {
  color: #425278 !important;
}

.bg-info {
  background-color: #3574EE;
  color: var(--saas-Title-Text);
  color: var(--saas-Title-Text);
}
.bg-info.lt, .bg-info .lt {
  background: #4f85ee;
}
.bg-info.lter, .bg-info .lter {
  background: #6896ee;
}
.bg-info.dk, .bg-info .dk {
  background: #1a63ef;
}
.bg-info.dker, .bg-info .dker {
  background: #0d56e3;
}
.bg-info.bg, .bg-info .bg {
  background-color: #3574EE;
}
.bg-info a, .bg-info .cxd-Button--link {
  color: var(--saas-Title-Text);
}
.bg-info a:hover, .bg-info .cxd-Button--link:hover {
  color: #fff;
}
.bg-info .open > a, .bg-info .open > a:hover, .bg-info .open > a:focus {
  color: #fff;
}
.bg-info .text-muted {
  color: #030405 !important;
}
.bg-info .text-lt {
  color: #425278 !important;
}

.bg-warning {
  background-color: #ffb200;
  color: var(--saas-Title-Text);
  color: var(--saas-Title-Text);
}
.bg-warning.lt, .bg-warning .lt {
  background: #fcb91c;
}
.bg-warning.lter, .bg-warning .lter {
  background: #fabf38;
}
.bg-warning.dk, .bg-warning .dk {
  background: #e6a000;
}
.bg-warning.dker, .bg-warning .dker {
  background: #cc8e00;
}
.bg-warning.bg, .bg-warning .bg {
  background-color: #ffb200;
}
.bg-warning a, .bg-warning .cxd-Button--link {
  color: var(--saas-Title-Text);
}
.bg-warning a:hover, .bg-warning .cxd-Button--link:hover {
  color: #fff;
}
.bg-warning .open > a, .bg-warning .open > a:hover, .bg-warning .open > a:focus {
  color: #fff;
}
.bg-warning .text-muted {
  color: #030405 !important;
}
.bg-warning .text-lt {
  color: #425278 !important;
}

.bg-danger {
  background-color: #e8684a;
  color: var(--saas-Title-Text);
  color: var(--saas-Title-Text);
}
.bg-danger.lt, .bg-danger .lt {
  background: #e97c63;
}
.bg-danger.lter, .bg-danger .lter {
  background: #ea907b;
}
.bg-danger.dk, .bg-danger .dk {
  background: #e85331;
}
.bg-danger.dker, .bg-danger .dker {
  background: #e93e16;
}
.bg-danger.bg, .bg-danger .bg {
  background-color: #e8684a;
}
.bg-danger a, .bg-danger .cxd-Button--link {
  color: var(--saas-Title-Text);
}
.bg-danger a:hover, .bg-danger .cxd-Button--link:hover {
  color: #fff;
}
.bg-danger .open > a, .bg-danger .open > a:hover, .bg-danger .open > a:focus {
  color: #fff;
}
.bg-danger .text-muted {
  color: #030405 !important;
}
.bg-danger .text-lt {
  color: #425278 !important;
}

.bg-white {
  background-color: #fff;
  color: #151a26;
}
.bg-white.lt, .bg-white .lt {
  background: white;
}
.bg-white.lter, .bg-white .lter {
  background: white;
}
.bg-white.dk, .bg-white .dk {
  background: #f3f2f2;
}
.bg-white.dker, .bg-white .dker {
  background: #e7e4e4;
}
.bg-white.bg, .bg-white .bg {
  background-color: #fff;
}

.bg-none {
  background: none !important;
}

.cursor-pointer {
  cursor: pointer;
}

a.bg-primary:hover {
  background: #1d64ec;
}

a.text-primary:hover {
  color: #1d64ec;
}

.text-primary {
  color: #3574EE;
}

.text-primary-lt {
  color: #1d64ec;
}

.text-primary-lter {
  color: #1358dd;
}

.text-primary-dk {
  color: #1d64ec;
}

.text-primary-dker {
  color: #1358dd;
}

a.bg-info:hover {
  background: #1d64ec;
}

a.text-info:hover {
  color: #1d64ec;
}

.text-info {
  color: #3574EE;
}

.text-info-lt {
  color: #1d64ec;
}

.text-info-lter {
  color: #1358dd;
}

.text-info-dk {
  color: #1d64ec;
}

.text-info-dker {
  color: #1358dd;
}

a.bg-success:hover {
  background: #0aaa75;
}

a.text-success:hover {
  color: #0aaa75;
}

.text-success {
  color: #0bc286;
}

.text-success-lt {
  color: #0aaa75;
}

.text-success-lter {
  color: #089265;
}

.text-success-dk {
  color: #0aaa75;
}

.text-success-dker {
  color: #089265;
}

a.bg-warning:hover {
  background: #e6a000;
}

a.text-warning:hover {
  color: #e6a000;
}

.text-warning {
  color: #ffb200;
}

.text-warning-lt {
  color: #e6a000;
}

.text-warning-lter {
  color: #cc8e00;
}

.text-warning-dk {
  color: #e6a000;
}

.text-warning-dker {
  color: #cc8e00;
}

a.bg-danger:hover {
  background: #e55533;
}

a.text-danger:hover {
  color: #e55533;
}

.text-danger {
  color: #e8684a;
}

.text-danger-lt {
  color: #e55533;
}

.text-danger-lter {
  color: #e2421d;
}

.text-danger-dk {
  color: #e55533;
}

.text-danger-dker {
  color: #e2421d;
}

a.bg-dark:hover {
  background: #292d32;
}

a.text-dark:hover {
  color: #292d32;
}

.text-dark {
  color: #343a40;
}

.text-dark-lt {
  color: #292d32;
}

.text-dark-lter {
  color: #1d2124;
}

.text-dark-dk {
  color: #292d32;
}

.text-dark-dker {
  color: #1d2124;
}

a.bg-white:hover {
  background: #f2f2f2;
}

a.text-white:hover {
  color: #f2f2f2;
}

.text-white {
  color: #fff;
}

.text-white-lt {
  color: #f2f2f2;
}

.text-white-lter {
  color: #e6e6e6;
}

.text-white-dk {
  color: #f2f2f2;
}

.text-white-dker {
  color: #e6e6e6;
}

a.bg-black:hover {
  background: black;
}

a.text-black:hover {
  color: black;
}

.text-black {
  color: #000;
}

.text-black-lt {
  color: black;
}

.text-black-lter {
  color: black;
}

.text-black-dk {
  color: black;
}

.text-black-dker {
  color: black;
}

.text-muted {
  color: var(--text--muted-color);
}

.text-loud {
  color: var(--text--loud-color);
}

.clearfix::before, .clearfix::after {
  display: table;
  content: "";
}
.clearfix::after {
  clear: both;
}

.pos-rlt {
  position: relative;
}

.pos-stc {
  position: static !important;
}

.pos-abt {
  position: absolute;
}

.pos-fix {
  position: fixed;
}

.show {
  visibility: visible;
}

.line {
  height: 2px;
  margin: 10px 0;
  font-size: 0;
  overflow: hidden;
}

.line-xs {
  margin: 0;
}

.line-lg {
  margin-top: 15px;
  margin-bottom: 15px;
}

.line-dashed {
  border-style: dashed !important;
  background: transparent;
  border-width: 0;
}

.no-line {
  border-width: 0;
}

.no-border,
.no-borders {
  border-color: transparent;
  border-width: 0;
}

.no-b-t {
  border-top-width: 0;
}

.no-b-r {
  border-right-width: 0;
}

.no-b-b {
  border-bottom-width: 0;
}

.no-b-l {
  border-left-width: 0;
}

.no-radius {
  border-radius: 0;
}

.flex-column {
  display: flex;
  flex-direction: column;
}

.block {
  display: block;
}

.block.hide {
  display: none;
}

.inline {
  display: inline-block;
}

.none {
  display: none;
}

.pull-none {
  float: none;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.rounded {
  border-radius: 500px;
}

.clear {
  display: block;
  overflow: hidden;
}

.no-bg {
  background: transparent;
  color: inherit;
}

.no-select {
  user-select: none;
}

.l-h {
  line-height: var(--lineHeightBase);
}

.l-h-0x {
  line-height: 0;
}

.l-h-1x {
  line-height: 1.2;
}

.l-h-2x {
  line-height: 2em;
}

.l-s-1x {
  letter-spacing: 1;
}

.l-s-2x {
  letter-spacing: 2;
}

.l-s-3x {
  letter-spacing: 3;
}

.font-normal {
  font-weight: normal;
}

.font-thin {
  font-weight: 300;
}

.font-bold {
  font-weight: 700;
}

.text-5x {
  font-size: 5em;
}

.text-4x {
  font-size: 4em;
}

.text-3x {
  font-size: 3em;
}

.text-2x {
  font-size: 2em;
}

.text-xl {
  font-size: var(--fontSizeXl) !important;
}

.text-lg {
  font-size: var(--fontSizeLg) !important;
}

.text-md {
  font-size: var(--fontSizeMd) !important;
}

.text-base {
  font-size: var(--fontSizeBase) !important;
}

.text-sm {
  font-size: var(--fontSizeSm) !important;
}

.text-xs {
  font-size: var(--fontSizeXs) !important;
}

.text-xxs {
  text-indent: -9999px;
}

.text-ellipsis {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.text-u-c {
  text-transform: uppercase;
}

.text-l-t {
  text-decoration: line-through;
}

.text-u-l {
  text-decoration: underline;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.box-shadow {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(0, 0, 0, 0.05);
}

.box-shadow-lg {
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.05);
}

.text-shadow {
  font-size: 170px;
  text-shadow: 0 1px 0 var(--borderColor), 0 2px 0 var(--borderColorLight), 0 5px 10px rgba(0, 0, 0, 0.125), 0 10px 20px rgba(0, 0, 0, 0.2);
}

.no-shadow {
  box-shadow: none !important;
}

.wrapper-xs {
  padding: 5px;
}

.wrapper-sm {
  padding: 10px;
}

.wrapper {
  padding: 15px;
}

.wrapper-md {
  padding: 20px;
}

.wrapper-lg {
  padding: 30px;
}

.wrapper-xl {
  padding: 50px;
}

.padder-lg {
  padding-left: 30px;
  padding-right: 30px;
}

.padder-md {
  padding-left: 20px;
  padding-right: 20px;
}

.padder {
  padding-left: 15px;
  padding-right: 15px;
}

.padder-v-xs {
  padding-top: 5px;
  padding-bottom: 5px;
}

.padder-v-sm {
  padding-top: 10px;
  padding-bottom: 10px;
}

.padder-v {
  padding-top: 15px;
  padding-bottom: 15px;
}

.padder-v-md {
  padding-top: 20px;
  padding-bottom: 20px;
}

.padder-v-lg {
  padding-top: 30px;
  padding-bottom: 30px;
}

.no-padder {
  padding: 0 !important;
}

.pull-in {
  margin-left: -15px;
  margin-right: -15px;
}

.pull-in-md {
  margin-left: -20px;
  margin-right: -20px;
}

.pull-in-sm {
  margin-left: -10px;
  margin-right: -10px;
}

.pull-out {
  margin: -10px -15px;
}

.b {
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.b-a {
  border: 1px solid var(--borderColor);
}

.b-t {
  border-top: 1px solid var(--borderColor);
}

.b-t-none {
  border-top-width: 0;
}

.b-r {
  border-right: 1px solid var(--borderColor);
}

.b-r-none {
  border-right-width: 0;
}

.b-b {
  border-bottom: 1px solid var(--borderColor);
}

.b-b-none {
  border-bottom-width: 0;
}

.b-l {
  border-left: 1px solid var(--borderColor);
}

.b-l-none {
  border-left-width: 0;
}

.b-light {
  border-color: var(--light);
}

.b-dark {
  border-color: var(--dark);
}

.b-black {
  border-color: var(--dark);
}

.b-primary {
  border-color: var(--primary);
}

.b-success {
  border-color: var(--success);
}

.b-info {
  border-color: var(--info);
}

.b-warning {
  border-color: var(--warning);
}

.b-danger {
  border-color: var(--danger);
}

.b-white {
  border-color: #fff;
}

.b-dashed {
  border-style: dashed !important;
}

.b-l-light {
  border-left-color: var(--light);
}

.b-l-dark {
  border-left-color: var(--dark);
}

.b-l-black {
  border-left-color: var(--dark);
}

.b-l-primary {
  border-left-color: var(--primary);
}

.b-l-success {
  border-left-color: var(--success);
}

.b-l-info {
  border-left-color: var(--info);
}

.b-l-warning {
  border-left-color: var(--warning);
}

.b-l-danger {
  border-left-color: var(--danger);
}

.b-l-white {
  border-left-color: #fff;
}

.b-l-2x {
  border-left-width: 2px;
}

.b-l-3x {
  border-left-width: 3px;
}

.b-l-4x {
  border-left-width: 4px;
}

.b-l-5x {
  border-left-width: 5px;
}

.b-2x {
  border-width: 2px;
}

.b-3x {
  border-width: 3px;
}

.b-4x {
  border-width: 4px;
}

.b-5x {
  border-width: 5px;
}

.r {
  border-radius: var(--borderRadius) var(--borderRadius) var(--borderRadius) var(--borderRadius);
}

.r-2x {
  border-radius: var(--borderRadiusMd);
}

.r-3x {
  border-radius: var(--borderRadiusLg);
}

.r-l {
  border-radius: var(--borderRadius) 0 0 var(--borderRadius);
}

.r-r {
  border-radius: 0 var(--borderRadius) var(--borderRadius) 0;
}

.r-t {
  border-radius: var(--borderRadius) var(--borderRadius) 0 0;
}

.r-b {
  border-radius: 0 0 var(--borderRadius) var(--borderRadius);
}

.m-xxs {
  margin: 2px 4px;
}

.m-xs {
  margin: 5px;
}

.m-sm {
  margin: 10px;
}

.m {
  margin: 15px;
}

.m-md {
  margin: 20px;
}

.m-lg {
  margin: 30px;
}

.m-xl {
  margin: 50px;
}

.m-n,
.m-none {
  margin: 0 !important;
}

.m-l-none {
  margin-left: 0 !important;
}

.m-l-xs {
  margin-left: 5px;
}

.m-l-sm {
  margin-left: 10px;
}

.m-l {
  margin-left: 15px;
}

.m-l-md {
  margin-left: 20px;
}

.m-l-lg {
  margin-left: 30px;
}

.m-l-xl {
  margin-left: 40px;
}

.m-l-xxl {
  margin-left: 50px;
}

.m-l-n-xxs {
  margin-left: -1px;
}

.m-l-n-xs {
  margin-left: -5px;
}

.m-l-n-sm {
  margin-left: -10px;
}

.m-l-n {
  margin-left: -15px;
}

.m-l-n-md {
  margin-left: -20px;
}

.m-l-n-lg {
  margin-left: -30px;
}

.m-l-n-xl {
  margin-left: -40px;
}

.m-l-n-xxl {
  margin-left: -50px;
}

.m-t-none {
  margin-top: 0 !important;
}

.m-t-xxs {
  margin-top: 1px;
}

.m-t-xs {
  margin-top: 5px;
}

.m-t-sm {
  margin-top: 10px;
}

.m-t {
  margin-top: 15px;
}

.m-t-md {
  margin-top: 20px;
}

.m-t-lg {
  margin-top: 30px;
}

.m-t-xl {
  margin-top: 40px;
}

.m-t-xxl {
  margin-top: 50px;
}

.m-t-n-xxs {
  margin-top: -1px;
}

.m-t-n-xs {
  margin-top: -5px;
}

.m-t-n-sm {
  margin-top: -10px;
}

.m-t-n {
  margin-top: -15px;
}

.m-t-n-md {
  margin-top: -20px;
}

.m-t-n-lg {
  margin-top: -30px;
}

.m-t-n-xl {
  margin-top: -40px;
}

.m-t-n-xxl {
  margin-top: -50px;
}

.m-r-none {
  margin-right: 0 !important;
}

.m-r-xxs {
  margin-right: 1px;
}

.m-r-xs {
  margin-right: 5px;
}

.m-r-sm {
  margin-right: 10px;
}

.m-r {
  margin-right: 15px;
}

.m-r-md {
  margin-right: 20px;
}

.m-r-lg {
  margin-right: 30px;
}

.m-r-xl {
  margin-right: 40px;
}

.m-r-xxl {
  margin-right: 50px;
}

.m-r-n-xxs {
  margin-right: -1px;
}

.m-r-n-xs {
  margin-right: -5px;
}

.m-r-n-sm {
  margin-right: -10px;
}

.m-r-n {
  margin-right: -15px;
}

.m-r-n-md {
  margin-right: -20px;
}

.m-r-n-lg {
  margin-right: -30px;
}

.m-r-n-xl {
  margin-right: -40px;
}

.m-r-n-xxl {
  margin-right: -50px;
}

.m-b-none {
  margin-bottom: 0 !important;
}

.m-b-xxs {
  margin-bottom: 1px;
}

.m-b-xs {
  margin-bottom: 5px;
}

.m-b-sm {
  margin-bottom: 10px;
}

.m-b {
  margin-bottom: 15px;
}

.m-b-md {
  margin-bottom: 20px;
}

.m-b-lg {
  margin-bottom: 30px;
}

.m-b-xl {
  margin-bottom: 40px;
}

.m-b-xxl {
  margin-bottom: 50px;
}

.m-b-n-xxs {
  margin-bottom: -1px;
}

.m-b-n-xs {
  margin-bottom: -5px;
}

.m-b-n-sm {
  margin-bottom: -10px;
}

.m-b-n {
  margin-bottom: -15px;
}

.m-b-n-md {
  margin-bottom: -20px;
}

.m-b-n-lg {
  margin-bottom: -30px;
}

.m-b-n-xl {
  margin-bottom: -40px;
}

.m-b-n-xxl {
  margin-bottom: -50px;
}

.p-xxs {
  padding: 2px 4px;
}

.p-xs {
  padding: 5px;
}

.p-sm {
  padding: 10px;
}

.p {
  padding: 15px;
}

.p-md {
  padding: 20px;
}

.p-lg {
  padding: 30px;
}

.p-xl {
  padding: 50px;
}

.p-n,
.p-none {
  padding: 0 !important;
}

.p-l-none {
  padding-left: 0 !important;
}

.p-l-xs {
  padding-left: 5px;
}

.p-l-sm {
  padding-left: 10px;
}

.p-l {
  padding-left: 15px;
}

.p-l-md {
  padding-left: 20px;
}

.p-l-lg {
  padding-left: 30px;
}

.p-l-xl {
  padding-left: 40px;
}

.p-l-xxl {
  padding-left: 50px;
}

.p-t-none {
  padding-top: 0 !important;
}

.p-t-xxs {
  padding-top: 1px;
}

.p-t-xs {
  padding-top: 5px;
}

.p-t-sm {
  padding-top: 10px;
}

.p-t {
  padding-top: 15px;
}

.p-t-md {
  padding-top: 20px;
}

.p-t-lg {
  padding-top: 30px;
}

.p-t-xl {
  padding-top: 40px;
}

.p-t-xxl {
  padding-top: 50px;
}

.p-t-n-xxs {
  padding-top: -1px;
}

.p-r-none {
  padding-right: 0 !important;
}

.p-r-xxs {
  padding-right: 1px;
}

.p-r-xs {
  padding-right: 5px;
}

.p-r-sm {
  padding-right: 10px;
}

.p-r {
  padding-right: 15px;
}

.p-r-md {
  padding-right: 20px;
}

.p-r-lg {
  padding-right: 30px;
}

.p-r-xl {
  padding-right: 40px;
}

.p-r-xxl {
  padding-right: 50px;
}

.p-b-none {
  padding-bottom: 0 !important;
}

.p-b-xxs {
  padding-bottom: 1px;
}

.p-b-xs {
  padding-bottom: 5px;
}

.p-b-sm {
  padding-bottom: 10px;
}

.p-b {
  padding-bottom: 15px;
}

.p-b-md {
  padding-bottom: 20px;
}

.p-b-lg {
  padding-bottom: 30px;
}

.p-b-xl {
  padding-bottom: 40px;
}

.p-b-xxl {
  padding-bottom: 50px;
}

.w-1x {
  width: 1em;
}

.w-2x {
  width: 2em;
}

.w-3x {
  width: 3em;
}

.w-xxs {
  width: 60px;
}

.h-xxs {
  height: 60px;
}

.w-xs {
  width: 90px;
}

.h-xs {
  height: 90px;
}

.w-ssm {
  width: 120px;
}

.w-sm {
  width: 150px;
}

.h-sm {
  height: 150px;
}

.h-ssm {
  height: 120px;
}

.w {
  width: 200px;
}

.h {
  height: 200px;
}

.w-md {
  width: 240px;
}

.h-md {
  height: 240px;
}

.w-lg {
  width: 280px;
}

.h-lg {
  height: 280px;
}

.w-xl {
  width: 320px;
}

.h-xl {
  height: 320px;
}

.w-xxl {
  width: 360px;
}

.h-xxl {
  height: 360px;
}

.w-xxxl {
  width: 420px;
}

.h-xxxl {
  height: 420px;
}

.w-full {
  width: 100%;
}

.w-auto {
  width: auto;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.no-grow {
  flex-grow: unset !important;
  flex-basis: unset !important;
}

.nowrap {
  white-space: nowrap;
  flex-wrap: nowrap;
}

@media (min-width: 576px) {
  .cxd-Form-col.w, .cxd-Form-col.w-xs, .cxd-Form-col.w-sm, .cxd-Form-col.w-md, .cxd-Form-col.w-lg {
    flex-basis: unset;
    flex-grow: unset;
  }
}
.thumb-xl {
  width: 128px;
  height: 128px;
  display: inline-block;
}

.thumb-lg {
  width: 96px;
  height: 96px;
  display: inline-block;
}

.thumb-md {
  width: 64px;
  height: 64px;
  display: inline-block;
}

.thumb {
  width: 50px;
  height: 50px;
  display: inline-block;
}

.thumb-sm {
  width: 40px;
  height: 40px;
  display: inline-block;
}

.thumb-xs {
  width: 34px;
  height: 34px;
  display: inline-block;
}

.thumb-xxs {
  width: 30px;
  height: 30px;
  display: inline-block;
}

.thumb-wrapper {
  padding: 2px;
  border: 1px solid var(--borderColor);
}

.thumb img,
.thumb-xxs img,
.thumb-xs img,
.thumb-sm img,
.thumb-md img,
.thumb-lg img,
.thumb-btn img,
.thumb-xl img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

.img-full {
  width: 100%;
}
.img-full img {
  width: 100%;
}

.avatar {
  position: relative;
  display: block;
  border-radius: 500px;
  white-space: nowrap;
}
.avatar img {
  width: 100%;
  border-radius: 5px;
  height: 100%;
  object-fit: cover;
}
.avatar i {
  position: absolute;
  left: 0;
  top: 0;
  width: 10px;
  height: 10px;
  margin: 2px;
  border-width: 2px;
  border-style: solid;
  border-radius: 100%;
}
.avatar i.right {
  left: auto;
  right: 0;
}
.avatar i.bottom {
  left: auto;
  top: auto;
  bottom: 0;
  right: 0;
}
.avatar i.left {
  top: auto;
  bottom: 0;
}
.avatar i.on {
  background: var(--success);
}
.avatar i.off {
  background: var(--text--muted-color);
}
.avatar i.busy {
  background: var(--danger);
}
.avatar i.away {
  background: var(--warning);
}
.avatar.thumb-md i {
  width: 12px;
  height: 12px;
  margin: 3px;
}
.avatar.thumb-sm i {
  margin: 1px;
}
.avatar.thumb-xs i {
  margin: 0;
}

.v-top {
  vertical-align: top !important;
  align-self: flex-start;
}

.v-middle {
  vertical-align: middle !important;
  align-self: center;
}

.v-bottom {
  vertical-align: bottom !important;
  align-self: flex-end;
}

.scrollable {
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.scrollable.hover, .scrollable.hover > .cell-inner {
  overflow-y: hidden !important;
}
.scrollable.hover:hover, .scrollable.hover:focus, .scrollable.hover:active {
  overflow: visible;
  overflow-y: auto;
}
.scrollable.hover:hover > .cell-inner, .scrollable.hover:focus > .cell-inner, .scrollable.hover:active > .cell-inner {
  overflow-y: auto !important;
}
.smart .scrollable, .smart .scrollable > .cell-inner {
  overflow-y: auto !important;
}

.scroll-x,
.scroll-y {
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}

.scroll-y {
  overflow-y: auto;
}

.scroll-x {
  overflow-x: auto;
}

.hover-action {
  display: none;
}

.hover-rotate {
  transition: all var(--animation-duration) ease-in-out var(--animation-duration);
}

.hover-anchor:hover > .hover-action,
.hover-anchor:focus > .hover-action,
.hover-anchor:active > .hover-action {
  display: inherit;
}
.hover-anchor:hover > .hover-rotate,
.hover-anchor:focus > .hover-rotate,
.hover-anchor:active > .hover-rotate {
  transform: rotate(90deg);
}

.backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
}
.backdrop.fade {
  opacity: 0;
}
.backdrop.in {
  opacity: 0.8;
}

.col-xs-2-4,
.col-sm-2-4,
.col-md-2-4,
.col-lg-2-4,
.col-xs-1-5,
.col-sm-1-5,
.col-md-1-5,
.col-lg-1-5 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-2-4 {
  width: 20%;
  float: left;
}

.col-xs-1-5 {
  width: 12.5%;
  float: left;
}

.invisible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}

.invisible2 {
  visibility: hidden;
}

.hbox {
  display: table;
  table-layout: fixed;
  border-spacing: 0;
  width: 100%;
  height: 100%;
}
.hbox > .col {
  display: table-cell;
  vertical-align: top;
  height: 100%;
  float: none;
}

.vbox {
  display: table;
  border-spacing: 0;
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 240px;
}
.vbox .row-row {
  display: table-row;
  height: 100%;
}
.vbox .row-row .cell {
  position: relative;
  height: 100%;
  width: 100%;
}
.ie .vbox .row-row .cell {
  display: table-cell;
  overflow: auto;
}
.ie .vbox .row-row .cell .cell-inner {
  overflow: visible !important;
}
.vbox .row-row .cell .cell-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}

.word-break {
  white-space: normal;
  word-break: break-all;
  word-wrap: break-word;
}

.white-space-pre {
  white-space: pre;
}

.label {
  display: inline;
  padding: 0.2em 0.6em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: var(--label-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}

a.label:hover, a.label:focus {
  color: var(--label-link--hover-color);
  text-decoration: none;
  cursor: pointer;
}

.label-default {
  background: var(--label--default-bg);
}

.label-primary {
  background: var(--label--primary-bg);
}

.label-success {
  background: var(--label--success-bg);
}

.label-info {
  background: var(--label--info-bg);
}

.label-warning {
  background: var(--label--warning-bg);
}

.label-danger {
  background: var(--label--danger-bg);
}

@keyframes apearSensor {
  from {
    opacity: 0;
  }
}
@media (min-width: 768px) {
  .col-sm-2-4 {
    width: 20%;
    float: left;
  }

  .col-sm-1-5 {
    width: 12.5%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-2-4 {
    width: 20%;
    float: left;
  }

  .col-md-1-5 {
    width: 12.5%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-2-4 {
    width: 20%;
    float: left;
  }

  .col-lg-1-5 {
    width: 12.5%;
    float: left;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm.show {
    display: inherit !important;
  }

  .no-m-sm {
    margin: 0 !important;
  }

  .no-padder-sm {
    padding: 0 !important;
  }
}
.visible-xs {
  display: none;
}

/*phone*/
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  .hidden-xs {
    display: none !important;
  }

  .w-auto-xs {
    width: auto;
  }

  .shift {
    display: none !important;
  }

  .shift.in {
    display: block !important;
  }

  .row-2 [class*=col] {
    width: 50%;
    float: left;
  }

  .row-2 .col-0 {
    clear: none;
  }

  .row-2 li:nth-child(odd) {
    clear: left;
    margin-left: 0;
  }

  .text-center-xs {
    text-align: center;
  }

  .text-left-xs {
    text-align: left;
  }

  .text-right-xs {
    text-align: right;
  }

  .no-border-xs {
    border-width: 0;
  }

  .pull-none-xs {
    float: none !important;
  }

  .pull-right-xs {
    float: right !important;
  }

  .pull-left-xs {
    float: left !important;
  }

  .dropdown-menu.pull-none-xs {
    left: 0;
  }

  .hidden-xs.show {
    display: inherit !important;
  }

  .wrapper-lg,
.wrapper-md {
    padding: 15px;
  }

  .padder-lg,
.padder-md {
    padding-left: 15px;
    padding-right: 15px;
  }

  .no-m-xs {
    margin: 0 !important;
  }

  .no-padder-xs {
    padding: 0 !important;
  }
}
.cxd-Modal.cxd-Modal-print {
  z-index: 1010 !important;
}
.cxd-Modal.cxd-Modal-print .ant-form-item-label > label {
  color: #616161;
}
.cxd-Modal.cxd-Modal-print.is-label .cxd-Modal-content {
  width: 90%;
  max-width: none;
  height: calc(100vh - 56px);
}
.cxd-Modal.cxd-Modal-print .cxd-Modal-content {
  width: 90%;
  max-width: none;
  height: calc(100vh - 56px);
}
.cxd-Modal.cxd-Modal-print .cxd-Modal-content .ant-col {
  max-height: 75px;
}
.cxd-Modal.cxd-Modal-print .print-form-container {
  width: 100%;
  height: 100%;
  display: flex;
}
.cxd-Modal.cxd-Modal-print .print-form-container label.ant-form-item-required:not(.ant-form-item-required-mark-optional)::before {
  display: none;
}
.cxd-Modal.cxd-Modal-print .print-form-container .ant-tabs-content {
  height: 100%;
}
.cxd-Modal.cxd-Modal-print .print-form-container .print-setting {
  width: 100%;
  height: 100%;
  padding-right: 8px;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  overflow-x: hidden;
}
.cxd-Modal.cxd-Modal-print .print-form-container .print-setting-label {
  width: 100%;
  height: 32px;
  font-weight: 500;
  padding-left: 12px;
  background-color: #f3f3f3;
  color: black;
  line-height: 32px;
}
.cxd-Modal.cxd-Modal-print .print-form-container .print-setting-content {
  padding: 10px 0 0 0;
}
.cxd-Modal.cxd-Modal-print .print-form-container .print-setting-content .ant-form-item, .cxd-Modal.cxd-Modal-print .print-form-container .print-setting-content .ant-row {
  margin-bottom: 8px;
}
.cxd-Modal.cxd-Modal-print .print-form-container .print-setting-content .ant-divider {
  margin: 0 0 8px;
}
.cxd-Modal.cxd-Modal-print .print-form-container .preview-container {
  position: relative;
  flex: 1;
  height: 100%;
  border: solid 1px #e8e8e8;
  border-radius: 5px;
  margin-right: 20px;
}
.cxd-Modal.cxd-Modal-print .print-form-container .preview-container .preview-empty {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 16px;
}
.cxd-Modal.cxd-Modal-print .print-form-container .column-config-table {
  text-align: center;
  table-layout: fixed;
  font-size: 13px;
}
.cxd-Modal.cxd-Modal-print .print-form-container .column-config-table-select-dropdown .ant-select-item {
  padding: 0;
  min-height: 30px;
  line-height: 30px;
  font-size: 12px;
  font-weight: 400;
}
.cxd-Modal.cxd-Modal-print .print-form-container .column-config-table .ant-select {
  width: 100%;
  font-size: 13px;
}
.cxd-Modal.cxd-Modal-print .print-form-container .column-config-table .ant-select-selector {
  border: none;
  box-shadow: none;
  border-radius: 0;
}
.cxd-Modal.cxd-Modal-print .print-form-container .column-config-table .ant-input-number-input {
  padding: 0 4px;
  text-align: center;
}
.cxd-Modal.cxd-Modal-print .print-form-container .column-config-table thead {
  background-color: #ddd;
}
.cxd-Modal.cxd-Modal-print .print-form-container .column-config-table th,
.cxd-Modal.cxd-Modal-print .print-form-container .column-config-table td {
  border: 1px solid #ccc;
}
.cxd-Modal.cxd-Modal-print .print-form-container .column-config-table td {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: default;
}
.cxd-Modal.cxd-Modal-print .input-count {
  width: 100%;
}
.cxd-Modal.cxd-Modal-print .cxd-Modal-footer .cxd-Button {
  margin-left: 1rem;
}
.cxd-Modal.cxd-Modal-print .label-print-template {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cxd-Modal.cxd-Modal-print .label-print-template .ant-popover-open {
  display: inline;
}
.cxd-Modal.cxd-Modal-print .label-print-template .button-add {
  width: 100px;
}
.cxd-Modal.cxd-Modal-print .label-print-template .ant-select {
  width: 240px;
}
.cxd-Modal.cxd-Modal-print .label-print-template .ant-select-dropdown {
  padding: 0;
}
.cxd-Modal.cxd-Modal-print .label-print-template .ant-select-selection-item {
  color: #555;
}
.cxd-Modal.cxd-Modal-print .label-print-template .ant-select-selection-item .label-print-HideIcon {
  display: none;
}
.cxd-Modal.cxd-Modal-print .remark {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0 auto 15px;
  color: #999;
}

.label-print-template-select .label-print-template-add {
  text-align: center;
  height: 30px;
  line-height: 30px;
  color: #555;
  cursor: pointer;
  background-color: #f5f5f5;
}
.label-print-template-select .select-item {
  width: 240px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.label-print-template-select .ant-select-item-option-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.label-print-template-select .ant-select-item-option {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff !important;
  color: #555;
}
.label-print-template-select .ant-select-item-option .label-print-HideIcon {
  font-size: 13px;
}
.label-print-template-select .ant-select-item-option:hover {
  color: #2a87eb !important;
  background-color: #fff !important;
}
.label-print-template-select .ant-select-item-option:hover .label-print-HideIcon {
  color: #2a87eb !important;
}
.label-print-template-select .ant-select-item-option-active {
  background-color: #fff !important;
}

.label-print-add-pop {
  padding-left: 0;
}
.label-print-add-pop .ant-popover-arrow {
  display: none;
}
.label-print-add-pop .ant-popover-inner {
  box-shadow: none;
}
.label-print-add-pop .ant-popover-inner-content {
  position: relative;
  top: 1px;
  padding: 4px;
  background-color: #fff;
}

.label-print-selector .ant-select-item-option-selected:not(.ant-select-item-option-disabled) {
  color: #2a77eb;
  background-color: #f5f5f5;
}
.label-print-selector .ant-select-item-option:hover {
  color: #4185ec;
}

.chart-statistic {
  display: inline-block;
  background-color: #f9f5f5;
  padding: 12px 20px 15px 20px;
  min-width: 220px;
  border: solid 1px #e8e8e8;
  border-radius: 3px;
  margin: 10px;
}
.chart-statistic-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.chart-statistic-header-title {
  font-size: 12px;
  color: gray;
}
.chart-statistic-header-subtitle {
  font-size: 12px;
  color: gray;
}
.chart-statistic-header-subtitle span {
  font-size: 18px;
}
.chart-statistic-content {
  display: flex;
  align-items: baseline;
}
.chart-statistic-content-value {
  font-size: 20px;
  color: black;
  font-weight: bold;
}
.chart-statistic-content-value-decimal {
  font-size: 14px;
}
.chart-statistic-content-rate {
  margin-left: 10px;
  font-size: 14px;
}
.chart-statistic-footer {
  margin-top: 12px;
  background-color: #e8e8e8;
}
.chart-statistic-footer-progress {
  text-align: center;
  color: white;
  font-size: 13px;
  height: 19px;
  padding-right: 5px;
}
@media screen and (min-width: 1280px) and (max-width: 1440px) {
  .chart-statistic {
    padding: 6px 10px 8px 10px;
    min-width: 170px;
    margin: 5px;
  }
  .chart-statistic-header-subtitle span {
    font-size: 15px;
  }
  .chart-statistic-content-value {
    font-size: 15px;
  }
}

.chart-table {
  padding: 8px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.data-display {
  width: 100%;
  padding: 8px;
  position: relative;
}
.data-display .ant-empty {
  color: #999;
}
.data-display-fold {
  max-height: 44px;
  overflow: hidden;
}
.data-display-spin {
  position: absolute;
  top: calc(50% - 10px);
  left: calc(50% - 10px);
  z-index: 1;
}
.data-display-arrow {
  position: absolute;
  top: 2px;
  left: 50%;
  z-index: 1;
  color: var(--saas-Placeholder-Text);
  font-size: 12px;
}
.data-display .title {
  font-size: 14px;
  color: var(--saas-Title-Text);
}
.data-display .title.cxd-Display-info {
  color: var(--display-color-info);
}
.data-display .title.cxd-Display-warning {
  color: var(--display-color-warning);
}
.data-display .title.cxd-Display-success {
  color: var(--display-color-success);
}
.data-display .title.cxd-Display-error {
  color: var(--display-color-error);
}
.data-display .title.cxd-Display-default {
  color: var(--display-color-default);
}
.data-display .group-title {
  font-size: 14px;
  font-weight: 550;
  color: var(--saas-Title-Text);
}
.data-display .sub-title {
  font-size: 12px;
  color: var(--saas-Secondary-Text);
}
.data-display .sub-title.cxd-Display-info {
  color: var(--display-color-info);
}
.data-display .sub-title.cxd-Display-warning {
  color: var(--display-color-warning);
}
.data-display .sub-title.cxd-Display-success {
  color: var(--display-color-success);
}
.data-display .sub-title.cxd-Display-error {
  color: var(--display-color-error);
}
.data-display .sub-title.cxd-Display-default {
  color: var(--display-color-default);
}
.data-display .desc {
  font-size: 12px;
  color: var(--saas-Placeholder-Text);
  margin-top: 6px;
}
.data-display .group-desc {
  font-size: 14px;
  color: var(--saas-Secondary-Text);
}
.data-display .group-desc.cxd-Display-info {
  color: var(--display-color-info);
}
.data-display .group-desc.cxd-Display-warning {
  color: var(--display-color-warning);
}
.data-display .group-desc.cxd-Display-success {
  color: var(--display-color-success);
}
.data-display .group-desc.cxd-Display-error {
  color: var(--display-color-error);
}
.data-display .group-desc.cxd-Display-default {
  color: var(--display-color-default);
}
.data-display .icon {
  margin-right: 6px;
  top: 0.1rem !important;
}
.data-display .link {
  cursor: pointer;
  color: var(--saas-Link-Text);
}
.data-display-item {
  padding: 8px;
  border-style: solid;
}
.data-display-item.cxd-Display-info {
  background-color: var(--display-bg-color-info);
  border: 1px solid var(--display-color-info);
}
.data-display-item.cxd-Display-warning {
  background-color: var(--display-bg-color-warning);
  border: 1px solid var(--display-color-warning);
}
.data-display-item.cxd-Display-success {
  background-color: var(--display-bg-color-success);
  border: 1px solid var(--display-color-success);
}
.data-display-item.cxd-Display-error {
  background-color: var(--display-bg-color-error);
  border: 1px solid var(--display-color-error);
}
.data-display-item.cxd-Display-default {
  background-color: var(--display-bg-color-default);
  border: 1px solid var(--display-color-default);
}
.data-display-item-group {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}
.data-display-item .ant-progress-line {
  display: flex;
  align-items: center;
}
.data-display-item .ant-progress-line .ant-progress-inner {
  background-color: var(--Table-onHover-bg);
}
.data-display-item .ant-progress-line .ant-progress-text {
  width: auto;
  flex: 1;
  margin-left: 6px;
  color: var(--saas-Title-Text);
}
.data-display-item .ant-progress-circle .ant-progress-text {
  color: var(--saas-Title-Text);
}
.data-display-item-labels {
  flex: 1;
}
.data-display-item-labels-item .wrap {
  display: flex;
}
.data-display-item-labels-item .wrap .icon {
  color: aqua;
}
.data-display-item-labels-item .wrap .icon.cxd-Display-info {
  color: var(--display-color-info);
}
.data-display-item-labels-item .wrap .icon.cxd-Display-warning {
  color: var(--display-color-warning);
}
.data-display-item-labels-item .wrap .icon.cxd-Display-success {
  color: var(--display-color-success);
}
.data-display-item-labels-item .wrap .icon.cxd-Display-error {
  color: var(--display-color-error);
}
.data-display-item-labels-item .wrap .icon.cxd-Display-default {
  color: var(--display-color-default);
}
.data-display-item-labels-item .left {
  display: flex;
  align-items: center;
}
.data-display-item-labels-item .right {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.data-display-item-labels-item-header {
  display: flex;
  justify-content: space-between;
  line-height: 25px;
}
.data-display-item-vertical-labels {
  flex: 1;
}
.data-display-item-vertical-labels-item .wrap {
  display: flex;
  align-items: center;
}
.data-display-item-vertical-labels-item .left {
  margin-right: 6px;
}
.data-display-item-vertical-labels-item .right {
  flex: 1;
}
.data-display-item-vertical-labels-item .right .sub-title {
  margin-bottom: 8px;
}

@media (max-width: 767px) {
  .data-display .group-title {
    font-size: 16px;
    font-weight: 550;
    color: var(--saas-Title-Text);
  }
  .data-display .group-desc {
    font-size: 16px;
    color: var(--saas-Secondary-Text);
  }
  .data-display .sub-title {
    font-size: 14px;
    color: var(--saas-Secondary-Text);
  }
}
.cxd-lionChildView {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: auto;
  opacity: 0;
  transition: ease-in opacity var(--animation-duration);
}
.cxd-lionChildView.in {
  opacity: 1;
}
.cxd-lionChildView.out {
  opacity: 0;
}
.cxd-lionChildView-content {
  padding: 16px;
}
.cxd-lionChildView-header {
  display: flex;
  align-items: center;
  padding-bottom: 16px;
}
.cxd-lionChildView-back {
  display: inline-block;
  cursor: pointer;
}
.cxd-lionChildView-back .icon {
  font-size: 12px;
  margin-right: 5px;
  color: var(--ChildView-back-color);
}
.cxd-lionChildView .line {
  height: 14px;
  border-left: 1px solid #ccc;
  margin: 0 12px;
}

.cxd-LionList .batch-manage.is-active {
  color: var(--Button--link-color);
}
.cxd-LionList .batch-manage-icon {
  font-size: 16px;
}
.cxd-LionList .cxd-ListItem {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cxd-LionList .cxd-ListItem::before, .cxd-LionList .cxd-ListItem::after {
  display: none;
}
.cxd-LionList .cxd-ListItem-content {
  flex: 1;
}

.cxd-List-header-more {
  margin-left: 8px;
  cursor: pointer;
}
.cxd-List-header-more-pop .cxd-Crud-toolbar {
  min-width: 80px;
}
.cxd-List-header-more-pop .cxd-Crud-toolbar-item {
  display: block;
  float: none;
  margin: 0;
  height: auto;
}
.cxd-List-header-more-pop .cxd-Crud-toolbar-item button,
.cxd-List-header-more-pop .cxd-Crud-toolbar-item button:hover {
  border: none !important;
  background: none !important;
  color: #fff !important;
  font-size: 14px;
}
.cxd-List-header-more-pop .cxd-Crud-toolbar-item button:not(:last-child),
.cxd-List-header-more-pop .cxd-Crud-toolbar-item button:hover:not(:last-child) {
  border-bottom: 1px solid #999;
}
.cxd-List-header-more-pop .cxd-Crud-toolbar-item .cxd-Button.is-disabled,
.cxd-List-header-more-pop .cxd-Crud-toolbar-item .cxd-Button:disabled {
  background: none;
  border: none;
  font-size: 14px;
}

.cxd-List.is-mobile .cxd-List-toolbar {
  width: 100%;
  background: var(--saas-main-bg);
  display: flex;
  align-items: center;
  margin: 0;
  height: 53px;
  padding: 10px 0;
  padding: 0 16px;
}
.unionContentWrapper {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.unionContentWrapper .imgContentWrapper {
  height: calc(100% - 43px);
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  align-content: flex-start;
  padding-top: 24px;
  background-color: white;
}
.unionContentWrapper .imgContentWrapper .baseUnionImgWrapper {
  display: flex;
  flex-direction: column;
}
.unionContentWrapper .imgContentWrapper .baseUnionImgWrapper .bottomName {
  font-size: 12px;
  text-align: center;
  height: 24px;
  line-height: 24px;
  width: 100%;
  background-color: #fff;
}
.unionContentWrapper .imgContentWrapper .unionImgWrapper_2 {
  width: calc((100%) / 2);
  height: 100%;
}
.unionContentWrapper .imgContentWrapper .unionImgWrapper_3 {
  width: calc((100%) / 3);
  height: 100%;
}
.unionContentWrapper .imgContentWrapper .unionImgWrapper_4 {
  width: calc((100%) / 2);
  height: calc((100%) / 2);
}
.unionContentWrapper .imgContentWrapper .unionImgWrapper_6 {
  width: calc((100%) / 3);
  height: calc((100%) / 2);
}
.unionContentWrapper .imgContentWrapper .unionImgWrapper_9 {
  width: calc((100%) / 3);
  height: calc((100%) / 3);
}
.unionContentWrapper .imgContentWrapper .unionImgWrapper_12 {
  width: calc((100%) / 4);
  height: calc((100%) / 3);
}
.unionContentWrapper .imgContentWrapper .unionImgWrapper_16 {
  width: calc((100%) / 4);
  height: calc((100%) / 4);
}
.unionContentWrapper .imgContentWrapper .unionImgWrapper_20 {
  width: calc((100%) / 5);
  height: calc((100%) / 4);
}
.unionContentWrapper .imgContentWrapper .unionImgWrapper {
  flex: 1;
  overflow: hidden;
  background-color: #fff;
}
.unionContentWrapper .imgContentWrapper .unionImgWrapper .unionImg {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.unionContentWrapper .bottomActionWrapper {
  height: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.viewerUtilsWrapper {
  height: 90px;
  width: 100%;
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: center;
}
.viewerUtilsWrapper .centerContent {
  height: 54px;
  margin-bottom: 16px;
  color: #FFFFFF;
  border-radius: 5px;
  padding: 0 10px;
  background-color: #353535;
  display: flex;
  flex-direction: column;
}
.viewerUtilsWrapper .centerContent .currentMediaName {
  font-size: 14px;
  margin-top: 10px;
  text-align: center;
  user-select: none;
  max-width: 368px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.viewerUtilsWrapper .centerContent .actionListWrapper {
  flex: 1;
  text-align: center;
}
.viewerUtilsWrapper .centerContent .actionListWrapper .utilItemWrapper {
  width: 46px;
  height: 100%;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
}
.viewerUtilsWrapper .centerContent .actionListWrapper .utilItemWrapper:hover {
  color: #2A87EB;
}
.viewerUtilsWrapper .centerContent .actionListWrapper .utilItemWrapper_selected {
  color: #2A87EB;
}
.viewerUtilsWrapper .centerContent .actionListWrapper .utilItemWrapper_disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.viewerUtilsWrapper .centerContent .actionListWrapper .utilItemWrapper_disabled:hover {
  color: #FFFFFF;
}

.mediaShowList {
  position: relative;
  height: 64px;
  background-color: #353535;
  color: #ebebeb;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.mediaShowList .mediaShowListWrapper {
  width: 95%;
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 64px;
}
.mediaShowList .mediaShowListContent {
  overflow: hidden;
  height: 100%;
  display: flex;
  justify-content: center;
}
.mediaShowList .imgListWrapper {
  display: flex;
  justify-content: center;
  overflow: hidden;
  white-space: nowrap;
}
.mediaShowList .imgList {
  display: flex;
  height: 100%;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.mediaShowList .imgList.small .imgWrapper {
  width: 24px;
  height: 24px;
  margin: 4px;
}
.mediaShowList .imgList-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  min-width: 18px;
  visibility: hidden;
}
.mediaShowList .imgList-arrow.show {
  visibility: visible;
}
.mediaShowList .imgWrapper {
  width: 30px;
  height: 30px;
  border: 2px solid #666;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  margin: 0 4px;
  transition: all 0.1s ease;
}
.mediaShowList .imgWrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}
.mediaShowList .imgWrapper svg.icon {
  top: 0;
  width: 22px;
  height: 22px;
  pointer-events: none;
}
.mediaShowList .imgWrapper .check-icon {
  position: absolute;
  top: -1px;
  right: 0;
  font-size: 14px;
  color: #2A87EB;
  line-height: 14px;
}
.mediaShowList .imgWrapper_selected {
  border: 2px solid #2A87EB;
}
.mediaShowList .unionImgHandle {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
  min-width: 208px;
  max-width: 208px;
  height: 72px;
}
.mediaShowList .unionImgHandle .item:not(:first-child) {
  margin-left: 8px;
}
.mediaShowList .unionImgHandle .ant-btn.ant-btn-link {
  padding: 0;
}

.mediaShowListWrapper_hidden {
  height: 0;
}

.cxd-Cell-img-wrapper {
  height: 100%;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  word-wrap: normal;
  text-overflow: ellipsis;
  text-align: center;
  text-align: left;
  flex-shrink: 0;
}
.cxd-Cell-img-wrapper > img {
  width: 28px;
  height: 28px;
  cursor: pointer;
  object-fit: cover;
}
@media screen and (min-width: 1280px) and (max-width: 1440px) {
  .cxd-Cell-img-wrapper > img {
    width: 20px;
    height: 20px;
  }
}
@media screen and (min-width: 1441px) and (max-width: 1680px) {
  .cxd-Cell-img-wrapper > img {
    width: 25px;
    height: 25px;
  }
}
.cxd-Cell-img-wrapper > img:not(:first-child) {
  margin-left: 4px;
}

.table-media-format-popover {
  padding-top: 5px;
  z-index: 1000;
}
.table-media-format-popover .ant-popover-inner {
  background-color: var(--saas-main-bg);
}
.table-media-format-popover .amis-scope {
  background: none;
}
.table-media-format-popover .amis-scope .ant-popover-inner-content {
  padding: 0;
}
.table-media-format-popover .ant-popover-inner {
  background: var(--saas-main-bg);
}
.table-media-format-popover .ant-popover-arrow .ant-popover-arrow-content {
  --antd-arrow-background-color: var(--saas-main-bg);
}
.table-media-format-popover .ant-popover-inner-content {
  padding: 0 !important;
}

.mediaPopoverContent {
  width: 250px;
  color: var(--saas-Title-Text);
}
.mediaPopoverContent .topAction {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 13px;
  height: 36px;
}
.mediaPopoverContent .topAction .actionTitle {
  font-size: 14px;
  font-weight: bold;
}
.mediaPopoverContent .topAction .afterActionWrapper {
  color: #2A87EB;
  font-size: 12px;
  cursor: pointer;
}
.mediaPopoverContent .bottomBorder {
  border-bottom: 1px solid var(--saas-Border-Dividers);
}
.mediaPopoverContent .centerContent {
  height: 124px;
}
.mediaPopoverContent .centerContent::-webkit-scrollbar {
  width: 0;
}
.mediaPopoverContent .bottomAction {
  height: 60px;
  display: flex;
  border-top: 1px solid var(--saas-Border-Dividers);
}
.mediaPopoverContent .bottomAction .actionItem {
  height: 100%;
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
  color: var(--saas-Title-Text);
}
.mediaPopoverContent .bottomAction .actionItem .actionItemName {
  margin-top: 4px;
  font-size: 12px;
}
.mediaPopoverContent .bottomAction .actionDisabled {
  opacity: 0.5;
}
.mediaPopoverContent .allImgContent {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  width: 100%;
  padding-left: 13px;
  padding-top: 4px;
  overflow-x: hidden;
  overflow-y: auto;
}
.mediaPopoverContent .allImgContent .commonBorder {
  border: 1px solid var(--saas-Border-Dividers);
}
.mediaPopoverContent .allImgContent .singleImgWrapper {
  height: 110px;
  width: calc(100% - 13px);
}
.mediaPopoverContent .allImgContent .doubleImgWrapper {
  height: 110px;
  width: 110px;
}
.mediaPopoverContent .allImgContent .doubleImgWrapper:nth-child(2) {
  margin-left: 4px;
}
.mediaPopoverContent .allImgContent .mostImgWrapper {
  height: 72px;
  width: 72px;
  margin-bottom: 4px;
}
.mediaPopoverContent .allImgContent .mostImgWrapper:not(:nth-child(3n)) {
  margin-right: 4px;
}
.mediaPopoverContent .allImgContent img {
  height: 100%;
  width: 100%;
  cursor: pointer;
  object-fit: cover;
}
.mediaPopoverContent .fileListWarp {
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  padding-right: 5px;
  color: var(--saas-Title-Text);
}
.mediaPopoverContent .fileListWarp .fileNameWrapper {
  min-width: 40px;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mediaPopoverContent .popoverContentScrollBar::-webkit-scrollbar {
  width: 13px;
  height: 0;
}
.mediaPopoverContent .popoverContentScrollBar::-webkit-scrollbar-thumb {
  background-color: #D2D6DE;
  background-clip: content-box;
  border-width: 0 3px 0 3px;
  border-style: solid;
  border-color: #FFFFFF;
}
.mediaPopoverContent .MediaSelectedWrapper_common {
  position: relative;
}
.mediaPopoverContent .MediaSelectedWrapper_common .selectCheckBox {
  display: none;
  position: absolute;
  top: 2px;
  left: 2px;
  line-height: 16px;
}
.mediaPopoverContent .MediaSelectedWrapper_common .selectCheckBox .ant-checkbox-inner {
  border-radius: 50%;
}
.mediaPopoverContent .MediaSelectedWrapper_common .selectCheckBox .ant-checkbox-checked::after {
  display: none;
}
.mediaPopoverContent .MediaSelectedWrapper_common:hover {
  border: 1px solid #2A87EB !important;
}
.mediaPopoverContent .MediaSelectedWrapper_common:hover .selectCheckBox {
  display: unset;
}
.mediaPopoverContent .MediaSelectedWrapper_selected {
  border: 1px solid #2A87EB !important;
}
.mediaPopoverContent .MediaSelectedWrapper_selected .selectCheckBox {
  display: unset;
}

.cxd-Cell-img-wrapper-isImage {
  max-width: 200px;
  font-size: 13px;
  background-color: var(--saas-form-table-cell-img-color);
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  width: auto;
  padding-left: 4px;
  cursor: pointer;
}
.cxd-Cell-img-wrapper-isImage .cxd-Cell-img-wrapper-content {
  display: flex;
  flex: 1;
  overflow: hidden;
}
.cxd-Cell-img-wrapper-isImage .cxd-Cell-img-wrapper-content .textfile_icon {
  width: 13px;
  margin-right: 2px;
}
.cxd-Cell-img-wrapper-isImage .cxd-Cell-img-wrapper-content .text {
  flex: 1;
  overflow: hidden;
  word-wrap: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cxd-Cell-img-wrapper-isImage .item-select-tag-btn {
  width: 20px;
}

.cxd-Cell-img-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cxd-Cell-img-box .cxd-Cell-img,
.cxd-Cell-img-box svg.icon {
  width: 20px;
  height: 20px;
  cursor: pointer;
  margin: 0 2px;
  top: 0;
}

.cxd-Matrix-container {
  background-color: var(--saas-main-bg);
  padding: 10px;
}
.cxd-Matrix-container .cxd-Matrix-Search {
  margin-bottom: 10px;
}
.cxd-Matrix-container .cxd-Matrix-Search .ant-input {
  border-radius: 8px;
  border: none;
}
.cxd-Matrix-container .cxd-Matrix-group {
  display: flex;
  flex-wrap: wrap;
  padding: 8px 0 16px 0;
  text-align: center;
  background-color: var(--saas-main-bg);
  border-radius: 8px;
}
.cxd-Matrix-container .cxd-Matrix-group .cxd-Matrix-item {
  width: 25%;
}
.cxd-Matrix-container .cxd-Matrix-group .cxd-Matrix-item.clear-bot {
  border-bottom: none;
}
.cxd-Matrix-container .cxd-Matrix-group .cxd-Matrix-item .matrix-action {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cxd-Matrix-container .cxd-Matrix-group .cxd-Matrix-item .matrix-action .cxd-TplField {
  padding: 0 4px;
  max-width: 96%;
  height: 40px;
  font-size: 14px;
  font-family: system-ui;
  color: var(--saas-Title-Text);
  margin-top: 10px;
}
.cxd-Matrix-container .cxd-Matrix-group .cxd-Matrix-item .matrix-action .cxd-TplField span {
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: wrap;
  word-wrap: break-word;
}
.cxd-Matrix-container .cxd-Matrix-group .cxd-Matrix-item .matrix-action .fa {
  margin-top: 10px;
  height: 42px;
  width: 42px;
  color: #fff;
  border-radius: 8px;
  font-size: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cxd-Matrix-container .cxd-Matrix-group .cxd-Matrix-item:nth-child(3n) {
  border-right: none;
}

.cxd-Scan-code-container {
  position: relative;
  height: 100%;
}
.cxd-Scan-code-container .cxd-Scan-btn {
  position: absolute;
  bottom: 200px;
  z-index: 10;
}

.scan-code-modal .ant-modal-content {
  border-radius: 10px;
  background-color: #eee;
}
.scan-code-modal .code-input-container .title {
  text-align: center;
  color: #000;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 16px;
}
.scan-code-modal .ant-modal-footer {
  display: flex;
  justify-content: space-between;
  padding: 0;
  border-color: #ccc;
}
.scan-code-modal .ant-modal-footer .ant-btn {
  flex: 1;
  height: 40px;
  border: none;
  background: unset;
  color: #4a7ace;
}
.scan-code-modal .ant-modal-footer .ant-btn:nth-child(1) {
  border-right: 1px solid #ccc;
}

.transfer-check-group {
  margin: 10px 0px;
}
.transfer-check-group .transfer-check-bat {
  color: var(--saas-font-size-black);
  background: var(--Button--default-bg);
  border-color: transparent;
  margin: 5px;
  padding: 10px 20px;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  width: 100px;
  height: 45px;
}
.transfer-check-group .transfer-check-bat.ant-btn-text[disabled] {
  color: var(--saas-font-size-light-black);
  border-color: transparent;
  background: transparent;
  text-shadow: none;
  box-shadow: none;
}
.transfer-check-group .transfer-check-bat-icon {
  background-color: #2a87eb;
  transform: rotateZ(-45deg);
  position: absolute !important;
  bottom: -3px;
  width: 40px;
  height: 20px;
  right: -13px;
  text-align: center;
}
.transfer-check-group .transfer-check-bat-icon::before {
  content: "✓";
  color: #fff;
  transform: rotateZ(45deg);
  display: inline-block;
}
.transfer-check-group .ant-checkbox-wrapper {
  color: var(--saas-font-size-black);
}

.transfer-container {
  height: 300px;
  display: flex;
}
.transfer-container .transfer-source {
  width: calc(50% - 40px);
  height: 100%;
  border-radius: 3px;
  border: 1px solid var(--saas-border-color);
  display: flex;
  flex-flow: column nowrap;
  position: relative;
}
.transfer-container .transfer-source .transfer-source-header {
  flex-shrink: 0;
  height: 36px;
  background: var(--saas-crud-advanced-modle-title-color);
  padding: 0 10px;
  border-bottom: 1px solid var(--saas-border-color);
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
}
.transfer-container .transfer-source .transfer-source-header .option-group {
  font-size: 14px;
  display: flex;
}
.transfer-container .transfer-source .transfer-source-header .option-group .option {
  cursor: pointer;
  color: var(--saas-Primary-Color);
}
.transfer-container .transfer-source .transfer-source-header .title {
  font-size: 14px;
  color: var(--saas-font-size-dark-black);
}
.transfer-container .transfer-source .transfer-source-position {
  position: absolute;
  right: 20px;
  bottom: -32px;
  width: 120px;
}
.transfer-container .transfer-source .transfer-source-position .ant-input {
  border: none;
  color: transparent;
  text-shadow: 0 0 0 #000;
  background-color: transparent;
}
.transfer-container .transfer-source .transfer-source-position .ant-input:focus,
.transfer-container .transfer-source .transfer-source-position .ant-input-focused {
  box-shadow: none;
  border: none;
}
.transfer-container .transfer-source .transfer-source-content {
  flex-grow: 1;
  overflow-y: auto;
  color: var(--saas-font-size-black);
}
.transfer-container .transfer-source .transfer-source-content .source-content-inner .display-field {
  display: flex;
  padding: 5px 0px 5px 10px;
}
.transfer-container .transfer-source .transfer-source-content .source-content-inner .display-field .ant-checkbox-wrapper .ant-checkbox .ant-checkbox-inner {
  background: var(--Checkbox-gb);
  border-color: var(--borderColor);
}
.transfer-container .transfer-source .transfer-source-content .source-content-inner .display-field .ant-checkbox-wrapper .ant-checkbox.ant-checkbox-disabled .ant-checkbox-inner {
  background: var(--Checkbox-gb);
  border-color: var(--borderColor) !important;
}
.transfer-container .transfer-source .transfer-source-content .source-content-inner .display-field .ant-checkbox-wrapper .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner {
  background: var(--saas-SelectedBorder);
  border-color: var(--saas-SelectedBorder);
}
.transfer-container .transfer-source .transfer-source-content .source-content-inner .display-field .display-field-label {
  flex: 1;
  margin-left: 5px;
  cursor: pointer;
}
.transfer-container .transfer-source .transfer-source-content .source-content-inner .display-field-active {
  background-color: var(--saas-crud-hover-color);
}
.transfer-container .transfer-target-group {
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  flex: 1;
}
.transfer-container .target-box {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  height: 50%;
}
.transfer-container .target-box .btn-group {
  padding: 0 10px;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
}
.transfer-container .target-box .btn-group .btn {
  width: 20px;
  height: 20px;
  margin-bottom: 30px;
  border: 1px solid var(--saas-border-color);
  border-radius: 3px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  background: #fff;
  outline: none;
  font-size: 10px;
  cursor: pointer;
}
.transfer-container .target-box .btn-group .btn:last-child {
  margin-bottom: 0;
}
.transfer-container .target-box .btn-group .btn.disabled {
  filter: grayscale(100%);
  box-shadow: none;
  cursor: not-allowed;
  color: var(--text--muted-color);
  pointer-events: auto;
  border: var(--Button-borderWidth) solid var(--Button-onDisabled-borderColor);
  background: var(--Button-onDisabled-bg);
}
.transfer-container .transfer-target {
  border-radius: 3px;
  border: 1px solid var(--borderColor);
  flex: 1;
  height: 100%;
}
.transfer-container .transfer-target .transfer-target-header {
  flex-shrink: 0;
  height: 32px;
  background: var(--saas-crud-advanced-modle-title-color);
  padding: 0 10px;
  border-bottom: 1px solid var(--borderColor);
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.transfer-container .transfer-target .transfer-target-header .title {
  font-size: 14px;
  color: var(--saas-font-size-dark-black);
}
.transfer-container .transfer-target .transfer-target-content {
  overflow-y: auto;
  display: flex;
  flex-wrap: wrap;
  height: calc(100% - 32px);
  padding: 6px;
  gap: 6px;
  position: relative;
}
.transfer-container .transfer-target .transfer-target-content .option {
  overflow-y: auto;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  height: calc(100% - 16px);
  gap: 6px;
}
.transfer-container .transfer-target .transfer-target-content .option-item {
  padding: 6px 12px 6px 0;
  height: 24px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  font-size: 12px;
  background: var(--saas-crud-hover-color);
  color: var(--saas-Primary-Color);
}
.transfer-container .transfer-target .transfer-target-content .option-item .icon {
  cursor: pointer;
  font-size: 16px;
}
.transfer-container .transfer-target .transfer-target-content .option-item .item-title {
  height: 24px;
  width: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--saas-font-size-color-reverse);
  background: var(--Table--unsaved-heading-color);
  margin-right: 8px;
}
.transfer-container .transfer-target .transfer-target-content .option-item .item-label {
  margin-left: 8px;
  margin-right: 8px;
  flex: 1;
  cursor: move;
  user-select: none;
  max-width: 150px;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: auto;
}
.transfer-container .transfer-target .transfer-target-content .option-item .close-btn {
  color: #aaa;
  cursor: pointer;
}
.transfer-container .transfer-target .transfer-target-content .option-item .anticon-close {
  opacity: 0;
}
.transfer-container .transfer-target .transfer-target-content .option-item:hover .close-btn {
  display: block;
}
.transfer-container .transfer-target .transfer-target-content .option-item:hover .anticon-close {
  opacity: 1;
}
.transfer-container .transfer-target .transfer-target-content .target-content-inner {
  display: flex;
  flex-wrap: wrap;
}
.transfer-container .transfer-target .transfer-target-content .transfer-target-footer {
  height: 16px;
  color: var(--saas-font-size-deep-black);
  font-size: 12px;
  position: absolute;
  bottom: 6px;
}

.transfer-segment-container {
  display: flex;
  color: var(--saas-font-size-black);
}
.transfer-segment-container .left-content {
  width: calc(50% - 40px);
}
.transfer-segment-container .left-content .segment-select {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 100%;
}
.transfer-segment-container .left-content .segment-select-item {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin-bottom: 8px;
}
.transfer-segment-container .left-content .segment-select-item .ant-select {
  color: var(--saas-font-size-black);
  font-size: 12px;
}
.transfer-segment-container .left-content .segment-select-item .ant-select .ant-select-selector {
  font-size: 12px;
  border-radius: 4px;
  background-color: var(--Form-input-bg);
  border-color: var(--DatePicker-borderColor);
}
.transfer-segment-container .left-content .segment-select-item .ant-select .ant-select-selector:hover {
  border-color: #40a9ff;
}
.transfer-segment-container .left-content .segment-select-item .ant-input-number {
  color: var(--saas-font-size-black);
  border-color: var(--DatePicker-borderColor);
  background-color: var(--Form-input-bg);
}
.transfer-segment-container .left-content .segment-select-item .ant-input-number-handler-wrap {
  background-color: var(--Form-input-bg);
}
.transfer-segment-container .left-content .segment-select-item .ant-input-number-handler-wrap span {
  color: var(--saas-font-size-deep-black);
  border-color: var(--DatePicker-borderColor);
}
.transfer-segment-container .left-content .segment-select-item .ant-input-number-handler-wrap span:hover {
  color: #40a9ff;
}
.transfer-segment-container .left-content .segment-select-item .ant-input-number-input-wrap {
  border-radius: 4px;
  background-color: var(--Form-input-bg);
}
.transfer-segment-container .right-content {
  flex: 1;
}
.transfer-segment-container .right-content .transfer-target {
  border-radius: 3px;
  border: 1px solid var(--borderColor);
  flex: 1;
  height: 100%;
}
.transfer-segment-container .right-content .transfer-target .transfer-target-header {
  flex-shrink: 0;
  height: 32px;
  background: var(--saas-crud-advanced-modle-title-color);
  padding: 0 10px;
  border-bottom: 1px solid var(--borderColor);
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.transfer-segment-container .right-content .transfer-target .transfer-target-header .title {
  font-size: 14px;
  color: var(--saas-font-size-dark-black);
}
.transfer-segment-container .right-content .transfer-target .transfer-target-content {
  overflow-y: auto;
  display: flex;
  flex-wrap: wrap;
  height: calc(100% - 32px);
  padding: 6px;
  gap: 6px;
  position: relative;
}
.transfer-segment-container .right-content .transfer-target .transfer-target-content .option {
  overflow-y: auto;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  height: calc(100% - 16px);
  gap: 6px;
}
.transfer-segment-container .right-content .transfer-target .transfer-target-content .option-item {
  padding: 6px 12px 6px 0;
  height: 24px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  font-size: 12px;
  background: var(--saas-crud-hover-color);
  color: var(--saas-Primary-Color);
}
.transfer-segment-container .right-content .transfer-target .transfer-target-content .option-item .icon {
  cursor: pointer;
  font-size: 16px;
}
.transfer-segment-container .right-content .transfer-target .transfer-target-content .option-item .item-title {
  height: 24px;
  width: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--saas-font-size-color-reverse);
  background: var(--Table--unsaved-heading-color);
  margin-right: 8px;
}
.transfer-segment-container .right-content .transfer-target .transfer-target-content .option-item .item-label {
  margin-left: 8px;
  margin-right: 8px;
  flex: 1;
  cursor: move;
  user-select: none;
  max-width: 150px;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: auto;
}
.transfer-segment-container .right-content .transfer-target .transfer-target-content .option-item .close-btn {
  color: #aaa;
  cursor: pointer;
}
.transfer-segment-container .right-content .transfer-target .transfer-target-content .option-item .anticon-close {
  opacity: 0;
}
.transfer-segment-container .right-content .transfer-target .transfer-target-content .option-item:hover .close-btn {
  display: block;
}
.transfer-segment-container .right-content .transfer-target .transfer-target-content .option-item:hover .anticon-close {
  opacity: 1;
}
.transfer-segment-container .right-content .transfer-target .transfer-target-content .target-content-inner {
  display: flex;
  flex-wrap: wrap;
}
.transfer-segment-container .right-content .transfer-target .transfer-target-content .transfer-target-footer {
  height: 16px;
  color: var(--saas-font-size-deep-black);
  font-size: 12px;
  position: absolute;
  bottom: 6px;
}
.transfer-segment-container .right-content .target-box {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  height: 50%;
  height: 72px;
}
.transfer-segment-container .right-content .target-box .btn-group {
  padding: 0 10px;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
}
.transfer-segment-container .right-content .target-box .btn-group .btn {
  width: 20px;
  height: 20px;
  margin-bottom: 30px;
  border: 1px solid var(--saas-border-color);
  border-radius: 3px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  background: #fff;
  outline: none;
  font-size: 10px;
  cursor: pointer;
}
.transfer-segment-container .right-content .target-box .btn-group .btn:last-child {
  margin-bottom: 0;
}
.transfer-segment-container .right-content .target-box .btn-group .btn.disabled {
  filter: grayscale(100%);
  box-shadow: none;
  cursor: not-allowed;
  color: var(--text--muted-color);
  pointer-events: auto;
  border: var(--Button-borderWidth) solid var(--Button-onDisabled-borderColor);
  background: var(--Button-onDisabled-bg);
}

.drawer-advanced .cxd-Form {
  padding-top: 0;
  height: 100%;
}
.drawer-advanced .cxd-Form .advanced_drawer {
  height: 100%;
  background-color: var(--saas-Background-Header);
}
.drawer-advanced .cxd-Form .advanced_drawer .ant-tabs {
  height: 100%;
}
.drawer-advanced .cxd-Form .advanced_drawer .ant-tabs .ant-tabs-nav {
  margin: 0;
}
.drawer-advanced .cxd-Form .advanced_drawer .ant-tabs .ant-tabs-nav .ant-tabs-extra-content {
  width: 36px;
  height: 38px;
}
.drawer-advanced .cxd-Form .advanced_drawer .ant-tabs .ant-tabs-nav .ant-tabs-extra-content .left-text {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.drawer-advanced .cxd-Form .advanced_drawer .ant-tabs .ant-tabs-nav .ant-tabs-extra-content .left-text svg {
  width: 12px;
  height: 12px;
  color: var(--saas-Title-Text);
  transform: rotateY(180deg);
}
.drawer-advanced .cxd-Form .advanced_drawer .ant-tabs .ant-tabs-nav .ant-tabs-nav-wrap {
  color: var(--saas-Title-Text);
}
.drawer-advanced .cxd-Form .advanced_drawer .ant-tabs .ant-tabs-nav .ant-tabs-nav-wrap .ant-tabs-nav-list .ant-tabs-tab {
  padding: 0;
}
.drawer-advanced .cxd-Form .advanced_drawer .ant-tabs .ant-tabs-nav .ant-tabs-nav-wrap .ant-tabs-nav-list .ant-tabs-ink-bar {
  display: none;
}
.drawer-advanced .cxd-Form .advanced_drawer .ant-tabs .ant-tabs-nav::before {
  border-bottom: 1px solid var(--saas-Border-Dividers);
}
.drawer-advanced .cxd-Form .advanced_drawer .ant-tabs .ant-tabs-content-holder {
  flex: 1;
  overflow: hidden;
}
.drawer-advanced .cxd-Form .advanced_drawer .ant-tabs .ant-tabs-content-holder .ant-tabs-content {
  height: 100%;
}
.drawer-advanced .cxd-Form .advanced_drawer .ant-tabs .ant-tabs-content-holder .ant-tabs-content .ant-tabs-tabpane {
  height: 100%;
  overflow: auto;
  background-color: var(--saas-main-bg);
  position: relative;
}
.drawer-advanced .cxd-Form .advanced_drawer .ant-tabs .ant-tabs-content-holder .ant-tabs-content .ant-tabs-tabpane .transfer-check {
  height: 100%;
  display: flex;
  flex-direction: column;
  background-color: var(--saas-main-bg);
}
.drawer-advanced .cxd-Form .advanced_drawer .ant-tabs .ant-tabs-content-holder .ant-tabs-content .ant-tabs-tabpane .transfer-container {
  flex: 1;
  height: 100%;
  max-height: calc(100vh - 250px);
}
.drawer-advanced .cxd-Form .advanced_drawer .ant-tabs .ant-tabs-content-holder .ant-tabs-content .ant-tabs-tabpane .transfer-container .transfer-source {
  width: calc(50% - 20px);
}
.drawer-advanced .cxd-Form .advanced_drawer .ant-tabs .ant-tabs-content-holder .ant-tabs-content .ant-tabs-tabpane .transfer-container .transfer-source .transfer-source-header {
  position: sticky;
  top: 0;
  z-index: 1;
}
.drawer-advanced .cxd-Form .advanced_drawer .ant-tabs .ant-tabs-content-holder .ant-tabs-content .ant-tabs-tabpane .transfer-container .transfer-source .source-content-inner {
  height: 100%;
  max-height: calc(100vh - 300px);
  overflow: auto;
}
.drawer-advanced .cxd-Form .advanced_drawer .ant-tabs .ant-tabs-content-holder .ant-tabs-content .ant-tabs-tabpane .transfer-container .transfer-source .source-content-inner .display-field .display-field-label {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.drawer-advanced .cxd-Form .advanced_drawer .ant-tabs .ant-tabs-content-holder .ant-tabs-content .ant-tabs-tabpane .transfer-container .transfer-target-group {
  flex-direction: column;
  overflow: hidden;
}
.drawer-advanced .cxd-Form .advanced_drawer .ant-tabs .ant-tabs-content-holder .ant-tabs-content .ant-tabs-tabpane .transfer-container .transfer-target-group .target-box {
  flex: 1;
  background: var(--saas-Background-Header);
}
.drawer-advanced .cxd-Form .advanced_drawer .ant-tabs .ant-tabs-content-holder .ant-tabs-content .ant-tabs-tabpane .transfer-container .transfer-target-group .target-box .transfer-target {
  flex: 1;
  width: auto;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}
.drawer-advanced .cxd-Form .advanced_drawer .ant-tabs .ant-tabs-content-holder .ant-tabs-content .ant-tabs-tabpane .transfer-container .transfer-target-group .target-box .transfer-target .transfer-target-content {
  height: auto;
  flex: 1;
  width: 100%;
  overflow: hidden;
}
.drawer-advanced .cxd-Form .advanced_drawer .ant-tabs .ant-tabs-content-holder .ant-tabs-content .ant-tabs-tabpane .transfer-container .transfer-target-group .target-box .transfer-target .transfer-target-content .target-content-inner {
  flex-direction: column;
  width: 100%;
}
.drawer-advanced .cxd-Form .advanced_drawer .ant-tabs .ant-tabs-content-holder .ant-tabs-content .ant-tabs-tabpane .transfer-container .transfer-target-group .target-box .transfer-target .transfer-target-content .target-content-inner .option-item .fa {
  width: 12px;
}
.drawer-advanced .cxd-Form .advanced_drawer .ant-tabs .ant-tabs-content-holder .ant-tabs-content .ant-tabs-tabpane .transfer-container .transfer-target-group .target-box .transfer-target .transfer-target-content .target-content-inner .option-item .item-label {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.drawer-advanced .cxd-Form .advanced_drawer .ant-tabs .ant-tabs-content-holder .ant-tabs-content .ant-tabs-tabpane .transfer-container .transfer-target-group .target-box:nth-child(1) {
  padding-bottom: 5px;
}
.drawer-advanced .cxd-Form .advanced_drawer .ant-tabs .ant-tabs-content-holder .ant-tabs-content .ant-tabs-tabpane .transfer-container .transfer-target-group .target-box:nth-child(2) {
  padding-top: 5px;
}
.drawer-advanced .cxd-Form .advanced_drawer .ant-tabs .ant-tabs-content-holder .ant-tabs-content .ant-tabs-tabpane .transfer-check-group {
  padding-left: 10px;
}
.drawer-advanced .cxd-Form .advanced_drawer .ant-tabs .ant-tabs-content-holder .ant-tabs-content .ant-tabs-tabpane .transfer-segment-container .left-content {
  padding-left: 10px;
  padding-bottom: 10px;
  width: 100%;
}
.drawer-advanced .cxd-Form .advanced_drawer .ant-tabs .ant-tabs-content-holder .ant-tabs-content .ant-tabs-tabpane .transfer-segment-container .left-content .segment-select-item > span {
  display: block;
  width: 70px;
}
.drawer-advanced .cxd-Form .advanced_drawer .ant-tabs .ant-tabs-content-holder .ant-tabs-content .ant-tabs-tabpane .advanced_drawer_filtersbody {
  max-height: calc(100% - 84px);
  overflow: auto;
}
.drawer-advanced .cxd-Form .advanced_drawer .ant-tabs .ant-tabs-content-holder .ant-tabs-content .ant-tabs-tabpane .advanced_param_title-box {
  padding-top: 10px;
  padding-left: 10px;
  background: var(--saas-main-bg);
}
.drawer-advanced .cxd-Form .advanced_drawer .ant-tabs .ant-tabs-content-holder .ant-tabs-content .ant-tabs-tabpane .advanced_param_title-box .title {
  font-size: 15px;
  font-weight: bold;
  border-left: 4px solid #3574EE;
  padding-left: 8px;
  color: var(--saas-Title-Text);
}
.drawer-advanced .cxd-Form .advanced_drawer .ant-tabs .ant-tabs-content-holder .ant-tabs-content .ant-tabs-tabpane .advanced_drawer_List {
  border: none;
  border-bottom: 1px solid var(--saas-border-color);
  background-color: #fff;
}
.drawer-advanced .cxd-Form .advanced_drawer .ant-tabs .ant-tabs-content-holder .ant-tabs-content .ant-tabs-tabpane .advanced_drawer_List .ant-list-items {
  background: var(--saas-main-bg);
}
.drawer-advanced .cxd-Form .advanced_drawer .ant-tabs .ant-tabs-content-holder .ant-tabs-content .ant-tabs-tabpane .advanced_drawer_List .ant-list-items .ant-list-item {
  justify-content: unset;
  padding: 12px;
  padding-left: 6px;
  margin-left: 10px;
  align-items: flex-start;
  border-bottom: 1px solid var(--saas-Border-Dividers);
}
.drawer-advanced .cxd-Form .advanced_drawer .ant-tabs .ant-tabs-content-holder .ant-tabs-content .ant-tabs-tabpane .advanced_drawer_List .ant-list-items .ant-list-item:last-child {
  border-bottom: none;
}
.drawer-advanced .cxd-Form .advanced_drawer .ant-tabs .ant-tabs-content-holder .ant-tabs-content .ant-tabs-tabpane .advanced_drawer_List .ant-list-items .ant-list-item-action {
  margin-left: 0;
  padding-right: 0;
}
.drawer-advanced .cxd-Form .advanced_drawer .ant-tabs .ant-tabs-content-holder .ant-tabs-content .ant-tabs-tabpane .advanced_drawer_List .ant-list-items .ant-list-item-action li {
  padding: 0;
}
.drawer-advanced .cxd-Form .advanced_drawer .ant-tabs .ant-tabs-content-holder .ant-tabs-content .ant-tabs-tabpane .advanced_drawer_List .ant-list-items .ant-list-item-action li:empty {
  display: none;
}
.drawer-advanced .cxd-Form .advanced_drawer .ant-tabs .ant-tabs-content-holder .ant-tabs-content .ant-tabs-tabpane .advanced_drawer_List .ant-list-items .ant-list-item .advanced-condition {
  width: 20% !important;
  justify-content: center;
}
.drawer-advanced .cxd-Form .advanced_drawer .ant-tabs .ant-tabs-content-holder .ant-tabs-content .ant-tabs-tabpane .advanced_drawer_List .ant-list-items .ant-list-item .advanced-condition .advanced_drawer_List_popup_text {
  display: flex !important;
  justify-content: center;
  align-items: flex-start;
}
.drawer-advanced .cxd-Form .advanced_drawer .ant-tabs .ant-tabs-content-holder .ant-tabs-content .ant-tabs-tabpane .advanced_drawer_List .ant-list-items .ant-list-item .cxd-ActionSheet {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 24%;
  font-size: 15px;
  color: var(--saas-Title-Text);
  border-right: 1px solid var(--saas-border-color);
  min-height: 22px;
  color: var(--saas-Secondary-Text);
}
.drawer-advanced .cxd-Form .advanced_drawer .ant-tabs .ant-tabs-content-holder .ant-tabs-content .ant-tabs-tabpane .advanced_drawer_List .ant-list-items .ant-list-item .cxd-ActionSheet > div {
  width: 100%;
  height: 100%;
}
.drawer-advanced .cxd-Form .advanced_drawer .ant-tabs .ant-tabs-content-holder .ant-tabs-content .ant-tabs-tabpane .advanced_drawer_List .ant-list-items .ant-list-item .cxd-ActionSheet > div:first-child {
  display: flex;
  align-items: flex-start;
  min-height: 22px;
}
.drawer-advanced .cxd-Form .advanced_drawer .ant-tabs .ant-tabs-content-holder .ant-tabs-content .ant-tabs-tabpane .advanced_drawer_List .ant-list-items .ant-list-item .cxd-ActionSheet .advanced_drawer_List_popup_text {
  color: var(--saas-Secondary-Text);
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.drawer-advanced .cxd-Form .advanced_drawer .ant-tabs .ant-tabs-content-holder .ant-tabs-content .ant-tabs-tabpane .advanced_drawer_List .ant-list-items .ant-list-item .cxd-ActionSheet .align_left {
  text-align: left;
}
.drawer-advanced .cxd-Form .advanced_drawer .ant-tabs .ant-tabs-content-holder .ant-tabs-content .ant-tabs-tabpane .advanced_drawer_List .ant-list-items .ant-list-item .cxd-ActionSheet .advanced_drawer_disabled {
  color: #ddd;
}
.drawer-advanced .cxd-Form .advanced_drawer .ant-tabs .ant-tabs-content-holder .ant-tabs-content .ant-tabs-tabpane .advanced_drawer_List .ant-list-items .ant-list-item .cxd-ActionSheet.advanced-condition {
  color: var(--saas-Title-Text);
}
.drawer-advanced .cxd-Form .advanced_drawer .ant-tabs .ant-tabs-content-holder .ant-tabs-content .ant-tabs-tabpane .advanced_drawer_List .ant-list-items .ant-list-item .cxd-ActionSheet .show-datetime-value .show-datetime-toggler {
  align-items: flex-start;
  height: 24px;
}
.drawer-advanced .cxd-Form .advanced_drawer .ant-tabs .ant-tabs-content-holder .ant-tabs-content .ant-tabs-tabpane .advanced_drawer_List .ant-list-items .ant-list-item .advanced_drawer_List_double {
  width: 50%;
  min-height: 22px;
  padding: 0 5px;
  padding-right: 0;
  display: flex;
  align-items: flex-start;
  flex: 1;
}
.drawer-advanced .cxd-Form .advanced_drawer .ant-tabs .ant-tabs-content-holder .ant-tabs-content .ant-tabs-tabpane .advanced_drawer_List .ant-list-items .ant-list-item .advanced_drawer_List_double .cxd-Form-item {
  flex: 1;
  padding: 0px !important;
}
.drawer-advanced .cxd-Form .advanced_drawer .ant-tabs .ant-tabs-content-holder .ant-tabs-content .ant-tabs-tabpane .advanced_drawer_List .ant-list-items .ant-list-item .advanced_drawer_List_double .cxd-Form-item .cxd-Form-value .cxd-Form-control.cxd-DateControl .cxd-Table-expandBtn {
  display: none;
}
.drawer-advanced .cxd-Form .advanced_drawer .ant-tabs .ant-tabs-content-holder .ant-tabs-content .ant-tabs-tabpane .advanced_drawer_List .ant-list-items .ant-list-item .advanced_drawer_List_double .cxd-Form-item .cxd-Form-value .cxd-Form-control .cxd-TextControl-addOn {
  display: none;
}
.drawer-advanced .cxd-Form .advanced_drawer .ant-tabs .ant-tabs-content-holder .ant-tabs-content .ant-tabs-tabpane .advanced_drawer_List .ant-list-items .ant-list-item .advanced_drawer_List_double .cxd-Form-item .cxd-Form-value .cxd-Form-control .cxd-TextControl-input input::placeholder {
  font-size: 1em;
}
.drawer-advanced .cxd-Form .advanced_drawer .ant-tabs .ant-tabs-content-holder .ant-tabs-content .ant-tabs-tabpane .advanced_drawer_List .ant-list-items .ant-list-item .advanced_drawer_List_double .cxd-DateRangeControl .cxd-DateRangePicker-input {
  min-width: 160px;
  max-width: 160px;
}
.drawer-advanced .cxd-Form .advanced_drawer .ant-tabs .ant-tabs-content-holder .ant-tabs-content .ant-tabs-tabpane .advanced_drawer_List .ant-list-items .ant-list-item .advanced_drawer_List_double .cxd-DateRangeControl .cxd-DateRangePicker-toggler {
  display: none;
  margin: 0;
}
.drawer-advanced .cxd-Form .advanced_drawer .ant-tabs .ant-tabs-content-holder .ant-tabs-content .ant-tabs-tabpane .advanced_drawer_List .ant-list-items .ant-list-item .advanced_drawer_List_double .cxd-DateRangeControl .show-datetime-value .show-datetime-value-item {
  align-items: flex-start;
  height: 22px;
  line-height: 22px;
}
.drawer-advanced .cxd-Form .advanced_drawer .ant-tabs .ant-tabs-content-holder .ant-tabs-content .ant-tabs-tabpane .advanced_drawer_List .ant-list-items .ant-list-item .advanced_drawer_List_double .cxd-DateControl .cxd-DatePicker-input {
  min-width: 160px;
  max-width: 160px;
}
.drawer-advanced .cxd-Form .advanced_drawer .ant-tabs .ant-tabs-content-holder .ant-tabs-content .ant-tabs-tabpane .advanced_drawer_List .ant-list-items .ant-list-item .advanced_drawer_List_double .cxd-ResultBox-value-wrap {
  align-items: flex-start;
  height: 22px;
  line-height: 22px;
}
.drawer-advanced .cxd-Form .advanced_drawer .ant-tabs .ant-tabs-content-holder .ant-tabs-content .ant-tabs-tabpane .advanced_drawer_List .ant-list-items .ant-list-item .advanced_drawer_List_radios {
  height: auto;
}
.drawer-advanced .cxd-Form .advanced_drawer .ant-tabs .ant-tabs-content-holder .ant-tabs-content .ant-tabs-tabpane .advanced_drawer_List_button {
  height: 42px;
  color: #2a87eb;
  background: var(--saas-main-bg);
  font-size: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.drawer-advanced .cxd-Form .advanced_drawer .ant-tabs .ant-tabs-content-holder .ant-tabs-content .ant-tabs-tabpane .advanced_drawer_List_button .anticon {
  margin-right: 10px;
}
.drawer-advanced .cxd-Form .advanced_drawer .ant-tabs .ant-tabs-content-holder .ant-tabs-content .ant-tabs-tabpane .advanced_drawer_List_button.add-button {
  position: relative;
  box-shadow: 0px -3px 5px 0px rgba(0, 0, 0, 0.03);
}
.drawer-advanced .cxd-Form .advanced_drawer .ant-tabs .ant-tabs-content-holder .ant-tabs-content .ant-tabs-tabpane .advanced_drawer_List_distinguish {
  position: absolute;
  bottom: 0;
  width: 100%;
  border-top: 1px solid var(--saas-border-color);
}
.drawer-advanced .cxd-Form .advanced_drawer .ant-tabs .ant-tabs-content-holder .ant-tabs-content .ant-tabs-tabpane .advanced_drawer_List_distinguish .ant-input-number {
  border: 1px solid var(--saas-Border-Dividers);
}
.drawer-advanced .cxd-Form .advanced_drawer .ant-tabs .ant-tabs-content-holder .ant-tabs-content .ant-tabs-tabpane .advanced_drawer_List_distinguish .ant-input-number .ant-input-number-input-wrap input {
  border: none;
  background: var(--saas-main-bg);
  color: var(--saas-Title-Text);
}
.drawer-advanced .cxd-Form .advanced_drawer .ant-tabs .ant-tabs-content-holder .ant-tabs-content .ant-tabs-tabpane .advanced_drawer_filtersHeader {
  overflow: auto;
  background: var(--saas-main-bg);
}
.drawer-advanced .cxd-Form .advanced_drawer .ant-tabs .ant-tabs-content-holder .ant-tabs-content .ant-tabs-tabpane .advanced_drawer_filtersHeader .cxd-Form-item {
  margin-left: 10px;
  padding: 12px;
  padding-left: 6px;
  border-bottom: 1px solid var(--saas-border-color);
}
.drawer-advanced .cxd-Form .advanced_drawer .ant-tabs .ant-tabs-content-holder .ant-tabs-content .ant-tabs-tabpane .advanced_drawer_filtersHeader .cxd-Form-item:last-child {
  border-bottom: none;
}
.drawer-advanced .cxd-Form .advanced_drawer .ant-tabs .ant-tabs-content-holder .ant-tabs-content .ant-tabs-tabpane .advanced_drawer_filtersHeader .cxd-Form-item .cxd-Form-label {
  min-width: 44%;
  max-width: 44%;
  padding-right: 0;
  margin-right: 5px;
  color: var(--saas-Secondary-Text);
  font-weight: normal;
}
.drawer-advanced .cxd-Form .advanced_drawer .ant-tabs .ant-tabs-content-holder .ant-tabs-content .ant-tabs-tabpane .advanced_drawer_filtersHeader .cxd-Form-item .cxd-Form-label .cxd-Form-star {
  left: -10px;
}
.drawer-advanced .cxd-Form .advanced_drawer .ant-tabs .ant-tabs-content-holder .ant-tabs-content .ant-tabs-tabpane .advanced_drawer_filtersHeader .cxd-Form-item .cxd-Form-label .cxd-TplField {
  height: 22px;
  line-height: 22px;
}
.drawer-advanced .cxd-Form .advanced_drawer .ant-tabs .ant-tabs-content-holder .ant-tabs-content .ant-tabs-tabpane .advanced_drawer_filtersHeader .cxd-Form-item .cxd-DatePicker-content .cxd-DateRangePicker-input,
.drawer-advanced .cxd-Form .advanced_drawer .ant-tabs .ant-tabs-content-holder .ant-tabs-content .ant-tabs-tabpane .advanced_drawer_filtersHeader .cxd-Form-item .cxd-DatePicker-content .cxd-DatePicker-input,
.drawer-advanced .cxd-Form .advanced_drawer .ant-tabs .ant-tabs-content-holder .ant-tabs-content .ant-tabs-tabpane .advanced_drawer_filtersHeader .cxd-Form-item .cxd-DateRangePicker-content .cxd-DateRangePicker-input,
.drawer-advanced .cxd-Form .advanced_drawer .ant-tabs .ant-tabs-content-holder .ant-tabs-content .ant-tabs-tabpane .advanced_drawer_filtersHeader .cxd-Form-item .cxd-DateRangePicker-content .cxd-DatePicker-input {
  min-width: 160px;
  max-width: 160px;
}
.drawer-advanced .cxd-Form .advanced_drawer .ant-tabs .ant-tabs-content-holder .ant-tabs-content .ant-tabs-tabpane .advanced_drawer_filtersHeader .cxd-Form-item .cxd-DatePicker-content .cxd-DateRangePicker-clear,
.drawer-advanced .cxd-Form .advanced_drawer .ant-tabs .ant-tabs-content-holder .ant-tabs-content .ant-tabs-tabpane .advanced_drawer_filtersHeader .cxd-Form-item .cxd-DatePicker-content .cxd-DatePicker-clear,
.drawer-advanced .cxd-Form .advanced_drawer .ant-tabs .ant-tabs-content-holder .ant-tabs-content .ant-tabs-tabpane .advanced_drawer_filtersHeader .cxd-Form-item .cxd-DateRangePicker-content .cxd-DateRangePicker-clear,
.drawer-advanced .cxd-Form .advanced_drawer .ant-tabs .ant-tabs-content-holder .ant-tabs-content .ant-tabs-tabpane .advanced_drawer_filtersHeader .cxd-Form-item .cxd-DateRangePicker-content .cxd-DatePicker-clear {
  margin-right: 14px;
  height: 22px;
}
.drawer-advanced .cxd-Form .advanced_drawer .ant-tabs .ant-tabs-content-holder .ant-tabs-content .ant-tabs-tabpane .advanced_drawer_filtersHeader .cxd-Form-item .cxd-DatePicker-content .cxd-Table-expandBtn,
.drawer-advanced .cxd-Form .advanced_drawer .ant-tabs .ant-tabs-content-holder .ant-tabs-content .ant-tabs-tabpane .advanced_drawer_filtersHeader .cxd-Form-item .cxd-DateRangePicker-content .cxd-Table-expandBtn {
  width: auto;
}
.drawer-advanced .cxd-Form .advanced_drawer .ant-tabs .ant-tabs-content-holder .ant-tabs-content .ant-tabs-tabpane .advanced_drawer_filtersHeader .cxd-Form-item .cxd-DateRangePicker .cxd-DateRangePicker-toggler {
  margin-top: 0;
  margin-right: 0;
  padding: 0;
}
.drawer-advanced .cxd-Form .advanced_drawer .ant-tabs .ant-tabs-content-holder .ant-tabs-content .ant-tabs-tabpane .advanced_drawer_filtersHeader .cxd-Form-item .cxd-DateRangePicker .cxd-DateRangePicker-toggler > svg {
  top: 0;
}
.drawer-advanced .cxd-Form .advanced_drawer .ant-tabs .ant-tabs-content-holder .ant-tabs-content .ant-tabs-tabpane .advanced_drawer_filtersHeader .cxd-Form-item .cxd-DateRangePicker .show-datetime-value-box .show-datetime-value-item {
  height: 22px;
  line-height: 22px;
}
.drawer-advanced .cxd-Form .advanced_drawer .ant-tabs .ant-tabs-content-holder .ant-tabs-content .ant-tabs-tabpane .advanced_drawer_filtersHeader .cxd-Form-item .cxd-Form-value .cxd-Form-control .cxd-TextControl-addOn {
  display: none;
}
.drawer-advanced .cxd-Form .advanced_drawer .ant-tabs .ant-tabs-content-holder .ant-tabs-content .ant-tabs-tabpane .advanced_drawer_filtersHeader .cxd-Form-item .cxd-Form-value .cxd-Form-rowInner .cxd-DateRangeControl .cxd-DateRangePicker .cxd-DateRangePicker-toggler {
  margin-top: 0;
}
.drawer-advanced .cxd-Form .advanced_drawer .ant-tabs .ant-tabs-content-holder .ant-tabs-content .ant-tabs-tabpane .advanced_drawer_filtersHeader .cxd-Form-item .cxd-Form-value .cxd-ResultBox {
  line-height: 1;
}
.drawer-advanced .cxd-Form .advanced_drawer .ant-tabs .ant-tabs-content-holder .ant-tabs-content .ant-tabs-tabpane .cxd-Form-item .cxd-Form-value .cxd-DateRangeControl .cxd-DateRangePicker-content .cxd-DateRangePicker-placeholder {
  margin-right: 0;
}
.drawer-advanced .cxd-Form .advanced_drawer .ant-tabs .ant-tabs-content-holder .ant-tabs-content .transfer-check .transfer-check-group .ant-btn-text:hover, .drawer-advanced .cxd-Form .advanced_drawer .ant-tabs .ant-tabs-content-holder .ant-tabs-content .transfer-check .transfer-check-group .ant-btn-text:focus {
  color: var(--saas-Title-Text);
}
.drawer-advanced .ant-drawer-footer {
  text-align: right;
  border-top: 1px solid var(--saas-Border-Dividers);
}
.drawer-advanced .ant-drawer-footer .defaultModal-footer-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.drawer-advanced .ant-drawer-footer .defaultModal-footer .default-select {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.drawer-advanced .ant-drawer-footer .defaultModal-footer .default-select .text {
  max-width: 100px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.advanced_drawer_List_Action.round .cxd-PopUp-inner {
  height: 60vh !important;
}
.advanced_drawer_List_Action .advanced_drawer_List_popup {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.advanced_drawer_List_Action .advanced_drawer_List_popup .advanced_drawer_List_popup_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
}
.advanced_drawer_List_Action .advanced_drawer_List_popup .advanced_drawer_List_popup_title label {
  padding: 0 16px;
  font-size: 16px;
  color: var(--saas-Title-Text);
  text-align: left;
  font-weight: 500;
}
.advanced_drawer_List_Action .advanced_drawer_List_popup .advanced_drawer_List_popup_title .closeWrap-icon {
  margin-right: 10px;
  width: 24px;
  height: 24px;
  display: inline-block;
  border-radius: 50%;
  background: var(--them-bg-color);
  font-size: 16px;
  color: var(--saas-Title-Text);
  position: relative;
}
.advanced_drawer_List_Action .advanced_drawer_List_popup .advanced_drawer_List_popup_title .closeWrap-icon .icon-close {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 12px;
  color: var(--saas-Title-Text);
  fill: var(--saas-Title-Text);
  position: absolute;
  z-index: 1;
  width: 1em;
  height: 1em;
}
.advanced_drawer_List_Action .advanced_drawer_List_popup .advanced_drawer_List_popup_search {
  padding: var(--gap-sm);
  padding-top: 0;
}
.advanced_drawer_List_Action .advanced_drawer_List_popup .advanced_drawer_List_popup_search .input-box {
  align-items: center;
  width: 100%;
  height: 44px;
  border: none;
  border-radius: 6px;
  font-size: 15px;
  background: var(--ai-tool-bg-color);
  line-height: 1;
}
.advanced_drawer_List_Action .advanced_drawer_List_popup .advanced_drawer_List_popup_search .input-box input {
  color: var(--saas-font-size-black);
}
.advanced_drawer_List_Action .advanced_drawer_List_popup .advanced_drawer_List_popup_search .input-box .icon.icon-search {
  top: 0;
  font-size: 14px;
  height: 22px;
  width: 22px;
  color: #DCDCDC;
}
.advanced_drawer_List_Action .advanced_drawer_List_popup .advanced_drawer_List_popup_body {
  flex: 1;
  overflow: auto;
}
.advanced_drawer_List_Action .advanced_drawer_List_popup .advanced_drawer_List_popup_body .advanced_drawer_List_popup_filter {
  height: 44px;
  line-height: 44px;
  font-size: 16px;
  padding-left: 12px;
  border-bottom: 1px solid var(--saas-Border-Dividers);
  color: var(--saas-Title-Text);
}
.advanced_drawer_List_Action .advanced_drawer_List_popup .advanced_drawer_List_popup_body .advanced_drawer_List_popup_filter_text {
  color: #108ee9;
}

.Modal-advanced {
  top: 15px;
}
.Modal-advanced.fl-modal.pc-dialog .ant-modal-content, .Modal-advanced.common-modal-component .ant-modal-content {
  background: var(--saas-main-bg);
}
.Modal-advanced.fl-modal.pc-dialog .ant-modal-content .ant-modal-header, .Modal-advanced.common-modal-component .ant-modal-content .ant-modal-header {
  height: auto !important;
  background: var(--saas-Background-Header);
  border-bottom-color: var(--saas-Border-Dividers);
}
.Modal-advanced.fl-modal.pc-dialog .ant-modal-content .ant-modal-header .ant-modal-title, .Modal-advanced.common-modal-component .ant-modal-content .ant-modal-header .ant-modal-title {
  color: var(--saas-Title-Text);
  padding: 0 !important;
}
.Modal-advanced.fl-modal.pc-dialog .ant-modal-content .ant-modal-header .ant-modal-title .title, .Modal-advanced.common-modal-component .ant-modal-content .ant-modal-header .ant-modal-title .title {
  padding: 6px 16px;
  height: 34px;
}
.Modal-advanced.fl-modal.pc-dialog .ant-modal-content .ant-modal-header .ant-modal-title .template, .Modal-advanced.common-modal-component .ant-modal-content .ant-modal-header .ant-modal-title .template {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 16px;
  border-top: 1px solid var(--saas-Border-Dividers);
  background-color: #fff;
}
.Modal-advanced.fl-modal.pc-dialog .ant-modal-content .ant-modal-header .ant-modal-title .template-left, .Modal-advanced.common-modal-component .ant-modal-content .ant-modal-header .ant-modal-title .template-left {
  display: flex;
  align-items: center;
}
.Modal-advanced.fl-modal.pc-dialog .ant-modal-content .ant-modal-header .ant-modal-title .template-left .tip, .Modal-advanced.common-modal-component .ant-modal-content .ant-modal-header .ant-modal-title .template-left .tip {
  margin-left: 6px;
  color: gray;
}
.Modal-advanced.fl-modal.pc-dialog .ant-modal-content .ant-modal-header .ant-modal-title .template-left .select, .Modal-advanced.common-modal-component .ant-modal-content .ant-modal-header .ant-modal-title .template-left .select {
  margin-left: 8px;
  color: #3574EE;
  font-weight: normal;
  font-size: 14px;
}
.Modal-advanced.fl-modal.pc-dialog .ant-modal-content .ant-modal-header .ant-modal-title .template-right button, .Modal-advanced.common-modal-component .ant-modal-content .ant-modal-header .ant-modal-title .template-right button {
  margin-right: 8px;
}
.Modal-advanced.fl-modal.pc-dialog .ant-modal-content .ant-modal-close, .Modal-advanced.common-modal-component .ant-modal-content .ant-modal-close {
  color: var(--saas-font-size-deep-black);
}
.Modal-advanced.fl-modal.pc-dialog .ant-modal-content .ant-modal-body, .Modal-advanced.common-modal-component .ant-modal-content .ant-modal-body {
  box-sizing: border-box;
  overflow-y: scroll !important;
  padding: 12px !important;
  padding-bottom: 0 !important;
  background-color: transparent;
}
.Modal-advanced.fl-modal.pc-dialog .ant-modal-content .ant-modal-body .Modal-advanced-body, .Modal-advanced.common-modal-component .ant-modal-content .ant-modal-body .Modal-advanced-body {
  margin: -12px 0px 0px;
}
.Modal-advanced.fl-modal.pc-dialog .ant-modal-content .ant-modal-body .Modal-advanced-body .ant-divider, .Modal-advanced.common-modal-component .ant-modal-content .ant-modal-body .Modal-advanced-body .ant-divider {
  margin: 8px 0px;
  border-top-color: #2468f2;
  color: var(--saas-font-size-black);
}
.Modal-advanced.fl-modal.pc-dialog .ant-modal-content .ant-modal-body .Modal-advanced-body .Modal-advanced-body-condition, .Modal-advanced.common-modal-component .ant-modal-content .ant-modal-body .Modal-advanced-body .Modal-advanced-body-condition {
  margin: 8px 0;
  padding: 8px 0;
  background: var(--saas-Background-Header);
  border-radius: 4px;
}
.Modal-advanced.fl-modal.pc-dialog .ant-modal-content .ant-modal-body .Modal-advanced-body .Modal-advanced-body-condition .filter-row, .Modal-advanced.common-modal-component .ant-modal-content .ant-modal-body .Modal-advanced-body .Modal-advanced-body-condition .filter-row {
  margin: 0px;
  padding-right: 12px;
}
.Modal-advanced.fl-modal.pc-dialog .ant-modal-content .ant-modal-body .Modal-advanced-body .Modal-advanced-body-condition .filter-row .cxd-Form-item, .Modal-advanced.common-modal-component .ant-modal-content .ant-modal-body .Modal-advanced-body .Modal-advanced-body-condition .filter-row .cxd-Form-item {
  justify-content: right;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 4px;
  font-size: 12px !important;
}
.Modal-advanced.fl-modal.pc-dialog .ant-modal-content .ant-modal-body .Modal-advanced-body .Modal-advanced-body-condition .filter-row .cxd-Form-item > .cxd-Form-label, .Modal-advanced.common-modal-component .ant-modal-content .ant-modal-body .Modal-advanced-body .Modal-advanced-body-condition .filter-row .cxd-Form-item > .cxd-Form-label {
  width: auto;
  flex: 1;
  overflow: hidden;
  padding-left: 12px;
  padding-top: 0;
  color: var(--saas-Title-Text);
  font-size: 12px;
}
.Modal-advanced.fl-modal.pc-dialog .ant-modal-content .ant-modal-body .Modal-advanced-body .Modal-advanced-body-condition .filter-row .cxd-Form-item > .cxd-Form-value, .Modal-advanced.common-modal-component .ant-modal-content .ant-modal-body .Modal-advanced-body .Modal-advanced-body-condition .filter-row .cxd-Form-item > .cxd-Form-value {
  max-width: 360px;
  min-width: 360px;
}
.Modal-advanced.fl-modal.pc-dialog .ant-modal-content .ant-modal-body .Modal-advanced-body .Modal-advanced-body-condition .filter-row .cxd-Form-item .cxd-TextControl-input,
.Modal-advanced.fl-modal.pc-dialog .ant-modal-content .ant-modal-body .Modal-advanced-body .Modal-advanced-body-condition .filter-row .cxd-Form-item .cxd-DateRangePicker,
.Modal-advanced.fl-modal.pc-dialog .ant-modal-content .ant-modal-body .Modal-advanced-body .Modal-advanced-body-condition .filter-row .cxd-Form-item .cxd-DatePicker, .Modal-advanced.common-modal-component .ant-modal-content .ant-modal-body .Modal-advanced-body .Modal-advanced-body-condition .filter-row .cxd-Form-item .cxd-TextControl-input,
.Modal-advanced.common-modal-component .ant-modal-content .ant-modal-body .Modal-advanced-body .Modal-advanced-body-condition .filter-row .cxd-Form-item .cxd-DateRangePicker,
.Modal-advanced.common-modal-component .ant-modal-content .ant-modal-body .Modal-advanced-body .Modal-advanced-body-condition .filter-row .cxd-Form-item .cxd-DatePicker {
  height: 30px !important;
  padding: 1px 4px !important;
  align-items: center;
  font-size: 12px;
}
.Modal-advanced.fl-modal.pc-dialog .ant-modal-content .ant-modal-body .Modal-advanced-body .Modal-advanced-body-condition .filter-row .cxd-Form-item .cxd-Form-control .cxd-DateRangePicker-toggler, .Modal-advanced.common-modal-component .ant-modal-content .ant-modal-body .Modal-advanced-body .Modal-advanced-body-condition .filter-row .cxd-Form-item .cxd-Form-control .cxd-DateRangePicker-toggler {
  font-size: 14px !important;
}
.Modal-advanced.fl-modal.pc-dialog .ant-modal-content .ant-modal-body .Modal-advanced-body .Modal-advanced-body-condition .filter-row .cxd-Form-item .cxd-Form-control .cxd-DatePicker-toggler, .Modal-advanced.common-modal-component .ant-modal-content .ant-modal-body .Modal-advanced-body .Modal-advanced-body-condition .filter-row .cxd-Form-item .cxd-Form-control .cxd-DatePicker-toggler {
  font-size: 14px !important;
}
.Modal-advanced.fl-modal.pc-dialog .ant-modal-content .ant-modal-body .Modal-advanced-body .Modal-advanced-body-condition .filter-row .cxd-Form-item .cxd-Form-control .cxd-TextControl-addOn-icon, .Modal-advanced.common-modal-component .ant-modal-content .ant-modal-body .Modal-advanced-body .Modal-advanced-body-condition .filter-row .cxd-Form-item .cxd-Form-control .cxd-TextControl-addOn-icon {
  right: 2px;
  width: 20px;
  font-size: 14px;
}
.Modal-advanced.fl-modal.pc-dialog .ant-modal-content .ant-modal-body .Modal-advanced-body .Modal-advanced-body-condition .filter-row .cxd-Form-item .cxd-Form-control .cxd-TextControl-input, .Modal-advanced.common-modal-component .ant-modal-content .ant-modal-body .Modal-advanced-body .Modal-advanced-body-condition .filter-row .cxd-Form-item .cxd-Form-control .cxd-TextControl-input {
  align-items: center;
  box-sizing: border-box;
  padding: 0 3px;
  min-height: 30px;
  border-radius: 4px;
}
.Modal-advanced.fl-modal.pc-dialog .ant-modal-content .ant-modal-body .Modal-advanced-body .Modal-advanced-body-condition .filter-row .cxd-Form-item .cxd-DatePicker-toggler, .Modal-advanced.common-modal-component .ant-modal-content .ant-modal-body .Modal-advanced-body .Modal-advanced-body-condition .filter-row .cxd-Form-item .cxd-DatePicker-toggler {
  display: flex;
}
.Modal-advanced.fl-modal.pc-dialog .ant-modal-content .ant-modal-body .Modal-advanced-body .Modal-advanced-body-condition .filter-row .cxd-Form-item .cxd-DatePicker-toggler svg.icon, .Modal-advanced.common-modal-component .ant-modal-content .ant-modal-body .Modal-advanced-body .Modal-advanced-body-condition .filter-row .cxd-Form-item .cxd-DatePicker-toggler svg.icon {
  top: unset;
}
.Modal-advanced.fl-modal.pc-dialog .ant-modal-content .ant-modal-body .Modal-advanced-body .fold-query-text, .Modal-advanced.common-modal-component .ant-modal-content .ant-modal-body .Modal-advanced-body .fold-query-text {
  font-size: 13px;
  font-weight: bold;
  color: var(--saas-Secondary-Text);
  border-top: #eee;
}
.Modal-advanced.fl-modal.pc-dialog .ant-modal-content .ant-modal-body .Modal-advanced-body .fold-query-text .anticon, .Modal-advanced.common-modal-component .ant-modal-content .ant-modal-body .Modal-advanced-body .fold-query-text .anticon {
  color: var(--saas-Placeholder-Text);
}
.Modal-advanced.fl-modal.pc-dialog .ant-modal-content .ant-modal-body .Modal-advanced-body .fold-query-text::after, .Modal-advanced.common-modal-component .ant-modal-content .ant-modal-body .Modal-advanced-body .fold-query-text::after {
  transform: translateY(0);
}
.Modal-advanced.fl-modal.pc-dialog .ant-modal-content .ant-modal-body .Modal-advanced-body .Modal-advanced-body-caseSensitive,
.Modal-advanced.fl-modal.pc-dialog .ant-modal-content .ant-modal-body .Modal-advanced-body .Modal-advanced-body-but, .Modal-advanced.common-modal-component .ant-modal-content .ant-modal-body .Modal-advanced-body .Modal-advanced-body-caseSensitive,
.Modal-advanced.common-modal-component .ant-modal-content .ant-modal-body .Modal-advanced-body .Modal-advanced-body-but {
  margin-top: 8px;
}
.Modal-advanced.fl-modal.pc-dialog .ant-modal-content .ant-modal-body .Modal-advanced-body .Modal-advanced-body-caseSensitive, .Modal-advanced.common-modal-component .ant-modal-content .ant-modal-body .Modal-advanced-body .Modal-advanced-body-caseSensitive {
  color: var(--saas-font-size-black);
  align-items: center;
  font-size: 13px;
}
.Modal-advanced.fl-modal.pc-dialog .ant-modal-content .ant-modal-body .Modal-advanced-body .Modal-advanced-body-caseSensitive .ant-input-number, .Modal-advanced.common-modal-component .ant-modal-content .ant-modal-body .Modal-advanced-body .Modal-advanced-body-caseSensitive .ant-input-number {
  color: var(--saas-font-size-black);
  background-color: var(--Form-input-bg);
  border-color: var(--DatePicker-borderColor);
}
.Modal-advanced.fl-modal.pc-dialog .ant-modal-content .ant-modal-body .Modal-advanced-body .Modal-advanced-body-caseSensitive .condition-topN-box, .Modal-advanced.common-modal-component .ant-modal-content .ant-modal-body .Modal-advanced-body .Modal-advanced-body-caseSensitive .condition-topN-box {
  display: flex;
  align-items: center;
}
.Modal-advanced.fl-modal.pc-dialog .ant-modal-content .ant-modal-body .Modal-advanced-body .Modal-advanced-body-caseSensitive .condition-topN-box .condition-topN, .Modal-advanced.common-modal-component .ant-modal-content .ant-modal-body .Modal-advanced-body .Modal-advanced-body-caseSensitive .condition-topN-box .condition-topN {
  margin-right: 4px;
}
.Modal-advanced.fl-modal.pc-dialog .ant-modal-content .ant-modal-body .Modal-advanced-body .Modal-advanced-body-but .cxd-Button, .Modal-advanced.common-modal-component .ant-modal-content .ant-modal-body .Modal-advanced-body .Modal-advanced-body-but .cxd-Button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  height: 30px;
}
.Modal-advanced.fl-modal.pc-dialog .ant-modal-content .ant-modal-body .Modal-advanced-body .Modal-advanced-body-but button:not(:disabled):not(.is-disabled):hover:hover, .Modal-advanced.common-modal-component .ant-modal-content .ant-modal-body .Modal-advanced-body .Modal-advanced-body-but button:not(:disabled):not(.is-disabled):hover:hover {
  background: var(--saas-crud-advanced-modle-body-condition-Button);
}
.Modal-advanced.fl-modal.pc-dialog .ant-modal-content .ant-modal-body .Modal-advanced-body .transfer-check, .Modal-advanced.common-modal-component .ant-modal-content .ant-modal-body .Modal-advanced-body .transfer-check {
  overflow: hidden;
}
.Modal-advanced.fl-modal.pc-dialog .ant-modal-content .ant-modal-body .Modal-advanced-body .transfer-check .transfer-check-group, .Modal-advanced.common-modal-component .ant-modal-content .ant-modal-body .Modal-advanced-body .transfer-check .transfer-check-group {
  color: var(--saas-font-size-black);
  margin-top: 0;
}
.Modal-advanced.fl-modal.pc-dialog .ant-modal-content .ant-modal-body .Modal-advanced-body .transfer-check .transfer-check-group .ant-checkbox-wrapper .ant-checkbox + span, .Modal-advanced.common-modal-component .ant-modal-content .ant-modal-body .Modal-advanced-body .transfer-check .transfer-check-group .ant-checkbox-wrapper .ant-checkbox + span {
  padding: 0 4px;
  color: var(--saas-Title-Text);
}
.Modal-advanced.fl-modal.pc-dialog .ant-modal-content .ant-modal-body .Modal-advanced-body .transfer-check .transfer-check-group .ant-checkbox-wrapper .ant-checkbox-disabled + span, .Modal-advanced.common-modal-component .ant-modal-content .ant-modal-body .Modal-advanced-body .transfer-check .transfer-check-group .ant-checkbox-wrapper .ant-checkbox-disabled + span {
  color: var(--saas-Disable-Text);
}
.Modal-advanced.fl-modal.pc-dialog .ant-modal-content .ant-modal-body .Modal-advanced-body .transfer-check .transfer-source .transfer-source-content .display-field, .Modal-advanced.common-modal-component .ant-modal-content .ant-modal-body .Modal-advanced-body .transfer-check .transfer-source .transfer-source-content .display-field {
  align-items: center;
  font-size: 13px;
}
.Modal-advanced.fl-modal.pc-dialog .ant-modal-content .ant-modal-body .Modal-advanced-body .advanced-filter-row, .Modal-advanced.common-modal-component .ant-modal-content .ant-modal-body .Modal-advanced-body .advanced-filter-row {
  min-height: 38px;
  color: var(--saas-font-size-black);
}
.Modal-advanced.fl-modal.pc-dialog .ant-modal-content .ant-modal-body .Modal-advanced-body .advanced-filter-row .condition, .Modal-advanced.common-modal-component .ant-modal-content .ant-modal-body .Modal-advanced-body .advanced-filter-row .condition {
  width: 18px;
  height: 18px;
  line-height: 18px;
}
.Modal-advanced.fl-modal.pc-dialog .ant-modal-content .ant-modal-body .Modal-advanced-body .advanced-filter-row .condition,
.Modal-advanced.fl-modal.pc-dialog .ant-modal-content .ant-modal-body .Modal-advanced-body .advanced-filter-row .fa-minus-square-o, .Modal-advanced.common-modal-component .ant-modal-content .ant-modal-body .Modal-advanced-body .advanced-filter-row .condition,
.Modal-advanced.common-modal-component .ant-modal-content .ant-modal-body .Modal-advanced-body .advanced-filter-row .fa-minus-square-o {
  top: 0;
}
.Modal-advanced.fl-modal.pc-dialog .ant-modal-content .ant-modal-body .Modal-advanced-body .advanced-filter-row .condition-not .ant-checkbox-wrapper, .Modal-advanced.common-modal-component .ant-modal-content .ant-modal-body .Modal-advanced-body .advanced-filter-row .condition-not .ant-checkbox-wrapper {
  font-size: 12px;
}
.Modal-advanced.fl-modal.pc-dialog .ant-modal-content .ant-modal-body .Modal-advanced-body .advanced-filter-row .condition-not .ant-checkbox-wrapper .ant-checkbox + span, .Modal-advanced.common-modal-component .ant-modal-content .ant-modal-body .Modal-advanced-body .advanced-filter-row .condition-not .ant-checkbox-wrapper .ant-checkbox + span {
  padding-left: 4px;
  padding-right: 0;
}
.Modal-advanced.fl-modal.pc-dialog .ant-modal-content .ant-modal-body .Modal-advanced-body .advanced-filter-row .cxd-Checkbox--checkbox, .Modal-advanced.common-modal-component .ant-modal-content .ant-modal-body .Modal-advanced-body .advanced-filter-row .cxd-Checkbox--checkbox {
  display: flex;
  align-items: center;
}
.Modal-advanced.fl-modal.pc-dialog .ant-modal-content .ant-modal-body .Modal-advanced-body .advanced-filter-row .advanced-filter-row-select .ant-select-arrow, .Modal-advanced.common-modal-component .ant-modal-content .ant-modal-body .Modal-advanced-body .advanced-filter-row .advanced-filter-row-select .ant-select-arrow {
  color: var(--saas-font-size-black);
  right: 6px;
}
.Modal-advanced.fl-modal.pc-dialog .ant-modal-content .ant-modal-body .Modal-advanced-body .advanced-filter-row .advanced-filter-row-select .ant-select-arrow .anticon svg, .Modal-advanced.common-modal-component .ant-modal-content .ant-modal-body .Modal-advanced-body .advanced-filter-row .advanced-filter-row-select .ant-select-arrow .anticon svg {
  color: var(--saas-font-size-black);
}
.Modal-advanced.fl-modal.pc-dialog .ant-modal-content .ant-modal-body .Modal-advanced-body .advanced-filter-row .advanced-filter-row-select .ant-select .ant-select-selector, .Modal-advanced.common-modal-component .ant-modal-content .ant-modal-body .Modal-advanced-body .advanced-filter-row .advanced-filter-row-select .ant-select .ant-select-selector {
  height: 30px;
  padding: 0 4px;
}
.Modal-advanced.fl-modal.pc-dialog .ant-modal-content .ant-modal-body .Modal-advanced-body .advanced-filter-row .advanced-filter-row-select .ant-select .ant-select-selector .ant-select-selection-item, .Modal-advanced.common-modal-component .ant-modal-content .ant-modal-body .Modal-advanced-body .advanced-filter-row .advanced-filter-row-select .ant-select .ant-select-selector .ant-select-selection-item {
  font-size: 12px;
}
.Modal-advanced.fl-modal.pc-dialog .ant-modal-content .ant-modal-body .Modal-advanced-body .advanced-filter-row .advanced-filter-row-select .ant-select .ant-select-selector .ant-select-selection-search, .Modal-advanced.common-modal-component .ant-modal-content .ant-modal-body .Modal-advanced-body .advanced-filter-row .advanced-filter-row-select .ant-select .ant-select-selector .ant-select-selection-search {
  left: 4px;
  height: 30px;
  font-size: 12px;
}
.Modal-advanced.fl-modal.pc-dialog .ant-modal-content .ant-modal-body .Modal-advanced-body .advanced-filter-row .cxd-TextControl-addOn-icon, .Modal-advanced.common-modal-component .ant-modal-content .ant-modal-body .Modal-advanced-body .advanced-filter-row .cxd-TextControl-addOn-icon {
  right: 2px;
  width: 20px;
}
.Modal-advanced.fl-modal.pc-dialog .ant-modal-content .ant-modal-body .Modal-advanced-body .advanced-filter-row .cxd-TransferDropDown-icon, .Modal-advanced.common-modal-component .ant-modal-content .ant-modal-body .Modal-advanced-body .advanced-filter-row .cxd-TransferDropDown-icon {
  margin: 5px 0 5px auto;
}
.Modal-advanced.fl-modal.pc-dialog .ant-modal-content .ant-modal-body .Modal-advanced-body .advanced-filter-row .cxd-TextControl-placeholder, .Modal-advanced.common-modal-component .ant-modal-content .ant-modal-body .Modal-advanced-body .advanced-filter-row .cxd-TextControl-placeholder {
  top: 5px;
  left: 4px;
  color: #adadad;
}
.Modal-advanced.fl-modal.pc-dialog .ant-modal-content .ant-modal-body .Modal-advanced-body .advanced-filter-row .cxd-Picker-input, .Modal-advanced.common-modal-component .ant-modal-content .ant-modal-body .Modal-advanced-body .advanced-filter-row .cxd-Picker-input {
  padding: 0 4px;
}
.Modal-advanced.fl-modal.pc-dialog .ant-modal-content .ant-modal-body .Modal-advanced-body .advanced-filter-row .cxd-Picker-input,
.Modal-advanced.fl-modal.pc-dialog .ant-modal-content .ant-modal-body .Modal-advanced-body .advanced-filter-row .cxd-DateRangePicker-content,
.Modal-advanced.fl-modal.pc-dialog .ant-modal-content .ant-modal-body .Modal-advanced-body .advanced-filter-row .cxd-TextControl-input,
.Modal-advanced.fl-modal.pc-dialog .ant-modal-content .ant-modal-body .Modal-advanced-body .advanced-filter-row .cxd-Form-value,
.Modal-advanced.fl-modal.pc-dialog .ant-modal-content .ant-modal-body .Modal-advanced-body .advanced-filter-row .cxd-DatePicker,
.Modal-advanced.fl-modal.pc-dialog .ant-modal-content .ant-modal-body .Modal-advanced-body .advanced-filter-row .cxd-ResultBox, .Modal-advanced.common-modal-component .ant-modal-content .ant-modal-body .Modal-advanced-body .advanced-filter-row .cxd-Picker-input,
.Modal-advanced.common-modal-component .ant-modal-content .ant-modal-body .Modal-advanced-body .advanced-filter-row .cxd-DateRangePicker-content,
.Modal-advanced.common-modal-component .ant-modal-content .ant-modal-body .Modal-advanced-body .advanced-filter-row .cxd-TextControl-input,
.Modal-advanced.common-modal-component .ant-modal-content .ant-modal-body .Modal-advanced-body .advanced-filter-row .cxd-Form-value,
.Modal-advanced.common-modal-component .ant-modal-content .ant-modal-body .Modal-advanced-body .advanced-filter-row .cxd-DatePicker,
.Modal-advanced.common-modal-component .ant-modal-content .ant-modal-body .Modal-advanced-body .advanced-filter-row .cxd-ResultBox {
  font-size: 12px;
}
.Modal-advanced.fl-modal.pc-dialog .ant-modal-content .ant-modal-body .Modal-advanced-body .advanced-filter-row .cxd-DatePicker,
.Modal-advanced.fl-modal.pc-dialog .ant-modal-content .ant-modal-body .Modal-advanced-body .advanced-filter-row .cxd-DateRangePicker, .Modal-advanced.common-modal-component .ant-modal-content .ant-modal-body .Modal-advanced-body .advanced-filter-row .cxd-DatePicker,
.Modal-advanced.common-modal-component .ant-modal-content .ant-modal-body .Modal-advanced-body .advanced-filter-row .cxd-DateRangePicker {
  padding: 0 4px;
}
.Modal-advanced.fl-modal.pc-dialog .ant-modal-content .ant-modal-body .Modal-advanced-body .advanced-filter-row .cxd-DatePicker-input::placeholder,
.Modal-advanced.fl-modal.pc-dialog .ant-modal-content .ant-modal-body .Modal-advanced-body .advanced-filter-row .cxd-DateRangePicker-input::placeholder, .Modal-advanced.common-modal-component .ant-modal-content .ant-modal-body .Modal-advanced-body .advanced-filter-row .cxd-DatePicker-input::placeholder,
.Modal-advanced.common-modal-component .ant-modal-content .ant-modal-body .Modal-advanced-body .advanced-filter-row .cxd-DateRangePicker-input::placeholder {
  font-size: 12px;
}
.Modal-advanced.fl-modal.pc-dialog .ant-modal-content .ant-modal-body .Modal-advanced-body .advanced-filter-row .cxd-DatePicker-value, .Modal-advanced.fl-modal.pc-dialog .ant-modal-content .ant-modal-body .Modal-advanced-body .advanced-filter-row .cxd-DatePicker-placeholder,
.Modal-advanced.fl-modal.pc-dialog .ant-modal-content .ant-modal-body .Modal-advanced-body .advanced-filter-row .cxd-DateRangePicker-value,
.Modal-advanced.fl-modal.pc-dialog .ant-modal-content .ant-modal-body .Modal-advanced-body .advanced-filter-row .cxd-DateRangePicker-placeholder, .Modal-advanced.common-modal-component .ant-modal-content .ant-modal-body .Modal-advanced-body .advanced-filter-row .cxd-DatePicker-value, .Modal-advanced.common-modal-component .ant-modal-content .ant-modal-body .Modal-advanced-body .advanced-filter-row .cxd-DatePicker-placeholder,
.Modal-advanced.common-modal-component .ant-modal-content .ant-modal-body .Modal-advanced-body .advanced-filter-row .cxd-DateRangePicker-value,
.Modal-advanced.common-modal-component .ant-modal-content .ant-modal-body .Modal-advanced-body .advanced-filter-row .cxd-DateRangePicker-placeholder {
  display: flex;
  align-items: center;
  font-size: inherit;
}
.Modal-advanced.fl-modal.pc-dialog .ant-modal-content .ant-modal-body .Modal-advanced-body .advanced-filter-row .del-icon, .Modal-advanced.common-modal-component .ant-modal-content .ant-modal-body .Modal-advanced-body .advanced-filter-row .del-icon {
  padding: 0 !important;
  margin-left: -2px;
}
.Modal-advanced.fl-modal.pc-dialog .ant-modal-content .ant-modal-body .Modal-advanced-body .advanced-filter-row .del-icon .icon, .Modal-advanced.common-modal-component .ant-modal-content .ant-modal-body .Modal-advanced-body .advanced-filter-row .del-icon .icon {
  fill: rgba(0, 0, 0, 0.26);
}
.Modal-advanced.fl-modal.pc-dialog .ant-modal-content .ant-modal-body .Modal-advanced-body .advanced-filter-row .del-icon .icon:hover, .Modal-advanced.common-modal-component .ant-modal-content .ant-modal-body .Modal-advanced-body .advanced-filter-row .del-icon .icon:hover {
  fill: #3574EE;
}
.Modal-advanced.fl-modal.pc-dialog .ant-modal-content .ant-modal-body .Modal-advanced-body .advanced-filter-row .cxd-ResultBox, .Modal-advanced.common-modal-component .ant-modal-content .ant-modal-body .Modal-advanced-body .advanced-filter-row .cxd-ResultBox {
  padding: 0 4px;
}
.Modal-advanced.fl-modal.pc-dialog .ant-modal-content .ant-modal-body .Modal-advanced-body .advanced-filter-row .cxd-ResultBox-placeholder, .Modal-advanced.common-modal-component .ant-modal-content .ant-modal-body .Modal-advanced-body .advanced-filter-row .cxd-ResultBox-placeholder {
  color: #adadad;
}
.Modal-advanced.fl-modal.pc-dialog .ant-modal-content .ant-modal-body .Modal-advanced-body .advanced-filter-row .cxd-Form-value, .Modal-advanced.common-modal-component .ant-modal-content .ant-modal-body .Modal-advanced-body .advanced-filter-row .cxd-Form-value {
  padding-right: 0;
}
.Modal-advanced.fl-modal.pc-dialog .ant-modal-content .ant-modal-body .Modal-advanced-body .advanced-filter-row .cxd-TextControl-input, .Modal-advanced.common-modal-component .ant-modal-content .ant-modal-body .Modal-advanced-body .advanced-filter-row .cxd-TextControl-input {
  padding: 0 4px;
  box-sizing: border-box;
  align-items: center;
  min-height: 30px;
  border-radius: 4px;
}
.Modal-advanced.fl-modal.pc-dialog .ant-modal-content .ant-modal-body .Modal-advanced-body .advanced-filter-row .cxd-TextControl-input--withAC, .Modal-advanced.common-modal-component .ant-modal-content .ant-modal-body .Modal-advanced-body .advanced-filter-row .cxd-TextControl-input--withAC {
  height: 30px;
  padding: 0 4px;
}
.Modal-advanced.fl-modal.pc-dialog .ant-modal-content .ant-modal-body .Modal-advanced-body .advanced-filter-row .cxd-TextControl-input--withAC .cxd-TextControl-value, .Modal-advanced.common-modal-component .ant-modal-content .ant-modal-body .Modal-advanced-body .advanced-filter-row .cxd-TextControl-input--withAC .cxd-TextControl-value {
  margin: 0;
  margin-right: 3px;
  height: auto;
}
.Modal-advanced.fl-modal.pc-dialog .ant-modal-content .ant-modal-body .Modal-advanced-body .advanced-filter-row .cxd-TextControl-input--withAC .cxd-Spinner--icon, .Modal-advanced.common-modal-component .ant-modal-content .ant-modal-body .Modal-advanced-body .advanced-filter-row .cxd-TextControl-input--withAC .cxd-Spinner--icon {
  margin-top: 6px;
}
.Modal-advanced.fl-modal.pc-dialog .ant-modal-content .ant-modal-body .Modal-advanced-body .advanced-filter-row .cxd-TextControl-input input, .Modal-advanced.common-modal-component .ant-modal-content .ant-modal-body .Modal-advanced-body .advanced-filter-row .cxd-TextControl-input input {
  height: 100%;
  color: rgba(0, 0, 0, 0.9);
}
.Modal-advanced.fl-modal.pc-dialog .ant-modal-content .ant-modal-body .Modal-advanced-body .advanced-filter-row .cxd-TextControl-input .cxd-TextControl-value .cxd-TextControl-valueIcon, .Modal-advanced.common-modal-component .ant-modal-content .ant-modal-body .Modal-advanced-body .advanced-filter-row .cxd-TextControl-input .cxd-TextControl-value .cxd-TextControl-valueIcon {
  display: inline-block;
  padding: 0 5px;
  height: 100%;
  line-height: unset;
}
.Modal-advanced.fl-modal.pc-dialog .ant-modal-content .ant-modal-body .Modal-advanced-body .advanced-filter-row .cxd-ResultBox input,
.Modal-advanced.fl-modal.pc-dialog .ant-modal-content .ant-modal-body .Modal-advanced-body .advanced-filter-row .cxd-ResultBox-value-wrap, .Modal-advanced.common-modal-component .ant-modal-content .ant-modal-body .Modal-advanced-body .advanced-filter-row .cxd-ResultBox input,
.Modal-advanced.common-modal-component .ant-modal-content .ant-modal-body .Modal-advanced-body .advanced-filter-row .cxd-ResultBox-value-wrap {
  color: var(--saas-font-size-black);
  padding: 0;
}
.Modal-advanced.fl-modal.pc-dialog .ant-modal-content .ant-modal-body .Modal-advanced-body .advanced-filter-row .cxd-Picker-placeholder, .Modal-advanced.common-modal-component .ant-modal-content .ant-modal-body .Modal-advanced-body .advanced-filter-row .cxd-Picker-placeholder {
  color: #adadad;
}
.Modal-advanced.fl-modal.pc-dialog .ant-modal-content .ant-modal-body .Modal-advanced-body .advanced-filter-row .cxd-TransferPicker-icon, .Modal-advanced.common-modal-component .ant-modal-content .ant-modal-body .Modal-advanced-body .advanced-filter-row .cxd-TransferPicker-icon {
  margin: 0 0 0 auto;
  margin-top: 0px;
}
.Modal-advanced.fl-modal.pc-dialog .ant-modal-content .ant-modal-body .Modal-advanced-body .advanced-filter-row .cxd-TransferPicker-icon .icon, .Modal-advanced.common-modal-component .ant-modal-content .ant-modal-body .Modal-advanced-body .advanced-filter-row .cxd-TransferPicker-icon .icon {
  cursor: pointer;
}
.Modal-advanced.fl-modal.pc-dialog .ant-modal-content .ant-modal-body .Modal-advanced-body .advanced-filter-row svg.icon, .Modal-advanced.common-modal-component .ant-modal-content .ant-modal-body .Modal-advanced-body .advanced-filter-row svg.icon {
  top: unset;
  font-size: 14px !important;
}
.Modal-advanced.fl-modal.pc-dialog .ant-modal-content .ant-modal-body .Modal-advanced-body .advanced-filter-row svg[role=delete], .Modal-advanced.common-modal-component .ant-modal-content .ant-modal-body .Modal-advanced-body .advanced-filter-row svg[role=delete] {
  width: 20px;
  height: 20px;
  color: var(--saas-font-size-dark-black);
  top: 0.2em;
  cursor: pointer;
}
.Modal-advanced.fl-modal.pc-dialog .ant-modal-content .ant-modal-body .Modal-advanced-body .advanced-filter-row .advanced-filter-row-select .ant-select, .Modal-advanced.common-modal-component .ant-modal-content .ant-modal-body .Modal-advanced-body .advanced-filter-row .advanced-filter-row-select .ant-select {
  color: var(--saas-font-size-black);
}
.Modal-advanced.fl-modal.pc-dialog .ant-modal-content .ant-modal-body .Modal-advanced-body .advanced-filter-row .advanced-filter-row-select .ant-select.ant-select-disabled .ant-select-selector, .Modal-advanced.common-modal-component .ant-modal-content .ant-modal-body .Modal-advanced-body .advanced-filter-row .advanced-filter-row-select .ant-select.ant-select-disabled .ant-select-selector {
  background: #e5e7eb;
}
.Modal-advanced.fl-modal.pc-dialog .ant-modal-content .ant-modal-body .Modal-advanced-body .advanced-filter-row .advanced-filter-row-select .ant-select .ant-select-selector, .Modal-advanced.common-modal-component .ant-modal-content .ant-modal-body .Modal-advanced-body .advanced-filter-row .advanced-filter-row-select .ant-select .ant-select-selector {
  border-radius: var(--component-radius);
  background-color: var(--Form-input-bg);
  border-color: var(--DatePicker-borderColor);
}
.Modal-advanced.fl-modal.pc-dialog .ant-modal-content .ant-modal-body .Modal-advanced-body .advanced-filter-row .advanced-filter-row-select .ant-select .ant-select-selector:hover, .Modal-advanced.common-modal-component .ant-modal-content .ant-modal-body .Modal-advanced-body .advanced-filter-row .advanced-filter-row-select .ant-select .ant-select-selector:hover {
  border-color: #3574EE;
}
.Modal-advanced.fl-modal.pc-dialog .ant-modal-content .ant-modal-body .Modal-advanced-body .advanced-filter-row .cxd-SelectControl .cxd-Select, .Modal-advanced.common-modal-component .ant-modal-content .ant-modal-body .Modal-advanced-body .advanced-filter-row .cxd-SelectControl .cxd-Select {
  padding: 0 4px;
  font-size: 12px;
  min-height: unset;
  height: 30px;
  border-radius: 4px;
}
.Modal-advanced.fl-modal.pc-dialog .ant-modal-content .ant-modal-body .Modal-advanced-body .advanced-filter-row .cxd-SelectControl .cxd-Select .cxd-Select-valueWrap, .Modal-advanced.common-modal-component .ant-modal-content .ant-modal-body .Modal-advanced-body .advanced-filter-row .cxd-SelectControl .cxd-Select .cxd-Select-valueWrap {
  margin-bottom: 0;
}
.Modal-advanced.fl-modal.pc-dialog .ant-modal-content .ant-modal-body .Modal-advanced-body .advanced-filter-row .cxd-SelectControl .cxd-Select .cxd-Select-value, .Modal-advanced.common-modal-component .ant-modal-content .ant-modal-body .Modal-advanced-body .advanced-filter-row .cxd-SelectControl .cxd-Select .cxd-Select-value {
  font-size: 12px;
  margin-right: 4px;
  margin-bottom: 0;
}
.Modal-advanced.fl-modal.pc-dialog .ant-modal-content .ant-modal-body .Modal-advanced-body .advanced-filter-row .cxd-SelectControl .cxd-Select .cxd-Select-arrow, .Modal-advanced.common-modal-component .ant-modal-content .ant-modal-body .Modal-advanced-body .advanced-filter-row .cxd-SelectControl .cxd-Select .cxd-Select-arrow {
  margin-right: 0;
}
.Modal-advanced.fl-modal.pc-dialog .ant-modal-content .ant-modal-body .Modal-advanced-body .transfer-target-header .title,
.Modal-advanced.fl-modal.pc-dialog .ant-modal-content .ant-modal-body .Modal-advanced-body .transfer-target-header .option-group, .Modal-advanced.common-modal-component .ant-modal-content .ant-modal-body .Modal-advanced-body .transfer-target-header .title,
.Modal-advanced.common-modal-component .ant-modal-content .ant-modal-body .Modal-advanced-body .transfer-target-header .option-group {
  font-size: 12px;
}
.Modal-advanced.fl-modal.pc-dialog .ant-modal-content .ant-modal-body .Modal-advanced-body .transfer-target-header .title .option,
.Modal-advanced.fl-modal.pc-dialog .ant-modal-content .ant-modal-body .Modal-advanced-body .transfer-target-header .option-group .option, .Modal-advanced.common-modal-component .ant-modal-content .ant-modal-body .Modal-advanced-body .transfer-target-header .title .option,
.Modal-advanced.common-modal-component .ant-modal-content .ant-modal-body .Modal-advanced-body .transfer-target-header .option-group .option {
  color: var(--saas-SelectedBorder);
}
.Modal-advanced.fl-modal.pc-dialog .ant-modal-content .ant-modal-body .Modal-advanced-body .transfer-check .transfer-container .transfer-source-header, .Modal-advanced.common-modal-component .ant-modal-content .ant-modal-body .Modal-advanced-body .transfer-check .transfer-container .transfer-source-header {
  height: 32px;
}
.Modal-advanced.fl-modal.pc-dialog .ant-modal-content .ant-modal-body .Modal-advanced-body .transfer-check .transfer-container .transfer-source-header .title,
.Modal-advanced.fl-modal.pc-dialog .ant-modal-content .ant-modal-body .Modal-advanced-body .transfer-check .transfer-container .transfer-source-header .option-group,
.Modal-advanced.fl-modal.pc-dialog .ant-modal-content .ant-modal-body .Modal-advanced-body .transfer-check .transfer-container .transfer-target-header .title,
.Modal-advanced.fl-modal.pc-dialog .ant-modal-content .ant-modal-body .Modal-advanced-body .transfer-check .transfer-container .transfer-target-header .option-group, .Modal-advanced.common-modal-component .ant-modal-content .ant-modal-body .Modal-advanced-body .transfer-check .transfer-container .transfer-source-header .title,
.Modal-advanced.common-modal-component .ant-modal-content .ant-modal-body .Modal-advanced-body .transfer-check .transfer-container .transfer-source-header .option-group,
.Modal-advanced.common-modal-component .ant-modal-content .ant-modal-body .Modal-advanced-body .transfer-check .transfer-container .transfer-target-header .title,
.Modal-advanced.common-modal-component .ant-modal-content .ant-modal-body .Modal-advanced-body .transfer-check .transfer-container .transfer-target-header .option-group {
  font-size: 12px;
}
.Modal-advanced.fl-modal.pc-dialog .ant-modal-content .ant-modal-body .Modal-advanced-body .transfer-check .transfer-container .transfer-source-header .title .option,
.Modal-advanced.fl-modal.pc-dialog .ant-modal-content .ant-modal-body .Modal-advanced-body .transfer-check .transfer-container .transfer-source-header .option-group .option,
.Modal-advanced.fl-modal.pc-dialog .ant-modal-content .ant-modal-body .Modal-advanced-body .transfer-check .transfer-container .transfer-target-header .title .option,
.Modal-advanced.fl-modal.pc-dialog .ant-modal-content .ant-modal-body .Modal-advanced-body .transfer-check .transfer-container .transfer-target-header .option-group .option, .Modal-advanced.common-modal-component .ant-modal-content .ant-modal-body .Modal-advanced-body .transfer-check .transfer-container .transfer-source-header .title .option,
.Modal-advanced.common-modal-component .ant-modal-content .ant-modal-body .Modal-advanced-body .transfer-check .transfer-container .transfer-source-header .option-group .option,
.Modal-advanced.common-modal-component .ant-modal-content .ant-modal-body .Modal-advanced-body .transfer-check .transfer-container .transfer-target-header .title .option,
.Modal-advanced.common-modal-component .ant-modal-content .ant-modal-body .Modal-advanced-body .transfer-check .transfer-container .transfer-target-header .option-group .option {
  color: var(--saas-SelectedBorder);
}
.Modal-advanced.fl-modal.pc-dialog .ant-modal-content .ant-modal-body .Modal-advanced-body .transfer-check .transfer-container .transfer-source-header .ant-btn,
.Modal-advanced.fl-modal.pc-dialog .ant-modal-content .ant-modal-body .Modal-advanced-body .transfer-check .transfer-container .transfer-target-header .ant-btn, .Modal-advanced.common-modal-component .ant-modal-content .ant-modal-body .Modal-advanced-body .transfer-check .transfer-container .transfer-source-header .ant-btn,
.Modal-advanced.common-modal-component .ant-modal-content .ant-modal-body .Modal-advanced-body .transfer-check .transfer-container .transfer-target-header .ant-btn {
  display: flex;
  padding: 0 15px;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  line-height: auto;
}
.Modal-advanced.fl-modal.pc-dialog .ant-modal-content .ant-modal-body .Modal-advanced-body .transfer-check .transfer-container .transfer-source-header .ant-btn.ant-btn-link,
.Modal-advanced.fl-modal.pc-dialog .ant-modal-content .ant-modal-body .Modal-advanced-body .transfer-check .transfer-container .transfer-target-header .ant-btn.ant-btn-link, .Modal-advanced.common-modal-component .ant-modal-content .ant-modal-body .Modal-advanced-body .transfer-check .transfer-container .transfer-source-header .ant-btn.ant-btn-link,
.Modal-advanced.common-modal-component .ant-modal-content .ant-modal-body .Modal-advanced-body .transfer-check .transfer-container .transfer-target-header .ant-btn.ant-btn-link {
  color: #3574EE;
}
.Modal-advanced.fl-modal.pc-dialog .ant-modal-content .ant-modal-body .Modal-advanced-body .transfer-check .transfer-container .target-box, .Modal-advanced.common-modal-component .ant-modal-content .ant-modal-body .Modal-advanced-body .transfer-check .transfer-container .target-box {
  margin-bottom: 8px;
}
.Modal-advanced.fl-modal.pc-dialog .ant-modal-content .ant-modal-body .Modal-advanced-body .transfer-check .transfer-container .target-box:last-child, .Modal-advanced.common-modal-component .ant-modal-content .ant-modal-body .Modal-advanced-body .transfer-check .transfer-container .target-box:last-child {
  margin-bottom: unset;
}
.Modal-advanced.fl-modal.pc-dialog .ant-modal-content .ant-modal-body .Modal-advanced-body .transfer-check .transfer-segment-container .left-content .segment-select-item .ant-select .ant-select-selector:hover, .Modal-advanced.common-modal-component .ant-modal-content .ant-modal-body .Modal-advanced-body .transfer-check .transfer-segment-container .left-content .segment-select-item .ant-select .ant-select-selector:hover {
  border-color: #3574EE;
}
.Modal-advanced.fl-modal.pc-dialog .ant-modal-content .ant-modal-body .Modal-advanced-body .transfer-check .transfer-segment-container .left-content .segment-select .ant-select-arrow, .Modal-advanced.common-modal-component .ant-modal-content .ant-modal-body .Modal-advanced-body .transfer-check .transfer-segment-container .left-content .segment-select .ant-select-arrow {
  color: var(--saas-Title-Text);
}
.Modal-advanced.fl-modal.pc-dialog .ant-modal-content .ant-modal-footer, .Modal-advanced.common-modal-component .ant-modal-content .ant-modal-footer {
  border-top: 1px solid var(--saas-Border-Dividers);
  padding: 0 8px;
}
.Modal-advanced.fl-modal.pc-dialog .ant-modal-content .ant-modal-footer .drag-modal, .Modal-advanced.common-modal-component .ant-modal-content .ant-modal-footer .drag-modal {
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  border-top: none !important;
}
.Modal-advanced.fl-modal.pc-dialog .ant-modal-content .ant-modal-footer .defaultModal-footer, .Modal-advanced.common-modal-component .ant-modal-content .ant-modal-footer .defaultModal-footer {
  padding: 0 8px;
  display: flex;
  justify-content: space-between;
}
.Modal-advanced.fl-modal.pc-dialog .ant-modal-content .ant-modal-footer .defaultModal-footer .cxd-Button, .Modal-advanced.common-modal-component .ant-modal-content .ant-modal-footer .defaultModal-footer .cxd-Button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
  font-size: 12px;
  height: 30px;
}
.Modal-advanced.fl-modal.pc-dialog .ant-modal-content .ant-modal-footer .defaultModal-footer .ant-select, .Modal-advanced.common-modal-component .ant-modal-content .ant-modal-footer .defaultModal-footer .ant-select {
  color: var(--saas-font-size-black);
}
.Modal-advanced.fl-modal.pc-dialog .ant-modal-content .ant-modal-footer .defaultModal-footer .ant-select .ant-select-selector, .Modal-advanced.common-modal-component .ant-modal-content .ant-modal-footer .defaultModal-footer .ant-select .ant-select-selector {
  border-radius: var(--component-radius);
  background-color: var(--Form-input-bg);
  border-color: var(--DatePicker-borderColor);
}
.Modal-advanced.fl-modal.pc-dialog .ant-modal-content .ant-modal-footer .defaultModal-footer .ant-select .ant-select-selector .ant-select-selection-search, .Modal-advanced.common-modal-component .ant-modal-content .ant-modal-footer .defaultModal-footer .ant-select .ant-select-selector .ant-select-selection-search {
  left: 4px;
  height: 30px;
  font-size: 12px;
}
.Modal-advanced.fl-modal.pc-dialog .ant-modal-content .ant-modal-footer .defaultModal-footer .ant-select .ant-select-arrow, .Modal-advanced.common-modal-component .ant-modal-content .ant-modal-footer .defaultModal-footer .ant-select .ant-select-arrow {
  color: var(--saas-font-size-black);
}
.Modal-advanced.fl-modal.pc-dialog .ant-modal-content .ant-modal-footer .defaultModal-footer-left, .Modal-advanced.common-modal-component .ant-modal-content .ant-modal-footer .defaultModal-footer-left {
  display: flex;
  align-items: center;
}
.Modal-advanced.fl-modal.pc-dialog .ant-modal-content .ant-modal-footer .defaultModal-footer-left button, .Modal-advanced.common-modal-component .ant-modal-content .ant-modal-footer .defaultModal-footer-left button {
  margin-right: 10px;
}
.Modal-advanced.fl-modal.pc-dialog .ant-modal-content .ant-modal-footer .defaultModal-footer-left .template-name, .Modal-advanced.common-modal-component .ant-modal-content .ant-modal-footer .defaultModal-footer-left .template-name {
  display: flex;
  align-items: center;
  gap: 8px;
}
.Modal-advanced.fl-modal.pc-dialog .ant-modal-content .ant-modal-footer .defaultModal-footer-left .template-name .ant-input, .Modal-advanced.common-modal-component .ant-modal-content .ant-modal-footer .defaultModal-footer-left .template-name .ant-input {
  background-color: var(--Form-input-bg);
  color: var(--saas-Title-Text);
  border-color: var(--borderColor);
}
.Modal-advanced.fl-modal.pc-dialog .ant-modal-content .ant-modal-footer .defaultModal-footer-left .template-name .ant-input:focus, .Modal-advanced.common-modal-component .ant-modal-content .ant-modal-footer .defaultModal-footer-left .template-name .ant-input:focus {
  border-color: var(--borderColor);
}
.Modal-advanced.fl-modal.pc-dialog .ant-modal-content .ant-modal-footer .defaultModal-footer-left .defaultModal-select-content .ant-select-selector, .Modal-advanced.common-modal-component .ant-modal-content .ant-modal-footer .defaultModal-footer-left .defaultModal-select-content .ant-select-selector {
  font-size: 12px;
  border-radius: var(--component-radius);
  height: 30px;
}
.Modal-advanced.fl-modal.pc-dialog .ant-modal-content .ant-modal-footer .defaultModal-footer-right, .Modal-advanced.common-modal-component .ant-modal-content .ant-modal-footer .defaultModal-footer-right {
  display: flex;
  align-items: center;
}
.Modal-advanced.fl-modal.pc-dialog .ant-modal-content .ant-modal-footer .defaultModal-select-content, .Modal-advanced.common-modal-component .ant-modal-content .ant-modal-footer .defaultModal-select-content {
  width: 200px;
  vertical-align: top;
}
.Modal-advanced.common-modal-component .ant-modal-header .ant-modal-title {
  padding: 6px 16px !important;
  font-weight: 700;
  font-size: 14px;
  color: var(--saas-Title-Text);
}

.dropdown-select-style {
  background-color: var(--saasBodyMessageTablePaginationColor);
}
.dropdown-select-style .ant-select-item {
  color: var(--saas-font-size-black);
  font-size: 12px;
}
.dropdown-select-style .ant-select-item-option-selected {
  background-color: var(--frameworkSelectedBackGroundColor);
  color: #2a77eb;
}
.dropdown-select-style .ant-select-item-option-active {
  background-color: var(--frameworkBackGroundColorf5);
}

.defaultModal {
  width: 370px;
}
.defaultModal .ant-modal-body {
  display: flex;
  align-items: center;
}
.defaultModal .ant-modal-body > span {
  display: inline-block;
  white-space: nowrap;
  margin-right: 5px;
}
.defaultModal .ant-modal-body .defaultModal-select-content {
  width: 260px;
}

.defaultModal-isMobile .ant-modal-close {
  display: none;
}
.defaultModal-isMobile .ant-modal-content {
  border-radius: 8px;
  overflow: hidden;
  background: var(--saas-Background-Header);
}
.defaultModal-isMobile .ant-modal-content .ant-modal-header {
  border-bottom: none;
  background: transparent;
}
.defaultModal-isMobile .ant-modal-content .ant-modal-footer {
  background: transparent;
  border-top: 1px solid var(--saas-Border-Dividers);
}
.defaultModal-isMobile .ant-modal-content .ant-modal-body {
  padding-top: 0;
}

.defaultModal-select-content-option .ant-select-item-option-content {
  display: flex;
  align-items: center;
}
.defaultModal-select-content-option .ant-select-item-option-content .defaultModal-select-content-option-tempName {
  flex: 1;
}
.defaultModal-select-content-option .ant-select-item-option-content .defaultModal-select-content-option-click {
  width: 60px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.cxd-Process {
  height: 100%;
  background-color: #f7f7f7;
}
.cxd-Process .contacts-title-input {
  padding: 10px;
  text-align: center;
}
.cxd-Process .contacts-title-input input {
  width: 100%;
  background: white;
}
.cxd-Process-tabs {
  height: 100%;
}
.cxd-Process-tabs .ant-tabs-nav {
  margin: 0;
  background-color: #fff;
}
.cxd-Process-tabs .ant-tabs-content-holder {
  flex: 1;
  background-color: #f7f7f7;
}
.cxd-Process-tabs .ant-tabs-content-holder .ant-tabs-content {
  height: 100%;
}
.cxd-Process-tabs .ant-tabs-content-holder .ant-tabs-content .ant-tabs-tabpane {
  padding: 0;
}
.cxd-Process-tabs-tabPane {
  padding: 0 10px;
  overflow: auto;
}
.cxd-Process-tabs-tabPane::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}
.cxd-Process-tabs-title > .ant-tabs-nav {
  border-top: 1px solid #f7f7f7;
}
.cxd-Process-tabs-title > .ant-tabs-nav > .ant-tabs-nav-wrap > .ant-tabs-nav-list {
  flex: 1;
  justify-content: space-evenly;
  height: 46px;
}
.cxd-Process-tabs-title > .ant-tabs-nav > .ant-tabs-nav-wrap > .ant-tabs-nav-list > .ant-tabs-tab {
  margin: 0;
  padding: 0;
}
.cxd-Process-tabs-title > .ant-tabs-nav > .ant-tabs-nav-wrap > .ant-tabs-nav-list > .ant-tabs-tab > .ant-tabs-tab-btn > span {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 12px;
}
.cxd-Process-tabs-title > .ant-tabs-nav > .ant-tabs-nav-wrap > .ant-tabs-nav-list > .ant-tabs-tab > .ant-tabs-tab-btn > span > span {
  margin-right: 0;
  font-size: 20px;
}
.cxd-Process-tabs-title > .ant-tabs-nav > .ant-tabs-nav-wrap > .ant-tabs-nav-list > .ant-tabs-ink-bar {
  background-color: transparent;
}

.cxd-Process_color .ant-tabs-content-holder {
  background-color: #fff;
}

.cxd-Process_height {
  height: calc(100% - 50px);
}

.cxd-Sub-tree-box {
  overflow: hidden;
}
.cxd-Sub-tree-box .top-container {
  border-bottom: 1px solid #dfe2e6;
  padding: 8px 12px;
}
.cxd-Sub-tree-box .top-container .select-btn {
  color: #333;
  border: none;
}

.menu-list {
  width: 100%;
  height: 100%;
  padding: 0 6px;
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: var(--saas-main-bg);
}
.menu-list-header {
  height: 46px;
  line-height: 34px;
  font-size: 15px;
  font-weight: 600;
  padding: 6px 8px;
}
.menu-list-body {
  height: calc(100% - 46px);
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}
.menu-list-body-item {
  min-height: 48px;
  cursor: pointer;
  display: flex;
  align-items: center;
  border-radius: 4px;
  font-weight: 500;
  margin-top: 6px;
}
.menu-list-body-item-selected {
  background-color: var(--Form-select-menu-onHover-bg);
}
.menu-list-body-item:hover {
  background-color: var(--Form-select-menu-onHover-bg);
}
.menu-list-body-item-icon {
  padding: 8px;
  background-color: #CDE1FD;
  font-size: 16px;
  color: var(--saas-Primary-Color);
  margin-left: 12px;
}
.menu-list-body-item-title {
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  font-weight: 400;
  flex: 1;
  margin-left: 12px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.cxd-Offline-image-item:not(:first-child) {
  margin-left: 12px;
}
.cxd-Offline-image .offline-image-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.cxd-Offline-image .cxd-Offline-form-item {
  background-color: #fff;
  padding: 16px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.5px;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, Helvetica Neue;
  color: #000;
  position: relative;
}
.cxd-Offline-image .cxd-Offline-form-item label {
  color: rgba(0, 0, 0, 0.4);
}
.cxd-Offline-image .cxd-Offline-form-item label .fa {
  color: #000;
}
.cxd-Offline-image .cxd-Offline-form-item .img-left {
  width: 22px;
  height: 22px;
  overflow: hidden;
}
.cxd-Offline-image .cxd-Offline-form-item .img-left img {
  background-size: contain;
}
.cxd-Offline-image .cxd-Offline-form-item .img-right {
  text-align: left;
  flex: 1;
  overflow-x: hidden;
  margin: auto 8px;
}
.cxd-Offline-image .cxd-Offline-form-item .img-right > div {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.cxd-Offline-image .cxd-Offline-form-item .img-right .img-size {
  color: #bfbfbc;
  font-size: 12px;
  font-weight: 400;
}
.cxd-Offline-image .cxd-Offline-form-item .img-del {
  width: 24px;
  text-align: center;
  color: #bfbfbc;
}
.cxd-Offline-image .cxd-Offline-form-item > label {
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cxd-Offline-image .cxd-Offline-form-item .cxd-Offline-image-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  margin-top: 10px;
  background-color: #f6f6f6;
  padding: 4px;
}
.cxd-Offline-image .cxd-Offline-form-item::before {
  content: "";
  position: absolute;
  bottom: 0;
  border-bottom: 1px solid #eceff8;
  width: calc(100% - 16px);
}

.cxd-Quick-launch-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px;
}
.cxd-Quick-launch-header-title {
  font-size: 16px;
  color: var(--saas-Title-Text);
}
.cxd-Quick-launch-body {
  border-top: 1px solid var(--saas-Border-Dividers);
  padding: 12px 24px;
}
.cxd-Quick-launch-body-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 12px;
  gap: 8px 0;
}
.cxd-Quick-launch-body-wrapper-item {
  text-align: center;
  width: 80px;
  height: 76px;
  padding: 6px;
  position: relative;
  cursor: pointer;
}
.cxd-Quick-launch-body-wrapper-item-icon-box {
  display: inline-block;
}
.cxd-Quick-launch-body-wrapper-item-icon-box i {
  font-size: 22px;
  width: 42px;
  height: 22px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cxd-Quick-launch-body-wrapper-item-icon-box .saas-icon-box {
  width: 42px;
  height: 22px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cxd-Quick-launch-body-wrapper-item-icon-box .saas-icon-box svg {
  width: 26px;
  height: 26px;
  top: 0;
}
.cxd-Quick-launch-body-wrapper-item-name {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  overflow: hidden;
  margin-top: 5px;
}
.cxd-Quick-launch-body-wrapper-item-close {
  position: absolute;
  right: 4px;
  top: 4px;
  color: #ff4255;
  border-radius: 8px;
}
.cxd-Quick-launch-body-wrapper-item:hover {
  color: #000;
  background-color: #e6f7ff;
}
.cxd-Quick-launch-body-wrapper-item:hover .cxd-Quick-launch-body-wrapper-item-name {
  color: rgba(0, 0, 0, 0.9);
}
.cxd-Quick-launch-body-wrapper-item.add-item {
  background-color: inherit;
  line-height: 60px;
}
.cxd-Quick-launch-body-wrapper-item.add-item:hover {
  background-color: inherit;
}
.cxd-Quick-launch-body-wrapper-item.add-item .cxd-Quick-launch-body-wrapper-item-icon {
  background-color: inherit;
}
.cxd-Quick-launch-body-wrapper-item.add-item .cxd-Quick-launch-body-wrapper-item-icon .icon {
  padding: 6px;
  border: 1px solid var(--saas-Border-Dividers);
  border-radius: 5px;
  color: #a7a7a7;
  background-color: inherit;
}
.cxd-Quick-launch-body-wrapper-item.placeholder-item {
  padding: 0;
}

.quick-launch-modal .ant-modal-close {
  color: var(--saas-Title-Text);
}
.quick-launch-modal .quick-launch-modal-body-search-list {
  display: flex;
  justify-content: flex-start;
  column-gap: 8px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .quick-launch-modal .quick-launch-modal-body-search-list {
    column-gap: 0;
  }
}
.quick-launch-modal .ant-modal-header .ant-modal-title {
  font-size: 14px;
  font-weight: 700;
}
.quick-launch-modal .ant-modal-body {
  padding: 0;
  background-color: var(--saas-Background-Header);
  color: var(--saas-Title-Text);
}
.quick-launch-modal .site-tree-search-value {
  color: #f50;
}
.quick-launch-modal-body {
  display: flex;
  height: calc(70vh - 54px);
  font-size: 14px;
}
.quick-launch-modal-body-left {
  width: 200px;
  border-right: 1px solid var(--saas-Border-Dividers);
  padding: 12px;
  display: flex;
  flex-direction: column;
}
.quick-launch-modal-body-left-title {
  font-weight: 700;
}
.quick-launch-modal-body-left-search {
  border: none;
  outline: none;
  margin: 8px 0;
}
.quick-launch-modal-body-left-search .ant-input {
  background-color: var(--saas-Background-Header);
  font-size: 13px;
  border: none;
  letter-spacing: 1px;
}
.quick-launch-modal-body-left-search .ant-input:focus {
  outline: none;
  border: none;
  box-shadow: none;
}
.quick-launch-modal-body-left-search .ant-input::placeholder {
  color: #c1c2c5;
}
.quick-launch-modal-body-left-tree {
  flex: 1;
  overflow-y: auto;
  font-size: 13px;
}
.quick-launch-modal-body-left-tree .ant-tree {
  background-color: var(--saas-main-bg);
  font-size: 13px;
  color: var(--saas-Title-Text);
}
.quick-launch-modal-body-left-tree .ant-tree .ant-tree-node-content-wrapper.ant-tree-node-selected {
  background-color: var(--saasTabsBodyHoverBackgroundColor);
}
.quick-launch-modal-body-left-tree .ant-tree .ant-tree-node-content-wrapper:hover {
  background-color: var(--saasTabsBodyHoverBackgroundColor);
}
.quick-launch-modal-body-left-tree .ant-tree .ant-tree-iconEle {
  font-size: 24px;
}
.quick-launch-modal-body-left-tree .ant-tree .ant-tree-iconEle .icon {
  top: 0;
}
.quick-launch-modal-body-left-tree .ant-tree .ant-tree-switcher-noop {
  width: 18px;
}
.quick-launch-modal-body-left-tree .ant-tree .ant-tree-indent {
  width: 0px;
}
.quick-launch-modal-body-right {
  width: 580px;
  padding: 12px 24px;
  overflow-y: auto;
}
.quick-launch-modal .ant-modal-footer {
  background-color: var(--saas-Background-Header);
}
.quick-launch-modal .ant-modal-footer .quick-launch-modal-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.quick-launch-modal .ant-modal-footer .quick-launch-modal-footer-left {
  flex: 1;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: left;
  margin-right: 150px;
  color: var(--saas-Title-Text);
}
.quick-launch-modal .ant-modal-footer .quick-launch-modal-footer-right button {
  margin-left: 10px;
}
.quick-launch-modal .quick-launch-modal-body-group {
  margin-top: 42px;
}
.quick-launch-modal .quick-launch-modal-body-group-title {
  font-weight: 700;
}
.quick-launch-modal .quick-launch-modal-body-group-body {
  margin-top: 18px;
}
.quick-launch-modal .quick-launch-modal-body-group-body-container {
  display: flex;
  justify-content: flex-start;
  gap: 20px 8px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .quick-launch-modal .quick-launch-modal-body-group-body-container {
    column-gap: 0;
  }
}
.quick-launch-modal .quick-launch-modal-body-group-item {
  text-align: center;
  font-size: 12px;
  width: 80px;
  height: 76px;
  padding: 10px;
  position: relative;
  cursor: pointer;
  text-align: center;
}
@media (max-width: 767px) {
  .quick-launch-modal .quick-launch-modal-body-group-item {
    width: 33.333333%;
  }
}
.quick-launch-modal .quick-launch-modal-body-group-item-name {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  overflow: hidden;
  padding-top: 5px;
}
.quick-launch-modal .quick-launch-modal-body-group-item-icon-box {
  display: flex;
  justify-content: center;
}
.quick-launch-modal .quick-launch-modal-body-group-item-icon svg {
  font-size: 18px;
  width: 42px;
  height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
}
.quick-launch-modal .quick-launch-modal-body-group-item-sel {
  position: absolute;
  top: 0;
  right: 0;
  color: var(--saas-Primary-Color);
}
.quick-launch-modal .quick-launch-modal-body-group-item-unsel {
  position: absolute;
  top: 0;
  right: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid var(--saas-Border-Dividers);
}

@media (max-width: 767px) {
  .cxd-Quick-launch-header {
    background-color: var(--saas-Background-Header);
  }
  .cxd-Quick-launch-header-title {
    height: 36px;
    line-height: 36px;
  }
  .cxd-Quick-launch-body {
    border-radius: 8px;
    padding: 12px;
  }

  .quick-launch-modal .ant-drawer-header {
    display: none;
  }
  .quick-launch-modal .ant-drawer-body {
    padding: 0;
  }
  .quick-launch-modal .quick-launch-drawer {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
    overflow: hidden;
    background-color: var(--saas-main-bg);
  }
  .quick-launch-modal .quick-launch-drawer-header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 8px 0;
    padding-right: 46px;
  }
  .quick-launch-modal .quick-launch-drawer-header-title {
    text-align: center;
    flex: 1;
    font-size: 16px;
  }
  .quick-launch-modal .quick-launch-drawer-header-close {
    padding: 0 15px;
  }
  .quick-launch-modal .quick-launch-drawer-header-close .icon-title-left {
    vertical-align: sub;
  }
  .quick-launch-modal .quick-launch-drawer-body {
    flex: 1;
    padding: 0 0 16px 0;
    height: calc(100% - 48px);
  }
  .quick-launch-modal .quick-launch-drawer-body-top {
    padding: 0 16px;
    border-top: 1px solid var(--saas-border-color);
    height: 58px;
    line-height: 58px;
  }
  .quick-launch-modal .quick-launch-drawer-body-top .cxd-Form-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
    font-size: 15px;
  }
  .quick-launch-modal .quick-launch-drawer-body-top .cxd-Form-item .cxd-Form-label {
    width: 112px;
    margin-bottom: 0;
    font-size: 15px;
    padding: 0 4px;
    color: var(--saas-Placeholder-Text);
  }
  .quick-launch-modal .quick-launch-drawer-body-top .cxd-Form-item .cxd-SelectControl .cxd-ResultBox {
    font-size: 15px !important;
  }
  .quick-launch-modal .quick-launch-drawer-body .quick-launch-drawer-body-top-block {
    height: 8px;
    background-color: var(--saas-Background-Header);
  }
  .quick-launch-modal .quick-launch-drawer-body .quick-launch-drawer-header-search {
    border: none;
    outline: none;
    padding: 8px 16px;
  }
  .quick-launch-modal .quick-launch-drawer-body .quick-launch-drawer-header-search .ant-input {
    background-color: #eee;
    font-size: 14px;
    border: none;
    letter-spacing: 1px;
    border-radius: 4px;
  }
  .quick-launch-modal .quick-launch-drawer-body .quick-launch-drawer-header-search .ant-input:focus {
    outline: none;
    border: none;
    box-shadow: none;
  }
  .quick-launch-modal .quick-launch-drawer-body .quick-launch-drawer-header-search .ant-input::placeholder {
    color: #c1c2c5;
  }
  .quick-launch-modal .quick-launch-drawer-body-bot {
    height: calc(100% - 59px - 8px - 46px - 48px);
    overflow: hidden;
    display: flex;
    justify-content: space-between;
  }
  .quick-launch-modal .quick-launch-drawer-body-left {
    width: 100px;
    background-color: var(--saas-Background-Header);
    overflow-y: auto;
    border-radius: 0 8px 8px 0;
  }
  .quick-launch-modal .quick-launch-drawer-body-left-list-item {
    height: 48px;
    font-size: 15px;
    padding: 0 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .quick-launch-modal .quick-launch-drawer-body-left-list-item.active-item {
    color: var(--saas-Primary-Color);
    background-color: var(--saas-main-bg);
  }
  .quick-launch-modal .quick-launch-drawer-body-right {
    height: 100%;
    width: calc(100% - 100px);
    display: flex;
    flex-direction: column;
  }
  .quick-launch-modal .quick-launch-drawer-body-right-content {
    flex: 1;
    overflow-y: auto;
    margin-top: 16px;
    padding: 0 12px;
  }
  .quick-launch-modal .quick-launch-drawer-body-right-content .quick-launch-modal-body-group-item .quick-launch-modal-body-group-item-icon svg {
    height: 28px;
    font-size: 24px;
  }
  .quick-launch-modal .quick-launch-drawer-body-footer {
    height: 48px;
    line-height: 48px;
    padding: 0 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid var(--saas-border-color);
  }
  .quick-launch-modal .quick-launch-drawer-body-footer .ant-btn {
    background-color: var(--saas-Primary-Color);
  }
}
.cxd-Switch .text {
  margin: 0 0.5rem 0 1.5625rem;
  vertical-align: super;
}
.cxd-Switch .slider:before {
  width: calc(var(--Switch-height) - 0.25rem);
  top: 0.125rem;
  bottom: 0.125rem;
}
.cxd-Switch:active .slider::before {
  width: calc(var(--Switch-height) + 0.125rem);
  border-radius: 10px;
}
.cxd-Switch:active .slider::before .w-e-select-list {
  max-height: 250px;
}
.cxd-Switch:hover {
  background: var(--Switch-onHover-bgColor);
}
.cxd-Switch.is-checked {
  background: var(--Switch-checked-bgColor);
}
.cxd-Switch.is-checked .slider::before {
  right: 0.125rem;
}
.cxd-Switch.is-checked .text {
  margin: 0 1.5625rem 0 0.5rem;
}
.cxd-Switch.is-checked:hover {
  background: var(--Switch-checked-onHover-bgColor);
}
.cxd-Switch.is-checked:active {
  background: var(--Switch-checked-onActive-bgColor);
}

.cxd-TextControl-sugs {
  border-radius: 0.1875rem;
  top: calc(var(--Form-input-height) + 0.25rem);
  box-shadow: 0.125rem 0.25rem 0.5rem rgba(0, 0, 0, 0.2) !important;
  border: none;
}

.cxd-Select .cxd-PopOver .cxd-Select-menu {
  border-radius: 0.25rem;
}
.cxd-Select .cxd-PopOver .cxd-Select-menu .cxd-Select-option {
  line-height: 1.1;
  padding: 0.3125rem 0.75rem;
  font-size: 0.75rem;
}

.cxd-NestedSelectControl .cxd-PopOver .cxd-NestedSelect-menuOuter .cxd-NestedSelect-menu {
  border-radius: 0.25rem;
}
.cxd-NestedSelectControl .cxd-PopOver .cxd-NestedSelect-menuOuter .cxd-NestedSelect-menu .cxd-NestedSelect-option {
  height: var(--Form-input-height);
  padding: 0 0.75rem;
}
.cxd-NestedSelectControl .cxd-PopOver .cxd-NestedSelect-menuOuter .cxd-NestedSelect-menu .cxd-NestedSelect-option .cxd-NestedSelect-optionArrowRight {
  padding-right: 0;
}
.cxd-NestedSelectControl .cxd-PopOver .cxd-NestedSelect-menuOuter .cxd-NestedSelect-menu:not(:first-child) {
  margin-left: 2px;
}

.cxd-TreeSelectControl .cxd-PopOver {
  box-shadow: var(--boxShadow);
}
.cxd-TreeSelectControl .cxd-PopOver .cxd-Tree {
  border-radius: 0.25rem;
  border: none;
}

.cxd-Toast .cxd-Toast-icon {
  margin-right: 0.5rem;
}
.cxd-Toast .cxd-Toast-close {
  margin-left: 0.5rem;
  cursor: pointer;
}

.cxd-InputGroup .cxd-InputGroup-btn .cxd-Button {
  border-radius: 0.1875rem;
}
.cxd-InputGroup .cxd-InputGroup-btn:last-child .cxd-Button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.cxd-Button--iconOnly {
  min-width: var(--Button-height);
}

.cxd-Alert {
  font-weight: 400;
}
.cxd-Alert .cxd-Alert-close {
  opacity: 1;
  color: #83868c;
}
.cxd-Alert .cxd-Alert-close:hover {
  color: #5e626a;
}
.cxd-Alert .cxd-Alert-close:active {
  color: #2d323c;
}

.cxd-IconPickerControl .cxd-IconPickerControl-input--withAC .cxd-IconPickerControl-sugsPanel {
  border: none;
  box-shadow: var(--boxShadow);
  border-radius: 0.1875rem;
}

.cxd-Combo .cxd-Combo-items .cxd-Combo-item .cxd-Combo-delBtn {
  padding-top: calc((var(--Form-input-height) - var(--Form-input-lineHeight) * 10px) / 2);
}

.cxd-LocationControl .cxd-PopOver {
  border: none;
  box-shadow: var(--boxShadow);
}

.cxd-Transfer-title {
  height: var(--Form-input-height);
  padding-left: 1rem;
  padding-right: 1rem;
}
.cxd-Transfer .cxd-ListCheckboxes .cxd-ListCheckboxes-item {
  padding-left: 1rem;
  padding-right: 1rem;
}

.cxd-Modal {
  box-shadow: var(--boxShadow);
}
.cxd-Modal-content {
  padding: 1.5rem;
  border-radius: 0.375rem;
}
.cxd-Modal-body {
  padding: 1rem 0 1.5rem 0;
  font-size: 12px;
  font-weight: 400;
}
.cxd-Modal-body .w-e-select-list {
  max-height: 250px;
}
.cxd-Modal-footer .cxd-Button {
  margin-left: 1rem;
}

.cxd-Drawer-content {
  border-radius: 0.375rem;
}
.cxd-Drawer-header {
  border-radius: 0.375rem 0 0 0;
}
.cxd-Drawer-title {
  font-size: 14px;
  font-weight: 500;
}
.cxd-Drawer-body {
  font-size: 14px;
  font-weight: 400;
}

.cxd-Drawer--right .cxd-Drawer-header {
  border-radius: 0.375rem 0 0 0;
}
.cxd-Drawer--right .cxd-Drawer-footer {
  justify-content: flex-end;
}
.cxd-Drawer--right .cxd-Drawer-footer .cxd-Button {
  margin-left: 1rem;
}

.cxd-Drawer--left .cxd-Drawer-header {
  border-radius: 0 0.375rem 0 0;
}
.cxd-Drawer--left .cxd-Drawer-footer .cxd-Button {
  margin-left: 1rem;
}

.cxd-Drawer--top .cxd-Drawer-footer .cxd-Button {
  margin-left: 1rem;
}

.cxd-Drawer--bottom .cxd-Drawer-header {
  border-radius: 0.375rem 0.375rem 0 0;
}
.cxd-Drawer--bottom .cxd-Drawer-footer .cxd-Button {
  margin-left: 1rem;
}

.cxd-Steps .cxd-StepsItem-containerIcon {
  padding-right: 0.5rem;
}
.cxd-Steps .cxd-StepsItem-containerIcon .cxd-StepsItem-icon {
  width: 1.5rem;
  height: 1.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cxd-Steps .cxd-StepsItem-containerIcon .cxd-StepsItem-icon svg {
  width: 0.75rem;
  height: 0.75rem;
  top: 0;
}
.cxd-Steps .cxd-StepsItem-containerIconWrapper .cxd-StepsItem-body .cxd-StepsItem-title:after {
  padding-right: 0.5rem;
}
.cxd-Steps .cxd-StepsItem-containerIconWrapper .cxd-StepsItem-body .cxd-StepsItem-subTitle {
  padding-left: 0.5rem;
}
.cxd-Steps--vertical .cxd-StepsItem-containerIcon > .cxd-StepsItem-icon:after {
  top: 1.75rem;
  left: 0.625rem;
  transform: translate(0.0625rem);
}
.cxd-Steps .cxd-StepsItem.is-finish .cxd-StepsItem-icon {
  color: var(--Steps-status-success);
  background-color: var(--white);
}
.cxd-Steps .cxd-StepsItem.is-error .cxd-StepsItem-icon {
  color: var(--Steps-status-error);
  background-color: var(--white);
  border: 1px solid var(--Steps-status-error);
}

.cxd-Form-feedback {
  list-style-type: none;
  padding-left: 0;
}

.cxd-Form-label {
  font-size: 14px;
  color: #5e626a;
}

.cxd-Form-item--inline .cxd-Form-label {
  margin-right: 1rem;
  font-size: 14px;
  color: #5e626a;
  vertical-align: top;
}
@media screen and (min-width: 1280px) and (max-width: 1440px) {
  .cxd-Form-item--inline .cxd-Form-label {
    font-size: 0.75rem;
    margin-right: 0.2rem;
    padding-top: 0;
  }
}
@media screen and (min-width: 1441px) and (max-width: 1680px) {
  .cxd-Form-item--inline .cxd-Form-label {
    font-size: 0.8125rem;
    margin-right: 0.5rem;
    padding-top: 0.25rem;
  }
}

.cxd-Form .cxd-Collapse {
  border: none;
}
.cxd-Form .cxd-Collapse-header {
  background-color: var(--white);
  display: inline-flex;
  justify-content: flex-end;
  flex-direction: row-reverse;
}
.cxd-Form .cxd-Collapse-content {
  padding: 0;
}

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