.chatbot_editor{height:100%;overflow:hidden}.chatbot_editor .split{height:calc(100vh - 131px)}.chatbot_editor .el-header{height:50px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.chatbot_editor .el-tabs{width:100%;height:100%}.chatbot_editor .el-tabs--border-card>.el-tabs__content{padding:0}.chatbot_editor .el-form-item{margin-bottom:16px}.chatbot_editor .el-form-item__label{line-height:1.5;color:#303133;font-weight:500}.chatbot_editor .el-input__inner,.chatbot_editor .el-textarea__inner{line-height:1.8;-webkit-transition:border-color .25s ease,-webkit-box-shadow .25s ease;transition:border-color .25s ease,-webkit-box-shadow .25s ease;transition:border-color .25s ease,box-shadow .25s ease;transition:border-color .25s ease,box-shadow .25s ease,-webkit-box-shadow .25s ease}.chatbot_editor .el-input__inner:focus,.chatbot_editor .el-textarea__inner:focus{border-color:#409eff;-webkit-box-shadow:0 0 0 2px rgba(64,158,255,.2);box-shadow:0 0 0 2px rgba(64,158,255,.2)}.chatbot_editor .el-input .el-select.is-size-class{width:40px}.chatbot_editor .el-input .el-select.is-size-class .el-input__inner{padding:0 5px;text-align:center}.chatbot_editor .el-input .el-select.is-size-class .el-input__suffix{display:none}.chatbot_editor .el-input .el-select.is-template{width:120px}.chatbot_editor .el-button{-webkit-transition:all .25s ease;transition:all .25s ease}.chatbot_editor .el-button:hover:not(:disabled){-webkit-transform:translateY(-1px);transform:translateY(-1px);-webkit-box-shadow:0 2px 8px rgba(0,0,0,.08);box-shadow:0 2px 8px rgba(0,0,0,.08)}.chatbot_editor .el-button:active:not(:disabled){-webkit-transform:translateY(0);transform:translateY(0)}.chatbot_editor .el-card{-webkit-transition:-webkit-box-shadow .25s ease,-webkit-transform .25s ease;transition:-webkit-box-shadow .25s ease,-webkit-transform .25s ease;transition:box-shadow .25s ease,transform .25s ease;transition:box-shadow .25s ease,transform .25s ease,-webkit-box-shadow .25s ease,-webkit-transform .25s ease;border-radius:6px}.chatbot_editor .el-card:hover{-webkit-box-shadow:0 4px 12px rgba(0,0,0,.08);box-shadow:0 4px 12px rgba(0,0,0,.08)}.chatbot_editor .card-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.chatbot_editor .storage-name{color:#606266;cursor:pointer;display:-webkit-box;-ms-flex-preferred-size:0%;flex-basis:0%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:1;flex-shrink:1;font-family:inherit;font-size:20px;font-weight:500}.chatbot_editor .status{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.chatbot_editor .card-content{padding:10px}.chatbot_editor .details{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:10px}.chatbot_editor .detail-item{color:#606266;font-size:14px}.chatbot_editor .detail-item,.chatbot_editor .loaders{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.chatbot_editor .loaders{margin-top:10px}.chatbot_editor .loader-icon{width:30px;height:30px;margin-right:5px}.chatbot_editor .loader-icon img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.chatbot_editor .more{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.chatbot_editor div.document-storage-card.selected div.el-card.document-storage-card{-webkit-box-shadow:0 4px 24px rgba(0,0,0,.2);box-shadow:0 4px 24px rgba(0,0,0,.2);background-color:#f5f7fa}.chatbot_editor .loader-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:12px;-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:0;padding-right:32px}.chatbot_editor .loader-header__icon{width:24px;height:24px;-ms-flex-negative:0;flex-shrink:0}.chatbot_editor .loader-header__name{font-weight:500;font-size:14px;-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chatbot_editor .loader-header__status,.chatbot_editor .status-badge{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:6px;padding:0 8px;height:22px;border-radius:25px;font-size:12px;font-weight:500;-ms-flex-negative:0;flex-shrink:0}.chatbot_editor .loader-header__status:before,.chatbot_editor .status-badge:before{content:"";width:6px;height:6px;border-radius:50%}.chatbot_editor .loader-header__status.sync,.chatbot_editor .loader-header__status.upserted,.chatbot_editor .status-badge.sync,.chatbot_editor .status-badge.upserted{background:rgba(103,194,58,.1);color:#529b2e}.chatbot_editor .loader-header__status.sync:before,.chatbot_editor .loader-header__status.upserted:before,.chatbot_editor .status-badge.sync:before,.chatbot_editor .status-badge.upserted:before{background-color:#67c23a}.chatbot_editor .loader-header__status.empty,.chatbot_editor .status-badge.empty{background:transparent;border:1px solid #673ab7;color:#673ab7}.chatbot_editor .loader-header__status.empty:before,.chatbot_editor .status-badge.empty:before{border:2px solid #673ab7;background:transparent}.chatbot_editor .loader-header__status.stale,.chatbot_editor .status-badge.stale{background:rgba(144,147,153,.1);color:#909399}.chatbot_editor .loader-header__status.stale:before,.chatbot_editor .status-badge.stale:before{background-color:#909399}.chatbot_editor .loader-header__status.syncing,.chatbot_editor .status-badge.syncing{background:rgba(230,162,60,.1);color:#e6a23c}.chatbot_editor .loader-header__status.syncing:before,.chatbot_editor .status-badge.syncing:before{background-color:#e6a23c}.chatbot_editor .loader-header__status.new,.chatbot_editor .status-badge.new{background:rgba(64,158,255,.08);border:1px solid #409eff;color:#409eff}.chatbot_editor .loader-header__status.new:before,.chatbot_editor .status-badge.new:before{background-color:#409eff}.chatbot_editor .loader-header__delete{opacity:0;padding:8px;margin-left:8px;color:#f56c6c;font-size:16px;-webkit-transition:opacity .25s;transition:opacity .25s;-ms-flex-negative:0;flex-shrink:0}.chatbot_editor .loader-header__delete:hover{color:#f23c3c}.chatbot_editor .el-collapse-item__header:hover .loader-header__delete{opacity:1}.chatbot_editor .loader-collapse .el-collapse-item__header,.chatbot_editor .loader-collapse .el-collapse-item__wrap{border-bottom:none}.chatbot_editor .loader-collapse.el-collapse-item{-webkit-box-shadow:0 0 0 1px #ebeef5;box-shadow:0 0 0 1px #ebeef5;padding:8px}.chatbot_editor .loader-collapse .el-collapse-item__content{padding-top:16px}.chatbot_editor .unsaved-changes{border-left:4px solid rgba(230,162,60,.3);background:rgba(230,162,60,.08)}.chatbot_editor .unsaved-changes .el-collapse-item__header,.chatbot_editor .unsaved-changes .el-collapse-item__wrap{background:inherit;border-bottom:none}.chatbot_editor .new-loader{border-left:4px solid rgba(64,158,255,.3);background:rgba(64,158,255,.08)}.chatbot_editor .new-loader .el-collapse-item__header,.chatbot_editor .new-loader .el-collapse-item__wrap{background:inherit;border-bottom:none}.chatbot_editor .delete-button{float:right}.chatbot_editor .form-section{margin-top:16px}.chatbot_editor .section-heading{font-weight:500;font-size:13px;color:#909399}.chatbot_editor .preview-chunks-panel{width:100%;min-height:200px;position:relative}.chatbot_editor .preview-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:20px;padding:14px 18px;background:linear-gradient(135deg,#f5f7fa,#ebeff5);border-radius:6px;border:1px solid #dcdfe6;-webkit-box-shadow:0 2px 4px rgba(0,0,0,.04);box-shadow:0 2px 4px rgba(0,0,0,.04)}.chatbot_editor .preview-info{font-size:14px;font-weight:500;color:#303133}.chatbot_editor .empty-text{color:#909399;font-weight:400}.chatbot_editor .preview-controls{gap:8px}.chatbot_editor .empty-state,.chatbot_editor .preview-controls{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.chatbot_editor .empty-state{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-height:300px}.chatbot_editor .empty-hint{margin-top:12px;font-size:12px;color:#909399;text-align:center}.chatbot_editor .chunks-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:20px;padding:8px 4px}.chatbot_editor .chunk-card{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;border-radius:8px;border:1px solid #e4e7ed;-webkit-transition:all .25s ease;transition:all .25s ease;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.chatbot_editor .chunk-card:hover{-webkit-transform:translateY(-2px);transform:translateY(-2px);-webkit-box-shadow:0 4px 12px rgba(0,0,0,.08);box-shadow:0 4px 12px rgba(0,0,0,.08)}.chatbot_editor .chunk-card .el-card__body{padding:14px 16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex:1;flex:1}.chatbot_editor .chunk-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:10px;padding-bottom:8px;border-bottom:2px solid #ebeef5;-ms-flex-negative:0;flex-shrink:0}.chatbot_editor .chunk-number{font-weight:600;font-size:15px;color:#409eff}.chatbot_editor .chunk-chars{font-size:12px;color:#909399;font-weight:500}.chatbot_editor .chunk-content{font-size:13px;line-height:1.8;color:#303133;white-space:pre-wrap;word-break:break-word;-webkit-box-flex:1;-ms-flex:1;flex:1;max-height:240px;overflow-y:auto;margin-bottom:8px;padding-right:4px}.chatbot_editor .chunk-content::-webkit-scrollbar{width:6px}.chatbot_editor .chunk-content::-webkit-scrollbar-track{background:transparent}.chatbot_editor .chunk-content::-webkit-scrollbar-thumb{background:#dcdfe6;border-radius:3px}.chatbot_editor .chunk-content::-webkit-scrollbar-thumb:hover{background:#c0c4cc}.chatbot_editor .chunks-grid::-webkit-scrollbar{width:8px}.chatbot_editor .chunks-grid::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.chatbot_editor .chunks-grid::-webkit-scrollbar-thumb{background:#c0c4cc;border-radius:4px}.chatbot_editor .chunks-grid::-webkit-scrollbar-thumb:hover{background:#909399}.chatbot_editor .chunk-metadata .metadata-content{font-size:11px;background-color:#f5f7fa;padding:8px;border-radius:4px;overflow-x:auto;overflow-y:auto;max-height:120px;margin:0}.chatbot_editor .chunk-metadata .el-collapse{border:none}.chatbot_editor .chunk-metadata .el-collapse-item__header{height:32px;line-height:32px;padding:0 8px;font-size:12px;background-color:#f5f7fa;border-radius:4px;outline:2px solid transparent;-webkit-transition:outline-color .25s ease;transition:outline-color .25s ease}.chatbot_editor .chunk-metadata .el-collapse-item__header:hover{outline-color:#dcdfe6}.chatbot_editor .chunk-metadata .el-collapse-item__wrap{border:none;background-color:transparent}.chatbot_editor .chunk-metadata .el-collapse-item__content{padding:8px 0 0 0}.chatbot_editor .text-splitter-selector{width:100%}.chatbot_editor .splitter-config{margin-top:16px;padding:16px;background-color:#f5f7fa;border-radius:4px}.chatbot_editor .splitter-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid #e4e7ed}.chatbot_editor .splitter-icon{width:24px;height:24px;margin-right:8px}.chatbot_editor .splitter-label{font-weight:600;font-size:14px;color:#303133}.chatbot_editor .chat-flow-form{width:100%}.chatbot_editor .chat-flow-form .el-form-item__label{position:relative}.chatbot_editor .prompt-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;margin-top:15px}.chatbot_editor .starterPromptsEditor{border:1px solid #dcdfe6;padding:15px;border-radius:4px}.chatbot_editor .starterPromptsEditor button{width:105px;min-width:105px}.chatbot_editor .custom-tree-node .node-label__name.is-search{color:#303133!important;background-color:#ffef5b!important}.chatbot_editor .el-icon-chatflow{background:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxLjNyZW0iIGhlaWdodD0iMS4zcmVtIiB2aWV3Qm94PSIwIDAgMjQgMjQiIGZpbGw9Im5vbmUiIHN0cm9rZT0iY3VycmVudENvbG9yIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBjbGFzcz0idGFibGVyLWljb24gdGFibGVyLWljb24taGllcmFyY2h5Ij48cGF0aCBkPSJNMTAgNWEyIDIgMCAxMDQgMCAyIDIgMCAxMC00IDBNMyAxOWEyIDIgMCAxMDQgMCAyIDIgMCAxMC00IDBNMTcgMTlhMiAyIDAgMTA0IDAgMiAyIDAgMTAtNCAwIi8+PHBhdGggZD0iTTYuNSAxNy41TDEyIDEzbDUuNSA0LjVNMTIgN3Y2Ii8+PC9zdmc+") top/contain;width:1em;height:1em}.chatbot_editor .el-icon-agentflow{background:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxLjNyZW0iIGhlaWdodD0iMS4zcmVtIiB2aWV3Qm94PSIwIDAgMjQgMjQiIGZpbGw9Im5vbmUiIHN0cm9rZT0iY3VycmVudENvbG9yIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBjbGFzcz0idGFibGVyLWljb24gdGFibGVyLWljb24tdXNlcnMtZ3JvdXAiPjxwYXRoIGQ9Ik0xMCAxM2EyIDIgMCAxMDQgMCAyIDIgMCAwMC00IDBNOCAyMXYtMWEyIDIgMCAwMTItMmg0YTIgMiAwIDAxMiAydjFNMTUgNWEyIDIgMCAxMDQgMCAyIDIgMCAwMC00IDBNMTcgMTBoMmEyIDIgMCAwMTIgMnYxTTUgNWEyIDIgMCAxMDQgMCAyIDIgMCAwMC00IDBNMyAxM3YtMWEyIDIgMCAwMTItMmgyIi8+PC9zdmc+") top/contain;width:1em;height:1em}.chatbot_editor .form-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:4px}.chatbot_editor .form-header__title{font-size:16px;font-weight:600;color:#303133}.chatbot_editor .form-header__title .el-icon-loading{margin-left:8px;font-size:14px}.chatbot_editor .form-header__meta{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:16px;font-size:12px;color:#909399}.chatbot_editor .form-header__meta b{font-weight:500;color:#606266;margin-right:4px}.chatbot_editor .document-storage-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(460px,1fr));gap:10px;padding:16px;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.chatbot_editor .document-storage-grid.el-row:after,.chatbot_editor .document-storage-grid.el-row:before{display:none}.chatbot_editor .document-storage-card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-left:15px;padding-right:15px}.chatbot_editor .file-field{width:100%}.chatbot_editor .el-upload__tip{margin-top:8px;font-size:12px;color:#606266}.chatbot_editor .where-condition-field{width:100%}.chatbot_editor .pagination-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:16px;padding:8px 0}.chatbot_editor .pagination-container .el-pagination{white-space:nowrap!important;width:auto!important}.chatbot_editor .pagination-container .el-pager,.chatbot_editor .pagination-container .el-pagination{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important;-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.chatbot_editor .el-pagination{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.chatbot_editor .el-pagination .el-pager li,.chatbot_editor .el-pagination button{min-width:32px;-webkit-transition:all .15s ease;transition:all .15s ease}