.react-flow{direction:ltr;--xy-edge-stroke-default: #b1b1b7;--xy-edge-stroke-width-default: 1;--xy-edge-stroke-selected-default: #555;--xy-connectionline-stroke-default: #b1b1b7;--xy-connectionline-stroke-width-default: 1;--xy-attribution-background-color-default: rgba(255, 255, 255, .5);--xy-minimap-background-color-default: #fff;--xy-minimap-mask-background-color-default: rgb(240, 240, 240, .6);--xy-minimap-mask-stroke-color-default: transparent;--xy-minimap-mask-stroke-width-default: 1;--xy-minimap-node-background-color-default: #e2e2e2;--xy-minimap-node-stroke-color-default: transparent;--xy-minimap-node-stroke-width-default: 2;--xy-background-color-default: transparent;--xy-background-pattern-dots-color-default: #91919a;--xy-background-pattern-lines-color-default: #eee;--xy-background-pattern-cross-color-default: #e2e2e2;background-color:var(--xy-background-color, var(--xy-background-color-default));--xy-node-color-default: inherit;--xy-node-border-default: 1px solid #1a192b;--xy-node-background-color-default: #fff;--xy-node-group-background-color-default: rgba(240, 240, 240, .25);--xy-node-boxshadow-hover-default: 0 1px 4px 1px rgba(0, 0, 0, .08);--xy-node-boxshadow-selected-default: 0 0 0 .5px #1a192b;--xy-node-border-radius-default: 3px;--xy-handle-background-color-default: #1a192b;--xy-handle-border-color-default: #fff;--xy-selection-background-color-default: rgba(0, 89, 220, .08);--xy-selection-border-default: 1px dotted rgba(0, 89, 220, .8);--xy-controls-button-background-color-default: #fefefe;--xy-controls-button-background-color-hover-default: #f4f4f4;--xy-controls-button-color-default: inherit;--xy-controls-button-color-hover-default: inherit;--xy-controls-button-border-color-default: #eee;--xy-controls-box-shadow-default: 0 0 2px 1px rgba(0, 0, 0, .08);--xy-edge-label-background-color-default: #ffffff;--xy-edge-label-color-default: inherit;--xy-resize-background-color-default: #3367d9}.react-flow.dark{--xy-edge-stroke-default: #3e3e3e;--xy-edge-stroke-width-default: 1;--xy-edge-stroke-selected-default: #727272;--xy-connectionline-stroke-default: #b1b1b7;--xy-connectionline-stroke-width-default: 1;--xy-attribution-background-color-default: rgba(150, 150, 150, .25);--xy-minimap-background-color-default: #141414;--xy-minimap-mask-background-color-default: rgb(60, 60, 60, .6);--xy-minimap-mask-stroke-color-default: transparent;--xy-minimap-mask-stroke-width-default: 1;--xy-minimap-node-background-color-default: #2b2b2b;--xy-minimap-node-stroke-color-default: transparent;--xy-minimap-node-stroke-width-default: 2;--xy-background-color-default: #141414;--xy-background-pattern-dots-color-default: #777;--xy-background-pattern-lines-color-default: #777;--xy-background-pattern-cross-color-default: #777;--xy-node-color-default: #f8f8f8;--xy-node-border-default: 1px solid #3c3c3c;--xy-node-background-color-default: #1e1e1e;--xy-node-group-background-color-default: rgba(240, 240, 240, .25);--xy-node-boxshadow-hover-default: 0 1px 4px 1px rgba(255, 255, 255, .08);--xy-node-boxshadow-selected-default: 0 0 0 .5px #999;--xy-handle-background-color-default: #bebebe;--xy-handle-border-color-default: #1e1e1e;--xy-selection-background-color-default: rgba(200, 200, 220, .08);--xy-selection-border-default: 1px dotted rgba(200, 200, 220, .8);--xy-controls-button-background-color-default: #2b2b2b;--xy-controls-button-background-color-hover-default: #3e3e3e;--xy-controls-button-color-default: #f8f8f8;--xy-controls-button-color-hover-default: #fff;--xy-controls-button-border-color-default: #5b5b5b;--xy-controls-box-shadow-default: 0 0 2px 1px rgba(0, 0, 0, .08);--xy-edge-label-background-color-default: #141414;--xy-edge-label-color-default: #f8f8f8}.react-flow__background{background-color:var(--xy-background-color, var(--xy-background-color-props, var(--xy-background-color-default)));pointer-events:none;z-index:-1}.react-flow__container{position:absolute;width:100%;height:100%;top:0;left:0}.react-flow__pane{z-index:1}.react-flow__pane.draggable{cursor:grab}.react-flow__pane.dragging{cursor:grabbing}.react-flow__pane.selection{cursor:pointer}.react-flow__viewport{transform-origin:0 0;z-index:2;pointer-events:none}.react-flow__renderer{z-index:4}.react-flow__selection{z-index:6}.react-flow__nodesselection-rect:focus,.react-flow__nodesselection-rect:focus-visible{outline:none}.react-flow__edge-path{stroke:var(--xy-edge-stroke, var(--xy-edge-stroke-default));stroke-width:var(--xy-edge-stroke-width, var(--xy-edge-stroke-width-default));fill:none}.react-flow__connection-path{stroke:var(--xy-connectionline-stroke, var(--xy-connectionline-stroke-default));stroke-width:var(--xy-connectionline-stroke-width, var(--xy-connectionline-stroke-width-default));fill:none}.react-flow .react-flow__edges{position:absolute}.react-flow .react-flow__edges svg{overflow:visible;position:absolute;pointer-events:none}.react-flow__edge{pointer-events:visibleStroke}.react-flow__edge.selectable{cursor:pointer}.react-flow__edge.animated path{stroke-dasharray:5;animation:dashdraw .5s linear infinite}.react-flow__edge.animated path.react-flow__edge-interaction{stroke-dasharray:none;animation:none}.react-flow__edge.inactive{pointer-events:none}.react-flow__edge.selected,.react-flow__edge:focus,.react-flow__edge:focus-visible{outline:none}.react-flow__edge.selected .react-flow__edge-path,.react-flow__edge.selectable:focus .react-flow__edge-path,.react-flow__edge.selectable:focus-visible .react-flow__edge-path{stroke:var(--xy-edge-stroke-selected, var(--xy-edge-stroke-selected-default))}.react-flow__edge-textwrapper{pointer-events:all}.react-flow__edge .react-flow__edge-text{pointer-events:none;user-select:none}.react-flow__connection{pointer-events:none}.react-flow__connection .animated{stroke-dasharray:5;animation:dashdraw .5s linear infinite}svg.react-flow__connectionline{z-index:1001;overflow:visible;position:absolute}.react-flow__nodes{pointer-events:none;transform-origin:0 0}.react-flow__node{position:absolute;user-select:none;pointer-events:all;transform-origin:0 0;box-sizing:border-box;cursor:default}.react-flow__node.selectable{cursor:pointer}.react-flow__node.draggable{cursor:grab;pointer-events:all}.react-flow__node.draggable.dragging{cursor:grabbing}.react-flow__nodesselection{z-index:3;transform-origin:left top;pointer-events:none}.react-flow__nodesselection-rect{position:absolute;pointer-events:all;cursor:grab}.react-flow__handle{position:absolute;pointer-events:none;min-width:5px;min-height:5px;width:6px;height:6px;background-color:var(--xy-handle-background-color, var(--xy-handle-background-color-default));border:1px solid var(--xy-handle-border-color, var(--xy-handle-border-color-default));border-radius:100%}.react-flow__handle.connectingfrom{pointer-events:all}.react-flow__handle.connectionindicator{pointer-events:all;cursor:crosshair}.react-flow__handle-bottom{top:auto;left:50%;bottom:0;transform:translate(-50%,50%)}.react-flow__handle-top{top:0;left:50%;transform:translate(-50%,-50%)}.react-flow__handle-left{top:50%;left:0;transform:translate(-50%,-50%)}.react-flow__handle-right{top:50%;right:0;transform:translate(50%,-50%)}.react-flow__edgeupdater{cursor:move;pointer-events:all}.react-flow__panel{position:absolute;z-index:5;margin:15px}.react-flow__panel.top{top:0}.react-flow__panel.bottom{bottom:0}.react-flow__panel.left{left:0}.react-flow__panel.right{right:0}.react-flow__panel.center{left:50%;transform:translate(-50%)}.react-flow__attribution{font-size:10px;background:var(--xy-attribution-background-color, var(--xy-attribution-background-color-default));padding:2px 3px;margin:0}.react-flow__attribution a{text-decoration:none;color:#999}@keyframes dashdraw{0%{stroke-dashoffset:10}}.react-flow__edgelabel-renderer{position:absolute;width:100%;height:100%;pointer-events:none;user-select:none;left:0;top:0}.react-flow__viewport-portal{position:absolute;width:100%;height:100%;left:0;top:0;user-select:none}.react-flow__minimap{background:var( --xy-minimap-background-color-props, var(--xy-minimap-background-color, var(--xy-minimap-background-color-default)) )}.react-flow__minimap-svg{display:block}.react-flow__minimap-mask{fill:var( --xy-minimap-mask-background-color-props, var(--xy-minimap-mask-background-color, var(--xy-minimap-mask-background-color-default)) );stroke:var( --xy-minimap-mask-stroke-color-props, var(--xy-minimap-mask-stroke-color, var(--xy-minimap-mask-stroke-color-default)) );stroke-width:var( --xy-minimap-mask-stroke-width-props, var(--xy-minimap-mask-stroke-width, var(--xy-minimap-mask-stroke-width-default)) )}.react-flow__minimap-node{fill:var( --xy-minimap-node-background-color-props, var(--xy-minimap-node-background-color, var(--xy-minimap-node-background-color-default)) );stroke:var( --xy-minimap-node-stroke-color-props, var(--xy-minimap-node-stroke-color, var(--xy-minimap-node-stroke-color-default)) );stroke-width:var( --xy-minimap-node-stroke-width-props, var(--xy-minimap-node-stroke-width, var(--xy-minimap-node-stroke-width-default)) )}.react-flow__background-pattern.dots{fill:var( --xy-background-pattern-color-props, var(--xy-background-pattern-color, var(--xy-background-pattern-dots-color-default)) )}.react-flow__background-pattern.lines{stroke:var( --xy-background-pattern-color-props, var(--xy-background-pattern-color, var(--xy-background-pattern-lines-color-default)) )}.react-flow__background-pattern.cross{stroke:var( --xy-background-pattern-color-props, var(--xy-background-pattern-color, var(--xy-background-pattern-cross-color-default)) )}.react-flow__controls{display:flex;flex-direction:column;box-shadow:var(--xy-controls-box-shadow, var(--xy-controls-box-shadow-default))}.react-flow__controls.horizontal{flex-direction:row}.react-flow__controls-button{display:flex;justify-content:center;align-items:center;height:26px;width:26px;padding:4px;border:none;background:var(--xy-controls-button-background-color, var(--xy-controls-button-background-color-default));border-bottom:1px solid var( --xy-controls-button-border-color-props, var(--xy-controls-button-border-color, var(--xy-controls-button-border-color-default)) );color:var( --xy-controls-button-color-props, var(--xy-controls-button-color, var(--xy-controls-button-color-default)) );cursor:pointer;user-select:none}.react-flow__controls-button svg{width:100%;max-width:12px;max-height:12px;fill:currentColor}.react-flow__edge.updating .react-flow__edge-path{stroke:#777}.react-flow__edge-text{font-size:10px}.react-flow__node.selectable:focus,.react-flow__node.selectable:focus-visible{outline:none}.react-flow__node-input,.react-flow__node-default,.react-flow__node-output,.react-flow__node-group{padding:10px;border-radius:var(--xy-node-border-radius, var(--xy-node-border-radius-default));width:150px;font-size:12px;color:var(--xy-node-color, var(--xy-node-color-default));text-align:center;border:var(--xy-node-border, var(--xy-node-border-default));background-color:var(--xy-node-background-color, var(--xy-node-background-color-default))}.react-flow__node-input.selectable:hover,.react-flow__node-default.selectable:hover,.react-flow__node-output.selectable:hover,.react-flow__node-group.selectable:hover{box-shadow:var(--xy-node-boxshadow-hover, var(--xy-node-boxshadow-hover-default))}.react-flow__node-input.selectable.selected,.react-flow__node-input.selectable:focus,.react-flow__node-input.selectable:focus-visible,.react-flow__node-default.selectable.selected,.react-flow__node-default.selectable:focus,.react-flow__node-default.selectable:focus-visible,.react-flow__node-output.selectable.selected,.react-flow__node-output.selectable:focus,.react-flow__node-output.selectable:focus-visible,.react-flow__node-group.selectable.selected,.react-flow__node-group.selectable:focus,.react-flow__node-group.selectable:focus-visible{box-shadow:var(--xy-node-boxshadow-selected, var(--xy-node-boxshadow-selected-default))}.react-flow__node-group{background-color:var(--xy-node-group-background-color, var(--xy-node-group-background-color-default))}.react-flow__nodesselection-rect,.react-flow__selection{background:var(--xy-selection-background-color, var(--xy-selection-background-color-default));border:var(--xy-selection-border, var(--xy-selection-border-default))}.react-flow__nodesselection-rect:focus,.react-flow__nodesselection-rect:focus-visible,.react-flow__selection:focus,.react-flow__selection:focus-visible{outline:none}.react-flow__controls-button:hover{background:var( --xy-controls-button-background-color-hover-props, var(--xy-controls-button-background-color-hover, var(--xy-controls-button-background-color-hover-default)) );color:var( --xy-controls-button-color-hover-props, var(--xy-controls-button-color-hover, var(--xy-controls-button-color-hover-default)) )}.react-flow__controls-button:disabled{pointer-events:none}.react-flow__controls-button:disabled svg{fill-opacity:.4}.react-flow__controls-button:last-child{border-bottom:none}.react-flow__resize-control{position:absolute}.react-flow__resize-control.left,.react-flow__resize-control.right{cursor:ew-resize}.react-flow__resize-control.top,.react-flow__resize-control.bottom{cursor:ns-resize}.react-flow__resize-control.top.left,.react-flow__resize-control.bottom.right{cursor:nwse-resize}.react-flow__resize-control.bottom.left,.react-flow__resize-control.top.right{cursor:nesw-resize}.react-flow__resize-control.handle{width:4px;height:4px;border:1px solid #fff;border-radius:1px;background-color:var(--xy-resize-background-color, var(--xy-resize-background-color-default));transform:translate(-50%,-50%)}.react-flow__resize-control.handle.left{left:0;top:50%}.react-flow__resize-control.handle.right{left:100%;top:50%}.react-flow__resize-control.handle.top{left:50%;top:0}.react-flow__resize-control.handle.bottom{left:50%;top:100%}.react-flow__resize-control.handle.top.left,.react-flow__resize-control.handle.bottom.left{left:0}.react-flow__resize-control.handle.top.right,.react-flow__resize-control.handle.bottom.right{left:100%}.react-flow__resize-control.line{border-color:var(--xy-resize-background-color, var(--xy-resize-background-color-default));border-width:0;border-style:solid}.react-flow__resize-control.line.left,.react-flow__resize-control.line.right{width:1px;transform:translate(-50%);top:0;height:100%}.react-flow__resize-control.line.left{left:0;border-left-width:1px}.react-flow__resize-control.line.right{left:100%;border-right-width:1px}.react-flow__resize-control.line.top,.react-flow__resize-control.line.bottom{height:1px;transform:translateY(-50%);left:0;width:100%}.react-flow__resize-control.line.top{top:0;border-top-width:1px}.react-flow__resize-control.line.bottom{border-bottom-width:1px;top:100%}.react-flow__edge-textbg{fill:var(--xy-edge-label-background-color, var(--xy-edge-label-background-color-default))}.react-flow__edge-text{fill:var(--xy-edge-label-color, var(--xy-edge-label-color-default))}.ant-pro-form-width-xs{width:424px!important}.ant-pro-form-width-xs .ant-pro-form-group .ant-space .ant-form-item-control{width:104px!important}.ant-pro-form-width-sm{width:760px!important}.ant-pro-form-width-sm .ant-pro-form-group .ant-space .ant-form-item-control{width:216px!important}.ant-pro-form-width-md{width:1096px!important}.ant-pro-form-width-md .ant-pro-form-group .ant-space .ant-form-item-control{width:328px!important}.ant-pro-form-width-lg{width:1432px!important}.ant-pro-form-width-lg .ant-pro-form-group .ant-space .ant-form-item-control{width:440px!important}.ant-pro-form-width-xl{width:1768px!important}.ant-pro-form-width-xl .ant-pro-form-group .ant-space .ant-form-item-control{width:552px!important}.ant-form-horizontal .ant-pro-form-group .ant-form-item-label{width:100px}.ant-pro-form .ant-form-item-control .ant-picker{width:100%}.utopia-core-component-table{border-radius:4px}.utopia-core-component-table .ant-pro-table-search-query-filter{margin-bottom:5px}.utopia-core-component-table .ant-pro-table-search-query-filter .ant-pro-query-filter{margin-bottom:0;padding:10px 8px}.utopia-core-component-table .ant-pro-table-search-query-filter .ant-pro-query-filter-row{row-gap:16px}.utopia-core-component-table .ant-pro-table-list-toolbar-container{padding-block:4px;padding-inline:8px;border-bottom:1px solid var(--ant-colorBorderSecondary)}.utopia-core-component-table .ant-pro-table-alert{margin-block-end:8px}.utopia-core-component-table .ant-pro-table-alert-container{padding-block:6px;padding-inline:12px}.utopia-core-component-table .ant-pro-card-body{padding-inline:0;padding-block:0}.utopia-core-component-table .ant-pro-card-body .ant-table-wrapper{background-color:var(--ant-colorBgLayout)}.utopia-core-component-table .ant-table-pagination.ant-pagination{background-color:var(--ant-colorBgBase);margin-top:4px;padding:8px}.ant-modal-root .ant-modal-content{padding:10px 12px;border:1px solid var(--ant-colorBorder)}.ant-modal-root .ant-modal-header{margin:-10px -12px 10px;padding:5px 10px;border-bottom:1px solid var(--ant-colorBorder)}.ant-modal-root .ant-modal-close{top:1px;inset-inline-end:0}.ant-modal-root .ant-modal-close-x{font-size:14px}.ant-pro-layout-page-container-tabs .ant-tabs-nav{margin-bottom:0}.ant-pro-layout-page-container-content{height:1px;flex:1 1;padding:5px}.ant-pro-global-header{margin-inline-end:4px}.ant-pro-form-group-title{margin-block-end:12px;color:var(--ant-colorPrimary)}.ant-popover .ant-popover-inner{border-radius:2px;padding:8px}.ant-descriptions-row td{padding-bottom:8px!important}.ant-pro-form-list-items{align-items:start!important}.ant-pro-form-list .ant-form-item-control-input-content .ant-pro-form-list-item .ant-form-item{margin-bottom:16px}.ant-pro-form-list .ant-form-item-control-input-content .ant-pro-form-list-item .ant-pro-form-list-action{margin-bottom:10px}#root,#root .ant-pro-layout,#root .ant-pro-layout .ant-layout{height:100%}#root .ant-pro-layout-content{position:relative;z-index:1}#root .ant-pro-layout-content .ant-app{display:flex;flex-direction:column;height:100%}#root .ant-pro-layout-container{height:100%;overflow:auto}#root .ant-pro-layout #pro-content-keep-alive-tabs .ant-tabs-nav{margin-bottom:0!important;background-color:var(--ant-colorBgElevated);border-bottom:1px solid var(--ant-colorBorder)}#root .ant-pro-layout #pro-content-keep-alive-tabs .ant-tabs-content-holder{display:none}#root .ant-pro-layout .ant-pro-global-header-header-actions-item{height:100%;font-size:14px;color:var(--ant-colorText)}#root .ant-pro-layout .ant-pro-global-header-header-actions-item>*{padding:0}#root .ant-pro-layout .ant-pro-global-header-header-actions-item>*:hover{background-color:transparent}#root .ant-pro-layout .pro-content-keep-alive-holder{position:relative;height:100%;padding:5px;background-color:var(--ant-colorBgLayout);overflow-y:auto;overflow-x:hidden}#root .ant-pro-layout .pro-content-keep-alive-holder .base-page-container{height:100%}#root .ant-pro-layout .ant-layout-sider .ant-menu-inline .ant-menu-item{margin-inline:0;border-radius:0;width:100%}#root .ant-pro-layout .ant-layout-sider .ant-menu-inline .ant-menu-item:after{position:absolute;top:0;right:0;bottom:0;border-right:3px solid var(--ant-colorPrimary);opacity:0;transform:scaleY(.00001);transition:transform .15s cubic-bezier(.215,.61,.355,1),opacity .15s cubic-bezier(.215,.61,.355,1);content:""}#root .ant-pro-layout .ant-layout-sider .ant-menu-inline .ant-menu-item-selected:after{transform:scaleY(1);opacity:1}#root .ant-pro-layout .ant-pro-sider-footer{padding-block-end:0}html.dark{color-scheme:dark}.ant-picker,.ant-picker-range{width:100%}.ant-btn-link:disabled{opacity:.4}.ant-upload-hint{margin-bottom:5px}#keep-alive-tabs-layout .ant-modal-root .ant-modal-mask{top:0!important;right:0!important;bottom:0!important;left:0!important}.ant-modal-body{max-height:70vh;overflow-y:auto;overflow-x:hidden}.ant-tooltip-content .ant-tooltip-inner .ant-typography code{background:#969696cc!important}.plugin-web-update-notice-anchor .plugin-web-update-notice{right:16px!important;bottom:16px!important}.plugin-web-update-notice-anchor .plugin-web-update-notice-content{border-radius:2px;width:295px;color:var(--ant-colorText);background-color:var(--ant-colorBgBase);box-shadow:var(--ant-boxShadowSecondary)}.plugin-web-update-notice-anchor .plugin-web-update-notice-content .plugin-web-update-notice-dismiss-btn{color:var(--ant-colorTextTertiary)}.plugin-web-update-notice-anchor .plugin-web-update-notice-content .plugin-web-update-notice-refresh-btn{color:var(--ant-colorPrimary)}.ant-descriptions .ant-descriptions-header{margin-bottom:10px}.ant-select-dropdown .ant-select-item-option-disabled{background-color:var(--ant-colorBgContainerDisabled)}.ant-menu-inline .ant-menu-submenu-title{margin-inline:0px}.ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ant-menu-inline .ant-menu-item{height:35px;line-height:35px}.utopia-core-component-loading{height:100%;text-align:center}.utopia-core-component-loading-wrap{height:100%}.utopia-core-component-modal-box .ant-modal-header{cursor:move}#keep-alive-tabs-layout .ant-modal-root .ant-modal-mask{position:absolute!important;top:-5px;right:-5px;bottom:-5px;left:-5px;height:auto}#keep-alive-tabs-layout .ant-modal-root .ant-modal-wrap{position:absolute}.utopia-core-component-page-not-found{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%}.utopia-core-component-page-not-found .main-message{margin-top:30px}.utopia-core-component-page-not-found .main-message .suggestions-summary-list{padding-left:40px;list-style:disc}.utopia-core-component-table-full-container{height:100%}.utopia-core-component-table-full-container .ant-pro-table-list-toolbar-right{flex-grow:0}.utopia-core-component-table-full-container .ant-pro-table-full-container{height:100%;display:flex;flex-direction:column}.utopia-core-component-table-full-container .ant-pro-table-full-container>.ant-pro-table-search.ant-pro-card{flex:none;height:max-content}.utopia-core-component-table-full-container .ant-pro-table-full-container>.ant-pro-card{flex:1 1;height:0;border-top-left-radius:0;border-top-right-radius:0}.utopia-core-component-table-full-container .ant-pro-table-full-container>.ant-pro-card>.ant-pro-card-body{display:flex;flex-direction:column}.utopia-core-component-table-full-container .ant-pro-table-full-container>.ant-pro-card>.ant-pro-card-body>.ant-table-wrapper{flex:1 1;height:0}.utopia-core-component-table-full-container .ant-pro-table-full-container>.ant-pro-card>.ant-pro-card-body>.ant-table-wrapper>.ant-spin-nested-loading{height:100%}.utopia-core-component-table-full-container .ant-pro-table-full-container>.ant-pro-card>.ant-pro-card-body>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container{height:100%;display:flex;flex-direction:column}.utopia-core-component-table-full-container .ant-pro-table-full-container>.ant-pro-card>.ant-pro-card-body>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table-fixed-header{flex:1 1;height:0}.utopia-core-component-table-full-container .ant-pro-table-full-container>.ant-pro-card>.ant-pro-card-body>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table-fixed-header>.ant-table-container{height:100%;display:flex;flex-direction:column}.utopia-core-component-table-full-container .ant-pro-table-full-container>.ant-pro-card>.ant-pro-card-body>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table-fixed-header>.ant-table-container>.ant-table-body{height:0;flex:1 1}.utopia-core-component-table{background-color:var(--ant-colorBgLayout);border:1px solid var(--ant-colorBorder)}.utopia-core-component-table .ant-pro-table-search{border-bottom-left-radius:0;border-bottom-right-radius:0}.utopia-core-component-table .table-colums-group .ant-table .ant-table-thead tr th{padding:4px!important;border-bottom:1px solid var(--ant-colorBorder)!important;border-right:1px solid var(--ant-colorBorder)}.utopia-core-component-table .table-colums-group .ant-table .ant-table-thead tr th:before{width:0!important}.utopia-core-component-table .table-row-error{background-color:#ff8b7685;opacity:1}.utopia-core-component-table .table-row-error .ant-table-cell-fix-right,.utopia-core-component-table .table-row-checkbox-error .ant-table-selection-column{background-color:#ff4d4f!important}.utopia-core-component-table .table-row-checkbox-success .ant-table-selection-column{background-color:#52c41a!important}.utopia-core-component-network-status{position:relative;height:1em;width:1em;cursor:pointer}.utopia-core-component-network-status .signal-bar{box-sizing:border-box;width:4px;border:1px solid var(--ant-colorBorder);border-radius:1px}.utopia-core-component-network-status .signal-bar:nth-child(1){height:35%}.utopia-core-component-network-status .signal-bar:nth-child(2){height:55%}.utopia-core-component-network-status .signal-bar:nth-child(3){height:75%}.utopia-core-component-network-status .signal-bar:nth-child(4){height:100%}.utopia-core-component-network-status .signal-offline{position:absolute;color:var(--ant-red);font-size:16px}.utopia-core-component-menu-footer-content{padding:4px;border-top:1px solid var(--ant-colorBorder)}.utopia-core-component-menu-footer-content .menu-collapse{padding:5px;font-size:16px;cursor:pointer;background-color:var(--ant-colorBgLayout);border-radius:2px}.utopia-core-component-menu-footer-content .menu-collapse:hover{background-color:var(--ant-colorFillContentHover)}.header-user-center___MvEML{display:flex;align-items:center;line-height:1;height:100%}.header-user-center___MvEML .user-info-content-wrap{position:relative;display:flex;height:100%}.header-user-center___MvEML .user-info-content-wrap .header-right-split{width:1px;height:100%;transform:scaleX(.5)}.header-user-center___MvEML .user-info-content-wrap .user-base-info{margin-inline-start:10px;margin-inline-end:5px}.header-user-center___MvEML .user-info-content-wrap .user-avatar{display:flex;height:100%;cursor:pointer;padding-inline:5px}.header-user-center___MvEML .user-info-content-wrap .user-avatar .ant-avatar>img{border-radius:50%}.header-user-center___MvEML .user-info-content-wrap .user-avatar .drop-content-arrow{margin-left:2px;transition:all .3s ease-in;transform:rotate(0)}.header-user-center___MvEML .user-info-content-wrap .user-avatar .drop-content-arrow-active{transform:rotate(180deg)}.header-user-center___MvEML .user-info-content-wrap .drop-content-panel{position:absolute;top:48px;right:-4px;width:330px;border:1px solid;border-top:none;border-right:none;user-select:none;box-shadow:var(--ant-boxShadowSecondary)}.header-user-center___MvEML .user-info-content-wrap .drop-content-panel .account-info{display:flex;align-items:center;height:70px;padding:10px}.header-user-center___MvEML .user-info-content-wrap .drop-content-panel .account-info-left{margin-right:5px}.header-user-center___MvEML .user-info-content-wrap .drop-content-panel .account-info-right .account-info-item .account-info-tag{display:inline-block;margin:5px 5px 0 0;padding:2px;border:1px solid}.header-user-center___MvEML .user-info-content-wrap .drop-content-panel .operation-item{padding:8px 18px;font-size:14px;cursor:pointer}.header-user-center___MvEML .user-info-content-wrap .drop-content-panel .operation-item span+span{margin-left:12px}.header-user-center___MvEML .user-info-content-wrap .drop-content-panel-bottom{border-top:1px solid var(--ant-colorBorder);padding-block:10px}.header-user-center___MvEML .user-info-content-wrap .drop-content-panel-bottom .bottom-operate-content{border-top:1px solid var(--ant-colorBorder);padding-inline:10px;padding-block-start:10px}.header-user-center___MvEML .user-info-content-wrap .drop-content-panel-bottom .bottom-operate-content .ant-btn+.ant-btn{margin-top:6px}.header-user-center___MvEML .user-info-content-wrap .drop-content-panel-bottom .system-operation-tool,.header-user-center___MvEML .user-info-content-wrap .drop-content-panel-bottom .system-extra-info{padding-inline:10px}.header-user-center___MvEML .user-info-content-wrap .drop-content-panel-bottom .system-operation-tool-item,.header-user-center___MvEML .user-info-content-wrap .drop-content-panel-bottom .system-extra-info-item{display:flex;align-items:center;margin-bottom:10px}.header-user-center___MvEML .user-info-content-wrap .drop-content-panel-bottom .system-operation-tool-item .label,.header-user-center___MvEML .user-info-content-wrap .drop-content-panel-bottom .system-extra-info-item .label{font-size:14px;margin-right:10px}.base-amap-container{position:relative;height:100%;width:100%}.base-amap-container .place-search-content{position:absolute;top:15px;right:15px;width:300px;z-index:99}.base-amap-container .place-search-content .tip-district{color:var(--antd-colorTextSecondary);font-size:12px}.map-component-lnglat-select .modal-content{position:relative;width:850px;height:500px}.map-component-lnglat-select .modal-content .coordinate-tip{position:absolute;top:5px;left:5px;padding:2px 7px;border:1px solid;border-color:var(--ant-colorBorder);background-color:var(--ant-colorBgBase)}.component-preset-line-select{position:relative;height:100%;border:1px solid var(--ant-colorBorder)}.component-preset-line-select .custom-node-wrap{position:relative;padding:5px;border-radius:2px;border:1px solid transparent;height:35px;background:var(--ant-colorBgLayout)}.component-preset-line-select .custom-node-wrap.active{border-color:var(--ant-colorPrimary)}.component-preset-line-select .custom-node-wrap:hover:not(.active){border-color:var(--ant-colorBorder)}.component-preset-line-select .custom-node-wrap .add-icon-operate{position:absolute;top:50%;left:calc(100% + 5px);transform:translateY(-50%);color:var(--ant-colorPrimary)}.component-preset-line-select .custom-node-wrap .add-icon-operate:hover{cursor:pointer}.component-preset-line-select .custom-node-wrap .select-site-info{display:flex;align-items:center}.component-preset-line-select .custom-node-wrap .select-site-info .close-icon{margin-left:5px;color:var(--ant-colorError);cursor:pointer;font-size:12px}.component-preset-line-select .custom-node-wrap .select-site-info .close-icon:hover{opacity:.8}.site-select-content-overlay .site-select-content{display:flex;gap:10px;flex-wrap:wrap;max-width:400px;max-height:400px;overflow:auto}.site-select-content-overlay .site-select-content .site-item-wrap{position:relative;padding:3px 5px;font-size:12px;border:1px solid var(--ant-colorBorder);cursor:pointer}.site-select-content-overlay .site-select-content .site-item-wrap.active{color:var(--ant-green-7);background:var(--ant-green-1);border-color:var(--ant-green-3)}.car-group-wrap{display:flex;flex-direction:column;min-width:320px;height:100%}.car-group-wrap .header-content{margin-bottom:5px;padding:5px;background-color:var(--ant-colorBgContainer)}.car-group-wrap .body-content{background-color:var(--ant-colorBgContainer);height:1px;flex:1 1}.car-group-wrap .body-content .tree-tip{margin-bottom:15px}.car-group-wrap .body-content-tree{display:flex;flex-direction:column;height:100%}.car-group-wrap .body-content-tree .ant-tree{height:1px;flex:1 1;overflow-y:auto}.car-group-wrap .body-content .car-no{width:75px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.car-group-wrap .body-content .split-line{width:1.5px;height:15px;background-color:var(--ant-colorText);margin-right:6px}.car-group-wrap .body-content .operate-item{margin-inline-end:2px;font-size:18px;cursor:pointer}.car-group-wrap .body-content .operate-item:not(.operate-item-disabled):hover{opacity:.8}.car-group-wrap .body-content .operate-item-disabled{cursor:not-allowed;color:var(--ant-colorTextDisabled)}html,body{width:100%;height:100%}input::-ms-clear,input::-ms-reveal{display:none}*,*:before,*:after{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{margin:0}[tabindex="-1"]:focus{outline:none}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5em;font-weight:500}p{margin-top:0;margin-bottom:1em}abbr[title],abbr[data-original-title]{text-decoration:underline;text-decoration:underline dotted;border-bottom:0;cursor:help}address{margin-bottom:1em;font-style:normal;line-height:inherit}input[type=text],input[type=password],input[type=number],textarea{-webkit-appearance:none}ol,ul,dl{margin-top:0;margin-bottom:1em}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}pre,code,kbd,samp{font-size:1em;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace}pre{margin-top:0;margin-bottom:1em;overflow:auto}figure{margin:0 0 1em}img{vertical-align:middle;border-style:none}a,area,button,[role=button],input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{padding-top:.75em;padding-bottom:.3em;text-align:left;caption-side:bottom}input,button,select,optgroup,textarea{margin:0;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{padding:0;border-style:none}input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;margin:0;padding:0;border:0}legend{display:block;width:100%;max-width:100%;margin-bottom:.5em;padding:0;color:inherit;font-size:1.5em;line-height:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}mark{padding:.2em;background-color:#feffe6}
