@import '_content/Z.Blazor.Diagrams/Z.Blazor.Diagrams.bundle.scp.css';

/* /Pages/Bot/BotProfile.razor.rz.scp.css */
.diagram-container[b-pjvsj3a7fx] {
    flex: 1;
    height: calc(100vh - 76.00px);
    background-size: 40px 40px;
    background-image: linear-gradient(to right, rgb(0, 0, 0, 0.05) 1px, transparent 1px), linear-gradient(to bottom, rgb(0, 0, 0, 0.05) 1px, transparent 1px);
}

.sidebar-diagram[b-pjvsj3a7fx] {
    width: 100px;
}

.select-container[b-pjvsj3a7fx] {
    display: grid;
    grid: auto / auto;
    grid-column: 1;
    grid-row: 1;
}

.card-node[b-pjvsj3a7fx] {
    display: flex;
    justify-content: center;
    width: 45%;
    margin: auto;
}

.select-box[b-pjvsj3a7fx] {
    border: 1px solid blue;
    background-color: #0000ff20;
    height: var(--rect-height);
    left: var(--rect-pos-x);
    position: absolute;
    top: var(--rect-pos-y);
    width: var(--rect-width);
    z-index: 100;
}

.background-grid[b-pjvsj3a7fx] {
    background-image: linear-gradient(rgb(211, 211, 211) 1px, transparent 1px), linear-gradient( 90deg, rgb(211, 211, 211) 1px, rgba(220, 220, 220, 0.8) 1px);
    background-size: var(--backgr-dimensions) var(--backgr-dimensions);
    background-position-x: var(--backgr-pos-x);
    background-position-y: var(--backgr-pos-y);
    grid-column: 1;
    grid-row: 1;
}

[b-pjvsj3a7fx] .diagram-canvas {
    cursor: default;
    grid-column: 1;
    grid-row: 1;
    height: 100%;
}

[b-pjvsj3a7fx] .scrollbar-container.horizontal {
    grid-column: 1;
    grid-row: 2;
}

[b-pjvsj3a7fx] .scrollbar-container.vertical {
    grid-column: 2;
    grid-row: 1;
}

.sidemenu-diagram[b-pjvsj3a7fx] {
    color: rgba(0,0,0,0.5);
}

    .sidemenu-diagram:active[b-pjvsj3a7fx] {
        color: #4173F9;
    }

    .sidemenu-diagram:hover[b-pjvsj3a7fx] {
        color: #4173F9;
    }

.nav-item[b-pjvsj3a7fx] {
    position: relative;
}

.nav-link[data-toggle].collapsed[b-pjvsj3a7fx]:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f078";
    color: #444444;
    position: relative;
    right: -50px;
}

.nav-link[data-toggle]:not(.collapsed)[b-pjvsj3a7fx]:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f077";
    color: #444444;
    position: relative;
    right: -50px;
}
/* /Pages/Diagram/Components/EndNode.razor.rz.scp.css */
.fully-transparent[b-pzgoxoy500] {
    background-color: transparent;
    border: 0;
}

.dropdown > a[b-pzgoxoy500] {
    color: black;
}

.node > .card.selected[b-pzgoxoy500] {
    border: 1px #4582ec solid;
}

.card[b-pzgoxoy500] {
    background: transparent;
    border-radius: 30px;
}

.list-group[b-pzgoxoy500] {
    border-bottom: unset;
}

[b-pzgoxoy500] .port {
    position: absolute;
}

    [b-pzgoxoy500] .port:hover {
        background: transparent;
        cursor: pointer;
    }

    [b-pzgoxoy500] .port.left {
        top: 23px;
        left: 24px;
        width: 12px;
        height: 12px;
        border-radius: 50px;
        outline: 2px solid #fff;
    }

        [b-pzgoxoy500] .port.left.has-links {
            top: 21px;
            left: 22px;
            width: 16px;
            height: 16px;
            background: #fff;
            outline: none;
        }
/* /Pages/Diagram/Components/Nodes/Answer/AnswerNode.razor.rz.scp.css */
.fully-transparent[b-oqpfaogvct] {
    background-color: transparent;
    border: 0;
}

.dropdown > a[b-oqpfaogvct] {
    color: black;
}

.node > .card.selected[b-oqpfaogvct] {
    border: 1px #4582ec solid;
}

    .node > .card.selected[b-oqpfaogvct]  .port {
        border-right-color: #4582ec;
        border-left-color: #4582ec;
    }

