
/* Add any custom styles if needed */

.overview-section[data-v-84f064da] {
  margin: 24px 24px 24px 48px;
}
.overview-section h1[data-v-84f064da] {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 16px;
}
.overview-section h2[data-v-84f064da] {
  font-size: 18px;
  font-weight: bold;
  margin-top: 16px;
  margin-bottom: 8px;
}
.overview-section p[data-v-84f064da] {
  margin-bottom: 12px;
}
.overview-section ul[data-v-84f064da],
.overview-section ol[data-v-84f064da] {
  margin-left: 20px;
  margin-bottom: 12px;
}
.overview-section li[data-v-84f064da] {
  margin-bottom: 8px;
}
.overview-section hr[data-v-84f064da] {
  margin: 16px 0;
  border: none;
  border-top: 1px solid #ddd;
}
.vue-flow {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
  direction: ltr;
}
.vue-flow__container {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.vue-flow__pane {
  z-index: 1;
}
.vue-flow__pane.draggable {
     cursor: grab;
}
.vue-flow__pane.selection {
     cursor: pointer;
}
.vue-flow__pane.dragging {
    cursor: grabbing;
}
.vue-flow__transformationpane {
  transform-origin: 0 0;
  z-index: 2;
  pointer-events: none;
}
.vue-flow__viewport {
  z-index: 4;
  overflow: clip;
}
.vue-flow__selection {
  z-index: 6;
}
.vue-flow__edge-labels {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.vue-flow__nodesselection-rect:focus,
.vue-flow__nodesselection-rect:focus-visible {
  outline: none;
}
.vue-flow .vue-flow__edges {
  pointer-events: none;
  overflow: visible;
}
.vue-flow__edge-path,
.vue-flow__connection-path {
  stroke: #b1b1b7;
  stroke-width: 1;
  fill: none;
}
.vue-flow__edge {
  pointer-events: visibleStroke;
  cursor: pointer;
}
.vue-flow__edge.animated path {
     stroke-dasharray: 5;
     animation: dashdraw 0.5s linear infinite;
}
.vue-flow__edge.animated path.vue-flow__edge-interaction {
     stroke-dasharray: none;
     animation: none;
}
.vue-flow__edge.inactive {
     pointer-events: none;
}
.vue-flow__edge.selected,
  .vue-flow__edge:focus,
  .vue-flow__edge:focus-visible {
     outline: none;
}
.vue-flow__edge.selected .vue-flow__edge-path,
  .vue-flow__edge:focus .vue-flow__edge-path,
  .vue-flow__edge:focus-visible .vue-flow__edge-path {
     stroke: #555;
}
.vue-flow__edge-textwrapper {
     pointer-events: all;
}
.vue-flow__edge-textbg {
     fill: white;
}
.vue-flow__edge-text {
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
}
.vue-flow__connection {
  pointer-events: none;
}
.vue-flow__connection .animated {
     stroke-dasharray: 5;
     animation: dashdraw 0.5s linear infinite;
}
.vue-flow__connectionline {
  z-index: 1001;
}
.vue-flow__nodes {
  pointer-events: none;
  transform-origin: 0 0;
}
.vue-flow__node-default,
.vue-flow__node-input,
.vue-flow__node-output {
  border-width: 1px;
  border-style: solid;
  border-color: #bbb;
}
.vue-flow__node-default.selected,
  .vue-flow__node-default:focus,
  .vue-flow__node-default:focus-visible,
  .vue-flow__node-input.selected,
  .vue-flow__node-input:focus,
  .vue-flow__node-input:focus-visible,
  .vue-flow__node-output.selected,
  .vue-flow__node-output:focus,
  .vue-flow__node-output:focus-visible {
     outline: none;
     border: 1px solid #555;
}
.vue-flow__node {
  position: absolute;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: all;
  transform-origin: 0 0;
  box-sizing: border-box;
  cursor: default;
}
.vue-flow__node.draggable {
    cursor: grab;
    pointer-events: all;
}
.vue-flow__node.draggable.dragging {
      cursor: grabbing;
}
.vue-flow__nodesselection {
  z-index: 3;
  transform-origin: left top;
  pointer-events: none;
}
.vue-flow__nodesselection-rect {
     position: absolute;
     pointer-events: all;
     cursor: grab;
}
.vue-flow__nodesselection-rect.dragging {
          cursor: grabbing;
}
.vue-flow__handle {
  position: absolute;
  pointer-events: none;
  min-width: 5px;
  min-height: 5px;
}
.vue-flow__handle.connectable {
     pointer-events: all;
     cursor: crosshair;
}
.vue-flow__handle-bottom {
     left: 50%;
     bottom: 0;
     transform: translate(-50%, 50%);
}
.vue-flow__handle-top {
     left: 50%;
     top: 0;
     transform: translate(-50%, -50%);
}
.vue-flow__handle-left {
     top: 50%;
     left: 0;
     transform: translate(-50%, -50%);
}
.vue-flow__handle-right {
     top: 50%;
     right: 0;
     transform: translate(50%, -50%);
}
.vue-flow__edgeupdater {
  cursor: move;
  pointer-events: all;
}
.vue-flow__panel {
  position: absolute;
  z-index: 5;
  margin: 15px;
}
.vue-flow__panel.top {
     top: 0;
}
.vue-flow__panel.bottom {
     bottom: 0;
}
.vue-flow__panel.left {
     left: 0;
}
.vue-flow__panel.right {
     right: 0;
}
.vue-flow__panel.center {
     left: 50%;
     transform: translateX(-50%);
}
@keyframes dashdraw {
from {
    stroke-dashoffset: 10;
}
}
:root {
  --vf-node-bg: #fff;
  --vf-node-text: #222;
  --vf-connection-path:  #b1b1b7;
  --vf-handle: #555;
}
.vue-flow__edge.updating .vue-flow__edge-path {
      stroke: #777;
}
.vue-flow__edge-text {
  font-size: 10px;
}
.vue-flow__edge-textbg {
  fill: #fff;
}
.vue-flow__connection-path {
  stroke: var(--vf-connection-path);
}
.vue-flow__node {
  cursor: grab;
}
.vue-flow__node.selectable:focus,
  .vue-flow__node.selectable:focus-visible {
     outline: none;
}
.vue-flow__node-default,
.vue-flow__node-input,
.vue-flow__node-output {
  padding: 10px;
  border-radius: 3px;
  width: 150px;
  font-size: 12px;
  text-align: center;
  border-width: 1px;
  border-style: solid;
  color: var(--vf-node-text);
  background-color: var(--vf-node-bg);
  border-color: var(--vf-node-color);
}
.vue-flow__node-default.selected,
  .vue-flow__node-default.selected:hover,
  .vue-flow__node-input.selected,
  .vue-flow__node-input.selected:hover,
  .vue-flow__node-output.selected,
  .vue-flow__node-output.selected:hover {
     box-shadow: 0 0 0 0.5px var(--vf-box-shadow);
}
.vue-flow__node-default .vue-flow__handle, .vue-flow__node-input .vue-flow__handle, .vue-flow__node-output .vue-flow__handle {
    background: var(--vf-handle);
}
.vue-flow__node-default.selectable:hover, .vue-flow__node-input.selectable:hover, .vue-flow__node-output.selectable:hover {
    box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.08);
}
.vue-flow__node-input {
  --vf-node-color: var(--vf-node-color, #0041d0);
  --vf-handle: var(--vf-node-color, #0041d0);
  --vf-box-shadow: var(--vf-node-color, #0041d0);

  background: var(--vf-node-bg);
  border-color: var(--vf-node-color, #0041d0);
}
.vue-flow__node-input.selected,
  .vue-flow__node-input:focus,
  .vue-flow__node-input:focus-visible {
     outline: none;
     border: 1px solid var(--vf-node-color, #0041d0);
}
.vue-flow__node-default {
  --vf-handle: var(--vf-node-color, #1a192b);
  --vf-box-shadow: var(--vf-node-color, #1a192b);

  background: var(--vf-node-bg);
  border-color: var(--vf-node-color, #1a192b);
}
.vue-flow__node-default.selected,
  .vue-flow__node-default:focus,
  .vue-flow__node-default:focus-visible {
     outline: none;
     border: 1px solid var(--vf-node-color, #1a192b);
}
.vue-flow__node-output {
  --vf-handle: var(--vf-node-color, #ff0072);
  --vf-box-shadow: var(--vf-node-color, #ff0072);

  background: var(--vf-node-bg);
  border-color: var(--vf-node-color, #ff0072);
}
.vue-flow__node-output.selected,
  .vue-flow__node-output:focus,
  .vue-flow__node-output:focus-visible {
     outline: none;
     border: 1px solid var(--vf-node-color, #ff0072);
}
.vue-flow__nodesselection-rect,
.vue-flow__selection {
  background: rgba(0, 89, 220, 0.08);
  border: 1px dotted rgba(0, 89, 220, 0.8);
}
.vue-flow__nodesselection-rect:focus,
  .vue-flow__nodesselection-rect:focus-visible,
  .vue-flow__selection:focus,
  .vue-flow__selection:focus-visible {
     outline: none;
}
.vue-flow__handle {
  width: 6px;
  height: 6px;
  background: var(--vf-handle);
  border: 1px solid #fff;
  border-radius: 100%;
}
.vue-flow__edges {
  z-index: 1 !important;
}
.vue-flow__pane {
  background: white;
}
.vue-flow__node {
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
  background: none !important;
  font-size: 20px;
  text-wrap: break-word;
}
.node-task {
  border: 2px solid #0277bd;
  background: white;
  width: 300px;
  height: auto;
  max-height: 230px;
  min-height: 150px;
  border-radius: 6px;
  padding: 16px;
  box-sizing: border-box;
}
.node-puller {
  border: 2px solid #388e3c;
  background: white;
  width: 300px;
  height: auto;
  max-height: 230px;
  min-height: 150px;
  border-radius: 6px;
  padding: 16px;
  box-sizing: border-box;
}
.node-pusher {
  border: 2px solid #ef6c00;
  background: white;
  width: 300px;
  height: auto;
  max-height: 230px;
  min-height: 150px;
  border-radius: 6px;
  padding: 16px;
  box-sizing: border-box;
}
.center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.node-highlight {
  box-shadow: 0 0 20px 20px #ffea97;
  transition: box-shadow 0.3s ease, border 0.3s ease;
  z-index: 999;
}
.node-schedule {
  font-size: 18px;
  color: #888;
  margin-top: 4px;
}
.node-error {
  border: 2px dashed red;
  background: white;
  width: 300px;
  height: auto;
  max-height: 230px;
  min-height: 150px;
  border-radius: 6px;
  padding: 16px;
  box-sizing: border-box;
}
.vue-flow__handle {
  width: 15px;
  height: 15px;
}
.vue-flow__node-task .vue-flow__handle[data-handleid="right"] {
  background: #0277bd;
}
.vue-flow__node-puller .vue-flow__handle[data-handleid="right"] {
  background: #388e3c;
}
.vue-flow__node-pusher .vue-flow__handle[data-handleid="right"] {
  background: #ef6c00;
}
.vue-flow__node-task .vue-flow__handle[data-handleid="left"] {
  background: #0277bd;
}
.vue-flow__node-task .vue-flow__handle[data-handleid="top"] {
  background: #0277bd;
}
.vue-flow__node-pusher .vue-flow__handle[data-handleid="left"] {
  background: #ef6c00;
}
.vue-flow__node-pusher .vue-flow__handle[data-handleid="top"] {
  background: #ef6c00;
}
.node-task .ant-card-body,
.node-puller .ant-card-body,
.node-pusher .ant-card-body,
.node-error .ant-card-body {
  padding: 8px !important;
}
.ant-typography,
.ant-typography-title,
.ant-typography-text {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  line-height: 1.2;
}
.ant-typography-text,
.ant-typography {
  display: block;
  white-space: normal;
  word-break: break-word;
}
.avatar-large-bordered {
  border: 1px solid black;
  margin: 0px auto;
}
.overflow-y {
  overflow-y: auto;
}

.profile-info-panel[data-v-60b33bfc] {
  position: fixed;
  top: 16px;
  left: 16px;
  background: white;
  border: 1px solid #ddd;
  padding: 12px;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  width: 500px;
  z-index: 1000;
  transition: all 0.3s ease;
}
.profile-info-panel.collapsed[data-v-60b33bfc] {
  display: inline-block;
  white-space: nowrap;
  height: auto;
  padding: 12px;
}
.collapse-btn[data-v-60b33bfc] {
  background: transparent;
  border: none;
  font-size: 16px;
  float: right;
  cursor: pointer;
}
[data-v-60b33bfc] .ant-descriptions-item-label {
  font-weight: bold;
  background: #f5f5f5;
  padding: 2px 8px;
  border-radius: 4px;
}

a-card[data-v-d450fbff] {
    cursor: pointer;
    transition: box-shadow 0.2s;
}
a-card[data-v-d450fbff]:hover {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.file-list-scroll-wrapper[data-v-d450fbff] {
    width: 100%;
    max-height: 60vh;
    /* or any height you prefer */
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 4px;
    position: relative;
    /* Ensure relative positioning for the spinner overlay */
}
.loading-overlay[data-v-d450fbff] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.8);
    /* Semi-transparent background */
    z-index: 10;
    /* Ensure it appears above other content */
}
.file-list-scroll-wrapper[data-v-d450fbff]::-webkit-scrollbar {
    width: 6px;
}
.file-list-scroll-wrapper[data-v-d450fbff]::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.15);
    border-radius: 3px;
}
.file-item[data-v-d450fbff] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 120px;
    /* Ensure all items have the same height */
    text-align: center;
}
.file-icon[data-v-d450fbff] {
    height: 48px;
    margin-bottom: 8px;
    display: block;
}
.file-name[data-v-d450fbff] {
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /* Truncate text with ellipsis */
}
.add-new-item[data-v-d450fbff] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 120px;
    border: 1px dashed #d9d9d9;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.2s;
}
.add-new-item[data-v-d450fbff]:hover {
    background-color: #f5f5f5;
}
.add-new-icon[data-v-d450fbff] {
    font-size: 32px;
    color: #1890ff;
}
