@import url(https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;900&family=Fira+Code:wght@400;500&display=swap);@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);.browser-agent-container{--bg0:var(--theme-bg);--bg1:var(--theme-surface);--bg2:var(--theme-card);--bg3:var(--theme-surface-raised);--border:var(--theme-border);--border-hi:var(--theme-border-strong);--cyan:var(--theme-primary);--cyan-dim:var(--theme-primary-light);--cyan-glow:var(--theme-focus-ring);--green:var(--theme-success);--green-dim:var(--theme-success-bg);--red:var(--theme-danger);--red-dim:var(--theme-danger-bg);--amber:var(--theme-warning);--amber-dim:var(--theme-warning-bg);--text:var(--theme-text);--muted:var(--theme-text-secondary);--muted2:var(--theme-text-muted);--radius:12px;--radius-sm:8px;background:var(--bg0);color:var(--text);display:flex;height:100%;min-height:0}.browser-agent-container .empty-state,.browser-agent-container .error-box,.browser-agent-container .hitl-context,.browser-agent-container .hitl-reason,.browser-agent-container .loading-spinner p,.browser-agent-container .step-card-body,.browser-agent-container .step-card-body p,.browser-agent-container .step-card-body strong,.browser-agent-container .summary-table td,.browser-agent-container .user-message p{color:var(--text)}.sidebar{background-color:var(--bg2);border-right:1px solid var(--border);overflow-y:auto;padding:20px;position:relative;transition:width .4s cubic-bezier(.4,0,.2,1),padding .4s cubic-bezier(.4,0,.2,1),background-color .3s ease;width:280px}.sidebar.collapsed{align-items:center;padding:20px 8px;width:60px}.sidebar-toggle{align-items:center;background:#0000;border:1px solid var(--cyan-dim);border-radius:6px;color:var(--cyan);cursor:pointer;display:flex;font-size:16px;font-weight:500;height:35px;justify-content:center;line-height:1;padding:8px 10px;position:absolute;right:12px;top:16px;transition:all .3s cubic-bezier(.4,0,.2,1);width:35px;z-index:10}.sidebar-toggle:hover{background:var(--theme-hover);color:var(--cyan);transform:scale(1.1)}.sidebar-content{display:flex;flex-direction:column;gap:16px;max-height:1000px;opacity:1;transition:opacity .4s ease,max-height .4s cubic-bezier(.4,0,.2,1)}.sidebar.collapsed .sidebar-content{max-height:0;opacity:0;pointer-events:none;transition:opacity .2s ease,visibility .2s ease,max-height .4s cubic-bezier(.4,0,.2,1);visibility:hidden}.sidebar-content h3{color:var(--cyan);font-size:14px;font-weight:600;padding:50px 5px 8px}.thread-input{background-color:var(--cyan-dim);border:1px solid var(--cyan-dim);border-radius:var(--radius-sm);color:var(--text);font-family:Outfit,sans-serif;font-size:14px;padding:8px 12px;transition:all .2s;width:90%}.thread-input:hover{border-color:var(--cyan);box-shadow:0 0 8px var(--cyan-glow)}.thread-input:focus{border-color:var(--cyan);box-shadow:0 0 12px var(--cyan-glow);outline:none}.divider{background:var(--border);height:1px}.info-box{background:var(--theme-surface-muted);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--muted);font-size:12px;line-height:1.4;padding:12px}.clear-btn{background-color:var(--amber-dim);border:1px solid var(--amber-dim);border-radius:var(--radius-sm);color:var(--theme-danger);cursor:pointer;font-family:Outfit,sans-serif;font-size:14px;font-weight:600;padding:10px 14px;transition:all .2s;width:100%}.clear-btn:hover{background-color:var(--red);border-color:var(--red);color:var(--bg0)}.main-content{display:flex;flex:1 1;flex-direction:column;min-height:0;overflow:hidden;padding:20px 24px}.hero{background:linear-gradient(135deg,var(--bg1) 0,var(--bg2) 100%);border:1px solid var(--border-hi);border-radius:16px;margin-bottom:24px;overflow:hidden;padding:17px 32px;position:relative}.hero:before{background:radial-gradient(ellipse 55% 80% at 92% 50%,var(--theme-primary-light),#0000);content:"";inset:0;pointer-events:none;position:absolute}.hero-eyebrow{color:var(--cyan);font-size:10px;font-weight:700;letter-spacing:.2em;margin-bottom:6px;text-transform:uppercase}.hero-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,var(--theme-text) 20%,var(--cyan) 100%);-webkit-background-clip:text;background-clip:text;font-size:30px;font-weight:900;line-height:1.1;margin:0 0 6px}.hero-sub{color:var(--muted);font-size:13px}.chat-container{display:flex;flex:1 1;flex-direction:column;gap:12px;margin-bottom:16px;min-height:0;overflow-y:auto;padding-right:8px}.chat-container::-webkit-scrollbar{width:6px}.chat-container::-webkit-scrollbar-track{background:#0000}.chat-container::-webkit-scrollbar-thumb{background:var(--muted2);border-radius:3px}.chat-container::-webkit-scrollbar-thumb:hover{background:var(--muted)}.empty-state{align-items:center;color:var(--muted);display:flex;font-size:14px;height:100%;justify-content:center;text-align:center}.chat-message{grid-gap:8px;align-items:start;animation:slide-in .3s ease;display:grid;gap:8px;margin-bottom:12px}.user-message{grid-auto-rows:auto;grid-template-columns:1fr auto;justify-items:end}.user-message:before{align-self:start;font-size:20px;grid-column:2;grid-row:1/-1;justify-self:end}.user-message+.user-message:before{content:"";display:none}.user-message>*{grid-column:1;justify-self:end;max-width:900px;width:70%}.ai-message{grid-auto-rows:auto;grid-template-columns:auto 1fr;justify-items:start}.ai-message:before{align-self:start;font-size:20px;grid-column:1;grid-row:1/-1;justify-self:start}.ai-message+.ai-message:before{content:"";display:none}.ai-message>*{grid-column:2;justify-self:start;max-width:900px;width:100%}.step-card-header+.step-card-content{padding-left:20}.message-header{color:var(--cyan);font-size:16px;font-weight:600;margin-bottom:0}.user-message.chat-message{padding-right:0}.user-message .message-header{border:1px solid var(--cyan-dim);border-bottom:none;border-radius:var(--radius) var(--radius) 0 0;color:var(--cyan);font-size:18px;font-weight:700;margin-bottom:-1px;padding:14px 16px;width:90%}.user-message .message-header,.user-message p{word-wrap:break-word;background:var(--cyan-dim)}.user-message p{border:1px solid var(--cyan-dim);border-radius:var(--radius);margin:0;padding:12px 16px;width:70%}.user-message .summary-wrap{border-radius:0 0 var(--radius) var(--radius);border-top:1px solid var(--cyan-dim);margin-bottom:0;width:90%}.loading-spinner{align-items:flex-start;background:var(--bg1);border:1px solid var(--border);border-radius:var(--radius);display:flex;gap:12px;padding:16px 20px;width:70%}.spinner{animation:spin .8s linear infinite;border:2px solid var(--cyan-dim);border-radius:50%;border-top-color:var(--cyan);height:20px;width:20px}.loading-spinner p{color:var(--muted);font-size:13px}.spinner-step-counter{color:var(--cyan);font-size:12px;font-weight:600;margin-bottom:6px;margin-top:0}.spinner-step-action{color:var(--text);font-size:13px;font-weight:500;margin-bottom:8px;margin-top:0}.spinner-progress-bar{background:var(--bg3);border-radius:2px;height:4px;overflow:hidden;width:100%}.spinner-progress-fill{background:linear-gradient(90deg,var(--cyan),var(--green));border-radius:2px;height:100%;transition:width .3s ease}.success-section{width:90%}.success-header{color:var(--green);font-size:14px;font-weight:600;margin-bottom:16px}.metrics-row{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:18px}.metric-card{background:var(--bg1);border:1px solid var(--border);border-radius:var(--radius);flex:1 1;min-width:120px;overflow:hidden;padding:16px 20px;position:relative}.metric-card:before{content:"";height:2px;left:0;position:absolute;right:0;top:0}.metric-card.total:before{background:var(--muted2)}.metric-card.passed:before{background:var(--green)}.metric-card.failed:before{background:var(--red)}.metric-card.human:before{background:var(--amber)}.metric-card.rate:before{background:var(--cyan)}.metric-val{font-size:36px;font-weight:900;line-height:1}.metric-card.total .metric-val{color:var(--text)}.metric-card.passed .metric-val{color:var(--green)}.metric-card.failed .metric-val{color:var(--red)}.metric-card.human .metric-val{color:var(--amber)}.metric-card.rate .metric-val{color:var(--cyan)}.metric-lbl{color:var(--muted);font-size:10px;font-weight:700;letter-spacing:.12em;margin-top:4px;text-transform:uppercase}.summary-wrap{background:var(--bg1);border:1px solid var(--border);border-radius:var(--radius);margin-bottom:20px;overflow:auto}.summary-table{border-collapse:collapse;font-size:13px;width:100%}.summary-table thead tr{background:var(--bg2);border-bottom:2px solid var(--border-hi)}.summary-table th{border-bottom:1px solid var(--theme-border);color:var(--theme-text);font-size:11px;font-weight:800;letter-spacing:.15em;padding:12px 14px;text-align:center;text-shadow:0 0 8px #0000,0 0 15px var(--theme-focus-ring);text-transform:uppercase;white-space:nowrap}.summary-table td{border-bottom:1px solid var(--border);padding:10px 14px;vertical-align:middle}.summary-table tbody tr:last-child td{border-bottom:none}.summary-table td.step-id{color:var(--muted);font-family:Fira Code,monospace;text-align:center}.summary-table td.url-cell{font-family:Fira Code,monospace;font-size:11px}.summary-table td.url-cell,.summary-table td.url-cell .url-link{color:var(--cyan);opacity:.8;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.summary-table td.url-cell .url-link{cursor:pointer;display:inline-block;max-width:100%;text-decoration:none;transition:all .3s ease}.summary-table td.url-cell .url-link:hover{color:var(--theme-primary);opacity:1;text-decoration:underline;-webkit-text-decoration-style:dotted;text-decoration-style:dotted}.summary-table tbody tr:hover td{background:var(--cyan-dim)}.status-pill{align-items:center;border:1px solid;border-radius:20px;display:inline-flex;font-size:11px;font-weight:700;gap:5px;letter-spacing:.05em;padding:3px 10px}.status-pill.success{background:var(--green-dim);border-color:var(--theme-success-border);color:var(--green)}.status-pill.failed{background:var(--red-dim);border-color:var(--theme-danger-border);color:var(--red)}.status-pill.human{background:var(--amber-dim);border-color:var(--theme-warning-border);color:var(--amber)}.status-pill.pending{background:var(--muted2);border-color:var(--theme-border);color:var(--muted)}.steps-table{width:90%}.step-card-header{align-items:center;background:var(--bg2);border:1px solid var(--border);border-left:3px solid #0000;border-radius:var(--radius);color:var(--text);cursor:pointer;display:flex;font-family:Outfit,sans-serif;font-size:14px;gap:12px;margin-bottom:8px;padding:12px 16px;position:relative;transition:all .2s;width:90%}.step-card-header:after{color:var(--cyan);content:"▼";font-size:10px;position:absolute;right:16px;transform:rotate(0deg);transition:transform .3s ease}.step-card-header[data-expanded=true]:after{transform:rotate(-180deg)}.step-card-header:hover{background:var(--theme-surface-muted);border-color:var(--cyan)}.step-card-header.success{border-left-color:var(--green)}.step-card-header.failure{border-left-color:var(--red)}.step-card-header.running{background:var(--cyan-dim);border-left-color:var(--cyan)}.step-icon-state{font-size:18px}.step-num{align-items:center;border:1px solid;border-radius:50%;display:flex;flex-shrink:0;font-family:Fira Code,monospace;font-size:11px;font-weight:700;height:28px;justify-content:center;width:28px}.step-num.success{background:var(--green-dim);border-color:var(--theme-success-border);color:var(--green)}.step-num.failure{background:var(--red-dim);border-color:var(--theme-danger-border);color:var(--red)}.step-num.running{background:var(--cyan-dim);border-color:var(--theme-focus-ring);color:var(--cyan)}.step-num.pending{background:var(--muted2);border-color:var(--theme-border);color:var(--muted)}.step-action-title{flex:1 1;font-weight:600;text-align:left}.step-card-content{background:var(--bg1);border:1px solid var(--border);border-radius:0 0 var(--radius) var(--radius);border-top:none;padding:16px;width:90%}.step-chips{align-items:center;display:flex;flex-wrap:wrap;gap:15px;margin-top:8px}.chip{border-radius:4px;display:inline-flex;font-family:Fira Code,monospace;font-size:10px;font-weight:500;max-width:200px;overflow:hidden;padding:4px 10px;text-overflow:ellipsis;white-space:nowrap}.chip-url{background:var(--theme-info-bg);color:var(--theme-info)}.chip-data{background:var(--amber-dim);color:var(--amber)}.chip-tool{background:var(--cyan-dim);color:var(--cyan)}.chip-screen{background:var(--theme-hover);color:var(--muted)}.step-result{border-radius:6px;font-family:Fira Code,monospace;font-size:12px;margin-top:12px;padding:8px 12px;word-break:break-word}.step-result.success{background:var(--green-dim);color:var(--green)}.step-result.failure{background:var(--red-dim);color:var(--red)}.step-result.pending{background:var(--muted2);color:var(--muted)}.code-block{color:var(--theme-info);max-width:400px}.code-block,.code-templateid{background:var(--theme-bg);border:1px solid var(--border);border-radius:6px;font-family:Fira Code,monospace;font-size:11px;margin-top:6px;overflow-x:auto;padding:8px 12px;white-space:nowrap}.code-templateid{color:var(--theme-danger)}.sub-steps-section{border-top:1px solid var(--border);margin-top:16px;padding-top:12px}.sub-steps-header{color:var(--cyan);cursor:pointer;font-size:14px;font-weight:600;margin-bottom:12px;transition:color .2s}.sub-step-card{background:var(--theme-primary-light);border:1px solid var(--border);border-radius:var(--radius-sm);margin-bottom:12px;padding:12px}.sub-step-label{color:var(--muted);font-size:11px;font-weight:600;letter-spacing:.05em;margin-bottom:8px;text-transform:uppercase}.sub-step-content{display:flex;gap:16px}.sub-step-col1{flex:1 1;min-width:0}.sub-step-col2{flex:0 0 auto}.screen-name{color:var(--muted);font-size:13px;margin-bottom:16px;margin-top:16px}.step-screenshot{border:1px solid var(--border);border-radius:var(--radius-sm);cursor:pointer;height:160px;max-width:300px;transition:all .2s ease}.step-screenshot:hover{border-color:var(--cyan);box-shadow:0 0 10px var(--theme-focus-ring);transform:scale(1.02)}.screenshot-caption{color:var(--muted);font-size:10px;margin-top:4px;text-align:center}.screenshot-modal-overlay{animation:fade-in .2s ease;background:var(--theme-overlay);bottom:0;left:0;position:fixed;right:0;top:0;z-index:1000}.screenshot-modal-content,.screenshot-modal-overlay{align-items:center;display:flex;justify-content:center}.screenshot-modal-content{max-height:90vh;max-width:90vw;position:relative}.screenshot-modal-image{border-radius:var(--radius);max-height:90vh;max-width:90vw;object-fit:contain}.screenshot-modal-close{align-items:center;background:var(--theme-danger-bg);border:1px solid var(--theme-danger-border);border-radius:50%;color:var(--red);cursor:pointer;display:flex;font-size:24px;height:40px;justify-content:center;position:absolute;right:16px;top:16px;transition:all .2s ease;width:40px;z-index:1001}.screenshot-modal-close:hover{background:var(--theme-danger-bg);border-color:var(--red);transform:scale(1.1)}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.sub-step-divider{border:none;border-top:1px solid var(--border);margin:8px 0}.hitl-warning{background:var(--theme-warning-bg);border:1px solid var(--amber-dim);border-radius:var(--radius);padding:14px 16px;width:90%}.hitl-title{color:var(--amber);font-size:16px;font-weight:700;margin-bottom:8px}.hitl-context,.hitl-meta,.hitl-reason{color:var(--theme-warning);font-size:13px;line-height:1.4;margin-bottom:6px}.hitl-context strong,.hitl-meta strong,.hitl-reason strong{color:var(--text)}.error-box{background:var(--red-dim);border:1px solid var(--theme-danger-border);border-radius:var(--radius);color:var(--red);font-size:13px;padding:12px 16px}.chat-input-form{background:var(--bg3);border:2px solid var(--border);border-radius:30px;display:flex;flex-shrink:0;gap:8px;margin-top:12px;padding:12px;position:relative;transition:all .2s;z-index:2}.chat-input-form:focus-within{border:1px solid var(--cyan);box-shadow:0 0 8px 2px var(--cyan-glow)}.chat-input{background:#0000;border:none;color:var(--text);flex:1 1;font-family:Outfit,sans-serif;font-size:15px;height:20px;outline:none;padding:10px 20px;resize:none}.chat-input::placeholder{color:var(--muted)}.chat-input:disabled{background-color:var(--theme-overlay);cursor:not-allowed;opacity:.5}@keyframes slide-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes glow-ring{0%{box-shadow:0 0 0 0 var(--theme-focus-ring)}70%{box-shadow:0 0 0 10px #0000}to{box-shadow:0 0 0 0 #0000}}@keyframes collapse-width{0%{width:280px}to{width:60px}}@keyframes expand-width{0%{width:60px}to{width:280px}}@media(max-width:1024px){.sidebar{width:240px}.metric-card{min-width:100px}.step-screenshot{max-width:250px}}@media(max-width:768px){.browser-agent-container{flex-direction:column}.sidebar{border-bottom:1px solid var(--border);border-right:none;width:90%}.main-content,.sidebar{padding:12px}.hero{margin-bottom:12px;padding:16px 20px}.hero-title{font-size:24px}.metrics-row{flex-direction:column}.metric-card{min-width:0;min-width:auto;width:90%}.sub-step-content{flex-direction:column}.step-screenshot{max-width:90%}.summary-table{font-size:11px}.summary-table th{padding:8px 6px}.summary-table td{padding:6px}}.testcase-list{display:flex;flex-direction:column;gap:.5rem;list-style:none;margin:0 0 1rem;padding:0}.testcase-item{align-items:center;background:var(--theme-hover);border:1px solid var(--theme-border);border-radius:6px;color:var(--theme-text-secondary);display:flex;font-size:.85rem;gap:8px;padding:.75rem;transition:all .3s ease}.testcase-item .tc-name{line-height:1.4;word-break:break-word}.testcase-item.active-testcase{background:var(--theme-info-bg);border-color:var(--theme-info);box-shadow:0 0 8px var(--theme-focus-ring);color:var(--theme-text);font-weight:600}.running-spinner{animation:testcase-spin 2s linear infinite;display:inline-block;font-size:1rem}@keyframes testcase-spin{to{transform:rotate(1turn)}}@keyframes swing{0%,30%,50%,70%,to{transform:rotate(0deg)}10%{transform:rotate(10deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}}.pro-sidebar{color:#adadad;height:100%;min-width:270px;position:relative;text-align:left;transition:width,left,right,.3s;width:270px;z-index:1009}.pro-sidebar>.pro-sidebar-inner{background:#1d1d1d;height:100%;position:relative;z-index:101}.pro-sidebar>.pro-sidebar-inner>img.sidebar-bg{height:100%;left:0;object-fit:cover;object-position:center;opacity:.3;position:absolute;top:0;width:100%;z-index:100}.pro-sidebar>.pro-sidebar-inner>.pro-sidebar-layout{display:flex;flex-direction:column;height:100%;overflow-x:hidden;overflow-y:auto;position:relative;z-index:101}.pro-sidebar>.pro-sidebar-inner>.pro-sidebar-layout .pro-sidebar-header{border-bottom:1px solid #adadad33}.pro-sidebar>.pro-sidebar-inner>.pro-sidebar-layout .pro-sidebar-content{flex-grow:1}.pro-sidebar>.pro-sidebar-inner>.pro-sidebar-layout .pro-sidebar-footer{border-top:1px solid #adadad33}.pro-sidebar>.pro-sidebar-inner>.pro-sidebar-layout ul{list-style-type:none;margin:0;padding:0}.pro-sidebar .overlay{background-color:#0000004d;bottom:0;display:none;left:0;position:fixed;right:0;top:0;z-index:100}.pro-sidebar.collapsed{min-width:80px;width:80px}.pro-sidebar.rtl{direction:rtl;text-align:right}@media (max-width:480px){.pro-sidebar.xs{left:-270px;position:fixed}.pro-sidebar.xs.collapsed{left:-80px}.pro-sidebar.xs.toggled{left:0}.pro-sidebar.xs.toggled .overlay{display:block}.pro-sidebar.xs.rtl{left:auto;right:-270px}.pro-sidebar.xs.rtl.collapsed{left:auto;right:-80px}.pro-sidebar.xs.rtl.toggled{left:auto;right:0}}@media (max-width:576px){.pro-sidebar.sm{left:-270px;position:fixed}.pro-sidebar.sm.collapsed{left:-80px}.pro-sidebar.sm.toggled{left:0}.pro-sidebar.sm.toggled .overlay{display:block}.pro-sidebar.sm.rtl{left:auto;right:-270px}.pro-sidebar.sm.rtl.collapsed{left:auto;right:-80px}.pro-sidebar.sm.rtl.toggled{left:auto;right:0}}@media (max-width:768px){.pro-sidebar.md{left:-270px;position:fixed}.pro-sidebar.md.collapsed{left:-80px}.pro-sidebar.md.toggled{left:0}.pro-sidebar.md.toggled .overlay{display:block}.pro-sidebar.md.rtl{left:auto;right:-270px}.pro-sidebar.md.rtl.collapsed{left:auto;right:-80px}.pro-sidebar.md.rtl.toggled{left:auto;right:0}}@media (max-width:992px){.pro-sidebar.lg{left:-270px;position:fixed}.pro-sidebar.lg.collapsed{left:-80px}.pro-sidebar.lg.toggled{left:0}.pro-sidebar.lg.toggled .overlay{display:block}.pro-sidebar.lg.rtl{left:auto;right:-270px}.pro-sidebar.lg.rtl.collapsed{left:auto;right:-80px}.pro-sidebar.lg.rtl.toggled{left:auto;right:0}}@media (max-width:1200px){.pro-sidebar.xl{left:-270px;position:fixed}.pro-sidebar.xl.collapsed{left:-80px}.pro-sidebar.xl.toggled{left:0}.pro-sidebar.xl.toggled .overlay{display:block}.pro-sidebar.xl.rtl{left:auto;right:-270px}.pro-sidebar.xl.rtl.collapsed{left:auto;right:-80px}.pro-sidebar.xl.rtl.toggled{left:auto;right:0}}@media (max-width:1600px){.pro-sidebar.xxl{left:-270px;position:fixed}.pro-sidebar.xxl.collapsed{left:-80px}.pro-sidebar.xxl.toggled{left:0}.pro-sidebar.xxl.toggled .overlay{display:block}.pro-sidebar.xxl.rtl{left:auto;right:-270px}.pro-sidebar.xxl.rtl.collapsed{left:auto;right:-80px}.pro-sidebar.xxl.rtl.toggled{left:auto;right:0}}.pro-sidebar .pro-menu.submenu-bullets .pro-menu-item.pro-sub-menu .pro-inner-list-item .pro-inner-item:before{border:1px solid #2b2b2b;border-radius:50%;box-shadow:1px 0 0 #adadad,0 -1px 0 #adadad,0 1px 0 #adadad,-1px 0 0 #adadad;content:"";display:inline-block;height:4px;margin-right:15px;min-width:4px;position:relative;width:4px}.pro-sidebar .pro-menu .pro-menu-item>.pro-inner-item>.pro-item-content{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pro-sidebar .pro-menu{padding-bottom:10px;padding-top:10px}.pro-sidebar .pro-menu>ul>.pro-sub-menu>.pro-inner-list-item{background-color:#2b2b2b;position:relative}.pro-sidebar .pro-menu>ul>.pro-sub-menu>.pro-inner-list-item>div>ul{padding-bottom:15px;padding-top:15px}.pro-sidebar .pro-menu a{color:#adadad;text-decoration:none}.pro-sidebar .pro-menu a:before{background-color:initial;bottom:0;content:"";left:0;position:absolute;right:0;top:0}.pro-sidebar .pro-menu a:hover{color:#d8d8d8}.pro-sidebar .pro-menu .pro-menu-item{font-size:15px}.pro-sidebar .pro-menu .pro-menu-item.active{color:#d8d8d8}.pro-sidebar .pro-menu .pro-menu-item .suffix-wrapper{opacity:1;transition:opacity .2s}.pro-sidebar .pro-menu .pro-menu-item .prefix-wrapper{display:flex;margin-right:5px;opacity:1;transition:opacity .2s}.pro-sidebar .pro-menu .pro-menu-item>.pro-inner-item{align-items:center;cursor:pointer;display:flex;padding:8px 35px 8px 20px;position:relative}.pro-sidebar .pro-menu .pro-menu-item>.pro-inner-item:focus{color:#d8d8d8;outline:none}.pro-sidebar .pro-menu .pro-menu-item>.pro-inner-item>.pro-icon-wrapper{display:inline-block;font-size:14px;height:35px;line-height:35px;margin-right:10px;min-width:35px;text-align:center;width:35px}.pro-sidebar .pro-menu .pro-menu-item>.pro-inner-item>.pro-icon-wrapper .pro-icon{align-items:center;display:flex;height:100%;justify-content:center}.pro-sidebar .pro-menu .pro-menu-item>.pro-inner-item>.pro-item-content{flex-grow:1;flex-shrink:1}.pro-sidebar .pro-menu .pro-menu-item>.pro-inner-item:hover{color:#d8d8d8}.pro-sidebar .pro-menu .pro-menu-item>.pro-inner-item:hover .pro-icon-wrapper .pro-icon{animation:swing .5s ease-in-out 1 alternate}.pro-sidebar .pro-menu .pro-menu-item.pro-sub-menu>.pro-inner-item:before{background:#adadad}.pro-sidebar .pro-menu .pro-menu-item.pro-sub-menu>.pro-inner-item>.pro-arrow-wrapper{position:absolute;right:20px;top:50%;transform:translateY(-50%)}.pro-sidebar .pro-menu .pro-menu-item.pro-sub-menu>.pro-inner-item>.pro-arrow-wrapper .pro-arrow{border-color:#adadad;border-style:solid;border-width:0 2px 2px 0;display:inline-block;padding:2.5px;transform:rotate(-45deg);transition:transform .3s;vertical-align:middle}.pro-sidebar .pro-menu .pro-menu-item.pro-sub-menu.open>.pro-inner-item:before{background:#0000!important}.pro-sidebar .pro-menu .pro-menu-item.pro-sub-menu.open>.pro-inner-item>.pro-arrow-wrapper .pro-arrow{transform:rotate(45deg)}.pro-sidebar .pro-menu .pro-menu-item.pro-sub-menu .pro-inner-list-item{padding-left:24px}.pro-sidebar .pro-menu .pro-menu-item.pro-sub-menu .pro-inner-list-item .pro-inner-item{padding:8px 30px 8px 15px}.pro-sidebar .pro-menu .pro-menu-item.pro-sub-menu .pro-inner-list-item .pro-inner-item>.pro-icon-wrapper{background:none;height:auto;line-height:auto;min-width:auto;width:auto}.pro-sidebar .pro-menu:not(.inner-submenu-arrows) .pro-inner-list-item .pro-menu-item.pro-sub-menu .pro-inner-item .pro-arrow-wrapper{display:none}.pro-sidebar .pro-menu.shaped .pro-menu-item>.pro-inner-item>.pro-icon-wrapper{background-color:#2b2b2b}.pro-sidebar .pro-menu.square .pro-menu-item>.pro-inner-item>.pro-icon-wrapper{border-radius:0}.pro-sidebar .pro-menu.round .pro-menu-item>.pro-inner-item>.pro-icon-wrapper{border-radius:4px}.pro-sidebar .pro-menu.circle .pro-menu-item>.pro-inner-item>.pro-icon-wrapper{border-radius:50%}.pro-sidebar.collapsed .pro-menu>ul>.pro-menu-item{position:relative}.pro-sidebar.collapsed .pro-menu>ul>.pro-menu-item>.pro-inner-item>.prefix-wrapper,.pro-sidebar.collapsed .pro-menu>ul>.pro-menu-item>.pro-inner-item>.suffix-wrapper{opacity:0}.pro-sidebar.collapsed .pro-menu>ul>.pro-menu-item>.pro-inner-list-item{background-color:#2b2b2b;z-index:111}.pro-sidebar.collapsed .pro-menu>ul>.pro-menu-item:before{bottom:0;content:"";cursor:pointer;display:inline-block;left:0;position:absolute;right:0;top:0}.pro-sidebar.collapsed .pro-menu>ul>.pro-menu-item.pro-sub-menu{position:relative}.pro-sidebar.collapsed .pro-menu>ul>.pro-menu-item.pro-sub-menu>.pro-inner-item{pointer-events:none}.pro-sidebar.collapsed .pro-menu>ul>.pro-menu-item.pro-sub-menu>.pro-inner-item>.pro-arrow-wrapper{display:none}.pro-sidebar.collapsed .pro-menu>ul>.pro-menu-item.pro-sub-menu>.pro-inner-list-item{background-color:initial;height:auto!important;max-height:100%;max-width:270px;min-width:220px;padding-left:3px;position:fixed;visibility:hidden}.pro-sidebar.collapsed .pro-menu>ul>.pro-menu-item.pro-sub-menu>.pro-inner-list-item.has-arrow{padding-left:10px}.pro-sidebar.collapsed .pro-menu>ul>.pro-menu-item.pro-sub-menu>.pro-inner-list-item>.popper-inner{background-color:#2b2b2b;border-radius:4px;max-height:100vh;overflow-y:auto;padding-left:20px}.pro-sidebar.collapsed .pro-menu>ul>.pro-menu-item.pro-sub-menu:hover>.pro-inner-list-item{transition:visibility,transform .3s;visibility:visible}.pro-sidebar.collapsed .pro-menu>ul>.pro-menu-item.pro-sub-menu:hover .pro-icon-wrapper .pro-icon{animation:swing .5s ease-in-out 1 alternate}.pro-sidebar.collapsed .pro-menu>ul>.pro-menu-item.pro-sub-menu .pro-inner-list-item .pro-inner-item,.pro-sidebar.collapsed .pro-menu>ul>.pro-menu-item.pro-sub-menu .pro-inner-list-item .pro-sub-menu-item{padding:8px 30px 8px 5px}.pro-sidebar.rtl .pro-menu .pro-menu-item .prefix-wrapper{margin-left:5px;margin-right:0}.pro-sidebar.rtl .pro-menu .pro-menu-item>.pro-inner-item{padding:8px 20px 8px 35px}.pro-sidebar.rtl .pro-menu .pro-menu-item>.pro-inner-item>.pro-icon-wrapper{margin-left:10px;margin-right:0}.pro-sidebar.rtl .pro-menu .pro-menu-item.pro-sub-menu>.pro-inner-item>.pro-arrow-wrapper{left:20px;right:auto}.pro-sidebar.rtl .pro-menu .pro-menu-item.pro-sub-menu>.pro-inner-item>.pro-arrow-wrapper .pro-arrow{transform:rotate(135deg)}.pro-sidebar.rtl .pro-menu .pro-menu-item.pro-sub-menu.open>.pro-inner-item>.pro-arrow-wrapper .pro-arrow{transform:rotate(45deg)}.pro-sidebar.rtl .pro-menu .pro-menu-item.pro-sub-menu .pro-inner-list-item{padding-left:0;padding-right:24px}.pro-sidebar.rtl .pro-menu .pro-menu-item.pro-sub-menu .pro-inner-list-item .pro-inner-item{padding:8px 15px 8px 30px}.pro-sidebar.rtl .pro-menu .pro-menu-item.pro-sub-menu .pro-inner-list-item .pro-inner-item:before{margin-left:15px;margin-right:0}.pro-sidebar.rtl.collapsed .pro-menu>ul>.pro-menu-item.pro-sub-menu>.pro-inner-list-item{padding-left:0;padding-right:3px}.pro-sidebar.rtl.collapsed .pro-menu>ul>.pro-menu-item.pro-sub-menu>.pro-inner-list-item.has-arrow{padding-right:10px}.pro-sidebar.rtl.collapsed .pro-menu>ul>.pro-menu-item.pro-sub-menu>.pro-inner-list-item>.popper-inner{padding-left:0;padding-right:20px}.pro-sidebar.rtl.collapsed .pro-menu>ul>.pro-menu-item.pro-sub-menu .pro-inner-list-item .pro-inner-item,.pro-sidebar.rtl.collapsed .pro-menu>ul>.pro-menu-item.pro-sub-menu .pro-inner-list-item .pro-sub-menu-item{padding:8px 5px 8px 30px}.popper-arrow{border-bottom:7px solid #0000;border-top:7px solid #0000;height:0;position:absolute;width:0;z-index:-1}.popper-element[data-popper-placement^=left]>.popper-arrow{border-right:7px solid #2b2b2b;right:0}.popper-element[data-popper-placement^=right]>.popper-arrow{border-left:7px solid #2b2b2b;left:0}.react-slidedown{height:0;transition-duration:.2s;transition-property:none;transition-timing-function:ease-in-out}.react-slidedown.transitioning{overflow-y:hidden}.react-slidedown.closed{display:none}*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#3b82f680;--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#3b82f680;--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }/*
! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
*/*,:after,:before{border:0 solid #e5e7eb;box-sizing:border-box}:after,:before{--tw-content:""}:host,html{-webkit-text-size-adjust:100%;font-feature-settings:normal;-webkit-tap-highlight-color:transparent;font-family:ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-variation-settings:normal;line-height:1.5;tab-size:4}body{line-height:inherit;margin:0}hr{border-top-width:1px;color:inherit;height:0}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-feature-settings:normal;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em;font-variation-settings:normal}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:initial}sub{bottom:-.25em}sup{top:-.5em}table{border-collapse:collapse;border-color:inherit;text-indent:0}button,input,optgroup,select,textarea{font-feature-settings:inherit;color:inherit;font-family:inherit;font-size:100%;font-variation-settings:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:initial;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:initial}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::placeholder,textarea::placeholder{color:#9ca3af;opacity:1}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{height:auto;max-width:100%}[hidden]:where(:not([hidden=until-found])){display:none}.container{width:100%}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1536px){.container{max-width:1536px}}.sr-only{clip:rect(0,0,0,0);border-width:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.pointer-events-none{pointer-events:none}.visible{visibility:visible}.collapse{visibility:collapse}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:-webkit-sticky;position:sticky}.inset-0{inset:0}.bottom-0{bottom:0}.left-0{left:0}.left-4{left:1rem}.left-auto{left:auto}.right-0{right:0}.right-1{right:.25rem}.right-4{right:1rem}.right-\[-1px\]{right:-1px}.top-0{top:0}.top-1{top:.25rem}.top-1\/2{top:50%}.top-4{top:1rem}.z-10{z-index:10}.z-50{z-index:50}.z-\[1300\]{z-index:1300}.order-1{order:1}.order-2{order:2}.m-0{margin:0}.m-4{margin:1rem}.-mx-2{margin-left:-.5rem;margin-right:-.5rem}.mx-12{margin-left:3rem;margin-right:3rem}.mx-2{margin-left:.5rem;margin-right:.5rem}.mx-3{margin-left:.75rem;margin-right:.75rem}.mx-4{margin-left:1rem;margin-right:1rem}.mx-5{margin-left:1.25rem;margin-right:1.25rem}.mx-9{margin-left:2.25rem;margin-right:2.25rem}.mx-auto{margin-left:auto;margin-right:auto}.my-2{margin-bottom:.5rem;margin-top:.5rem}.my-3{margin-bottom:.75rem;margin-top:.75rem}.my-4{margin-bottom:1rem;margin-top:1rem}.my-5{margin-bottom:1.25rem;margin-top:1.25rem}.-mb-24{margin-bottom:-6rem}.-ml-1{margin-left:-.25rem}.-ml-24{margin-left:-6rem}.-mr-32{margin-right:-8rem}.-mt-32{margin-top:-8rem}.mb-0{margin-bottom:0}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mb-\[3px\]{margin-bottom:3px}.me-3{-webkit-margin-end:.75rem;margin-inline-end:.75rem}.me-4{-webkit-margin-end:1rem;margin-inline-end:1rem}.ml-1{margin-left:.25rem}.ml-12{margin-left:3rem}.ml-2{margin-left:.5rem}.ml-3{margin-left:.75rem}.ml-4{margin-left:1rem}.ml-5{margin-left:1.25rem}.ml-6{margin-left:1.5rem}.mr-1{margin-right:.25rem}.mr-2{margin-right:.5rem}.mr-3{margin-right:.75rem}.mr-4{margin-right:1rem}.mr-6{margin-right:1.5rem}.ms-3{-webkit-margin-start:.75rem;margin-inline-start:.75rem}.mt-0{margin-top:0}.mt-0\.5{margin-top:.125rem}.mt-1{margin-top:.25rem}.mt-12{margin-top:3rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.hidden{display:none}.h-10{height:2.5rem}.h-11{height:2.75rem}.h-12{height:3rem}.h-2{height:.5rem}.h-20{height:5rem}.h-3{height:.75rem}.h-4{height:1rem}.h-48{height:12rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-64{height:16rem}.h-8{height:2rem}.h-9{height:2.25rem}.h-\[30px\]{height:30px}.h-\[90vh\]{height:90vh}.h-\[calc\(100vh-20px\)\]{height:calc(100vh - 20px)}.h-auto{height:auto}.h-full{height:100%}.h-screen{height:100vh}.max-h-\[70vh\]{max-height:70vh}.max-h-\[85vh\]{max-height:85vh}.max-h-full{max-height:100%}.min-h-0{min-height:0}.min-h-\[150px\]{min-height:150px}.min-h-\[280px\]{min-height:280px}.min-h-\[320px\]{min-height:320px}.min-h-\[42px\]{min-height:42px}.min-h-\[760px\]{min-height:760px}.min-h-screen{min-height:100vh}.\!w-8{width:2rem!important}.w-1\/12{width:8.333333%}.w-1\/2{width:50%}.w-1\/3{width:33.333333%}.w-1\/4{width:25%}.w-10{width:2.5rem}.w-11{width:2.75rem}.w-12{width:3rem}.w-2{width:.5rem}.w-2\/3{width:66.666667%}.w-20{width:5rem}.w-3{width:.75rem}.w-3\/12{width:25%}.w-3\/4{width:75%}.w-4{width:1rem}.w-48{width:12rem}.w-5{width:1.25rem}.w-5\/12{width:41.666667%}.w-6{width:1.5rem}.w-6\/12{width:50%}.w-60{width:15rem}.w-64{width:16rem}.w-8{width:2rem}.w-9{width:2.25rem}.w-9\/12{width:75%}.w-\[10\%\]{width:10%}.w-\[12\%\]{width:12%}.w-\[16\%\]{width:16%}.w-\[2\%\]{width:2%}.w-\[21\%\]{width:21%}.w-\[4\%\]{width:4%}.w-\[42\%\]{width:42%}.w-\[550px\]{width:550px}.w-\[7\%\]{width:7%}.w-\[8\%\]{width:8%}.w-\[9\%\]{width:9%}.w-\[95vw\]{width:95vw}.w-auto{width:auto}.w-full{width:100%}.min-w-0{min-width:0}.min-w-\[720px\]{min-width:720px}.max-w-2xl{max-width:42rem}.max-w-3xl{max-width:48rem}.max-w-4xl{max-width:56rem}.max-w-5xl{max-width:64rem}.max-w-\[360px\]{max-width:360px}.max-w-\[88\%\]{max-width:88%}.max-w-full{max-width:100%}.max-w-md{max-width:28rem}.flex-1{flex:1 1}.flex-shrink-0,.shrink-0{flex-shrink:0}.flex-grow,.grow{flex-grow:1}.table-fixed{table-layout:fixed}.border-collapse{border-collapse:collapse}.-translate-y-1\/2{--tw-translate-y:-50%}.-translate-y-1\/2,.rotate-180{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-180{--tw-rotate:180deg}.scale-105{--tw-scale-x:1.05;--tw-scale-y:1.05}.scale-105,.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes spin{to{transform:rotate(1turn)}}.animate-spin{animation:spin 1s linear infinite}.cursor-pointer{cursor:pointer}.resize-none{resize:none}.resize{resize:both}.appearance-none{-webkit-appearance:none;appearance:none}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-\[24px_1fr\]{grid-template-columns:24px 1fr}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.items-baseline{align-items:baseline}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.justify-evenly{justify-content:space-evenly}.gap-0{gap:0}.gap-1{gap:.25rem}.gap-1\.5{gap:.375rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.space-y-0>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(0px*var(--tw-space-y-reverse));margin-top:calc(0px*(1 - var(--tw-space-y-reverse)))}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(.25rem*var(--tw-space-y-reverse));margin-top:calc(.25rem*(1 - var(--tw-space-y-reverse)))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(.5rem*var(--tw-space-y-reverse));margin-top:calc(.5rem*(1 - var(--tw-space-y-reverse)))}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(.75rem*var(--tw-space-y-reverse));margin-top:calc(.75rem*(1 - var(--tw-space-y-reverse)))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(1rem*var(--tw-space-y-reverse));margin-top:calc(1rem*(1 - var(--tw-space-y-reverse)))}.space-y-5>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(1.25rem*var(--tw-space-y-reverse));margin-top:calc(1.25rem*(1 - var(--tw-space-y-reverse)))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(1.5rem*var(--tw-space-y-reverse));margin-top:calc(1.5rem*(1 - var(--tw-space-y-reverse)))}.self-end{align-self:flex-end}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.overflow-x-hidden{overflow-x:hidden}.scroll-smooth{scroll-behavior:smooth}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.whitespace-normal{white-space:normal}.whitespace-nowrap{white-space:nowrap}.whitespace-pre-wrap{white-space:pre-wrap}.text-wrap{text-wrap:wrap}.break-words{overflow-wrap:break-word}.break-all{word-break:break-all}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:1rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-none{border-radius:0}.rounded-xl{border-radius:.75rem}.rounded-r-md{border-bottom-right-radius:.375rem;border-top-right-radius:.375rem}.\!border{border-width:1px!important}.border{border-width:1px}.border-0{border-width:0}.border-2{border-width:2px}.border-b{border-bottom-width:1px}.border-r{border-right-width:1px}.border-t{border-top-width:1px}.\!border-solid{border-style:solid!important}.border-none{border-style:none}.\!border-gray-300{--tw-border-opacity:1!important;border-color:#d1d5db!important;border-color:rgb(209 213 219/var(--tw-border-opacity,1))!important}.border-\[var\(--theme-primary\)\]{border-color:var(--theme-primary)}.border-green-200{--tw-border-opacity:1;border-color:#bbf7d0;border-color:rgb(187 247 208/var(--tw-border-opacity,1))}.border-red-200{--tw-border-opacity:1;border-color:#fecaca;border-color:rgb(254 202 202/var(--tw-border-opacity,1))}.border-theme-border{border-color:var(--theme-border)}.border-theme-danger{border-color:var(--theme-danger)}.border-transparent{border-color:#0000}.border-white{--tw-border-opacity:1;border-color:#fff;border-color:rgb(255 255 255/var(--tw-border-opacity,1))}.border-white\/10{border-color:#ffffff1a}.border-white\/15{border-color:#ffffff26}.border-white\/20{border-color:#fff3}.border-t-transparent{border-top-color:#0000}.bg-\[\#1f1f1f\]{--tw-bg-opacity:1;background-color:#1f1f1f;background-color:rgb(31 31 31/var(--tw-bg-opacity,1))}.bg-\[var\(--theme-danger-bg\)\]{background-color:var(--theme-danger-bg)}.bg-black\/60{background-color:#0009}.bg-current{background-color:currentColor}.bg-green-100{--tw-bg-opacity:1;background-color:#dcfce7;background-color:rgb(220 252 231/var(--tw-bg-opacity,1))}.bg-purple-600{--tw-bg-opacity:1;background-color:#9333ea;background-color:rgb(147 51 234/var(--tw-bg-opacity,1))}.bg-red-100{--tw-bg-opacity:1;background-color:#fee2e2;background-color:rgb(254 226 226/var(--tw-bg-opacity,1))}.bg-slate-900{--tw-bg-opacity:1;background-color:#0f172a;background-color:rgb(15 23 42/var(--tw-bg-opacity,1))}.bg-theme-background{background-color:var(--theme-bg)}.bg-theme-danger{background-color:var(--theme-danger)}.bg-theme-overlay{background-color:var(--theme-overlay)}.bg-theme-surface{background-color:var(--theme-surface)}.bg-transparent{background-color:initial}.bg-white{--tw-bg-opacity:1;background-color:#fff;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.bg-white\/5{background-color:#ffffff0d}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.from-purple-600{--tw-gradient-from:#9333ea var(--tw-gradient-from-position);--tw-gradient-to:#9333ea00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.to-purple-700{--tw-gradient-to:#7e22ce var(--tw-gradient-to-position)}.object-contain{object-fit:contain}.p-0{padding:0}.p-1{padding:.25rem}.p-1\.5{padding:.375rem}.p-2{padding:.5rem}.p-2\.5{padding:.625rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.\!px-2{padding-left:.5rem!important;padding-right:.5rem!important}.\!px-3{padding-left:.75rem!important;padding-right:.75rem!important}.px-0{padding-left:0;padding-right:0}.px-0\.5{padding-left:.125rem;padding-right:.125rem}.px-1{padding-left:.25rem;padding-right:.25rem}.px-1\.5{padding-left:.375rem;padding-right:.375rem}.px-12{padding-left:3rem;padding-right:3rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.py-1{padding-bottom:.25rem;padding-top:.25rem}.py-1\.5{padding-bottom:.375rem;padding-top:.375rem}.py-10{padding-bottom:2.5rem;padding-top:2.5rem}.py-2{padding-bottom:.5rem;padding-top:.5rem}.py-2\.5{padding-bottom:.625rem;padding-top:.625rem}.py-3{padding-bottom:.75rem;padding-top:.75rem}.py-3\.5{padding-bottom:.875rem;padding-top:.875rem}.py-4{padding-bottom:1rem;padding-top:1rem}.py-5{padding-bottom:1.25rem;padding-top:1.25rem}.py-6{padding-bottom:1.5rem;padding-top:1.5rem}.py-8{padding-bottom:2rem;padding-top:2rem}.\!pb-0{padding-bottom:0!important}.pb-2{padding-bottom:.5rem}.pb-3{padding-bottom:.75rem}.pb-4{padding-bottom:1rem}.pb-6{padding-bottom:1.5rem}.pl-0{padding-left:0}.pl-1{padding-left:.25rem}.pl-10{padding-left:2.5rem}.pl-12{padding-left:3rem}.pl-2{padding-left:.5rem}.pl-3{padding-left:.75rem}.pl-4{padding-left:1rem}.pl-5{padding-left:1.25rem}.pl-6{padding-left:1.5rem}.pr-2{padding-right:.5rem}.pr-3{padding-right:.75rem}.pr-4{padding-right:1rem}.pr-6{padding-right:1.5rem}.pr-\[65px\]{padding-right:65px}.ps-2{-webkit-padding-start:.5rem;padding-inline-start:.5rem}.pt-0{padding-top:0}.pt-1{padding-top:.25rem}.pt-2{padding-top:.5rem}.pt-3{padding-top:.75rem}.pt-4{padding-top:1rem}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.align-top{vertical-align:top}.font-sans{font-family:ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji}.text-2xl{font-size:1.5rem;line-height:2rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-\[0\.9rem\]{font-size:.9rem}.text-\[11px\]{font-size:11px}.text-\[13px\]{font-size:13px}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.capitalize{text-transform:capitalize}.\!normal-case{text-transform:none!important}.italic{font-style:italic}.leading-4{line-height:1rem}.leading-5{line-height:1.25rem}.leading-6{line-height:1.5rem}.leading-none{line-height:1}.tracking-wide{letter-spacing:.025em}.\!text-\[var\(--theme-text\)\]{color:var(--theme-text)!important}.\!text-theme-primary-contrast{color:var(--theme-primary-contrast)!important}.text-\[\#2F2F2F\]{--tw-text-opacity:1;color:#2f2f2f;color:rgb(47 47 47/var(--tw-text-opacity,1))}.text-\[var\(--theme-danger\)\]{color:var(--theme-danger)}.text-\[var\(--theme-icon-active\)\]{color:var(--theme-icon-active)}.text-\[var\(--theme-primary-contrast\)\]{color:var(--theme-primary-contrast)}.text-\[var\(--theme-text-inverse\)\]{color:var(--theme-text-inverse)}.text-\[var\(--theme-warning\)\]{color:var(--theme-warning)}.text-emerald-400{--tw-text-opacity:1;color:#34d399;color:rgb(52 211 153/var(--tw-text-opacity,1))}.text-green-700{--tw-text-opacity:1;color:#15803d;color:rgb(21 128 61/var(--tw-text-opacity,1))}.text-red-400{--tw-text-opacity:1;color:#f87171;color:rgb(248 113 113/var(--tw-text-opacity,1))}.text-red-500{--tw-text-opacity:1;color:#ef4444;color:rgb(239 68 68/var(--tw-text-opacity,1))}.text-red-700{--tw-text-opacity:1;color:#b91c1c;color:rgb(185 28 28/var(--tw-text-opacity,1))}.text-slate-200{--tw-text-opacity:1;color:#e2e8f0;color:rgb(226 232 240/var(--tw-text-opacity,1))}.text-slate-300{--tw-text-opacity:1;color:#cbd5e1;color:rgb(203 213 225/var(--tw-text-opacity,1))}.text-slate-400{--tw-text-opacity:1;color:#94a3b8;color:rgb(148 163 184/var(--tw-text-opacity,1))}.text-slate-500{--tw-text-opacity:1;color:#64748b;color:rgb(100 116 139/var(--tw-text-opacity,1))}.text-slate-600{--tw-text-opacity:1;color:#475569;color:rgb(71 85 105/var(--tw-text-opacity,1))}.text-slate-900{--tw-text-opacity:1;color:#0f172a;color:rgb(15 23 42/var(--tw-text-opacity,1))}.text-theme-danger{color:var(--theme-danger)}.text-theme-primary-contrast{color:var(--theme-primary-contrast)}.text-theme-success{color:var(--theme-success)}.text-theme-text{color:var(--theme-text)}.text-theme-text-muted{color:var(--theme-text-muted)}.text-white{--tw-text-opacity:1;color:#fff;color:rgb(255 255 255/var(--tw-text-opacity,1))}.underline{-webkit-text-decoration-line:underline;text-decoration-line:underline}.no-underline{-webkit-text-decoration-line:none;text-decoration-line:none}.opacity-100{opacity:1}.opacity-25{opacity:.25}.opacity-50{opacity:.5}.opacity-70{opacity:.7}.opacity-75{opacity:.75}.opacity-80{opacity:.8}.shadow-2xl{--tw-shadow:0 25px 50px -12px #00000040;--tw-shadow-colored:0 25px 50px -12px var(--tw-shadow-color)}.shadow-2xl,.shadow-lg{box-shadow:0 0 #0000,0 0 #0000,var(--tw-shadow);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color)}.shadow-md{--tw-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color)}.shadow-md,.shadow-none{box-shadow:0 0 #0000,0 0 #0000,var(--tw-shadow);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-none{--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000}.shadow-sm{--tw-shadow:0 1px 2px 0 #0000000d;--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color)}.shadow-sm,.shadow-theme{box-shadow:0 0 #0000,0 0 #0000,var(--tw-shadow);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-theme{--tw-shadow:var(--theme-shadow-md);--tw-shadow-colored:var(--theme-shadow-md)}.shadow-purple-500\/30{--tw-shadow-color:#a855f74d;--tw-shadow:var(--tw-shadow-colored)}.outline{outline-style:solid}.blur{--tw-blur:blur(8px)}.blur,.blur-3xl{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.blur-3xl{--tw-blur:blur(64px)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.backdrop-blur-sm{--tw-backdrop-blur:blur(4px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.transition{transition-duration:.15s;transition-property:color,background-color,border-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-text-decoration-color,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-text-decoration-color,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-all{transition-duration:.15s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-colors{transition-duration:.15s;transition-property:color,background-color,border-color,fill,stroke,-webkit-text-decoration-color;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,-webkit-text-decoration-color;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-transform{transition-duration:.15s;transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1)}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.first\:mt-0:first-child{margin-top:0}.last\:border-b-0:last-child{border-bottom-width:0}.checked\:border-\[var\(--theme-primary\)\]:checked{border-color:var(--theme-primary)}.checked\:bg-\[var\(--theme-primary\)\]:checked{background-color:var(--theme-primary)}.hover\:-translate-y-0\.5:hover{--tw-translate-y:-0.125rem}.hover\:-translate-y-0\.5:hover,.hover\:-translate-y-1:hover{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:-translate-y-1:hover{--tw-translate-y:-0.25rem}.hover\:translate-x-1:hover{--tw-translate-x:0.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:\!bg-neutral-100:hover{--tw-bg-opacity:1!important;background-color:#f5f5f5!important;background-color:rgb(245 245 245/var(--tw-bg-opacity,1))!important}.hover\:bg-\[var\(--theme-danger-bg\)\]:hover{background-color:var(--theme-danger-bg)}.hover\:bg-purple-700:hover{--tw-bg-opacity:1;background-color:#7e22ce;background-color:rgb(126 34 206/var(--tw-bg-opacity,1))}.hover\:bg-theme-hover:hover{background-color:var(--theme-hover)}.hover\:bg-theme-primary:hover{background-color:var(--theme-primary)}.hover\:bg-white\/15:hover{background-color:#ffffff26}.hover\:from-purple-700:hover{--tw-gradient-from:#7e22ce var(--tw-gradient-from-position);--tw-gradient-to:#7e22ce00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.hover\:to-purple-800:hover{--tw-gradient-to:#6b21a8 var(--tw-gradient-to-position)}.hover\:text-\[var\(--theme-primary\)\]:hover{color:var(--theme-primary)}.hover\:text-theme-primary-contrast:hover{color:var(--theme-primary-contrast)}.hover\:text-white:hover{--tw-text-opacity:1;color:#fff;color:rgb(255 255 255/var(--tw-text-opacity,1))}.hover\:opacity-100:hover{opacity:1}.hover\:opacity-70:hover{opacity:.7}.hover\:opacity-90:hover{opacity:.9}.hover\:shadow-lg:hover{--tw-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color)}.hover\:shadow-lg:hover,.hover\:shadow-md:hover{box-shadow:0 0 #0000,0 0 #0000,var(--tw-shadow);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.hover\:shadow-md:hover{--tw-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color)}.hover\:shadow-xl:hover{--tw-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;--tw-shadow-colored:0 20px 25px -5px var(--tw-shadow-color),0 8px 10px -6px var(--tw-shadow-color);box-shadow:0 0 #0000,0 0 #0000,var(--tw-shadow);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.hover\:shadow-purple-500\/40:hover{--tw-shadow-color:#a855f766;--tw-shadow:var(--tw-shadow-colored)}.focus\:outline-none:focus{outline:2px solid #0000;outline-offset:2px}.focus\:ring-2:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),0 0 #0000;box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.focus\:ring-\[var\(--theme-focus-ring\)\]:focus{--tw-ring-color:var(--theme-focus-ring)}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:opacity-30:disabled{opacity:.3}.disabled\:opacity-50:disabled{opacity:.5}.disabled\:opacity-60:disabled{opacity:.6}.group:hover .group-hover\:scale-105{--tw-scale-x:1.05;--tw-scale-y:1.05}.group:hover .group-hover\:scale-105,.group:hover .group-hover\:scale-110{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:scale-110{--tw-scale-x:1.1;--tw-scale-y:1.1}.group:hover .group-hover\:shadow-lg{--tw-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color);box-shadow:0 0 #0000,0 0 #0000,var(--tw-shadow);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}@media (min-width:640px){.sm\:m-4{margin:1rem}.sm\:mt-0{margin-top:0}.sm\:grid-cols-\[150px_1fr\]{grid-template-columns:150px 1fr}.sm\:grid-cols-\[160px_1fr\]{grid-template-columns:160px 1fr}.sm\:flex-row{flex-direction:row}.sm\:items-center{align-items:center}.sm\:justify-between{justify-content:space-between}.sm\:gap-3{gap:.75rem}.sm\:p-12{padding:3rem}.sm\:p-5{padding:1.25rem}.sm\:p-6{padding:1.5rem}.sm\:px-0{padding-left:0;padding-right:0}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:opacity-0{opacity:0}.group:hover .sm\:group-hover\:opacity-100{opacity:1}}@media (min-width:768px){.md\:mt-0{margin-top:0}.md\:block{display:block}.md\:w-1\/2{width:50%}.md\:w-1\/3{width:33.333333%}.md\:w-1\/4{width:25%}.md\:w-11\/12{width:91.666667%}.md\:w-2\/3{width:66.666667%}.md\:w-3\/4{width:75%}.md\:w-5\/12{width:41.666667%}.md\:w-7\/12{width:58.333333%}.md\:w-72{width:18rem}.md\:w-full{width:100%}.md\:max-w-\[72\%\]{max-width:72%}.md\:max-w-\[92\%\]{max-width:92%}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:flex-row{flex-direction:row}.md\:items-center{align-items:center}.md\:justify-between{justify-content:space-between}.md\:p-4{padding:1rem}.md\:px-6{padding-left:1.5rem;padding-right:1.5rem}}@media (min-width:1024px){.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-\[1fr_auto\]{grid-template-columns:1fr auto}.lg\:items-end{align-items:flex-end}.lg\:p-6{padding:1.5rem}.lg\:px-6{padding-left:1.5rem;padding-right:1.5rem}}@media (min-width:1280px){.xl\:col-span-2{grid-column:span 2/span 2}.xl\:h-7{height:1.75rem}.xl\:w-12{width:3rem}.xl\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.xl\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.xl\:px-1{padding-left:.25rem;padding-right:.25rem}.xl\:px-2{padding-left:.5rem;padding-right:.5rem}.xl\:px-3{padding-left:.75rem;padding-right:.75rem}.xl\:py-1\.5{padding-bottom:.375rem;padding-top:.375rem}.xl\:py-4{padding-bottom:1rem;padding-top:1rem}.xl\:text-sm{font-size:.875rem;line-height:1.25rem}.xl\:text-xs{font-size:.75rem;line-height:1rem}}@media (prefers-color-scheme:dark){.dark\:border-green-800{--tw-border-opacity:1;border-color:#166534;border-color:rgb(22 101 52/var(--tw-border-opacity,1))}.dark\:border-red-800{--tw-border-opacity:1;border-color:#991b1b;border-color:rgb(153 27 27/var(--tw-border-opacity,1))}.dark\:bg-green-900\/30{background-color:#14532d4d}.dark\:bg-red-900\/30{background-color:#7f1d1d4d}.dark\:bg-slate-700{--tw-bg-opacity:1;background-color:#334155;background-color:rgb(51 65 85/var(--tw-bg-opacity,1))}.dark\:text-green-300{--tw-text-opacity:1;color:#86efac;color:rgb(134 239 172/var(--tw-text-opacity,1))}.dark\:text-red-300{--tw-text-opacity:1;color:#fca5a5;color:rgb(252 165 165/var(--tw-text-opacity,1))}}html{color-scheme:dark}html.light{color-scheme:light}*{box-sizing:border-box;font-family:Montserrat,sans-serif!important;font-weight:500;margin:0;padding:0}body{min-height:100vh}body,html.light body{background-color:var(--theme-bg)}h1,h2,h3,h4,h5,h6,label,p{margin-bottom:0;padding:0}iframe{display:none}#root iframe{display:block;height:calc(100vh - 85px)}.p-text{font-size:16px;font-weight:500}.p-text strong{font-weight:600}.p-text span{color:var(--theme-primary)}.h1-text{font-size:35px;font-weight:800;line-height:45px}.h1-text span{color:var(--theme-primary)}.title-text{font-size:48px;font-weight:800;line-height:55px}.title-text span{color:var(--theme-primary)}.subtitle-text{font-size:24px;font-weight:600;line-height:30px}.subtitle-text span{color:var(--theme-primary)}.cursor-pointer{cursor:pointer!important}@media (max-width:600px){.p-text{font-size:15px}.h1-text{font-size:22px;line-height:25px}.title-text{font-size:35px;line-height:40px}.subtitle-text{font-size:22px;line-height:25px}}.customDirButton{align-items:center;border:none;border-radius:5px;box-shadow:0 1px 13px #00000040;cursor:pointer;display:flex;justify-content:center;overflow:hidden;padding:8px 16px;position:relative;-webkit-user-select:none;user-select:none;width:100%}.customDirButton svg{height:auto}.customDirButton svg path{fill:var(--theme-primary-contrast)}.customDirButton div{display:flex;justify-content:center}.customDirButton div p{margin-left:10px}.customDirButton .buttonLoader{background-color:var(--theme-primary);cursor:auto;height:100%;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:100%;z-index:2}.customDirButton .buttonLoader .MuiCircularProgress-colorPrimary{color:var(--theme-primary-contrast)}.customDirButton.disabledBtn{background-color:var(--theme-border-strong);cursor:auto}.customDirButton.disabledBtn svg path{fill:var(--theme-primary-contrast)}.customDirButton.newDBconnectBtn svg{transform:rotate(45deg)}.customDirButton.successBtn{background-color:var(--theme-success);cursor:auto}.customDirButton.failedBtn{background-color:var(--theme-danger)}.customDirButton.noBgShadow{box-shadow:none}.customDirButton.noBg{background-color:initial;color:var(--theme-primary);font-weight:600}.customDirButton.noBg svg{width:20px}.customDirButton.noBg svg path{fill:var(--theme-primary)}.customDirButton.noBgDisbaled{color:var(--theme-text-muted);cursor:auto}.customDirButton.noBgDisbaled svg path{fill:var(--theme-text-muted)}.customDirButton.fitContent{width:-webkit-fit-content!important;width:fit-content!important}.fileUploadButton{align-items:center;background-color:var(--theme-primary);border:none;border-radius:5px;box-shadow:0 1px 13px #00000040;color:var(--theme-primary-contrast);cursor:pointer;display:flex;font-size:.875rem;gap:6px;height:50px;justify-content:start;overflow:visible;padding:10px;position:relative;text-align:center;-webkit-user-select:none;user-select:none;width:auto}.fileUploadButton:hover{background-color:var(--theme-primary-hover)}.fileUploadButton svg{height:auto}.fileUploadButton svg path{fill:var(--theme-primary-contrast)}.fileUploadButton div{display:flex;justify-content:center}.fileUploadButton div p{margin-left:5px}.fileUploadButton .buttonLoader{background-color:var(--theme-primary);cursor:auto;height:100%;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:100%;z-index:2}.promptTypeRadio label{color:var(--theme-text);font-size:14px;margin-right:10px;padding-left:10px}::-webkit-scrollbar{height:5px;-webkit-transition:width .2s ease!important;transition:width .2s ease!important;width:5px}::-webkit-scrollbar:hover{width:10px!important}::-webkit-scrollbar-track{background:var(--theme-surface-muted);border-radius:10px}::-webkit-scrollbar-thumb{background:var(--theme-border-strong);border-radius:10px}::-webkit-scrollbar-thumb:hover{background:var(--theme-text-muted)}.invalidCred{color:red;font-size:12px}.customLogin{border-radius:5px;margin:0 auto;max-width:444px;width:100%}.customLogin .headerText{text-align:center}.customLogin .headerText h5{border-bottom:3px solid #6946c6;font-size:20px;font-style:normal;font-weight:500;line-height:.1em;margin:10px auto;max-width:200px;width:100%}.customLogin .headerText h5 .inlineBlock{background:#fff;padding:0 10px}.customLogin label{font-size:16px;font-weight:600}.customLogin input{border:none;border-bottom:1px solid #717171;box-sizing:initial;font-size:16px;outline:none;width:calc(100% - 32px)}.customLogin input:focus{outline:none}.customLogin input:focus~label,.customLogin input:valid~label{color:#6946c6}.customLogin .mybtn-right{text-align:right}.customLogin .mybtn-right button{background:#6946c6;border:none;border-radius:10px;color:#fff;font-size:17px;font-weight:600;height:47px;width:141px}.customLogin .mybtn-right button:hover{background-color:var(--theme-primary-hover)}.deviceFarm{background:#fff;height:100%;min-height:100vh}.deviceFarm .expleoLogo{bottom:30px;position:absolute;right:30px;z-index:1}.deviceFarm .expleoLogo img{width:120px}.deviceFarm .appVersion{bottom:25px;color:#fff;font-size:16px;left:22px;position:absolute}.deviceFarm .customMain{max-width:500px}.deviceFarm .customMain img[alt=home]{width:280px}.deviceFarm .customMain p{color:#000;font-weight:400}.deviceFarm .customMain .bb-1{border-bottom:1px solid #c8c8c8b3}.deviceFarm .customMain .img-fluid{width:280px}.deviceFarm .customMainLogin{background:#000;overflow:hidden}.deviceFarm .customMainLogin .loginRobo1{left:10%;position:absolute;top:5%}.deviceFarm .customMainLogin .loginRobo2{bottom:5%;left:-50px;position:absolute}.deviceFarm .customMainLogin .customLogin{border-radius:5px;margin:0 auto;max-width:360px;width:100%}.deviceFarm .customMainLogin .customLogin .headerText{text-align:center}.deviceFarm .customMainLogin .customLogin .headerText h5{border-bottom:3px solid #6946c6;font-size:20px;font-style:normal;font-weight:500;line-height:.1em;margin:10px auto;max-width:320px;width:100%}.deviceFarm .customMainLogin .customLogin .headerText h5 .inlineBlock{background:#000;color:#fff;padding:0 10px}.deviceFarm .customMainLogin .customLogin label{color:#fff;font-size:16px;font-weight:300}.deviceFarm .customMainLogin .customLogin input{background-color:initial;border:none;border-bottom:1px solid #717171;box-sizing:initial;color:#fff;font-size:16px;outline:none;width:100%}.deviceFarm .customMainLogin .customLogin input:focus{outline:none}.deviceFarm .customMainLogin .customLogin input::placeholder{color:#fff;font-weight:400}.deviceFarm .customMainLogin .customLogin .mybtn-right{text-align:right}.deviceFarm .customMainLogin .customLogin .mybtn-right button{background:#6946c6;border:none;border-radius:10px;color:#fff;font-size:17px;font-weight:600}.deviceFarm .customMainLogin .customLogin .mybtn-right button:hover{background-color:var(--theme-primary-hover)}.customERSTEButton{background:#2f6fed!important;border:none;border-radius:5px;box-shadow:0 1px 13px #00000040;color:#fff;cursor:pointer;height:91px;justify-content:center;overflow:hidden;padding:8px 16px;-webkit-user-select:none;user-select:none;width:192px}.customERSTEButton img{height:auto;width:160px}.customERSTEButton:hover{transform:scale(1.05);transition:transform .2s ease}.supporting-images-button{align-items:center;background-color:var(--theme-surface-muted);border:none;border-radius:12px;color:var(--theme-text);cursor:pointer;display:flex;justify-content:center;padding:10px;position:relative;transition:all .2s ease}.supporting-images-button:hover{background-color:var(--theme-hover);color:var(--theme-text);transform:scale(1.05)}.supporting-images-button:active{transform:scale(.97)}.supporting-images-button .supporting-images-icon{transition:transform .2s ease}.supporting-images-button .supporting-images-badge{align-items:center;background-color:var(--theme-surface-raised);border-radius:9px;box-shadow:0 2px 4px #0003;color:var(--theme-text);display:flex;font-size:10px;font-weight:600;height:18px;justify-content:center;min-width:18px;padding:0 5px;position:absolute;right:-5px;top:-5px}.supporting-images-thumbnail-container{animation:fadeIn .3s ease;cursor:pointer;margin-bottom:12px}.supporting-images-thumbnail-container .thumbnail-wrapper{align-items:center;background-color:color-mix(in srgb,var(--theme-primary) 10%,#0000);border:1px solid color-mix(in srgb,var(--theme-primary) 20%,#0000);border-radius:10px;display:flex;gap:12px;padding:10px 14px;transition:all .2s ease}.supporting-images-thumbnail-container .thumbnail-wrapper:hover{background-color:color-mix(in srgb,var(--theme-primary) 15%,#0000);border-color:color-mix(in srgb,var(--theme-primary) 30%,#0000)}.supporting-images-thumbnail-container .thumbnail-loading{align-items:center;color:var(--theme-primary);display:flex;justify-content:center;padding:8px}.supporting-images-thumbnail-container .thumbnail-images{align-items:center;display:flex}.supporting-images-thumbnail-container .thumbnail-item{background-color:color-mix(in srgb,var(--theme-text) 10%,#0000);border:2px solid var(--theme-border);border-radius:6px;height:40px;overflow:hidden;transition:transform .2s ease;width:40px}.supporting-images-thumbnail-container .thumbnail-item:first-child{margin-left:0}.supporting-images-thumbnail-container .thumbnail-item:hover{transform:scale(1.1);z-index:10!important}.supporting-images-thumbnail-container .thumbnail-item .thumbnail-image{height:100%;object-fit:cover;width:100%}.supporting-images-thumbnail-container .thumbnail-item .thumbnail-file-icon{align-items:center;background-color:color-mix(in srgb,var(--theme-text) 5%,#0000);display:flex;height:100%;justify-content:center;width:100%}.supporting-images-thumbnail-container .thumbnail-item .thumbnail-sequence{align-items:center;background-color:var(--theme-primary);border-radius:7px;bottom:2px;color:var(--theme-primary-contrast);display:flex;font-size:9px;font-weight:600;height:14px;justify-content:center;min-width:14px;padding:0 3px;position:absolute;right:2px}.supporting-images-thumbnail-container .thumbnail-more{align-items:center;background-color:color-mix(in srgb,var(--theme-primary) 30%,#0000);border:2px solid var(--theme-border);border-radius:6px;color:var(--theme-primary-contrast);display:flex;font-size:12px;font-weight:600;height:40px;justify-content:center;margin-left:-12px;width:40px}.supporting-images-thumbnail-container .thumbnail-info{align-items:center;display:flex;gap:8px;margin-left:auto}.supporting-images-thumbnail-container .thumbnail-info .thumbnail-count{color:var(--theme-text-secondary);font-size:13px;font-weight:500}.supporting-images-thumbnail-container .thumbnail-info .thumbnail-edit-icon{color:var(--theme-text-muted);transition:color .2s ease}.supporting-images-thumbnail-container:hover .thumbnail-edit-icon{color:var(--theme-primary)}@keyframes fadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.gear-menu-container{bottom:120px;display:none;position:fixed;right:20px;z-index:100}.gear-menu-container .gear-menu-button{align-items:center;background-color:var(--theme-primary);border:none;border-radius:50%;box-shadow:0 4px 12px color-mix(in srgb,var(--theme-primary) 40%,#0000);color:var(--theme-primary-contrast);cursor:pointer;display:flex;height:50px;justify-content:center;transition:all .3s ease;width:50px}.gear-menu-container .gear-menu-button:hover{background-color:var(--theme-primary-hover);transform:scale(1.05)}.gear-menu-container .gear-menu-button.active{background-color:var(--theme-primary-hover)}.gear-menu-container .gear-menu-button .gear-icon{transition:transform .3s ease}.gear-menu-container .gear-menu-button .gear-icon.rotating{transform:rotate(90deg)}.gear-menu-container .gear-menu-dropdown{animation:slideUp .2s ease;background-color:var(--theme-surface-raised);border-radius:8px;bottom:60px;box-shadow:0 4px 20px #0000004d;min-width:180px;overflow:hidden;position:absolute;right:0}.gear-menu-container .gear-menu-dropdown .gear-menu-item{align-items:center;background:#0000;border:none;color:var(--theme-text);cursor:pointer;display:flex;font-size:14px;padding:12px 16px;text-align:left;transition:background-color .2s ease;width:100%}.gear-menu-container .gear-menu-dropdown .gear-menu-item:hover{background-color:var(--theme-hover)}.gear-menu-container .gear-menu-dropdown .gear-menu-item svg{flex-shrink:0}@keyframes slideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.image-upload-modal{background-color:var(--theme-modal);color:var(--theme-text)}.image-upload-modal .dialogHead{border-bottom:1px solid var(--theme-border)}.image-upload-modal .customDirButton{align-items:center;background-color:var(--theme-primary);border:none;border-radius:6px;color:var(--theme-primary-contrast);cursor:pointer;display:flex;font-weight:500;justify-content:center;padding:10px 20px;transition:background-color .2s ease}.image-upload-modal .customDirButton:hover:not(:disabled){background-color:var(--theme-primary-hover)}.image-upload-modal .customDirButton:disabled{cursor:not-allowed;opacity:.5}.image-upload-modal .btn-outline-light{border-color:var(--theme-border);color:var(--theme-text)}.image-upload-modal .btn-outline-light:hover:not(:disabled){background-color:var(--theme-hover)}.image-upload-modal .btn-outline-light:disabled{cursor:not-allowed;opacity:.5}.image-upload-modal .upload-progress-container{background-color:color-mix(in srgb,var(--theme-primary) 10%,#0000);border:1px solid color-mix(in srgb,var(--theme-primary) 20%,#0000);border-radius:12px;padding:24px}.image-upload-modal .upload-progress-container .upload-progress-info{margin-bottom:16px}.image-upload-modal .upload-progress-container .upload-progress-info .progress-status{align-items:center;display:flex;justify-content:space-between;margin-bottom:8px}.image-upload-modal .upload-progress-container .upload-progress-info .progress-status .progress-label{color:var(--theme-text);font-size:14px;font-weight:500}.image-upload-modal .upload-progress-container .upload-progress-info .progress-status .progress-percentage{color:var(--theme-primary);font-size:14px;font-weight:600}.image-upload-modal .upload-progress-container .upload-progress-info .current-file-name{align-items:center;display:flex;font-size:12px;gap:8px}.image-upload-modal .upload-progress-container .upload-progress-info .current-file-name .file-label{color:var(--theme-text-muted)}.image-upload-modal .upload-progress-container .upload-progress-info .current-file-name .file-name{color:var(--theme-text-secondary);font-weight:500;max-width:300px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.image-upload-modal .upload-progress-container .upload-hint{color:var(--theme-text-muted);margin-top:16px}.image-upload-modal .upload-progress{align-items:center;display:flex;gap:12px}.image-upload-modal .upload-progress .MuiLinearProgress-root{flex:1 1}.image-upload-modal .upload-progress .progress-text{font-size:14px;font-weight:500;min-width:45px;text-align:right}.image-preview-list .image-preview-header{align-items:center;border-bottom:1px solid var(--theme-border);display:flex;justify-content:space-between;margin-bottom:16px;padding-bottom:8px}.image-preview-list .image-preview-header .image-count{color:var(--theme-text);font-size:14px;font-weight:500}.image-preview-list .image-preview-header .drag-hint{color:var(--theme-text-muted);font-size:12px}.image-preview-list .image-preview-grid{display:flex;flex-direction:column;gap:8px;max-height:300px;overflow-y:auto;padding-right:8px}.image-preview-list .image-preview-grid::-webkit-scrollbar{width:6px}.image-preview-list .image-preview-grid::-webkit-scrollbar-track{background:color-mix(in srgb,var(--theme-text) 5%,#0000);border-radius:3px}.image-preview-list .image-preview-grid::-webkit-scrollbar-thumb{background:color-mix(in srgb,var(--theme-primary) 50%,#0000);border-radius:3px}.image-preview-list .image-preview-grid::-webkit-scrollbar-thumb:hover{background:color-mix(in srgb,var(--theme-primary) 70%,#0000)}.image-preview-list .image-preview-item{align-items:center;background-color:color-mix(in srgb,var(--theme-text) 5%,#0000);border:2px solid #0000;border-radius:8px;cursor:grab;display:flex;gap:12px;padding:10px 12px;transition:all .2s ease}.image-preview-list .image-preview-item:hover{background-color:color-mix(in srgb,var(--theme-text) 8%,#0000)}.image-preview-list .image-preview-item.dragging{cursor:grabbing;opacity:.5}.image-preview-list .image-preview-item.drag-over{background-color:color-mix(in srgb,var(--theme-primary) 10%,#0000);border-color:var(--theme-primary)}.image-preview-list .image-preview-item .image-preview-sequence{align-items:center;background-color:var(--theme-primary);border-radius:50%;color:var(--theme-primary-contrast);display:flex;flex-shrink:0;font-size:12px;font-weight:600;height:28px;justify-content:center;width:28px}.image-preview-list .image-preview-item .image-preview-thumbnail{background-color:color-mix(in srgb,var(--theme-text) 10%,#0000);border-radius:6px;flex-shrink:0;height:48px;overflow:hidden;width:48px}.image-preview-list .image-preview-item .image-preview-thumbnail img{height:100%;object-fit:cover;width:100%}.image-preview-list .image-preview-item .image-preview-info{display:flex;flex:1 1;flex-direction:column;gap:2px;min-width:0}.image-preview-list .image-preview-item .image-preview-info .image-name{color:var(--theme-text);font-size:14px;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.image-preview-list .image-preview-item .image-preview-info .image-size{color:var(--theme-text-muted);font-size:12px}.image-preview-list .image-preview-item .image-preview-actions{flex-shrink:0}.image-preview-list .image-preview-item .image-preview-actions .remove-btn{color:var(--theme-text-muted);padding:6px;transition:all .2s ease}.image-preview-list .image-preview-item .image-preview-actions .remove-btn:hover{background-color:color-mix(in srgb,var(--theme-danger) 10%,#0000);color:var(--theme-danger)}.image-preview-empty{background-color:color-mix(in srgb,var(--theme-text) 3%,#0000);border:2px dashed var(--theme-border);border-radius:8px;padding:40px 20px;text-align:center}.image-preview-empty p{color:var(--theme-text-muted);font-size:14px;margin:0}.spinner-border-sm{border-width:.15em;height:1rem;width:1rem}.chatBoxSection{color:var(--theme-text);height:100vh}.chatBoxSection .chatBotSidebar{float:left;height:100%;width:260px}.chatBoxSection .chatBotTextArea{float:right;height:100%;width:calc(100% - 260px)}.chatBoxSection .chat-app{background:var(--theme-bg);color:var(--theme-text);display:flex;flex-direction:column;height:100%;margin:0 auto;position:relative;width:100%}.chatBoxSection .chat-app .chatTopBar{background-color:color-mix(in srgb,var(--theme-surface) 92%,#0000);color:var(--theme-text);left:0;padding:10px 0;position:absolute;top:0;width:100%;z-index:1}.chatBoxSection .chat-app .chatTopBar .modelSelect{align-items:right;background-color:var(--theme-input);background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.335 1.832 5 5.165 1.668 1.832' stroke='%23D9D9E3' stroke-opacity='.7' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");border:none;box-shadow:none;color:var(--theme-text);cursor:pointer;display:inline-flex;flex-direction:row;font-size:14px;font-weight:500;justify-content:right;max-width:200px;outline:none;padding:8px 10px}.chatBoxSection .chat-app .chatTopBar .modelSelect option{background-color:var(--theme-modal);border-radius:0;color:var(--theme-text);cursor:pointer;font-size:14px;font-weight:500;padding:10px;text-align:left}.chatBoxSection .chat-app .chatTopBar .topBarActionBtn{background-color:var(--theme-surface-muted);border:none;border-radius:5px;height:35px;outline:none;padding-left:10px;width:35px}.chatBoxSection .chat-app .chatTopBar .topBarActionBtn:hover{background-color:var(--theme-primary)}.chatBoxSection .chat-app .chatTopBar .topBarActionBtn svg{height:auto;width:16px}.chatBoxSection .chat-app .chatTopBar .topBarActionBtn svg path{fill:var(--theme-primary-contrast)}.chatBoxSection .chat-app .chatTopBar .topBarActionBtn.disabled:hover{background-color:var(--theme-surface-muted)}.chatBoxSection .chat-app .chatTopBar .topBarActionBtn.disabled svg path{fill:var(--theme-text-muted)}.chatBoxSection .chat-app .chat-messages{background:var(--theme-bg);border-radius:21px;color:var(--theme-text);flex-grow:1;overflow:hidden;padding:10px;position:relative;width:100%}.chatBoxSection .chat-app .chat-messages .exportChat .downloadIcon{background:var(--theme-primary);border-radius:31.4657px;box-shadow:var(--theme-shadow-sm);cursor:pointer;display:grid;height:40px;place-items:center;width:40px}.chatBoxSection .chat-app .chat-messages .exportChat .downloadIcon svg{width:20px}.chatBoxSection .chat-app .chat-messages .clearChat{all:unset;align-items:center;background-color:var(--theme-surface-raised);border-radius:50%;box-shadow:0 0 12px #00000029;cursor:pointer;display:flex;height:40px;justify-content:center;position:absolute;right:10px;top:10px;width:40px;z-index:2}.chatBoxSection .chat-app .chat-messages .clearChat svg{height:auto;width:20px}.chatBoxSection .chat-app .chat-messages .messagesBox{height:100%;overflow:auto;padding-top:40px}.chatBoxSection .chat-app .chat-messages .messagesBox::-webkit-scrollbar{width:5px}.chatBoxSection .chat-app .chat-messages .messagesBox::-webkit-scrollbar-track{background-color:initial;border-radius:10px}.chatBoxSection .chat-app .chat-messages .messagesBox::-webkit-scrollbar-thumb{background:var(--theme-border);border-radius:10px}.chatBoxSection .chat-app .chat-messages .messagesBox::-webkit-scrollbar-thumb:hover{background:var(--theme-border-strong)}.chatBoxSection .chat-app .chat-messages .messagesBox:hover{-webkit-mask-position:left top}.chatBoxSection .chat-app .chat-messages .messagesBox .initialScreen h3{color:var(--theme-text-muted);font-weight:600}.chatBoxSection .chat-app .chat-messages .message{padding:20px 10px;vertical-align:bottom}.chatBoxSection .chat-app .chat-messages .message .messageActionButtons button{background-color:initial;border:none;color:var(--theme-icon-muted);outline:none}.chatBoxSection .chat-app .chat-messages .message .messageActionButtons button:hover{color:var(--theme-icon-primary)}.chatBoxSection .chat-app .chat-messages .message .messageActionButtons svg{height:auto;width:15px}.chatBoxSection .chat-app .chat-messages .message .messageActionButtons svg path{fill:currentColor}.chatBoxSection .chat-app .chat-messages .message .messageActionButtons button.active{color:var(--theme-success)}.chatBoxSection .chat-app .chat-messages .message .messageActionButtons button.active svg path{fill:currentColor}.chatBoxSection .chat-app .chat-messages .message p{font-size:14px;font-weight:400;margin-top:8px}.chatBoxSection .chat-app .chat-messages .message .messageIcon{background-color:var(--theme-surface-muted);border-radius:50%;color:var(--theme-text);display:grid;font-size:12px;font-weight:500;height:36px;place-items:center;width:36px}.chatBoxSection .chat-app .chat-messages .message .messageIcon svg{height:auto;width:14px}.chatBoxSection .chat-app .chat-messages .message.model .messageIcon{background-color:initial}.chatBoxSection .chat-app .chat-messages .message.model .messageIcon img{height:100%;object-fit:contain;pointer-events:none;width:100%}.chatBoxSection .chat-app .initialScreen{align-items:center;border-radius:21px;display:flex;flex-grow:1;justify-content:center;padding:10px;position:relative;width:100%}.chatBoxSection .chat-app .initialScreen h3{background:var(--theme-surface-muted);border-radius:12px;color:var(--theme-text);font-size:12px;padding:6px 26px}.chatBoxSection .chat-app .initialScreen .botIconAnimation{animation:floatAnimation 3s ease infinite;bottom:0;position:absolute;right:40px}@keyframes floatAnimation{50%{transform:translateY(-20px)}to{transform:translateY(0)}}@keyframes moveAnimation{50%{left:100%;transform:scaleX(1) translateX(-100%)}to{left:0;transform:scaleX(-1)}}.chatBoxSection .chat-app .chat-input{width:100%!important}.chatBoxSection .chat-app .chat-input .chatInputs{background:var(--theme-input);border:1px solid var(--theme-input-border);border-radius:10px;box-shadow:var(--theme-shadow-sm);height:57px;max-height:120px;overflow:hidden;width:100%}.chatBoxSection .chat-app .chat-input .chatInputs .chatFileUpload input[type=file]{display:none}.chatBoxSection .chat-app .chat-input .chatInputs .chatFileUpload .fileUploadIcon{background:var(--theme-primary);border-radius:9px;box-shadow:var(--theme-shadow-sm);height:52px;margin-left:6px;width:52px}.chatBoxSection .chat-app .chat-input .chatInputs .chatFileUpload.dragActive .fileUploadIcon svg{width:40px}.chatBoxSection .chat-app .chat-input textarea{background-color:initial;border:none;color:var(--theme-text);font-size:1rem;font-weight:400;height:100%;max-height:120px;outline:none;overflow:auto;padding:10px 10px 10px 20px;resize:none;width:100%}.chatBoxSection .chat-app .chat-input textarea::placeholder{color:var(--theme-text-muted)}.chatBoxSection .chat-app .chat-input button{padding-bottom:12px;padding-top:12px;width:-webkit-fit-content;width:fit-content}.chatBoxSection .chat-app .chat-input button svg{height:auto;transform:translateX(-3px);width:28px}.chatBoxSection .chat-app .chatInputDock{background:var(--theme-bg);border-top:1px solid var(--theme-border);color:var(--theme-text)}.chatBoxSection .chatHistory{background:var(--theme-surface-muted);box-shadow:var(--theme-shadow-md);color:var(--theme-text);height:100%;position:relative;width:100%}.chatBoxSection .chatHistory .sideBarLogo{border-bottom:1px solid var(--theme-border);text-align:center}.chatBoxSection .chatHistory .sideBarLogo img{height:auto;pointer-events:none;-webkit-user-select:none;user-select:none;width:150px}.chatBoxSection .chatHistory .newChatBox{background:var(--theme-surface);border-bottom:1px solid var(--theme-border);border-top:1px solid var(--theme-border)}.chatBoxSection .chatHistory .newChatBox .leftLine{border-left:1px solid var(--theme-border)}.chatBoxSection .chatHistory .newChatBox .topLine{border-top:1px solid var(--theme-border)}.chatBoxSection .chatHistory .newChatBox button{background-color:initial;border:none;color:var(--theme-text);font-size:12px;margin:0 auto;outline:none;width:-webkit-fit-content;width:fit-content}.chatBoxSection .chatHistory .newChatBox button .iconBot{background:var(--theme-surface-raised);border-radius:10px;display:grid;height:40px;margin:0 auto 10px;place-items:center;transition:.2s;width:40px}.chatBoxSection .chatHistory .newChatBox button .iconBot svg{height:auto;width:20px}.chatBoxSection .chatHistory .newChatBox button .iconBot svg path{fill:var(--theme-text);fill-opacity:1;transition:.2s}.chatBoxSection .chatHistory .newChatBox button:hover .iconBot{background:var(--theme-hover)}.chatBoxSection .chatHistory .newChatBox button:hover .iconBot svg path{fill:var(--theme-primary)}.chatBoxSection .chatHistory .chatHistoryList{height:calc(100vh - 210px);mask-image:linear-gradient(0deg,#0000,#000),linear-gradient(270deg,#0000 5px,#000 0);-webkit-mask-image:linear-gradient(0deg,#0000,#000),linear-gradient(270deg,#0000 5px,#000 0);mask-position:left bottom;-webkit-mask-position:left bottom;mask-size:100% 20000px;-webkit-mask-size:100% 20000px;overflow:hidden;overflow-y:auto;transition:mask-position .3s,-webkit-mask-position .3s}.chatBoxSection .chatHistory .chatHistoryList::-webkit-scrollbar{width:5px}.chatBoxSection .chatHistory .chatHistoryList::-webkit-scrollbar-track{background-color:initial;border-radius:10px}.chatBoxSection .chatHistory .chatHistoryList::-webkit-scrollbar-thumb{background:var(--theme-border);border-radius:10px}.chatBoxSection .chatHistory .chatHistoryList::-webkit-scrollbar-thumb:hover{background:var(--theme-border-strong)}.chatBoxSection .chatHistory .chatHistoryList:hover{-webkit-mask-position:left top}.chatBoxSection .chatHistory .chatHistoryList h5{color:var(--theme-text);font-size:18px;font-weight:300}.chatBoxSection .chatHistory .chatHistoryList .chatList{border-bottom:1px solid #ffffff1a}.chatBoxSection .chatHistory .chatHistoryList .chatList.active{background-color:var(--theme-active)}.chatBoxSection .chatHistory .chatHistoryList .chatList button{background-color:initial;border:none;padding:10px 0}.chatBoxSection .chatHistory .chatHistoryList .chatList .flex-grow-1 button,.chatBoxSection .chatHistory .chatHistoryList .chatList .flex-grow-1 input{color:var(--theme-text);font-size:13px;font-weight:500;text-align:left;width:100%}.chatBoxSection .chatHistory .chatHistoryList .chatList .flex-grow-1 input{background-color:initial;border:none;outline:none}.chatBoxSection .chatHistory .chatHistoryList .chatList .chatNameSave svg{height:auto;width:15px}.chatBoxSection .chatHistory .chatHistoryList .chatList .chatNameSave svg path{fill:var(--theme-text)}.chatBoxSection .chatHistory .chatHistoryList .chatList .chatNameSave button[title=Cancel] svg{width:12px}.chatBoxSection .chatHistory .chatHistoryList .chatList .chatEdit{opacity:0;padding-left:10px}.chatBoxSection .chatHistory .chatHistoryList .chatList .chatEdit svg{height:auto;width:15px}.chatBoxSection .chatHistory .chatHistoryList .chatList .chatEdit svg path{fill:var(--theme-text)}.chatBoxSection .chatHistory .chatHistoryList .chatList.active .chatEdit,.chatBoxSection .chatHistory .chatHistoryList .chatList:hover .chatEdit{opacity:1}.chatBoxSection .chatHistory .chatHistoryList .yesterdayChatHistory h4{color:var(--theme-text-muted);font-size:12px;font-weight:700}.chatBoxSection .chatHistory .userDetails{position:relative;-webkit-user-select:none;user-select:none}.chatBoxSection .chatHistory .userDetails .userImg{background:var(--theme-surface-raised);border-radius:50%;display:grid;height:40px;place-items:center;width:40px}.chatBoxSection .chatHistory .userDetails .userImg p{font-size:12px;letter-spacing:-1.5px;text-transform:uppercase}.chatBoxSection .chatHistory .userDetails .userNameDetail{position:relative}.chatBoxSection .chatHistory .userDetails .userNameDetail h6{color:var(--theme-text);font-size:14px;font-weight:500}.chatBoxSection .chatHistory .userDetails .userNameDetail button{background-color:initial;border:none;outline:none}.chatBoxSection .chatHistory .userDetails .userNameDetail button svg{height:auto;width:4px}.chatBoxSection .chatHistory .userDetails .userActionButtons{background-color:var(--theme-modal);border-radius:10px;bottom:65px;left:0;opacity:0;overflow:hidden;padding:8px 0;position:absolute;transition:.2s;visibility:hidden;width:100%;z-index:5}.chatBoxSection .chatHistory .userDetails .userActionButtons ul{list-style:none;margin:0;padding:0}.chatBoxSection .chatHistory .userDetails .userActionButtons ul li:last-child{border-top:1px solid var(--theme-border)}.chatBoxSection .chatHistory .userDetails .userActionButtons ul li button{background-color:initial;border:none;color:var(--theme-text);font-size:13px;font-weight:500;outline:none;padding:12px 15px;text-align:left;width:100%}.chatBoxSection .chatHistory .userDetails .userActionButtons ul li button:hover{background-color:var(--theme-hover)}.chatBoxSection .chatHistory .userDetails .userActionButtons ul li button svg{height:auto;width:15px}.chatBoxSection .chatHistory .userDetails .userActionButtons ul li button svg circle,.chatBoxSection .chatHistory .userDetails .userActionButtons ul li button svg path{fill-opacity:1;fill:var(--theme-text-secondary)}.chatBoxSection .chatHistory .userDetails:hover .userActionButtons{opacity:1;visibility:visible}.chatBoxSection .agileCheckbox label,.chatBoxSection .outputTypeRadio label{color:var(--theme-text);font-size:14px;font-weight:500;margin-right:10px;padding-left:10px;-webkit-user-select:none;user-select:none}.chatBoxSection .agileCheckbox input,.chatBoxSection .outputTypeRadio input{accent-color:#6946c6;height:auto;width:12px}.chatBoxSection .uploadedFileSection .inputGroup{align-items:center;display:flex}.chatBoxSection .uploadedFileSection .inputGroup input[type=text]{background:var(--theme-input);border:none;border-radius:5px;height:30px;outline:none;padding:10px;width:30px}.chatBoxSection .uploadedFileSection .inputGroup label{color:var(--theme-text);font-size:14px;font-weight:500;margin-left:10px}.chatBoxSection .uploadedFileSection .inputGroup input[type=checkbox]{accent-color:#6946c6;background:var(--theme-input);border:none;border-radius:5px;height:20px;outline:none;padding:10px;width:20px}.modelResponse{color:var(--theme-text)}.modelResponse h3{font-size:1.1rem;margin-top:10px}.modelResponse h1{font-size:1.3rem;margin-top:10px}.modelResponse h2{font-size:1.2rem;margin-top:10px}.modelResponse h5{font-size:1rem;margin-top:10px}.modelResponse p{margin-top:8px}.modelResponse ol li,.modelResponse p,.modelResponse ul li{font-size:14px;font-weight:400}.modelResponse table{border-collapse:collapse;margin:10px 0}.modelResponse table thead th{background:var(--theme-table-header);border:1px solid var(--theme-border);font-size:.8em;font-weight:700;padding:0 5px}.modelResponse table tbody tr td{font-size:.8em}.modelResponse .markdown table{border-collapse:collapse;box-shadow:0 0 20px #00000026;font-size:.9em;margin:25px 0}.modelResponse .markdown table thead tr th{background-color:var(--theme-table-header);font-weight:700}.modelResponse .markdown table tbody tr th,.modelResponse .markdown table thead tr th,.modelResponse td{border:1px solid var(--theme-border);padding:8px}.modelResponse .markdown table tbody tr{border-bottom:1px solid var(--theme-border)}.modelResponse .markdown table tbody tr:nth-of-type(2n){background-color:var(--theme-surface-muted)}.modelResponse .markdown tbody tr:last-of-type{border-bottom:2px solid var(--theme-success)}.modelResponse code{background-color:var(--theme-surface-muted);color:var(--theme-danger);display:inline-block;font-family:Consolas,courier new;font-weight:700}.modelResponse pre{max-width:100%;overflow:auto;white-space:pre-wrap}.modelResponse blockquote{background:var(--theme-surface-muted);border-left:4px solid var(--theme-border-strong);border-radius:5px;margin:10px 0 0;padding:10px;width:-webkit-fit-content;width:fit-content}.modelResponse blockquote p{color:var(--theme-warning);margin-top:0}.modelResponse blockquote p strong{color:var(--theme-text)}.modelResponse blockquote ol,.modelResponse blockquote ul{margin-top:10px}.uploadedFile{background:var(--theme-surface-muted);border-radius:6px;padding:5px 10px}.uploadedFile p{margin:0!important}.uploadedFile .fileName{color:var(--theme-text);font-size:12px;font-weight:500;max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.uploadedFile .fileSize{color:var(--theme-text-secondary);font-size:10px;font-weight:400}.uploadedFile button{all:unset;cursor:pointer;margin-left:10px;padding:0!important}.uploadedFile button svg{height:auto;width:12px!important}.evaluationPopup .subtitle-text{color:var(--theme-text-secondary);font-size:1rem;font-weight:500}.evaluationPopup .closeBtn svg{height:auto;width:14px}.evaluationPopup .closeBtn svg path{fill:var(--theme-text-secondary)}.evaluationPopup .modal-content{background-color:var(--theme-modal)}.evaluationPopup .modal-content .modal-header{border-bottom:1px solid var(--theme-border)}.evaluationPopup .chat-app .chat-messages{border-radius:0;height:calc(100vh - 220px);padding:0}.evaluationPopup .chat-app .chat-messages .messagesBox{padding-top:0}.evaluationPopup .chat-app .chat-messages .message{padding:0}.evaluationPopup .chat-app .initialScreen{border-radius:0;height:calc(100vh - 220px);padding:0}.pagination{font-size:13px;font-weight:600}.pagination span{color:var(--theme-primary)}.pagination .css-19xm0h7-MuiButtonBase-root-MuiPaginationItem-root.Mui-selected{background-color:var(--theme-primary);border:none;color:var(--theme-primary-contrast)}.pagination .css-19xm0h7-MuiButtonBase-root-MuiPaginationItem-root{background:none;border:1px solid var(--theme-border);border-radius:7px;color:var(--theme-text-muted)}html.light .chatBoxSection{color:var(--theme-text);height:100vh}html.light .chatBoxSection .chatHistory .newChatBox button .iconBot svg path{fill:var(--theme-primary)}html.light .chatBoxSection .chat-app .chatTopBar{background-color:color-mix(in srgb,var(--theme-surface) 92%,#0000);color:var(--theme-text)}html.light .chatBoxSection .chat-app .chatTopBar .modelSelect{background-color:var(--theme-input);background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.335 1.832 5 5.165 1.668 1.832' stroke='%23999' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");color:var(--theme-text);width:100px}html.light .chatBoxSection .chat-app .chatTopBar .modelSelect option{background-color:var(--theme-modal);color:var(--theme-text)}html.light .chatBoxSection .chat-app .chatTopBar .topBarActionBtn{background-color:var(--theme-surface-muted)}html.light .chatBoxSection .chat-app .chatTopBar .topBarActionBtn svg path{fill:var(--theme-text)}html.light .chatBoxSection .chat-app .chatTopBar .topBarActionBtn:hover svg path{fill:var(--theme-primary-contrast)}html.light .chatBoxSection .chat-app .chatTopBar .topBarActionBtn.disabled:hover{background-color:var(--theme-surface-muted)}html.light .chatBoxSection .chat-app .chatTopBar .topBarActionBtn.disabled svg path{fill:var(--theme-text-muted)}html.light .chatBoxSection .chat-app .chat-messages{color:var(--theme-text)}html.light .chatBoxSection .chat-app .chat-messages .message .messageIcon{color:var(--theme-text);font-weight:700}html.light .chatBoxSection .chat-app .chat-messages .message .messageActionButtons button svg path{fill:var(--theme-text)}html.light .chatBoxSection .chat-app .initialScreen h3{background:#7b7b7b1a;color:var(--theme-text)}html.light .chatBoxSection .chat-app .chat-input .chatInputs{background:var(--theme-input)}html.light .chatBoxSection .chat-app .chat-input textarea,html.light .chatBoxSection .chat-app .outputTypeRadio label{color:var(--theme-text)}html.light .chatBoxSection .uploadedFileSection .inputGroup input[type=text]{background:var(--theme-input)}html.light .chatBoxSection .uploadedFileSection .inputGroup label{color:var(--theme-text)}html.light .chatBoxSection .uploadedFileSection .inputGroup input[type=checkbox]{background:var(--theme-input)}html.light .chatBoxSection .uploadedFile{background:var(--theme-surface-muted)}html.light .chatBoxSection .uploadedFile .uploadedFileIcon svg path{fill:var(--theme-text)}html.light .chatBoxSection .uploadedFile .fileName{color:var(--theme-text);font-weight:600}html.light .chatBoxSection .uploadedFile .fileSize{color:var(--theme-text-secondary)}html.light .chatBoxSection .uploadedFile button svg path{fill:var(--theme-text)}html.light .evaluationPopup .subtitle-text{color:var(--theme-text)}html.light .evaluationPopup .closeBtn svg path{fill:var(--theme-text)}html.light .evaluationPopup .modal-content{background-color:var(--theme-modal)}html.light .evaluationPopup .modal-content .modal-header{border-bottom:1px solid var(--theme-border)}html.light .modelResponse{color:var(--theme-text)}html.light .modelResponse table thead th{background:var(--theme-table-header)}html.light .modelResponse code{background-color:var(--theme-surface-muted);color:var(--theme-danger)}html.light .modelResponse blockquote{background:var(--theme-surface);border:1px solid var(--theme-border);border-left-width:4px}html.light .modelResponse blockquote p{color:var(--theme-primary);font-weight:700!important}html.light .modelResponse blockquote p strong{color:var(--theme-text);font-weight:700}.userInput:hover .userInputEditIcon{display:block}.userInputEditIcon{display:none}.thinking-loader{align-items:flex-end;color:var(--theme-text-secondary);display:inline-flex;font-family:Arial,sans-serif;font-size:1rem;font-weight:600;gap:5px}.thinking-loader .thinking-text{animation:blink 3s linear infinite}.thinking-loader span{animation:pulse-loader 1.4s ease-in-out infinite;background-color:currentColor;border-radius:50%;bottom:5px;height:3px;opacity:.3;position:relative;width:3px}.thinking-loader span:nth-child(2){animation-delay:0s}.thinking-loader span:nth-child(3){animation-delay:.2s}.thinking-loader span:nth-child(4){animation-delay:.4s}.custom-button{background-color:var(--theme-surface-muted);border:none;border-radius:5px;height:35px;outline:none;width:35px}.custom-button:hover{background-color:var(--theme-primary)}.custom-button svg{height:auto;width:16px}.custom-button svg path{fill:var(--theme-primary-contrast)}.custom-button.disabled:hover{background-color:var(--theme-surface-muted)}.custom-button.disabled svg path{fill:var(--theme-text-muted)}@keyframes pulse-loader{0%,80%,to{opacity:.3;transform:scale(1)}40%{opacity:.7;transform:scale(1.4)}}@keyframes blink{0%,50%,to{opacity:1}25%,75%{opacity:0}}.evaluationSection{color:var(--theme-text);padding:30px}.evaluationSection .p-text{font-weight:500}.evaluationSection .evaluationSectionHead{background:#0000;border-radius:8px;box-shadow:4px 4px 13px 3px #00000014;min-height:calc(100vh - 180px)}.evaluationSection .evaluationSectionHead label{font-size:1rem;font-weight:700;width:100%}.evaluationSection .evaluationSectionHead textarea{background-color:initial;border:1px dashed var(--theme-border);border-radius:4px;color:var(--theme-text);outline:none;padding:10px;resize:none;width:100%}.evaluationSection .evaluationActioButton{position:relative}.evaluationSection .evaluationActioButton .interruptBtn{bottom:0;color:var(--theme-text);overflow:visible;position:absolute;right:10%}.evaluationSection .evaluationActioButton .interruptBtn svg path{fill:var(--theme-text)!important}.evaluationSection .evaluationActioButton #collapseSideBar{align-items:center;border-radius:50%;cursor:pointer;display:flex;justify-content:center;position:relative;transition:.3s;z-index:10}.evaluationSection .evaluationActioButton #collapseSideBar:before{background-color:var(--theme-primary-contrast);border-radius:50%;content:"";height:100%;left:50%;opacity:.1;position:absolute;top:50%;transform:translate(-50%,-50%);width:100%;z-index:-1}.evaluationSection .evaluationActioButton #collapseSideBar:after{background-color:var(--theme-primary);border-radius:50%;content:"";height:120%;left:50%;opacity:.3;position:absolute;top:50%;transform:translate(-50%,-50%);width:120%;z-index:-2}.evaluationSection .evaluationActioButton #collapseSideBar.collapsed:after{animation:pulse 1.25s cubic-bezier(.66,0,0,1) infinite;box-shadow:0 0 0 0 color-mix(in srgb,var(--theme-primary) 70%,#0000);opacity:1}@keyframes pulse{to{box-shadow:0 0 0 15px #0000}}.evaluationSection .evaluationActioButton #collapseSideBar.collapsed:before{box-shadow:0 0 0 10px color-mix(in srgb,var(--theme-primary) 30%,#0000)}.evaluationSection .evaluationChatOutputBox{border:1px solid var(--theme-border);border-radius:8px;box-shadow:4px 4px 13px 3px #00000014;height:calc(100vh - 300px);overflow:auto;padding:20px}html.light .evaluationSection{color:var(--theme-text)}html.light .evaluationSection .evaluationSectionHead textarea{background:var(--theme-primary-light);border:none;box-shadow:0 4px 4px #00000040,inset 0 4px 4px #00000040;color:var(--theme-text)}html.light .evaluationSection .evaluationSectionHead .testCase textarea{background:var(--theme-info-bg)}html.light .evaluationSection .evaluationActioButton .interruptBtn{color:var(--theme-primary)}.fullPageLoader{align-items:center;background-color:var(--theme-overlay);display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1100}.fullPageLoader svg{color:var(--theme-primary-contrast)}.pipeLineStepSettings ul{padding-left:0}.pipeLineStepSettings ul li.pipeLineSteps{border-bottom:1px solid var(--theme-border);color:var(--theme-text);font-size:.9rem}.pipeLineStepSettings ul li.pipeLineSteps input{accent-color:var(--theme-primary)}.pipeLineStepSettings .resultButton{width:100%}.pipeLineStepSettings .resultButton .customDirButton{margin-right:0}.pipeLineStepSettings .resultButton .customDirButton.noBg{border:1px solid var(--theme-border)}.pipeLineStepSettings .jiraInfoForm,.pipeLineStepSettings .resultButton .customDirButton.noBg p{color:var(--theme-text)}.pipeLineStepSettings .jiraInfoForm .jiraReqInput{background-color:initial;border:1px solid var(--theme-border);font-size:.9rem;outline:none;padding:5px 8px;width:100%}.pipeLineStepSettings .jiraInfoForm .jiraReqInput::placeholder{font-size:.9rem;font-style:italic}.IDPView textarea{background:color-mix(in srgb,var(--theme-text-muted) 10%,#0000);border:none;border-radius:5px;padding:5px;width:100%}.IDPView .idp-bg-light{background:var(--theme-surface-muted);border-radius:5px;font-size:12px}.IDPView .idp-bg-regular{background:var(--theme-surface-raised);border-radius:5px}.IDPView .tcp-btn{background:color-mix(in srgb,var(--theme-text-muted) 10%,#0000);border:none;border-radius:5px;font-size:12px;padding:10px 20px}.IDPView .tcp-btn:hover{background-color:color-mix(in srgb,var(--theme-text-muted) 20%,#0000)}.IDPView .tcp-btn .edit-icon svg{height:auto;width:15px}.IDPView .tcp-btn .edit-icon svg path{fill:var(--theme-text)}.IDPView .tcp-btn .small-icon{height:auto;width:12px}.requirementEditPopup textarea{background:color-mix(in srgb,var(--theme-text-muted) 10%,#0000);border:none;border-radius:5px;height:100px;padding:10px;width:100%}.requirementEditPopup textarea:focus{outline:none}.KnowledgeGraphSection .chatBotSidebar{width:360px}.KnowledgeGraphSection .chatBotTextArea{width:calc(100% - 360px)}.KnowledgeGraphSection .sideBarLogo img{width:60%}.KnowledgeGraphSection .searchInput{background:color-mix(in srgb,var(--theme-primary-contrast) 8%,#0000);border:1px solid color-mix(in srgb,var(--theme-primary-contrast) 12%,#0000);border-radius:8px;color:var(--theme-primary-contrast);font-size:14px;font-weight:500;height:36px;min-width:240px;padding:8px 12px}.KnowledgeGraphSection .searchInput::placeholder{color:color-mix(in srgb,var(--theme-primary-contrast) 55%,#0000);font-style:normal}.KnowledgeGraphSection .searchInput:active,.KnowledgeGraphSection .searchInput:focus{border-color:color-mix(in srgb,var(--theme-primary) 90%,#0000);box-shadow:0 0 0 3px color-mix(in srgb,var(--theme-primary) 18%,#0000);outline:none}.KnowledgeGraphSection .knowledgeGraphCanvasWrap{background:linear-gradient(180deg,#181818fa,#111);border:1px solid color-mix(in srgb,var(--theme-primary-contrast) 8%,#0000);border-radius:21px;box-shadow:0 24px 48px #00000038;padding-top:68px}.KnowledgeGraphSection .knowledgeGraphCanvas{background:radial-gradient(circle at top right,color-mix(in srgb,var(--theme-primary) 18%,#0000),#0000 26%),radial-gradient(circle at bottom left,color-mix(in srgb,var(--theme-primary-contrast) 6%,#0000),#0000 18%),#0b0e13;border-radius:18px}.KnowledgeGraphSection .knowledgeGraphPanel{background:var(--theme-surface);border-left:1px solid var(--theme-border);box-shadow:-8px 0 30px #0000000f;color:var(--theme-text)}.KnowledgeGraphSection .knowledgeGraphPanelHeaderWrap{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:linear-gradient(180deg,var(--theme-surface) 0,var(--theme-surface-muted) 100%);flex-shrink:0;z-index:12}.KnowledgeGraphSection .knowledgeGraphPanelHeader{border-bottom:1px solid var(--theme-border);position:-webkit-sticky;position:sticky;top:0;z-index:13}.KnowledgeGraphSection .knowledgeGraphSidebarShell{height:100%;max-width:640px;min-width:320px}.KnowledgeGraphSection .knowledgeGraphPanelBody{min-height:0;padding-bottom:16px}.KnowledgeGraphSection .knowledgeGraphPanelToolbar{border-bottom:1px solid var(--theme-border);padding-bottom:8px!important;padding-top:18px!important}.KnowledgeGraphSection .knowledgeGraphPanelTitle{color:var(--theme-text);font-weight:700!important;letter-spacing:-.02em}.KnowledgeGraphSection .knowledgeGraphPanelActions{margin-left:auto;padding:0!important}.KnowledgeGraphSection .knowledgeGraphPanelEmpty{align-items:center;border-radius:0 0 12px 12px;border-top:2px solid var(--theme-primary);display:flex;flex-direction:column;justify-content:center;min-height:calc(100vh - 110px)}.KnowledgeGraphSection .knowledgeGraphPanelEmptyText{color:var(--theme-text-secondary);font-size:14px}.KnowledgeGraphSection .knowledgeGraphPanelSection{padding-bottom:0!important;padding-top:12px!important}.KnowledgeGraphSection .knowledgeGraphCard{background:var(--theme-card)!important;border:1px solid var(--theme-border)!important;border-radius:16px!important;box-shadow:none!important;color:inherit!important}.KnowledgeGraphSection .knowledgeGraphCard .MuiCardHeader-root{padding-bottom:0}.KnowledgeGraphSection .knowledgeGraphCard .MuiCardHeader-title{color:var(--theme-text);font-size:14px;font-weight:700;letter-spacing:.01em;text-transform:none}.KnowledgeGraphSection .knowledgeGraphCard .MuiCardContent-root:last-child{padding-bottom:16px}.KnowledgeGraphSection .knowledgeGraphCardHeader{border-bottom:1px solid var(--theme-border)}.KnowledgeGraphSection .knowledgeGraphFieldLabel{color:var(--theme-text-secondary);display:inline-block;font-size:12px!important;font-weight:600!important;letter-spacing:.02em;margin-bottom:8px}.KnowledgeGraphSection .knowledgeGraphReadOnlyValue{background:var(--theme-surface-muted);border:1px solid var(--theme-border);color:var(--theme-text);font-size:14px;font-weight:500}.KnowledgeGraphSection .knowledgeGraphTextarea{background:var(--theme-input);border:1px solid var(--theme-input-border);border-radius:10px;color:var(--theme-text);margin-top:8px;outline:none;padding:10px 12px;resize:vertical;width:100%}.KnowledgeGraphSection .knowledgeGraphTextarea::placeholder{color:var(--theme-text-muted)}.KnowledgeGraphSection .knowledgeGraphTextarea:focus{border-color:var(--theme-primary)}.KnowledgeGraphSection .knowledgeGraphAttributeItem,.KnowledgeGraphSection .knowledgeGraphFileItem{background:var(--theme-surface-muted);border:1px solid var(--theme-border);transition:background-color .2s ease,border-color .2s ease}.KnowledgeGraphSection .knowledgeGraphFileItem:hover{background:var(--theme-hover);border-color:color-mix(in srgb,var(--theme-primary) 35%,#0000)}.KnowledgeGraphSection .knowledgeGraphFileName{color:var(--theme-text);font-weight:600!important}.KnowledgeGraphSection .knowledgeGraphFileDate{color:var(--theme-text-secondary)}.KnowledgeGraphSection .knowledgeGraphPropertyForm{align-items:stretch}.KnowledgeGraphSection .knowledgeGraphInput .MuiOutlinedInput-root{background-color:var(--theme-input);border-radius:10px;color:var(--theme-text)}.KnowledgeGraphSection .knowledgeGraphInput .MuiOutlinedInput-root fieldset{border-color:var(--theme-input-border)}.KnowledgeGraphSection .knowledgeGraphInput .MuiOutlinedInput-root:hover fieldset{border-color:var(--theme-border-strong)}.KnowledgeGraphSection .knowledgeGraphInput .MuiOutlinedInput-root.Mui-focused fieldset{border-color:var(--theme-primary)}.KnowledgeGraphSection .knowledgeGraphInput input::placeholder{color:var(--theme-text-muted);opacity:1}.KnowledgeGraphSection .knowledgeGraphPrimaryButton{background-color:var(--theme-primary)!important;box-shadow:none!important;min-width:44px!important}.KnowledgeGraphSection .knowledgeGraphPrimaryButton:hover{background-color:var(--theme-primary-hover)!important}.KnowledgeGraphSection .knowledgeGraphIconButton{color:var(--theme-text-secondary)!important;min-width:auto!important}.KnowledgeGraphSection .knowledgeGraphRelationshipSearch{margin-top:8px}.KnowledgeGraphSection .knowledgeGraphSearchAdornment{background-color:var(--theme-primary);border:1px solid var(--theme-primary);color:var(--theme-primary-contrast);width:40px}.KnowledgeGraphSection .knowledgeGraphRelationshipList{padding-right:2px}.KnowledgeGraphSection .knowledgeGraphRelationshipButton{background:var(--theme-surface-muted)!important;border:1px solid var(--theme-border)!important;border-radius:10px!important;color:var(--theme-text)!important;min-height:38px;transition:background-color .2s ease,border-color .2s ease!important}.KnowledgeGraphSection .knowledgeGraphRelationshipButton:hover{background:var(--theme-hover)!important;border-color:var(--theme-border-strong)!important}.KnowledgeGraphSection .knowledgeGraphRelationshipButton .MuiButton-startIcon,.KnowledgeGraphSection .knowledgeGraphRelationshipButton svg,.KnowledgeGraphSection .knowledgeGraphRelationshipButton svg path{fill:var(--theme-text)!important;color:var(--theme-text)!important}.KnowledgeGraphSection .knowledgeGraphRelationshipButton.is-linked{background-color:var(--theme-primary)!important;border-color:#0000!important;color:var(--theme-primary-contrast)!important}.KnowledgeGraphSection .knowledgeGraphRelationshipButton.is-linked:hover{background-color:var(--theme-primary-hover)!important;border-color:#0000!important}.KnowledgeGraphSection .knowledgeGraphRelationshipButton.is-linked .MuiButton-startIcon,.KnowledgeGraphSection .knowledgeGraphRelationshipButton.is-linked svg,.KnowledgeGraphSection .knowledgeGraphRelationshipButton.is-linked svg path{fill:var(--theme-primary-contrast)!important;color:var(--theme-primary-contrast)!important}.KnowledgeGraphSection .knowledgeGraphColorOverlay{border-radius:12px;cursor:not-allowed}.KnowledgeGraphSection .knowledgeGraphColorInput{background:var(--theme-surface-muted);border-radius:10px;cursor:pointer;height:40px}.KnowledgeGraphSection .knowledgeGraphSearchResults{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#101010f5;border:1px solid color-mix(in srgb,var(--theme-primary-contrast) 8%,#0000);border-radius:16px;box-shadow:0 16px 40px #0000003d;padding:10px}.KnowledgeGraphSection .knowledgeGraphSearchResultsTitle{border-bottom:1px solid color-mix(in srgb,var(--theme-primary-contrast) 8%,#0000);color:var(--theme-primary-contrast)}.KnowledgeGraphSection .knowledgeGraphSearchResultItem{background:color-mix(in srgb,var(--theme-primary-contrast) 4%,#0000);transition:background-color .2s ease}.KnowledgeGraphSection .knowledgeGraphSearchResultItem:hover{background:color-mix(in srgb,var(--theme-primary-contrast) 9%,#0000)}.KnowledgeGraphSection .knowledgeGraphSearchResultLabel{color:var(--theme-primary-contrast)}.KnowledgeGraphSection .knowledgeGraphSearchResultDescription,.KnowledgeGraphSection .knowledgeGraphSearchResultsEmpty{color:color-mix(in srgb,var(--theme-primary-contrast) 68%,#0000)}.KnowledgeGraphSection.sidebar-collapsed .chatBotTextArea{width:100%}#admin{background-color:var(--theme-bg);color:var(--theme-text);height:100vh;scroll-behavior:smooth}.custom-tabs .MuiTabs-indicator{background-color:var(--theme-primary);height:2!important}.custom-tabs .Mui-selected{font-weight:600!important}.custom-tabs .MuiTab-root{font-weight:400;margin:0 14px;padding-bottom:5px!important;padding-left:0;padding-right:0}html.dark .custom-tabs .Mui-selected,html.dark .custom-tabs .MuiTab-root{color:var(--theme-text)!important}#admin-create{width:-webkit-fit-content;width:fit-content}.primary-bs{box-shadow:var(--theme-shadow-md)!important}.primary{background-color:var(--theme-primary)!important}.primary,.primary-h{color:var(--theme-primary-contrast)!important}.primary-h{background-color:var(--theme-primary-hover)!important}.primaryBorder-r{border:var(--theme-border)!important;border-right:2px solid var(--theme-border)!important}.admin-section-fixed-icon,.admin-section-fixed-icon svg,.project-section-fixed-icon,.project-section-fixed-icon svg{color:#6946c6!important}.admin-section-fixed-icon [fill]:not([fill=none]),.admin-section-fixed-icon svg [fill]:not([fill=none]),.project-section-fixed-icon [fill]:not([fill=none]),.project-section-fixed-icon svg [fill]:not([fill=none]){fill:currentColor!important}.admin-section-fixed-icon [stroke]:not([stroke=none]),.admin-section-fixed-icon svg [stroke]:not([stroke=none]),.project-section-fixed-icon [stroke]:not([stroke=none]),.project-section-fixed-icon svg [stroke]:not([stroke=none]){stroke:currentColor!important}.project-illustration-fixed-icon,.project-illustration-fixed-icon svg{color:#000!important;color:initial!important}.project-illustration-fixed-icon path:nth-of-type(177){fill:#0f191d!important}.project-illustration-fixed-icon path:nth-of-type(144),.project-illustration-fixed-icon path:nth-of-type(146),.project-illustration-fixed-icon path:nth-of-type(151),.project-illustration-fixed-icon path:nth-of-type(161),.project-illustration-fixed-icon path:nth-of-type(166),.project-illustration-fixed-icon path:nth-of-type(171),.project-illustration-fixed-icon path:nth-of-type(178){fill:#17282f!important}.project-illustration-fixed-icon path:nth-of-type(175){fill:#2d5bb2!important}.project-illustration-fixed-icon path:nth-of-type(137),.project-illustration-fixed-icon path:nth-of-type(148),.project-illustration-fixed-icon path:nth-of-type(149),.project-illustration-fixed-icon path:nth-of-type(152),.project-illustration-fixed-icon path:nth-of-type(154),.project-illustration-fixed-icon path:nth-of-type(164),.project-illustration-fixed-icon path:nth-of-type(165),.project-illustration-fixed-icon path:nth-of-type(181){fill:#406fbf!important}.project-illustration-fixed-icon path:nth-of-type(153),.project-illustration-fixed-icon path:nth-of-type(182){fill:#5b3bb5!important}.project-illustration-fixed-icon path:nth-of-type(155){fill:#6846c6!important}.project-illustration-fixed-icon path:nth-of-type(111),.project-illustration-fixed-icon path:nth-of-type(112),.project-illustration-fixed-icon path:nth-of-type(113),.project-illustration-fixed-icon path:nth-of-type(125),.project-illustration-fixed-icon path:nth-of-type(129),.project-illustration-fixed-icon path:nth-of-type(132),.project-illustration-fixed-icon path:nth-of-type(142),.project-illustration-fixed-icon path:nth-of-type(157),.project-illustration-fixed-icon path:nth-of-type(172),.project-illustration-fixed-icon path:nth-of-type(179){fill:#6946c6!important}.project-illustration-fixed-icon path:nth-of-type(135){fill:#7ca5dd!important}.project-illustration-fixed-icon path:nth-of-type(176){fill:#8898ad!important}.project-illustration-fixed-icon path:nth-of-type(136){fill:#8db2e2!important}.project-illustration-fixed-icon path:nth-of-type(174){fill:#979999!important}.project-illustration-fixed-icon path:nth-of-type(128),.project-illustration-fixed-icon path:nth-of-type(130){fill:#9cbee7!important}.project-illustration-fixed-icon path:nth-of-type(159),.project-illustration-fixed-icon path:nth-of-type(170){fill:#9e3a3e!important}.project-illustration-fixed-icon path:nth-of-type(156){fill:#a0afc8!important}.project-illustration-fixed-icon path:nth-of-type(173){fill:#a4a6a5!important}.project-illustration-fixed-icon path:nth-of-type(124),.project-illustration-fixed-icon path:nth-of-type(131),.project-illustration-fixed-icon path:nth-of-type(134){fill:#b8d2ef!important}.project-illustration-fixed-icon path:nth-of-type(145){fill:#bb2329!important}.project-illustration-fixed-icon path:nth-of-type(126),.project-illustration-fixed-icon path:nth-of-type(133){fill:#bbabe8!important}.project-illustration-fixed-icon path:nth-of-type(158),.project-illustration-fixed-icon path:nth-of-type(169){fill:#c3c5c2!important}.project-illustration-fixed-icon path:nth-of-type(114){fill:#c9bfe2!important}.project-illustration-fixed-icon path:nth-of-type(140),.project-illustration-fixed-icon path:nth-of-type(141),.project-illustration-fixed-icon path:nth-of-type(147),.project-illustration-fixed-icon path:nth-of-type(150),.project-illustration-fixed-icon path:nth-of-type(160),.project-illustration-fixed-icon path:nth-of-type(162),.project-illustration-fixed-icon path:nth-of-type(163),.project-illustration-fixed-icon path:nth-of-type(167),.project-illustration-fixed-icon path:nth-of-type(168){fill:#cd4b4f!important}.project-illustration-fixed-icon path:nth-of-type(123){fill:#cdbcfa!important}.project-illustration-fixed-icon path:nth-of-type(139),.project-illustration-fixed-icon path:nth-of-type(180){fill:#ce4a4f!important}.project-illustration-fixed-icon path:nth-of-type(101),.project-illustration-fixed-icon path:nth-of-type(11),.project-illustration-fixed-icon path:nth-of-type(12),.project-illustration-fixed-icon path:nth-of-type(13){fill:#dadbd8!important}.project-illustration-fixed-icon path:nth-of-type(28),.project-illustration-fixed-icon path:nth-of-type(33),.project-illustration-fixed-icon path:nth-of-type(38),.project-illustration-fixed-icon path:nth-of-type(43),.project-illustration-fixed-icon path:nth-of-type(48),.project-illustration-fixed-icon path:nth-of-type(52),.project-illustration-fixed-icon path:nth-of-type(57),.project-illustration-fixed-icon path:nth-of-type(62),.project-illustration-fixed-icon path:nth-of-type(67),.project-illustration-fixed-icon path:nth-of-type(72),.project-illustration-fixed-icon path:nth-of-type(77),.project-illustration-fixed-icon path:nth-of-type(81){fill:#dddedb!important}.project-illustration-fixed-icon path:nth-of-type(102),.project-illustration-fixed-icon path:nth-of-type(103),.project-illustration-fixed-icon path:nth-of-type(104),.project-illustration-fixed-icon path:nth-of-type(105),.project-illustration-fixed-icon path:nth-of-type(106),.project-illustration-fixed-icon path:nth-of-type(107),.project-illustration-fixed-icon path:nth-of-type(14),.project-illustration-fixed-icon path:nth-of-type(16),.project-illustration-fixed-icon path:nth-of-type(23),.project-illustration-fixed-icon path:nth-of-type(82),.project-illustration-fixed-icon path:nth-of-type(84),.project-illustration-fixed-icon path:nth-of-type(91),.project-illustration-fixed-icon path:nth-of-type(93){fill:#e2e2e0!important}.project-illustration-fixed-icon path:nth-of-type(25),.project-illustration-fixed-icon path:nth-of-type(30),.project-illustration-fixed-icon path:nth-of-type(35),.project-illustration-fixed-icon path:nth-of-type(40),.project-illustration-fixed-icon path:nth-of-type(45),.project-illustration-fixed-icon path:nth-of-type(50),.project-illustration-fixed-icon path:nth-of-type(54),.project-illustration-fixed-icon path:nth-of-type(59),.project-illustration-fixed-icon path:nth-of-type(64),.project-illustration-fixed-icon path:nth-of-type(69),.project-illustration-fixed-icon path:nth-of-type(74),.project-illustration-fixed-icon path:nth-of-type(79){fill:#e4e4e2!important}.project-illustration-fixed-icon path:first-of-type,.project-illustration-fixed-icon path:nth-of-type(10),.project-illustration-fixed-icon path:nth-of-type(2),.project-illustration-fixed-icon path:nth-of-type(3),.project-illustration-fixed-icon path:nth-of-type(4),.project-illustration-fixed-icon path:nth-of-type(5),.project-illustration-fixed-icon path:nth-of-type(6),.project-illustration-fixed-icon path:nth-of-type(7),.project-illustration-fixed-icon path:nth-of-type(8),.project-illustration-fixed-icon path:nth-of-type(83),.project-illustration-fixed-icon path:nth-of-type(85),.project-illustration-fixed-icon path:nth-of-type(86),.project-illustration-fixed-icon path:nth-of-type(89),.project-illustration-fixed-icon path:nth-of-type(9),.project-illustration-fixed-icon path:nth-of-type(90),.project-illustration-fixed-icon path:nth-of-type(92),.project-illustration-fixed-icon path:nth-of-type(94),.project-illustration-fixed-icon path:nth-of-type(95),.project-illustration-fixed-icon path:nth-of-type(98),.project-illustration-fixed-icon path:nth-of-type(99){fill:#e7e8e5!important}.project-illustration-fixed-icon path:nth-of-type(26),.project-illustration-fixed-icon path:nth-of-type(31),.project-illustration-fixed-icon path:nth-of-type(36),.project-illustration-fixed-icon path:nth-of-type(41),.project-illustration-fixed-icon path:nth-of-type(46),.project-illustration-fixed-icon path:nth-of-type(51),.project-illustration-fixed-icon path:nth-of-type(55),.project-illustration-fixed-icon path:nth-of-type(60),.project-illustration-fixed-icon path:nth-of-type(65),.project-illustration-fixed-icon path:nth-of-type(70),.project-illustration-fixed-icon path:nth-of-type(75),.project-illustration-fixed-icon path:nth-of-type(80){fill:#eaeae7!important}.project-illustration-fixed-icon path:nth-of-type(24),.project-illustration-fixed-icon path:nth-of-type(27),.project-illustration-fixed-icon path:nth-of-type(29),.project-illustration-fixed-icon path:nth-of-type(32),.project-illustration-fixed-icon path:nth-of-type(34),.project-illustration-fixed-icon path:nth-of-type(37),.project-illustration-fixed-icon path:nth-of-type(39),.project-illustration-fixed-icon path:nth-of-type(42),.project-illustration-fixed-icon path:nth-of-type(44),.project-illustration-fixed-icon path:nth-of-type(47),.project-illustration-fixed-icon path:nth-of-type(49),.project-illustration-fixed-icon path:nth-of-type(53),.project-illustration-fixed-icon path:nth-of-type(56),.project-illustration-fixed-icon path:nth-of-type(58),.project-illustration-fixed-icon path:nth-of-type(61),.project-illustration-fixed-icon path:nth-of-type(63),.project-illustration-fixed-icon path:nth-of-type(66),.project-illustration-fixed-icon path:nth-of-type(68),.project-illustration-fixed-icon path:nth-of-type(71),.project-illustration-fixed-icon path:nth-of-type(73),.project-illustration-fixed-icon path:nth-of-type(76),.project-illustration-fixed-icon path:nth-of-type(78){fill:#ececea!important}.project-illustration-fixed-icon path:nth-of-type(100),.project-illustration-fixed-icon path:nth-of-type(108),.project-illustration-fixed-icon path:nth-of-type(109),.project-illustration-fixed-icon path:nth-of-type(15),.project-illustration-fixed-icon path:nth-of-type(17),.project-illustration-fixed-icon path:nth-of-type(21){fill:#ededeb!important}.project-illustration-fixed-icon path:nth-of-type(110){fill:#f3f2f1!important}.project-illustration-fixed-icon path:nth-of-type(18),.project-illustration-fixed-icon path:nth-of-type(87),.project-illustration-fixed-icon path:nth-of-type(88),.project-illustration-fixed-icon path:nth-of-type(96),.project-illustration-fixed-icon path:nth-of-type(97){fill:#fafaf9!important}.project-illustration-fixed-icon path:nth-of-type(115),.project-illustration-fixed-icon path:nth-of-type(116),.project-illustration-fixed-icon path:nth-of-type(117),.project-illustration-fixed-icon path:nth-of-type(118),.project-illustration-fixed-icon path:nth-of-type(119),.project-illustration-fixed-icon path:nth-of-type(120),.project-illustration-fixed-icon path:nth-of-type(121),.project-illustration-fixed-icon path:nth-of-type(122),.project-illustration-fixed-icon path:nth-of-type(127),.project-illustration-fixed-icon path:nth-of-type(138),.project-illustration-fixed-icon path:nth-of-type(143),.project-illustration-fixed-icon path:nth-of-type(19),.project-illustration-fixed-icon path:nth-of-type(20),.project-illustration-fixed-icon path:nth-of-type(22){fill:#fff!important}.btn-reset{background:none!important;border:none!important;box-shadow:none!important;color:inherit!important;font:inherit!important;margin:0!important;outline:none!important;padding:0!important}#admin-project,#admin-role,#admin-user{height:100%}#admin-project ul,#admin-role ul,#admin-user ul{list-style:none;margin:0;overflow:auto;padding:0}#admin-project ul li,#admin-role ul li,#admin-user ul li{align-items:center;background-color:var(--theme-card);border:1px solid #0000;border-color:var(--theme-border);border-radius:.25rem;border-width:2px;box-shadow:var(--theme-shadow-sm);color:var(--theme-text);display:flex;justify-content:space-between;margin:.5rem 0;padding:0 1rem;transition:border .2s ease}#admin-project ul li:hover,#admin-role ul li:hover,#admin-user ul li:hover{border-color:var(--theme-primary);box-shadow:var(--theme-shadow-md)}#admin-project .admin-project-list-item{gap:1rem;min-height:68px;padding:0 1rem}#admin-project .admin-project-list-media{flex:0 0 188px}#admin-project .admin-project-index{height:34px;width:40px}#admin-project .admin-project-illustration{align-items:center;display:flex;justify-content:center;width:76px}#admin-project .admin-project-list-copy{flex:1 1 auto;min-width:0}#admin-project .admin-project-list-copy p{margin-bottom:0}#admin-project .admin-project-list-actions{flex:0 0 190px}#admin-project .admin-project-action-button{align-items:center;display:inline-flex;justify-content:center;min-height:32px;padding:0 14px;width:56px}#admin-user .admin-user-header{align-items:center;display:grid;font-weight:500;grid-template-columns:30% 30% 24% 16%;min-height:42px;padding:0 1.25rem}#admin-user .admin-user-header-cell{align-items:center;display:flex}#admin-user .admin-user-header-name{padding-left:8.25rem}#admin-user .admin-user-header-action{justify-content:center}#admin-user .user-list ul{grid-gap:.25rem;display:grid;gap:.25rem}#admin-user .admin-user-row{align-items:center;display:grid;grid-template-columns:30% 30% 24% 16%;min-height:52px;padding:0 1rem}#admin-user .admin-user-name-cell{align-items:center;display:flex;gap:1rem;min-width:0}#admin-user .admin-user-index{flex:0 0 40px;height:32px;width:40px}#admin-user .admin-user-avatar-wrap{flex:0 0 42px;width:42px}#admin-user .admin-user-email-cell,#admin-user .admin-user-password-cell{align-items:center;display:flex;min-width:0}#admin-user .admin-user-password-cell button{align-items:center;display:inline-flex;justify-content:center}#admin-user .admin-user-action-cell{white-space:nowrap}#admin-user .admin-user-action-button{align-items:center;display:inline-flex;justify-content:center;min-height:32px;padding:0 14px;width:56px}#admin-role .admin-role-header{align-items:center;display:grid;font-weight:500;grid-template-columns:10% 25% 40% 25%;min-height:42px;padding:0 1rem}#admin-role .admin-role-header-cell{align-items:center;display:flex}#admin-role .admin-role-header-name{grid-column:2}#admin-role .admin-role-header-action{justify-content:center}#admin-role .admin-role-list{grid-gap:.25rem;display:grid;gap:.25rem}#admin-role .admin-role-row{align-items:center;display:grid;grid-template-columns:10% 25% 40% 25%;margin:.125rem 0!important;min-height:54px;padding:0 1rem}#admin-role .admin-role-index-cell{align-items:center;display:flex}#admin-role .admin-role-index{height:32px;width:40px}#admin-role .admin-role-description-cell,#admin-role .admin-role-name-cell{min-width:0}#admin-role .admin-role-action-cell{white-space:nowrap}#admin-role .admin-role-action-button{align-items:center;display:inline-flex;justify-content:center;min-height:32px;padding:0 14px;width:56px}.permission-mapping-close-button{height:28px;min-width:34px;padding:5px 9px;width:34px!important}.permission-mapping-close-button svg{height:14px;width:14px}.permissionMapping .permission-chip-list{grid-gap:.5rem;display:grid;gap:.5rem;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:.5rem}.permissionMapping .permission-chip{margin-top:0!important;min-width:0;overflow:hidden}.permissionMapping .permission-chip-label{flex:1 1 auto;min-width:0;overflow:hidden;padding-left:.5rem;text-overflow:ellipsis;white-space:nowrap}.permissionMapping .permission-chip-remove-button{height:24px!important;min-width:32px!important;padding:4px 8px!important;width:32px!important}.permissionMapping .permission-chip-remove-button svg{height:12px!important;width:12px!important}.project-mapping-close-button{height:28px;min-width:34px;padding:5px 9px;width:34px!important}.project-mapping-close-button svg{height:14px;width:14px}.customHr{background-color:var(--theme-border);border:none;height:3px;margin:5px 0 0}.permissionMapping,.projectMapping{background-color:var(--theme-card);border:1px solid #0000;border-color:var(--theme-border);color:var(--theme-text);display:flex}#importConfluence,#projectPopup,#projectUserRoleDialog,#rolePopup,#userPopup{background-color:var(--theme-modal);border:2px solid var(--theme-border);color:var(--theme-text)}#importConfluence .dialogHead,#projectPopup .dialogHead,#projectUserRoleDialog .dialogHead,#rolePopup .dialogHead,#userPopup .dialogHead{background:var(--theme-surface-muted)}#userPopup .user-popup-head{min-height:128px;padding-left:3.75rem;padding-right:2rem}#userPopup .user-popup-head>div:first-child{flex:0 0 112px}#userPopup .user-popup-head>div:nth-child(2){flex:1 1 auto;justify-content:center}#userPopup .user-popup-close-button{height:34px;min-width:48px;padding:6px 12px;width:48px!important}#userPopup .user-popup-close-button svg{height:16px;width:16px}#userPopup .user-popup-body{gap:1.25rem;padding:1.5rem 3rem .75rem 5.25rem}#userPopup .user-popup-field{width:100%}#userPopup .user-popup-super-admin{margin-top:.25rem;padding-left:0}#userPopup .user-popup-super-admin>div{padding-left:0;padding-right:0}#userPopup .user-popup-actions{margin:0;padding:1.25rem 3rem 1.5rem 5.25rem}.admin-password-visibility-button{color:#777!important}.admin-password-visibility-button:hover{color:#5f6368!important}.admin-password-eye svg,.admin-password-visibility-button svg{height:22px;width:22px}.admin-password-visibility-button [fill]:not([fill=none]),.admin-password-visibility-button [stroke]:not([stroke=none]){fill:currentColor!important;stroke:currentColor!important}.admin-password-eye{align-items:center;display:inline-flex;justify-content:center;position:relative}.admin-password-eye.is-hidden:after{background:currentColor;border-radius:999px;content:"";height:24px;position:absolute;transform:rotate(-35deg);width:2px}#sso-configuration{color:var(--theme-text);justify-content:flex-start;width:100%}#sso-configuration .sso-configuration-content{max-width:none}#sso-configuration .sso-configuration-header{align-items:center;gap:1rem}#sso-configuration .sso-configuration-header h3{color:var(--theme-text);font-size:1.5rem;font-weight:600;margin:0}#sso-configuration .sso-configuration-table{background:#0000!important;box-shadow:none!important;width:100%}#sso-configuration .MuiTableCell-root{border-bottom:none;padding:.75rem 1rem}#sso-configuration .MuiTableRow-root{vertical-align:top}#sso-configuration .MuiPaper-root{background:#0000!important;box-shadow:none!important;color:var(--theme-text)}.optionText{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}#admin-pagination{color:var(--theme-text)}#admin-pagination .MuiPagination-ul li{border:none!important;margin:0 3px!important;padding:0!important}#admin-pagination .MuiPagination-ul li button{background-color:var(--theme-surface-muted);border-color:var(--theme-border)!important;color:var(--theme-text)!important;height:36px;margin:0!important;min-width:36px;transition:all .2s ease}#admin-pagination .MuiPagination-ul li button:hover{background-color:var(--theme-hover);border:1px solid var(--theme-primary);color:var(--theme-text)!important}#admin-pagination .MuiPagination-ul li .Mui-selected{background-color:var(--theme-primary)!important;border-color:var(--theme-primary)!important;color:var(--theme-primary-contrast)!important}#admin-pagination .MuiPaginationItem-icon{color:currentColor}.customBorder{border-color:var(--theme-border)!important;border-style:solid!important;border-width:2px!important}.userMappingBorder{border-right:2px solid var(--theme-border);height:24px;margin-left:8px;margin-right:8px}.custom-pe{display:flex!important}@media (max-width:1300px){.custom-pe #p-admin-search{width:200px!important}.custom-pe #admin-create p{display:none!important}}.defectPrediction .headerLetter{font-weight:500}.defectPrediction .customMain h5{font-size:1rem}.defectPrediction .tableContainer{height:100%;max-height:calc(100vh - 260px);overflow:auto}.defectPrediction .tableContainer thead tr{position:-webkit-sticky;position:sticky;top:0}.defectPrediction .tableContainer.SAPMasterPreviewTable{max-height:calc(100vh - 400px)}.defectPrediction .tableContainer.SAPMasterPreviewTable thead tr{position:static}.defectPrediction .tableContainer.SAPMasterPreviewTable thead tr th{white-space:nowrap}.PTCResult .tableContainer{height:100%;max-height:calc(100vh - 200px);overflow:auto}@media (max-width:600px){.defectPrediction .tableContainer{margin-top:10px;max-height:calc(100vh - 260px)}}.defectSection .fileUpload{background:var(--theme-surface);border:1px solid var(--theme-border);border-radius:3px;box-shadow:4px 4px 13px 3px #00000008;box-sizing:border-box;height:43px;width:258px}.defectSection .fileUpload p{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:calc(100% - 30px)}.defectSection input{display:none}.defectSection .generateButton{background:var(--theme-primary);border:none;border-radius:8px;color:var(--theme-primary-contrast);height:39px;width:144px}.defectSection .defectPrediction nav button{background:none;border:none;color:var(--theme-text)}.dvtcInputDragArea{background:var(--theme-surface-muted);border:1px solid var(--theme-border);border-radius:8px;box-shadow:4px 4px 13px 3px #ded7d714}.dvtcInputDragArea .dvtcInputDragAreaTitle h6{font-size:1.1rem;font-weight:500}.dvtcInputDragArea .dvtcInputDragAreaTitle h6 span{color:var(--theme-text);font-weight:600}.dvtcInputDragArea .dvtcInputDropArea{width:max(45ch,40%)}.dvtcInputDragArea .dvtcInputDropArea .dvtcInputDropAreaTitle{background-color:var(--theme-surface-muted);border-radius:2px;color:var(--theme-text);font-size:.8rem;margin-bottom:10px;margin-right:5px;padding:10px}.dvtcInputDragArea .dvtcInputDropArea .dvtcInputDropAreaBox{background-color:var(--theme-surface);border-radius:3%;color:var(--theme-text-muted);font-size:.8rem;font-style:italic;margin-bottom:10px;margin-right:9px;position:relative}.dvtcInputDragArea .dvtcInputDropArea .dvtcInputDropAreaBox .dvtcInputDropAreaBoxItem{background-color:var(--theme-primary-light);border:1px dashed var(--theme-primary);border-radius:2px;color:var(--theme-text)}.dvtcInputDragArea .dvtcInputDropArea .dvtcInputDropAreaBox .removeDraggedItem{background-color:initial;border:none;position:absolute;right:-5px;top:-10px}.dvtcInputDragArea .dvtcInputDropArea .dvtcInputDropAreaBox .removeDraggedItem:before{background-color:var(--theme-surface);border-radius:50%;content:"";height:100%;position:absolute;width:100%}.dvtcInputDragArea .dvtcInputDropArea .dvtcInputDropAreaBox .removeDraggedItem svg{height:auto;overflow:hidden;position:relative;transform:rotate(45deg);width:18px}.dvtcInputDragArea .dvtcInputDropArea .dvtcInputDropAreaBox .removeDraggedItem svg path{fill:var(--theme-danger)}.dvtcInputPickArea{background:var(--theme-surface-muted);border:1px solid var(--theme-border);border-radius:8px;box-shadow:4px 4px 13px 3px #00000014}.dvtcInputPickArea .dvtcInputPickAreaTitle{font-size:1.1rem;font-weight:500}.dvtcInputPickArea .pickSearch .sapResultSearch .searchWrapper{align-items:center;background-color:var(--theme-surface-muted);border:none;border-radius:6px;display:flex;height:36px;padding:4px 0 4px 4px}.dvtcInputPickArea .pickSearch .sapResultSearch input{background-color:var(--theme-surface-muted);border:none;border-radius:4px;color:var(--theme-text);font-size:.875rem;margin-left:4px;outline:none;width:12rem}.dvtcInputPickArea .pickSearch .sapResultSearch input::placeholder{color:var(--theme-text-muted)}.dvtcInputPickArea .pickSearch .sapResultSearch .searchIconBox{align-items:center;background-color:var(--theme-primary);border-radius:6px;display:flex;height:32px;justify-content:center;width:40px}.dvtcInputPickArea .pickSearch .sapResultSearch .searchIconBox svg{height:auto;width:18px}.dvtcInputPickArea .draggableColumns .customDirButton{color:var(--theme-text);font-size:.8rem}.dvtcInputPickArea .draggableColumns .flex-grow-1{height:100%;max-height:300px;overflow:auto}.dvtcInputPickArea .draggableColumns .draggableColumnsTitle{color:var(--theme-primary);font-size:.9rem;font-weight:600}.dvtcInputPickArea .draggableColumns .draggableColumnsBox{background-color:var(--theme-primary-light);border:1px dashed var(--theme-primary);border-radius:2px;cursor:move;font-size:.8rem;margin-bottom:10px;padding:.5rem 1rem}.dvtcInputPickArea .draggableColumns .draggableColumnsBox:last-child{margin-bottom:0}.dvtcInputPickArea .draggableColumns .draggableColumnsBox.disabled{background-color:var(--theme-surface-muted);border-color:var(--theme-border-strong)}.css-1wuw8dw-MuiBreadcrumbs-separator{margin-left:2px!important;margin-right:0!important}.white-arrow{appearance:none;-webkit-appearance:none;-moz-appearance:none;background-color:var(--theme-primary);background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' class='bi bi-caret-down-fill'%3E%3Cpath d='M3.204 5h9.592L8 10.481 3.204 5z'/%3E%3C/svg%3E");background-position:right .75rem center;background-repeat:no-repeat;background-size:14px;color:var(--theme-primary-contrast);font-size:14px}:root{--theme-primary:#6946c6;--theme-primary-hover:#5a39b6;--theme-primary-active:#4d2f9c;--theme-primary-light:#ede7fb;--theme-primary-border:#cdbff0;--theme-primary-contrast:#fff;--theme-bg:#f7f8fb;--theme-bg-subtle:#eef1f6;--theme-surface:#fff;--theme-surface-raised:#fff;--theme-surface-muted:#f3f5f9;--theme-card:#fff;--theme-modal:#fff;--theme-table-header:#f3f5f9;--theme-table-row-hover:#f8f6ff;--theme-sidebar:#20143a;--theme-sidebar-end:#0d0f17;--theme-sidebar-muted:#ffffff1a;--theme-sidebar-active:#ffffff2e;--theme-text:#171421;--theme-text-secondary:#565166;--theme-text-muted:#747083;--theme-text-inverse:#fff;--theme-icon-primary:#6946c6;--theme-icon-secondary:#565166;--theme-icon-muted:#747083;--theme-icon-active:#fff;--theme-border:#dde1ea;--theme-border-strong:#c4cad6;--theme-input:#fff;--theme-input-border:#cfd5e1;--theme-hover:#f1eefb;--theme-active:#e5ddf8;--theme-focus-ring:#6946c647;--theme-overlay:#0f121c94;--theme-success:#16834a;--theme-success-bg:#e8f7ef;--theme-success-border:#b7e4ca;--theme-warning:#a15c00;--theme-warning-bg:#fff5df;--theme-warning-border:#f4d28b;--theme-danger:#c8323a;--theme-danger-bg:#fff0f1;--theme-danger-border:#f2b9bd;--theme-info:#2368b8;--theme-info-bg:#eaf3ff;--theme-info-border:#bdd9fb;--theme-shadow-sm:0 1px 3px #0f172a14;--theme-shadow-md:0 8px 24px #0f172a1a;--theme-shadow-lg:0 20px 50px #0f172a24}:root.dark,:root[data-theme=dark]{--theme-primary:#6946c6;--theme-primary-hover:#7b5bd2;--theme-primary-active:#8b6fdd;--theme-primary-light:#2b2146;--theme-primary-border:#4c3a80;--theme-primary-contrast:#fff;--theme-bg:#11131b;--theme-bg-subtle:#171a24;--theme-surface:#1a1d27;--theme-surface-raised:#202431;--theme-surface-muted:#151822;--theme-card:#1a1d27;--theme-modal:#202431;--theme-table-header:#151822;--theme-table-row-hover:#232737;--theme-sidebar:#150d28;--theme-sidebar-end:#0d0f17;--theme-sidebar-muted:#ffffff14;--theme-sidebar-active:#ffffff29;--theme-text:#f4f5f8;--theme-text-secondary:#c3c7d3;--theme-text-muted:#8e95a7;--theme-text-inverse:#fff;--theme-icon-primary:#9a7cff;--theme-icon-secondary:#c3c7d3;--theme-icon-muted:#8e95a7;--theme-icon-active:#fff;--theme-border:#303545;--theme-border-strong:#454b5e;--theme-input:#151822;--theme-input-border:#3c4253;--theme-hover:#242838;--theme-active:#2c3144;--theme-focus-ring:#7b5bd261;--theme-overlay:#05070cb3;--theme-success:#61d394;--theme-success-bg:#143322;--theme-success-border:#266643;--theme-warning:#f3bf59;--theme-warning-bg:#342812;--theme-warning-border:#77591d;--theme-danger:#ff7981;--theme-danger-bg:#37171b;--theme-danger-border:#7d3038;--theme-info:#7db7ff;--theme-info-bg:#14283f;--theme-info-border:#2a5b91;--theme-shadow-sm:0 1px 3px #00000059;--theme-shadow-md:0 10px 30px #00000052;--theme-shadow-lg:0 24px 60px #0000006b}#root,body,html{background:#f7f8fb;background:var(--theme-bg);color:#171421;color:var(--theme-text)}#root,body,html{min-height:100%}::selection{background:#ede7fb;background:var(--theme-primary-light);color:#171421;color:var(--theme-text)}.theme-bg{background:#f7f8fb;background:var(--theme-bg);color:#171421;color:var(--theme-text)}.theme-card{background:#fff;background:var(--theme-card);border:1px solid #dde1ea;border:1px solid var(--theme-border);box-shadow:0 8px 24px #0f172a1a;box-shadow:var(--theme-shadow-md)}.theme-card,.theme-surface{color:#171421;color:var(--theme-text)}.theme-surface{background:#fff;background:var(--theme-surface)}.theme-surface-muted{background:#f3f5f9;background:var(--theme-surface-muted)}.text-primary,.theme-surface-muted,.theme-text{color:#171421;color:var(--theme-text)}.text-secondary,.theme-text-secondary{color:#565166;color:var(--theme-text-secondary)}.text-muted,.theme-text-muted{color:#747083;color:var(--theme-text-muted)}.icon-secondary,.theme-icon,.theme-icon-secondary{color:#565166;color:var(--theme-icon-secondary)}.icon-primary,.theme-icon-primary{color:#6946c6;color:var(--theme-icon-primary)}.icon-muted,.theme-icon-muted{color:#747083;color:var(--theme-icon-muted)}.icon-active,.theme-icon-active{color:#fff;color:var(--theme-icon-active)}.icon-active [fill]:not([fill=none]),.icon-muted [fill]:not([fill=none]),.icon-primary [fill]:not([fill=none]),.icon-secondary [fill]:not([fill=none]),.theme-icon [fill]:not([fill=none]),.theme-icon-active [fill]:not([fill=none]),.theme-icon-muted [fill]:not([fill=none]),.theme-icon-primary [fill]:not([fill=none]),.theme-icon-secondary [fill]:not([fill=none]){fill:currentColor!important}.icon-active [stroke]:not([stroke=none]),.icon-muted [stroke]:not([stroke=none]),.icon-primary [stroke]:not([stroke=none]),.icon-secondary [stroke]:not([stroke=none]),.theme-icon [stroke]:not([stroke=none]),.theme-icon-active [stroke]:not([stroke=none]),.theme-icon-muted [stroke]:not([stroke=none]),.theme-icon-primary [stroke]:not([stroke=none]),.theme-icon-secondary [stroke]:not([stroke=none]){stroke:currentColor!important}.theme-border{border-color:#dde1ea;border-color:var(--theme-border)}.theme-border-strong{border-color:#c4cad6;border-color:var(--theme-border-strong)}.theme-input{background:#fff;background:var(--theme-input);border:1px solid #cfd5e1;border:1px solid var(--theme-input-border);color:#171421;color:var(--theme-text)}.theme-input::placeholder{color:#747083;color:var(--theme-text-muted)}.theme-input:focus{border-color:#6946c6;border-color:var(--theme-primary);box-shadow:0 0 0 3px #6946c647;box-shadow:0 0 0 3px var(--theme-focus-ring);outline:none}.theme-sidebar{background:linear-gradient(180deg,#6946c6,#20143a 72%,#0d0f17);background:linear-gradient(180deg,var(--theme-primary) 0,var(--theme-sidebar) 72%,var(--theme-sidebar-end) 100%);color:#fff;color:var(--theme-text-inverse)}.sidebarThemeSwitch,.theme-sidebar-surface{background:#ffffff1a;background:var(--theme-sidebar-muted);color:#fff;color:var(--theme-text-inverse)}.sidebarThemeSwitch{align-items:center;border:1px solid #ffffff26;display:flex;min-height:48px;transition:background-color .18s ease,border-color .18s ease,color .18s ease,transform .18s ease}.sidebarThemeSwitch:hover{background:#ffffff2e;background:var(--theme-sidebar-active);border-color:#ffffff47}.sidebarThemeSwitch:active{transform:translateY(1px)}.sidebarThemeSwitch:focus-visible{box-shadow:0 0 0 3px #6946c647;box-shadow:0 0 0 3px var(--theme-focus-ring)}.sidebarThemeSwitchIcon{align-items:center;background:#ffffff1f;border-radius:999px;display:inline-flex;height:32px;justify-content:center;width:32px}.sidebarThemeSwitch [fill]:not([fill=none]){fill:currentColor!important}.sidebarThemeSwitch [stroke]:not([stroke=none]){stroke:currentColor!important}.theme-hover:hover{background:#f1eefb;background:var(--theme-hover)}.theme-modal{background:#fff;background:var(--theme-modal);border:1px solid #dde1ea;border:1px solid var(--theme-border);box-shadow:0 20px 50px #0f172a24;box-shadow:var(--theme-shadow-lg)}.theme-modal,.theme-table{color:#171421;color:var(--theme-text)}.theme-table{background:#fff;background:var(--theme-card);border-color:#dde1ea;border-color:var(--theme-border)}.theme-table-head{background:#f3f5f9;background:var(--theme-table-header);color:#565166;color:var(--theme-text-secondary)}.theme-table-row{border-color:#dde1ea;border-color:var(--theme-border)}.theme-table-row:hover{background:#f8f6ff;background:var(--theme-table-row-hover)}.knowledgeGraphCanvas{transition:background-color .18s ease}.knowledgeGraphCanvas,.knowledgeGraphRoot{background:#f7f8fb;background:var(--theme-bg)}.knowledgeGraphRoot{color:#171421;color:var(--theme-text)}.knowledgeGraphRoot .knowledgeGraphMain{background:#f7f8fb;background:var(--theme-bg)}.knowledgeGraphRoot .knowledgeGraphTopBar{background:#fff;background:var(--theme-surface);border-bottom:1px solid #dde1ea;border-bottom:1px solid var(--theme-border);min-height:52px}.knowledgeGraphRoot .knowledgeGraphTitle{color:#171421!important;color:var(--theme-text)!important;font-size:1.25rem;font-weight:600;line-height:1.25;margin:0}.knowledgeGraphRoot .knowledgeGraphToolbarButton{background:#f3f5f9;background:var(--theme-surface-muted);border-color:#0000;color:#565166;color:var(--theme-icon-secondary);height:34px;width:34px}.knowledgeGraphRoot .knowledgeGraphToolbarButton:hover{background:#f1eefb;background:var(--theme-hover);border-color:#dde1ea;border-color:var(--theme-border);color:#6946c6;color:var(--theme-icon-primary)}.knowledgeGraphRoot .knowledgeGraphToolbarButton svg{height:18px;width:18px}.knowledgeGraphRoot .knowledgeGraphExpandIcon svg{height:20px;width:20px}.knowledgeGraphRoot .knowledgeGraphSearchInput{background:#fff;background:var(--theme-input);border-color:#cfd5e1;border-color:var(--theme-input-border);color:#171421;color:var(--theme-text);font-size:.875rem;height:36px;width:240px}.knowledgeGraphRoot .knowledgeGraphSearchInput::placeholder{color:#747083;color:var(--theme-text-muted);opacity:1}.knowledgeGraphRoot .knowledgeGraphCanvas{background:#f7f8fb;background:var(--theme-bg)}.knowledgeGraphRoot .knowledgeGraphPanel{background:#fff!important;background:var(--theme-card)!important;border-left:0;border-right:1px solid #dde1ea;border-right:1px solid var(--theme-border);color:#171421;color:var(--theme-text)}.knowledgeGraphRoot .knowledgeGraphPanelHeader{border-bottom:2px solid #6946c6;border-bottom:2px solid var(--theme-primary);gap:3rem;justify-content:flex-start;min-height:72px}.knowledgeGraphRoot .knowledgeGraphSidebarHomeButton{border-radius:5px;height:36px;min-width:46px;padding:8px 12px;width:46px!important}.knowledgeGraphRoot .knowledgeGraphSidebarHomeButton svg{height:16px;width:16px}.knowledgeGraphRoot .knowledgeGraphPanelHeader .sideBarLogo{flex:0 1 auto;padding:0;text-align:left}.knowledgeGraphRoot .knowledgeGraphPanelHeader .sideBarLogo img{height:auto;max-width:170px}.knowledgeGraphRoot .knowledgeGraphPanelEmpty{padding-top:24rem;text-align:center}.knowledgeGraphRoot .knowledgeGraphPanelTitle{color:#171421!important;color:var(--theme-text)!important;font-size:1.25rem!important;line-height:1.25!important}.knowledgeGraphRoot .knowledgeGraphPanelEmptyText{color:#747083!important;color:var(--theme-text-muted)!important;font-size:.95rem!important}.theme-button-primary{background:#6946c6;background:var(--theme-primary);color:#fff;color:var(--theme-primary-contrast)}.theme-button-primary:hover{background:#5a39b6;background:var(--theme-primary-hover)}.theme-button-primary:active{background:#4d2f9c;background:var(--theme-primary-active)}.theme-button-ghost:disabled,.theme-button-outline:disabled,.theme-button-primary:disabled,.theme-button-secondary:disabled,.theme-icon-button:disabled{cursor:not-allowed;opacity:.55}.theme-button-secondary{background:#fff;background:var(--theme-surface);border:1px solid #dde1ea;border:1px solid var(--theme-border);color:#171421;color:var(--theme-text)}.theme-button-secondary:hover{background:#f1eefb;background:var(--theme-hover)}.theme-button-outline{background:#0000;border:1px solid #dde1ea;border:1px solid var(--theme-border);color:#171421;color:var(--theme-text)}.theme-button-outline:hover{background:#f1eefb;background:var(--theme-hover);border-color:#c4cad6;border-color:var(--theme-border-strong)}.theme-button-ghost{background:#0000;color:#171421;color:var(--theme-text)}.theme-button-ghost:hover{background:#f1eefb;background:var(--theme-hover)}.theme-icon-button{background:#0000;border:1px solid #0000;color:#565166;color:var(--theme-icon-secondary)}.theme-icon-button:hover{background:#f1eefb;background:var(--theme-hover);border-color:#dde1ea;border-color:var(--theme-border);color:#6946c6;color:var(--theme-icon-primary)}.theme-icon-button:active,.theme-icon-button[aria-pressed=true]{background:#e5ddf8;background:var(--theme-active);color:#6946c6;color:var(--theme-icon-primary)}.theme-button-ghost [fill]:not([fill=none]),.theme-button-outline [fill]:not([fill=none]),.theme-button-primary [fill]:not([fill=none]),.theme-button-secondary [fill]:not([fill=none]),.theme-icon-button [fill]:not([fill=none]){fill:currentColor!important}.theme-button-ghost [stroke]:not([stroke=none]),.theme-button-outline [stroke]:not([stroke=none]),.theme-button-primary [stroke]:not([stroke=none]),.theme-button-secondary [stroke]:not([stroke=none]),.theme-icon-button [stroke]:not([stroke=none]){stroke:currentColor!important}.knowledgeGraphRoot .theme-icon-button .knowledgeGraphExpandIcon ellipse{fill:#6946c6!important;fill:var(--theme-primary)!important}.knowledgeGraphRoot .theme-icon-button .knowledgeGraphExpandIcon path{fill:#fff!important;fill:var(--theme-primary-contrast)!important}.theme-badge-primary{background:#ede7fb;background:var(--theme-primary-light);border:1px solid #cdbff0;border:1px solid var(--theme-primary-border);color:#6946c6;color:var(--theme-primary)}.theme-overlay{background:#0f121c94;background:var(--theme-overlay)}.theme-focus{outline:none}.theme-focus:focus-visible{box-shadow:0 0 0 3px #6946c647;box-shadow:0 0 0 3px var(--theme-focus-ring)}.theme-status-success{background:#e8f7ef;background:var(--theme-success-bg);border-color:#b7e4ca;border-color:var(--theme-success-border);color:#16834a;color:var(--theme-success)}.theme-status-warning{background:#fff5df;background:var(--theme-warning-bg);border-color:#f4d28b;border-color:var(--theme-warning-border);color:#a15c00;color:var(--theme-warning)}.theme-status-danger{background:#fff0f1;background:var(--theme-danger-bg);border-color:#f2b9bd;border-color:var(--theme-danger-border);color:#c8323a;color:var(--theme-danger)}.theme-status-info{background:#eaf3ff;background:var(--theme-info-bg);border-color:#bdd9fb;border-color:var(--theme-info-border);color:#2368b8;color:var(--theme-info)}.customNavbar .userProfile p,.customNavbar .userProfile svg path{fill:#171421;fill:var(--theme-text);color:#171421;color:var(--theme-text)}.customNavbar .hamburgerMenu svg path{fill:#171421;fill:var(--theme-text)}.customDirButton{background-color:#6946c6;background-color:var(--theme-primary);color:#fff;color:var(--theme-primary-contrast)}.customDirButton:hover{background-color:#5a39b6;background-color:var(--theme-primary-hover)}.mainApp,.mainPages{background:#f7f8fb;background:var(--theme-bg);color:#171421;color:var(--theme-text)}.card,.dropdown-menu,.modal-content,.offcanvas,.popover,.toast{background-color:#fff!important;background-color:var(--theme-card)!important;border-color:#dde1ea!important;border-color:var(--theme-border)!important;box-shadow:0 8px 24px #0f172a1a;box-shadow:var(--theme-shadow-md);color:#171421!important;color:var(--theme-text)!important}.bg-black\/60,.modal-backdrop,.theme-overlay{background-color:#0f121c94!important;background-color:var(--theme-overlay)!important}.table,table{border-color:#dde1ea;border-color:var(--theme-border);color:#171421;color:var(--theme-text)}.table thead,table thead{background:#f3f5f9;background:var(--theme-table-header);color:#565166;color:var(--theme-text-secondary)}.table td,.table th,table td,table th{border-color:#dde1ea!important;border-color:var(--theme-border)!important}.form-check-input,.form-control,.form-select,input:not([type=checkbox]):not([type=radio]):not([type=file]),select,textarea{background-color:#fff!important;background-color:var(--theme-input)!important;border-color:#cfd5e1!important;border-color:var(--theme-input-border)!important;color:#171421!important;color:var(--theme-text)!important}.form-control::placeholder,input::placeholder,textarea::placeholder{color:#747083!important;color:var(--theme-text-muted)!important;opacity:1}.form-control:focus,.form-select:focus,input:focus,select:focus,textarea:focus{border-color:#6946c6!important;border-color:var(--theme-primary)!important;box-shadow:0 0 0 3px #6946c647!important;box-shadow:0 0 0 3px var(--theme-focus-ring)!important;outline:none!important}.btn-primary,.btn.btn-primary{background-color:#6946c6!important;background-color:var(--theme-primary)!important;border-color:#6946c6!important;border-color:var(--theme-primary)!important;color:#fff!important;color:var(--theme-primary-contrast)!important}.btn-primary:hover,.btn.btn-primary:hover{background-color:#5a39b6!important;background-color:var(--theme-primary-hover)!important;border-color:#5a39b6!important;border-color:var(--theme-primary-hover)!important}.btn-dark,.btn-light,.btn-outline-secondary,.btn-secondary{background-color:#fff!important;background-color:var(--theme-surface)!important;border-color:#dde1ea!important;border-color:var(--theme-border)!important;color:#171421!important;color:var(--theme-text)!important}.text-muted{color:#747083!important;color:var(--theme-text-muted)!important}.text-secondary{color:#565166!important;color:var(--theme-text-secondary)!important}.border,.border-bottom,.border-end,.border-start,.border-top{border-color:#dde1ea!important;border-color:var(--theme-border)!important}.shadow,.shadow-sm{box-shadow:0 1px 3px #0f172a14!important;box-shadow:var(--theme-shadow-sm)!important}.shadow-2xl,.shadow-lg{box-shadow:0 20px 50px #0f172a24!important;box-shadow:var(--theme-shadow-lg)!important}html.dark .bg-gray-50,html.dark .bg-neutral-50,html.dark .bg-slate-50,html.dark .bg-white,html.dark .bg-zinc-50{background-color:#fff!important;background-color:var(--theme-card)!important}html.dark .bg-black,html.dark .bg-gray-950,html.dark .bg-neutral-950,html.dark .bg-slate-950,html.dark .bg-zinc-950{background-color:#f7f8fb!important;background-color:var(--theme-bg)!important}.bg-\[\#0f0f14\],.bg-\[\#121217\],.bg-\[\#171717\],.bg-\[\#1f1f1f\],.bg-\[\#202123\],.bg-\[\#232323\],.bg-\[\#303030\],html.dark .bg-\[\#1f1f1f\],html.dark .bg-\[\#202123\],html.dark .bg-\[\#303030\],html.dark .bg-gray-900,html.dark .bg-neutral-900,html.dark .bg-zinc-900{background-color:#fff!important;background-color:var(--theme-surface-raised)!important}.bg-\[\#0f0f14\].text-white,.bg-\[\#121217\].text-white,.bg-\[\#171717\].text-white,.bg-\[\#1f1f1f\].text-white,.bg-\[\#202123\].text-white,.bg-\[\#232323\].text-white,.bg-\[\#303030\].text-white,html.dark .text-black,html.dark .text-gray-900,html.dark .text-neutral-900,html.dark .text-slate-900,html.dark .text-zinc-900{color:#171421!important;color:var(--theme-text)!important}html.dark .text-gray-300,html.dark .text-neutral-300,html.dark .text-slate-300,html.dark .text-zinc-300{color:#565166!important;color:var(--theme-text-secondary)!important}html.dark .border-gray-700,html.dark .border-slate-700,html.dark .border-white\/10,html.dark .border-white\/20,html.dark .border-white\/30,html.dark .border-zinc-700{border-color:#dde1ea!important;border-color:var(--theme-border)!important}.MuiDialog-paper,.MuiMenu-paper,.MuiPaper-root,.MuiPopover-paper{background-color:#fff!important;background-color:var(--theme-modal)!important;border:1px solid #dde1ea;border:1px solid var(--theme-border);color:#171421!important;color:var(--theme-text)!important}.MuiInputBase-root,.MuiOutlinedInput-root,.MuiSelect-select{background-color:#fff!important;background-color:var(--theme-input)!important;color:#171421!important;color:var(--theme-text)!important}.MuiFormLabel-root,.MuiInputLabel-root,.MuiTypography-root{color:#565166!important;color:var(--theme-text-secondary)!important}.MuiOutlinedInput-notchedOutline{border-color:#cfd5e1!important;border-color:var(--theme-input-border)!important}.MuiSvgIcon-root{color:currentColor}.MuiTabs-indicator{background-color:#6946c6!important;background-color:var(--theme-primary)!important}.MuiMenuItem-root.Mui-selected,.MuiTab-root.Mui-selected{color:#6946c6!important;color:var(--theme-primary)!important}.border-white,.border-white\/10,.border-white\/20,.border-white\/30,.border-white\/40,.border-white\/70{border-color:#dde1ea!important;border-color:var(--theme-border)!important}#projectPopup .border-white,#projectUserRoleDialog .border-white,#rolePopup .border-white,#userPopup .border-white,.theme-modal .border-white,.theme-modal .border-white\/10,.theme-modal .border-white\/20,.theme-modal .border-white\/30,.theme-modal .border-white\/40,.theme-modal .border-white\/70{color:#171421!important;color:var(--theme-text)!important}.hover\:bg-neutral-900\/10:hover,.hover\:bg-white\/10:hover{background-color:#f1eefb!important;background-color:var(--theme-hover)!important}.customNavbar,.hover\:text-black:hover{color:#171421!important;color:var(--theme-text)!important}.customNavbar{background-color:#fff!important;background-color:var(--theme-surface)!important;border-color:#dde1ea!important;border-color:var(--theme-border)!important}.PTCResult,.defectPrediction,.defectSection,.gear-menu-container .gear-menu-dropdown,.image-upload-modal,.promptForm,.promptFormDark,.supporting-images-button .supporting-images-badge{background-color:#f7f8fb!important;background-color:var(--theme-bg)!important;color:#171421!important;color:var(--theme-text)!important}.gear-menu-container .gear-menu-dropdown,.image-upload-modal,.supporting-images-thumbnail-container .thumbnail-item,.supporting-images-thumbnail-container .thumbnail-more{background-color:#fff!important;background-color:var(--theme-surface-raised)!important;color:#171421!important;color:var(--theme-text)!important}.supporting-images-thumbnail-container .thumbnail-info .thumbnail-count{color:#565166!important;color:var(--theme-text-secondary)!important}.image-upload-modal .dialogHead{border-color:#dde1ea!important;border-color:var(--theme-border)!important}.supporting-images-thumbnail-container .thumbnail-loading,.supporting-images-thumbnail-container:hover .thumbnail-edit-icon{color:#6946c6!important;color:var(--theme-primary)!important}.gear-menu-container .gear-menu-button,.image-upload-modal .customDirButton{background-color:#6946c6!important;background-color:var(--theme-primary)!important;color:#fff!important;color:var(--theme-primary-contrast)!important}.gear-menu-container .gear-menu-button.active,.gear-menu-container .gear-menu-button:hover,.image-upload-modal .customDirButton:hover:not(:disabled){background-color:#5a39b6!important;background-color:var(--theme-primary-hover)!important}.authThemeRoot,.authThemeRoot .deviceFarm{background:#f7f8fb!important;background:var(--theme-bg)!important;color:#171421!important;color:var(--theme-text)!important}.authThemeRoot .customLogin,.authThemeRoot .customMain,.authThemeRoot .customMainLogin{background:#fff!important;background:var(--theme-surface-raised)!important;color:#171421!important;color:var(--theme-text)!important}.authThemeRoot .customMainLogin{border-left:1px solid #dde1ea;border-left:1px solid var(--theme-border)}.authThemeRoot .customLogin{border:1px solid #dde1ea;border:1px solid var(--theme-border);box-shadow:0 20px 50px #0f172a24!important;box-shadow:var(--theme-shadow-lg)!important}.authThemeRoot .customLogin .headerText h5{border-color:#6946c6!important;border-color:var(--theme-primary)!important}.authThemeRoot .customLogin .headerText h5 .inlineBlock,.authThemeRoot .customLogin input{background-color:#fff!important;background-color:var(--theme-surface-raised)!important;color:#171421!important;color:var(--theme-text)!important}.authThemeRoot .customLogin label,.authThemeRoot .customMain p{color:#565166!important;color:var(--theme-text-secondary)!important}.authThemeRoot .customLogin input{border-color:#cfd5e1!important;border-color:var(--theme-input-border)!important}.authThemeRoot .customLogin input::placeholder{color:#747083!important;color:var(--theme-text-muted)!important}.authThemeRoot .customLogin input:focus~label,.authThemeRoot .customLogin input:valid~label{color:#4d2f9c!important;color:var(--theme-primary-active)!important}.image-upload-modal .upload-progress-container,.supporting-images-thumbnail-container .thumbnail-wrapper{background-color:#ede7fb!important;background-color:var(--theme-primary-light)!important;border-color:#cdbff0!important;border-color:var(--theme-primary-border)!important}.chatInputDock{background:#f7f8fb!important;background:var(--theme-bg)!important;border-top:1px solid #dde1ea!important;border-top:1px solid var(--theme-border)!important;box-sizing:border-box!important;flex:0 0 auto!important;min-height:98px!important;overflow:visible!important;padding:16px 8px 10px!important}.chatInputDock .chat-input{align-items:center!important;gap:8px;height:auto!important;min-height:52px!important}.chatInputDock .chat-input>.flex.items-center.gap-2{gap:8px!important;padding-right:0!important}.chatInputDock .chat-input>.flex.items-center.gap-2>.supporting-images-button,.chatInputDock .chatFileUpload .supporting-images-button{background:#f3f5f9!important;background:var(--theme-surface-muted)!important;border-radius:9px!important;color:#171421!important;color:var(--theme-text)!important;height:52px!important;margin-right:0!important;width:48px!important}.chatInputDock .supporting-images-button svg{color:currentColor;height:26px!important;transform:none!important;width:26px!important}.chatInputDock .chatInputs{background:#fff!important;background:var(--theme-input)!important;border-color:#cfd5e1!important;border-color:var(--theme-input-border)!important;border-radius:9px!important;height:52px;max-height:124px!important;min-height:52px!important}.chatInputDock .chatInputs textarea{color:#171421!important;color:var(--theme-text)!important;line-height:24px!important;max-height:124px!important;min-height:52px!important;overflow-y:auto;padding-left:20px!important}.chatInputDock .chatInputs textarea::placeholder{color:#747083!important;color:var(--theme-text-muted)!important}.chatInputDock .customDirButton{border-radius:6px!important;height:52px!important;margin-left:0!important;padding:0!important;width:58px!important}.chatInputDock .customDirButton svg{transform:none!important;width:28px!important}.chatInputDock .outputTypeRadio{justify-content:flex-start!important;line-height:18px!important;margin:16px 0 0!important;padding:0!important}.chatInputDock .outputTypeRadio fieldset{flex:0 0 auto!important}.gear-menu-container .gear-menu-dropdown .gear-menu-item,.image-upload-modal .btn-outline-light{border-color:#dde1ea!important;border-color:var(--theme-border)!important;color:#171421!important;color:var(--theme-text)!important}.gear-menu-container .gear-menu-dropdown .gear-menu-item:hover,.image-upload-modal .btn-outline-light:hover:not(:disabled){background-color:#f1eefb!important;background-color:var(--theme-hover)!important}.invalidCred,.text-red-600,.text-red-700{color:#c8323a!important;color:var(--theme-danger)!important}.text-gray-100,.text-gray-200,.text-slate-100,.text-slate-200,.text-white{color:#171421!important;color:var(--theme-text)!important}.bg-gray-50,.bg-slate-50,.bg-white{background-color:#fff!important;background-color:var(--theme-card)!important}.bg-gray-900,.bg-neutral-900,.bg-slate-900{background-color:#f7f8fb!important;background-color:var(--theme-bg)!important}.border-white\/10,.border-white\/20,.border-white\/30,.border-white\/40,.border-white\/70{border-color:#dde1ea!important;border-color:var(--theme-border)!important}.MuiButtonBase-root,.MuiIconButton-root,.chatEdit button,.chatNameSave button,.clearChat,.custom-button,.downloadIcon,.fileUploadButton,.fileUploadIcon,.hamburgerMenu,.icon-button,.logout button,.messageActionButtons button,.primaryBorder-r,.tcp-btn,.theme-action,.topBarActionBtn{color:inherit}.MuiButtonBase-root [fill]:not([fill=none]),.MuiIconButton-root [fill]:not([fill=none]),.chatEdit button [fill]:not([fill=none]),.chatNameSave button [fill]:not([fill=none]),.clearChat [fill]:not([fill=none]),.custom-button [fill]:not([fill=none]),.downloadIcon [fill]:not([fill=none]),.fileUploadButton [fill]:not([fill=none]),.fileUploadIcon [fill]:not([fill=none]),.hamburgerMenu [fill]:not([fill=none]),.icon-button [fill]:not([fill=none]),.logout button [fill]:not([fill=none]),.messageActionButtons button [fill]:not([fill=none]),.primaryBorder-r [fill]:not([fill=none]),.tcp-btn [fill]:not([fill=none]),.theme-action [fill]:not([fill=none]),.topBarActionBtn [fill]:not([fill=none]){fill:currentColor!important}.MuiButtonBase-root [stroke]:not([stroke=none]),.MuiIconButton-root [stroke]:not([stroke=none]),.chatEdit button [stroke]:not([stroke=none]),.chatNameSave button [stroke]:not([stroke=none]),.clearChat [stroke]:not([stroke=none]),.custom-button [stroke]:not([stroke=none]),.downloadIcon [stroke]:not([stroke=none]),.fileUploadButton [stroke]:not([stroke=none]),.fileUploadIcon [stroke]:not([stroke=none]),.hamburgerMenu [stroke]:not([stroke=none]),.icon-button [stroke]:not([stroke=none]),.logout button [stroke]:not([stroke=none]),.messageActionButtons button [stroke]:not([stroke=none]),.primaryBorder-r [stroke]:not([stroke=none]),.tcp-btn [stroke]:not([stroke=none]),.theme-action [stroke]:not([stroke=none]),.topBarActionBtn [stroke]:not([stroke=none]){stroke:currentColor!important}.fileUploadButton,.fileUploadButton span{color:#fff!important;color:var(--theme-primary-contrast)!important}.fileUploadButton [fill]:not([fill=none]){fill:#fff!important;fill:var(--theme-primary-contrast)!important}.fileUploadButton [stroke]:not([stroke=none]){stroke:#fff!important;stroke:var(--theme-primary-contrast)!important}.admin-password-visibility-button,.admin-password-visibility-button.MuiIconButton-root{color:#6946c6!important;color:var(--theme-primary)!important}.admin-password-visibility-button.MuiIconButton-root:hover,.admin-password-visibility-button:hover{background-color:initial!important;color:#6946c6!important;color:var(--theme-primary)!important}.admin-password-visibility-button [fill]:not([fill=none]),.admin-password-visibility-button.MuiIconButton-root [fill]:not([fill=none]){fill:currentColor!important}.admin-password-visibility-button [stroke]:not([stroke=none]),.admin-password-visibility-button.MuiIconButton-root [stroke]:not([stroke=none]){stroke:currentColor!important}.super-admin-warning{color:#a15c00!important;color:var(--theme-warning)!important;display:flex!important;visibility:visible!important}.MuiButtonBase-root .prompt-expand-icon ellipse,.theme-icon-button .prompt-expand-icon ellipse{fill:#6946c6!important;fill:var(--theme-primary)!important}.MuiButtonBase-root .prompt-expand-icon path,.theme-icon-button .prompt-expand-icon path{fill:#fff!important;fill:var(--theme-primary-contrast)!important}.prompt-textarea-expand-button{align-items:center!important;background:#6946c6!important;background:var(--theme-primary)!important;color:#fff!important;color:var(--theme-primary-contrast)!important;display:inline-flex!important;height:30px;justify-content:center!important;padding:0!important;width:30px}.prompt-textarea-expand-button:hover{background:#5a39b6!important;background:var(--theme-primary-hover)!important}.prompt-expand-corners{display:block;height:16px;position:relative;width:16px}.promptForm input[type=radio]{accent-color:#6946c6;accent-color:var(--theme-primary)}.logoutCancelButton,:root.dark .logoutCancelButton:hover,:root.dark .logoutConfirmText,:root[data-theme=dark] .logoutCancelButton:hover,:root[data-theme=dark] .logoutConfirmText{color:#171421!important;color:var(--theme-text)!important}.prompt-expand-corners span:after,.prompt-expand-corners span:before,.prompt-expand-corners:after,.prompt-expand-corners:before{border-color:currentColor;content:"";height:6px;position:absolute;width:6px}.prompt-expand-corners:before{border-left:2px solid;border-top:2px solid;left:0;top:0}.prompt-expand-corners:after{border-right:2px solid;border-top:2px solid;right:0;top:0}.prompt-expand-corners span:before{border-bottom:2px solid;border-left:2px solid;bottom:0;left:0}.prompt-expand-corners span:after{border-bottom:2px solid;border-right:2px solid;bottom:0;right:0}
/*# sourceMappingURL=main.66e0b8ca.css.map*/