.sidebar{height:calc(100vh - 56px);background-color:#f8f9fa;overflow:scroll}.work-area{height:calc(100vh - 56px);background-color:#fff}.node-content{background-color:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;overflow:hidden;width:200px}.node-header{background-color:#3498db;color:#fff;padding:8px 12px;display:flex;justify-content:space-between;align-items:center}.node-icon{margin-right:8px}.node-title{font-weight:700;font-size:14px;flex-grow:1}.edit-icon{cursor:pointer;padding:2px 6px;font-size:16px;opacity:.7;transition:opacity .2s}.edit-icon:hover{opacity:1}.node-body{padding:12px}.modal{display:none;position:fixed;z-index:1000;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:#0006}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:5px}.modal-content{background-color:#fefefe;margin:15% auto;padding:20px;border:1px solid #888;width:80%;max-width:500px}.close{color:#aaa;float:right;font-size:28px;font-weight:700;cursor:pointer}.close:hover,.close:focus{color:#000;text-decoration:none;cursor:pointer}.form-group{margin-bottom:15px}.form-group label{display:block;margin-bottom:5px}.form-group input,.form-group select{width:100%;padding:5px}.form-group{margin-bottom:15px;display:flex;flex-direction:column}.form-group.checkbox-group{flex-direction:row;align-items:center;gap:10px}.form-group label{margin-bottom:5px;font-weight:500}.form-group.checkbox-group label{margin-bottom:0;order:2}.form-group input[type=checkbox]{width:18px;height:18px;margin:0;cursor:pointer;order:1}.form-group input[type=text],.form-group input[type=number],.form-group select{padding:8px;border:1px solid #ccc;border-radius:4px;width:100%}.form-group{margin-bottom:1rem;position:relative}.error-message{margin-top:.25rem;transition:all .3s ease;padding-bottom:4px}.form-group input:invalid{border-color:#dc3545}.draggable{cursor:move!important;-webkit-user-select:none;user-select:none}.clone{position:absolute;opacity:.7;pointer-events:none;z-index:1000}.myid{text-transform:capitalize;left:50%!important;font-size:11px;font-weight:lighter;font-style:normal}:root{--border-color: #cacaca;--background-color: #ffffff;--background-box-title: #f7f7f7}:root{--dfBackgroundColor: #ffffff;--dfBackgroundSize: 25px;--dfBackgroundImage: linear-gradient(to right, rgba(241, 237, 237, 1) 1px, transparent 1px), linear-gradient(to bottom, rgba(241, 237, 237, 1) 1px, transparent 1px);--dfNodeType: flex;--dfNodeTypeFloat: none;--dfNodeBackgroundColor: #ffffff;--dfNodeTextColor: #000000;--dfNodeBorderSize: 2px;--dfNodeBorderColor: #000000;--dfNodeBorderRadius: 4px;--dfNodeMinHeight: 38px;--dfNodeMinWidth: 160px;--dfNodePaddingTop: 3px;--dfNodePaddingBottom: 15px;--dfNodeBoxShadowHL: 0px;--dfNodeBoxShadowVL: 2px;--dfNodeBoxShadowBR: 15px;--dfNodeBoxShadowS: 2px;--dfNodeBoxShadowColor: #000000;--dfNodeHoverBackgroundColor: #ffffff;--dfNodeHoverTextColor: #000000;--dfNodeHoverBorderSize: 2px;--dfNodeHoverBorderColor: #000000;--dfNodeHoverBorderRadius: 4px;--dfNodeHoverBoxShadowHL: 0px;--dfNodeHoverBoxShadowVL: 2px;--dfNodeHoverBoxShadowBR: 15px;--dfNodeHoverBoxShadowS: 2px;--dfNodeHoverBoxShadowColor: rgba(216, 219, 222, 1);--dfNodeSelectedBackgroundColor: #000000;--dfNodeSelectedTextColor: #ffffff;--dfNodeSelectedBorderSize: 2px;--dfNodeSelectedBorderColor: #000000;--dfNodeSelectedBorderRadius: 4px;--dfNodeSelectedBoxShadowHL: 0px;--dfNodeSelectedBoxShadowVL: 2px;--dfNodeSelectedBoxShadowBR: 15px;--dfNodeSelectedBoxShadowS: 2px;--dfNodeSelectedBoxShadowColor: rgba(137, 141, 146, 1);--dfInputBackgroundColor: #ffffff;--dfInputBorderSize: 2px;--dfInputBorderColor: #000000;--dfInputBorderRadius: 50px;--dfInputLeft: -27px;--dfInputHeight: 20px;--dfInputWidth: 20px;--dfInputHoverBackgroundColor: #ffffff;--dfInputHoverBorderSize: 2px;--dfInputHoverBorderColor: #000000;--dfInputHoverBorderRadius: 50px;--dfOutputBackgroundColor: #ffffff;--dfOutputBorderSize: 2px;--dfOutputBorderColor: #000000;--dfOutputBorderRadius: 50px;--dfOutputRight: -3px;--dfOutputHeight: 20px;--dfOutputWidth: 20px;--dfOutputHoverBackgroundColor: #ffffff;--dfOutputHoverBorderSize: 2px;--dfOutputHoverBorderColor: #000000;--dfOutputHoverBorderRadius: 50px;--dfLineWidth: 5px;--dfLineColor: #4682b4;--dfLineHoverColor: #4682b4;--dfLineSelectedColor: #43b993;--dfRerouteBorderWidth: 2px;--dfRerouteBorderColor: #000000;--dfRerouteBackgroundColor: #ffffff;--dfRerouteHoverBorderWidth: 2px;--dfRerouteHoverBorderColor: #000000;--dfRerouteHoverBackgroundColor: #ffffff;--dfDeleteDisplay: block;--dfDeleteColor: #ffffff;--dfDeleteBackgroundColor: #000000;--dfDeleteBorderSize: 2px;--dfDeleteBorderColor: #ffffff;--dfDeleteBorderRadius: 50px;--dfDeleteTop: -15px;--dfDeleteHoverColor: #000000;--dfDeleteHoverBackgroundColor: #ffffff;--dfDeleteHoverBorderSize: 2px;--dfDeleteHoverBorderColor: #000000;--dfDeleteHoverBorderRadius: 50px}#drawflow{background:var(--dfBackgroundColor);background-size:var(--dfBackgroundSize) var(--dfBackgroundSize);background-image:var(--dfBackgroundImage)}.drawflow .drawflow-node{background:var(--background-color);border:1px solid var(--border-color);-webkit-box-shadow:0 2px 15px 2px var(--border-color);box-shadow:0 2px 15px 2px var(--border-color);padding:0;width:200px;align-items:start}.drawflow .drawflow-node.selected{background:#fff;border:1px solid #4ea9ff;-webkit-box-shadow:0 2px 20px 2px #a8aaab;box-shadow:0 2px 20px 2px #cacbcc}.drawflow .drawflow-node.selected .title-box{color:#22598c}.drawflow .connection .main-path{stroke:#4ea9ff;stroke-width:3px}.drawflow .drawflow-node .input,.drawflow .drawflow-node .output{height:15px;width:15px;border:2px solid var(--border-color);font-size:10px;padding-left:11px;margin-left:4px}.drawflow .drawflow-node .input:hover,.drawflow .drawflow-node .output:hover{background:#4ea9ff}.drawflow .drawflow-node .output{right:10px;top:18px}.drawflow .drawflow-node .input{left:-10px;background:#fff;position:absolute;top:50%}.drawflow>.drawflow-delete{border:2px solid #43b993;background:#fff;color:#43b993;-webkit-box-shadow:0 2px 20px 2px #43b993;box-shadow:0 2px 20px 2px #43b993}.drawflow-delete{border:2px solid #4ea9ff;background:#fff;color:#4ea9ff;line-height:25px}.drawflow-node .title-box{height:50px;line-height:50px;background:var(--background-box-title);border-bottom:1px solid #e9e9e9;border-radius:4px 4px 0 0;padding-left:10px}.drawflow .title-box svg{position:initial}.drawflow-node .box{padding:10px 20px 20px;color:#555;font-size:11px;font-style:italic}.drawflow-node .box p{margin-top:5px;margin-bottom:5px}.drawflow-node.welcome{width:250px}.drawflow-node.slack .title-box{border-radius:4px}.drawflow-node input,.drawflow-node select,.drawflow-node textarea{border-radius:4px;border:1px solid var(--border-color);height:30px;line-height:30px;font-size:16px;width:158px;color:#555}.drawflow-node textarea{height:100px}.drawflow-node.personalized{background:red;height:200px;text-align:center;color:#fff}.drawflow-node.personalized .input{background:#ff0}.drawflow-node.personalized .output{background:green}.drawflow-node.personalized.selected{background:#00f}.drawflow .connection .point{stroke:var(--border-color);stroke-width:2;fill:#fff;transform:translate(-9999px,-9999px)}.drawflow .connection .point.selected,.drawflow .connection .point:hover{fill:#4ea9ff}.drawflow .input.occupied{background-color:#f005;pointer-events:none}.drawflow .drawflow-node .outputs{width:0;margin-bottom:10%}.connection-label{font-size:12px;fill:#333;pointer-events:none;text-anchor:middle;dominant-baseline:central}.output{display:flex;align-items:center;justify-content:end;position:relative}.output-label{pointer-events:none;padding-right:15px}.output:hover .output-label{color:#007bff}body{font-family:Manrope,sans-serif;font-optical-sizing:auto;font-weight:400;font-style:normal;font-size:16px;line-height:1.5;color:#333;background-color:#f8f9fa}.manrope-light{font-family:Manrope,sans-serif;font-optical-sizing:auto;font-weight:200;font-style:normal}.manrope-light3{font-family:Manrope,sans-serif;font-optical-sizing:auto;font-weight:300;font-style:normal}.menu-prompt{font-style:italic;margin-bottom:8px}.menu-options{display:flex;flex-direction:column;min-height:90px;font-size:11px;font-style:italic}.menu-option{margin:2px 0;font-size:12px}#mzoomc{position:absolute;top:30px;left:30px;z-index:1000}#mzoomc button{width:40px;height:40px;font-size:20px;margin-left:10px;border:none;border-radius:50%;background-color:#fff;color:#333;box-shadow:0 2px 5px #0003;cursor:pointer;transition:background-color .3s,transform .1s}#zoom-controls{position:fixed;bottom:30px;right:30px;z-index:1000}#zoom-controls button{width:40px;height:40px;font-size:20px;margin-left:10px;border:none;border-radius:50%;background-color:#fff;color:#333;box-shadow:0 2px 5px #0003;cursor:pointer;transition:background-color .3s,transform .1s}#zoom-controls button:hover{background-color:#f0f0f0}#zoom-controls button:active{transform:scale(.95)}.sidebar{transition:width .3s ease;width:250px}.sidebar.collapsed{width:60px}.button-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.sidebar .btn-light{display:flex;flex-direction:column;align-items:center;justify-content:center;max-height:80px;padding:10px;font-size:11px;transition:background-color .3s ease;border:1px solid #007bffa1;text-align:center;min-width:30%;min-height:30%}.sidebar .btn-light i{font-size:1.5rem;margin-bottom:5px}.sidebar .btn-light .button-text{display:block;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sidebar .btn-light:hover{background-color:#007bff68;border-color:#04284f;color:#fff}.sidebar.collapsed .btn-light{width:40px;height:40px;padding:5px}.sidebar.collapsed .button-grid{grid-template-columns:1fr}.sidebar.collapsed .btn-light{min-width:40px;min-height:100%;max-height:40px;padding:5px}.sidebar.collapsed .comp-text{display:none}.sidebar.collapsed .btn-light i{font-size:1.2rem;margin-bottom:0}.sidebar.collapsed .button-text,.sidebar.collapsed .section-title span{display:none}.section-title{display:flex;align-items:center;margin-bottom:10px}.section-title i{margin-right:10px}#sidebarToggle{color:#333}.sidebar.collapsed #sidebarToggle{transform:rotate(180deg);margin-left:13px}.sidebar.collapsed .section-title{margin-left:13px;color:#007bff}.work-area-big{width:calc(100vw - 60px)}#mermaidDiagramBtn{right:50px;z-index:1000;top:10px;border-radius:10px}#ivrFlowExecutorBtn{top:10px;right:100px;z-index:1000;border-radius:10px}.mermaid{min-width:calc(100vw - 100px);min-height:calc(100vh - 100px);text-align:center;display:flex;justify-content:center;align-items:center}.popup{position:fixed;top:0;left:0;width:100%;height:100%;display:none;align-items:center;justify-content:center;background-color:#00000080;z-index:1000}.popup-content{background-color:#fff;padding:20px;border-radius:5px;position:relative;max-width:95%;max-height:95%;overflow:auto;box-shadow:0 5px 15px #0000004d}.popup-close{position:fixed;top:10px;right:10px;background:transparent;border:none;font-size:1.5em;cursor:pointer;color:#aaa;background-color:#f0f8ff;border:solid 2px #DDDDDD;border-radius:22px;line-height:22px}.close:hover{color:#000}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background-color:transparent;border-radius:10px}::-webkit-scrollbar-thumb{background-color:#0003;border-radius:10px;transition:background-color .2s ease}::-webkit-scrollbar-thumb:hover{background-color:#0000004d}*{scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.2) transparent}@media (prefers-color-scheme: dark){::-webkit-scrollbar-thumb{background-color:#fff3}::-webkit-scrollbar-thumb:hover{background-color:#ffffff4d}*{scrollbar-color:rgba(255,255,255,.2) transparent}}.custom-scrollbar{overflow:auto;scrollbar-gutter:stable}.custom-scrollbar::-webkit-scrollbar{width:8px;background:transparent}.custom-scrollbar::-webkit-scrollbar-thumb{background-color:transparent}.custom-scrollbar:hover::-webkit-scrollbar-thumb{background-color:#0003}.sidebar{scrollbar-gutter:stable;overflow-y:auto}.sidebar::-webkit-scrollbar-track{margin:4px 0}#drawflow{scrollbar-gutter:stable}#drawflow::-webkit-scrollbar-track{margin:4px}.always-show-scrollbar::-webkit-scrollbar-thumb{background-color:#0003!important}*{margin:0;padding:0;box-sizing:border-box}.containerx{display:flex;min-height:calc(100vh - 56px);width:100%}.sidebar{width:250px;background-color:#f3f4f6}.work-area{flex:1;background-color:#fff;padding:0}.ivr-report-modal{max-width:800px;width:90%;max-height:85vh}.ivr-report-code{display:block;white-space:pre-wrap;word-wrap:break-word;background-color:#f8f9fa;border:1px solid #dee2e6;border-radius:4px;padding:15px;font-family:Courier New,monospace;overflow-y:auto;max-height:300px}.report-summary{background-color:#f0f8ff;border-left:4px solid #0d6efd;padding:15px;border-radius:4px}.report-summary .status-icon{font-size:1.5rem;margin-right:10px}.report-section{margin-bottom:20px}.report-section h4{color:#0d6efd;border-bottom:1px solid #dee2e6;padding-bottom:8px;margin-bottom:15px}.error-item{background-color:#fff5f5;border-left:3px solid #dc3545;padding:8px 12px;margin-bottom:8px;border-radius:0 4px 4px 0}.warning-item{background-color:#fff8e1;border-left:3px solid #ffc107;padding:8px 12px;margin-bottom:8px;border-radius:0 4px 4px 0}.success-item{background-color:#f0fff4;border-left:3px solid #28a745;padding:8px 12px;margin-bottom:8px;border-radius:0 4px 4px 0}.flow-item{background-color:#f8f9fa;border-left:3px solid #6c757d;padding:8px 12px;margin-bottom:8px;border-radius:0 4px 4px 0;transition:background-color .2s}.flow-item:hover{background-color:#e9ecef}.stats-box{display:flex;flex-wrap:wrap;gap:10px}.stat-item{flex:1 0 calc(50% - 10px);min-width:150px;padding:12px;background-color:#f8f9fa;border-radius:4px;border:1px solid #dee2e6}.stat-item .stat-value{font-size:1.5rem;font-weight:700;color:#0d6efd}.stat-item .stat-label{color:#6c757d;font-size:.875rem}@media (max-width: 576px){.stat-item{flex:1 0 100%}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.flow-item{animation:fadeInUp .3s ease-out forwards}.flow-item:nth-child(n){animation-delay:calc(n/20s)}.report-tabs:not(.d-none)+.report-full{display:none}.execution-highlight{box-shadow:0 0 0 3px #4caf50,0 0 15px #4caf50b3!important;border-color:#4caf50!important;transform:scale(1.05);transition:all .3s ease-in-out;z-index:100}.connection-highlight{stroke:#4caf50!important;stroke-width:5px!important;filter:drop-shadow(0 0 5px rgba(76,175,80,.7));animation:pulse 1.5s infinite}@keyframes pulse{0%{stroke-opacity:1}50%{stroke-opacity:.6}to{stroke-opacity:1}}.execution-highlight .title-box{background-color:#4caf50!important;color:#fff!important;transition:background-color .3s ease}.execution-highlight .box{border-color:#4caf50!important}.flow-item{border-left-width:4px;margin-bottom:10px;transition:all .2s ease-in-out}.flow-item:hover{transform:translate(5px);box-shadow:0 2px 5px #0000001a}.tab-content{max-height:400px;overflow-y:auto}.report-full{display:none}.show-full-report-btn{cursor:pointer;color:#0d6efd;text-decoration:underline;display:inline-block;margin-top:10px}.show-full-report-btn:hover{color:#0a58ca}.notification{position:fixed;top:20px;right:20px;padding:15px 20px;border-radius:4px;box-shadow:0 4px 6px #0000001a;transform:translate(110%);transition:transform .3s ease-out;z-index:9999;max-width:300px;color:#fff}.notification.show{transform:translate(0)}.notification-success{background-color:#28a745}.notification-info{background-color:#17a2b8}.notification-warning{background-color:#ffc107;color:#212529}.notification-error{background-color:#dc3545}.popup-small{width:400px;padding:20px;background-color:#fff;border-radius:8px;box-shadow:0 5px 15px #0000004d}#remoteConfigTable{width:100%;border-collapse:collapse}#remoteConfigTable th{text-align:left;padding:10px;background-color:#f8f9fa;border-bottom:2px solid #dee2e6}#remoteConfigTable td{padding:8px 10px;border-bottom:1px solid #dee2e6}#remoteConfigTable tr:hover{background-color:#007bff0d}@media (max-width: 768px){.modal-content{width:95%!important;margin:10px auto}#remoteConfigTable{font-size:.9rem}}
