.e-node-editor {
  overflow: hidden;
  height: 600px;
  position: relative;
}

.e-node-container {
  background-size: 20px 20px;
  /*background-image: linear-gradient(to right, lightgrey 1px, transparent 1px), linear-gradient(to bottom, lightgrey 1px, transparent 1px);*/
  height: 3000px;
  width: 3000px;
  position: relative;
}
.e-node-container svg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.e-node {
  border: 2px solid #1f2937;
  padding-bottom: 4px;
  border-radius: 5px;
  position: absolute;
  background: white;
  user-select: none;
  min-width: 120px;
  cursor: default;
}
.e-node select, .e-node input {
  position: absolute;
  width: 84%;
  left: 8%;
  border-radius: 5px;
  height: 1.3em;
  background: #e4e4e4;
  border: none;
  padding: 0 0.25rem;
  line-height: 1rem;
  appearance: auto;
}

.e-node-title {
  text-align: center;
  background: #1f2937;
  color: #FFF;
  overflow: hidden;
  padding: 0 10px;
  margin: -0.4px -0.6px 4px -0.6px;
}

.e-node-out, .e-node-in {
  position: relative;
  padding: 1px 10px;
  display: block;
}
.e-node-out .e-node-connector, .e-node-in .e-node-connector {
  position: absolute;
  border-radius: 50%;
  height: 0.7rem;
  width: 0.7rem;
  top: 50%;
  transform: translateY(-50%);
}

.e-node-in[connector] {
  display: none;
}

.e-node-out {
  text-align: right;
}
.e-node-out .e-node-connector {
  right: -0.4rem;
}

.e-node-in .e-node-connector {
  left: -0.4rem;
}

.e-node-connected input {
  display: none;
}

.e-node-cp {
  background: white;
  position: absolute;
  height: 100%;
  right: 0;
}
.e-node-cp button {
  width: 100%;
  height: 10%;
  margin: 0;
  border-left: 1px solid #555;
}

.e-node-add {
  overflow-y: auto;
  top: 0;
  right: 0;
  padding: 0px 10px;
  border-left: 2px dashed #e4e4e4;
  height: 100%;
  position: absolute;
  background: white;
}
.e-node-add li {
  color: #FFF;
  text-align: center;
  padding: 2px 10px;
  margin: 5px 0;
  background: #1f2937;
  border-radius: 5px;
}

/*
.e-resizer{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 8px 8px;
    border-color: transparent transparent $background-color transparent;
    position: absolute;
    right: 0;
    bottom: 0;
    &:hover{
        cursor: nw-resize;
    }
}*/
.e-node-bar {
  position: absolute;
  width: 100%;
  height: 34px;
  background: #1f2937;
}
.e-node-bar .e-button {
  margin: 0;
  border: 0;
  padding: 5px 10px;
  background: none;
  color: white;
}
.e-node-bar .e-button:hover {
  background: #FFF;
}

.e-node-selected .e-node-title {
  transition: color 0.2s;
  color: #61D6F3;
}

.e-node-connection {
  stroke-width: 2.5;
  fill: none;
}

/*# sourceMappingURL=style.css.map */
