.connect {
  background: #fff;
  display: none;
}

.delete-relationship {
  background: none;
  color: #ffffff;
  width:260px;
  text-align: center;
}

.transformer {
  transition: box-shadow 0.3s;
  display: flex;
  flex-direction: column;
  width: 260px;
  height: 80px;
  padding: 3px 6px 3px 6px; 
  background: #fff !important;
  border: 1px solid gray !important;
  color: #111;
  align-items: center;
}
.transformer .row{
  flex: 1;
  width: 100%;
}
.transformer .title {
  flex: 1;
  font-size: 16px;
  padding-left: 4px;
  word-break: break-all;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
}
.transformer .fir{
  text-align: left;
  display: flex;
  flex-direction: row;
  text-align: left;
  align-items: center;
}
.transformer .fir .icon{
  display: block;
  width:16px;
  height: 16px;
}
.transformer .sec{
  display: flex;
  flex-direction: row;
  text-align: left;
  align-items: center;
}

.transformer .sec .assignee{
  flex:1;
}

.transformer .sec .coins{
  display: flex;
}

.transformer .sec .coins .coin-icon {
  display: flex;
  width: 15px;
  height: 15px;
  vertical-align: middle;
}

.transformer .third{
  display: flex;
  flex-direction: row;
  text-align: left;
  align-items: center;
}

.transformer .third .state-text{
  padding: 0 1px 0 1px;
  color:#1962B7;
  border: 1px solid #1962B7;
  border-radius: 2px;
}

.transformer .third .created_at{
  flex: 1;
  text-align: right;
}

.transformer .status .status-dot{
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #111;
}

.jtk-drag-selected{
  border: 2px solid #000 !important;
}
.node-hover {
  z-index: 1;
  box-shadow: 0 1px 2px -2px rgba(0, 0, 0, 0.16), 0 3px 6px 0 rgba(0, 0, 0, 0.12), 0 5px 12px 4px rgba(0, 0, 0, 0.09)
}
.node-hover .title{
  /* font-weight: 500; */
}
.delete-node-icon{
  font-size: 24px;
}
