@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap";: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)}}.loader{width:80px;height:20px;display:flex;justify-content:space-between;align-items:center;background-color:transparent;padding-block:20px}.loader div{width:15px;height:15px;border-radius:50%;margin-left:2px;background-color:#282828;animation:bounce 1.2s infinite ease-in-out}.loader div:nth-child(2){background-color:#c00000;animation-delay:.4s}.loader div:nth-child(4){background-color:#c00000;animation-delay:.4s}.loading-message{font-size:15px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.33;letter-spacing:normal;text-align:left;color:#1e1f22}.loading-message .loading-state-with-typewriter{font-size:15px}@media(max-width:600px){.loading-message,.loading-message .loading-state-with-typewriter{font-size:12px}}.animated-blink{animation:blink 2.5s ease-in-out infinite}.italic-small-font{font-size:15px;color:#000;line-height:1.5;letter-spacing:.5px}@keyframes blink{0%{opacity:1}50%{opacity:.4}to{opacity:1}}.loading-container{position:relative}.agent-logo{width:32px;height:32px;display:flex;align-items:center;justify-content:center;position:absolute;left:-50px;top:0}.typewriter-words{line-height:1.6;white-space:normal;word-break:break-word;overflow-wrap:break-word;text-align:justify}@media(max-width:600px){.typewriter-words{font-size:12px}}.typewriter-words .child-agent-prefix{background-color:#ebf2ff;color:gray;margin-right:5px;border-radius:12px;height:25px;font-size:12px}.typewriter-word{display:inline-block;opacity:0;animation:fadeInUp .5s ease forwards;white-space:nowrap}.typewriter-word:nth-child(1){animation-delay:0ms}.typewriter-word:nth-child(2){animation-delay:.1s}.typewriter-word:nth-child(3){animation-delay:.2s}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}.agent-container .agent-header{display:flex;align-items:center;gap:10px;pointer-events:auto}.agent-container .agent-header .custom-select-placeholder{font-size:13px}.agent-container .agent-header .MuiSelect-icon{font-size:21px}.agent-container .agent-header .refresh-icon-button{padding:2px;margin:3px;color:#000;opacity:.5}.agent-container .agent-header .agent-logo-container{display:flex;align-items:center}.agent-container .agent-header .agent-logo-container .menu-icon-button{padding:0;color:gray}.agent-container .agent-header .agent-info-container{display:flex;flex-direction:column;gap:8px;flex:1}.agent-container .agent-header .agent-info-container .agent-name{font-size:20px;font-weight:450;line-height:1.25;text-align:left;color:#262526}@media(max-width:600px){.agent-container .agent-header .agent-info-container .agent-name{font-size:18px}}.agent-container .agent-header .agent-info-container .mragent-agentName{font-weight:700;color:#0063c3;line-height:24px;font-size:24px}.agent-container .agent-header .agent-info-container .subagent-dropdown-menu{display:flex;gap:10px;align-items:center}.agent-container .agent-header .agent-info-container .subagent-downdown-label{display:flex;justify-content:center;align-items:center;height:36px;font-size:16px;gap:4px}.agent-container .agent-header .agent-info-container .subagent-downdown-label .MuiTypography-root{font-size:14px}.agent-container .agent-header .agent-info-container .subagent-downdown-label .child-arrow{font-size:15px;color:gray}.agent-container .agent-header .agent-info-container .chip-styles{display:flex;justify-content:center;align-items:center;background:#ebf2ff}@media(max-width:600px){.agent-container .agent-header .agent-info-container .chip-styles{height:26px}.agent-container .agent-header .agent-info-container .chip-styles .MuiTypography-root{font-size:12px}}.agent-container .agent-header .product-dropdown{min-width:150px;height:25px;border-radius:4px;font-size:12px;cursor:pointer}.agent-container .agent-header .product-dropdown:focus{outline:none;border-color:#2196f3;box-shadow:0 0 0 2px #2196f333}.agent-container .agent-header .product-dropdown option{padding:8px}.dialog-paper-backdrop{background:none}.dialog-paper-backdrop.dialog-open{display:block}.dialog-paper-backdrop.dialog-closed{display:none}.dialog-paper-backdrop .MuiDialog-paper{position:absolute;top:50px;left:75px;border-radius:20px;overflow:hidden}@media(max-width:600px){.dialog-paper-backdrop .MuiDialog-paper{width:305px}}.dialog-paper-backdrop .MuiBackdrop-root{opacity:0}@media(max-width:600px){.dialog-paper-backdrop .MuiDialog-paper{left:-18px}}.dialog-paper-backdrop .graph-dialog-content{overflow:hidden}@media(max-width:600px){.dialog-paper-backdrop .graph-dialog-content{overflow-x:auto}}.custom-node{display:flex;position:relative;align-items:center;min-width:150px;padding:5px 5px 5px 8px;border:1px solid #9b9b9b;border-radius:20px;font-size:12px;color:#2c2c2c;gap:10px}.custom-node.custom-node-disabled-subagent{cursor:auto}.custom-node-child-agent{display:flex;position:relative;align-items:center;min-width:80px;padding:5px 15px;border:1px solid #9b9b9b;border-radius:20px;font-size:12px;color:#2c2c2c;gap:10px}.custom-node-content{display:flex;align-items:center;gap:8px}.custom-node-image{width:18px;height:18px;object-fit:contain}.custom-node-label{white-space:nowrap}.custom-handle{width:8px;height:8px;background:#9aa3ad;border:none}.custom-handle{opacity:0;pointer-events:none}.graph-container{height:auto;width:100%;color:#111}@media(max-width:600px){.graph-container{width:305px}}.graph-container.nodes-2{height:70px}.graph-container.nodes-3{height:135px}.graph-container.nodes-4{height:205px}.graph-container.nodes-5{height:270px}.graph-container.nodes-6{height:343px}.graph-container.nodes-7{height:400px}.graph-container.nodes-8{height:470px}.graph-container.nodes-9{height:535px}.graph-container.nodes-10{height:610px}.graph-container.nodes-11{height:675px}.graph-container.nodes-12{height:742px}.graph-container.nodes-13{height:805px}.graph-container.nodes-14{height:825px}.graph-container.nodes-15{height:818px}.graph-container.nodes-16{height:830px}.graph-container.nodes-17,.graph-container.nodes-18,.graph-container.nodes-19{height:835px}.graph-container.nodes-20{height:842px}@media(max-width:600px){.graph-container.nodes-2{height:49px}.graph-container.nodes-3{height:95px}.graph-container.nodes-4{height:144px}.graph-container.nodes-5{height:170px}.graph-container.nodes-6{height:219px}.graph-container.nodes-7{height:256px}.graph-container.nodes-8{height:294px}.graph-container.nodes-9{height:330px}.graph-container.nodes-10{height:368px}.graph-container.nodes-11{height:406px}.graph-container.nodes-12{height:444px}.graph-container.nodes-13{height:484px}.graph-container.nodes-14{height:522px}.graph-container.nodes-15{height:560px}.graph-container.nodes-16{height:594px}.graph-container.nodes-17{height:628px}.graph-container.nodes-18{height:646px}.graph-container.nodes-19{height:666px}.graph-container.nodes-20{height:686px}}.react-flow__attribution{display:none}.react-flow__viewport.xyflow__viewport.react-flow__container{scale:.969697;margin-left:15px;margin-top:-22px}.subagent-node{min-width:150px;text-align:center;padding:5px;font-size:10px;border-radius:20px;border:1px solid #9b9b9b}@media(max-width:600px){.subagent-node{min-width:90px;padding:3px}}.mainAgent-mode{width:140px;text-align:center;padding:5px;font-size:10px;border-radius:20px;border:1px solid #9b9b9b;pointer-events:none;font-weight:500}@media(max-width:600px){.mainAgent-mode{width:120px;padding:3px}}.react-flow__node.selectable{border-radius:20px}.flow-chart-container{padding:14px 2px}.flow-chart-container.scroll-enabled .react-flow__pane{overflow-y:auto;overflow-x:hidden;scrollbar-width:thin;scrollbar-color:#b4b3b3 transparent}.flow-chart-container.scroll-enabled .react-flow__pane::-webkit-scrollbar-track{background:transparent}.flow-chart-container.scroll-enabled .react-flow__pane::-webkit-scrollbar-thumb{background-color:#b4b3b3;border-radius:4px}.custom-component-loader{width:80px;height:20px;display:flex;justify-content:space-between;align-items:center;background-color:transparent}.custom-component-loader div{width:15px;height:15px;border-radius:50%;margin-left:2px;background-color:#282828;animation:bounce 1.2s infinite ease-in-out}.custom-component-loader div:nth-child(2){background-color:#c00000;animation-delay:.4s}.custom-component-loader div:nth-child(4){background-color:#c00000;animation-delay:.4s}@keyframes bounce{0%,to{transform:scale(1);opacity:1}50%{transform:scale(.6);opacity:.5}}.MuiAppBar-root.custom-app-bar{justify-content:center;height:95px;transition:width .3s ease;border-bottom:none;box-shadow:none;background-color:transparent;pointer-events:none}.MuiAppBar-root.custom-app-bar .custom-toolbar{height:68px;justify-content:space-between;margin-right:26px;align-items:flex-start}.MuiAppBar-root.custom-app-bar .custom-toolbar .incentiveace-logo-container{margin-left:12px;cursor:pointer}.MuiAppBar-root.custom-app-bar .custom-toolbar .incentiveace-logo-container .incentiveace-logo{width:175px;height:31px}.MuiAppBar-root.custom-app-bar .custom-toolbar .story-applied-banner{position:fixed;top:10px;left:50%;transform:translate(-50%);display:flex;align-items:center;justify-content:space-between;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:10px 24px;border-radius:24px;font-weight:600;box-shadow:0 4px 12px #667eea66;gap:12px;max-width:95%;z-index:9999;pointer-events:auto}.MuiAppBar-root.custom-app-bar .custom-toolbar .story-applied-banner .update-story-btn{display:flex;width:30px;height:30px;border-radius:50%;cursor:pointer;background:#fff3;align-items:center;justify-content:center}.MuiAppBar-root.custom-app-bar .custom-toolbar .story-applied-banner .update-story-btn .update-story-icon{height:20px;width:20px;color:#fff}.MuiAppBar-root.custom-app-bar .custom-toolbar .story-applied-banner .update-story-btn .update-story-icon.disabled{color:#9e9e9e;pointer-events:none}.MuiAppBar-root.custom-app-bar .custom-toolbar .story-applied-banner .back-to-main-chat{display:flex;align-items:center;cursor:pointer;font-size:1rem;transition:transform .2s ease}.MuiAppBar-root.custom-app-bar .custom-toolbar .story-applied-banner .back-to-main-chat:hover{transform:scale(1.05)}.MuiAppBar-root.custom-app-bar .custom-toolbar .story-applied-banner .back-to-main-chat .story-back-icon{font-size:1.2rem;margin-right:6px}.MuiAppBar-root.custom-app-bar .custom-toolbar .story-applied-banner .back-to-main-chat .story-text{font-size:.85rem;font-weight:600;white-space:nowrap}.MuiAppBar-root.custom-app-bar .custom-toolbar .story-applied-banner .update-story-button{all:unset;font-size:.9rem;font-weight:600;cursor:pointer;white-space:nowrap;transition:transform .2s ease}.MuiAppBar-root.custom-app-bar .custom-toolbar .story-applied-banner .update-story-button:hover{transform:scale(1.05)}.MuiAppBar-root.custom-app-bar .custom-toolbar .story-applied-banner .update-story-button .edit-story-image{width:12px;height:12px;margin-right:7px}.MuiAppBar-root.custom-app-bar .custom-toolbar .story-applied-banner .update-story-button.disabled{pointer-events:auto;opacity:.6;cursor:not-allowed}.MuiAppBar-root.custom-app-bar .custom-toolbar .story-applied-banner .story-mode-indicator{position:relative;display:flex;align-items:center;gap:6px;padding:7px 14px;background:#fff3;border-radius:16px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);overflow:hidden;border:1px solid rgba(255,255,255,.5)}.MuiAppBar-root.custom-app-bar .custom-toolbar .story-applied-banner .story-mode-indicator .edit-image-text-box{display:flex;align-items:center}.MuiAppBar-root.custom-app-bar .custom-toolbar .story-applied-banner .story-mode-indicator.update:before{content:"";position:absolute;inset:0;padding:2px;border-radius:inherit;background-size:300% 100%;animation:auraMove 5s linear 1 forwards;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.MuiAppBar-root.custom-app-bar .custom-toolbar .story-applied-banner .story-icon{font-size:1.1rem;animation:pulse 2s ease-in-out infinite}.MuiAppBar-root.custom-app-bar .custom-toolbar .story-applied-banner .story-mode-text{font-size:.75rem;font-weight:600;white-space:nowrap}@keyframes auraMove{0%{background-position:0% 50%}to{background-position:-300% 50%;opacity:0}}@media(max-width:1000px){.MuiAppBar-root.custom-app-bar .custom-toolbar .story-applied-banner{flex-direction:column;align-items:center;gap:8px;padding:8px 16px}.MuiAppBar-root.custom-app-bar .custom-toolbar .story-applied-banner .back-to-main-chat{font-size:.9rem}.MuiAppBar-root.custom-app-bar .custom-toolbar .story-applied-banner .back-to-main-chat .story-back-icon{font-size:1.2rem;margin-right:4px}.MuiAppBar-root.custom-app-bar .custom-toolbar .story-applied-banner .back-to-main-chat .story-text{font-size:.75rem}.MuiAppBar-root.custom-app-bar .custom-toolbar .story-applied-banner .story-mode-indicator{width:100%;justify-content:center;padding:3px 8px}.MuiAppBar-root.custom-app-bar .custom-toolbar .story-applied-banner .story-mode-indicator .story-icon{font-size:1rem}.MuiAppBar-root.custom-app-bar .custom-toolbar .story-applied-banner .story-mode-indicator .story-mode-text{font-size:.7rem}}.MuiAppBar-root.custom-app-bar .navbar-profile-container{display:flex;gap:12px;align-items:center;position:absolute;right:0;pointer-events:auto}.MuiAppBar-root.custom-app-bar .navbar-profile-container .custom-component-loader{margin:auto}.MuiAppBar-root.custom-app-bar .navbar-profile-container .story-boarding-container{display:flex;width:175px;height:36px;gap:10px;border-radius:5px;color:#001a50;border:1px solid #001a50;padding:5px 10px;line-height:8px;cursor:pointer;text-align:center;font-weight:400;font-size:14px;letter-spacing:0%;align-content:center;align-items:center;justify-content:space-evenly}.MuiAppBar-root.custom-app-bar .navbar-profile-container .story-boarding-container .story-image{height:14px;width:14px}.MuiAppBar-root.custom-app-bar .navbar-profile-container .story-boarding-container .check-image{height:36px;width:36px;border-radius:0 5px 5px 0;background-color:#001a50}.MuiAppBar-root.custom-app-bar .navbar-profile-container .story-icon-container{height:36px;align-items:center;display:flex}.MuiAppBar-root.custom-app-bar .navbar-profile-container .story-icon-container .story-image{cursor:pointer;height:24px;width:24px}.MuiAppBar-root.custom-app-bar .navbar-profile-container .about-agenticace-text{color:#333;white-space:nowrap;text-decoration:none}.MuiAppBar-root.custom-app-bar .navbar-profile-container .about-agenticace-text .redirecting-style{text-decoration:none;color:inherit;display:block;font-size:15px}.MuiAppBar-root.custom-app-bar .icon-color{color:#002060}.MuiAppBar-root.custom-app-bar .icon-container{cursor:pointer;display:flex;justify-content:center}.MuiAppBar-root.custom-app-bar .user-container{display:flex;gap:10px;margin-top:8px;cursor:pointer;border:none;background:none}.MuiAppBar-root.custom-app-bar .user-container .MuiAvatar-root{background-color:#001a50}.MuiAppBar-root.custom-app-bar .icon-shape{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50px;background-color:#ebf2ff;border:none}.MuiAppBar-root.custom-app-bar .icon-shape .notification-count{display:flex;align-items:center;justify-content:center;background-color:red;position:absolute;width:max-content;min-width:20px;max-width:35px;max-height:20px;top:2px;font-size:12px;letter-spacing:-2%;border-radius:20px;padding:5px;text-overflow:ellipsis;color:#fff}.MuiAppBar-root.custom-app-bar .user-info{display:flex;flex-direction:column;justify-content:center}.MuiAppBar-root.custom-app-bar .user-info h6{height:17px;align-self:stretch;font-size:14px;font-weight:500;line-height:1.17;letter-spacing:.55px;text-align:left;color:#6d7580}.MuiAppBar-root.custom-app-bar .user-info h5{display:flex;align-items:center;cursor:pointer;font-size:18px;font-weight:500;color:#394452;line-height:1.52;gap:5px}.MuiAppBar-root.custom-app-bar .user-info h5 svg{color:#6d7580;font-size:24px}@media(max-width:1100px){.MuiAppBar-root.custom-app-bar{background-color:#fff;pointer-events:auto}}.profile-menu-wrapper .MuiMenu-paper{min-width:170px;border-radius:15px}.profile-menu-wrapper .profile-menu-items{font-size:14px;font-weight:400;font-stretch:normal;line-height:1.7;letter-spacing:.59px;text-align:left;color:#333;padding:9px 10px}.profile-menu-wrapper .profile-menu-items .menu-label-image{height:20px;width:20px;margin:2.5px 10px 2.5px 0}.profile-menu-wrapper .profile-menu-items svg{width:21px;margin:2.5px 4.8px 2.5px 0}.profile-menu-wrapper .cache-menu-content{width:100%;display:flex;align-items:center;justify-content:space-between}.profile-menu-wrapper .cache-menu-content .toggle-button.toggle-disabled{cursor:not-allowed;opacity:1}.profile-menu-wrapper .cache-menu-left{display:flex;align-items:center}.profile-menu-wrapper .cache-menu-left .info-i{height:18px;width:18px;opacity:.8;background:#dedede;border-radius:50%;margin-left:4px;padding:1px}.profile-menu-wrapper .cache-menu-left .info-i:hover{opacity:1}.profile-menu-wrapper .cache-label{font-size:14px}.profile-menu-wrapper .cache-info-icon{font-size:16px;color:#6b7280;cursor:pointer}.profile-menu-wrapper .cache-info-icon:hover{color:#374151}@media(max-width:600px){.profile-menu-wrapper .profile-menu-items.menu-item-disabled{pointer-events:none;opacity:.5;cursor:not-allowed}}.notifications-popover .MuiPopover-paper{width:auto;margin:12px;border-radius:16px}.header-confirmation-dialog .MuiPaper-root{width:max-content;max-width:calc(100vw - 32px);border-radius:12px;box-shadow:0 12px 32px #0000002e}.header-confirmation-dialog .header-confirmation-modal{padding:22px 22px 18px}.header-confirmation-dialog .header-confirmation-message{margin:0 0 10px;color:#262526;font-size:18px;font-weight:500;line-height:20px;text-align:center}.header-confirmation-dialog .header-confirmation-actions{display:flex;justify-content:end;gap:10px;margin-top:25px}.header-confirmation-dialog .header-confirmation-btn{min-width:84px;height:32px;padding:0 14px;border-radius:6px;font-size:12px;font-weight:600;line-height:1;cursor:pointer}.header-confirmation-dialog .cancel-btn{color:#637087;background:#fff;border:1px solid #d6dbe1}.header-confirmation-dialog .confirm-btn{color:#fff;background:#002060;border:1px solid #002060}.header-confirmation-dialog .confirm-btn:disabled{cursor:not-allowed;opacity:.6}@media(max-width:600px){.MuiAppBar-root.custom-app-bar{border-bottom:.3px solid #ccc;box-shadow:#0000001a 0 9px 12px;pointer-events:auto}.MuiAppBar-root.custom-app-bar .custom-toolbar .story-applied-banner{height:30px;background:transparent;padding:6px 12px;border-radius:20px;flex-direction:row;gap:0px;top:40px}.MuiAppBar-root.custom-app-bar .custom-toolbar .story-applied-banner .back-to-main-chat{font-size:.8rem}.MuiAppBar-root.custom-app-bar .custom-toolbar .story-applied-banner .back-to-main-chat .story-back-icon{color:gray;font-size:.9rem}.MuiAppBar-root.custom-app-bar .custom-toolbar .story-applied-banner .story-mode-indicator{background:gray;padding:2px 6px}.MuiAppBar-root.custom-app-bar .custom-toolbar .story-applied-banner .story-mode-indicator .story-icon{font-size:.85rem}.MuiAppBar-root.custom-app-bar .custom-toolbar .story-applied-banner .story-mode-indicator .story-mode-text{display:none}.MuiAppBar-root.custom-app-bar .custom-toolbar .story-applied-banner .update-story-btn{color:gray;padding-left:4px}}.notifications-panel{height:100%;width:100%;max-width:400px;padding:16px 0;overflow:hidden}.notifications-panel .notification-header .notifications-sub-header{display:flex;gap:6px;margin-left:24px;align-items:center}.notifications-panel .notification-header .notifications-sub-header .notification-text{font-size:18px;font-weight:600}.notifications-panel .notification-header .notifications-sub-header .unread-circle{display:flex;align-items:center;justify-content:center;color:#fff;height:24px;width:24px;background-color:#0057d9;border-radius:15px;font-size:12px;font-weight:500}.notifications-panel .notification-header .read-all-button{margin-right:16px;text-transform:none}.notifications-panel .notification-header .read-all-button .read-all-notifications{font-size:12px;color:#0057d9;font-weight:500;margin-left:5px}.notifications-panel .notification-header .read-all-button .read-all-notifications-disabled{font-size:12px;color:#637087;font-weight:500;margin-left:5px}.notifications-panel .MuiTabs-list{display:flex;justify-content:space-around;width:100%}.notifications-panel .MuiTabs-list .MuiTab-root{text-transform:none;font-size:13px;font-weight:500;flex:1;text-align:center;border-radius:5px;padding:8px 0}.notifications-panel .MuiTabs-list .Mui-selected{color:#0057d9}.notifications-panel .MuiTabs-indicator{background-color:#0057d9}.notifications-panel .all-notifications,.notifications-panel .database-notifications,.notifications-panel .story-notifications{width:100%;max-width:400px}.notifications-panel .all-notifications .all-notifications-list,.notifications-panel .all-notifications .db-notifications-list,.notifications-panel .all-notifications .story-notifications-list,.notifications-panel .database-notifications .all-notifications-list,.notifications-panel .database-notifications .db-notifications-list,.notifications-panel .database-notifications .story-notifications-list,.notifications-panel .story-notifications .all-notifications-list,.notifications-panel .story-notifications .db-notifications-list,.notifications-panel .story-notifications .story-notifications-list{max-height:400px;overflow-y:scroll;scrollbar-gutter:stable;width:100%;box-sizing:border-box;min-width:400px;min-height:400px}.notifications-panel .all-notifications .all-notifications-list ul,.notifications-panel .all-notifications .db-notifications-list ul,.notifications-panel .all-notifications .story-notifications-list ul,.notifications-panel .database-notifications .all-notifications-list ul,.notifications-panel .database-notifications .db-notifications-list ul,.notifications-panel .database-notifications .story-notifications-list ul,.notifications-panel .story-notifications .all-notifications-list ul,.notifications-panel .story-notifications .db-notifications-list ul,.notifications-panel .story-notifications .story-notifications-list ul{padding:0;margin:0;list-style:none}.notifications-panel .all-notifications .all-notifications-list li,.notifications-panel .all-notifications .db-notifications-list li,.notifications-panel .all-notifications .story-notifications-list li,.notifications-panel .database-notifications .all-notifications-list li,.notifications-panel .database-notifications .db-notifications-list li,.notifications-panel .database-notifications .story-notifications-list li,.notifications-panel .story-notifications .all-notifications-list li,.notifications-panel .story-notifications .db-notifications-list li,.notifications-panel .story-notifications .story-notifications-list li{display:flex;flex-direction:row;align-items:center;gap:12px;cursor:pointer;justify-content:flex-start;padding:21px 16px;transition:background .2s ease-in-out;border-bottom:1px solid #e1e1e1}.notifications-panel .all-notifications .all-notifications-list li:first-child,.notifications-panel .all-notifications .db-notifications-list li:first-child,.notifications-panel .all-notifications .story-notifications-list li:first-child,.notifications-panel .database-notifications .all-notifications-list li:first-child,.notifications-panel .database-notifications .db-notifications-list li:first-child,.notifications-panel .database-notifications .story-notifications-list li:first-child,.notifications-panel .story-notifications .all-notifications-list li:first-child,.notifications-panel .story-notifications .db-notifications-list li:first-child,.notifications-panel .story-notifications .story-notifications-list li:first-child{border-top:1px solid #e1e1e1}.notifications-panel .all-notifications .all-notifications-list li:last-child,.notifications-panel .all-notifications .db-notifications-list li:last-child,.notifications-panel .all-notifications .story-notifications-list li:last-child,.notifications-panel .database-notifications .all-notifications-list li:last-child,.notifications-panel .database-notifications .db-notifications-list li:last-child,.notifications-panel .database-notifications .story-notifications-list li:last-child,.notifications-panel .story-notifications .all-notifications-list li:last-child,.notifications-panel .story-notifications .db-notifications-list li:last-child,.notifications-panel .story-notifications .story-notifications-list li:last-child{border-bottom:none}.notifications-panel .all-notifications .all-notifications-list li.all-li-read,.notifications-panel .all-notifications .db-notifications-list li.all-li-read,.notifications-panel .all-notifications .story-notifications-list li.all-li-read,.notifications-panel .database-notifications .all-notifications-list li.all-li-read,.notifications-panel .database-notifications .db-notifications-list li.all-li-read,.notifications-panel .database-notifications .story-notifications-list li.all-li-read,.notifications-panel .story-notifications .all-notifications-list li.all-li-read,.notifications-panel .story-notifications .db-notifications-list li.all-li-read,.notifications-panel .story-notifications .story-notifications-list li.all-li-read{background-color:transparent}@media(max-width:600px){.notifications-panel .all-notifications .all-notifications-list li.all-li-read,.notifications-panel .all-notifications .db-notifications-list li.all-li-read,.notifications-panel .all-notifications .story-notifications-list li.all-li-read,.notifications-panel .database-notifications .all-notifications-list li.all-li-read,.notifications-panel .database-notifications .db-notifications-list li.all-li-read,.notifications-panel .database-notifications .story-notifications-list li.all-li-read,.notifications-panel .story-notifications .all-notifications-list li.all-li-read,.notifications-panel .story-notifications .db-notifications-list li.all-li-read,.notifications-panel .story-notifications .story-notifications-list li.all-li-read{min-height:48px;padding:8px 16px}}.notifications-panel .all-notifications .all-notifications-list li.all-li-unread,.notifications-panel .all-notifications .db-notifications-list li.all-li-unread,.notifications-panel .all-notifications .story-notifications-list li.all-li-unread,.notifications-panel .database-notifications .all-notifications-list li.all-li-unread,.notifications-panel .database-notifications .db-notifications-list li.all-li-unread,.notifications-panel .database-notifications .story-notifications-list li.all-li-unread,.notifications-panel .story-notifications .all-notifications-list li.all-li-unread,.notifications-panel .story-notifications .db-notifications-list li.all-li-unread,.notifications-panel .story-notifications .story-notifications-list li.all-li-unread{background-color:#ebf2ff}@media(max-width:600px){.notifications-panel .all-notifications .all-notifications-list li.all-li-unread,.notifications-panel .all-notifications .db-notifications-list li.all-li-unread,.notifications-panel .all-notifications .story-notifications-list li.all-li-unread,.notifications-panel .database-notifications .all-notifications-list li.all-li-unread,.notifications-panel .database-notifications .db-notifications-list li.all-li-unread,.notifications-panel .database-notifications .story-notifications-list li.all-li-unread,.notifications-panel .story-notifications .all-notifications-list li.all-li-unread,.notifications-panel .story-notifications .db-notifications-list li.all-li-unread,.notifications-panel .story-notifications .story-notifications-list li.all-li-unread{min-height:48px;padding:8px 16px}}.notifications-panel .all-notifications .all-notifications-list li:hover,.notifications-panel .all-notifications .db-notifications-list li:hover,.notifications-panel .all-notifications .story-notifications-list li:hover,.notifications-panel .database-notifications .all-notifications-list li:hover,.notifications-panel .database-notifications .db-notifications-list li:hover,.notifications-panel .database-notifications .story-notifications-list li:hover,.notifications-panel .story-notifications .all-notifications-list li:hover,.notifications-panel .story-notifications .db-notifications-list li:hover,.notifications-panel .story-notifications .story-notifications-list li:hover{background-color:#e5edff}.notifications-panel .all-notifications .all-notifications-list li .sender-name-avatar,.notifications-panel .all-notifications .all-notifications-list li .notification-agent-logo,.notifications-panel .all-notifications .db-notifications-list li .sender-name-avatar,.notifications-panel .all-notifications .db-notifications-list li .notification-agent-logo,.notifications-panel .all-notifications .story-notifications-list li .sender-name-avatar,.notifications-panel .all-notifications .story-notifications-list li .notification-agent-logo,.notifications-panel .database-notifications .all-notifications-list li .sender-name-avatar,.notifications-panel .database-notifications .all-notifications-list li .notification-agent-logo,.notifications-panel .database-notifications .db-notifications-list li .sender-name-avatar,.notifications-panel .database-notifications .db-notifications-list li .notification-agent-logo,.notifications-panel .database-notifications .story-notifications-list li .sender-name-avatar,.notifications-panel .database-notifications .story-notifications-list li .notification-agent-logo,.notifications-panel .story-notifications .all-notifications-list li .sender-name-avatar,.notifications-panel .story-notifications .all-notifications-list li .notification-agent-logo,.notifications-panel .story-notifications .db-notifications-list li .sender-name-avatar,.notifications-panel .story-notifications .db-notifications-list li .notification-agent-logo,.notifications-panel .story-notifications .story-notifications-list li .sender-name-avatar,.notifications-panel .story-notifications .story-notifications-list li .notification-agent-logo{height:32px;width:32px;min-width:32px;display:flex;align-items:center;justify-content:center;border-radius:50%}.notifications-panel .all-notifications .all-notifications-list li .sender-name-avatar .MuiAvatar-root,.notifications-panel .all-notifications .all-notifications-list li .notification-agent-logo .MuiAvatar-root,.notifications-panel .all-notifications .db-notifications-list li .sender-name-avatar .MuiAvatar-root,.notifications-panel .all-notifications .db-notifications-list li .notification-agent-logo .MuiAvatar-root,.notifications-panel .all-notifications .story-notifications-list li .sender-name-avatar .MuiAvatar-root,.notifications-panel .all-notifications .story-notifications-list li .notification-agent-logo .MuiAvatar-root,.notifications-panel .database-notifications .all-notifications-list li .sender-name-avatar .MuiAvatar-root,.notifications-panel .database-notifications .all-notifications-list li .notification-agent-logo .MuiAvatar-root,.notifications-panel .database-notifications .db-notifications-list li .sender-name-avatar .MuiAvatar-root,.notifications-panel .database-notifications .db-notifications-list li .notification-agent-logo .MuiAvatar-root,.notifications-panel .database-notifications .story-notifications-list li .sender-name-avatar .MuiAvatar-root,.notifications-panel .database-notifications .story-notifications-list li .notification-agent-logo .MuiAvatar-root,.notifications-panel .story-notifications .all-notifications-list li .sender-name-avatar .MuiAvatar-root,.notifications-panel .story-notifications .all-notifications-list li .notification-agent-logo .MuiAvatar-root,.notifications-panel .story-notifications .db-notifications-list li .sender-name-avatar .MuiAvatar-root,.notifications-panel .story-notifications .db-notifications-list li .notification-agent-logo .MuiAvatar-root,.notifications-panel .story-notifications .story-notifications-list li .sender-name-avatar .MuiAvatar-root,.notifications-panel .story-notifications .story-notifications-list li .notification-agent-logo .MuiAvatar-root{height:32px;width:32px;font-size:12px;font-weight:600}.notifications-panel .all-notifications .all-notifications-list li .sender-name-avatar img,.notifications-panel .all-notifications .all-notifications-list li .notification-agent-logo img,.notifications-panel .all-notifications .db-notifications-list li .sender-name-avatar img,.notifications-panel .all-notifications .db-notifications-list li .notification-agent-logo img,.notifications-panel .all-notifications .story-notifications-list li .sender-name-avatar img,.notifications-panel .all-notifications .story-notifications-list li .notification-agent-logo img,.notifications-panel .database-notifications .all-notifications-list li .sender-name-avatar img,.notifications-panel .database-notifications .all-notifications-list li .notification-agent-logo img,.notifications-panel .database-notifications .db-notifications-list li .sender-name-avatar img,.notifications-panel .database-notifications .db-notifications-list li .notification-agent-logo img,.notifications-panel .database-notifications .story-notifications-list li .sender-name-avatar img,.notifications-panel .database-notifications .story-notifications-list li .notification-agent-logo img,.notifications-panel .story-notifications .all-notifications-list li .sender-name-avatar img,.notifications-panel .story-notifications .all-notifications-list li .notification-agent-logo img,.notifications-panel .story-notifications .db-notifications-list li .sender-name-avatar img,.notifications-panel .story-notifications .db-notifications-list li .notification-agent-logo img,.notifications-panel .story-notifications .story-notifications-list li .sender-name-avatar img,.notifications-panel .story-notifications .story-notifications-list li .notification-agent-logo img{height:18px;width:20px;object-fit:contain}.notifications-panel .all-notifications .all-notifications-list li .notification-agent-logo,.notifications-panel .all-notifications .db-notifications-list li .notification-agent-logo,.notifications-panel .all-notifications .story-notifications-list li .notification-agent-logo,.notifications-panel .database-notifications .all-notifications-list li .notification-agent-logo,.notifications-panel .database-notifications .db-notifications-list li .notification-agent-logo,.notifications-panel .database-notifications .story-notifications-list li .notification-agent-logo,.notifications-panel .story-notifications .all-notifications-list li .notification-agent-logo,.notifications-panel .story-notifications .db-notifications-list li .notification-agent-logo,.notifications-panel .story-notifications .story-notifications-list li .notification-agent-logo{background-color:#d0e0ff}.notifications-panel .all-notifications .all-notifications-list li .notification-content,.notifications-panel .all-notifications .db-notifications-list li .notification-content,.notifications-panel .all-notifications .story-notifications-list li .notification-content,.notifications-panel .database-notifications .all-notifications-list li .notification-content,.notifications-panel .database-notifications .db-notifications-list li .notification-content,.notifications-panel .database-notifications .story-notifications-list li .notification-content,.notifications-panel .story-notifications .all-notifications-list li .notification-content,.notifications-panel .story-notifications .db-notifications-list li .notification-content,.notifications-panel .story-notifications .story-notifications-list li .notification-content{display:flex;flex-direction:column;justify-content:center;width:calc(100% - 48px);overflow:hidden}.notifications-panel .all-notifications .all-notifications-list li .all-title-read,.notifications-panel .all-notifications .all-notifications-list li .all-title-unread,.notifications-panel .all-notifications .db-notifications-list li .all-title-read,.notifications-panel .all-notifications .db-notifications-list li .all-title-unread,.notifications-panel .all-notifications .story-notifications-list li .all-title-read,.notifications-panel .all-notifications .story-notifications-list li .all-title-unread,.notifications-panel .database-notifications .all-notifications-list li .all-title-read,.notifications-panel .database-notifications .all-notifications-list li .all-title-unread,.notifications-panel .database-notifications .db-notifications-list li .all-title-read,.notifications-panel .database-notifications .db-notifications-list li .all-title-unread,.notifications-panel .database-notifications .story-notifications-list li .all-title-read,.notifications-panel .database-notifications .story-notifications-list li .all-title-unread,.notifications-panel .story-notifications .all-notifications-list li .all-title-read,.notifications-panel .story-notifications .all-notifications-list li .all-title-unread,.notifications-panel .story-notifications .db-notifications-list li .all-title-read,.notifications-panel .story-notifications .db-notifications-list li .all-title-unread,.notifications-panel .story-notifications .story-notifications-list li .all-title-read,.notifications-panel .story-notifications .story-notifications-list li .all-title-unread{font-size:14px;font-weight:600;color:#001a50;line-height:1.3;word-wrap:break-word;white-space:normal;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.notifications-panel .all-notifications .all-notifications-list li .all-notification-time,.notifications-panel .all-notifications .db-notifications-list li .all-notification-time,.notifications-panel .all-notifications .story-notifications-list li .all-notification-time,.notifications-panel .database-notifications .all-notifications-list li .all-notification-time,.notifications-panel .database-notifications .db-notifications-list li .all-notification-time,.notifications-panel .database-notifications .story-notifications-list li .all-notification-time,.notifications-panel .story-notifications .all-notifications-list li .all-notification-time,.notifications-panel .story-notifications .db-notifications-list li .all-notification-time,.notifications-panel .story-notifications .story-notifications-list li .all-notification-time{font-size:12px;font-weight:500;color:#637087}.notifications-panel .placeholder-text{display:flex;text-align:center;color:#637087;padding:16px;font-size:14px;width:100%;min-width:400px;min-height:400px;align-items:center;justify-content:center}@media(max-width:768px){.notifications-panel{max-width:100%}}@media(max-width:480px){.notifications-panel{max-width:100%}}@media(max-width:1280px)and (max-height:665px){.notifications-panel{width:320px;min-width:320px;max-width:380px;height:380px;min-height:380px;max-height:400px;padding:12px 0;overflow:hidden}.notifications-panel .notification-header .notifications-sub-header{margin-left:16px;gap:5px}.notifications-panel .notification-header .notifications-sub-header .notification-text{font-size:16px}.notifications-panel .notification-header .notifications-sub-header .unread-circle{width:20px;height:20px;font-size:11px}.notifications-panel .notification-header .read-all-button{margin-right:12px}.notifications-panel .notification-header .read-all-button .read-all-notifications,.notifications-panel .notification-header .read-all-button .read-all-notifications-disabled{font-size:11px}.notifications-panel .MuiTabs-list .MuiTab-root{font-size:12px;padding:6px 0}.notifications-panel .all-notifications,.notifications-panel .database-notifications,.notifications-panel .story-notifications{width:100%;min-width:100%;max-width:100%}.notifications-panel .all-notifications .all-notifications-list,.notifications-panel .all-notifications .db-notifications-list,.notifications-panel .all-notifications .story-notifications-list,.notifications-panel .database-notifications .all-notifications-list,.notifications-panel .database-notifications .db-notifications-list,.notifications-panel .database-notifications .story-notifications-list,.notifications-panel .story-notifications .all-notifications-list,.notifications-panel .story-notifications .db-notifications-list,.notifications-panel .story-notifications .story-notifications-list{width:100%;min-width:unset;max-width:100%;min-height:unset;max-height:320px;overflow-y:auto;box-sizing:border-box}.notifications-panel .all-notifications .all-notifications-list ul,.notifications-panel .all-notifications .db-notifications-list ul,.notifications-panel .all-notifications .story-notifications-list ul,.notifications-panel .database-notifications .all-notifications-list ul,.notifications-panel .database-notifications .db-notifications-list ul,.notifications-panel .database-notifications .story-notifications-list ul,.notifications-panel .story-notifications .all-notifications-list ul,.notifications-panel .story-notifications .db-notifications-list ul,.notifications-panel .story-notifications .story-notifications-list ul{width:100%}.notifications-panel .all-notifications .all-notifications-list li,.notifications-panel .all-notifications .db-notifications-list li,.notifications-panel .all-notifications .story-notifications-list li,.notifications-panel .database-notifications .all-notifications-list li,.notifications-panel .database-notifications .db-notifications-list li,.notifications-panel .database-notifications .story-notifications-list li,.notifications-panel .story-notifications .all-notifications-list li,.notifications-panel .story-notifications .db-notifications-list li,.notifications-panel .story-notifications .story-notifications-list li{width:100%;min-width:0;padding:14px 12px;gap:10px}.notifications-panel .all-notifications .all-notifications-list li .sender-name-avatar,.notifications-panel .all-notifications .all-notifications-list li .notification-agent-logo,.notifications-panel .all-notifications .db-notifications-list li .sender-name-avatar,.notifications-panel .all-notifications .db-notifications-list li .notification-agent-logo,.notifications-panel .all-notifications .story-notifications-list li .sender-name-avatar,.notifications-panel .all-notifications .story-notifications-list li .notification-agent-logo,.notifications-panel .database-notifications .all-notifications-list li .sender-name-avatar,.notifications-panel .database-notifications .all-notifications-list li .notification-agent-logo,.notifications-panel .database-notifications .db-notifications-list li .sender-name-avatar,.notifications-panel .database-notifications .db-notifications-list li .notification-agent-logo,.notifications-panel .database-notifications .story-notifications-list li .sender-name-avatar,.notifications-panel .database-notifications .story-notifications-list li .notification-agent-logo,.notifications-panel .story-notifications .all-notifications-list li .sender-name-avatar,.notifications-panel .story-notifications .all-notifications-list li .notification-agent-logo,.notifications-panel .story-notifications .db-notifications-list li .sender-name-avatar,.notifications-panel .story-notifications .db-notifications-list li .notification-agent-logo,.notifications-panel .story-notifications .story-notifications-list li .sender-name-avatar,.notifications-panel .story-notifications .story-notifications-list li .notification-agent-logo{width:28px;height:28px;min-width:28px}.notifications-panel .all-notifications .all-notifications-list li .sender-name-avatar .MuiAvatar-root,.notifications-panel .all-notifications .all-notifications-list li .notification-agent-logo .MuiAvatar-root,.notifications-panel .all-notifications .db-notifications-list li .sender-name-avatar .MuiAvatar-root,.notifications-panel .all-notifications .db-notifications-list li .notification-agent-logo .MuiAvatar-root,.notifications-panel .all-notifications .story-notifications-list li .sender-name-avatar .MuiAvatar-root,.notifications-panel .all-notifications .story-notifications-list li .notification-agent-logo .MuiAvatar-root,.notifications-panel .database-notifications .all-notifications-list li .sender-name-avatar .MuiAvatar-root,.notifications-panel .database-notifications .all-notifications-list li .notification-agent-logo .MuiAvatar-root,.notifications-panel .database-notifications .db-notifications-list li .sender-name-avatar .MuiAvatar-root,.notifications-panel .database-notifications .db-notifications-list li .notification-agent-logo .MuiAvatar-root,.notifications-panel .database-notifications .story-notifications-list li .sender-name-avatar .MuiAvatar-root,.notifications-panel .database-notifications .story-notifications-list li .notification-agent-logo .MuiAvatar-root,.notifications-panel .story-notifications .all-notifications-list li .sender-name-avatar .MuiAvatar-root,.notifications-panel .story-notifications .all-notifications-list li .notification-agent-logo .MuiAvatar-root,.notifications-panel .story-notifications .db-notifications-list li .sender-name-avatar .MuiAvatar-root,.notifications-panel .story-notifications .db-notifications-list li .notification-agent-logo .MuiAvatar-root,.notifications-panel .story-notifications .story-notifications-list li .sender-name-avatar .MuiAvatar-root,.notifications-panel .story-notifications .story-notifications-list li .notification-agent-logo .MuiAvatar-root{width:28px;height:28px;font-size:11px}.notifications-panel .all-notifications .all-notifications-list li .sender-name-avatar img,.notifications-panel .all-notifications .all-notifications-list li .notification-agent-logo img,.notifications-panel .all-notifications .db-notifications-list li .sender-name-avatar img,.notifications-panel .all-notifications .db-notifications-list li .notification-agent-logo img,.notifications-panel .all-notifications .story-notifications-list li .sender-name-avatar img,.notifications-panel .all-notifications .story-notifications-list li .notification-agent-logo img,.notifications-panel .database-notifications .all-notifications-list li .sender-name-avatar img,.notifications-panel .database-notifications .all-notifications-list li .notification-agent-logo img,.notifications-panel .database-notifications .db-notifications-list li .sender-name-avatar img,.notifications-panel .database-notifications .db-notifications-list li .notification-agent-logo img,.notifications-panel .database-notifications .story-notifications-list li .sender-name-avatar img,.notifications-panel .database-notifications .story-notifications-list li .notification-agent-logo img,.notifications-panel .story-notifications .all-notifications-list li .sender-name-avatar img,.notifications-panel .story-notifications .all-notifications-list li .notification-agent-logo img,.notifications-panel .story-notifications .db-notifications-list li .sender-name-avatar img,.notifications-panel .story-notifications .db-notifications-list li .notification-agent-logo img,.notifications-panel .story-notifications .story-notifications-list li .sender-name-avatar img,.notifications-panel .story-notifications .story-notifications-list li .notification-agent-logo img{width:16px;height:16px}.notifications-panel .all-notifications .all-notifications-list li .notification-content,.notifications-panel .all-notifications .db-notifications-list li .notification-content,.notifications-panel .all-notifications .story-notifications-list li .notification-content,.notifications-panel .database-notifications .all-notifications-list li .notification-content,.notifications-panel .database-notifications .db-notifications-list li .notification-content,.notifications-panel .database-notifications .story-notifications-list li .notification-content,.notifications-panel .story-notifications .all-notifications-list li .notification-content,.notifications-panel .story-notifications .db-notifications-list li .notification-content,.notifications-panel .story-notifications .story-notifications-list li .notification-content{flex:1;width:auto;min-width:0}.notifications-panel .all-notifications .all-notifications-list li .all-title-read,.notifications-panel .all-notifications .all-notifications-list li .all-title-unread,.notifications-panel .all-notifications .db-notifications-list li .all-title-read,.notifications-panel .all-notifications .db-notifications-list li .all-title-unread,.notifications-panel .all-notifications .story-notifications-list li .all-title-read,.notifications-panel .all-notifications .story-notifications-list li .all-title-unread,.notifications-panel .database-notifications .all-notifications-list li .all-title-read,.notifications-panel .database-notifications .all-notifications-list li .all-title-unread,.notifications-panel .database-notifications .db-notifications-list li .all-title-read,.notifications-panel .database-notifications .db-notifications-list li .all-title-unread,.notifications-panel .database-notifications .story-notifications-list li .all-title-read,.notifications-panel .database-notifications .story-notifications-list li .all-title-unread,.notifications-panel .story-notifications .all-notifications-list li .all-title-read,.notifications-panel .story-notifications .all-notifications-list li .all-title-unread,.notifications-panel .story-notifications .db-notifications-list li .all-title-read,.notifications-panel .story-notifications .db-notifications-list li .all-title-unread,.notifications-panel .story-notifications .story-notifications-list li .all-title-read,.notifications-panel .story-notifications .story-notifications-list li .all-title-unread{font-size:12px;line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-wrap:auto;display:block;-webkit-line-clamp:unset;line-clamp:unset}.notifications-panel .all-notifications .all-notifications-list li .all-notification-time,.notifications-panel .all-notifications .db-notifications-list li .all-notification-time,.notifications-panel .all-notifications .story-notifications-list li .all-notification-time,.notifications-panel .database-notifications .all-notifications-list li .all-notification-time,.notifications-panel .database-notifications .db-notifications-list li .all-notification-time,.notifications-panel .database-notifications .story-notifications-list li .all-notification-time,.notifications-panel .story-notifications .all-notifications-list li .all-notification-time,.notifications-panel .story-notifications .db-notifications-list li .all-notification-time,.notifications-panel .story-notifications .story-notifications-list li .all-notification-time{font-size:11px}.notifications-panel .placeholder-text{width:100%;min-width:unset;min-height:320px;padding:12px;font-size:13px}}.feedback-container{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.feedback-container .mandatory{color:#d32f2f}.feedback-container{width:900px;height:783px;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;padding:0;border-radius:10px;background-color:#fff}.feedback-container .heading-container{height:92px;align-self:stretch;flex-grow:0;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:4px;padding:20px;border-bottom:solid 1px #e0e3e6}.feedback-container .heading-container .main-heading{width:880px;height:28px;flex-grow:0;font-size:24px;font-weight:500;font-stretch:normal;font-style:normal;line-height:1.17;letter-spacing:normal;text-align:left;color:#262526;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:flex;gap:6px}.feedback-container .heading-container .main-heading .agent-subagent{font-size:22px;display:flex;align-items:center;margin-top:4px;gap:8px;color:#002060}.feedback-container .heading-container .main-heading .agent-subagent .sub-agent-label{font-size:12px;font-weight:400;align-self:end}.feedback-container .heading-container .sub-heading{width:880px;height:20px;flex-grow:0;font-size:12px;font-weight:500;font-stretch:normal;font-style:normal;line-height:1.67;letter-spacing:normal;text-align:left;color:#637087}.feedback-container .body-container{height:782px;align-self:stretch;flex-grow:0;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-end;gap:20px;padding:16px 20px 20px}.feedback-container .body-container .body-content{height:593px;align-self:stretch;flex-grow:0;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:24px;padding:0}.feedback-container .body-container .body-content .feedback-experience{height:72px;width:100%;display:flex;justify-content:space-between}.feedback-container .body-container .body-content .feedback-experience .quick-feedback{height:72px;width:41%;display:flex;flex-direction:column;gap:6px}.feedback-container .body-container .body-content .feedback-experience .quick-feedback .quick-feedback-label{font-size:14px;font-weight:500;height:30px;display:flex;align-items:center;color:#262526}.feedback-container .body-container .body-content .feedback-experience .quick-feedback .quick-feedback-content{height:36px;width:349px;display:flex;gap:8px}.feedback-container .body-container .body-content .feedback-experience .quick-feedback .quick-feedback-content .helpful.active{background-color:#e6f0ff;border-color:#06f;color:#06f}.feedback-container .body-container .body-content .feedback-experience .quick-feedback .quick-feedback-content .helpful.active .helpful-icon svg{color:#06f}.feedback-container .body-container .body-content .feedback-experience .quick-feedback .quick-feedback-content .helpful{height:36px;width:40%;display:flex;justify-content:center;align-items:center;gap:5px;padding:10px;border-radius:5px;border:solid 1px #eaecf0;background-color:#f8f8f8;cursor:pointer}.feedback-container .body-container .body-content .feedback-experience .quick-feedback .quick-feedback-content .helpful .helpful-icon svg{height:14px;width:14px;font-size:14px}.feedback-container .body-container .body-content .feedback-experience .quick-feedback .quick-feedback-content .helpful .helpful-text{font-size:12px;font-weight:400}.feedback-container .body-container .body-content .feedback-experience .quick-feedback .quick-feedback-content .helpful-1{width:90px}.feedback-container .body-container .body-content .feedback-experience .quick-feedback .quick-feedback-content .helpful-2{width:120px}.feedback-container .body-container .body-content .feedback-experience .quick-feedback .quick-feedback-content .helpful-3{width:110px}.feedback-container .body-container .body-content .feedback-experience .overall-experience{height:72px;width:184px;display:flex;flex-direction:column;gap:6px;height:65px}.feedback-container .body-container .body-content .feedback-experience .overall-experience .overall-experience-label{font-size:14px;font-weight:500;height:30px;display:flex;align-items:center;color:#262526;gap:2px}.feedback-container .body-container .body-content .feedback-experience .overall-experience .rating{height:32px;width:184px}.feedback-container .body-container .body-content .screenshot-container{height:249px;width:100%;display:flex;flex-direction:column;gap:3px}.feedback-container .body-container .body-content .screenshot-container .screenshot-heading{display:flex;gap:2px;font-size:14px;font-weight:500;line-height:2.14;color:#262526}.feedback-container .body-container .body-content .screenshot-container .screenshot-body{height:216px;align-self:stretch;flex-grow:0;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;padding:20px 34px;border-radius:10px;border:solid 1px #d7dfe9;background-color:#f8f8f8}.feedback-container .body-container .body-content .screenshot-container .screenshot-body .screenshot-body-content{height:176px;width:782px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px}.feedback-container .body-container .body-content .screenshot-container .screenshot-body .screenshot-body-content .image-preview{display:flex;gap:8px}.feedback-container .body-container .body-content .screenshot-container .screenshot-body .screenshot-body-content .image-preview .image-hover-wrapper{position:relative;display:inline-block;cursor:pointer}.feedback-container .body-container .body-content .screenshot-container .screenshot-body .screenshot-body-content .image-preview .image-hover-wrapper .screenshot-image{width:100%;display:block;border-radius:6px;max-height:200px;object-fit:contain}.feedback-container .body-container .body-content .screenshot-container .screenshot-body .screenshot-body-content .image-preview .image-hover-wrapper .expand-overlay{position:absolute;inset:0;background:#00000059;display:flex;align-items:center;justify-content:center;color:#fff;opacity:0;transition:opacity .2s ease;z-index:2;cursor:pointer}.feedback-container .body-container .body-content .screenshot-container .screenshot-body .screenshot-body-content .image-preview .image-hover-wrapper .expand-overlay svg{font-size:32px}.feedback-container .body-container .body-content .screenshot-container .screenshot-body .screenshot-body-content .image-preview .image-hover-wrapper:hover .expand-overlay{opacity:1}.feedback-container .body-container .body-content .screenshot-container .screenshot-body .screenshot-body-content .image-preview .image-hover-wrapper.expanded{position:fixed;max-width:100%;min-width:80%;max-height:500px;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2000;background:#00000073;padding:7px;border-radius:8px;display:flex;flex-direction:column-reverse;gap:12px}.feedback-container .body-container .body-content .screenshot-container .screenshot-body .screenshot-body-content .image-preview .image-hover-wrapper.expanded .screenshot-image{max-width:80vw;max-height:430px;width:auto;height:auto;border-radius:6px;object-fit:contain}.feedback-container .body-container .body-content .screenshot-container .screenshot-body .screenshot-body-content .image-preview .image-hover-wrapper .close-expanded-container{display:flex;justify-content:end}.feedback-container .body-container .body-content .screenshot-container .screenshot-body .screenshot-body-content .image-preview .image-hover-wrapper .close-expanded-container .close-expanded{width:40px;height:40px;min-width:40px;background:#ffffff1f;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer}.feedback-container .body-container .body-content .screenshot-container .screenshot-body .screenshot-body-content .image-preview .edit-actions{margin-top:6px;display:flex;flex-direction:column;justify-content:center;gap:18px}.feedback-container .body-container .body-content .screenshot-container .screenshot-body .screenshot-body-content .upload-icon{height:64px;width:64px}.feedback-container .body-container .body-content .screenshot-container .screenshot-body .screenshot-body-content .drag-drop{font-size:16px;font-weight:400;line-height:1.5;color:#333}.feedback-container .body-container .body-content .screenshot-container .screenshot-body .screenshot-body-content .file-format{font-size:14px;font-weight:400;line-height:1.43;color:#637087}.feedback-container .body-container .body-content .screenshot-container .screenshot-body .screenshot-body-content .button-group{display:flex;gap:8px}.feedback-container .body-container .body-content .screenshot-container .screenshot-body .screenshot-body-content .button-group .choose-file-button{font-size:14px;font-weight:400;color:#333;height:32px;border:1px solid #eaecf0;background-color:#fff;text-transform:none}.feedback-container .body-container .body-content .screenshot-container .screenshot-body .screenshot-body-content .button-group .choose-file-button:hover,.feedback-container .body-container .body-content .screenshot-container .screenshot-body .screenshot-body-content .button-group .choose-file-button:focus{border-color:#eaecf0;background-color:#fff}.feedback-container .body-container .body-content .screenshot-container .screenshot-body .screenshot-body-content.edit-mode{flex-direction:column;align-items:center;justify-content:center;gap:4px;position:fixed;top:45%;left:50%;transform:translate(-50%,-50%);max-height:660px;background:#fff;padding:12px;border-radius:12px;min-width:97%;box-shadow:0 10px 40px #00000040;height:auto;z-index:9999}.feedback-container .body-container .body-content .screenshot-container .screenshot-body .screenshot-body-content.edit-mode .canvas-container{display:flex;flex-direction:column;gap:8px;max-width:100%;min-width:95%}.feedback-container .body-container .body-content .screenshot-container .screenshot-body .screenshot-body-content.edit-mode .canvas-container .annotation-canvas{border:1px solid #ddd;width:100%;max-height:605px;z-index:9999}.feedback-container .body-container .body-content .screenshot-container .screenshot-body .screenshot-body-content.edit-mode .canvas-container .annotation-canvas.pen-cursor{cursor:crosshair}.feedback-container .body-container .body-content .screenshot-container .screenshot-body .screenshot-body-content.edit-mode .canvas-container .annotation-canvas.highlight-cursor{cursor:text}.feedback-container .body-container .body-content .screenshot-container .screenshot-body .screenshot-body-content.edit-mode .canvas-container .annotation-canvas.rectangle-cursor{cursor:crosshair}.feedback-container .body-container .body-content .screenshot-container .screenshot-body .screenshot-body-content.edit-mode .canvas-container .hidden-reference-image{display:none}.feedback-container .body-container .body-content .screenshot-container .screenshot-body .screenshot-body-content.edit-mode .tools-heading{display:flex;justify-content:space-between;width:100%}.feedback-container .body-container .body-content .screenshot-container .screenshot-body .screenshot-body-content.edit-mode .tools-heading .canvas-heading{font-size:24px;font-weight:500;display:flex;color:#001a50}.feedback-container .body-container .body-content .screenshot-container .screenshot-body .screenshot-body-content.edit-mode .tools-heading .annotation-tools{display:flex;flex-direction:row;justify-content:center;gap:8px;margin-bottom:0}.feedback-container .body-container .body-content .screenshot-container .screenshot-body .screenshot-body.edit-mode{height:auto;min-height:800px;z-index:9999}.feedback-container .body-container .body-content .data-speed{height:87px;width:860px;display:flex;justify-content:space-between}.feedback-container .body-container .body-content .data-speed .data-speed-heading{display:flex;align-items:center;font-size:14px;font-weight:500}.feedback-container .body-container .body-content .data-speed .slider-footer{display:flex;justify-content:space-between;width:100%}.feedback-container .body-container .body-content .data-speed .slider-footer .slider-footer-text{height:16px;font-size:10px;font-weight:300}.feedback-container .body-container .body-content .data-speed .data-accuracy,.feedback-container .body-container .body-content .data-speed .speed-performance{display:flex;flex-direction:column;gap:3px;height:87px;width:45%}.feedback-container .body-container .body-content .chat-experience,.feedback-container .body-container .body-content .interface-satisfaction{width:860px}.feedback-container .body-container .body-content .chat-experience .textarea-label,.feedback-container .body-container .body-content .interface-satisfaction .textarea-label{font-size:14px;font-weight:600;color:#344054;margin-bottom:8px}.feedback-container .body-container .body-content .chat-experience .feedback-textarea,.feedback-container .body-container .body-content .interface-satisfaction .feedback-textarea{width:860px}.feedback-container .body-container .body-content .chat-experience .feedback-textarea .MuiOutlinedInput-root,.feedback-container .body-container .body-content .interface-satisfaction .feedback-textarea .MuiOutlinedInput-root{background-color:#f8f8f8;border-radius:8px;border:1px solid #eaecf0;padding:0;display:flex;align-items:flex-start}.feedback-container .body-container .body-content .chat-experience .feedback-textarea .MuiOutlinedInput-notchedOutline,.feedback-container .body-container .body-content .interface-satisfaction .feedback-textarea .MuiOutlinedInput-notchedOutline,.feedback-container .body-container .body-content .chat-experience .feedback-textarea .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline,.feedback-container .body-container .body-content .chat-experience .feedback-textarea .MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline,.feedback-container .body-container .body-content .interface-satisfaction .feedback-textarea .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline,.feedback-container .body-container .body-content .interface-satisfaction .feedback-textarea .MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline{border:none}.feedback-container .body-container .body-content .chat-experience .feedback-textarea .MuiOutlinedInput-root textarea,.feedback-container .body-container .body-content .interface-satisfaction .feedback-textarea .MuiOutlinedInput-root textarea{padding:10px 16px 16px 10px;font-size:12px;line-height:20px;resize:none;box-sizing:border-box}.feedback-container .body-container .body-content .chat-experience .feedback-textarea .MuiOutlinedInput-root textarea::placeholder,.feedback-container .body-container .body-content .interface-satisfaction .feedback-textarea .MuiOutlinedInput-root textarea::placeholder{color:#98a2b3;opacity:1;font-size:12px}.feedback-container .body-container .button-container{display:flex;gap:10px}.feedback-container .body-container .button-container .cancel-button{text-transform:none;height:42px;width:92px;font-size:14px;font-weight:500;color:#637087}.feedback-container .body-container .button-container .submit-button{text-transform:none;height:42px;width:160px;padding:6px 25px;border-radius:5px;font-size:12px;font-weight:500;background-color:#001a50}.feedback-container .body-container .button-container .submit-button:disabled{background-color:#b6bcc5;color:#ffffffa6;cursor:not-allowed;opacity:.7;box-shadow:none;transform:none}.rating-slider{width:265px}.rating-slider .MuiSlider-track{background-color:#0057d9;height:10px;border-radius:10px;border:none}.rating-slider .MuiSlider-rail{background-color:#e0e0e0;height:10px;border-radius:30px}.rating-slider .MuiSlider-thumb{background-color:#0057d9;width:15px;height:15px}.rating-slider .MuiSlider-markLabel{font-size:14px;font-weight:500;color:#444}.rating-slider .MuiSlider-markLabel{transform:translate(-50%)}.rating-slider .MuiSlider-markLabel[data-index="0"]{transform:translate(0)}.rating-slider .MuiSlider-markLabel[data-index="4"]{transform:translate(-100%)}.screen-capture-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:9999;cursor:crosshair}.screen-capture-overlay .overlay{position:absolute;top:0;left:0;width:100%;height:100%;border-style:solid;border-color:#00000080;box-sizing:border-box;border:7px solid black}.screen-capture-overlay .selection-rect{position:absolute;border:2px solid black;pointer-events:none;box-shadow:0 0 0 2px;border-radius:4px;background:transparent}.screen-capture-overlay .crosshairs{position:absolute;width:20px;height:20px;border:1px solid black;pointer-events:none}.html2canvas-capture .typewriter-word{display:inline-block;white-space:nowrap;opacity:1;filter:none}.screenshot-loading{display:flex;flex-direction:column;justify-content:center;align-items:center}@media(max-width:1280px)and (max-height:665px){.feedback-container{width:min(860px,88vw);height:620px;overflow:hidden}.feedback-container .heading-container{height:70px;padding:10px 18px}.feedback-container .heading-container .main-heading{width:100%;height:auto;font-size:20px}.feedback-container .heading-container .main-heading .agent-subagent{font-size:18px;margin-top:0}.feedback-container .heading-container .main-heading .agent-subagent .sub-agent-label{height:16px;font-size:11px}.feedback-container .heading-container .sub-heading{width:100%;height:auto;font-size:11px}.feedback-container .body-container{flex:1;height:auto;padding:10px 18px 14px;gap:12px;overflow:hidden}.feedback-container .body-container .body-content{height:auto;gap:12px}.feedback-container .body-container .body-content .feedback-experience{height:62px}.feedback-container .body-container .body-content .feedback-experience .quick-feedback{height:62px;width:48%}.feedback-container .body-container .body-content .feedback-experience .quick-feedback .quick-feedback-label{height:22px;font-size:13px}.feedback-container .body-container .body-content .feedback-experience .quick-feedback .quick-feedback-content{width:100%;height:30px;gap:6px}.feedback-container .body-container .body-content .feedback-experience .quick-feedback .quick-feedback-content .helpful{height:30px;padding:6px}.feedback-container .body-container .body-content .feedback-experience .quick-feedback .quick-feedback-content .helpful .helpful-text{font-size:11px}.feedback-container .body-container .body-content .feedback-experience .quick-feedback .quick-feedback-content .helpful-1{width:75px}.feedback-container .body-container .body-content .feedback-experience .quick-feedback .quick-feedback-content .helpful-2{width:95px}.feedback-container .body-container .body-content .feedback-experience .quick-feedback .quick-feedback-content .helpful-3{width:90px}.feedback-container .body-container .body-content .feedback-experience .overall-experience{width:170px;height:62px}.feedback-container .body-container .body-content .feedback-experience .overall-experience .overall-experience-label{height:22px;font-size:13px}.feedback-container .body-container .body-content .feedback-experience .overall-experience .rating{width:170px}.feedback-container .body-container .body-content .screenshot-container{height:200px}.feedback-container .body-container .body-content .screenshot-container .screenshot-body{height:166px;padding:12px 18px}.feedback-container .body-container .body-content .screenshot-container .screenshot-body .screenshot-body-content{width:100%;height:138px}.feedback-container .body-container .body-content .screenshot-container .screenshot-body .screenshot-body-content .image-preview .image-hover-wrapper .screenshot-image{max-height:158px}.feedback-container .body-container .body-content .screenshot-container .screenshot-body .screenshot-body-content .upload-icon{width:46px;height:46px}.feedback-container .body-container .body-content .screenshot-container .screenshot-body .screenshot-body-content .drag-drop{font-size:13px}.feedback-container .body-container .body-content .screenshot-container .screenshot-body .screenshot-body-content .file-format{font-size:11px}.feedback-container .body-container .body-content .data-speed{width:100%;height:90px}.feedback-container .body-container .body-content .data-speed .data-accuracy,.feedback-container .body-container .body-content .data-speed .speed-performance{width:48%}.feedback-container .body-container .body-content .chat-experience,.feedback-container .body-container .body-content .interface-satisfaction,.feedback-container .body-container .body-content .chat-experience .feedback-textarea,.feedback-container .body-container .body-content .interface-satisfaction .feedback-textarea{width:100%}.feedback-container .body-container .body-content .chat-experience .feedback-textarea .MuiOutlinedInput-root textarea,.feedback-container .body-container .body-content .interface-satisfaction .feedback-textarea .MuiOutlinedInput-root textarea{min-height:54px;max-height:54px;padding:8px 10px}.feedback-container .button-container{padding-bottom:6px}.feedback-container .button-container .cancel-button,.feedback-container .button-container .submit-button{height:38px}.rating-slider{width:220px}}.feedback-drawer-container{display:flex;flex-direction:column;gap:10px}.feedback-drawer-container .MuiDrawer-paper{height:100vh;width:638px}.feedback-drawer-container .list-heading{width:638px;display:flex;justify-content:space-between;padding:30px 30px 10px;background-color:#fff}@media(max-width:1280px)and (max-height:665px){.feedback-drawer-container .list-heading{padding:12px}}.feedback-drawer-container .list-heading .heading-label{display:flex;align-items:center;font-size:24px;font-weight:500;color:#262526}.feedback-drawer-container .list-heading .add-new-button{height:30px;font-size:14px;font-weight:500;text-transform:none;color:#001a50}.feedback-drawer-container .ag-theme-quartz{height:86vh}.feedback-drawer-container .ag-theme-quartz .feedback-loader{display:flex;align-items:center;justify-content:center;height:100%}.feedback-drawer-container .ag-theme-quartz .empty-state{display:flex;justify-content:center;align-items:center;height:70vh;font-size:18px;color:#666}.feedback-drawer-container .load-button-container{display:flex;width:92%;justify-content:end}.feedback-drawer-container .load-button-container .load-button{text-transform:none}.feedback-drawer-container .ag-theme-alpine .ag-header{background-color:#f8f8f8}.feedback-drawer-container .ag-theme-alpine .ag-row-odd{background-color:#fff}.feedback-drawer-container .ag-theme-alpine .ag-header-cell{background-color:#f8f8f8;border:solid 1px #f8f8f8;color:#637087}.feedback-drawer-container .ag-theme-alpine .ag-row-even{background-color:#fff}.feedback-drawer-container .ag-theme-alpine .ag-header-cell-text{font-size:15px;font-weight:600}.feedback-drawer-container .ag-theme-alpine .ag-header-cell-comp-wrapper,.feedback-drawer-container .ag-theme-alpine .ag-header-cell-comp-wrapper .ag-header-cell-label{justify-content:left}.feedback-drawer-container .ag-theme-alpine .ag-cell{font-size:13px;color:#262526;text-align:left}.feedback-drawer-container .ag-theme-alpine .col-agent{text-align:left;padding-left:12px}.feedback-drawer-container .ag-theme-alpine .col-header-agent{text-align:left;font-weight:600}.feedback-drawer-container .ag-theme-alpine .col-feedback{text-transform:capitalize;text-align:left}.feedback-drawer-container .ag-theme-alpine .col-header-feedback{text-align:left;font-weight:600}.feedback-drawer-container .ag-theme-alpine .col-date{text-align:center;font-size:12px;color:#637087}.feedback-drawer-container .ag-theme-alpine .col-header-date{text-align:center;font-weight:600}.feedback-drawer-container .ag-theme-alpine .col-view{display:flex;justify-content:center;align-items:center}.feedback-drawer-container .ag-theme-alpine .col-header-view{text-align:center;font-weight:600}.feedback-drawer-container .ag-theme-alpine .ag-cell-focus,.feedback-drawer-container .ag-theme-alpine .ag-cell:focus,.feedback-drawer-container .ag-theme-alpine .ag-cell:focus-within{outline:none;border:1px solid transparent}.feedback-drawer-container .ag-theme-alpine .ag-row.ag-row-focus .ag-cell{border:1px solid transparent;background-color:inherit}.ag-theme-alpine .ag-header-cell-comp-wrapper,.ag-theme-alpine .ag-header-cell-comp-wrapper .ag-header-cell-label{justify-content:center}.ag-theme-alpine .ag-header{background-color:#0063c3;color:#fff;font-weight:600;border:1.5px solid #ffffff}.ag-theme-alpine .ag-header-cell,.ag-theme-alpine .ag-header-group-cell{background-color:#0063c3;color:#fff;font-weight:600;border-top:1.5px solid #ffffff;border-right:1.5px solid #ffffff;border-left:1.5px solid #ffffff;border-bottom:1.5px solid #ffffff}.ag-theme-alpine .ag-header-cell:after,.ag-theme-alpine .ag-header-group-cell:after{border-right:none}.ag-theme-alpine .ag-header-row:not(:first-child){border-top:1.5px solid #ffffff}.ag-theme-alpine .ag-header-row:first-child .ag-header-cell,.ag-theme-alpine .ag-header-row:first-child .ag-header-group-cell{border-bottom:none}.ag-theme-alpine .ag-header-cell-text{font-size:14px;text-align:center}.ag-theme-alpine .ag-row-odd{background-color:#cbd3e9}.ag-theme-alpine .ag-row-even{background-color:#e7eaf5}.ag-theme-alpine .ag-row-hover{background-color:#dbeafe}.ag-theme-alpine .ag-cell{text-align:center;font-size:14px}.ag-theme-alpine .ag-row-odd,.ag-theme-alpine .ag-row-even,.ag-theme-alpine,.ag-theme-alpine .ag-root-wrapper{border:1.5px solid #ffffff}.ag-theme-alpine{height:max-content}.ag-theme-alpine ::-webkit-scrollbar-thumb{background:#bdbdbd;scrollbar-width:thin}.ag-theme-alpine ::-webkit-scrollbar-thumb:hover{background:#9e9e9e}.ag-root-wrapper-body{max-height:84vh}.ag-layout-auto-height,.ag-layout-print{overflow:auto}.ag-filter-apply-panel{justify-content:center;gap:5px}.ag-filter-apply-panel .ag-filter-apply-panel-button{font-size:12px;margin:0;height:min-content;padding:5px 15px}.tooltip-inner-box{display:flex;background-color:#000;max-height:300px;word-break:break-all;overflow-y:auto;overflow-x:auto;flex-wrap:wrap;padding:2px;border-radius:6px;scrollbar-width:thin;scrollbar-color:#888 #1a1a1a}.tooltip-inner-box::-webkit-scrollbar{width:8px;height:8px}.tooltip-inner-box::-webkit-scrollbar-track{background:#1a1a1a;border-radius:10px}.tooltip-inner-box::-webkit-scrollbar-thumb{background-color:#888;border-radius:10px;border:2px solid #1a1a1a}.tooltip-inner-box::-webkit-scrollbar-thumb:hover{background-color:#aaa}.shimmer{position:relative;overflow:hidden;background-color:#e6e6e6;border-radius:12px}.shimmer:after{content:"";position:absolute;top:0;left:-150%;height:100%;width:150%;background:linear-gradient(90deg,#e6e6e600,#fff9,#e6e6e600);animation:shimmer 1.4s infinite}@keyframes shimmer{to{left:150%}}.drawer-parent{transition:width .4s ease}.drawer-parent.collapsed{width:85px}.drawer-parent.collapsed .MuiDrawer-paper{width:70px;border:none}.drawer-parent.collapsed .agent-label,.drawer-parent.collapsed .new-label{opacity:0;max-width:0;transform:translate(-10px)}.drawer-parent.collapsed .icon-list{gap:12px}.drawer-parent.expanded{width:283px}.drawer-parent.expanded .MuiDrawer-paper{width:283px;border:none}.drawer-parent.expanded .agent-label,.drawer-parent.expanded .new-label{opacity:1;max-width:200px;transform:translate(0)}.drawer-parent .MuiDrawer-paper{transition:width .3s ease;overflow:hidden}@media(max-width:600px){.drawer-parent.collapsed,.drawer-parent.collapsed .MuiDrawer-paper{display:none}}.drawer-container{height:100%;display:flex;flex-direction:column}.drawer-container .icon-list{display:flex;flex-direction:column;justify-content:space-between;height:100%;gap:12px;padding:20px 0;background-color:#f8f8f8;overflow-y:auto;overflow-x:hidden}.drawer-container .icon-list .top-section{cursor:default;display:flex;justify-content:space-around;padding:0 20px}.drawer-container .icon-list .top-section .top-section-icon-item .icon-wrapper{height:44px;border-radius:26px;display:flex;align-items:center}.drawer-container .icon-list .top-section .top-section-icon-item .icon-wrapper .close-btn{margin-right:10px}.drawer-container .icon-list .top-section .top-section-icon-item .icon-wrapper.collapsed{justify-content:left;padding:0;margin:0}.drawer-container .icon-list .top-section .top-section-icon-item .top-section-logo{width:26px;height:26px;transition:all .3s ease}@media(max-width:600px){.drawer-container .icon-list .top-section .top-section-icon-item .top-section-logo{width:23px;height:23px}}.drawer-container .icon-list .top-section .top-section-icon-item .top-section-client-logo{width:131px;height:15px;transition:all .3s ease}@media(max-width:600px){.drawer-container .icon-list .top-section .top-section-icon-item .top-section-client-logo{width:131px;height:23px}}.drawer-container .icon-list .section-wrapper{height:100%;display:flex;flex-direction:column;align-items:start}.drawer-container .icon-list .section-wrapper .middle-section{flex-grow:1;display:flex;flex-direction:column;min-height:0;max-width:100%}.drawer-container .icon-list .section-wrapper .middle-section .middle-icon-item{display:flex;align-items:center;justify-content:flex-start;padding:0 15px;margin-bottom:8px;flex-shrink:0}.drawer-container .icon-list .section-wrapper .middle-section .middle-icon-item.agents-section{margin-bottom:0;margin-top:16px}.drawer-container .icon-list .section-wrapper .middle-section .middle-icon-item.agents-section.collapsed{margin-top:36px}.drawer-container .icon-list .section-wrapper .middle-section .middle-icon-item:hover{background-color:#f0f0f0;border-radius:12px}.drawer-container .icon-list .section-wrapper .middle-section .middle-icon-item.disabled:hover{background-color:transparent}.drawer-container .icon-list .section-wrapper .middle-section .middle-icon-item .icon-wrapper{width:100%;gap:10px;height:37px;border-radius:10px;display:flex;justify-content:flex-start;align-items:center;cursor:pointer;background:none;border:none;padding:10px}.drawer-container .icon-list .section-wrapper .middle-section .middle-icon-item .icon-wrapper.collapsed{justify-content:center;padding:0}.drawer-container .icon-list .section-wrapper .middle-section .middle-icon-item .icon-wrapper.disabled{opacity:.5;pointer-events:none;cursor:not-allowed}.drawer-container .icon-list .section-wrapper .middle-section .middle-icon-item .drawer-icon{width:20px;height:20px;transition:all .3s ease}@media(max-width:600px){.drawer-container .icon-list .section-wrapper .middle-section .middle-icon-item .drawer-icon{height:24px;width:24px}}.drawer-container .icon-list .section-wrapper .middle-section .middle-icon-item .agent-label{font-weight:500;font-size:14px;line-height:16px;color:#727272;transition:opacity .3s ease,max-width .3s ease,transform .3s ease;overflow:hidden}.drawer-container .icon-list .section-wrapper .middle-section .collapsed-agent-icons{display:flex;flex-direction:column;align-items:center;gap:8px;padding:8px 0}.drawer-container .icon-list .section-wrapper .middle-section .collapsed-agent-icons.active{background-color:#d3e3fd}.drawer-container .icon-list .section-wrapper .middle-section .section-title-fixed{font-weight:600;font-size:14px;color:#727272;margin-top:15px;margin-bottom:10px;padding:0 20px;flex-shrink:0}.drawer-container .icon-list .section-wrapper .middle-section .collapsed-chat-history-icon{display:flex;align-items:center;justify-content:center;margin-top:20px}.drawer-container .icon-list .section-wrapper .middle-section .collapsed-chat-history-icon svg{width:20px;height:20px;color:#727272;transition:all .3s ease}.drawer-container .icon-list .section-wrapper .middle-section .unified-scrollable-content{display:flex;flex-direction:column;overflow-y:auto;overflow-x:hidden;padding:0 20px 15px;flex-grow:1;min-height:200px;scrollbar-gutter:auto}.drawer-container .icon-list .section-wrapper .middle-section .unified-scrollable-content::-webkit-scrollbar{width:6px}.drawer-container .icon-list .section-wrapper .middle-section .unified-scrollable-content::-webkit-scrollbar-track{background:transparent}.drawer-container .icon-list .section-wrapper .middle-section .unified-scrollable-content::-webkit-scrollbar-thumb{background:#d0d0d0;border-radius:3px}.drawer-container .icon-list .section-wrapper .middle-section .unified-scrollable-content::-webkit-scrollbar-thumb:hover{background:#b0b0b0}.drawer-container .icon-list .section-wrapper .middle-section .unified-scrollable-content .agent-icons{display:flex;flex-direction:column;flex-shrink:0}.drawer-container .icon-list .section-wrapper .middle-section .unified-scrollable-content .agent-icons .collapsed-icon-item{display:flex;align-items:center;justify-content:flex-start;margin-bottom:8px}.drawer-container .icon-list .section-wrapper .middle-section .unified-scrollable-content .agent-icons .collapsed-icon-item .icon-wrapper{width:100%;gap:10px;height:40px;background-color:#f5f7fa;border-radius:10px;display:flex;justify-content:flex-start;align-items:center;cursor:pointer;padding-left:8px;transition:background-color .3s ease,color .3s ease}.drawer-container .icon-list .section-wrapper .middle-section .unified-scrollable-content .agent-icons .collapsed-icon-item .icon-wrapper:hover{background-color:#f0f0f0}.drawer-container .icon-list .section-wrapper .middle-section .unified-scrollable-content .agent-icons .collapsed-icon-item .icon-wrapper.active{background-color:#d3e3fd;color:#3456b2}.drawer-container .icon-list .section-wrapper .middle-section .unified-scrollable-content .agent-icons .collapsed-icon-item .icon-wrapper.active .agent-label{color:#3456b2;font-weight:500}@media(max-width:600px){.drawer-container .icon-list .section-wrapper .middle-section .unified-scrollable-content .agent-icons .collapsed-icon-item .icon-wrapper{height:30px}}@media(min-width:600px){.drawer-container .icon-list .section-wrapper .middle-section .unified-scrollable-content .agent-icons .collapsed-icon-item .drawer-icon{max-width:26px;max-height:26px}}.drawer-container .icon-list .section-wrapper .middle-section .unified-scrollable-content .agent-icons .collapsed-icon-item .drawer-icon{flex-shrink:0}@media(max-width:600px){.drawer-container .icon-list .section-wrapper .middle-section .unified-scrollable-content .agent-icons .collapsed-icon-item .drawer-icon{height:30px;width:30px}}.drawer-container .icon-list .section-wrapper .middle-section .unified-scrollable-content .agent-icons .collapsed-icon-item .agent-label{font-weight:400;font-size:14px;line-height:24px;color:#262526;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;flex:1}@media(max-width:600px){.drawer-container .icon-list .section-wrapper .middle-section .unified-scrollable-content .agent-icons .collapsed-icon-item .agent-label{font-size:12px}}@media(max-width:1280px)and (max-height:665px){.drawer-container .icon-list .section-wrapper .middle-section .unified-scrollable-content .agent-icons .collapsed-icon-item .agent-label{font-size:13px}}.drawer-container .icon-list .section-wrapper .middle-section .unified-scrollable-content .recent-analysis-section{display:flex;flex-direction:column;flex-shrink:0;padding:0 8px}.drawer-container .icon-list .section-wrapper .middle-section .unified-scrollable-content .recent-analysis-section .recent-analysis-group{display:flex;align-items:start;gap:4px;margin-bottom:5px}.drawer-container .icon-list .section-wrapper .middle-section .unified-scrollable-content .recent-analysis-section .history-icon{height:20px;color:#727272}.drawer-container .icon-list .section-wrapper .middle-section .unified-scrollable-content .recent-analysis-section .recent-span{font-size:14px;font-weight:500;color:#727272;margin-bottom:10px;flex-shrink:0}@media(max-width:600px){.drawer-container .icon-list .section-wrapper .middle-section .unified-scrollable-content .recent-analysis-section .recent-span{font-size:12px}}.drawer-container .icon-list .section-wrapper .middle-section .unified-scrollable-content .recent-analysis-section .sidebar-session-list{display:flex;flex-direction:column;min-height:0;cursor:pointer}.drawer-container .icon-list .section-wrapper .middle-section .unified-scrollable-content .recent-analysis-section .sidebar-session-list .session-chat-item{padding-bottom:10px}.drawer-container .icon-list .section-wrapper .middle-section .unified-scrollable-content .recent-analysis-section .sidebar-session-list .chat-heading{display:flex;align-items:center;font-weight:400;font-size:14px;line-height:24px;letter-spacing:0;vertical-align:middle;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;gap:10px;margin-bottom:5px}@media(max-width:600px){.drawer-container .icon-list .section-wrapper .middle-section .unified-scrollable-content .recent-analysis-section .sidebar-session-list .chat-heading{font-size:12px}.drawer-container .icon-list .section-wrapper .middle-section .unified-scrollable-content .recent-analysis-section .sidebar-session-list .chat-heading .agent-logo-icon{width:10px;height:10px}}.drawer-container .icon-list .section-wrapper .middle-section .unified-scrollable-content .recent-analysis-section .sidebar-session-list .chat-heading .agent-logo-icon{width:26px;height:26px;margin-right:5px}.drawer-container .icon-list .section-wrapper .middle-section .unified-scrollable-content .recent-analysis-section .sidebar-session-list .chat-heading .chat-question{max-width:205px;overflow:hidden;text-overflow:ellipsis}.drawer-container .icon-list .section-wrapper .middle-section .unified-scrollable-content .recent-analysis-section .sidebar-session-list.active{background-color:#d3e3fd;color:#3456b2;padding:10px 18px;border-radius:30px}.drawer-container .icon-list .section-wrapper .middle-section .unified-scrollable-content .recent-analysis-section .sidebar-session-list .vertical-toggle-group{display:flex;flex-direction:column}.drawer-container .icon-list .section-wrapper .middle-section .unified-scrollable-content .recent-analysis-section .sidebar-session-list .toggle-button-cover{margin-bottom:4px}.drawer-container .icon-list .section-wrapper .middle-section .unified-scrollable-content .recent-analysis-section .sidebar-session-list .item-heading{font-weight:600;font-size:14px}.drawer-container .icon-list .section-wrapper .middle-section .unified-scrollable-content-expanded{padding:0 15px 15px;width:283px}.drawer-container .icon-list .section-wrapper .middle-section .no-session-chats{display:flex;align-items:center;justify-content:center;height:30vh}@media(max-width:600px){.drawer-container .icon-list .section-wrapper .middle-section .sidebar-session-list{justify-content:flex-end;margin-right:5px}}@media(max-width:600px){.drawer-container .icon-list .icon-list{gap:20px}}@media(max-width:600px){.drawer-container .icon-list{gap:0px}}.custom-tooltip .MuiTooltip-tooltip{padding:10px;background-color:#000}.custom-tooltip .MuiTooltip-arrow{color:#000;margin-left:50px}.mainLayout-container{display:flex;background-color:#fff;height:100vh}.mainLayout-container .main-content{display:flex;flex-grow:1;flex-direction:column;background-color:#fff;transition:width .4s ease;min-width:0}.mainLayout-container .main-content .main-content-box{flex-grow:1;padding:0;transition:width .4s ease;overflow:hidden;width:100%;background-color:#fff}.mainLayout-container .main-content .main-content-box .drawer-header-fixed{height:95px;position:static}.error-boundry-parent-container .error-main-container{display:flex;justify-content:center;align-items:center}.error-boundry-parent-container .error-main-container .error-main-right-form-head{margin-top:40px}.error-boundry-parent-container .error-main-container .error-main-right-form-head .agentic-ace-logo{height:80px}.error-boundry-parent-container .error-main-container .error-main-right-form-head .mra-logo{filter:brightness(0) saturate(100%) invert(11%) sepia(96%) saturate(4230%) hue-rotate(219deg) brightness(55%) contrast(118%)}.error-boundry-parent-container .error-main-container .error-main-right-form-head span.blink{animation:blink 1s infinite}.error-boundry-parent-container .error-main-container .error-main-right-form-head h4{color:#002060;font-size:25px;font-style:normal;font-weight:700;line-height:normal}.error-boundry-parent-container .error-main-container .error-main-right-form-head h4 span{color:#000}.error-boundry-parent-container .h2_error{display:flex;justify-content:center;align-items:center;font-size:25px;font-weight:600;letter-spacing:.02em;margin-top:30px}.error-boundry-parent-container .error_content{display:flex;justify-self:center;width:80%;margin:20px;color:#5f5f5f;border:1px solid #ccc;min-height:100px;overflow:auto;padding:10px}.error-boundry-parent-container .reload_button{display:flex;justify-self:center;justify-content:flex-end;width:80%;margin:10px}.error-boundry-parent-container .reload_button .reload-btn{width:133px;height:64px;font-size:20px;font-weight:500;font-stretch:normal;font-style:normal;line-height:1.6;letter-spacing:-.2px;text-align:left;color:#fff;border-radius:5px;box-shadow:0 8px 15px #00000026;background-color:#002060;text-transform:none}.custom-button-parent-container.MuiButton-root{text-transform:capitalize}.custom-button-parent-container{width:110px;height:45px;border-radius:5px;border-width:1px;padding:10px 20px;border:1px solid #002060;font-weight:600;font-size:14px;line-height:100%;letter-spacing:0px}.custom-button-parent-container:disabled,.custom-button-parent-container.Mui-disabled{background-color:#e0e0e0}@media(max-width:600px){.Toastify__toast-container{width:100%;padding:0 88px;left:0;right:0}.Toastify__toast{width:100%;border-radius:12px}}*{margin:0;padding:0;box-sizing:border-box;font-family:Inter,sans-serif!important;font-optical-sizing:auto;font-style:normal}::-webkit-scrollbar{width:3px;height:3px}::-webkit-scrollbar-track{border-radius:0}::-webkit-scrollbar-thumb{border-radius:5px;box-shadow:inset 0 0 4px #0003}::-webkit-scrollbar-thumb:hover{background:#c4cedc;box-shadow:inset 0 0 4px #0000004d}.version-update-main-container{gap:12px}.version-update-main-container .version-update-title-container{padding:10px;border-bottom:1px solid #eaecf0}.version-update-main-container .version-update-title-container .version-update-title{font-weight:500;font-size:24px;line-height:40px;color:#262526}.version-update-main-container .version-update-body-container .version-update-details-card{padding:15px;border:1px solid #bbdefb;background-color:#ebf2ff;border-radius:14px}.version-update-main-container .version-update-body-container .version-update-details-card .version-update-details-inner-card{display:flex;gap:16px}.version-update-main-container .version-update-body-container .version-update-details-card .version-update-details-inner-card .version-update-details-icon-box{height:36px;width:36px;border-radius:8px;background-color:#0057d9;display:flex;justify-content:center;align-items:center;box-shadow:0 4px 6px -4px #0000001a,0 10px 15px -3px #0000001a}.version-update-main-container .version-update-body-container .version-update-details-card .version-update-details-inner-card .version-update-details-icon-box .version-update-details-icon{height:24px;width:24px;color:#fff}.version-update-main-container .version-update-body-container .version-update-details-card .version-update-details-inner-card .version-update-details{gap:8px}.version-update-main-container .version-update-body-container .version-update-details-card .version-update-details-inner-card .version-update-details .version-update-details-header{color:#637087;font-weight:600;font-size:12px;line-height:16px}.version-update-main-container .version-update-body-container .version-update-details-card .version-update-details-inner-card .version-update-details .version-update-details-content{gap:8px}.version-update-main-container .version-update-body-container .version-update-details-card .version-update-details-inner-card .version-update-details .version-update-details-content .version-update-details-text{font-weight:400;font-size:18px;line-height:28px;color:#262526}.version-update-main-container .version-update-body-container .version-update-details-card .version-update-details-inner-card .version-update-details .version-update-details-content .version-update-details-text .version-update-details-content-highlight{font-weight:700}.version-update-main-container .version-update-body-container .version-update-details-card .version-update-details-inner-card .version-update-details .version-update-details-content .version-update-details-filters{display:flex;flex-wrap:wrap;gap:8px}.version-update-main-container .version-update-body-container .version-update-details-card .version-update-details-inner-card .version-update-details .version-update-details-content .version-update-details-filters .version-update-details-filter-chip{height:fit-content;padding:2px -4px;border:1px solid #bbdefb;background-color:#ebf2ff;color:#0057d9;font-size:11.5px;line-height:17px;font-weight:500}.version-update-main-container .version-update-body-container .version-update-details-card .version-update-details-inner-card .version-update-details .version-update-details-footer{display:flex;gap:4px;color:#637087}.version-update-main-container .version-update-body-container .version-update-details-card .version-update-details-inner-card .version-update-details .version-update-details-footer .version-update-footer-text{font-weight:500;font-size:14px;line-height:20px}.custom-mui-button.MuiButton-root{text-transform:none;height:42px;width:142px;padding:6px 25px;border-radius:5px;font-size:14px;font-weight:400;background-color:#001a50}.custom-mui-button.MuiButton-root:hover,.custom-mui-button.MuiButton-root:active{background-color:#001a50}.custom-mui-button-outlined.MuiButton-root{text-transform:none;height:42px;width:194px;padding:6px 25px;border-radius:5px;font-size:14px;font-weight:400;color:#001a50;border-color:#001a50}.custom-mui-button-outlined.MuiButton-root:hover{background-color:#001a500d;border-color:#001a50}.pace-bot-modal-container{padding:30px;border-width:.85px}.pace-bot-modal-container .pace-modal-cancel-btn,.pace-bot-modal-container .pace-modal-save-btn{width:110px;height:45px;border-radius:5px;padding:10px 20px;font-weight:600;font-size:14px;line-height:100%;letter-spacing:0px;border-width:1px}.pace-bot-modal-container .pace-modal-cancel-btn{background-color:#fff;color:#002060;border:1px solid #002060}.pace-bot-modal-container .pace-modal-save-btn{background-color:#002060;color:#fff}.pace-bot-modal-container .MuiPaper-root{border-radius:16.95px;width:100%}.pace-bot-modal-container .modal-title{font-weight:500;font-size:24px;line-height:40px;letter-spacing:.42px;color:#000;padding:30px 30px 20px}.pace-bot-modal-container .modal-content.MuiDialogContent-root{padding:10px 30px 0}.pace-bot-modal-container .modal-action{padding:22px 30px 30px}@media(max-width:600px){.pace-bot-modal-container .MuiPaper-root{width:100%;margin:0}}