.list-group[b-oqpfaogvct] {
    border-bottom: unset;
}

[b-oqpfaogvct] .port {
    position: absolute;
    border-radius: 50px;
}

    [b-oqpfaogvct] .port:hover {
        background: transparent;
        cursor: pointer;
    }

    [b-oqpfaogvct] .port.right {
        position: relative;
        width: 20px;
        height: 20px;
    }

    [b-oqpfaogvct] .port.left {
        width: 8px;
        left: 6px;
        height: 8px;
        outline: 2px solid #FFE59D;
    }

    [b-oqpfaogvct] .port.right.has-links {
        background-color: #FFE59D;
        width: 12px;
        height: 12px;
    }

    [b-oqpfaogvct] .port.left.has-links {
        background-color: #FFE59D;
        left: 6px;
        width: 12px;
        height: 12px;
        outline: none;
    }
/* /Pages/Diagram/Components/Nodes/Api/ApiNode.razor.rz.scp.css */
.fully-transparent[b-013vv85iqj] {
    background-color: transparent;
    border: 0;
}

.dropdown > a[b-013vv85iqj] {
    color: black;
}

.node > .card.selected[b-013vv85iqj] {
    border: 1px #4582ec solid;
}

    .node > .card.selected[b-013vv85iqj]  .port {
        border-right-color: #4582ec;
        border-left-color: #4582ec;
    }

.list-group[b-013vv85iqj] {
    border-bottom: unset;
}

[b-013vv85iqj] .port {
    position: absolute;
    border-radius: 50px;
}

    [b-013vv85iqj] .port:hover {
        background: transparent;
        cursor: pointer;
    }

    [b-013vv85iqj] .port.right {
        position: relative;
        width: 20px;
        height: 20px;
    }

    [b-013vv85iqj] .port.left {
        width: 8px;
        left: 6px;
        height: 8px;
        outline: 2px solid #b584ff;
    }

    [b-013vv85iqj] .port.right.has-links {
        background-color: #b584ff;
        width: 12px;
        height: 12px;
    }

    [b-013vv85iqj] .port.left.has-links {
        background-color: #b584ff;
        left: 6px;
        width: 12px;
        height: 12px;
        outline: none;
    }
/* /Pages/Diagram/Components/Nodes/Conditional/ConditionalNode.razor.rz.scp.css */
.fully-transparent[b-nf6c4gvo4k] {
    background-color: transparent;
    border: 0;
}

.dropdown > a[b-nf6c4gvo4k] {
    color: black;
}

.node > .card.selected[b-nf6c4gvo4k] {
    border: 1px #4582ec solid;
}

    .node > .card.selected[b-nf6c4gvo4k]  .port {
        border-right-color: #4582ec;
        border-left-color: #4582ec;
    }

.list-group[b-nf6c4gvo4k] {
    border-bottom: unset;
}

[b-nf6c4gvo4k] .port {
    position: absolute;
    border-radius: 50px;
}

    [b-nf6c4gvo4k] .port:hover {
        background: transparent;
        cursor: pointer;
    }

    [b-nf6c4gvo4k] .port.right {
        position: relative;
        width: 20px;
        height: 20px;
    }

    [b-nf6c4gvo4k] .port.left {
        width: 8px;
        left: 6px;
        height: 8px;
        outline: 2px solid #b584ff;
    }

    [b-nf6c4gvo4k] .port.right.has-links {
        background-color: #b584ff;
        width: 12px;
        height: 12px;
    }

    [b-nf6c4gvo4k] .port.left.has-links {
        background-color: #b584ff;
        left: 6px;
        width: 12px;
        height: 12px;
        outline: none;
    }
/* /Pages/Diagram/Components/Nodes/Files/FileNode.razor.rz.scp.css */


.fully-transparent[b-1bgnq4c2sg] {
    background-color: transparent;
    border: 0;
}

.dropdown > a[b-1bgnq4c2sg] {
    color: black;
}

.node > .card.selected[b-1bgnq4c2sg] {
    border: 1px #4582ec solid;
}

.list-group[b-1bgnq4c2sg] {
    border-bottom: unset;
}

