.dhx_free_diagram {
    background-color: #f7f7f7;
}

.pert-chart-card {
    background: #FFF;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    border: 1px solid #DFDFDF;
    overflow: hidden;
    padding: 10px;
}

.pert-chart-card span {
    font-weight: 300;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    text-align: center;
}

.pert-chart-card span:not(:last-child) {
    font-weight: 500;
    margin-top: 16px;
}

.pert-chart-card-start-end {
    transform: skew(20deg);
}

.dhx_diagram {
    cursor: grab;
}

.dhx_diagram_grabbing {
    cursor: grabbing !important;
}
