.xflow-default-node{z-index:10;display:flex;width:180px;height:36px;line-height:36px;text-align:center;background-color:#fff;border:1px solid #1890ff;border-radius:2px;box-shadow:-1px -1px 4px 0 hsla(0,0%,87%,.5),-2px 2px 4px 0 hsla(0,0%,96%,.5),2px 3px 8px 2px hsla(0,0%,59%,.05);transition:all .15s ease-in-out}.xflow-default-node:hover{background-color:#fff;border:1px solid #3057e3;box-shadow:0 0 3px 3px rgba(48,86,227,.15);cursor:move}.xflow-default-node .icon{width:36px}.xflow-default-node .label{width:108px;overflow:hidden;text-overflow:ellipsis}.xflow-default-node .status{width:36px}.xflow-default-node.panel-node{border:0}.x6-node-selected .xflow-default-node{background-color:rgba(48,86,227,.05);border:1px solid #3057e3;box-shadow:0 0 3px 3px rgba(48,86,227,.15)}.x6-node-selected .xflow-default-node:hover{background-color:#fff;box-shadow:0 0 5px 5px rgba(48,86,227,.15)}.xflow-default-group-node{z-index:9;width:100%;height:100%;background-color:hsla(0,0%,100%,.65);border:1px solid hsla(0,0%,100%,.25);border-radius:4px;box-shadow:0 1px 3px 0 rgba(17,49,96,.12),0 0 0 1px rgb(17 49 96/4%);cursor:grab}.xflow-default-group-node:hover{background-color:rgba(227,244,255,.45);border:1px solid #1890ff;box-shadow:0 0 3px 3px rgba(64,169,255,.2);cursor:move}.xflow-default-group-node .xflow-group-header{display:flex;justify-content:space-between;padding:0 12px;font-size:14px;line-height:38px}.xflow-default-group-node .xflow-group-header .header-left{width:80%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.xflow-default-group-node .xflow-group-header .header-right{display:inline-flex;align-items:center}.xflow-default-group-node .xflow-group-header .header-right span.anticon{margin-left:8px}.x6-node-selected .xflow-default-group-node{background-color:rgba(243,249,255,.92);border:1px solid #1890ff;box-shadow:0 0 3px 3px rgba(64,169,255,.2)}.x6-node-selected .xflow-default-group-node:hover{background-color:rgba(243,249,255,.6)}.xflow-canvas-root{position:absolute;top:0;right:0;bottom:0;left:0}.xflow-app-workspace,.xflow-x6-canvas{width:100%;height:100%}.xflow-app-workspace{position:relative}.xflow-hide{display:none}.x6-widget-dnd.dragging{cursor:grabbing!important}.xflow-collapse-panel{border-right:1px solid #d9d9d9}.xflow-collapse-panel .disabled{position:relative;opacity:.45}.xflow-collapse-panel .disabled:before{position:absolute;top:0;right:0;bottom:0;left:0;z-index:999;cursor:not-allowed;content:""}.xflow-collapse-panel-node-wrapper{display:flex;align-items:center;justify-content:center;width:100%;cursor:grab}.xflow-collapse-panel-header{display:flex;justify-content:space-evenly;background:#fff;border-bottom:1px solid #d9d9d9}.xflow-collapse-panel-header-title{font-size:16px}.xflow-collapse-panel-header-search{width:100%;padding:0 12px}.xflow-collapse-panel-body{padding:0;overflow-x:hidden;overflow-y:auto;background:#fff}.xflow-collapse-panel-footer{display:flex;justify-content:space-evenly;background:#fff;border-top:1px solid #d9d9d9}.xflow-collapse-panel-footer-title{font-size:16px}.xflow-collapse-panel .xflow-collapse-search-list{height:100%;margin:0;padding:8px 0;overflow-y:auto;list-style:none}.xflow-collapse-panel .xflow-collapse-search-list-item{margin:0;padding:4px 0}.xflow-collapse-panel .xflow-collapse-list{height:100%;margin:0;padding:0;overflow-y:auto;list-style:none}.xflow-collapse-panel .xflow-collapse-list-item{margin:0;padding:0}.xflow-collapse-panel .xflow-collapse-list-item.close .xflow-collapse-content{height:0;transform:scaleY(0)}.xflow-collapse-panel .xflow-collapse-header{display:flex;justify-content:space-between;padding:8px 16px;color:rgba(0,0,0,.65);line-height:1.5;cursor:pointer;transition:all .3s;-webkit-user-select:none;-moz-user-select:none;user-select:none}.xflow-collapse-panel .xflow-collapse-header:hover{background:#f5f5f5}.xflow-collapse-panel .xflow-collapse-header-icon{display:flex;align-items:center;justify-content:center;width:24px}.xflow-collapse-panel .xflow-collapse-header-icon svg{transition:all .5s}.xflow-collapse-panel .xflow-collapse-header-label{flex:1}.xflow-collapse-panel .xflow-collapse-header-extra{width:auto}.xflow-collapse-panel .xflow-collapse-content{height:100%;height:auto;overflow:hidden;transform:scaleY(1);transition:scale .15s ease-in-out}.xflow-collapse-panel .xflow-collapse-content-item{padding:4px 0;transition:all .5s}.xflow-collapse-panel .xflow-collapse-content-item:hover{background:#f5f5f5}.x6-menu{display:inline-block;min-width:160px;min-height:32px;margin:0;padding:4px 0;background-color:#fff;outline:0;box-shadow:0 2px 10px rgba(0,0,0,.12)}.x6-menu,.x6-menu-item{position:relative}.x6-menu-item-active>.x6-menu-item-button,.x6-menu-item:hover>.x6-menu-item-button{color:#262626;background:#f5f5f5}.x6-menu-item-divider{display:block;width:100%;height:1px;margin:4px 0;background:hsla(0,0%,59%,.2);pointer-events:none}.x6-menu-item-button{position:relative;display:flex;align-content:center;align-items:center;justify-content:space-between;width:100%;height:28px;padding:0 12px;color:#595959;text-align:left;background:transparent;border:none;outline:none;box-shadow:none;cursor:pointer}.x6-menu-item-hidden{display:none}.x6-menu-item-disabled:hover>.x6-menu-item-button,.x6-menu-item-disabled>.x6-menu-item-button{color:#595959;background-color:transparent;cursor:not-allowed;opacity:.4}.x6-menu-item-icon{position:absolute;top:50%;left:6px;display:none;width:24px;height:24px;margin-top:-12px;font-size:13px}.x6-menu-item-text{padding-right:56px;overflow:hidden;font-size:13px;white-space:nowrap;text-overflow:ellipsis}.x6-menu-item-hotkey{font-size:13px;opacity:.75}.x6-menu-submenu-arrow,.x6-menu-submenu.x6-menu-item-disabled:hover>.x6-menu-item-button>.x6-menu-submenu-arrow{position:absolute;top:10px;right:12px;width:0;height:0;border-top:4px solid transparent;border-bottom:4px solid transparent;border-left:5px solid #262626;opacity:.4;pointer-events:none}.x6-menu-submenu-menu,.x6-menu-submenu.x6-menu-item-disabled:hover>.x6-menu-submenu-menu{position:absolute;top:-5px;left:100%;z-index:9999;min-width:200px;margin-left:-4px;padding:5px 0;background:#fff;box-shadow:0 2px 10px rgba(0,0,0,.12);transform:translateX(-10px);visibility:hidden;opacity:0;transition:all .25s cubic-bezier(.3,1.2,.2,1)}.x6-menu-submenu.x6-menu-item-active>.x6-menu-item-button>.x6-menu-submenu-arrow,.x6-menu-submenu:hover>.x6-menu-item-button>.x6-menu-submenu-arrow{opacity:.75}.x6-menu-submenu.x6-menu-item-active>.x6-menu-submenu-menu,.x6-menu-submenu:hover>.x6-menu-submenu-menu{transform:translateX(0);visibility:visible;opacity:1}.x6-menu.x6-menu-has-icon .x6-menu-item-button{padding-left:30px}.x6-menu.x6-menu-has-icon .x6-menu-item-button .x6-menu-item-icon{display:flex;align-items:center;justify-content:center}.x6-menu.x6-menu-has-icon .x6-menu-item-button .x6-menu-item-text{padding-left:2px}.xflow-menu-mask{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1000}.xflow-menu-mask .x6-dropdown{overflow:visible;pointer-events:all}.xflow-menu-mask .xflow-context-menu-anchor{position:absolute;z-index:1;background-color:#fff}@keyframes xflow-processing-line{to{stroke-dashoffset:-1000}}.dag-extension-container .x6-edge{stroke-width:1px}.dag-extension-container .x6-edge.success path:nth-child(2){stroke:#d5d5d5!important}.dag-extension-container .x6-edge.success path:nth-child(3){fill:#d5d5d5!important;stroke:#d5d5d5!important}.dag-extension-container .x6-edge.error{stroke-width:2px}.dag-extension-container .x6-edge.error path:nth-child(2){stroke:rgba(245,34,45,.45)!important;stroke-width:2px}.dag-extension-container .x6-edge.processing path:nth-child(2){animation:xflow-processing-line 30s linear infinite;stroke:rgba(57,202,116,.8);stroke-width:2px;stroke-dasharray:8px,2px}.dag-extension-container .x6-edge.hoverHighlight path:nth-child(2),.dag-extension-container .x6-edge.x6-edge-selected path:nth-child(2),.dag-extension-container .x6-edge:hover path:nth-child(2){stroke:#1890ff;stroke-width:2px}.dag-extension-container .x6-port .xflow-port-group .xflow-port-arrow{display:none}.dag-extension-container .x6-port .xflow-port-group.available .xflow-port{stroke:rgba(57,202,116,.6);r:8;stroke-width:8px}.dag-extension-container .x6-port .xflow-port-group.connected .xflow-port-arrow{display:block}.dag-extension-container .x6-port .xflow-port-group.connected .xflow-port{display:none}.dag-extension-container .x6-port .xflow-port-group.adsorbed .xflow-port{stroke:rgba(57,202,116,.85);r:10;stroke-width:10px}.layout-top-bottom .x6-port .xflow-port-group .xflow-port-arrow{display:none}.layout-top-bottom .x6-port .xflow-port-group.connected .xflow-port-arrow{display:block}.layout-left-right .x6-port .xflow-port-group .xflow-port-arrow,.layout-top-bottom .x6-port .xflow-port-group.connected .xflow-port{display:none}.layout-left-right .x6-port .xflow-port-group.connected .xflow-port-arrow{display:block;transform:translateY(5px) rotate(270deg)!important}.layout-left-right .x6-port .xflow-port-group.connected .xflow-port{display:none}.flow-extension-container .x6-edge{stroke-width:1px}.flow-extension-container .x6-edge.success path:nth-child(2){stroke:#888!important}.flow-extension-container .x6-edge.success path:nth-child(3){fill:#888!important;stroke:#888!important}.flow-extension-container .x6-edge.error{stroke-width:2px}.flow-extension-container .x6-edge.error path:nth-child(2){stroke:rgba(245,34,45,.45)!important;stroke-width:2px}.flow-extension-container .x6-edge.guideProcessing path:nth-child(2){stroke:rgba(57,202,116,.8);stroke-width:2px;stroke-dasharray:8px,2px}.flow-extension-container .x6-edge.guideProcessing path:nth-child(2):local{animation:processing-line 30s linear infinite}.flow-extension-container .x6-edge.hoverHighlight path:nth-child(2),.flow-extension-container .x6-edge.x6-edge-selected path:nth-child(2),.flow-extension-container .x6-edge:hover path:nth-child(2){stroke:#1890ff;stroke-width:2px}.flow-extension-container .x6-widget-transform{margin:-1px 0 0 -1px;padding:0;border:1px solid #239edd}.flow-extension-container .x6-widget-transform>div{border:1px solid #239edd}.flow-extension-container .x6-widget-transform-active-handle,.flow-extension-container .x6-widget-transform>div:hover{background-color:#3dafe4}.flow-extension-container .x6-widget-transform-resize{border-radius:0}.flow-extension-container .x6-widget-selection-inner{border:1px solid #239edd}.flow-extension-container .x6-widget-selection-box{opacity:0}.xflow-form-checkbox{margin-bottom:2px!important}.xflow-form-checkbox :global .ant-checkbox-wrapper{width:100%;overflow:hidden}.xflow-form-input :global .ant-input-clear-icon{color:rgba(0,0,0,.25)}.xflow-json-form{height:100%}.xflow-json-form label{font-size:12px}.xflow-json-form .ant-form-item{margin-bottom:12px}.xflow-json-form .ant-form-item .ant-form-item-label{padding-bottom:4px}.xflow-json-form .ant-form-item .ant-form-item-control .ant-checkbox-wrapper,.xflow-json-form .ant-form-item .ant-form-item-label>label{color:#666}.xflow-json-form .ant-form-item-explain,.xflow-json-form .ant-form-item-extra{font-size:12px}.xflow-json-form .ant-form-item-explain-error>div{word-break:break-all}.xflow-json-form .ant-form-item-extra{margin-top:4px}.xflow-json-form .tabs{flex-direction:column;height:100%}.xflow-json-form .tabs .ant-tabs-nav{box-shadow:0 0 16px -5px rgba(0,0,0,.2)}.xflow-json-form .tabs .ant-tabs-nav .ant-tabs-nav-list{width:100%}.xflow-json-form .tabs .ant-tabs-nav .ant-tabs-nav-list .ant-tabs-tab{font-size:12px}.xflow-json-form .tabs .ant-tabs-nav .ant-tabs-nav-list .ant-tabs-tab-active{border-bottom-width:0}.xflow-json-form .tabs .ant-tabs-nav .ant-tabs-nav-list .ant-tabs-tab .ant-tabs-tab-btn{font-weight:400;text-align:center}.xflow-json-form .tabs .ant-tabs-content-holder{padding:0 16px;overflow-y:auto}.xflow-json-form .tabs.xTab .ant-tabs-nav .ant-tabs-nav-list{box-sizing:border-box;height:40px;background-color:#fff;border-bottom:1px solid #d9d9d9}.xflow-json-form .tabs.xTab .ant-tabs-nav .ant-tabs-nav-list .ant-tabs-tab{background-color:#fff}.xflow-json-form .tabs.singleTab .ant-tabs-tab,.xflow-json-form .tabs.xTab .ant-tabs-nav .ant-tabs-nav-list .ant-tabs-tab .ant-tabs-tab-btn{width:100%}.xflow-json-form .tabs.coupleTab .ant-tabs-tab{width:50%;margin-right:0;border-right-width:0}.xflow-json-form .tabs.coupleTab .ant-tabs-tab:last-of-type{border-right-width:1px}.xflow-json-form .tabs.ternateTab .ant-tabs-tab{width:33%;margin-right:0;border-right-width:0}.xflow-json-form .tabs.ternateTab .ant-tabs-tab:last-of-type{border-right-width:1px}.xflow-json-schema-form{border-left:1px solid #d9d9d9}.xflow-json-schema-form-body{position:relative;width:100%;height:100%}.xflow-json-schema-form-header{display:flex;justify-content:space-evenly;background:#fff;border-bottom:1px solid #d9d9d9}.xflow-json-schema-form-header-title{font-size:16px}.xflow-json-schema-form-footer{display:flex;justify-content:space-evenly;background:#fff;border-top:1px solid #d9d9d9}.xflow-json-schema-form-footer-title{font-size:16px}.text-truncate{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.xflow-minimap{z-index:999;background:#fff;box-shadow:0 0 10px 0 rgba(0,0,0,.15)}.xflow-minimap .x6-widget-minimap .x6-graph{background:hsla(0,0%,100%,.9)}.xflow-minimap .x6-widget-minimap{background:rgba(34,34,34,.05)}.xflow-node-dnd-panel{border-right:1px solid #d9d9d9}.xflow-node-dnd-panel-header{display:flex;justify-content:space-evenly;background:#fff;border-bottom:1px solid #d9d9d9}.xflow-node-dnd-panel-header-title{font-size:16px}.xflow-node-dnd-panel-header-search{width:100%;padding:0 12px}.xflow-node-dnd-panel-body{padding:8px 0;overflow-x:hidden;overflow-y:auto;background:#fff}.xflow-node-dnd-panel-body .ant-tree-iconEle.ant-tree-icon__customize{display:none!important;width:auto;margin-right:0;color:rgba(0,0,0,.45)}.xflow-node-dnd-panel-body .ant-tree{background:unset}.xflow-node-dnd-panel-body .ant-tree-switcher{display:flex;align-items:center;justify-content:center}.xflow-node-dnd-panel-body .ant-tree-node-content-wrapper{display:flex;align-items:center;padding-left:0;overflow:hidden}.xflow-node-dnd-panel-body-list{margin:0;padding:0}.xflow-node-dnd-panel-body-list-item{margin:0;padding:4px 12px;overflow:hidden;list-style-type:none}.xflow-node-dnd-panel-body-list-item .xflow-node-dnd-panel-node-wrapper{justify-content:center}.xflow-node-dnd-panel-tree-leaf{position:relative}.xflow-node-dnd-panel-tree-leaf .ant-tree-iconEle{display:none}.xflow-node-dnd-panel-tree-leaf .ant-tree-title{padding:2px}.xflow-node-dnd-panel-node-wrapper{display:flex;align-items:center;width:100%}.xflow-node-dnd-panel-footer{display:flex;justify-content:space-evenly;background:#fff;border-top:1px solid #d9d9d9}.xflow-node-dnd-panel-footer-title{font-size:16px}.xflow-dnd-node{width:100%;height:40px}.x6-dropdown{position:absolute;top:-9999px;left:-9999px;z-index:9999;display:block;max-height:320px;overflow-y:scroll;border-radius:3px;box-shadow:0 1px 6px rgba(0,0,0,.2)}.x6-dropdown-hidden{display:none}.x6-dropdown-overlay{display:inline-block}.x6-dropdown.slide-down-appear.slide-down-appear-active.x6-dropdown-placement-bottomCenter,.x6-dropdown.slide-down-appear.slide-down-appear-active.x6-dropdown-placement-bottomLeft,.x6-dropdown.slide-down-appear.slide-down-appear-active.x6-dropdown-placement-bottomRight,.x6-dropdown.slide-down-enter.slide-down-enter-active.x6-dropdown-placement-bottomCenter,.x6-dropdown.slide-down-enter.slide-down-enter-active.x6-dropdown-placement-bottomLeft,.x6-dropdown.slide-down-enter.slide-down-enter-active.x6-dropdown-placement-bottomRight{animation-name:x6SlideUpIn}.x6-dropdown.slide-up-appear.slide-up-appear-active.x6-dropdown-placement-topCenter,.x6-dropdown.slide-up-appear.slide-up-appear-active.x6-dropdown-placement-topLeft,.x6-dropdown.slide-up-appear.slide-up-appear-active.x6-dropdown-placement-topRight,.x6-dropdown.slide-up-enter.slide-up-enter-active.x6-dropdown-placement-topCenter,.x6-dropdown.slide-up-enter.slide-up-enter-active.x6-dropdown-placement-topLeft,.x6-dropdown.slide-up-enter.slide-up-enter-active.x6-dropdown-placement-topRight{animation-name:x6SlideDownIn}.x6-dropdown.slide-down-leave.slide-down-leave-active.x6-dropdown-placement-bottomCenter,.x6-dropdown.slide-down-leave.slide-down-leave-active.x6-dropdown-placement-bottomLeft,.x6-dropdown.slide-down-leave.slide-down-leave-active.x6-dropdown-placement-bottomRight{animation-name:x6SlideUpOut}.x6-dropdown.slide-up-leave.slide-up-leave-active.x6-dropdown-placement-topCenter,.x6-dropdown.slide-up-leave.slide-up-leave-active.x6-dropdown-placement-topLeft,.x6-dropdown.slide-up-leave.slide-up-leave-active.x6-dropdown-placement-topRight{animation-name:x6SlideDownOut}@keyframes x6SlideUpIn{0%{transform:scaleY(.8);transform-origin:0 0;opacity:0}to{transform:scaleY(1);transform-origin:0 0;opacity:1}}@keyframes x6SlideUpOut{0%{transform:scaleY(1);transform-origin:0 0;opacity:1}to{transform:scaleY(.8);transform-origin:0 0;opacity:0}}@keyframes x6SlideDownIn{0%{transform:scaleY(.8);transform-origin:100% 100%;opacity:0}to{transform:scaleY(1);transform-origin:100% 100%;opacity:1}}@keyframes x6SlideDownOut{0%{transform:scaleY(1);transform-origin:100% 100%;opacity:1}to{transform:scaleY(.8);transform-origin:100% 100%;opacity:0}}.x6-toolbar{display:flex;flex-direction:row;height:28px;margin:0;padding:0 0 0 4px;overflow:hidden}.x6-toolbar-content{flex:1;justify-content:space-between;overflow:hidden}.x6-toolbar-content,.x6-toolbar-content-extras,.x6-toolbar-content-inner,.x6-toolbar-group,.x6-toolbar-item,.x6-toolbar-item-icon,.x6-toolbar-item-text{display:flex;flex-direction:row}.x6-toolbar-content-extras{align-content:center;align-items:center;font-size:14px}.x6-toolbar-group:before{align-self:center;width:1px;height:40%;margin:0 6px;background-color:rgba(0,0,0,.15);content:" ";pointer-events:none}.x6-toolbar-group:first-child:before{content:none}.x6-toolbar-item{align-content:center;align-items:center;margin:0;padding:0 4px;color:#595959;background-color:transparent;border:0;border-radius:2px;outline:none;box-shadow:none;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.x6-toolbar-item.x6-toolbar-item-hidden{display:none}.x6-toolbar-item.x6-toolbar-item-disabled,.x6-toolbar-item.x6-toolbar-item-disabled:hover{cursor:not-allowed;opacity:.4}.x6-toolbar-item.x6-toolbar-item-disabled .x6-toolbar-item-icon .x6-toolbar-item:active{transform:none}.x6-toolbar-item-icon,.x6-toolbar-item-text{align-content:center;align-items:center}.x6-toolbar-item-icon{font-size:14px;transition:transform 50ms ease}.x6-toolbar-item-icon:active{transform:scale(1.27201965)}.x6-toolbar-item-text{padding-left:4px;font-size:12px}.x6-toolbar-item-dropdown-wrap{margin-top:-13px}.x6-toolbar-item-dropdown-arrow{width:0;height:0;margin-left:6px;border-color:#262626 transparent transparent;border-style:solid;border-width:5px 4px 0;opacity:.4}.x6-toolbar.x6-toolbar-hover-effect{height:32px}.x6-toolbar.x6-toolbar-hover-effect .x6-toolbar-item{margin:4px 2px 4px 0;padding:0 6px;color:#595959}.x6-toolbar.x6-toolbar-hover-effect .x6-toolbar-item-disabled.x6-toolbar-item:hover{color:#595959;background-color:transparent}.x6-toolbar.x6-toolbar-hover-effect .x6-toolbar-item-disabled.x6-toolbar-item:hover .x6-toolbar-item-dropdown-arrow{opacity:.4}.x6-toolbar-item.x6-toolbar-item-active,.x6-toolbar.x6-toolbar-hover-effect .x6-toolbar-item.x6-toolbar-item-active,.x6-toolbar.x6-toolbar-hover-effect .x6-toolbar-item:hover{color:#262626;background-color:#e0e0e0}.x6-toolbar-item.x6-toolbar-item-active .x6-toolbar-item-dropdown-arrow,.x6-toolbar.x6-toolbar-hover-effect .x6-toolbar-item.x6-toolbar-item-active .x6-toolbar-item-dropdown-arrow,.x6-toolbar.x6-toolbar-hover-effect .x6-toolbar-item:hover .x6-toolbar-item-dropdown-arrow{opacity:.75}.x6-toolbar-item.x6-toolbar-item-active{margin:4px 0}.x6-toolbar.x6-toolbar-big{height:32px}.x6-toolbar.x6-toolbar-big .x6-toolbar-content-extras{font-size:16px}.x6-toolbar.x6-toolbar-big .x6-toolbar-item{margin:4px 4px 4px 0;padding:0 5px;border-radius:3px}.x6-toolbar.x6-toolbar-big .x6-toolbar-item-text{font-size:14px}.x6-toolbar.x6-toolbar-big .x6-toolbar-item-icon{font-size:16px}.x6-toolbar.x6-toolbar-hover-effect.x6-toolbar-big{height:40px}.x6-toolbar.x6-toolbar-hover-effect.x6-toolbar-big .x6-toolbar-item{padding:0 10px}.x6-toolbar.x6-toolbar-small{height:22px}.x6-toolbar.x6-toolbar-small .x6-toolbar-content-extras{font-size:12px}.x6-toolbar.x6-toolbar-small .x6-toolbar-item{padding:0 3px}.x6-toolbar.x6-toolbar-small .x6-toolbar-item-text{margin-right:2px;padding-left:2px;font-size:10px}.x6-toolbar.x6-toolbar-small .x6-toolbar-item-icon{font-size:12px}.x6-toolbar.x6-toolbar-small .x6-toolbar-item.x6-toolbar-item-active{margin:2px 0}.x6-toolbar.x6-toolbar-hover-effect.x6-toolbar-small{height:28px}.x6-toolbar.x6-toolbar-hover-effect.x6-toolbar-small .x6-toolbar-item{margin:4px 2px 4px 0;padding:0 5px}.x6-toolbar.x6-toolbar-hover-effect.x6-toolbar-small .x6-toolbar-item.x6-toolbar-item-active{margin:4px 2px 4px 0}.x6-toolbar.x6-toolbar-align-right .x6-toolbar-content{flex-direction:row-reverse}.xflow-toolbar{position:absolute;z-index:99;display:flex;height:40px;background:#fff}.xflow-toolbar-root{display:flex;justify-content:space-between;width:100%}.xflow-toolbar-root.horizontal-center{justify-content:center}.xflow-toolbar-root.vertical{flex-direction:column}.xflow-toolbar-root .x6-toolbar.x6-toolbar-hover-effect{align-items:center;height:100%}.xflow-toolbar-root .x6-toolbar-content{height:100%}.xflow-toolbar.vertical{right:unset;left:unset;width:32px;height:auto;border:1px solid rgba(0,0,0,.04);border-radius:4px;box-shadow:0 0 20px rgb(0 0 0/1%)}.xflow-toolbar.vertical .x6-toolbar.x6-toolbar-hover-effect{height:auto;padding:8px 0}.xflow-toolbar.vertical .x6-toolbar-content-inner,.xflow-toolbar.vertical .x6-toolbar-group{flex-direction:column}.xflow-toolbar.vertical .x6-toolbar-item{margin:0;padding:6px 8px;color:#595959}.xflow-toolbar.horizontal{right:0;left:0}.xflow-toolbar.horizontal .x6-toolbar.x6-toolbar-hover-effect{height:40px;line-height:40px}.flowchart-extension-container .x6-edge{stroke-width:1px}.flowchart-extension-container .x6-edge.success path:nth-child(2){stroke:#888!important}.flowchart-extension-container .x6-edge.success path:nth-child(3){fill:#888!important;stroke:#888!important}.flowchart-extension-container .x6-edge.error{stroke-width:2px}.flowchart-extension-container .x6-edge.error path:nth-child(2){stroke:rgba(245,34,45,.45)!important;stroke-width:2px}.flowchart-extension-container .x6-edge.guideProcessing path:nth-child(2){stroke:rgba(57,202,116,.8);stroke-width:2px;stroke-dasharray:8px,2px}.flowchart-extension-container .x6-edge.guideProcessing path:nth-child(2):local{animation:processing-line 30s linear infinite}.flowchart-extension-container .x6-edge.hoverHighlight path:nth-child(2),.flowchart-extension-container .x6-edge.x6-edge-selected path:nth-child(2),.flowchart-extension-container .x6-edge:hover path:nth-child(2){stroke:#1890ff;stroke-width:2px}@keyframes processing-line{to{stroke-dashoffset:-1000}}.flowchart-extension-container .x6-widget-transform{margin:-1px 0 0 -1px;padding:0;border:1px solid #239edd}.flowchart-extension-container .x6-widget-transform>div{border:1px solid #239edd}.flowchart-extension-container .x6-widget-transform-active-handle,.flowchart-extension-container .x6-widget-transform>div:hover{background-color:#3dafe4}.flowchart-extension-container .x6-widget-transform-resize{border-radius:0}.flowchart-extension-container .x6-widget-selection-inner{border:1px solid #239edd}.flowchart-extension-container .x6-widget-selection-box{opacity:0}.flowchart-extension-container.xflow-app-workspace{overflow:hidden;border:1px solid #d9d9d9}.flowchart-extension-container.xflow-app-workspace .xflow-workspace-panel{z-index:1;background:#fff}.flowchart-extension-container.xflow-app-workspace svg{overflow:visible!important}.flowchart-extension-container.xflow-app-workspace .x6-edge{stroke-width:1px}.flowchart-extension-container.xflow-app-workspace .x6-edge.hoverHighlight path:nth-child(2),.flowchart-extension-container.xflow-app-workspace .x6-edge.x6-edge-selected path:nth-child(2),.flowchart-extension-container.xflow-app-workspace .x6-edge:hover path:nth-child(2){stroke:#1890ff}.flowchart-extension-container.xflow-app-workspace .x6-port>circle{stroke:#69c0ff}.flowchart-extension-container.xflow-app-workspace .x6-widget-transform{box-sizing:border-box!important;margin:0;padding:0;border:2px solid #3572f9;box-shadow:0 4px 4px 0 #dbe6ff}.flowchart-extension-container.xflow-app-workspace .x6-widget-transform>div{width:8px;height:8px;background-color:#fff;border:1px solid #3572f9}.flowchart-extension-container.xflow-app-workspace .xflow-json-form .ant-tabs-content-holder{padding:0!important}.flowchart-container-collpase{transition:left .5s}.flowchart-container-collpase-wrapper{position:relative;width:100%;height:100%}.flowchart-container-collpase-nodes{border-right:1px solid #d9d9d9}.flowchart-container-collpase-icon{position:absolute;z-index:99;width:20px;color:#aaa;font-size:12px;text-align:center;background:#fff;border:1px solid #ccc;transform:translateY(-50%);cursor:pointer}.flowchart-container-collpase-icon:hover{color:#2b84c0}.flowchart-container-collpase .xflow-workspace-panel{transition:left .5s}.flowchart-editor-panel-body{padding:12px}.flowchart-editor-panel-body .flowchart-editor-color-container{width:24px;height:24px;padding:4px;border:1px solid #eee;border-radius:2px}.flowchart-editor-panel-body .flowchart-editor-panel-group{display:flex;flex-direction:column;grid-gap:8px;margin-bottom:12px;padding-bottom:12px;font-size:12px}.flowchart-editor-panel-body .flowchart-editor-panel-group:first-child{border-bottom:1px solid #ccc}.flowchart-editor-panel-body .flowchart-editor-panel-group:last-child{margin-bottom:0}.flowchart-editor-panel-body .flowchart-editor-panel-group input,.flowchart-editor-panel-body .flowchart-editor-panel-group select{height:24px}.flowchart-editor-panel-body .flowchart-editor-panel-group h5{margin:0;color:rgba(0,0,0,.85)}.flowchart-editor-panel-body .flowchart-editor-panel-group .group{display:flex;flex-direction:row;align-items:center}.flowchart-editor-panel-body .flowchart-editor-panel-group .group>label{margin-right:8px;color:rgba(0,0,0,.45);word-break:keep-all}.flowchart-editor-panel-body .flowchart-editor-panel-group .split{display:flex;grid-gap:8px}.flowchart-editor-panel-body .flowchart-editor-panel-group .addon-before-group{position:relative;display:flex;flex-direction:row;width:100%;height:100%;overflow:hidden;vertical-align:center;border:1px solid #d9d9d9;border-radius:2px}.flowchart-editor-panel-body .flowchart-editor-panel-group .addon-before-group>span{position:absolute;top:0;right:0;display:block;width:20px;color:#000000d9;line-height:24px;text-align:center;background-color:#fafafa;cursor:pointer}.flowchart-editor-panel-body .flowchart-editor-panel-group .addon-before-group:hover>span{display:none}.flowchart-editor-panel-body .flowchart-editor-edge-stroke-style,.flowchart-editor-panel-body .flowchart-editor-edge-text-style,.flowchart-editor-panel-body .flowchart-editor-node-text-style{display:flex;flex-direction:row;grid-gap:8px}.flowchart-editor-panel-body .ant-input-number{width:100%}.flowchart-editor-canvas-panel{display:flex;justify-content:center;padding-top:60px;color:#aaa}.flowchart-editor-pick-color-container{position:fixed;top:0;right:0;bottom:0;left:0;z-index:999;background:rgba(0,0,0,.25)}.flowchart-editor-pick-color-container .flowchart-editor-popover{position:absolute;top:50%;left:50%;padding:12px;background:#fff;transform:translate(-50%,-50%)}.flowchart-editor-pick-color-container .sketch-picker{box-sizing:border-box!important;padding:0!important;border-radius:none!important;box-shadow:none!important}.flowchart-editor-pick-color-container .foolter{display:flex;flex-direction:row;justify-content:space-between;margin-top:12px}.flowchart-extension-container .xflow-editor-panel-collpase{color:rgba(0,0,0,.85);font-size:12px;transition:right .5s}.flowchart-extension-container .xflow-editor-panel-collpase-wrapper{position:relative;width:100%;height:100%}.flowchart-extension-container .xflow-editor-panel-collpase-icon{position:absolute;z-index:99;width:20px;color:#aaa;text-align:center;background:#fff;border:1px solid #ccc;transform:translateY(-50%);cursor:pointer}.flowchart-extension-container .xflow-editor-panel-collpase-icon:hover{color:#2b84c0}.flowchart-extension-container .xflow-editor-panel-collpase .xflow-workspace-panel{transition:left .5s}.xflow-group-node{z-index:9;width:100%;height:100%;background-color:hsla(0,0%,100%,.65);border:1px solid hsla(0,0%,100%,.25);border-radius:4px;box-shadow:0 1px 3px 0 rgba(17,49,96,.12),0 0 0 1px rgb(17 49 96/4%);cursor:grab}.xflow-group-node:hover{background-color:rgba(227,244,255,.45);border:1px solid #1890ff;box-shadow:0 0 3px 3px rgba(64,169,255,.2);cursor:move}.xflow-group-node .xflow-group-header{display:flex;justify-content:space-between;padding:0 12px;line-height:38px}.xflow-group-node .xflow-group-header .header-left{width:80%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.xflow-group-node .xflow-group-header .header-right{display:inline-flex;align-items:center}.xflow-group-node .xflow-group-header .header-right span.anticon{margin-left:8px}.x6-node-selected .xflow-group-node{background-color:rgba(243,249,255,.92);border:1px solid #1890ff;box-shadow:0 0 3px 3px rgba(64,169,255,.2)}.x6-node-selected .xflow-group-node:hover{background-color:rgba(243,249,255,.6)}.flowchart-extension-container .xflow-node-panel{color:rgba(0,0,0,.85);font-size:12px}.flowchart-extension-container .xflow-node-panel-header{display:flex;justify-content:space-evenly;background:#fff;border-right:1px solid #d9d9d9;border-bottom:1px solid #d9d9d9}.flowchart-extension-container .xflow-node-panel-header-title{font-size:16px}.flowchart-extension-container .xflow-node-panel-header-search{width:100%;padding:0 12px}.flowchart-extension-container .xflow-node-panel-custom{display:flex;flex-wrap:wrap;grid-gap:5px;background:#fff;cursor:grab}.flowchart-extension-container .xflow-node-panel-official{grid-gap:5px;background:#fff;cursor:grab;display:grid;grid-template-columns:repeat(auto-fit,minmax(24px,1fr))}.flowchart-extension-container .xflow-node-panel-node-wrapper{display:flex;justify-content:center;cursor:pointer}.flowchart-extension-container .xflow-node-panel .ant-collapse-content-box{padding:12px}.flowchart-extension-container .xflow-node-panel .ant-collapse-content{border-top:none}.flowchart-extension-container .xflow-node-panel .ant-collapse-header{color:rgba(0,0,0,.85);font-size:12px}.flowchart-extension-container .xflow-node-panel-collpase{color:rgba(0,0,0,.85);font-size:12px;transition:left .5s}.flowchart-extension-container .xflow-node-panel-collpase-wrapper{position:relative;width:100%;height:100%}.flowchart-extension-container .xflow-node-panel-collpase-nodes{border-right:1px solid #d9d9d9}.flowchart-extension-container .xflow-node-panel-collpase-icon{position:absolute;z-index:99;width:20px;color:#aaa;text-align:center;background:#fff;border:1px solid #ccc;transform:translateY(-50%);cursor:pointer}.flowchart-extension-container .xflow-node-panel-collpase-icon:hover{color:#2b84c0}.xflow-app-workspace{overflow:hidden;border:1px solid #d9d9d9}.xflow-app-workspace .xflow-workspace-panel{z-index:1;background:#fff}.xflow-app-workspace svg{overflow:visible!important}.xflow-app-workspace .x6-edge{stroke-width:1px}.xflow-app-workspace .x6-edge.hoverHighlight path:nth-child(2),.xflow-app-workspace .x6-edge.x6-edge-selected path:nth-child(2),.xflow-app-workspace .x6-edge:hover path:nth-child(2){stroke:#3572f9}.xflow-app-workspace .x6-port>circle{stroke:#69c0ff}.xflow-app-workspace .x6-widget-transform{box-sizing:border-box!important;margin:0;padding:0;border:2px solid #3572f9;box-shadow:0 4px 4px 0 #dbe6ff}.xflow-app-workspace .x6-widget-transform>div{width:8px;height:8px;background-color:#fff;border:1px solid #3572f9}.xflow-app-workspace .xflow-json-form .ant-tabs-content-holder{padding:0!important}.xflow-app-workspace .ant-collapse-header{display:flex;flex-wrap:nowrap;align-items:flex-start;padding:12px 16px;color:rgba(0,0,0,.85);line-height:1.5715;cursor:pointer;transition:all .3s,visibility 0s}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */main{display:block}h1{font-size:2em;margin:.67em 0}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}code,kbd,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{font-size:100%;line-height:1.15}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;display:table}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=search]{-webkit-appearance:textfield}[type=search]::-webkit-search-decoration{-webkit-appearance:none}details{display:block}[hidden]{display:none}body,html{width:100%;height:100%}input::-ms-clear,input::-ms-reveal{display:none}*,:after,:before{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[data-original-title],abbr[title]{-webkit-text-decoration:underline dotted;text-decoration:underline;text-decoration:underline dotted;border-bottom:0;cursor:help}address{margin-bottom:1em;font-style:normal;line-height:inherit}input[type=number],input[type=password],input[type=text],textarea{-webkit-appearance:none}dl,ol,ul{margin-top:0;margin-bottom:1em}ol ol,ol ul,ul ol,ul ul{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}code,kbd,pre,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}[role=button],a,area,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}button,input,optgroup,select,textarea{margin:0;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-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}

/*!
=========================================================
* Muse Ant Design Dashboard - v1.0.0
=========================================================
* Product Page: https://www.creative-tim.com/product/muse-ant-design-dashboard
* Copyright 2021 Creative Tim (https://www.creative-tim.com)
* Licensed under MIT (https://github.com/creativetimofficial/muse-ant-design-dashboard/blob/main/LICENSE.md)
* Coded by Creative Tim
=========================================================
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
*/body{padding:0 0 30px;background-color:#fafafa;letter-spacing:-.3px;color:rgba(0,0,0,.65);font-size:14px;line-height:1.6;font-weight:400;font-family:open sans,Helvetica,Arial,sans-serif}.ant-layout.ant-layout-has-sider{flex-direction:row}.layout-dashboard{background:transparent;text-align:left;position:relative;overflow-x:hidden}@media (min-width:992px){.layout-dashboard{overflow:auto}}.layout-dashboard .ant-layout-sider.sider-primary{width:250px;position:fixed;left:0;z-index:99;height:100vh;overflow:auto;margin:0;padding:33px 20px}.layout-dashboard .ant-layout-sider.sider-primary .brand img{height:90px;width:91px;margin-top:-20px;margin-bottom:-15px;margin-left:20px}.layout-dashboard .ant-layout-sider.sider-primary hr{margin:18px 0;border:none;height:1px;background-color:#f5f5f5}.layout-dashboard .ant-layout-sider.sider-primary .brand{font-weight:600}.layout-dashboard .ant-layout-sider.sider-primary .brand span{vertical-align:middle;margin-left:3px}.layout-dashboard .ant-layout-sider.sider-primary .ant-layout-sider-children{width:auto}.layout-dashboard .ant-layout-sider.sider-primary .ant-menu-inline{border:none}.layout-dashboard .ant-menu{background:transparent}.layout-dashboard .ant-layout-sider.sider-primary .ant-menu-inline .ant-menu-item,.layout-dashboard .ant-layout-sider.sider-primary .ant-menu-inline .ant-menu-submenu{margin:0;overflow:visible}.layout-dashboard .ant-layout-sider.sider-primary .ant-menu-item,.layout-dashboard .ant-layout-sider.sider-primary .ant-menu-submenu{padding:0!important;height:auto;line-height:normal}.layout-dashboard .ant-layout-sider.sider-primary .ant-menu-inline .ant-menu-item:after,.layout-dashboard .ant-layout-sider.sider-primary .ant-menu-inline .ant-menu-submenu:after{display:none}.layout-dashboard .ant-layout-sider.sider-primary .ant-menu-item .ant-menu-submenu-selected,.layout-dashboard .ant-layout-sider.sider-primary .ant-menu-item .ant-menu-submenu:active,.layout-dashboard .ant-layout-sider.sider-primary .ant-menu-item.ant-menu-item-selected,.layout-dashboard .ant-layout-sider.sider-primary .ant-menu-item.ant-menu-item:active,.layout-dashboard .ant-layout-sider.sider-primary .ant-menu-item.ant-menu-submenu-title:active,.layout-dashboard .ant-layout-sider.sider-primary .ant-menu-submenu .ant-menu-submenu-selected,.layout-dashboard .ant-layout-sider.sider-primary .ant-menu-submenu .ant-menu-submenu:active,.layout-dashboard .ant-layout-sider.sider-primary .ant-menu-submenu.ant-menu-item-selected,.layout-dashboard .ant-layout-sider.sider-primary .ant-menu-submenu.ant-menu-item:active,.layout-dashboard .ant-layout-sider.sider-primary .ant-menu-submenu.ant-menu-submenu-title:active{background-color:transparent}.layout-dashboard .ant-layout-sider.sider-primary .ant-menu-item .active,.layout-dashboard .ant-layout-sider.sider-primary .ant-menu-item.ant-menu-item-selected .active,.layout-dashboard .ant-layout-sider.sider-primary .ant-menu-submenu .active,.layout-dashboard .ant-layout-sider.sider-primary .ant-menu-submenu.ant-menu-item-selected .active{background-color:#fff;box-shadow:0 20px 27px rgb(0 0 0/5%);font-weight:600}.layout-dashboard .ant-layout-sider.sider-primary .ant-menu-item a,.layout-dashboard .ant-layout-sider.sider-primary .ant-menu-submenu a{padding:10px 16px;color:#141414;border-radius:8px;display:flex;align-items:center;white-space:nowrap}.layout-dashboard .ant-layout-sider.sider-primary .ant-menu-item .active .icon,.layout-dashboard .ant-layout-sider.sider-primary .ant-menu-item.ant-menu-item-selected .active .icon,.layout-dashboard .ant-layout-sider.sider-primary .ant-menu-submenu .active .icon,.layout-dashboard .ant-layout-sider.sider-primary .ant-menu-submenu.ant-menu-item-selected .active .icon,.layout-dashboard .ant-layout-sider.sider-primary.ant-layout-sider-primary .ant-menu-item .active .icon,.layout-dashboard .ant-layout-sider.sider-primary.ant-layout-sider-primary .ant-menu-item.ant-menu-item-selected .active .icon{background-color:#1890ff}.layout-dashboard .ant-layout-sider.sider-primary .ant-menu-item .icon,.layout-dashboard .ant-layout-sider.sider-primary .ant-menu-submenu .icon{display:inline-flex;width:32px;height:32px;background-color:#fff;box-shadow:0 4px 6px rgba(0,0,0,.12);border-radius:6px;justify-content:center;align-items:center;margin-right:11px;vertical-align:middle}.layout-dashboard .ant-layout-sider.sider-primary .ant-menu-item .active svg path,.layout-dashboard .ant-layout-sider.sider-primary .ant-menu-item.ant-menu-item-selected .active svg path,.layout-dashboard .ant-layout-sider.sider-primary .ant-menu-submenu .active svg path,.layout-dashboard .ant-layout-sider.sider-primary .ant-menu-submenu.ant-menu-item-selected .active svg path{fill:#fff}.layout-dashboard .ant-layout-sider.sider-primary .ant-menu-item svg path,.layout-dashboard .ant-layout-sider.sider-primary .ant-menu-submenu svg path{fill:#bfbfbf}.layout-dashboard .ant-layout-sider.sider-primary .ant-menu-item a:hover,.layout-dashboard .ant-layout-sider.sider-primary .ant-menu-submenu a:hover{color:#141414}.layout-dashboard .ant-layout-sider.sider-primary .ant-menu-inline .ant-menu-item.menu-item-header{padding:10px 16px!important;color:#8c8c8c;font-weight:700;font-size:13px;text-transform:uppercase;display:block}.menu-item-header:hover{color:inherit}.layout-dashboard .ant-layout-sider.sider-primary.ant-layout-sider-zero-width{overflow-x:hidden;width:210px;margin:0;padding:33px 0}.layout-dashboard.has-sidebar .ant-layout-sider.sider-primary .aside-footer{display:block}.layout-dashboard .ant-layout-sider.sider-primary.ant-layout-sider-primary .footer-box{background-color:#1890ff;color:#fff;box-shadow:none}.layout-dashboard .ant-layout-sider.sider-primary .footer-box{background-color:#fff;color:#141414;padding:16px;border-radius:8px;box-shadow:0 20px 27px rgb(0 0 0/5%);margin-bottom:8px}.layout-dashboard .ant-layout-sider.sider-primary.ant-layout-sider-primary .footer-box .icon{background-color:#fff}.layout-dashboard .ant-layout-sider.sider-primary .footer-box .icon{display:inline-flex;width:32px;height:32px;box-shadow:0 4px 6px rgba(0,0,0,.12);border-radius:6px;justify-content:center;align-items:center;margin-bottom:15px;background-color:#1890ff}.layout-dashboard .ant-layout-sider.sider-primary.ant-layout-sider-primary .footer-box h6{color:#fff}.layout-dashboard .ant-layout-sider.sider-primary .footer-box h6{font-weight:600;font-size:16px;color:#141414;margin-bottom:0}.layout-dashboard .ant-layout-sider.sider-primary.ant-layout-sider-primary .footer-box p{color:#f5f5f5}.layout-dashboard .ant-layout-sider.sider-primary .footer-box p{color:#8c8c8c;font-weight:600}.layout-dashboard .ant-layout-sider.sider-primary.ant-layout-sider-primary .footer-box button{background-color:#fff;border-color:#f0f0f0;color:#141414}.layout-dashboard .ant-layout-sider.sider-primary .footer-box button{margin:0}.ant-btn-sm,.ant-radio-group-small .ant-radio-button-wrapper{height:34px;font-size:12px;padding:0 15px}.ant-btn-sm{border-radius:4px}.layout-dashboard .ant-layout-sider.sider-primary .aside-footer{padding-top:100px;padding-bottom:33px}.ant-menu-inline.ant-menu-root .ant-menu-item,.ant-menu-inline.ant-menu-root .ant-menu-submenu-title{display:block}.ant-layout.ant-layout-has-sider>.ant-layout,.ant-layout.ant-layout-has-sider>.ant-layout-content{overflow-x:hidden}.layout-dashboard .ant-layout{background:transparent;position:relative;min-height:100vh;width:100%;flex-shrink:0}.layout-dashboard .ant-layout-header{background:transparent;height:auto;padding:16px;margin:10px 4px;line-height:inherit;border-radius:12px;transition:.2s}.layout-dashboard .ant-breadcrumb>span .ant-breadcrumb-link a{color:#8c8c8c}.layout-dashboard .ant-breadcrumb>span:last-child .ant-breadcrumb-link{color:#141414}.layout-dashboard .ant-page-header-heading{margin-top:0}.layout-dashboard .ant-page-header-heading .ant-page-header-heading-title{font-weight:700;font-size:16px;line-height:20px;margin-top:4px}.layout-dashboard .header-control{display:flex;flex-direction:row-reverse;align-items:center;margin-top:10px}.ant-dropdown-menu.ant-dropdown-menu-split.header-notifications-dropdown{background:#fff;box-shadow:0 20px 27px rgb(0 0 0/5%);border-radius:12px;min-width:276px;padding:16px 8px}.ant-dropdown-menu.ant-dropdown-menu-split.header-notifications-dropdown ul.ant-dropdown-menu-items{margin:0;padding:0}.ant-dropdown.ant-dropdown-placement-bottomRight{min-width:inherit!important}.ant-dropdown-menu.ant-dropdown-menu-split.header-notifications-dropdown .ant-list-item{padding:5px 16px;margin-bottom:8px}.ant-dropdown-menu.ant-dropdown-menu-split.header-notifications-dropdown .ant-avatar{width:36px;height:36px;background-color:#fafafa;box-shadow:0 4px 6px rgba(0,0,0,.12);display:flex;justify-content:center;align-items:center}.ant-dropdown-menu.ant-dropdown-menu-split.header-notifications-dropdown .ant-list-item-meta-title{line-height:normal}.ant-dropdown-menu.ant-dropdown-menu-split.header-notifications-dropdownt .ant-list-item-meta-description{color:#8c8c8c;font-size:12px;line-height:12px;font-weight:600}.ant-dropdown-menu.ant-dropdown-menu-split.header-notifications-dropdown .ant-list-item-meta-description svg{width:14px;height:14px;fill:#8c8c8c;vertical-align:middle;margin-right:4px}.ant-dropdown-menu.ant-dropdown-menu-split.header-notifications-dropdown .ant-list-item-meta-description svg path{fill:#8c8c8c}.ant-dropdown-menu.ant-dropdown-menu-split.header-notifications-dropdown .ant-list-item-meta-description span{vertical-align:middle}.ant-dropdown-menu.ant-dropdown-menu-split.header-notifications-dropdown .ant-avatar .ant-avatar-string{top:6px}.ant-dropdown-menu.ant-dropdown-menu-split.header-notifications-dropdown .ant-avatar .ant-avatar-string svg{width:22px;height:22px}.h3,.h4,h3,h4{font-weight:700;color:#141414}.ant-list-item-meta-title>a{color:rgba(0,0,0,.65);transition:all .3s}.ant-list-item-meta-title{margin-bottom:4px;color:rgba(0,0,0,.65);font-size:14px;line-height:22px}.layout-dashboard .header-control .ant-btn-link{height:auto;padding:0 7px;margin:0;box-shadow:none;color:#8c8c8c;line-height:normal}.ant-btn svg{margin-right:5px}.layout-dashboard .header-control svg{width:20px;height:20px}.layout-dashboard .header-control svg path{fill:#141414}.layout-dashboard .header-control .btn-sign-in{height:auto;padding:0 7px;margin:0;box-shadow:none;color:#8c8c8c}.layout-dashboard .header-control .btn-sign-in svg{margin-right:4px}.layout-dashboard .header-control svg{vertical-align:middle}.layout-dashboard .header-control .header-search{width:213px;margin:0 7px 0 0;border-radius:6px;height:40px;border:1px solid #d9d9d9}.layout-dashboard .header-control .anticon.anticon-search svg{width:16px;height:16px}.layout-dashboard .header-control .header-search svg path{fill:#8c8c8c}.settings-drawer .drawer-content>hr{margin:18px 0;border:none;height:1px;background-color:#f5f5f5}.settings-drawer .drawer-content>h6{font-size:20px;margin-bottom:0}.layout-dashboard .settings-drawer .drawer-content h6{font-weight:600;color:#141414}.settings-drawer .drawer-content p{color:#8c8c8c}p{font-size:14px}.settings-drawer .drawer-content .sidebar-color h6{margin-bottom:8px}.h6,h6{font-size:16px}.drawer-sidebar .ant-drawer-body{padding:0}.drawer-sidebar .ant-drawer-body aside.ant-layout-sider.ant-layout-sider-light.sider-primary.ant-layout-sider-primary{margin:0}.layout-dashboard .header-control .header-search .ant-input-suffix .ant-input-search-icon.anticon-loading,.layout-dashboard .header-control .sidebar-toggler{display:block}.layout-dashboard .header-control .btn-sign-in span{font-weight:600;vertical-align:middle;display:none}.site-layout-background,header.ant-layout-header.subheader{background:transparent}.sidemenu{margin-top:20px;margin-left:20px}.logo img{width:32px;margin-right:10px}.logo{margin-bottom:15px}.logo span{font-size:16px;font-weight:600}hr.horizontal.dark{background-image:linear-gradient(90deg,transparent,rgba(0,0,0,.12),transparent);border:0}hr.horizontal{background-color:transparent}hr:not([size]){height:1px}ul.ant-menu.ant-menu-root.ant-menu-inline.ant-menu-light.left-nav{background:transparent}ul.ant-menu.ant-menu-root.ant-menu-inline.ant-menu-light.left-nav li{padding:10px 16px!important;height:auto;line-height:normal;margin:0;border:0;font-size:16px;color:#141414}ul.ant-menu.ant-menu-root.ant-menu-inline.ant-menu-light.left-nav li.ant-menu-item-selected{box-shadow:0 20px 27px #0000000d;border-radius:8px;background:#fff;border:0;font-weight:600}.ant-menu-inline.ant-menu-root .ant-menu-item>.ant-menu-title-content,.ant-menu-inline.ant-menu-root .ant-menu-submenu-title>.ant-menu-title-content{flex:auto;min-width:0;overflow:visible;text-overflow:ellipsis}ul.ant-menu.ant-menu-root.ant-menu-inline.ant-menu-light.left-nav li:after{display:none}ul.ant-menu.ant-menu-root.ant-menu-inline.ant-menu-light.left-nav li span.anticon{width:32px;height:32px;line-height:32px;background:#fff;box-shadow:0 4px 6px #0000001f;border-radius:6px;font-size:16px}ul.ant-menu.ant-menu-root.ant-menu-inline.ant-menu-light.left-nav li.ant-menu-item-selected span.anticon{background:#1890ff;color:#fff}.divder{display:table;width:100%;padding:10px 15px;color:#8c8c8c;font-weight:600;margin:15px 0}.ant-card.ant-card-bordered.documentation-card{border:0;box-shadow:0 20px 27px #0000000d;border-radius:8px;background:#fff}.p-15{padding:15px}.card-document{width:32px;height:32px;text-align:center;box-shadow:0 4px 6px #0000001f;border-radius:6px;font-size:19px;background:#1890ff;color:#fff;direction:ltr;margin-bottom:15px}.documentation-card h4{margin:0}.left-nav{margin-top:15px}.ant-layout{background:#fafafa}.pageheader{justify-content:space-between}.pageheader,.rightside-top{display:flex;align-items:center}.rightside-top{justify-content:center;line-height:normal}.signin{white-space:nowrap;margin:0 20px}.signin span.ant-avatar{margin-right:9px}.shadow-lg{box-shadow:0 8px 26px -4px hsla(0,0%,8%,.15),0 8px 9px -5px hsla(0,0%,8%,.06)!important}.ant-menu-inline,.ant-menu-vertical,.ant-menu-vertical-left{border:0}.header-top h4{margin:0;font-size:20px}.header-top .subtitle{display:block;font-weight:400;color:#8c8c8c;font-size:14px}.header-top{margin-top:-10px}.ant-drawer.ant-drawer-right.ant-drawer-open.colorside button.ant-drawer-close{color:#000}.header-top{border-bottom:1px solid hsla(0,0%,55%,.07);padding-bottom:15px}.rightside-top span.ant-input-affix-wrapper{border-radius:4px}.rightside-top span.ant-input-affix-wrapper span.ant-input-prefix{color:silver}.setting button.ant-btn{line-height:normal}.setting button.ant-btn,button.ant-btn.bell{padding:0;background:transparent;border:0;box-shadow:none}button.ant-btn.bell{position:relative}button.ant-btn.bell strong{right:-5px;width:20px;height:20px}.ant-dropdown-menu.ant-dropdown-menu-split.list-notifaction{width:336px}.list-notifaction ul{padding:5px 10px;margin:0}.list-notifaction ul li{display:block;width:100%;clear:both;font-weight:400;color:#67748e;text-align:inherit;white-space:nowrap;background-color:transparent;border:0}.list-notifaction ul li a{display:block;padding:10px;border-radius:8px}.list-notifaction ul li a:hover{color:#252f40;background-color:#e9ecef}.list-notifaction ul span.ant-avatar.ant-avatar-image{width:48px;height:48px;border-radius:.75rem}.list-notifaction ul li{padding:0}.ant-dropdown-menu.ant-dropdown-menu-split.list-notifaction{border-radius:.75rem}.list-notifaction .ant-list-item-meta-title{font-weight:700;color:#141414}.list-notifaction .ant-avatar.ant-avatar-circle{width:48px;height:48px;display:flex;align-items:center;justify-content:center}.list-notifaction ul li a span.ant-avatar-string{line-height:normal}.bnb2{color:#52c41a;font-weight:700}.ant-card.criclebox{box-shadow:0 20px 27px #0000000d;border-radius:12px}.number span{font-weight:600;color:#8c8c8c;font-size:14px}.number h3{font-weight:700;margin-bottom:0;font-size:30px}.number h3 small{font-weight:600;font-size:14px}.icon-box{width:48px;height:48px;text-align:center;background:#1890ff;color:#fff;border-radius:.5rem;margin-left:auto;line-height:55px}.icon-box span{color:#fff;font-size:24px}.listpage{padding-top:15px}.bar-chart{background:transparent linear-gradient(62deg,#00369e,#005cfd 53%,#a18dff) 0 0 no-repeat padding-box;box-shadow:0 4px 6px #0000001f;border-radius:8px}.chart-vistior{margin-top:30px}.chart-vistior h5{margin:0;font-weight:700}.ant-typography.lastweek{color:#8c8c8c;font-weight:600}.chart-visitor-count h4{margin:0;font-weight:700}.chart-visitor-count span{color:rgba(0,0,0,.65);font-weight:600}.linechart h5{font-weight:700;margin:0}.linechart{display:flex;align-items:center;justify-content:space-between}.sales ul{margin:0;padding:0;list-style:none}.sales ul li:first-child span.anticon{color:#b37feb}.sales ul li:last-child span.anticon{color:#1890ff}.sales ul li{color:#8c8c8c;margin-bottom:3px;cursor:pointer;font-weight:600;font-size:14px}.project-ant h4{font-size:16px}.project-ant h4,.project-ant h5{margin:0;font-weight:700;color:#141414}span.blue{margin-left:5px;color:#1890ff;font-weight:600}.project-ant{display:flex;align-items:center;justify-content:space-between}.antd-pro-pages-dashboard-analysis-style-salesExtra a{display:inline-block;padding:7px 10px;color:#595959;text-align:center;border:1px solid #d9d9d9;border-right-color:transparent}.antd-pro-pages-dashboard-analysis-style-salesExtra a:last-child{border-right:1px solid #d9d9d9;border-radius:0 5px 5px 0}.antd-pro-pages-dashboard-analysis-style-salesExtra a:first-child{border-radius:5px 0 0 5px}.antd-pro-pages-dashboard-analysis-style-salesExtra a.active,.antd-pro-pages-dashboard-analysis-style-salesExtra a:hover{color:#1890ff;border:1px solid #1890ff}.ant-list-box th{padding:8px 0;color:#8c8c8c}.ant-list-box td,.ant-list-box th{text-align:left;border-bottom:1px solid #0000000d;font-size:12px;font-weight:600}.ant-list-box td{padding:16px 25px;white-space:nowrap}.table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch}.py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.px-2{padding-right:.5rem!important;padding-left:.5rem!important}.d-flex{display:flex!important}.justify-content-center{justify-content:center!important}.flex-column{flex-direction:column!important}.me-3{margin-right:1rem!important}.tootip-img{width:24px;height:24px;border-radius:100%;border:1px solid #fff;position:relative;z-index:2;cursor:pointer}.avatar-group .tootip-img+.tootip-img{margin-left:-10px}.tootip-img:hover{z-index:3;cursor:pointer}.title-box h5{margin:0}.text-xs{color:#8c8c8c}.percent-progress span.ant-progress-text{display:flex;margin-top:-27px;color:#8c8c8c;position:relative;margin-left:0}.percent-progress .ant-progress-status-exception .ant-progress-text{color:#ff4d4f}.ant-full-box{width:100%;border:1px dashed #d9d9d9;padding:10px;height:auto;color:#141414;border-radius:10px}.uploadfile{margin-top:15px}.uploadfile .ant-upload.ant-upload-select{display:block}.ant-timeline-item-tail{left:7px}.ant-list-box h5{font-size:14px}.timeline-box h5{margin-bottom:0;font-weight:700}.timelinelist h5{font-size:14px;font-weight:600}.timelinelist span{color:#8c8c8c;font-size:12px}.ant-muse span{color:#8c8c8c;font-weight:600}.ant-muse h5{margin:0 0 15px!important;font-size:20px}.bg-gradient-primary{background-image:linear-gradient(310deg,#2152ff,#21d4fd)}img{max-width:100%}.border10{border-radius:10px}.py-4{padding:20px}.mb-5{margin-bottom:3rem!important}.icon-move-right .anticon-right{color:#40a9ff;margin-left:2px}.icon-move-right{color:#1890ff;display:block}.mb-4{margin-bottom:1.5rem!important}.gradent{background:url(/_next/static/media/info-card-2.591878d7.jpg) no-repeat top;background-size:cover;padding:15px;border-radius:15px}.gradent,.gradent h5{color:#fff}.gradent .ant-typography{color:#fff;font-size:20px}.gradent .icon-move-right,.gradent .icon-move-right .anticon-right{color:#fff}.copyright{color:#8c8c8c;margin-top:7px}.copyright .anticon-heart{color:#f5222d;margin:0 5px}.copyright a{margin:0 5px;color:#141414;font-weight:700}.footer-menu ul{margin:0;padding:0;display:flex;align-items:center;justify-content:flex-end}.footer-menu ul li{list-style:none}.footer-menu ul li a{padding:.5rem 1rem;display:block;color:#8c8c8c}span.ismobile{display:none;margin-right:15px;cursor:pointer}@media (max-width:992px){.footer-menu ul{justify-content:center}footer.ant-layout-footer{padding:0 15px;text-align:center}.project-ant{display:block}.ant-filtertabs{text-align:right}.rightside-top span.ant-input-affix-wrapper{width:200px}.rightside-top{justify-content:flex-end}header.ant-layout-header.subheader{padding:0 24px 0 0}main.ant-layout-content.content-ant{padding-left:0!important}.ant-row{margin-left:-12px;margin-right:-12px}span.ismobile{display:inline-block}.bar-chart{max-width:100%}.full-width{max-width:100%!important}.bar-chart{width:100%!important}.icon-move-right{margin-bottom:15px}.pageheader{display:block}.ant-cret img{width:100%;height:300px;-o-object-fit:cover;object-fit:cover}}.sidebar-color{padding:1.5rem 0}.theme-color button{margin-right:8px;border:0;width:20px!important;height:20px!important;padding:0;box-shadow:none;visibility:visible!important;line-height:20px!important}.theme-color button:focus{box-shadow:none;border-color:transparent}.theme-color button span{opacity:0}.mb-2{margin-bottom:25px}.sidebarnav-color button{width:100%;margin-right:10px;box-shadow:0 3px 5px -1px rgb(0 0 0/9%),0 2px 3px -1px rgb(0 0 0/7%);height:40px}.sidebarnav-color h5{margin:0}.sidebarnav-color span.ant-typography{color:#8c8c8c}.sidebarnav-color .trans{margin-top:1rem;display:flex}.sidebarnav-color button:last-child{margin-right:0}.ant-docment button{width:100%;margin-bottom:10px;border-radius:5px}.viewstar{display:flex;align-items:center;justify-content:center;margin-top:15px}.viewstar a{display:inline-block;padding:5px 10px;font-size:12px;line-height:16px;border-radius:0 .25em .25em 0;border:1px solid #ddddde;border-left:0;color:#141414}.viewstar a:first-child{color:#24292e;background-color:#eff3f6;border-color:#cfd3d6;background-image:linear-gradient(180deg,#fafbfc,#eff3f6 90%);border-radius:.25em 0 0 .25em;border-left:1px solid #ddddde}.social{text-align:center;margin-top:25px}.social button{margin:0 5px;display:inline-flex;align-items:center}.ant-thank{text-align:center;margin-top:25px}.setting-drwer{background:#fff;border-radius:50%;bottom:42px;right:30px;font-size:1.25rem;z-index:990;box-shadow:0 2px 12px 0 rgba(0,0,0,.16);width:52px;height:52px;text-align:center;line-height:60px;position:fixed;cursor:pointer}ul.ant-menu.ant-menu-root.ant-menu-inline.ant-menu-light.left-nav li:active{background:transparent}.rightside-top .ant-input{height:30px}.aside-footer{padding-top:100px}.ant-card-body{padding:16px}ul.ant-menu.ant-menu-root.ant-menu-inline.ant-menu-light.left-nav li svg path{color:#bfbfbf}.cardbody .ant-card-body{padding-left:0;padding-right:0}.ant-card.criclebox .project-ant{padding-left:24px;padding-right:24px}.ant-card.criclebox table th{padding:14px 24px}.percent-progress .ant-progress-bg{height:3px!important}.uploadfile{padding-left:24px;padding-right:24px}.ant-card.tablespace .ant-card-body{padding:0}.tablespace .ant-card-head-title{font-size:20px;font-weight:600}.ant-radio-button-wrapper:first-child{border-radius:4px 0 0 4px}.ant-radio-button-wrapper:last-child{border-radius:0 4px 4px 0}ul.ant-menu.ant-menu-root.ant-menu-inline.ant-menu-light.left-nav li.ant-menu-item-selected path{color:#fff}.ant-avatar-group .ant-avatar-square{border-radius:4px}.shape-avatar{margin-right:20px}.shape-avatar img{border-radius:4px}.avatar-info h5{font-weight:700;font-size:14px;line-height:14px;margin-bottom:3px}.avatar-info p{font-size:14px;font-weight:400;color:#8c8c8c;margin:0}.ant-table-tbody>tr>td h5{font-size:14px;font-weight:600;color:#141414;margin-bottom:0}.ant-table-tbody>tr>td p{font-size:14px;color:#8c8c8c;margin:0}.tag-primary{border-radius:6px;padding:2px 12px;font-size:14px;height:auto;line-height:24px;font-weight:600}.ant-employed{display:flex;align-items:center;justify-content:space-between;font-weight:500;color:#8c8c8c}.ant-employed a{color:#8c8c8c;text-decoration:none;font-weight:600}.tag-badge{border-radius:6px;padding:2px 12px;font-size:14px;height:auto;line-height:24px;font-weight:600;outline:none}.tag-badge,.tag-badge:hover{background:#8c8c8c;color:#fff}.tag-badge:hover{border-color:#8c8c8c;opacity:.9}.ant-avatar-group{align-items:center}.mb-24{margin-bottom:24px}.ant-table-thead>tr>th{color:#8c8c8c;font-weight:700;background-color:transparent;font-size:12px}.ant-border-space th:before{display:none}.ant-table-tbody>tr>td,.ant-table-thead>tr>th{padding:16px 25px}.tablespace{overflow:hidden}.ant-table.ant-table-middle .ant-table-footer,.ant-table.ant-table-middle .ant-table-tbody>tr>td,.ant-table.ant-table-middle .ant-table-thead>tr>th,.ant-table.ant-table-middle .ant-table-title,.ant-table.ant-table-middle tfoot>tr>td,.ant-table.ant-table-middle tfoot>tr>th{padding:16px 25px}.avatar-sm{width:25px}.ant-progress-project{display:flex;align-items:center;justify-content:space-between}.ant-progress-project .ant-progress-outer{float:right}.ant-progress-project .ant-progress-text{margin:0;color:#8c8c8c;font-weight:600}.ant-progress-project .ant-progress{margin-right:15px}.semibold,.text-sm{font-weight:600;color:#8c8c8c}.text-sm{font-size:12px}.ant-progress-project .ant-progress-bg{height:3px!important}.ant-table-tbody>tr>td,.ant-table-thead>tr>th{white-space:nowrap}@media (min-width:1200px){.ant-col.col-img img{height:196px}}@media (max-width:1024px){.bar-chart,.full-width{max-width:100%}}body{overflow:visible!important;width:100%!important}.card-info-2 .ant-card-body{height:100%}.col-content{flex-grow:1;padding:24px;margin-right:0;border-radius:8px;display:flex;flex-direction:column;justify-content:space-between}.card-content p{font-size:16px}.ant-layout-footer{padding:0 50px}.layout-default.ant-layout.layout-sign-up header.ant-layout-header{background-color:transparent;color:#fff;margin:0;padding:0 20px;z-index:1}.layout-default .ant-layout-header{display:flex}.header-col.header-nav{margin-left:auto;width:100%;margin-right:auto}.header-col.header-nav .ant-menu-overflow{justify-content:center}.header-col.header-nav .ant-menu-horizontal{background:transparent;box-shadow:none;border:0}.layout-default.ant-layout.layout-sign-up{padding:11px}.header-col.header-nav li:after{display:none}.sign-up-header{height:550px;margin-top:-62.8px;padding-top:137.8px;border-radius:12px;box-shadow:0 20px 27px rgb(0 0 0/5%);background-size:cover;background-position:50%;text-align:center;background:url(/_next/static/media/bg-signup.49faf107.jpg) no-repeat top}.header-col.header-brand{white-space:nowrap}.header-col.header-brand h5{margin:0;color:#fff;font-size:14px;font-weight:600}.header-col.header-nav{color:#fff;font-weight:600}.header-col.header-nav ul li{color:#fff!important}.header-col.header-nav ul li img{margin-top:-2px;margin-right:5px}.header-col.header-btn button{height:34px;padding:0 16px;border-radius:34px;line-height:33px}.sign-up-header .content{padding-top:40px;max-width:480px;margin:auto}.sign-up-header *{color:#fff}.sign-up-header .content h1{font-size:48px;color:#fff}.text-lg{font-size:16px}.card-signup .sign-up-gateways .ant-btn{margin-right:10px;margin-left:10px;height:60px;width:70px;box-shadow:none;border-radius:6px}.card-signup{width:100%;max-width:500px;box-shadow:0 20px 27px rgb(0 0 0/5%);border-radius:12px;margin:-190px auto 20px}.card-signup h5{text-align:center;font-size:20px;font-weight:600;color:#141414;margin:0}.card-signup .sign-up-gateways .ant-btn img{width:20px}.sign-up-gateways{text-align:center}.m-25,.mb-25,.my-25{margin-bottom:25px}.m-25,.mt-25,.my-25{margin-top:25px}.text-muted{color:#8c8c8c}.ant-input{border-radius:6px;font-weight:600;color:#8c8c8c;height:40px;border:1px solid #d9d9d9}.ant-btn,.ant-radio-group .ant-radio-button-wrapper{font-weight:600;font-size:12px;height:40px;padding:0 15px;line-height:40px}.ant-btn{box-shadow:0 2px 4px rgb(0 0 0/7%);border-radius:6px}.layout-sign-up .ant-layout-footer{padding:24px 50px}.layout-default .ant-layout-footer{color:rgba(0,0,0,.65);font-size:14px;background:transparent;text-align:center}.layout-default .ant-layout-footer .ant-menu-horizontal{border:none;line-height:1.5;margin:0 0 30px;background-color:transparent;font-size:16px;text-align:center;display:block}.layout-default .ant-layout-footer .ant-menu-horizontal>.ant-menu-item,.layout-default .ant-layout-footer .ant-menu-horizontal>.ant-menu-item-active,.layout-default .ant-layout-footer .ant-menu-horizontal>.ant-menu-item-selected,.layout-default .ant-layout-footer .ant-menu-horizontal>.ant-menu-item:hover,.layout-default .ant-layout-footer .ant-menu-horizontal>.ant-menu-submenu,.layout-default .ant-layout-footer .ant-menu-horizontal>.ant-menu-submenu-active,.layout-default .ant-layout-footer .ant-menu-horizontal>.ant-menu-submenu-selected,.layout-default .ant-layout-footer .ant-menu-horizontal>.ant-menu-submenu:hover{color:#8c8c8c;border:none}.layout-default .ant-layout-footer .ant-menu-horizontal>.ant-menu-item-active,.layout-default .ant-layout-footer .ant-menu-horizontal>.ant-menu-item-selected,.layout-default .ant-layout-footer .ant-menu-horizontal>.ant-menu-item:hover,.layout-default .ant-layout-footer .ant-menu-horizontal>.ant-menu-submenu-active,.layout-default .ant-layout-footer .ant-menu-horizontal>.ant-menu-submenu-selected,.layout-default .ant-layout-footer .ant-menu-horizontal>.ant-menu-submenu:hover{color:#262626}.layout-default.ant-layout.layout-sign-up .ant-layout-footer ul li:after{display:none}.layout-default.ant-layout.layout-sign-up footer.ant-layout-footer ul li a svg{width:18px;height:18px}.layout-default .ant-layout-footer .menu-nav-social a svg{fill:#8c8c8c;vertical-align:middle}.layout-default .ant-layout-footer .menu-nav-social a:hover svg{fill:#1890ff}.layout-default .ant-layout-footer .copyright a{color:inherit;font-weight:400}.layout-default.layout-signin header.ant-layout-header{display:flex;position:relative;background-color:#fff;color:#141414;box-shadow:0 20px 27px rgb(0 0 0/5%);flex-direction:row;padding:0 50px;height:64px;line-height:64px}.fill-muted{fill:#8c8c8c}.layout-default .ant-layout-header .header-brand h5{white-space:nowrap;color:#141414;margin:0}.layout-default .ant-layout-header .header-nav a svg{margin-right:5px}.layout-default .ant-layout-header .header-nav a span,.layout-default .ant-layout-header .header-nav a svg{vertical-align:middle}.layout-default .ant-layout-header .header-nav a{color:#141414;padding:6px 12px;font-weight:400}.layout-default .ant-layout-header .header-nav .ant-menu-horizontal>.ant-menu-item,.layout-default .ant-layout-header .header-nav .ant-menu-horizontal>.ant-menu-item-active,.layout-default .ant-layout-header .header-nav .ant-menu-horizontal>.ant-menu-item-selected,.layout-default .ant-layout-header .header-nav .ant-menu-horizontal>.ant-menu-item:hover,.layout-default .ant-layout-header .header-nav .ant-menu-horizontal>.ant-menu-submenu,.layout-default .ant-layout-header .header-nav .ant-menu-horizontal>.ant-menu-submenu-active,.layout-default .ant-layout-header .header-nav .ant-menu-horizontal>.ant-menu-submenu-selected,.layout-default .ant-layout-header .header-nav .ant-menu-horizontal>.ant-menu-submenu:hover{color:#8c8c8c;font-weight:600;border:none}.layout-default .ant-layout-header .header-nav .ant-menu-horizontal>.ant-menu-item{padding:0}.sign-in{padding:0 20px}.layout-default .ant-layout-content{padding-top:40px}.font-regular{font-weight:400}.signin h1{font-size:48px;font-weight:700;color:#141414}.signin h5{font-weight:400;color:#8c8c8c;font-size:20px;white-space:normal}.ant-row.ant-form-item.username{display:block}.ant-row.ant-form-item.username .ant-col.ant-form-item-label .ant-form-item-required:before{display:none}.ant-row.ant-form-item.username .ant-col.ant-form-item-label{font-size:13px;font-weight:600;color:#141414}.signin .ant-form-item-control-input button.ant-switch{margin-right:5px}.text-dark{color:#141414}.sign-img img{width:100%;max-width:500px;margin:auto;display:block}.layout-signin{background:#fff}.layout-signin footer.ant-layout-footer svg{width:18px;height:18px}.layout-signin footer.ant-layout-footer ul li:after{display:none}.layout-default .ant-layout-footer .copyright{font-size:16px;color:#8c8c8c}.row-col .ant-row{margin-left:0;margin-right:0}.layout-default.ant-layout.layout-sign-up .header-col.header-brand h5,.layout-default.ant-layout.layout-sign-up .header-col.header-nav a{color:#fff}.layout-default.ant-layout.layout-sign-up .header-col.header-nav svg path.fill-muted{fill:#fff}@media (min-width:768px){.sign-img img{margin:0}.card-signup{margin-bottom:120px}.card-signup .sign-up-gateways .ant-btn{width:100px}}.rightside-top .signin{display:inline-flex}.rightside-top .signin svg{margin-right:5px}button.ant-btn.bell strong{position:absolute;top:-1px;right:-9px;display:inline-block;width:18px;height:18px;background:#f5222d;border-radius:100%;text-align:center;line-height:normal;font-weight:400;color:#fff}.layout-dashboard .ant-layout-footer{background:transparent;margin:0 20px 20px;padding:0}.layout-dashboard .ant-layout-content{padding:0;margin:0 20px}.m-10,.mr-10,.mx-10{margin-right:10px!important}.ant-table-tbody>tr>td h6{font-size:14px;font-weight:600;color:#141414}.layout-dashboard .header-control .header-search input.ant-input{height:auto}small.redtext{color:red}.full-width path{fill:transparent}.bar-chart line.apexcharts-xaxis-tick{stroke:transparent}section.ant-layout.layout-content .ant-layout-content.content-ant{padding:0!important}.layout-dashboard .ant-card{border-radius:12px;box-shadow:0 20px 27px rgb(0 0 0/5%)}.card-credit{background-image:url(/_next/static/media/info-card-3.4ab5adeb.jpg);background-position:50%;background-size:cover;border:none}.card-credit *{color:#fff}.card-credit .card-number{word-spacing:10px;font-weight:600;margin-bottom:45px;font-size:20px}.ant-card-head-wrapper{min-height:72px}.card-credit .ant-card-body{padding-top:15px}.card-credit .card-footer{display:flex;align-items:flex-end}.m-auto,.ml-auto{margin-left:auto!important}.m-30,.mr-30,.mx-30{margin-right:30px!important}.card-credit .card-footer h6,.card-credit .card-footer p{margin-bottom:0}.card-credit .col-logo img{max-width:50px}.card-credit .card-footer h6{font-weight:700}.width-100{width:100%}.p-20{padding:"0px 20px 0px 0px"}.layout-default .ant-layout-content.p-0{padding:0}.pt{padding-top:0}.widget-2 .icon{width:64px;height:64px;background-color:#1890ff;border-radius:8px;box-shadow:0 4px 6px rgba(0,0,0,.12);display:flex;justify-content:center;align-items:center;margin:auto auto 16px}.widget-2 .ant-statistic-title h6{font-weight:600}.widget-2 .ant-statistic-title p{font-size:12px;font-weight:600;margin-bottom:0}.widget-2 .ant-statistic-content{font-family:open sans,Helvetica,Arial,sans-serif;font-weight:600;font-size:20px;padding:12px 16px;border-top:1px solid #f5f5f5;text-align:center}.widget-2 .ant-statistic-title{text-align:center;padding:16px}.widget-2 .ant-card-body{padding:0}.widget-2 .icon img{width:30px}.ant-row-flex-middle,.d-flex{align-items:center}.d-flex{display:flex;justify-content:flex-end}.payment-method-card.ant-card{box-shadow:none;word-spacing:10px}.payment-method-card.ant-card img{width:40px}.payment-method-card.ant-card .ant-card-body{display:flex;align-items:center;justify-content:space-between}.ant-btn.ant-btn-link.ant-edit-link{font-weight:600;font-size:12px;height:40px;padding:0 15px;box-shadow:none}.ant-btn.ant-btn-link.ant-edit-link img{width:20px}.payment-method-card.ant-card .ant-btn{margin-right:-20px}.fill-gray-7{fill:#8c8c8c!important}.payment-method-card.ant-card h6{font-weight:600;margin-bottom:0;color:#141414}.ant-card.ant-card-bordered.payment-method-card .ant-card-body{padding-top:16px}.header-solid .ant-card-head{border-bottom:0}.invoice-list .ant-list-item,.transactions-list .ant-list-item{padding:11px 0;border-bottom:0}.ant-invoice-card .ant-card-body{padding-top:0}.invoice-list .ant-list-item-meta-title,.transactions-list .ant-list-item-meta-title{font-size:14px;font-weight:600;color:#141414}.invoice-list .ant-list-item-meta-description,.transactions-list .ant-list-item-meta-description{font-size:12px;font-weight:600;color:#8c8c8c}.invoice-list .ant-list-item-action .ant-btn,.transactions-list .ant-list-item-action .ant-btn{font-weight:600;color:#141414;box-shadow:none}.ant-btn>svg,.ant-btn>svg+span{vertical-align:middle}.invoice-list .amount,.transactions-list .amount{font-size:14px;font-weight:600;color:#8c8c8c}.card-billing-info.ant-card{box-shadow:none;background-color:#fafafa;border:1px solid #f5f5f5}.fill-danger{fill:#ff4d4f}.card-billing-info.ant-card .darkbtn{color:#8c8c8c}.col-action{display:flex}.card-billing-info .col-action button{height:34px;font-size:12px;padding:0 15px;box-shadow:none}.ant-descriptions .ant-descriptions-row>td,.ant-descriptions .ant-descriptions-row>th{padding-bottom:6px}.ant-descriptions .ant-descriptions-item-label{font-size:13px;font-weight:600;color:#8c8c8c}.ant-descriptions .ant-descriptions-item-content{font-size:13px;font-weight:600;color:#141414}.ant-descriptions .ant-descriptions-title{font-size:14px;font-weight:600;color:#141414;margin-bottom:14px}.card-billing-info.ant-card .ant-descriptions-header{margin-bottom:0}.card-header-date{margin-bottom:0;font-weight:700;color:#8c8c8c}.card-header-date>*{vertical-align:middle}.card-header-date svg{margin-right:5px}.transactions-list .amount{font-size:16px;font-weight:700}.text-light-danger{background:#fde3cf;color:#f56a00}.text-fill{color:#52c41a;background:#edf9e7}.text-danger{color:#f5222d}.text-success{color:#52c41a}.transactions-list .ant-list-item-meta{align-items:center}.text-warning{background:#fffce7;color:#fadb14}.text-warning-b{font-size:14px;font-weight:600;color:#fadb14}.ant-card.ant-list-yes .ant-list-header{border:0}.ant-card.ant-list-yes .ant-list-header h6{font-size:12px;font-weight:600;color:#8c8c8c;margin:6px 0}.ant-list.ant-list-split.transactions-list.ant-newest .ant-list-header{padding-top:0}.profile-nav-bg{height:300px;margin-top:-137.8px;border-radius:12px;box-shadow:0 20px 27px rgb(0 0 0/5%);background-size:cover;background-position:50%}section.ant-layout.ant-layout-has-sider.layout-dashboard.layout-profile span.ant-breadcrumb-link,section.ant-layout.ant-layout-has-sider.layout-dashboard.layout-profile span.ant-breadcrumb-separator,section.ant-layout.ant-layout-has-sider.layout-dashboard.layout-profile span.ant-page-header-heading-title{color:#fff}section.ant-layout.ant-layout-has-sider.layout-dashboard.layout-profile .header-control svg path{fill:#fff}section.ant-layout.ant-layout-has-sider.layout-dashboard.layout-profile .btn-sign-in{color:#fff}.layout-profile .ant-layout-header{margin:10px 20px}.card-profile-head .ant-card-head{border-bottom:0;padding:0 16px}.card-profile-head{margin:-53px 0 24px}.card-profile-head .ant-card-head .ant-avatar{box-shadow:0 5px 10px rgba(0,0,0,.12);border-radius:8px;margin:0}.card-profile-head .ant-card-head .avatar-info{margin-left:16px}.card-profile-head .ant-card-head .avatar-info h4{font-size:24px}.card-profile-head .ant-radio-group .ant-radio-button-wrapper{height:auto;font-weight:700}.ant-radio-button-wrapper{color:#595959}.layout-profile .ant-card-head{padding:0 16px}.settings-list{list-style:none;padding:0}.settings-list>li:first-child{padding-top:0}.settings-list>li{padding:12px 0}.settings-list>li h6{font-size:12px;color:#8c8c8c;margin:0;font-weight:700}.settings-list>li span{margin-left:16px;color:#141414}.ant-btn-link{box-shadow:none}.card-profile-information hr{opacity:.2}.p-5,.pr-5,.px-5{padding-right:5px!important}.p-5,.pl-5,.px-5{padding-left:5px!important}.m-5,.mr-5,.mx-5{margin-right:5px!important}.m-5,.ml-5,.mx-5{margin-left:5px!important}.card-profile-information .ant-descriptions .ant-descriptions-row>td,.card-profile-information .ant-descriptions .ant-descriptions-row>th{padding-bottom:16px}.conversations-list .ant-list-item-meta-description{font-size:12px;font-weight:600;color:#8c8c8c}.conversations-list .ant-avatar{border-radius:10.5px;box-shadow:0 4px 6px rgba(0,0,0,.12)}.conversations-list .ant-list-item{padding:14px 0}.ant-card-head-title p{font-weight:600;color:#8c8c8c;margin-bottom:0}.ant-card-head-title h6{margin-bottom:0}.card-project.ant-card{box-shadow:none;border:none}.card-project.ant-card .ant-card-cover img{border-radius:8px;box-shadow:0 4px 6px rgba(0,0,0,.12)}.card-project.ant-card h5{font-weight:600;font-size:20px}.card-project.ant-card .card-tag,.card-project.ant-card p{font-weight:600;color:#8c8c8c;margin-bottom:5px}.card-project.ant-card p{margin-bottom:0}.card-project.ant-card .ant-card-body{padding:16px 0 0}.card-project.ant-card .card-footer{margin-top:22px}.avatar-chips .ant-avatar-image{border:1px solid #fff}.avatar-chips .ant-avatar-image:hover,.avatar-chips .ant-space-item:hover{z-index:1}.projects-uploader{height:100%;border-radius:8px;border-color:#d9d9d9}.projects-uploader .ant-upload{width:100%;height:100%;margin:0;border-radius:8px;padding:8px}.projects-uploader .ant-upload-list.ant-upload-list-picture-card{height:100%}.projects-uploader .ant-upload.ant-upload-select-picture-card{background-color:transparent}.projects-uploader svg{width:20px;height:20px}.text-right{text-align:right}.layout-dashboard-rtl{background:transparent;text-align:right;direction:rtl;position:relative;overflow-x:hidden}.layout-dashboard-rtl .ant-layout-sider.sider-primary .ant-menu-item .icon,.layout-dashboard-rtl .ant-layout-sider.sider-primary .ant-menu-submenu .icon{margin-left:11px;margin-right:0}.layout-dashboard-rtl .ant-timeline-item-tail{right:6.5px;left:auto}.layout-dashboard-rtl .ant-timeline-item-content{margin:0 33px 0 0}.ant-timeline-item-head{width:15px;height:15px;border-width:3px}.layout-dashboard-rtl .ant-radio-button-wrapper:first-child{border-right-width:1px;border-radius:0 4px 4px 0}.layout-dashboard-rtl .ant-list-box td{text-align:right}.layout-dashboard-rtl .ant-space-horizontal{direction:ltr}.ant-btn>span+.anticon,.layout-dashboard-rtl .ant-btn>.anticon+span{margin-right:8px;margin-left:0}.layout-dashboard-rtl .setting-drwer{left:30px;right:auto}.layout-dashboard-rtl ul.ant-menu.ant-menu-root.ant-menu-inline.ant-menu-light{text-align:right}.layout-dashboard-rtl .avatar-group.mt-2{direction:ltr}.ant-list-box table tr:hover td{background:#fafafa}.layout-dashboard-rtl .icon-box{margin-left:0;margin-right:auto}.layout-dashboard-rtl .m-10,.layout-dashboard-rtl .mr-10,.layout-dashboard-rtl .mx-10{margin-left:10px!important}.layout-dashboard-rtl .ant-progress-show-info .ant-progress-outer{margin-right:0;padding-right:0}.layout-dashboard-rtl .ant-badge .ant-scroll-number-custom-component,.layout-dashboard-rtl .ant-badge-count,.layout-dashboard-rtl .ant-badge-dot{left:0;right:auto;transform:translate(-50%,-50%)}.layout-dashboard-rtl .header-control .btn-sign-in svg{margin-left:4px;margin-right:0}.ant-drawer.drawer-sidebar.drawer-sidebar-rtl aside.ant-layout-sider.ant-layout-sider-light.sider-primary.ant-layout-sider-primary{left:auto;right:0;direction:rtl}.layout-dashboard.layout-dashboard-rtl .header-control span.ant-badge{margin:0 7px}.layout-dashboard.layout-dashboard-rtl span.ant-input-prefix{margin-right:0;margin-left:4px}.layout-dashboard-rtl .ant-drawer-left .ant-drawer-content-wrapper,.settings-drawer.settings-drawer-rtl{left:0;direction:rtl}.settings-drawer.settings-drawer-rtl button.ant-drawer-close{left:0;right:auto;margin-right:0;margin-left:var(--scroll-bar);padding-left:calc(20px - var(--scroll-bar))}.settings-drawer.settings-drawer-rtl .sidebarnav-color button{margin-right:0;margin-left:10px}.settings-drawer.settings-drawer-rtl .viewstar a:first-child{border-radius:0 .25em .25em 0;border-right:1px solid #ddddde}.settings-drawer.settings-drawer-rtl .viewstar a{border-radius:.25em 0 0 .25em;border:1px solid #ddddde;border-right:0}.social svg path{fill:#fff}.settings-drawer.settings-drawer-rtl .social svg{margin-right:0;margin-left:5px}.social svg{width:15px;height:15px}.layout-dashboard .ant-affix .ant-layout-header{background:#fff;box-shadow:0 20px 27px rgb(0 0 0/5%);margin:10px 20px;z-index:10}aside.ant-layout-sider.ant-layout-sider-light.sider-primary.ant-layout-sider-primary.active-route a.active{background:transparent;box-shadow:none}.uploadfile.pb-15{padding-bottom:16px}.ant-row.ant-form-item.aligin-center .ant-form-item-control-input-content{display:flex;align-items:center;color:rgba(0,0,0,.65)}.uploadfile.shadow-none .ant-upload.ant-upload-select.ant-upload-select-text .ant-btn.ant-full-box{box-shadow:none}.ant-btn-dashed{color:rgba(0,0,0,.65)}button.ant-btn.ant-btn-dashed.ant-full-box svg{width:16px;height:16px}.ant-btn-dashed.active,.ant-btn-dashed:active{color:#096dd9;background-color:#fff;border-color:#096dd9}section.ant-layout.ant-layout-has-sider.layout-dashboard.layout-profile .header-control span.ant-input-affix-wrapper.header-search .anticon-search svg path{fill:#8c8c8c}

/*!
=========================================================
* Muse Ant Design Dashboard - v1.0.0
=========================================================
* Product Page: https://www.creative-tim.com/product/muse-ant-design-dashboard
* Copyright 2021 Creative Tim (https://www.creative-tim.com)
* Licensed under MIT (https://github.com/creativetimofficial/muse-ant-design-dashboard/blob/main/LICENSE.md)
* Coded by Creative Tim
=========================================================
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
*/@media (min-width:992px){.layout-dashboard .ant-layout-footer{margin:0 0 20px 20px}.layout-dashboard .ant-layout-sider.sider-primary{margin:20px 0 0 20px;padding:13px 20px;height:calc(100vh - 20px)}.layout-dashboard .ant-layout{width:auto;flex-shrink:1;margin-left:270px}.layout-dashboard .header-control .sidebar-toggler{display:none}}@media (min-width:768px){.layout-dashboard .ant-layout-header{margin:10px 20px}.layout-dashboard .header-control{margin-top:0}.layout-dashboard .header-control .header-search{margin:0 7px}.layout-dashboard .header-control .btn-sign-in span{display:inline}.profile-nav-bg{margin-top:-87.8px}.card-profile-head{margin:-53px 24px 24px}}@media (min-width:992px){.card-billing-info.ant-card .ant-card-body{display:flex}.layout-dashboard-rtl{overflow:auto}.layout-dashboard-rtl .ant-layout-sider.sider-primary{margin:20px 20px 0 0;height:calc(100vh - 20px);right:0;left:auto}.layout-dashboard-rtl .ant-layout{margin-right:270px;margin-left:0}.layout-dashboard-rtl .ant-layout-footer{margin:0 20px 20px 0}}@media (max-width:768px){.layout-dashboard.layout-dashboard-rtl .header-control{justify-content:flex-end}}.visible{visibility:visible}.\!visible{visibility:visible!important}.fixed{position:fixed}.absolute{position:absolute}.sticky{position:sticky}.float-right{float:right}.m-0{margin:0}.my-3{margin-top:.75rem;margin-bottom:.75rem}.my-1{margin-top:.25rem;margin-bottom:.25rem}.mx-2{margin-left:.5rem;margin-right:.5rem}.mx-auto{margin-left:auto;margin-right:auto}.my-4{margin-top:1rem;margin-bottom:1rem}.ml-2{margin-left:.5rem}.mt-2{margin-top:.5rem}.mb-2{margin-bottom:.5rem}.mt-5{margin-top:1.25rem}.mr-3{margin-right:.75rem}.mb-4{margin-bottom:1rem}.mt-3{margin-top:.75rem}.mb-6{margin-bottom:1.5rem}.mt-4{margin-top:1rem}.ml-3{margin-left:.75rem}.mr-5{margin-right:1.25rem}.mb-3{margin-bottom:.75rem}.mr-1{margin-right:.25rem}.ml-4{margin-left:1rem}.ml-auto{margin-left:auto}.mb-5{margin-bottom:1.25rem}.mr-2{margin-right:.5rem}.mt-1{margin-top:.25rem}.mb-24{margin-bottom:6rem}.ml-10{margin-left:2.5rem}.ml-5{margin-left:1.25rem}.-mt-4{margin-top:-1rem}.mr-4{margin-right:1rem}.mr-0{margin-right:0}.mt-10{margin-top:2.5rem}.mt-6{margin-top:1.5rem}.ml-1{margin-left:.25rem}.mr-12{margin-right:3rem}.block{display:block}.inline{display:inline}.flex{display:flex}.table{display:table}.grid{display:grid}.hidden{display:none}.h-screen{height:100vh}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-full{height:100%}.h-10{height:2.5rem}.w-96{width:24rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-screen{width:100vw}.w-full{width:100%}.w-48{width:12rem}.w-1\/4{width:25%}.max-w-none{max-width:none}.flex-1{flex:1 1 0%}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.cursor-pointer{cursor:pointer}.resize{resize:both}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-rows-1{grid-template-rows:repeat(1,minmax(0,1fr))}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-center{align-items:center}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-4{gap:1rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.overflow-x-scroll{overflow-x:scroll}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.whitespace-normal{white-space:normal}.whitespace-pre-wrap{white-space:pre-wrap}.break-words{overflow-wrap:break-word}.rounded-md{border-radius:.375rem}.rounded{border-radius:.25rem}.rounded-lg{border-radius:.5rem}.border{border-width:1px}.border-2{border-width:2px}.border-t{border-top-width:1px}.border-dotted{border-style:dotted}.border-gray-200{--tw-border-opacity:1;border-color:rgb(229 231 235/var(--tw-border-opacity))}.border-blue-200{--tw-border-opacity:1;border-color:rgb(191 219 254/var(--tw-border-opacity))}.border-indigo-400{--tw-border-opacity:1;border-color:rgb(129 140 248/var(--tw-border-opacity))}.border-green-400{--tw-border-opacity:1;border-color:rgb(74 222 128/var(--tw-border-opacity))}.bg-gray-100{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity))}.bg-blue-500{--tw-bg-opacity:1;background-color:rgb(59 130 246/var(--tw-bg-opacity))}.bg-green-200{--tw-bg-opacity:1;background-color:rgb(187 247 208/var(--tw-bg-opacity))}.bg-red-300{--tw-bg-opacity:1;background-color:rgb(252 165 165/var(--tw-bg-opacity))}.bg-gray-200{--tw-bg-opacity:1;background-color:rgb(229 231 235/var(--tw-bg-opacity))}.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.bg-gray-50{--tw-bg-opacity:1;background-color:rgb(249 250 251/var(--tw-bg-opacity))}.bg-blue-100{--tw-bg-opacity:1;background-color:rgb(219 234 254/var(--tw-bg-opacity))}.bg-green-100{--tw-bg-opacity:1;background-color:rgb(220 252 231/var(--tw-bg-opacity))}.bg-purple-100{--tw-bg-opacity:1;background-color:rgb(243 232 255/var(--tw-bg-opacity))}.bg-orange-100{--tw-bg-opacity:1;background-color:rgb(255 237 213/var(--tw-bg-opacity))}.bg-red-100{--tw-bg-opacity:1;background-color:rgb(254 226 226/var(--tw-bg-opacity))}.bg-blue-300{--tw-bg-opacity:1;background-color:rgb(147 197 253/var(--tw-bg-opacity))}.bg-slate-100{--tw-bg-opacity:1;background-color:rgb(241 245 249/var(--tw-bg-opacity))}.p-4{padding:1rem}.p-3{padding:.75rem}.p-6{padding:1.5rem}.p-10{padding:2.5rem}.p-0{padding:0}.py-16{padding-top:4rem;padding-bottom:4rem}.px-4{padding-left:1rem;padding-right:1rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-5{padding-top:1.25rem;padding-bottom:1.25rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.px-1{padding-left:.25rem;padding-right:.25rem}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-0{padding-top:0;padding-bottom:0}.py-2{padding-top:.5rem;padding-bottom:.5rem}.pl-4{padding-left:1rem}.pt-8{padding-top:2rem}.pb-5{padding-bottom:1.25rem}.pt-4{padding-top:1rem}.pt-3{padding-top:.75rem}.pt-2{padding-top:.5rem}.pr-2{padding-right:.5rem}.pt-10{padding-top:2.5rem}.pl-10{padding-left:2.5rem}.text-center{text-align:center}.align-middle{vertical-align:middle}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xs{font-size:.75rem;line-height:1rem}.text-2xl{font-size:1.5rem;line-height:2rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-base{font-size:1rem;line-height:1.5rem}.font-semibold{font-weight:600}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-light{font-weight:300}.font-normal{font-weight:400}.uppercase{text-transform:uppercase}.capitalize{text-transform:capitalize}.italic{font-style:italic}.text-blue-500{--tw-text-opacity:1;color:rgb(59 130 246/var(--tw-text-opacity))}.text-black{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity))}.text-gray-600{--tw-text-opacity:1;color:rgb(75 85 99/var(--tw-text-opacity))}.text-gray-700{--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity))}.text-gray-900{--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity))}.text-gray-500{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity))}.text-blue-800{--tw-text-opacity:1;color:rgb(30 64 175/var(--tw-text-opacity))}.text-green-800{--tw-text-opacity:1;color:rgb(22 101 52/var(--tw-text-opacity))}.text-purple-800{--tw-text-opacity:1;color:rgb(107 33 168/var(--tw-text-opacity))}.text-orange-800{--tw-text-opacity:1;color:rgb(154 52 18/var(--tw-text-opacity))}.text-red-500{--tw-text-opacity:1;color:rgb(239 68 68/var(--tw-text-opacity))}.text-blue-400{--tw-text-opacity:1;color:rgb(96 165 250/var(--tw-text-opacity))}.text-red-800{--tw-text-opacity:1;color:rgb(153 27 27/var(--tw-text-opacity))}.text-gray-800{--tw-text-opacity:1;color:rgb(31 41 55/var(--tw-text-opacity))}.text-blue-700{--tw-text-opacity:1;color:rgb(29 78 216/var(--tw-text-opacity))}.text-red-600{--tw-text-opacity:1;color:rgb(220 38 38/var(--tw-text-opacity))}.text-orange-700{--tw-text-opacity:1;color:rgb(194 65 12/var(--tw-text-opacity))}.text-orange-600{--tw-text-opacity:1;color:rgb(234 88 12/var(--tw-text-opacity))}.underline{text-decoration-line:underline}.shadow-md{--tw-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.blur{--tw-blur:blur(8px)}.blur,.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.ant-input-group-addon button.ant-input-search-button{height:40px}.ant-card-head-wrapper{min-height:45px!important}.ant-popconfirm-buttons .ant-btn-sm,.ant-space-item .ant-btn-sm{line-height:20px}.pe-save-next{background-color:#52c41a}.pe-save-next:hover{background-color:#73d13d!important}.pe-save{background-color:#237804}.pe-save:hover{background-color:#389e0d!important}.pe-reset{background-color:#fa8c16!important}.pe-reset:hover{background-color:#ffa940}.pe-mark{background-color:#fadb14!important;color:#141414}.pe-mark:hover{background-color:#ffec3d;color:#141414}.ant-btn svg{margin:0}.action-translate{height:30px;line-height:30px}.action-translate span{line-height:30px}.cards-targets .ant-card-head-title{padding:0}.cards-targets .ant-card-body{margin-top:20px}.cards-targets .ant-card-body .ant-form-item{margin-bottom:0}textarea.disabled{background-color:#f0f0f0}.ant-table-filter-dropdown-btns button{height:30px!important;line-height:30px!important}.pecat-sentence{max-height:60vh;background-color:#ffefd5;margin:0 auto}.job-tu{background:#fff!important;color:#141414!important;font-weight:400!important}.collapse-summarize .ant-collapse-content-box{padding:10px!important}@media (min-width:768px){.layout-dashboard .ant-layout-header{margin:0 20px;padding:16px 16px 0}}.ant-breadcrumb-separator{margin-inline:5px!important}.summary-widgets .ant-card-body{padding:10px 20px}.stats-pie canvas{height:300px!important}.download-csv{height:30px!important;line-height:30px;margin-bottom:5px}.example{margin:20px 0;padding:30px 50px;text-align:center;border-radius:4px}.textarea-table{border:none}.recording img.audio-recorder-mic{display:none}.player-audio audio{width:250px;margin-left:10px}@keyframes parpadeo{0%{color:red}50%{color:transparent}to{color:red}}.texto-parpadeante{animation:parpadeo 1s infinite}.text-annotation-containe mark{color:#141414;border:1px solid #141414}.list-image-tags .ant-card-body,.list-image-tags .ant-list-item{padding:5px}tr.done-row{background-color:#fff1f0}.text-annotation-table .ant-table-tbody>tr>td{white-space:unset}.row-selected{background-color:#73d13d}.tag-badge{background:transparent!important;padding:0!important}.tag-badge sup{right:10px!important;width:10px!important;height:10px!important;box-shadow:0 0 0 3px #fff!important}.tag-badge span.ant-tag{color:#000!important}.text-annotator-container mark{color:#000}.ml_custom{margin-left:40px}#pagination-demo-mini .ant-pagination:not(:last-child){margin-bottom:24px}.direction-rtl{direction:rtl;text-align:right}.direction-rtl .text-annotator-container{display:flex;flex-direction:column;align-items:flex-end}.direction-rtl .text-annotator-container span{display:block;text-align:right;margin-bottom:1rem;line-height:1.6}.direction-rtl .text-annotator-container div{max-width:100%;line-height:1.6;text-align:right;padding:.5rem 1rem}.transcription-input .ant-input{color:#000!important;font-weight:400!important}.region{cursor:move}.region-resize-left{cursor:w-resize}.region-resize-right{cursor:e-resize}.audio-player-container{box-shadow:0 1px 2px 0 rgba(0,0,0,.03),0 1px 6px -1px rgba(0,0,0,.02),0 2px 4px 0 rgba(0,0,0,.02);margin:0 5px;background-color:#f0f0f0;border-radius:10px;padding:10px;width:100%;max-width:100%;height:100%;max-height:100%;overflow:hidden}@media (prefers-color-scheme:dark){.dark\:bg-slate-900{--tw-bg-opacity:1;background-color:rgb(15 23 42/var(--tw-bg-opacity))}}@media (min-width:640px){.sm\:w-auto{width:auto}}@media (min-width:768px){.md\:invisible{visibility:hidden}.md\:block{display:block}.md\:hidden{display:none}.md\:justify-between{justify-content:space-between}}@media (min-width:1024px){.lg\:justify-end{justify-content:flex-end}}