/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.flowchart-editor-panel-collpase {
  transition: right 0.5s;
}
.flowchart-editor-panel-collpase-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.flowchart-editor-panel-collpase-icon {
  position: absolute;
  z-index: 99;
  width: 20px;
  color: #aaa;
  font-size: 12px;
  text-align: center;
  background: #fff;
  border: 1px solid #ccc;
  transform: translate(0, -50%);
  cursor: pointer;
}
.flowchart-editor-panel-collpase-icon:hover {
  color: #2b84c0;
}
.flowchart-editor-panel-collpase .xflow-workspace-panel {
  transition: left 0.5s;
}
