.preset-node {
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-around;
  height: 80px;
  z-index: 1;

  .preset-node-item {
    width: 60px;
    height: 60px;
    margin: 0 6px;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0px 1px 4px 0px rgba(210, 210, 210, 0.5);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #758694;
    font-size: 12px;
    cursor: move;
    user-select: none;
  }
}

.flowchart-icon {
  fill: #758694;
  width: 20px;
}
