/* New pipeline.css without LESS imports */
@import url("./custom-antd.css");
.pipeline-card {
    border: 1px solid rgba(0, 0, 0, 0.05) !important;
    border-radius: 5px;
}

.pipeline-card .pipeline-main {                
    height: 720px;
    display: flex;
}

.pipeline-card .pipeline-main .pipeline-column-one {
    border-right: 1px solid rgba(0, 0, 0, 0.05) !important;
    padding: 15px;
    padding-right: 0px;
    padding-left: 0px;
}

.pipeline-card .pipeline-main .pipeline-column-one .pipeline-react-flow {
    width: 230px;
    height: 685px;                
}

.pipeline-card .pipeline-main .pipeline-column-one .pipeline-add-item {
    position: absolute;
    left: 0;
    bottom: 0px;
    z-index: 9999;
    border-radius: 0px;
    border: unset;
    width: 100%;
}

.pipeline-card .pipeline-main .pipeline-column-two {
    padding: 15px;
    overflow: scroll;
    height: 720px;
    flex: 1;
}

.pipeline-card .pipeline-main .pipeline-icon-add {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 100%;
    z-index: 9999;        
    border-radius: 0px;
}

.pipeline-card .custom-edge-react-flow-edge-path { 
    stroke-width: 1;
    fill: none;
}

.pipeline-card .edgebutton-body {
    align-items: center;
    background: transparent;
    display: flex;
    height: 40px;
    justify-content: center;
    min-height: 40px;
    width: 40px;
}

.pipeline-card .edgebutton-body .edgebutton {            
    border : none;
    border-radius: 50%;
    cursor: pointer;
    font-size: 16px;
    height: 30px;
    line-height: 1;
    width: 30px;
}


.pipeline-layout-detail .pipeline-layout-detail-button {
    display: flex;
    justify-content: flex-end;
    padding-left: 15px !important;
    padding-right: 15px !important;
}