/*! normalize.css v8.0.1 | 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.5715;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  font-variant: tabular-nums;
  font-feature-settings: "tnum", "tnum", "tnum";
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * 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;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 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;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: 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;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}
/**
 * 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;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * 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;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  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;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * 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;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 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;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * 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;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* 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;
}
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
#vision-html {
  height: 100%;
  width: 100%;
  background: #f0f2f5;
  color: rgba(0, 0, 0, 0.85);
  font-size: 13px;
  /* Firefox-specific styles */
}
#vision-html body {
  height: 100%;
  width: 100%;
}
#vision-html body .vision-app {
  min-width: 768px;
}
@-moz-document url-prefix() {
  #vision-html * {
    scrollbar-color: #a6a6a6 #f0f0f0;
    scrollbar-width: thin;
  }
}
#vision-html ::-webkit-scrollbar {
  /*Chrome Safari Opera*/
  width: 6px;
  height: 6px;
}
#vision-html ::-webkit-scrollbar-thumb {
  /*Chrome Safari Opera*/
  background: #a6a6a6;
  border-radius: 4px;
}
#vision-html ::-webkit-scrollbar-track {
  /*Chrome Safari Opera*/
  background: #f0f0f0;
}
.vision-app .button-group {
  display: flex;
  gap: 8px;
}
.vision-app .button-group-center {
  display: flex;
  gap: 8px;
  justify-content: center;
}
.vision-app .button-group-left {
  display: flex;
  gap: 8px;
  justify-content: flex-start;
}
.vision-app .button-group-right {
  display: flex;
  gap: 8px;
  justify-content: flex-end;
}
.vision-app .panel-group {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.vision-app .panel-group > div {
  background: #ffffff;
}
.vision-app .primary-color {
  color: #1890ff;
}
.vision-app .money-highlight {
  font-weight: bold;
  color: #34c759;
}
.vision-app .clickable-figure {
  font-size: 16px;
  color: #1890ff;
  text-decoration: underline;
}
.vision-app .clickable-figure:hover {
  cursor: pointer;
}
.vision-app .flex-vertical-group {
  display: flex;
  flex-direction: column;
}
.vision-app .vertical-group-lg {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.vision-app .vertical-group-md {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.vision-app .vertical-group-sm {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.vision-app .vertical-group-xs {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.vision-app .flex-horizontal-group-width-inherit {
  display: flex;
  width: 100%;
}
.vision-app .flex-horizontal-group-lg {
  display: flex;
  width: 100%;
  gap: 24px;
}
.vision-app .flex-horizontal-group-sm {
  display: flex;
  width: 100%;
  gap: 12px;
}
.vision-app .flex-horizontal-group-xs {
  display: flex;
  width: 100%;
  gap: 8px;
}
.vision-app .flex-horizontal-group-width-auto {
  display: flex;
}
.vision-app .horizontal-group-lg-width-auto {
  display: flex;
  gap: 24px;
}
.vision-app .horizontal-group-sm-width-auto {
  display: flex;
  gap: 12px;
}
.vision-app .horizontal-group-xs-width-auto {
  display: flex;
  gap: 8px;
}
.vision-app .ellipsis-div {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.vision-app .required-red-star {
  color: #ff4d4f;
  margin-right: 4px;
  font-size: 13px;
  font-family: SimSun, sans-serif;
}
.vision-app .ant-form-item-hide-label .ant-form-item-label {
  display: none;
}
.vision-app .auto-complete-highlight .ant-select-selection-search {
  padding: 4.5px 0;
}
.vision-app .auto-complete-highlight input,
.vision-app .auto-complete-highlight textarea,
.vision-app .auto-complete-highlight .cm-content {
  background-color: light-dark(#e8f0fe, rgba(70, 90, 126, 0.4)) !important;
  background-clip: content-box !important;
}
.vision-app-watermark {
  height: 100%;
}
.vision-app {
  /** Modal Overrides **/
  /** Drawer Overrides **/
  /** Card Overrides **/
}
.vision-app .ant-app {
  height: 100%;
}
.vision-app .ant-avatar {
  display: flex;
  align-items: center;
}
.vision-app .ant-modal .ant-modal-footer {
  margin-top: 16px !important;
}
.vision-app .ant-modal .ant-modal-header {
  margin-bottom: 12px !important;
}
.vision-app .ant-modal .ant-modal-body {
  padding: 0 8px;
  overflow: auto;
}
.vision-app .ant-modal .ant-modal-body .ant-input-show-count {
  margin-bottom: 22px;
}
.vision-app .ant-modal .ant-modal-title {
  font-weight: 600 !important;
}
.vision-app .vision-resizable-modal .ant-modal-content > .react-resizable-handle {
  width: 10px;
  height: 10px;
  background-size: contain;
}
.vision-app .vision-fullscreen-modal {
  width: 100% !important;
  max-width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
}
.vision-app .vision-fullscreen-modal > div,
.vision-app .vision-fullscreen-modal .react-draggable,
.vision-app .vision-fullscreen-modal .ant-modal-content {
  height: 100%;
  border-radius: 0;
}
.vision-app .vision-fullscreen-modal .react-draggable {
  transform: none !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
}
.vision-app .vision-fullscreen-modal .react-draggable .ant-modal-content {
  display: flex;
  flex-direction: column;
}
.vision-app .vision-fullscreen-modal .react-draggable .ant-modal-body {
  flex: auto;
  height: calc(100vh - 140px) !important;
  /* with header and footer */
}
.vision-app .vision-fullscreen-modal:has(.ant-modal-body:last-child) .react-draggable .ant-modal-body {
  height: calc(100vh - 85px) !important;
  /* header only, no footer */
}
.vision-app .modal-cotent-overflow .ant-modal-body {
  padding: 0 8px;
  max-height: calc(100vh - 140px);
  overflow-y: auto;
  overflow-x: hidden;
}
.vision-app .modal-cotent-overflow .ant-modal-body .ant-input-show-count {
  margin-bottom: 22px;
}
.vision-app .modal-cotent-overflow:has(.ant-modal-body:last-child) .ant-modal-body {
  max-height: calc(100vh - 85px);
}
.vision-app .ant-drawer-title {
  font-weight: 600 !important;
}
.vision-app .ant-drawer-body {
  position: relative;
  overscroll-behavior: none;
}
.vision-app .ant-card-head-wrapper {
  gap: 8px;
}
.vision-app .ant-card-head-title {
  min-width: 80px;
  padding: 8px 0 !important;
  font-weight: 600;
}
.vision-app .ant-card-extra {
  padding: 8px 0 !important;
  font-weight: 600;
}
.vision-app .ant-card-bordered:hover {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.vision-app .ant-spin-nested-loading {
  height: 100%;
}
.vision-app .ant-spin-nested-loading > div > .ant-spin {
  top: 50%;
  transform: translateY(-50%);
}
.vision-app .hide-required-mark .ant-form-item-required::before {
  display: none !important;
}
.vision-app .ant-form .ant-select,
.vision-app .ant-form .ant-selector,
.vision-app .ant-form .ant-picker {
  width: 100%;
}
.vision-app .month-day .ant-picker-year-btn,
.vision-app .month-day .ant-picker-header-super-prev-btn,
.vision-app .month-day .ant-picker-header-super-next-btn,
.vision-app .month-day .ant-picker-footer {
  display: none;
}
.vision-app .ant-select-item-empty {
  padding: 4px 8px;
}
.vision-app .ant-switch .ant-switch-inner .ant-switch-inner-unchecked,
.vision-app .ant-switch .ant-switch-inner .ant-switch-inner-checked {
  font-size: 12px;
}
.vision-app .ant-typography,
.vision-app .ant-typography p {
  margin: 0;
}
.vision-app .ant-typography {
  white-space: pre-wrap;
}
.vision-app .ant-typography-ellipsis-single-line {
  white-space: nowrap;
}
.vision-app .ant-typography.ant-typography-secondary {
  color: rgba(0, 0, 0, 0.55);
}
.vision-app .ant-popover-inner-content {
  display: flex;
  gap: 4px;
}
.vision-app .ant-tooltip-inner {
  white-space: pre-wrap;
}
.vision-app .ant-link-button-no-padding {
  padding: 0;
  border: none;
  height: auto;
}
.vision-app .ant-notification-notice-message {
  white-space: pre-wrap;
}
.vision-app .grahp-sso-message .ant-message-custom-content {
  display: flex;
  align-items: flex-start;
}
.vision-app .grahp-sso-message .ant-message-custom-content > span:nth-child(2) {
  text-align: left;
}
.vision-app .ant-popconfirm {
  z-index: 2060;
}
.vision-app .ant-descriptions .ant-descriptions-row > th {
  padding-bottom: 0px;
}
.vision-app .ant-descriptions .ant-descriptions-row > td {
  padding-bottom: 8px;
}
.vision-app .ant-descriptions-item-content {
  white-space: pre-wrap;
}
.vision-app .ant-table-wrapper .ant-table {
  scrollbar-color: inherit;
}
.vision-app .ant-badge .ant-badge-count {
  font-size: 11px;
}
.vision-app .page-inner-tab-item {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px;
  gap: 8px;
}
.vision-app .page-inner-tab-item .ant-badge-count {
  background-color: #e6f7ff;
  color: #1890ff;
}
.vision-app .tag-select .ant-select-item-option:first-child::after {
  content: "(create new)";
  color: #1890ff;
}
.vision-app .tag-select .ant-select-item-option-selected::after {
  content: "";
}
.vision-app .ant-tabs .ant-tabs-tab.ant-tabs-tab-disabled {
  color: #00000040;
}
.vision-app .ant-tabs .ant-tabs-tab-icon {
  margin-inline-end: 6px !important;
}
.vision-app .hide-upload-btn .ant-upload {
  display: none;
}
.vision-app .ant-select-disabled {
  cursor: not-allowed;
}
.vision-app .ant-select-disabled .ant-select-selector {
  pointer-events: none;
}
.vision-app .ant-select-disabled .ant-select-selector .ant-select-selection-item {
  -webkit-user-select: auto;
          user-select: auto;
}
.vision-app .ant-select-auto-complete.ant-select-disabled {
  cursor: not-allowed;
}
.vision-app .ant-select-auto-complete.ant-select-disabled .ant-select-selector .ant-select-selection-search {
  pointer-events: auto;
}
.vision-app {
  height: 100%;
  width: 100%;
}
.vision-app .app-layout {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 100%;
}
.vision-app .app-layout-header {
  width: 100%;
  height: 48px;
  line-height: 48px;
}
.vision-app .app-header {
  width: 100%;
  height: 48px;
  line-height: 48px;
  flex: none;
  background: transparent;
}
.vision-app .app-header-fixed {
  width: 100%;
  height: 48px;
  line-height: 48px;
  position: fixed;
  top: 0;
  right: 0px;
  z-index: 100;
  padding: 0 16px;
  background-color: #001529;
  color: #ffffff;
  box-shadow: 0 1px 4px rgba(0, 21, 41, 0.08);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.vision-app .app-header-fixed > * {
  height: 100%;
}
.vision-app .app-header-fixed-left {
  min-width: 270px;
  position: relative;
  overflow: hidden;
}
.vision-app .app-header-fixed-left img {
  height: 38px;
  vertical-align: middle;
}
.vision-app .app-header-fixed-left a {
  cursor: default;
  display: flex;
  align-items: center;
  height: 100%;
}
.vision-app .app-header-fixed-left a h1 {
  height: 32px;
  line-height: 32px;
  margin: 0 0 0 12px;
  font-weight: 600;
  font-size: 18px;
  color: #ffffff;
}
.vision-app .app-header-fixed-right {
  display: flex;
  align-items: center;
}
.vision-app .app-header-fixed-right-item {
  padding: 0 9px;
}
.vision-app .app-header-fixed-right-item:hover {
  cursor: pointer;
  background: #2f4961;
}
.vision-app .app-header-fixed-right-item:last-child {
  height: 100%;
}
.vision-app .app-header-fixed-icon {
  cursor: pointer;
  font-size: 20px;
  vertical-align: middle;
}
.vision-app .app-header-fixed-submenu {
  cursor: pointer;
}
.vision-app .app-header-fixed-submenu:hover {
  color: #1890ff !important;
}
.vision-app .app-header-fixed-divider {
  margin: 4px 0;
}
.vision-app .app-layout-sidebar {
  overflow: hidden;
}
.vision-app .app-layout-sidebar-unfold {
  width: 268px;
  min-width: 268px;
  max-width: 268px;
  flex: 0 0 268px;
}
.vision-app .app-layout-sidebar-unfold .app-sidebar-fixed-contact {
  flex-direction: row;
  justify-content: center;
  gap: 32px;
}
.vision-app .app-layout-sidebar-unfold .ant-menu-inline .ant-menu-item {
  height: 32px;
  line-height: 32px;
}
.vision-app .app-layout-sidebar-unfold .ant-menu-inline > .ant-menu-submenu > .ant-menu-submenu-title {
  height: 32px;
  line-height: 32px;
}
.vision-app .app-layout-sidebar-fold {
  width: 68px;
  min-width: 68px;
  max-width: 68px;
  flex: 0 0 68px;
}
.vision-app .app-layout-sidebar-fold .ant-menu-item,
.vision-app .app-layout-sidebar-fold .ant-menu-submenu-title {
  left: 0;
  padding: 0 calc(50% - 16px) !important;
  text-overflow: clip !important;
}
.vision-app .app-layout-sidebar-fold .ant-menu-item .ant-menu-title-content,
.vision-app .app-layout-sidebar-fold .ant-menu-submenu-title .ant-menu-title-content {
  opacity: 0 !important;
}
.vision-app .app-layout-sidebar-fold .app-sidebar-fixed-contact {
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.vision-app .app-sidebar {
  overflow: hidden;
  transition: background-color 0.3s ease 0s, min-width 0.3s ease 0s, max-width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}
.vision-app .app-sidebar-unfold {
  width: 268px;
  min-width: 268px;
  max-width: 268px;
  flex: 0 0 268px;
}
.vision-app .app-sidebar-unfold .app-sidebar-fixed-contact {
  flex-direction: row;
  justify-content: center;
  gap: 32px;
}
.vision-app .app-sidebar-unfold .ant-menu-inline .ant-menu-item {
  height: 32px;
  line-height: 32px;
}
.vision-app .app-sidebar-unfold .ant-menu-inline > .ant-menu-submenu > .ant-menu-submenu-title {
  height: 32px;
  line-height: 32px;
}
.vision-app .app-sidebar-fold {
  width: 68px;
  min-width: 68px;
  max-width: 68px;
  flex: 0 0 68px;
}
.vision-app .app-sidebar-fold .ant-menu-item,
.vision-app .app-sidebar-fold .ant-menu-submenu-title {
  left: 0;
  padding: 0 calc(50% - 16px) !important;
  text-overflow: clip !important;
}
.vision-app .app-sidebar-fold .ant-menu-item .ant-menu-title-content,
.vision-app .app-sidebar-fold .ant-menu-submenu-title .ant-menu-title-content {
  opacity: 0 !important;
}
.vision-app .app-sidebar-fold .app-sidebar-fixed-contact {
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.vision-app .app-sidebar-fixed {
  overflow: hidden;
  z-index: 100;
  background-color: #ffffff;
  padding-top: 48px;
  position: fixed;
  height: 100%;
  box-shadow: 2px 0 8px 0 rgba(29, 35, 41, 0.05);
}
.vision-app .app-sidebar-fixed-unfold {
  width: 268px;
  min-width: 268px;
  max-width: 268px;
  flex: 0 0 268px;
}
.vision-app .app-sidebar-fixed-unfold .app-sidebar-fixed-contact {
  flex-direction: row;
  justify-content: center;
  gap: 32px;
}
.vision-app .app-sidebar-fixed-unfold .ant-menu-inline .ant-menu-item {
  height: 32px;
  line-height: 32px;
}
.vision-app .app-sidebar-fixed-unfold .ant-menu-inline > .ant-menu-submenu > .ant-menu-submenu-title {
  height: 32px;
  line-height: 32px;
}
.vision-app .app-sidebar-fixed-fold {
  width: 68px;
  min-width: 68px;
  max-width: 68px;
  flex: 0 0 68px;
}
.vision-app .app-sidebar-fixed-fold .ant-menu-item,
.vision-app .app-sidebar-fixed-fold .ant-menu-submenu-title {
  left: 0;
  padding: 0 calc(50% - 16px) !important;
  text-overflow: clip !important;
}
.vision-app .app-sidebar-fixed-fold .ant-menu-item .ant-menu-title-content,
.vision-app .app-sidebar-fixed-fold .ant-menu-submenu-title .ant-menu-title-content {
  opacity: 0 !important;
}
.vision-app .app-sidebar-fixed-fold .app-sidebar-fixed-contact {
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.vision-app .app-sidebar-fixed-children {
  display: flex;
  height: 100%;
  flex-direction: column;
}
.vision-app .app-sidebar-fixed-children .ant-menu-inline {
  border: none;
}
.vision-app .app-sidebar-fixed-menu {
  width: 100%;
  flex: 1 1;
  overflow: hidden auto;
}
.vision-app .app-sidebar-fixed-menu .ant-menu-item .anticon,
.vision-app .app-sidebar-fixed-menu .ant-menu-submenu-title .anticon {
  font-size: 16px !important;
  width: 16px;
  height: 16px;
}
.vision-app .app-sidebar-fixed-menu .ant-menu-item .anticon svg,
.vision-app .app-sidebar-fixed-menu .ant-menu-submenu-title .anticon svg {
  width: 100%;
  height: 100%;
}
.vision-app .app-sidebar-fixed-contact {
  display: flex;
  padding: 12px 0px;
  align-items: center;
  width: 100%;
}
.vision-app .app-sidebar-fixed-contact > a {
  width: 32px;
  height: 32px;
  border-radius: 18px;
  background: #1890ff;
  position: relative;
}
.vision-app .app-sidebar-fixed-contact > a:hover {
  cursor: pointer;
  transform: translate(2px, -2px);
}
.vision-app .app-sidebar-fixed-contact > a svg {
  position: absolute;
  width: 18px;
  height: 18px;
  left: 7px;
  top: 7px;
}
.vision-app .app-sidebar-fixed-links {
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.vision-app .app-sidebar-fixed-links .ant-menu-item svg {
  font-size: 15px;
}
.vision-app .app-sidebar-fixed-links .ant-menu-item:not(.ant-menu-item-disabled):focus-visible {
  box-shadow: none;
}
.vision-app .app-main {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1 1;
  overflow-x: auto;
}
.vision-app .app-main > div > div .ant-select-dropdown {
  z-index: 98;
}
.vision-app .app-main.ant-scrolling-effect {
  overflow: auto !important;
}
.vision-app .drawer-no-padding {
  margin: -24px;
  padding: 24px;
}
.vision-app .report-container .ant-spin-container {
  height: 100%;
  overflow: hidden;
}
.vision-app .report-container .ant-spin-container > div > .ant-spin {
  top: 50%;
  transform: translateY(-50%);
}
.vision-app .dragging-item {
  background: #e6f7ff;
}
.vision-app .micro-app-container.container-height-flexible-to-parent micro-app {
  height: 100%;
}
.app-float-help-group {
  align-items: flex-end;
}
.app-float-help-group .app-float-help-trigger {
  width: 26px;
  height: 26px;
  flex-shrink: 0;
}
.app-float-help-group .ant-float-btn {
  width: auto;
}
.app-float-help-group .ant-float-btn .ant-float-btn-body {
  border-radius: 12px !important;
}
.app-float-help-group .ant-float-btn .ant-float-btn-body .ant-float-btn-content {
  width: 100%;
  text-align: left;
  display: block;
  padding: 2px 12px;
}
.app-float-help-group .ant-float-btn .ant-float-btn-body .ant-float-btn-content .ant-float-btn-icon {
  width: auto;
  float: right;
  padding-top: 9px;
}
.app-float-help-group .ant-float-btn .ant-float-btn-body .ant-float-btn-content .ant-float-btn-description {
  display: inline-block;
  line-height: 40px;
  font-size: 12px;
}
.app-float-help-group .ant-float-btn .ant-float-btn-body .ant-float-btn-content .lucide {
  width: 20px;
  height: 20px;
  color: #1677ff;
}
.app-float-help-group .ant-float-btn:hover .ant-float-btn-body {
  border-radius: 12px !important;
}
.app-float-help-group .ant-float-btn:not(.ant-float-btn-group-trigger) {
  min-width: 180px;
}
.app-float-help-group .ant-float-btn-group-trigger {
  min-width: 80px;
}
.app-float-help-group .ant-float-btn-group-trigger .ant-float-btn-icon {
  width: auto;
}
.app-float-help-group .ant-float-btn.ant-float-btn-circle:not(.ant-float-btn-group-trigger) {
  border-radius: 12px !important;
}

.ReleaseSummary_container__AHqlp {
  padding: 16px 0;
}
.ReleaseSummary_container__AHqlp .ReleaseSummary_moduleBlock__bO0nP {
  padding: 0 !important;
  margin-bottom: 0 !important;
}
.ReleaseSummary_container__AHqlp .ReleaseSummary_moduleBlock__bO0nP:not(:first-child) .ReleaseSummary_moduleTitle__tou1b {
  margin-top: 16px;
}
.ReleaseSummary_container__AHqlp h5.ant-typography {
  color: #5e7284;
}
.ReleaseSummary_container__AHqlp .ReleaseSummary_moduleTitle__tou1b {
  position: relative;
  padding-bottom: 8px;
  margin-bottom: 8px !important;
}
.ReleaseSummary_container__AHqlp .ReleaseSummary_moduleTitle__tou1b::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #f0f0f0;
}
.ReleaseSummary_container__AHqlp .ReleaseSummary_featureList__m5u7N {
  padding-left: 16px;
}
.ReleaseSummary_container__AHqlp .ReleaseSummary_featureList__m5u7N .ant-list-item {
  padding: 0;
}
.ReleaseSummary_container__AHqlp .ReleaseSummary_feature__0Cyzz {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 32px;
}
.ReleaseSummary_container__AHqlp .ReleaseSummary_featureTitle__vI\+tJ {
  flex: auto;
  max-width: 750px;
}
.ReleaseSummary_container__AHqlp .ReleaseSummary_featureTitle__vI\+tJ .ant-typography-ellipsis {
  line-height: 32px;
}
.ReleaseSummary_container__AHqlp .ReleaseSummary_featureTitle__vI\+tJ::before {
  content: "•";
  color: #1890ff;
  position: absolute;
  left: -10px;
}
.ReleaseSummary_container__AHqlp .ReleaseSummary_tags__LY5Lk {
  flex: none;
}
.ReleaseSummary_container__AHqlp .ReleaseSummary_tags__LY5Lk .ant-tag {
  margin-right: 0;
  margin-left: 8px;
}

.new_releases_modal__FIPWa .new_releases_subTitle__brLbk {
  background-color: #f5f5f5;
  padding: 4px;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
}
.new_releases_modal__FIPWa .new_releases_viewAll__s5h9l {
  color: #1890ff;
  white-space: pre-wrap;
  cursor: pointer;
  width: 100%;
  text-align: center;
}

.index_powerSearchSelect__ATrxY {
  width: 850px;
}
.index_powerSearchDropdown__LH8iu {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  width: 850px !important;
}
.index_dropdownHeader__qGJUO {
  padding: 4px 16px;
}
.index_dropdownFooter__As2PG {
  padding: 10px 16px;
  background-color: #f9f9f9;
}
.index_loadingContainer__BSMk9 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 24px;
}
.index_optionContainer__AABvF {
  padding: 4px 12px;
  border-bottom: 1px solid #f0f0f0;
  font-weight: normal !important;
}
.index_highlightValue__--LL4 {
  color: #52c41a;
}
.index_textLink__s\+oZK {
  text-decoration: underline;
  cursor: pointer;
  text-underline-offset: 4px;
  /* 调整下划线与文字之间的距离 */
  color: #1890ff;
}
.index_optionsList__QaYEW {
  max-height: 220px;
  overflow-y: auto;
}
.index_bizTypeIcon__NLdO4 {
  padding: 3px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffedd4;
  color: #f54b02;
  border-radius: 13px;
}
.index_tab-badge__Aiy\+0 .ant-badge-count {
  background-color: #e6f7ff;
  color: #1890ff;
}
.index_tab-item__yUH89 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px;
  gap: 4px;
}

.index_powerSearchSelect__rkHR0 {
  width: 850px;
}
.index_powerSearchDropdown__5kK4J {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  width: 850px !important;
}
.index_dropdownHeader__xGbc\+ {
  padding: 4px 16px;
}
.index_dropdownFooter__X\+JfH {
  padding: 10px 16px;
  background-color: #f9f9f9;
}
.index_loadingContainer__MjckX {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 24px;
}
.index_optionContainer__LhE2L {
  padding: 4px 12px;
  border-bottom: 1px solid #f0f0f0;
  font-weight: normal !important;
  user-select: text !important;
  -webkit-user-select: text !important;
  -moz-user-select: text !important;
}
.index_highlightValue__twt5o {
  color: #52c41a;
}
.index_textLink__WQSxH {
  text-decoration: underline;
  cursor: pointer;
  text-underline-offset: 4px;
  /* 调整下划线与文字之间的距离 */
  color: #1890ff;
}
.index_optionsList__V6cYs {
  max-height: 220px;
  overflow-y: auto;
}
.index_bizTypeIcon__-pQbZ {
  padding: 3px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffedd4;
  color: #f54b02;
  border-radius: 13px;
}
.index_tab-badge__dG7s7 .ant-badge-count {
  background-color: #e6f7ff;
  color: #1890ff;
}
.index_tab-item__VHpZn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px;
  gap: 4px;
}

.app-copyright {
  padding: 16px 0 12px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.app-copyright-company-info {
  display: flex;
  align-items: center;
  padding: 0px;
  gap: 8px;
}
.app-copyright-copyright-info {
  color: #00000040;
}