[b-1bgnq4c2sg] .port {
    border-radius: 50px;
    position: absolute;
}

    [b-1bgnq4c2sg] .port:hover {
        background: transparent;
        cursor: pointer;
    }

    [b-1bgnq4c2sg] .port.right {
        bottom: 14px;
        right: 2px;
        width: 16px;
        height: 16px;
    }

    [b-1bgnq4c2sg] .port.left {
        top: 28px;
        left: 6px;
        width: 8px;
        height: 8px;
        outline: 2px solid #A1FDBF;
    }

    [b-1bgnq4c2sg] .port.right.has-links {
        background-color: #A1FDBF;
        bottom: 16px;
        right: 4px;
        width: 12px;
        height: 12px;
    }

    [b-1bgnq4c2sg] .port.left.has-links {
        background-color: #A1FDBF;
        top: 26px;
        left: 4px;
        width: 12px;
        height: 12px;
        outline: none;
    }
/* /Pages/Diagram/Components/Nodes/Menu/MenuNode.razor.rz.scp.css */
.fully-transparent[b-xb2sn7m1nb] {
    background-color: transparent;
    border: 0;
}

.dropdown>a[b-xb2sn7m1nb] {
    color: black;
}

.node>.card.selected[b-xb2sn7m1nb] {
    border: 1px #4582ec solid;
}

.node>.card.selected[b-xb2sn7m1nb]  .port {
    border-right-color: #4582ec;
    border-left-color: #4582ec;
}

.list-group[b-xb2sn7m1nb] {
    border-bottom: unset;
}

[b-xb2sn7m1nb] .port {
    position: absolute;
    border-radius: 50px;
}

[b-xb2sn7m1nb] .port:hover {
    background: transparent;
    cursor: pointer;
}

[b-xb2sn7m1nb] .port.right {
    position: relative;
    width: 20px;
    height: 20px;
}

[b-xb2sn7m1nb] .port.left {
    width: 8px;
    left: 6px;
    height: 8px;
    outline: 2px solid #b584ff;
}

[b-xb2sn7m1nb] .port.right.has-links {
    background-color: #b584ff;
    width: 12px;
    height: 12px;
}

[b-xb2sn7m1nb] .port.left.has-links {
    background-color: #b584ff;
    left: 6px;
    width: 12px;
    height: 12px;
    outline: none;
}
/* /Pages/Diagram/Components/Nodes/Menu/MenuProperty.razor.rz.scp.css */
[b-o7nfrkrm9t] div.option-list-item > div.mud-list-item-icon {
    min-width: 30px; 
}
/* /Pages/Diagram/Components/Nodes/One/AssignConversation/AssignConversationColumn.razor.rz.scp.css */
textarea[b-3ncs4pt5pf] {
    resize: none;
    height: 74px;
}
/* /Pages/Diagram/Components/Nodes/One/AssignConversation/AssignConversationNode.razor.rz.scp.css */
.fully-transparent[b-jiwhxpfwmh] {
    background-color: transparent;
    border: 0;
}

.dropdown > a[b-jiwhxpfwmh] {
    color: black;
}

.node > .card.selected[b-jiwhxpfwmh] {
    border: 1px #4582ec solid;
}

.list-group[b-jiwhxpfwmh] {
    border-bottom: unset;
}

[b-jiwhxpfwmh] .port {
    position: absolute;
    border-radius: 50px;
}

    [b-jiwhxpfwmh] .port:hover {
        background: transparent;
        cursor: pointer;
    }

.node > .card.selected[b-jiwhxpfwmh]  .port {
    border-right-color: #4582ec;
    border-left-color: #4582ec;
}

[b-jiwhxpfwmh] .port.right {
    bottom: 14px;
    right: 2px;
    width: 16px;
    height: 16px;
}

[b-jiwhxpfwmh] .port.left {
    top: 28px;
    left: 6px;
    width: 8px;
    height: 8px;
    outline: 2px solid #4582ec;
}

[b-jiwhxpfwmh] .port.right.has-links {
    bottom: 16px;
    right: 4px;
    width: 12px;
    height: 12px;
    background-color: #4582ec;
}

[b-jiwhxpfwmh] .port.left.has-links {
    top: 26px;
    left: 4px;
    width: 12px;
    height: 12px;
    outline: none;
    background-color: #4582ec;
}
/* /Pages/Diagram/Components/Nodes/One/UpdateContact/UpdateContactColumn.razor.rz.scp.css */
textarea[b-j6g72mwlaj] {
    resize: none;
    height: 74px;
}
/* /Pages/Diagram/Components/Nodes/One/UpdateContact/UpdateContactNode.razor.rz.scp.css */
.fully-transparent[b-78vgk6myra] {
    background-color: transparent;
    border: 0;
}

.dropdown > a[b-78vgk6myra] {
    color: black;
}

.node > .card.selected[b-78vgk6myra] {
    border: 1px #4582ec solid;
}

