.wd-workflow-item {
    fill: blue;
}

.wd-intermediate-item {
    fill: black;
}

.wd-start-item {
    fill: red;
}

.wd-end-item {
    fill: red;
}

.wd-connector {
    stroke: black;
    fill: none;
}

.wd-item-group.selected {
    .wd-item {
        stroke: red;
        stroke-width: 3px;
    }
}

.wd-item-text {
    font-family: sans-serif;
    font-size: 10px;
}

.wd-workflow-item-text {
    fill: yellow;
}

.wd-start-item-text {
    fill: white;
}

.wd-end-item-text {
    fill: white;
}

.wd-hidden {
    display: none;
}

.wd-background-section {
    fill: rgba(0, 255, 0, 0.2);
}

.wd-transparent {
    opacity: 0;
}

.wd-workflow-item-remove {
    fill: red;
}
