.upload-image-container {
  display: flex;
  align-items: center;
  gap: 8px;
}
.upload-image {
  display: flex;
  width: 88px;
  height: 88px;
  padding: var(--spacing-base-loose);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: var(--spacing-base);
  border-radius: var(--radius-normal);
  border: 1px dashed var(--color-border-normal);
  background: var(--color-bg-1);
  color: var(--color-text-caption);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
  cursor: pointer;
}
.uploader-info-modal.ant-modal .ant-modal-content {
  padding: 20px 24px !important;
}
.uploader-modal .ant-upload-disabled {
  background: rgba(36, 56, 97, 0.05);
}
.uploader-modal .title {
  color: var(--text---color-text-primary, rgba(0, 1, 10, 0.93));
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  /* 140% */
  display: flex;
  padding: 4px 0px;
  align-items: flex-start;
  gap: var(--spacing-base);
  align-self: stretch;
}
.uploader-modal .upload-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  align-self: stretch;
}
.uploader-modal .step1 {
  display: flex;
  align-items: center;
  gap: 8px;
  align-self: stretch;
}
.uploader-modal .step1 .step1-icon {
  display: flex;
  width: var(--size---size-s, 20px);
  height: var(--size---size-s, 20px);
  justify-content: center;
  align-items: center;
  border-radius: 9999px;
  border: 0.5px solid var(--divider---color-divider-normal, rgba(18, 42, 79, 0.08));
  background: var(--bg---color-bg-contrast, #F7F8FA);
}
.uploader-modal .step1 .step1-text {
  color: var(--color-text-primary);
  /* body/--body-medium */
  font-family: var(--font-family-normal);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* 142.857% */
  display: flex;
  padding: var(--spacing-base) var(--spacing-super-loose);
  align-items: center;
  gap: var(--spacing-tight);
  flex: 1 0 0;
}
.uploader-modal .step2 {
  width: 100%;
}
.uploader-modal .step2 .step2-info {
  display: flex;
  align-items: center;
  gap: 8px;
  align-self: stretch;
}
.uploader-modal .step2 .step2-icon {
  display: flex;
  width: var(--size---size-s, 20px);
  height: var(--size---size-s, 20px);
  justify-content: center;
  align-items: center;
  border-radius: 9999px;
  border: 0.5px solid var(--divider---color-divider-normal, rgba(18, 42, 79, 0.08));
  background: var(--bg---color-bg-contrast, #F7F8FA);
}
.uploader-modal .step2 .step2-text {
  color: var(--color-text-primary);
  /* body/--body-medium */
  font-family: var(--font-family-normal);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* 142.857% */
  display: flex;
  padding: var(--spacing-base) var(--spacing-super-loose);
  align-items: center;
  gap: var(--spacing-tight);
  flex: 1 0 0;
}
.uploader-modal .step2 .step2-dragger {
  color: var(--color-text-primary);
  text-align: center;
  /* body/--body-regular */
  font-family: var(--font-family-normal);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
  display: flex;
  padding-top: 16px;
  padding-bottom: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  align-self: stretch;
}
.uploader-modal .step2 .step2-upload-wrapper {
  width: 100%;
}
.uploader-modal .step2 .step2-upload-wrapper .ant-upload-drag {
  background: var(--bg---color-bg-1, #FFF);
}
.uploader-modal .step2 .step2-upload-text {
  color: var(--text---color-text-caption, rgba(1, 11, 50, 0.41));
  text-align: center;
  /* body/--body-regular */
  font-family: var(--font-family-normal);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
}
.uploader-modal .step2 .step2-upload-hint {
  color: var(--text---color-text-caption, rgba(1, 11, 50, 0.41));
  text-align: center;
  /* body/--body-regular */
  font-family: var(--font-family-normal);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
}
.uploader-modal .filelist .file {
  width: 100%;
  position: relative;
}
.uploader-modal .filelist .file-process-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 1px;
}
.uploader-modal .filelist .file-process-content .file-process-val {
  background: #4A70FF;
  height: 1px;
}
.uploader-modal .filelist .file-info {
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-radius: var(--radius---radius-normal, 3px);
  border: 1px solid var(--color-divider-normal);
  background: var(--bg---color-bg-1, #FFF);
  padding: 0px var(--spacing---spacing-tight, 4px);
  height: var(--size---size-l, 32px);
  margin-bottom: 4px;
}
.uploader-modal .filelist .file-info.error {
  border-radius: var(--radius---radius-normal, 3px);
  border: 1px solid var(--error---color-error-normal, #F75559);
  background: var(--bg---color-bg-1, #FFF);
}
.uploader-modal .filelist .file-info-left {
  display: flex;
  align-items: center;
  gap: var(--spacing---spacing-tight, 4px);
}
.uploader-modal .filelist .file-icon {
  line-height: 1;
}
.uploader-modal .filelist .file-name {
  color: var(--text---color-text-primary, rgba(0, 1, 10, 0.93));
  /* body/--body-regular */
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
  max-width: 406px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.uploader-modal .filelist .file-size {
  color: var(--text---color-text-caption, rgba(1, 11, 50, 0.41));
  font-size: 12px;
  line-height: 16px;
}
.uploader-modal .filelist .file-upload-icon {
  line-height: 1;
  display: none;
}
.uploader-modal .filelist .file-upload-icon.error {
  display: block;
}
.uploader-modal .filelist .file-upload-op {
  display: flex;
  align-items: center;
  height: 32px;
}
.uploader-modal .filelist .error-tip {
  display: none;
  color: var(--color-error-normal);
  /* body/--body-regular */
  font-family: var(--font-family-normal);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
}
.uploader-modal .filelist .error-tip.show {
  display: block;
}
.uploader-modal .footer {
  display: flex;
  padding: 16px 24px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  align-self: stretch;
}
.uploader-modal .footer-ok {
  display: flex;
  align-items: center;
  gap: var(--spacing-base-loose);
}
.uploader-modal .footer-ok-btn {
  display: flex;
  min-width: 90px;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: #fff !important;
  border-radius: var(--radius-normal) !important;
  background: var(--color-primary-normal) !important;
}
.uploader-modal-error .ant-result.ant-result-info {
  padding: 24px 0;
}
.uploader-modal-error .ant-result.ant-result-info .repeat-error-name-wrap {
  text-align: left;
  font-family: var(--font-family-normal);
  font-size: 14px;
}
.uploader-modal-error .ant-result.ant-result-info .repeat-error-name-wrap span {
  color: var(--color-primary-normal);
}
.upload-doc-container {
  display: flex;
  justify-content: space-between;
  height: var(--size-l);
  padding: 0 var(--spacing-tight);
  align-items: center;
  gap: var(--spacing-tight);
  align-self: stretch;
  border-radius: var(--radius-normal);
  border: var(--border-normal) solid var(--color-border-hover);
  background: var(--color-fill-normal);
}
.upload-doc-container .upload-doc {
  display: flex;
  align-items: center;
}
.upload-doc-container .upload-doc .upload-doc-size {
  color: var(--color-text-caption);
  /* caption/--caption-regular */
  font-family: "PingFang SC";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 133.333% */
}
.upload-doc-container .upload-doc-content {
  max-width: 350px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.py-container {
  height: 100%;
}
.py-container .py-editor {
  height: 100%;
  width: 100%;
}
@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.codegen-inline-widget {
  width: 80%;
  max-width: 800px;
  margin: 8px 0;
  background: #1e1e1e;
  border: 1px solid #3c3c3c;
  border-radius: 8px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.4);
  animation: slideDown 0.2s ease-out;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  pointer-events: auto !important;
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
          user-select: auto !important;
  position: relative;
  z-index: 1000;
  box-sizing: border-box;
  overflow: hidden;
}
.codegen-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
  border-bottom: 1px solid #3c3c3c;
  background: linear-gradient(135deg, #2d2d30 0%, #252526 100%);
  border-radius: 8px 8px 0 0;
}
.codegen-title {
  font-size: 14px;
  font-weight: 600;
  color: #cccccc;
}
.codegen-close {
  background: transparent;
  border: none;
  color: #cccccc;
  font-size: 24px;
  cursor: pointer;
  padding: 0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  transition: background-color 0.2s;
  pointer-events: auto !important;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.codegen-close:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}
.codegen-input {
  width: 100%;
  min-height: 120px;
  padding: 12px 16px;
  border: none;
  resize: vertical;
  font-size: 13px;
  line-height: 1.6;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  outline: none;
  box-sizing: border-box;
  pointer-events: auto !important;
  -webkit-user-select: text !important;
     -moz-user-select: text !important;
          user-select: text !important;
  cursor: text;
  background: #2d2d30;
  color: #cccccc;
  scrollbar-color: #1e1e1e transparent;
}
.codegen-input::-webkit-scrollbar-thumb {
  background-color: #3c3c3c !important;
  scrollbar-width: thin;
  scrollbar-color: #1e1e1e transparent;
}
.codegen-input::-moz-placeholder {
  color: #6a6a6a;
}
.codegen-input::placeholder {
  color: #6a6a6a;
}
.codegen-input:focus {
  outline: none;
  background-color: #3c3c3c;
}
.codegen-input:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.codegen-footer {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  padding: 12px 16px;
  border-top: 1px solid #3c3c3c;
  background: #252526;
  border-radius: 0 0 8px 8px;
}
.codegen-button {
  padding: 6px 16px;
  border: 1px solid #3c3c3c;
  border-radius: 4px;
  background: #3c3c3c;
  color: #cccccc;
  font-size: 13px;
  cursor: pointer;
  transition: all 0.2s;
  pointer-events: auto !important;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.codegen-button:hover {
  background: #505050;
  border-color: #505050;
  color: #ffffff;
}
.codegen-button:active {
  transform: translateY(1px);
}
.codegen-button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.codegen-button-primary {
  background: linear-gradient(135deg, #0e639c 0%, #1177bb 100%);
  color: #ffffff;
  border: none;
}
.codegen-button-primary:hover {
  background: linear-gradient(135deg, #1177bb 0%, #1e88cc 100%);
  box-shadow: 0 2px 8px rgba(17, 119, 187, 0.4);
}
.codegen-button-primary:disabled {
  background: #3c3c3c;
  cursor: not-allowed;
  box-shadow: none;
  opacity: 0.5;
}
.codegen-button-success {
  background: linear-gradient(135deg, #0e7a0d 0%, #107c10 100%);
  color: #ffffff;
  border: none;
}
.codegen-button-success:hover {
  background: linear-gradient(135deg, #107c10 0%, #13a10e 100%);
  box-shadow: 0 2px 8px rgba(16, 124, 16, 0.4);
}
.codegen-button-success:disabled {
  background: #3c3c3c;
  cursor: not-allowed;
  box-shadow: none;
  opacity: 0.5;
}
.codegen-button-danger {
  background: linear-gradient(135deg, #c42b1c 0%, #e81123 100%);
  color: #ffffff;
  border: none;
}
.codegen-button-danger:hover {
  background: linear-gradient(135deg, #e81123 0%, #f1707a 100%);
  box-shadow: 0 2px 8px rgba(232, 17, 35, 0.4);
}
.codegen-button-danger:disabled {
  background: #3c3c3c;
  cursor: not-allowed;
  box-shadow: none;
  opacity: 0.5;
}
.codegen-preview-widget .codegen-header {
  background: linear-gradient(135deg, #2d2d30 0%, #252526 100%);
}
.codegen-preview-hint {
  padding: 12px 16px;
  font-size: 13px;
  color: #9cdcfe;
  background: #1e1e1e;
  border-bottom: 1px solid #3c3c3c;
}
.codegen-streaming-content {
  max-height: 250px;
  overflow-y: auto;
  padding: 12px 16px;
  background: #1e1e1e;
  border-bottom: 1px solid #3c3c3c;
}
.codegen-streaming-content pre {
  margin: 0;
  font-family: 'Consolas', 'Monaco', 'Courier New', monospace;
  font-size: 12px;
  line-height: 1.6;
  color: #d4d4d4;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.codegen-streaming-content::-webkit-scrollbar {
  width: 8px;
}
.codegen-streaming-content::-webkit-scrollbar-track {
  background: #1e1e1e;
}
.codegen-streaming-content::-webkit-scrollbar-thumb {
  background: #3c3c3c;
  border-radius: 4px;
}
.codegen-streaming-content::-webkit-scrollbar-thumb:hover {
  background: #505050;
}
.codegen-line-added {
  background-color: rgba(56, 239, 125, 0.15) !important;
}
.codegen-margin-added {
  background-color: rgba(56, 239, 125, 0.3) !important;
  width: 5px !important;
}
.codegen-line-removed {
  background-color: rgba(235, 51, 73, 0.15) !important;
  text-decoration: line-through;
  opacity: 0.7;
}
.codegen-margin-removed {
  background-color: rgba(235, 51, 73, 0.3) !important;
  width: 5px !important;
}
.codegen-ai-button {
  position: absolute;
  z-index: 10000;
  padding: 4px 12px;
  background: linear-gradient(135deg, #0e639c 0%, #1177bb 100%);
  color: #ffffff;
  border: 1px solid #1177bb;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  transition: all 0.2s;
  display: flex;
  align-items: center;
  gap: 4px;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: auto !important;
  animation: fadeIn 0.2s ease-out;
}
.codegen-ai-button:hover {
  background: linear-gradient(135deg, #1177bb 0%, #1e88cc 100%);
  box-shadow: 0 4px 12px rgba(17, 119, 187, 0.5);
  transform: translateY(-1px);
}
.codegen-ai-button:active {
  transform: translateY(0);
}
.codegen-ai-button.disabled {
  background: #3c3c3c;
  border-color: #3c3c3c;
  cursor: not-allowed;
  opacity: 0.6;
}
.codegen-ai-button.disabled:hover {
  background: #3c3c3c;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  transform: none;
}
.codegen-ai-button .ai-icon {
  font-size: 14px;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.margin-view-overlays {
  padding-left: 10px;
}

.no-wrapper .margin-view-overlays {
  padding-left: 0;
}

/* hide readonly tooltip */
.monaco-editor-overlaymessage {
  display: none !important;
}

.monaco-editor-placeholder {
  color: rgb(208 213 221);
  line-height: 18px;
  font-weight: 400;
  font-size: 13px;
  top: 0;
  left: 76px;
  position: absolute;
  pointer-events: none;
}

.monaco-editor-relative {
  position: relative;
}
.json-input {
  border-radius: var(--radius-normal);
  border: var(--border-normal) solid var(--color-border-normal);
  background: var(--color-fill-normal);
  position: relative;
}
.json-input .monaco-editor .suggest-widget {
  width: 200px !important;
  /* 设置自动完成层的宽度 */
}
.json-input .top-tool-container {
  position: absolute;
  top: -24px;
  right: 2px;
}
.json-input .top-tool-container svg {
  cursor: pointer;
  color: var(--color-text-caption);
}
.ant-form-item-has-error .json-input {
  border-width: 1px;
  border-style: solid;
  border-color: var(--color-error-normal);
}
.f-input.ant-input,
.f-input.ant-input-affix-wrapper {
  padding: 4px 8px;
  color: var(--color-text-primary);
  white-space: nowrap;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  border-radius: var(--radius-normal);
}
.f-input.ant-input-outlined:focus,
.f-input.ant-input-outlined:focus-within {
  border: var(--border-focus) solid var(--color-primary-normal);
  box-shadow: none;
  outline: 0;
  background-color: #ffffff;
}
.f-input.ant-input-outlined.ant-input-disabled,
.f-input.ant-input-outlined[disabled] {
  background-color: var(--color-fill-disable);
  border-radius: var(--radius-0) var(--radius-normal) var(--radius-normal) var(--radius-0);
  border: var(--border-normal) solid var(--color-border-disable);
  color: var(--color-text-disable);
}
.f-select.ant-select .ant-select-arrow {
  color: #010b32;
}
.f-select .ant-select-selection-item {
  padding-inline-end: 8px !important;
}
.f-select .ant-select-selection-search {
  padding-inline-end: 8px !important;
}
.f-select-label {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}
.f-select.ant-select-single:not(.ant-select-customize-input) .ant-select-selector,
.f-select.ant-select-multiple .ant-select-selector {
  padding: 0 7px;
  border-radius: var(--radius-normal);
  border: var(--border-normal) solid var(--color-border-normal);
  background: var(--color-fill-normal);
}
.f-select.ant-select-single:not(.ant-select-customize-input) .ant-select-selector .ant-space-item,
.f-select.ant-select-multiple .ant-select-selector .ant-space-item {
  color: var(--color-text-primary);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.f-select.ant-select-single:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-item,
.f-select.ant-select-multiple .ant-select-selector .ant-select-selection-item {
  overflow: hidden;
  color: var(--color-text-primary);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.f-select.ant-select-single:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-item .ant-tag,
.f-select.ant-select-multiple .ant-select-selector .ant-select-selection-item .ant-tag {
  padding-inline: 4px;
}
.f-select.ant-select-single:not(.ant-select-customize-input) .ant-select-arrow,
.f-select.ant-select-multiple .ant-select-arrow {
  color: #010b32;
  inset-inline-end: 8px;
}
.f-select.ant-select-single:not(.ant-select-customize-input) .ant-select-clear,
.f-select.ant-select-multiple .ant-select-clear {
  inset-inline-end: 8px;
}
.f-select.ant-select-single:not(.ant-select-customize-input).ant-select-disabled .ant-select-selector,
.f-select.ant-select-multiple.ant-select-disabled .ant-select-selector {
  border-radius: var(--radius-normal);
  border: var(--border-normal) solid var(--color-border-disable);
  background: var(--color-fill-disable);
  color: var(--color-text-disable);
}
.f-select.ant-select-single:not(.ant-select-customize-input).ant-select-disabled .ant-select-selector .ant-select-selection-item,
.f-select.ant-select-multiple.ant-select-disabled .ant-select-selector .ant-select-selection-item,
.f-select.ant-select-single:not(.ant-select-customize-input).ant-select-disabled .ant-select-selector .ant-space-item,
.f-select.ant-select-multiple.ant-select-disabled .ant-select-selector .ant-space-item,
.f-select.ant-select-single:not(.ant-select-customize-input).ant-select-disabled .ant-select-selector .ant-tag,
.f-select.ant-select-multiple.ant-select-disabled .ant-select-selector .ant-tag {
  color: var(--color-text-disable);
}
.f-select.ant-select-multiple .ant-select-selection-item {
  height: 26px;
}
.f-select.ant-select-outlined.ant-select-status-error:not(.ant-select-customize-input) .ant-select-selector {
  border-color: #f75559 !important;
}
.f-select.ant-select-focused.ant-select-outlined:not(.ant-select-disabled):not(.ant-select-customize-input):not(
    .ant-pagination-size-changer
  ) .ant-select-selector {
  border-color: var(--color-primary-normal);
}
.f-select.ant-select-outlined:not(.ant-select-disabled):not(.ant-select-customize-input):not(
    .ant-pagination-size-changer
  ):hover .ant-select-selector {
  border-color: var(--color-primary-normal);
}
.f-select.ant-select-single.ant-select-open .ant-select-selection-item {
  color: var(--color-text-primary);
}
.f-select.ant-select-dropdown {
  box-shadow: var(--shadow-medium);
  border-radius: var(--radius-normal);
  background-color: var(--color-bg-1);
  border: var(--border-thickness) solid var(--color-border-normal);
}
.f-select.ant-select-dropdown .ant-select-item-option-selected:not(.ant-select-item-option-disabled) {
  background-color: var(--color-fill-active);
  font: var(--body-regular);
}
.f-select.ant-select-dropdown .ant-select-item {
  border-radius: var(--radius-normal);
  padding: var(--spacing-tight) var(--spacing-base);
}
.error .f-select.ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
  border-color: #f75559 !important;
}
.error .f-select.ant-select-focused.ant-select-outlined:not(.ant-select-disabled):not(.ant-select-customize-input):not(
      .ant-pagination-size-changer
    ) .ant-select-selector {
  border-color: #f75559 !important;
}
.error .f-select.ant-select-outlined:not(.ant-select-disabled):not(.ant-select-customize-input):not(
      .ant-pagination-size-changer
    ):hover .ant-select-selector {
  border-color: #f75559 !important;
}
.f-select .ant-select-item-group:not(:first-child) {
  position: relative;
}
.f-select .ant-select-item-group:not(:first-child)::before {
  content: '';
  position: absolute;
  top: 0;
  left: 10px;
  right: 10px;
  height: 1px;
  background-color: var(--divider---color-divider-normal, rgba(18, 42, 79, 0.08));
}
.f-select.ant-select .ant-select-arrow {
  color: #010b32;
}
.f-select.ant-select-single:not(.ant-select-customize-input) .ant-select-selector,
.f-select.ant-select-multiple .ant-select-selector {
  padding: 0 7px;
  border-radius: var(--radius-normal);
  border: var(--border-normal) solid var(--color-border-normal);
  background: var(--color-fill-normal);
}
.f-select.ant-select-single:not(.ant-select-customize-input) .ant-select-selector .ant-space-item,
.f-select.ant-select-multiple .ant-select-selector .ant-space-item {
  color: var(--color-text-primary);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.f-select.ant-select-single:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-item,
.f-select.ant-select-multiple .ant-select-selector .ant-select-selection-item {
  overflow: hidden;
  color: var(--color-text-primary);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.f-select.ant-select-single:not(.ant-select-customize-input) .ant-select-arrow,
.f-select.ant-select-multiple .ant-select-arrow {
  color: #010b32;
  inset-inline-end: 8px;
}
.f-select.ant-select-multiple .ant-select-selection-item {
  height: 26px;
}
.f-select.ant-select-outlined.ant-select-status-error:not(.ant-select-customize-input) .ant-select-selector {
  border-color: #f75559 !important;
}
.f-select.ant-select-focused.ant-select-outlined:not(.ant-select-disabled):not(.ant-select-customize-input):not(
    .ant-pagination-size-changer
  ) .ant-select-selector {
  border-color: var(--color-primary-normal);
}
.f-select.ant-select-outlined:not(.ant-select-disabled):not(.ant-select-customize-input):not(
    .ant-pagination-size-changer
  ):hover .ant-select-selector {
  border-color: var(--color-primary-normal);
}
.f-select.ant-select-single.ant-select-open .ant-select-selection-item {
  color: var(--color-text-primary);
}
.f-select.ant-select-dropdown {
  box-shadow: var(--shadow-medium);
  border-radius: var(--radius-normal);
  background-color: var(--color-bg-1);
  border: var(--border-thickness) solid var(--color-border-normal);
}
.f-select.ant-select-dropdown .ant-select-item-option-selected:not(.ant-select-item-option-disabled) {
  background-color: var(--color-fill-active);
  font: var(--body-regular);
}
.f-select.ant-select-dropdown .ant-select-item {
  border-radius: var(--radius-normal);
  padding: var(--spacing-tight) var(--spacing-base);
}
.error .f-select.ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
  border-color: #f75559 !important;
}
.error .f-select.ant-select-focused.ant-select-outlined:not(.ant-select-disabled):not(.ant-select-customize-input):not(
      .ant-pagination-size-changer
    ) .ant-select-selector {
  border-color: #f75559 !important;
}
.error .f-select.ant-select-outlined:not(.ant-select-disabled):not(.ant-select-customize-input):not(
      .ant-pagination-size-changer
    ):hover .ant-select-selector {
  border-color: #f75559 !important;
}
.f-select .ant-cascader-menu-item-active {
  font-weight: 400 !important;
  background-color: var(--color-fill-active) !important;
}
.space-center .ant-space-item {
  color: var(--color-text-caption);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  display: inline-flex;
  align-items: center;
}
.space-center .space-center-fix {
  display: inline-flex;
}
.space-center .space-center-star {
  color: var(--color-error-normal);
  height: 9px;
}
.panel__section .section-header {
  display: flex;
  margin: 16px 0 8px;
  height: 32px;
  align-items: center;
  justify-content: flex-start;
  color: var(--color-text-caption);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
.panel__section .section-header .section-header-leader {
  width: 2px;
  height: 16px;
  border-radius: 9px;
  background: var(--color-primary-normal);
}
.panel__section .section-header .section-header-title {
  color: var(--color-text-primary);
  font-family: var(--font-family-normal);
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  line-height: 24px;
}
.panel__section .section-header .section-header-space {
  flex-grow: 1;
}
.panel__section .section-header .text-desc {
  margin-right: var(--spacing-tight);
}
.panel__section .section-header .header-btn-add {
  color: var(--color-primary-normal);
  font-family: var(--font-family-normal);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
}
.panel__section .section-header .header-collapse-arrow {
  height: 24px;
  padding: 0 8px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.panel__section .section-header .icon-collapse-up {
  transition: transform 0.2s ease-out;
}
.panel__section .section-header .icon-collapse-down {
  transform: rotate(180deg);
  transition: transform 0.2s ease-out;
}
.panel__section .section-content {
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.panel__section .section-content::after {
  content: '';
  display: block;
  height: 16px;
}
.panel__treetable {
  width: 100%;
}
.panel__treetable .tree-table-row {
  display: flex;
}
.panel__treetable .tree-table-row .tree-table-cell {
  display: flex;
  align-items: start;
  position: relative;
}
.panel__treetable .tree-table-row .tree-table-cell-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex: 1;
}
.panel__treetable .tree-table-row .has-children .ant-form-item-explain-error {
  margin-left: 18px;
}
.panel__treetable .tree-table-header {
  background: var(--color-bg-contrast);
  display: flex;
}
.panel__treetable .tree-table-header .tree-table-cell {
  align-items: center;
  position: relative;
  height: 44px;
  padding-left: 8px;
  color: var(--color-text-caption);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
}
.panel__treetable .treetable-body {
  width: 100%;
  overflow: auto;
}
.panel__treetable .treetable-body::-webkit-scrollbar {
  width: 8px !important;
}
.panel__treetable .treetable-body::-webkit-scrollbar-thumb {
  background: var(--color-opacity-3) !important;
  border-radius: 14px !important;
}
.panel__treetable .treetable-body::-webkit-scrollbar-thumb:hover {
  background: var(--color-opacity-4) !important;
}
.panel__treetable .treetable-empty {
  height: 40px;
  color: var(--color-text-caption);
}
.tree-table-branch-multilevel {
  z-index: 1;
  height: 100%;
  position: absolute;
  align-items: center;
  justify-content: center;
  left: 0px;
  top: 0px;
  display: flex;
}
.tree-table-branch-multilevel .branch-left {
  display: flex;
  height: 100%;
  position: relative;
}
.tree-table-branch-multilevel .branch-left-line {
  position: absolute;
  height: 100%;
  display: flex;
  justify-content: center;
}
.tree-table-branch-multilevel .branch-left-line::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: var(--color-gray-3);
}
.tree-table-branch-multilevel .branch-col {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 18px;
  cursor: pointer;
}
.tree-table-branch-multilevel .branch-cell-up,
.tree-table-branch-multilevel .branch-cell-down {
  height: 33%;
  position: relative;
}
.tree-table-branch-multilevel .branch-cell-middle {
  height: 34%;
  position: relative;
  display: flex;
  justify-content: center;
}
.tree-table-branch-multilevel .branch-cell-up.is-child::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: var(--color-gray-3);
}
.tree-table-branch-multilevel .branch-cell-down.v-line::before,
.tree-table-branch-multilevel .branch-cell-down.has-children::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: var(--color-gray-3);
}
.tree-table-branch-multilevel .branch-cell-down.sibling-normal::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: var(--color-gray-3);
}
.tree-table-branch-multilevel .branch-arrow {
  padding: 1px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.tree-table-branch-multilevel .branch-arrow .icon-up {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACoSURBVHgB7dVNCoJQFMXxo4naEwdBo5oGQWtoD621RbSI9lAjA6P8QkFwINx77nPof/Lg8Ti/4QPWhDbyk1OC7HjBf1cC7x/IQvFF6g4Ioiuy9Aacc5DJQBvHwxmEuQWRgWkGhAMMCA+QiA0gEDugRPwABeIPjO3nr/2Btimw/d7xehbLA8K4H6AYtwPKcRtAjPMAOc4BhvE++cOp3QdRUsGVD3Z8TVUH64RGLv0r2DQAAAAASUVORK5CYII=');
  background-size: cover;
  transition: transform 0.3s ease-out;
}
.tree-table-branch-multilevel .branch-arrow .icon-down {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACoSURBVHgB7dVNCoJQFMXxo4naEwdBo5oGQWtoD621RbSI9lAjA6P8QkFwINx77nPof/Lg8Ti/4QPWhDbyk1OC7HjBf1cC7x/IQvFF6g4Ioiuy9Aacc5DJQBvHwxmEuQWRgWkGhAMMCA+QiA0gEDugRPwABeIPjO3nr/2Btimw/d7xehbLA8K4H6AYtwPKcRtAjPMAOc4BhvE++cOp3QdRUsGVD3Z8TVUH64RGLv0r2DQAAAAASUVORK5CYII=');
  background-size: cover;
  transform: rotate(90deg);
  transition: transform 0.3s ease-out;
}
.tree-table-branch-multilevel .branch-hline {
  position: relative;
  width: 100%;
  height: 100%;
}
.tree-table-branch-multilevel .branch-hline::before {
  content: '';
  position: absolute;
  left: 0%;
  top: -50%;
  height: 100%;
  width: 100%;
  border: 0px solid var(--color-gray-3);
  border-bottom-width: 1px;
}
.tree-table-branch-multilevel .branch-sibling-last {
  position: relative;
  width: 100%;
  height: 100%;
}
.tree-table-branch-multilevel .branch-sibling-last::before {
  content: '';
  position: absolute;
  left: 50%;
  top: -50%;
  height: 100%;
  width: 50%;
  border: 0px solid var(--color-gray-3);
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-radius: 0 0 0 4px;
}
.tree-table-branch-multilevel .branch-sibling-normal {
  position: relative;
  width: 100%;
  height: 100%;
}
.tree-table-branch-multilevel .branch-sibling-normal::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  width: 100%;
  border: 0px solid var(--color-gray-3);
  border-left-width: 1px;
}
.tree-table-branch-multilevel .branch-sibling-normal::after {
  content: '';
  position: absolute;
  left: 50%;
  top: -50%;
  height: 100%;
  width: 50%;
  border: 0px solid var(--color-gray-3);
  border-bottom-width: 1px;
  border-radius: 0 0 0 4px;
}
.input-search-container {
  position: relative;
}
.input-search-container .f-input {
  padding-right: 38px;
}
.input-search-container input {
  padding-right: 41px;
}
.input-search-container .search-btn {
  position: absolute;
  top: 1px;
  right: 0;
  width: 30px;
  height: 30px;
  border-left: 1px solid;
  border-left-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.input-search-container .search-btn svg {
  color: var(--color-text-caption);
}
.input-search-container .search-btn:hover {
  background-color: var(--color-fill-hover);
  border-left: 1px solid var(--color-divider-normal);
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.input-search-container .search-btn.focus {
  background-color: var(--color-primary-normal);
}
.input-search-container .search-btn.focus svg {
  color: #fff;
}
.input-search-container.is-prefix .f-input {
  padding-right: 8px;
  padding-left: 32px;
}
.input-search-container.is-prefix .search-prefix-icon {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  padding: 0 8px;
  height: 32px;
}
.input-search-container.is-prefix .search-prefix-icon svg {
  color: var(--color-text-caption);
}
.tfile-tip {
  color: #000;
  font-size: 14px;
}
.tfile-tip .file-tip-title {
  font-weight: bold;
}
.tools {
  display: flex;
  padding-bottom: var(--spacing-loose);
  align-items: flex-end;
  align-self: stretch;
  justify-content: space-between;
}
.tools .tools-right {
  display: flex;
  align-items: center;
  gap: var(--spacing-base);
}
.tools .tools-right .ant-input-affix-wrapper {
  width: 158px;
  height: 30px;
}
.delete-modal-content {
  padding-top: 30px;
}
.delete-modal-content p {
  margin-top: 18px;
  padding: 8px 0;
  color: var(--text---color-text-primary, rgba(0, 1, 10, 0.93));
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  /* 175% */
}
.delete-modal-content span {
  color: var(--text---color-text-secondary, rgba(3, 10, 38, 0.65));
  text-align: center;
  /* body/--body-regular */
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
}
.leave-modal .ant-modal-body {
  padding-top: 32px;
  padding-bottom: var(--spacing-loose);
}
.leave-modal .ant-modal-body p:first-child {
  color: var(--color-text-primary);
  text-align: center;
  /* subtitle/--subtitle-medium */
  font-family: var(--font-family-normal);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 150% */
}
.leave-modal .ant-modal-body p:last-child {
  color: var(--color-text-secondary);
  text-align: center;
  /* body/--body-regular */
  font-family: var(--font-family-normal);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
}
.ant-modal-wrap.api-modal .var-desc {
  max-width: 160px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ant-modal-wrap.api-modal .ant-empty.ant-empty-normal {
  height: 171px;
}
.api-modal-form .ant-modal {
  display: flex;
  justify-content: center;
}
.api-modal-form .ant-modal-content {
  width: 468px;
}
.api-modal-form .ant-modal-content .upload-doc-container .upload-doc-content {
  max-width: 226px !important;
}
.api-modal-form .textarea {
  height: 78px;
  padding: 8px;
  border-radius: var(--radius-normal);
  border: var(--border-normal) solid var(--color-border-normal);
  background: var(--color-fill-normal);
  width: 100%;
}
.api-modal-form .textarea:focus {
  border: var(--border-focus) solid var(--color-primary-normal);
  box-shadow: none;
  outline: 0;
  background-color: #ffffff;
}
.api-modal-form .edit-form-footer {
  width: 100%;
}
.api-modal-form .edit-form-footer .ant-btn {
  width: 80px;
  height: 40px;
}
.api-modal-form.is-hidden {
  display: none;
}
.new-api-form-name {
  display: flex;
  align-items: center;
  justify-content: center;
}
.api-col-default-val {
  display: flex;
  justify-content: start;
  align-items: center;
}
.api-col-default-val .text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 200px;
}
.api-default-value-item .upload-doc-container {
  width: 292px;
}
#control-hooks .form-row .row-content {
  width: calc(100% - 120px);
}
.form-row .row-name {
  width: 120px;
  height: 32px;
}
.form-row .row-content {
  flex: 1;
}
.modal-advanced-setting .advanced-setting-title {
  color: var(--color-text-primary);
  font-family: var(--font-family-normal);
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  line-height: 1;
}
.modal-advanced-setting .advanced-setting-content {
  margin-top: var(--spacing-base);
}
.modal-advanced-setting .ant-space-item {
  display: inline-flex;
  align-items: center;
}
.modal-advanced-setting .ant-modal-body {
  padding-bottom: var(--spacing-loose) !important;
}
.modal-advanced-setting .ant-modal-content {
  padding: var(--spacing-loose) var(--spacing-loose) 0 var(--spacing-loose) !important;
  border-radius: var(--radius-0);
  background: var(--color-fill-normal);
}
.modal-advanced-setting .ant-modal-content .ant-modal-header {
  padding: 24px var(--spacing-none) var(--spacing-base) var(--spacing-none) !important;
}
.modal-advanced-setting .ant-modal-content .ant-modal-footer {
  justify-content: end;
}
.slider-wrap .ant-slider:hover .ant-slider-track {
  background-color: var(--color-green-5);
}
.slider-wrap .ant-slider .ant-slider-track {
  background-color: var(--color-green-5);
}
.slider-wrap .ant-slider .ant-slider-handle:hover::before,
.slider-wrap .ant-slider .ant-slider-handle:active::before,
.slider-wrap .ant-slider .ant-slider-handle:focus::before {
  display: none;
}
.slider-wrap .ant-slider .ant-slider-handle:hover::after,
.slider-wrap .ant-slider .ant-slider-handle:active::after,
.slider-wrap .ant-slider .ant-slider-handle:focus::after {
  box-shadow: 0 0 0 1px #e0e2e7;
  outline: 1px solid #e0e2e7;
  width: 16px;
  height: 16px;
  inset-inline-start: -3px;
  inset-block-start: -2.5px;
}
.slider-wrap .ant-slider .ant-slider-handle::before {
  display: none;
}
.slider-wrap .ant-slider .ant-slider-handle::after {
  box-shadow: 0 0 0 1px #e0e2e7;
  outline: 1px solid #e0e2e7;
  width: 16px;
  height: 16px;
  inset-inline-start: -3px;
  inset-block-start: -2.5px;
}
.advanced-setting-item-name {
  width: 120px;
  word-break: break-all;
  white-space: normal;
  line-height: 0.9;
}
.number-up-down-field {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 34px;
  padding: 3px;
  border-radius: var(--radius-normal);
  border: var(--border-normal) solid var(--color-border-normal);
  background: var(--color-fill-normal);
  color: var(--color-text-primary);
}
.number-up-down-field .change-btn {
  border-radius: 0;
  padding: 4px;
  display: flex;
  align-items: center;
  cursor: pointer;
  color: var(--color-text-primary);
}
.number-up-down-field .change-btn-disabled {
  cursor: not-allowed;
  color: var(--color-text-disable);
}
.number-up-down-field .change-btn-disabled svg {
  fill: var(--color-text-disable);
}
.number-up-down-field .ant-input-number {
  border-top: none;
  border-bottom: none;
  border-radius: 0;
  border: none;
  padding: 0;
  flex: 1;
}
.number-up-down-field .ant-input-number .ant-input-number-input {
  padding: 0;
  margin: 0;
  text-align: center;
  height: 20px;
  width: 100%;
  line-height: 20px;
  font-size: 14px;
  border: none;
}
.number-up-down-field .ant-input-number .ant-input-number-handler-wrap {
  display: none;
}
.number-up-down-field .ant-input-number .ant-input-number-input-wrap {
  width: 100%;
}
.number-up-down-field.is-disabled {
  background: var(--color-fill-disable);
  border: var(--border-normal) solid var(--color-border-disable);
  color: var(--color-text-disable);
}
.number-up-down-field.is-disabled .ant-input-number.ant-input-number-disabled {
  background: transparent;
  color: var(--color-text-disable);
}
.number-up-down-single .ant-input-number {
  width: 30px;
}
.n-tag-input-container {
  position: relative;
  padding: 0 11px;
  border-radius: var(--radius-normal);
  border: var(--border-normal) solid var(--color-border-normal);
  background: var(--color-fill-normal);
  min-height: 32px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
  cursor: text;
}
.n-tag-input-container-measure {
  position: absolute;
  visibility: hidden;
  white-space: pre;
  padding: 4px 0;
}
.n-tag-input-container-tag {
  margin: 0;
  display: flex;
  align-items: center;
}
.keyboard-tree {
  max-height: 350px;
  max-width: 250px;
  overflow-y: auto;
  overflow-x: auto;
}
.keyboard-tree .ant-tree-list-holder {
  width: 200px;
  overflow-x: auto;
  scrollbar-color: rgba(79, 102, 68, 0.08) transparent;
}
.keyboard-tree .ant-tree-list-holder > div {
  width: -moz-max-content;
  width: max-content;
  overflow: visible !important;
}
.keyboard-tree .ant-tree-list-holder > div .ant-tree-list-holder-inner {
  width: -moz-max-content;
  width: max-content;
}
.keyboard-tree .ant-tree-list-holder > div .ant-tree-list-holder-inner .ant-tree-treenode {
  width: -moz-max-content;
  width: max-content;
}
.keyboard-tree .ant-tree-node-content-wrapper.ant-tree-node-content-wrapper-normal:hover {
  background-color: var(--color-fill-active);
}
.keyboard-tree .ant-tree-node-content-wrapper.ant-tree-node-content-wrapper-open:hover {
  background-color: var(--color-fill-active);
}
.keyboard-tree .ant-tree-list-scrollbar-thumb {
  background-color: transparent !important;
}
.highlighted-node {
  background-color: var(--color-fill-active);
  /* 高亮背景颜色 */
  border-radius: 4px;
  /* 圆角效果 */
}
.keyboard-navigable-list {
  max-height: 300px;
  overflow-y: auto;
}
.second-level-item {
  padding: 8px;
  cursor: pointer;
}
.highlighted-item {
  background-color: var(--color-fill-active);
  /* 高亮背景颜色 */
  border-radius: 4px;
  /* 圆角效果 */
}
.custom-tag-tip {
  display: flex;
}
.custom-tag-tip .gray-txt {
  color: var(--color-text-caption);
}
.custom-tag-tip .custom-tag-text {
  word-break: break-all;
}
.custom-tag-tip .custom-tag-text-icon {
  height: 20px;
  margin-right: 3px;
  float: left;
  line-height: 24px;
}
.ref-data-container {
  flex: 1;
  color: var(--color-text-secondary);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
.ref-data-container .custom-tag {
  display: inline-flex;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 4px;
  background: #f0f0f0;
  border-radius: 2px;
}
.ref-data-container .gray-txt,
.ref-data-container .json-path {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  vertical-align: bottom;
}
.ref-data-container .gray-txt {
  color: var(--color-text-caption);
}
.ref-data-container .custom-tag-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ref-data-container .custom-tag-close {
  margin-left: 4px;
  cursor: pointer;
}
.ref-data-container .ant-select-multiple .ant-select-selector:after {
  display: none !important;
}
.ref-data-container .ant-select-selection-overflow-item-suffix {
  display: none !important;
}
.ref-data-container .ant-select-selector {
  padding-right: 0;
}
.pointer {
  cursor: pointer;
}
.ref-data-text-container {
  flex: 1;
  overflow: hidden;
}
.ref-data-text-wrapper {
  flex: 1;
}
.ref-data-view-nowrap {
  flex: 1;
  width: 0px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ref-data-text-other {
  color: var(--color-text-secondary);
}
.ref-data-text-node {
  color: var(--color-gray-7);
  background: var(--color-gray-0);
}
.ref-data-text-border {
  border-radius: 3px;
  border: var(--border-normal) solid var(--color-gray-3);
  padding: 3px 7px;
}
.ref-cascader {
  max-height: 480px;
  min-width: 172px;
  overflow-y: auto;
  /* 针对 WebKit 内核浏览器（如 Chrome 和 Safari） */
  /* 针对 Firefox 浏览器 */
  scrollbar-width: thin;
  /* 设置滚动条宽度 */
  scrollbar-color: transparent transparent;
  /* 设置滚动条滑块和轨道颜色为透明 */
}
.ref-cascader .group {
  position: relative;
}
.ref-cascader .group:not(:last-child)::after {
  display: block;
  content: '';
  margin-top: 4px;
  margin-bottom: 4px;
  width: 100%;
  height: 1px;
  background-color: rgba(18, 42, 79, 0.08);
}
.ref-cascader .group-title {
  padding: 4px;
  overflow: hidden;
  color: var(--color-text-caption);
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}
.ref-cascader .first-level-list {
  list-style: none;
}
.ref-cascader .first-level-item {
  position: relative;
  padding: 6px;
  list-style: none;
  overflow: hidden;
  color: var(--color-text-primary);
  text-overflow: ellipsis;
  font-family: var(--font-family-normal);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.ref-cascader .first-level-item .item-tag-text-icon {
  height: 20px;
  margin-right: 3px;
  float: left;
  line-height: 24px;
}
.ref-cascader .first-level-item .item-tag-tip-icon {
  display: flex;
  height: 20px;
  line-height: 24px;
  float: right;
}
.ref-cascader .first-level-item .item-span {
  max-width: 288px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.ref-cascader .first-level-item .item-span .item-span-icon {
  display: inline-flex;
  vertical-align: text-top;
  margin-left: 3px;
}
.ref-cascader .first-level-item:hover {
  cursor: pointer;
  background-color: var(--color-fill-active);
}
.ref-cascader .first-level-item .space-center .ant-space-item {
  color: var(--color-text-primary);
}
.ref-cascader .has-children {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ref-cascader .ref-cascader-empty {
  width: 100%;
  height: 100%;
  min-height: 100px;
  padding: var(--spacing-tight);
  gap: var(--spacing-tight);
  flex-shrink: 0;
  background: var(--color-bg-1);
  /* shadow/--shadow-medium */
  overflow: hidden;
  color: var(--color-text-caption);
  text-overflow: ellipsis;
  /* caption/--caption-regular */
  font-family: var(--font-family-normal);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 133.333% */
}
.ref-cascader::-webkit-scrollbar {
  width: 8px;
  /* 设置滚动条宽度 */
  background-color: transparent;
  /* 设置滚动条背景颜色为透明 */
}
.ref-cascader::-webkit-scrollbar-thumb {
  background-color: transparent;
  /* 设置滚动条滑块颜色为透明 */
}
.ref-popover .ant-popover-inner {
  padding: 4px !important;
}
.ant-tooltip.item-span-tip {
  z-index: 2000 !important;
}
.ref-cascade {
  position: relative;
  display: inline-block;
}
.ref-cascade-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ref-cascade-item {
  padding: 10px;
  cursor: pointer;
}
.ref-popover {
  z-index: 2000;
  min-width: 240px;
  padding-left: 10px;
  padding-right: 10px;
}
.ref-cascade-item.has-children:hover {
  background-color: #f0f0f0;
}
.empty-api {
  height: 124px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: rgba(6, 21, 66, 0.2);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
.ref-second-panel {
  max-height: 45vh;
  overflow-y: auto;
  overflow-x: hidden;
  /* 针对 WebKit 内核浏览器（如 Chrome 和 Safari） */
  /* 针对 Firefox 浏览器 */
  scrollbar-width: thin;
  /* 设置滚动条宽度 */
  scrollbar-color: transparent transparent;
  /* 设置滚动条滑块和轨道颜色为透明 */
}
.ref-second-panel .empty-api {
  width: 152px;
  height: 124px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: rgba(6, 21, 66, 0.2);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
.ref-second-panel .empty-api .link-txt {
  cursor: pointer;
  color: var(--color-primary-normal);
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 133.333% */
}
.ref-second-panel .ant-tree-node-content-wrapper {
  width: -moz-max-content;
  width: max-content;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.ref-second-panel .second-level-item {
  width: 100%;
  max-width: 287px;
  height: 32px;
  padding: 5px 8px;
  color: var(--color-text-primary);
  text-overflow: ellipsis;
  overflow: hidden;
  font-family: var(--font-family-normal);
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
}
.ref-second-panel::-webkit-scrollbar {
  width: 8px;
  /* 设置滚动条宽度 */
  background-color: transparent;
  /* 设置滚动条背景颜色为透明 */
}
.ref-second-panel::-webkit-scrollbar-thumb {
  background-color: transparent;
  /* 设置滚动条滑块颜色为透明 */
}
.ant-form-item-has-error .data-source-value {
  border-color: #f75559 !important;
}
.ref-cascader-disabled {
  color: var(--color-text-disable) !important;
  border-color: var(--color-border-disable) !important;
  background-color: var(--color-fill-disable) !important;
  cursor: not-allowed !important;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}
.input-data-source {
  height: 32px;
  flex: 1;
}
.input-data-source .data-source-enum.err .ant-select-selector {
  border-color: #f75559 !important;
}
.input-data-source .data-source-value {
  display: flex;
  align-items: center;
  height: 32px;
  border-radius: var(--radius-0) var(--radius-normal) var(--radius-normal) var(--radius-0);
  border: var(--border-normal) solid var(--color-border-normal);
  border-width: var(--border-normal) var(--border-normal) var(--border-normal) var(--border-normal);
  border-left-color: transparent;
  flex: 1;
  padding-right: 3px;
}
.input-data-source .data-source-value.err {
  border-color: #f75559 !important;
}
.input-data-source .data-source-value.border-left {
  border-width: var(--border-normal) var(--border-normal) var(--border-normal) var(--border-normal);
  border-radius: var(--radius-normal) var(--radius-normal) var(--radius-normal) var(--radius-normal);
  border-left-color: var(--color-border-normal);
}
.input-data-source .data-source-value.select-open {
  border-color: var(--color-primary-normal);
  border-width: var(--border-normal) var(--border-normal) var(--border-normal) var(--border-normal);
}
.input-data-source .data-source-value .input-data-source-clear {
  display: none;
}
.input-data-source .data-source-value.f-input.ant-input-affix-wrapper .ant-input-suffix {
  display: none;
}
.input-data-source .data-source-value:hover {
  border-color: var(--color-primary-normal);
}
.input-data-source .data-source-value:hover .input-data-source-clear {
  display: flex;
}
.input-data-source .data-source-value:hover .input-data-source-arrow {
  display: none;
}
.input-data-source .data-source-value:hover.f-input.ant-input-affix-wrapper .ant-input-suffix {
  display: flex;
}
.input-data-source .data-source-value.ant-input-disabled:hover {
  border-color: var(--color-primary-normal);
}
.input-data-source .data-source-value.ant-input-disabled:hover .input-data-source-clear {
  display: none;
}
.input-data-source .data-source-value.ant-input-disabled:hover .input-data-source-arrow {
  display: none;
}
.input-data-source .data-source-value.ant-input-disabled:hover.f-input.ant-input-affix-wrapper .ant-input-suffix {
  display: none;
}
.input-data-source .data-source-value .ant-select-selection-placeholder {
  width: 100%;
}
.input-data-source .data-source-value-disabled {
  border-color: var(--color-border-disable) !important;
  background-color: var(--color-fill-disable) !important;
  cursor: not-allowed;
}
.input-data-source .data-source-value-disabled:hover {
  border-color: var(--color-border-disable) !important;
}
.input-data-source .data-source-value-disabled:hover .input-data-source-clear {
  display: none;
}
.input-data-source .data-source-value-disabled:hover .input-data-source-arrow {
  display: flex;
}
.input-data-source .data-source-value-disabled .ant-select-disabled .ant-select-selector {
  border: none !important;
  background: transparent !important;
}
.input-data-source .data-source-value-disabled .pointer {
  cursor: not-allowed;
}
.input-data-source .data-source-enum.ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
  border-radius: var(--radius-normal) var(--radius-0) var(--radius-0) var(--radius-normal);
  border: var(--border-normal) solid var(--color-border-normal);
  width: 58px;
}
.input-data-source .data-source-enum.ant-select-single:not(.ant-select-customize-input) .ant-select-arrow {
  right: 8px;
}
.input-data-source .ant-select-single.ant-select-show-arrow .ant-select-selection-item,
.input-data-source .ant-select-single.ant-select-show-arrow .ant-select-selection-placeholder {
  padding-inline-end: 6px;
}
.input-data-source .ant-select.ant-select-outlined.ant-select-in-form-item.data-source-enum.f-select.ant-select-single.ant-select-show-arrow {
  height: 32px;
}
.input-data-source-dropdown {
  overflow: visible;
}
.input-data-source.error .data-source-value {
  border-color: #f75559;
}
.input-with-error-wrapper {
  flex: 1;
}
.input-with-error-wrapper .error-message {
  color: var(--color-error-normal);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  margin-top: 4px;
}
.ref-cascader {
  outline: none;
}
.first-level-item.focused {
  background-color: rgba(0, 0, 0, 0.04);
}
.tool_auth_config_key_param_name .data-source-value {
  background-color: #fff;
}
.treetable-desc-container {
  display: flex;
  width: 316px;
}
.treetable-desc-container .treetable-desc-line {
  width: 1px;
  height: 42px;
  background-color: var(--color-gray-3);
}
.treetable-desc-container .treetable-more-line {
  width: 1px;
  background-color: var(--color-gray-3);
}
.treetable-desc-container .treetable-desc-line-wrap {
  display: flex;
  flex-direction: row-reverse;
}
.treetable-desc-container .treetable-desc-input {
  padding-left: 9px;
  padding-bottom: 10px;
  flex: 1;
}
.treetable-desc-container .treetable-desc-input .ant-row {
  display: flex;
  flex-flow: row wrap;
  min-width: 0;
}
.treetable-desc-container .treetable-desc-input .ant-form-item-label > label {
  color: var(--color-text-caption);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 133.333% */
}
.treetable-desc-container .treetable-desc-input .ant-form-item .ant-form-item-label > label::after {
  margin-inline-end: 0px;
}
.variable-input-treetable .tree-table-row:not(.tree-table-header) .tree-table-cell {
  padding: 6px 8px;
}
.variable-input-treetable .tree-table-row:not(.tree-table-header) .tree-table-cell:last-child {
  padding: 6px 0;
}
.variable-input-treetable .tree-table-row:not(.tree-table-header) .ant-btn-icon {
  height: 16px;
}
.variable-input-treetable .tree-table-cell-content {
  width: 100%;
}
.variable-input-treetable .tree-table-cell-content .ant-form-item {
  width: 100%;
}
.variable-input-treetable .ant-form-item {
  margin-bottom: 0;
}
.variable-input-treetable .ant-select-disabled .ant-select-selector {
  border-radius: var(--radius-normal) !important;
  border: var(--border-normal) solid var(--color-border-disable) !important;
  background: var(--color-fill-disable) !important;
  color: var(--color-text-disable) !important;
}
.variable-input-treetable .ant-select-disabled .ant-select-selector .ant-select-selection-item {
  color: var(--color-text-disable) !important;
}
.variable-input-treetable .ant-form-item-control-input-content .ant-input {
  min-height: 32px;
}
.variable-input-treetable .style-disabled {
  display: flex;
  height: 32px;
  padding: 0px var(--spacing-tight);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
  border-radius: var(--radius-normal);
  border: var(--border-normal) solid var(--color-border-normal);
  background: var(--color-fill-disable);
}
.header-collapse-arrow {
  gap: 8px;
}
.header-collapse-arrow .header-btn-add.disabled {
  color: var(--color-text-caption);
}
.show-full-screen-btn {
  width: 100%;
  cursor: pointer;
  text-align: center;
  color: var(--color-primary-normal);
  /* caption/--caption-regular */
  font-family: var(--font-family-normal);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 133.333% */
}
.default-hover-container {
  max-height: 200px;
  /* 设置最大高度 */
  overflow-y: scroll;
  /* 内容超出时允许纵向滚动 */
  scrollbar-width: none;
  /* Firefox 隐藏滚动条 */
  -ms-overflow-style: none;
  /* IE 10+ 隐藏滚动条 */
}
.default-hover-container::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari 和 Opera 隐藏滚动条 */
}
.default-val-input-container {
  width: 100%;
}
.default-val-input-container .container-wrap {
  padding: var(--spacing-none) var(--spacing-base);
  min-width: 100px;
  width: 100%;
  gap: 4px;
  display: flex;
  height: var(--size-l);
  align-items: center;
  justify-content: start;
  border-radius: var(--radius-normal);
  border: var(--border-normal) solid var(--border---color-border-normal, rgba(17, 32, 70, 0.13));
  background: var(--bg---color-bg-1, #FFF);
  cursor: pointer;
}
.default-val-input-container .text {
  flex-grow: 1;
  overflow: hidden;
  color: var(--color-text-primary);
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
}
.default-val-input-container .expand {
  display: flex;
  align-items: center;
  margin-right: -4px;
  width: 12px;
  height: 12px;
  cursor: pointer;
}
.default-val-input-container .upload-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  cursor: pointer;
  justify-self: center;
  align-self: center;
}
.default-val-input-container .upload-container .text {
  overflow: hidden;
  color: var(--color-text-caption);
  text-overflow: ellipsis;
  /* body/--body-regular */
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
}
.default-val-input-container .file-input-wrap {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 2px;
}
.default-val-input-container .file-input-wrap .file-input-default-val-container {
  display: flex;
  padding: var(--spacing-tight);
  align-items: center;
  height: 24px;
  width: calc(100% - 14px);
  gap: 2px;
  border-radius: var(--radius-normal) 3px 3px var(--radius-normal);
  border: var(--border-normal) solid var(--color-gray-3);
  background: var(--color-gray-0);
}
.default-val-input-container .file-input-wrap .file-input-default-val-container .wrap {
  overflow: hidden;
  /* 溢出隐藏 */
  white-space: nowrap;
  /* 禁止换行 */
  text-overflow: ellipsis;
  /* 文本溢出显示省略号 */
  width: 100%;
}
.default-val-input-container .array-file-container-wrap {
  width: 100%;
}
.default-val-input-container .array-file-container-wrap .text {
  max-width: 68px;
}
.defaultval-json-input-modal .label {
  display: flex;
  width: 120px;
  padding: var(--spacing-base) 0px;
  align-items: flex-start;
  margin-bottom: var(--spacing-super-tight);
  color: var(--color-text-caption);
  /* components/--formItem-text-label-default */
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 114.286% */
}
.ant-tooltip.variable-add-btn {
  z-index: 800 !important;
}
.fixed-data-treetable .tree-table-body .tree-table-cell {
  padding-right: 8px !important;
  align-items: center;
}
.fixed-data-treetable .tree-table-body .tree-table-cell .tree-table-cell-content {
  width: 100%;
}
.fixed-data-treetable .tree-table-body .ellipsis {
  margin-right: 4px;
}
.fixed-data-treetable .tree-table-body .variable-type-tag {
  max-width: 72px;
  display: flex;
  padding: var(--spacing-super-tight) var(--spacing-tight);
  justify-content: center;
  align-items: center;
  gap: var(--spacing-super-tight);
  border-radius: var(--radius-normal);
  background: var(--color-gray-0);
  color: var(--color-gray-7);
  font-family: var(--font-family-normal);
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 160% */
}
.tree-select .ant-select-selection-wrap {
  width: auto;
  max-width: 100%;
}
.tree-select .tree-select-selection-item {
  max-width: 100%;
  height: 24px;
  padding: var(--spacing-tight) var(--spacing-base);
  border-radius: var(--radius-normal) 3px 3px var(--radius-normal);
  border: var(--border-normal) solid var(--color-gray-3);
  background: var(--color-gray-0);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  /* caption/--caption-regular */
  color: var(--color-gray-10);
  font-family: var(--font-family-normal);
  font-size: 12px;
  line-height: 14px;
  /* 133.333% */
}
.tree-select.ant-select-disabled .tree-select-selection-item {
  color: var(--color-text-disable);
}
.tree-select-pop {
  width: 100%;
  padding: var(--spacing-tight) var(--spacing-base);
  border-radius: var(--radius-normal);
  background: #fff;
  overflow-y: scroll;
  max-height: calc(50vh);
  /* shadow/--shadow-medium */
  box-shadow: var(--shadow-medium-x-1) var(--shadow-medium-y-2) var(--shadow-medium-blur-1) var(--shadow-medium-spread-1) var(--shadow-medium-color-1), var(--shadow-medium-x-2) var(--shadow-medium-y-2) var(--shadow-medium-blur-2) var(--shadow-medium-spread-2) var(--shadow-medium-color-2), var(--shadow-medium-x-3) var(--shadow-medium-y-3) var(--shadow-medium-blur-3) var(--shadow-medium-spread-3) var(--shadow-medium-color-3);
}
.tree-select-pop > div {
  width: 100%;
}
.tree-select-pop .tree-select-node {
  display: flex;
  width: 100%;
  height: 32px;
  align-items: center;
  position: relative;
}
.tree-select-pop .tree-select-node-title {
  display: flex;
  padding: var(--spacing-tight) var(--spacing-base);
  align-items: center;
  gap: var(--spacing-base);
  align-self: stretch;
  overflow: hidden;
  color: var(--color-text-caption);
  text-overflow: ellipsis;
  white-space: nowrap;
  /* caption/--caption-regular */
  font-family: "PingFang SC";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 133.333% */
}
.tree-select-pop .tree-select-node-container {
  padding: var(--spacing-super-tight) var(--spacing-tight);
  cursor: pointer;
  flex: 1;
}
.tree-select-pop .tree-select-node-container .tree-select-node-item {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tree-select-pop .tree-select-node-container:hover {
  background: var(--color-fill-hover);
}
.tree-select-pop .tree-select-node-container.is-disabled {
  cursor: not-allowed;
}
.tree-select-pop .tree-select-node-container.is-disabled .tree-select-node-item {
  color: var(--color-text-disable);
}
.tree-select-pop .tree-select-node-line {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  cursor: pointer;
}
.tree-select-pop .tree-select-node-line-up,
.tree-select-pop .tree-select-node-line-down {
  height: 33%;
  position: relative;
}
.tree-select-pop .tree-select-node-line-middle {
  height: 34%;
  position: relative;
  display: flex;
  justify-content: center;
}
.tree-select-pop .tree-select-node-line .branch-arrow {
  padding: 1px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.tree-select-pop .tree-select-node-line .branch-arrow .icon-up {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACoSURBVHgB7dVNCoJQFMXxo4naEwdBo5oGQWtoD621RbSI9lAjA6P8QkFwINx77nPof/Lg8Ti/4QPWhDbyk1OC7HjBf1cC7x/IQvFF6g4Ioiuy9Aacc5DJQBvHwxmEuQWRgWkGhAMMCA+QiA0gEDugRPwABeIPjO3nr/2Btimw/d7xehbLA8K4H6AYtwPKcRtAjPMAOc4BhvE++cOp3QdRUsGVD3Z8TVUH64RGLv0r2DQAAAAASUVORK5CYII=');
  background-size: cover;
  transition: transform 0.3s ease-out;
}
.tree-select-pop .tree-select-node-line .branch-arrow .icon-down {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACoSURBVHgB7dVNCoJQFMXxo4naEwdBo5oGQWtoD621RbSI9lAjA6P8QkFwINx77nPof/Lg8Ti/4QPWhDbyk1OC7HjBf1cC7x/IQvFF6g4Ioiuy9Aacc5DJQBvHwxmEuQWRgWkGhAMMCA+QiA0gEDugRPwABeIPjO3nr/2Btimw/d7xehbLA8K4H6AYtwPKcRtAjPMAOc4BhvE++cOp3QdRUsGVD3Z8TVUH64RGLv0r2DQAAAAASUVORK5CYII=');
  background-size: cover;
  transform: rotate(90deg);
  transition: transform 0.3s ease-out;
}
.tree-select-pop .tree-select-node-line-1 {
  position: absolute;
  left: 0;
  top: 0;
}
.tree-select-pop .tree-select-node-line-1 .tree-select-node-line-up:before,
.tree-select-pop .tree-select-node-line-1 .tree-select-node-line-down:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: var(--color-gray-3);
}
.tree-select-pop .tree-select-node-line-1 .tree-select-node-line-middle:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  width: 100%;
  border: 0 solid var(--color-gray-3);
  border-left-width: 1px;
}
.tree-select-pop .tree-select-node-line-1 .tree-select-node-line-middle:after {
  content: '';
  position: absolute;
  left: 50%;
  top: -50%;
  height: 100%;
  width: 50%;
  border: 0 solid var(--color-gray-3);
  border-bottom-width: 1px;
  border-radius: 0 0 0 4px;
}
.tree-select-pop .tree-select-node-line-1.is-last .tree-select-node-line-down:before {
  display: none;
}
.tree-select-pop .tree-select-node-line-1.is-last .tree-select-node-line-middle:before {
  display: none;
}
.tree-select-pop .tree-select-node-line-1.is-last .tree-select-node-line-middle:after {
  border-left-width: 1px;
}
.tree-select-pop .tree-select-node-line-2 .tree-select-node-line-middle:before {
  content: '';
  position: absolute;
  left: 0;
  top: -50%;
  height: 100%;
  width: 100%;
  border: 0 solid var(--color-gray-3);
  border-bottom-width: 1px;
}
.tree-select-pop .tree-select-node-line-2.has-children .tree-select-node-line-down.is-expanded:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: var(--color-gray-3);
}
.tree-select-pop .tree-select-node-line-2.has-children .tree-select-node-line-middle:before {
  display: none;
}
.tree-select-pop .tree-select-empty {
  height: 80px;
  line-height: 80px;
  text-align: center;
  color: var(--color-text-caption);
}
.jsx-editor {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #fff;
}
.jsx-editor__toolbar {
  display: flex;
  align-items: center;
  gap: 8px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2000;
}
.jsx-editor__toolbar-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 4px;
  cursor: pointer;
  color: #6b7280;
  background: #f3f4f6;
  transition: all 0.2s;
}
.jsx-editor__toolbar-btn:hover {
  color: #111827;
  background: #e5e7eb;
}
.jsx-editor__validation-badge {
  padding: 2px 8px;
  font-size: 12px;
  color: #f59e0b;
  background: #fef3c7;
  border-radius: 4px;
  font-weight: 500;
}
.jsx-editor__content {
  position: relative;
  flex: 1;
  min-height: 0;
  background: #fff;
}
.jsx-editor__content .monaco-editor .monaco-scrollable-element > .scrollbar.vertical {
  width: 14px !important;
  background: transparent !important;
}
.jsx-editor__content .monaco-editor .monaco-scrollable-element > .scrollbar.vertical .slider {
  width: 8px !important;
  left: 3px !important;
  background: rgba(0, 0, 0, 0.2) !important;
  border-radius: 4px;
  transition: background 0.2s ease;
}
.jsx-editor__content .monaco-editor .monaco-scrollable-element > .scrollbar.vertical:hover .slider {
  background: rgba(0, 0, 0, 0.3) !important;
}
.jsx-editor__content .monaco-editor .monaco-scrollable-element > .scrollbar.vertical.active .slider {
  background: rgba(0, 0, 0, 0.4) !important;
}
.jsx-editor__content .monaco-editor .monaco-scrollable-element > .scrollbar.horizontal {
  display: none !important;
}
.jsx-editor__content .monaco-editor .monaco-hover,
.jsx-editor__content .monaco-editor .monaco-editor-hover,
.jsx-editor__content .monaco-editor .suggest-widget,
.jsx-editor__content .monaco-editor .parameter-hints-widget,
.jsx-editor__content .monaco-editor .zone-widget {
  z-index: var(--editor-z-index, 1000) !important;
}