.list-group[b-78vgk6myra] {
    border-bottom: unset;
}

[b-78vgk6myra] .port {
    position: absolute;
    border-radius: 50px;
}

    [b-78vgk6myra] .port:hover {
        background: transparent;
        cursor: pointer;
    }

.node > .card.selected[b-78vgk6myra]  .port {
    border-right-color: #4582ec;
    border-left-color: #4582ec;
}

[b-78vgk6myra] .port.right {
    bottom: 14px;
    right: 2px;
    width: 16px;
    height: 16px;
}

[b-78vgk6myra] .port.left {
    top: 28px;
    left: 6px;
    width: 8px;
    height: 8px;
    outline: 2px solid #4582ec;
}

[b-78vgk6myra] .port.right.has-links {
    bottom: 16px;
    right: 4px;
    width: 12px;
    height: 12px;
    background-color: #4582ec;
}

[b-78vgk6myra] .port.left.has-links {
    top: 26px;
    left: 4px;
    width: 12px;
    height: 12px;
    outline: none;
    background-color: #4582ec;
}
/* /Pages/Diagram/Components/Nodes/One/UpdateConversation/UpdateConversationColumn.razor.rz.scp.css */
textarea[b-c19wsxjifd] {
    resize: none;
    height: 74px;
}
/* /Pages/Diagram/Components/Nodes/One/UpdateConversation/UpdateConversationNode.razor.rz.scp.css */
.fully-transparent[b-h58fhudqrb] {
    background-color: transparent;
    border: 0;
}

.dropdown > a[b-h58fhudqrb] {
    color: black;
}

.node > .card.selected[b-h58fhudqrb] {
    border: 1px #4582ec solid;
}

.list-group[b-h58fhudqrb] {
    border-bottom: unset;
}

[b-h58fhudqrb] .port {
    position: absolute;
    border-radius: 50px;
}

    [b-h58fhudqrb] .port:hover {
        background: transparent;
        cursor: pointer;
    }

.node > .card.selected[b-h58fhudqrb]  .port {
    border-right-color: #4582ec;
    border-left-color: #4582ec;
}

[b-h58fhudqrb] .port.right {
    bottom: 14px;
    right: 2px;
    width: 16px;
    height: 16px;
}

[b-h58fhudqrb] .port.left {
    top: 28px;
    left: 6px;
    width: 8px;
    height: 8px;
    outline: 2px solid #4582ec;
}

[b-h58fhudqrb] .port.right.has-links {
    bottom: 16px;
    right: 4px;
    width: 12px;
    height: 12px;
    background-color: #4582ec;
}

[b-h58fhudqrb] .port.left.has-links {
    top: 26px;
    left: 4px;
    width: 12px;
    height: 12px;
    outline: none;
    background-color: #4582ec;
}
/* /Pages/Diagram/Components/Nodes/Script/ScriptNode.razor.rz.scp.css */
.fully-transparent[b-gcg5aspd7g] {
    background-color: transparent;
    border: 0;
}

.dropdown > a[b-gcg5aspd7g] {
    color: black;
}

.node > .card.selected[b-gcg5aspd7g] {
    border: 1px #4582ec solid;
}

    .node > .card.selected[b-gcg5aspd7g]  .port {
        border-right-color: #4582ec;
        border-left-color: #4582ec;
    }

.list-group[b-gcg5aspd7g] {
    border-bottom: unset;
}

[b-gcg5aspd7g] .port {
    position: absolute;
    border-radius: 50px;
}

    [b-gcg5aspd7g] .port:hover {
        background: transparent;
        cursor: pointer;
    }

    [b-gcg5aspd7g] .port.right {
        position: relative;
        width: 20px;
        height: 20px;
    }

    [b-gcg5aspd7g] .port.left {
        width: 8px;
        left: 6px;
        height: 8px;
        outline: 2px solid #b584ff;
    }

    [b-gcg5aspd7g] .port.right.has-links {
        background-color: #b584ff;
        width: 12px;
        height: 12px;
    }

    [b-gcg5aspd7g] .port.left.has-links {
        background-color: #b584ff;
        left: 6px;
        width: 12px;
        height: 12px;
        outline: none;
    }
/* /Pages/Diagram/Components/Nodes/Text/TextNode.razor.rz.scp.css */
.fully-transparent[b-9vaj3ix0za] {
    background-color: transparent;
    border: 0;
}

.card[b-9vaj3ix0za] {
    background: #FFF;
}

