.loader-component{min-height:100vh;max-height:100vh;background-color:var(--loader-bg)}.lds-roller,.lds-roller div,.lds-roller div:after{box-sizing:border-box}.lds-roller{display:inline-block;position:relative;width:80px;height:80px;color:#5f70f3}.lds-roller div{animation:lds-roller 1.2s cubic-bezier(.5,0,.5,1) infinite;transform-origin:40px 40px}.lds-roller div:after{content:" ";display:block;position:absolute;width:7.2px;height:7.2px;border-radius:50%;background:currentColor;margin:-3.6px 0 0 -3.6px}.lds-roller div:nth-child(1){animation-delay:-36ms}.lds-roller div:nth-child(1):after{top:62.62742px;left:62.62742px}.lds-roller div:nth-child(2){animation-delay:-72ms}.lds-roller div:nth-child(2):after{top:67.71281px;left:56px}.lds-roller div:nth-child(3){animation-delay:-.108s}.lds-roller div:nth-child(3):after{top:70.90963px;left:48.28221px}.lds-roller div:nth-child(4){animation-delay:-.144s}.lds-roller div:nth-child(4):after{top:72px;left:40px}.lds-roller div:nth-child(5){animation-delay:-.18s}.lds-roller div:nth-child(5):after{top:70.90963px;left:31.71779px}.lds-roller div:nth-child(6){animation-delay:-.216s}.lds-roller div:nth-child(6):after{top:67.71281px;left:24px}.lds-roller div:nth-child(7){animation-delay:-.252s}.lds-roller div:nth-child(7):after{top:62.62742px;left:17.37258px}.lds-roller div:nth-child(8){animation-delay:-.288s}.lds-roller div:nth-child(8):after{top:56px;left:12.28719px}@keyframes lds-roller{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}}.Toastify__toast{--y: 0;position:relative;-ms-touch-action:none;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.sidebar{min-height:100vh;max-height:100vh;display:inline-flex;flex-direction:column;justify-content:space-between;background-color:var(--sidebar-bg);padding:15px 12px;transition:background-color .3s ease,width .2s ease;overflow:hidden;width:80px}.sidebar[data-theme=dark]{color:var(--text-color-dark)}.sidebar.expanded{width:280px}.sidebar img{width:22px}.sidebar .menu-top-icons{margin-left:5px;margin-bottom:20px}.sidebar .menu-top-icons .MuiIconButton-root{padding:6px}.sidebar .new-chat{display:flex;align-items:center;gap:12px;padding:6px 12px;border-radius:6px;border:none;font-size:13px;cursor:pointer;width:100%;height:32px;background:transparent;color:var(--sidebar-items-color);transition:all .2s ease;margin-bottom:4px}.sidebar .new-chat:hover{background-color:#86868614}.sidebar .new-chat .icon-wrapper{display:flex;align-items:center;justify-content:center;width:22px;height:22px;flex-shrink:0}.sidebar .new-chat .MuiSvgIcon-root{font-size:22px;transition:color .2s ease}.sidebar .new-chat:hover .MuiSvgIcon-root{color:#796af5}.sidebar .new-chat p{margin:0;font-weight:500;transition:color .2s ease;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1}.sidebar .new-chat:hover p{color:#796af5}.sidebar:not(.expanded) .new-chat{width:32px;height:32px;padding:6px;margin-left:auto;margin-right:auto;justify-content:center}.toggle-group-wrapper{margin-top:10px;padding:0 10px}.top{flex-shrink:0}.middle{flex-grow:1;overflow:hidden;display:flex;flex-direction:column;min-height:0}.recent{flex-grow:1;display:flex;flex-direction:column;min-height:0;overflow:hidden}.recent-header{flex-shrink:0;color:var(--sidebar-items-color)}.recent-items{animation:fadeIn .3s ease;color:var(--sidebar-items-color);position:relative;padding:0 4px}.recent-title{margin-top:20px;margin-bottom:8px;font-size:12px;font-weight:500;padding-left:4px}.repo-branch-heading{font-size:11px;font-weight:500;margin-bottom:8px;padding-left:4px;opacity:.7}.recent-entry{display:flex;align-items:center;justify-content:space-between;height:32px;padding:6px 12px;border-radius:6px;font-size:13px;cursor:pointer;color:var(--sidebar-items-color);transition:all .2s ease;margin-bottom:2px}.recent-entry:hover,.recent-entry.selected{background-color:#86868614}.recent-entry .chat-item{display:flex;align-items:center;gap:12px;flex-grow:1;min-width:0}.recent-entry .chat-item span{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;flex-grow:1;font-weight:500;line-height:1}.more-horiz-icon{opacity:0;flex-shrink:0;display:flex;align-items:center;transition:all .2s ease}.recent-entry:hover .more-horiz-icon,.recent-entry.selected .more-horiz-icon{opacity:1}.repo-branch-group{margin-bottom:20px}.sidebar .recent-entry:hover{background:var(--selected-bg)}.sidebar[data-theme=dark] .recent-entry{color:var(--text-color-dark)}.sidebar .recent-entry.selected{background:var(--selected-bg)}.sidebar[data-theme=dark] .recent-entry.selected{background-color:var(--selected-bg-dark)}.sidebar-divider{height:1px;width:100%;margin:52px 0 8px;background-color:#8686861f;flex-shrink:0}.recent .sidebar-divider{margin:8px 0}.sidebar[data-theme=dark] .sidebar-divider{background-color:#ffffff14}.sidebar .bottom{display:flex;flex-direction:column;gap:4px;padding:0 4px}.sidebar .bottom-item{display:flex;align-items:center;gap:12px;padding:6px 12px;border-radius:6px;font-size:13px;cursor:pointer;height:32px;background:transparent;color:var(--sidebar-items-color);transition:all .2s ease}.sidebar .bottom-item:hover{background-color:#86868614}.sidebar .bottom-item .MuiSvgIcon-root{font-size:22px;transition:color .2s ease}.sidebar .bottom-item:hover .MuiSvgIcon-root{color:#796af5}.sidebar .bottom-item span{font-weight:500;transition:color .2s ease;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1}.sidebar .bottom-item:hover span{color:#796af5}.sidebar:not(.expanded) .bottom-item{width:32px;height:32px;padding:6px;margin-left:auto;margin-right:auto;justify-content:center}.view-more{position:absolute;bottom:0}.fade-scroll::-webkit-scrollbar{width:8px}.fade-scroll::-webkit-scrollbar-track{background:transparent}.fade-scroll::-webkit-scrollbar-thumb{background:#c4c4c4;border-radius:4px;visibility:hidden}.fade-scroll:hover::-webkit-scrollbar-thumb{visibility:visible}.scrollable-container{max-height:100%;height:100%;overflow-y:auto;overflow-x:hidden;flex:1;min-height:0}.recent-items.scrollable-container{display:flex;flex-direction:column}.scrollable-container::-webkit-scrollbar{width:6px}.scrollable-container::-webkit-scrollbar-track{background:transparent}.scrollable-container::-webkit-scrollbar-thumb{background:#9b9b9b4d;border-radius:3px;visibility:hidden}.scrollable-container:hover::-webkit-scrollbar-thumb{visibility:visible}@media (max-width: 600px){.sidebar{display:none}}.wf-sidebar{min-height:100vh;max-height:100vh;background-color:var(--sidebar-bg);transition:background-color .3s ease,width .2s ease;overflow:hidden;width:0px;display:flex;flex-direction:column}.wf-sidebar.expanded{width:280px;border-left:1px dashed gainsboro}.fileSidebar-header{display:flex;align-items:center;justify-content:space-between;padding:10px;background-color:var(--sidebar-bg);border-bottom:1px dashed gainsboro;height:70px;visibility:hidden;color:var(--sidebar-items-color)}.wf-sidebar.expanded .fileSidebar-header{visibility:visible}.wf-content{padding:20px;opacity:0;overflow:auto;transition:opacity .3s}.wf-sidebar.expanded .wf-content{opacity:1;overflow:hidden;height:calc(100vh - 70px)}.wf-card{background-color:var(--bottom-section-bg);padding:16px;margin-bottom:16px;border-radius:12px;box-shadow:0 4px 8px #0000001a;border:1px solid transparent;transition:transform .2s ease,background-color .3s ease,border-color .3s ease}.wf-card:hover{cursor:pointer;background-color:#007bff1a;transform:translateY(-4px);border-color:#007bff4d;color:#fff}.wf-card.selected{background-color:#007bff33;border-color:#007bff99}.wf-card h3{margin:0;font-size:18px;font-weight:700;transition:color .3s}.wf-card .branch{font-size:14px;margin-top:4px}.wf-card .description{font-size:14px;margin-top:12px;line-height:1.5}.wf-card.selected h3{color:#007bff}.wf-card.selected{background:linear-gradient(135deg,#007bff33,#ffffff1a)}.wf-card .d-flex{display:flex;align-items:center;gap:10px}.wf-card .d-flex svg{color:var(--icon-color);font-size:24px;transition:color .3s}.wf-card:hover .d-flex svg{color:#007bff}.Vuln-List{overflow:auto;min-height:50vh;max-height:calc(100vh - 70px)!important}.workflow-list{flex:1;overflow-y:auto;min-height:50vh;max-height:72vh;padding:10px}.nav{display:flex;align-items:center;justify-content:space-between;font-size:20px;padding:20px;height:60px;position:static;top:0;right:0}.nav img{width:40px;height:40px}.progress-bar-container{width:100%;height:20px;background-color:var(--theme-bg-color);border-radius:8px;overflow:hidden;position:relative;box-shadow:0 2px 10px #0000001a}.progress-bar{height:100%;background:linear-gradient(90deg,#3856f2 10%,#796af5);transition:width .5s ease-out;display:flex;justify-content:center;align-items:center;border-radius:20px;position:relative}.progress-text{position:absolute;color:#fff;font-weight:700;font-size:12px;z-index:1}.fileSidebar{position:relative;height:100vh;width:0;transition:width .3s,visibility .3s;color:var(--sidebar-items-color)}.fileSidebar.open{width:350px;background-color:var(--sidebar-bg);box-shadow:2px 0 5px #0000001a;border-left:1px solid var(--components-border);visibility:visible}.fileSidebar.closed{width:0;visibility:hidden}.fileSidebar-content{padding:20px;opacity:0;overflow:auto;transition:opacity .3s}.fileSidebar.open .fileSidebar-content{opacity:1;overflow:hidden;height:calc(100vh - 70px)}.fade-text{animation:fadeIn 1.5s}.fileSidebar-header{display:flex;align-items:center;justify-content:space-between;padding:10px;background-color:var(--sidebar-bg);border-bottom:1px solid var(--components-border);text-wrap:nowrap;height:70px;visibility:hidden}.fileSidebar.open .fileSidebar-header{visibility:visible}.icon{width:20px;height:20px}.justify-center{display:flex;align-items:center;gap:10px}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;height:calc(100vh - 200px);text-align:center}.loading-container p{margin-top:10px;color:var(--sidebar-items-color);font-size:14px}.treeview{border-radius:8px;overflow-y:auto;padding:0}a .treeview .node{display:flex;align-items:center;margin:2px 0;border-radius:8px!important;transition:background-color .3s ease,transform .2s ease}.treeview .node:hover{background:var(--selected-bg-dark)!important;border-radius:8px}.treeview .node.selected{background:var(--selected-bg)!important;border-radius:8px;color:#fff}.treeview .tree-header{display:flex;justify-content:space-between;align-items:center}.node{position:relative;border-radius:8px}.tree-line{position:absolute;width:2px;background-color:#e0e0e0;height:100%;z-index:0}.fileContentSidebar{position:relative;height:100vh;width:0;transition:width .2s;overflow:hidden;color:var(--sidebar-items-color)}.fileContentSidebar.open{width:450px;background-color:var(--sidebar-bg, #f0f4f9);box-shadow:2px 0 5px #0000001a;border-left:1px solid var(--components-border)}.fileContentSidebar.closed{width:0}.fileContentSidebar-header{display:flex;align-items:center;justify-content:space-between;padding:10px;background-color:var(--sidebar-bg, #f0f4f9);border-bottom:1px solid var(--components-border);animation:fadeIn 1.5s;text-wrap:nowrap;height:70px}.fileContentSidebar-content-container{position:relative;height:100%}.fileContentSidebar-content{padding:10px;position:relative;display:flex;flex-direction:column;flex-grow:1;height:calc(100vh - 70px)}.fileContentHeader{flex-shrink:0}.scrollableContent{overflow:auto;flex-grow:1;min-height:0}.main-parent{flex:1;height:calc(100vh - 60px);position:relative;overflow:hidden}.main.shrink{width:calc(100% - 250px)}.main.shrink-double{width:calc(100% - 750px)}.main-container{height:100%}.main-chat{margin:auto;height:calc(100vh - 250px);padding:0 20px;overflow-y:auto;overflow-x:hidden}.main-chat2{margin:auto;padding:0 20px;overflow-x:hidden;height:calc(100vh - 250px);overflow-y:auto}.failed-wf-card{margin:auto;overflow-x:hidden;height:fit-content!important;overflow-y:auto}.main-chat::-webkit-scrollbar{width:8px}.main-chat::-webkit-scrollbar-track{background:transparent}.main-chat::-webkit-scrollbar-thumb{background:#c4c4c4;border-radius:4px;visibility:hidden}.main-chat:hover::-webkit-scrollbar-thumb{visibility:visible}.main-chat2::-webkit-scrollbar{width:8px}.main-chat2::-webkit-scrollbar-track{background:transparent}.main-chat2::-webkit-scrollbar-thumb{background:#c4c4c4;border-radius:4px;visibility:hidden}.main-chat2:hover::-webkit-scrollbar-thumb{visibility:visible}.failed-wf-card::-webkit-scrollbar{width:8px}.failed-wf-card::-webkit-scrollbar-track{background:transparent}.failed-wf-card::-webkit-scrollbar-thumb{background:#c4c4c4;border-radius:4px;visibility:hidden}.failed-wf-card:hover::-webkit-scrollbar-thumb{visibility:visible}.prompt-textarea::-webkit-scrollbar{width:8px}.prompt-textarea::-webkit-scrollbar-track{background:transparent}.prompt-textarea::-webkit-scrollbar-thumb{background:#c4c4c4;border-radius:4px;visibility:hidden}.prompt-textarea:hover::-webkit-scrollbar-thumb{visibility:visible}.main-parent .chat-response{display:flex;flex-direction:column;gap:24px;padding:12px 0}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.chat-response:last-child{margin-bottom:0}.chat-loading{margin-top:20px;margin-bottom:30px}.main-parent .user-message{display:flex;justify-content:flex-end;margin-bottom:20px;max-width:85%;margin-left:auto}.main-parent .user-message pre{padding:12px 18px;background:linear-gradient(145deg,#7d09ff14,#2d6ade14);border-radius:18px 0 18px 18px;font-size:15px;line-height:1.5;color:var(--text-color);margin:0;white-space:pre-wrap;word-wrap:break-word;word-break:break-word;box-shadow:0 2px 6px #0000000d}[data-theme=dark] .main-parent .user-message pre{background:linear-gradient(145deg,#6b6a6d26,#9c73e926);box-shadow:0 2px 6px #0003}.main-parent .user-message,.main-parent .bot-response,.main-parent .bot-message{display:flex;align-items:flex-start;gap:10px;border-radius:12px}.main-parent .final-response{border-radius:12px;word-wrap:break-word;word-break:break-word}.main-parent .bot-response{justify-content:flex-start;border-radius:12px}.main-parent .user-message img,.main-parent .bot-response img{width:32px;height:32px;border-radius:50%}.main-parent .user-message p,.main-parent .bot-response p{margin:0;font-size:16px}.main-parent .bot-response pre{padding:0;border-radius:12px;overflow:auto;font-size:14px;white-space:pre-wrap;margin-top:20px;margin-bottom:20px}.main-parent .final-response pre{padding:0;border-radius:0 0 5px 5px;overflow:auto;font-size:15px;white-space:pre-wrap;word-wrap:break-word;word-break:break-word}@media (max-width: 768px){.main-parent .greet{font-size:24px}.main-parent .cards p{font-size:10px;text-align:center}.main-parent .bot-response pre{font-size:10px;white-space:pre-wrap}}@media (min-width: 769px) and (max-width: 1600px){.main-chat{height:62vh}.greet-message-random{font-size:20px}.welcome-text{font-size:40px}.main-parent .user-message p,.main-parent .bot-response p{font-size:14px}.main-parent .bot-response pre{font-size:14px;white-space:pre-wrap}}.main-bottom{position:absolute;left:50%;transform:translate(-50%);bottom:0;animation:slideUpFadeIn .5s ease-out forwards;opacity:0}@keyframes slideUpFadeIn{0%{transform:translate(-50%,20px);opacity:0}to{transform:translate(-50%);opacity:1}}.gradiant-text{background:linear-gradient(90deg,#3856f2 10%,#796af5);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.workflow-prompt-section{position:absolute;left:50%;transform:translate(-50%);bottom:10px;width:100%;max-width:900px}.prompt-section{width:100%;max-width:900px;padding:0 20px;z-index:400;margin:0 auto}.bottom-info{font-size:13px;margin:8px auto;text-align:center;font-weight:500}.prompts{padding:20px;border:1px solid rgba(129,159,184,.2);border-radius:16px;background-color:var(--bottom-section-bg);box-shadow:0 8px 32px #0000001a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease}.deep-research-container{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:100%;max-width:900px;padding:0 20px;z-index:400}.deep-research-bottom-info{font-size:13px;margin:16px auto;text-align:center;font-weight:500;color:var(--text-color-light);opacity:.7}.deep-research-prompts{padding:20px;border:1px solid rgba(129,159,184,.2);border-radius:16px;background-color:var(--bottom-section-bg);box-shadow:0 8px 32px #0000001a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease}.deep-research-prompts:hover{border-color:#5654dd66;box-shadow:0 12px 40px #00000026}.search-box{display:flex;align-items:flex-end;justify-content:space-between;gap:5px;background-color:var(--prompt-bg);padding:2px 20px;border-radius:12px;border:1px solid rgba(255,255,255,.1);transition:all .3s ease}.search-box:focus-within{border-color:#796af5;box-shadow:0 0 0 2px #2196f333}.search-box div{display:flex;align-items:center;gap:15px}.search-box img{width:24px;cursor:pointer}.search-box textarea{flex:1;background:transparent;border:none;outline:none;padding:10px 5px;font-size:16px;line-height:1.5;resize:none;max-height:250px;color:var(--text-color-light);font-family:inherit}.search-box textarea::placeholder{color:#4d494980}[data-theme=dark] .search-box textarea{color:var(--text-color-dark)}[data-theme=dark] .search-box textarea::placeholder{color:#ffffff4d}.typewriter-text{color:#4d494980}[data-theme=dark] .typewriter-text{color:#ffffff4d}.mic-button{color:#888!important;transition:color .3s ease!important}.mic-button:hover{color:#796af5!important}.mic-button.listening{color:#796af5!important;animation:pulse 2s infinite}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.btn{padding:.7rem 2.4rem!important;outline:none;border:none;text-transform:capitalize!important;border-radius:6px!important;color:#fff;font-weight:600;background-image:linear-gradient(90deg,#bd24df,#2d6ade 97.15%);cursor:pointer;position:relative;left:50%;transform:translate(-50%);overflow:hidden}.btn-gradient{outline:none;border:none;text-transform:uppercase!important;border-radius:2rem;color:#fff!important;font-family:inherit;font-weight:600;background-image:linear-gradient(90deg,#bd24df,#2d6ade 97.15%);cursor:pointer}.btn-gradient:hover{filter:brightness(.9)}@media (max-width: 600px){.main-bottom input{width:150px}.main-bottom img{width:20px}.search-box{padding:5px 10px}.search-box div{gap:5px}}.skeleton-container{width:100%;max-width:900px}.skeleton-text{width:100%}.loading{display:flex;justify-content:center;align-items:center;height:70vh;width:100%;overflow:hidden!important}.scroll-down{position:absolute;bottom:180px;left:50%;margin-left:-16px;display:block;width:32px;height:32px;border:2px solid #fff;background-size:14px auto;border-radius:50%;animation:bounce 2s infinite;transition:opacity .5s ease-in-out;opacity:0;pointer-events:none;cursor:pointer;z-index:500}.scroll-down.visible{opacity:1;pointer-events:auto}.scroll-down:before{position:absolute;top:calc(50% - 8px);left:calc(50% - 6px);transform:rotate(-45deg);display:block;width:12px;height:12px;content:"";border:2px solid #796af5;border-width:0px 0 2px 2px}@keyframes bounce{0%,to,20%,50%,80%{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}.drawer-header{display:flex;align-items:center;justify-content:space-between;padding:10px;border-bottom:1px solid var(--components-border);text-wrap:nowrap;height:70px}.chat-loader{width:45px;height:9px;margin-top:-13px;text-align:center}.chat-loader>div{width:9px;height:9px;background-color:#dcdcdc;border-radius:100%;display:inline-block;animation:bouncedelay 1.4s infinite ease-in-out;animation-fill-mode:both}.bounce1{animation-delay:-.32s}.bounce2{animation-delay:-.16s}@keyframes bouncedelay{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}#loading-bubble{display:flex;justify-content:center;align-items:center;width:73px;height:40px;min-width:73px;min-height:40px;border-radius:5px;box-sizing:border-box;position:relative;background-color:var(--sidebar-bg);animation:message-bounce 2.5s ease-in-out infinite;animation-fill-mode:both}#loading-bubble:before{content:" ";display:block;width:0;height:0;border-style:solid;border-width:8px 8px 8px 0;border-color:transparent var(--sidebar-bg) transparent transparent;position:absolute;left:-7px;top:13px}#loading-bubble.grey{background-color:#a5b0b5}#loading-bubble.grey:before{border-color:transparent #a5b0b5 transparent transparent}.chat-loader div{background-color:#fff}@keyframes message-bounce{0%{transform:scale(.9)}50%{transform:scale(1.1)}to{transform:scale(.9)}}.payment-container{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:1rem}.payment-content{text-align:center;max-width:400px;padding:2rem;border-radius:12px;box-shadow:0 4px 8px #0000001a}.success-icon{color:#4caf50;font-size:4rem;margin-bottom:1rem}.failed-icon{color:#f44336;font-size:4rem;margin-bottom:1rem}.heading-payment{font-size:1.8rem;margin:0}.text-payment{font-size:1rem;color:var(--accordion-heading-color);margin:1rem 0 2rem}.back-btn-payment{width:100%;font-size:1rem}@media (max-width: 600px){.heading-payment{font-size:1.5rem}.payment-content{padding:1.5rem}}:root{--primary-color: #3856f2;--body-bg: #16181a;--text-color: #fff;--container-x: 5vw;--container-mw: 1400px}.chosen-plan{position:sticky;top:0;z-index:2;width:100%;max-width:400px;margin-inline:auto;padding:1rem 0;background:linear-gradient(90deg,#3856f2 10%,#796af5);text-align:center;border-radius:0 0 15px 15px;color:var(--text-color)}.chosen-plan span:first-of-type{margin-bottom:8px;display:block;font-weight:400}.chosen-plan .plan-name{font-size:1.125rem;font-weight:700}.page-title{font-size:2rem;font-weight:700;text-align:center;padding-inline:10px;margin-block:3rem}.bill-type{display:flex;justify-content:center;align-items:center;font-size:1.125rem;gap:10px}.bill-toggle #bill-toggle{display:none}.bill-toggle label{display:block;width:60px;height:32px;border-radius:20px;background:linear-gradient(90deg,#3856f2 10%,#796af5);position:relative;cursor:pointer}.bill-toggle label:after{content:"";display:block;width:25px;height:25px;border-radius:50%;background-color:#fff;position:absolute;top:50%;left:50%;transform:translate(-100%,-50%);transition:transform .2s}.bill-toggle #bill-toggle:checked+label:after{transform:translateY(-50%)}.pricing-container{font-family:Open Sans,sans-serif;padding:20px}.features-column{background-color:#333;color:#fff;padding:1.5rem;border-radius:12px;text-align:left;margin-right:1.25rem}.features-column h2{font-size:1.7rem;font-weight:600;margin-bottom:1rem}.features-column ul{list-style-type:none;padding:0;margin:0}.features-column li{line-height:1.5;margin-bottom:1rem;font-size:1rem;color:#ccc}.pricing-table{margin-inline:auto;margin-block:40px;display:grid;grid-template-columns:1fr;gap:1.25rem;color:var(--text-color)}@media screen and (min-width: 920px){.pricing-table{max-width:var(--container-mw);grid-template-columns:1.5fr repeat(3,1fr)}}@media screen and (max-width: 1250px){.pricing-table{font-size:12px}}.plan{background-color:var(--sidebar-bg);padding:2rem;border-radius:12px;display:flex;flex-direction:column}.plan .name{text-align:center;font-size:1.7rem;font-weight:600;margin-top:0;margin-bottom:18px}.plan .price{text-align:center;font-size:24px;font-weight:700;color:#796af5}.plan .price sub{position:static;font-size:1.5rem}.plan .maus-options{display:block;width:100%;max-width:300px;margin-inline:auto}.plan .maus-options select{background-color:transparent;color:#fff;padding:1rem;border:1px solid #fff;border-radius:5px;display:block;width:100%;margin-bottom:5px}.plan .maus-options span{font-size:.875rem;color:var(--primary-color)}.plan .features{margin-block:30px;list-style:none}.plan .features li{margin-bottom:15px;line-height:1.5;text-align:center}.plan .features-list{margin-block:30px;list-style:none}.plan .features-list li{margin-bottom:15px;line-height:1.5}.plan .choose-btn{display:block;width:100%;max-width:250px;margin-inline:auto;margin-top:auto;padding:1rem;font-weight:600;background-color:transparent;color:#fff;border:1px solid #796af5;border-radius:5px;cursor:pointer;transition:background-color .1s}.plan .choose-btn:hover,.plan .choose-btn.active{background:linear-gradient(90deg,#3856f2 10%,#796af5)}.chat-response{display:flex;flex-direction:column;gap:30px}.question{width:100%;font-weight:400;margin-top:7px;white-space:pre-wrap;word-wrap:break-word;word-break:break-word}.user-message{margin-top:30px}.user-message,.bot-response,.bot-message{display:flex;align-items:flex-start;gap:10px;border-radius:12px}.final-response{border-radius:12px;word-wrap:break-word;word-break:break-word}.bot-response{justify-content:flex-start;border-radius:12px}.user-message img,.bot-response img{width:32px;height:32px;border-radius:50%}.user-message p,.bot-response p{margin:0;font-size:16px}.bot-response pre{padding:0;border-radius:12px;overflow:auto;font-size:14px;white-space:pre-wrap;margin-top:20px;margin-bottom:20px}.final-response pre{padding:0;border-radius:0 0 5px 5px;overflow:auto;font-size:15px;white-space:pre-wrap;word-wrap:break-word;word-break:break-word}@media (max-width: 768px){.greet{font-size:24px}.cards p{font-size:10px;text-align:center}.bot-response pre{font-size:10px;white-space:pre-wrap}}@media (min-width: 769px) and (max-width: 1600px){.greet-message-random{font-size:20px}.welcome-text{font-size:40px}.user-message p,.bot-response p{font-size:14px}.bot-response pre{font-size:14px;white-space:pre-wrap}}.choose-btn{padding:.7rem 2.4rem!important;outline:none;border:none;text-transform:capitalize!important;border-radius:6px!important;color:#fff;font-weight:600;background-image:linear-gradient(90deg,#bd24df,#2d6ade 97.15%);cursor:pointer;position:relative;overflow:hidden}.choose-btn.active{background:transparent}.choose-btn:hover{filter:brightness(.9)}.gradiant-text{background:linear-gradient(90deg,#3856f2 10%,#796af5);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.loader{height:4px;width:130px;--c:no-repeat linear-gradient(#6100ee 0 0);background:var(--c),var(--c),#d7b8fc;background-size:60% 100%;animation:l16 3s infinite}@keyframes l16{0%{background-position:-150% 0,-150% 0}66%{background-position:250% 0,-150% 0}to{background-position:250% 0,250% 0}}.billing-settings-container{padding:24px}.credit-balance-card{height:100%}.credit-balance-display{background-color:#00000014;border-radius:8px;padding:24px;min-width:200px}@media (prefers-color-scheme: dark){.credit-balance-display{background-color:#ffffff14}}// src/pages/Billing/TransactionHistory.css .transaction-history-container{padding:24px}// src/pages/Billing/InvoiceHistory.css .invoice-history-container{padding:24px}.members-settings-container{padding:24px}.seat-usage-card{margin-bottom:24px}.members-table-card{margin-top:24px}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.react-flow{direction:ltr}.react-flow__container{position:absolute;width:100%;height:100%;top:0;left:0}.react-flow__pane{z-index:1;cursor:-webkit-grab;cursor:grab}.react-flow__pane.selection{cursor:pointer}.react-flow__pane.dragging{cursor:-webkit-grabbing;cursor:grabbing}.react-flow__viewport{transform-origin:0 0;z-index:2;pointer-events:none}.react-flow__renderer{z-index:4}.react-flow__selection{z-index:6}.react-flow__nodesselection-rect:focus,.react-flow__nodesselection-rect:focus-visible{outline:none}.react-flow .react-flow__edges{pointer-events:none;overflow:visible}.react-flow__edge-path,.react-flow__connection-path{stroke:#b1b1b7;stroke-width:1;fill:none}.react-flow__edge{pointer-events:visibleStroke;cursor:pointer}.react-flow__edge.animated path{stroke-dasharray:5;-webkit-animation:dashdraw .5s linear infinite;animation:dashdraw .5s linear infinite}.react-flow__edge.animated path.react-flow__edge-interaction{stroke-dasharray:none;-webkit-animation:none;animation:none}.react-flow__edge.inactive{pointer-events:none}.react-flow__edge.selected,.react-flow__edge:focus,.react-flow__edge:focus-visible{outline:none}.react-flow__edge.selected .react-flow__edge-path,.react-flow__edge:focus .react-flow__edge-path,.react-flow__edge:focus-visible .react-flow__edge-path{stroke:#555}.react-flow__edge-textwrapper{pointer-events:all}.react-flow__edge-textbg{fill:#fff}.react-flow__edge .react-flow__edge-text{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.react-flow__connection{pointer-events:none}.react-flow__connection .animated{stroke-dasharray:5;-webkit-animation:dashdraw .5s linear infinite;animation:dashdraw .5s linear infinite}.react-flow__connectionline{z-index:1001}.react-flow__nodes{pointer-events:none;transform-origin:0 0}.react-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:-webkit-grab;cursor:grab}.react-flow__node.dragging{cursor:-webkit-grabbing;cursor:grabbing}.react-flow__nodesselection{z-index:3;transform-origin:left top;pointer-events:none}.react-flow__nodesselection-rect{position:absolute;pointer-events:all;cursor:-webkit-grab;cursor:grab}.react-flow__handle{position:absolute;pointer-events:none;min-width:5px;min-height:5px;width:6px;height:6px;background:#1a192b;border:1px solid white;border-radius:100%}.react-flow__handle.connectionindicator{pointer-events:all;cursor:crosshair}.react-flow__handle-bottom{top:auto;left:50%;bottom:-4px;transform:translate(-50%)}.react-flow__handle-top{left:50%;top:-4px;transform:translate(-50%)}.react-flow__handle-left{top:50%;left:-4px;transform:translateY(-50%)}.react-flow__handle-right{right:-4px;top:50%;transform:translateY(-50%)}.react-flow__edgeupdater{cursor:move;pointer-events:all}.react-flow__panel{position:absolute;z-index:5;margin:15px}.react-flow__panel.top{top:0}.react-flow__panel.bottom{bottom:0}.react-flow__panel.left{left:0}.react-flow__panel.right{right:0}.react-flow__panel.center{left:50%;transform:translate(-50%)}.react-flow__attribution{font-size:10px;background:#ffffff80;padding:2px 3px;margin:0}.react-flow__attribution a{text-decoration:none;color:#999}@-webkit-keyframes dashdraw{0%{stroke-dashoffset:10}}@keyframes dashdraw{0%{stroke-dashoffset:10}}.react-flow__edgelabel-renderer{position:absolute;width:100%;height:100%;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.react-flow__edge.updating .react-flow__edge-path{stroke:#777}.react-flow__edge-text{font-size:10px}.react-flow__node.selectable:focus,.react-flow__node.selectable:focus-visible{outline:none}.react-flow__node-default,.react-flow__node-input,.react-flow__node-output,.react-flow__node-group{padding:10px;border-radius:3px;width:150px;font-size:12px;color:#222;text-align:center;border-width:1px;border-style:solid;border-color:#1a192b;background-color:#fff}.react-flow__node-default.selectable:hover,.react-flow__node-input.selectable:hover,.react-flow__node-output.selectable:hover,.react-flow__node-group.selectable:hover{box-shadow:0 1px 4px 1px #00000014}.react-flow__node-default.selectable.selected,.react-flow__node-default.selectable:focus,.react-flow__node-default.selectable:focus-visible,.react-flow__node-input.selectable.selected,.react-flow__node-input.selectable:focus,.react-flow__node-input.selectable:focus-visible,.react-flow__node-output.selectable.selected,.react-flow__node-output.selectable:focus,.react-flow__node-output.selectable:focus-visible,.react-flow__node-group.selectable.selected,.react-flow__node-group.selectable:focus,.react-flow__node-group.selectable:focus-visible{box-shadow:0 0 0 .5px #1a192b}.react-flow__node-group{background-color:#f0f0f040}.react-flow__nodesselection-rect,.react-flow__selection{background:#0059dc14;border:1px dotted rgba(0,89,220,.8)}.react-flow__nodesselection-rect:focus,.react-flow__nodesselection-rect:focus-visible,.react-flow__selection:focus,.react-flow__selection:focus-visible{outline:none}.react-flow__controls{box-shadow:0 0 2px 1px #00000014}.react-flow__controls-button{border:none;background:#fefefe;border-bottom:1px solid #eee;box-sizing:content-box;display:flex;justify-content:center;align-items:center;width:16px;height:16px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;padding:5px}.react-flow__controls-button:hover{background:#f4f4f4}.react-flow__controls-button svg{width:100%;max-width:12px;max-height:12px}.react-flow__controls-button:disabled{pointer-events:none}.react-flow__controls-button:disabled svg{fill-opacity:.4}.react-flow__minimap{background-color:#fff}.react-flow__minimap svg{display:block}.react-flow__resize-control{position:absolute}.react-flow__resize-control.left,.react-flow__resize-control.right{cursor:ew-resize}.react-flow__resize-control.top,.react-flow__resize-control.bottom{cursor:ns-resize}.react-flow__resize-control.top.left,.react-flow__resize-control.bottom.right{cursor:nwse-resize}.react-flow__resize-control.bottom.left,.react-flow__resize-control.top.right{cursor:nesw-resize}.react-flow__resize-control.handle{width:4px;height:4px;border:1px solid #fff;border-radius:1px;background-color:#3367d9;transform:translate(-50%,-50%)}.react-flow__resize-control.handle.left{left:0;top:50%}.react-flow__resize-control.handle.right{left:100%;top:50%}.react-flow__resize-control.handle.top{left:50%;top:0}.react-flow__resize-control.handle.bottom{left:50%;top:100%}.react-flow__resize-control.handle.top.left,.react-flow__resize-control.handle.bottom.left{left:0}.react-flow__resize-control.handle.top.right,.react-flow__resize-control.handle.bottom.right{left:100%}.react-flow__resize-control.line{border-color:#3367d9;border-width:0;border-style:solid}.react-flow__resize-control.line.left,.react-flow__resize-control.line.right{width:1px;transform:translate(-50%);top:0;height:100%}.react-flow__resize-control.line.left{left:0;border-left-width:1px}.react-flow__resize-control.line.right{left:100%;border-right-width:1px}.react-flow__resize-control.line.top,.react-flow__resize-control.line.bottom{height:1px;transform:translateY(-50%);left:0;width:100%}.react-flow__resize-control.line.top{top:0;border-top-width:1px}.react-flow__resize-control.line.bottom{border-bottom-width:1px;top:100%}.mermaid .messageLine0,.mermaid .messageLine1{stroke:var(--theme-color)!important}.mermaid .messageText{fill:var(--theme-color)!important;font-family:trebuchet ms,verdana,arial}.centered-loader-container{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;height:100%;text-align:center}*{padding:0;margin:0;box-sizing:border-box;font-family:Nunito Sans,system-ui}.app-wrapper{min-height:100vh;max-height:100vh;animation:fadeIn 1.5s;display:grid;grid-template-columns:1fr;width:100%;height:100vh;overflow:hidden}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.custom-toast{background-color:var(--toast-bg);color:var(--accordion-text-color);border-radius:8px!important}a{color:#bd84ff}:root{--primary-color: #5a4fcf;--sidebar-bg: #1c1a2d;--hover-bg-light: #dbe2eb;--sidebar-items-color: #e7e3fce6;--text-color-light: #444746;--selected-bg-light: #dbe2eb;--hover-bg-dark: #333;--text-color-dark: #fff;--selected-bg-dark: linear-gradient(90deg, #6a11cb, #2575fc);--selected-bg: linear-gradient(90deg, #3856f2 10%, #796af5 100%);--prompt-bg: #fff;--selected-color: #fff;--loader-bg: #f0f4f9;--loader-color: #8c57ff;--accordion-bg: #fff;--accordion-heading-color: #2e263de6;--accordion-text-color: #444746;--accordion-text-color2: #2e263db3;--language-btn-color: #fff;--bottom-section-bg: #f4f5fa;--toast-bg: #fff;--theme-bg-color: #e0e0e0;--paper-bg: #fff;--components-border: #dde7ee;--text-color: #444746;--theme-color: #333333;--cards-bg: #fff}[data-theme=dark]{--sidebar-bg: #1d1d1d;--prompt-bg: #1d1d1d;--loader-bg: #121212;--loader-color: #f0f4f9;--hover-bg-dark: #32193d;--text-color-dark: #fff;--selected-bg-dark: linear-gradient(90deg, #6a11cb, #2575fc);--selected-bg: linear-gradient(90deg, #3856f2 10%, #796af5 100%);--selected-color: #fff;--accordion-bg: transparent;--accordion-text-color: #ffffff;--accordion-heading-color: #e7e3fce6;--accordion-text-color2: #e7e3fcb3;--language-btn-color: #1d1d1d;--bottom-section-bg: #121212;--toast-bg: #333;--theme-bg-color: #2c2c2c;--paper-bg: #000000;--components-border: #32383e;--text-color: #fff;--theme-color: #cccccc;--cards-bg: #1d1d1d}.d-flex{display:flex}.text-center{text-align:center}.align-center{display:flex;align-items:center;gap:10px}.justify-content-center{display:flex;align-items:center;justify-content:center;gap:10px}.justify-space-bw{display:flex;align-items:center;justify-content:space-between}.loading-center{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.slim-scroll::-webkit-scrollbar{width:5px}.slim-scroll::-webkit-scrollbar-track{background:transparent}.slim-scroll::-webkit-scrollbar-thumb{background:#c4c4c4;border-radius:4px}.MuiDataGrid-root .MuiDataGrid-columnHeader,.MuiDataGrid-root .MuiDataGrid-cell{outline:none!important}.custom-toast .spinner{display:inline-block;margin-right:10px;border:2px solid transparent;border-radius:50%;border-top:2px solid #007bff;width:16px;height:16px;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.details-card{border-radius:12px;background-color:var(--cards-bg);padding:10px;transition:box-shadow .3s cubic-bezier(.4,0,.2,1) 0ms;border:1px solid var(--components-border)!important}pre,code{max-width:100%!important;white-space:pre-wrap!important;overflow-x:auto!important}.Toastify__toast{background-color:var(--cards-bg);color:var(--text-color);border-radius:12px;padding:16px;font-family:Nunito Sans,system-ui;font-size:14px;line-height:1.5;border:1px solid var(--components-border)}.Toastify__close-button{color:var(--text-color)!important;opacity:.7!important}
