.ctl-flow-visualizer.ctl-flow-row-no-responsive .ctl-flow-row{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.ctl-flow-visualizer-viewport{
    overflow: hidden;    
    border: 2px solid rgba(0,0,0,.125);
   
   
    background-size: 40px 40px;
    background-image:
      linear-gradient(to right, rgba(0,0,0,0.05) 1px, transparent 1px),
      linear-gradient(to bottom, rgba(0,0,0,0.05) 1px, transparent 1px);
   
    /*background-image: radial-gradient(circle, #000000 1px, rgba(0, 0, 0, 0) 1px);    */    
}

.ctl-flow-item{
    display: inline-block;
    border: 1px solid rgba(0,0,0,.125);
    margin: 5px;

    padding: 1.25rem;
    border-radius: .25rem;
    position: relative;
   
    background-color: #fff;
   
    margin-bottom: 30px;
}

.ctl-flow-row{
    margin-bottom: 50px;
    position: relative;
    overflow: visible;
}

.ctl-flow-row{
    border-bottom: 1px dashed #999;
}

.ctl-flow-row{
    background-color: rgba(143, 149, 255, 0.2);
}

.ctl-flow-row:nth-child(odd){
    background-color: rgba(143,208,255, 0.2);
}


.ctl-flow-item-anchors{
    position: absolute;
    height: 10px;
    left: 0px;
    width: 100%;
    text-align: center;  
   
    white-space: nowrap;
    line-height: 0px;  
   
    z-index: -1;    
}

.ctl-flow-item-dolly-anchors{
    height: 10px;
    width: 100%;
    text-align: center;  
    white-space: nowrap;
    line-height: 0px;  
}

.ctl-flow-item-anchor{
    width: 10px;
    height: 10px;
    /*background-color: #000;*/
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 10px;  
}

.ctl-flow-item-top-anchors{
    top: -5px;    
}

.ctl-flow-item-top-anchors .ctl-flow-item-anchor{
    opacity: 0;
}
.ctl-flow-item-top-anchors .ctl-flow-item-anchor{
    opacity: 0;
}
 
.ctl-flow-item-bottom-anchors{
    bottom: -5px;    
}

.ctl-flow-svg-layer{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    overflow: visible;    
}

.ctl-flow-bg{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    overflow: visible;
}

.ctl-flow-visualizer-content{
    position: relative;
    text-align: center;
    transform-origin: 0 0;
    overflow: visible;
}

.ctl-flow-visualizer-content-zoom{
/*    transition: transform 0.4s ease 0s;   */
    transform-origin: 50% 50%;  
    overflow: visible;
}

.ctl-flow-svg-layer g:hover > path{
    cursor: pointer;    
}

.ctl-flow-item h4{
    font-size: 12px;
}




.ctl-flow-item.root{
    background: #2271b1;
    border-color: #2271b1;
    color: #fff;
}


.ctl-flow-svg-layer path{
    stroke-width: 1;
    stroke: #000;
    stroke-linecap: round;
    fill: none;
}

.ctl-flow-svg-layer g:hover > path{
    stroke: #f00;
    stroke-width: 3;
}

.ctl-flow-svg-layer g:hover > path{
    marker-end: url("#ctl-flow-line-marker-end-hover");
    marker-start: url("#ctl-flow-line-marker-start-hover");
}

.ctl-flow-svg-layer path.ghost{
    stroke-dasharray: 11, 5;    
}
.ctl-flow-svg-layer polyline{
    fill: none;
    stroke: #231F20;
    vector-effect: non-scaling-stroke;
    stroke-width: 2;
}

#ctl-flow-line-marker-start circle{
    fill: #000;    
}

#ctl-flow-line-marker-start-hover circle{
    fill: #f00;    
}

#ctl-flow-line-marker-end path{
    fill: #000;    
}

#ctl-flow-line-marker-end-hover > path{
    fill: #f00;
    stroke: #f00;
   
}


.ctl-flow-item .toggle-collapse{
    position: absolute;
    right: 3px;
    top: 0px;
    font-size: 16px;
    cursor: pointer;
}

.ctl-flow-item .toggle-pin{
    position: absolute;
    left: 3px;
    top: 3px;
    font-size: 12px;
    cursor: pointer;
}

.ctl-flow-item-selected{
    box-shadow: 0px 0px 0px 2px #f00 inset;
}

.ctl-flow-item .subtitle{
display: block;    
font-weight: bold;
    font-size: 13px;
margin-top: 5px;
}

.ctl-flow-item.collapsed .ctl-flow-item-content{
display: none;
}

.ctl-flow-navigator{
    background-color: rgba(255,255,255,1);    
    border: 1px solid #ced4da;
    padding: 10px;
    border-radius: 5px;
    width: 280px;

    
    position: fixed;
    top: 150px;
    right: 30px;
    display: block;
    z-index: 1035;
}  

