.flowchart-editor-panel-body {
  padding: 12px;
}
.flowchart-editor-panel-body .flowchart-editor-color-container {
  width: 24px;
  height: 24px;
  padding: 4px;
  border: 1px solid #eee;
  border-radius: 2px;
}
.flowchart-editor-panel-body .flowchart-editor-panel-group {
  display: flex;
  flex-direction: column;
  grid-gap: 8px;
  margin-bottom: 12px;
  padding-bottom: 12px;
  font-size: 12px;
}
.flowchart-editor-panel-body .flowchart-editor-panel-group:first-child {
  border-bottom: 1px solid #ccc;
}
.flowchart-editor-panel-body .flowchart-editor-panel-group:last-child {
  margin-bottom: 0;
}
.flowchart-editor-panel-body .flowchart-editor-panel-group input,
.flowchart-editor-panel-body .flowchart-editor-panel-group select {
  height: 24px;
}
.flowchart-editor-panel-body .flowchart-editor-panel-group h5 {
  margin: 0;
  color: rgba(0, 0, 0, 0.85);
}
.flowchart-editor-panel-body .flowchart-editor-panel-group .group {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.flowchart-editor-panel-body .flowchart-editor-panel-group .group > label {
  margin-right: 8px;
  color: rgba(0, 0, 0, 0.45);
  word-break: keep-all;
}
.flowchart-editor-panel-body .flowchart-editor-panel-group .split {
  display: flex;
  grid-gap: 8px;
}
.flowchart-editor-panel-body .flowchart-editor-panel-group .addon-before-group {
  position: relative;
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 100%;
  overflow: hidden;
  vertical-align: center;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
}
.flowchart-editor-panel-body .flowchart-editor-panel-group .addon-before-group > span {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 20px;
  color: #000000d9;
  line-height: 24px;
  text-align: center;
  background-color: #fafafa;
  cursor: pointer;
}
.flowchart-editor-panel-body .flowchart-editor-panel-group .addon-before-group:hover > span {
  display: none;
}
.flowchart-editor-panel-body .flowchart-editor-node-text-style,
.flowchart-editor-panel-body .flowchart-editor-edge-text-style,
.flowchart-editor-panel-body .flowchart-editor-edge-stroke-style {
  display: flex;
  flex-direction: row;
  grid-gap: 8px;
}
.flowchart-editor-panel-body .ant-input-number {
  width: 100%;
}
.flowchart-editor-canvas-panel {
  display: flex;
  justify-content: center;
  padding-top: 60px;
  color: #aaa;
}
.flowchart-editor-pick-color-container {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.25);
}
.flowchart-editor-pick-color-container .flowchart-editor-popover {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 12px;
  background: #fff;
  transform: translate(-50%, -50%);
}
.flowchart-editor-pick-color-container .sketch-picker {
  box-sizing: border-box !important;
  padding: 0 !important;
  border-radius: none !important;
  box-shadow: none !important;
}
.flowchart-editor-pick-color-container .foolter {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 12px;
}