.dropdown>a[b-9vaj3ix0za] {
    color: black;
}

.node>.card.selected[b-9vaj3ix0za] {
    border: 1px #0074ff solid;
    border-radius: 0.25rem;
}

.list-group[b-9vaj3ix0za] {
    border-bottom: unset;
}

[b-9vaj3ix0za] .port {
    position: absolute;
    border-radius: 50px;
}

[b-9vaj3ix0za] .port:hover {
    background: transparent;
    cursor: pointer;
}

.node>.card.selected[b-9vaj3ix0za]  .port {
    border-right-color: #4582ec;
    border-left-color: #4582ec;
}

[b-9vaj3ix0za] .port.right {
    bottom: 14px;
    right: 2px;
    width: 16px;
    height: 16px;

}

[b-9vaj3ix0za] .port.left {
    top: 28px;
    left: 6px;
    width: 8px;
    height: 8px;
    outline: 2px solid #99C4FF;
}

[b-9vaj3ix0za] .port.right.has-links {
    background-color: #99C4FF;
    bottom: 16px;
    right: 4px;
    width: 12px;
    height: 12px;
}

[b-9vaj3ix0za] .port.left.has-links {
    top: 26px;
    left: 4px;
    width: 12px;
    height: 12px;
    outline: none;
    background-color: #99C4FF;
}
/* /Pages/Diagram/Components/Sidebar.razor.rz.scp.css */
.creatorMenu[b-ks9jbn2z1l]{
    width: 350px;
    height: 350px;
    background-color: #f8f9fa;
    border-left: 1px solid #a9afb8;
    padding: 1rem;
}

select.column-type[b-ks9jbn2z1l] {
    width: 120px;
}

tr[b-ks9jbn2z1l] {
    cursor: pointer;
}

.mud-expand-panel.mud-expand-panel-header[b-ks9jbn2z1l] {
    padding: 0px !important;
}

tr.active[b-ks9jbn2z1l] {
    color: #343a40;
    background-color: rgba(0,0,0,0.075);
}

.nav-item[b-ks9jbn2z1l] {
    position: relative;
}

.nav-link[data-toggle].collapsed[b-ks9jbn2z1l]:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f078";
    color: #444444;
    position: absolute;
    right: 5px;
}


.nav-link[data-toggle]:not(.collapsed)[b-ks9jbn2z1l]:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f077";
    color: #444444;
    position: absolute;
    right: 5px;
}
/* /Pages/Diagram/Components/StartNode.razor.rz.scp.css */
.fully-transparent[b-192nsbmxbi] {
    background-color: transparent;
    border: 0;
}

.dropdown > a[b-192nsbmxbi] {
    color: black;
}

.node > .card.selected[b-192nsbmxbi] {
    border: 1px #4582ec solid;
}

.card[b-192nsbmxbi] {
    background: transparent;
    border-radius: 30px;
}

.list-group[b-192nsbmxbi] {
    border-bottom: unset;
}

[b-192nsbmxbi].link {
    color: #4173F9;
}

[b-192nsbmxbi] .port {
    position: absolute;
}

    [b-192nsbmxbi] .port:hover {
        background: transparent;
        cursor: pointer;
    }

    [b-192nsbmxbi] .port.right {
        top: 16px;
        right: 16px;
        width: 20px;
        height: 20px;
        border-radius: 50px;
    }

    [b-192nsbmxbi] .port.right.has-links {
        top: 20px;
        right: 18px;
        width: 16px;
        height: 16px;
        background: #fff;
    }

/* /Pages/Diagram/Components/TableNode.razor.rz.scp.css */
.fully-transparent[b-0ut6ain78x] {
    background-color: transparent;
    border: 0;
}

.dropdown > a[b-0ut6ain78x] {
    color: black;
}

.node > .card.selected[b-0ut6ain78x] {
    border: 1px #4582ec solid;
}

.list-group[b-0ut6ain78x] {
    border-bottom: unset;
}

[b-0ut6ain78x] .port {
    width: 10px;
    height: 10px;
    background-color: #dcdcdc;
    position: absolute;
    border-radius: 50px;
}

    [b-0ut6ain78x] .port:hover {
        background: #4173F9;
        cursor: pointer;
    }

[b-0ut6ain78x] .port.right {
    top: 15px;
    right: -15px;
    border-right: 1px solid rgba(0,0,0,0.125);
}

[b-0ut6ain78x] .port.left {
    top: 15px;
    left: -15px;
    border-left: 1px solid rgba(0,0,0,0.125);
}