.ctl-flow-navigator.ui-resizable{
position: fixed !important;
overflow: hidden;
}

.ctl-flow-navigator .scrollable{

    max-height: 60vh;
    overflow: scroll;

    height: calc(100% - 100px);
}

.wp-admin .ctl-flow-navigator .scrollable{
    max-height: inherit;
    height: calc(100% - 30px );
}
.wp-admin .ctl-flow-navigator {
    height: calc( 100% - 70px );
    top: 40px;
    right: 56px;        
}


.ctl-flow-navigator ul{
    margin-left: 5px;
    margin-top: 5px;
    padding-left: 0px;
}

.ctl-flow-navigator li{
    list-style: none;
}

.ctl-flow-navigator h2{
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
    background-color: #ff6c02;
    padding: 2px 3px;
    border-radius: 5px;
    color: #fff;
    margin: 0px;
}

.wp-admin .ctl-flow-navigator h2{
    background-color: #2271b1;
    border-radius: 3px;
    margin-bottom: 5px;
}

.ctl-flow-navigator .ctl-flow-navigator-label{
    font-size: 12px !important;
    border: 1px solid #c3c4c7;
    padding: 3px;
    margin-bottom: 5px;
    border-radius: 3px;

    -webkit-transition: all 0.4s ease 0.3s;
    -moz-transition: all 0.4s ease 0.3s;
    -o-transition: all 0.4s ease 0.3s;
    transition: all 0.4s ease 0.3s;  
    
    font-weight: bold !important;    
}

.ctl-flow-navigator .ctl-flow-navigator-label span{
    font-weight: normal !important;
    display: inline-block !important;
    margin-left: 5px;
    font-size: 11px;
}

.ctl-flow-navigator .ctl-flow-navigator-label span.ctl-wp-studio-icons-home{
    margin-left: 0px;
}

.ctl-flow-navigator-list{
    position: relative;
    padding-left: 18px;
}

.ctl-flow-navigator-toggle-collapse{
    position: absolute;
    left: 0px;
    top: 3px;
    cursor: pointer;
}

.ctl-flow-navigator-label{
cursor: pointer;
}

.ctl-flow-navigator-label:hover{
    background-color: #fddf0a;
}

.ctl-flow-item{
-webkit-transition:all 0.4s ease 0.3s;
-moz-transition:all 0.4s ease 0.3s;
-o-transition:all 0.4s ease 0.3s;
transition:all 0.4s ease 0.3s;
}

.ctl-flow-item-highlight{
    background-color: #fddf0a !important;
    color: #3c434a !important;
}


.ctl-flow-item-highlight-1{
    background-color: #fddf0a !important;
    color: #3c434a !important;
}

.ctl-flow-item-highlight-2{
    background-color: #fddf0a !important;
    color: #3c434a !important;
}

.ctl-flow-item-highlight-3{
    background-color: #fddf0a !important;
    color: #3c434a !important;
}


.ctl-flow-navigator input[name=search-node]{
display: block;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 100%;
    font-size: 14px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-top-left-radius: 5px;
    -moz-border-top-right-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    border-top: 1px solid #ced4da;
    border-left: 1px solid #ced4da;
    border-bottom: 1px solid #ced4da;
    border-right: 1px solid #ced4da;
    padding: 3px 5px;
}


.ctl-flow-navigator-action-minimize{
    position: absolute;
    right: 15px;
    top: 12px;
    font-size: 12px;
}


.ctl-flow-navigator-action-maximize{
    position: fixed;
    bottom: 15px;
    left: 15px;
    width: 100px;
    z-index: 2;
    width: 220px;
}

.ctl-flow-navigator-action-maximize h2{
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
    background-color: #ff6c02;
    padding: 2px 3px;
    border-radius: 5px;
    color: #fff;
    margin: 0px;
    text-align: center;
}

.wp-admin .ctl-flow-navigator-action-maximize{
    bottom: 15px;
    right: 62px;
    left: auto;
}

.wp-admin .ctl-flow-navigator-action-maximize h2{
    background-color: #2271b1;
}

.wp-admin .ctl-flow-visualizer-btn-group button{
    margin-right: 5px;;
}

#vulcano-flow-container.vulcano-flow-container-maximized{
    width: 100% !important;
}

#vulcano-flow-container{
    width: calc( 100% - 302px );
}

.mermaid-code{
    display: none;
}

.postbox .mermaid{
    text-align: center;
}

.ctl-wp-studio-fsm-container{
    min-height: 500px;
    width: 100%;
}

.ctl-wp-studio-fsm-admin-toolbar{
    text-align: center;
}

.ctl-wp-studio-fsm-admin-toolbar-title{
    font-weight: bold;
    margin-right: 15px;
}

.ctl-wp-studio-fsm-action-help{
    cursor: pointer;
}