:root{--primary-50:#eff6ff;--primary-100:#dbeafe;--primary-200:#bfdbfe;--primary-300:#93c5fd;--primary-400:#60a5fa;--primary-500:#3b82f6;--primary-600:#2563eb;--primary-700:#1d4ed8;--primary-800:#1e40af;--primary-900:#1e3a8a;--success-50:#f0fdf4;--success-100:#dcfce7;--success-200:#bbf7d0;--success-300:#86efac;--success-400:#4ade80;--success-500:#22c55e;--success-600:#16a34a;--success-700:#15803d;--success-800:#166534;--success-900:#14532d;--warning-50:#fffbeb;--warning-100:#fef3c7;--warning-200:#fde68a;--warning-300:#fcd34d;--warning-400:#fbbf24;--warning-500:#f59e0b;--warning-600:#d97706;--warning-700:#b45309;--warning-800:#92400e;--warning-900:#78350f;--error-50:#fef2f2;--error-100:#fee2e2;--error-200:#fecaca;--error-300:#fca5a5;--error-400:#f87171;--error-500:#ef4444;--error-600:#dc2626;--error-700:#b91c1c;--error-800:#991b1b;--error-900:#7f1d1d;--gray-50:#f9fafb;--gray-100:#f3f4f6;--gray-200:#e5e7eb;--gray-300:#d1d5db;--gray-400:#9ca3af;--gray-500:#6b7280;--gray-600:#4b5563;--gray-700:#374151;--gray-800:#1f2937;--gray-900:#111827;--bg-primary:#fff;--bg-secondary:var(--gray-50);--bg-tertiary:var(--gray-100);--bg-accent:var(--primary-50);--bg-overlay:rgba(0,0,0,0.5);--text-primary:var(--gray-900);--text-secondary:var(--gray-600);--text-tertiary:var(--gray-500);--text-inverse:#fff;--text-accent:var(--primary-600);--border-light:var(--gray-200);--border-medium:var(--gray-300);--border-strong:var(--gray-400);--border-accent:var(--primary-300);--space-1:0.25rem;--space-2:0.5rem;--space-3:0.75rem;--space-4:1rem;--space-5:1.25rem;--space-6:1.5rem;--space-8:2rem;--space-10:2.5rem;--space-12:3rem;--space-16:4rem;--space-20:5rem;--text-xs:0.75rem;--text-sm:0.875rem;--text-base:1rem;--text-lg:1.125rem;--text-xl:1.25rem;--text-2xl:1.5rem;--text-3xl:1.875rem;--text-4xl:2.25rem;--text-5xl:3rem;--font-light:300;--font-normal:400;--font-medium:500;--font-semibold:600;--font-bold:700;--leading-tight:1.25;--leading-normal:1.5;--leading-relaxed:1.625;--radius-sm:0.125rem;--radius-base:0.25rem;--radius-md:0.375rem;--radius-lg:0.5rem;--radius-xl:0.75rem;--radius-2xl:1rem;--radius-full:9999px;--shadow-sm:0 1px 2px 0 rgba(0,0,0,0.05);--shadow-base:0 1px 3px 0 rgba(0,0,0,0.1),0 1px 2px 0 rgba(0,0,0,0.06);--shadow-md:0 4px 6px -1px rgba(0,0,0,0.1),0 2px 4px -1px rgba(0,0,0,0.06);--shadow-lg:0 10px 15px -3px rgba(0,0,0,0.1),0 4px 6px -2px rgba(0,0,0,0.05);--shadow-xl:0 20px 25px -5px rgba(0,0,0,0.1),0 10px 10px -5px rgba(0,0,0,0.04);--shadow-2xl:0 25px 50px -12px rgba(0,0,0,0.25);--transition-fast:150ms ease-in-out;--transition-normal:300ms ease-in-out;--transition-slow:500ms ease-in-out;--z-dropdown:1000;--z-sticky:1020;--z-fixed:1030;--z-modal-backdrop:1040;--z-modal:1050;--z-popover:1060;--z-tooltip:1070}.text-xs{font-size:var(--text-xs)}.text-sm{font-size:var(--text-sm)}.text-base{font-size:var(--text-base)}.text-lg{font-size:var(--text-lg)}.text-xl{font-size:var(--text-xl)}.text-2xl{font-size:var(--text-2xl)}.text-3xl{font-size:var(--text-3xl)}.text-4xl{font-size:var(--text-4xl)}.text-5xl{font-size:var(--text-5xl)}.font-light{font-weight:var(--font-light)}.font-normal{font-weight:var(--font-normal)}.font-medium{font-weight:var(--font-medium)}.font-semibold{font-weight:var(--font-semibold)}.font-bold{font-weight:var(--font-bold)}.leading-tight{line-height:var(--leading-tight)}.leading-normal{line-height:var(--leading-normal)}.leading-relaxed{line-height:var(--leading-relaxed)}.text-primary{color:var(--text-primary)}.text-secondary{color:var(--text-secondary)}.text-tertiary{color:var(--text-tertiary)}.text-accent{color:var(--text-accent)}.text-inverse{color:var(--text-inverse)}.bg-primary{background-color:var(--bg-primary)}.bg-secondary{background-color:var(--bg-secondary)}.bg-tertiary{background-color:var(--bg-tertiary)}.bg-accent{background-color:var(--bg-accent)}.card{background-color:var(--bg-primary);border-radius:var(--radius-xl);box-shadow:var(--shadow-base);transition:box-shadow var(--transition-normal)}.card-elevated,.card:hover{box-shadow:var(--shadow-lg)}.card-elevated:hover{box-shadow:var(--shadow-xl)}.glass{background:hsla(0,0%,100%,.25);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.18)}.p-1{padding:var(--space-1)}.p-2{padding:var(--space-2)}.p-3{padding:var(--space-3)}.p-4{padding:var(--space-4)}.p-5{padding:var(--space-5)}.p-6{padding:var(--space-6)}.p-8{padding:var(--space-8)}.m-1{margin:var(--space-1)}.m-2{margin:var(--space-2)}.m-3{margin:var(--space-3)}.m-4{margin:var(--space-4)}.m-5{margin:var(--space-5)}.m-6{margin:var(--space-6)}.m-8{margin:var(--space-8)}.rounded-sm{border-radius:var(--radius-sm)}.rounded{border-radius:var(--radius-base)}.rounded-md{border-radius:var(--radius-md)}.rounded-lg{border-radius:var(--radius-lg)}.rounded-xl{border-radius:var(--radius-xl)}.rounded-2xl{border-radius:var(--radius-2xl)}.rounded-full{border-radius:var(--radius-full)}.transition{transition:all var(--transition-normal)}.transition-fast{transition:all var(--transition-fast)}.transition-slow{transition:all var(--transition-slow)}.p-dialog .p-dialog-content{margin-top:110px!important;padding-top:1rem!important}.p-dialog .p-dialog-header{position:absolute!important;top:0!important;left:0!important;right:0!important;z-index:1000!important;background:#fff!important;border-bottom:1px solid #e1e5e9!important}.p-dialog-header-icons{display:flex!important;align-items:center!important;grid-gap:.5rem!important;gap:.5rem!important}.p-dialog-header-icon{opacity:.8!important;transition:opacity .2s ease!important;background:#fff!important;border:1px solid #ccc!important;border-radius:4px!important;width:2rem!important;height:2rem!important}.p-dialog-header-icon:hover{opacity:1!important;background:#f5f5f5!important}.p-confirm-dialog .p-dialog-footer .p-button{min-width:100px!important}.p-confirm-dialog *{color:#333!important}*{box-sizing:border-box;margin:0;font-family:"Inter","Elbony",system-ui,-apple-system,sans-serif}#root,body,html{overflow:hidden;scroll-behavior:smooth}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{color:#3e678e;margin-top:.5;margin-bottom:.5}body{height:100vh;background:#22384d;margin:0;font-family:"Elbony",sans-serif}.content-center{justify-content:center;align-items:center;text-align:center}.flex-column{display:flex;flex-direction:column;width:100%;grid-gap:5px;gap:5px;margin-bottom:10px}.flex-row{grid-gap:0;gap:0}.flex-row2{display:flex;justify-content:flex-start;grid-gap:10px;gap:10px;width:100%;color:#fff!important;margin-bottom:10px;align-items:center}.toast-demo button{min-width:10rem;margin-right:.5rem}.separator{background-color:#fff;width:.02rem;height:2rem}.horizontal-separator{height:.02rem;width:100%;margin:.5rem}.black{background-color:#000}:focus{outline:0!important}.purple{background:#7657a5!important}.blue{background:#31abe8!important}.aqua{background:#4bc0c0!important}.baby-blue{background:#235faf!important}.grey{background:rgba(133,127,129,.5)!important}.light-purple{background:rgba(114,92,164,.5)!important}.light-blue{background:#448fff!important}.orange{background:#e29208!important}.blue-gradient{background:#22384d!important}.blue-classic{background:#2b8ae3!important}.blue-green{background:#61d3d4!important}.blue-mb{background:#275da5!important}.red-mb{background:#a53a27!important}.light-green{background:#4eab33!important}.color1{background:rgba(20,60,86,.1803921568627451)!important}.color2{background:rgba(16,255,92,.1803921568627451)!important}.color3{background:rgba(114,92,164,.34901960784313724)!important}.color4{background:#8ac7bb!important}.color5{background:rgba(107,205,132,.29411764705882354)!important}.color6{background:#b1d3d4!important}.engine-blue{background:linear-gradient(135deg,#2563eb,#1d4ed8)!important}.engine-green{background:linear-gradient(135deg,#16a34a,#15803d)!important}.engine-purple{background:linear-gradient(135deg,#9333ea,#7c3aed)!important}.engine-orange{background:linear-gradient(135deg,#ea580c,#c2410c)!important}.engine-teal{background:linear-gradient(135deg,#0891b2,#0e7490)!important}.engine-pink{background:linear-gradient(135deg,#db2777,#be185d)!important}.engine-yellow{background:linear-gradient(135deg,#ca8a04,#a16207)!important}.engine-red{background:linear-gradient(135deg,#dc2626,#b91c1c)!important}.footer-engine-blue{background-color:#dbeafe!important}.footer-engine-green{background-color:#dcfce7!important}.footer-engine-purple{background-color:#f3e8ff!important}.footer-engine-orange{background-color:#fed7aa!important}.footer-engine-teal{background-color:#cffafe!important}.footer-engine-pink{background-color:#fce7f3!important}.footer-engine-yellow{background-color:#fef3c7!important}.footer-engine-red{background-color:#fecaca!important}.never-active{background:transparent!important}.white-color{color:#fff!important}.section{margin:.5rem 0}.rounded-borders{border-radius:1.25rem!important}.input-required-text{color:#eec9c9}.input-required{border-color:#dc3545!important}.tab-section{padding:.5rem 1rem}.section-background{background:ff7f00}#triangle-up{border-bottom:1rem solid #09ff00}#triangle-down,#triangle-up{border-left:.5rem solid transparent;border-right:.5rem solid transparent}#triangle-down{border-top:1rem solid red}.toast{z-index:1300!important;width:370px!important;border-radius:20px!important}.modal{min-width:800px;max-width:1200px}.notesForm,.toolForm{width:auto;height:auto}.submenu-popup{position:absolute!important;top:30px!important;right:30px!important;background-color:initial!important}.displayer-file{background-color:#00f}.status-1{background-color:#7fcdcd}.status-2{background-color:#6b5b95}.status-3{background-color:#88b04b}.status-4{background-color:#ff6f61}::selection{color:#fff;background:#22384d}@media screen and (max-width:900px){.displayer-file{position:absolute!important;top:20px!important;right:7px!important;background-color:initial!important}.toast-demo button{width:100%;margin-bottom:.5rem}.modal{max-width:90%;min-width:90%}.toolForm{height:auto}}@media screen and (max-width:600px){.toast{width:60vw!important}}.p-component{font-weight:300!important;font-family:"Elbony",sans-serif}.p-datatable.p-datatable-striped .p-datatable-tbody>tr:nth-child(2n){color:#6e6d6d!important}.p-menubar-button{display:none!important}.p-datatable .p-sortable-column .p-sortable-column-icon{color:#fff!important;margin-left:5px!important}.p-datatable .p-sortable-column.p-highlight{background-color:rgba(106,110,112,.21568627450980393)!important}.p-column-title{font-size:1em!important}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}.stepper{display:flex!important;align-items:flex-start!important;min-height:40vh!important}.last{top:0!important}.progress-bar{margin-left:18px!important}.progress{color:hsla(0,0%,100%,.745)!important;background-color:#22384d!important}.description{width:auto!important;font-weight:400!important;color:rgba(0,0,0,.648)!important}.p-datatable-scrollable-view{border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}.p-datatable .p-paginator-bottom{border-bottom-left-radius:4px!important;border-bottom-right-radius:4px!important}.p-datatable table{background-color:#f2f2f2!important;font-size:.8em!important}.p-toast p-component{z-index:100000!important}.text-label{margin-top:10px!important;color:#fff!important}.p-toast-message-icon{margin:10px 10px 10px 20px}.p-dialog-title{font-weight:400!important}.p-dialog{min-width:0!important}.p-dialog .p-dialog-header{height:auto!important;border-top-right-radius:10px!important;border-top-left-radius:10px!important;display:flex!important;width:100%!important;color:#6f7a88!important;font-weight:600!important;padding:0 0 10px!important;margin-bottom:-48px!important;z-index:100000!important;background-color:initial!important}input:hover{background-color:hsla(0,0%,100%,.92)!important}.p-dialog-mask.p-component-overlay{background-color:rgba(0,0,0,.731)!important;z-index:1200!important;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.p-dropdown-panel{z-index:15000010!important}.p-dropdown-panel .p-dropdown-items{padding:0!important}.p-dropdown-items .p-dropdown-item.p-highlight{background-color:initial!important}.p-dropdown{background-color:#3e678e!important;font-size:.8em!important;max-height:30px!important;border-radius:0!important;margin-top:0!important;border:none!important;box-shadow:2px 2px 3px rgba(1,41,57,.5411764705882353)!important}.p-datatable .p-datatable-header{background-color:initial!important;border:none!important}.p-paginator .p-paginator-current{color:#fff!important}.p-dropdown .p-dropdown-label{border-radius:8px!important;color:hsla(0,0%,100%,.9)!important;padding:8px 12px!important;font-size:.85em!important;font-weight:400!important}.pi-search{color:#3e678e!important}.p-multiselect-panel{z-index:15000010!important;background-color:#fff!important}.p-dialog .p-dialog-content{background-color:#414f5c!important;border-radius:8px!important;padding:0!important;overflow:hidden!important}.p-dropdown-trigger{border-radius:50px!important;min-width:30px!important;height:25px!important;margin-top:3px!important;margin-left:0!important}.p-dropdown .p-dropdown-label.p-placeholder{color:hsla(0,0%,100%,.7)!important;padding:8px 12px!important;font-style:italic!important}.p-focus .p-inputwrapper-focus{box-shadow:none!important}.p-multiselect{border:none!important;border-radius:8px!important;max-width:100%!important}input[type=color]{border:2px solid rgba(51,51,51,.0784313725490196);border-radius:8px}input[type=color]:focus{border-color:transparent;outline:none}.p-multiselect:not(.p-disabled).p-focus{box-shadow:none!important}.p-disabled{background-color:rgba(159,199,194,.389)!important;color:#3e678e!important}.title{text-decoration:underline;margin:1.5vw 2vw .3vw;color:#22384d!important;font-weight:800}.content,.title{width:100%!important}.p-scrollpanel-content{height:auto!important;padding-bottom:100px!important}.p-calendar .p-inputtext{height:36px!important;font-weight:500!important;font-size:1.1em!important;margin-top:-2px!important;color:#3e678e!important}.p-multiselect-panel .p-multiselect-items .p-multiselect-item:focus{box-shadow:none!important}.p-multiselect-panel .p-multiselect-items .p-multiselect-item{justify-content:flex-start!important}.p-multiselect-items-wrapper{max-height:40vh!important;background-color:initial!important;border-radius:8px!important}.p-tabview .p-tabview-nav{margin:2rem auto 0!important;border-top-left-radius:8px!important;border-top-right-radius:8px!important;z-index:10000000}.p-tabview-title{margin:3px 0!important;font-size:.8em!important}.p-toast-icon-close{min-width:30px!important}.p-button{display:flex;justify-content:center;align-items:center;background-color:rgba(34,56,77,.807843137254902)!important;color:#fff!important;border:none!important;height:30px!important;border-radius:3px!important;margin-right:10px!important;box-shadow:none!important;font-weight:335!important;padding:5px 10px!important;width:auto!important}.p-inputswitch .p-inputswitch-slider:before{margin-top:-.35rem!important;left:.2rem!important;height:12px!important;max-width:12px!important}.p-inputswitch{width:2.1rem!important;height:18px!important}.p-multiselect{height:40px!important;max-width:auto!important}.p-multiselect .p-multiselect-label.p-placeholder{width:auto;color:#fff!important;height:30px!important}.p-multiselect-label-container{height:40px!important}.p-multiselect .p-multiselect-label{padding:9px 0 5px 15px!important}.p-multiselect-clear-icon{display:none!important}.p-button:hover{background-color:#f04!important}.pi{font-size:1rem!important;background-color:initial!important}.pi-lock,.pi-user{margin-top:-13px!important}.p-dropdown-label p-inputtext p-placeholder{font-size:.8em!important}.p-inputtext{width:100%!important}.p-inputtext,.p-inputtext:enabled{border-color:transparent!important}.p-inputtext:enabled{font-size:1em!important}.p-input-icon-left>.p-inputtext{background-color:hsla(0,0%,100%,.855)!important;border-color:#22384d!important}.p-inputtext:enabled:focus,.p-inputtext:enabled:hover,p-inputtext:hover{border-color:#22384d!important}td{padding:.2vw 3px .2vw 10px!important}.p-tabview-nav-link:hover{border-color:none!important}.p-multiselect:hover{border-radius:5px!important}.p-button.p-button-info{background-color:#22384d!important}.p-checkbox .p-checkbox-box{border-radius:50%!important}.pi-check:before{height:5px!important}.p-unselectable-text .p-tabview-selected .p-highlight{box-shadow:none!important}.p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link{box-shadow:none!important;color:#fff!important;border-color:transparent!important;background:#32577a!important;border-bottom:2px solid #f04!important;z-index:1000!important}.pi-times:before{color:#fff!important}.flex-col-aligned{display:flex;justify-content:center;flex-direction:column;align-items:center}.p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link:hover{box-shadow:none!important;color:#fff!important;border-color:transparent!important;background:#42698d!important;border-bottom:2px solid #f04!important;opacity:1!important}.white-color{fill:#fff!important}.p-tabview .p-tabview-nav li .p-tabview-nav-link{background:#3e678e!important;color:#f1f1f1!important;font-weight:350!important;border-color:transparent!important;border-radius:0!important;opacity:1!important}.p-tabview .p-tabview-nav li .p-tabview-nav-link:hover{opacity:.8!important;color:#fff!important}.p-multiselect-label{color:#fff!important}.p-multiselect .p-multiselect-label .p-placeholder{padding-right:0!important}.carousel .control-dots .dot{background-color:#24354c!important}.carousel .control-prev.control-arrow:before{border-right:8px solid rgba(34,56,77,.7686274509803922)!important}.carousel .control-next.control-arrow:before{border-left:8px solid rgba(34,56,77,.7686274509803922)!important}.pro-sidebar-footer{margin-bottom:15px!important}.p-paginator{background:#22384d!important;background:linear-gradient(125deg,#22384d 60%,#3e678e 130%)!important;justify-content:right!important;padding:.2rem .7rem!important;justify-content:center!important}.p-paginator-bottom{border:0!important}.pi-chevron-down{color:#f5f5f5!important}.p-paginator-element{color:#fff!important;min-width:25px!important;height:25px!important}.p-paginator-element:hover{color:#fff!important;background-color:#f04!important}.p-highlight{color:#fff!important;background-color:#3e678e!important;border-radius:0!important}.p-highlight:hover{color:#fff!important;background-color:rgba(34,56,77,.575)!important}.p-datepicker-other-month{color:#df4646!important}.p-datepicker{z-index:30000000!important}.p-datepicker,.p-datepicker-header{background:#22384d!important;background:linear-gradient(125deg,#22384d 60%)!important;color:#fff!important;border:none!important}.p-datepicker-next{color:#fff!important;background-color:initial!important}.p-datepicker-next:hover,.p-datepicker-prev:hover{background-color:#f04!important}.p-datepicker-prev{color:#fff!important;background-color:initial!important}.p-datepicker-today span{background-color:rgba(255,0,68,.41)!important;border-radius:0!important;color:#fff!important}input[type=text]{width:auto;min-width:50px;padding:5px;font-size:16px}.p-datepicker span:hover{background-color:#f04!important;z-index:30000000!important;color:#fff!important}.p-treetable-emptymessage{display:flex;justify-content:center;align-items:center;width:100px;background-color:#fff!important}.p-datatable-emptymessage{display:flex!important;justify-content:center!important;align-items:center!important;max-width:1180px!important;width:calc(100vw - 320px)!important;height:50px}.p-datatable-emptymessage,.p-datatable-scrollable-header{background-color:#f2f2f2!important}.p-datatable-header{color:#f2f2f2!important;text-align:center;font-size:1em!important}.p-card .p-card-content{padding:0!important;height:auto!important}.p-toast-summary{font-size:.9em!important}.p-toast-detail{font-size:1em!important}.p-toast-message-text{margin-left:10px!important}.p-toast .p-toast-message .p-toast-message-content{padding:5px 0!important}.p-card-body{padding:0 10px 10px!important}.p-card-content{overflow:hidden!important}.p-dialog-header-close{margin-right:0!important;margin-top:0!important;outline-style:none!important}.p-dialog-header-close:hover{background-color:#f04!important;color:#fff!important;outline-style:none!important}.p-paginator-bottom{padding-left:5px!important}.apexcharts-toolbar{display:none!important}.p-datatable .p-datatable-thead>tr>th{padding:.9vw 1vw!important;font-weight:400!important}.p-multiselect.p-multiselect-clearable .p-multiselect-label{padding:.5rem!important}.p-dropdown-items-wrapper{z-index:1000000!important;max-height:400px!important}.p-dropdown-item{padding:0!important;font-size:1em!important}.p-inputswitch-slider{box-shadow:2px 2px 7px rgba(1,41,57,.5411764705882353)!important}.p-inputswitch.p-inputswitch-checked .p-inputswitch-slider{background:#5ace39!important}.p-inputswitch{min-width:40px}.p-inputswitch .p-inputswitch-slider{background:rgba(155,149,149,.674)!important}.p-dropdown-trigger{width:15px!important;margin-right:0!important}.p-dropdown-label{color:#fff!important}.carousel.carousel-slider .control-arrow,.carousel .control-arrow{opacity:1!important;height:40px;width:40px;margin-top:54px!important}.control-arrow:hover{background-color:initial!important}.control-dots{margin-bottom:0!important}.carousel .control-dots{z-index:100000!important}hr{border-color:hsla(0,0%,96.1%,.496);margin-top:0!important;margin-bottom:0!important}.pro-item-content{font-size:.9em!important;background-color:initial!important}.p-paginator .p-paginator-current{font-size:.8em!important;height:16px!important}.p-tabview .p-tabview-nav{border:none!important;margin:0!important}@media screen and (max-width:900px){.p-datatable .p-datatable-thead>tr>th{padding:.5rem .6rem!important;font-weight:400!important}.p-tabview-title{margin:0!important;font-size:.7em!important}.pro-sidebar-footer{padding-top:15vh!important;padding-bottom:15vh!important}.content{min-width:40vw!important}.p-calendar .p-inputtext,.p-inputtext:enabled{font-size:17px!important}.blue-color{background:#22384d!important;background:linear-gradient(125deg,#22384d 60%)!important}.p-tabview .p-tabview-nav{border:none!important}.p-datatable-emptymessage{display:flex!important;justify-content:center!important;align-items:center!important;width:calc(100vw - 110px)!important;height:50px;background-color:#f2f2f2!important}.p-dialog .p-dialog-header{background-color:initial!important;z-index:1!important}.description{width:auto!important}input:hover{background-color:#f2f2f2!important}.carousel.carousel-slider .control-arrow,.carousel .control-arrow{opacity:1!important;height:40px;width:40px;margin-top:35px!important}.p-paginator-element{color:#fff!important;min-width:20px!important;height:25px!important}.p-button:hover{background-color:none!important}.p-treetable-emptymessage{height:19vh}.pro-item-content{font-size:.6em!important}.p-paginator .p-paginator-current{font-size:.6em!important;height:16px!important}}@media screen and (max-width:570px){.p-tabview .p-tabview-nav{margin-left:5vw!important;margin-bottom:18px!important}.filters{display:flex;flex-wrap:wrap;grid-gap:10px;gap:10px;height:auto;flex-direction:column}.pro-sidebar-footer{padding-top:15vh!important;padding-bottom:15vh!important}.p-toast-message{width:100vw!important;margin-left:-35vw!important;margin-top:-20px!important}.p-dialog .p-dialog-header{background-color:initial!important;z-index:1!important;margin-bottom:-38px!important}}.accordion-wrapper-list .p-datatable{border:1px solid #d1d5db!important}.accordion-wrapper-list .p-datatable-table{border-collapse:initial!important;border-spacing:0!important;border:1px solid #e5e7eb!important}.accordion-wrapper-list .p-datatable-thead>tr>th{border-right:1px solid #e5e7eb!important;border-bottom:1px solid #d1d5db!important;border-top:1px solid #e5e7eb!important}.accordion-wrapper-list .p-datatable-thead>tr>th:first-child{border-left:1px solid #e5e7eb!important}.accordion-wrapper-list .p-datatable-tbody>tr>td{border-right:1px solid #f3f4f6!important;border-bottom:1px solid #e5e7eb!important}.accordion-wrapper-list .p-datatable-tbody>tr>td:first-child{border-left:1px solid #f3f4f6!important}.accordion-wrapper-list .p-datatable-tbody>tr{border-bottom:1px solid #e5e7eb!important}.accordion-wrapper-list{background-color:hsla(0,0%,100%,.95)!important;border:1px solid #e5e7eb!important}.flex{display:flex}.full-width{width:100%}.column{flex-direction:column}.flex-wrap{flex-wrap:wrap}.full-height{height:100%}.justify-content-space-between{justify-content:space-between}.justify-content-space-around{justify-content:space-around}.justify-content-flex-end{justify-content:flex-end}.aling-items-center{align-items:center}.justify-content-center{justify-content:center}.justify-content-flex-start{justify-content:flex-start}.justify-content-space-evenly{justify-content:space-evenly}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-top:.5rem;margin-bottom:.5rem}.counter-display-wrapper{display:flex;flex-direction:column;align-items:center;padding:.5rem;background-color:#22384d;height:auto;width:100%;max-width:200px;min-width:200px;box-shadow:2px 2px 7px rgba(1,41,57,.5411764705882353)}.counter-display-tag{font-size:1rem;line-height:20px;text-align:center;color:#fff}.counter-display-value{font-size:30px;line-height:0;color:#f6b41a;font-weight:500}@media screen and (max-width:570px){.counter-display-wrapper{justify-content:space-between;padding:.1rem;max-width:100%}.counter-display-value{font-size:23px;line-height:0}.counter-display-tag{font-size:1rem;text-align:center;margin-bottom:.7rem}}#editAppCard{width:100%!important;display:flex;flex-direction:column;grid-gap:32px;gap:32px;margin-bottom:20px!important}.app-info-section{background:linear-gradient(135deg,#f8fafc,#e2e8f0);border-radius:16px;padding:24px;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);border:1px solid #e2e8f0}.section-title{border-bottom:2px solid #3b82f6}.app-info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:16px;gap:16px;margin-bottom:20px}.info-card{padding:16px;box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06);border:1px solid #f1f5f9;transition:all .2s ease}.info-card:hover{box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);transform:translateY(-1px)}.status-card{border-left:4px solid #10b981}.info-label{font-size:.875rem;font-weight:600;color:#64748b;margin:0 0 8px;text-transform:uppercase;letter-spacing:.025em}.info-value{font-size:1rem;font-weight:500;color:#1e293b;margin:0;word-break:break-word}.app-id{font-family:"Monaco","Menlo","Ubuntu Mono",monospace;background:#f1f5f9;padding:6px 8px;border-radius:6px;font-size:.875rem}.status-control{display:flex;align-items:center;justify-content:space-between;grid-gap:12px;gap:12px}.status-indicator{padding:4px 12px;font-size:.875rem;font-weight:500;text-transform:uppercase;letter-spacing:.025em}.status-indicator.active{background:#dcfce7;color:#166534}.status-indicator.inactive{background:#fef2f2;color:#991b1b}.description-card{background:#fff;border-radius:12px;padding:20px;box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06);border:1px solid #f1f5f9}.description-text{line-height:1.6;color:#475569}@media screen and (max-width:900px){.app-info-grid{grid-template-columns:1fr;grid-gap:12px;gap:12px}.section-title{font-size:1.25rem}.danger-action{flex-direction:column;align-items:stretch;grid-gap:16px;gap:16px}.delete-app-btn{justify-content:center!important}}@media screen and (max-width:570px){#editAppCard{grid-gap:24px;gap:24px}.app-info-section,.danger-zone-container{margin:0 -8px}.app-info-section{padding:16px;border-radius:12px}.danger-zone-header{padding:12px 16px}.danger-zone-content{padding:16px}}.event-input-text{width:80%}.event-name-section{justify-content:space-between;align-items:center;padding:0!important}.events-section{background-color:hsla(0,0%,61.2%,.19215686274509805);padding:10px;margin-top:1rem}.form-event-wrapper{padding:60px 20px 20px}#programmedEvents section{justify-content:space-around;align-items:center}.events-dropdown{width:200px;margin-top:.5rem}#weebhookEvents input{margin-left:auto;width:80%}.programmed-form-control{margin-top:1rem;align-items:center}.programmed-input{margin-left:auto!important;width:80%}.programmed-input-cron{margin-left:auto!important;margin-right:1rem!important;width:54.6%}.webhook-events-formControl{display:flex;margin-top:10px;justify-content:left;align-items:left}.title-event{font-size:1.5em;font-weight:400;margin-left:0}.float-end{margin-top:15px;display:flex;justify-content:flex-end;width:100%}.labels-event{display:flex;width:100px;text-align:left;align-items:center;color:#fff}.events-radioButton{margin-right:.5rem}.event-btn{margin:0 0 0 10px!important;padding:20px!important;color:#fff!important}.event-btn:disabled{background-color:grey!important;opacity:.8}.event-input-label{margin-left:15px;color:#fff}.event-input-title{font-size:20px;color:wheat;background-color:#3e678e;padding:5px 10px;border-radius:8px}.event-btn{width:160px}@media screen and (max-width:570px){.title-event{font-size:1.2em;font-weight:400;margin-left:0}.event-btn{min-width:190px!important}}#statsIcon{width:30px}#events-table{display:flex;margin-left:auto}#events-table td section{margin-left:0}.table-events-description{margin-top:0;margin-left:0}#events-table button{width:25px;height:25px;justify-content:center;background-color:#f8f9fa;border:none}.heading{margin-top:0!important;margin-right:20px!important;font-size:16px!important}.table-events-wrapper{background-color:rgba(248,249,250,.4666666666666667);padding:25px;margin:0 auto}.events-align{display:flex;justify-content:flex-end;align-items:center;margin:20px}tr:nth-child(odd){background-color:rgba(70,69,69,.05)}.events-scroller{overflow:hidden;overflow-y:scroll;max-height:200px;display:flex;justify-content:center;align-items:flex-start;flex-direction:column}@media screen and (max-width:570px){.table-events-wrapper{background-color:rgba(248,249,250,.4666666666666667);padding:0;margin:0}.event-name{font-size:1em;padding:10px!important}}#events-table button img{width:25px;height:25px}.event-name{font-size:1em;padding:20px!important}.events-action{background-color:initial!important;width:25px!important;height:30px!important;margin:5px!important;justify-content:center;box-shadow:none!important}.events-img{width:25px;height:25px}.action-btns{width:125px!important;margin-right:0!important;padding:20px!important}.flow-trace-container{padding:2rem 1rem 1rem}.flow-trace-container h3{margin-top:0;margin-bottom:.5rem}.flow-trace-header{margin-bottom:25px}.flow-header-content{display:flex;justify-content:space-between;align-items:center;grid-gap:20px;gap:20px}.flow-header-text{flex:1 1}.flow-header-text h3{color:#2c3e50;font-size:1.5rem;margin:0 0 5px;font-weight:600}.flow-header-text p{color:#6c757d;font-size:.95rem;margin:0}.flow-header-buttons{display:flex;grid-gap:10px;gap:10px;align-items:center}.flow-expand-btn{background:#6c757d!important;border-color:#6c757d!important;color:#fff!important;font-weight:500!important;padding:10px 16px!important;border-radius:6px!important;transition:all .2s ease!important;min-width:100px}.flow-expand-btn:hover{background:#5a6268!important;border-color:#5a6268!important;transform:translateY(-1px);box-shadow:0 2px 4px rgba(108,117,125,.3)!important}.flow-refresh-btn{background:#17a2b8!important;border-color:#17a2b8!important;color:#fff!important;font-weight:500!important;padding:10px 20px!important;border-radius:6px!important;transition:all .2s ease!important;min-width:100px}.flow-refresh-btn:hover{background:#138496!important;border-color:#138496!important;transform:translateY(-1px);box-shadow:0 2px 4px rgba(23,162,184,.3)!important}.flow-refresh-btn.p-disabled,.flow-refresh-btn:disabled{opacity:.6!important;cursor:not-allowed!important;transform:none!important;box-shadow:none!important}.status-legend-simple{display:flex;align-items:center;grid-gap:1rem;gap:1rem;margin-bottom:1rem;padding:.5rem 0;font-size:.875rem}.legend-text{font-weight:600;color:#495057}.legend-item-simple{color:#6c757d;font-weight:500}.status-header-container{display:flex;flex-direction:column;align-items:center}.status-title{font-weight:600;margin-bottom:.5rem}.status-legend-inline{display:flex;grid-gap:.75rem;gap:.75rem;padding:.5rem;background:#f8f9fa;border-radius:4px;border:1px solid #e9ecef}.legend-item-inline{display:flex;align-items:center;grid-gap:.25rem;gap:.25rem;font-size:.7rem;font-weight:500;color:#495057}.legend-color-inline{width:12px;height:12px;border-radius:2px;border:1px solid rgba(0,0,0,.1)}.legend-color-inline.success{background-color:#28a745}.legend-color-inline.waiting{background-color:#ffc107}.legend-color-inline.failed{background-color:#dc3545}.flow-trace-dialog-wrapper .p-dialog-content{padding:0!important}.flow-trace-dialog-wrapper .p-dialog-header{padding:1rem 1.5rem!important;background:#f8f9fa;min-height:60px}.flow-trace-dialog-wrapper .p-dialog-title{font-size:1.1rem!important;font-weight:600!important;color:#2c3e50!important;margin-right:4rem!important;word-break:break-word;max-width:calc(100% - 6rem);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.flow-trace-dialog-wrapper .p-dialog-header-icons{margin-left:auto;padding-left:1rem}.flow-trace-dialog{max-height:75vh;overflow-y:auto}.flow-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:3rem 1.5rem 1.5rem;display:flex;justify-content:space-between;align-items:flex-start;border-radius:6px 6px 0 0;margin:-1rem -1.5rem 1.5rem}.flow-header-main{flex:1 1;margin-right:1.5rem;min-width:0}.flow-description{margin:0;opacity:.9;font-size:1rem;line-height:1.4;font-weight:500;padding-left:.25rem}.flow-header-meta{background:hsla(0,0%,100%,.1);padding:1rem;border-radius:8px;min-width:350px;max-width:450px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);margin-left:1rem}.meta-row{display:flex;justify-content:space-between;margin-bottom:.5rem;font-size:.875rem}.meta-row:last-child{margin-bottom:0}.meta-label{opacity:.9}.meta-value{font-family:"Courier New",monospace;opacity:.95;word-break:break-all;text-align:right;max-width:250px;font-size:.8rem;line-height:1.2}.stages-section{padding:0 1.5rem 1.5rem}.stages-title{margin:0 0 1rem;color:#2c3e50;font-size:1.25rem;font-weight:600;display:flex;align-items:center;padding-bottom:.5rem;border-bottom:2px solid #e9ecef}.stages-container{display:flex;flex-direction:column;grid-gap:.75rem;gap:.75rem}.stage-card{border:1px solid #e9ecef;border-radius:8px;overflow:hidden;transition:all .2s ease;background:#fff}.stage-card:hover{box-shadow:0 2px 8px rgba(0,0,0,.1);transform:translateY(-1px)}.stage-success{border-left:4px solid #28a745}.stage-waiting{border-left:4px solid #ffc107}.stage-failed{border-left:4px solid #dc3545}.stage-header{display:flex;align-items:center;padding:.5rem 1rem;background:#f8f9fa;border-bottom:1px solid #e9ecef}.stage-icon{margin-right:.75rem;font-size:1.25rem}.stage-success .stage-icon{color:#28a745}.stage-waiting .stage-icon{color:#ffc107}.stage-failed .stage-icon{color:#dc3545}.stage-info{flex:1 1}.stage-name{font-weight:600;font-size:.95rem;color:#2c3e50;font-family:"Courier New",monospace}.stage-type{font-size:.8rem;color:#6c757d;margin-top:2px;text-transform:uppercase;font-weight:500}.stage-status{margin-left:1rem}.stage-badge{font-size:.75rem;font-weight:600}.stage-details{padding:.75rem 1rem;background:#fff}.stage-detail-row{display:flex;margin-bottom:.5rem;font-size:.875rem}.stage-detail-row:last-child{margin-bottom:0}.stage-detail-compact{display:flex;grid-gap:2rem;gap:2rem;flex-wrap:wrap}.detail-group{display:flex;align-items:center;min-width:200px}.detail-label{color:#495057;min-width:100px;margin-right:1rem}.detail-value{color:#6c757d;font-family:"Courier New",monospace;word-break:break-all}.parameters-list{margin-left:1rem}.parameter-item,.parameters-list{display:flex;flex-direction:column;grid-gap:.25rem;gap:.25rem}.parameter-item{font-size:.8rem;background:#f8f9fa;padding:.5rem;border-radius:4px}.param-key{font-weight:600;color:#495057;margin-bottom:.25rem}.param-value{color:#6c757d;font-family:"Courier New",monospace;word-break:break-all;white-space:pre-wrap;max-width:600px;overflow-x:auto}.status-badges-container{grid-gap:.5rem;gap:.5rem;min-width:120px}.status-badge-group,.status-badges-container{display:flex;align-items:center}.status-badge-group .p-badge{min-width:28px!important;text-align:center}.status-label{font-size:.8rem;color:#6c757d;font-weight:500}.p-datatable .p-datatable-tbody>tr:nth-child(2n){background-color:#f8f9fa}.p-datatable .p-datatable-tbody>tr:hover{cursor:pointer;background-color:#e9ecef!important}.last-updated-header{font-size:.8rem!important}.last-updated-text{font-size:.75rem!important;color:#6c757d}@media (max-width:768px){.flow-header-content{flex-direction:column;align-items:flex-start;grid-gap:15px;gap:15px}.flow-header-buttons{display:flex;flex-direction:column;width:100%;grid-gap:8px;gap:8px}.flow-expand-btn,.flow-refresh-btn{align-self:stretch;justify-content:center}}@media (max-width:1000px){.flow-header{flex-direction:column;grid-gap:1rem;gap:1rem;padding:2rem 1.5rem 1.5rem}.flow-header-main{margin-right:0}.flow-header-meta{min-width:auto;width:100%;margin-left:0;max-width:none}.meta-value{max-width:none;font-size:.75rem}}@media (max-width:768px){.stage-header{flex-wrap:wrap;grid-gap:.5rem;gap:.5rem}.stage-status{margin-left:0}.detail-group{min-width:150px}}.flow-progress-wrapper{display:flex;align-items:center;grid-gap:10px;gap:10px;width:100%}.flow-progress-container{padding:8px 15px;flex:1 1;overflow-x:auto;overflow-y:hidden;max-width:100%;scrollbar-width:thin;scrollbar-color:#cbd5e0 #f7fafc}.flow-progress-container::-webkit-scrollbar{height:6px}.flow-progress-container::-webkit-scrollbar-track{background:#f7fafc;border-radius:3px}.flow-progress-container::-webkit-scrollbar-thumb{background:#cbd5e0;border-radius:3px}.flow-progress-container::-webkit-scrollbar-thumb:hover{background:#a0aec0}.flow-progress-container.compact-mode{padding:4px 15px}.flow-progress-container.compact-mode .RSPBprogressBar{min-width:-webkit-max-content;min-width:max-content}.flow-trace-table .flow-progress-container{margin:0}.stage-count-indicator{display:flex;align-items:center;justify-content:center;min-width:32px;height:32px;background:#e9ecef;border-radius:16px;font-weight:600;font-size:.875rem;color:#495057}.stage-count-indicator span{line-height:1}.progress-step{width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;position:relative;background:#fff;border:2px solid #e9ecef}.progress-step.medium{width:24px;height:24px;border-width:2px}.progress-step.compact{width:20px;height:20px;border-width:1.5px}.progress-step:hover{transform:scale(1.1);box-shadow:0 2px 8px rgba(0,0,0,.15);z-index:10}.progress-step.success{background:#28a745;border-color:#28a745}.progress-step.waiting{background:#ffc107;border-color:#ffc107}.progress-step.failed{background:#dc3545;border-color:#dc3545}.progress-step.api-success{background:#28a745;border-color:#28a745}.progress-step.api-error{background:#dc3545;border-color:#dc3545}.progress-step.api-warning{background:#ffc107;border-color:#ffc107}.step-dot{color:#fff;font-size:14px;font-weight:700;display:flex;align-items:center;justify-content:center;width:100%;height:100%}.progress-step.medium .step-dot{font-size:12px}.progress-step.compact .step-dot{font-size:10px}.step-letter{font-size:11px;font-weight:700;line-height:1;text-transform:uppercase}.progress-step.medium .step-letter{font-size:12px}.RSPBprogressBar{height:8px!important;border-radius:4px;background-color:#e9ecef!important;margin:11px 0;min-width:100%}.compact-mode .RSPBprogressBar{height:6px!important;margin:7px 0}.RSPBstep{cursor:pointer}.stage-detail-dialog{max-height:90vh!important}.stage-detail-dialog .p-dialog{display:flex;flex-direction:column;max-height:90vh!important;height:auto!important}.stage-detail-dialog .p-dialog-header{flex-shrink:0}.stage-detail-dialog .p-dialog-content{padding:1.5rem;overflow-y:auto!important;flex:1 1;max-height:calc(90vh - 80px)!important;height:auto!important;scrollbar-width:thin;scrollbar-color:#cbd5e0 #f7fafc}.stage-detail-dialog .p-dialog-content::-webkit-scrollbar{width:8px}.stage-detail-dialog .p-dialog-content::-webkit-scrollbar-track{background:#f7fafc;border-radius:4px}.stage-detail-dialog .p-dialog-content::-webkit-scrollbar-thumb{background:#cbd5e0;border-radius:4px}.stage-detail-dialog .p-dialog-content::-webkit-scrollbar-thumb:hover{background:#a0aec0}.stage-detail-content{display:flex;flex-direction:column;grid-gap:1.5rem;gap:1.5rem}.stage-detail-header{display:flex;justify-content:space-between;align-items:flex-start;padding-bottom:1rem;border-bottom:1px solid #e9ecef}.stage-detail-title h4{margin:0;color:#2c3e50;font-size:1.25rem;font-family:"Courier New",monospace}.stage-detail-flow{margin:.25rem 0 0;color:#6c757d;font-size:.875rem}.stage-detail-badge{font-size:.875rem;font-weight:600}.stage-detail-info{display:flex;flex-direction:column;grid-gap:.75rem;gap:.75rem}.stage-detail-info .detail-row{display:flex;align-items:flex-start;grid-gap:1rem;gap:1rem}.stage-detail-info .detail-label{font-weight:600;color:#495057;min-width:100px}.stage-detail-info .detail-value{color:#6c757d;font-family:"Courier New",monospace;word-break:break-all;flex:1 1}.stage-detail-parameters{margin-top:1rem;padding-top:1rem;border-top:1px solid #e9ecef}.stage-detail-parameters h5{margin:0 0 .75rem;color:#495057;font-size:1rem}.parameter-detail-item,.parameters-detail-list{display:flex;flex-direction:column;grid-gap:.5rem;gap:.5rem}.parameter-detail-item{background:#f8f9fa;padding:.75rem;border-radius:4px}.param-detail-key{font-weight:600;color:#495057}.param-detail-value{color:#6c757d;font-family:"Courier New",monospace;word-break:break-word;white-space:pre-wrap;max-height:300px;overflow-y:auto;padding:8px;background:#fff;border:1px solid #e9ecef;border-radius:4px;font-size:.85rem;line-height:1.5}.param-detail-value::-webkit-scrollbar{width:6px}.param-detail-value::-webkit-scrollbar-track{background:#f7fafc;border-radius:3px}.param-detail-value::-webkit-scrollbar-thumb{background:#cbd5e0;border-radius:3px}.param-detail-value::-webkit-scrollbar-thumb:hover{background:#a0aec0}.stages-accordion{margin-top:1rem}.stages-accordion .p-accordion-tab{margin-bottom:.5rem;border-radius:8px;overflow:hidden;border:1px solid #e9ecef}.stages-accordion .p-accordion-header a{padding:.75rem 1rem;background:#f8f9fa;border:none;border-radius:0}.stage-accordion-tab.success .p-accordion-header a{border-left:4px solid #28a745}.stage-accordion-tab.waiting .p-accordion-header a{border-left:4px solid #ffc107}.stage-accordion-tab.failed .p-accordion-header a{border-left:4px solid #dc3545}.stages-accordion .p-accordion-header a:hover{background:#e9ecef}.stages-accordion .p-accordion-content{padding:1rem;border:none;background:#fff}.stage-accordion-header{display:flex;justify-content:space-between;align-items:center;width:100%;min-height:40px}.stage-accordion-left{display:flex;align-items:center;grid-gap:12px;gap:12px;flex:1 1}.stage-accordion-number{background:#6c757d;color:#fff;font-size:.75rem;font-weight:600;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.stage-accordion-icon{font-size:1.1rem;flex-shrink:0}.stage-accordion-icon.success{color:#28a745}.stage-accordion-icon.waiting{color:#ffc107}.stage-accordion-icon.failed{color:#dc3545}.stage-accordion-info{display:flex;flex-direction:column;min-width:0;flex:1 1}.stage-accordion-name{font-weight:600;font-size:.95rem;color:#2c3e50;font-family:"Courier New",monospace;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.stage-accordion-type{font-size:.8rem;color:#6c757d;text-transform:uppercase;font-weight:500}.stage-accordion-right{display:flex;align-items:center;grid-gap:12px;gap:12px;flex-shrink:0}.stage-accordion-badge{font-size:.75rem;font-weight:600}.stage-accordion-status-code-badge{font-size:.75rem;font-weight:600;margin-right:8px}.stage-accordion-time{font-size:.75rem;color:#6c757d;font-family:"Courier New",monospace;min-width:140px;text-align:right}.stage-accordion-content{padding-top:0}@media (max-width:768px){.stage-accordion-header{flex-direction:column;align-items:flex-start;grid-gap:8px;gap:8px}.stage-accordion-right{width:100%;justify-content:space-between}.stage-accordion-time{min-width:auto;text-align:left}}.user-engine-box{min-width:200px;min-height:20vh;max-height:130px;box-shadow:2px 2px 7px rgba(1,41,57,.09019607843137255)!important;border-radius:10px;background-color:#e0ecf6!important;overflow:hidden;overflow-y:scroll;padding-bottom:40px;-ms-overflow-style:none;scrollbar-width:none}.user-engine-drag-section{display:flex;flex-direction:row;justify-content:space-between}.user-engine-drag-list{margin:8px 0 0!important;list-style:none!important;padding-left:10px!important;height:100%!important}.user-engine-angle-icon{font-size:1.5em!important}.user-engine-drag-button{height:30px!important;width:25px!important;padding:2px!important;margin:0!important}.u-e-drag-button-section{padding:.5rem;height:100%}.user-engine-item{cursor:pointer;margin:0!important;font-size:.8em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-engine-item:hover{color:#f04}.user-engine-selectedItem{cursor:pointer;font-weight:500;color:#f04;margin:0!important;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-engine-selectedItem:hover{font-size:.9em}.user-engine-titles{justify-content:space-between}.dragger-wrapper{display:flex;flex-direction:column;width:100%;max-width:680px;margin:0 auto}.dragger-container{display:flex;grid-gap:10px;gap:10px;padding:10px 0 15px}.action-footer{display:flex;justify-content:center;width:100%;grid-gap:20px;gap:20px;margin-top:-60px;z-index:1000000}.user-subtitle-form{font-size:1.1em;font-weight:500;margin-bottom:5px!important;margin-left:5px;color:#fff}@media screen and (max-width:900px){.action-footer{bottom:4.8vh;left:-5px;grid-gap:20px;gap:20px}.user-engine-drag-list{padding-left:5px!important;margin-top:5px!important}.user-engine-drag-section{flex-direction:column}.user-engine-angle-icon{font-size:1.2em!important}.user-engine-box{border:2px solid hsla(210,2%,40%,.3686274509803922);border-radius:10px;max-height:100px}.user-subtitle-form{font-size:.9em}.action-footer{position:inherit;bottom:3.3vh;margin-left:4px;display:flex;justify-content:center;width:100%;grid-gap:10px;gap:10px}}@media screen and (max-width:570px){.user-subtitle-form{font-size:.8em;margin:0!important}.user-engine-item:hover{font-size:.8em}.user-engine-selectedItem{cursor:pointer;font-weight:500;font-size:.8em;color:#f04;margin:0!important}.user-engine-box{min-width:30vw;max-width:32vw;width:auto;margin-top:10px}}#header{height:100%!important;display:flex;justify-content:center}#header .pro-sidebar,.pro-sidebar{height:100vh;color:#fff;max-height:1180px!important}#header .pro-sidebar{width:100%;min-width:100%;align-self:center;transition:width .8s}.bagde-red{background-color:red!important}.bagde-yellow{background-color:#ff0!important}.bagde-red:hover{background-color:#22384d!important}.bagde-counter{font-size:.9em;padding:2px 5px!important;background-color:#3e678e;height:20px}.bagde-counter,.bagde-flat-counter{border-radius:10%;width:auto;color:#fff;z-index:100000}.bagde-flat-counter{font-size:.7em!important;padding:3px 7px!important;background-color:rgba(62,103,142,.8117647058823529);height:19px}.bagde-activity{min-width:13px;min-height:13px;margin-left:-14px;margin-top:0;z-index:2}.bagde-activity,.bagde-activity2{font-size:.9em;border-radius:50%;padding:0!important;background-color:#01ff03;color:#fff}.bagde-activity2{min-width:5px;min-height:5px;margin-top:-2px}.navbar-icon-wrapper{display:flex;justify-content:center;align-items:center}#header .pro-sidebar.collapsed{width:162px}.username-txt{display:flex;font-size:1em!important;flex-wrap:wrap;align-items:center;justify-content:center;background-color:#f04;padding:4px 1vw;text-align:center!important;border-radius:8px;margin-left:0}.workspace-txt{padding:6px 10px 6px 40px;width:auto!important}.workspace-txt,.workspace-txt2{font-size:.8em;display:flex;justify-content:center;flex-direction:row!important;background-color:rgba(84,84,84,.182);box-shadow:2px 2px 7px rgba(1,41,57,.5411764705882353)!important;text-align:center!important;border-radius:8px;font-weight:500}.workspace-txt2{padding:6px 3px;width:86%!important}.username-txt:hover{box-shadow:2px 2px 7px rgba(1,41,57,.5411764705882353)!important}.header-main{justify-content:center;flex-direction:column}.userBtn{height:40px!important;width:auto!important;min-width:40px!important;border:none!important;display:flex!important;grid-gap:10px!important;gap:10px!important;flex-direction:row!important;justify-content:center!important;border-radius:0!important;padding:0!important;align-items:center!important;margin:0!important}.userBtn,.userBtn:hover{background-color:initial!important}.userBtn:hover{opacity:.9!important}.workspaceBtn{height:60px!important;width:100%!important;border:none!important;display:flex!important;grid-gap:10px!important;gap:10px!important;flex-direction:row!important;justify-content:center!important;border-radius:0!important;background:#22384d!important;background:linear-gradient(295deg,#22384d 10%,#3e678e 130%)!important}.workspaceBtn:hover{opacity:.9!important}.userBtn2,.workspaceBtn:hover{background-color:initial!important}.userBtn2{height:auto!important;width:100%!important;border:none!important;display:flex!important;justify-content:center!important;align-items:center!important;border-radius:0!important;text-overflow:ellipsis!important;white-space:nowrap!important;max-width:100%!important;margin:0!important}.userBtn2:hover{background-color:rgba(62,103,142,.8823529411764706)!important}.nav-user{z-index:100}.nav-setting,.nav-user{height:35px;padding:2px;margin-left:0!important;margin-right:-40px!important;border-radius:10px}.nav-setting{z-index:10000}.nav-setting:hover,.nav-user:hover{background-color:#f04!important}.nav-userMobile{height:19px;box-shadow:2px 2px 7px rgba(212,216,218,.2)!important;margin:0!important}#header .pro-sidebar.expanded{width:65px!important}#header .pro-sidebar-inner{box-shadow:.5px .866px 2px 0 rgba(0,0,0,.15)}#header .pro-sidebar-inner .pro-sidebar-layout{background:#22384d;background:linear-gradient(-75deg,#22384d 60%,#3e678e 130%);overflow-y:scroll;-ms-overflow-style:none;scrollbar-width:none}#header .pro-sidebar-inner .pro-sidebar-layout::-webkit-scrollbar{display:none}#header .pro-sidebar-inner .pro-sidebar-layout .logotext p{font-size:20px;width:100%;padding:0 15%;font-weight:500;min-width:220px}#header .pro-sidebar-inner .pro-sidebar-layout ul .pro-inner-item{font-weight:500}#header .pro-sidebar-inner .pro-sidebar-layout ul .pro-inner-item .pro-icon-wrapper{margin:0;border-radius:3px}.meno-txt{background-color:initial}#header .active,.pro-menu-item:hover{background-color:#f04!important}#header .logo{padding:20px}#header .pro-icon-wrapper{background-color:initial;height:30px}.menu-opt{background-color:initial!important;color:#fff!important;margin-left:15px!important;margin-top:1px!important;font-size:1.1em!important;display:flex;text-align:center!important;align-items:center!important;justify-content:space-between!important}.footer-menu-opts{display:flex;flex-direction:column;width:100%;justify-content:flex-start;align-items:flex-start;margin:5px 0 0;padding:0 15%}.pro-inner-item{display:flex!important;grid-gap:0;gap:0;justify-content:center;align-items:center;flex-direction:row!important;padding:.2rem .5rem!important;color:#fff!important;border-top:.5px solid rgba(139,137,137,.453);border-bottom:.5px solid rgba(139,137,137,.453)}.pro-sidebar .pro-menu{padding-top:0!important;padding-bottom:0!important}.nav-icon{width:30px;height:30px}.out-txt{margin:2px 0 0 15px!important;font-size:1.1em!important}.nav-icon-out{width:20px;height:30px}.nav-logo{width:30px;transition:width 2s,height 2s}@media screen and (max-width:900px){.username-txt{text-align:center!important;margin-left:0!important;margin-bottom:0!important;font-size:1.3em!important}.workspace-txt{display:flex;justify-content:center;padding:3px 0;width:80%!important;text-align:center!important;border-radius:8px;font-size:.7em;margin-top:3px;margin-bottom:-3px}.bagde-activity{position:absolute;top:0;font-size:.9em;border-radius:50%;padding:2px 5px!important;width:5px!important;height:5px!important;color:#fff;margin-left:29px;margin-top:28px}.bagde-counter{border-radius:50%;padding:2px 5px!important;background-color:#3e678e;margin-right:10px}.bagde-counter,.bagde-flat-counter{position:absolute;top:0;right:0;width:auto;height:auto;color:#fff;margin-top:27px}.bagde-flat-counter{border-radius:10%;padding:2px 4px!important;margin-right:15px}.userBtn2{width:60px!important}.userBtn2,.userBtn2:first-child{display:flex!important;align-items:center!important;height:auto!important;min-height:55px!important;flex-direction:column!important;font-size:.5em!important;background-color:initial!important}.userBtn2:first-child{width:55px!important}.workspaceBtn2{height:auto!important;width:100%!important;min-height:55px!important;flex-direction:column!important;font-size:.6em!important;margin:0!important;background-color:initial!important}.workspaceBtn2:hover{background-color:initial!important;opacity:.9!important}.nav-user{height:25px;padding:2px;margin-right:0!important;margin-bottom:5px!important;box-shadow:2px 2px 7px rgba(212,216,218,.2)!important;border-radius:10px;z-index:1000000}.menu-opt,.nav-user{margin-left:0!important}.out-txt{margin:0!important}.nav-logo{transition:width 2s,height 2s}#header .pro-sidebar.collapsed{width:65px}.pro-inner-item{display:flex;justify-content:center;align-items:center;flex-direction:column!important;padding:.5rem .5rem .5rem .2rem!important;grid-gap:0!important;gap:0!important}html{overflow:hidden}.pro-sidebar .pro-menu .pro-menu-item>.pro-inner-item>.pro-icon-wrapper{margin-bottom:5px!important}}@media screen and (max-width:570px){.pro-sidebar .pro-menu .pro-menu-item>.pro-inner-item>.pro-icon-wrapper{min-height:5px!important;height:5px!important;margin:12px 0 16px!important}.pro-inner-item{justify-content:center;align-items:center;flex-direction:column!important;grid-gap:0!important;gap:0!important}}.loader-container{width:100%;min-width:350px}.noBackground{background-color:initial!important}.bg-transparent,.loader-container-adjusted{height:100%;width:100%}.building-blocks{position:relative}@keyframes building-block{0%,20%{opacity:0;transform:translateY(-300%)}30%,70%{opacity:1;transform:translateY(0)}90%,to{opacity:0;transform:translateY(300%);background-color:#6f7a88;border-radius:50%}}.building-blocks div{height:20px;position:absolute;width:20px}.building-blocks div:after{animation:building-block 2.1s ease infinite backwards;background:var(--primary);content:"";display:block;height:20px;width:20px;background-color:#fff}.building-blocks div:first-child{transform:translate(-50%,-50%) translate(60%,120%)}.building-blocks div:nth-child(2){transform:translate(-50%,-50%) translate(-60%,120%)}.building-blocks div:nth-child(3){transform:translate(-50%,-50%) translate(120%)}.building-blocks div:nth-child(4){transform:translate(-50%,-50%)}.building-blocks div:nth-child(5){transform:translate(-50%,-50%) translate(-120%)}.building-blocks div:nth-child(6){transform:translate(-50%,-50%) translate(60%,-120%)}.building-blocks div:nth-child(7){transform:translate(-50%,-50%) translate(-60%,-120%)}.building-blocks div:first-child:after{animation-delay:.15s}.building-blocks div:nth-child(2):after{animation-delay:.3s}.building-blocks div:nth-child(3):after{animation-delay:.45s}.building-blocks div:nth-child(4):after{animation-delay:.6s}.building-blocks div:nth-child(5):after{animation-delay:.75s}.building-blocks div:nth-child(6):after{animation-delay:.9s}.building-blocks div:nth-child(7):after{animation-delay:1.05s}@keyframes fed{0%{opacity:0;transform:translateX(-500%)}30%,70%{opacity:1;transform:translateX(0)}50%{transform:translateX(0) scale(2.5)}40%,60%{transform:translateX(0) scale(1.5)}to{opacity:0;transform:translateX(500%)}}@keyframes feed{0%{opacity:0;transform:translateX(-500%)}40%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(500%)}}.feeder{height:20px;position:relative;width:20px}.feeder div{animation-duration:2s;animation-iteration-count:infinite;animation-name:fed;animation-fill-mode:backwards;animation-delay:calc(var(--delay)*1s);background-color:var(--primary);border-radius:100%;height:100%;position:absolute;width:100%;background-color:#fff}.feeder div:nth-child(2),.feeder div:nth-child(3){animation-name:feed}.feeder div:nth-child(2){--delay:0.25}.feeder div:nth-child(3){--delay:0.5}.loader{font-size:15px;min-width:100px;min-height:100px;margin-top:-50px;border-radius:10%;text-indent:-9999em;animation:mulShdSpin 1.6s ease infinite}.loader,.loader2{position:relative;transform:translateZ(0)}.loader2{font-size:.5px;min-width:20px;min-height:20px;border-radius:50%;text-indent:-999em;animation:mulShdSpin 1.1s ease infinite;margin-left:10px}@keyframes mulShdSpin{0%,to{box-shadow:0 -2.6em 0 0 #fff,1.8em -1.8em 0 0 hsla(0,0%,100%,.2),2.5em 0 0 0 hsla(0,0%,100%,.2),1.75em 1.75em 0 0 hsla(0,0%,100%,.2),0 2.5em 0 0 hsla(0,0%,100%,.2),-1.8em 1.8em 0 0 hsla(0,0%,100%,.2),-2.6em 0 0 0 hsla(0,0%,100%,.5),-1.8em -1.8em 0 0 hsla(0,0%,100%,.7)}12.5%{box-shadow:0 -2.6em 0 0 hsla(0,0%,100%,.7),1.8em -1.8em 0 0 #fff,2.5em 0 0 0 hsla(0,0%,100%,.2),1.75em 1.75em 0 0 hsla(0,0%,100%,.2),0 2.5em 0 0 hsla(0,0%,100%,.2),-1.8em 1.8em 0 0 hsla(0,0%,100%,.2),-2.6em 0 0 0 hsla(0,0%,100%,.2),-1.8em -1.8em 0 0 hsla(0,0%,100%,.5)}25%{box-shadow:0 -2.6em 0 0 hsla(0,0%,100%,.5),1.8em -1.8em 0 0 hsla(0,0%,100%,.7),2.5em 0 0 0 #fff,1.75em 1.75em 0 0 hsla(0,0%,100%,.2),0 2.5em 0 0 hsla(0,0%,100%,.2),-1.8em 1.8em 0 0 hsla(0,0%,100%,.2),-2.6em 0 0 0 hsla(0,0%,100%,.2),-1.8em -1.8em 0 0 hsla(0,0%,100%,.2)}37.5%{box-shadow:0 -2.6em 0 0 hsla(0,0%,100%,.2),1.8em -1.8em 0 0 hsla(0,0%,100%,.5),2.5em 0 0 0 hsla(0,0%,100%,.7),1.75em 1.75em 0 0 #fff,0 2.5em 0 0 hsla(0,0%,100%,.2),-1.8em 1.8em 0 0 hsla(0,0%,100%,.2),-2.6em 0 0 0 hsla(0,0%,100%,.2),-1.8em -1.8em 0 0 hsla(0,0%,100%,.2)}50%{box-shadow:0 -2.6em 0 0 hsla(0,0%,100%,.2),1.8em -1.8em 0 0 hsla(0,0%,100%,.2),2.5em 0 0 0 hsla(0,0%,100%,.5),1.75em 1.75em 0 0 hsla(0,0%,100%,.7),0 2.5em 0 0 #fff,-1.8em 1.8em 0 0 hsla(0,0%,100%,.2),-2.6em 0 0 0 hsla(0,0%,100%,.2),-1.8em -1.8em 0 0 hsla(0,0%,100%,.2)}62.5%{box-shadow:0 -2.6em 0 0 hsla(0,0%,100%,.2),1.8em -1.8em 0 0 hsla(0,0%,100%,.2),2.5em 0 0 0 hsla(0,0%,100%,.2),1.75em 1.75em 0 0 hsla(0,0%,100%,.5),0 2.5em 0 0 hsla(0,0%,100%,.7),-1.8em 1.8em 0 0 #fff,-2.6em 0 0 0 hsla(0,0%,100%,.2),-1.8em -1.8em 0 0 hsla(0,0%,100%,.2)}75%{box-shadow:0 -2.6em 0 0 hsla(0,0%,100%,.2),1.8em -1.8em 0 0 hsla(0,0%,100%,.2),2.5em 0 0 0 hsla(0,0%,100%,.2),1.75em 1.75em 0 0 hsla(0,0%,100%,.2),0 2.5em 0 0 hsla(0,0%,100%,.5),-1.8em 1.8em 0 0 hsla(0,0%,100%,.7),-2.6em 0 0 0 #fff,-1.8em -1.8em 0 0 hsla(0,0%,100%,.2)}87.5%{box-shadow:0 -2.6em 0 0 hsla(0,0%,100%,.2),1.8em -1.8em 0 0 hsla(0,0%,100%,.2),2.5em 0 0 0 hsla(0,0%,100%,.2),1.75em 1.75em 0 0 hsla(0,0%,100%,.2),0 2.5em 0 0 hsla(0,0%,100%,.2),-1.8em 1.8em 0 0 hsla(0,0%,100%,.5),-2.6em 0 0 0 hsla(0,0%,100%,.7),-1.8em -1.8em 0 0 #fff}}@media screen and (max-width:570px){.loader{min-width:60px;min-height:60px;margin-top:-50px}.loader-container{min-width:100px}.building-blocks div{height:10px;position:absolute;width:10px}.building-blocks div:after{animation:building-block 2.1s ease infinite backwards;background:var(--primary);content:"";display:block;height:10px;width:10px;background-color:#fff}}.p-menubar{width:100%!important;background-color:initial!important;border:none!important;height:90px!important;padding:.1rem 0!important;margin-top:-10px!important}.menu-wrapper{display:flex;justify-content:space-between!important;padding:10px 1rem 0}.menu-logo{margin-top:-20px;padding:20px 5px 1px 15px;width:78px;height:65px;transition:width 2s,height 2s}.close-menu{display:flex;justify-content:center;align-items:center;height:30px;width:30px;font-size:22px;cursor:pointer;margin-right:10px;border-radius:50px}.close-menu:hover{background-color:#f04}.menu-title{font-weight:400}.logo-image{width:25%;margin:0 2rem}.p-menubar-end{display:flex;justify-content:flex-end}.title-wrapper{display:flex;padding:0;color:#fff;align-items:center;font-weight:400}.workspace{font-size:2rem;width:300px;margin-bottom:10px;font-weight:400}.workspace-section{font-size:1.5rem}@media screen and (max-width:900px){.menu-logo{margin-top:-5px;padding:5px 1px 10px 10px;width:70px;height:60px;transition:width 2s,height 2s}.p-menubar{height:70px}.menu-wrapper{padding:2.8rem 1rem 0;margin-top:-10px;margin-bottom:45px}.card{width:100%!important}.workspace{font-size:1.5rem;width:100%}.workspace-section{font-size:1rem}.close-menu:hover{background-color:initial}}.lHeaderSection{display:flex;justify-content:center;padding:0 0 15px;border-radius:20px}.lHeaderImg{width:250px;background-color:initial!important;box-shadow:none!important;border-radius:10px;padding:10px 20px 0}.lHeaderTitle{margin:1rem 0 0;font-weight:330}.lHeaderSubtitle,.lHeaderTitle{font-size:1em;color:hsla(0,0%,100%,.769)}.lHeaderSubtitle{margin:0 0 1rem 50px;font-weight:500;align-self:flex-start}@media screen and (max-width:900px){.lHeaderImg{width:150px}.lHeaderSubtitle{margin:0 0 1rem;align-self:flex-start}}#appName{display:flex;flex-direction:column;align-items:center;width:100%;height:50%;z-index:2;padding:.2rem 0;grid-gap:10px;gap:10px}#appIcon{width:40px}.appname-container{display:inline-block;color:#fff}.app-name__icon{margin-left:4px!important}.app-name__icon,.app-name__icon2{margin-top:4px!important;width:20px!important;height:20px!important}@media screen and (max-width:900px){.app-name__icon{margin-top:15px!important;margin-left:5px!important;width:20px!important;height:20px!important}#appName{flex-direction:row;margin-left:0}}.app-card-wrapper{width:230px;border-radius:20px;background-color:#f5f1f1;box-shadow:2px 2px 7px rgba(1,41,57,.5411764705882353)!important}.app-card-header{display:flex;width:100%;position:relative}.app-id{font-size:9px!important;background-color:hsla(0,0%,49.8%,.095);border-radius:8px;padding:4px;margin-top:2px;margin-right:10px;max-width:150px}.app-card-header-left{min-width:48px;min-height:48px;max-height:48px;margin:0;filter:none;position:absolute;z-index:15;top:-9px;left:2px;opacity:1;display:flex;align-items:center;justify-content:center}.app-card-header-left,.app-card-header-left>*{background:none!important;border:none!important;border-radius:0!important;box-shadow:none!important}.app-card-header-left>*{background-color:initial!important}.app-card-header-left *{color:#fff!important;fill:#fff!important;background-color:initial!important;font-size:1.2em!important}.app-card-header-left svg{color:#fff!important;fill:#fff!important;width:32px!important;height:32px!important}.app-card-header-left i{color:#fff!important;font-size:28px!important}.app-card-header-left img{width:32px!important;height:32px!important;max-width:32px!important;max-height:32px!important}.app-card-header-right{display:flex;flex-direction:column;justify-content:space-around;width:100%;padding:10px;overflow:hidden}.app-card-header-right-up{display:flex;justify-content:flex-start;align-items:center;background:linear-gradient(135deg,#22384d,#2d4a60);margin:-10px -10px 0;padding:8px 10px 10px 45px;border-top-right-radius:12px;border-top-left-radius:12px;position:relative;transition:all .3s ease;box-shadow:0 2px 8px rgba(34,56,77,.2);grid-gap:10px;gap:10px;width:calc(100% + 20px);box-sizing:border-box}.app-card-header:hover .app-card-header-right-up{background:linear-gradient(135deg,#2d4a60,#3a5a75);box-shadow:0 4px 12px rgba(34,56,77,.3)}.header-right-up-name{max-width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.85em;font-weight:700;color:#fff;background:transparent;padding:0;text-transform:uppercase;letter-spacing:.5px;text-shadow:0 1px 2px rgba(0,0,0,.3);flex:1 1;margin:0 0 0 5px}.app-card-header-right-down{width:100%;flex-direction:row;grid-gap:5px;gap:5px}.app-card-header-right-down,.header-right-down-actions{display:flex;justify-content:flex-start;align-items:center}.header-right-down-actions{width:auto;flex-shrink:0}.app-card-body{display:flex;flex-direction:column;justify-content:space-between;width:100%;grid-gap:3px;gap:3px;padding:10px 0 10px 10px}.app-card-body-up{display:flex;justify-content:flex-start;align-items:flex-start;width:100%;grid-gap:25px;gap:25px;padding:0}.app-card-body-down{display:flex;justify-content:left;width:100%;padding:0}.app-card-body-down-description{max-width:240px;max-height:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:9px;font-weight:300}.app-card-body-left{width:75%}.app-card-body-right{width:25%;margin-bottom:-20px}.app-card-body-right,.app-card-footer-item{display:flex;flex-direction:column;justify-content:center;align-items:center}.app-card-footer-item{color:#fff;padding:.2rem!important}.button-useropt-image{height:25px!important;width:25px!important;padding:3px}.button-useropt-image2{height:20px!important;width:20px!important;padding:3px}.user-opt-button{display:flex;justify-content:center!important;margin:0!important;padding:0!important;min-width:25px!important;min-height:25px!important;background-color:initial!important;box-shadow:none!important}.user-opt-button2{padding:0!important;width:2rem!important;height:2rem!important;border-radius:50%!important;background-color:#d5d521!important}.user-opt-button2,.user-opt-button3{display:flex;justify-content:center;margin:0 .2rem!important}.user-opt-button3{width:1.5rem!important;height:1.5rem!important;background-color:initial!important}.app-card-footer{display:flex;width:100%;justify-content:space-around;align-items:center;padding:.1rem;border-bottom-right-radius:20px;border-bottom-left-radius:20px}.app-card-item{margin:0;font-weight:345;font-size:.8em}.app-card-subtitle{font-size:.5em;font-weight:500;margin-bottom:1px}@media screen and (max-width:900px){.app-card-body{display:flex;flex-direction:column;justify-content:space-between;width:100%;padding:.5rem 1vw .5vw 2vw}.app-card-wrapper{min-width:26px}}.staff-app{border:5px solid #2b8ae3;margin-top:1.5rem}.staff-app-header-figure{padding:4%}.staff-app-owner-figure{padding:3%}.staff-app-data-figure{padding:2%}.staff-app-section{display:flex;width:50px;height:50px;background-color:rgba(95,158,160,.503);justify-content:center;align-items:center;margin-left:.5rem}.staff-app-content{grid-gap:1rem;gap:1rem;margin-bottom:1rem}.staff-app-icon{width:80%}.staff-app-header{margin-left:3rem}.staff-app-title{font-size:1.5em}.staff-app-owner-title{margin-top:15rem}.staff-app-data-title{font-size:.9em}.staff-app-data-num{font-size:.7em}.subs-header-columns{display:none}.subscribers-header-table{justify-content:space-between}#subscribers-header-li{list-style-type:none;margin:0;padding:0}#subscribers-header-li li:first-child{margin-right:1.5rem}#subscribers-header-li li:last-child{margin-left:1.5rem}#subscribers-header-li li{cursor:pointer}.s-header-l-selected:after{content:"";display:block;width:100%;padding-top:.5rem;border-bottom:3.5px solid #6fabf3}.subs-table-icons{margin-right:5%}@media screen and (max-width:1300px){.subs-table-icons{display:none!important}.phone-row{margin-left:40%!important}}.subs-row{align-items:center!important}.email-row{margin-left:-10%}.dashboard-charts-wrapper{justify-content:space-evenly}.dashboard-charts-wrapper .p-card{margin:0!important}@media screen and (max-width:900px){.dashboard-charts-wrapper{grid-gap:10px;gap:10px}}.dashboard-charts-wrapper{display:flex;justify-content:center;align-items:center;width:100%}.chartjs-render-monitor{height:100%!important;width:100%!important;min-width:200px!important;font-size:.6em!important}.chart-img{width:120px;height:100px}.table-chart-wrapper{height:100%;width:100%;display:flex;justify-content:center;align-items:center}.chart-message{font-size:15px;color:#000;text-align:center;margin-top:5px!important;margin-bottom:0!important}@media screen and (max-width:900px){.dashboard-charts-wrapper{display:flex;justify-content:center;align-items:center;width:100%}.chartjs-render-monitor{height:100%!important;width:100%!important;min-width:100%!important}.chart-img{width:150px;height:150px}.chart-message{font-size:20px;color:#000;text-align:center;margin-top:5px!important;margin-bottom:0!important}}@media screen and (max-width:570px){.chartjs-render-monitor{height:65%!important}}.modern-bar-chart-wrapper{background:linear-gradient(135deg,hsla(0,0%,100%,.95),hsla(0,0%,100%,.8));border-radius:var(--radius-xl,12px);box-shadow:var(--shadow-lg,0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05));border:1px solid hsla(0,0%,100%,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all var(--transition-normal,.3s ease-in-out);overflow:hidden;height:100%;display:flex;flex-direction:column}.modern-bar-chart-wrapper:hover{box-shadow:var(--shadow-xl,0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04));transform:translateY(-1px)}.trend-up{color:var(--success-600,#16a34a)}.trend-down{color:var(--error-600,#dc2626)}.chart-footer{background:linear-gradient(90deg,rgba(249,250,251,.5),rgba(243,244,246,.3))}.skeleton-bars{display:flex;align-items:end;grid-gap:var(--space-2,.5rem);gap:var(--space-2,.5rem);height:120px}.skeleton-bar{flex:1 1;background:linear-gradient(90deg,#f3f4f6 25%,#e5e7eb 50%,#f3f4f6 75%);border-radius:var(--radius-base,.25rem)}.skeleton-bar:first-child{height:60%}.skeleton-bar:nth-child(2){height:80%}.skeleton-bar:nth-child(3){height:45%}.skeleton-bar:nth-child(4){height:90%}.skeleton-bar:nth-child(5){height:70%}.custom-bar-chart{display:flex;align-items:flex-end;justify-content:space-between;height:200px;padding:var(--space-4,1rem) 0;grid-gap:var(--space-2,.5rem);gap:var(--space-2,.5rem)}.bar-item{display:flex;flex-direction:column;align-items:center;flex:1 1;height:100%;cursor:pointer;transition:all var(--transition-fast,.15s ease-in-out)}.bar-item:hover{transform:translateY(-2px)}.bar-column{display:flex;align-items:flex-end;justify-content:center;height:calc(100% - 20px);width:100%;padding:0 var(--space-1,.25rem)}.bar-fill{width:100%;min-height:4px;transition:all var(--transition-normal,.3s ease-in-out);border:2px solid #3b82f6;border-bottom:none;position:relative}.bar-fill:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg,rgba(59,130,246,.9),rgba(59,130,246,.6));border-radius:3px 3px 0 0}.bar-item:hover .bar-fill{background-color:#2563eb;border-color:#2563eb;box-shadow:0 0 0 2px rgba(59,130,246,.2)}.bar-label{font-size:var(--text-xs,.75rem);color:var(--text-secondary,#6b7280);margin-top:var(--space-1,.25rem);text-align:center;font-weight:var(--font-medium,500)}@media screen and (max-width:900px){.modern-bar-chart-wrapper{margin:var(--space-2,.5rem)}.chart-header{padding:var(--space-4,1rem)}.chart-container{min-height:180px}.chart-container,.chart-footer{padding:var(--space-3,.75rem) var(--space-4,1rem)}.metric-value{font-size:var(--text-2xl,1.5rem)}.chart-title{font-size:var(--text-lg,1.125rem)}.chart-insights{flex-direction:row;justify-content:space-between}.insight-item{flex:1 1}.insight-value{font-size:var(--text-base,1rem)}}.mini-card{flex:1 1;min-width:0}.teams-tickets-wrapper{background:linear-gradient(135deg,hsla(0,0%,100%,.95),hsla(0,0%,100%,.8));border-radius:var(--radius-xl,12px);box-shadow:var(--shadow-lg,0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05));border:1px solid hsla(0,0%,100%,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all var(--transition-normal,.3s ease-in-out);overflow:hidden;height:100%;display:flex;flex-direction:column;position:relative}.teams-tickets-wrapper.critical-background{background:linear-gradient(135deg,rgba(254,226,226,.95),rgba(252,165,165,.8));border:1px solid rgba(248,113,113,.3)}.teams-tickets-wrapper.warning-background{background:linear-gradient(135deg,rgba(254,243,199,.95),rgba(253,230,138,.8));border:1px solid rgba(251,191,36,.3)}.teams-tickets-wrapper.healthy-background{background:linear-gradient(135deg,rgba(236,253,245,.95),rgba(167,243,208,.8));border:1px solid rgba(34,197,94,.3)}.teams-tickets-wrapper:hover{box-shadow:var(--shadow-xl,0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04));transform:translateY(-1px)}.teams-header{display:flex;flex-direction:column;grid-gap:var(--space-3,.75rem);gap:var(--space-3,.75rem);padding:var(--space-3,.75rem) var(--space-4,1rem);border-bottom:1px solid rgba(229,231,235,.5);flex-shrink:0;min-height:120px}.teams-totals{display:flex;justify-content:center;grid-gap:var(--space-4,1rem);gap:var(--space-4,1rem);flex-wrap:wrap}.total-badge{display:flex;flex-direction:column;align-items:center;padding:var(--space-2,.5rem) var(--space-3,.75rem);border-radius:var(--radius-lg,8px);min-width:70px;box-shadow:0 2px 4px rgba(0,0,0,.1)}.total-badge.green-total{background-color:#10b981;color:#fff}.total-badge.yellow-total{background-color:#f59e0b;color:#fff}.total-badge.red-total{background-color:#ef4444;color:#fff}.total-number{font-size:var(--text-xl,1.25rem);font-weight:var(--font-bold,700);line-height:1}.total-label{font-size:var(--text-xs,.75rem);font-weight:var(--font-medium,500);text-transform:uppercase;letter-spacing:.05em;margin-top:var(--space-1,.25rem)}.teams-title-section{flex:1 1}.teams-title{font-size:var(--text-xl,1.25rem);font-weight:var(--font-semibold,600);color:var(--text-primary,#111827);margin:0 0 var(--space-1,.25rem) 0;line-height:var(--leading-tight,1.25)}.teams-subtitle{font-size:var(--text-sm,.875rem);color:#374151;font-weight:var(--font-medium,500)}.teams-metrics{display:flex;flex-direction:column;align-items:flex-end;grid-gap:var(--space-2,.5rem);gap:var(--space-2,.5rem)}.metric-value{color:var(--primary-600,#2563eb)}.metric-status{display:flex;align-items:center;grid-gap:var(--space-2,.5rem);gap:var(--space-2,.5rem);padding:var(--space-1,.25rem) var(--space-3,.75rem);border-radius:var(--radius-lg,8px);background-color:rgba(243,244,246,.5)}.status-text{font-size:var(--text-xs,.75rem);color:#374151;font-weight:var(--font-semibold,600)}.status-icon{flex-shrink:0}.status-green{color:#10b981}.status-yellow{color:#f59e0b}.status-red{color:#ef4444}.status-gray{color:#6b7280}.teams-content{flex:1 1;padding:var(--space-2,.5rem) var(--space-4,1rem);overflow-y:auto;-ms-overflow-style:none;scrollbar-width:none;min-height:0;position:relative}.teams-content::-webkit-scrollbar{display:none}.teams-list{grid-gap:var(--space-2,.5rem);gap:var(--space-2,.5rem)}.team-card{background:hsla(0,0%,100%,.9);border-radius:var(--radius-lg,8px);border:2px solid rgba(229,231,235,.5);padding:var(--space-3,.75rem);transition:all var(--transition-fast,.15s ease-in-out);position:relative;overflow:hidden;min-height:70px;box-shadow:0 1px 3px rgba(0,0,0,.1)}.team-card:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background-color:var(--border-light,#e5e7eb);transition:background-color var(--transition-fast,.15s ease-in-out)}.team-card.healthy{border-color:#10b981;box-shadow:0 1px 3px rgba(16,185,129,.2)}.team-card.healthy:before{background-color:#10b981}.team-card.warning{border-color:#f59e0b;box-shadow:0 1px 3px rgba(245,158,11,.2)}.team-card.warning:before{background-color:#f59e0b}.team-card.critical{border-color:#ef4444;box-shadow:0 1px 3px rgba(239,68,68,.2)}.team-card.critical:before{background-color:#ef4444}.team-card.neutral{border-color:#9ca3af;box-shadow:0 1px 3px rgba(156,163,175,.2)}.team-card.neutral:before{background-color:#9ca3af}.team-card.has-alert{border-color:#dc2626!important;border-width:3px!important;box-shadow:0 1px 3px rgba(220,38,38,.4),0 0 0 1px rgba(220,38,38,.2)!important}.team-card.has-alert:before{background-color:#dc2626!important;width:6px!important}.team-card.has-alert:hover{border-color:#dc2626!important;box-shadow:0 1px 3px rgba(220,38,38,.4),0 0 0 1px rgba(220,38,38,.3)!important}.team-card:hover{background:hsla(0,0%,100%,.8);border-color:rgba(59,130,246,.3);transform:translateY(-1px);box-shadow:var(--shadow-md,0 4px 6px -1px rgba(0,0,0,.1))}.team-header{display:flex;justify-content:space-between;align-items:flex-start;width:100%;grid-gap:var(--space-2,.5rem);gap:var(--space-2,.5rem)}.team-info{flex:1 1;min-width:0;overflow:hidden}.team-name-row{display:flex;align-items:center;grid-gap:var(--space-2,.5rem);gap:var(--space-2,.5rem);margin-bottom:var(--space-1,.25rem)}.team-name{font-size:var(--text-sm,.875rem);font-weight:var(--font-semibold,600);color:var(--text-primary,#111827);flex:1 1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:180px}.human-details{display:flex;flex-direction:column;grid-gap:var(--space-1,.25rem);gap:var(--space-1,.25rem);margin-top:var(--space-1,.25rem)}.human-email{font-size:10px;color:#6b7280;font-weight:var(--font-medium,500)}.human-total{font-size:10px;color:#4b5563;font-weight:var(--font-semibold,600)}.human-badges{margin-top:var(--space-1,.25rem)}.human-badges,.human-performance-score{display:flex;align-items:center;grid-gap:var(--space-1,.25rem);gap:var(--space-1,.25rem);justify-content:center}.human-performance-score{margin-top:var(--space-2,.5rem);font-size:11px}.performance-label{color:#6b7280;font-weight:var(--font-medium,500)}.performance-value{font-weight:var(--font-bold,700);padding:2px 6px;border-radius:4px;min-width:35px;text-align:center}.critical-score{background-color:#ef4444;color:#fff;box-shadow:0 1px 3px rgba(239,68,68,.3)}.warning-score{background-color:#f59e0b;color:#fff;box-shadow:0 1px 3px rgba(245,158,11,.3)}.healthy-score{background-color:#10b981;color:#fff;box-shadow:0 1px 3px rgba(16,185,129,.3)}.neutral-score{background-color:#6b7280;color:#fff;box-shadow:0 1px 3px rgba(107,114,128,.3)}.performance-category{font-size:9px;color:#9ca3af;font-weight:var(--font-normal,400);font-style:italic}.performance-badge-small{display:flex;align-items:center;justify-content:center;padding:3px 6px;border-radius:4px;margin-bottom:var(--space-1,.25rem);min-width:40px;box-shadow:0 1px 3px rgba(0,0,0,.2)}.performance-badge-small.critical-performance{background-color:#ef4444;color:#fff}.performance-badge-small.warning-performance{background-color:#f59e0b;color:#fff}.performance-badge-small.healthy-performance{background-color:#10b981;color:#fff}.performance-badge-small.neutral-performance{background-color:#6b7280;color:#fff}.performance-score-small{font-size:10px;font-weight:var(--font-bold,700);color:#fff}.performance-badge-detailed{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:6px 8px;border-radius:6px;margin-bottom:var(--space-1,.25rem);min-width:90px;box-shadow:0 2px 4px rgba(0,0,0,.15);text-align:center}.performance-badge-detailed.critical-performance{background-color:#ef4444;color:#fff}.performance-badge-detailed.warning-performance{background-color:#f59e0b;color:#fff}.performance-badge-detailed.healthy-performance{background-color:#10b981;color:#fff}.performance-badge-detailed.neutral-performance{background-color:#6b7280;color:#fff}.performance-score-line{display:flex;align-items:center;grid-gap:4px;gap:4px;margin-bottom:2px}.performance-label-small{font-size:9px;font-weight:var(--font-medium,500);color:#fff}.performance-value-small{font-size:11px;font-weight:var(--font-bold,700);color:#fff}.performance-category-small{font-size:8px;font-weight:var(--font-normal,400);color:hsla(0,0%,100%,.9);font-style:italic;line-height:1}.team-mini-cards{display:flex;grid-gap:var(--space-2,.5rem);gap:var(--space-2,.5rem);margin-top:var(--space-2,.5rem);overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:rgba(156,163,175,.3) transparent;padding-bottom:4px}.team-mini-cards::-webkit-scrollbar{height:4px}.team-mini-cards::-webkit-scrollbar-track{background:transparent}.team-mini-cards::-webkit-scrollbar-thumb{background-color:rgba(156,163,175,.3);border-radius:2px}.team-mini-cards::-webkit-scrollbar-thumb:hover{background-color:rgba(156,163,175,.5)}.mini-card{flex:0 0 auto;background:rgba(239,246,253,.8);border:2px solid rgba(229,231,235,.5);border-radius:var(--radius-md,6px);padding:var(--space-2,.5rem);min-width:120px;max-width:150px}.mini-card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:var(--space-1,.25rem)}.mini-card-title{font-size:10px;color:#4b5563;font-weight:var(--font-semibold,600);text-transform:uppercase;letter-spacing:.025em}.mini-card-total{font-size:9px;color:#6b7280;font-weight:var(--font-medium,500)}.mini-card-badges{grid-gap:2px;gap:2px;justify-content:center}.mini-card-badges,.team-stats{display:flex;align-items:center}.team-stats{grid-gap:var(--space-2,.5rem);gap:var(--space-2,.5rem)}.team-stat-item{display:flex;align-items:center;grid-gap:var(--space-1,.25rem);gap:var(--space-1,.25rem)}.stat-value{font-size:var(--text-sm,.875rem);font-weight:var(--font-semibold,600);color:var(--text-primary,#111827)}.stat-value.stat-green{color:#10b981;font-weight:var(--font-bold,700)}.stat-value.stat-yellow{color:#f59e0b;font-weight:var(--font-bold,700)}.stat-value.stat-red{color:#ef4444;font-weight:var(--font-bold,700)}.team-stat-badge{display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:16px;border-radius:8px;padding:0 4px;font-size:10px;font-weight:var(--font-bold,700);color:#fff}.green-badge{background-color:#10b981;box-shadow:0 1px 3px rgba(16,185,129,.3)}.yellow-badge{background-color:#f59e0b;box-shadow:0 1px 3px rgba(245,158,11,.3)}.red-badge{background-color:#ef4444;box-shadow:0 1px 3px rgba(239,68,68,.3)}.performance-badge{min-width:80px}.critical-performance{background-color:#ef4444;color:#fff}.warning-performance{background-color:#f59e0b;color:#fff}.healthy-performance{background-color:#10b981;color:#fff}.neutral-performance{background-color:#6b7280;color:#fff}.badge-number{font-size:10px;font-weight:var(--font-bold,700);color:#fff}.stat-label{color:#4b5563;font-weight:var(--font-medium,500)}.stat-label,.team-stat-divider{font-size:var(--text-xs,.75rem)}.team-stat-divider{color:#6b7280;font-weight:var(--font-semibold,600)}.team-stat{font-size:var(--text-xs,.75rem);color:var(--text-secondary,#6b7280);font-weight:var(--font-normal,400)}.team-metrics{display:flex;flex-direction:column;align-items:flex-end;grid-gap:var(--space-1,.25rem);gap:var(--space-1,.25rem);flex-shrink:0}.urgent-badge{background:linear-gradient(135deg,#dc2626,#b91c1c);color:#fff;padding:2px 6px;border-radius:4px;font-size:8px;font-weight:var(--font-bold,700);text-transform:uppercase;letter-spacing:.025em;box-shadow:0 2px 4px rgba(220,38,38,.3);animation:urgent-pulse 2s infinite;border:1px solid #dc2626}.urgent-text{white-space:nowrap}@keyframes urgent-pulse{0%,to{box-shadow:0 2px 4px rgba(220,38,38,.3)}50%{box-shadow:0 2px 8px rgba(220,38,38,.6)}}.workload-indicator{display:flex;align-items:center;grid-gap:var(--space-2,.5rem);gap:var(--space-2,.5rem)}.workload-bar{width:60px;height:6px;background-color:rgba(229,231,235,.8);overflow:hidden;position:relative}.workload-bar,.workload-fill{border-radius:var(--radius-full,9999px)}.workload-fill{height:100%;transition:width var(--transition-normal,.3s ease-in-out)}.workload-fill.healthy{background:linear-gradient(90deg,#10b981,#059669)}.workload-fill.warning{background:linear-gradient(90deg,#f59e0b,#d97706)}.workload-fill.critical{background:linear-gradient(90deg,#ef4444,#dc2626)}.workload-text{font-size:var(--text-xs,.75rem);font-weight:var(--font-bold,700);color:#374151;min-width:30px;text-align:right}.teams-loading{height:100%;display:flex;align-items:center;justify-content:center;padding:var(--space-8,2rem)}.skeleton-teams{display:flex;flex-direction:column;grid-gap:var(--space-3,.75rem);gap:var(--space-3,.75rem)}.skeleton-team{padding:var(--space-4,1rem);border-radius:var(--radius-lg,8px);border:1px solid rgba(229,231,235,.5)}.skeleton-team-name{height:16px;margin-bottom:var(--space-2,.5rem);width:40%}.skeleton-team-name,.skeleton-team-stats{background:linear-gradient(90deg,#f3f4f6 25%,#e5e7eb 50%,#f3f4f6 75%);border-radius:var(--radius-base,.25rem)}.skeleton-team-stats{height:12px;width:60%}.teams-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;text-align:center;color:var(--text-tertiary,#9ca3af);padding:var(--space-8,2rem)}.empty-icon{margin-bottom:var(--space-4,1rem);opacity:.5}.teams-error-state{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;text-align:center;color:var(--text-tertiary,#9ca3af);padding:var(--space-8,2rem)}.error-icon{margin-bottom:var(--space-4,1rem);color:var(--error-500,#ef4444)}.error-text{font-size:var(--text-base,1rem);font-weight:var(--font-semibold,600);color:var(--text-primary,#111827);margin:0 0 var(--space-2,.5rem) 0}.error-subtext{font-size:var(--text-sm,.875rem);color:var(--text-secondary,#6b7280);margin:0}@media screen and (max-width:1350px){.teams-header{flex-direction:column;align-items:flex-start;grid-gap:var(--space-4,1rem);gap:var(--space-4,1rem)}.teams-metrics{width:100%;flex-direction:row;justify-content:space-between;align-items:center}.metric-primary,.team-header{align-items:flex-start}.team-header{flex-direction:column;grid-gap:var(--space-2,.5rem);gap:var(--space-2,.5rem)}.team-metrics{width:100%;flex-direction:row;justify-content:flex-end}}@media screen and (max-width:900px){.teams-tickets-wrapper{margin:var(--space-2,.5rem)}.teams-header{padding:var(--space-4,1rem)}.teams-content,.teams-footer{padding:var(--space-3,.75rem) var(--space-4,1rem)}.metric-value{font-size:var(--text-2xl,1.5rem)}.teams-title{font-size:var(--text-lg,1.125rem)}.teams-subtitle{font-size:var(--text-xs,.75rem)}}@media screen and (max-width:570px){.teams-header{padding:var(--space-3,.75rem)}.teams-content{padding:var(--space-2,.5rem) var(--space-3,.75rem)}.metric-value{font-size:var(--text-xl,1.25rem)}.teams-title{font-size:var(--text-base,1rem)}.workload-bar{width:40px}}.case-states-wrapper{background:linear-gradient(135deg,hsla(0,0%,100%,.95),hsla(0,0%,100%,.8));border-radius:var(--radius-xl,12px);box-shadow:var(--shadow-lg,0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05));border:1px solid hsla(0,0%,100%,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all var(--transition-normal,.3s ease-in-out);overflow:hidden;height:100%;display:flex;flex-direction:column;position:relative;max-width:100%}.case-states-wrapper:hover{box-shadow:var(--shadow-xl,0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04));transform:translateY(-1px)}.case-states-header{display:flex;justify-content:space-between;align-items:flex-start;grid-gap:var(--space-3,.75rem);gap:var(--space-3,.75rem);padding:var(--space-2,.5rem) var(--space-3,.75rem) var(--space-1,.25rem) var(--space-3,.75rem);border-bottom:1px solid rgba(229,231,235,.5);flex-shrink:0;min-height:45px}.case-states-title-section{flex:1 1;min-width:0}.case-states-title{font-size:var(--text-lg,1.125rem);font-weight:var(--font-semibold,600);color:var(--text-primary,#111827);margin:0 0 var(--space-1,.25rem) 0;line-height:var(--leading-tight,1.25)}.case-states-subtitle{font-size:var(--text-xs,.75rem);color:#374151;font-weight:var(--font-medium,500);margin:0}.case-type-selector{display:flex;flex-direction:column;grid-gap:var(--space-1,.25rem);gap:var(--space-1,.25rem);min-width:180px}.selector-label{font-size:var(--text-xs,.75rem);font-weight:var(--font-semibold,600);color:#374151;text-transform:uppercase;letter-spacing:.05em}.case-type-dropdown{padding:var(--space-2,.5rem) var(--space-3,.75rem);border:1px solid rgba(209,213,219,.8);border-radius:var(--radius-md,6px);background:hsla(0,0%,100%,.9);font-size:var(--text-sm,.875rem);font-weight:var(--font-medium,500);color:#374151;transition:all var(--transition-fast,.15s ease-in-out);cursor:pointer;outline:none}.case-type-dropdown:focus,.case-type-dropdown:hover{border-color:#3b82f6;background:#fff}.case-type-dropdown:focus{box-shadow:0 0 0 3px rgba(59,130,246,.1)}.case-type-dropdown:disabled{opacity:.6;cursor:not-allowed;background:rgba(243,244,246,.8)}.case-states-content{flex:1 1;padding:var(--space-1,.25rem) var(--space-2,.5rem) var(--space-2,.5rem) var(--space-2,.5rem);display:flex;flex-direction:column;min-height:0}.chart-container-horizontal{flex:1 1;grid-gap:var(--space-2,.5rem);gap:var(--space-2,.5rem);min-height:141px;max-height:197px;padding-left:var(--space-2,.5rem)}.chart-container-horizontal,.pie-chart-section{display:flex;align-items:center;justify-content:flex-start}.pie-chart-section{flex:0 0 25%;position:relative;height:100%;min-height:113px}.pie-chart-section canvas{max-width:100%;max-height:100%}.legend-section{flex:0 0 73%;height:100%;display:flex;align-items:center;justify-content:flex-start;padding-left:0;padding-right:var(--space-4,1rem);overflow:hidden}.custom-legend{flex-direction:column;align-items:flex-start;overflow:hidden;max-height:100%}.custom-legend,.legend-item{display:flex;grid-gap:var(--space-1,.25rem);gap:var(--space-1,.25rem);width:100%}.legend-item{align-items:center;justify-content:flex-start;padding:2px 0;border-radius:var(--radius-sm,4px);transition:background-color var(--transition-fast,.15s ease-in-out)}.legend-item:hover{background-color:rgba(243,244,246,.5)}.legend-color{width:12px;height:12px;border-radius:var(--radius-sm,4px);flex-shrink:0;border:1px solid hsla(0,0%,100%,.8);box-shadow:0 1px 2px rgba(0,0,0,.1)}.legend-content{flex:1 1;display:flex;flex-direction:column;grid-gap:var(--space-1,.25rem);gap:var(--space-1,.25rem);min-width:0;overflow:hidden}.legend-label{font-size:var(--text-xs,.75rem);font-weight:var(--font-medium,500);color:#374151;line-height:var(--leading-tight,1.15);word-wrap:break-word;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:200px}.legend-stats{display:flex;grid-gap:var(--space-1,.25rem);gap:var(--space-1,.25rem);align-items:center}.legend-count{font-size:var(--text-xs,.75rem);font-weight:var(--font-semibold,600);color:#111827}.legend-percentage{font-size:10px;font-weight:var(--font-medium,500);color:#6b7280;background:rgba(243,244,246,.8);padding:1px var(--space-1,.25rem);border-radius:var(--radius-sm,4px)}.chart-container{min-height:158px;display:flex;align-items:center;justify-content:center}.chart-container canvas{max-width:100%;max-height:100%}.case-states-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;grid-gap:var(--space-4,1rem);gap:var(--space-4,1rem);color:#6b7280}.loading-spinner{width:32px;height:32px;border:3px solid rgba(59,130,246,.2);border-top-color:#3b82f6}.loading-text{font-size:var(--text-sm,.875rem);font-weight:var(--font-medium,500);margin:0}.case-states-error{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;grid-gap:var(--space-3,.75rem);gap:var(--space-3,.75rem);text-align:center}.error-icon{font-size:var(--text-3xl,1.875rem);opacity:.7}.error-text{font-size:var(--text-sm,.875rem);font-weight:var(--font-medium,500);color:#ef4444;margin:0}.case-states-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;grid-gap:var(--space-3,.75rem);gap:var(--space-3,.75rem);text-align:center}.empty-icon{font-size:var(--text-3xl,1.875rem);opacity:.7}.empty-text{font-size:var(--text-sm,.875rem);font-weight:var(--font-medium,500);color:#6b7280;margin:0}@media screen and (max-width:1350px){.case-states-header{flex-direction:column;align-items:flex-start;grid-gap:var(--space-3,.75rem);gap:var(--space-3,.75rem)}.case-type-selector{width:100%;min-width:auto}.chart-container-horizontal{flex-direction:column;grid-gap:var(--space-3,.75rem);gap:var(--space-3,.75rem);min-height:169px}.pie-chart-section{flex:0 0 auto;width:100%;height:113px}.legend-section{flex:0 0 auto;width:100%;height:auto;padding-left:0}.custom-legend{flex-direction:row;flex-wrap:wrap;grid-gap:var(--space-3,.75rem);gap:var(--space-3,.75rem)}.legend-item{flex:0 0 calc(50% - var(--space-2, 0.5rem));min-width:120px}}@media screen and (max-width:900px){.case-states-content,.case-states-header{padding:var(--space-3,.75rem)}.case-states-title{font-size:var(--text-lg,1.125rem)}.case-states-subtitle{font-size:var(--text-xs,.75rem)}.chart-container-horizontal{min-height:141px}.pie-chart-section{height:85px}.legend-item{flex:1 1;min-width:100px}.chart-container{min-height:85px;max-height:113px}}@media screen and (max-width:570px){.case-states-content,.case-states-header{padding:var(--space-2,.5rem)}.case-states-title{font-size:var(--text-base,1rem)}.chart-container{min-height:68px;max-height:85px}.case-states-summary{padding:var(--space-2,.5rem)}}.action-container{display:flex;align-items:center;max-width:1180px;padding-left:0}.back{background-color:initial!important;box-shadow:none!important;height:30px!important;width:30px!important;color:#6f7a88!important;margin:5px 5px 5px 0!important;padding:10px!important}.back-white{color:#fff!important;margin:5px!important}.back2,.back-white{background-color:initial!important;box-shadow:none!important;height:30px!important;width:30px!important;padding:17px!important}.back2{color:#6f7a88!important;margin:5px 15px 5px -10px!important}.back2:hover,.back:hover{background-color:rgba(0,0,0,.08)!important;color:#f04!important}.back-title{font-size:1.3em;margin:0}.back-title-wh{color:#fff;font-size:1.1em;margin:0}@media screen and (max-width:1200px){.action-container{margin:0 15px 0 0;padding-left:0!important}}@media screen and (max-width:900px){.back-title-wh{color:#fff;font-size:.9em;margin:0}.back-white{background-color:initial!important;box-shadow:none!important;height:30px!important;width:30px!important;color:#fff!important;margin:5px 5px 5px 0!important;padding:17px!important}.back-title{font-size:1em}.back{margin-left:0!important}.back2{margin:5px 5px 5px 1px!important}}.stats-card{background:#fff;flex-basis:15%;padding:1rem .5rem;box-shadow:0 2px 1px -1px rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 1px 3px 0 rgba(0,0,0,.12);margin:1rem 0}.bigcard{flex-basis:30%}.column-card{flex-direction:column;margin:1rem .5rem}.horizontal-section{flex-basis:50%}.your-account-badge-seleted{background-color:rgba(255,0,68,.518)}.card-container-seleted{align-items:center;border-radius:0!important;font-size:400!important;padding:5px 0!important;background-color:#3e678e!important}.header-title-seleted{color:rgba(24,95,115,.5803921568627451)!important;text-align:start}.users-cls,.users-cls:hover{background-color:#3e678e!important}.card-container-seleted:hover{width:100%!important}.header-title{text-align:start;margin-top:5px!important;margin-bottom:0!important;font-size:1.1em!important}@media screen and (max-width:900px){.engine-user-card{min-width:230px;width:230px;max-width:320px;min-height:150px;max-height:300px;margin:.5rem;cursor:pointer;background-color:#fff!important;box-shadow:2px 2px 7px rgba(4,1,0,.5411764705882353)!important}.data{max-width:230px}.owner-info-wrapper span{font-size:.8rem}.user-opts{justify-content:space-between}.customSeparator{display:none}.data{line-height:17px}.row{display:flex;align-items:center;justify-content:flex-start;width:100%;margin:8px 0 8px 5%;grid-gap:10px;gap:10px}}@media screen and (max-width:570px){.header-title{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.data{max-width:190px}}.engine-user-card{cursor:pointer}.row{display:flex;align-items:center;justify-content:flex-start;width:100%;margin:8px 0 8px 30px;grid-gap:10px;gap:10px}.value{margin-left:5px;font-weight:400}.card-header-engine-users{display:flex;justify-content:space-between;padding:5px 15px!important;border-radius:0!important}.card-header-engine-users h2{margin:.5rem 0;color:#fff}.engine-user-card .p-card-content{display:flex;flex-direction:column;align-items:center}.engine-user-card h3{margin:auto 0!important;color:#000}.engine-user-content-wrapper{display:flex;width:100%;height:auto!important;flex-direction:column;align-items:flex-start;padding:.5rem}.selected{box-shadow:2px 2px 10px #22384d!important}.engine-user-card__statistics-wrapper{display:flex}.engine-user-edit-section{cursor:pointer;display:flex;justify-content:flex-end;margin:-48px 21px 0 auto}.data{line-height:25px!important;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;max-width:276px;margin:0!important;font-weight:330!important;font-size:.8em!important}.your-account-badge{font-size:.8em;background-color:#3e678e;padding:2px 5px;border-radius:10px;width:100px}.your-account-badge-seleted{display:flex;justify-content:center;font-size:.9em;padding:2px 5px;border-radius:10px;width:100px;border:1px solid #f04}.editingBtn{fill:#3e678e!important;margin:0!important;width:45px!important;height:45px!important;background-color:#3e678e!important}.card-container{display:flex;align-items:center!important;grid-gap:10px;gap:10px;border-radius:5px!important;margin-right:0!important;width:100%!important;padding:.3vw .3vw .3vw 1.2vw!important;min-height:40px!important;background-color:rgba(34,56,77,.7568627450980392)!important}.card-container,.card-container2{text-align:left!important;height:auto!important}.card-container2{background-color:rgba(90,110,114,.139)!important;border-radius:5px!important;padding:5px!important;margin:3px 5px 0!important;border:1px solid hsla(0,0%,100%,.141)!important}.card-container-seleted{display:flex;align-items:center!important;grid-gap:10px;gap:10px;border-radius:5px!important;margin-right:0!important;text-align:left!important;width:100%!important;padding:5px 5px 5px 15px!important;min-height:40px!important;height:auto!important;border:1px solid #f04!important;opacity:.8!important}.card-container-seleted2{width:calc(100% - 10px)!important;border-radius:8px!important;height:auto!important;text-align:left!important;margin:5px 5px 0!important;border:2px solid rgba(255,0,68,.2)!important}.header-title-seleted{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;width:100%;margin:5px 0!important;font-size:.9em!important;color:#fff!important;font-weight:400!important}.card-container:hover{opacity:.9;border:1px solid #f04!important}.card-container-seleted:hover{background-color:rgba(58,99,140,.313)!important}.card-container2:hover{opacity:.9;border:1px solid #f04!important;background-color:initial!important}.card-container-seleted2:hover{border:2px solid #f04!important;background-color:rgba(58,99,140,.313)!important}.header-title{font-weight:700!important;font-size:1em!important;margin:0 0 0 5px!important}.header-title,.header-title2{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;width:100%;color:hsla(0,0%,100%,.894)!important}.header-title2{font-weight:400!important;margin:5px 0 5px 10px!important;font-size:.9em!important}.state-container{justify-content:flex-start;grid-gap:3px;gap:3px;padding:0 0 0 5px}.caseInBatc-container,.state-container{display:flex;align-items:center;width:100%}.caseInBatc-container{padding:0 0 10px;grid-gap:10px;gap:10px;background-color:initial;color:rgba(0,0,0,.5)}.badge-caseId{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;color:rgba(245,229,220,.867);margin-top:0!important;font-weight:700!important;margin-left:3px!important;font-size:.9em!important}.badge-state{background-color:rgba(19,47,210,.615);padding:2px 10px}.badge-proccesed,.badge-state{border-radius:8px;margin-left:3px;text-align:center;font-size:.75em}.badge-proccesed{background-color:rgba(19,48,210,.203);padding:2px 5px}@media screen and (max-width:900px){.card-container{border-radius:5px!important;text-align:left!important;border:1px solid hsla(0,0%,100%,.141)!important;padding:5px;margin:0!important;background-color:#fff}.state-container{display:flex;align-items:center;width:100%;justify-content:flex-start;grid-gap:3px;gap:3px}.engine-user-card{min-width:230px;width:230px;max-width:320px;min-height:150px;max-height:300px;margin:.5rem;cursor:pointer;background-color:#fff!important;box-shadow:2px 2px 7px rgba(4,1,0,.5411764705882353)!important}.data{max-width:230px}.owner-info-wrapper span{font-size:.8rem}.user-opts{justify-content:space-between}.customSeparator{display:none}.data{line-height:17px}.row{display:flex;align-items:center;justify-content:flex-start;width:100%;margin:8px 0 8px 5%;grid-gap:10px;gap:10px}}@media screen and (max-width:570px){.header-title{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.data{max-width:190px}.badge-proccesed,.badge-state{font-size:.7em}}.lang-dropdown{background-color:initial!important;border:none!important;color:#fff!important;box-shadow:none!important;margin-right:0!important}.secondary-color{background:#22384d!important}.badge-numbers{color:#fff!important;background-color:#3e678e!important;padding:2px 5px!important;margin-right:10px!important;border-radius:50%!important;font-size:.7em!important}.engine-header{width:100%;height:0!important;display:flex;justify-content:flex-end;align-items:center}.engine-header-img{height:100%}.table-wrap{display:flex;flex-direction:column;margin:15px 0!important}.engine-formgroup{display:flex;justify-content:space-between;align-items:center;padding:5px 10px;grid-gap:10px;gap:10px}.engine-switch-container{display:flex;align-items:center;height:40px;width:100%;background-color:#eeeff0;border-radius:8px;padding-left:10px}.engine-inputform{min-height:35px!important;max-height:200px!important;color:rgba(0,0,0,.826)!important}.engine-form-button-section{display:flex}.engine-form-button{align-items:flex-end;margin:0!important}.wrapper-engine-form{padding:70px 20px 20px}@media screen and (max-width:900px){.engine-inputs-section{margin-top:40px}.wrapper-engine-form{padding:2vw}.engine-inputform{min-width:100%;max-width:100%;min-height:35px!important;max-height:200px!important}}@media screen and (max-width:570px){.table-wrap{display:flex;flex-direction:column;margin:20px!important}}.add-app-section{min-width:420px;max-height:90vh;overflow:hidden;overflow-y:scroll}.primary-btn{background:#3e678e!important}.primary-btn,.secondary-btn{padding:20px!important;min-width:100px;font-size:1em!important}.secondary-btn{border:1px solid #3e678e!important;background-color:initial!important}.primary-btn:hover{background:#f04!important}.form-wrapper{max-width:330px}.conf-txt{text-align:center;width:70%;font-size:1.2em;color:#fff!important}.action-flex-row{display:flex;justify-content:center;align-items:center;height:40px;grid-gap:10px;gap:10px;width:100%;margin:20px 0}.conf-close{background-color:initial!important;color:#fff!important;box-shadow:none!important;padding:20px!important;border:1px solid #fff!important}.conf-close:hover{color:#f5f5f5!important}.tags-editor{display:flex;align-items:center;grid-gap:8px;gap:8px;position:relative}.tags-editor .tags-list{display:flex;flex-wrap:wrap;grid-gap:6px;gap:6px;align-items:center}.tags-editor .tag-badge{display:inline-flex;align-items:center;grid-gap:4px;gap:4px;padding:4px 8px;border-radius:12px;font-size:.75rem;font-weight:500;white-space:nowrap;max-width:120px;transition:all .2s ease}.tags-editor .tag-badge .tag-text{overflow:hidden;text-overflow:ellipsis}.tags-editor .tag-badge .tag-remove{display:flex;align-items:center;justify-content:center;width:14px;height:14px;padding:0;border:none;background:rgba(0,0,0,.1);border-radius:50%;cursor:pointer;opacity:.6;transition:opacity .2s,background .2s;flex-shrink:0}.tags-editor .tag-badge .tag-remove:hover{opacity:1;background:rgba(0,0,0,.2)}.tags-editor .tag-badge .tag-remove i{font-size:.6rem}.tags-editor .tag-badge.tag-overflow{background-color:#e0e0e0;color:#616161;cursor:default}.tags-editor .tag-input-wrapper{position:relative}.tags-editor .tag-input{width:100px;padding:4px 8px;border:1px solid #ddd;border-radius:12px;font-size:.75rem;outline:none;transition:border-color .2s,box-shadow .2s}.tags-editor .tag-input:focus{border-color:#3b82f6;box-shadow:0 0 0 2px rgba(59,130,246,.2)}.tags-editor .tag-suggestions{position:absolute;top:100%;left:0;right:0;min-width:150px;background:#fff;border:1px solid #ddd;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.15);z-index:1000;margin-top:4px;overflow:hidden}.tags-editor .tag-suggestion{padding:8px 12px;cursor:pointer;font-size:.8rem;transition:background .2s}.tags-editor .tag-suggestion.selected,.tags-editor .tag-suggestion:hover{background:#f0f7ff}.tags-editor .add-tag-btn{display:inline-flex;align-items:center;grid-gap:4px;gap:4px;padding:4px 10px;border:1px dashed #ccc;background:transparent;border-radius:12px;font-size:.75rem;color:#666;cursor:pointer;transition:all .2s}.tags-editor .add-tag-btn:hover{border-color:#3b82f6;color:#3b82f6;background:rgba(59,130,246,.05)}.tags-editor .add-tag-btn i{font-size:.65rem}.tags-editor .tags-loading{font-size:.8rem;color:#3b82f6}.tags-editor.read-only .tag-badge{cursor:default}.tags-editor.compact,.tags-editor.compact .tags-list{grid-gap:4px;gap:4px}.tags-editor.compact .tag-badge{padding:2px 6px;font-size:.7rem;border-radius:10px;max-width:80px}.tags-editor.compact .tag-badge .tag-remove{width:12px;height:12px}.tags-editor.compact .tag-badge .tag-remove i{font-size:.5rem}.tags-editor.compact .tag-input{width:70px;padding:2px 6px;font-size:.7rem}.tags-editor.compact .add-tag-btn{padding:2px 6px;font-size:.7rem}.tags-editor.compact .add-tag-btn span{display:none}.app-form-section{padding:20px!important}.app-formGroup{font-size:16px;width:36vw!important}.tags-section{padding:12px 2%;border-top:1px solid #e9ecef;border-bottom:1px solid #e9ecef;margin:8px 0;background-color:#f8f9fa}.tags-formGroup{flex-direction:column!important;align-items:flex-start!important;width:100%!important;grid-gap:8px;gap:8px}.tags-formGroup .view-case-title{display:flex;align-items:center;font-weight:600;color:#495057;margin-bottom:4px}.view-case-tags-editor{width:100%;min-height:36px}@media screen and (max-width:900px){.app-form-section{padding:60px 20px 20px!important}.app-formGroup{font-size:.9em;width:60vw!important}}@media screen and (max-width:570px){app-form-section-2-columns{column-count:1}.app-formGroup{font-size:.9em;width:75vw!important}}.app-form-section-2-columns{padding:20px!important}@media screen and (max-width:570px){app-form-section-2-columns{column-count:1}}.app-formGroup{padding-bottom:20px}.app-form-section{padding:70px 20px 20px!important}.app-form-section-2-columns{padding:2%;column-count:2}.view-case-tab-view{background-color:#f4f4f4;border-radius:5px;margin:4rem 2rem 2rem}.view-case-tab-view2{max-width:100px!important;border-radius:5px;margin:-1rem 0 0}.tabs{margin-top:40px;margin-right:30px}.view-case-title{color:rgba(0,0,0,.581);font-weight:600}.view-case-value{color:rgba(0,0,0,.581);margin:0}@media screen and (max-width:1400px){.view-case-tab-view2{border-radius:5px;margin:-1rem -1rem 0 -2rem}}@media screen and (max-width:900px){.view-case-tab-view2{border-radius:5px;margin:-1rem -1rem 0 -1.8rem}.tabs{margin-top:18px;margin-bottom:1rem}.app-form-section{padding:60px 20px 20px!important}}@media screen and (max-width:570px){.view-case-tab-view2{border-radius:5px;margin:-1rem -4rem 0 -2rem;width:70vw!important}app-form-section-2-columns{column-count:1}}.app-formGroup{padding-left:2%}label{padding-right:2%}.custom-data{white-space:pre!important}.app-form-section{padding:60px 20px 20px!important}.app-formGroup{width:100%;justify-content:left;align-items:left}label{font-weight:500}.parrafo{white-space:pre!important}@media screen and (max-width:900px){.app-form-section{padding:40px 20px 20px!important}}.edit-wrapper{max-width:1180px;margin:0 auto;width:94%;height:auto!important;padding-bottom:20px;display:flex;flex-direction:column;grid-gap:32px;gap:32px}.configuration-section{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border-radius:16px;padding:24px;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);border:1px solid #bae6fd}.section-title{font-size:1.5rem;color:#1e293b;border-bottom:2px solid #0ea5e9;display:inline-block}.section-subtitle{margin:0 0 16px;font-size:.875rem;color:#64748b;line-height:1.5}.config-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));grid-gap:20px;gap:20px}.config-card{background:#fff;border-radius:12px;padding:20px;box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06);border:1px solid #f1f5f9;transition:all .2s ease}.config-card:hover{box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);transform:translateY(-1px)}.workflow-card{border-left:4px solid #8b5cf6}.calendar-card{border-left:4px solid #10b981}.config-header{margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid #f1f5f9}.config-title{margin:0;font-size:1.125rem;font-weight:600;color:#1e293b}.workflow-action-btn{display:flex!important;align-items:center!important;justify-content:center!important;width:40px!important;height:40px!important;background:linear-gradient(135deg,#8b5cf6,#7c3aed)!important;border:none!important;border-radius:8px!important;cursor:pointer!important;transition:all .2s ease!important;box-shadow:0 2px 4px rgba(139,92,246,.2)!important}.workflow-action-btn:hover{background:linear-gradient(135deg,#7c3aed,#6d28d9)!important;transform:translateY(-1px)!important;box-shadow:0 4px 8px rgba(139,92,246,.3)!important}.workflow-icon{width:20px!important;height:20px!important;filter:brightness(0) invert(1)!important}.config-content{grid-gap:12px;gap:12px}.config-content,.selected-item{display:flex;flex-direction:column}.selected-item{grid-gap:4px;gap:4px;padding:12px;background:#f8fafc;border-radius:8px;border:1px solid #e2e8f0}.selected-label{font-size:.75rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.025em}.selected-value{font-size:.875rem;font-weight:500;color:#1e293b}.config-dropdown{width:100%!important}.webhooks-section{background:linear-gradient(135deg,#fefce8,#fef3c7);border-radius:16px;padding:24px;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);border:1px solid #fde047}.danger-zone-section{margin-top:48px;padding-top:24px;border-top:3px solid #fee2e2}.danger-zone-container{background:linear-gradient(135deg,#fef2f2,#fee2e2);border:2px solid #fecaca;border-radius:16px;overflow:hidden;box-shadow:0 8px 16px -4px rgba(239,68,68,.2)}.danger-zone-header{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;padding:20px 28px;border-bottom:2px solid #dc2626}.danger-zone-title{margin:0 0 6px;font-size:1.375rem;font-weight:700;display:flex;align-items:center;grid-gap:10px;gap:10px}.danger-zone-title:before{content:"⚠️";font-size:1.25rem}.danger-zone-subtitle{margin:0;font-size:.9rem;opacity:.95;font-weight:500}.danger-zone-content{padding:28px}.danger-action{display:flex;align-items:center;justify-content:space-between;grid-gap:28px;gap:28px;padding:24px;background:#fff;border-radius:12px;border:2px solid #fecaca;box-shadow:0 2px 8px rgba(220,38,38,.1)}.danger-action-info{flex:1 1}.danger-action-title{margin:0 0 10px;font-size:1.25rem;font-weight:700;color:#dc2626}.danger-action-description{margin:0;font-size:.9rem;color:#6b7280;line-height:1.6;font-weight:500}.delete-app-btn{display:flex!important;align-items:center!important;grid-gap:10px!important;gap:10px!important;background:linear-gradient(135deg,#dc2626,#b91c1c)!important;color:#fff!important;border:none!important;padding:14px 24px!important;border-radius:10px!important;cursor:pointer!important;font-weight:700!important;font-size:.9rem!important;transition:all .3s ease!important;box-shadow:0 4px 12px rgba(220,38,38,.3)!important;text-transform:uppercase!important;letter-spacing:.05em!important;min-width:160px!important}.delete-app-btn:hover{background:linear-gradient(135deg,#b91c1c,#991b1b)!important;transform:translateY(-2px)!important;box-shadow:0 6px 20px rgba(220,38,38,.4)!important}.delete-app-btn:active{transform:translateY(0)!important;box-shadow:0 2px 8px rgba(220,38,38,.3)!important}.delete-app-btn .delete-icon{width:18px!important;height:18px!important;filter:brightness(0) invert(1)!important}.webhooks-container{background:#fff;border-radius:12px;padding:24px;box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06);border:1px solid #f1f5f9}.webhooks-header{margin-bottom:20px}.webhooks-content{min-height:200px}.p-dropdown{border:1px solid #d1d5db!important;font-size:.875rem!important}.p-dropdown:not(.p-disabled):hover{border-color:#9ca3af!important}.p-dropdown:not(.p-disabled).p-focus{outline:none!important;border-color:#3b82f6!important;box-shadow:0 0 0 3px rgba(59,130,246,.1)!important}.option-backgroung{padding:8px 12px;border-radius:6px;transition:background-color .15s ease}.option-backgroung:hover{background-color:#f3f4f6}.value-txt{margin:0;font-size:.875rem;color:#1f2937}@media screen and (max-width:900px){.config-grid{grid-template-columns:1fr;grid-gap:16px;gap:16px}.config-card{padding:16px}.section-title{font-size:1.25rem}.config-header{flex-direction:column;align-items:flex-start;grid-gap:12px;gap:12px}.workflow-action-btn{align-self:flex-end!important}.danger-action{flex-direction:column;align-items:stretch;grid-gap:20px;gap:20px}.danger-zone-header{padding:16px 20px}.danger-zone-content{padding:20px}}@media screen and (max-width:570px){.edit-wrapper{width:100%;margin:0;padding-left:0;grid-gap:24px;gap:24px}.configuration-section,.webhooks-section{margin:0 -8px;padding:16px;border-radius:12px}.webhooks-container{padding:16px}}#appMainData,.edit-selectedWorkflow,.title-txt,.webhooks-constainer,.webhooks-info{display:none}.edit-container-tickets{display:flex;align-items:center;padding-top:5px!important;flex-direction:row;height:auto;width:100%!important;grid-gap:10px;gap:10px}.ticket-container2{padding:60px 30px 30px!important}.ticket-container{padding:80px 30px 30px!important}.edit-ticket-group{display:flex;flex-direction:column;width:100%;font-size:.9em!important;color:#fff!important}.blue-bg{background-color:#3e678e!important}.input-form3{padding:7px 9px;border:none;font-size:1em;background-color:#fff!important;color:#fff!important;width:100%!important;margin-top:3px!important;margin-bottom:5px!important;height:37px!important}@media screen and (max-width:600px){.text-area-input{width:100%!important;height:35px!important;min-height:35px!important;max-height:100px!important;margin-top:4px!important;background-color:rgba(145,140,140,.308)!important}.edit-container{padding-top:5px!important;display:flex;flex-direction:column!important;align-items:center;max-width:100%;grid-gap:20px;gap:20px}.ticket-container{margin-top:30px;padding:30px 20px 20px!important;overflow-y:scroll;-ms-overflow-style:none;scrollbar-width:none;max-height:80vh}.ticket-container::-webkit-scrollbar{display:none}}.recovery-section{padding:40px}.recovery-primary{color:#fff!important}.name-txt{color:#494646!important}.disclosure-txt{color:#fff!important}@media screen and (max-width:570px){.recovery-img{margin:30px auto;width:50vw;background-color:hsla(0,0%,50.2%,.215);padding:20px;border-radius:30px}.recovery-section{padding:30px 20px}}.user-form-icon-section{align-items:center}.user-form-section{padding:60px 30px 20px 40px!important;max-width:auto!important;background-color:#414f5c!important;overflow:hidden;overflow-y:scroll;max-height:80vh}.section-scroller{max-width:750px!important;min-width:750px!important}.section-scroller2{width:100%!important;margin:1vw auto;max-width:900px}.subtitle-data-txt{display:flex;flex-direction:row;justify-content:flex-start;width:auto}.subtitle-data-txt2{display:flex;flex-direction:row;justify-content:flex-end;min-width:auto;text-align:center;color:rgba(24,95,115,.5803921568627451);font-size:.9em!important;font-weight:500!important}.user-inputText{font-size:1em!important;width:100%!important;min-width:330px!important;color:rgba(0,0,0,.826)!important}.user-inputText:disabled{background-color:#fff!important}.user-inputText3{font-size:1em!important;width:100%!important;min-width:80%!important;color:rgba(0,0,0,.826)!important}.user-inputText3:disabled{background-color:#fff!important}.half-screen{width:100%!important;margin-top:20px!important}.edit-inputText{font-size:16px!important;min-width:200px;border:none!important;border-radius:8px!important}.edit-inputText,.edit-inputText:disabled{background-color:#fff;padding:8px 20px 8px 10px!important;color:#495057!important}.edit-inputText:disabled{font-size:1em!important;width:100%!important;min-width:380px;border:none!important}.option-backgroung{background-color:rgba(27,71,116,.214)!important;padding:1vw!important;color:#3e678e}.option-backgroung2{color:#3e678e}.option-backgroung2:hover{color:#fff}.user-dropdown{background-color:#3e678e!important;outline:#f04}.user-dropdown,.user-dropdown:hover{fill:#f04!important;width:30px!important;border:none!important;margin-left:10px!important}.user-dropdown:hover{background-color:#f04!important;outline:#f04!important}.p-dropdown-trigger .user-dropdown{background-color:initial!important}.user-engines{margin:20px 0}.flex-wrapper{margin:0 auto 10px;max-width:1180px}.flex-wrapper,.flex-wrapper2{display:flex;justify-content:space-between;align-items:center}.flex-wrapper2{margin:0}.modules-wraper{border-radius:8px;height:auto!important;width:100%;padding:10px;grid-gap:5px;gap:5px;display:flex;flex-wrap:wrap}.load-container{display:flex;justify-content:center;align-items:center;height:100%;min-height:300px;width:100%}.multiselect-modules{background-color:#3e678e!important;width:100%!important;border-radius:5px!important}.less-margin{margin:0!important;width:100%!important}.module-item{font-size:.8em!important;background-color:rgba(62,103,142,.09019607843137255)!important;color:#3e678e!important;display:flex;justify-content:center;align-items:center;height:100%;padding:10px 15px!important;border-radius:8px;border:1px solid #3e678e!important;cursor:pointer;margin:0!important}.module-item:hover{color:#f04!important;background-color:rgba(62,103,142,.1607843137254902)!important;border:1px solid #f04!important}.engine-item{font-size:.8em;background-color:rgba(255,136,0,.09411764705882353)!important;color:#3e678e;display:flex;justify-content:crgb(237,216,222) r;align-items:center;height:100%;padding:10px 15px;border-radius:8px;border:1px solid #3e678e;cursor:pointer}.user-form-section-no-modal{width:54vw}.user-form-section-no-modal,.user-form-section-no-modal2{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;height:100%;margin:0 auto;overflow:hidden;overflow-y:scroll;-ms-overflow-style:none;scrollbar-width:none;padding:5vw 5vw 20vw!important;max-width:auto!important;min-width:auto!important}.user-form-section-no-modal2{width:100%}.user-form-section-no-modal::-webkit-scrollbar{display:none}.user-formGroup{justify-content:space-between!important;margin:15px 0 0!important;grid-gap:3vw;gap:3vw;color:rgba(34,56,77,.6039215686274509)!important;font-weight:700!important}.user-formGroup,.user-formGroup2{display:flex!important;flex-direction:row!important;width:100%;min-width:auto;max-width:auto;align-items:center}.user-formGroup2{justify-content:space-between;margin:5px 0 0!important;grid-gap:10px;gap:10px;color:#fff!important}.recovery-wrapper{display:flex;justify-content:flex-end;width:100%;background-color:initial!important;margin-left:auto!important;color:#f04!important}label{min-width:200px;font-weight:600}.recovery-btn{margin-left:auto!important;color:#f04!important;padding:0!important;margin-right:0!important;text-decoration:underline!important;margin-top:-2px!important;font-size:.8em!important}.recovery-btn,.recovery-btn:hover{background-color:initial!important}.recovery-btn:hover{color:rgba(255,0,68,.659)!important}.user-form-button{padding:20px!important;margin-left:auto!important;margin-bottom:0!important;margin-right:0!important}.user-input-required-text{display:flex;justify-content:flex-end}@media screen and (max-width:1300px){.section-scroller{max-width:100%!important;min-width:100%!important}.user-inputText{width:100%!important}.edit-inputText,.user-inputText{font-size:1em!important}.user-formGroup{width:auto!important;display:flex!important;flex-direction:column!important;width:100%;grid-gap:1vw;gap:1vw;min-width:auto;align-items:flex-start}.half-screen{margin-left:0!important;width:100%!important}.user-form-section-no-modal{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;height:100%;width:54vw;overflow:hidden;overflow-y:scroll;-ms-overflow-style:none;scrollbar-width:none;padding:3vw 3vw 20vw!important;max-width:auto!important;min-width:auto!important}}@media screen and (max-width:1000px){.user-inputText{min-width:auto!important}}@media screen and (max-width:900px){.subtitle-data-txt2{display:flex;flex-direction:row;justify-content:flex-end;min-width:auto!important;font-size:.8em!important;text-align:center}.half-screen{margin-left:0!important}.flex-wrapper{display:flex;justify-content:space-between;align-items:center;min-width:80vw;margin:0 auto 5px}.flex-wrapper2{margin:0}.user-form-section-no-modal{display:flex!important;padding:5vw 5vw 20vw!important;width:100%}.user-form-section-no-modal,.user-form-section-no-modal2{justify-content:flex-start!important;align-items:flex-start!important}.user-form-section-no-modal2{display:flex;display:flex!important;height:100%;width:calc(100vw - 30px);margin:0 auto;overflow:hidden;overflow-y:scroll;-ms-overflow-style:none;scrollbar-width:none;padding:3vw 3vw 20vw!important;min-width:auto!important}.edit-inputText{min-width:50vw}.edit-inputText:disabled{min-width:65vw}.user-inputText{font-size:1em!important;width:100%!important}.user-formGroup{width:auto!important;display:flex!important;width:100%;min-width:auto;align-items:flex-start;margin:3vw 0 0!important}.subtitle-data-txt{justify-content:flex-start;font-size:.8em;text-align:center}.user-form-section{padding:50px 32px 20px!important}.recovery-btn{font-size:.7em!important;margin-right:5px!important}.p-scrollpanel-content{padding-right:0!important}}@media screen and (max-width:570px){label{min-width:auto}.user-formGroup2{width:auto!important;display:flex!important;flex-direction:column!important;width:100%;min-width:auto;align-items:flex-start;margin:5px 0!important;grid-gap:5px!important;gap:5px!important}.flex-wrapper{display:flex;justify-content:space-between;align-items:center;min-width:100%;max-width:100%}.user-inputText{min-width:auto}.half-screen{margin-left:0!important}}.recovery-img{width:230px}.keep-row2{display:flex;justify-content:center;flex-direction:row-reverse;width:100%;grid-gap:20px;gap:20px}@media screen and (max-width:900px){.recovery-img{margin:30px auto;width:40vw;background-color:hsla(0,0%,50.2%,.215);padding:20px;border-radius:30px}.keep-row2{display:flex;justify-content:center;flex-direction:column;width:100%;grid-gap:20px;gap:20px}}.pwd-h2{color:#fff;text-align:center;margin-top:-20px}.pwd-h3{margin-top:0;font-size:1em;font-weight:500;max-width:200px}.pwd-h3,.pwd-h4{color:hsla(0,0%,100%,.769);margin-bottom:1rem}.pwd-h4{margin-top:30px;font-size:1.3em;font-weight:400;text-align:center;max-width:300px}.pwd-section{padding:0 30px}.recoveryInputText{padding:7px 10px 7px 35px!important;border:none!important;background-color:#fff!important;border-radius:8px!important;height:42px!important;width:320px!important;margin-bottom:30px}.sended-img{width:200px}.success-recovery{display:flex;flex-direction:column;align-items:center}.rvy-primary{display:flex!important;justify-content:center!important;height:35px!important;padding:0 20px!important;background-color:#3e678e!important;margin:0!important;color:#fff!important}.rvy-cancel{height:40px!important;padding:0 30px!important}.error-bg{width:auto;border-radius:4px;padding-left:10px}.error-white{display:flex;justify-content:flex-end;color:#c08787;font-size:.9em;line-height:24px;grid-gap:8.33px;gap:8.33px;margin-top:-8px;margin-bottom:-10px;margin-right:5px;animation-duration:1s;animation-fill-mode:both}@media screen and (max-width:900px){.keep-row{display:flex;flex-direction:column-reverse;grid-gap:20px;gap:20px}.rvy-cancel{margin:0!important;min-width:100%!important}}@media screen and (max-width:570px){.pwd-section{padding:0}.recoveryInputText{border:none!important;background-color:#fff!important;border-radius:8px!important;height:42px!important;margin-bottom:30px}}.loginFormGroup{display:flex;flex-direction:column;margin-top:1.2rem}.loginFormGroup:first-child{margin-top:.1rem}.hr-line{border:1px solid rgba(255,254,254,.232);width:100%;margin:20px 0 0!important}.loginInputText{padding:7px 10px 7px 35px!important;border:none!important;background-color:#fff!important;border-radius:8px!important}.loginLabel{margin-bottom:5px;margin-left:-1px;z-index:100;background-color:#f2f2f2;width:80px;display:flex;justify-content:center;text-align:center;font-size:1em;font-weight:300;border-radius:18px;font-family:"Elbony",sans-serif}.submit-btn{background-color:#3e678e!important;margin:1.5rem 0 0!important;width:100%!important;height:40px!important;font-size:.9em!important;color:#fff!important}.google-btn{border-radius:30px!important}.google-btn,.google-btn2{display:flex;justify-content:center;align-items:center;grid-gap:10px;gap:10px;padding:17px 10px!important;width:100%!important;cursor:pointer;color:#fff!important;background-color:#22384d!important;box-shadow:none!important;margin:0!important}.google-btn2{font-size:.8em!important;height:40px!important}.google-btn2:hover,.google-btn:hover{color:#fff!important}.google-btn:hover{background-color:#f04!important;border-radius:30px!important}.google-container{width:100%;background-color:hsla(0,0%,53.7%,.107);padding:0;display:flex;justify-content:center;align-items:center;border-radius:30px;margin-top:20px}.google-container:hover{background-color:hsla(0,0%,53.7%,.207)}.google-icon{width:20px;height:20px}.form-login{display:flex;flex-direction:column;align-items:center;justify-content:center;transition:height 5s}@media screen and (max-width:900px){.loginFormGroup:first-child{margin-top:0}.form-login{width:100%}.loginInputText{border:none!important;background-color:#fff!important;border-radius:8px!important}}@media screen and (max-width:570px){.loginInputText{border:none!important;background-color:#fff!important;border-radius:8px!important}}.engine-form-icon-section{align-items:center}.engine-form-button{margin-left:auto!important}.wrapper-engines{padding:100px}.support-wrapper{padding:20px}.submit-button{display:flex;width:100%;justify-content:flex-end;align-items:center}.thunder-form-wrapper{margin-top:50px;padding:0 20px 20px;max-width:500px}.thunder-step{height:150px;display:flex;justify-content:center;align-items:center;border-radius:30px;padding-bottom:30px}.thunder-subHeader{line-height:1.4em}.control-arrow{color:#000}@media screen and (max-width:900px){.thunder-form-wrapper{max-width:500px;padding-left:10px}.thunder-step{height:130px}.thunder-label{max-width:55vw}}.notify-channel{display:flex;width:100%;height:auto;justify-content:center;grid-gap:20px;gap:20px;margin:15px 0}.notify-txt{grid-gap:10px;gap:10px}.advanced-cls3{background-color:initial!important;color:#3e678e!important;text-decoration:underline!important;padding:.5rem 1rem!important;margin:0 1rem 0 0!important;white-space:nowrap!important;min-width:auto!important;flex-shrink:0!important}.advanced-cls3:hover{color:#fff!important}.flex-row{display:flex!important;flex-wrap:nowrap!important;min-width:0!important}.flex-row .advanced-cls3{flex-shrink:0!important}.active-members-header{display:flex;justify-content:space-between;align-items:center;width:100%;margin-bottom:.5rem}.manage-members-btn-inline{background:transparent!important;color:#3e678e!important;border:1px solid #3e678e!important;padding:.5rem 1rem!important;font-size:.875rem!important;border-radius:4px!important;transition:all .2s ease!important}.manage-members-btn-inline:hover{background:#3e678e!important;color:#fff!important}.manage-members-btn-inline .p-button-icon{font-size:.875rem!important}.spanner{padding-bottom:100px}.spanner2{height:170px!important;width:100%!important}.advanced-cls{font-size:.8em!important;width:150px!important;height:40px!important;background-color:initial!important;text-decoration:underline!important}.advanced-cls,.advanced-cls:hover{color:#fff!important}.flex-color{display:flex;align-items:center;width:100%}.colorAvatar{min-height:20px;min-width:20px;margin:0 15px 0 20px;border-radius:50%;border:1px solid hsla(0,0%,100%,.625)}.text-area-input{width:100%!important;height:35px!important;min-height:35px!important;max-height:100px!important;margin-top:4px!important;background-color:rgba(145,140,140,.308)!important;color:#fff!important}.edit-ticket-wrapper{display:flex;width:100%;height:auto;flex-wrap:wrap}.operator{margin:0!important;font-size:14px!important}.edit-container{display:flex;align-items:center;padding-top:5px!important;flex-direction:column;height:auto;width:100%!important;grid-gap:0;gap:0}.ticket-container2{padding:20px 30px 30px!important;width:500px;overflow:hidden;overflow-y:scroll;max-height:90vh;width:0 auto}.ticket-container{padding:60px 30px 30px!important;max-height:80vh!important;overflow-y:scroll}.input-form{padding:7px 9px;border:none;font-size:1em;background-color:#fff!important;color:#6c757d!important;width:100%!important;margin-top:3px!important;margin-bottom:5px!important;height:37px!important;border-radius:8px!important}.input-form:disabled{color:#6c757d!important;opacity:.6!important}.blue-input{border:none;font-size:1em;background-color:#3e678e!important;color:#6c757d!important;width:100%!important;height:40px!important}.input-form:hover{background-color:#fff!important}.edit-container-left{min-width:100%!important;max-width:270px!important;margin-bottom:10px}.edit-container-left,.edit-container-left2{flex-grow:1;grid-gap:10px!important;gap:10px!important}.edit-container-left2{display:flex;flex-direction:column;height:50px;width:100%!important;margin-bottom:20px}.edit-container-right{display:flex;flex-direction:column;margin-bottom:10px}.edit-ticket-footer{width:100%;display:flex;justify-content:flex-end;align-items:center;margin-top:1.5rem}.edit-ticket-footer,.edit-ticket-footer:disabled{color:#fff!important}.edit-action-btn{padding:20px!important;box-shadow:2px 2px 7px rgba(0,0,0,.43)!important;background-color:#3e678e!important}.edit-action-btn,.edit-action-btn:disabled{margin-right:0!important;margin-bottom:0!important}.edit-action-btn:disabled{background-color:#626262!important}.top-adjust{margin-top:-5px}.advanced-cls3{font-size:.9em!important}@media screen and (max-width:900px){.edit-container-left{min-width:70vw!important;max-width:70vw!important}.ticket-container2{width:auto}.ticket-container,.ticket-container2{padding:60px 20px 20px 30px!important}}@media screen and (max-width:570px){.advanced-cls3{font-size:.6em!important;margin-right:3vw!important}.blue-input{min-width:auto!important}.text-area-input{width:100%!important;height:35px!important;min-height:35px!important;max-height:100px!important;margin-top:4px!important;background-color:rgba(145,140,140,.308)!important;color:rgba(0,0,0,.595)!important}.edit-container{padding-top:5px!important;display:flex;flex-direction:column!important;align-items:center;max-width:100%;grid-gap:20px;gap:20px}.ticket-container{margin-top:30px;padding:30px 20px 20px!important;overflow-y:scroll;-ms-overflow-style:none;scrollbar-width:none;max-height:80vh}.ticket-container::-webkit-scrollbar{display:none}}.delete-confirmation{padding:1rem;max-width:400px}.delete-confirmation p{margin-bottom:1rem;line-height:1.5;color:#333}.delete-confirmation p:last-of-type{color:#666;font-size:.9rem;margin-bottom:1.5rem}.delete-actions{margin-top:1rem}.delete-confirmation.enhanced{max-width:500px;padding:0}.delete-header{background:linear-gradient(135deg,#dc3545,#c82333);color:#fff;padding:1.5rem;margin:-1rem -1rem 1.5rem;border-radius:6px 6px 0 0;display:flex;align-items:center;grid-gap:12px;gap:12px}.delete-header h3{margin:0;font-size:1.1rem;font-weight:600}.delete-warning-icon{font-size:1.5rem;color:#fff3cd}.delete-content{padding:0 1.5rem;background:#fff;color:#212529}.delete-content p{margin-bottom:.75rem;line-height:1.5;color:#212529;font-weight:500}.delete-content p strong{color:#495057;font-weight:600}.member-warning{margin:1.5rem 0}.warning-box{background:#fff3cd;border:1px solid #ffeaa7;border-radius:6px;padding:1rem;display:flex;grid-gap:12px;gap:12px;align-items:flex-start}.warning-icon{color:#856404;font-size:1.2rem;margin-top:2px;flex-shrink:0}.warning-box ul{margin:.5rem 0;padding-left:1.5rem}.warning-box li{margin-bottom:.25rem;color:#856404}.warning-box em{color:#6c757d;font-size:.9rem;font-style:italic}.no-members-info{background:#d4edda;border:1px solid #c3e6cb;border-radius:6px;padding:.75rem 1rem;margin:1rem 0;display:flex;align-items:center;grid-gap:8px;gap:8px}.success-icon{color:#155724;font-size:1.1rem}.final-warning{border-top:1px solid #dee2e6;padding-top:1rem;margin-top:1.5rem}.final-warning p{margin-bottom:.5rem;font-weight:600;color:#212529}.final-warning p strong{color:#dc3545;font-weight:700}.delete-actions{padding:1.5rem;margin:1.5rem -1.5rem -1rem;border-top:1px solid #dee2e6;background:#f8f9fa;display:flex;justify-content:flex-end;grid-gap:10px;gap:10px}.p-button-warning.p-button-danger{background:linear-gradient(135deg,#dc3545,#fd7e14)!important;border-color:#dc3545!important;animation:pulse-warning 2s infinite}@keyframes pulse-warning{0%{box-shadow:0 0 0 0 rgba(220,53,69,.7)}70%{box-shadow:0 0 0 10px rgba(220,53,69,0)}to{box-shadow:0 0 0 0 rgba(220,53,69,0)}}.recovery-img{margin:30px auto;width:300px;background-color:hsla(0,0%,50.2%,.215);padding:20px;border-radius:30px}@media screen and (max-width:900px){.recovery-img{margin:30px auto;width:40vw;background-color:hsla(0,0%,50.2%,.215);padding:20px;border-radius:30px}}@media screen and (max-width:570px){.recovery-img{margin:30px auto;width:50vw;background-color:hsla(0,0%,50.2%,.215);padding:20px;border-radius:30px}}.error-txt2{display:flex;justify-content:flex-start;color:rgba(187,89,67,.9019607843137255);font-size:.9em;grid-gap:8.33px;gap:8.33px;margin-top:-2px;margin-bottom:-10px;line-height:20px;animation-duration:1s;animation-fill-mode:both;background-color:#fff;border-radius:8px;padding-left:10px;margin-left:auto}.member-teams-section{display:flex!important;flex-direction:column!important;justify-content:flex-start!important;grid-gap:12px;gap:12px;align-items:flex-start!important}.member-teams-section label{margin-bottom:0}.member-teams-container{display:flex;flex-wrap:wrap;grid-gap:8px;gap:8px;align-items:center;width:100%;max-width:100%;margin-top:4px}.member-teams-header{display:flex;justify-content:space-between;align-items:center;width:100%;margin-bottom:.5rem}.manage-teams-btn{background:transparent!important;color:#3e678e!important;border:1px solid #3e678e!important;padding:.4rem .8rem!important;font-size:.8rem!important;border-radius:4px!important;transition:all .2s ease!important}.manage-teams-btn:hover{background:#3e678e!important;color:#fff!important}.manage-teams-btn .p-button-icon{font-size:.8rem!important}.current-teams-section{margin-bottom:1.5rem;padding:1rem;border:1px solid #e1e5e9;border-radius:6px;background:#f8f9fa}.current-teams-section h4{margin:0 0 1rem;color:#495057;font-size:.95rem;font-weight:600}.teams-list{display:flex;flex-direction:column;grid-gap:.5rem;gap:.5rem}.team-item{display:flex;justify-content:space-between;align-items:center;padding:.5rem;background:#fff;border:1px solid #dee2e6;border-radius:4px;transition:box-shadow .2s ease}.team-item:hover{box-shadow:0 2px 4px rgba(0,0,0,.1)}.team-item .wrapper-groups3{flex:1 1;margin:0}.no-teams-message{color:#6c757d;font-style:italic;text-align:center;padding:1rem;margin:0}.add-team-section{margin-bottom:1rem}.add-team-modal{padding:1rem;min-width:400px}.add-team-modal h4{margin:0 0 1rem;color:#495057;font-size:1rem;font-weight:600}.available-teams-list{max-height:300px;overflow-y:auto;background:#f8f9fa}.available-team-item,.available-teams-list{border:1px solid #dee2e6;border-radius:4px;padding:.5rem}.available-team-item{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem;background:#fff;transition:box-shadow .2s ease}.available-team-item:hover{box-shadow:0 2px 4px rgba(0,0,0,.1)}.available-team-item:last-child{margin-bottom:0}.available-team-item .wrapper-groups3{flex:1 1;margin:0}.modal-footer{margin-top:1rem;padding-top:1rem;border-top:1px solid #dee2e6;display:flex;justify-content:flex-end}.trash-can{height:10vh;margin:60px 0 40px}.form-wrapper{display:flex;justify-content:center;align-items:center;flex-direction:column}.add-batch-section{max-height:85vh;overflow:hidden;overflow-y:scroll!important;-ms-overflow-style:none;scrollbar-width:none}.add-batch-section::-webkit-scrollbar{display:none}.batch-app-container{display:flex;flex-direction:row;width:100%!important;justify-content:center}@media screen and (max-width:900px){.header-batch{color:#22384d;width:auto}.community-img{width:20vw}.add-batch-section{padding:45px 30px 20px!important;min-width:auto}.info-batch-file{display:flex;justify-content:flex-start;align-items:flex-start;width:100%;grid-gap:0;gap:0}.batch-app-container{font-size:.9em;flex-direction:column;width:100%!important}.footer-batch{display:flex;width:100%;justify-content:flex-end;flex-wrap:wrap;grid-gap:20px;gap:20px}}.exe-img{width:230px;margin:80px 80px 20px}.stop-img{width:200px;margin:50px 0}.update-img{margin:5vh auto 2vh;width:250px;background-color:hsla(0,0%,50.2%,.215);padding:20px;border-radius:30px}.pwd-error{margin-left:10px}.recovery-cancel{background-color:initial!important;color:#22384d!important;padding:20px!important}.keep-row{align-items:center}.name-txt{color:#000!important}@media screen and (max-width:900px){.update-img{margin:30px auto;width:40vw;background-color:hsla(0,0%,50.2%,.215);padding:20px;border-radius:30px}}@media screen and (max-width:570px){.update-img{margin:30px auto;width:50vw;background-color:hsla(0,0%,50.2%,.215);padding:20px;border-radius:30px}}.recovery-section,.recovery-update-section{display:flex;flex-direction:column;justify-content:center}.recovery-update-section{padding:0 2vmax}.update-btn-primary{background-color:#3e678e!important;width:100%!important;min-width:220px!important;height:40px!important;margin:0!important}.bullet-white{list-style:none;padding-left:10px;padding:10px 20px 30px!important;color:#fff!important}.bullet-pwd{color:#fff!important;list-style:decimal;padding-left:10px;padding:0 20px 20px 30px!important}.pwd-input{min-height:45px;border-radius:8px;width:100%;font-size:1em;padding-left:20px!important;margin:0 auto;margin-bottom:20px!important;background:#fff!important}.pwd-error{margin-top:-15px;margin-bottom:20px;color:red;text-align:start;max-width:364px}.update-pwd-container{display:flex;justify-content:center;flex-direction:column;padding:0}.update-cancel{background-color:initial!important;padding:20px!important}.recovery-cancel,.update-cancel{color:#fff!important;border:.2px solid hsla(0,0%,100%,.339)!important}.recovery-cancel:hover{color:#fff!important}.recovery-primary{padding:20px!important;margin-right:0!important}.keep-row{display:flex;justify-content:flex-end;width:100%;grid-gap:20px;gap:20px;margin-top:10px}.name-txt{font-family:"Elbony",sans-serif;color:#fff!important}.disclosure-txt{text-align:center;font-size:1.2em!important;color:#22384d;max-width:450px!important;margin:0 10px 40px}@media screen and (max-width:900px){.update-img{margin:30px auto;width:40vw;background-color:hsla(0,0%,50.2%,.215);padding:20px;border-radius:30px}.recovery-update-section{display:flex;flex-direction:column;justify-content:center;padding:0 1vmax;max-width:80vw}.update-cancel{width:100%!important}}@media screen and (max-width:570px){.update-img{margin:30px auto;width:50vw;background-color:hsla(0,0%,50.2%,.215);padding:20px;border-radius:30px}.update-btn-primary{background-color:#3e678e!important;width:100%!important;max-width:100%!important;height:40px!important}}.casetype-wrapper{height:100vh;width:100%;padding:2vw 30px 30px;display:flex;justify-content:center}.casetype-wrapper2{height:100%;width:100%;padding:60px 20px 20px;max-height:80vh;overflow:hidden;overflow-y:scroll;background-color:#414f5c}.engine-bagde{background-color:grey;color:#fff;border-radius:10px;padding:3px 5px;font-size:.7em}.casetype-body{display:flex;flex-direction:column}.groupParams{display:flex;flex-wrap:wrap;width:100%;max-width:700px;padding:5px;grid-gap:10px;gap:10px;background-color:#f1f4f5;border-radius:8px}.groupParams2{background-color:#5dc8db}.subheader-casetype,.subheader-casetype2{min-width:200px}.groupParams2{display:flex;flex-wrap:wrap;width:100%;padding:5px;grid-gap:10px;gap:10px;background-color:#f1f4f5;border-radius:8px}.paramsExpected{height:auto!important;background-color:#f1ddca!important;padding:6px 12px!important;border-radius:8px!important;border:1px solid rgba(0,128,0,.119);color:#282828!important;font-size:.7em!important;font-weight:600!important;margin:0!important}.paramsExpected:hover{background-color:rgba(241,221,202,.6862745098039216)!important;border-radius:8px}.flexer,.flexer2{display:flex;align-items:center;font-weight:500;grid-gap:10px;gap:10px}.flexer2{width:100%}.resultExpected{background-color:#eadee7!important;border-radius:8px!important}.resultExpected,.statesExpected{height:auto!important;margin:0!important;padding:6px 12px!important;color:#282828!important;font-size:.7em!important;font-weight:600!important}.statesExpected{background-color:#caf1e4!important;border-radius:8px!important;border:1px solid rgba(0,128,0,.119)}.statesExpected:hover{background-color:#e7f8f2!important;padding:6px 12px!important;cursor:pointer!important}.resultExpected:hover{background-color:rgba(234,222,231,.596078431372549)!important;padding:6px 12px!important;border-radius:8px}.add-caseTypeDetail{border:1px dashed rgba(255,0,68,.141);border-radius:8px}.add-caseTypeDetail,.add-caseTypeDetail:hover{flex-wrap:wrap;padding:15px;background-color:rgba(151,144,144,.116);color:#fff;margin:10px 0;display:flex;justify-content:center;align-items:center;grid-gap:5px;gap:5px;font-size:.8em;width:100%}.add-caseTypeDetail:hover{border:1px solid rgba(255,0,68,.99);border-radius:8px}.none-params{padding:10px;background-color:rgba(121,123,124,.10588235294117647);color:rgba(0,0,0,.587);margin:0;display:flex;justify-content:flex-start;grid-gap:15px;gap:15px;font-size:.8em;border:2px dashed rgba(34,56,77,.3333333333333333);width:100%;border-radius:8px}.none-params:hover{border:2px dashed rgba(18,32,45,.3333333333333333)}@media screen and (max-width:1200px){.subheader-casetype2{min-width:auto}.none-params{padding:10px}.casetype-wrapper2{max-height:80vh;width:100%;padding:60px 20px 20px;overflow-y:scroll;background-color:#414f5c}}@media screen and (max-width:570px){.casetype-wrapper{padding:10px 10px 50px}}.add-batch-section{padding:20px 30px!important;background-color:#414f5c!important}.input-form-textarea{min-height:19vh}.input-form-textarea2{min-height:300px;max-height:50vh;min-width:600px}.hound-designer-btn{background-color:#e67e22!important;border-color:#e67e22!important}.hound-designer-btn:hover{background-color:#d68910!important;border-color:#d68910!important}.graphic-designer-dialog .p-dialog-content{padding:100px 10px 10px!important}.graphic-designer-dialog .hound-designer-container{margin-top:0!important;position:relative!important;top:0!important}.graphic-designer-dialog .hound-designer-container iframe{border-radius:8px!important;margin-top:0!important}.graphic-designer-dialog .p-dialog-header{position:relative!important;z-index:1000!important}.template-btn.active{background-color:#4caf50!important;border:2px solid #45a049!important;font-weight:700}.template-header{margin-bottom:10px;flex-wrap:wrap}.template-buttons,.template-mode-buttons{grid-gap:5px;gap:5px}.template-buttons{align-items:center;flex-wrap:wrap}.graphic-editor-wrapper{display:flex;grid-gap:15px;gap:15px;min-height:600px;background-color:#2c3e50;border-radius:8px;padding:15px}.block-selector{width:300px;background-color:#34495e;border-radius:6px;padding:15px;overflow-y:auto;max-height:600px}.block-list{display:flex;flex-direction:column;grid-gap:8px;gap:8px}.block-item{background-color:#456;border:2px solid transparent;border-radius:4px;padding:12px;cursor:pointer;transition:all .2s ease;color:#ecf0f1}.block-item:hover{background-color:#506070;border-color:#3498db}.block-item.active{background-color:#27ae60;border-color:#2ecc71;font-weight:700}.block-label{display:block;font-size:14px;line-height:1.4}.block-editor{flex:1 1;background-color:#fff;border-radius:6px;overflow:hidden}.input-form-textarea-enhanced{min-height:600px;max-height:80vh;min-width:600px;font-family:"Courier New",Courier,monospace;font-size:14px;line-height:1.5}.front-app-container{justify-content:center}@media screen and (max-width:900px){.input-form-textarea{min-height:30vh;max-height:30vh;min-width:70vw}.input-form-textarea2{min-width:70vw}.input-form-textarea-enhanced{min-width:70vw;min-height:50vh}.tinymce-editor-container{min-height:50vh}.header-batch{color:#22384d;width:auto}.community-img{width:20vw}.add-batch-section{padding:45px 30px 20px!important;min-width:auto}.info-batch-file{display:flex;justify-content:flex-start;align-items:flex-start;width:100%;grid-gap:0;gap:0}.front-app-container{font-size:.9em;flex-direction:column;padding-bottom:-30px}.footer-batch{display:flex;width:100%;justify-content:flex-end;flex-wrap:wrap;grid-gap:20px;gap:20px}}.template-container{display:flex;flex-direction:column;width:100%!important;padding-top:5px}.template-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px;grid-gap:10px;gap:10px}.template-mode-buttons{display:flex;grid-gap:4px;gap:4px}.template-mode-btn{background-color:#2d4f73!important;color:#fff!important;border:1px solid #3e678e!important;border-radius:4px!important;padding:6px 16px!important;font-size:.8em!important;min-width:auto!important;height:28px!important;transition:all .3s ease!important}.template-mode-btn.active,.template-mode-btn:hover{background-color:#3e678e!important}.template-mode-btn.active{border-color:#5a8bc4!important;box-shadow:0 0 0 1px #5a8bc4!important}.template-buttons{display:flex;grid-gap:8px;gap:8px;justify-content:flex-start}.template-btn{background-color:#3e678e!important;color:#fff!important;border:none!important;border-radius:4px!important;padding:6px 12px!important;font-size:.8em!important;min-width:auto!important;height:28px!important}.template-btn:hover{background-color:#2d4f73!important}.tinymce-editor-wrapper{width:100%;position:relative;margin:0;padding:0}.tinymce-editor-wrapper textarea{width:100%;height:500px;border:1px solid #ccc;border-radius:4px;padding:10px;font-family:monospace;font-size:13px}.tinymce-textarea{width:100%!important;height:560px!important;min-height:560px!important;border:1px solid #ccc!important;border-radius:4px!important;outline:none!important;padding:10px!important;font-family:monospace!important;font-size:13px!important;resize:vertical!important}.tinymce-editor-container .tox-tinymce,.tox-tinymce{border:1px solid #ccc!important;border-radius:4px!important;visibility:visible!important;display:block!important;opacity:1!important}.tox-menubar,.tox-toolbar{visibility:visible!important;display:flex!important;opacity:1!important}.tox-edit-area{visibility:visible!important;display:block!important;overflow:hidden!important}.tox-edit-area,.tox-edit-area iframe{height:600px!important;min-height:600px!important;max-height:600px!important}.tox-edit-area iframe{width:100%!important}.tox-edit-area__iframe{height:600px!important;min-height:600px!important;max-height:600px!important;width:100%!important}.tox-edit-area iframe html{height:100%!important;margin:0!important;padding:0!important;overflow:hidden!important}.tox-edit-area iframe body{height:auto!important;min-height:560px!important;margin:0!important;padding:20px!important;overflow-y:auto!important;overflow-x:hidden!important;box-sizing:border-box!important;word-wrap:break-word!important;max-height:none!important}.tox-tinymce .tox-edit-area{flex:1 1 600px!important}.tox-edit-area>div,.tox-tinymce .tox-edit-area{height:600px!important;overflow:hidden!important}.tox-tinymce *{visibility:visible!important}.tox-edit-area iframe{cursor:text!important}.mce-content-body,.tox-edit-area__iframe,.tox-edit-area iframe{pointer-events:auto!important}.mce-content-body{cursor:text!important}.tinymce-editor-container .tox-editor-header{border-bottom:1px solid #e0e0e0!important}.tinymce-editor-container .tox-edit-area{background-color:#fff!important}.tinymce-loading{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;z-index:10;background-color:#fff;padding:20px;border-radius:4px;box-shadow:0 2px 4px rgba(0,0,0,.1)}.tinymce-loading p{margin:0 0 15px;color:#3e678e;font-weight:700}.loading-spinner{width:20px;height:20px;border:2px solid #f3f3f3;border-top-color:#3e678e;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto}@media screen and (max-width:578px){.community-img{width:40vw}.template-buttons{flex-wrap:wrap;grid-gap:6px;gap:6px}.template-btn{font-size:.7em!important;padding:5px 8px!important}.template-header{flex-direction:column;align-items:flex-start;grid-gap:8px;gap:8px}.template-mode-buttons{align-self:flex-start}.template-mode-btn{font-size:.7em!important;padding:4px 12px!important;height:24px!important}.input-form-textarea-enhanced,.tinymce-editor-container{min-height:40vh}}.add-batch-section{padding-top:20px!important}.section-header{margin-bottom:12px;position:relative;z-index:100;padding:0!important}.section-header,.section-header *{background:transparent!important;background-color:initial!important;border:none!important;box-shadow:none!important}.section-header h3{color:#fff;font-size:14px;font-weight:700;letter-spacing:1px;text-transform:uppercase;margin:0 0 8px;padding:8px 0;background:transparent!important;border:none!important;opacity:1;box-shadow:none!important;text-shadow:2px 2px 4px rgba(0,0,0,.9),0 0 8px rgba(0,0,0,.7);position:relative;z-index:200}.form-metadata-section{background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;padding:16px;margin-bottom:20px}.metadata-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px;align-items:start}.metadata-field{display:flex;flex-direction:column;grid-gap:6px;gap:6px}.field-label{color:#495057;font-size:12px;text-transform:uppercase;letter-spacing:.5px;margin:0}.form-id-display{background-color:#e9ecef;color:#6c757d;padding:8px 12px;border-radius:4px;font-family:"Courier New",monospace;font-size:13px;border:1px solid #dee2e6}.professional-input{padding:8px 12px!important;border:1px solid #ced4da!important;border-radius:4px!important;font-size:14px!important;color:#495057!important;background-color:#fff!important;transition:all .15s ease-in-out!important}.professional-input:focus{border-color:#3e678e!important;box-shadow:0 0 0 2px rgba(62,103,142,.25)!important;outline:none!important}.dropdown-wrapper .professional-dropdown{width:100%!important;background-color:#fff!important}.dropdown-wrapper .professional-dropdown .p-dropdown-label{padding:8px 12px!important;color:#495057!important;font-size:14px!important}.integration-section{margin-bottom:20px}.integration-cards{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px}.integration-card{background-color:#fff;border:1px solid #e9ecef;border-radius:8px;padding:16px;box-shadow:0 2px 4px rgba(0,0,0,.05);transition:all .15s ease-in-out}.integration-card:hover{box-shadow:0 4px 8px rgba(0,0,0,.1);transform:translateY(-1px)}.card-header{display:flex;align-items:center;grid-gap:8px;gap:8px;margin-bottom:12px;padding-bottom:8px;border-bottom:1px solid #e9ecef}.card-icon{font-size:16px}.card-header h4{color:#2c3e50;font-size:14px;font-weight:600;margin:0;text-transform:uppercase;letter-spacing:.5px}.card-content{display:flex;flex-direction:column;grid-gap:8px;gap:8px}.apps-card .card-header{border-bottom-color:#ffc107}.app-item{display:flex;flex-direction:column;grid-gap:8px;gap:8px;padding:8px;background-color:#fffbf0;border-radius:4px;border-left:3px solid #ffc107}.app-name .app-label{background-color:#fff3cd;color:#856404;padding:4px 8px;border-radius:3px;font-size:13px;font-weight:500}.workflow-button{background-color:#007bff!important;border:1px solid #007bff!important;color:#fff!important;padding:4px 8px!important;font-size:11px!important;border-radius:3px!important;align-self:flex-start;min-width:auto!important;height:auto!important}.workflow-button:hover{background-color:#0056b3!important;border-color:#0056b3!important}.webhook-card .card-header{border-bottom-color:#007bff}.webhook-url-container{display:flex;align-items:center;grid-gap:8px;gap:8px;padding:8px;background-color:#f0f8ff;border-radius:4px;border-left:3px solid #007bff}.url-display{flex:1 1;overflow:hidden}.url-text{background-color:#e6f3ff;color:#004085;padding:4px 8px;border-radius:3px;font-size:11px;font-family:"Courier New",monospace;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.copy-button{background-color:#28a745!important;border:1px solid #28a745!important;color:#fff!important;padding:4px 8px!important;font-size:11px!important;border-radius:3px!important;min-width:auto!important;height:auto!important;flex-shrink:0}.copy-button:hover{background-color:#218838!important;border-color:#218838!important}.sharing-section,.sharing-section-inline{margin-bottom:20px}.sharing-header-inline{display:flex;align-items:flex-start;grid-gap:20px;gap:20px;margin-bottom:20px;position:relative;z-index:100}.sharing-header-inline .section-header{margin-bottom:0;flex-shrink:0;width:auto}.sharing-card{background-color:#fff;border:1px solid #e9ecef;border-radius:8px;padding:16px;box-shadow:0 2px 4px rgba(0,0,0,.05);transition:all .15s ease-in-out;flex:1 1}.sharing-link-inline{display:flex;align-items:center;grid-gap:8px;gap:8px;width:100%}.sharing-link-inline .url-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:400px;max-width:none;background-color:#e6ffe6;color:#155724;padding:8px 12px;border-radius:4px;font-size:12px;font-family:"Courier New",monospace;border:1px solid #c3e6cb;flex:1 1}.sharing-bar{background-color:#fff;border:1px solid #e9ecef;border-radius:8px;padding:12px 16px;box-shadow:0 1px 2px rgba(0,0,0,.05)}.sharing-content{display:flex;align-items:center;grid-gap:8px;gap:8px}.sharing-icon{font-size:14px;color:#28a745}.sharing-label{color:#495057;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap}.sharing-url{flex:1 1;background-color:#e6ffe6;color:#155724;padding:4px 8px;border-radius:3px;font-size:11px;font-family:"Courier New",monospace;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;border:1px solid #c3e6cb}.template-editor-section{margin-bottom:20px}.template-header-inline{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px;grid-gap:15px;gap:15px}.template-header-inline .section-header{margin-bottom:0}.template-buttons-inline{display:flex;grid-gap:8px;gap:8px;align-items:center;flex-wrap:wrap}.template-header-compact{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px;position:relative;z-index:100}.template-header-compact .section-header{margin-bottom:0}.template-buttons-compact{display:flex;grid-gap:4px;gap:4px;align-items:center;flex-wrap:nowrap}.template-btn-compact{background-color:#3e678e!important;color:#fff!important;border:none!important;border-radius:3px!important;padding:4px 8px!important;font-size:10px!important;min-width:auto!important;height:22px!important;white-space:nowrap;flex-shrink:0}.template-btn-compact:hover{background-color:#2d4f73!important}.template-btn-compact.active{background-color:#4caf50!important;border:1px solid #45a049!important}@media screen and (max-width:900px){.integration-cards,.metadata-grid{grid-template-columns:1fr;grid-gap:12px;gap:12px}.sharing-content{flex-direction:column;align-items:stretch;grid-gap:8px;gap:8px}.sharing-url{text-align:center;white-space:normal;word-break:break-all}}@media screen and (max-width:578px){.form-metadata-section,.integration-section,.sharing-section,.template-editor-section{margin-left:-16px;margin-right:-16px;border-radius:0}.section-header h3{font-size:11px;padding:6px 10px}.app-item,.webhook-url-container{flex-direction:column;align-items:stretch;grid-gap:6px;gap:6px}.copy-button,.workflow-button{align-self:center;width:100%;justify-content:center}}.add-batch-section{display:flex;flex-direction:column;padding:60px 30px 20px!important;text-align:left!important;min-width:380px}.input-contain{background-color:#fff;padding:10px 5px;width:420px!important;border-radius:8px}.batch-ct{display:flex;flex-direction:column;justify-content:center}.header-jobs{display:flex;flex-wrap:wrap;grid-gap:10px;gap:10px;justify-content:space-between;align-items:center}.trash-batch{max-height:0;display:flex;justify-content:flex-end;width:100%;margin-top:20px}.info-batch-file{display:flex;flex-wrap:wrap;width:100%;grid-gap:10px;gap:10px;max-width:100%!important;overflow:hidden;text-overflow:ellipsis;color:#fff!important}.input-form-textarea{max-height:40vh;min-width:400px}.input-form-textarea2{min-height:100px;max-height:40vh}.community-img{margin-top:-5px;width:30px}.header-batch{color:#dbe1e6;width:108px;text-align:start;font-size:.9em}.batch-textarea{padding:9px;border-radius:5px;width:100%;font-size:1em;letter-spacing:.3px;background-color:#fff!important;color:#6c757d!important;max-height:100px;min-height:37px;height:37px;min-width:100%;max-width:100%;margin-bottom:7px;border:none!important}.footer-batch{display:flex;margin-top:20px;width:100%;justify-content:flex-end;flex-wrap:wrap;grid-gap:20px;gap:20px}.inputs-label2{color:#fff!important;margin-top:5px!important;margin-bottom:6px!important;min-width:auto!important}.counter{display:flex;grid-gap:10px;gap:10px;color:#fff;align-items:center}.amount-counter{text-decoration:underline}.flex-front-app-container{display:flex;align-items:center;grid-gap:0;gap:0}.json-cls{display:flex;border-radius:50%!important;width:38px!important;height:38px!important;padding:10px!important;margin-right:60px!important}.front-app-container{display:flex;flex-direction:row;width:100%!important;justify-content:flex-start;padding-top:5px}.custom-file-upload{display:inline-block;padding:10px 20px;cursor:pointer;background-color:#007bff;color:#fff;border:1px solid #007bff;border-radius:5px;transition:all .3s ease}.custom-file-upload:hover{background-color:#0056b3}input[type=file]{display:none}.app-batch-btn{background-color:#3e678e!important}.app-batch-back,.app-batch-btn{min-width:100px!important;padding:20px!important;margin-right:0!important}.app-batch-back{background-color:initial!important;border-radius:5px!important;border:1px solid hsla(0,0%,100%,.537)!important}.app-batch-back,.app-batch-back:hover{color:#fff!important}@media screen and (max-width:900px){.input-form-textarea{min-height:30vh;max-height:30vh;min-width:100%}.header-batch{color:#22384d;width:auto}.community-img{width:20vw}.add-batch-section{padding:45px 30px 20px!important;min-width:auto}.info-batch-file{display:flex;justify-content:flex-start;align-items:flex-start;width:100%;grid-gap:0;gap:0}.front-app-container{font-size:.9em;flex-direction:column;padding-bottom:-30px}.footer-batch{display:flex;width:100%;justify-content:flex-end;flex-wrap:wrap;grid-gap:20px;gap:20px}.input-contain{background-color:#fff;width:70vw!important}}@media screen and (max-width:578px){.community-img{width:40vw}}.inputs-label{margin-top:16px!important}.add-app-section{display:flex;flex-direction:column;padding:60px 30px 20px!important;text-align:left!important;min-width:380px;background-color:#414f5c!important}.inputs-label{color:#fff!important;margin-top:5px!important;margin-bottom:6px!important}.engines-dropdown{width:100%!important;max-height:40px!important;border-radius:8px!important;color:#000!important;background-color:#3e678e!important}.new-app-container{display:flex;flex-direction:column;width:100%!important;justify-content:center}.app-form-inputText{height:45px;width:85%;margin-left:auto!important;color:#495057;background:#fff}.app-form-inputText:disabled{background-color:#fff!important}.app-form-button{background-color:#3e678e!important;min-width:100px!important;padding:20px!important;margin-left:auto!important;margin-right:0!important}.app-input-required-text{margin:0 0 0 15%!important}@media screen and (max-width:900px){.add-app-section{padding:45px 30px 30px!important;min-width:auto}.new-app-container{font-size:.9em}}.support-btn{background-color:initial!important;border:none!important;color:#fff!important;box-shadow:none!important;margin-right:0!important;margin-top:-2px!important}.btn-action-steps{display:flex;justify-content:flex-end;align-items:center;height:60px}.stepper-wrapper{margin:20px 20px 50px}.placeholder-step{opacity:.6}.placeholder-title{color:#9ca3af!important;font-style:italic;font-weight:500!important}.placeholder-description{color:#d1d5db!important;font-style:italic;font-size:.875rem}.placeholder-step .react-progress-stepper__step__marker{background-color:initial!important;border:2px dashed #ced4da!important;color:#9ca3af!important}.placeholder-step .react-progress-stepper__step__connector{background-color:#e9ecef!important;opacity:.5}.dashboard-section .stepper-wrapper{margin:0 0 10px;padding:0}.react-progress-stepper__step--completed .react-progress-stepper__step__marker,.react-progress-stepper__step__marker{background-color:#28a745!important;border-color:#28a745!important;color:#fff!important}.react-progress-stepper__step--active .react-progress-stepper__step__marker{background-color:#ffc107!important;border-color:#ffc107!important;color:#fff!important}@media screen and (max-width:1200px){.dashboard-section .stepper-wrapper{margin:0 0 8px}}@media screen and (max-width:1200px){.stepper-wrapper{margin:20px 20px 50px 0}}@media screen and (max-width:570px){.stepper-wrapper{margin:20px 0 50px}}.modalBackground{width:100vw;height:100vh;background-color:#c8c8c8;position:fixed;display:flex;justify-content:center;align-items:center}.modalContainer{width:500px;height:500px;border-radius:12px;background-color:#fff;box-shadow:0 5px 15px rgba(0,0,0,.35);display:flex;flex-direction:column;padding:25px}.modalContainer .title{display:inline-block;text-align:center;margin-top:10px}.titleCloseBtn{display:flex;justify-content:flex-end}.titleCloseBtn button{background-color:initial;border:none;font-size:25px;cursor:pointer}.modalContainer .body{flex:50% 1;font-size:1.7rem;text-align:center}.modalContainer .body,.modalContainer .footer{display:flex;justify-content:center;align-items:center}.modalContainer .footer{flex:20% 1}.modalContainer .footer button{width:150px;height:45px;margin:10px;border:none;background-color:#6495ed;color:#fff;border-radius:8px;font-size:20px;cursor:pointer}#cancelBtn{background-color:#dc143c}.setting-details{height:100%;width:100%;background-color:#f2f2f2}.setting-details-close{display:flex;justify-content:flex-end}.save-btn{background-color:initial!important;margin-top:30px!important;color:#000!important}.settings-act-container{position:absolute;top:10px;right:50px;z-index:100000000000}.setting-container{display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:hsla(0,0%,73.7%,.13333333333333333);padding:10px;width:100%;border-radius:8px}.settings-flex{width:100%;justify-content:space-around}.settings-flex,.team-wrapper{display:flex;flex-direction:row}.team-wrapper{align-items:center;justify-content:center;margin-right:20px}.close2{position:relative;height:35px!important;width:35px!important;cursor:pointer!important;margin-top:20px!important;margin-right:15px!important;box-shadow:none!important;padding:0!important}.close2,.close2:after{background-color:initial!important}.close2:after{content:"x";margin-right:7px!important;height:20px!important;width:20px!important;color:#000!important}.setting-details-content{display:flex;flex-direction:column;justify-content:flex-end;margin-top:40px;color:#000;height:calc(100% - 50px);width:100%;background-color:#414f5c}.setting-details-picker{height:auto;width:100%;display:flex;justify-content:flex-start;align-items:center;grid-gap:10px;gap:10px;margin-top:10px}.setting-details-dragger{background-color:#414f5c!important;padding:35px 30px 20px;min-width:600px}.loader-clss{height:40vh}.member-info{padding:10px;justify-content:center;color:#f5f5f5;border-radius:0!important}.member-info,.wrapper-selected{width:100%;align-items:center;display:flex}.wrapper-selected{min-height:60px;justify-content:space-between}.wrapper-end{justify-content:flex-end}.setting-details-color-txt{color:#fff}.setting-details-black-txt{color:#fff;margin:0!important}.setting-details-black-header{font-size:.9em;color:#fff;margin:2px 10px!important;font-weight:800}.team-title{font-size:16px;font-weight:400;letter-spacing:1px;color:#fff;margin:10px;text-overflow:ellipsis;overflow:hidden;max-width:280px}.edit-app-btn{position:absolute;bottom:20px;right:30px}.setting-details-profile-wrapper{height:100%;display:flex;flex-direction:column;width:450px;justify-content:center;margin:30px 0}.setting-details-profile{height:100px;padding:20px}.setting-details-profile-2{height:22vh;width:100%;margin-left:0}@media screen and (max-width:900px){.setting-details-profile-wrapper{height:100%;display:flex;flex-direction:column;width:450px;justify-content:center;margin:60px 0 20px}.settings-flex{display:flex;width:100%;flex-direction:column;justify-content:flex-start;grid-gap:10px;gap:10px}.setting-container{margin-top:40px}.setting-details-color-txt,.setting-details-profile-2{display:none}.setting-details-close{display:flex;justify-content:flex-end}.setting-details-content{height:calc(100% - 50px);margin-top:0!important}.close2{margin-top:10px!important;margin-right:5px!important}.wrapper-selected{height:40px}.setting-details-profile{height:70px;margin-top:30px}.setting-details-dragger{padding:20px 10px;min-width:auto}.setting-details-picker{padding-left:10px}.team-title{margin-right:10px}}.droppable-accordion-header{transition:all .2s ease;width:100%}.droppable-accordion-header.can-drop{cursor:copy;transition:all .1s ease}.droppable-accordion-header.drop-over{background-color:rgba(40,167,69,.15)!important;border:2px dashed #28a745!important;border-radius:4px!important;box-shadow:0 0 8px rgba(40,167,69,.4)!important}@keyframes pulse-green{0%{box-shadow:0 0 5px rgba(40,167,69,.5)}50%{box-shadow:0 0 15px rgba(40,167,69,.8)}to{box-shadow:0 0 5px rgba(40,167,69,.5)}}.droppable-accordion-header.drop-invalid{background-color:rgba(220,53,69,.1);border:2px dashed #dc3545;border-radius:4px}.drop-indicator{top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.8);justify-content:center;z-index:1000;pointer-events:none}.drop-indicator,.drop-indicator-content{display:flex;align-items:center;border-radius:4px}.drop-indicator-content{grid-gap:8px;gap:8px;color:#fff;font-weight:500;font-size:14px;padding:8px 16px;background-color:rgba(0,0,0,.9);box-shadow:0 2px 8px rgba(0,0,0,.3)}.drop-indicator-content .pi{font-size:16px}.drop-indicator-content .pi-check{color:#28a745}.drop-indicator-content .pi-times{color:#dc3545}.droppable-accordion-header.can-drop:not(.drop-over):hover{background-color:rgba(40,167,69,.05);border:1px solid rgba(40,167,69,.3);border-radius:4px}.droppable-accordion-header.can-drop:not(.drop-over):hover .accordion-wrapper-list{background-color:rgba(40,167,69,.02)!important;border-radius:0 0 4px 4px}.drop-indicator{animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.droppable-accordion-header{position:relative}.droppable-accordion-header .accordion-wrapper-list{transition:all .2s ease}.droppable-accordion-header.drop-over .accordion-wrapper-list{background-color:rgba(40,167,69,.05)!important;border-radius:0 0 4px 4px!important}.droppable-accordion-header .drop-indicator{position:absolute;top:0;left:0;right:0;bottom:0;z-index:1000}.droppable-accordion-header .drop-indicator-content{position:-webkit-sticky;position:sticky;top:50%;transform:translateY(-50%)}@media (max-width:768px){.drop-indicator-content{font-size:12px;padding:6px 12px}.drop-indicator-content .pi{font-size:14px}}.drag-handle-simple{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;cursor:grab;color:#6c757d;border-radius:2px;transition:all .2s ease;margin-right:6px;flex-shrink:0}.drag-handle-simple:hover{color:#495057;background-color:#e9ecef}.drag-handle-simple:active{cursor:grabbing;transform:scale(.95)}.drag-handle-simple.dragging{opacity:.5;transform:scale(.9)}.drag-handle-simple .pi-bars{font-size:10px}@media (max-width:768px){.drag-handle-simple{display:none}}.integrated-ticket-popup{width:800px;max-width:95vw;max-height:90vh;overflow-y:auto;background:#fff;border-radius:12px;box-shadow:0 20px 60px rgba(0,0,0,.1);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif}.popup-header{background:linear-gradient(135deg,#3e678e,#4a7ba7);color:#fff;padding:24px 32px;border-radius:12px 12px 0 0}.header-title{font-size:1.5rem;font-weight:600;align-items:center;margin-bottom:8px}.header-subtitle{font-size:1rem;opacity:.9;font-weight:400}.popup-content{display:grid;grid-template-columns:1fr 320px;grid-gap:32px;gap:32px;padding:32px}.info-section{min-height:400px}.section-title{font-size:1.2rem;color:#2c3e50;padding-bottom:12px;border-bottom:2px solid #e9ecef}.section-title i{color:#3e678e}.info-grid{display:flex;flex-direction:column}.info-item span{line-height:1.4;word-wrap:break-word}.info-value-with-actions{display:flex;align-items:center;justify-content:space-between;grid-gap:12px;gap:12px}.info-value-with-actions span{flex:1 1}.action-buttons{grid-gap:4px;gap:4px;flex-shrink:0}.created-info{display:flex;align-items:center;grid-gap:12px;gap:12px}.status-indicator{padding:4px 8px;border-radius:20px;font-size:.8rem;font-weight:600;color:#fff;text-align:center;min-width:60px}.status-indicator.green{background-color:#28a745}.status-indicator.yellow{background-color:#ffc107;color:#212529}.status-indicator.red{background-color:#dc3545}.assignment-section{background:#f8f9fa;border-radius:8px;padding:24px;border:1px solid #dee2e6}.assignment-form{grid-gap:20px;gap:20px}.assignment-form,.form-group{display:flex;flex-direction:column}.form-group{grid-gap:8px;gap:8px}.form-group label{font-size:.9rem;text-transform:uppercase;letter-spacing:.5px}.operator-dropdown,.team-dropdown{width:100%!important}.operator-dropdown .p-multiselect,.team-dropdown .p-multiselect{width:100%!important;border:2px solid #dee2e6;border-radius:6px;transition:border-color .2s ease}.operator-dropdown .p-multiselect:hover,.team-dropdown .p-multiselect:hover{border-color:#3e678e}.operator-dropdown .p-multiselect:focus,.team-dropdown .p-multiselect:focus{border-color:#3e678e;box-shadow:0 0 0 2px rgba(62,103,142,.25)}.popup-footer{background:#f8f9fa;padding:20px 32px;border-radius:0 0 12px 12px;border-top:1px solid #dee2e6}.footer-actions{display:flex;justify-content:flex-end;grid-gap:12px;gap:12px;align-items:center}.footer-actions .p-button{padding:12px 24px;font-weight:600;border-radius:6px;transition:all .2s ease}.footer-actions .p-button-primary{background:linear-gradient(135deg,#3e678e,#4a7ba7);border:none}.footer-actions .p-button-primary:hover{background:linear-gradient(135deg,#2d5a7b,#3e678e);transform:translateY(-1px)}.footer-actions .p-button-outlined{background:transparent;border:2px solid}.footer-actions .p-button-danger.p-button-outlined{border-color:#dc3545;color:#dc3545}.footer-actions .p-button-danger.p-button-outlined:hover{background:#dc3545;color:#fff}.footer-actions .p-button-warning.p-button-outlined{border-color:#ffc107;color:#856404}.footer-actions .p-button-warning.p-button-outlined:hover{background:#ffc107;color:#212529}@media screen and (max-width:900px){.integrated-ticket-popup{width:95vw;margin:0 auto}.popup-content{grid-template-columns:1fr;grid-gap:24px;gap:24px;padding:24px}.assignment-section{margin-top:20px}.popup-header{padding:20px 24px}.header-title{font-size:1.3rem}}@media screen and (max-width:600px){.integrated-ticket-popup{width:100vw;height:100vh;border-radius:0;max-height:none}.popup-header{border-radius:0}.popup-content{padding:20px;grid-gap:20px;gap:20px}.footer-actions{flex-direction:column;grid-gap:8px;gap:8px}.footer-actions .p-button{width:100%}.info-value-with-actions{flex-direction:column;align-items:stretch;grid-gap:8px;gap:8px}.action-buttons{justify-content:center}}.integrated-ticket-popup .wrapper-groups2{margin:2px;border-radius:4px!important;font-size:.9rem}.integrated-ticket-popup .p-multiselect-token{padding:4px 8px;margin:2px;background:#3e678e;color:#fff;border-radius:4px}.integrated-ticket-popup .p-multiselect-token .p-multiselect-token-icon{color:#fff;margin-left:8px}.integrated-ticket-popup{animation:fadeInScale .3s ease-out}.integrated-ticket-popup .p-button:focus{outline:2px solid #3e678e;outline-offset:2px}.integrated-ticket-popup .p-multiselect:focus{outline:none}:root{--primary-color:#3a7bd5;--primary-gradient:linear-gradient(135deg,#3a7bd5,#00d2ff);--secondary-color:#2d3748;--accent-color:#00f2fe;--danger-color:#f36;--success-color:#00d084;--warning-color:#fa0;--surface-color:rgba(25,32,45,0.8);--surface-light:rgba(45,55,72,0.7);--text-color:#f7fafc;--text-secondary:#cbd5e0;--border-radius-sm:6px;--border-radius-md:12px;--border-radius-lg:16px;--shadow-sm:0 4px 6px rgba(0,0,0,0.1);--shadow-md:0 8px 24px rgba(0,0,0,0.12);--shadow-lg:0 12px 32px rgba(0,0,0,0.15);--transition-fast:0.2s ease;--transition-normal:0.3s ease;--transition-slow:0.5s ease}.accordion-wrapper{display:flex;flex-direction:column;grid-gap:20px;gap:20px;overflow-y:auto;padding-right:12px;scrollbar-width:thin;scrollbar-color:var(--primary-color) transparent;max-height:100%;padding-bottom:5px}.accordion-wrapper::-webkit-scrollbar{width:6px}.accordion-wrapper::-webkit-scrollbar-thumb{background-color:var(--primary-color);border-radius:10px}.accordion-wrapper::-webkit-scrollbar-track{background:transparent}.accordion-wrapper-item{overflow:hidden;border-radius:var(--border-radius-md);background-color:var(--surface-color);margin-bottom:2px;border:1px solid hsla(0,0%,100%,.2);transition:transform var(--transition-normal),box-shadow var(--transition-normal);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:var(--shadow-md)}.accordion-wrapper-item:hover{transform:translateY(-3px);box-shadow:var(--shadow-lg)}.accordion-toggler{display:flex;justify-content:space-between!important;align-items:center;width:100%!important;margin:0!important;padding:12px 16px!important;cursor:pointer;box-shadow:none!important;height:auto!important;color:#f7fafc!important;grid-gap:16px!important;gap:16px!important;border-radius:var(--border-radius-md)!important;border:none!important;background:linear-gradient(90deg,var(--surface-color),var(--surface-light))!important;transition:all var(--transition-normal);position:relative;overflow:visible;min-height:52px;min-width:800px!important;z-index:1}.accordion-toggler:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.05),transparent);transform:translateX(-100%);transition:transform .8s ease;z-index:1}.accordion-toggler:hover:before{transform:translateX(100%)}.accordion-toggler:hover{background:linear-gradient(90deg,var(--surface-light),var(--surface-color))!important}.accordion-item{color:#f7fafc;margin:0;font-size:1.05rem!important;font-weight:500!important;letter-spacing:.02em;transition:background-color var(--transition-fast);white-space:nowrap;overflow:visible;min-width:300px;max-width:none;text-overflow:ellipsis}.accordion-toggler-icon{height:24px;font-weight:600;color:var(--accent-color);transition:transform var(--transition-normal);margin-left:8px}.accordion-toggler:hover .accordion-toggler-icon{color:var(--primary-color)}.ticket-amount-btn{border-radius:50%;color:#fff;min-width:28px;height:28px;font-size:.85em;padding:0;margin:0 3px;font-weight:500;letter-spacing:.02em;display:inline-flex;align-items:center;justify-content:center;text-align:center;box-shadow:0 2px 8px rgba(0,0,0,.2);white-space:nowrap;overflow:visible;background-color:#777!important;position:relative;z-index:20}.accordion-toggler .ticket-amount-btn.red,.red,.ticket-amount-btn.red,p.ticket-amount-btn.red{background-color:#f36!important;color:#fff!important;border:2px solid #f36!important}.accordion-toggler .ticket-amount-btn.yellow,.ticket-amount-btn.yellow,.yellow,p.ticket-amount-btn.yellow{background-color:#fa0!important;color:#fff!important;border:2px solid #fa0!important}.accordion-toggler .ticket-amount-btn.green,.green,.ticket-amount-btn.green,p.ticket-amount-btn.green{background-color:#00d084!important;color:#fff!important;border:2px solid #00d084!important}.accordion-wrapper-list{background-color:rgba(25,32,45,.5);border-top:1px solid hsla(0,0%,100%,.2);padding:1px 5px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);max-height:600px;overflow-y:auto;overflow-x:auto;scrollbar-width:thin;scrollbar-color:var(--primary-color) transparent;width:100%}.accordion-wrapper-list::-webkit-scrollbar{width:6px;height:6px}.accordion-wrapper-list::-webkit-scrollbar-thumb{background-color:var(--primary-color);border-radius:10px}.accordion-wrapper-list::-webkit-scrollbar-track{background:transparent}.accordion-txt{display:flex;align-items:center;grid-gap:12px;gap:12px;color:#f7fafc!important;font-weight:500;letter-spacing:.02em;min-width:650px;flex:1 1;overflow:visible;margin-right:180px;position:relative;z-index:5}.accordion-txt>div{display:flex;align-items:center;grid-gap:8px;gap:8px;margin-left:auto;padding-right:16px;padding-left:150px;min-width:380px;justify-content:flex-end;flex-shrink:0}.accordion-row{display:flex;justify-content:space-between;align-items:center;width:100%;overflow:visible}.roles-txt2{color:#f7fafc;font-size:1rem;font-weight:500;margin:0}.roles-len{background:var(--primary-gradient);color:#fff;width:28px;height:28px;border-radius:50%;font-size:.9rem;font-weight:600;box-shadow:0 2px 8px rgba(58,123,213,.3)}.flex-row{display:flex;align-items:center;white-space:nowrap;overflow:visible;min-width:40px;justify-content:flex-end;grid-gap:8px;gap:8px;position:relative;z-index:5}.header-tickets-bg3{background-color:#22384d!important;min-width:600px!important;width:100%!important}@media screen and (max-width:900px){.accordion-toggler{padding:10px 12px!important}.accordion-txt{min-width:360px;margin-right:12px}.flex-row{min-width:100px;grid-gap:6px;gap:6px}.ticket-amount-btn{min-width:24px;height:24px;font-size:.8em}.accordion-wrapper-list{max-height:none!important}}@media screen and (max-width:600px){.accordion-toggler{padding:10px 12px!important}.accordion-txt{min-width:240px}.ticket-amount-btn{min-width:24px;height:24px;font-size:.8em}.accordion-wrapper-list{max-height:none!important}}.team-item-wrapper{display:flex;align-items:center;grid-gap:8px;gap:8px;margin-bottom:8px}.team-item-wrapper .bagde-wrapper-group{flex:1 1}.manage-members-btn{background-color:transparent \!important;border:none \!important;color:var(--primary-color) \!important;padding:8px \!important;min-width:auto \!important;height:auto \!important}.manage-members-btn:hover{background-color:rgba(58,123,213,.1) \!important;color:var(--accent-color) \!important}.manage-members-btn .p-button-icon{font-size:1rem}.preview-mode-header{background:linear-gradient(135deg,rgba(255,170,0,.1),rgba(255,170,0,.05));border:2px solid #fa0;border-radius:8px;padding:16px;margin-bottom:16px;text-align:center}.preview-title{color:#fa0;font-size:1.1rem;font-weight:700;letter-spacing:.5px;margin-bottom:8px;display:flex;align-items:center;justify-content:center}.preview-warning{color:#cbd5e0;font-size:.9rem;font-style:italic;line-height:1.4}.p-datatable-tbody>tr{cursor:pointer;transition:all .2s ease}.p-datatable-tbody>tr:hover{background-color:rgba(58,123,213,.1)!important;transform:translateY(-1px);box-shadow:0 2px 8px rgba(0,0,0,.1)}.accordion-wrapper-list .p-datatable .p-datatable-thead th{font-size:.9em!important}.accordion-wrapper-list .p-datatable .p-datatable-thead th,.accordion-wrapper-list thead th{height:32px!important;max-height:32px!important;min-height:32px!important;padding:4px!important;line-height:1.3!important}.statsbar-wrapper{margin:0;display:flex;grid-gap:15px;gap:15px;overflow-x:scroll;-ms-overflow-style:none;scrollbar-width:none;width:calc(100vw - 310px);max-width:1180px;height:120px}.statsbar-wrapper::-webkit-scrollbar{display:none}.subtilte-hr{color:#22384d}.subtilte-hr,.subtilte-hr2{font-size:1em;margin-top:0!important}.subtilte-hr2{color:#3e678e}.line-hr{background-color:#22384d}.line-hr,.line-hr2{margin-top:-8px!important;margin-bottom:5px!important}.line-hr2{background-color:#3e678e}.card-stats{padding:10px 20px;display:flex;align-items:center;background-color:#22384d;grid-gap:20px;gap:20px;justify-content:center;border-radius:8px}.card-header{font-size:.7em;color:#fff;text-align:center}.card-value{font-size:1.4em;border-radius:10px;background-color:hsla(0,0%,100%,.1);padding:5px 10px;color:#fff}.status-cls{background-color:#3e678e;border-color:#f04}.line-end{border-left:2px solid rgba(62,103,142,.48627450980392156);height:55%;margin-top:25px!important;margin-left:0;margin-right:0}@media screen and (max-width:900px){.statsbar-wrapper{margin:0 0 .5rem .1rem;width:calc(100vw - 108px)}.card-stats{border:1px solid #000}.status-cls{background-color:#3e678e;border-color:#f04}.line-end{border-left:2px solid rgba(62,103,142,.48627450980392156);height:50%;margin-top:29px;margin-left:-5px}}.webhook-trace-container{padding:20px;background-color:#f8f9fa;height:100%;display:flex;flex-direction:column;overflow:hidden}.webhook-trace-header{margin-bottom:25px;flex-shrink:0}.webhook-header-content{display:flex;justify-content:space-between;align-items:center;grid-gap:20px;gap:20px}.webhook-header-text{flex:1 1}.webhook-header-text h3{color:#2c3e50;font-size:1.5rem;margin:0 0 5px;font-weight:600}.webhook-header-text p{color:#6c757d;font-size:.95rem;margin:0}.webhook-refresh-btn{background:#28a745!important;border-color:#28a745!important;color:#fff!important;font-weight:500!important;padding:10px 20px!important;border-radius:6px!important;transition:all .2s ease!important;min-width:100px}.webhook-refresh-btn:hover{background:#218838!important;border-color:#218838!important;transform:translateY(-1px);box-shadow:0 2px 4px rgba(40,167,69,.3)!important}.webhook-refresh-btn.p-disabled,.webhook-refresh-btn:disabled{opacity:.6!important;cursor:not-allowed!important;transform:none!important;box-shadow:none!important}.webhook-filters{padding:20px;margin-bottom:20px;flex-shrink:0}.webhook-filters,.webhook-trace-table{background:#fff;border-radius:8px;box-shadow:0 1px 3px rgba(0,0,0,.1)}.webhook-trace-table{overflow:hidden;flex:1 1;min-height:0;display:flex;flex-direction:column}.webhook-trace-table .p-datatable{height:100%;display:flex;flex-direction:column}.webhook-trace-table .p-datatable-wrapper{flex:1 1;overflow:auto;scrollbar-width:thin;scrollbar-color:#6c757d #f8f9fa}.webhook-trace-table .p-datatable-wrapper::-webkit-scrollbar{width:8px;height:8px}.webhook-trace-table .p-datatable-wrapper::-webkit-scrollbar-track{background:#f8f9fa;border-radius:4px}.webhook-trace-table .p-datatable-wrapper::-webkit-scrollbar-thumb{background:#6c757d;border-radius:4px}.webhook-trace-table .p-datatable-wrapper::-webkit-scrollbar-thumb:hover{background:#495057}.webhook-trace-table .p-paginator{flex-shrink:0;border-top:1px solid #dee2e6}.webhook-executions-table .p-datatable-thead>tr>th{background-color:#f8f9fa;border-bottom:2px solid #dee2e6;font-weight:600;color:#495057;padding:12px 8px}.webhook-executions-table .p-datatable-tbody>tr>td{padding:12px 8px;border-bottom:1px solid #e9ecef}.webhook-executions-table .p-datatable-tbody>tr{cursor:pointer}.webhook-executions-table .p-datatable-tbody>tr:hover{background-color:#e3f2fd!important;transform:translateY(-1px);box-shadow:0 2px 4px rgba(0,0,0,.1);transition:all .2s ease}.webhook-execution-details{max-height:80vh;overflow-y:auto;padding-top:20px;scrollbar-width:thin;scrollbar-color:#6c757d #f8f9fa}.webhook-execution-details::-webkit-scrollbar{width:8px}.webhook-execution-details::-webkit-scrollbar-track{background:#f8f9fa;border-radius:4px}.webhook-execution-details::-webkit-scrollbar-thumb{background:#6c757d;border-radius:4px;-webkit-transition:background .2s ease;transition:background .2s ease}.webhook-execution-details::-webkit-scrollbar-thumb:hover{background:#495057}.json-preview{scrollbar-width:thin;scrollbar-color:#4a5568 #2d3748}.json-preview::-webkit-scrollbar{width:6px;height:6px}.json-preview::-webkit-scrollbar-track{background:#2d3748;border-radius:3px}.json-preview::-webkit-scrollbar-thumb{background:#4a5568;border-radius:3px}.json-preview::-webkit-scrollbar-thumb:hover{background:#718096}@media (max-width:768px){.webhook-trace-container{padding:15px}.webhook-header-content{flex-direction:column;align-items:flex-start;grid-gap:15px;gap:15px}.webhook-refresh-btn{align-self:stretch;justify-content:center}.filter-row{flex-direction:column;align-items:stretch}.filter-actions{align-self:stretch;justify-content:stretch}.filter-actions .p-button{flex:1 1}.detail-grid{grid-template-columns:1fr}}.webhook-trace-table .p-datatable-loading-overlay{background-color:hsla(0,0%,100%,.8)}.webhook-view-btn{transition:none!important}.webhook-view-btn:hover{background:#e9ecef!important;border-color:#adb5bd!important}.webhook-execution-details .p-badge{padding:4px 8px;border-radius:4px;font-size:.75rem;font-weight:600;text-transform:uppercase;min-width:65px;text-align:center}.webhook-execution-dialog .p-dialog-content{padding:25px!important}.webhook-execution-dialog .p-dialog-header{padding:20px 25px!important;border-bottom:2px solid #dee2e6!important}.external-api-trace-container{padding:20px;background-color:#f8f9fa;height:100%;overflow-y:auto}.external-api-trace-header{margin-bottom:25px}.api-header-content{display:flex;justify-content:space-between;align-items:center;grid-gap:20px;gap:20px}.api-header-text{flex:1 1}.api-header-text h3{color:#2c3e50;font-size:1.5rem;margin:0 0 5px;font-weight:600}.api-header-text p{color:#6c757d;font-size:.95rem;margin:0}.api-refresh-btn{background:#007bff!important;border-color:#007bff!important;color:#fff!important;font-weight:500!important;padding:10px 20px!important;border-radius:6px!important;transition:all .2s ease!important;min-width:100px}.api-refresh-btn:hover{background:#0056b3!important;border-color:#0056b3!important;transform:translateY(-1px);box-shadow:0 2px 4px rgba(0,123,255,.3)!important}.api-refresh-btn.p-disabled,.api-refresh-btn:disabled{opacity:.6!important;cursor:not-allowed!important;transform:none!important;box-shadow:none!important}.external-api-filters{background:#fff;border-radius:8px;padding:20px;margin-bottom:20px;box-shadow:0 1px 3px rgba(0,0,0,.1)}.filter-row{align-items:end}.filter-item{grid-gap:8px;gap:8px}.filter-item label{font-weight:500;font-size:.9rem}.quick-filters{display:flex;align-items:center;grid-gap:15px;gap:15px;padding-top:15px;border-top:1px solid #e9ecef}.quick-filters label{font-weight:500;color:#495057;font-size:.9rem}.quick-filter-buttons{display:flex;grid-gap:8px;gap:8px;flex-wrap:wrap}.quick-filter-buttons .p-button{font-size:.85rem;padding:6px 12px;border-radius:16px}.external-api-trace-table{background:#fff;border-radius:8px;box-shadow:0 1px 3px rgba(0,0,0,.1);overflow:hidden}.external-api-executions-table .p-datatable-thead>tr>th{background-color:#f8f9fa;border-bottom:2px solid #dee2e6;font-weight:600;color:#495057;padding:12px 8px}.external-api-executions-table .p-datatable-tbody>tr>td{padding:12px 8px;border-bottom:1px solid #e9ecef;vertical-align:middle}.external-api-executions-table .p-datatable-tbody>tr{cursor:pointer}.external-api-executions-table .p-datatable-tbody>tr:hover{background-color:#e3f2fd!important;transform:translateY(-1px);box-shadow:0 2px 4px rgba(0,0,0,.1);transition:all .2s ease}.p-badge.p-badge-info{background-color:#17a2b8}.p-badge.p-badge-success{background-color:#28a745}.p-badge.p-badge-warning{background-color:#ffc107;color:#212529}.p-badge.p-badge-danger{background-color:#dc3545}.p-badge.p-badge-secondary{background-color:#6c757d}.external-api-executions-table .p-badge{padding:4px 8px;border-radius:4px;font-size:.75rem;font-weight:600;text-transform:uppercase;min-width:65px;text-align:center}.external-api-execution-details{max-height:80vh;overflow-y:auto;padding-top:20px}.detail-section{margin-bottom:30px;background:#f8f9fa;border-radius:8px;padding:20px}.detail-section:last-child{margin-bottom:0}.detail-section h4{color:#2c3e50;font-size:1.1rem;margin:0 0 15px;font-weight:600;border-bottom:2px solid #dee2e6;padding-bottom:8px}.detail-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:15px;gap:15px}.detail-item{grid-gap:5px;gap:5px}.detail-item.full-width{grid-column:1/-1}.detail-item label{font-weight:600;color:#495057;font-size:.9rem}.detail-item span{color:#6c757d;font-size:.9rem;padding:8px 12px;background:#fff;border-radius:4px;border:1px solid #dee2e6;min-height:20px;display:flex;align-items:center}.json-preview{background:#2d3748;color:#e2e8f0;padding:15px;border-radius:6px;font-family:"Monaco","Menlo","Ubuntu Mono",monospace;font-size:.85rem;line-height:1.4;overflow-x:auto;white-space:pre-wrap;word-break:break-word;max-height:300px;overflow-y:auto;margin:0;border:1px solid #4a5568}.error-message{color:#e53e3e!important;background:#fed7d7!important;border-color:#feb2b2!important;font-weight:500}.error-code{color:#d69e2e!important;background:#fef5e7!important;border-color:#f7d794!important;font-weight:600;font-family:monospace}@media (max-width:768px){.external-api-trace-container{padding:15px}.api-header-content{flex-direction:column;align-items:flex-start;grid-gap:15px;gap:15px}.api-refresh-btn{align-self:stretch;justify-content:center}.filter-row{flex-direction:column;align-items:stretch}.filter-actions{align-self:stretch;justify-content:stretch}.filter-actions .p-button{flex:1 1}.quick-filters{flex-direction:column;align-items:flex-start;grid-gap:10px;gap:10px}.detail-grid{grid-template-columns:1fr}.external-api-executions-table .p-datatable-tbody>tr>td,.external-api-executions-table .p-datatable-thead>tr>th{padding:8px 4px;font-size:.85rem}}.external-api-trace-table .p-datatable-loading-overlay{background-color:hsla(0,0%,100%,.8)}.external-api-executions-table .p-button-text{color:#007bff!important}.external-api-executions-table .p-button-text:hover{background:#e3f2fd!important;color:#0056b3!important}.external-api-execution-dialog .p-dialog-content{padding:25px!important}.external-api-execution-dialog .p-dialog-header{padding:20px 25px!important;border-bottom:2px solid #dee2e6!important}.duration-fast{color:#28a745;font-weight:400}.duration-slow{color:#dc3545;font-weight:700}.duration-normal{color:#6c757d;font-weight:400}.url-highlight{background-color:#fff3cd;color:#856404;padding:1px 3px;border-radius:2px}.workspace-selector{margin-bottom:1.5rem;padding:1rem;background:#f8f9fa;border-radius:6px;border:1px solid #e9ecef}.workspace-selector-content{display:flex;align-items:center;grid-gap:1rem;gap:1rem;flex-wrap:wrap}.workspace-input-section{display:flex;align-items:center;grid-gap:.75rem;gap:.75rem;flex:1 1;min-width:300px}.workspace-label{font-weight:600;color:#495057;font-size:.875rem;white-space:nowrap}.workspace-input-group{display:flex;align-items:center;grid-gap:.5rem;gap:.5rem;flex:1 1}.workspace-input{flex:1 1;min-width:200px}.apply-button{white-space:nowrap}.workspace-quick-actions{display:flex;align-items:center;grid-gap:.5rem;gap:.5rem}.workspace-help-text{margin-top:.75rem;color:#6c757d}.workspace-help-text small{font-size:.8rem;line-height:1.4}@media (max-width:768px){.workspace-input-section,.workspace-selector-content{flex-direction:column;align-items:stretch}.workspace-input-section{min-width:unset}.workspace-input-group{flex-direction:column}.workspace-input{min-width:unset}.workspace-quick-actions{justify-content:center}}.trace-section-wrapper{height:100%;width:100%;display:flex;flex-direction:column;background:#fff;border-radius:6px;box-shadow:0 1px 3px rgba(0,0,0,.1);overflow:hidden}.trace-section-header{padding:35px 25px 15px;background:#f8f9fa;border-bottom:1px solid #dee2e6;display:flex;justify-content:space-between;align-items:center}.trace-section-header h3{margin:0;color:#2c3e50;font-size:1.25rem;font-weight:600}.trace-nav-buttons{display:flex;grid-gap:8px;gap:8px}.trace-nav-btn{background:transparent;border:2px solid #dee2e6;color:#6c757d;font-weight:500;padding:8px 16px;border-radius:6px;cursor:pointer;transition:all .2s ease;font-size:.9rem}.trace-nav-btn:hover{background:#e9ecef;color:#495057;border-color:#adb5bd}.trace-nav-btn.active{background:#007bff;color:#fff;font-weight:600;border-color:#007bff}.trace-content-area{flex:1 1;overflow:hidden;padding:0;display:flex;flex-direction:column;min-height:0}.cache-manager-content{padding:1rem}.cache-loading{text-align:center;padding:2rem;color:#6c757d}.cache-stat-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid #e9ecef}.cache-stat-label{font-weight:500;color:#495057}.cache-stat-value{font-weight:600;color:#007bff}.cache-progress-bar{width:100%;height:8px;background-color:#e9ecef;border-radius:4px;margin:1rem 0;overflow:hidden}.cache-progress-fill{height:100%;background:linear-gradient(90deg,#28a745,#ffc107 70%,#dc3545);transition:width .3s ease}.cache-warning{background-color:#fff3cd;color:#856404;border:1px solid #ffeaa7;border-radius:4px;padding:.75rem;margin:1rem 0;display:flex;align-items:center;grid-gap:.5rem;gap:.5rem}.cache-info{margin-top:1.5rem;padding-top:1rem;border-top:1px solid #e9ecef}.cache-info h4{margin:0 0 .75rem;color:#495057;font-size:1rem}.cache-info ul{margin:0;padding-left:1.25rem;color:#6c757d}.cache-info li{margin-bottom:.5rem;font-size:.9rem}.cache-manager-footer{display:flex;grid-gap:.5rem;gap:.5rem;justify-content:flex-end}.cache-manager-footer .p-button{min-width:100px}.team-member-dialog{min-height:600px}.team-member-manager{padding:0;max-height:70vh;overflow-y:auto}.add-member-section{margin-bottom:2rem}.add-member-section,.current-members-section{padding:1.5rem;border:1px solid #e1e5e9;border-radius:8px;background:#fff;box-shadow:0 1px 3px rgba(0,0,0,.1)}.add-member-section h4,.current-members-section h4{margin-top:0;color:var(--primary-color)}.p-dropdown{width:100%}.p-datatable .p-datatable-tbody>tr>td{padding:.75rem 1rem}.team-member-manager .p-button-danger{color:var(--red-500)}.team-member-manager .p-button-danger:hover{background:var(--red-50);color:var(--red-600)}.p-dropdown-items .p-dropdown-item,.team-member-manager .p-dropdown .p-dropdown-label,.team-member-manager .p-dropdown .p-dropdown-label *,.team-member-manager .p-dropdown .p-dropdown-label span{color:#333!important}.p-confirm-dialog{background:#fff!important}.p-confirm-dialog .p-dialog-content{padding:1.5rem!important;text-align:center!important;background:#fff!important;color:#333!important}.p-confirm-dialog .p-confirm-dialog-message{margin:1rem 0 2rem!important;font-size:1.1rem!important;line-height:1.5!important;color:#333!important;font-weight:500!important;background:transparent!important}.p-confirm-dialog .p-confirm-dialog-icon{font-size:2rem!important;color:#ff6b6b!important;margin-bottom:1rem!important}.p-confirm-dialog .p-dialog-footer{display:flex!important;flex-direction:row!important;justify-content:center!important;align-items:center!important;grid-gap:1rem!important;gap:1rem!important;padding:1rem 1.5rem!important;border-top:1px solid #e1e5e9!important;background:#fff!important}.p-confirm-dialog .p-dialog-footer .p-button{min-width:50px!important;margin:0!important}.p-confirm-dialog .p-confirm-dialog-footer{display:flex!important;flex-direction:row!important;justify-content:center!important;grid-gap:1rem!important;gap:1rem!important}.p-confirm-dialog .p-confirm-dialog-message,.p-confirm-dialog .p-dialog-content,.p-confirm-dialog .p-dialog-content *{color:#333!important;background:transparent!important}@media screen and (max-width:768px){.team-member-manager .add-member-section>div{grid-template-columns:1fr!important;grid-gap:1rem;gap:1rem}.team-member-dialog{width:95vw!important;max-width:none!important}}.conversations-section{padding:2rem 1rem 1rem}.conversations-header{margin-bottom:25px}.conversations-header-content{display:flex;justify-content:space-between;align-items:center;grid-gap:20px;gap:20px}.conversations-header-text{flex:1 1}.conversations-header-text h3{color:#2c3e50;font-size:1.5rem;margin:0 0 5px;font-weight:600}.conversations-header-text p{color:#7f8c8d;margin:0;font-size:.9rem}.action-buttons{grid-gap:.5rem;gap:.5rem;align-items:center}.conversations-filters{background:#f8f9fa;padding:20px;border-radius:8px;margin-bottom:25px;border:1px solid #e9ecef}.conversations-table{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 4px rgba(0,0,0,.1)}.conversations-table .p-datatable-header{background:#f8f9fa;border-bottom:2px solid #dee2e6}.conversations-table .p-datatable-tbody>tr:hover{background-color:#f8f9fa}.conversations-paginator{margin-top:20px;background:#fff;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,.1)}.conversation-details{max-height:80vh;overflow-y:auto}.conversation-header{margin-bottom:25px;padding-bottom:15px;border-bottom:1px solid #e9ecef}.conversation-meta{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.conversation-meta p{margin:0;padding:8px 0}.conversation-messages h4{color:#2c3e50;margin-bottom:15px;font-weight:600}.messages-list{max-height:60vh;border-radius:8px;background:#f8f9fa}.message{padding:15px;border-bottom:1px solid #e9ecef;background:#fff;margin:5px}.message-header strong{text-transform:capitalize}.message-time{font-size:.85rem}.conversation-actions{grid-gap:4px;gap:4px;align-items:center;justify-content:center}.conversation-actions .p-button{padding:.25rem .5rem}@media (max-width:768px){.conversations-section{padding:1rem .5rem}.conversations-header-content{flex-direction:column;align-items:flex-start;grid-gap:10px;gap:10px}.filter-row{grid-template-columns:1fr;grid-gap:15px;gap:15px}.filter-actions{justify-content:stretch}.filter-actions .p-button{flex:1 1}.conversation-meta{grid-template-columns:1fr;grid-gap:10px;gap:10px}}.conversations-case-view{height:100%;display:flex;flex-direction:column;background:#fff}.case-conversations-header{display:flex;justify-content:space-between;align-items:center;padding:15px 20px;border-bottom:1px solid #e9ecef;background:#f8f9fa}.case-conversations-header h3{margin:0;color:#495057;font-size:18px}.case-conversations-meta{display:flex;align-items:center;grid-gap:15px;gap:15px}.case-conversations-meta span{color:#6c757d;font-size:14px;font-weight:500}.no-conversations{display:flex;flex-direction:column;align-items:center;justify-content:center;height:400px;text-align:center;color:#6c757d}.no-conversations h4{margin:15px 0 8px;color:#495057}.case-conversations-layout{display:flex;flex-direction:column;height:calc(100vh - 240px);overflow:hidden}.conversations-list-section{padding:15px 20px;border-bottom:1px solid #e9ecef;background:#fff}.conversations-list-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.conversations-list-title{font-weight:600;color:#495057;font-size:14px}.conversations-list{display:flex;flex-direction:column;grid-gap:8px;gap:8px;max-height:100px}.conversation-item{padding:12px;border:1px solid #e9ecef;border-radius:6px;cursor:pointer;transition:all .2s ease;background:#fff}.conversation-item:hover{border-color:#007bff;background:#f8f9ff}.conversation-item.selected{border-color:#28a745;background:#f0f9f0;box-shadow:0 2px 4px rgba(40,167,69,.1)}.conversation-item.selected .conversation-interlocutor{color:#155724!important;font-weight:600}.conversation-item.selected .conversation-meta,.conversation-item.selected .conversation-meta span{color:#155724!important}.conversations-case-view .conversation-item.selected,.conversations-case-view .conversation-item.selected.active{background:#f0f9f0!important;background-color:#f0f9f0!important}.conversations-case-view .conversation-item.active .conversation-interlocutor,.conversations-case-view .conversation-item.active .conversation-meta,.conversations-case-view .conversation-item.active .conversation-meta span,.conversations-case-view .conversation-item.closed .conversation-interlocutor,.conversations-case-view .conversation-item.closed .conversation-meta,.conversations-case-view .conversation-item.closed .conversation-meta span{color:#155724!important}.conversations-case-view .conversation-item.active .p-badge,.conversations-case-view .conversation-item.active .p-badge-success,.conversations-case-view .conversation-item.active .p-component.p-badge,.conversations-case-view .conversation-item.active span.p-badge,.conversations-case-view .conversation-item.active span[class*=p-badge]{background-color:#28a745!important;background:#28a745!important;color:#fff!important}.conversations-case-view .conversation-item.closed .p-badge{background-color:#6c757d!important;background:#6c757d!important;color:#fff!important}.conversations-case-view .badge-active,.conversations-case-view .badge-active.p-badge,.conversations-case-view .badge-active.p-component{background-color:#28a745!important;background:#28a745!important;color:#fff!important}.conversations-case-view .badge-closed,.conversations-case-view .badge-closed.p-badge,.conversations-case-view .badge-closed.p-component{background-color:#6c757d!important;background:#6c757d!important;color:#fff!important}.conversations-case-view .conversation-item.active,.conversations-case-view .conversation-item.closed{background:#f0f9f0!important;background-color:#f0f9f0!important}.conversation-item.active{border-left:4px solid #28a745;background-color:#d4edda}.conversation-item.active .conversation-interlocutor,.conversation-item.active .conversation-meta{color:#155724}.conversation-item.closed{opacity:.7;border-left:4px solid #6c757d}.conversation-header{margin-bottom:6px}.conversation-interlocutor{font-weight:600;color:#495057;font-size:14px}.conversation-meta{display:flex;grid-gap:15px;gap:15px;font-size:12px}.conversation-channel{display:flex;align-items:center;grid-gap:4px;gap:4px}.conversation-details-section{flex:1 1;padding:20px 20px 0;background:#f8f9fa;overflow:hidden;display:flex;flex-direction:column;height:calc(100vh - 420px);min-height:250px}.conversation-details-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:10px;border-bottom:1px solid #dee2e6;flex-shrink:0}.conversation-details-header h4{margin:0;color:#495057;font-size:16px;display:flex;align-items:center}.conversation-messages{background:#fff;border-radius:8px;padding:15px;box-shadow:0 1px 3px rgba(0,0,0,.1);flex:1 1;overflow-y:auto;margin-bottom:10px;max-height:70vh;min-height:200px}.messages-container{overflow-y:auto;padding:10px 0;flex:1 1}.no-messages{padding:40px}.message{margin-bottom:12px;padding:10px 12px;border-radius:8px;word-wrap:break-word;position:relative}.message.user{background:#e3f2fd;border-left:3px solid #2196f3}.message.assistant{background:#f3e5f5;border-left:3px solid #9c27b0}.message.system{background:#fff3e0;border-left:3px solid #ff9800}.message-content{font-size:14px;line-height:1.4;margin-bottom:6px}.message-meta{display:flex;justify-content:space-between;font-size:11px;color:#6c757d}.message-role{font-weight:600;text-transform:capitalize}.message-input-container{padding:15px;border-top:1px solid #e9ecef;border-radius:0 0 8px 8px;flex-shrink:0;position:relative;bottom:0;z-index:10;margin-top:auto}.message-input-wrapper{display:flex;align-items:flex-end;grid-gap:10px;gap:10px;background:#f8f9fa;border:1px solid #dee2e6;border-radius:20px;padding:8px 12px;transition:all .2s ease}.message-input-wrapper:focus-within{border-color:#007bff;box-shadow:0 0 0 2px rgba(0,123,255,.1)}.message-input{flex:1 1;border:none!important;background:transparent!important;resize:none;min-height:20px;max-height:120px;line-height:1.4;font-size:14px;color:#495057;box-shadow:none!important}.message-input:focus{outline:none!important;box-shadow:none!important}.message-input::placeholder{color:#6c757d;font-style:italic}.send-button{background:#007bff!important;border:none!important;border-radius:50%!important;width:36px!important;height:36px!important;padding:0!important;display:flex;align-items:center;justify-content:center;color:#fff!important;transition:all .2s ease;box-shadow:0 2px 4px rgba(0,123,255,.2)!important}.send-button:hover{background:#0056b3!important;transform:scale(1.05);box-shadow:0 4px 8px rgba(0,123,255,.3)!important}.send-button:disabled{background:#6c757d!important;transform:none!important;box-shadow:none!important;opacity:.6}.send-button i{font-size:14px}.whatsapp-indicator{display:flex;align-items:center;grid-gap:8px;gap:8px;padding:8px 12px;background:linear-gradient(135deg,#f0fdf4,#dcfce7);border:1px solid #25d366;border-radius:8px 8px 0 0;font-size:12px;font-weight:600;color:#166534;box-shadow:0 1px 3px rgba(37,211,102,.1)}.whatsapp-indicator i{font-size:16px}.message-input-container.whatsapp-mode{border:2px solid #25d366;border-radius:12px;box-shadow:0 2px 8px rgba(37,211,102,.15);overflow:hidden}.message-input-container.whatsapp-mode .message-input-wrapper{border-radius:0 0 10px 10px}.send-button.whatsapp-send{background:linear-gradient(135deg,#25d366,#20b358)!important;border-color:#25d366!important;color:#fff!important;box-shadow:0 2px 4px rgba(37,211,102,.3);transition:all .2s ease}.send-button.whatsapp-send:hover:not(:disabled){background:linear-gradient(135deg,#20b358,#1ca049)!important;border-color:#20b358!important;transform:translateY(-1px);box-shadow:0 4px 8px rgba(37,211,102,.4)}.send-button.whatsapp-send:active{transform:translateY(0);box-shadow:0 2px 4px rgba(37,211,102,.3)}.message-item[data-sent-via-whatsapp=true]{position:relative}.message-item[data-sent-via-whatsapp=true]:after{content:"📱";position:absolute;top:4px;right:4px;font-size:10px;opacity:.7}@media (max-width:768px){.case-conversations-layout{height:auto}.conversations-list{max-height:150px}.conversation-meta{flex-direction:column;grid-gap:4px;gap:4px;align-items:flex-start}.whatsapp-indicator{padding:6px 10px;font-size:11px}.whatsapp-indicator i{font-size:14px}}.interlocutors-section{padding:2rem 1rem 1rem}.interlocutors-header{margin-bottom:25px}.interlocutors-header-content{display:flex;justify-content:space-between;align-items:center;grid-gap:20px;gap:20px}.interlocutors-header-text{flex:1 1}.interlocutors-header-text h3{color:#2c3e50;font-size:1.5rem;margin:0 0 5px;font-weight:600}.interlocutors-header-text p{color:#7f8c8d;margin:0;font-size:.9rem}.header-actions{grid-gap:10px;gap:10px}.interlocutors-filters{background:#f8f9fa;padding:20px;border-radius:8px;margin-bottom:25px;border:1px solid #e9ecef}.filter-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:20px;gap:20px;margin-bottom:15px}.filter-group{grid-gap:5px;gap:5px}.filter-actions{grid-gap:10px;gap:10px;justify-content:flex-end}.interlocutors-table{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 4px rgba(0,0,0,.1)}.interlocutors-table .p-datatable-header{background:#f8f9fa;border-bottom:2px solid #dee2e6}.interlocutors-table .p-datatable-tbody>tr:hover{background-color:#f8f9fa}.interlocutors-paginator{margin-top:20px;background:#fff;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,.1)}.interlocutor-name strong{color:#2c3e50;display:block}.interlocutor-email{color:#6c757d;font-size:.9rem;margin-top:2px}.contact-info{font-size:.9rem}.contact-info div{margin-bottom:3px;display:flex;align-items:center;grid-gap:5px;gap:5px}.contact-info i{color:#6c757d;width:12px}.action-buttons{display:flex;grid-gap:5px;gap:5px}.interlocutor-details{padding:10px 0}.detail-group{margin-bottom:20px;padding-bottom:15px;border-bottom:1px solid #e9ecef}.detail-group:last-child{border-bottom:none}.detail-group label{margin-bottom:5px}.detail-group p{color:#495057;line-height:1.5}.metadata-display{background:#f8f9fa;padding:10px}.create-form{padding:10px 0}.form-group{margin-bottom:20px}.form-group label{display:block;margin-bottom:5px;font-weight:600;color:#495057}.form-group .p-inputtext{width:100%}@media (max-width:768px){.interlocutors-section{padding:1rem .5rem}.interlocutors-header-content{flex-direction:column;align-items:flex-start;grid-gap:15px;gap:15px}.header-actions{width:100%;justify-content:stretch}.header-actions .p-button{flex:1 1}.filter-row{grid-template-columns:1fr;grid-gap:15px;gap:15px}.filter-actions{justify-content:stretch}.filter-actions .p-button{flex:1 1}.action-buttons{flex-direction:column;grid-gap:3px;gap:3px}.contact-info div{flex-direction:column;align-items:flex-start;grid-gap:2px;gap:2px}.details-grid{grid-template-columns:1fr;grid-gap:.75rem;gap:.75rem}.conversation-meta-inline{flex-direction:column;grid-gap:.25rem;gap:.25rem}.conversation-content{display:block;width:100%}.conversation-details-grid{grid-template-columns:1fr;grid-gap:.5rem;gap:.5rem;padding:.5rem}.conversation-details-grid .grid-item{padding:.4rem}.messages-title{font-size:1rem}}.p-dialog .p-dialog-content{border-radius:0 0 6px 6px}.interlocutors-section .p-dialog .p-dialog-content,.p-dialog .p-dialog-content{background-color:#e8ebf0!important}.interlocutor-details,.interlocutors-section .p-dialog{background-color:#e8ebf0}.interlocutor-details{padding:1rem;min-height:400px}.details-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:1rem;gap:1rem;margin-bottom:2rem;padding:1rem;background-color:#dde1e6;border-radius:8px;border:1px solid #c6cbd3}.grid-item{background-color:#fff;padding:.75rem;border-radius:6px;border:1px solid #e9ecef;box-shadow:0 1px 2px rgba(0,0,0,.05);min-width:0;overflow:hidden}.grid-item label{display:block;font-weight:600;color:#2c3e50;margin-bottom:.25rem;font-size:.8rem;text-transform:uppercase;letter-spacing:.5px}.grid-item p{color:#34495e;margin:0;font-size:.95rem;line-height:1.3;font-weight:500;word-wrap:break-word;word-break:break-all;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.detail-group{margin-bottom:1.5rem;padding:1rem;background-color:#fff;border:1px solid #e9ecef;border-radius:8px;box-shadow:0 1px 3px rgba(0,0,0,.1)}.detail-group label{display:block;font-weight:600;color:#2c3e50;margin-bottom:.5rem;font-size:.9rem;text-transform:uppercase;letter-spacing:.5px}.detail-group p{color:#34495e;margin:0;font-size:1rem;line-height:1.4;padding:.5rem;background-color:#f8f9fa;border-radius:4px;border-left:3px solid #3498db}.conversations-section{margin-top:1rem}.conversations-title{display:block;font-weight:600;color:#2c3e50;margin-bottom:1rem;font-size:1rem;text-transform:uppercase;letter-spacing:.5px}.conversations-list{max-height:400px;overflow-y:auto;border:1px solid #e9ecef;border-radius:6px;background-color:#fff}.conversation-item{padding:.5rem .75rem;border-bottom:1px solid #f1f3f4;font-size:.85rem;background-color:#fff;transition:background-color .2s ease}.conversation-item.clickable{cursor:pointer;border-left:3px solid transparent}.conversation-item.clickable:hover{background-color:#e8f4fd;border-left-color:#3498db}.conversation-item:last-child{border-bottom:none}.conversation-content{display:block;width:100%}.conversation-main{width:100%}.conversation-id{color:#2c3e50;font-weight:600;margin-bottom:.25rem;font-size:.9rem}.conversation-meta-inline{display:flex;flex-wrap:wrap;grid-gap:1rem;gap:1rem;font-size:.8rem;color:#6c757d}.conversation-meta-inline span{white-space:nowrap}.conversation-note{font-style:italic}.conversation-header{margin-bottom:.25rem}.conversation-header strong{color:#2c3e50;font-weight:600}.conversation-meta{font-size:.8rem;color:#6c757d}.conversation-details-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:.25rem;font-size:.85rem}.conversation-details-row span{flex:1 1;margin-right:1rem}.conversation-details-row span:last-child{margin-right:0}.loading-conversations{padding:1rem;margin:0}.loading-conversations,.more-conversations{text-align:center;color:#6c757d;font-style:italic;background-color:#f8f9fa;border-radius:4px}.more-conversations{margin:.75rem 0 0;padding:.5rem}.metadata-display{background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:4px;padding:1rem;font-size:.85rem;line-height:1.4;color:#495057;white-space:pre-wrap;overflow-x:auto}.conversation-details{padding:1rem;background-color:#e8ebf0;min-height:400px}.conversation-details-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:.75rem;gap:.75rem;margin-bottom:1.5rem;padding:.75rem;background-color:#dde1e6;border-radius:6px;border:1px solid #c6cbd3}.conversation-details-grid .grid-item{background-color:#fff;padding:.5rem;border-radius:4px;border:1px solid #e9ecef;box-shadow:0 1px 2px rgba(0,0,0,.05);min-width:0;overflow:hidden}.conversation-details-grid .grid-item label{display:block;font-weight:600;color:#2c3e50;margin-bottom:.25rem;font-size:.75rem;text-transform:uppercase;letter-spacing:.5px}.conversation-details-grid .grid-item p{color:#34495e;margin:0;font-size:.85rem;line-height:1.3;font-weight:500;word-wrap:break-word;word-break:break-all;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.conversation-details-inline{margin-bottom:1.5rem;padding:.75rem 1rem;background-color:#fff;border-radius:6px;border:1px solid #e9ecef;box-shadow:0 1px 2px rgba(0,0,0,.05)}.detail-line{font-size:.9rem;color:#495057;margin-bottom:0}.detail-line strong{color:#2c3e50;font-weight:600}.messages-section{margin-top:1rem}.messages-title{color:#2c3e50;font-size:1.1rem;font-weight:600;margin:0 0 1rem;padding-bottom:.5rem;border-bottom:2px solid #3498db}.messages-list{max-height:500px;overflow-y:auto;overflow-x:hidden;border:1px solid #e9ecef;border-radius:6px}.message-item,.messages-list{background-color:#fff;word-wrap:break-word}.message-item{padding:1rem;border-bottom:1px solid #f1f3f4;overflow:hidden;min-width:0}.message-item.assistant{background-color:#f3e8ff;border-left:4px solid #9333ea}.message-item.user{background-color:#dbeafe;border-left:4px solid #2563eb}.message-item:last-child{border-bottom:none}.message-header{margin-bottom:.5rem;padding-bottom:.25rem;border-bottom:1px solid #e9ecef}.message-header strong{color:#2c3e50;font-weight:600;font-size:.9rem}.message-time{font-size:.8rem;color:#6c757d;font-style:italic}.message-content{color:#495057;white-space:pre-wrap;word-wrap:break-word;word-break:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;overflow:hidden;max-width:100%}.no-messages{text-align:center;color:#6c757d;font-style:italic;padding:2rem;background-color:#f8f9fa;border-radius:4px;margin:0}.rag-contexts-container{height:auto;min-height:100%;display:flex;flex-direction:column;grid-gap:1rem;gap:1rem;overflow:visible;padding:1rem 1rem 3rem}.rag-contexts-loading{display:flex;justify-content:center;align-items:center;height:400px}.rag-contexts-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 0;border-bottom:1px solid var(--surface-border)}.header-title{display:flex;flex-direction:column;align-items:flex-start;text-align:left}.header-title h2{margin:0 0 .25rem;color:var(--text-color);font-size:1.5rem;line-height:1.2}.header-title p{margin:0;color:var(--text-color-secondary);font-size:.9rem;line-height:1.3}.header-actions{grid-gap:.5rem;gap:.5rem}.rag-contexts-filters{display:flex;grid-gap:1rem;gap:1rem;align-items:center;justify-content:space-between;padding:.5rem 0}.view-toggle{grid-gap:.25rem;gap:.25rem}.view-toggle-btn{padding:.5rem!important;transition:all .2s ease}.view-toggle-btn.active{background-color:#06c!important}.view-toggle-btn:not(.active):hover{background-color:#f0f9ff!important;color:#06c!important}.search-input{min-width:300px}.rag-contexts-table{flex:1 1;overflow:hidden;border-radius:8px;box-shadow:0 2px 12px rgba(0,0,0,.08)}.rag-contexts-table,.rag-contexts-table .p-datatable{background:#fff!important}.sample-queries-container{padding:1rem;margin:1rem 0;background:#f8fffe!important;border-radius:8px;border:1px solid #e6f3ff!important;border-left:4px solid #06c!important}.sample-queries-header{margin-bottom:.75rem}.sample-queries-header small{color:#374151!important;font-weight:500;font-size:.875rem}.sample-queries-list{display:flex;flex-direction:column;grid-gap:.5rem;gap:.5rem}.sample-query-btn{text-align:left!important;justify-content:flex-start!important;padding:.75rem 1rem!important;font-size:.875rem!important;line-height:1.4!important;height:auto!important;white-space:normal!important;word-wrap:break-word!important;transition:all .2s ease}.sample-query-btn:hover{background-color:#e6f3ff!important;border-color:#06c!important;color:#06c!important;transform:translateY(-1px);box-shadow:0 2px 8px rgba(0,102,204,.15)}.files-ready-info{margin-top:1rem;padding:.75rem;background-color:#f0f9ff!important;border:1px solid #bfdbfe!important;border-radius:6px;text-align:center}.files-ready-info .p-badge{margin-right:.5rem}.files-ready-info small{color:#6b7280!important;font-style:italic;margin-top:.5rem;display:block}.files-ready-info .mt-2{margin-top:.5rem!important}.indexing-controls{grid-gap:.5rem;gap:.5rem;justify-content:center;margin-top:.5rem}.indexing-controls .mr-1{margin-right:.25rem}.sync-issue-summary{margin:1rem 0;padding:1rem;background:linear-gradient(135deg,#fff7e6,#fef3e2)!important;border:1px solid #fed7aa!important;border-left:4px solid #f59e0b!important;border-radius:8px;font-size:.9rem}.sync-summary-header{display:flex;align-items:center;grid-gap:.5rem;gap:.5rem;margin-bottom:.75rem;color:#92400e!important}.sync-summary-header i{font-size:1.1rem;color:#f59e0b!important}.sync-summary-content p{margin:.5rem 0;color:#78350f!important;line-height:1.4}.sync-details{margin:.75rem 0;padding:.5rem;background:#fefce8!important;border-radius:4px;border:1px solid #fde047!important}.sync-detail-item{margin:.25rem 0;color:#713f12!important;font-size:.85rem}.sync-detail-item strong{color:#92400e!important}.rag-contexts-table .p-datatable-wrapper{background:#fff!important}.llm-provider-selection{grid-gap:.25rem;gap:.25rem;min-width:200px}.llm-provider-selection label{font-weight:500;color:#374151!important}.llm-dropdown .p-dropdown-label{font-size:.9rem!important}.llm-dropdown .p-dropdown-panel .p-dropdown-items .p-dropdown-item{padding:.5rem .75rem!important;font-size:.9rem!important;color:#374151!important}.llm-dropdown .p-dropdown-panel .p-dropdown-items .p-dropdown-item:hover{background:#f3f4f6!important;color:#1f2937!important}.llm-dropdown .p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight{background:#3b82f6!important;color:#fff!important}.dropdown-item-template,.dropdown-value-template{display:flex;align-items:center;grid-gap:.5rem;gap:.5rem;padding:.25rem 0}.dropdown-item-template i,.dropdown-value-template i{font-size:.9rem;width:16px;color:#6b7280!important}.dropdown-item-template span,.dropdown-value-template span{font-size:.9rem;color:#374151!important}.conversation-scroll{flex:1 1 auto!important;min-height:250px!important;max-height:400px!important;height:auto!important}.conversation-messages,.conversation-scroll{overflow-y:auto!important;background:var(--surface-0)!important;border:1px solid var(--surface-border)!important}.conversation-messages{padding:1rem!important;min-height:200px!important;max-height:100%!important;margin:0!important}.message-input-container{flex:0 0 auto;border-top:1px solid #e5e7eb;background:#fff}.sample-queries-container{flex:0 0 auto;max-height:200px;overflow-y:auto}.header-stats{grid-gap:1rem;gap:1rem;font-size:.85rem}.header-stats .p-badge{margin-right:.25rem}.header-stats span{color:#6b7280!important}.rag-contexts-table .p-datatable-thead>tr>th{background:linear-gradient(135deg,#e6f3ff,#cce7ff)!important;color:#1a365d!important;font-weight:700;border-bottom:2px solid #06c!important;text-transform:uppercase;letter-spacing:.5px;font-size:.85rem}.rag-contexts-table .p-datatable-tbody>tr{transition:all .2s ease;border-bottom:1px solid #e2e8f0!important}.rag-contexts-table .p-datatable-tbody>tr:hover{background:#f0f9ff!important;transform:translateY(-1px);box-shadow:0 4px 8px rgba(0,0,0,.1)}.rag-contexts-table .p-datatable-tbody>tr>td{padding:1rem .75rem;vertical-align:middle}.rag-contexts-table .p-datatable-tbody>tr:nth-child(2n){background:#f8fafc!important}.rag-contexts-table .p-datatable-tbody>tr:nth-child(2n):hover{background:#f0f9ff!important}.context-name-cell{display:flex;flex-direction:column;grid-gap:.5rem;gap:.5rem;padding:.5rem 0}.context-name{font-weight:700;color:#1a1a1a!important;font-size:1rem;line-height:1.2;text-shadow:0 1px 2px hsla(0,0%,100%,.8)}.context-description{font-size:.85rem;color:#2d3748!important;background:#e6f3ff!important;padding:.25rem .5rem;border-radius:4px;border-left:3px solid #06c!important;margin-top:.25rem;font-weight:500}.context-stats{flex-direction:column;padding:.25rem 0}.context-stats,.stat-item{display:flex;grid-gap:.5rem;gap:.5rem}.stat-item{align-items:center;font-size:.9rem;color:#2d3748!important;background:#f7fafc!important;padding:.25rem .5rem;border-radius:4px;border:1px solid #e2e8f0!important;font-weight:600}.stat-item i{color:#06c!important;font-size:.85rem;font-weight:600}.context-status{display:flex;flex-wrap:wrap;grid-gap:.25rem;gap:.25rem}.status-badge{font-size:.65rem;line-height:1!important;padding:.25rem .5rem!important;min-height:1.5rem!important;vertical-align:middle!important}.p-badge,.status-badge,.status-badge .p-badge{display:inline-flex!important;align-items:center!important;justify-content:center!important}.p-badge{line-height:1!important;vertical-align:middle!important}.rag-contexts-container .p-badge{display:inline-flex!important;align-items:center!important;justify-content:center!important;text-align:center!important;line-height:1.2!important;padding:.25rem .5rem!important}.context-actions{display:flex;grid-gap:.1rem;gap:.1rem}.knowledge-docs-button{color:var(--green-500)!important}.knowledge-docs-button:hover{color:var(--green-600)!important;background-color:rgba(var(--green-500-rgb),.1)!important}.query-context-button,.query-context-button .pi,.query-context-button .pi-search{color:#f59e0b!important}.query-context-button:hover,.query-context-button:hover .pi,.query-context-button:hover .pi-search{color:#d97706!important;background-color:rgba(245,158,11,.1)!important}.created-date-cell{display:flex;flex-direction:column;grid-gap:.25rem;gap:.25rem;padding:.25rem 0}.date-line{font-weight:600;font-size:.95rem;background:#f7fafc!important;border-radius:3px;border:1px solid #e2e8f0!important}.date-line,.time-line{color:#2d3748!important;padding:.15rem .4rem;text-align:center}.time-line{font-size:.85rem;background:#e6f3ff!important;border-radius:3px;border:1px solid #06c!important;font-weight:500}.rag-contexts-cards{flex:1 1;overflow:hidden}.contexts-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));grid-gap:1.5rem;gap:1.5rem;padding:1rem 0}.context-card{background:linear-gradient(135deg,#fff9e6,#fff2cc 40%,#ffe6b3)!important;border:1px solid #fc9!important;border-radius:12px;box-shadow:0 6px 16px rgba(255,153,0,.2);transition:all .3s ease;overflow:hidden;display:flex;flex-direction:column;height:auto;min-height:280px}.context-card:hover{transform:translateY(-6px) scale(1.02);box-shadow:0 12px 32px rgba(255,153,0,.4);border-color:#f90!important;background:linear-gradient(135deg,#fff2cc,#ffd966 40%,#fc3)!important}.context-card-header{padding:1.25rem 1.25rem .75rem;display:flex;flex-direction:column;grid-gap:.75rem;gap:.75rem}.context-card-title-row{display:flex;justify-content:space-between;align-items:flex-start;grid-gap:1rem;gap:1rem}.context-card-title-row h3{margin:0;color:#1a1a1a!important;font-size:1.1rem;font-weight:700;line-height:1.3;word-wrap:break-word;flex:1 1;min-width:0}.context-card-description-full{font-size:.85rem;color:#2d3748!important;font-style:italic;background:#e6f3ff!important;padding:.5rem .75rem;border-radius:6px;border-left:3px solid #06c!important;font-weight:500;line-height:1.4;word-wrap:break-word;width:100%;box-sizing:border-box}.context-card-actions{display:flex;grid-gap:.1rem;gap:.1rem;flex-shrink:0}.context-card-body{padding:0 1.25rem .75rem;flex:1 1;display:flex;flex-direction:column;grid-gap:.75rem;gap:.75rem;justify-content:space-between}.context-card-stats{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:.5rem;gap:.5rem}.stat-card-item{display:flex;flex-direction:column;align-items:center;padding:.5rem .25rem;background:hsla(0,0%,100%,.6)!important;border-radius:6px;border:1px solid hsla(0,0%,100%,.8)!important;text-align:center;transition:all .2s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.stat-card-item:hover{background:hsla(0,0%,100%,.9)!important;border-color:#f90!important;transform:scale(1.05);box-shadow:0 4px 12px rgba(255,153,0,.3)}.clickable-stat{cursor:pointer!important;transition:all .2s ease!important}.clickable-stat:hover{background:#06c!important;border-color:#06c!important;color:#fff!important;transform:translateY(-2px)!important;box-shadow:0 4px 8px rgba(0,102,204,.3)!important}.clickable-stat:hover .stat-label,.clickable-stat:hover .stat-value,.clickable-stat:hover i{color:#fff!important}.clickable-stat:active{transform:translateY(0)!important;box-shadow:0 2px 4px rgba(0,102,204,.2)!important}.stat-card-item i{color:#06c!important;font-size:1rem;margin-bottom:.2rem}.stat-value{font-size:1rem;color:#1a1a1a!important;line-height:1}.stat-label{font-size:.7rem;color:#64748b!important;letter-spacing:.4px;margin-top:.1rem}.context-card-status{display:flex;grid-gap:.5rem;gap:.5rem;flex-wrap:wrap;justify-content:center}.context-card-footer{padding:.5rem 1.25rem 1rem;border-top:1px solid #e2e8f0!important;background:#f8fafc!important;margin-top:auto}.context-card-date{display:flex;justify-content:space-between;align-items:center;grid-gap:1rem;gap:1rem}.date-text{font-weight:600;font-size:.85rem;background:#f7fafc!important;border-radius:3px;border:1px solid #e2e8f0!important}.date-text,.time-text{color:#2d3748!important;padding:.15rem .4rem}.time-text{font-size:.8rem;background:#e6f3ff!important;border-radius:3px;border:1px solid #06c!important;font-weight:500}.cards-loading{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));grid-gap:1.5rem;gap:1.5rem;padding:1rem 0}.card-skeleton{height:280px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;animation:loading 1.5s infinite;border-radius:12px}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}.cards-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;text-align:center;color:#64748b!important}.cards-empty p{margin:1rem 0 0;font-size:1.1rem;color:#64748b!important}.rag-contexts-pagination{margin-top:1rem}.create-context-dialog{width:90vw;max-width:800px;margin:0 auto}.create-context-dialog.p-dialog{left:50%!important;top:50%!important;transform:translate(-50%,-50%)!important;margin:0!important;position:fixed!important}.create-context-dialog .p-dialog-content{padding:0;max-height:80vh;overflow-y:auto}.create-context-inner-container{padding:2.5rem 3rem;margin:0;width:100%;box-sizing:border-box}.create-context-dialog .p-dialog-header{padding:1.5rem 3rem 1rem}.create-context-form{grid-gap:1.5rem;gap:1.5rem;padding:.5rem 0}.create-context-form,.field{display:flex;flex-direction:column}.field{grid-gap:.5rem;gap:.5rem}.field-label{font-weight:600;color:var(--text-color);font-size:.9rem}.field-label.required:after{content:" *";color:var(--red-500)}.field-input{width:100%}.field-input[id=context-prompt]{min-height:400px;resize:vertical;font-family:"Monaco","Menlo","Ubuntu Mono",monospace;font-size:.95rem;line-height:1.6;border:2px solid var(--surface-border);border-radius:var(--border-radius);padding:1rem;background:var(--surface-0);transition:border-color .2s,box-shadow .2s}.field-input[id=context-prompt]:focus{border-color:var(--primary-color);box-shadow:0 0 0 .2rem rgba(var(--primary-color-rgb),.2)}.field-info{display:flex;justify-content:space-between;align-items:center;font-size:.8rem;color:var(--text-color-secondary)}.char-count{font-weight:500}.field-help{font-style:italic}.field-error{margin-top:.25rem}.context-info-message{margin-top:1rem}.create-context-footer{display:flex;grid-gap:.5rem;gap:.5rem;justify-content:flex-end;padding:1.5rem 3rem 2rem;margin:0;background:var(--surface-0);border-top:1px solid var(--surface-border)}.context-detail-dialog{max-width:95vw;max-height:95vh}.context-detail-dialog .p-dialog-content{flex:1 1!important;overflow:hidden!important;display:flex!important;flex-direction:column!important;padding:0!important;margin:0!important;grid-gap:0!important;gap:0!important}.context-detail-dialog .p-dialog-content>*{margin-top:0!important;margin-bottom:0!important}.context-detail-dialog .p-dialog-content [class*=card]{margin:0!important;padding-top:0!important}.context-detail-dialog [id*=content]{padding:0!important;margin:0!important}.context-detail-dialog [class*=p-card-body]{padding-top:0!important}.custom-dialog-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;background:var(--surface-0);border-bottom:1px solid var(--surface-border)}.dialog-title{font-size:1.25rem;font-weight:600;color:var(--text-color)}.dialog-header-actions{display:flex;grid-gap:.5rem;gap:.5rem}.context-header-simple{padding:.75rem 1rem;margin:0 0 .5rem;border-bottom:1px solid var(--surface-border);text-align:left;justify-content:flex-start}.context-header-simple .header-left{width:100%;display:flex;flex-direction:column;grid-gap:.25rem;gap:.25rem;text-align:left}.context-header-simple .header-left h3{margin:0;text-align:left;align-self:flex-start}.context-header-simple .header-left p{font-size:1rem;line-height:1.4;text-align:left;align-self:flex-start}.tabs-navigation-only{margin:0;padding:.25rem 1rem .5rem;background:#fff;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--surface-border)}.tab-buttons{display:flex;grid-gap:.5rem;gap:.5rem}.tab-buttons .p-button{border-radius:var(--border-radius);font-weight:500;padding:.5rem 1rem;font-size:.9rem}.tab-stats{display:flex;align-items:center;grid-gap:1.5rem;gap:1.5rem;flex-shrink:0}.tab-stats span{font-size:.95rem;color:var(--text-color-secondary);white-space:nowrap}.tab-stats strong{color:var(--primary-color);font-size:1.2rem;font-weight:700}.tab-content-area{padding:0 1rem 1rem;flex:1 1;overflow-y:auto;overflow-x:hidden;display:flex;flex-direction:column}.context-header-simple{display:flex;justify-content:space-between;align-items:flex-start;padding:1rem 1.5rem .75rem;background:var(--surface-50);border-radius:var(--border-radius);margin-bottom:1rem;flex-shrink:0;position:relative;z-index:10}.context-header-simple .header-left{flex:1 1;margin-right:2rem}.context-header-simple .header-left h3{margin:0 0 .25rem;color:var(--text-color);font-size:1.5rem;font-weight:600;line-height:1.2}.context-header-simple .header-left p{margin:0;color:var(--text-color-secondary);font-style:italic;font-size:.95rem;line-height:1.3;display:block!important;width:100%!important;clear:both!important}.context-header-simple .header-stats{display:flex;align-items:center;grid-gap:1.5rem;gap:1.5rem;flex-shrink:0;flex-wrap:wrap}.context-header-simple .header-stats span{font-size:.95rem;color:var(--text-color-secondary);white-space:nowrap}.context-header-simple .header-stats strong{color:var(--primary-color);font-size:1.2rem;font-weight:700}.context-tabs-section,.tabs-container{display:none}.context-info-card{flex-shrink:0}.context-info-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.context-details h3{margin:0 0 .5rem;color:var(--text-color)}.context-description{margin:0 0 1rem;color:var(--text-color-secondary);font-style:italic}.context-metadata{font-size:.85rem;color:var(--text-color-secondary)}.context-metadata,.context-stats-overview{display:flex;grid-gap:1rem;gap:1rem}.stat-card{text-align:center;padding:.75rem;background:var(--surface-100);border-radius:var(--border-radius);min-width:80px}.stat-value{font-size:1.5rem;color:var(--primary-color);margin-bottom:.25rem}.stat-label{font-size:.75rem;color:var(--text-color-secondary);text-transform:uppercase;font-weight:600}.context-status-badges{display:flex;grid-gap:.5rem;gap:.5rem;margin-bottom:1rem}.context-prompt{border-top:1px solid var(--surface-border);padding-top:1rem}.context-prompt h4{margin:0 0 .5rem;color:var(--text-color)}.prompt-text{background:var(--surface-50);padding:1rem;border-radius:var(--border-radius);border-left:4px solid var(--primary-color);font-family:monospace;font-size:.9rem;line-height:1.5;white-space:pre-wrap}.context-detail-tabs{flex:1 1;overflow:hidden}.context-detail-footer{display:flex;grid-gap:.5rem;gap:.5rem;justify-content:space-between;align-items:center;padding-top:1rem}.context-detail-footer .p-button{padding-top:.5rem!important;padding-bottom:.5rem!important}.file-management-panel{grid-gap:.75rem;gap:.75rem;min-height:0}.file-management-accordion,.file-management-panel{display:flex;flex-direction:column;flex:1 1}.file-management-accordion .p-accordion-tab{display:flex;flex-direction:column}.file-management-accordion .p-accordion-content{flex:1 1;overflow:visible;padding:1rem}.files-accordion-header,.upload-accordion-header{background:var(--surface-300)!important;color:var(--text-color)!important;border:1px solid var(--surface-400)!important;font-weight:600!important}.file-management-accordion .p-accordion-header-link{background:var(--surface-300)!important;color:var(--text-color)!important;border-radius:var(--border-radius)!important;font-weight:600!important}.file-management-accordion .p-accordion-header-link:hover{background:var(--surface-400)!important}.file-management-accordion .p-accordion-header-link .p-accordion-toggle-icon,.files-accordion-header .p-accordion-toggle-icon,.upload-accordion-header .p-accordion-toggle-icon{color:var(--primary-color)!important}.indexing-accordion-header{background:var(--surface-300)!important;color:var(--text-color)!important;border:1px solid var(--surface-400)!important;font-weight:600!important}.indexing-accordion-header .p-accordion-toggle-icon{color:var(--primary-color)!important}.query-accordion-header{background:var(--surface-300)!important;color:var(--text-color)!important;border:1px solid var(--surface-400)!important;font-weight:600!important}.query-accordion-header .p-accordion-toggle-icon{color:var(--primary-color)!important}.indexing-section{display:flex;flex-direction:column;grid-gap:1.5rem;gap:1.5rem}.indexing-stats{display:flex;grid-gap:1rem;gap:1rem;align-items:center;flex-wrap:wrap}.indexing-stats span{font-size:.9rem;color:var(--text-color-secondary)}.indexing-controls{display:flex;grid-gap:2rem;gap:2rem;flex-wrap:wrap}.indexing-action{flex:1 1;min-width:250px}.indexing-action h5{margin:0 0 .5rem;color:var(--text-color)}.indexing-action p{margin:0 0 1rem;color:var(--text-color-secondary);font-size:.9rem}.indexing-progress{background:var(--surface-50);padding:1rem;border-radius:var(--border-radius);border:1px solid var(--surface-200)}.indexing-progress h5{margin:0 0 1rem}.progress-info{margin-bottom:.5rem;font-size:.9rem}.query-section{display:flex;flex-direction:column;grid-gap:1rem;gap:1rem}.query-header{justify-content:space-between;padding-bottom:1rem;border-bottom:1px solid var(--surface-200)}.query-header,.query-stats{display:flex;align-items:center}.query-stats{grid-gap:1.5rem;gap:1.5rem}.query-stats span{font-size:.9rem;color:var(--text-color-secondary)}.conversation-interface{display:flex;flex-direction:column;grid-gap:1rem;gap:1rem}.conversation-messages{border:1px solid var(--surface-200);border-radius:var(--border-radius);background:var(--surface-0)}.welcome-message{text-align:center;padding:2rem;color:var(--text-color-secondary)}.welcome-message p{margin:.5rem 0 0}.message{padding:1rem;border-bottom:1px solid var(--surface-100)}.message:last-child{border-bottom:none}.message.user{background:var(--surface-50)}.message-content strong{color:var(--primary-color)}.message-content p{margin:.5rem 0 0;line-height:1.5}.message-sources{padding:.5rem;background:var(--surface-100);border-radius:4px;font-size:.8rem}.message-input{display:flex;grid-gap:.5rem;gap:.5rem;align-items:flex-end}.context-header-compact{padding:1rem 1.5rem .75rem;background:var(--surface-50);border-radius:var(--border-radius);margin-bottom:1rem;flex-shrink:0}.header-main h3{margin:0 0 .5rem;color:var(--text-color);font-size:1.5rem;font-weight:600;line-height:1.2}.description-stats-line{display:flex;justify-content:space-between;align-items:center;grid-gap:2rem;gap:2rem}.description-stats-line p{margin:0;color:var(--text-color-secondary);font-style:italic;font-size:.95rem;line-height:1.3;flex:1 1}.inline-stats{display:flex;grid-gap:1.5rem;gap:1.5rem;align-items:center;flex-shrink:0}.inline-stats span{font-size:.95rem;color:var(--text-color-secondary);white-space:nowrap}.inline-stats strong{color:var(--primary-color);font-size:1.2rem;font-weight:700}.main-content-area{padding:0 1rem 1rem;flex:1 1;overflow-y:auto;overflow-x:hidden;display:flex;flex-direction:column}.file-management-panel .p-fileupload .p-fileupload-buttonbar{display:flex;grid-gap:.5rem;gap:.5rem;flex-wrap:wrap;align-items:center}.file-management-panel .p-fileupload .p-fileupload-buttonbar .p-button{margin:0}.upload-section{flex-shrink:0;display:flex;flex-direction:column;grid-gap:1rem;gap:1rem}.upload-section .upload-header{margin-bottom:.5rem}.upload-section .upload-header p{margin:0;color:var(--text-color-secondary);font-size:.9rem}.upload-header{margin-bottom:1rem}.upload-header h4{margin:0 0 .25rem}.upload-header p{margin:0;color:var(--text-color-secondary);font-size:.9rem}.upload-drop-zone{text-align:center;padding:1rem;border:2px dashed var(--surface-border);border-radius:var(--border-radius);background:var(--surface-50)}.upload-icon{font-size:2rem;margin-bottom:1rem}.upload-icon,.upload-note{color:var(--text-color-secondary)}.upload-note{font-size:.8rem;margin-top:.5rem}.upload-progress{margin-top:1rem;padding:1rem;background:var(--surface-50);border-radius:var(--border-radius)}.upload-progress h5{margin:0 0 1rem}.progress-item{margin-bottom:1rem}.progress-filename{display:block;margin-bottom:.5rem;font-weight:500}.files-section{flex:1 1;overflow:hidden;display:flex;flex-direction:column;height:400px;max-height:400px}.files-section .files-header{flex-shrink:0;margin-bottom:1rem}.files-section .p-datatable{flex:1 1;overflow:hidden}.files-section .p-datatable .p-datatable-wrapper{height:350px;overflow-y:auto;overflow-x:auto}.files-section .p-datatable .p-datatable-thead{position:-webkit-sticky;position:sticky;top:0;z-index:1;background:var(--surface-0)}.files-header{margin-bottom:1rem}.files-summary{display:flex}.file-name-cell,.files-summary{grid-gap:.5rem;gap:.5rem}.file-icon{color:var(--primary-color);font-size:1.1rem}.filename{font-weight:500}.file-actions{grid-gap:.25rem;gap:.25rem}.indexing-controls-panel{display:flex;flex-direction:column;grid-gap:1.5rem;gap:1.5rem;padding:0;max-width:100%;min-height:400px}.index-status-card{flex-shrink:0}.index-status-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.index-status-header h4{margin:0}.index-stats{display:flex;grid-gap:1rem;gap:1rem}.index-stats .stat-item{display:flex;align-items:center;grid-gap:.5rem;gap:.5rem;font-size:.85rem}.last-indexed-info{padding-top:1rem;border-top:1px solid var(--surface-border);font-size:.9rem;color:var(--text-color-secondary)}.indexing-controls-card{flex-shrink:0}.indexing-actions{display:flex;flex-direction:row;grid-gap:2rem;gap:2rem;margin-top:1rem;flex-wrap:wrap}.indexing-controls-card{position:relative;z-index:1;width:100%;overflow:hidden}.action-section{flex:1 1;display:flex;flex-direction:column;grid-gap:1rem;gap:1rem;min-width:250px}.action-section h5{margin:0 0 .5rem;color:var(--text-color)}.action-section p{margin:0 0 1rem;color:var(--text-color-secondary);font-size:.9rem}.index-button,.remove-button{width:100%}.status-message{margin-top:1rem}.indexing-progress-card{flex-shrink:0}.indexing-progress-card h5{margin:0 0 1rem}.progress-section{grid-gap:1rem;gap:1rem}.progress-info{display:flex;justify-content:space-between;align-items:center}.progress-percentage{font-weight:600;color:var(--primary-color)}.progress-details{display:flex;justify-content:space-between;flex-wrap:wrap;grid-gap:1rem;gap:1rem;font-size:.9rem;color:var(--text-color-secondary)}.detail-item{display:flex;flex-direction:column;grid-gap:.25rem;gap:.25rem}.indexing-note{margin-top:1rem}.failed-files-card{flex-shrink:0}.failed-files-message{margin-bottom:1rem}.failed-files-list h6{margin:0 0 .5rem}.failed-files-list ul{margin:0;padding-left:1rem}.failed-filename{font-weight:500}.error-message{color:var(--red-500);font-size:.85rem}.query-interface-panel{display:flex;flex-direction:column;grid-gap:1rem;gap:1rem;height:100%}.conversation-card{flex:1 1;display:flex;flex-direction:column;min-height:500px}.conversation-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid var(--surface-border)}.conversation-header h4{margin:0;color:var(--text-color)}.conversation-actions{display:flex;grid-gap:.5rem;gap:.5rem}.conversation-scroll{flex:1 1}.conversation-messages{padding:1rem;display:flex;flex-direction:column;grid-gap:1rem;gap:1rem}.empty-conversation{text-align:center;padding:2rem;color:var(--text-color-secondary)}.empty-conversation i{font-size:3rem;margin-bottom:1rem;display:block}.conversation-message{display:flex;flex-direction:column;grid-gap:.5rem;gap:.5rem;max-width:80%}.user-message{align-self:flex-end;align-items:flex-end}.ai-message{align-self:flex-start;align-items:flex-start}.message-header{grid-gap:.5rem;gap:.5rem}.message-avatar{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.9rem}.user-message .message-avatar{background:var(--primary-color);color:#fff}.ai-message .message-avatar{background:var(--surface-200);color:var(--text-color)}.message-info{flex-direction:column;grid-gap:.1rem;gap:.1rem}.message-sender{font-weight:600;font-size:.9rem;color:var(--text-color)}.message-time{font-size:.75rem;color:var(--text-color-secondary)}.message-content{padding:.75rem 1rem;border-radius:var(--border-radius);line-height:1.5}.user-message .message-content{background:var(--primary-color);color:#fff;border-bottom-right-radius:.25rem}.ai-message .message-content{background:var(--surface-100);color:var(--text-color);border-bottom-left-radius:.25rem}.message-content p{margin:0;white-space:pre-wrap}.message-sources{margin-top:.5rem;padding-top:.5rem;border-top:1px solid hsla(0,0%,100%,.2)}.user-message .message-sources{border-top-color:hsla(0,0%,100%,.2)}.ai-message .message-sources{border-top-color:var(--surface-border)}.sources-label{display:block;margin-bottom:.25rem;font-weight:500}.source-badge{margin-right:.25rem;margin-bottom:.25rem}.message-citations{margin-top:1rem;padding:.75rem;background:rgba(0,102,204,.05)!important;border-radius:6px;border-left:3px solid #06c!important}.citations-label{display:block;font-weight:600;color:#06c!important;margin-bottom:.5rem;font-size:.85rem}.citations-list{display:flex;flex-direction:column;grid-gap:.5rem;gap:.5rem}.citation-item{background:#fff!important;padding:.5rem;border-radius:4px;border:1px solid #e2e8f0!important}.citation-header{display:flex;align-items:center;grid-gap:.5rem;gap:.5rem;margin-bottom:.25rem}.citation-header i{color:#dc2626!important;font-size:.9rem}.citation-filename{flex:1 1;font-weight:500;color:#1a1a1a!important;font-size:.85rem}.relevance-badge{font-size:.7rem!important}.citation-chunk{color:#64748b!important;font-size:.75rem;font-style:italic}.message-performance{margin-top:1rem;font-size:.85rem}.performance-summary{cursor:pointer;color:#64748b!important;font-weight:500;font-size:.8rem;padding:.5rem;background:#f8fafc!important;border-radius:4px;border:1px solid #e2e8f0!important;transition:all .2s ease}.performance-summary:hover{background:#e6f3ff!important;color:#06c!important}.model-info{color:#06c!important;font-weight:600}.performance-breakdown{margin-top:.5rem;padding:.75rem;background:#f8fafc!important;border-radius:4px;border:1px solid #e2e8f0!important}.perf-item{display:flex;justify-content:space-between;align-items:center;padding:.25rem 0;border-bottom:1px solid #e2e8f0}.perf-item:last-child{border-bottom:none}.perf-item span:first-child{color:#64748b!important;font-size:.8rem}.perf-item span:last-child{color:#1a1a1a!important;font-weight:600;font-size:.8rem}.loading-message .message-content{padding:1rem}.typing-indicator{display:flex;align-items:center;grid-gap:.25rem;gap:.25rem}.typing-indicator span{width:6px;height:6px;border-radius:50%;background:var(--text-color-secondary);animation:typing 1.4s ease-in-out infinite}.typing-indicator span:first-child{animation-delay:-.32s}.typing-indicator span:nth-child(2){animation-delay:-.16s}@keyframes typing{0%,80%,to{transform:scale(.8);opacity:.5}40%{transform:scale(1);opacity:1}}.message-input-container{border-top:1px solid var(--surface-border);padding:1rem;background:var(--surface-50)}.message-input-field{display:flex;grid-gap:.5rem;gap:.5rem;align-items:flex-end}.message-textarea{flex:1 1;min-height:40px;resize:none}.send-button{flex-shrink:0;height:40px;width:40px;border-radius:50%}.conversation-modal-dialog{max-height:85vh;height:80vh;overflow:hidden}.simple-conversation-modal .p-dialog-header-close{background-color:#dc3545!important;color:#fff!important;border:2px solid #dc3545!important;border-radius:4px!important;width:32px!important;height:32px!important;display:flex!important;align-items:center!important;justify-content:center!important;opacity:1!important}.simple-conversation-modal .p-dialog-header-close:hover{background-color:#c82333!important;border-color:#bd2130!important;color:#fff!important}.simple-conversation-modal .p-dialog-header-close .p-dialog-header-close-icon{color:#fff!important;font-size:16px!important;font-weight:700!important}.context-detail-dialog .p-dialog-header-close{background-color:#dc3545!important;color:#fff!important;border:2px solid #dc3545!important;border-radius:4px!important;width:32px!important;height:32px!important;display:flex!important;align-items:center!important;justify-content:center!important;opacity:1!important}.context-detail-dialog .p-dialog-header-close:hover{background-color:#c82333!important;border-color:#bd2130!important;color:#fff!important}.context-detail-dialog .p-dialog-header-close .p-dialog-header-close-icon{color:#fff!important;font-size:16px!important;font-weight:700!important}.create-context-dialog .p-dialog-header-close{background-color:#dc3545!important;color:#fff!important;border:2px solid #dc3545!important;border-radius:4px!important;width:32px!important;height:32px!important;display:flex!important;align-items:center!important;justify-content:center!important;opacity:1!important}.create-context-dialog .p-dialog-header-close:hover{background-color:#c82333!important;border-color:#bd2130!important;color:#fff!important}.create-context-dialog .p-dialog-header-close .p-dialog-header-close-icon{color:#fff!important;font-size:16px!important;font-weight:700!important}.conversation-modal-dialog .p-dialog-content{padding:0!important;overflow:hidden!important;height:calc(100% - 120px);max-height:calc(80vh - 180px);position:relative;background:var(--surface-0)!important;border:1px solid var(--surface-border)!important}.conversation-modal-dialog .p-dialog-header{padding:1rem 1.5rem!important;background:var(--surface-50)!important;border-bottom:1px solid var(--surface-border)!important;position:relative;z-index:10;flex-shrink:0}.conversation-modal-header{display:flex;justify-content:space-between;align-items:flex-start;grid-gap:2rem;gap:2rem;padding:.5rem 0;min-height:60px}.header-controls{grid-gap:1rem;gap:1rem}.header-controls,.llm-provider-selection{flex-direction:column;align-items:flex-end}.llm-provider-selection{display:flex;grid-gap:.5rem;gap:.5rem}.llm-provider-selection label{font-size:.85rem;color:#2d3748!important;font-weight:600}.llm-dropdown{min-width:200px}.llm-dropdown .p-dropdown-label{font-size:.85rem!important;color:#374151!important;background:#fff!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;min-height:2.5rem!important;padding:.5rem .75rem!important}.test-mode-toggle{display:flex;align-items:center}.header-info h3{margin:0 0 .25rem;color:var(--text-color)}.header-info p{margin:0;color:var(--text-color-secondary);font-style:italic}.header-stats{display:flex;align-items:center;grid-gap:.5rem;gap:.5rem;flex-shrink:0}.header-stats span{font-size:.85rem;color:var(--text-color-secondary);white-space:nowrap}.conversation-modal-content{display:flex;flex-direction:column;height:calc(80vh - 200px);min-height:400px;max-height:calc(80vh - 200px);padding:0!important;margin:0!important;overflow:hidden;background:var(--surface-0)!important;border:none!important}.conversation-modal-content .conversation-container{flex:1 1 auto;margin:1rem;border:1px solid var(--surface-border)!important;border-radius:8px;background:var(--surface-0)!important;min-height:250px;max-height:none;overflow:hidden;display:flex;flex-direction:column;position:relative}.simple-conversation-modal .conversation-container{flex:1 1 auto!important;min-height:0!important;max-height:none!important;overflow:hidden!important;display:flex!important;flex-direction:column!important}.simple-conversation-modal .conversation-container>div[style*="flex: '1'"]{flex:1 1 auto!important;min-height:0!important;overflow-y:auto!important;overflow-x:hidden!important}.conversation-modal-content .message-input-container{flex-shrink:0;border-top:1px solid var(--surface-border);padding:1rem;background:var(--surface-50)!important;margin:0;position:relative}.message-input-actions{display:flex;grid-gap:.5rem;gap:.5rem;margin-bottom:1rem;justify-content:flex-end}.no-files-warning{display:flex;align-items:center;grid-gap:.5rem;gap:.5rem;margin-top:1rem;padding:.75rem;background:var(--yellow-50);border:1px solid var(--yellow-200);border-radius:var(--border-radius)}.no-files-warning span{color:var(--text-color-secondary);font-size:.9rem}.query-status-card{flex-shrink:0}.query-status-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.query-status-header h4{margin:0}.status-indicators{display:flex;grid-gap:1rem;gap:1rem}.status-indicators .status-item{display:flex;align-items:center;grid-gap:.5rem;gap:.5rem;font-size:.85rem}.no-index-warning{margin-top:1rem}.query-input-card{flex-shrink:0}.query-form{grid-gap:1rem;gap:1rem}.query-field,.query-form{display:flex;flex-direction:column}.query-field{grid-gap:.5rem;gap:.5rem}.query-textarea{width:100%;min-height:100px;resize:vertical}.query-settings{display:flex;flex-direction:column;grid-gap:1rem;gap:1rem}.settings-row{display:flex;grid-gap:2rem;gap:2rem}.setting-item{flex:1 1;display:flex;flex-direction:column;grid-gap:.5rem;gap:.5rem}.setting-label{font-weight:500;color:var(--text-color);font-size:.9rem}.result-count-slider{width:100%}.query-actions{display:flex;grid-gap:.5rem;gap:.5rem;justify-content:flex-start}.query-button{min-width:150px}.query-history-card{flex-shrink:0}.query-history-card h5{margin:0 0 1rem}.history-items{display:flex;flex-direction:column;grid-gap:.5rem;gap:.5rem}.history-item{padding:.75rem;background:var(--surface-50);border-radius:var(--border-radius);cursor:pointer;transition:background-color .2s}.history-item:hover{background:var(--surface-100)}.history-query{display:block;font-weight:500;margin-bottom:.25rem}.history-meta{display:flex;grid-gap:1rem;gap:1rem;font-size:.8rem;color:var(--text-color-secondary)}.query-results-card{flex:1 1;overflow:hidden}.results-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.results-header h5{margin:0}.results-actions{display:flex;grid-gap:.5rem;gap:.5rem}.results-info{margin-bottom:1rem;padding:1rem;background:var(--surface-50);border-radius:var(--border-radius)}.results-info p{margin:0 0 .5rem}.results-info p:last-child{margin-bottom:0}.results-scroll{width:100%}.results-list{display:flex;flex-direction:column;grid-gap:1rem;gap:1rem;padding-right:1rem}.query-result-card{border-left:4px solid var(--primary-color)}.result-header{justify-content:space-between;margin-bottom:1rem}.result-header,.result-info{display:flex;align-items:center}.result-info{grid-gap:1rem;gap:1rem}.result-source{display:flex;align-items:center;grid-gap:.5rem;gap:.5rem;font-weight:500}.similarity-badge{font-size:.75rem}.result-metadata{font-size:.8rem;color:var(--text-color-secondary)}.result-content{margin-bottom:1rem}.result-content p{margin:0;line-height:1.6}.result-metadata-accordion{margin-top:1rem}.metadata-details{flex-direction:column;font-size:.85rem}.metadata-details,.metadata-item{display:flex;grid-gap:.5rem;gap:.5rem}.metadata-item strong{min-width:120px;color:var(--text-color)}.no-results-message{margin-top:2rem;text-align:center}.simple-conversation-modal{height:70vh!important;max-height:70vh!important;overflow:hidden!important}.simple-conversation-modal .p-dialog-content{padding:0!important}.simple-conversation-modal .p-dialog-content,.simple-conversation-modal .p-dialog-content>div[style*="display: flex"]{height:100%!important;max-height:100%!important;overflow:hidden!important;display:flex!important;flex-direction:column!important}.simple-conversation-modal div[style*="flex: '1'"][style*="overflowY: 'auto'"]{flex:1 1 auto!important;min-height:0!important;max-height:none!important;overflow-y:auto!important;overflow-x:hidden!important;-webkit-overflow-scrolling:touch!important;scrollbar-width:thin!important;scrollbar-color:var(--primary-color) transparent!important}.simple-conversation-modal div[style*="borderTop: '1px solid #ddd'"]{flex-shrink:0!important;min-height:auto!important;max-height:none!important;overflow:visible!important}.simple-conversation-modal div[style*="flex: '1'"][style*="overflowY: 'auto'"]::-webkit-scrollbar{width:8px!important}.simple-conversation-modal div[style*="flex: '1'"][style*="overflowY: 'auto'"]::-webkit-scrollbar-track{background:var(--surface-100)!important;border-radius:4px!important}.simple-conversation-modal div[style*="flex: '1'"][style*="overflowY: 'auto'"]::-webkit-scrollbar-thumb{background:var(--primary-color)!important;border-radius:4px!important;opacity:.8!important}.simple-conversation-modal div[style*="flex: '1'"][style*="overflowY: 'auto'"]::-webkit-scrollbar-thumb:hover{background:var(--primary-700)!important;opacity:1!important}.contexts-grid,.contexts-list{height:auto!important;min-height:100%!important;overflow:visible!important;margin-bottom:2rem!important;padding-bottom:1rem!important}@media (max-width:1200px){.rag-contexts-header{align-items:flex-start}.context-info-header,.rag-contexts-header{flex-direction:column;grid-gap:1rem;gap:1rem}.context-stats-overview{flex-wrap:wrap}.indexing-actions{flex-direction:column;grid-gap:1rem;gap:1rem}}@media (max-width:768px){.rag-contexts-container{padding:.5rem}.rag-contexts-filters{flex-direction:column;grid-gap:1rem;gap:1rem;align-items:stretch}.search-input{min-width:200px}.contexts-grid{grid-template-columns:1fr;grid-gap:1rem;gap:1rem}.context-card{height:auto;min-height:260px}.context-card-header{padding:1rem;grid-gap:.5rem;gap:.5rem}.context-card-title-row{flex-direction:column;grid-gap:.5rem;gap:.5rem;align-items:stretch}.context-card-actions{justify-content:center}.context-card-body{padding:0 1rem .75rem}.context-card-stats{grid-template-columns:1fr;grid-gap:.5rem;gap:.5rem}.stat-card-item{flex-direction:row;justify-content:space-between;text-align:left;padding:.5rem .75rem}.stat-card-item i{margin-bottom:0;margin-right:.5rem}.clickable-stat:hover{transform:none!important}.clickable-stat:active{background:#06c!important;color:#fff!important}.clickable-stat:active .stat-label,.clickable-stat:active .stat-value,.clickable-stat:active i{color:#fff!important}.context-card-footer{padding:.75rem 1rem 1rem}.context-card-date{flex-direction:column;grid-gap:.5rem;gap:.5rem;align-items:stretch}.date-text,.time-text{text-align:center}.context-metadata{flex-direction:column;grid-gap:.5rem;gap:.5rem}.context-stats-overview{justify-content:center}.stat-card{min-width:60px}.progress-details{grid-gap:.5rem;gap:.5rem}.progress-details,.query-actions{flex-direction:column}.query-button{width:100%}.results-info{padding:.75rem}.result-header{flex-direction:column;align-items:flex-start;grid-gap:.5rem;gap:.5rem}.create-context-dialog{width:95vw;margin:1rem auto}.create-context-inner-container{padding:2rem;margin:0;width:100%;box-sizing:border-box}.create-context-dialog .p-dialog-header{padding:1rem 2rem .5rem}.create-context-footer{flex-direction:column;padding:1.5rem 2rem 2rem;margin:0 -2rem -2rem}.create-context-footer .p-button{width:100%}}.modern-active-cases-wrapper{background:linear-gradient(135deg,hsla(0,0%,100%,.95),hsla(0,0%,100%,.8));border-radius:var(--radius-xl,12px);box-shadow:var(--shadow-lg,0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05));border:1px solid hsla(0,0%,100%,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all var(--transition-normal,.3s ease-in-out);overflow:hidden;height:100%;display:flex;flex-direction:column}.modern-active-cases-wrapper:hover{box-shadow:var(--shadow-xl,0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04));transform:translateY(-1px)}.chart-header{display:flex;justify-content:space-between;align-items:flex-start;padding:var(--space-6,1.5rem) var(--space-6,1.5rem) var(--space-4,1rem);border-bottom:1px solid rgba(229,231,235,.5)}.chart-title-section{flex:1 1}.chart-title{font-size:var(--text-xl,1.25rem);font-weight:var(--font-semibold,600);color:var(--text-primary,#111827);margin:0 0 var(--space-1,.25rem) 0;line-height:var(--leading-tight,1.25)}.chart-subtitle{font-size:var(--text-sm,.875rem);color:var(--text-secondary,#6b7280);font-weight:var(--font-normal,400)}.chart-metrics{grid-gap:var(--space-2,.5rem);gap:var(--space-2,.5rem)}.chart-metrics,.metric-primary{display:flex;flex-direction:column;align-items:flex-end}.metric-value{font-size:var(--text-3xl,1.875rem);font-weight:var(--font-bold,700);color:var(--emerald-600,#059669);line-height:var(--leading-tight,1.25)}.metric-label{font-size:var(--text-xs,.75rem);color:var(--text-tertiary,#9ca3af);font-weight:var(--font-medium,500);text-transform:uppercase;letter-spacing:.05em}.metric-trend{display:flex;align-items:center;grid-gap:var(--space-1,.25rem);gap:var(--space-1,.25rem);padding:var(--space-1,.25rem) var(--space-2,.5rem);border-radius:var(--radius-base,.25rem);background-color:rgba(243,244,246,.5)}.trend-icon{flex-shrink:0}.trend-up{color:var(--emerald-600,#059669)}.trend-down{color:var(--red-600,#dc2626)}.trend-stable{color:var(--text-tertiary,#9ca3af)}.trend-text{font-size:var(--text-xs,.75rem);color:var(--text-secondary,#6b7280);font-weight:var(--font-medium,500)}.chart-container{flex:1 1;position:relative;min-height:150px;max-height:200px}.chart-container,.chart-footer{padding:var(--space-4,1rem) var(--space-6,1.5rem)}.chart-footer{border-top:1px solid rgba(229,231,235,.5);background:linear-gradient(90deg,rgba(240,253,244,.5),rgba(236,253,245,.3))}.chart-insights{justify-content:space-around}.chart-insights,.insight-item{display:flex;align-items:center}.insight-item{flex-direction:column;grid-gap:var(--space-1,.25rem);gap:var(--space-1,.25rem)}.insight-label{font-size:var(--text-xs,.75rem);color:var(--text-tertiary,#9ca3af);font-weight:var(--font-medium,500);text-transform:uppercase;letter-spacing:.05em}.insight-value{font-size:var(--text-lg,1.125rem);font-weight:var(--font-semibold,600);color:var(--text-primary,#111827)}.chart-loading{height:100%;display:flex;align-items:center;justify-content:center;padding:var(--space-8,2rem)}.loading-skeleton{width:100%;animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.skeleton-header{height:24px;background:linear-gradient(90deg,#f3f4f6 25%,#e5e7eb 50%,#f3f4f6 75%);border-radius:var(--radius-base,.25rem);margin-bottom:var(--space-6,1.5rem);width:60%}.skeleton-line{display:flex;align-items:center;justify-content:center;height:120px}.skeleton-curve{width:100%;height:80px;background:linear-gradient(90deg,#f3f4f6 25%,#e5e7eb 50%,#f3f4f6 75%);border-radius:var(--radius-lg,.5rem);position:relative;overflow:hidden}.skeleton-curve:before{content:"";position:absolute;top:20%;left:10%;right:10%;height:2px;background:linear-gradient(90deg,transparent,#10b981,transparent);border-radius:1px;animation:shimmer 1.5s ease-in-out infinite}@keyframes shimmer{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}@media screen and (max-width:1350px){.chart-header{flex-direction:column;align-items:flex-start;grid-gap:var(--space-4,1rem);gap:var(--space-4,1rem)}.chart-metrics{width:100%;flex-direction:row;justify-content:space-between;align-items:center}.metric-primary{align-items:flex-start}.chart-insights{grid-gap:var(--space-2,.5rem);gap:var(--space-2,.5rem)}}@media screen and (max-width:900px){.modern-active-cases-wrapper{margin:var(--space-2,.5rem)}.chart-header{padding:var(--space-4,1rem)}.chart-container{min-height:180px}.chart-container,.chart-footer{padding:var(--space-3,.75rem) var(--space-4,1rem)}.metric-value{font-size:var(--text-2xl,1.5rem)}.chart-title{font-size:var(--text-lg,1.125rem)}.chart-insights{flex-direction:row;justify-content:space-between}.insight-item{flex:1 1}.insight-value{font-size:var(--text-base,1rem)}}@media screen and (max-width:570px){.chart-header{padding:var(--space-3,.75rem)}.chart-container{min-height:160px}.chart-container,.chart-footer{padding:var(--space-2,.5rem) var(--space-3,.75rem)}.metric-value{font-size:var(--text-xl,1.25rem)}.chart-title{font-size:var(--text-base,1rem)}.chart-subtitle{font-size:var(--text-xs,.75rem)}.insight-value{font-size:var(--text-sm,.875rem)}.insight-label{font-size:10px}}.case-types-bar-wrapper{background:linear-gradient(135deg,hsla(0,0%,100%,.95),hsla(0,0%,100%,.8));border-radius:var(--radius-xl,12px);box-shadow:var(--shadow-lg,0 4px 6px -1px rgba(0,0,0,.1));border:1px solid hsla(0,0%,100%,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all var(--transition-normal,.3s ease-in-out);overflow:hidden;padding:8px 12px}.case-types-bar-wrapper:hover{box-shadow:var(--shadow-xl,0 10px 15px -3px rgba(0,0,0,.1));transform:translateY(-1px)}.case-types-header{display:flex;align-items:stretch;grid-gap:12px;gap:12px;height:100%}.case-types-info{display:flex;flex-direction:column;justify-content:center;min-width:160px;flex-shrink:0}.case-types-title{font-size:14px;font-weight:600;color:#374151;margin:0 0 2px}.case-types-total{font-size:11px;color:#9ca3af;font-weight:500;margin:0 0 2px}.case-types-hint{font-size:8px;color:#9ca3af;font-weight:500;font-style:italic;margin:0}.case-types-bars{display:flex;grid-gap:2px;gap:2px;flex:1 1;border-radius:6px;overflow-x:auto;overflow-y:hidden;background-color:rgba(243,244,246,.3);scrollbar-width:thin;scrollbar-color:rgba(156,163,175,.5) transparent;max-width:calc(100vw - 420px)}.case-types-bars::-webkit-scrollbar{height:4px}.case-types-bars::-webkit-scrollbar-track{background:transparent}.case-types-bars::-webkit-scrollbar-thumb{background:rgba(156,163,175,.5);border-radius:2px}.case-types-bars::-webkit-scrollbar-thumb:hover{background:rgba(156,163,175,.7)}.case-type-bar{display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;position:relative;min-width:70px;flex-shrink:1}.case-type-bar:hover{transform:scaleY(1.1);filter:brightness(1.1);z-index:10}.case-type-bar.active{transform:scaleY(1.2);z-index:20;box-shadow:0 2px 4px rgba(0,0,0,.2)}.case-type-content{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3px 2px;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.5);width:100%;height:100%;text-align:center}.case-type-name{font-size:7px;font-weight:600;line-height:1;text-align:center;word-wrap:break-word;word-break:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;max-width:100%;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.case-type-count{font-size:9px;font-weight:700;margin-top:1px;flex-shrink:0}.case-types-empty{text-align:center;padding:20px;color:#9ca3af;font-size:12px;font-weight:500}@media screen and (max-width:768px){.case-types-bar-wrapper{padding:6px 10px}.case-types-bars{height:35px}.case-type-name{font-size:6px;line-height:.9}.case-type-count{font-size:8px}.case-type-bar{min-width:60px}.case-types-hint{display:none}}@media screen and (max-width:480px){.case-types-header{flex-direction:column;align-items:flex-start;grid-gap:2px;gap:2px}.case-types-total{font-size:10px}}.main-dashboard-wrapper{height:100%;width:100%;display:flex;flex-direction:column}.filter-dropdown-container{position:relative;display:flex;flex-direction:row;align-items:center;grid-gap:8px;gap:8px}.filter-current-selection{font-size:.75rem;font-weight:600;color:#374151;text-transform:uppercase;letter-spacing:.5px;background:rgba(59,130,246,.1);padding:2px 6px;border-radius:4px;border:1px solid rgba(59,130,246,.2);white-space:nowrap;min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content}.resolution-time-on-demand{height:100%;width:100%}.load-on-demand-container{display:flex;align-items:center;justify-content:center;height:300px;background:linear-gradient(135deg,rgba(99,102,241,.05),rgba(139,92,246,.05));border-radius:8px;border:1px solid rgba(99,102,241,.1)}.load-on-demand-content{text-align:center;max-width:300px;padding:2rem}.load-icon{margin:0 auto 1rem;width:48px;height:48px;color:#6366f1;opacity:.7}.load-on-demand-content h3{font-size:1.25rem;font-weight:600;color:#374151;margin:0 0 .5rem}.load-on-demand-content p{font-size:.875rem;color:#6b7280;margin:0 0 1.5rem;line-height:1.5}.load-data-button{display:inline-flex;align-items:center;grid-gap:.5rem;gap:.5rem;padding:.75rem 1.5rem;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;border:none;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 4px rgba(99,102,241,.2)}.load-data-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 8px rgba(99,102,241,.3);background:linear-gradient(135deg,#5b5fd1,#7c3aed)}.load-data-button:active:not(:disabled){transform:translateY(0);box-shadow:0 2px 4px rgba(99,102,241,.2)}.load-data-button:disabled{opacity:.7;cursor:not-allowed;transform:none}.button-spinner{width:16px;height:16px;border:2px solid hsla(0,0%,100%,.3);border-top-color:#fff;border-radius:50%;animation:spin 1s linear infinite}.dashboard-top-bar{width:100%;height:60px;padding:5px 20px 0;flex-shrink:0}.box-top-treemap{width:100%!important;height:110px!important;min-height:110px!important;max-height:110px!important;background:linear-gradient(135deg,hsla(0,0%,100%,.95),hsla(0,0%,100%,.8));border-radius:12px;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);border:1px solid hsla(0,0%,100%,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:8px 16px}.main-dashboard-filter{height:90px;width:100%}.main-dashboard-body,.main-dashboard-body-ext{display:flex;height:calc(100vh - 160px);width:100%;position:absolute;left:0;top:150px;flex:1 1}.main-dashboard-body-left{width:60%}.main-dashboard-body-left,.main-dashboard-body-right{display:flex;align-items:center;flex-direction:column;justify-content:flex-start;height:100%;padding:.25vw .5vw 70px .25vw;overflow:hidden;overflow-y:scroll;-ms-overflow-style:none;scrollbar-width:none}.main-dashboard-body-right{width:40%;background:linear-gradient(135deg,var(--gray-50,#f9fafb),var(--bg-secondary,#f3f4f6));grid-gap:30px;gap:30px}.main-dashboard-body-left::-webkit-scrollbar,.main-dashboard-body-right::-webkit-scrollbar{display:none}.wrapper-filters{display:flex;justify-content:flex-end;overflow:hidden!important;margin:2px 0 8px 20px!important}.range-picker{min-width:150px!important;max-width:150px!important;border:none!important;margin:0!important;padding:0!important}.range-picker,.range-picker .p-inputtext{height:32px!important;font-size:.85em!important;box-sizing:border-box!important;display:flex!important;align-items:center!important}.range-picker .p-inputtext{padding:4px 8px!important;line-height:1.4!important}.info-space{display:flex;flex-direction:column;height:100%}.info-space-A{grid-gap:2vw;gap:2vw;flex-direction:row;width:100%;height:80px;align-items:center;padding:0 0 0 3vw;border-radius:0;background-color:rgba(0,0,0,.056)!important}.info-space-A,.info-space-B{display:flex;justify-content:flex-start}.info-space-B{flex-direction:column;height:100%;margin-left:3rem;width:calc(100vw - 260px)!important;grid-gap:20px;gap:20px;overflow:hidden;overflow-y:scroll;-ms-overflow-style:none;scrollbar-width:none}.info-space-B::-webkit-scrollbar{display:none}.tooltip-box{padding:15px;background:#667482;color:#fff;border-style:solid;background-color:#6b6b6c;border-width:3px}.tooltip-label{font-size:12px;font-weight:500}.tooltip-value{font-size:16px;font-weight:600}.box{width:100%;padding:1rem 0 0 1rem}.modern-chart-section{height:100%}.modern-chart-container{height:calc(100% - 20px);padding:0}.modern-treemap-section{height:100%}.modern-treemap-container{height:calc(100% - 20px);padding:0}.box2{padding-top:0;min-height:300px;height:40%}.box7,.box8{padding:1rem 0 0 1rem;height:auto;max-height:60vh;min-height:300px;overflow:hidden;display:flex;flex-direction:column;flex-shrink:0}.box8{margin-top:20px}.box5{height:350px;max-height:350px;min-height:350px;overflow:hidden;display:flex;flex-direction:column}.box-down,.box-up{display:flex;justify-content:space-between;width:100%;grid-gap:20px;gap:20px}.box-down{align-items:center;flex-wrap:wrap}.box-down::-webkit-scrollbar{display:none}.global-left{display:flex;flex-direction:column;animation:fadeIn 5s}.lines-right-top{display:flex;width:100%;height:90px}.lines-right-container-top-A{display:flex;flex-direction:column;justify-content:center;align-content:center}.case-name{color:#fff;margin-left:10px!important;margin-right:0!important;margin-top:12px;height:30px}.lines-right-container-top{height:122px}.lines-right-container-bottom,.lines-right-container-top{padding:var(--space-4,1rem);box-shadow:var(--shadow-lg,0 10px 15px -3px rgba(0,0,0,.1));background:linear-gradient(135deg,hsla(0,0%,100%,.95),hsla(0,0%,100%,.8));-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.2);width:100%;border-radius:var(--radius-xl,12px);transition:all var(--transition-normal,.3s ease-in-out)}.lines-right-container-bottom{display:flex;align-items:center;margin-top:var(--space-4,1rem);height:220.5px}.totalCases-text{margin:0;text-align:center}.totalCases-value{margin:10px 0 0;text-align:center;font-weight:500}.global-text{margin:0;text-align:center;font-size:15px}.avgResolution-value{margin:10px 0 0;text-align:center;font-weight:500}#global{display:flex;justify-content:flex-end;align-items:center;height:100px;width:100%;overflow-x:scroll;-ms-overflow-style:none;scrollbar-width:none;grid-gap:10px;gap:10px}#global::-webkit-scrollbar{display:none}#messages{display:flex;width:auto;grid-gap:20px;gap:20px;height:28px;justify-content:flex-end;align-items:center;transition:width 2s;overflow-x:scroll;overflow-y:hidden;-ms-overflow-style:none;scrollbar-width:none;margin-right:0;padding:0 0 0 40px}#messages::-webkit-scrollbar{display:none}.logsTable{margin-top:18px;padding:15px;height:34vh;box-shadow:2px 2px 7px rgba(1,41,57,.5411764705882353);background-color:hsla(0,0%,100%,.867);border-radius:5px}.apexcharts-treemap-rect{width:100%;height:100%}.filter-toggler{box-shadow:none!important;width:70px!important;height:24px!important;padding:0 15px 0 17px!important}.direction{margin-left:-9px!important}@media screen and (max-width:1100px){.box2{padding-top:5vh;width:100%}.main-dashboard-body,.main-dashboard-body-ext{display:flex;flex-direction:column;height:100vh;justify-content:flex-start;overflow-y:scroll;-ms-overflow-style:none;scrollbar-width:none}.main-dashboard-body-ext::-webkit-scrollbar,.main-dashboard-body::-webkit-scrollbar{display:none}.main-dashboard-body-left{min-height:100%;padding:1.17rem 0 0}.main-dashboard-body-left,.main-dashboard-body-right{display:flex;align-items:center;flex-direction:column;justify-content:flex-start;width:100%}.main-dashboard-body-right{min-height:100vh;padding:10px 0 30vh}.box,.box2{width:78%;padding:10px 30px}#global{display:flex;justify-content:flex-end;height:auto;margin:0;overflow-x:scroll!important}.main-dashboard-wrapper{padding:0}.lines-right{grid-gap:20px;gap:20px;height:100%;width:100%}.lines-right-container{display:flex;flex-direction:row;width:70%}.lines-right-container-top{background-color:hsla(0,0%,100%,.867);height:100%;width:100%;border-radius:10px}.lines-right-container-top,.lines-right-container-top-A{padding:15px;display:flex;justify-content:center;align-content:center}.lines-right-container-top-A,.lines-right-container-top-B{flex-direction:column;width:45%;height:111%}.lines-right-container-bottom,.lines-right-container-top-B{display:flex;justify-content:center;padding:15px}.lines-right-container-bottom{align-content:center;background-color:hsla(0,0%,100%,.867);margin:0;height:171px;width:100%;border-radius:10px}.lines-right{display:flex;flex-direction:column;margin:10px 0 0 40px;height:46%;width:calc(100% - 70px)}.range-picker{transition:width 2s}.info-space{justify-content:space-between}.info-space-B{width:calc(100vw - 250px)!important;display:flex;margin-left:30px;padding-top:3px;grid-gap:20px;gap:20px}#messages{justify-content:flex-end}.wrapper-filters{margin-right:10px!important}}@media screen and (max-width:1200px) and (min-width:901px){.dashboard-top-bar{height:120px;padding:5px 10px}.box-top-treemap{height:100px!important;min-height:100px!important;max-height:100px!important}.main-dashboard-body,.main-dashboard-body-ext{height:calc(100% - 120px)}.main-dashboard-body-left,.main-dashboard-body-right{width:100%;padding:1vw}.main-dashboard-body{flex-direction:column}}@media screen and (max-width:900px){.dashboard-top-bar{height:100px;padding:5px}.box-top-treemap{height:80px!important;min-height:80px!important;max-height:80px!important}.main-dashboard-body{width:calc(100vw - 68px)}.main-dashboard-body,.main-dashboard-body-ext{height:calc(100% - 100px)}.box{width:80%;padding:0}.main-dashboard-body-left{min-height:calc(60% + 5vmax);padding:5vw 0 100px}.main-dashboard-body-left,.main-dashboard-body-right{display:flex;align-items:center;flex-direction:column;justify-content:flex-start;width:100%}.main-dashboard-body-right{min-height:100vh}.info-space-A{display:flex;height:65px;overflow-x:scroll;-ms-overflow-style:none;scrollbar-width:none;padding-right:0}.loader-dashboard-chart{display:flex;width:100%;height:100vh}.info-space-A::-webkit-scrollbar{display:none}.wrapper-filters{margin-right:0!important}.info-space-B{display:flex;width:calc(100vw - 112px)!important}.box-up{grid-gap:5px;gap:5px;margin-top:0}.box-down,.box-up{flex-direction:column}.box-down{display:flex;height:auto;margin-top:10px;margin-bottom:10px}#messages{justify-content:flex-end;height:auto;grid-gap:5px;gap:5px;padding:0}}@media screen and (max-width:570px){.box{width:calc(90% - 5vw);padding:0}#messages{justify-content:flex-start}.lines-right-container{height:100%;width:100%}.info-space-B{display:flex;margin-left:24px}.main-dashboard-body-left{display:flex;align-items:center;flex-direction:column;justify-content:flex-start;width:100%;min-height:calc(70% - 2vmax)}.range-picker{width:170px;border:none!important}.lines-right{flex-direction:column;margin:0 0 0 10px;height:100%;width:calc(100% - 30px);grid-gap:20px;gap:20px}.lines-right-top{display:flex;flex-direction:column;width:100%;height:auto;grid-gap:10px;gap:10px}.lines-right-container-top{width:100%}.lines-right-container-bottom{margin:0;width:100%}.lines-right-container-top-A,.lines-right-container-top-B{width:100%;padding:0;height:105%}.case-name{margin-left:0}#global{margin:0 10px 0 0}}.modeler-iframe-wrapper{height:100%;width:100%}.modeler-iframe-container{height:86%;margin:0 auto;overflow:hidden;border-radius:0}.modeler-iframe{height:100%;width:100%}.modeler-iframe-iframe{height:100%;background-color:#efefef;overflow-x:scroll;-ms-overflow-style:none;scrollbar-width:none}.lan-inputText{background-color:red;width:32vw!important;height:100px}.lan-inputText:disabled{background-color:rgba(159,199,194,.389)!important;border-bottom:1px solid red!important;color:#3e678e!important}.modeler-iframe-iframe::-webkit-scrollbar{display:none}.modeler-iframe-header{margin-bottom:10px}.load-flow{position:absolute;left:0;right:0;top:0;bottom:0;margin:auto 0}@media screen and (max-width:900px){.modeler-iframe-wrapper{padding:0}.modeler-iframe-header{margin:0}.modeler-iframe-container{margin:0;height:88vh;box-shadow:none;border-radius:0}.modeler-iframe,.modeler-iframe-iframe{height:100%}}@media screen and (max-width:570px){.load-flow{position:absolute;left:0;right:0;top:0;bottom:0;margin:auto 0}.modeler-iframe-container{height:calc(100% - 180px);margin:0 0 0 -20px;border-radius:0}}.edit-app-wrapper{height:97%;width:100%;padding:2rem;overflow:hidden}.edit-app-container{background-color:#efefef;height:99%;width:100%;padding:0 25px;overflow-y:scroll;-ms-overflow-style:none;scrollbar-width:none;border-radius:20px;max-width:1180px;margin:0 auto}.edit-app-container::-webkit-scrollbar{display:none}@media screen and (max-width:900px){.edit-app-wrapper{height:100%;padding:0}.edit-wrapper{padding-left:0}.edit-app-container{padding:0;height:100%}}.events-page{height:100vh;width:100%;background-color:#fff}.login-container{justify-content:flex-start;width:100%;height:100%;padding-top:22vh}.login-container,.wrapper{display:flex;flex-direction:column;align-items:center}.wrapper{justify-content:center;background-color:rgba(25,45,64,.5803921568627451);padding:1.5rem;height:auto;border-radius:15px;min-width:auto}.loading{height:100%;width:100%;border-radius:20px;animation-name:example;animation-duration:3s;animation-iteration-count:infinite;animation-timing-function:ease-in-out}.ticket-action-container{position:absolute;bottom:17px;right:18px}.tickets-modelu-btn{background-color:initial!important;color:#000!important;grid-gap:10px!important;gap:10px!important;box-shadow:none!important;display:flex!important;align-items:center!important;border-radius:30px!important;margin-bottom:1px!important;margin-right:10px!important}.ticket-icon,.tickets-modelu-btn:hover{color:#fff!important}.ticket-title{font-size:14px;font-weight:330}.logins-container{display:flex}.ticket-number{position:absolute;right:0;top:0;border-radius:50%;padding:2.5px 6px;background-color:#f04;font-size:12px;color:#fff;margin-top:-12px;margin-right:10px;cursor:default}.long-number{padding:2.5px 5px;border-radius:12%}.bye-txt{font-size:1.2em;height:100px;color:#f5f5f5}@keyframes float{0%{box-shadow:0 5px 15px 0 rgba(0,0,0,.6);transform:translatey(0)}50%{box-shadow:0 25px 15px 0 rgba(0,0,0,.2);transform:translatey(-10px)}to{box-shadow:0 5px 15px 0 rgba(0,0,0,.6);transform:translatey(0)}}@media screen and (max-width:900px){.login-container{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;width:100%}.wrapper{align-items:center;justify-content:center}}@media screen and (max-width:570px){.login-container{display:flex;justify-content:flex-start;align-items:center;width:100%;padding-top:20vh}.login-container,.wrapper{flex-direction:column}.tickets-modelu-btn:hover{background-color:initial!important;color:#000!important;grid-gap:10px!important;gap:10px!important}.ticket-icon{color:rgba(31,30,30,.699)}}.my-apps-wrapper,.my-apps-wrapper-ext{height:100%;width:100%;position:absolute;left:0}.my-apps-container{border-radius:5px;display:flex;flex-direction:column;height:100%;overflow:hidden;padding-bottom:0}.my-apps-header{display:flex;align-items:center;justify-content:space-between;padding:2rem;height:70px}.adjust-trash{margin-left:-70px!important}.adjust-trash,.adjust-trash3{color:#3e678e!important;background-color:initial!important}.adjust-trash3{margin-left:-50px!important}.adjust-trash3:hover{color:red!important;background-color:initial!important}.adjust-trash2{color:#3e678e!important;margin-left:-50px!important;top:-4px!important;background-color:initial!important}.adjust-trash2:hover,.adjust-trash:hover{color:red!important;background-color:initial!important}.my-apps-list{margin:0 auto;height:calc(100% - 65px);display:flex;align-items:flex-start;flex-wrap:wrap;justify-content:flex-start;padding:1rem 2vw;overflow-x:scroll;-ms-overflow-style:none;scrollbar-width:none;width:100%}.my-apps-list::-webkit-scrollbar{display:none}.my-apps-list-item{margin:10px;display:flex;justify-content:center}.new-app-button{height:40px!important;margin-top:10px!important;margin-right:0!important}.list-empty-apps-wrapper{height:79%;width:100%;display:flex;justify-content:center;align-items:center;color:#000}.list-empty-apps-message{font-size:1.2em;text-align:center;color:#000;font-weight:400!important;margin:20px 0 10px!important}.new-app-button{font-size:16px!important;height:32px!important;width:150px!important}.filters-apps{margin-top:1vh;height:40px!important}.lightning{color:#fff!important}.title-section{color:rgba(24,95,115,.5803921568627451);margin:0;font-size:1.3em}.subtitle-section{color:#6f7a88;margin-top:4px;margin-right:30px;margin-bottom:0;line-height:34px;font-size:.9em}.engine-title-wrapper{padding-left:2.5vw;height:4vw;display:flex;align-items:center;justify-content:flex-start;flex-direction:row;width:100%;grid-gap:1vw;gap:1vw;background-color:rgba(0,0,0,.056)!important}@media screen and (max-width:900px){.subtitle-section{color:#6f7a88;margin-top:1px;margin-bottom:0;line-height:30px;font-size:.5em}.engine-title-wrapper{height:35px;width:100%;margin:0 auto}.title-section{justify-content:center;padding:0;font-size:.7em}.my-apps-wrapper{padding:0}.my-apps-container{padding-bottom:0}.my-apps-header{padding:1rem;height:55px}.my-apps-list{padding:1rem 2vw}.list-empty-apps-wrapper,.my-apps-list{height:calc(100% - 55px)}}@media screen and (max-width:570px){.my-apps-list{justify-content:center}.adjust-trash{color:#3e678e!important;margin-left:-90px!important;background-color:initial!important}.engine-title-wrapper{height:35px;width:100%;margin:0 auto}.my-apps-list-item{margin:3vw;display:flex;justify-content:center}.my-apps-container{padding:0 0 70px}}.header-flows{background-color:rgba(34,56,77,.06274509803921569);display:flex;justify-content:center}.modeler-wrapper{width:100%;height:100%;padding:0}.modeler-container{height:100vh;overflow:hidden}.modeler-header{display:flex;align-items:center;justify-content:right;padding:0 2rem;height:60px;width:100%}.table-wrapper{height:100%}.edit-button{background-color:#22384d!important;margin-left:1rem!important;border:1px solid #22384d!important}.edit-button:hover{color:#fff;border-color:#22384d!important}.actionButton{height:20px!important;margin-bottom:0!important;margin-right:0!important}.actionButton:hover{background-color:#f04!important}.create-button{padding-top:4px!important;padding-left:5px!important;max-width:105px!important;background-color:initial!important;box-shadow:none!important;color:#f6f5f5!important;grid-gap:10px!important;gap:10px!important;margin:0!important}.filters-modeler{min-width:265px;margin:0!important}.pi-plus{color:#f6f5f5!important;margin-right:0!important}.table-modeler-wrapper{min-height:100%;width:100%;display:flex;justify-content:center;align-items:center}.modeler-table,.modeler-table-ext{max-width:1280px;padding:1.5rem 1.5rem 0;height:85vh;width:100%;position:absolute;left:0}.modeler-table2{max-width:1280px}.modeler-table4{width:calc(100vw - 320px);max-width:1180px}.modeler-table3{width:calc(100vw - 340px);max-width:1180px;max-height:100vh!important;overflow-x:scroll;-ms-overflow-style:none;scrollbar-width:none;margin:0 auto;height:calc(100vh - 45px);padding:2rem 0}.modeler-table::-webkit-scrollbar{display:none}.modeler-message{font-size:1.5em;color:#22384d;text-align:center;margin-top:40px!important;margin-bottom:0!important}.modeler-filter{background-color:rgba(97,93,93,.8)!important}@media screen and (max-width:900px){.modeler-table4{width:calc(100vw - 120px);max-width:1180px}.modeler-table{width:calc(100vw - 66px);height:20vh}.modeler-table-ext{width:100vw;height:89vh}.modeler-table2{max-height:80vh;margin:0 auto}.modeler-table3{max-width:calc(100vw - 70px)!important}.table-modeler-wrapper{min-height:100%;width:70vw;display:flex;justify-content:center;align-items:center}.modeler-container,.modeler-wrapper{padding:0}.table-wrapper{margin:0 1rem;padding:1rem 0;overflow:hidden;overflow-x:scroll;-ms-overflow-style:none;scrollbar-width:none}.table-wrapper::-webkit-scrollbar{display:none}.button{width:50%}.modeler-header{width:100%;border-radius:0;overflow:hidden;overflow-x:scroll;-ms-overflow-style:none;scrollbar-width:none}.modeler-header::-webkit-scrollbar{display:none}.sub-header{display:flex;width:500px}}@media screen and (max-width:570px){.modeler-table{height:75vh!important}.modeler-table3{width:calc(100vw - 90px);padding:10px 1.5rem;height:95vh}.modeler-filter{margin-left:0}.create-button{padding-top:7px!important;height:40px!important;margin-bottom:0!important}.modeler-message{font-size:16px;margin:0!important}.table-wrapper{margin:0 1rem;padding:1rem 0;overflow:hidden;overflow-x:scroll;-ms-overflow-style:none;scrollbar-width:none}.table-wrapper::-webkit-scrollbar{display:none}}.apps-history-wrapper{width:100%;height:100%;padding:3vw;max-width:1180px;margin:0 auto}.instances-title{margin:0 20px 20px 25px}.instaneID-cls{font-size:.8em}.apps-container{display:flex;flex-direction:column;width:100%;justify-content:center;margin-top:10px}.app-overview{display:flex;flex-direction:center;align-items:center;margin-bottom:1rem!important;height:50px;grid-gap:10px;gap:10px;background-color:rgba(62,85,82,.374);padding:2px 0 7px 1px;border-radius:20px}.marginTop{margin-top:10px;margin-left:10px!important}.action-btn{height:20px!important;margin-right:10px!important}.product-overview-apps{grid-gap:20px;gap:20px;margin-top:7px;margin-bottom:5px;margin-left:0;overflow:hidden;overflow-x:scroll;-ms-overflow-style:none;scrollbar-width:none;width:75vw}.product-overview-apps::-webkit-scrollbar{display:none}.overview-apps-wrapper{display:flex;width:100%;height:50px}.status-1{background-color:initial;color:#5f5e5e!important}.search-btn{margin:0 0 0 10px!important;background-color:initial!important;box-shadow:none!important}@media screen and (max-width:900px){.product-overview-apps{margin-left:0}.app-overview{display:flex;flex-direction:center;align-items:center;margin-bottom:.8rem!important;height:50px;background-color:rgba(62,85,82,.374);padding:7px 0 7px 2px;border-radius:10px}.apps-container{margin-top:0}}@media screen and (max-width:570px){.apps-history-wrapper{width:100%;height:100%}}.headerFile{position:fixed;top:0;left:0;width:100vw;color:#f0f8ff;display:flex;justify-content:space-between;align-items:center;padding:20px;-webkit-backdrop-filter:blur(100px)!important;backdrop-filter:blur(100px)!important}.qr-container{height:30vw;margin:0 auto;min-width:30vw;background:#fff;padding:30px;border-radius:10%}.radar-circle{width:37.5vw;height:37.5vw;animation:pulse 3s infinite}.radar-circle,.radar-circle2{position:absolute;border:2px solid #01ff03;border-radius:10%}.radar-circle2{width:38.5vw;height:38.5vw;animation:pulse 2s infinite}.radar-circle3{width:31vw;height:31vw;border-radius:12%;position:absolute;width:42vw;height:42vw;border:2px solid #01ff03;border-radius:15%;animation:pulse 5s infinite}.radar-overlay{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;pointer-events:none}.radar-text{color:#fff;font-size:1.1em;font-weight:700;text-align:center;margin:30px auto 0}.actions-file{display:flex;grid-gap:10px;gap:10px;background-color:initial!important}.file-title-container{display:flex;flex-direction:column;align-items:center;max-width:70vw}.titleFile{font-size:1em!important;padding:4px;max-width:70vw!important;overflow:hidden;text-overflow:ellipsis;font-weight:350;border-radius:18px!important}.titleFile,.uploadDateFile{margin:0;white-space:nowrap}.uploadDateFile{font-size:.75em!important;padding:2px 4px;color:rgba(240,248,255,.8);font-weight:300;text-align:center}.white-btn{background-color:initial!important;min-width:30px!important;max-width:30px!important;margin-right:0!important;display:flex!important;justify-content:center!important;padding:0!important}.back-img{padding:0!important}.back-img,.download-img{width:30px!important}.txt-body{text-align:center;max-width:400px!important}.contentFile{position:fixed;top:0;left:0;background-color:rgba(0,0,0,.578);height:calc(100% - 65px);width:100vw;margin-top:70px;padding:10px;display:flex;justify-content:center;align-items:center;color:#f5f5f5;-webkit-backdrop-filter:blur(30px)!important;backdrop-filter:blur(30px)!important}.file-wapper{background-color:initial!important;overflow:hidden!important}.auto-class{width:auto;height:auto}.img-class{display:flex;justify-content:center;max-width:85vw;max-height:80vh}.html-viewer{border:1px solid #dee2e6;border-radius:8px;background-color:#fff;box-shadow:0 4px 6px rgba(0,0,0,.1)}.doc-class{flex-direction:column;align-items:center;width:40vw;height:63vh}.doc-class,.qr-class{display:flex;justify-content:center}.qr-class{max-width:85vw;max-height:80vh}.btn-pdf{background-color:initial!important;border:none!important;color:#fff!important;padding:0!important;height:30px!important;width:30px!important;border-radius:15px!important}.btn-pdf:disabled{background-color:rgba(226,236,226,.082)!important;color:hsla(0,0%,100%,.375)!important}.btn-pdf:hover{background-color:#f04!important}.btn-pdf:hover:disabled{background-color:rgba(226,236,226,.082)!important}.pdf-wrapper{height:100px!important}.mobile__pdf__container footer{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAUAAAAAoBAMAAAB9bj4aAAAAKlBMVEUNDQ0HBwcLCwsEBAQBAQEJCQkKCgoMDAwCAgIDAwMGBgYFBQUICAgAAACir0z5AAARwklEQVR4AQ3Ghcve5sLA4d8t8Txwr66Q6juF1B2yrmYfpKv3bJC6HkjdIXU9kHZag9TstAfSvav3QHq2zgfP3P+Xbxd2SRqn/DjdCj7W37+YWmmEHMS63O0BeLbPJylJnhxKGgFklffO/Mi2qlYjUF/fPGhYjFnM1g+OnfLlpo+EgSy88zudal4VDHw19bdgAzoWIYrcSWMsLy5lyyvo8laWYNdZf/dpMM1oPg4JMn6ziJpvULUjeYm/1Kg4AV9giTO0Gyw7uVYXlmo3ewHDTMc9tvIw84I9fIG6dqhn7/4OkuwXwQouNBE63nSXZHAa8VKgq8Zy7YRVqNlrYUutmZtVy3CE3fbZ+fIP66M6Tc4h5jlOede1iDF9EzZnjBOi+/3hWBbUQEtmeL/3K+8CTF9MxCP3cSPAgaRYnRW9cbmMdZsctnwexowV1/30PTxuvfh/syZ/m+6OGILA0248lICKSAkNtYfcvbuoPzsckqdlzIroQx2reS0iCxxWUYbwEUKTw3zLpwLwEOpgV8PidBTW5BpXiEQQK1LyPSgBX1delzr1G6Cq/IvSo9mtzEA1PKjXPchPUqeXwRV9vTLMcCiE/jz7YIPcdQ78VyNHpYco/ZTKzjK7xDtoD1Z21jQ9spKiCnEAkaOos9pHFyKJr5kYVpK9jp583NrZERFSgTOERIChbsNvuiQRKBORn4kjB5uogU8968skucUhe8QbVngxc4gtAaDbukWYkQirC6jccfEKmdCiNzagiYKH3v5W+1yvRiVoIntOHfkVSSYvuorvdq7IPucG4+9n4AEQSteq036hBUyb1rULnnRnmV+73fdit6oEOXMTly0v3bLxBVkaDgLrPTyykmjeZ61S78UsLytUx59eIqNYNnFLvVnIGs5Jciy7FM+aLZEgyAKa6a+psPwKT7OCoInjCDg+gsA/T4toatFhJQP89wG8SyALQhpsM7OK1C/lAaJYwZpV7f3uBcI3Jw2g6cnhzZFXJMStIs5y4WBwgWO//j0mtAtnqEvThi08yCh3ahKGhv2hayathgBOQ1r0vSRy0G4MBg3sHP8CNNjvAzlRjUVhDqfEDxJ7parB8qygJJLQ/uYMlfcO9HbaU6rbnlOPY96tL7n9z5ARNiApNwwleCOpGlG16IqCranXImxrflw2JikEVZXPAapXSkGuDbINFhGXeJVFWH8WP3uhW4vQxhXhYhcEODkgHRO5YAVQVjMhSthQc/TmgHjH9k/sTvBwS7Isx6ZEA03cPWZxEnEME9xWDbrQuAtEUeT1lhw8MwtsLmf4UUZpP8AN48LS6kQKA2bz84IA0yojCAkJh71r0hYKuvslCSOxK7CBwoJm7z34FzSucvwXPE7HmZXcyIISsgJecQV84iDIyrvtTxenHVh0Ak97DsrlvrLhRV7NafHglcmCSv/B59NWweLHa9cPYROu8kn9miBYbi3DD3CNJg42S7Sec9hqfL08aHxTuFAXry1VNDaX9jySz4ehwxS4hnXDs3rga7+AG2HwtG95GxoyoGKfK99/kDOt41b1o7AczYVzQyuJFwhthwvrlJATuo8F2kA42RQ44asj7ugSXJe2e2ekabcR8MmNiM/qe0X+lU9tXUg5ftucpblDoU5j73I9CGtZ+BqIsKCVOuWWrtTk2EkafY9hXqITa5FpyNJky5ocu8rLZbvBo7LVrfB9Eg4+A5zSTULGO71LWjEJiZ39PdDNux6wAtycgMit2Byl52NIqtEiAN47npjrJLaXlCFYwowAFrnHdIfsWZfGSQFcs5/+SMOltdsVQHoXqXjH8CGUKRSgCiaAd8lt7KyMZNzk+/9zgygwlMX1PyGOHrGN3cyrS2TAdASp996QjrCiyUJGdebPARTJ+opOQeg/aKXm+SlcwZuS6lSeZbXi32DKP6MI2YMYFnid+bARrH/DgjO8lPsvu8dixKsjzthoJPCEAUMgzBB1nVlQuYbE+s+n4vqA4D7wBYI4nSSaA1z6ltTxU+Qdx7joNljY2ZCywOEpb9lR2QeAOIG/WjGHvy4K+hTtdQnLEDk/hdN5nvc/g1hxfnOmN58jKrRuO1Hh31xLCWQRl/fG7mdFtJSqV+oGfDGTQ9fno/7UTf6+h8hzSk5qCxkcL6P8Wly0axVriX0aBSv0NYLXAk9FObVEb5XBCbQwDXyE2lWYUDmrHj2LqCeji4kWe5rFZMqU8Vd1iXQSCY9oSkHLpyY/Jh7PI64tO0lYqsxUu1NnP/5otfd4JMtoJ+ysZUpba8/4QUQTsN+jjvkmY1x7MUAapZdwNVrgjlMSrrVgLQsf+6UnSVSQeD6xYwNckdXnQLdBJwDpEpGfivDLKg/XDgvGjP6zLvXjRvClJGv4nMeddG6mN+CHDWF7kn2jrBuIR4uUwqjcJ6c7TnCnS7vP+/+rYF1EM2wipGzHZhv1msGEuNQUYxIq47QAhTpIvjxTZIzCGt03C+wt5zTTjfyeaX0919Q0D7G6VedTuP0k/S9tVMd6fONgRrIAqMUTLmfGXSoD283EXHLycaQrljOjzB1s+BziEm8G4FRQSnkBppNRS2SbSyZqpToJGMOrZA8p5sY9nBDM1jQmUqlNyrsSogQ9PMvK9J8rPw3BspH4idVWvu2s7XUnuQAfwrvJG2So5i2Th3omIZ7EWKK2kdzFsq0b32Lz7iLVRDnbhxTpBjyTQWy5ceVJKCoCf6rHqCO2dfL1Nu4NIvsD3EPf1oOAD3wAape2jKWmdNXP1UUNCWQZUMbbbNfLTR+KQRmI91tWHSkP6jyemSBtmJgf9ZXl0sxm7HlCDLPC/KqLz9vU1OIF837sxWvkMzvvMqvCA9JBLQOrlv16IIT2mSqMRnQWPCxQNKH3NhGfU30o/NrLDf9eq2GhHZSCZtcA+xbkuCvAWvtlauE27Qhgo6YE9WZWrvdpR0kdF9ViQRj3lkz/pbM5B0YndR8DdkfqvAMf6q/Kd8o91p53a2pO64H/ozW6DP18GUXYVpIkIlOWMxhYbX1Tt0pozSF93vZ9MlvJBKpDJZPpg4SDkBpjEHxsSqK2pHqG59hcHZ9Nj6PQ3dULyL6TSx6mFUq+HQJObQNFLnUdoSsYgNGvGArLCermG567wyAcbPfJ0qpolgBtURQjOeqz1CnTt+B63qVdNRC3Qm/PIrat4j6G4Z98ejoOcV00r2N5kJCbpPnC8um7PbRH1HgJhKTRp3hGUsMld+i+6BMnJ2gcsfGNZtxzXbT+VRS8Q+52pgHg5WJJnpv94BFhecjJriSD6nscKd+kqSY52wFIQmxwJj4j5LkzwBtwyVcRbhwR/zOdpXBIujrxt/zi8Wsj4qqyRc/Rw8sVGgi8RcnpgFkoA/mzGvzbWs/0OYLH+omy/Gme9Yrj+johynICSEmS+Hszi+v3mi4MREOdua66jr6R1nYKDlyGZ4Es0MS0pmMDzLGVKZ6aysm3Kr/CBf3VpP8AhdLJrmgJdfq1yWsZJqSpXYPd8ougMNC2LhsK0veBjS9HBE0OH73jmRmt/ZC+HFguORl8mzUTaN02vER1Ts31FUpgUZcngoh7YmWjfC+qyE0uw+agKcgXdKCI6PmPpM45FJl0GY0wlhv711XJ/Mg40CKDmSMM4qlT+vg1admrqKi9HfH0HJmEaRDfhsIV9kqehmsCvo6PKdS8rlNxFwrP+6or+RtKCoiYDNJKHfktCm07vxuXiI8ZJ3nInqXD3NqBLBcJNG4oE60w2Xwex/lUjLvmAmR1LoGUL3t9M8BAKEj+8Y2GJKVYNqgYNpmyDLL3ga3KErQxmk3fKWQ4nE3tD6IwyfRC6p1jyz0plP+hBoLWkV1BguZKRbkMM8gG4cj3cCmxONngIZKVuVzeFKn7AR8voq2x48z1aOZLjmj4Gruk9GSFIdko4FjfUZxLkRd7kzt4wlrxdeMTpj5tf2t5I76as27mxezENuVRAi5WsUpgXW5l1aEMbAxMhPSr3SbQMj9mXSnyjdCgRFm9XrFVf7KPHi6jmiSBEurmGgmU+5l2P3lAWOt3L7BBsPa8xh1YQseIUreDB1V5E6ExLxboBVJX9p1hkxnFM00EltojE0uWnBq80LFkVAQWYhkubRgE+ze/19R2tbVyhNtek2epNGshvuIOiFhBD8tqwG0UZ1FX7SgVJiNwJ2ERcDwp/rkljoxMFfgdTQGy9AORR3c85FvxwyJ6IoTsQ1oxPlIcNBP4F3x1iv3Oii/TpMiY/0JvcqQcuKhD0u4ZC78BxtgHCAqyPDeS13OLu4R0t6XV2If25pvD3QIep78Tvg/ZsCiszGw5PmmosdkSh98R8TylpFT1T6cCz9UxvcRYnmbRq0jqdj6rp7u9Qfg0jlQHH3O0mkLlzOKVpAC3UJvJIC5fDrlvFQqoZpMKVeePevucC/qPAKMiml7ZaSKaJkiSU2lXrDNqkb2knJXISHoL4NWUSQKpIiNlUxIi6ywaGq2hxjiljTTp/NhLcIsdw7qThFg4HZ6pidzxtABfB6dA5ikQyL34aRUUR9KFjEwpkRnOh7kENpPHQmYpBE4m5uqKiNRM4QucLkd9Gv+O20FdUPXAjdBa9VThzriIFbQ1vF1/nf9+hgGEps6Ijog5UfChcxX9PWfgggv1L6XNj44JCqSOaRdgVQSl6/A2nrteAmHLl8nDCju30UAjPow2HCFaHlDFfjAzt+DUrhriuCpGUzLSJTtUSRksjaMcWHXVx7S8K3kZCEHW0VKNOyhJjtTCt79jzcGq/Zx2C0NGBBn+Pwq2nNGosF74AqP9b8Si6icowa3RsfMbxIr7hgx0Zq3TxzaKQqbFcQt0cTLAaZPmRCLJei5htA/tkAJdEghaUdBGUMWqpq4VfiA0rn3JZwNtkpM2BG7V8pFOT0F/wZamAbCEo2v1ofyaqZTdoxhyyiOfqVnVGiqXmDjgzUqT/QyhPwqsqVjKP9flv36e+7qk4M98aQ83Is+clLUf21SYzGLoEdIhHrZj7jHo7jRR/cv6bIjgrO+lzBn/RkRCZ5e6exdrC8/4A7sCK8J/I40D7JAd3H9YA3YCzuoITbMfHIivS+j8/dAon7RvYWvNzARYCgAVSRvmFUb5powyysn46qE1G2qkYwXlT3zHsC/EnFP2JXtwhvNoGYN/Q4BdvbW9kBcQcVkvI0xtIZM4SW8CXsdKHnQ/A6XTuCJKi1ag35rbxsHN/NG0C16qgJVYi/08wGpaB7YpDzUBNtDPwQb/fWvyrcdOMZg8YspFNvMTXeBgdPI3QVh2BcvUWQUiXSRKtyX3EBf+Rcfqc/iV6mHBcx8uXPYF8I5yC1cobx0EpFYWu87nvaH8OCNwqtPlGGcY8qG6msM3vFwyty5qdYuNyeSWDXQ2YVEWT4gvY5lgx9jEj8RXdrx6a81PbpySrvaqbeWXcfIB5ikH6B78MprpODH6tQlejvRAWDNk5H1z/iMjJRCdvh3h+SAsG48sVoiwhkGmbgYkxj4cJw0wMiQgc3awciYu4VxsPdiDyEibJdgtEOcC0JTkcWookhRhhXxgRK2M4RHmPFJFhOPyDIUs/10lsefR8vV+iG7TYGB9PUqqYVowT/1Pqya19zYOgjL7rprfRC4OdMJMLRwYYtXyWy4zOrNKoxiExjXU5k637eXPvJSyFGBeWNVUfT0VQrHoRY8BxOvLZr1M8LMgQWtQojMIwxhV+8wU0S7ctll/Cw/TvxwL0aiIiWtSN0z3zcPUcZo9j5MG8up1XPuheXsFrnPSra2Wcl9AcRtgNGp2IqiTIgabdish/8nfRbe/X0tEcuCaeLMALwGv2kewvNhSCUqqYRWs+L8xpAS/kvcDdeiLBq8in1ZEc//O/zWlNanCgtQHLr0UOUWW09huEdZMR/fjcHKd8oGDvUyjCWKQpYVVNB68KIYoK1RX1zBh/7UqWGQI7s42/tWbK7LacapNEPNr266hBgoTeib4RMfF15Pt52GTSlFcmg9zBoLFcntIN6WtBtz/DiTYKQPU9zoo6mbHM9xbwVRGnBnBPUFUUTiFRbaB+2rKU3mBMCo0dx+XNKpmVD5qdnIAOFrJ/wdHHF8JXXJImAAAAABJRU5ErkJggg==);height:4rem;position:fixed;bottom:0;left:0;right:0;z-index:1;display:flex!important;align-items:center!important;justify-content:flex-end;width:280px!important;margin-left:auto!important}.mobile__pdf__container .toolbarButton.pageUp{position:absolute;width:18%;height:100%;left:0;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAASCAYAAABb0P4QAAABO0lEQVR4AezQM2IFURiG4RPbThfbO8hOYrNP9pAuttqwmno2ENtOqmvPF/zxwQJu8Q4OngFzOByyElEL6kTxsvUyrBTdIN9HV6hIDvKxx28YdSdCFTF1VBFTR2WYy2azndO91Wq9xtn9bf7+N8rF7Ha7W9O0HrPZvExjV1dXG7qu94lQwsp+Ya7FxcVBxlgy7hdo/ObmZg1j2fv7+6089F9saWlpABvpqZ/g7e3tKsYzUex/6MvLSwmzWCxDQMy/3qwIRXLAdBSEYre3t9sJxb+2HB8fT2OcpVRVVdVMTEz0jI2NdeG+kDAe+DpO6MbGRv3IyEh/fn5+7duLfJuMQLEonDABSPsCUTiK/dgfQJs48UFeflAMXl5ebgI0Jk22gUDAcvDgQY/jx493HDp0aPL06dMTgWLi+PQAAHqaGiPrbrfzAAAAAElFTkSuQmCC);background-size:1.5rem;background-color:rgba(34,56,77,.45098039215686275)!important}.mobile__pdf__container .toolbarButton.pageUp:hover{background-color:#f04!important}.mobile__pdf__container .toolbarButton.pageDown{background-size:1.5rem;background-color:rgba(34,56,77,.45098039215686275)!important}.mobile__pdf__container .toolbarButton.pageDown:hover{background-color:#f04!important}.mobile__pdf__container #pageNumber,.mobile__pdf__container .toolbarButton.zoomOut{background-color:rgba(34,56,77,.45098039215686275)!important}.mobile__pdf__container .toolbarButton.zoomOut{position:absolute;width:50px!important;height:100%;left:64%;background-image:url(/static/media/ZoomOut.427dd9db.svg)!important;background-size:2rem}.mobile__pdf__container .toolbarButton.zoomOut:hover{background-color:#f04!important}.mobile__pdf__container .toolbarButton.zoomIn{width:50px!important;background-size:2rem;background-color:rgba(34,56,77,.45098039215686275)!important;background-image:url(/static/media/ZoomIn.2d0f8c9b.svg)!important}.mobile__pdf__container .toolbarButton.zoomIn:hover{background-color:#f04!important}.mobile__pdf__container #viewerContainer{position:absolute;overflow:auto;width:100%;top:1.5rem;bottom:5.2rem;left:-7px;right:0;transform:translateZ(0);-webkit-transform:translateZ(0);will-change:transform;backface-visibility:hidden;-webkit-backface-visibility:hidden}@media screen and (max-width:1030px){.qr-container{height:300px;margin:0 auto;width:200px;background:#fff;padding:20px;border-radius:10%}.radar-circle{width:378px;height:378px;border-radius:10%;animation:pulse 3s infinite}.mobile__pdf__container #viewerContainer{position:absolute;overflow:auto;width:100%;top:1.5rem;bottom:5.2rem;left:-7px;right:0;transform:translateZ(0);-webkit-transform:translateZ(0);will-change:transform;backface-visibility:hidden;-webkit-backface-visibility:hidden}.mobile__pdf__container #viewerContainer .pdfViewer{overflow:hidden}.doc-class{flex-direction:column;align-items:center;width:40vw;height:89vh}.doc-class,.qr-class{display:flex;justify-content:center}.qr-class{max-width:55vw;max-height:80vh}.file-title-container{max-width:60vw}.titleFile{font-size:.7em!important}.uploadDateFile{font-size:.65em!important}.img-class{max-height:80vh;width:85vw}.headerFile{padding:15px}.back-img{width:2.5vmax!important}.contentFile{margin-top:60px}}@media screen and (max-width:900px){.qr-container{min-height:170px;max-height:170px;margin:0 auto;min-width:170px;max-width:170px;background:#fff;padding:20px;border-radius:10%}.radar-circle{width:218px;height:218px;border-radius:10%;animation:pulse 3s infinite}}@media screen and (max-width:570px){.qr-container{min-height:170px;max-height:170px;margin:0 auto;min-width:170px;max-width:170px;background:#fff;padding:20px;border-radius:10%}.radar-circle{width:218px;height:218px;border-radius:10%;animation:pulse 3s infinite}}.mobile__pdf__container .page{visibility:visible!important;opacity:1!important;transform:translateZ(0);-webkit-transform:translateZ(0)}.mobile__pdf__container #viewerContainer .pdfViewer .page{transform:translateZ(0);-webkit-transform:translateZ(0);will-change:transform;-webkit-backface-visibility:hidden;backface-visibility:hidden}.stage-btn{background-color:initial!important;border:none!important;cursor:pointer;padding:10px 10px 0!important;color:#3e678e!important;font-weight:800!important;font-size:1.3em!important;max-width:100%!important;text-decoration:underline!important}.values-nested{display:flex;grid-gap:10px;gap:10px;flex-direction:column!important}@media screen and (max-width:900px){.stage-btn{background-color:initial!important;border:none!important;cursor:pointer;padding:10px 10px 0!important;color:#3e678e!important;font-weight:800!important;font-size:.9em!important;max-width:100%!important;text-decoration:underline!important}.history-btn{margin-right:20px!important;padding:10px!important}.card{padding:15px 20px 0}.card:first-child{padding-right:20px;padding-top:0}.card:last-child{padding:15px 20px 20px}.report-container{padding:0}.inRow{display:flex;flex-direction:column;width:100%;height:100%}.report-wrapper{display:inline-block;flex-direction:column;height:100vh}.overview{flex:1 0 20%;height:100px}.totalRisk{flex:1 0 20%;max-height:300px}.alert{height:200px}.impact,.overall{flex:0 1;height:500px}}.cors-origins-section{height:100%;width:100%;display:flex;flex-direction:column;background:#fff;border-radius:6px;box-shadow:0 1px 3px rgba(0,0,0,.1);overflow:hidden;position:relative;margin-top:30px}.cors-datatable{flex:1 1}.cors-datatable .p-datatable-scrollable-body,.cors-datatable .p-datatable-scrollable-wrapper{overflow:auto}.cors-table-header{padding:20px 25px;background:#f8f9fa;border-bottom:1px solid #dee2e6;display:flex;justify-content:space-between;align-items:flex-start;grid-gap:20px;gap:20px;position:relative;z-index:1}.cors-header-left h4{margin:0 0 8px;color:#2c3e50;font-size:1.25rem;font-weight:600}.cors-info{display:flex;align-items:center;grid-gap:8px;gap:8px;color:#6c757d;font-size:.9rem;margin-bottom:4px}.cors-info .pi{color:#007bff}.workspace-info{color:#6c757d;font-size:.85rem;margin-bottom:4px}.cors-filter-info{color:#6c757d;font-size:.8rem;font-style:italic}.cors-controls,.cors-header-right{display:flex;align-items:center}.cors-controls{grid-gap:12px;gap:12px}.cors-view-dropdown{min-width:150px}.cors-search{min-width:200px}.cors-add-btn{background:#007bff;border-color:#007bff;font-weight:500}.cors-add-btn:hover{background:#0056b3;border-color:#0056b3}.origin-description{font-size:.85rem;color:#6c757d;margin-top:2px}.cors-empty-state{text-align:center;padding:40px 20px;color:#6c757d}.cors-empty-state h4{margin:16px 0 8px;color:#495057}.cors-empty-state p{max-width:400px;margin:0 auto;line-height:1.5}.cors-form{padding:20px 0}.cors-form .field{margin-bottom:20px}.cors-form label{display:block;margin-bottom:6px;font-weight:500;color:#2c3e50}.cors-form-info{display:flex;align-items:center;grid-gap:8px;gap:8px;padding:12px;background:#e3f2fd;border-radius:4px;color:#1565c0;font-size:.9rem;margin-bottom:20px}.cors-form-info .pi{color:#1976d2}.cors-form-actions{display:flex;justify-content:flex-end;grid-gap:12px;gap:12px;padding-top:20px;border-top:1px solid #dee2e6}@media (max-width:768px){.cors-table-header{flex-direction:column;align-items:stretch;grid-gap:16px;gap:16px}.cors-controls{flex-wrap:wrap;grid-gap:8px;gap:8px}.cors-search,.cors-view-dropdown{min-width:auto;flex:1 1}.cors-add-btn{width:100%;justify-content:center}}.cors-datatable .p-datatable-thead>tr>th{background:#f8f9fa;border-color:#dee2e6;color:#495057;font-weight:600}.cors-datatable .p-datatable-tbody>tr:nth-child(odd){background:#f8f9fa}.cors-datatable .p-datatable-tbody>tr:hover{background:#e9ecef}.cors-actions{display:flex;grid-gap:8px;gap:8px;align-items:center;justify-content:flex-start;position:relative;z-index:1}.cors-datatable .p-button.p-button-text{padding:.5rem;min-width:auto;border-radius:4px;transition:all .2s ease;position:relative;z-index:2;background:transparent;border:1px solid transparent}.cors-datatable .p-button.p-button-text:enabled{color:#495057}.cors-datatable .p-button.p-button-text.p-button-info:enabled{color:#007bff}.cors-datatable .p-button.p-button-text.p-button-danger:enabled{color:#dc3545}.cors-datatable .p-button.p-button-text:enabled:hover{background:rgba(0,0,0,.04)}.cors-datatable .p-button.p-button-text.p-button-info:enabled:hover{background:rgba(0,123,255,.1);color:#0056b3}.cors-datatable .p-button.p-button-text.p-button-danger:enabled:hover{background:rgba(220,53,69,.1);color:#c82333}.cors-datatable .p-button.p-button-text:disabled{opacity:.3;cursor:not-allowed;color:#6c757d!important}.cors-edit-btn:enabled{color:#007bff!important}.cors-delete-btn:enabled{color:#dc3545!important}.cors-edit-btn:enabled:hover{background:rgba(0,123,255,.1)!important;color:#0056b3!important}.cors-delete-btn:enabled:hover{background:rgba(220,53,69,.1)!important;color:#c82333!important}.cors-datatable .p-button.p-button-text:focus{outline:2px solid #007bff;outline-offset:2px}.cors-datatable .p-datatable-tbody>tr>td{position:relative}.cors-datatable .p-datatable-tbody>tr>td .cors-actions,.cors-datatable .p-datatable-tbody>tr>td .cors-actions .p-button{pointer-events:auto}.template-testing-section{height:calc(100vh - 240px);width:100%;display:flex;flex-direction:column;background:#fff;border-radius:6px;box-shadow:0 1px 3px rgba(0,0,0,.1);overflow:hidden;position:relative;margin-top:0;margin-bottom:20px}.template-testing-header{padding:20px 25px;background:#f8f9fa;border-bottom:1px solid #dee2e6;display:flex;justify-content:space-between;align-items:flex-start;grid-gap:20px;gap:20px;position:relative;z-index:1}.header-left h4{margin:0 0 8px;color:#2c3e50;font-size:1.25rem;font-weight:600}.testing-info{display:flex;align-items:center;grid-gap:8px;gap:8px;color:#6c757d;font-size:.9rem}.testing-info .pi{color:#007bff}.header-right .testing-mode-badge{font-weight:600;font-size:.75rem;animation:pulse 2s infinite}.template-testing-content{flex:1 1;padding:20px;overflow-y:auto;overflow-x:hidden;display:flex;flex-direction:column;grid-gap:20px;gap:20px;min-height:0}.template-input-panel{min-height:350px;max-height:400px;flex-shrink:1}.template-controls{display:flex;grid-gap:12px;gap:12px;margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid #eee}.template-textarea-container{margin-bottom:16px}.template-input-textarea{font-family:"Monaco","Menlo","Cascadia Code","Consolas",monospace!important;font-size:12px;line-height:1.4;background:#f8f9fa;border:1px solid #d6dbdf}.template-input-textarea:focus{background:#fff;border-color:#007bff}.validation-status{display:flex;align-items:center;grid-gap:8px;gap:8px;padding:12px 16px;border-radius:4px;font-size:14px;font-weight:500}.validation-status.valid{background:#d4edda;color:#155724;border:1px solid #c3e6cb}.validation-status.invalid{background:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.validation-status .pi{font-size:16px}.template-results-section{display:flex;flex-direction:column;grid-gap:20px;gap:20px;flex:1 1;min-height:0}.template-preview-panel-full{min-height:850px;max-height:none;width:100%;flex:0 0 auto}.template-preview-panel{min-height:350px;max-height:400px}.preview-controls{display:flex;grid-gap:8px;gap:8px;margin-bottom:12px;padding-bottom:12px;border-bottom:1px solid #eee}.template-preview-container{border-radius:4px;overflow:hidden;height:800px;max-height:800px}.template-preview-container iframe{display:block;width:100%;height:100%;border:none;border-radius:4px}.field-analysis-panel-bottom{min-height:650px;max-height:700px;height:auto;width:100%;flex:0 0 auto;overflow:hidden}.field-analysis-panel-bottom .p-scrollpanel{background:#f9f9f9;border:1px solid #e0e0e0;border-radius:4px;overflow-y:auto!important;overflow-x:hidden!important}.field-analysis-panel-bottom .p-scrollpanel,.field-analysis-panel-bottom .p-scrollpanel.p-component,.field-analysis-panel-bottom .p-scrollpanel.p-component .p-scrollpanel-wrapper{height:600px!important;max-height:600px!important}.field-analysis-panel-bottom .p-scrollpanel.p-component .p-scrollpanel-content{height:auto!important;max-height:none!important}.field-analysis-panel-bottom .p-scrollpanel .p-scrollpanel-wrapper{border-right:0}.field-analysis-panel-bottom .p-scrollpanel .p-scrollpanel-bar{background:red!important;width:10px!important}.field-analysis-panel-bottom .p-scrollpanel,.field-analysis-panel-bottom .p-scrollpanel-content,.field-analysis-panel-bottom .p-scrollpanel-wrapper{height:120px!important;max-height:120px!important;overflow-y:auto!important;overflow-x:hidden!important}.field-analysis-panel-bottom,.field-analysis-panel-bottom *,.message-scroll,.message-scroll *,.p-scrollpanel,.p-scrollpanel-content,.p-scrollpanel-wrapper{scrollbar-width:auto!important;scrollbar-color:red #f0f0f0!important}.message-scroll::-webkit-scrollbar,.message-scroll ::-webkit-scrollbar{width:16px!important;background:#ddd!important}.message-scroll::-webkit-scrollbar-thumb,.message-scroll ::-webkit-scrollbar-thumb{background:red!important;border-radius:8px!important}.message-scroll::-webkit-scrollbar-track,.message-scroll ::-webkit-scrollbar-track{background:#f0f0f0!important}.field-analysis-panel-bottom::-webkit-scrollbar,.field-analysis-panel-bottom ::-webkit-scrollbar{width:16px!important;background:#ddd!important}.field-analysis-panel-bottom::-webkit-scrollbar-thumb,.field-analysis-panel-bottom ::-webkit-scrollbar-thumb{background:#00f!important;border-radius:8px!important}.field-analysis-panel-bottom::-webkit-scrollbar-track,.field-analysis-panel-bottom ::-webkit-scrollbar-track{background:#f0f0f0!important}.field-analysis-panel{min-height:350px;max-height:400px}.field-stats{display:flex;grid-gap:20px;gap:20px;margin-bottom:16px;padding:12px;background:#f8f9fa;border-radius:4px;border-left:4px solid #007bff}.stat{display:flex;flex-direction:column;align-items:center;grid-gap:4px;gap:4px}.stat-label{font-size:12px;color:#6c757d;font-weight:500}.stat-value{font-size:18px;font-weight:700;color:#2c3e50}.fields-list{display:flex;flex-direction:column;grid-gap:12px;gap:12px;min-height:300px!important;background:#f9f9f9;border:1px solid #e0e0e0}.field-item{padding:12px;border:1px solid #e9ecef;border-radius:4px;background:#fff}.field-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.field-badges{display:flex;grid-gap:6px;gap:6px}.field-badges .p-badge{font-size:10px;padding:2px 8px}.field-export-id{font-size:12px;margin:6px 0;padding:4px 8px;background:#e3f2fd;border-radius:4px;border-left:3px solid #2196f3}.field-export-id strong{color:#1976d2}.export-id-value{font-family:"Monaco","Menlo","Cascadia Code","Consolas",monospace;background:#fff;padding:2px 6px;border-radius:3px;color:#d32f2f;font-weight:700;margin-left:8px}.field-label,.field-options,.field-placeholder{font-size:12px;color:#6c757d;margin-top:4px}.field-options{font-family:monospace;background:#f8f9fa;padding:4px 8px;border-radius:2px}.message-log-panel{width:100%;min-height:800px;max-height:900px;flex:0 0 auto;overflow:hidden}.message-controls{display:flex;grid-gap:8px;gap:8px;margin-bottom:12px;padding-bottom:12px;border-bottom:1px solid #eee}.message-logger-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;text-align:center;color:#6c757d}.message-logger-empty p{margin-top:16px;font-size:14px;line-height:1.5}.message-logger-stats{display:flex;grid-gap:20px;gap:20px;margin-bottom:16px;padding:12px;background:#f8f9fa;border-radius:4px;border-left:4px solid #28a745}.template-quality-assessment{margin-bottom:16px;padding:16px;background:linear-gradient(135deg,#fff3cd,#ffeaa7);border:1px solid #ffeaa7;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,.1)}.quality-header{display:flex;align-items:center;grid-gap:12px;gap:12px;margin-bottom:12px}.quality-score{font-size:18px;font-weight:700;padding:8px 16px;border-radius:6px;color:#fff}.quality-score.excellent{background:#28a745}.quality-score.good{background:#17a2b8}.quality-score.needs-work{background:#ffc107;color:#856404}.quality-score.poor{background:#dc3545}.quality-details{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px;margin-top:12px}.quality-metric{display:flex;justify-content:space-between;align-items:center;padding:8px;background:hsla(0,0%,100%,.7);border-radius:4px;font-size:13px}.metric-name{font-weight:500}.metric-value{font-weight:700;padding:2px 6px;border-radius:3px}.metric-value.good{background:#d4edda;color:#155724}.metric-value.warning{background:#fff3cd;color:#856404}.metric-value.error{background:#f8d7da;color:#721c24}.message-scroll,.p-scrollpanel.message-scroll{border:1px solid #e0e0e0;border-radius:4px;height:800px!important;max-height:800px!important;overflow-y:auto!important;overflow-x:hidden!important;background:#fcc!important}.p-scrollpanel.message-scroll .p-scrollpanel-bar-x,.p-scrollpanel.message-scroll .p-scrollpanel-bar-y{display:none!important}.p-scrollpanel.message-scroll .p-scrollpanel-wrapper{height:800px!important;max-height:800px!important;overflow-y:auto!important;overflow-x:hidden!important;position:relative!important}.p-scrollpanel.message-scroll .p-scrollpanel-content{height:auto!important;max-height:none!important;overflow-y:visible!important;overflow-x:hidden!important;position:static!important}.p-scrollpanel.message-scroll .p-scrollpanel-wrapper::-webkit-scrollbar{width:16px!important;background:#ddd!important}.p-scrollpanel.message-scroll .p-scrollpanel-wrapper::-webkit-scrollbar-thumb{background:red!important;border-radius:8px!important}.p-scrollpanel.message-scroll .p-scrollpanel-wrapper::-webkit-scrollbar-track{background:#f0f0f0!important}.messages-list{display:flex;flex-direction:column;grid-gap:12px;gap:12px;padding:8px;height:auto!important;background:#f9f9f9;border:1px solid #e0e0e0}.message-item{padding:16px;border:1px solid #e9ecef;border-radius:6px;background:#fff;box-shadow:0 1px 2px rgba(0,0,0,.05);min-height:120px!important;margin-bottom:16px!important}.message-item.form-submission-message{background:linear-gradient(135deg,#fff3e0,#ffe0b2);border:2px solid #ff9800;box-shadow:0 4px 8px rgba(255,152,0,.2)}.message-item.parent-communication{border-left:5px solid #2196f3}.parent-communication-badge{margin-left:8px!important;background:#ff9800!important;color:#fff!important;font-weight:700!important;animation:pulse-badge 2s infinite}.parent-response-status{margin-top:8px;padding:8px;background:#e8f5e8;border-radius:4px;border-left:4px solid #4caf50}.parent-response-status strong{color:#2e7d32}.response-status-indicator{margin-left:8px;font-weight:700}.response-status-indicator.success{color:#4caf50}.response-status-indicator.error{color:#f44336}.response-status-indicator.pending{color:#ff9800}@keyframes pulse-badge{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.message-item.production-message{background:linear-gradient(135deg,#e8f5e8,#f0f8f0);border-left:5px solid #4caf50}.message-item.compliant-message{background:linear-gradient(135deg,#e8f5e8,#d4edda);border:2px solid #28a745;box-shadow:0 4px 8px rgba(40,167,69,.2)}.message-item.non-compliant-message{background:linear-gradient(135deg,#f8d7da,#f5c6cb);border:2px solid #dc3545;box-shadow:0 4px 8px rgba(220,53,69,.2)}.production-compliance-badge{margin-left:8px!important;font-weight:700!important;animation:pulse-badge 2s infinite}.production-analysis{margin-top:12px;padding:12px;background:#f8f9fa;border-radius:6px;border-left:4px solid #007bff}.compliance-score{margin-bottom:8px}.score-indicator{font-weight:700;padding:2px 8px;border-radius:4px;margin-left:8px}.score-indicator.compliant{background:#d4edda;color:#155724;border:1px solid #c3e6cb}.score-indicator.non-compliant{background:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.recommendation{color:#6c757d;font-style:italic}.production-compliance-details{margin-top:12px}.production-compliance-details summary{font-size:12px;color:#007bff;cursor:pointer;-webkit-user-select:none;user-select:none;font-weight:500}.compliance-checks{display:flex;flex-direction:column;grid-gap:8px;gap:8px;margin-top:8px;padding:8px;background:#f8f9fa;border-radius:4px}.compliance-check{display:flex;align-items:center;grid-gap:8px;gap:8px;font-size:12px}.check-icon{font-weight:700;width:16px;text-align:center}.check-icon.success{color:#28a745}.check-icon.danger{color:#dc3545}.compliance-check.passed{color:#155724}.compliance-check.failed{color:#721c24}.check-name{font-size:11px}.message-item.final-payload-message{background:linear-gradient(135deg,#fff8e1,#ffecb3);border:3px solid #ff9800;box-shadow:0 6px 12px rgba(255,152,0,.3);animation:final-payload-glow 3s infinite;position:relative}.message-item.final-approval-message{background:linear-gradient(135deg,#e8f5e8,#c8e6c8);border:3px solid #4caf50;box-shadow:0 6px 12px rgba(76,175,80,.4)}.message-item.final-denial-message{background:linear-gradient(135deg,#ffebee,#ffcdd2);border:3px solid #f44336;box-shadow:0 6px 12px rgba(244,67,54,.4)}.message-item.final-payload-message:before{content:"🎯 CRITICAL SUBMISSION MESSAGE";position:absolute;top:-15px;left:10px;background:#ff9800;color:#fff;padding:4px 12px;border-radius:12px;font-size:10px;font-weight:700;letter-spacing:.5px}.message-item.final-approval-message:before{content:"✅ FINAL APPROVAL PAYLOAD";background:#4caf50}.message-item.final-denial-message:before{content:"❌ FINAL DENIAL PAYLOAD";background:#f44336}.final-payload-badge{font-weight:700!important;font-size:11px!important;padding:4px 10px!important;animation:badge-pulse 2s infinite}.final-payload-compliance-badge{margin-left:8px!important;font-weight:700!important;animation:compliance-pulse 3s infinite}@keyframes final-payload-glow{0%,to{box-shadow:0 6px 12px rgba(255,152,0,.3);transform:scale(1)}50%{box-shadow:0 8px 16px rgba(255,152,0,.5);transform:scale(1.01)}}@keyframes badge-pulse{0%,to{transform:scale(1);background-opacity:1}50%{transform:scale(1.05);background-opacity:.8}}@keyframes compliance-pulse{0%,to{opacity:1}50%{opacity:.7}}.message-header{justify-content:space-between;margin-bottom:8px}.message-header,.message-info{display:flex;align-items:center}.message-info{grid-gap:12px;gap:12px}.message-type-badge{font-size:10px;padding:3px 8px}.message-timestamp{font-size:12px;color:#6c757d;font-family:monospace}.message-summary{font-size:14px;color:#495057;margin-bottom:12px;font-weight:500}.message-data details{margin-top:8px}.message-data summary{font-size:12px;color:#007bff;cursor:pointer;-webkit-user-select:none;user-select:none;font-weight:500}.message-data summary:hover{color:#0056b3}.message-json{background:#f8f9fa;border:1px solid #e9ecef;border-radius:4px;padding:12px;font-size:11px;font-family:"Monaco","Menlo","Cascadia Code","Consolas",monospace;overflow-x:auto;margin-top:8px;line-height:1.4;max-height:200px;overflow-y:auto}.fields-data-summary,.form-data-summary{margin-top:12px;padding-top:12px;border-top:1px solid #e9ecef}.fields-data-summary h5,.form-data-summary h5{margin:0 0 8px;font-size:13px;color:#495057;font-weight:600}.form-fields{display:flex;flex-direction:column;grid-gap:6px;gap:6px;margin-bottom:8px}.form-field-item{display:flex;grid-gap:8px;gap:8px;font-size:12px;align-items:baseline}.form-field-item strong{color:#495057;min-width:80px}.field-value{color:#007bff;font-family:monospace;background:#f8f9fa;padding:2px 6px;border-radius:2px;font-size:11px}.form-metadata{font-size:11px;color:#6c757d;margin-top:8px;padding-top:8px;border-top:1px solid #f1f3f4}.extracted-fields-list{display:flex;flex-direction:column;grid-gap:8px;gap:8px}.extracted-field-item{padding:8px 12px;background:#f8f9fa;border-radius:4px;border-left:3px solid #007bff}.field-name-type{display:flex;align-items:center;grid-gap:8px;gap:8px;margin-bottom:4px}.field-name-type strong{color:#2c3e50;font-size:12px}.field-default-value,.field-label{font-size:11px;color:#6c757d}@media (max-width:1200px){.results-grid{grid-template-columns:1fr}}@media (max-width:768px){.template-testing-header{flex-direction:column;align-items:flex-start;grid-gap:16px;gap:16px}.template-controls{flex-wrap:wrap}.field-stats{flex-direction:column;align-items:center;text-align:center;grid-gap:12px;gap:12px}.message-info{flex-direction:column;align-items:flex-start;grid-gap:6px;gap:6px}}@media (prefers-color-scheme:dark){.template-testing-section{background:#1a1a1a;color:#e0e0e0}.template-testing-header{background:#2d2d2d;border-bottom-color:#444}.template-input-textarea{background:#2d2d2d;color:#e0e0e0;border-color:#555}.message-item{background:#2d2d2d;border-color:#444}}.system-health-dashboard{height:100%;display:flex;flex-direction:column;background:#f8f9fa;border-radius:8px;overflow:hidden}.system-health-header{flex-shrink:0;padding:1.5rem;background:#fff;border-bottom:1px solid #e9ecef}.system-health-content{flex:1 1;overflow-y:auto;padding:1.5rem;max-height:calc(100vh - 200px)}.service-cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:1.5rem;gap:1.5rem;margin-bottom:1rem}@media (min-width:768px){.service-cards-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1200px){.service-cards-grid{grid-template-columns:repeat(4,1fr)}}@media (max-width:767px){.service-cards-grid{grid-template-columns:1fr;grid-gap:1rem;gap:1rem}}.overall-status-card{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-radius:8px;box-shadow:0 1px 3px rgba(0,0,0,.1)}.service-status-card{height:100%;min-height:220px;transition:transform .2s ease,box-shadow .2s ease;border-radius:12px;border:1px solid #e2e8f0;background:#fff;display:flex;flex-direction:column;box-shadow:0 2px 8px rgba(0,0,0,.08)}.service-status-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.15)}.service-status-card .p-card-body{flex:1 1;display:flex;flex-direction:column;padding:1.5rem}.service-status-card .p-card-content{flex:1 1}.service-status-card .text-center{position:relative}.service-status-card .response-time-container{display:flex;justify-content:center;align-items:center;grid-gap:1rem;gap:1rem;margin-bottom:.5rem}.service-status-card .response-time-value{font-size:1.25rem;font-weight:700;letter-spacing:.5px}.system-health-header .flex{align-items:flex-start}.system-health-header h3{margin-right:2rem}.performance-analysis-card{border-radius:8px;box-shadow:0 1px 3px rgba(0,0,0,.1)}.auto-refresh-notice{background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;padding:1rem;margin-top:1rem}.overall-status-card{background:linear-gradient(135deg,#fff,#f8f9fa);border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,.08);padding:2rem}.overall-status-card .flex{grid-gap:2rem;gap:2rem}.overall-status-card .text-right{min-width:160px}.performance-analysis-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.08);padding:1.5rem}.system-health-content h4{color:#495057;font-weight:600;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid #e9ecef}@media (max-width:768px){.system-health-header{padding:1rem}.system-health-content{padding:1rem;max-height:calc(100vh - 160px)}.overall-status-card{padding:1.5rem}.overall-status-card .flex{flex-direction:column;text-align:center}.overall-status-card .text-right{text-align:center;margin-top:1rem}.service-cards-grid{grid-gap:1rem;gap:1rem}.service-status-card{min-height:200px}}.system-health-content::-webkit-scrollbar{width:6px}.system-health-content::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.system-health-content::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.system-health-content::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.status-dot{width:12px;height:12px;border-radius:50%;display:inline-block;margin-right:8px}.status-healthy{background-color:#10b981}.status-degraded{background-color:#f59e0b}.status-unhealthy{background-color:#ef4444}.status-error,.status-unknown{background-color:#6b7280}.performance-thresholds{display:flex;grid-gap:.5rem;gap:.5rem;flex-wrap:wrap;margin-bottom:1rem}.loading-container{min-height:200px;grid-gap:1rem;gap:1rem}.auto-refresh-indicator{animation:pulse 2s infinite}.service-details{font-size:.875rem;background:#f8fafc;border-radius:4px;padding:.75rem;margin-top:1rem}.service-details .detail-row{display:flex;justify-content:space-between;margin-bottom:.5rem}.service-details .detail-row:last-child{margin-bottom:0}.p-badge.performance-good{background-color:#10b981}.p-badge.performance-warning{background-color:#f59e0b}.p-badge.performance-critical{background-color:#ef4444}.system-health-container *{transition:color .2s ease,background-color .2s ease}.crm-admin-config{height:100%;padding:0}.admin-config-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;height:400px;grid-gap:16px;gap:16px;color:#666}.config-tabs{height:100%;position:relative;z-index:1;margin-top:10px}.config-tabs .p-tabview-nav{position:relative;z-index:2;background:#fff;border-bottom:1px solid #dee2e6}.config-tabs .p-tabview-panels{padding:0;height:calc(100% - 70px);overflow-y:auto;position:relative;z-index:1}.config-tab-header{font-weight:600;font-size:.9rem;padding:.75rem 1rem}.pipeline-config-section{display:flex;flex-direction:column;grid-gap:20px;gap:20px;padding:20px;height:100%}.config-toolbar-left h2{margin:0;color:#333;font-size:1.5rem}.config-toolbar-left p{margin:4px 0 0;color:#666;font-size:.9rem}.config-toolbar-right{display:flex;grid-gap:12px;gap:12px}.pipeline-cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));grid-gap:20px;gap:20px;flex:1 1}.pipeline-card{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;border:1px solid #e0e0e0;border-radius:8px;background:#fff}.pipeline-card .p-card-body{padding:20px}.pipeline-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:12px;border-bottom:1px solid #f0f0f0}.pipeline-header h3{margin:0;color:#333;font-size:1.25rem}.stages-list{display:flex;flex-direction:column;grid-gap:12px;gap:12px;margin-bottom:20px}.stage-item{border:1px solid #f0f0f0;border-radius:6px;padding:12px;background:#fafafa;transition:all .2s}.stage-item:hover{background:#f5f5f5;border-color:#e0e0e0}.stage-info{justify-content:space-between;align-items:center}.stage-name-section{flex:1 1}.stage-display{display:flex;align-items:center;grid-gap:8px;gap:8px}.stage-title{font-weight:600;color:#333}.default-chip{background:#4caf50;color:#fff;font-size:.75rem;padding:2px 6px}.stage-actions{display:flex;grid-gap:4px;gap:4px}.edit-stage-inline{display:flex;align-items:center}.stage-edit-input{width:100%;min-width:200px}.add-stage-section{padding-top:16px;border-top:1px solid #f0f0f0}.add-stage-input{display:flex;grid-gap:8px;gap:8px;align-items:center}.add-stage-input .p-inputtext{flex:1 1}.coming-soon-section{padding:40px 20px;text-align:center;color:#666}.coming-soon-section h3{margin:0 0 12px;color:#333;font-size:1.5rem}.coming-soon-section p{margin:0 0 24px;font-size:1rem;line-height:1.5}.feature-list{flex-direction:column;max-width:400px;margin:0 auto;text-align:left}.feature-item,.feature-list{display:flex;grid-gap:12px;gap:12px}.feature-item{align-items:center;padding:8px 12px;background:#f9f9f9;border-radius:6px}.feature-item span{color:#555;font-weight:500}.pipeline-config-error{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;text-align:center;color:#666}.pipeline-config-error h3{margin:0 0 12px;color:#e74c3c;font-size:1.25rem}.pipeline-config-error p{margin:0 0 20px;font-size:1rem;line-height:1.5}@media (max-width:768px){.pipeline-cards-grid{grid-template-columns:1fr;grid-gap:16px;gap:16px}.config-toolbar-right{flex-direction:column;grid-gap:8px;gap:8px}.add-stage-input,.stage-info{flex-direction:column;align-items:stretch}.stage-info{grid-gap:12px;gap:12px}.stage-actions{justify-content:flex-end}}.tab-section-wrapper{margin:2rem 0 0 1rem}.user-wrapper{display:flex;width:100%;height:100%}.p-tabview .p-tabview-panels{padding:0!important;margin:1rem 0 0;background:transparent!important;border:none}.p-tabview-panels{padding:0!important;margin-top:-30px!important;margin-left:0!important}.top-adjust{margin-top:33px!important}.action-header{display:flex;width:100%;justify-content:flex-end;margin:20px 0 0}.roles-len{font-size:.6em!important;justify-content:center;padding:4px 6px;background-color:#f04;color:#fff!important;border-radius:8px;height:20px;margin-right:10px}.roles-len,.roles-txt{display:flex;align-items:center}.roles-txt{grid-gap:10px;gap:10px;width:100%;height:40px!important;padding:0 1.4vw!important;font-size:1.1em;background:#b5b5b5!important;margin:0 auto!important}.roles-txt,.roles-txt2{justify-content:space-between;color:#fff;font-weight:600}.roles-txt2{display:flex;align-items:center;grid-gap:5px;gap:5px;max-height:40px!important;padding:10px 0 9px;font-size:1.2em;margin:0 0 0 auto!important}.p-tabview-nav{margin:1rem 0 30px 3rem!important;background-color:initial!important}.p-tabview-nav-link{background-color:#335e96!important;padding:5px!important}.p-tabview-nav-link,.p-tabview-nav-link:hover{width:auto!important;display:flex!important;justify-content:center!important}.p-tabview-nav-link:hover{background-color:#1f4371!important}.p-tabview-selected{border-top-right-radius:5px!important;border-top-left-radius:5px!important}.section-container-wrapper{flex-direction:row;align-items:center}.clean-btn{width:30px!important;min-width:30px!important;margin-left:-48px!important;background-color:initial!important;margin-right:30px!important;color:#023347!important}.clean-btn:hover{background-color:rgba(2,51,71,.1607843137254902)!important}.clean-btn2{display:flex;grid-gap:10px;gap:10px;margin-top:20px!important;background-color:rgba(204,18,18,.2980392156862745)!important;color:hsla(0,0%,100%,.626)!important;text-decoration:underline;margin-right:0!important;padding:10px!important}.clean-btn2:hover{background-color:rgba(204,18,18,.3764705882352941)!important}.section-container-details{display:flex;flex-direction:row;align-items:center;grid-gap:70px;gap:70px;margin:2rem}.section-header{padding:1rem;width:34%}.account-info-container{width:30%;min-width:180px;max-width:350px;margin:1rem .7rem;padding:1rem;background-color:#fff;border-style:solid;border-color:rgba(195,195,231,.433)}.account-info-item,.account-info-items-container{display:flex;justify-content:center;align-items:center}.account-info-item{flex-direction:column}.account-info-button-wrapper{margin-right:10%}.action-button{padding-right:40px;align-items:center;height:45px!important}.action-button,.engine-options{display:flex;justify-content:flex-end;width:100%}.engine-list-wrapper{display:flex;flex-wrap:wrap;flex-direction:column;height:calc(100% - 60px);width:calc(100% - 200px);overflow:hidden;justify-content:flex-start;align-items:center;grid-gap:30px;gap:30px;overflow-y:scroll;-ms-overflow-style:none;scrollbar-width:none;max-width:1150px}.engine-list-wrapper::-webkit-scrollbar{display:none}.button{width:190px;border:1px solid #fff;box-shadow:2px 2px 5px #023347;transition-duration:.5s;-webkit-transition-duration:.5s;-moz-transition-duration:.5s}.button:hover{box-shadow:2px 2px 7px rgba(1,41,57,.5411764705882353)}.contT{padding-bottom:0}.engine-section{display:flex;flex-direction:column;justify-content:flex-start;margin:30px auto;height:100vh;width:100%;border-top-right-radius:0!important;border-top-left-radius:0!important;overflow:hidden;background-color:#f4f4f4!important}.left-engine{height:100%;overflow:hidden;width:38%;min-width:315px;max-width:200px;background-color:rgba(151,172,200,.368)!important}.left-search{display:flex;align-items:center;width:100%;max-height:58px!important;padding:28px 10px 30px;background:#b5b5b5!important}.left-scroller{height:100%;width:100%;overflow:hidden;overflow-y:scroll;-ms-overflow-style:none;scrollbar-width:none;padding:0 0 300px}.left-scroller::-webkit-scrollbar{display:none}.left-scroller2{display:flex;flex-direction:column;grid-gap:30px;gap:30px;width:100%;overflow:hidden;overflow-y:scroll;background-color:rgba(34,56,77,.13333333333333333)!important;-ms-overflow-style:none;scrollbar-width:none;padding-bottom:300px}.left-scroller2::-webkit-scrollbar{display:none}.right-engine{height:100%;width:100%;overflow:hidden!important;overflow-y:scroll!important;-ms-overflow-style:none;scrollbar-width:none}.right-engine::-webkit-scrollbar{display:none}.right-engine2{height:100%;width:75%;overflow:hidden!important;overflow-y:scroll!important;-ms-overflow-style:none;background-color:rgba(204,225,253,.368);scrollbar-width:none}.right-engine2::-webkit-scrollbar{display:none}.full-engine{height:100%;width:100%;border:3px solid #d0deea;background-color:rgba(208,222,234,.702)!important}.details-message{text-align:center;margin:20px 0 0;font-size:1.2em;max-width:300px;color:rgba(34,56,77,.7568627450980392)!important}.details-batch{text-align:center;margin:10px 0;font-size:1em;font-weight:800;max-width:400px;color:#335e96!important}.actioner{height:32px!important;width:120px!important;margin:0 0 0 20px!important;padding:0 20px!important}.icon{font-size:2rem;color:#fff}.section-subscribers-wrapper{display:flex;align-items:center}.section-subscribers-list-container{width:85%}.section-subscribers-buttons-wrapper{display:flex;flex-direction:column;justify-content:space-around;align-items:center;width:15%}.section-subscribers-buttons-wrapper button{margin:1rem 0;width:100%}.table-header{justify-content:flex-start}.statics-number{font-size:30px;line-height:0;color:#f6b41a;font-weight:500}.statics-tag{font-size:1rem;line-height:0}.loading-container{margin-top:30px;height:85vh}.section-container-wrapper{display:flex;flex-direction:column;grid-gap:20px;gap:20px;padding:10px;overflow-y:scroll;min-height:30vh;max-height:90vh;-ms-overflow-style:none;scrollbar-width:none}.section-container-wrapper::-webkit-scrollbar{display:none}.modal-title{margin-top:-10px!important;margin:0;text-align:left}.btn-add{margin:0!important;min-height:40px;min-width:220px;align-self:right!important}@media screen and (max-width:1400px){.engine-section{display:flex;justify-content:flex-start;margin:32px 0;width:100%;border-top-left-radius:0!important;overflow:hidden}}@media screen and (max-width:1200px){.engine-section{margin:32px 0 0!important}.right-engine{height:100%;width:100%;padding-bottom:0}.right-engine2{height:100%;width:64%;padding-bottom:0}.user-wrapper{width:100%}}@media screen and (max-width:900px){.left-search{display:flex;align-items:center;width:100%;padding:32px 10px 35px}.left-engine{width:100%;min-width:100%;max-width:100%}.engine-section{padding:0;box-shadow:none}}@media screen and (max-width:900px){.p-tabview-nav-link{padding:10px 3vw!important;width:auto!important;display:flex!important;justify-content:center!important}.right-engine{height:100%}.right-engine,.right-engine2{display:none;overflow:hidden;width:100%}.right-engine2{height:87%}.clean-btn{width:30px!important;margin-left:-45px!important;background-color:initial!important;margin-right:30px!important;color:#023347!important}.p-tabview-panels{background-color:#023347!important;width:100%;max-width:1180px!important;padding:0!important;margin-top:-30px!important;margin-left:0!important}.top-adjust{margin-top:31px!important}.loading-container{margin-top:18px;height:85.6vh}.p-tabview-nav{margin:1.5rem 0 30px 3rem!important}.tab-section-wrapper{margin:0 2rem}.section-container-details{display:flex;flex-direction:column;align-items:center;margin:2rem 0;grid-gap:1rem;gap:1rem}.counter-display-wrapper{max-width:80%}.spanner{display:none}.engine-list-wrapper{padding-top:0;height:calc(100% - 70px);justify-content:flex-start;align-items:center;grid-gap:5vw;gap:5vw}.left-scroller{height:100%}.left-scroller,.left-scroller2{padding:0;width:100%;overflow:hidden;overflow-y:scroll}.action-button{padding-right:20px;height:70px!important}.account-info-container{width:100%;display:flex;align-items:center;justify-content:space-between;padding:1rem}.account-info-items-container{display:flex;flex-direction:column;width:100%;align-items:center}.account-info-button-wrapper{margin:1rem 0 0}.statics-number{font-size:25px}}@media screen and (max-width:570px){.left-scroller{padding:0;height:90%;width:100%;overflow:hidden;overflow-y:scroll}.engine-section{padding:0;box-shadow:none}.p-tabview-nav{margin:1.5rem 0 0 1.7rem!important}.right-engine{height:77%}}.settings-tickets-container{border-color:rgba(208,222,234,.354)}input{font-size:1.1em!important}.casestype-wrapper{height:72vh;background-color:rgba(34,56,77,.06666666666666667);width:100%}.search-wrapper-2{background-color:#395f83}.listing{background-color:rgba(34,56,77,.09411764705882353)!important}.detail-container{margin:30px;padding:5vw!important;border-radius:8px}.detail-img{width:20vw}.dot{height:8px;width:8px;min-width:8px;border-radius:20px}.dot,.dot2{display:inline-block}.dot2{height:22px;width:auto;min-width:35px;border-radius:5px;cursor:context-menu}.dot-value{width:auto!important;padding:0 4px!important;margin:4px!important;color:#fff;font-size:.8em;text-align:center!important;white-space:nowrap}.HI-wrapper2{height:100%;margin-top:30px;margin-left:0}.settings-tickets-container{display:flex;height:100%;flex-direction:column;max-width:1180px;width:calc(100vw - 280px);margin:0 auto;border-color:rgba(101,159,25,.35294117647058826);border-style:solid;border-width:0 3px 3px 0;border-top-right-radius:40px;background-color:rgba(34,56,77,.13333333333333333)!important}.HI-listing-container2{height:72vh}.header-tickets-bg2{background-color:#22384d!important;color:#fff!important}.settings-listing{height:100%;width:350px;border-top-left-radius:0;border-top-right-radius:10px;border-bottom-right-radius:10px;box-shadow:5px 0 10px rgba(43,1,57,.9607843137254902)!important}.settings-details,.settings-listing{overflow:hidden;border-bottom-left-radius:10px}.settings-details{width:300px;border-top-right-radius:0;border-bottom-right-radius:0}.HI-listing-search{height:70px}.manager-cls{display:flex;flex-direction:column;height:100%;width:100%}.p-inputtext{height:40px!important;font-size:1.1em!important}.p-dropdown{height:40px!important;font-size:1em!important;border-radius:8px!important}.p-input-icon-left>i:first-of-type{left:.7rem!important;top:1.25rem!important}.search-wrapper-2{display:flex;align-items:center;background-color:#22384d;min-height:54px;width:100%;border-top-right-radius:30px;padding:0 10px 0 2vw}.listing{height:100%;width:100%;overflow:hidden;overflow-y:scroll;-ms-overflow-style:none;scrollbar-width:none}.listing::-webkit-scrollbar{display:none}.HI-details-settings{width:auto;height:auto;overflow:hidden;margin-top:15vh}.HI-details-settings,.settings-wrapper{display:flex;justify-content:center;align-items:center}.settings-wrapper{height:100%;width:100%;background-color:#f6f5f5;border-bottom-right-radius:0;border-bottom-left-radius:10px;border-top-right-radius:0}.detail-container{grid-gap:20px;gap:20px;padding:30px;height:auto!important;border-radius:20px}.detail-img{width:20vh}@media screen and (max-width:1100px){.settings-tickets-container{flex-direction:row;height:calc(100vh - 120px);background-color:initial;margin-top:30px}.settings-listing{height:100%;width:270px;overflow:hidden}.settings-details{height:100%;width:calc(100% - 270px);overflow:hidden}.HI-details-settings{overflow:hidden}.HI-wrapper2{margin:30px 0 0;box-shadow:none;height:100%}}@media screen and (max-width:900px){.search-wrapper-2{display:flex;align-items:center;margin-top:0;margin-bottom:0;border-top-right-radius:28px}.p-dropdown,.p-inputtext{height:35px!important;font-size:1em!important;border-radius:8px!important}.detail-img{display:flex;flex-direction:column;grid-gap:0;gap:0;width:250px}.HI-details-settings{margin:0}.detail-container{padding:0 5%;grid-gap:10px;gap:10px}.HI-wrapper2{margin:1rem 0 0;box-shadow:none;height:100%}.settings-tickets-container{flex-direction:row;height:calc(100vh - 100px);width:calc(100vw - 123px);background-color:initial;margin-right:0;margin-left:0;margin-top:30px}.settings-listing{overflow:hidden;width:100%;height:100%;border-top-right-radius:10px;border-bottom-right-radius:0}.HI-listing-search{font-size:14px!important;width:100%!important}.settings-details{height:100%;width:100%;overflow-y:scroll;-ms-overflow-style:none;scrollbar-width:none;border-bottom-left-radius:21px;border-bottom-right-radius:21px}.settings-details::-webkit-scrollbar{display:none}.settings-wrapper{height:44vh;border-top-left-radius:0;border-bottom-right-radius:10px;border-top-right-radius:0}}@media screen and (max-width:570px){.HI-wrapper2{overflow:hidden}.detail-container{padding:0;flex-direction:column}.settings-tickets-container{height:calc(100vh - 170px);width:calc(100vw - 108px);margin-top:14px}.settings-listing{margin-top:0;padding-top:0;color:#e6e6e6;box-shadow:5px 0 10px #83414f!important}.settings-details{height:95%;width:100%}.settings-wrapper{height:42vh;margin:auto}}.account-billing-wrapper{height:100%;width:100%;padding:2rem 0 0}.account-billing-container{padding:2rem;background-color:#efefef;overflow-y:scroll;height:93vh;-ms-overflow-style:none;scrollbar-width:none}.account-billing-container::-webkit-scrollbar{display:none}.account-billing-counters,.account-billing-general{display:flex;flex-direction:row}.account-billing-counters{flex-wrap:wrap;align-items:center;justify-content:right;width:100%;grid-gap:40px;gap:40px}.account-billing-actions{display:flex;flex-direction:column;justify-content:center!important;grid-gap:1rem;gap:1rem;margin-bottom:-8px;margin-left:20px}.account-billing-charts{margin:3rem 0;display:flex;justify-content:center;grid-gap:40px;gap:40px}.account-billing-accounts{display:flex;flex-direction:row;grid-gap:3rem;gap:3rem;align-items:center;margin-top:0}.account-billing-subscribers{width:70%}.account-billing-staff{width:30%}.account-billing-footer{margin-bottom:2rem}.actions{height:40px!important}.in-progress{display:flex;justify-content:center;align-items:center;margin:50px;height:60vh;background-color:hsla(0,0%,74.5%,.392);color:#fff}@media screen and (max-width:900px){.actions{margin-left:0!important}.account-billing-wrapper{padding:1rem}.account-billing-container{width:100%;height:88vh}.in-progress{height:33vh}}@media screen and (max-width:570px){.in-progress{height:160px}.actions{margin-left:9%!important}.account-billing-wrapper{padding:1rem 0}.account-billing-container{padding:0;width:100%;height:87vh}.account-billing-general{display:flex;flex-direction:column-reverse}.account-billing-counters{display:flex;flex-direction:column;grid-gap:20px;gap:20px}.account-billing-actions{display:flex;flex-direction:column;justify-content:center;margin-bottom:2rem;margin-right:0;margin-top:20px}.account-billing-charts{margin:1.5rem 0;width:70vw}.account-billing-staff,.account-billing-subscribers{width:100%}.account-billing-footer{margin-top:0;width:100%}.account-billing-accounts{display:none;flex-direction:column}}.collection-wrapper{height:calc(100vh - 230px);width:calc(100vw - 300px);margin:30px 0 20px;box-shadow:2px 2px 7px rgba(1,41,57,.5411764705882353);background-color:#efefef;max-width:1280px}@media screen and (max-width:1400px){.collection-wrapper{height:calc(100vh - 230px);width:100%;margin:30px 20px 20px 0;box-shadow:2px 2px 7px rgba(1,41,57,.5411764705882353);background-color:#efefef}}@media screen and (max-width:900px){.collection-wrapper{height:calc(100vh - 190px);width:calc(100vw - 105px);margin:30px 0 1rem;box-shadow:none}}.HI-wrapper{height:calc(100vh - 120px);width:100%;margin:1.9rem 0 0;overflow-y:auto;max-height:calc(100vh - 120px);padding-bottom:20px}.human-wrapper{height:100%;margin:2vw auto 0;max-width:1280px!important;width:100%}.loader-wrapper{height:100vh;width:100%}.HI-container{display:flex;flex-direction:column;justify-content:space-between;height:auto;min-height:50vh;width:100%;overflow-y:auto;padding-bottom:20px}.HI-container .view-controls{display:flex;justify-content:flex-end;align-items:center;padding:0 16px 16px;border-bottom:1px solid #e9ecef;margin-bottom:16px}.HI-container .view-toggle{display:flex;grid-gap:4px;gap:4px;background:#f8f9fa;padding:4px;border-radius:8px;border:1px solid #dee2e6}.HI-container .view-toggle-btn{padding:8px 12px!important;border:none!important;background:transparent!important;color:#6c757d!important;border-radius:4px!important;transition:all .2s ease!important;min-width:auto!important}.HI-container .view-toggle-btn:hover{background:#e9ecef!important;color:#495057!important}.HI-container .view-toggle-btn.active{background:#3e678e!important;color:#fff!important;box-shadow:0 2px 4px rgba(62,103,142,.3)!important}.HI-container .view-toggle-btn.active:hover{background:#2c4f73!important;color:#fff!important}.mail-img{width:120px}.HI-listing{height:auto;width:100%;overflow-y:auto;padding-bottom:20px}.HI-details{display:flex;justify-content:center;align-items:center;height:100%;width:100%}.HI-resfesh-container{position:fixed;bottom:3rem;right:3rem}.myticket-wrapper{max-width:1280px;width:100%;margin:0;height:100%;overflow:hidden;overflow-y:scroll;-ms-overflow-style:none;scrollbar-width:none}.myticket-wrapper::-webkit-scrollbar{display:none}.refresh-img{height:100%;width:auto}.refresh-bt2{z-index:1000000!important;height:60px!important;width:50px!important;background-color:#22384d!important;border-radius:50px!important;margin-right:0!important}.add-ticket-btn{min-height:24px!important;max-height:24px!important;min-width:24px!important;max-width:24px!important;display:flex!important;justify-content:center!important;align-items:center!important;height:100px;background-color:#5d7e9e!important;box-shadow:2px 2px 7px rgba(1,41,57,.5411764705882353)!important;border-radius:50%!important;margin-right:5px!important;margin-left:0!important}.refresh-basket{display:flex!important;grid-gap:6px!important;gap:6px!important;min-width:30px!important;height:32px!important}.refresh-basket,.refresh-basket2{margin-top:0!important;margin-right:0!important;justify-content:center;background-color:initial!important;box-shadow:none!important;background-color:#3e678e!important}.refresh-basket2{color:#fff!important;grid-gap:10px!important;gap:10px!important;min-width:32px!important;min-height:32px!important;box-shadow:2px 2px 3px rgba(1,41,57,.5411764705882353)!important;position:relative;transition:all .3s ease}.refresh-basket2.has-new-tickets{animation:pulse-glow 2s infinite;background:linear-gradient(135deg,#00d084,#00f2fe)!important;border:none!important;box-shadow:0 4px 15px rgba(0,208,132,.4)!important}@keyframes pulse-glow{0%,to{box-shadow:0 4px 15px rgba(0,208,132,.4)!important;transform:scale(1)}50%{box-shadow:0 6px 20px rgba(0,208,132,.6)!important;transform:scale(1.02)}}.new-tickets-badge{position:absolute;top:-8px;right:-8px;background:#f36;color:#fff;border-radius:50%;width:22px;height:22px;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:600;animation:bounce-in .5s ease-out;box-shadow:0 2px 8px rgba(255,51,102,.4);border:2px solid #fff;z-index:10}@keyframes bounce-in{0%{transform:scale(0);opacity:0}50%{transform:scale(1.2)}to{transform:scale(1);opacity:1}}.add-ticket-btn2{display:flex!important;justify-content:center!important;align-items:center!important;height:100px;width:100%!important;background-color:#5d7e9e!important;box-shadow:2px 2px 7px rgba(1,41,57,.5411764705882353)!important;border-radius:50%!important;margin-right:5px!important;margin-left:10px!important}.HI-listing-search{height:2.5rem}.HI-listing-container{height:100vh;width:100%;overflow:hidden;overflow-y:scroll;-ms-overflow-style:none;scrollbar-width:none;padding:0 0 20px}.HI-listing-container::-webkit-scrollbar{display:none}.p-highlight{box-shadow:none!important}.p-input{width:100%!important}.p-inputtext{border-radius:8px!important}.p-input-icon-left>.p-inputtext{width:100%!important;padding:0 2rem 0 2.4rem!important;box-shadow:none!important}.search-wrapper{min-width:1080px!important;padding:0 8px 0 10px;margin:15px 0 0;height:45px;grid-gap:2px;gap:2px;overflow-x:scroll}.my-ticket-clear{background-color:initial!important;box-shadow:none!important;margin-left:10px!important;height:38px!important}.group-filter-wrapper{margin:0!important}.detail-wrapper{height:auto;width:100%;border-radius:20px}.detail-container{grid-gap:.5rem;gap:.5rem;align-items:center;height:auto}.detail-container,.detail-img{display:flex;flex-direction:column}.detail-img{grid-gap:2rem;gap:2rem;height:auto!important}.refresh-basket{color:#fff!important}.detail-message{color:#22384d;font-size:1.3em;text-align:center;margin:20px 0 0!important;max-width:400px!important}.refresh-txt{color:#22384d!important;-webkit-text-decoration:underline #22384d;text-decoration:underline #22384d;font-size:1.2em!important;height:40px!important}.refresh-txt,.refresh-txt:hover{background-color:initial!important}.refresh-txt:hover{color:#f04!important;-webkit-text-decoration:underline #f04;text-decoration:underline #f04}.buttonFilter{height:40px!important;margin-right:10px!important;margin-left:0!important;padding-left:10px!important;padding-right:30px!important;margin-bottom:0!important;border-radius:8px!important;min-width:220px!important;color:#3e678e!important;border:2px solid #3e678e!important}.buttonFilter2::placeholder,.buttonFilter::placeholder{color:#3e678e!important;opacity:1}.buttonFilter2{height:32px!important;margin-right:2px!important;margin-left:0!important;padding-left:25px!important;padding-right:20px!important;padding-bottom:3px!important;margin-bottom:0!important;border-radius:6px!important;color:#3e678e!important;width:87%!important;max-width:180px!important;min-width:180px!important;border:1.5px solid #3e678e!important;font-size:.85em!important}.wrapper-conditions{padding:7px 0;grid-gap:10px;gap:10px;border-radius:10px}.empty-listing{display:flex;justify-content:center;height:100%;align-items:center;color:#6f7a88;grid-gap:10px;gap:10px;flex-direction:column;margin-left:-35px}.empty-basket{height:7vmin;font-size:1.5em}.detail-wrapper{flex-direction:column}.detail-wrapper,.plus-icon{display:flex;justify-content:center;align-items:center}.plus-icon{width:40px;margin-left:10px}@media screen and (max-width:1520px){.HI-details{overflow:hidden}.myticket-wrapper{max-width:100%;width:100%}.search-wrapper{max-width:100%;grid-gap:1vw;gap:1vw}}@media screen and (max-width:900px){.HI-listing-container{height:60vh;width:100%;overflow:hidden;overflow-y:scroll;-ms-overflow-style:none;scrollbar-width:none;padding:0 0 20px}.HI-listing{overflow:hidden;padding-top:15px}.HI-listing,.human-wrapper{height:100%;width:100%}.myticket-wrapper{margin:0 0 20px;width:100%}.buttonFilter{margin-right:10px!important;margin-bottom:0!important;max-width:70vw!important;min-width:50vw!important;margin-left:0!important}.HI-resfesh-container{position:fixed;bottom:1rem;right:1rem}.refresh-bt2{z-index:1000000!important;height:60px!important;width:50px!important;background-color:#22384d!important;border-radius:50px!important;margin-right:0!important}.add-ticket-btn{width:75px!important}.empty-listing{margin-left:0}.search-wrapper{height:60px;min-width:100%!important}.detail-img{display:flex;flex-direction:column}.HI-wrapper{margin:1rem 0 0 auto;box-shadow:none}.HI-container{flex-direction:column;background-color:initial;height:calc(100vh - 20px)}.HI-listing-search{font-size:14px!important;width:100%!important}.HI-details{height:100%;width:100%;overflow:hidden;overflow-y:scroll;-ms-overflow-style:none;scrollbar-width:none}.HI-details::-webkit-scrollbar{display:none}}@media screen and (max-width:570px){.HI-listing{height:100%;width:100%;overflow:hidden;margin-top:0}.buttonFilter2{margin-bottom:0!important;margin-left:0!important;width:auto!important;min-width:45vw!important;max-width:45vw!important;padding-right:2vw!important}.detail-message{color:#22384d;font-size:1.3em;text-align:center;max-width:60vw!important}.myticket-wrapper{max-width:780px;margin:20px auto;width:100%}.HI-wrapper{height:100%;margin:.5rem auto 0;width:auto}.HI-container{height:calc(100vh - 10px)}.HI-details{width:100%}}#filter-teams{min-height:60px}.history-A-filters{grid-gap:7px;gap:7px}.history-A-dropdown{max-height:32px!important;height:32px!important;align-self:center;background-color:#3e678e!important;border:none!important;max-width:140px!important;min-width:140px!important;box-shadow:2px 2px 3px rgba(1,41,57,.5411764705882353)!important;font-size:.85em!important;display:flex!important;align-items:center!important;margin:0!important}.status-dropdown-small,.status-dropdown-small>.p-multiselect{max-width:100px!important;min-width:100px!important;width:100px!important}.status-dropdown-small .p-multiselect-label{max-width:80px!important;overflow:hidden!important;text-overflow:ellipsis!important}div.status-dropdown-small.p-multiselect,div.status-dropdown-small.p-multiselect.p-component{max-width:100px!important;min-width:100px!important;width:100px!important}.history-A-search{z-index:1000;margin-left:5px!important;margin-top:0!important}input[placeholder="Search by target"]{transform:translateY(15px)!important;position:relative!important}.p-multiselect-item{grid-gap:5px;gap:5px;border-radius:0!important}.history-ppl-button:hover{z-index:2000!important}.history-A-clear{margin-top:0!important;display:flex;justify-content:center;background-color:#3e678e!important;color:#fff!important;box-shadow:none!important;min-width:30px!important;height:32px!important;margin-right:0!important;box-shadow:2px 2px 3px rgba(1,41,57,.5411764705882353)!important;font-size:.8em!important}.conditions{color:rgba(0,0,0,.758)}.wrapper-groups{display:flex;flex-direction:row;width:auto;grid-gap:10px;gap:10px}.wrapper-groups2,.wrapper-groups3{display:flex;flex-direction:row;display:flex!important}.wrapper-groups3{justify-content:center!important;align-items:center;padding:3px 12px;border-radius:10px;margin:auto auto auto 0!important;color:#fff!important;font-size:.9em!important}.groups{max-width:auto}@media screen and (max-width:1400px){.history-B{max-width:100%}}@media screen and (max-width:1200px){#filter-teams{display:flex;margin:0;padding:0 0 0 10px}}@media screen and (max-width:900px){.history-B{height:calc(100% - 160px)}#filter-teams{padding-left:5px;width:calc(100vw - 65px)}.history-A{padding:20px!important;width:100%;max-width:70vw}.history-B{height:calc(100% - 150px);width:calc(100vw - 65px);margin:0!important}.wrapper-groups2{width:180px!important;padding:7px 0!important}}@media screen and (max-width:570px){#filter-teams{padding-left:px!important;width:calc(100vw - 65px)}}.groups:active{color:#fff!important}.list-empty-wrapper{width:100%}@media screen and (max-width:900px){.list-empty-wrapper{height:calc(100vh - 135px);margin:0 15px 0 0;border-top-left-radius:0}.table-wrapper-history{padding:0 0 0 2rem}.history-dropdown{width:70%!important}}@media screen and (max-width:570px){.list-empty-wrapper{height:calc(100vh - 135px);width:calc(100vw - 65px);margin:0 15px}}.kanban-ticket-view{width:100%;height:calc(100vh - 160px);background:#f8f9fa;border-radius:8px;padding:12px;overflow:hidden}.kanban-sort-controls{justify-content:flex-end;grid-gap:8px;gap:8px;height:28px}.kanban-sort-controls,.search-results-info{display:flex;align-items:center;margin-bottom:8px}.search-results-info{background:#e3f2fd;border:1px solid #bbdefb;border-radius:4px;padding:6px 10px;grid-gap:6px;gap:6px;font-size:.8rem;color:#1565c0}.search-results-info i{color:#2196f3;font-size:.85rem}.sort-info{display:flex;align-items:center;grid-gap:6px;gap:6px;color:#495057;font-weight:500;font-size:.85rem;white-space:nowrap}.sort-info i{color:#3e678e;font-size:.9rem}.sort-buttons{display:flex;align-items:center;grid-gap:6px;gap:6px}.sort-btn{padding:3px 6px!important;font-size:.75rem!important;height:24px;white-space:nowrap;flex-shrink:0}.sort-btn .pi{margin-right:4px!important}.unassigned-section{background:#fff;border:1px solid #e9ecef;border-radius:8px;margin-bottom:12px;box-shadow:0 1px 4px rgba(0,0,0,.1);overflow:hidden}.unassigned-header{background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-bottom:1px solid #dee2e6;padding:6px 10px}.unassigned-info{display:flex;align-items:center;grid-gap:8px;gap:8px}.unassigned-avatar{width:28px;height:28px;border-radius:50%;background:#6c757d;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.8rem;flex-shrink:0}.unassigned-details{flex:1 1}.unassigned-title{margin:0;font-size:.9rem;font-weight:600;color:#495057}.unassigned-count{font-size:.8rem;color:#6c757d;font-weight:500}.unassigned-tickets-container{padding:8px;min-height:80px;transition:background-color .2s ease}.unassigned-tickets-container.drag-over{background-color:#e3f2fd;border:2px dashed #2196f3;border-radius:8px;margin:8px}.unassigned-tickets-grid{display:flex;flex-wrap:wrap;grid-gap:8px;gap:8px;overflow-x:hidden;overflow-y:auto;padding-bottom:6px;max-height:300px}.unassigned-tickets-grid::-webkit-scrollbar{height:6px}.unassigned-tickets-grid::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.unassigned-tickets-grid::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.unassigned-tickets-grid::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.compact-ticket-card{background:#fff;border:1px solid #e9ecef;border-radius:6px;padding:6px;min-width:160px;max-width:180px;cursor:grab;transition:all .2s ease;box-shadow:0 1px 3px rgba(0,0,0,.1);flex-shrink:0}.compact-ticket-card:not(.dragging){cursor:pointer}.compact-ticket-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.15);border-color:#3e678e}.compact-ticket-card:active{cursor:grabbing}.compact-ticket-card.dragging{transform:rotate(3deg);box-shadow:0 6px 20px rgba(0,0,0,.3);z-index:1000}.compact-ticket-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:4px}.compact-time-badge{display:flex;align-items:center;justify-content:center;padding:1px 4px;border-radius:6px;font-size:.6rem;font-weight:600;color:#fff;border:1px solid;min-width:28px;text-align:center}.compact-time-badge.green{background-color:#00d084;border-color:#00d084}.compact-time-badge.yellow{background-color:#fa0;border-color:#fa0}.compact-time-badge.red{background-color:#f36;border-color:#f36}.compact-ticket-id{font-family:"Courier New",monospace;font-size:.6rem;color:#6c757d;background:#f8f9fa;padding:1px 3px;border-radius:3px}.compact-ticket-content{margin-bottom:4px}.compact-case-id{margin:0 0 3px;font-size:.75rem;font-weight:600;color:#3e678e;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.compact-ticket-description{margin:0 0 4px;font-size:.65rem;line-height:1.2;color:#495057;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;height:2.2em}.compact-ticket-meta{display:flex;align-items:center;justify-content:space-between;grid-gap:6px;gap:6px}.compact-meta-item{display:flex;align-items:center;grid-gap:3px;gap:3px;font-size:.6rem;color:#6c757d;flex:1 1;min-width:0}.compact-meta-item i{font-size:.55rem;flex-shrink:0}.compact-meta-item span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.compact-team-badge{padding:1px 4px;border-radius:3px;color:#fff;font-size:.55rem;font-weight:600;white-space:nowrap;flex-shrink:0}.empty-unassigned{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:30px 20px;color:#adb5bd;text-align:center;height:100px}.empty-unassigned i{font-size:1.5rem;margin-bottom:8px;color:#28a745}.empty-unassigned span{font-size:.85rem;font-weight:500}.kanban-top-section{display:grid;grid-template-columns:1fr 280px;grid-gap:16px;gap:16px;margin-bottom:16px;height:auto;min-height:140px}.available-members-section{background:#fff;border:1px solid #e9ecef;border-radius:8px;box-shadow:0 1px 4px rgba(0,0,0,.1);overflow:hidden;display:flex;flex-direction:column}.members-header{background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-bottom:1px solid #dee2e6;padding:6px 10px}.members-info{grid-gap:8px;gap:8px}.members-avatar,.members-info{display:flex;align-items:center}.members-avatar{width:24px;height:24px;border-radius:50%;background:#3e678e;color:#fff;justify-content:center;font-weight:700;font-size:.75rem;flex-shrink:0}.members-details{flex:1 1}.members-title{margin:0;font-size:.85rem;font-weight:600;color:#495057}.members-count{font-size:.75rem;color:#6c757d;font-weight:500}.members-container{flex:1 1;padding:8px;overflow-y:auto;max-height:300px;transition:background-color .2s ease}.members-container.drag-over{background-color:#e3f2fd;border:2px dashed #2196f3;border-radius:8px;margin:4px}.members-list{display:flex;flex-direction:column;grid-gap:6px;gap:6px}.member-card{background:#fff;border:1px solid #e9ecef;border-radius:6px;padding:8px;cursor:pointer;transition:all .2s ease;box-shadow:0 1px 3px rgba(0,0,0,.1);display:flex;align-items:center;grid-gap:8px;gap:8px;position:relative}.member-card:hover{transform:translateY(-1px);box-shadow:0 2px 6px rgba(0,0,0,.15);border-color:#3e678e}.member-card.drag-over{background-color:#e3f2fd;border-color:#2196f3;border-width:2px}.member-avatar{width:28px;height:28px;border-radius:50%;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.75rem;flex-shrink:0}.member-info{flex:1 1;min-width:0}.member-name{font-size:.8rem;font-weight:600;color:#495057;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:2px}.member-tickets{font-size:.7rem;color:#6c757d;font-weight:500}.drop-indicator{position:absolute;top:50%;right:8px;transform:translateY(-50%);color:#2196f3;font-size:.8rem;animation:bounce 1s infinite}.empty-members{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px;color:#adb5bd;text-align:center;height:120px}.empty-members i{font-size:1.5rem;margin-bottom:8px;color:#3e678e}.empty-members span{font-size:.8rem;font-weight:500}.kanban-columns{display:flex;grid-gap:6px;gap:6px;height:calc(100% - 200px);overflow-x:auto;overflow-y:hidden;padding-top:12px;scrollbar-width:thin;scrollbar-color:#c1c1c1 #f1f1f1}.kanban-columns,.kanban-columns>*{transform:rotateX(180deg)}.kanban-columns::-webkit-scrollbar{height:10px}.kanban-columns::-webkit-scrollbar-track{background:#e9ecef;border-radius:5px}.kanban-columns::-webkit-scrollbar-thumb{background:#adb5bd;border-radius:5px}.kanban-columns::-webkit-scrollbar-thumb:hover{background:#6c757d}.kanban-column{min-width:260px!important;width:260px!important;flex-shrink:0;background:#fff;box-shadow:0 2px 6px rgba(0,0,0,.1);display:flex;flex-direction:column;overflow:hidden;transition:all .2s ease}.kanban-column:hover{box-shadow:0 3px 10px rgba(0,0,0,.15)}.column-header{background:linear-gradient(135deg,#fff,#f8f9fa);border-top:3px solid #3e678e;padding:8px 12px;border-bottom:1px solid #e9ecef}.operator-info{display:flex;align-items:center;grid-gap:8px;gap:8px}.operator-avatar{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:.75rem;box-shadow:0 1px 4px rgba(0,0,0,.2);flex-shrink:0}.operator-details{flex:1 1;min-width:0}.operator-name{margin:0;font-size:.85rem;font-weight:600;color:#2c3e50;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ticket-count{font-size:.75rem}.tickets-container{padding:2px;min-height:120px;display:flex;flex-direction:column;grid-gap:6px;gap:6px}.kanban-column .tickets-container .compact-ticket-card{min-width:100%!important;max-width:none!important;width:100%!important;flex-shrink:0;box-sizing:border-box}.tickets-container.drag-over{background-color:#e3f2fd;border:2px dashed #2196f3}.ticket-card{background:#fff;border:1px solid #e9ecef;border-radius:6px;margin-bottom:6px;padding:6px;cursor:grab;transition:all .2s ease;box-shadow:0 1px 3px rgba(0,0,0,.1)}.ticket-card:not(.dragging){cursor:pointer}.ticket-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.15);border-color:#3e678e}.ticket-card:active{cursor:grabbing}.ticket-card.dragging{transform:rotate(5deg);box-shadow:0 8px 25px rgba(0,0,0,.3);z-index:1000}.ticket-header{margin-bottom:4px}.time-duration-badge{display:flex;align-items:center;justify-content:center;padding:1px 4px;border-radius:6px;font-size:.6rem;font-weight:600;color:#fff;border:1px solid;min-width:28px;text-align:center;flex-shrink:0}.time-duration-badge.green{background-color:#00d084;border-color:#00d084}.time-duration-badge.yellow{background-color:#fa0;border-color:#fa0}.time-duration-badge.red{background-color:#f36;border-color:#f36;animation:pulse-red 2s infinite}.ticket-id{font-size:.6rem;padding:1px 3px;border-radius:3px}.ticket-content{margin-bottom:4px}.case-id{margin:0 0 3px;font-size:.75rem;color:#3e678e;white-space:nowrap}.case-id,.ticket-description{overflow:hidden;text-overflow:ellipsis}.ticket-description{margin:0 0 4px;font-size:.65rem;line-height:1.2;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;height:2.2em}.ticket-meta{display:flex;align-items:center;justify-content:space-between;grid-gap:6px;gap:6px}.meta-item{align-items:center;grid-gap:3px;gap:3px;font-size:.6rem;color:#6c757d;flex:1 1;min-width:0}.meta-item i{font-size:.55rem;flex-shrink:0}.meta-item span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.team-meta-item{display:flex;align-items:center;grid-gap:8px;gap:8px}.team-badge{padding:1px 4px;border-radius:3px;font-size:.55rem;flex-shrink:0}.empty-column{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px 10px;color:#adb5bd;text-align:center;height:80px}.empty-column i{font-size:1.2rem;margin-bottom:6px}.empty-column span{font-size:.75rem;font-weight:500}.drag-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.1);display:flex;align-items:center;justify-content:center;z-index:999;pointer-events:none}.drag-instruction{background:#3e678e;color:#fff;padding:12px 24px;border-radius:8px;font-weight:600;box-shadow:0 4px 12px rgba(0,0,0,.3);animation:fadeInScale .2s ease-out}@keyframes fadeInScale{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@media screen and (max-width:768px){.kanban-ticket-view{padding:8px;height:calc(100vh - 150px)}.unassigned-header{padding:10px 12px}.unassigned-avatar{width:32px;height:32px;font-size:.85rem}.unassigned-title{font-size:.9rem}.unassigned-tickets-container{padding:12px}.unassigned-tickets-grid{grid-gap:8px;gap:8px}.compact-ticket-card{min-width:140px;max-width:160px;padding:5px}.kanban-top-section{grid-template-columns:1fr 200px;grid-gap:12px;gap:12px}.members-header{padding:5px 8px}.members-title{font-size:.8rem}.member-card{padding:6px}.member-name{font-size:.75rem}.compact-case-id{font-size:.7rem}.compact-ticket-description{font-size:.6rem}.kanban-controls{padding:10px 12px;flex-direction:column;grid-gap:12px;gap:12px;align-items:stretch}.search-section{max-width:none}.sort-section{justify-content:space-between}.sort-btn{padding:6px 8px!important;font-size:.75rem!important}.kanban-columns{grid-gap:6px;gap:6px}.kanban-column{min-width:220px!important;width:220px!important}.column-header{padding:6px 8px}.operator-avatar{width:24px;height:24px;font-size:.6rem}.operator-name{font-size:.7rem}}@media screen and (max-width:480px){.unassigned-tickets-grid{flex-direction:column;overflow-x:hidden;grid-gap:6px;gap:6px}.compact-ticket-card{min-width:auto;max-width:none;width:100%}.compact-ticket-meta{flex-direction:column;align-items:flex-start;grid-gap:4px;gap:4px}.compact-team-badge{align-self:flex-start}.kanban-top-section{grid-template-columns:1fr;grid-template-rows:auto auto;grid-gap:8px;gap:8px}.available-members-section{max-height:200px}.kanban-columns{flex-direction:row;overflow-x:auto;overflow-y:hidden;height:auto;grid-gap:4px;gap:4px}.kanban-column{min-width:210px!important;width:210px!important;max-height:350px}.tickets-container{max-height:280px}}@media (prefers-color-scheme:dark){.kanban-ticket-view{background:#1a1a1a}.unassigned-section{background:#2d3748;border-color:#4a5568}.unassigned-header{background:linear-gradient(135deg,#2d3748,#1a202c);border-bottom-color:#4a5568}.unassigned-title{color:#e2e8f0}.unassigned-count{color:#a0aec0}.unassigned-avatar{background:#4a5568}.compact-ticket-card{background:#1a202c;border-color:#4a5568;color:#e2e8f0}.compact-ticket-card:hover{border-color:#63b3ed}.compact-case-id{color:#63b3ed}.compact-ticket-description{color:#cbd5e0}.compact-meta-item{color:#a0aec0}.compact-ticket-id{background:#2d3748;color:#a0aec0}.compact-ticket-actions{border-top-color:#4a5568}.empty-unassigned{color:#718096}.empty-unassigned i{color:#48bb78}.kanban-column{background:#2d3748;box-shadow:0 2px 8px rgba(0,0,0,.3)}.column-header{background:linear-gradient(135deg,#2d3748,#1a202c);border-bottom-color:#4a5568}.operator-name{color:#e2e8f0}.ticket-count{color:#a0aec0}.ticket-card{background:#1a202c;border-color:#4a5568;color:#e2e8f0}.ticket-card:hover{border-color:#63b3ed}.case-id{color:#63b3ed}.ticket-description{color:#cbd5e0}.meta-item,.ticket-id{color:#a0aec0}.ticket-id{background:#2d3748}.ticket-actions{border-top-color:#4a5568}.empty-column{color:#718096}}.history-wrapper{display:flex;justify-content:center;align-items:flex-start;height:100vh;margin:1.8rem 0;max-width:1280px;max-height:100vh}.HI-group-container,.history-wrapper{width:100%;overflow-y:scroll!important;padding-bottom:5px}.HI-group-container{height:auto;min-height:95vh;overflow-x:auto;max-height:none;position:relative;z-index:10;margin-top:5px}.HI-group-container .wrapper-groups{max-width:180px!important}.HI-group-container .groups{max-width:150px!important}.HI-group-container::-webkit-scrollbar{display:none}.history-container{flex-direction:column;flex-wrap:wrap;height:auto;min-height:98vh;text-align:center;border-radius:10px;overflow-y:auto;margin:0 auto;padding-bottom:5px}.history-container,.search-wrapper{display:flex;border-top-left-radius:0;max-width:1280px!important;width:100%}.search-wrapper{justify-content:flex-start;align-items:center;background-color:#b5b5b5!important;border-top-right-radius:0;padding:0 5px;margin:0;min-height:50px;grid-gap:5px;gap:5px;overflow-x:auto;-ms-overflow-style:none;scrollbar-width:none;flex-wrap:nowrap;white-space:nowrap;position:relative;z-index:30}.refresh-basket2{margin-left:2px!important;height:28px!important;min-height:28px!important;white-space:nowrap!important;padding:2px 4px!important;font-size:.8em!important;max-width:60px!important}.search-wrapper::-webkit-scrollbar{display:none}.history-container2{flex-direction:column;flex-wrap:wrap;height:93vh;text-align:center;border-radius:10px;max-width:1280px!important;overflow:hidden;margin:10px auto 0}#filter-teams,.history-container2{display:flex;border-top-left-radius:0;width:calc(100vw - 162px)}#filter-teams{justify-content:flex-start;background-color:#25627f!important;border-top-right-radius:8px;max-width:1180px;margin:0 auto}.history-A{display:flex;padding:20px!important;grid-gap:10px;gap:10px;align-items:center;height:50px;overflow:hidden;overflow-x:scroll;-ms-overflow-style:none;scrollbar-width:none}.history-A::-webkit-scrollbar{display:none}.history-B{height:calc(100% - 160px);width:100%;max-width:1180px;margin:0 auto}.history-A-people{width:auto;margin:2px 0 0 15px;height:auto;font-size:.4em!important;z-index:35}.history-A-filters,.history-A-people{display:flex;align-items:center;position:relative}.history-A-filters{grid-gap:10px;gap:10px;flex-wrap:wrap;overflow-x:auto;width:100%;-ms-overflow-style:none;scrollbar-width:none;z-index:32}.history-A-filters::-webkit-scrollbar{display:none}.history-A-search{z-index:50;margin-left:0!important;max-width:60px!important;margin-right:5px!important}.history-A-search input{max-width:55px!important;padding:4px 6px!important;font-size:.85em!important}#searchTicketInGroups-input{width:60px!important;max-width:60px!important;min-width:60px!important;box-sizing:border-box!important;padding:4px!important;font-size:.85em!important}.p-multiselect-header{display:none!important}.p-multiselect-panel{border-radius:8px!important;max-width:200px!important}.p-multiselect-panel .p-multiselect-items{padding:0!important;max-width:200px!important}.history-A-dropdown{max-width:200px!important;width:100%!important;margin-bottom:5px!important;height:auto!important}.p-button{white-space:nowrap!important;padding:4px 8px!important;max-width:400px!important;overflow:hidden!important;text-overflow:ellipsis!important;font-size:.9em!important}.p-button,.refresh-basket2{height:36px!important;min-height:36px!important;display:flex!important;align-items:center!important}.refresh-basket2{justify-content:center!important;width:36px!important;min-width:36px!important;padding:6px!important;margin:0 5px!important;border-radius:4px!important;background-color:#335475!important}.refresh-img{width:20px!important;height:20px!important}.search-wrapper button:nth-child(3){max-width:50px!important}.search-wrapper>*{margin:0 5px!important}.p-multiselect-item{padding:5px 15px 5px 10px!important;width:100%!important;max-width:100%!important;display:flex!important;color:rgba(26,26,26,.83)!important;font-size:.8em!important}.p-multiselect-item .p-highlight{color:#fff!important;background-color:initial!important}.p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight{background-color:#a3a5a6!important;color:#fff!important}.history-ppl-button{border-radius:50%!important;font-size:1.5em!important;height:32px!important;width:32px!important;margin-left:-10px!important;margin-bottom:4px!important;margin-right:5px!important;color:#fff!important;display:flex;justify-content:center;background-color:#335475!important;box-shadow:2px 2px 7px #22384d!important;border:3px solid #3e678e!important;position:relative;z-index:40}.history-ppl-button:hover{z-index:60!important;font-size:14px!important;padding:18px 16px!important}.history-avatar{border-radius:50%!important;font-size:.4em!important;height:38px!important;width:43px!important;margin-bottom:0!important;margin-right:auto!important;margin-left:auto!important;color:#fff!important;display:flex;justify-content:center;align-self:center;align-items:center}.avatar-align{height:30px!important;width:35px!important;border-radius:50%!important;font-size:12px!important}.avatar-align:hover{background-color:#22384d!important;cursor:default}.avatar-align-empty{background-color:initial!important;box-shadow:none!important;height:30px!important;width:35px!important;border-radius:50%!important;font-size:12px!important;color:#000!important}.avatar-align-empty:hover{background-color:initial!important;cursor:default}.chip{height:18px;width:auto;margin:0;padding:0 10px;text-align:left;font-size:15px}.history-A-users{background-color:initial!important;height:30px!important;margin-left:-5px!important;position:relative;z-index:38}.statusChip{display:flex;justify-content:center}.team-cell{max-width:180px;padding:0 10px;display:flex;justify-content:center;align-items:center}.team-cell,.team-chip{width:100%;margin:0 auto;box-sizing:border-box}.team-chip{display:block;max-width:150px;padding:6px 10px;border-radius:7px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:center;color:#fff;font-size:1em;position:relative;z-index:1}.accordion-txt{max-width:40%!important}.accordion-txt,.flex-row{overflow:visible!important}.flex-row{min-width:120px!important;z-index:20!important}.ticket-amount-btn{z-index:20!important;position:relative!important;display:inline-flex!important}@media screen and (max-width:900px){.team-cell{padding:0 5px}.team-chip{padding:4px 8px;font-size:.9em}}.wrapper-conditions{margin-left:10px;display:flex;flex-direction:row;align-items:center;padding:0;width:100px}.conditions{margin:0!important;font-size:1em!important}.wrapper-groups{margin-left:10px;justify-content:center;padding:7px 15px;min-width:60px;max-width:180px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;box-sizing:border-box}.wrapper-groups,.wrapper-groups2{display:inline-flex;align-items:center;border-radius:10px;overflow:hidden}.wrapper-groups2{justify-content:center!important;padding:3px 12px;margin:auto auto auto 0!important;color:#000!important;font-size:.9em!important}.groups{margin:0!important;font-size:.9em!important;font-weight:400!important;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;max-width:150px;width:100%;display:block;box-sizing:border-box;padding:0}.editButton{display:flex;justify-content:center}.editionButton:hover{background-color:#f04!important}.editionButton{margin:0!important;height:30px!important;width:30px!important}.conditionContainer{display:flex;align-items:center;grid-gap:10px;gap:10px;margin-left:10px}.list-empty-wrapper{height:calc(100vh - 224px);max-width:1280px;display:flex;justify-content:center;align-items:center;margin:0 auto;border-top-right-radius:30px;border-bottom-right-radius:30px;border-bottom-left-radius:30px}@media screen and (max-width:1200px){#filter-teams{display:flex;margin:0;padding:0 0 0 10px}.history-B{max-width:100%}}.modeler-table2{display:block;margin-bottom:2px}.modeler-table2,.p-datatable-wrapper{width:100%;overflow:visible!important;height:auto!important;max-height:none!important}.p-datatable-wrapper{padding-bottom:12px}.p-datatable{width:100%!important;overflow:visible!important;margin-bottom:12px!important;height:auto!important;max-height:none!important}.p-datatable-table{width:100%!important;table-layout:auto!important}.p-datatable-tbody td{word-break:break-word;overflow-wrap:break-word}.p-datatable-thead th{white-space:normal!important;overflow:visible!important;text-overflow:clip!important;padding:5px!important}.p-button.p-button-icon-only{width:auto!important;min-width:30px!important;height:auto!important;min-height:30px!important;padding:6px!important}.ticket-actions{display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:center!important;grid-gap:5px!important;gap:5px!important}.accordion-wrapper-list .p-paginator{padding:4px 8px!important;margin:4px 0!important;border-radius:3px!important;box-shadow:0 1px 4px rgba(0,0,0,.1)!important;display:flex!important;border:1px solid #3a7bd5!important;min-height:28px!important}.accordion-wrapper-list .p-datatable-footer,.accordion-wrapper-list .p-paginator{position:relative!important;z-index:1000!important;background-color:#fff!important;visibility:visible!important;opacity:1!important}.accordion-wrapper-list .p-datatable-footer{padding:12px!important;display:block!important}.accordion-wrapper-list .p-paginator *{visibility:visible!important;opacity:1!important;display:inline-flex!important}.accordion-wrapper-list .p-datatable-wrapper{margin-bottom:1px!important;padding-bottom:1px!important}.flex-rows{display:flex!important;flex-direction:row!important;align-items:center!important;grid-gap:5px!important;gap:5px!important}.approver{background-color:#22384d!important;border:none!important;color:#fff!important;padding:2px 6px!important;margin:0 0 0 5px!important;min-width:0!important;width:auto!important;height:auto!important;border-radius:3px!important;transition:opacity .2s ease,visibility .2s ease!important;font-size:12px!important;cursor:pointer!important}.approver-hidden{opacity:0!important;visibility:hidden!important;pointer-events:none!important}.approver-visible{opacity:1!important;visibility:visible!important;pointer-events:auto!important}.approver span{display:inline!important;color:#fff!important;font-weight:700!important}@media screen and (max-width:900px){#filter-teams{padding-left:5px;width:calc(100vw - 65px)}.history-B{height:calc(100% - 150px);width:calc(100vw - 65px);margin:0!important}.wrapper-groups2{width:180px!important;padding:7px 0!important}.history-wrapper{padding:0;width:100%}.history-container{height:93.5vh;box-shadow:none;margin:0!important;width:100%;overflow-x:auto}.search-wrapper{min-width:100%!important;max-width:100%!important;overflow-x:auto;padding:0 5px;height:50px;flex-wrap:nowrap;white-space:nowrap;grid-gap:5px;gap:5px}.history-A-dropdown{max-width:150px!important;min-width:120px!important;margin-bottom:5px!important}.p-multiselect{height:auto!important;min-height:36px!important;display:flex!important;align-items:center!important}.p-multiselect-label{white-space:normal!important;overflow:visible!important;text-overflow:clip!important;padding:6px 8px!important}.list-empty-wrapper{height:calc(100vh - 135px);margin:0 15px 0 0;border-top-left-radius:0}.table-wrapper-history{padding:0 0 0 2rem}.history-dropdown{width:70%!important}.modeler-table2{display:block}.modeler-table2,.p-datatable-wrapper{width:100%;overflow-x:auto!important}.accordion-wrapper-list{overflow-y:auto!important;max-width:100%;max-height:70vh!important}.accordion-wrapper-list,.HI-group-container{overflow-x:auto!important}}@media screen and (max-width:570px){.list-empty-wrapper{height:calc(80vh - 135px);width:calc(100vw - 65px);margin:10px 15px 0;border-top-left-radius:30px}#filter-teams{padding-left:10px!important;width:calc(100vw - 65px)}.search-wrapper{padding:0 3px;grid-gap:5px;gap:5px;height:50px;flex-direction:row;align-items:center;flex-wrap:nowrap;white-space:nowrap;overflow-x:auto}.p-button{height:32px!important;min-height:32px!important;padding:2px 6px!important;max-width:90px!important;font-size:.85em!important}.refresh-basket2{margin:0 2px!important;padding:2px 6px!important;font-size:.8em!important;width:auto!important;max-width:70px!important;height:28px!important;min-height:28px!important;justify-content:center!important}.refresh-img{width:14px!important;height:14px!important}.history-A-search{margin-left:0!important;max-width:120px!important}.history-A-search input{max-width:110px!important;padding:2px 6px!important;font-size:.85em!important}.history-A-filters{width:100%;justify-content:space-between;flex-wrap:wrap;grid-gap:8px;gap:8px}.history-A-dropdown{max-width:100%!important;min-width:100px!important;margin-bottom:8px!important}.p-multiselect{width:100%!important;max-width:100%!important}.p-multiselect-label{font-size:.9em!important;padding:8px!important}.p-multiselect-trigger{padding:0 8px!important}.modeler-table2{max-width:100%;overflow-x:auto!important}.accordion-wrapper-list{max-height:60vh!important;overflow-y:auto!important}.team-cell{max-width:100px}.team-chip{max-width:90px;font-size:.8em}}.search-bar-sort-controls{display:flex;align-items:center;grid-gap:8px;gap:8px;margin-left:16px}.search-bar-sort-info{display:flex;align-items:center;grid-gap:6px;gap:6px;color:#495057;font-weight:500;font-size:.85rem;white-space:nowrap}.search-bar-sort-info i{color:#3e678e;font-size:.9rem}.search-bar-sort-buttons{display:flex;align-items:center;grid-gap:6px;gap:6px}.search-bar-sort-btn{padding:4px 8px!important;min-width:auto!important;background:transparent!important;border:1px solid #dee2e6!important;border-radius:4px!important;color:#6c757d!important;transition:all .2s ease!important;font-size:.75rem!important;height:28px!important;white-space:nowrap;flex-shrink:0}.search-bar-sort-btn:hover{background:#f8f9fa!important;border-color:#3e678e!important;color:#3e678e!important}.search-bar-sort-btn.active{background:#3e678e!important;border-color:#3e678e!important;color:#fff!important}.search-bar-sort-btn .pi{margin-right:4px!important}.view-toggle-container{display:flex!important;align-items:center;justify-content:space-between;padding:16px 0;border-top:1px solid #e9ecef;margin-top:16px;visibility:visible!important;position:relative;z-index:10}.view-toggle-buttons{background:#f8f9fa;padding:4px;box-shadow:inset 0 1px 3px rgba(0,0,0,.1)}.view-toggle-btn{min-width:44px!important;height:36px!important;margin:0 2px!important;background:transparent!important;border-radius:6px!important;transition:all .2s ease!important;display:flex!important;align-items:center!important;justify-content:center!important}.view-toggle-btn:hover{transform:none!important}.view-toggle-btn.active{background:#3e678e!important;box-shadow:0 2px 4px rgba(62,103,142,.3)!important}.view-toggle-btn.active:hover{background:#2d5a7b!important}.view-toggle-label{font-size:.9rem;color:#495057;font-weight:500}@media screen and (max-width:768px){.view-toggle-container{flex-direction:column;grid-gap:12px;gap:12px;align-items:flex-start}.view-toggle-buttons{align-self:center}}.pagination-controls{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background:rgba(25,32,45,.8);border-radius:8px;margin:12px 0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.05)}.pagination-info{color:#cbd5e0;font-size:.9rem;font-weight:500}.pagination-buttons{display:flex;align-items:center;grid-gap:4px;gap:4px}.pagination-nav-btn{background:rgba(58,123,213,.8)!important;border:none!important;color:#fff!important;border-radius:6px!important;min-width:32px!important;height:32px!important;padding:0!important;transition:all .2s ease}.pagination-nav-btn:hover{background:#3a7bd5!important;transform:translateY(-1px)}.pagination-nav-btn:disabled{background:rgba(107,114,128,.5)!important;cursor:not-allowed;transform:none}.pagination-page-btn{background:rgba(45,55,72,.7)!important;border:none!important;color:#cbd5e0!important;border-radius:6px!important;min-width:32px!important;height:32px!important;padding:0!important;font-size:.9rem!important;transition:all .2s ease}.pagination-page-btn:hover{background:rgba(58,123,213,.6)!important;color:#fff!important;transform:translateY(-1px)}.pagination-page-btn.active{background:#3a7bd5!important;color:#fff!important;font-weight:600;box-shadow:0 2px 8px rgba(58,123,213,.3)}.pagination-ellipsis{color:#6b7280;padding:0 8px;font-size:1.2rem;line-height:32px}.pagination-size-selector{min-width:140px}.pagination-dropdown{background:rgba(45,55,72,.7)!important;border:1px solid hsla(0,0%,100%,.1)!important;border-radius:6px!important;font-size:.9rem!important}.pagination-dropdown,.pagination-dropdown .p-dropdown-label{color:#cbd5e0!important}.pagination-dropdown:hover{border-color:rgba(58,123,213,.5)!important}.pagination-dropdown.p-focus{border-color:#3a7bd5!important;box-shadow:0 0 0 2px rgba(58,123,213,.2)!important}@media screen and (max-width:768px){.pagination-controls{flex-direction:column;grid-gap:12px;gap:12px;text-align:center}.pagination-info{order:3}.pagination-buttons{order:1;flex-wrap:wrap;justify-content:center}.pagination-size-selector{order:2;min-width:120px}}.personal-kanban-view{width:100%;height:calc(100vh - 200px);background:#f8f9fa;border-radius:8px;padding:16px;overflow:hidden;position:relative}.kanban-layout{display:grid;grid-template-columns:1fr 300px;grid-gap:20px;gap:20px;height:100%;overflow:hidden}.section-header{background:linear-gradient(135deg,#fff,#f8f9fa);border-bottom:3px solid #3e678e;padding:20px 20px 16px;border-radius:8px 8px 0 0;box-shadow:0 2px 4px rgba(0,0,0,.1);overflow:visible}.header-info{justify-content:space-between}.header-info,.section-title{display:flex;align-items:center}.section-title{margin:0;font-size:1.1rem;color:#2c3e50!important;grid-gap:8px;gap:8px;text-shadow:none!important;-webkit-text-stroke:0!important;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;letter-spacing:normal;text-transform:none}.section-title i{color:#3e678e!important;font-size:1rem}.ticket-count{font-size:.85rem;color:#6c757d;font-weight:500;background:#e9ecef;padding:4px 8px;border-radius:12px}.header-controls{display:flex;align-items:center;grid-gap:12px;gap:12px}.sort-controls{display:flex;align-items:center;grid-gap:4px;gap:4px}.sort-btn{padding:4px 6px!important;min-width:auto!important;background:transparent!important;border:1px solid #dee2e6!important;border-radius:4px!important;color:#6c757d!important;transition:all .2s ease!important}.sort-btn:hover{background:#f8f9fa!important;border-color:#3e678e!important;color:#3e678e!important}.sort-btn.active{background:#3e678e!important;border-color:#3e678e!important;color:#fff!important}.sort-btn .pi{font-size:.8rem!important}.my-tickets-section{background:#fff;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.1);display:flex;flex-direction:column;overflow:hidden;height:100%}.my-tickets-section .section-header{border-bottom-color:#28a745;flex-shrink:0}.my-tickets-section .section-title i{color:#28a745!important}.my-tickets-section .tickets-container{flex:1 1;overflow-y:auto}.unassigned-tickets-section{background:#fff;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.1);display:flex;flex-direction:column;overflow:hidden;height:100%}.unassigned-tickets-section .section-header{border-bottom-color:#ffc107;flex-shrink:0}.unassigned-tickets-section .section-title i{color:#ffc107!important}.unassigned-tickets-section .tickets-container{flex:1 1;overflow-y:auto;overflow-x:hidden}.tickets-container{flex:1 1;padding:4px;overflow-y:auto;transition:background-color .2s ease}.tickets-container.drag-over{background-color:#e8f5e8;border:2px dashed #28a745;border-radius:8px}.tickets-container.drag-over-unclaim{background-color:#fff3cd;border:2px dashed #ffc107;border-radius:8px;position:relative}.unclaim-drop-indicator{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;grid-gap:8px;gap:8px;background:rgba(255,193,7,.9);color:#856404;padding:16px 20px;border-radius:8px;font-weight:600;z-index:10;pointer-events:none;box-shadow:0 4px 12px rgba(0,0,0,.15)}.unclaim-drop-indicator i{font-size:1.5rem;animation:bounce 1s infinite}.unclaim-drop-indicator span{font-size:.9rem;white-space:nowrap}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-5px)}60%{transform:translateY(-3px)}}.tickets-container::-webkit-scrollbar{width:6px}.tickets-container::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.tickets-container::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.tickets-container::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.tickets-container.large-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:12px;gap:12px;align-content:start}.tickets-container.small-cards{display:flex;flex-direction:column;grid-gap:3px;gap:3px;max-height:100%;overflow-y:auto;overflow-x:hidden}.personal-ticket-card{background:#fff;border:1px solid #e9ecef;border-radius:8px;padding:12px;cursor:pointer;transition:all .2s ease;box-shadow:0 1px 3px rgba(0,0,0,.1)}.personal-ticket-card.green-shadow{box-shadow:0 1px 3px rgba(0,208,132,.3);border-color:rgba(0,208,132,.35)}.personal-ticket-card.yellow-shadow{box-shadow:0 1px 3px rgba(255,170,0,.3);border-color:rgba(255,170,0,.35)}.personal-ticket-card.red-shadow{box-shadow:0 1px 3px rgba(255,51,102,.3);border-color:rgba(255,51,102,.35)}.personal-ticket-card.compact:not(.dragging),.personal-ticket-card:not(.compact){cursor:pointer}.personal-ticket-card.compact{cursor:grab}.personal-ticket-card:hover{transform:translateY(-2px)}.personal-ticket-card.green-shadow:hover{box-shadow:0 4px 12px rgba(0,208,132,.4);border-color:rgba(0,208,132,.5)}.personal-ticket-card.yellow-shadow:hover{box-shadow:0 4px 12px rgba(255,170,0,.4);border-color:rgba(255,170,0,.5)}.personal-ticket-card.red-shadow:hover{box-shadow:0 4px 12px rgba(255,51,102,.4);border-color:rgba(255,51,102,.5)}.personal-ticket-card:active{cursor:grabbing}.personal-ticket-card.dragging{transform:rotate(2deg);box-shadow:0 8px 25px rgba(0,0,0,.3);z-index:1000}.personal-ticket-card.compact{padding:6px 8px;font-size:.8rem;min-height:auto;flex-shrink:0}.personal-ticket-card.compact .ticket-header{margin-bottom:4px;align-items:flex-start;width:100%;flex-wrap:wrap}.personal-ticket-card.compact .header-left{flex:1 1;min-width:0}.personal-ticket-card.compact .header-right{grid-gap:4px;gap:4px}.personal-ticket-card.compact .ticket-id{max-width:140px;font-size:.7rem}.personal-ticket-card.compact .ticket-content{margin-bottom:3px}.personal-ticket-card.compact .case-id{font-size:.75rem;margin-bottom:1px;line-height:1.2}.personal-ticket-card.compact .team-badge{margin-top:1px;padding:1px 3px;font-size:.6rem}.personal-ticket-card.compact .time-badge{padding:1px 2px;font-size:.55rem;min-width:24px;height:14px;flex-shrink:0}.ticket-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px;width:100%;flex-wrap:wrap;grid-gap:4px;gap:4px}.header-left{grid-gap:6px;gap:6px;flex:1 1;min-width:0;overflow:hidden}.header-right{grid-gap:4px;gap:4px;flex-shrink:0}.priority-indicator{width:8px;height:8px;border-radius:50%;flex-shrink:0}.priority-indicator.green{background-color:#28a745;box-shadow:0 0 0 2px rgba(40,167,69,.3)}.priority-indicator.yellow{background-color:#ffc107;box-shadow:0 0 0 2px rgba(255,193,7,.3)}.priority-indicator.red{background-color:#dc3545;box-shadow:0 0 0 2px rgba(220,53,69,.3);animation:pulse-red 2s infinite}.new-ticket-indicator{width:6px;height:6px;background-color:red;border-radius:50%;flex-shrink:0;position:relative;animation:pulse-new 2s infinite;box-shadow:0 0 0 1px rgba(255,0,0,.3)}@keyframes pulse-new{0%{box-shadow:0 0 0 1px rgba(255,0,0,.3)}50%{box-shadow:0 0 0 3px rgba(255,0,0,.5)}to{box-shadow:0 0 0 1px rgba(255,0,0,.3)}}@keyframes pulse-red{0%{box-shadow:0 0 0 2px rgba(220,53,69,.3)}50%{box-shadow:0 0 0 4px rgba(220,53,69,.5)}to{box-shadow:0 0 0 2px rgba(220,53,69,.3)}}.ticket-id{font-family:"Courier New",monospace;font-size:.75rem;color:#6c757d;background:#f8f9fa;padding:2px 6px;border-radius:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:180px}.time-badge{display:flex;align-items:center;justify-content:center;height:22px;min-width:45px;padding:0 6px;border-radius:4px;font-size:.75rem;color:#fff;border:2px solid}.time-badge.red{background-color:#f36;border-color:#f36}.time-badge.yellow{background-color:#fa0;border-color:#fa0}.time-badge.green{background-color:#00d084;border-color:#00d084}.time-value{white-space:nowrap;font-weight:500}.ticket-preview-modal{max-width:600px;width:90vw}.preview-content{padding:20px}.preview-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;padding-bottom:15px;border-bottom:2px solid #e9ecef}.preview-header h3{margin:0;color:#3e678e;font-size:1.2rem;font-weight:600}.preview-details{margin-bottom:20px}.detail-row{display:flex;margin-bottom:12px;align-items:flex-start}.detail-label{font-weight:600;color:#6c757d;min-width:120px;font-size:.9rem}.detail-value{color:#495057;font-size:.9rem;word-break:break-word;flex:1 1}.preview-actions{display:flex;grid-gap:10px;gap:10px;justify-content:flex-end;padding-top:15px;border-top:1px solid #e9ecef}.preview-actions .p-button{min-width:80px}.ticket-preview-details{padding:20px;background:#f8f9fa;border-radius:8px;margin-bottom:20px}.preview-field{margin-bottom:12px;display:flex;align-items:flex-start;grid-gap:8px;gap:8px}.preview-field strong{min-width:120px;color:#3e678e;font-weight:600;flex-shrink:0}.preview-field.description{flex-direction:column;align-items:flex-start}.preview-field.description p{margin:4px 0 0;padding:8px;background:#fff;border-radius:4px;border:1px solid #dee2e6;word-wrap:break-word;white-space:pre-wrap;width:100%}.ticket-content{margin-bottom:8px}.ticket-ids{display:flex;flex-direction:column;grid-gap:4px;gap:4px;margin-bottom:10px}.id-item{display:flex;align-items:center;grid-gap:6px;gap:6px}.id-label{color:#495057;min-width:70px}.id-label,.id-value{font-weight:600;font-size:.95rem}.id-value{color:#2c3e50;flex:1 1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.id-value.case-link{color:#06c;cursor:pointer;text-decoration:underline}.id-value.case-link:hover{color:#049}.personal-ticket-card.compact .ticket-ids{margin-bottom:2px;grid-gap:1px;gap:1px}.personal-ticket-card.compact .id-label{font-size:.6rem;min-width:40px}.personal-ticket-card.compact .id-value{font-size:.6rem;padding:0 2px}.ticket-description{margin:0 0 8px;font-size:.8rem;line-height:1.4;color:#495057;word-wrap:break-word}.team-badge{margin-top:8px;padding:4px 8px;border-radius:6px;color:#fff;font-size:.75rem;font-weight:600;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;box-shadow:0 1px 3px rgba(0,0,0,.2);border:1px solid hsla(0,0%,100%,.2)}.empty-section{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;color:#adb5bd;text-align:center;height:200px}.empty-section i{font-size:2.5rem;margin-bottom:12px}.empty-section span{font-size:1rem;font-weight:600;margin-bottom:8px}.empty-section p{font-size:.9rem;color:#6c757d;margin:0}.drag-instructions{position:absolute;bottom:4px;left:20px;right:20px;pointer-events:none;z-index:10}.instruction-card{background:rgba(62,103,142,.85);color:#fff;padding:6px 12px;border-radius:6px;display:flex;align-items:center;justify-content:center;grid-gap:8px;gap:8px;font-weight:500;font-size:.8rem;box-shadow:0 2px 8px rgba(0,0,0,.25);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.instruction-card i{font-size:.9rem}@media screen and (min-width:1600px){.tickets-container.large-cards{grid-template-columns:repeat(4,1fr)}}@media screen and (min-width:1200px) and (max-width:1599px){.tickets-container.large-cards{grid-template-columns:repeat(auto-fill,minmax(260px,1fr))}}@media screen and (max-width:1024px){.kanban-layout{grid-template-columns:1fr 250px;grid-gap:16px;gap:16px}.personal-kanban-view{padding:12px}.tickets-container.large-cards{grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}}@media screen and (max-width:768px){.personal-kanban-view{height:calc(100vh - 150px);padding:8px}.kanban-layout{grid-template-columns:1fr;grid-template-rows:1fr auto;grid-gap:12px;gap:12px}.unassigned-tickets-section{max-height:250px}.tickets-container.large-cards{grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}.tickets-container.small-cards{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:8px;gap:8px}.section-header{padding:12px 16px}.section-title{font-size:1rem}}@media screen and (max-width:480px){.kanban-layout{grid-template-rows:60% 40%}.tickets-container.large-cards,.tickets-container.small-cards{grid-template-columns:1fr}.instruction-card{padding:5px 10px;font-size:.75rem}.personal-ticket-card{padding:10px}.personal-ticket-card.compact{padding:6px 8px}}@media (prefers-color-scheme:dark){.personal-kanban-view{background:#1a1a1a}.my-tickets-section,.unassigned-tickets-section{background:#2d3748;box-shadow:0 2px 8px rgba(0,0,0,.3)}.section-header{background:linear-gradient(135deg,#2d3748,#1a202c)}.section-title{color:#e2e8f0}.ticket-count{background:#4a5568;color:#cbd5e0}.personal-ticket-card{background:#1a202c;border-color:#4a5568;color:#e2e8f0}.personal-ticket-card:hover{border-color:#63b3ed}.case-id{color:#63b3ed}.ticket-description{color:#cbd5e0}.ticket-id{background:#2d3748;color:#a0aec0}.empty-section{color:#718096}.empty-section p{color:#a0aec0}}.page-not-found-wrapper{height:100vh;width:100vw}.page-not-found-container,.page-not-found-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center}.page-not-found-container{min-width:300px;padding:2rem;background-color:#fff;border-radius:20px;overflow:hidden}.page-not-found-label{font-size:20px;margin:20px 0;text-align:center;font-weight:330}.page-not-found-img{height:200px;width:100px}.page-not-found-btn{min-height:40px!important;width:120px!important;background-color:#3e678e!important}.page-not-authorized-wrapper{height:100vh;width:100vw}.page-not-authorized-container,.page-not-authorized-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center}.page-not-authorized-container{min-width:300px;padding:2rem;background-color:#fff;border-radius:20px;overflow:hidden}.page-not-authorized-label{font-size:20px;margin:20px 0;text-align:center;font-weight:330}.page-not-authorized-img{height:200px;width:100%}.page-not-authorized-btn{width:100px!important;min-height:40px!important;background-color:#3e678e!important}@media screen and (max-width:900px){.page-not-authorized-img{height:100px;width:100%}}.support-container{display:none;margin-top:5px;margin-right:15px}.camera-container{position:relative;top:0;right:0;grid-gap:10px;gap:10px;justify-content:center;align-items:center;padding:0;border-radius:10px}.camera{width:100%;top:-100px;border-radius:30px}.loader-camera{position:absolute!important;top:20vh!important;z-index:0!important}.load-camera{position:absolute;left:60px;top:0;bottom:0;margin:auto}.camera-container{display:flex;width:100%;height:100%}.disclaimer{min-width:350px;max-width:350px;height:auto;margin-top:20px;border-radius:0;padding:0 20px}.disclaimer,.disclaimer-list{display:flex;flex-direction:column;justify-content:center;align-items:center}.disclaimer-list{grid-gap:25px;gap:25px;list-style-type:none;padding-left:0}.hide-loader{display:none}.show-loader{display:flex}.shot-area{background-color:#dbdee6;padding:30px;border-bottom-left-radius:10px;border-top-left-radius:10px;margin-left:0;margin-top:0!important;margin-bottom:0}.review-shot,.shot-area{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.review-shot{margin:5vh;grid-gap:30px;gap:30px}.shot-area-description{color:#053fa8;font-size:24px;line-height:24px;text-align:center;margin-bottom:-10px!important;max-width:290px!important}.shoot-btn{border:none!important;box-shadow:none!important;display:flex;justify-content:center;height:54.36px!important;border-radius:8.7px!important;width:300px!important;margin-right:0!important}.shoot-btn,.shoot-btn:hover{background-color:#053fa8!important}.shoot-btn:disabled{background-color:rgba(190,198,208,.41568627450980394)!important;opacity:.8!important;cursor:default!important}.shoot-txt{font-size:14px;line-height:22px;font-weight:400;color:#6f7a88;max-width:305px;text-align:center;margin:0}.actions-shoot{display:flex;grid-gap:30px;gap:30px;margin-top:10px}.retry{display:flex!important;width:100%!important;justify-content:center!important;color:#053fa8!important;background-color:initial!important;height:54.36px!important;width:100px!important;padding:0 20px!important;text-align:center!important;box-shadow:none!important}.retry:hover{color:#fff!important}@media screen and (max-width:900px){.shot-area{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:#dbdee6;padding:30px;border-bottom-left-radius:10px;border-top-left-radius:10px;margin-top:40px!important;margin-bottom:0}.load-camera{position:absolute;left:125px;top:-190px;bottom:0;margin:auto}.camera-container{flex-direction:column;width:65vw;height:100%;padding:0}.disclaimer{display:flex;justify-content:center;align-items:center;height:auto;min-width:336px;max-width:336px;margin-top:-10px}.disclaimer-list{display:flex;flex-direction:column;grid-gap:25px;gap:25px;margin-bottom:35px}.shot-area{width:90%;height:100%;margin-left:0;margin-top:35px!important;padding:20px 0;border-radius:10px}.review-shot{display:flex;flex-direction:column;width:100%;height:100%;justify-content:center;align-items:center;margin:0;grid-gap:30px;gap:30px}}@media screen and (max-width:570px){.camera-container{width:85vw}}.notes-wrapper{background:#f2f2f2;box-shadow:0 0 8px rgba(69,69,69,.15);margin-top:0;width:50vw;max-width:500px;max-height:80vh;overflow-y:auto;padding:0 30px}.notes-title{font-size:1.4375em!important;line-height:35px;max-width:400px;color:#6f7a88;padding:20px 30px 10px 0}.notes-subtitle,.notes-title{display:flex;width:100%;align-items:center;text-align:center!important;margin:0}.notes-subtitle{font-size:1em!important;line-height:30px;max-width:700px;justify-content:flex-start;color:rgba(43,44,45,.7137254901960784);padding:0 30px}.note-detail{padding:7px}.note-detail,.note-textarea{border-radius:5px;width:100%;background-color:#fff;margin-bottom:7px;font-size:.9em;letter-spacing:.3px;color:#6f7a88!important;border:2px solid #0c0c0c!important}.note-textarea{padding:7px 9px;max-height:30vh;min-height:200px;min-width:100%;max-width:100%}.note-textarea:hover{background-color:rgba(186,182,182,.353)}.flex-label{display:flex}.bold{color:#0c0c0c;font-size:800}.input-label{font-weight:900;line-height:40px;margin:0;margin-bottom:-50px!important}.input-label,.input-label-mini{color:rgba(19,19,19,.8941176470588236);display:block;width:auto}.input-label-mini{font-size:.8em;font-weight:500;line-height:14px;margin:0;padding-right:20px}.required-input{color:#4188d2;font-size:1.1em;cursor:default;margin:10px 0}.error-txt{display:flex;justify-content:flex-start;color:#a02003;font-size:.9em;line-height:24px;grid-gap:8.33px;gap:8.33px;margin-top:-8px;margin-bottom:-10px;animation-duration:1s;animation-fill-mode:both}.note-wrapper{display:flex;grid-gap:5px;gap:5px;flex-direction:column;border-radius:8px;margin-top:10px}.note-date{padding:0 5px}.yesno-txt2{padding:40px 30px 20px}.flex-actions-notes{display:flex;width:100%;justify-content:flex-end;padding:20px 0 20px 20px}.loader{border:2px solid #3e678e;border-top-color:rgba(133,159,207,.7803921568627451);border-radius:47%;width:15px;height:15px;animation:spin 1s linear infinite;margin-left:10px}@media screen and (max-width:900px){.yesno-txt{max-width:330px}.notes-wrapper{width:90vw;max-width:100%}.yesno-txt2{font-size:1em!important;line-height:35px;display:flex;max-width:85vw;align-items:center;justify-content:center;text-align:center!important;color:#6f7a88;margin:0;padding:40px 30px 20px}.mb-cancel:hover{background-color:initial!important;color:#be1616!important}}.signature-container{padding:30px 4vw 2vw;text-align:center;margin:0 auto;display:inline-block;position:relative}.sigCanvas{border:1px solid;border-radius:5px;height:170px;width:100%}.image-preview{flex-direction:column;min-width:100%;height:100%}.image-sign{height:180px;min-width:100%;padding:10px 3vw}.text-intro-sign{margin:10px 0;text-align:left;color:#fff}.buttons{margin:30px 0 0}.signature-preview{margin-top:20px}.signature-preview img{border:5px solid #000;border-radius:5px;width:500px;height:auto}@media screen and (max-width:900px){.signature-container{padding:20px 4vw 2vw;text-align:center;display:inline-block;position:relative;max-width:80vw}.sigCanvas{border:1px solid;border-radius:5px;height:170px}}@media screen and (max-width:570px){.sigCanvas{border:1px solid;border-radius:5px;height:170px;width:100%}}.yesno-wrapper{background:#fff;box-shadow:0 0 8px rgba(69,69,69,.15);border-radius:20px;margin-top:0}.yesno-txt{font-size:1.4375em!important;max-width:400px;padding:40px 30px 20px}.yesno-txt,.yesno-txt2{line-height:35px;display:flex;width:100%;align-items:center;justify-content:center;text-align:center!important;color:#6f7a88;margin:0}.yesno-txt2{font-size:1em!important;max-width:700px;padding:40px 30px 30px}.flex-row3{display:flex;width:100%;justify-content:center;padding:0 20px 20px;grid-gap:5px;gap:5px}.mb-primary{color:#fff!important;background-color:#3e678e!important}.mb-primary,.mb-secondary{display:flex!important;justify-content:center!important;align-items:center!important;width:140px!important;font-size:1em!important;padding:22px 16px!important}.mb-secondary{color:#6f7a88!important;background-color:initial!important;box-shadow:none!important;border:1px solid #6f7a88!important}.mb-secondary:hover{color:#fff!important}.mb-cancel{display:flex!important;justify-content:center!important;align-items:center!important;width:140px!important;color:#be1616!important;background-color:initial!important;box-shadow:none!important;font-size:1em!important;padding:22px 16px!important;border:1px solid #be1616!important}.mb-cancel:hover{color:#fff!important}@media screen and (max-width:570px){.yesno-txt{max-width:330px}.yesno-txt2{font-size:1em!important;line-height:35px;display:flex;max-width:85vw;align-items:center;justify-content:center;text-align:center!important;color:#6f7a88;margin:0;padding:40px 30px 20px}.mb-cancel:hover{background-color:initial!important;color:#be1616!important}}.ticket-tabs-header{display:flex;grid-gap:8px;gap:8px;align-items:center}.ticket-tab-header{display:flex;align-items:center;grid-gap:6px;gap:6px;padding:8px 16px;background:hsla(0,0%,100%,.9);border:1px solid #dee2e6;border-radius:6px;cursor:pointer;font-size:13px;font-weight:500;color:#495057;transition:all .2s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.ticket-tab-header:hover{background:#fff;border-color:#007bff;color:#007bff;transform:translateY(-1px);box-shadow:0 2px 4px rgba(0,123,255,.1)}.ticket-tab-header.active{background:#007bff;border-color:#007bff;color:#fff;box-shadow:0 2px 8px rgba(0,123,255,.3)}.ticket-tab-header.active:hover{background:#0056b3;transform:translateY(-1px)}.ticket-tab-header i{font-size:14px}.ticket-tab-header span{font-weight:inherit;white-space:nowrap}@media (max-width:768px){.ticket-tabs-header{grid-gap:4px;gap:4px}.ticket-tab-header{padding:6px 12px;font-size:12px}.ticket-tab-header span{display:none}.ticket-tab-header i{font-size:16px}}.conversation-badge{background-color:#dc3545!important;color:#fff!important;border-radius:10px;padding:2px 6px;font-size:11px;font-weight:600;margin-left:6px;min-width:18px;text-align:center;display:inline-block}.details-case-wrapper{height:100%;width:100%;flex-direction:column}.details-case-header{height:0;width:100%;display:flex;justify-content:flex-end;padding:0}.details-case-header-actions{display:flex;flex-direction:row-reverse;justify-content:space-around;margin-right:10px;grid-gap:10px;gap:10px}.details-case-close{height:40px;width:100%;display:flex;justify-content:flex-end;margin-bottom:.5rem}.button-case-display{background-color:initial!important;border:none!important;box-shadow:none!important;height:34px!important;margin-top:19px!important}.details-case-content{display:flex;flex-direction:column;justify-content:space-between;height:100%;width:100%;overflow:scroll;-ms-overflow-style:none;scrollbar-width:none}.details-case-content::-webkit-scrollbar{display:none}.details-case-hero{width:450px;height:100%;padding:60px 25px 25px;overflow:hidden;background:#f4f4f4;z-index:1000;background-color:#414f5c!important}.hero-hidden{height:0;transition:height .15s ease-out}.hero-displayed{height:350px;transition:height .15s ease-in}.details-case-template-wrapper{height:100%;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;overflow:hidden;-ms-overflow-style:none;scrollbar-width:none}.details-case-template-wrapper::-webkit-scrollbar{display:none}.details-case-template-title{font-weight:500;margin-left:20px}.details-case-template-container{height:100%;min-width:100%;transition:width 2s}.goback-action{margin-top:20px!important;height:40px;width:32px;padding:0!important;background-color:initial!important;box-shadow:none!important}.arrow-left{height:32px}.blue-bg{width:40px;height:40px}.close{position:relative;box-shadow:none!important;height:34px!important;width:33px!important;cursor:pointer;color:#fff!important;margin-top:17px!important;margin-right:10px!important;background-color:rgba(34,56,77,.23137254901960785)!important}.close:after,.close:before{position:absolute;left:16px;content:" ";height:20px!important;width:2px!important;background-color:#fff}.close:before{transform:rotate(45deg)}.close:after{transform:rotate(-45deg)}.button-case-action{height:34px!important;width:34px!important;color:#fff!important;margin-top:0!important;background-color:initial!important;grid-gap:10px;gap:10px}.saveData{background-color:#2196f3!important}.unLock{background-color:#f44336!important}.closed{background-color:#4caf50!important}.button-case-action2{height:34px!important;width:150px;color:#fff!important;margin-top:20px!important;background-color:#2196f3!important}.button-action-share{display:absolute;background:transparent!important;border:none!important;padding:5px!important;height:25px!important;max-width:25px!important}.details-case-th{color:#f5f5f5;font-weight:500;width:130px;text-align:left;padding:5px}.details-case-td{color:#f5f5f5;text-align:left;padding:9px 0 9px 9px!important;font-size:.8em!important;display:flex}.details-case-table{border-collapse:collapse;width:100%}.details-case-td:nth-child(2n){background-color:hsla(0,0%,48.2%,.016)}.setting-wrapper{display:flex;justify-content:flex-end;width:100%;margin-right:40px!important;height:0}.fullscreen-btn{border-radius:none!important}.fullscreen-btn,.fullscreen-btn-on{background-color:initial!important;box-shadow:none!important}.fullscreen-btn-on{position:-webkit-sticky;position:sticky;top:0;right:0}.fullscreen{position:absolute;bottom:0;left:0;width:100vw!important;height:100vh!important;z-index:300000000000!important;background-color:#ecece7}@media screen and (max-width:1300px){.details-case-template-container{transition:width 1s}}@media screen and (max-width:900px){.details-case-hero{width:450px;height:100%;padding:20px 25px 30px;overflow:hidden;background:#f4f4f4;z-index:1000}.arrow-left{height:30px}.goback-action{margin-top:20px!important;height:40px;width:30px;padding:0!important;background-color:initial!important;box-shadow:none!important}.hero-displayed{height:450px;transition:max-height .15s ease-out}.fullscreen-btn{background-color:initial!important;box-shadow:none!important;margin-right:-35px!important;margin-top:-15px!important;border-radius:none!important;border-top-left-radius:0!important;border-bottom-left-radius:30%!important}.button-case-display{margin-top:21px!important}.details-case-table{margin-top:30px}.details-case-template-wrapper{padding:1rem;overflow:hidden}.details-case-header-actions{display:flex;justify-content:space-around;margin-left:40px;margin-right:10px;grid-gap:5px;gap:5px}.button-case-action{height:32px!important;width:32px!important;color:#fff!important;margin-top:0!important}.button-case-action2{width:130px;color:#fff!important;margin-top:20px!important;font-size:12px!important}.button-action-share{height:20px!important;padding-top:2px!important;background-color:initial!important;box-shadow:none!important;margin:0 0 0 10px!important}.close{box-shadow:none!important;position:relative;height:20px;width:20px;cursor:pointer;margin-top:10px!important;margin-right:0!important}.close:after,.close:before{height:25px}.details-case-td{align-items:center}.details-case-tr{display:flex;align-items:left;justify-content:center;flex-direction:column}.details-case-template-wrapper{margin:0;padding:0}.details-case-template-container{padding:0;overflow-y:scroll}.details-case-template-container::-webkit-scrollbar{display:none}.details-case-wrapper{padding:0;height:100%;width:100%;display:flex}.details-case-table{margin-left:0}}@media screen and (max-width:570px){.details-case-hero{width:300px;height:120%}.fullscreen-btn-on{position:-webkit-sticky;position:sticky;top:10;right:20;background-color:initial!important;box-shadow:none!important}.details-case-content-spacer{height:0}.details-case-td{padding-left:5px}.details-case-header-actions{display:flex;flex-direction:row;justify-content:space-between;margin-left:20px}.hero-displayed{height:580px;transition:max-height .15s ease-out}}.main-case-container{height:calc(100vh - 40px);max-height:calc(100vh - 40px);padding:2vw;border-radius:5px;display:flex;flex-direction:column;overflow-x:hidden;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#3e678e #f1f1f1;max-width:1180px;margin:0 auto;grid-gap:1vw;gap:1vw}.main-case-container::-webkit-scrollbar{width:8px}.main-case-container::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.main-case-container::-webkit-scrollbar-thumb{background:#3e678e;border-radius:4px}.main-case-container::-webkit-scrollbar-thumb:hover{background:#2d4a66}.img-icon{background-color:rgba(34,56,77,.10196078431372549)!important;border-radius:8px!important;padding:5px!important;height:40px!important}.container-cases{height:75vh;display:flex;flex-direction:column;grid-gap:8px;gap:8px;overflow:hidden;overflow-y:scroll;-ms-overflow-style:none;scrollbar-width:none;padding-bottom:200px}.container-cases::-webkit-scrollbar{display:none}.subtitle-data-txt{margin:0!important}.slot-wrapper{display:flex;flex-direction:column;width:70vw;max-width:900px;margin:0 auto;background-color:hsla(0,0%,69.4%,.09019607843137255);padding:20px;grid-gap:1vw;gap:1vw;border:2px solid rgba(62,103,142,.058823529411764705);border-radius:5px}.btn-goto{font-size:.7em!important;height:20px!important;box-shadow:2px 2px 3px rgba(1,41,57,.5411764705882353)!important}.card-batch3{background-color:#22384d;color:#fff!important;flex-direction:column;height:20vh;min-width:20vw}.casetype-name,.casetype-value{color:#fff}@media screen and (max-width:1200px){.slot-wrapper{width:100%;max-width:600px}}@media screen and (max-width:900px){.slot-wrapper{width:100%;max-width:600px}}.note-wrapper{padding:12px;margin-bottom:2px;border-radius:4px;word-wrap:break-word;overflow-wrap:break-word}.note-wrapper:nth-child(odd){background-color:#f8f9fa}.note-wrapper:nth-child(2n){background-color:#fff}.note-state{margin-top:6px;margin-bottom:4px}.note-case-state{font-size:.8em;color:#6c757d;background-color:#e9ecef;padding:2px 8px;border-radius:12px;font-weight:500}.note-meta{justify-content:space-between;margin-top:8px;padding-top:5px;border-top:1px solid #e0e0e0}.note-author{font-size:.75em;color:#3e678e;font-weight:500}.note-date{font-size:.7em;color:rgba(62,103,142,.6509803921568628);font-weight:600}.view-toggle-container{display:flex;justify-content:center;grid-gap:3px;gap:3px;margin:5px 0}.extended-view-container,.timeline-view-container{height:calc(100vh - 200px);overflow:hidden;background:#f8f9fa;border-radius:8px;margin-top:10px}.view-toggle-btn{padding:4px 10px;border:1px solid #3e678e;background-color:initial;color:#3e678e;border-radius:3px;cursor:pointer;font-weight:500;font-size:.85em;transition:all .3s ease}.view-toggle-btn.active,.view-toggle-btn:hover{background-color:#3e678e;color:#fff}.dashboard-view{display:flex;flex-direction:column;grid-gap:12px;gap:12px;min-height:auto;overflow:visible;padding:0 10px 30px}.dashboard-general{background-color:#f8f9fa;border:2px solid #e9ecef;border-radius:8px;padding:15px}.dashboard-section-header h2{margin:0 0 10px;color:#22384d;font-size:1.3em;border-bottom:2px solid #3e678e;padding-bottom:8px}.dashboard-general-header{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;grid-gap:16px;gap:16px;width:100%}.dashboard-general-left{display:flex;align-items:center;grid-gap:16px;gap:16px;flex-wrap:wrap;flex:1 1;min-width:0}.dashboard-general-left h2{margin:0;white-space:nowrap}.dashboard-badges-left{display:flex;grid-gap:8px;gap:8px;flex-wrap:wrap}.dashboard-customer-section{display:flex;align-items:center;margin-left:auto;flex-shrink:0}.case-type-badge{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;text-transform:uppercase}.case-state-badge,.case-type-badge{padding:4px 12px;border-radius:16px;font-size:.8em;font-weight:600;letter-spacing:.5px;box-shadow:0 2px 4px rgba(0,0,0,.1)}.case-state-badge{background:linear-gradient(135deg,#ffc107,#ff8f00);color:#212529}.dashboard-section-header h3{margin:0 0 10px;color:#22384d;font-size:1.1em;border-bottom:1px solid #3e678e;padding-bottom:6px}.dashboard-general-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:10px;gap:10px}.dashboard-header-right{display:flex;align-items:center;grid-gap:12px;gap:12px;flex-shrink:0}.dashboard-tags-inline{display:flex;justify-content:flex-end;align-items:center}.dashboard-tags-inline .tags-editor{flex-direction:row-reverse}.dashboard-tags-inline .tags-editor .tags-list{flex-direction:row-reverse;flex-wrap:nowrap}.dashboard-tags-inline .tags-editor .add-tag-btn,.dashboard-tags-inline .tags-editor .tag-input-wrapper{order:1}.tags-line{align-items:flex-start!important}.accordion-tags-editor{flex:1 1;min-width:0}.dashboard-info-item{display:flex;align-items:flex-start;grid-gap:8px;gap:8px;padding:8px;background-color:#fff;border-radius:4px;border:1px solid #dee2e6;min-height:60px}.dashboard-info-item strong{color:#495057;min-width:100px;font-size:.9em;flex-shrink:0}.dashboard-info-item:has(.customer-link-component){min-width:400px;width:100%;grid-column:1/-1}.dashboard-row{display:grid;grid-template-columns:30% 70%;grid-gap:15px;gap:15px;align-items:stretch}.dashboard-row .dashboard-files{min-width:0;overflow:visible}.dashboard-row .dashboard-values{display:flex;flex-direction:column}.dashboard-row .dashboard-values .dashboard-section-content{flex:1 1;max-height:400px;overflow-y:auto}.dashboard-values .lineBatch{font-size:11px;line-height:1.3}.dashboard-values .lineBatch strong{font-weight:500;font-size:11px;color:#495057}.dashboard-values .lineBatch span{font-size:10px;color:#6c757d;font-weight:400}.slot-wrapper .lineBatch{font-size:11px;line-height:1.3;padding:2px 5px 2px 1vw}.slot-wrapper .lineBatch strong{font-weight:500;font-size:11px;color:#495057}.slot-wrapper .lineBatch span{font-size:10px;color:#6c757d;font-weight:400}.dashboard-history-full{min-height:200px;overflow:hidden}.dashboard-history-full,.dashboard-ongoing-values-full{background-color:#fff;border:2px solid #e9ecef;border-radius:8px;padding:12px;display:flex;flex-direction:column}.dashboard-ongoing-values-full{min-height:400px;width:100%;box-sizing:border-box;position:relative;margin-bottom:15px}.dashboard-ongoing-values-full .dashboard-section-header{flex-shrink:0}.dashboard-ongoing-values-full .dashboard-section-content{flex:1 1;max-height:700px;overflow-y:auto;overflow-x:hidden;padding-bottom:16px}.dashboard-ongoing-values-full .ongoing-values-container{height:auto}.dashboard-ongoing-values-full .ongoing-values-grid,.dashboard-ongoing-values-full .ongoing-values-list{height:auto;padding-bottom:20px}.ongoing-values-container{display:flex;flex-direction:column;grid-gap:12px;gap:12px}.ongoing-values-filter{display:flex;align-items:center;grid-gap:12px;gap:12px;padding:8px 0;border-bottom:1px solid #e9ecef}.type-filter-dropdown{min-width:200px;max-width:400px}.type-filter-dropdown .p-multiselect-label{font-size:.875rem}.type-filter-dropdown .p-multiselect-token{background-color:#e9ecef;color:#495057;font-size:.75rem;padding:.125rem .375rem}.filter-count{font-size:.875rem;color:#6c757d;font-style:italic}.no-filtered-values{text-align:center;color:#6c757d;padding:20px;font-style:italic}.ongoing-values-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));grid-gap:8px;gap:8px;padding:4px 0 12px}.ongoing-value-item{background-color:#f8f9fa;border:1px solid #dee2e6;border-radius:4px;padding:6px;transition:box-shadow .2s ease;min-height:50px;position:relative}.ongoing-value-item[data-source=fd]{background-color:#f3f4fd;border-color:#d4d9f7}.ongoing-value-item[data-source=form]{background-color:#f0f9ff;border-color:#bae6fd}.ongoing-value-item[data-source=hi]{background-color:#fffef0;border-color:#fef3c7}.ongoing-value-item[data-source=eu]{background-color:#fff7ed;border-color:#fed7aa}.ongoing-value-item[data-source=ex],.ongoing-value-item[data-source=wf]{background-color:#fef2f2;border-color:#fecaca}.ongoing-value-item[data-source=team]{background-color:#f0fdf4;border-color:#bbf7d0}.ongoing-value-item:hover{box-shadow:0 1px 3px rgba(0,0,0,.1);border-color:#adb5bd}.ongoing-value-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px;grid-gap:6px;gap:6px;padding-right:40px}.ongoing-value-header strong{color:#212529;font-size:11px;line-height:1.2;flex:1 1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ongoing-value-source{position:absolute;top:4px;right:4px;padding:1px 4px;border-radius:2px;font-size:8px;text-transform:uppercase;letter-spacing:.3px;font-weight:600;color:#495057}.ongoing-value-source.source-fd{background-color:#5b21b6;color:#fff}.ongoing-value-source.source-form{background-color:#2563eb;color:#fff}.ongoing-value-source.source-hi{background-color:#f59e0b;color:#fff}.ongoing-value-source.source-eu{background-color:#ea580c;color:#fff}.ongoing-value-source.source-ex,.ongoing-value-source.source-wf{background-color:#dc2626;color:#fff}.ongoing-value-source.source-team{background-color:#059669;color:#fff}.ongoing-value-content{background-color:#fff;border:1px solid #ced4da;border-radius:3px;padding:4px 6px;min-height:16px;max-height:40px;overflow:hidden;word-break:break-word;font-family:monospace;font-size:10px;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-overflow:ellipsis}.ongoing-values-list{display:flex;flex-direction:column;grid-gap:12px;gap:12px;padding:4px 0 12px}.ongoing-value-list-item{background-color:#fff;border:1px solid #dee2e6;border-radius:8px;padding:16px;transition:box-shadow .2s ease,border-color .2s ease;width:100%;box-sizing:border-box}.ongoing-value-list-item:hover{box-shadow:0 2px 8px rgba(0,0,0,.08);border-color:#adb5bd}.ongoing-value-list-item[data-source=fd]{border-left:4px solid #5b21b6}.ongoing-value-list-item[data-source=form]{border-left:4px solid #2563eb}.ongoing-value-list-item[data-source=hi]{border-left:4px solid #f59e0b}.ongoing-value-list-item[data-source=eu]{border-left:4px solid #ea580c}.ongoing-value-list-item[data-source=ex],.ongoing-value-list-item[data-source=wf]{border-left:4px solid #dc2626}.ongoing-value-list-item[data-source=team]{border-left:4px solid #059669}.ongoing-value-list-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px;grid-gap:12px;gap:12px}.ongoing-value-list-header strong{font-size:14px;color:#1f2937;font-weight:600}.ongoing-value-list-meta{display:flex;align-items:center;grid-gap:8px;gap:8px;flex-shrink:0}.ongoing-value-type{font-size:11px;color:#6b7280;background:#f3f4f6;padding:2px 6px;border-radius:4px}.ongoing-value-date{font-size:11px;color:#9ca3af}.ongoing-value-list-content{background-color:#f8f9fa;border:1px solid #e5e7eb;border-radius:6px;padding:12px 16px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:14px;line-height:1.6;color:#374151;word-break:break-word;white-space:pre-wrap;max-height:300px;overflow-y:auto}.values-header-controls{display:flex;align-items:center;grid-gap:16px;gap:16px}.accordion-values-actions{display:flex;align-items:center;grid-gap:8px;gap:8px;padding-right:10px}.dashboard-notes-full{background-color:#fff;border:2px solid #e9ecef;border-radius:8px;padding:12px;min-height:400px;box-sizing:border-box;overflow:hidden}.dashboard-notes-full,.horizontal-history-container{width:100%;position:relative}.horizontal-progress-bar{width:100%;height:4px;background-color:#e9ecef;border-radius:2px;margin-bottom:15px;overflow:hidden}.horizontal-progress-fill{height:100%;background:linear-gradient(90deg,#667eea,#764ba2);border-radius:2px;transition:width .3s ease}.horizontal-history-steps{display:flex;justify-content:space-between;align-items:flex-start;grid-gap:10px;gap:10px;overflow-x:auto;padding:5px 0}.horizontal-step{display:flex;flex-direction:column;align-items:center;min-width:120px;flex-shrink:0;cursor:pointer;transition:all .3s ease}.horizontal-step:hover{transform:translateY(-2px)}.horizontal-step.placeholder:hover{transform:none}.horizontal-step-marker{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:8px;border:2px solid;transition:all .3s ease}.horizontal-step.completed .horizontal-step-marker{background-color:#d4edda!important;border-color:#28a745!important;color:#155724!important}.horizontal-step.current .horizontal-step-marker{background-color:#ffc107!important;border-color:#ffc107!important;color:#212529!important;box-shadow:0 0 0 3px rgba(255,193,7,.3)}.horizontal-step.placeholder .horizontal-step-marker{background-color:initial;border-color:#ced4da;border-style:dashed;color:#9ca3af;opacity:.6}.step-number{font-weight:700;font-size:.9rem;width:100%;height:100%;line-height:1;margin-top:5px}.horizontal-step.completed .step-number{background-color:initial!important;color:#fff!important}.horizontal-step.current .step-number{background-color:initial!important;color:#212529!important}.placeholder-dot{font-weight:600;color:#9ca3af}.horizontal-step-content{text-align:center;max-width:120px}.step-title{font-size:.85rem;font-weight:600;color:#495057;line-height:1.2;word-break:break-word}.horizontal-step.placeholder .step-title{color:#9ca3af;font-style:italic}.step-meta{display:flex;flex-direction:column;grid-gap:2px;gap:2px}.step-date{font-size:.75rem;color:#6c757d;font-weight:500}.step-time{font-size:.7rem;color:#9ca3af}.step-placeholder-text{font-size:.75rem;color:#d1d5db;font-style:italic}.dashboard-section{background-color:#fff;border:2px solid #e9ecef;border-radius:8px;padding:12px;min-height:200px}.dashboard-section-content{max-height:200px;overflow-y:auto}.dashboard-files .dashboard-section-content{max-height:400px}.dashboard-section-header{margin-bottom:10px}.dashboard-section-header,.dashboard-values-header{display:flex;justify-content:space-between;align-items:center}.dashboard-values-header{width:100%}.dashboard-values-header h3{margin:0}.values-filter-controls{display:flex;align-items:center;grid-gap:12px;gap:12px}.values-filter-controls .type-filter-dropdown{min-width:200px}.values-filter-controls .type-filter-dropdown .p-multiselect{background:#fff;border:1px solid #ced4da;min-height:32px}.values-filter-controls .type-filter-dropdown .p-multiselect:not(.p-disabled):hover{border-color:#3e678e}.values-filter-controls .type-filter-dropdown .p-multiselect:not(.p-disabled).p-focus{box-shadow:0 0 0 .2rem rgba(62,103,142,.25);border-color:#3e678e}.values-filter-controls .type-filter-dropdown .p-multiselect-label{color:#495057;font-size:.875rem}.values-filter-controls .type-filter-dropdown .p-multiselect-label.p-placeholder{color:#6c757d}.values-filter-controls .filter-count{font-size:.875rem;color:#6c757d;white-space:nowrap}.source-filter-btn{padding:2px 8px;border-radius:3px;font-size:9px;font-weight:600;text-transform:uppercase;letter-spacing:.3px;border:1px solid;background:transparent;cursor:pointer;transition:all .2s ease;outline:none;height:20px;line-height:1}.source-filter-btn:hover{transform:translateY(-1px);box-shadow:0 1px 3px rgba(0,0,0,.1)}.source-filter-btn.active{color:#fff}.source-filter-fd{border-color:#5b21b6;color:#5b21b6}.source-filter-fd.active{background-color:#5b21b6}.source-filter-form{border-color:#2563eb;color:#2563eb}.source-filter-form.active{background-color:#2563eb}.source-filter-hi{border-color:#f59e0b;color:#f59e0b}.source-filter-hi.active{background-color:#f59e0b}.source-filter-eu{border-color:#ea580c;color:#ea580c}.source-filter-eu.active{background-color:#ea580c}.source-filter-wf{border-color:#dc2626;color:#dc2626}.source-filter-wf.active{background-color:#dc2626}.source-filter-ex{border-color:#dc2626;color:#dc2626}.source-filter-ex.active{background-color:#dc2626}.source-filter-team{border-color:#059669;color:#059669}.source-filter-team.active{background-color:#059669}.source-filter-unknown{border-color:#6b7280;color:#6b7280}.source-filter-unknown.active{background-color:#6b7280}.source-filter-clear{width:20px;height:20px;border-radius:3px;border:1px solid #dc2626;background:transparent;color:#dc2626;font-size:16px;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:all .2s ease;outline:none;padding:0;line-height:1}.source-filter-clear:hover{background-color:#dc2626;color:#fff}.files-header-actions{display:flex;align-items:center;grid-gap:10px;gap:10px}.accordion-files-actions{display:flex;align-items:center;grid-gap:8px;gap:8px}.view-toggle-buttons{border-radius:4px}.view-toggle-buttons .p-button{border-radius:0!important;border:none!important}.view-toggle-buttons .p-button:first-child{border-right:1px solid #dee2e6!important}.file-list-item{display:flex;align-items:center;padding:12px;background-color:#f8f9fa;border:1px solid #dee2e6;border-radius:5px;cursor:pointer;transition:all .2s ease}.file-list-item:hover{background-color:#e9ecef;transform:translateY(-1px);box-shadow:0 2px 4px rgba(0,0,0,.1)}.file-list-thumbnail{width:40px;height:40px;min-width:40px;display:flex;align-items:center;justify-content:center;background-color:#fff;border:1px solid #dee2e6;border-radius:4px;margin-right:12px}.file-list-thumbnail .file-image-preview{width:100%;height:100%;object-fit:cover;border-radius:3px}.file-list-thumbnail img.file-icon{object-fit:contain;padding:8px}.file-list-thumbnail .fallback-icon,.file-list-thumbnail i{font-size:20px;color:#6c757d}.file-list-loading{display:flex;align-items:center;justify-content:center}.file-list-info{flex:1 1;min-width:0}.file-list-name{font-weight:500;font-size:14px;color:#22384d;margin-bottom:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.file-list-meta{display:flex;grid-gap:12px;gap:12px;font-size:12px;color:#6c757d}.file-list-meta span{white-space:nowrap}.file-list-uploader{font-style:italic;color:#8e44ad!important}.file-list-description{font-size:12px;color:#5d6d7e;margin-top:4px;font-style:italic;line-height:1.3;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.file-list-actions{display:flex;align-items:center;grid-gap:4px;gap:4px;margin-left:12px}.dashboard-files .dashboard-section-header{flex-wrap:wrap;grid-gap:8px;gap:8px;min-height:44px;align-items:flex-start}.dashboard-files .dashboard-section-header h3{flex:1 1;min-width:60px;margin-bottom:0}.files-header-actions{flex-shrink:0;min-width:200px;max-width:none;overflow:visible}.view-toggle-buttons{flex-shrink:0;white-space:nowrap}@media (max-width:1200px){.dashboard-files .dashboard-section-header{flex-direction:column;align-items:stretch;grid-gap:12px;gap:12px}.files-header-actions{flex-direction:row;justify-content:flex-start;grid-gap:8px;gap:8px;min-width:auto}.dashboard-files .dashboard-section-header h3{flex:none}.dashboard-files .files-header-actions .p-button{padding:6px 12px;font-size:14px}}@media (max-width:768px){.dashboard-section-header{flex-direction:column;align-items:stretch;grid-gap:10px;gap:10px}.files-header-actions{flex-direction:row;justify-content:space-between;grid-gap:8px;gap:8px;align-items:center}.view-toggle-buttons{order:1}.files-header-actions .p-button{order:2}.accordion-files-actions{flex-direction:column;grid-gap:6px;gap:6px}.file-list-meta{flex-direction:column;grid-gap:2px;gap:2px}.file-list-actions{margin-left:8px}}.dashboard-section-content::-webkit-scrollbar{width:6px}.upload-dialog{max-width:600px;min-width:500px}.upload-dialog .p-dialog-header{background:linear-gradient(135deg,#22384d,#3e678e);color:#fff;border-radius:8px 8px 0 0}.upload-dialog .p-dialog-header .p-dialog-title{font-weight:600;font-size:1.2em}.upload-dialog .p-dialog-header .p-dialog-header-icon{color:#fff}.upload-dialog .p-dialog-content{padding:24px;background:#f8f9fa}.upload-selected-files{background:#fff;border:2px dashed #dee2e6;border-radius:8px;padding:20px;margin-bottom:24px}.upload-selected-files h4{margin:0 0 16px;color:#22384d;font-size:1.1em;font-weight:600}.upload-files-list{max-height:200px;overflow-y:auto;margin:0;padding-left:20px}.upload-file-item{margin-bottom:8px;padding:8px 12px;background:#f8f9fa;border-radius:4px;border-left:4px solid #3e678e}.upload-file-name{font-weight:500;color:#22384d;margin-right:8px}.upload-file-size{color:#6c757d;font-size:.9em}.upload-description-section{background:#fff;padding:20px;border-radius:8px;border:1px solid #dee2e6}.upload-description-label{display:block;margin-bottom:12px;color:#22384d;font-weight:600;font-size:1em}.upload-description-textarea{width:100%;border:2px solid #dee2e6;border-radius:6px;padding:12px;font-family:inherit;font-size:14px;line-height:1.5;resize:vertical;transition:border-color .3s ease}.upload-description-textarea:focus{border-color:#3e678e;outline:none;box-shadow:0 0 0 3px rgba(62,103,142,.1)}.upload-dialog .p-dialog-footer{background:#fff;padding:20px 24px;border-radius:0 0 8px 8px;border-top:1px solid #dee2e6;display:flex;justify-content:flex-end;grid-gap:12px;gap:12px}.upload-dialog .p-dialog-footer .p-button{min-width:100px;font-weight:500}.upload-dialog .p-dialog-footer .p-button-text{background:transparent;color:#6c757d}.upload-dialog .p-dialog-footer .p-button-text:hover{background:#f8f9fa;color:#495057}.upload-dialog-footer{display:flex;justify-content:flex-end;grid-gap:12px;gap:12px;align-items:center}@media (max-width:768px){.upload-dialog{min-width:90vw;max-width:95vw}.upload-dialog .p-dialog-content{padding:16px}.upload-selected-files{padding:16px;margin-bottom:20px}.upload-description-section{padding:16px}}.dashboard-section-content::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.dashboard-section-content::-webkit-scrollbar-thumb{background:#3e678e;border-radius:3px}.dashboard-section-content::-webkit-scrollbar-thumb:hover{background:#2d4a66}.files-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));grid-gap:10px;gap:10px}.dashboard-files .files-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));grid-gap:8px;gap:8px}.slot-wrapper .files-grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));grid-gap:12px;gap:12px;padding:10px 0}.files-grid .file-btn{display:flex;align-items:center;grid-gap:8px;gap:8px;padding:10px;background-color:#f8f9fa;border:1px solid #dee2e6;border-radius:5px;text-align:left;transition:all .2s ease}.files-grid .file-btn:hover{background-color:#e9ecef;transform:translateY(-1px)}.array-content{background-color:#f8f9fa;padding:10px;border-radius:4px;margin-top:5px}.array-content>div{padding:2px 0;font-family:monospace;font-size:.9em}@media screen and (max-width:570px){.main-case-container{padding:20px 0 0;border-radius:5px;display:flex;flex-direction:column;overflow:hidden;overflow-y:scroll;-ms-overflow-style:none;scrollbar-width:none;max-width:1180px;width:90%;margin:0 auto;grid-gap:10px;gap:10px}.slot-wrapper{width:100%;max-width:600px;width:95vw;max-width:none;padding:15px}.note-meta{flex-direction:column;align-items:flex-start;grid-gap:3px;gap:3px}.dashboard-row{grid-template-columns:1fr;grid-gap:15px;gap:15px}.dashboard-general-content{grid-template-columns:1fr}.dashboard-view{padding:0 10px}.dashboard-section{min-height:200px;padding:15px}.dashboard-notes-full{height:250px!important;max-height:250px!important;padding:15px!important}.dashboard-notes-full .dashboard-section-content{height:200px!important;max-height:200px!important}.dashboard-general-header{flex-direction:column;align-items:flex-start;grid-gap:8px;gap:8px}.dashboard-badges{justify-content:flex-start;width:100%}.view-toggle-container{flex-direction:column;align-items:center;grid-gap:10px;gap:10px;margin:15px 0}.view-toggle-btn{width:200px;text-align:center}.dashboard-files .files-grid{grid-template-columns:1fr;grid-gap:8px;gap:8px}.slot-wrapper .files-grid{grid-template-columns:repeat(auto-fill,minmax(100px,1fr));grid-gap:8px;gap:8px}.horizontal-step{min-width:100px}.horizontal-step-content{max-width:100px}.step-title{font-size:.8rem}.dashboard-history-full{min-height:180px;padding:10px;overflow:hidden}.dashboard-notes-full{height:200px!important;max-height:200px!important;padding:10px!important;width:100%!important;overflow:hidden!important}.dashboard-notes-full .dashboard-section-content{height:170px!important;max-height:170px!important}}.cache-toggle-btn{background-color:#f8f9fa!important;border:1px solid #dee2e6!important;color:#495057!important;font-size:.85rem!important;padding:8px 12px!important;min-width:auto!important}.cache-toggle-btn:hover{background-color:#e9ecef!important;border-color:#6c757d!important;transform:none!important}.enhanced-file-btn{display:flex!important;flex-direction:column!important;align-items:center!important;padding:12px!important;background:linear-gradient(135deg,#f8f9fa,#e9ecef)!important;border:1px solid #dee2e6!important;border-radius:12px!important;transition:all .3s ease!important;min-height:120px!important;position:relative!important;overflow:hidden!important}.enhanced-file-btn:hover{background:linear-gradient(135deg,#e9ecef,#dee2e6)!important;border-color:#007bff!important;transform:translateY(-2px)!important;box-shadow:0 4px 8px rgba(0,123,255,.2)!important}.file-thumbnail-container{position:relative;width:60px;height:60px;margin-bottom:8px;display:flex;align-items:center;justify-content:center;border-radius:8px;overflow:hidden;background:#f8f9fa}.file-thumbnail{max-width:100%;max-height:100%;object-fit:cover;border-radius:6px}.file-type-badge{position:absolute;top:-2px;right:-2px;background:#007bff;color:#fff;font-size:8px;padding:2px 4px;border-radius:4px;font-weight:700;text-transform:uppercase}.file-thumbnail-loading{width:60px;height:60px;display:flex;align-items:center;justify-content:center;margin-bottom:8px;background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-radius:8px;border:1px solid #dee2e6}.file-thumbnail-spinner{width:16px;height:16px;border:2px solid #e9ecef;border-top-color:#007bff;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.enhanced-file-btn .file-info{display:flex!important;flex-direction:column!important;align-items:center!important;grid-gap:2px!important;gap:2px!important;width:100%!important}.enhanced-file-btn .file-name{font-size:12px!important;font-weight:500!important;text-align:center!important;word-break:break-word!important;line-height:1.3!important;max-width:100%!important;overflow:hidden!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important}.enhanced-file-btn .file-upload-date{font-size:10px!important;font-weight:400!important;color:#666!important;text-align:center!important;white-space:nowrap!important;margin-top:1px!important}.files-grid{grid-template-columns:repeat(auto-fill,minmax(100px,1fr));padding:8px 0}.enhanced-file-btn .img-icon{background-color:rgba(34,56,77,.10196078431372549)!important;border-radius:8px!important;padding:8px!important;height:44px!important;width:44px!important;margin-bottom:8px!important}.file-thumbnail-error{width:60px;height:60px;background:#f8f9fa;border:2px dashed #dee2e6;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:12px;color:#6c757d;margin-bottom:8px}@media (max-width:768px){.files-grid{grid-template-columns:repeat(auto-fill,minmax(80px,1fr));grid-gap:8px;gap:8px}.enhanced-file-btn{min-height:100px!important;padding:8px!important}.file-thumbnail-container{width:50px;height:50px}.enhanced-file-btn .file-name{font-size:10px!important}.enhanced-file-btn .file-upload-date{font-size:8px!important}}.dashboard-notes-full{background-color:#fff!important;border:2px solid #e9ecef!important;border-radius:8px!important;padding:12px!important;height:300px!important;max-height:300px!important;overflow:hidden!important}.dashboard-notes-full,.dashboard-notes-full .dashboard-section-content{width:100%!important;box-sizing:border-box!important;position:relative!important}.dashboard-notes-full .dashboard-section-content{height:250px!important;max-height:250px!important;margin:0!important;padding:0!important;overflow-x:hidden!important;overflow-y:auto!important;border:none!important;left:0!important;right:0!important}.dashboard-notes-full .note-wrapper{width:100%!important;box-sizing:border-box!important;margin:0 0 2px!important;padding:12px!important;border-radius:4px!important;word-wrap:break-word!important;overflow-wrap:break-word!important}.dashboard-notes-full .note-wrapper .note-line,.dashboard-notes-full .note-wrapper .note-meta,.dashboard-notes-full .note-wrapper .note-state{width:100%!important;box-sizing:border-box!important;margin:0!important}.dashboard-notes-full .dashboard-section-header{width:100%!important;margin:0 0 10px!important;padding:0!important}.dashboard-notes-full .dashboard-section-header h3{width:100%!important;margin:0 0 10px!important}.dashboard-notes-full .dashboard-section-content::-webkit-scrollbar{width:8px!important}.dashboard-notes-full .dashboard-section-content::-webkit-scrollbar-track{background:#f8f9fa!important;border-radius:4px!important}.dashboard-notes-full .dashboard-section-content::-webkit-scrollbar-thumb{background:#3e678e!important;border-radius:4px!important}.dashboard-notes-full .dashboard-section-content::-webkit-scrollbar-thumb:hover{background:#2d4a66!important}.customer-form{padding:0}.form-grid{flex-direction:column}.form-grid,.form-row{display:flex;grid-gap:16px;gap:16px}.form-row{align-items:flex-end}.form-field{display:flex;flex-direction:column;grid-gap:6px;gap:6px;flex:1 1}.form-field.full-width{flex:1 1 100%}.form-field label{font-size:.875rem;font-weight:600;color:#495057;margin:0}.form-field .p-dropdown,.form-field .p-inputtext,.form-field .p-inputtextarea{width:100%;font-size:.875rem}.form-field .p-inputtext{padding:8px 12px;border:1px solid #ced4da;border-radius:6px;transition:border-color .2s ease}.form-field .p-inputtext:focus{border-color:#007bff;box-shadow:0 0 0 .2rem rgba(0,123,255,.25);outline:none}.form-field .p-inputtext.p-invalid{border-color:#dc3545}.form-field .form-select{width:100%;padding:8px 12px;border:1px solid #ced4da;border-radius:6px;font-size:.875rem;line-height:1.5;color:#495057;background-color:#fff;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3E%3C/svg%3E");background-position:right 8px center;background-repeat:no-repeat;background-size:16px 12px;-webkit-appearance:none;appearance:none;min-height:42px;box-sizing:border-box}.form-field .form-select:focus{border-color:#007bff;box-shadow:0 0 0 .2rem rgba(0,123,255,.25);outline:none}.form-field .form-select:hover{border-color:#adb5bd}.form-field .form-select:disabled{background-color:#f8f9fa;color:#6c757d;border-color:#e9ecef;cursor:not-allowed}.form-field .p-dropdown-panel{border:1px solid #ced4da;border-radius:6px;box-shadow:0 2px 12px rgba(0,0,0,.175)}.form-field .p-dropdown-panel .p-dropdown-items{padding:4px 0}.form-field .p-dropdown-panel .p-dropdown-item{padding:8px 12px;font-size:.875rem;transition:background-color .2s ease}.form-field .p-dropdown-panel .p-dropdown-item:hover{background-color:#f8f9fa}.form-field .p-inputtextarea{border:1px solid #ced4da;border-radius:6px;padding:8px 12px;font-family:inherit;resize:vertical;min-height:60px}.form-field .p-inputtextarea:focus{border-color:#007bff;box-shadow:0 0 0 .2rem rgba(0,123,255,.25);outline:none}.form-field .p-invalid{border-color:#e24c4c}.form-field .p-invalid:focus{border-color:#e24c4c;box-shadow:0 0 0 .2rem rgba(226,76,76,.25)}.form-field label:after{content:""}.form-field label[for=customerName]:after{content:" *";color:#e24c4c;font-weight:700}@media (max-width:768px){.form-row{flex-direction:column;grid-gap:12px;gap:12px}.form-field{flex:1 1 100%}.dialog-footer{flex-direction:column-reverse;grid-gap:8px;gap:8px}.dialog-footer .p-button{width:100%;justify-content:center}}.form-field .p-dropdown .p-dropdown-label:focus,.form-field .p-dropdown .p-dropdown-trigger:focus{outline:2px solid #007bff;outline-offset:2px}.form-field .p-dropdown:hover,.form-field .p-inputtext:hover,.form-field .p-inputtextarea:hover{border-color:#adb5bd}.form-field .p-dropdown:disabled,.form-field .p-inputtext:disabled,.form-field .p-inputtextarea:disabled{background-color:#f8f9fa;color:#6c757d;border-color:#e9ecef;cursor:not-allowed}.p-dialog .p-dialog-header{background:#f8f9fa;border-bottom:1px solid #e9ecef;padding:16px 24px}.p-dialog .p-dialog-content{padding:24px;background:#fff}.p-dialog .p-dialog-footer{padding:16px 24px 24px;border-top:1px solid #e9ecef;background:#f8f9fa;margin:0}.contact-dropdown{width:100%!important}.contact-dropdown .p-dropdown-label{padding:8px 12px!important;font-size:.875rem!important;line-height:1.5!important;color:#495057!important}.contact-dropdown .p-dropdown-label.p-placeholder{color:#6c757d!important}.contact-dropdown .p-dropdown-trigger{width:32px!important;border-left:1px solid #ced4da!important}.contact-dropdown .p-dropdown-trigger .p-dropdown-trigger-icon{font-size:.875rem;color:#6c757d}.p-dialog .p-dialog-content{background:#f0fff4!important}.customer-form .form-field .p-dropdown,.customer-form .form-field .p-inputtext,.customer-form .form-field .p-inputtextarea{background:#f0f9ff!important;border-color:#bae6fd!important;color:#2c3e50!important}.customer-form .form-field .p-dropdown .p-dropdown-label{color:#2c3e50!important}.customer-form .form-field .p-dropdown:focus,.customer-form .form-field .p-inputtext:focus,.customer-form .form-field .p-inputtextarea:focus{background:#e0f7fa!important;border-color:#4dd0e1!important;box-shadow:0 0 0 2px rgba(77,208,225,.2)!important}.customer-form .form-field .p-dropdown:hover,.customer-form .form-field .p-inputtext:hover,.customer-form .form-field .p-inputtextarea:hover{border-color:#4dd0e1!important}.p-dialog .p-dialog-header{background:#f0fff4!important;border-bottom-color:#c6f6d5!important}.p-dialog .p-dialog-footer{background:#f0fff4!important;border-top-color:#c6f6d5!important}.customer-form .p-dropdown-panel{border-color:#4dd0e1!important}.customer-link-component{margin:8px 0}.dashboard-badges .customer-link-component,.dashboard-customer-section .customer-link-component{margin:0}.customer-linked{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background-color:#f0fdf4;border:1px solid #10b981;border-radius:6px;overflow:hidden;min-height:60px}.dashboard-badges .customer-linked,.dashboard-customer-section .customer-linked{background:#e8f5f3;color:#065f46;padding:8px 12px;border:1px solid #10b981;border-radius:6px;font-size:.75em;font-weight:500;letter-spacing:.3px;box-shadow:none;min-height:auto;grid-gap:2px;gap:2px;flex-direction:column;align-items:flex-start;text-align:left;justify-content:flex-start;min-width:120px;position:relative;pointer-events:auto}.customer-info{align-items:flex-start;flex:1 1;min-width:0;padding-right:12px}.dashboard-badges .customer-info,.dashboard-customer-section .customer-info{flex-direction:column;align-items:flex-start;grid-gap:1px;gap:1px;padding-right:20px;text-align:left;width:100%}.customer-name{color:#065f46;word-wrap:break-word;overflow-wrap:break-word;width:100%;line-height:1.3}.customer-id{color:#6b7280;font-size:.8rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%;max-width:250px}.dashboard-badges .customer-name,.dashboard-customer-section .customer-name{color:#065f46;font-size:inherit;line-height:1.2;width:100%;font-weight:600;margin-bottom:1px}.dashboard-badges .customer-id,.dashboard-customer-section .customer-id{color:#6b7280;font-size:.85em;max-width:none;width:100%;line-height:1.1}.customer-actions{display:flex;grid-gap:4px;gap:4px;flex-shrink:0;align-items:center}.dashboard-badges .customer-actions,.dashboard-customer-section .customer-actions{position:absolute;top:2px;right:2px;grid-gap:2px;gap:2px;z-index:9999!important;pointer-events:auto!important}.dashboard-badges .customer-actions .p-button,.dashboard-customer-section .customer-actions .p-button{padding:2px!important;min-width:16px!important;width:16px!important;height:16px!important;color:#065f46!important;background:#d1fae5!important;border:1px solid #10b981!important;border-radius:3px!important;font-size:.7em!important;display:flex!important;align-items:center!important;justify-content:center!important;cursor:pointer!important;transition:all .15s ease!important;box-shadow:0 1px 2px rgba(0,0,0,.1)!important;position:relative!important}.dashboard-badges .customer-actions .p-button:hover,.dashboard-customer-section .customer-actions .p-button:hover{background:#a7f3d0!important;color:#047857!important;border-color:#059669!important;transform:translateY(-1px)!important;box-shadow:0 2px 4px rgba(0,0,0,.15)!important}.dashboard-badges .customer-actions .p-button .p-button-icon,.dashboard-customer-section .customer-actions .p-button .p-button-icon{font-size:.8em!important;margin:0!important;line-height:1!important}.customer-not-linked{padding:4px 0}.dashboard-badges .customer-not-linked,.dashboard-customer-section .customer-not-linked{padding:0}.dashboard-badges .customer-not-linked .p-button,.dashboard-customer-section .customer-not-linked .p-button{background:linear-gradient(135deg,#6b7280,#4b5563);color:#fff;padding:4px 12px;border:none;border-radius:6px;font-size:.8em;font-weight:600;letter-spacing:.5px;box-shadow:0 2px 4px rgba(0,0,0,.1);min-width:auto}.dashboard-badges .customer-not-linked .p-button:hover,.dashboard-customer-section .customer-not-linked .p-button:hover{background:linear-gradient(135deg,#4b5563,#374151)}.customer-create-dialog .p-dialog-content,.customer-link-dialog .p-dialog-content{padding:2.5rem;background:#fff;min-height:400px}.customer-create-dialog .p-dialog-header,.customer-link-dialog .p-dialog-header{background:#f8fafc;border-bottom:1px solid #e2e8f0;padding:1.25rem 2rem;position:relative}.customer-create-dialog .p-dialog-header .p-dialog-header-close,.customer-link-dialog .p-dialog-header .p-dialog-header-close{background-color:#374151!important;border:2px solid #374151!important;border-radius:6px!important;color:#fff!important;width:36px!important;height:36px!important;display:flex!important;align-items:center!important;justify-content:center!important;transition:all .2s ease!important;box-shadow:0 2px 4px rgba(0,0,0,.15)!important}.customer-create-dialog .p-dialog-header .p-dialog-header-close:hover,.customer-link-dialog .p-dialog-header .p-dialog-header-close:hover{background-color:#f3f4f6!important;border-color:#d1d5db!important;color:#374151!important;box-shadow:0 4px 6px rgba(0,0,0,.15)!important}.customer-create-dialog .p-dialog-header .p-dialog-header-close .p-dialog-header-close-icon,.customer-link-dialog .p-dialog-header .p-dialog-header-close .p-dialog-header-close-icon{font-size:1.1rem!important;font-weight:600!important}.customer-create-dialog .p-dialog-header .p-dialog-title,.customer-link-dialog .p-dialog-header .p-dialog-title{font-weight:700;color:#1e293b;font-size:1.25rem}.customer-selection .p-field{margin-bottom:1.75rem}.customer-selection .p-field:last-child{margin-bottom:0}.customer-selection label{display:block;font-weight:600;margin-bottom:.75rem;color:#374151;font-size:.95rem}.customer-selection .p-inputtext{width:100%;border-radius:8px;border:2px solid #d1d5db;background-color:#fff;padding:.875rem 1rem;font-size:1rem;transition:all .2s ease;box-shadow:0 1px 3px rgba(0,0,0,.1)}.customer-selection .p-dropdown{width:100%;min-height:50px}.customer-selection .p-dropdown .p-dropdown-label{padding:.875rem 1rem;font-size:1rem;min-height:48px;display:flex;align-items:center}.customer-selection .p-dropdown-panel{margin-top:4px;border-radius:8px;box-shadow:0 10px 25px rgba(0,0,0,.15);border:1px solid #d1d5db}.customer-selection .p-dropdown-item{padding:.875rem 1rem;font-size:1rem;border-bottom:1px solid #f3f4f6}.customer-selection .p-dropdown-item:last-child{border-bottom:none}.customer-selection .p-inputtext:focus{border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.1),0 4px 6px rgba(0,0,0,.1);outline:none;background-color:#fefefe}.customer-selection{overflow:visible;position:relative}.customer-selection .p-field:first-child{display:flex;flex-direction:column;position:relative}.customer-selection .p-field:first-child>div{display:flex;grid-gap:.5rem;gap:.5rem;align-items:flex-end}.customer-selection .p-button-text{background-color:#f3f4f6!important;border:2px solid #d1d5db!important;border-radius:8px!important;padding:.875rem 1rem!important;min-height:50px!important;color:#374151!important;transition:all .2s ease!important;box-shadow:0 1px 3px rgba(0,0,0,.1)!important}.customer-selection .p-button-text:hover{background-color:#e5e7eb!important;border-color:#9ca3af!important;color:#1f2937!important;box-shadow:0 2px 4px rgba(0,0,0,.1)!important}.customer-selection .p-button-text .p-button-icon{font-size:1.1rem!important;margin:0!important}.customer-create-form .p-field{margin-bottom:1.75rem}.customer-create-form .p-field:last-child{margin-bottom:0}.customer-create-form label{display:block;font-weight:600;margin-bottom:.75rem;color:#374151;font-size:.95rem}.customer-create-form .p-dropdown,.customer-create-form .p-inputtext{width:100%;border-radius:8px;border:2px solid #e5e7eb;padding:.75rem 1rem;font-size:.95rem;transition:all .2s ease}.customer-create-form .p-dropdown:focus-within,.customer-create-form .p-inputtext:focus{border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.1);outline:none}.dialog-footer-buttons{display:flex;justify-content:space-between;align-items:center;grid-gap:.75rem;gap:.75rem;width:100%}.dialog-footer-buttons .p-button{min-width:160px;padding:.875rem 1.5rem;font-weight:600;border-radius:8px;transition:all .2s ease;display:flex;align-items:center;justify-content:center;grid-gap:.5rem;gap:.5rem;white-space:nowrap}.dialog-footer-buttons .p-button-outlined{min-width:180px;padding:.875rem 1.75rem}.dialog-footer-buttons .p-button .p-button-icon{margin-right:0!important;margin-left:0!important}.dialog-footer-buttons .p-button:first-child{margin-right:auto}.dialog-footer-buttons .p-button-outlined{border:2px solid #6366f1;color:#6366f1;background:transparent}.dialog-footer-buttons .p-button-outlined:hover{background:#6366f1;color:#fff;transform:translateY(-1px);box-shadow:0 4px 12px rgba(99,102,241,.3)}.dialog-footer-buttons .p-button-text{color:#6b7280;border:1px solid transparent}.dialog-footer-buttons .p-button-text:hover{background:#f3f4f6;color:#374151;border-color:#d1d5db}.dialog-footer-buttons .p-button-primary{background:#3b82f6;border:2px solid #3b82f6;color:#fff;font-weight:700}.dialog-footer-buttons .p-button-primary:hover:not(:disabled){background:#2563eb;border-color:#2563eb;transform:translateY(-1px);box-shadow:0 4px 12px rgba(59,130,246,.4)}.dialog-footer-buttons .p-button:disabled{opacity:.6;cursor:not-allowed;transform:none!important;box-shadow:none!important}.customer-create-dialog .p-dialog-footer,.customer-link-dialog .p-dialog-footer{padding:1.25rem 1.5rem;border-top:1px solid #e5e7eb;background:#f9fafb}@media (max-width:768px){.customer-linked{flex-direction:column;grid-gap:12px;gap:12px;align-items:flex-start}.customer-actions{align-self:flex-end}.dashboard-customer-section .customer-linked{flex-direction:row;grid-gap:4px;gap:4px;align-items:center}.dialog-footer-buttons{flex-direction:column;grid-gap:.5rem;gap:.5rem}.dialog-footer-buttons .p-button{width:100%;min-width:unset;margin:0}.dialog-footer-buttons .p-button:first-child{margin-right:0;order:1}.dialog-footer-buttons .p-button-text{order:2}.dialog-footer-buttons .p-button-primary{order:3}}.small-tooltip{font-size:.7rem!important;padding:2px 6px!important;max-width:60px!important}.small-tooltip .p-tooltip-text{font-size:.7rem!important;padding:2px 4px!important;white-space:nowrap!important}.customer-link-component .dashboard-badges .customer-actions .p-button-sm.p-button-text:last-child,.customer-link-component .dashboard-customer-section .customer-actions .p-button-sm.p-button-text:last-child,.dashboard-badges .customer-actions .customer-actions .p-button.p-button-text.p-button-sm:last-child,.dashboard-customer-section .customer-actions .p-button.p-button-text.p-button-sm:last-child{color:#047857!important}.customer-link-component .dashboard-badges .customer-actions .p-button-sm.p-button-text:last-child:hover,.customer-link-component .dashboard-customer-section .customer-actions .p-button-sm.p-button-text:last-child:hover,.dashboard-badges .customer-actions .p-button.p-button-text.p-button-sm:last-child:hover,.dashboard-customer-section .customer-actions .p-button.p-button-text.p-button-sm:last-child:hover{color:#065f46!important}.customer-link-component .dashboard-badges .customer-actions .p-button-sm.p-button-text:last-child .p-button-icon,.customer-link-component .dashboard-customer-section .customer-actions .p-button-sm.p-button-text:last-child .p-button-icon,.dashboard-badges .customer-actions .p-button.p-button-text.p-button-sm:last-child .p-button-icon,.dashboard-customer-section .customer-actions .p-button.p-button-text.p-button-sm:last-child .p-button-icon{color:#047857!important;font-weight:700!important;font-size:.9em!important}.customer-link-component .dashboard-badges .customer-actions .p-button-sm.p-button-text:last-child:hover .p-button-icon,.customer-link-component .dashboard-customer-section .customer-actions .p-button-sm.p-button-text:last-child:hover .p-button-icon,.dashboard-badges .customer-actions .p-button.p-button-text.p-button-sm:last-child:hover .p-button-icon,.dashboard-customer-section .customer-actions .p-button.p-button-text.p-button-sm:last-child:hover .p-button-icon{color:#065f46!important}.unlink-button-green,.unlink-button-green *,.unlink-button-green .p-button-icon,.unlink-button-green .pi,.unlink-button-green .pi-times{color:#047857!important;fill:#047857!important}.unlink-button-green:hover,.unlink-button-green:hover *,.unlink-button-green:hover .p-button-icon,.unlink-button-green:hover .pi,.unlink-button-green:hover .pi-times{color:#065f46!important;fill:#065f46!important}.unlink-button-green .p-button-icon{font-weight:700!important;font-size:.9em!important}.case-timeline-container{padding:16px;height:100%;overflow-y:auto;background:#f8f9fa}.timeline-filters{display:flex;justify-content:space-between;align-items:center;grid-gap:12px;gap:12px;margin-bottom:16px;flex-wrap:wrap}.filter-buttons{display:flex;grid-gap:8px;gap:8px;flex-wrap:wrap}.filter-btn{padding:6px 14px;border:1px solid #dee2e6;border-radius:20px;background:#fff;color:#495057;font-size:13px;cursor:pointer;transition:all .2s ease}.filter-btn:hover{border-color:#007bff;color:#007bff}.filter-btn.active{background:#007bff;border-color:#007bff;color:#fff}.sort-section{display:flex;align-items:center;grid-gap:8px;gap:8px}.total-activities-badge{display:inline-flex;align-items:center;justify-content:center;min-width:24px;height:24px;padding:0 8px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:12px;font-size:12px;font-weight:600}.sort-toggle-btn{padding:6px 14px;border:1px solid #6c757d;border-radius:20px;background:#fff;color:#495057;font-size:13px;transition:all .2s ease;white-space:nowrap}.sort-toggle-btn:hover{border-color:#495057;background:#f8f9fa}.timeline-list{display:flex;flex-direction:column;grid-gap:24px;gap:24px}.timeline-day-group{background:#fff;border-radius:12px;box-shadow:0 1px 3px rgba(0,0,0,.1);overflow:hidden}.day-header{justify-content:space-between;padding:12px 16px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.day-header,.day-header-left{display:flex;align-items:center}.day-header-left{grid-gap:10px;gap:10px}.day-count-badge{display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:22px;padding:0 6px;background:hsla(0,0%,100%,.25);border-radius:11px;font-size:11px;font-weight:600}.day-label{font-weight:600;font-size:14px}.day-date{font-size:12px;opacity:.9}.day-activities{padding:8px 0}.timeline-item{display:flex;padding:12px 16px;cursor:pointer;transition:background-color .2s ease;border-bottom:1px solid #f0f0f0}.timeline-item:last-child{border-bottom:none}.timeline-item:hover{background:#f8f9fa}.timeline-item.system-event-compact{padding:10px 16px;background:#fafafa}.timeline-item.system-event-compact .timeline-connector{align-self:center}.timeline-item.system-event-compact .timeline-line{display:none}.timeline-item.system-event-compact .timeline-icon{width:28px;height:28px}.timeline-item.system-event-compact .timeline-icon i{font-size:12px}.timeline-item.system-event-compact .timeline-content.compact{display:flex;flex-direction:column;justify-content:center;padding:4px 8px}.system-event-two-rows{display:flex;flex-direction:column;grid-gap:6px;gap:6px;width:100%;padding:2px 0}.system-event-row-1{display:flex;align-items:center;grid-gap:10px;gap:10px}.system-event-row-1 .activity-type-label{font-size:11px;font-weight:600;text-transform:uppercase}.system-event-row-1 .activity-time{margin-left:auto;font-size:12px;color:#6c757d}.system-event-row-2{display:flex;align-items:center;grid-gap:8px;gap:8px;flex-wrap:wrap}.system-event-title{font-size:13px;font-weight:500;color:#333}.system-event-badge{display:inline-flex;align-items:center;padding:2px 8px;background:#e9ecef;color:#495057;border-radius:10px;font-size:11px;font-weight:500}.system-event-change{display:inline-flex;align-items:center;grid-gap:4px;gap:4px;font-size:12px;color:#6c757d}.system-event-change i{font-size:10px}.system-event-tag-value{display:inline-flex;align-items:center;grid-gap:4px;gap:4px;padding:2px 8px;background:#e3f2fd;color:#1565c0;border-radius:10px;font-size:11px;font-weight:500}.system-event-tag-value i{font-size:10px}.system-event-user{display:inline-flex;align-items:center;grid-gap:4px;gap:4px;font-size:11px;color:#6c757d;margin-left:auto}.system-event-user i{font-size:10px}.timeline-item.pinned{background:#fffbeb}.timeline-item.pinned:hover{background:#fef3c7}.timeline-connector{flex-direction:column;margin-right:16px}.timeline-connector,.timeline-icon{display:flex;align-items:center;flex-shrink:0}.timeline-icon{width:36px;height:36px;border-radius:50%;justify-content:center;color:#fff}.timeline-icon i{font-size:14px}.timeline-line{width:2px;flex:1 1;min-height:20px;background:#e5e7eb;margin-top:8px}.timeline-item:last-child .timeline-line{display:none}.timeline-content{flex:1 1;min-width:0}.timeline-header{grid-gap:8px;gap:8px;margin-bottom:4px}.activity-type-label{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.activity-time{font-size:12px;color:#6b7280;margin-left:auto}.pinned-icon{color:#f59e0b;font-size:12px}.activity-title{margin:0 0 4px;font-size:14px;font-weight:600;color:#1f2937;line-height:1.4}.activity-preview{margin:0 0 8px;font-size:13px;color:#6b7280;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.system-event-details{display:flex;align-items:center;grid-gap:8px;gap:8px;margin-top:6px;flex-wrap:wrap}.event-type{font-size:12px;background:#f3f4f6;padding:2px 8px;border-radius:4px;color:#374151}.event-change{font-size:12px;color:#6b7280;display:flex;align-items:center;grid-gap:4px;gap:4px}.event-change i{font-size:10px;color:#9ca3af}.email-details{margin-bottom:6px;font-size:12px;color:#4b5563;background:#f8fafc;padding:6px 8px;border-radius:4px;border-left:3px solid #3b82f6}.email-from,.email-to{margin-bottom:2px}.email-from:last-child,.email-to:last-child{margin-bottom:0}.email-details strong{color:#1f2937;margin-right:4px;font-weight:600}.subject-label{color:#6b7280;font-weight:500;font-size:12px}.activity-attachments{display:flex;align-items:center;grid-gap:4px;gap:4px;margin-top:8px;font-size:12px;color:#6b7280}.activity-attachments i{font-size:12px}.activity-meta{margin-top:8px}.visibility-badge{display:inline-flex;align-items:center;grid-gap:4px;gap:4px;font-size:11px;padding:2px 8px;border-radius:4px;text-transform:capitalize}.visibility-badge[data-visibility=internal]{background:#e0f2fe;color:#0369a1}.visibility-badge[data-visibility=customer_visible]{background:#dcfce7;color:#15803d}.visibility-badge[data-visibility=private]{background:#fef3c7;color:#b45309}.visibility-badge i{font-size:10px}.load-more-container{padding:16px;text-align:center}.load-more-btn{display:inline-flex;align-items:center;grid-gap:8px;gap:8px;padding:10px 24px;background:#fff;border:1px solid #dee2e6;border-radius:8px;color:#495057;font-size:14px;cursor:pointer;transition:all .2s ease}.load-more-btn:hover:not(:disabled){border-color:#007bff;color:#007bff}.load-more-btn:disabled{opacity:.6;cursor:not-allowed}.case-timeline-empty,.case-timeline-error,.case-timeline-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 24px;text-align:center;background:#fff;border-radius:12px;margin:16px}.empty-icon,.error-icon{width:64px;height:64px;border-radius:50%;background:#f3f4f6;display:flex;align-items:center;justify-content:center;margin-bottom:16px}.empty-icon i,.error-icon i{font-size:28px;color:#9ca3af}.error-icon{background:#fef2f2}.error-icon i{color:#dc2626}.case-timeline-empty h3,.case-timeline-error h3,.case-timeline-loading h3{margin:0 0 8px;font-size:18px;color:#1f2937}.case-timeline-empty p,.case-timeline-error p{margin:0;font-size:14px;color:#6b7280}.case-timeline-loading{grid-gap:12px;gap:12px}.case-timeline-loading i{font-size:32px;color:#007bff}.case-timeline-loading span{font-size:14px;color:#6b7280}.retry-btn{display:inline-flex;align-items:center;grid-gap:6px;gap:6px;margin-top:16px;padding:8px 16px;background:#007bff;border:none;border-radius:6px;color:#fff;font-size:14px;cursor:pointer;transition:background-color .2s ease}.retry-btn:hover{background:#0056b3}.activity-detail-dialog .p-dialog-content{max-height:calc(90vh - 120px);overflow-y:auto}.activity-detail-dialog .p-dialog-header{padding:16px 24px;border-bottom:1px solid #e5e7eb}.activity-detail-header{display:flex;align-items:center;grid-gap:12px;gap:12px}.detail-icon{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff}.detail-icon i{font-size:16px}.detail-header-text{display:flex;flex-direction:column}.detail-type{font-size:14px;font-weight:600;color:#1f2937}.detail-time{font-size:12px;color:#6b7280}.activity-detail-content{padding:8px 0}.detail-title{margin:0 0 16px;font-size:18px;font-weight:600;color:#1f2937}.detail-email-info,.detail-system-info{background:#f8f9fa;border-radius:8px;padding:12px;margin-bottom:16px}.email-field,.system-field{margin-bottom:8px;font-size:13px;color:#374151}.email-field:last-child,.system-field:last-child{margin-bottom:0}.email-field strong,.system-field strong{margin-right:4px}.detail-body{margin-bottom:16px}.content-html{font-size:14px;line-height:1.6;color:#374151;padding:16px;background:#fafafa;border:1px solid #e5e7eb;border-radius:8px;max-height:400px;overflow-y:auto}.content-html img{max-width:100%;height:auto}.content-html table{max-width:100%;overflow-x:auto;display:block}.content-html a{color:#3b82f6;word-break:break-all}.content-text{font-size:14px;line-height:1.6;color:#374151;white-space:pre-wrap;padding:16px;background:#fafafa;border:1px solid #e5e7eb;border-radius:8px;max-height:400px;overflow-y:auto;word-break:break-word}.detail-attachments{background:#f8f9fa;border-radius:8px;padding:12px;margin-bottom:16px}.detail-attachments h4{margin:0 0 12px;font-size:14px;font-weight:600;color:#374151}.detail-attachments ul{list-style:none;margin:0;padding:0}.detail-attachments li{margin-bottom:8px}.detail-attachments li:last-child{margin-bottom:0}.detail-attachments a{display:flex;align-items:center;grid-gap:8px;gap:8px;color:#007bff;text-decoration:none;font-size:13px}.detail-attachments a:hover{text-decoration:underline}.detail-attachments .att-size,.detail-footer{color:#6b7280;font-size:12px}.detail-footer{display:flex;justify-content:space-between;align-items:center;padding-top:12px;border-top:1px solid #e5e7eb}.detail-visibility{padding:2px 8px;border-radius:4px;text-transform:capitalize}.detail-visibility[data-visibility=internal]{background:#e0f2fe;color:#0369a1}.detail-visibility[data-visibility=customer_visible]{background:#dcfce7;color:#15803d}.detail-visibility[data-visibility=private]{background:#fef3c7;color:#b45309}.detail-loading{display:flex;flex-direction:column;align-items:center;grid-gap:8px;gap:8px;padding:32px;color:#6b7280}.detail-loading i{font-size:24px;color:#007bff}.timeline-ai-wrapper{margin-top:10px;padding-top:10px;border-top:1px dashed #e9ecef}.timeline-ai-title{display:flex;align-items:center;grid-gap:5px;gap:5px;margin-bottom:6px;font-size:10px;color:#9ca3af;font-weight:500;text-transform:uppercase;letter-spacing:.3px}.timeline-ai-title i{font-size:10px;color:#f59e0b}.timeline-ai-card{background:#fffef5;border-radius:8px;padding:10px 12px;border:1px solid #fef3c7}.timeline-ai-card-top{display:flex;grid-gap:16px;gap:16px;flex-wrap:wrap}.timeline-ai-item{display:flex;flex-direction:column;grid-gap:3px;gap:3px}.timeline-ai-label{font-size:9px;color:#9ca3af;text-transform:uppercase;letter-spacing:.2px;font-weight:500}.timeline-ai-status{display:inline-flex;align-items:center;grid-gap:4px;gap:4px;padding:3px 8px;border-radius:4px;font-size:11px;font-weight:500;background:#f3e8ff;color:#7c3aed;text-transform:capitalize}.timeline-ai-status i{font-size:9px}.timeline-ai-intent-badge{display:inline-flex;align-items:center;grid-gap:4px;gap:4px;padding:3px 8px;border-radius:4px;font-size:11px;font-weight:500}.timeline-ai-intent-badge i{font-size:9px}.timeline-ai-confidence{margin-left:3px;font-size:9px;opacity:.7}.timeline-ai-card-summary{margin-top:8px;padding-top:8px;border-top:1px solid #fef3c7}.timeline-ai-card-summary p{margin:3px 0 0;font-size:11px;line-height:1.4;color:#4b5563}.detail-ai-wrapper{margin:16px 0}.detail-ai-title{display:flex;align-items:center;grid-gap:6px;gap:6px;margin-bottom:8px;font-size:11px;color:#9ca3af;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.detail-ai-title i{font-size:12px;color:#f59e0b}.detail-ai-card{background:#fffef5;border-radius:10px;padding:14px 16px;border:1px solid #fef3c7}.detail-ai-card-top{display:flex;grid-gap:24px;gap:24px;flex-wrap:wrap}.detail-ai-item{display:flex;flex-direction:column;grid-gap:4px;gap:4px}.detail-ai-label{font-size:10px;color:#9ca3af;text-transform:uppercase;letter-spacing:.3px;font-weight:500}.detail-ai-status{display:inline-flex;align-items:center;grid-gap:5px;gap:5px;padding:5px 12px;border-radius:6px;font-size:13px;font-weight:500;background:#f3e8ff;color:#7c3aed;text-transform:capitalize}.detail-ai-status i{font-size:11px}.detail-ai-intent-group{display:flex;align-items:center;grid-gap:6px;gap:6px}.detail-ai-intent-badge{display:inline-flex;align-items:center;grid-gap:5px;gap:5px;padding:5px 12px;border-radius:6px;font-size:13px;font-weight:500}.detail-ai-intent-badge i{font-size:11px}.detail-ai-confidence{font-size:11px;color:#9ca3af;font-weight:500}.detail-ai-card-summary{margin-top:12px;padding-top:12px;border-top:1px solid #fef3c7}.detail-ai-card-summary p{margin:4px 0 0;font-size:13px;line-height:1.5;color:#4b5563}.detail-ai-card-extracted{margin-top:12px;padding-top:12px;border-top:1px solid #fef3c7}.detail-ai-extracted-items{display:flex;grid-gap:12px;gap:12px;flex-wrap:wrap;margin-top:4px}.detail-ai-extracted-item{display:inline-flex;align-items:center;grid-gap:5px;gap:5px;font-size:13px;font-weight:500;color:#374151;background:#fff;padding:4px 10px;border-radius:6px;border:1px solid #e5e7eb}.detail-ai-extracted-item i{font-size:11px;color:#6b7280}@media (max-width:768px){.case-timeline-container{padding:12px}.timeline-filters{grid-gap:6px;gap:6px}.filter-btn{padding:4px 10px;font-size:12px}.day-header,.timeline-item{padding:10px 12px}.timeline-icon{width:30px;height:30px}.timeline-icon i{font-size:12px}.activity-title{font-size:13px}.activity-preview{font-size:12px}.activity-detail-dialog{width:100vw!important;max-width:100vw!important;margin:0!important;border-radius:0!important}.detail-ai-row{flex-direction:column;grid-gap:6px;gap:6px}.detail-ai-label{min-width:unset}.detail-ai-description{padding-left:0}.timeline-ai-badges{flex-direction:column;align-items:flex-start}}.case-data-panel{padding:20px;display:flex;flex-direction:column;grid-gap:20px;gap:20px;height:calc(100vh - 200px);overflow-y:auto;background:#f8f9fa}.case-data-empty,.case-data-error,.case-data-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center;background:#fff;border-radius:12px;height:100%}.case-data-loading i{font-size:40px;color:#3b82f6;margin-bottom:16px}.case-data-loading span{color:#6b7280;font-size:14px}.case-data-empty i,.case-data-error i{font-size:48px;color:#9ca3af;margin-bottom:16px}.case-data-error i{color:#ef4444}.case-data-empty h3,.case-data-error h3{margin:0 0 8px;font-size:18px;color:#1f2937}.case-data-empty p,.case-data-error p{margin:0;font-size:14px;color:#6b7280}.retry-button{margin-top:16px;display:flex;align-items:center;grid-gap:8px;gap:8px;padding:10px 20px;background:#3b82f6;color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:14px;transition:background .2s}.retry-button:hover{background:#2563eb}.case-ownership-container{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:16px;gap:16px}.ownership-card{background:#fff;border-radius:12px;padding:20px;box-shadow:0 1px 3px rgba(0,0,0,.1)}.ownership-card-header{display:flex;align-items:center;grid-gap:8px;gap:8px;margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid #e5e7eb}.ownership-card-header i{font-size:18px;color:#6b7280}.ownership-card-header h4{margin:0;font-size:14px;font-weight:600;color:#374151;text-transform:uppercase;letter-spacing:.5px}.ownership-card-content{display:flex;grid-gap:16px;gap:16px}.ownership-avatar{width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:18px;font-weight:600;flex-shrink:0}.ownership-details{flex:1 1;min-width:0}.ownership-name{font-size:16px;font-weight:600;color:#1f2937;margin-bottom:4px;display:flex;align-items:center;grid-gap:8px;gap:8px}.primary-star{color:#f59e0b;font-size:14px}.ownership-email{font-size:14px;color:#6b7280;margin-bottom:8px;word-break:break-all}.ownership-company,.ownership-domain{display:flex;align-items:center;grid-gap:6px;gap:6px;font-size:13px;color:#6b7280;margin-bottom:4px}.ownership-company i,.ownership-domain i{font-size:12px;color:#9ca3af}.ownership-meta{display:flex;flex-wrap:wrap;grid-gap:12px;gap:12px;margin-top:8px}.ownership-date,.ownership-method{display:flex;align-items:center;grid-gap:4px;gap:4px;font-size:12px;color:#6b7280}.ownership-date i,.ownership-method i{font-size:11px}.ownership-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px;color:#9ca3af}.ownership-empty i{font-size:32px;margin-bottom:8px}.ownership-empty span{font-size:14px}.email-stats-container{background:#fff;border-radius:12px;padding:16px 20px;box-shadow:0 1px 3px rgba(0,0,0,.1)}.email-stats-container.empty{padding:20px}.email-stats-empty{display:flex;align-items:center;justify-content:center;grid-gap:8px;gap:8px;color:#9ca3af;font-size:14px}.email-stats-bar{display:flex;align-items:center;grid-gap:16px;gap:16px;flex-wrap:wrap}.email-stat-item{display:flex;align-items:center;grid-gap:6px;gap:6px;font-size:14px;color:#374151}.email-stat-item i{font-size:16px;color:#6b7280}.stat-value{font-weight:600;color:#1f2937}.stat-label{color:#6b7280}.email-stats-divider{width:1px;height:24px;background:#e5e7eb}.direction-item .direction-inbound{color:#3b82f6}.direction-item .direction-outbound{color:#10b981}.direction-label{text-transform:capitalize}.email-awaiting-banner{display:flex;align-items:center;grid-gap:8px;gap:8px;margin-top:12px;padding:10px 14px;border-radius:8px;font-size:13px;font-weight:500}.email-awaiting-banner.awaiting-customer{background:#fef3c7;color:#b45309}.email-awaiting-banner.awaiting-team{background:#fee2e2;color:#dc2626}.stakeholders-container{background:#fff;border-radius:12px;padding:20px;box-shadow:0 1px 3px rgba(0,0,0,.1)}.stakeholders-container.empty{padding:40px 20px}.stakeholders-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;grid-gap:8px;gap:8px;color:#9ca3af}.stakeholders-empty i{font-size:32px}.stakeholders-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid #e5e7eb}.stakeholders-header h4{margin:0;font-size:16px;font-weight:600;color:#1f2937;display:flex;align-items:center;grid-gap:8px;gap:8px}.stakeholders-header h4 i{color:#6b7280}.stakeholders-count{font-size:13px;color:#6b7280;background:#f3f4f6;padding:4px 10px;border-radius:12px}.stakeholders-columns{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:20px;gap:20px}.stakeholders-column{min-height:100px}.column-header{display:flex;align-items:center;grid-gap:6px;gap:6px;font-size:13px;font-weight:600;color:#6b7280;margin-bottom:12px;text-transform:uppercase;letter-spacing:.5px}.column-header i{font-size:14px}.external-column .column-header{color:#10b981}.internal-column .column-header{color:#3b82f6}.stakeholders-list{display:flex;flex-direction:column;grid-gap:10px;gap:10px;max-height:400px;overflow-y:auto}.column-empty{text-align:center;padding:20px;color:#9ca3af;font-size:13px;background:#f9fafb;border-radius:8px}.stakeholder-card{display:flex;grid-gap:12px;gap:12px;padding:12px;background:#f9fafb;border-radius:8px;border:1px solid #e5e7eb;transition:border-color .2s}.stakeholder-card:hover{border-color:#d1d5db}.stakeholder-card.primary{border-color:#fbbf24;background:#fffbeb}.stakeholder-avatar{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:14px;font-weight:600;flex-shrink:0}.stakeholder-info{flex:1 1;min-width:0}.stakeholder-name-row{display:flex;align-items:center;grid-gap:6px;gap:6px}.stakeholder-name{font-size:14px;font-weight:600;color:#1f2937;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.stakeholder-email{font-size:12px;color:#6b7280;margin-top:2px;word-break:break-all}.stakeholder-company{display:flex;align-items:center;grid-gap:4px;gap:4px;font-size:12px;color:#6b7280;margin-top:4px}.stakeholder-company i{font-size:10px}.stakeholder-title{font-size:12px;color:#6b7280;margin-top:2px}.stakeholder-phone{display:flex;align-items:center;grid-gap:4px;gap:4px;font-size:12px;color:#6b7280;margin-top:4px}.stakeholder-phone i{font-size:10px;color:#9ca3af}.stakeholder-phone a{color:#3b82f6;text-decoration:none}.stakeholder-phone a:hover{text-decoration:underline}.enriched-badge{color:#8b5cf6;font-size:12px;margin-left:4px}.stakeholder-card.enriched{border-color:#c4b5fd;background:linear-gradient(90deg,#faf5ff,#f9fafb)}.stakeholder-meta{display:flex;align-items:center;grid-gap:8px;gap:8px;margin-top:8px;flex-wrap:wrap}.stakeholder-messages{display:flex;align-items:center;grid-gap:4px;gap:4px;font-size:11px;color:#6b7280}.stakeholder-messages i{font-size:10px}.stakeholder-roles{display:flex;grid-gap:4px;gap:4px}.role-badge{font-size:10px;padding:2px 6px;border-radius:4px;font-weight:500;text-transform:uppercase}.role-from{background:#dbeafe;color:#1d4ed8}.role-to{background:#d1fae5;color:#047857}.role-cc{background:#e5e7eb;color:#4b5563}.stakeholder-registration{display:flex;align-items:center;grid-gap:4px;gap:4px;font-size:11px;margin-top:6px;padding:3px 8px;border-radius:4px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.stakeholder-registration.registered{background:#d1fae5;color:#047857}.stakeholder-registration.not-registered{background:#fef3c7;color:#b45309}.stakeholder-registration i{font-size:10px}.stakeholders-domains{margin-top:16px;padding-top:16px;border-top:1px solid #e5e7eb}.domains-label{font-size:12px;color:#6b7280;margin-right:8px}.domains-list{display:flex;flex-wrap:wrap;grid-gap:6px;gap:6px;margin-top:8px}.domain-tag{display:flex;align-items:center;grid-gap:4px;gap:4px;font-size:12px;padding:4px 10px;background:#f3f4f6;border-radius:16px;color:#4b5563}.domain-tag i{font-size:10px}.ai-insights-container{background:#fff;border-radius:12px;padding:20px;box-shadow:0 1px 3px rgba(0,0,0,.1)}.ai-insights-container.empty{text-align:center}.ai-insights-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid #e5e7eb}.ai-header-left{display:flex;align-items:center;grid-gap:8px;gap:8px}.ai-insights-header i{font-size:18px;color:#8b5cf6}.ai-insights-header h4{margin:0;font-size:16px;font-weight:600;color:#1f2937}.ai-analyzed-date{font-size:12px;color:#9ca3af}.ai-insights-empty{padding:20px;color:#9ca3af}.ai-insights-empty i{font-size:32px;margin-bottom:8px;display:block}.ai-insights-empty span{font-size:14px;font-weight:500;color:#6b7280}.ai-insights-empty p{font-size:13px;margin:8px 0 0}.ai-badges-row{display:flex;grid-gap:8px;gap:8px;margin-bottom:16px}.ai-badge{display:flex;align-items:center;grid-gap:6px;gap:6px;padding:6px 12px;border-radius:20px;font-size:13px;font-weight:500}.stage-badge{background:#ede9fe;color:#7c3aed}.sentiment-badge i{font-size:12px}.ai-summary{background:#f9fafb;border-radius:8px;padding:16px;margin-bottom:16px}.ai-summary p{margin:0;font-size:14px;line-height:1.6;color:#374151}.ai-requests{margin-top:12px}.ai-requests-label{font-size:12px;color:#6b7280;display:block;margin-bottom:8px}.ai-requests-tags{display:flex;flex-wrap:wrap;grid-gap:6px;gap:6px}.ai-request-tag{font-size:12px;padding:4px 10px;background:#f3f4f6;border-radius:16px;color:#4b5563}.identifiers-container{background:#fff;border-radius:12px;box-shadow:0 1px 3px rgba(0,0,0,.1);overflow:hidden}.identifiers-toggle{display:flex;justify-content:space-between;align-items:center;width:100%;padding:16px 20px;background:#fff;border:none;cursor:pointer;transition:background .2s}.identifiers-toggle:hover{background:#f9fafb}.identifiers-toggle-left{display:flex;align-items:center;grid-gap:8px;gap:8px;font-size:14px;font-weight:500;color:#6b7280}.identifiers-toggle-left i{font-size:16px}.identifiers-content{padding:0 20px 20px;border-top:1px solid #e5e7eb}.identifier-item{display:flex;align-items:center;grid-gap:12px;gap:12px;padding:10px 0;border-bottom:1px solid #f3f4f6}.identifier-item:last-child{border-bottom:none}.identifier-label{font-size:13px;color:#6b7280;min-width:140px}.identifier-value{font-size:13px;color:#1f2937;font-weight:500}.identifier-value.fingerprint{font-family:monospace;background:#f3f4f6;padding:2px 8px;border-radius:4px;font-size:12px}.identifier-detail{padding:12px 0}.identifier-detail .identifier-label{display:block;margin-bottom:8px}.identifier-list{display:flex;flex-direction:column;grid-gap:4px;gap:4px}.identifier-code{font-family:monospace;font-size:11px;background:#f3f4f6;padding:4px 8px;border-radius:4px;color:#4b5563;word-break:break-all}.case-emails-container{background:#fff;border-radius:12px;padding:20px;box-shadow:0 1px 3px rgba(0,0,0,.1)}.case-emails-container.empty,.case-emails-container.error,.case-emails-container.loading{padding:20px}.emails-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid #e5e7eb}.emails-header h4{margin:0;font-size:16px;font-weight:600;color:#1f2937;display:flex;align-items:center;grid-gap:8px;gap:8px}.emails-header h4 i{color:#6b7280}.emails-header-right{display:flex;align-items:center;grid-gap:12px;gap:12px}.sort-toggle-btn{display:flex;align-items:center;grid-gap:6px;gap:6px;padding:6px 12px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:6px;color:#4b5563;font-size:12px;cursor:pointer;transition:all .2s}.sort-toggle-btn:hover{background:#e5e7eb;border-color:#d1d5db}.sort-toggle-btn i{font-size:14px}.emails-count{font-size:13px;color:#6b7280;background:#f3f4f6;padding:4px 10px;border-radius:12px}.emails-empty,.emails-error,.emails-loading{display:flex;align-items:center;justify-content:center;grid-gap:8px;gap:8px;padding:24px;color:#9ca3af;font-size:14px}.emails-error{flex-direction:column}.emails-error .retry-btn{margin-top:8px;padding:6px 12px;background:#3b82f6;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:13px;display:flex;align-items:center;grid-gap:4px;gap:4px}.emails-list{display:flex;flex-direction:column;grid-gap:8px;gap:8px;max-height:500px;overflow-y:auto}.email-item{display:flex;grid-gap:12px;gap:12px;padding:12px;background:#f9fafb;border-radius:8px;border:1px solid #e5e7eb;cursor:pointer;transition:all .2s}.email-item:hover{background:#f3f4f6;border-color:#d1d5db}.email-item.inbound{border-left:3px solid #3b82f6}.email-item.outbound{border-left:3px solid #10b981}.email-direction-indicator{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.email-item.inbound .email-direction-indicator{background:#dbeafe;color:#3b82f6}.email-item.outbound .email-direction-indicator{background:#d1fae5;color:#10b981}.email-content{flex:1 1;min-width:0}.email-header-row{display:flex;justify-content:space-between;align-items:flex-start;grid-gap:8px;gap:8px;margin-bottom:4px}.email-from{font-size:13px;color:#374151;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1 1}.email-date{font-size:12px;color:#9ca3af;white-space:nowrap}.email-subject{font-size:14px;font-weight:600;color:#1f2937;margin-bottom:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.email-preview{font-size:13px;color:#6b7280;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.4}.email-attachments-badge{display:inline-flex;align-items:center;grid-gap:4px;gap:4px;margin-top:8px;font-size:12px;color:#6b7280;background:#e5e7eb;padding:2px 8px;border-radius:4px}.email-attachments-badge i{font-size:11px}.show-more-btn{display:flex;align-items:center;justify-content:center;grid-gap:6px;gap:6px;width:100%;padding:10px;margin-top:12px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:8px;color:#4b5563;font-size:13px;cursor:pointer;transition:all .2s}.show-more-btn:hover{background:#e5e7eb;border-color:#d1d5db}.email-detail-dialog .p-dialog-header{padding:16px 20px;background:#f9fafb;border-bottom:1px solid #e5e7eb}.email-detail-header{display:flex;align-items:center;grid-gap:8px;gap:8px;font-size:16px;font-weight:600;color:#1f2937}.email-detail-header i{font-size:18px}.email-detail-loading{display:flex;align-items:center;justify-content:center;grid-gap:8px;gap:8px;padding:40px;color:#6b7280}.email-detail-content{padding:0}.email-detail-meta{background:#f9fafb;padding:16px;border-radius:8px;margin-bottom:16px}.email-detail-meta .email-field{font-size:14px;margin-bottom:8px;color:#374151}.email-detail-meta .email-field:last-child{margin-bottom:0}.email-detail-meta .email-field strong{color:#1f2937;margin-right:8px}.email-detail-body{padding:16px 0;border-top:1px solid #e5e7eb;max-height:400px;overflow-y:auto}.email-html-content{font-size:14px;line-height:1.6;color:#374151}.email-html-content img{max-width:100%;height:auto}.email-text-content{font-size:14px;line-height:1.6;color:#374151;white-space:pre-wrap}.email-no-content{text-align:center;padding:20px;color:#9ca3af;font-style:italic}.email-signature-content{margin-top:16px;padding-top:16px;border-top:1px dashed #e5e7eb;opacity:.6;font-size:.9em}.email-signature-content .email-text-content{color:#6b7280}.email-html-content .email-signature-content,.email-html-content [class*=signature]{margin-top:16px;padding-top:16px;border-top:1px dashed #e5e7eb;opacity:.6;font-size:.9em;color:#6b7280}.signature-contact-card{margin-top:16px;border:1px solid #e5e7eb;border-radius:8px;background:#f9fafb;overflow:hidden}.signature-contact-header{display:flex;align-items:center;grid-gap:8px;gap:8px;padding:10px 14px;background:#f3f4f6;border-bottom:1px solid #e5e7eb;font-size:12px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.5px}.signature-contact-header i{font-size:14px;color:#9ca3af}.signature-method-badge{margin-left:auto;padding:2px 8px;background:#e5e7eb;border-radius:10px;font-size:10px;font-weight:500;text-transform:none;letter-spacing:0;color:#6b7280}.signature-contact-body{padding:12px 14px;display:flex;flex-direction:column;grid-gap:8px;gap:8px}.signature-contact-body .contact-field{display:flex;align-items:center;grid-gap:8px;gap:8px;font-size:13px;color:#374151}.signature-contact-body .contact-field i{font-size:12px;color:#9ca3af;width:16px;text-align:center}.signature-contact-body .contact-field a{color:#3b82f6;text-decoration:none}.signature-contact-body .contact-field a:hover{text-decoration:underline}.signature-contact-body .contact-name{font-size:14px;flex-direction:column;align-items:flex-start;grid-gap:2px;gap:2px}.signature-contact-body .contact-name strong{color:#1f2937}.signature-contact-body .contact-title{font-size:12px;color:#6b7280;font-weight:400}.extracted-contacts-container{background:#fff;border-radius:12px;padding:20px;box-shadow:0 1px 3px rgba(0,0,0,.1)}.extracted-contacts-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid #e5e7eb}.extracted-contacts-header h4{margin:0;font-size:16px;font-weight:600;color:#1f2937;display:flex;align-items:center;grid-gap:8px;gap:8px}.extracted-contacts-header h4 i{color:#8b5cf6}.extracted-contacts-header .contacts-count{font-size:12px;color:#6b7280;background:#f3f4f6;padding:4px 10px;border-radius:12px}.extracted-contacts-list{display:flex;flex-direction:column;grid-gap:8px;gap:8px}.extracted-contact-card{border:1px solid #e5e7eb;border-radius:8px;overflow:hidden;transition:all .2s}.extracted-contact-card:hover{border-color:#d1d5db}.extracted-contact-card.expanded{border-color:#8b5cf6}.contact-card-header{display:flex;align-items:center;grid-gap:12px;gap:12px;padding:12px;background:#f9fafb;cursor:pointer;transition:background .2s}.contact-card-header:hover{background:#f3f4f6}.extracted-contact-card.expanded .contact-card-header{background:#f5f3ff}.contact-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#8b5cf6,#6366f1);color:#fff;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:600;flex-shrink:0}.contact-basic-info{flex:1 1;min-width:0;display:flex;flex-direction:column;grid-gap:2px;gap:2px}.contact-basic-info .contact-name{font-size:14px;font-weight:600;color:#1f2937}.contact-basic-info .contact-title{font-size:12px;color:#6b7280}.contact-basic-info .contact-company{font-size:12px;color:#8b5cf6;font-weight:500}.contact-basic-info .contact-source-email{display:flex;align-items:center;grid-gap:4px;gap:4px;font-size:12px;color:#6b7280}.contact-basic-info .contact-source-email i{font-size:10px;color:#9ca3af}.contact-card-header>i{color:#9ca3af;font-size:14px}.contact-card-details{padding:12px 16px;background:#fff;border-top:1px solid #e5e7eb;display:flex;flex-direction:column;grid-gap:8px;gap:8px}.contact-detail-row{display:flex;align-items:center;grid-gap:12px;gap:12px;font-size:13px}.contact-detail-row .detail-label{color:#6b7280;min-width:100px}.contact-detail-row .detail-value{color:#1f2937;word-break:break-all}.contact-detail-row .detail-value.link{color:#3b82f6;text-decoration:none}.contact-detail-row .detail-value.link:hover{text-decoration:underline}.contact-detail-row.extracted-date{margin-top:8px;padding-top:8px;border-top:1px dashed #e5e7eb;font-size:11px}.contact-detail-row.extracted-date .detail-label,.contact-detail-row.extracted-date .detail-value{color:#9ca3af}.email-detail-attachments{border-top:1px solid #e5e7eb;padding-top:16px;margin-top:16px}.email-detail-attachments h5{margin:0 0 12px;font-size:14px;font-weight:600;color:#374151;display:flex;align-items:center;grid-gap:6px;gap:6px}.attachments-list{display:flex;flex-direction:column;grid-gap:8px;gap:8px}.attachment-link{display:flex;align-items:center;grid-gap:8px;gap:8px;padding:10px 12px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;color:#374151;text-decoration:none;transition:all .2s}.attachment-link:hover{background:#f3f4f6;border-color:#3b82f6;color:#3b82f6}.attachment-link .pi-file{font-size:18px;color:#6b7280}.attachment-name{flex:1 1;font-size:14px;font-weight:500}.attachment-link .pi-external-link,.attachment-size{font-size:12px;color:#9ca3af}.case-files-container{background:#fff;border-radius:12px;padding:20px;box-shadow:0 1px 3px rgba(0,0,0,.1)}.case-files-container.empty,.case-files-container.error,.case-files-container.loading{padding:20px}.files-header{margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid #e5e7eb}.files-header h4{margin:0;font-size:16px;font-weight:600;color:#1f2937;display:flex;align-items:center;grid-gap:8px;gap:8px}.files-count,.files-header h4 i{color:#6b7280}.files-count{font-size:13px;background:#f3f4f6;padding:4px 10px;border-radius:12px}.files-empty,.files-error,.files-loading{display:flex;align-items:center;justify-content:center;grid-gap:8px;gap:8px;padding:24px;color:#9ca3af;font-size:14px}.files-error{flex-direction:column}.files-error .retry-btn{margin-top:8px;padding:6px 12px;background:#3b82f6;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:13px;display:flex;align-items:center;grid-gap:4px;gap:4px}.file-card,.files-grid{grid-gap:12px;gap:12px}.file-card{display:flex;padding:12px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;text-decoration:none;color:inherit;transition:all .2s}.file-card:hover{background:#f3f4f6;border-color:#3b82f6;transform:translateY(-1px)}.file-icon{width:40px;height:40px;background:#e5e7eb;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.file-icon i{font-size:18px;color:#6b7280}.file-card:hover .file-icon{background:#dbeafe}.file-card:hover .file-icon i{color:#3b82f6}.file-info{min-width:0}.file-name{font-size:13px;display:block}.file-meta{grid-gap:8px;gap:8px;font-size:11px;color:#9ca3af}.file-added-by,.file-date,.file-size{display:flex;align-items:center}.file-added-by{grid-gap:4px;gap:4px;font-size:11px;color:#6b7280;margin-top:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.file-added-by i{font-size:10px}.file-download{display:flex;align-items:center;justify-content:center;color:#9ca3af}.file-card:hover .file-download{color:#3b82f6}@media (max-width:768px){.case-data-panel{padding:12px;grid-gap:12px;gap:12px}.case-ownership-container,.stakeholders-columns{grid-template-columns:1fr}.email-stats-bar{flex-direction:column;align-items:flex-start;grid-gap:8px;gap:8px}.email-stats-divider{display:none}.ownership-card-content{flex-direction:column;align-items:center;text-align:center}.ownership-meta{justify-content:center}.ai-badges-row{flex-wrap:wrap}.emails-list{max-height:400px}.email-header-row{flex-direction:column;grid-gap:4px;gap:4px}.files-grid{grid-template-columns:1fr}}.case-tags-container{background:#fff;border-radius:12px;padding:16px;box-shadow:0 2px 8px rgba(0,0,0,.08)}.case-tags-container.error,.case-tags-container.loading{min-height:80px}.tags-section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px;padding-bottom:10px;border-bottom:1px solid #e9ecef}.tags-section-header h4{margin:0;font-size:.95rem;font-weight:600;color:#22384d;display:flex;align-items:center;grid-gap:8px;gap:8px}.tags-section-header h4 i{color:#3b82f6}.tags-section-header .tags-count{font-size:.75rem;color:#6c757d;background:#f8f9fa;padding:4px 8px;border-radius:12px}.tags-section-content{padding:8px 0}.tags-error,.tags-loading{display:flex;align-items:center;grid-gap:8px;gap:8px;color:#6c757d;font-size:.85rem;padding:8px}.tags-error{color:#dc3545}.tags-error i,.tags-loading i{font-size:1rem}.case-ai-analysis-wrapper{margin-bottom:0}.ai-analysis-title{display:flex;align-items:center;grid-gap:6px;gap:6px;margin-bottom:8px;font-size:.8rem;color:#9ca3af;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.ai-analysis-title i{font-size:12px;color:#f59e0b}.ai-analysis-title span{color:#9ca3af}.ai-analysis-timestamp{margin-left:auto;font-size:.7rem;color:#c4b5fd;text-transform:none;letter-spacing:0}.ai-analysis-card{background:#fffef5;border-radius:10px;padding:14px 16px;box-shadow:0 1px 3px rgba(250,204,21,.15);border:1px solid #fef3c7}.ai-analysis-card-top{display:flex;grid-gap:24px;gap:24px;margin-bottom:12px}.ai-card-item{display:flex;flex-direction:column;grid-gap:4px;gap:4px}.ai-card-label{font-size:.7rem;color:#9ca3af;text-transform:uppercase;letter-spacing:.3px;font-weight:500}.ai-suggested-status{display:inline-flex;align-items:center;grid-gap:5px;gap:5px;padding:4px 10px;border-radius:6px;font-size:.85rem;font-weight:500;background:#f3e8ff;color:#7c3aed;text-transform:capitalize}.ai-suggested-status i{font-size:11px}.ai-intent-group{display:flex;align-items:center;grid-gap:6px;gap:6px}.ai-intent-badge{display:inline-flex;align-items:center;grid-gap:5px;gap:5px;padding:4px 10px;border-radius:6px;font-size:.85rem;font-weight:500}.ai-intent-badge i{font-size:11px}.ai-confidence{font-size:.7rem;color:#9ca3af;font-weight:500}.ai-analysis-card-summary{padding-top:12px;border-top:1px solid #fef3c7}.ai-analysis-card-summary p{margin:4px 0 0;font-size:.875rem;line-height:1.5;color:#4b5563}@media (max-width:768px){.ai-analysis-card-top{flex-direction:column;grid-gap:12px;gap:12px}}.email-ai-badge-row{display:flex;flex-wrap:wrap;grid-gap:6px;gap:6px;margin-top:8px}.email-ai-intent-badge{display:inline-flex;align-items:center;grid-gap:4px;gap:4px;padding:3px 8px;border-radius:12px;font-size:11px;font-weight:500}.email-ai-intent-badge i{font-size:10px}.email-ai-intent-badge.secondary{font-size:10px;padding:2px 6px;opacity:.85}.ai-confidence-mini{margin-left:4px;font-size:10px;opacity:.7}.email-detail-ai{margin-top:16px;padding:16px;background:linear-gradient(135deg,#f5f3ff,#ede9fe);border-radius:10px;border:1px solid #e9d5ff}.email-detail-ai-header{display:flex;align-items:center;grid-gap:8px;gap:8px;margin-bottom:14px;padding-bottom:10px;border-bottom:1px solid rgba(139,92,246,.2)}.email-detail-ai-header i{font-size:16px;color:#8b5cf6}.email-detail-ai-header span{font-size:14px;font-weight:600;color:#5b21b6}.ai-processed-date{margin-left:auto;font-size:11px!important;font-weight:400!important;color:#7c3aed!important;background:rgba(139,92,246,.1);padding:2px 8px;border-radius:10px}.email-detail-ai-content{display:flex;flex-direction:column;grid-gap:12px;gap:12px}.ai-detail-row{display:flex;align-items:flex-start;grid-gap:12px;gap:12px}.ai-detail-label{font-size:11px;font-weight:600;color:#6b7280;min-width:100px;text-transform:uppercase;letter-spacing:.5px;padding-top:4px}.ai-detail-value{display:flex;flex-wrap:wrap;align-items:center;grid-gap:6px;gap:6px;flex:1 1}.ai-detail-intent-badge{display:inline-flex;align-items:center;grid-gap:5px;gap:5px;padding:5px 10px;border-radius:16px;font-size:12px;font-weight:500}.ai-detail-intent-badge i{font-size:11px}.ai-detail-intent-badge.secondary{font-size:11px;padding:4px 8px;opacity:.9}.ai-detail-confidence{font-size:11px;color:#6b7280;background:hsla(0,0%,100%,.7);padding:3px 8px;border-radius:10px}.ai-detail-description{font-size:13px;color:#4b5563;padding-left:112px;margin-top:-6px;font-style:italic;line-height:1.4}.ai-detail-stage-badge{display:inline-flex;align-items:center;grid-gap:5px;gap:5px;padding:5px 10px;border-radius:16px;font-size:12px;font-weight:500;background:#ede9fe;color:#7c3aed;text-transform:capitalize}.ai-detail-stage-badge i{font-size:11px}.ai-detail-summary{display:flex;flex-direction:column;grid-gap:6px;gap:6px}.ai-detail-summary p{margin:0;font-size:13px;line-height:1.5;color:#374151;background:hsla(0,0%,100%,.6);padding:10px 12px;border-radius:8px;border-left:3px solid #8b5cf6}.ai-extracted-data{grid-gap:12px;gap:12px}.ai-extracted-item{display:inline-flex;align-items:center;grid-gap:4px;gap:4px;font-size:13px;font-weight:500;color:#374151;background:hsla(0,0%,100%,.7);padding:4px 10px;border-radius:6px}.ai-extracted-item i{font-size:12px;color:#6b7280}.ai-detail-requests{display:flex;flex-direction:column;grid-gap:8px;gap:8px}.ai-requests-list{display:flex;flex-direction:column;grid-gap:6px;gap:6px}.ai-request-item{display:flex;align-items:flex-start;grid-gap:8px;gap:8px;background:hsla(0,0%,100%,.6);padding:8px 10px;border-radius:6px}.ai-request-item i{font-size:12px;color:#f59e0b;margin-top:2px}.ai-request-question{flex:1 1;font-size:13px;color:#374151;line-height:1.4}.ai-request-urgency{font-size:10px;font-weight:600;padding:2px 6px;border-radius:8px;text-transform:uppercase;letter-spacing:.3px}.ai-signals{grid-gap:6px;gap:6px}.ai-signal-tag{font-size:12px;color:#6b7280;background:hsla(0,0%,100%,.7);padding:3px 8px;border-radius:6px;font-style:italic}@media (max-width:768px){.ai-detail-row{flex-direction:column;grid-gap:6px;gap:6px}.ai-detail-label{min-width:unset}.ai-detail-description{padding-left:0}.email-ai-badge-row{flex-direction:column;align-items:flex-start}}.ticket-iframe{display:flex;justify-content:center;align-items:center;height:100vh;width:calc(100vw - 270px);margin:0 auto;max-width:1180px;overflow-x:scroll;-ms-overflow-style:none;scrollbar-width:none;border-radius:5px!important}.ticket-iframe::-webkit-scrollbar{display:none}.completion-splash .p-dialog-content{padding:0!important}.completion-splash .p-dialog-header{display:none!important}.completion-splash-content{text-align:center;padding:40px 30px;background:linear-gradient(135deg,#f8fafc,#f1f5f9)}.completion-icon{margin:0 auto 24px;width:80px;height:80px;border-radius:50%;display:flex;align-items:center;justify-content:center}.completion-icon.success{background:linear-gradient(135deg,#10b981,#059669);color:#fff;box-shadow:0 4px 12px rgba(16,185,129,.3)}.completion-icon.warning{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;box-shadow:0 4px 12px rgba(245,158,11,.3)}.completion-message{font-size:24px;font-weight:600;color:#1f2937;margin:0 0 12px;line-height:1.3}.completion-details{font-size:16px;color:#6b7280;margin:0 0 32px;line-height:1.5}.completion-actions{display:flex;justify-content:center}.completion-button{padding:12px 32px;border-radius:8px;font-size:16px;font-weight:500;border:none;cursor:pointer;transition:all .2s ease}.completion-button.primary{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;box-shadow:0 2px 4px rgba(59,130,246,.2)}.completion-button.primary:hover{transform:translateY(-1px);box-shadow:0 4px 8px rgba(59,130,246,.3)}.completion-button.primary:active{transform:translateY(0);box-shadow:0 2px 4px rgba(59,130,246,.2)}.modeler-iframe-wrapper2{height:100vh}.loader-container{justify-content:center;align-items:center;display:flex;width:auto}.modeler-iframe-wrapper{height:100vh}.modeler-magic-wrapper{background-color:#efefef;height:100vh!important;display:flex;justify-content:center;align-items:center}.header-go-back,.header-pre-wrap{display:flex;width:100%}.header-pre-wrap{justify-content:flex-start;align-items:center}.header-wrap{padding:20px 3vw;width:100%}.header-wrap,.header-wrapper{justify-content:space-between;display:flex;align-items:center}.header-wrapper{position:absolute!important;top:-5px!important;right:10px!important;height:50px;padding:0 1.5rem}.img-main{width:110px}.ticket-user{display:flex;grid-gap:10px;gap:10px;align-items:center}.submenu-btn{grid-gap:10px!important;gap:10px!important;border:none!important;box-shadow:none!important;margin:0!important;padding:0!important;width:auto!important;height:auto!important;color:#000!important}.submenu-btn,.submenu-btn:hover{background-color:initial!important}.avatar{color:transparent;border-radius:50px;padding:5px;font-size:.7em}@media screen and (max-width:900px){.header-wrap{justify-content:space-between;display:flex;padding:0;align-items:center}.header-go-back{position:absolute;top:75px;left:0;display:flex;justify-content:flex-start;width:100%}.ticket-iframe{height:90vh;width:calc(100vw - 120px)}.img-main{width:90px}}@media screen and (max-width:570px){.modeler-magic-wrapper{padding-top:15px!important;align-items:flex-start;height:100vh!important}.header-wrap{justify-content:space-between;display:flex;align-items:center;width:100%}.header-wrapper{margin-left:-12px;margin-right:-12px}.modeler-iframe-wrapper{padding:0}.ticket-iframe{height:calc(100vh - 120px);width:100%;margin-top:0}}.tab-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;height:400px;text-align:center;color:#6c757d;background:#fff;margin:20px;border-radius:8px;border:1px solid #e9ecef}.placeholder-icon{margin-bottom:20px}.placeholder-icon i{font-size:48px;color:#dee2e6}.tab-placeholder h3{margin:0 0 10px;font-size:20px;color:#495057}.tab-placeholder p{margin:0;font-size:14px;color:#6c757d}.case-info-container{padding:20px;max-width:1200px;margin:0 auto}.case-info-empty,.case-info-error,.case-info-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px;text-align:center;color:#6c757d}.case-info-section{background:#fff;border:1px solid #e9ecef;border-radius:8px;margin-bottom:20px;overflow:hidden}.case-info-section h3{background:#f8f9fa;margin:0;padding:15px 20px;font-size:16px;font-weight:600;color:#495057;border-bottom:1px solid #e9ecef;display:flex;align-items:center;grid-gap:8px;gap:8px}.case-info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:15px;gap:15px;padding:20px}.case-info-item{display:flex;flex-direction:column;grid-gap:4px;gap:4px}.case-info-item label{font-weight:600;color:#495057;font-size:13px;text-transform:uppercase;letter-spacing:.5px}.case-info-item span{color:#212529;font-size:14px;word-break:break-word}.case-status{padding:4px 8px;border-radius:4px;font-size:12px;font-weight:600;text-transform:uppercase;display:inline-block;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.case-status.completed{background:#d4edda;color:#155724}.case-status.progress{background:#fff3cd;color:#856404}.case-status.created{background:#d1ecf1;color:#0c5460}.case-status.error{background:#f8d7da;color:#721c24}.case-files-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));grid-gap:10px;gap:10px;padding:20px}.case-file-item{display:flex;align-items:center;grid-gap:8px;gap:8px;padding:10px;border:1px solid #e9ecef;border-radius:4px;cursor:pointer;transition:all .2s ease;background:#fff}.case-file-item:hover{border-color:#007bff;background:#f8f9ff;transform:translateY(-1px)}.case-file-item i{color:#6c757d;font-size:16px;flex-shrink:0}.case-file-item span{font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.case-files-more,.case-notes-more,.case-variables-more{padding:10px;text-align:center;color:#6c757d;font-style:italic;font-size:13px;border-top:1px solid #e9ecef;background:#f8f9fa}.case-variables-list{padding:20px;max-height:400px;overflow-y:auto}.case-variable-item{display:flex;align-items:flex-start;grid-gap:10px;gap:10px;padding:8px 0;border-bottom:1px solid #f1f3f4}.case-variable-item:last-child{border-bottom:none}.case-variable-item label{min-width:120px;font-weight:600;color:#495057;font-size:13px;flex-shrink:0}.case-variable-item span{flex:1 1;color:#212529;font-size:13px;word-break:break-word}.variable-source{color:#6c757d;margin-left:8px}.case-notes-list{padding:20px;max-height:400px;overflow-y:auto}.case-note-item{padding:12px 0;border-bottom:1px solid #f1f3f4}.case-note-item:last-child{border-bottom:none}.note-content{font-size:14px;color:#212529;margin-bottom:6px;line-height:1.4}.note-meta{font-size:12px;color:#6c757d}@media (max-width:768px){.case-info-container{padding:15px}.case-info-grid{grid-template-columns:1fr;grid-gap:12px;gap:12px;padding:15px}.case-files-grid{grid-template-columns:1fr;padding:15px}.case-info-section h3{padding:12px 15px;font-size:15px}.case-notes-list,.case-variables-list{padding:15px}}.dashboard-view{padding:0;background:#fff;height:calc(100vh - 160px);overflow-y:auto;margin:0}.dashboard-section{background:#fff;border-radius:0;padding:30px;margin-bottom:0;border-bottom:1px solid #e5e7eb;box-shadow:none}.dashboard-section h3{margin:0 0 20px;font-size:20px;font-weight:600;color:#1f2937;border-bottom:none;padding-bottom:0}.case-badges{display:flex;grid-gap:8px;gap:8px;margin-bottom:16px}.badge{padding:4px 12px;border-radius:16px;font-size:12px;font-weight:500;text-transform:uppercase}.badge-primary{background:#3b82f6;color:#fff}.badge-status.badge-progress{background:#f59e0b;color:#fff}.badge-status.badge-aprobación,.badge-status.badge-completed{background:#10b981;color:#fff}.case-general-info{display:flex;grid-gap:40px;gap:40px;margin-top:10px}.info-item{grid-gap:6px;gap:6px}.info-item label{color:#374151;margin:0;font-size:14px}.status-badge{padding:4px 8px;border-radius:12px;font-size:11px;text-transform:uppercase}.status-aprobación{background:#d1fae5;color:#059669}.time-badge{background:#dcfce7;color:#16a34a;padding:2px 6px;border-radius:8px;font-size:11px;font-weight:500}.history-timeline{display:flex;grid-gap:20px;gap:20px;overflow-x:auto;padding:16px 0}.timeline-step{display:flex;flex-direction:column;align-items:center;min-width:120px;opacity:.5}.timeline-step.completed{opacity:1}.step-number{width:32px;height:32px;border-radius:50%;background:#e2e8f0;color:#64748b;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:14px;margin-bottom:8px}.timeline-step.completed .step-number{background:#10b981;color:#fff}.step-content{text-align:center}.step-title{font-weight:500;font-size:13px;margin-bottom:4px;color:#1e293b}.step-date{color:#64748b}.values-grid{grid-gap:20px 40px;gap:20px 40px;margin-top:10px}.value-item{display:flex;justify-content:space-between;padding:0;background:transparent;border-radius:0;border-left:none;align-items:flex-start}.value-item label{font-weight:600;color:#374151;margin:0;font-size:13px;min-width:120px;flex-shrink:0}.value-item span{color:#111827;font-weight:400;text-align:left;word-break:break-word;flex:1 1}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.section-header h3{margin:0;border:none;padding:1}.view-controls{grid-gap:4px;gap:4px}.view-btn{padding:6px 10px;border:1px solid #d1d5db;background:#fff;border-radius:4px;cursor:pointer;transition:all .2s}.view-btn:hover{background:#f3f4f6}.view-btn.active{background:#3b82f6;color:#fff;border-color:#3b82f6}.files-container.files-list{display:flex;flex-direction:column;grid-gap:8px;gap:8px}.files-container.files-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));grid-gap:12px;gap:12px}.file-item{display:flex;align-items:center;padding:12px;border:1px solid #e5e7eb;border-radius:6px;cursor:pointer;transition:all .2s}.file-item:hover{border-color:#3b82f6;background:#f8fafc}.file-icon{margin-right:12px;font-size:18px}.file-info{flex:1 1}.file-name{color:#1e293b}.file-meta{grid-gap:12px;gap:12px;font-size:12px;color:#64748b}.file-item:hover .file-actions{opacity:1}.variables-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:12px;gap:12px}.variable-item{display:flex;justify-content:space-between;align-items:flex-start;padding:12px;background:#f8fafc;border-radius:6px;grid-gap:12px;gap:12px}.variable-item label{font-weight:500;color:#475569;margin:0;min-width:120px}.variable-item span{color:#1e293b;word-break:break-word;text-align:right}.variable-source{color:#64748b;font-style:italic}.dashboard-empty,.dashboard-error,.dashboard-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px;text-align:center;color:#64748b}.dashboard-empty i,.dashboard-error i,.dashboard-loading i{margin-bottom:12px}.case-info-placeholder{display:flex;align-items:center;justify-content:center;height:calc(100vh - 200px);background:#fff}.placeholder-content{text-align:center;padding:40px;max-width:500px}.placeholder-content h3{font-size:24px;color:#1f2937;margin:0 0 16px;font-weight:600}.placeholder-content p{font-size:16px;color:#6b7280;margin:0 0 24px;line-height:1.5}.case-info-button{background:#3b82f6;color:#fff;border:none;padding:12px 24px;border-radius:8px;font-size:16px;font-weight:500;cursor:pointer;display:inline-flex;align-items:center;transition:all .2s ease;text-decoration:none}.case-info-button:hover{background:#2563eb;transform:translateY(-1px);box-shadow:0 4px 12px rgba(59,130,246,.3)}.case-info-button:active{transform:translateY(0)}.case-info-error{display:flex;flex-direction:column;align-items:center;justify-content:center;height:calc(100vh - 200px);text-align:center;color:#6b7280;background:#fff}.case-dashboard-view{height:calc(100vh - 160px);overflow-y:auto;background:#f8f9fa;padding:20px}.case-dashboard-section{background:#fff;margin-bottom:24px;padding:24px;border-radius:8px;box-shadow:0 1px 3px rgba(0,0,0,.1)}.section-title{font-size:20px;font-weight:600;color:#1f2937;margin:0 0 20px;border-bottom:2px solid #e5e7eb;padding-bottom:8px}.case-badges-row{display:flex;grid-gap:8px;gap:8px;margin-bottom:16px}.case-badge{padding:4px 12px;border-radius:16px;font-size:12px;font-weight:500;text-transform:uppercase}.case-badge-primary{background:#3b82f6;color:#fff}.case-badge-aprobacion{background:#10b981;color:#fff}.case-badge-progress{background:#f59e0b;color:#fff}.general-info-row{display:flex;grid-gap:40px;gap:40px;align-items:flex-start}.info-column{display:flex;flex-direction:column;grid-gap:4px;gap:4px}.info-column label{color:#374151;font-size:14px}.info-column label,.status-pill{font-weight:600;text-transform:uppercase}.status-pill{padding:4px 8px;border-radius:12px;font-size:11px;display:inline-block}.status-aprobacion{background:#d1fae5;color:#059669}.status-progress{background:#fef3c7;color:#d97706}.time-pill{background:#dcfce7;color:#16a34a;padding:2px 6px;border-radius:8px;font-size:11px;font-weight:500}.history-steps{display:flex;grid-gap:20px;gap:20px;overflow-x:auto;padding:16px 0}.history-step{display:flex;flex-direction:column;align-items:center;min-width:140px;opacity:.5}.history-step.completed{opacity:1}.step-circle{width:32px;height:32px;border-radius:50%;background:#e5e7eb;color:#6b7280;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:14px;margin-bottom:8px}.history-step.completed .step-circle{background:#10b981;color:#fff}.step-info{text-align:center}.step-name{font-weight:500;font-size:13px;margin-bottom:4px;color:#1f2937}.step-date{font-size:11px;color:#6b7280}.values-container{margin-top:16px}.values-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px 40px;gap:16px 40px}.value-pair{display:flex;justify-content:space-between;align-items:flex-start;padding:8px 0;border-bottom:1px solid #f3f4f6}.value-pair label{font-weight:600;color:#374151;font-size:13px;min-width:120px;flex-shrink:0}.value-pair span{color:#111827;font-weight:400;text-align:right;word-break:break-word;flex:1 1}.section-header-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.section-header-row .section-title{margin:0;border:none;padding:0}.view-toggle{display:flex;grid-gap:4px;gap:4px;align-items:center}.toggle-btn{padding:6px 10px;border:1px solid #d1d5db;border-radius:4px;transition:all .2s}.toggle-btn:hover{background:#f3f4f6}.toggle-btn.active{background:#3b82f6;border-color:#3b82f6}.upload-btn{background:#3b82f6;color:#fff;border:none;padding:6px 12px;border-radius:4px;font-size:12px;cursor:pointer;display:flex;align-items:center;grid-gap:4px;gap:4px;margin-left:8px}.files-list{grid-gap:8px;gap:8px}.file-row{display:flex;align-items:center;padding:12px;border:1px solid #e5e7eb;border-radius:6px;cursor:pointer;transition:all .2s;background:#fff}.file-row:hover{border-color:#3b82f6;background:#f8fafc}.file-icon-container{margin-right:12px;font-size:18px}.file-pdf{color:#e74c3c}.file-image{color:#3498db}.file-generic{color:#6b7280}.file-name{font-weight:500;color:#1f2937;margin-bottom:4px;font-size:14px}.file-metadata{display:flex;grid-gap:12px;gap:12px;font-size:12px;color:#6b7280}.file-actions{opacity:.5;transition:opacity .2s;color:#6b7280}.file-row:hover .file-actions{opacity:1}.case-info-empty,.case-info-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;height:calc(100vh - 200px);text-align:center;color:#6b7280;background:#fff;margin:20px;border-radius:8px}.conversations-container{height:100%;padding:0;background-color:#fff;border-radius:8px;overflow:hidden}.conversations-container .conversations-filters{padding:15px;background-color:#f8f9fa;border-bottom:1px solid #e9ecef}.conversations-container .conversations-table-container{padding:15px}.timeline-container{height:calc(100vh - 160px);overflow:hidden;background-color:#f8f9fa;border-radius:8px}.wrapper-submenu{position:absolute!important;top:30px!important;right:30px!important;background:#fff;box-shadow:0 0 8px rgba(69,69,69,.15);border-radius:20px;padding:20px}.wrapper-row{display:flex;height:23px;align-items:center}.label-txt{font-size:.8em!important}.label-txt,.value-txt{color:#6f7a88;margin:0!important}.value-txt{padding-left:10px!important}.logout-btn{background:#053fa8!important;border-radius:16px!important;width:200px!important;height:38px!important;display:flex!important;justify-content:center!important}.action-submenu{display:flex;width:100%;height:70px;justify-content:center;align-items:center}@media screen and (max-width:570px){.wrapper-submenu{position:absolute!important;top:30px!important;right:30px!important;background:#fff;box-shadow:0 0 8px rgba(69,69,69,.15);border-radius:20px;padding:10px}}.report-container{display:flex;flex-direction:column;justify-content:center;overflow:hidden;overflow-y:scroll;height:100%;width:100%;padding:0;margin-top:0}.report-header{display:flex;justify-content:space-between;align-items:center;height:70px;padding:20px 0 0;width:100%;max-width:1400px;margin:0 auto}.history-btn{background-color:#3e678e!important;margin-top:5px;margin-right:3rem!important;padding:10px 30px!important;color:#fff!important;width:150px!important}.report-container::-webkit-scrollbar{display:none}.report-wrapper{display:inline-block;height:100%;width:100%;flex-wrap:wrap;overflow:hidden;margin:0 auto 15px;max-width:1180px;padding-bottom:10px;overflow-y:scroll;-ms-overflow-style:none;scrollbar-width:none}.report-wrapper::-webkit-scrollbar{display:none}.inRow{display:flex;flex-direction:row;width:100%}.card{padding:10px 3rem}.card:first-child{padding-right:0;padding-top:0}.overview{flex:1 0 50%}.totalRisk{flex:1 0 65%;height:210px}.alert{flex:1 0 50%;height:210px;padding-top:0;padding-left:20px}.overall{flex:1 0 100%;height:400px}.impact{flex:2 0 100%;height:400px}.report-subtitle{font-size:1em;font-weight:600;color:rgba(0,0,0,.759);margin:13px 20px}.body-report{border:1px solid rgba(34,56,77,.07058823529411765);height:100%;border-radius:8px;background-color:rgba(214,232,247,.298)}@media screen and (max-width:900px){.report-header{padding:0;height:50px}.history-btn{margin-right:20px!important;padding:10px!important}.card{padding:15px 20px 0}.card:first-child{padding-right:20px;padding-top:0}.card:last-child{padding:15px 20px 20px}.report-container{padding:0}.inRow{display:flex;flex-direction:column;width:100%;height:100%}.report-wrapper{display:inline-block;flex-direction:column;height:100vh}.overview{flex:1 0 20%;height:100px}.totalRisk{flex:1 0 20%;max-height:300px}.alert{height:200px}.impact,.overall{flex:0 1;height:500px}}.activities-wrapper{height:calc(100% - 80px);width:100%;display:flex;flex-direction:column;margin-left:3rem}.filter-box,.flex-filter{display:flex;align-items:center;grid-gap:10px;gap:10px}.filter-box{height:60px;padding:1.3rem 1rem 1.3rem 0;height:65px;width:60vw;overflow:hidden;overflow-x:scroll;-ms-overflow-style:none;scrollbar-width:none}.filter-box::-webkit-scrollbar{display:none}.table-box{height:100%;height:calc(100% - 65px);overflow:hidden;overflow-x:scroll;-ms-overflow-style:none;scrollbar-width:none}.table-box::-webkit-scrollbar{display:none}.action-btn{margin-bottom:0!important;background-color:rgba(0,0,0,.419)!important}.search-activities-wrapper{display:flex;align-items:center;background-color:#3e678e;padding:0;border-top-right-radius:10px;border-top-left-radius:10px;width:610px;height:59px;margin:0 0 10px;border-bottom:1px #22384d}.activity-header{color:#fff;background-color:#22384d!important;display:flex;align-items:center;justify-content:center;grid-gap:10px;gap:10px;width:auto;margin:0 10px -10px 0;padding:5px 20px;font-size:1.7em;border-bottom-left-radius:8px;border-bottom-right-radius:8px;box-shadow:2px 2px 7px rgba(0,0,0,.43)}@media screen and (max-width:900px){.activity-header{margin:0 10px 0 0;font-size:1.2em}.search-activities-wrapper{width:530px}.activities-wrapper{margin-left:1.2rem}.table-box{margin-top:0;height:calc(100% - 65px);overflow:hidden;overflow-x:scroll}activity-header{font-size:4em!important}}@media screen and (max-width:570px){.search-activities-wrapper{margin:10px 0 10px -10px;width:76vw;overflow-x:scroll}.filter-box{align-items:left}}.back-btn{margin-left:40px}@media screen and (max-width:900px){.back-btn{margin-left:0;min-width:100%}}.recovery-loader{height:90vh}.white-txt{color:#fff;font-size:1.2em;padding:20px 10px 30px;max-width:400px}.expired-container{flex-direction:column;text-align:center;margin-top:25vh}.back-btn,.expired-container{display:flex;align-items:center}.back-btn{justify-content:center;grid-gap:10px;gap:10px;padding:17px 10px!important;cursor:pointer;color:#fff!important;background-color:#22384d!important;box-shadow:none!important;margin:0!important;height:40px!important;width:100%!important;max-width:120px}@media screen and (max-width:900px){.white-txt{color:#fff;font-size:1.2em;padding:30px 10px;max-width:70vw}.expired-container{display:flex;flex-direction:column;align-items:center;text-align:center;margin-top:15vh}}.recovery-external-wrapper{display:flex;height:100vh;width:100%;justify-content:center;align-items:center}.recovery-container,.update-container{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;width:100%;height:100%;padding-top:24vh}@media screen and (max-width:900px){.recovery-container,.update-container{padding-top:20vh}}@media screen and (max-width:900px){.dropArea{border:2px dashed #ccc;border-radius:4px;padding:10px 25px 30px;text-align:center;cursor:pointer;max-width:80vw}}.caseType-container{background-color:hsla(0,0%,72.5%,.207)!important;padding:.5vw 1vw;overflow-x:auto;overflow-y:hidden;grid-gap:1vw;gap:1vw;white-space:nowrap}.card-batch{border-radius:6px;padding:3px 5px;max-width:80px;min-width:80px;background-color:#e6f3ff;border:1px solid #b3d9ff;box-shadow:1px 1px 2px rgba(1,41,57,.1)!important}.card-batch,.card-batch2{justify-content:center;align-items:center;display:flex;flex-direction:column;flex-shrink:0;grid-gap:2px;gap:2px}.card-batch2{border-radius:6px;padding:3px 5px!important;background-color:#f0f8ff;min-width:120px;border:1px solid #cce7ff;box-shadow:1px 1px 2px rgba(121,164,181,.2)!important;color:#2563eb!important}.casetype-name{color:#2563eb;font-size:.55em;font-weight:400;text-align:center;line-height:1.1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.card-batch2 .casetype-name{color:#2563eb!important;font-size:.5em}.card-batch2 .casetype-value{color:#1e40af!important;font-size:.65em;font-weight:700}.card-batch .casetype-name{color:#16a34a;font-size:.45em;font-weight:500}.card-batch .casetype-value{color:#15803d;font-size:.6em;font-weight:700}.card-batch{background-color:#f0fdf4;border:1px solid #bbf7d0}.casetype-value{color:#1e40af;font-size:.7em;font-weight:700;text-align:center}.card-hr{color:#000;border:1px solid rgba(16,31,35,.312)}@media screen and (max-width:900px){.card-batch{padding:2px 4px;max-width:75px;min-width:75px;flex-shrink:0;background-color:#f0fdf4;border:1px solid #bbf7d0}.card-batch:hover{color:#f04!important;border:1px solid #f04}.card-batch2{border-radius:6px;padding:2px 4px;background-color:#f0f8ff;justify-content:center;align-items:center;display:flex;flex-direction:column;grid-gap:2px;gap:2px;min-width:85px;flex-shrink:0;border:1px solid #cce7ff;box-shadow:1px 1px 2px rgba(1,41,57,.1)!important;color:#2563eb!important}}.batchChip{width:auto;padding:4px 10px;color:#fff!important;box-shadow:2px 2px 3px rgba(1,41,57,.5411764705882353)!important;margin-right:10px}.batchChip,.ownerChip{display:flex;justify-content:center;border-radius:8px}.ownerChip{width:100%;padding:6px 20px;color:#335475}.exe-btn{background:linear-gradient(125deg,#22384d 60%,#3e678e 130%)!important;padding:1px 5px!important;box-shadow:2px 2px 3px rgba(1,41,57,.5411764705882353)!important}.exe-btn:hover{background:#f04!important}.stop-btn{background-color:#d6870f!important;padding:6px 20px!important;box-shadow:2px 2px 3px rgba(1,41,57,.5411764705882353)!important}.lines-section{display:flex;flex-direction:column;justify-content:flex-start;margin:30px 0 0;height:100vh;width:100%;border-top-right-radius:0!important;border-top-left-radius:0!important;overflow:hidden;background-color:#f4f4f4}.headings-batch{font-size:1.3em;color:rgba(24,95,115,.5803921568627451)}.json-container{height:80vh;padding:2vw 20px 20px;border-radius:5px;display:flex;flex-direction:column;overflow:hidden;overflow-y:scroll;-ms-overflow-style:none;scrollbar-width:none;max-width:93%;margin:0 auto;grid-gap:10px;gap:10px}.json-container::-webkit-scrollbar{display:none}.flexs{align-items:center}.batch-title,.flexs{display:flex;grid-gap:20px;gap:20px}.batch-title{background-color:#3e678e;flex-direction:column;width:100%;text-align:center;color:#fff;justify-content:center;padding:15px 10px 10px;font-size:1.2em;font-weight:700}.refresh-lines{background-color:initial!important;margin:0!important;width:30px!important}.file-btn{display:flex!important;grid-gap:20px!important;gap:20px!important;align-items:center!important;padding:15px 10px!important;color:#22384d!important;background-color:rgba(34,56,77,.10980392156862745)!important;width:auto!important;height:auto!important;justify-content:flex-start!important;text-align:center!important;border-radius:8px!important;margin:10px 20px!important}.group-lines{display:flex;flex-direction:column;width:100%}.file-btn:hover{color:#fff!important;border-radius:8px!important}.btn-accordion{display:flex;justify-content:space-between;padding:0 0 0 4px!important;color:#22384d!important}.btn-accordion,.btn-accordion:hover{background-color:initial!important}.note-line{display:flex;grid-gap:10px;gap:10px;flex-wrap:wrap;font-weight:500!important;padding:0 5px}.files-wrapper{display:flex;flex-direction:column;width:90%;background-color:hsla(0,0%,69.4%,.21176470588235294);padding:10px 20px 15px;grid-gap:5px;gap:5px;border:3px solid rgba(62,103,142,.054901960784313725);border-radius:5px;max-width:500px;margin:0 auto}.lineBatch{display:flex;flex-wrap:wrap;align-items:center;padding:3px 5px 3px 1vw;grid-gap:10px;gap:10px;word-wrap:break-word}.lineBatch2{align-items:center;padding:3px 5px;display:flex;flex-wrap:wrap;align-items:flex-start;padding:3px 5px 1vw 1vw;grid-gap:10px;gap:10px;word-wrap:break-word;background:rgba(105,131,131,.037);border-radius:8px}.csv-img{width:20px;margin-right:0!important;background-color:initial!important}.play-img{background-color:rgba(95,223,21,.8470588235294118)!important;width:20px!important;border-radius:50%!important;padding:15px!important;margin-left:-30px!important;margin-right:30px!important}.caseType-txt{font-size:.8em}.badge-batch{display:flex!important;height:auto!important;background-color:rgba(255,0,68,.798)!important;color:hsla(0,0%,100%,.949)!important;border-radius:4%!important;padding:4px 8px!important;margin:0!important;grid-gap:10px!important;gap:10px!important;width:auto!important}.badge-batch:hover{background-color:#f04!important}.caseType-cls{display:flex;align-items:center;justify-content:center;margin-top:-10px;font-size:.8em;font-weight:400;grid-gap:10px;gap:10px}@media screen and (max-width:1200px){.headings-batch{font-size:1em}}@media screen and (max-width:900px){.batch-title{flex-direction:row}.flexs{margin-right:20px}.files-wrapper{margin-top:0}.file-btn{padding:5px 0!important;color:#22384d!important;background-color:initial!important;width:auto!important;text-decoration:underline!important;font-size:.7em!important}.caseType-cls{margin-top:-10px;font-size:.7em;font-weight:400}.lineBatch{display:flex;padding:3px 5px 3px 20px;grid-gap:1px;gap:1px;flex-direction:column;align-items:flex-start;font-size:.7em}.btn-accordion{display:flex;justify-content:space-between;background-color:initial!important;padding:0!important}.json-container{min-width:100%;margin:0;padding:5px;border-radius:5px;display:flex;flex-direction:column}}@media screen and (max-width:570px){.json-container{max-width:100%;margin:0;padding:5vw;border-radius:5px;display:flex;flex-direction:column}.headings-batch{font-size:1em}.batch-title{flex-direction:column}}.wa-bg{display:flex;width:100%;height:100%;background:linear-gradient(45deg,#e5ffcc,#1ebea5,#00e676,#d0e9ea,#edf8f5,#fff);background-image:url(/static/media/wa_bg.5424b7a0.png);-webkit-backdrop-filter:blur(50px);backdrop-filter:blur(50px)}.dropArea{display:flex!important;height:auto!important;flex-direction:column!important;border:2px dashed #ccc!important;border-radius:4px;padding:20px!important;text-align:center!important;cursor:pointer;max-width:1180px;margin:20px 0 10px!important;background-color:rgba(208,222,234,.702)!important}.cases-wrp2{overflow:visible!important}.cases-wrp2,.cases-wrp2-ext{background-color:initial;max-width:1280px;margin:0 auto}.cases-wrp2-ext{transition:width .7s ease-in-out}.cases-wrp2 .p-tabview-nav,.cases-wrp2-ext .p-tabview-nav{background:#f8f9fa;border-bottom:1px solid #e9ecef;padding:0;display:flex;justify-content:flex-start;align-items:center}.cases-wrp2 .p-tabview-nav ul,.cases-wrp2-ext .p-tabview-nav ul{display:flex;grid-gap:4px;gap:4px;background:hsla(0,0%,100%,.9);padding:4px;border-radius:10px;border:1px solid rgba(0,0,0,.1);box-shadow:0 2px 6px rgba(0,0,0,.08);margin:0;flex:none}.cases-wrp2 .p-tabview-nav li .p-tabview-nav-link,.cases-wrp2-ext .p-tabview-nav li .p-tabview-nav-link{border:none!important;background:transparent!important;color:#6c757d!important;padding:8px 16px!important;margin:0!important;border-radius:6px!important;transition:all .3s ease!important;font-weight:600!important;font-size:.85rem!important;white-space:nowrap!important;min-width:auto!important}.cases-wrp2 .p-tabview-nav li.p-highlight .p-tabview-nav-link,.cases-wrp2-ext .p-tabview-nav li.p-highlight .p-tabview-nav-link{background:#007bff!important;color:#fff!important;box-shadow:0 1px 3px rgba(0,123,255,.3)!important;border:none!important}.cases-wrp2 .p-tabview-nav li:not(.p-highlight) .p-tabview-nav-link:hover,.cases-wrp2-ext .p-tabview-nav li:not(.p-highlight) .p-tabview-nav-link:hover{background:rgba(0,123,255,.1)!important;color:#007bff!important}.cases-wrp2 .p-tabview-nav li.p-highlight .p-tabview-nav-link:hover,.cases-wrp2-ext .p-tabview-nav li.p-highlight .p-tabview-nav-link:hover{background:#0056b3!important}.cases-wrp2 .p-tabview-panels,.cases-wrp2-ext .p-tabview-panels{background:#fff;padding:0}.cases-wrp{background-color:#023347}.dropAreaFull{display:flex!important;height:auto!important;flex-direction:column!important;border-radius:4px;text-align:center!important;cursor:pointer;max-width:1180px;margin:20px 0 10px!important;padding:20px;background-color:rgba(168,176,182,.165)!important}.dropArea:hover{border:2px dashed #f04!important;background-color:rgba(208,222,234,.702)!important;padding:20px!important}.link-white{color:#fff!important;text-decoration:underline!important}.link-btn{color:#000!important;padding:0!important;margin-bottom:-4px!important;margin-left:20px!important;min-width:80px!important}.link-btn,.link-btn:hover{background-color:initial!important;text-decoration:underline!important}.link-btn:hover{color:#f04!important}.cases-wrp2,.cases-wrp2-ext{flex:1 1;display:flex;flex-direction:column;padding:20px;overflow-x:hidden}@media screen and (max-width:900px){.dropArea{border:2px dashed #ccc;border-radius:4px;padding:10px 25px 30px;text-align:center;cursor:pointer;max-width:80vw}.cases-wrp{padding-top:0}.cases-wrp2,.cases-wrp2-ext{padding:10px 20px}}@media screen and (max-width:570px){.cases-wrp2,.cases-wrp2-ext{padding:4vw}}.customer-badge-clickable{transition:all .2s ease!important}.customer-badge-clickable:hover{backgroundColor:"#b3d9ff"!important;transform:translateY(-1px);box-shadow:0 2px 4px rgba(0,102,204,.3)!important}.caseType-container{overflow:hidden;overflow-x:scroll;width:100%;display:flex;grid-gap:20px;gap:20px;-ms-overflow-style:none;scrollbar-width:none;box-shadow:2px 2px 3px rgba(1,41,57,.5411764705882353)!important}.caseType-container::-webkit-scrollbar{display:none}.cases-container{height:85vh;overflow:hidden;overflow-y:scroll;-ms-overflow-style:none;scrollbar-width:none;padding-top:32px;padding-bottom:120px;max-width:1280px;margin:0 auto}.cases-container::-webkit-scrollbar{display:none}.caseType2-container{width:50%;padding:10px;overflow:hidden;overflow-x:scroll;display:flex;grid-gap:10px;gap:10px;-ms-overflow-style:none;scrollbar-width:none}.caseType2-container::-webkit-scrollbar{display:none}.paginator-wrapper{display:flex;justify-content:flex-end;align-items:center;grid-gap:4px;gap:4px;margin:10px 2px 0 0;color:#fff!important}.paginator-bg{display:flex;align-items:center;background-color:#22384d!important;border-radius:8px!important;box-shadow:2px 2px 3px rgba(1,41,57,.5411764705882353)!important;min-width:190px!important;grid-gap:5px;gap:5px;padding:3px}.secuencial-cls{display:flex!important;justify-content:center!important;font-size:.7em!important;width:50px}.paginator-flex{display:flex;justify-content:flex-end;align-items:flex-end;flex-direction:column;grid-gap:10px;gap:10px}.paginator-total-txt{color:#3e678e!important;margin-right:2px;background-color:rgba(62,103,142,.0784313725490196);padding:2px 5px;border-radius:8px}.paginator-total,.paginator-total-txt{justify-content:center;align-items:center;display:flex;grid-gap:10px;gap:10px;box-shadow:2px 2px 3px rgba(1,41,57,.5411764705882353)!important}.paginator-total{background-color:#3e678e;color:#fff!important;border-radius:8px;padding:10px 20px;background-color:#2c4f6f;height:10%;border:1px solid rgba(62,103,142,.09411764705882353)}.paginator-btn{display:flex;justify-content:center;align-items:center;grid-gap:4px;gap:4px;width:20px!important;margin:0!important;height:25px!important;color:#fff!important;background-color:initial!important;padding:0 0 2px!important}.paginator-page{width:70px!important;background-color:#2c4f6f!important;color:#fff!important;border:none!important;pad:10px 30px!important;margin:0 5px!important;padding-left:5px!important;padding-right:5px!important;text-align:center!important}.paginator-page:hover{background-color:#f04!important;color:#fff!important;border:1px solid #f04}.card-batch:hover{color:#f04!important;border:1px solid #f04}.card-batch3{border-radius:8px;padding:10px 20px;background-color:rgba(76,150,170,.312);justify-content:center;align-items:center;display:flex;grid-gap:15px;gap:15px;height:10%;width:30%;border:1px solid rgba(62,103,142,.09411764705882353);box-shadow:2px 2px 3px rgba(1,41,57,.5411764705882353)!important}.casetype-name{color:#000;font-size:.8em}.casetype-value{color:#000;font-size:1em}.adj-right{margin-left:-15px}.adj-left{margin-right:-15px}@media screen and (max-width:900px){.cases-container{height:75vh}.card-batch{padding:5px 0}.card-batch:hover{color:#f04!important;border:1px solid #f04}.caseType-container{padding:5px 5px 7px}.paginator-wrapper{min-width:190px!important}}@media screen and (max-width:570px){.paginator-wrapper{margin-top:20px}}.case-progress-container{display:flex;align-items:center;grid-gap:8px;gap:8px;width:100%;min-width:200px;padding:4px 0}.case-progress-loading,.case-progress-no-data{display:flex;align-items:center;justify-content:center;height:24px;color:#6c757d}.case-progress-no-data{font-size:.875rem}.case-progress-count{display:flex;align-items:center;justify-content:center;min-width:24px;height:24px;background:#e9ecef;border-radius:12px;font-weight:600;font-size:.75rem;color:#495057;flex-shrink:0}.rows-dropdown .p-dropdown{width:80px!important;min-width:80px!important}.rows-dropdown .p-dropdown-label{padding:6px 8px!important;text-align:center!important;font-size:.9rem!important;font-weight:500!important}.rows-dropdown .p-dropdown-panel .p-dropdown-items .p-dropdown-item{padding:6px 12px!important;text-align:center!important;font-size:.9rem!important;font-weight:500!important}.rows-dropdown .p-dropdown-trigger{width:24px!important}.case-progress-step{width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;position:relative;background:#fff;border:2px solid #e9ecef}.case-progress-step.compact{width:18px;height:18px;border-width:1.5px}.case-progress-step:hover{transform:scale(1.1);box-shadow:0 2px 6px rgba(0,0,0,.15);z-index:10}.case-progress-step.completed{background:#28a745;border-color:#28a745}.case-progress-step.current{background:#ffc107;border-color:#ffc107}.case-progress-step.pending{background:#f8f9fa;border-color:#e9ecef}.case-progress-step.placeholder{background:#fff;border-color:#ced4da;border-style:dashed;opacity:.6}.case-progress-step.placeholder:hover{transform:none;box-shadow:none}.case-step-dot{color:#fff;font-size:12px;font-weight:700;display:flex;align-items:center;justify-content:center;width:100%;height:100%}.case-progress-step.pending .case-step-dot{color:#6c757d}.case-step-letter{font-size:10px;font-weight:700;line-height:1;text-transform:uppercase}.case-step-placeholder{font-size:12px;font-weight:600;color:#9ca3af;line-height:1}.case-progress-step.compact .case-step-dot,.case-progress-step.compact .case-step-letter{font-size:9px}.case-progress-container .RSPBprogressBar{height:6px!important;border-radius:3px;background-color:#e9ecef!important;margin:9px 0;flex:1 1}.case-progress-container .RSPBstep{cursor:pointer}@media (max-width:1200px){.case-progress-container{min-width:180px}.case-progress-step{width:20px;height:20px}.case-progress-step.compact{width:16px;height:16px}}.board-container,.cases-wrp2,.cases-wrp2 .p-tabview,.cases-wrp2 .p-tabview-panel,.cases-wrp2 .p-tabview-panels,.cases-wrp2 .p-tabview-panels>*,.cases-wrp2-ext,.cases-wrp2-ext .p-tabview,.cases-wrp2-ext .p-tabview-panel,.cases-wrp2-ext .p-tabview-panels,.cases-wrp2-ext .p-tabview-panels>*{max-width:none!important;width:100%!important}.board-container{display:flex;flex-direction:column;height:calc(100vh - 150px);padding:8px 16px 12px;background:#f5f7fa;margin-top:45px;margin-left:0!important;margin-right:0!important}.board-loading,.board-loading-cases{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;grid-gap:16px;gap:16px;color:#6c757d}.board-loading-cases p,.board-loading p{margin:0;font-size:.9rem}.board-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;grid-gap:16px;gap:16px;color:#6c757d}.board-empty-icon{font-size:3rem;opacity:.5}.board-empty p{margin:0;font-size:1rem}.board-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;padding:8px 14px;background:#22384d;border-radius:6px;color:#fff;box-shadow:0 2px 6px rgba(0,0,0,.12);flex-shrink:0}.board-header-left{display:flex;align-items:center;grid-gap:16px;gap:16px}.board-type-selector{display:flex;align-items:center;grid-gap:8px;gap:8px}.board-header-right{display:flex;align-items:center;grid-gap:16px;gap:16px}.board-label{font-weight:500;font-size:.9rem;white-space:nowrap;min-width:auto}.board-dropdown{min-width:200px}.board-dropdown .p-dropdown-label{padding:8px 12px;font-size:.85rem}.board-case-count{background:hsla(0,0%,100%,.2);padding:4px 12px;border-radius:16px;font-size:.8rem;font-weight:500;margin-right:20px}.board-last-refresh{font-size:.75rem;opacity:.8}.board-refresh-btn{background:hsla(0,0%,100%,.1)!important;border:1px solid hsla(0,0%,100%,.3)!important;color:#fff!important;width:36px;height:36px}.board-refresh-btn:hover{background:hsla(0,0%,100%,.2)!important}.board-auto-refresh{display:flex;align-items:center;grid-gap:8px;gap:8px}.board-auto-label{font-size:.8rem;opacity:.9}.board-states-grid{display:grid;grid-template-columns:repeat(auto-fill,235px);grid-gap:12px;gap:12px;overflow-y:auto;flex:1 1;padding-bottom:12px;width:100%!important;max-width:none!important}.board-state-column{background:#fff;border-radius:6px;border-top:3px solid #dee2e6;box-shadow:0 1px 4px rgba(0,0,0,.08);display:flex;flex-direction:column;max-height:270px;transition:box-shadow .2s ease}.board-state-column:hover{box-shadow:0 2px 8px rgba(0,0,0,.1)}.board-state-header{padding:8px 10px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #eee;font-weight:600;border-radius:3px 3px 0 0;position:-webkit-sticky;position:sticky;top:0;z-index:1}.board-state-name{font-size:.75rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:170px}.board-state-count{background:#22384d;color:#fff;padding:2px 8px;border-radius:10px;font-size:.65rem;font-weight:600;min-width:20px;text-align:center}.board-state-cases{padding:10px;display:flex;flex-direction:column;grid-gap:10px;gap:10px;overflow-y:auto;overflow-x:hidden;flex:1 1 auto;min-height:0}.board-state-cases::-webkit-scrollbar{width:6px}.board-state-cases::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.board-state-cases::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.board-state-cases::-webkit-scrollbar-thumb:hover{background:#a1a1a1}.board-empty-state{text-align:center;color:#adb5bd;font-size:.8rem;padding:20px 10px;font-style:italic}.board-case-card{background:#fff;border:1px solid #e0e0e0;border-radius:5px;cursor:pointer;transition:all .15s ease;font-size:.7rem;overflow:hidden;flex-shrink:0;min-height:52px}.board-case-card:hover{transform:translateY(-1px);box-shadow:0 3px 6px rgba(0,0,0,.12);border-color:silver}.board-case-card:active{transform:translateY(0)}.board-card-header{background:#e8eef4;color:#2c3e50;padding:4px 8px;display:flex;justify-content:space-between;align-items:center;grid-gap:6px;gap:6px;border-bottom:1px solid #d0dae4}.board-customer-id{font-size:.65rem;font-weight:600;color:#5a6a7a;max-width:45%}.board-case-id,.board-customer-id{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.board-case-id{font-weight:400;font-family:"Courier New",monospace;font-size:.6rem;max-width:50%;text-align:right;color:#7f8c9a}.board-card-body{padding:5px 8px;display:flex;justify-content:space-between;align-items:center;grid-gap:6px;gap:6px}.board-age-badge{display:flex;align-items:center;grid-gap:4px;gap:4px;background:#d4edda;color:#155724;padding:2px 6px;border-radius:10px;font-size:.6rem;font-weight:400;border:1px solid #c3e6cb}.board-age-dot{width:6px;height:6px;background:#28a745;border-radius:50%}.board-state-time-badge{background:#f0f0f0;color:#666;padding:2px 6px;border-radius:10px;font-size:.6rem;font-weight:400;border:1px solid #ddd;white-space:nowrap}@media (max-width:1200px){.board-states-grid{grid-template-columns:repeat(auto-fit,minmax(235px,1fr))}}@media (max-width:900px){.board-header{flex-direction:column;grid-gap:12px;gap:12px;align-items:stretch}.board-header-left,.board-header-right{justify-content:center}.board-states-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:12px;gap:12px}}@media (max-width:600px){.board-container{padding:12px}.board-header{padding:10px 12px}.board-dropdown{min-width:150px}.board-states-grid{grid-template-columns:1fr}.board-state-column{max-height:300px}}.board-auto-refresh .p-inputswitch{width:40px;height:22px}.board-auto-refresh .p-inputswitch .p-inputswitch-slider{background:hsla(0,0%,100%,.3)}.board-auto-refresh .p-inputswitch.p-inputswitch-checked .p-inputswitch-slider{background:#10b981}.board-case-count.loading{animation:pulse 1s infinite}.cases-analytics{background:#fff;border-radius:8px;margin:.5rem;height:auto;min-height:100%;overflow:visible;display:flex;flex-direction:column;padding:1rem 1rem 3rem}.analytics-filters{margin-bottom:1.5rem;padding:1rem;background:#f8f9fa;border-radius:6px;border:1px solid #e9ecef}.filter-row{grid-gap:1rem;gap:1rem}.filter-group{flex-direction:column;min-width:200px}.date-inputs,.filter-group{display:flex;grid-gap:.5rem;gap:.5rem}.date-inputs .p-calendar{min-width:120px}.analytics-config-inline{display:flex;align-items:center}.analytics-config-rows{margin-top:1rem;border-top:1px solid #e9ecef;padding-top:1rem}.config-labels{display:flex;grid-gap:1rem;gap:1rem;margin-bottom:.5rem;align-items:center}.config-label{font-weight:600;font-size:.9rem;color:#495057;min-width:150px;flex:1 1}.config-label:last-child{min-width:80px;flex:0 1;text-align:center}.filter-group label{font-weight:600;font-size:.9rem;color:#495057}.analytics-config{margin-bottom:1.5rem;padding:1rem;background:#f1f3f4;border-radius:6px;border:1px solid #dee2e6}.config-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.config-header h3{margin:0;color:#495057;font-size:1.1rem}.config-row{display:flex;grid-gap:1rem;gap:1rem;align-items:center;margin-bottom:.5rem}.analytics-select,.config-row .p-dropdown{flex:1 1;min-width:150px}.analytics-select{width:100%;padding:.75rem;border:1px solid #dee2e6;border-radius:6px;background-color:#fff;color:#495057;font-size:1rem;line-height:1.5;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.analytics-select:focus{border-color:#667eea;outline:0;box-shadow:0 0 0 .2rem rgba(102,126,234,.25)}.analytics-select:disabled{background-color:#e9ecef;opacity:1;color:#6c757d;cursor:not-allowed}.analytics-select option{padding:.5rem}.analytics-cards{margin-bottom:1.5rem;padding:1rem;background:#f8f9fa;border-radius:6px;border:1px solid #e9ecef;flex-shrink:0}.analytics-cards h3{margin:0;color:#495057;font-size:1.1rem}.analytics-config-section{margin-bottom:2rem}.config-header-compact{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding:.75rem;background:#fff;border-radius:6px;border:1px solid #dee2e6}.config-count{font-size:.9rem;color:#6c757d;font-style:italic}.inline-config-editor{background:#f8f9fa;border:1px solid #dee2e6;border-radius:6px;padding:1rem;margin:1rem 0;position:relative;z-index:100;box-shadow:0 4px 12px rgba(0,0,0,.15)}.inline-config-editor h5{margin:0 0 1rem;color:#495057;font-size:.9rem;font-weight:600}.config-actions{display:flex;grid-gap:.5rem;gap:.5rem}.config-header-inline{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid #dee2e6}.config-header-inline h4{margin:0;color:#495057;font-size:1rem;font-weight:600}.analytics-results-section{margin-top:.5rem;max-height:25vh;overflow-y:auto}.analytics-loading{display:flex;justify-content:center;align-items:center;height:100px}.cards-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));grid-gap:1rem;gap:1rem}.cards-grid .analytics-card,.cards-grid .analytics-card.p-card,.cards-grid .p-card.analytics-card{position:relative!important;background:linear-gradient(135deg,#1e3c72,#2a5298)!important;border:none!important;border-radius:16px!important;box-shadow:0 8px 32px rgba(30,60,114,.3),0 4px 16px rgba(0,0,0,.15)!important;overflow:hidden!important;transition:transform .2s ease,box-shadow .2s ease!important;color:#fff!important}.cards-grid .analytics-card.p-card:hover,.cards-grid .analytics-card:hover,.cards-grid .p-card.analytics-card:hover{transform:translateY(-4px)!important;box-shadow:0 12px 40px rgba(30,60,114,.4),0 6px 20px rgba(0,0,0,.2)!important}.analytics-card .p-card-body,.analytics-card.p-card .p-card-body,.p-card.analytics-card .p-card-body{padding:1.5rem!important;background:transparent!important;border-radius:0!important}.analytics-card .p-card-content,.analytics-card.p-card .p-card-content,.p-card.analytics-card .p-card-content{background:transparent!important;color:#fff!important;border-radius:0!important;overflow:visible!important}.analytics-card .p-card-header,.analytics-card.p-card .p-card-header,.p-card.analytics-card .p-card-header{background:transparent!important;color:#fff!important;border-bottom:none!important;border-radius:0!important}.card-header-with-controls{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.card-title-section{flex:1 1}.card-controls{flex-shrink:0;margin-left:.5rem}.card-edit-btn{min-width:auto!important;width:32px!important;height:32px!important;padding:0!important;color:hsla(0,0%,100%,.9)!important;background:rgba(0,0,0,.2)!important;border:1px solid hsla(0,0%,100%,.3)!important;border-radius:50%!important;font-size:.9rem!important;position:relative;z-index:50;pointer-events:auto}.card-edit-btn:hover{background:rgba(0,0,0,.4)!important;color:#fff!important;border-color:hsla(0,0%,100%,.5)!important;transform:scale(1.1);transition:all .2s ease}.card-edit-btn:focus{background:rgba(0,0,0,.3)!important;box-shadow:0 0 0 2px hsla(0,0%,100%,.3)!important}.card-content h4{margin:0 0 .5rem;font-size:1rem;font-weight:600;text-transform:capitalize;color:#fff!important}.analytics-card .metadata,.analytics-card .operation-label,.analytics-card .result-value,.analytics-card .value-count,.analytics-card .value-name,.analytics-card .value-percentage,.analytics-card div,.analytics-card h4,.analytics-card h5,.analytics-card p,.analytics-card span{color:#fff!important;overflow:visible!important;border-radius:0!important}.analytics-card .card-content,.analytics-card .card-header-with-controls{padding:.5rem!important;margin:0!important;overflow:visible!important}.analytics-card .p-card-body{position:relative!important;z-index:1!important}.cards-grid .analytics-card{z-index:10;pointer-events:auto}.card-controls,.card-header-with-controls{position:relative;z-index:60;pointer-events:auto}.config-actions{position:relative;z-index:200;pointer-events:auto}.config-actions .p-button{pointer-events:auto;position:relative;z-index:201}.operation-label{font-size:.8rem;opacity:.8;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.5px}.result-value{font-size:2rem;font-weight:700;margin-bottom:.5rem;text-shadow:0 2px 4px rgba(0,0,0,.1)}.metadata{font-size:.8rem;opacity:.9;font-style:italic}.distribution-card{min-height:200px}.distribution-results{display:flex;flex-direction:column;grid-gap:.25rem;gap:.25rem;margin:.5rem 0}.distribution-item{display:flex;justify-content:space-between;align-items:center;padding:.3rem 0;border-bottom:1px solid hsla(0,0%,100%,.15)}.distribution-item:last-child{border-bottom:none}.value-name{font-weight:600;flex:1 1;margin-right:1rem;word-break:break-word;max-width:60%}.value-stats{display:flex;flex-direction:column;align-items:flex-end;text-align:right}.value-count{font-size:.8rem;opacity:.8;margin-bottom:.1rem}.value-percentage{font-weight:700;font-size:1.1rem;color:hsla(0,0%,100%,.9)}.distribution-more{text-align:center;font-size:.8rem;opacity:.7;font-style:italic;padding:.5rem;border-top:1px solid hsla(0,0%,100%,.1)}.analytics-results-section::-webkit-scrollbar,.controls-content::-webkit-scrollbar{width:8px}.analytics-results-section::-webkit-scrollbar-track,.controls-content::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.analytics-results-section::-webkit-scrollbar-thumb,.controls-content::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}.analytics-results-section::-webkit-scrollbar-thumb:hover,.controls-content::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.analytics-results-section,.controls-content{scrollbar-width:thin;scrollbar-color:#c1c1c1 #f1f1f1}.variable-controls{margin-bottom:1.5rem;padding:1rem;background:#f8f9fa;border-radius:6px;border:1px solid #e9ecef}.variable-controls h3{margin:0;color:#495057;font-size:1.1rem}.controls-header-main{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.controls-summary{display:flex;align-items:center;grid-gap:.5rem;gap:.5rem}.visible-count{font-size:.9rem;color:#6c757d;font-style:italic}.toggle-button{min-width:auto!important;width:32px!important;height:32px!important;padding:0!important;position:relative;z-index:10;pointer-events:auto}.toggle-button:hover{background-color:#f1f3f4!important}.toggle-button:focus{box-shadow:0 0 0 2px rgba(102,126,234,.2)!important}.controls-content{border-top:1px solid #dee2e6;padding-top:1rem;animation:slideDown .3s ease-out;max-height:40vh;overflow-y:auto;position:relative}.controls-content:after{content:"";position:-webkit-sticky;position:sticky;bottom:0;left:0;right:0;height:10px;background:linear-gradient(transparent,rgba(248,249,250,.8));pointer-events:none;z-index:1}.controls-header{display:flex;grid-gap:1rem;gap:1rem;align-items:center;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #dee2e6}.variable-toggles{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));grid-gap:.75rem;gap:.75rem;max-height:200px;overflow-y:auto}.checkbox-label,.variable-toggle{display:flex;align-items:center}.checkbox-label{cursor:pointer;font-size:.9rem;color:#495057;-webkit-user-select:none;user-select:none;position:relative;padding-left:1.5rem}.variable-checkbox{position:absolute;left:0;opacity:0;cursor:pointer}.checkmark{position:absolute;left:0;height:16px;width:16px;background-color:#fff;border:2px solid #dee2e6;border-radius:3px;transition:all .2s ease}.variable-checkbox:checked~.checkmark{background-color:#667eea;border-color:#667eea}.checkmark:after{content:"";position:absolute;display:none;left:4px;top:1px;width:4px;height:8px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}.variable-checkbox:checked~.checkmark:after{display:block}.checkbox-label:hover .checkmark{border-color:#667eea;background-color:#f8f9ff}.cases-grid{flex:1 1;min-height:400px;display:flex;flex-direction:column;margin-bottom:2rem;padding-bottom:1rem}.cases-grid h3{margin:0;color:#495057;font-size:1.1rem}.grid-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;flex-wrap:wrap;grid-gap:1rem;gap:1rem}.export-buttons{display:flex;grid-gap:.5rem;gap:.5rem}.export-btn{font-size:.9rem;padding:.5rem 1rem;border-color:#667eea;color:#667eea}.export-btn:hover{background-color:#667eea;color:#fff;border-color:#5a67d8}.export-btn:disabled{opacity:.5;cursor:not-allowed}.cases-grid .p-datatable{border:1px solid #e9ecef;border-radius:6px;width:100%;margin-bottom:2rem}.cases-analytics{box-sizing:border-box}.cases-wrp2,.cases-wrp2-ext{min-height:calc(100vh - 100px)!important;margin-bottom:4rem!important}.cases-wrp2,.cases-wrp2-ext,.p-tabview-panel{height:auto!important;overflow:visible!important;padding-bottom:4rem!important}.p-tabview-panel{min-height:calc(100vh - 200px)!important}.p-tabview-panels{min-height:calc(100vh - 200px)!important}.p-tabview,.p-tabview-panels{height:auto!important;overflow:visible!important}.p-tabview{min-height:calc(100vh - 150px)!important}#root,.app-container,body,html{height:100vh!important;overflow:hidden!important}.app-container{max-height:100vh!important}.body{height:calc(100vh - 60px)!important;max-height:calc(100vh - 60px)!important;overflow-y:auto!important}.page-container{padding-bottom:4rem!important}.app-wrapper,.page-container{height:100%!important;max-height:100%!important;overflow-y:auto!important}#root,.App,.content-wrapper,.dashboard-layout,.main-content,div[style*="height: 100vh"],div[style*="max-height: 100vh"]{min-height:100vh!important;height:auto!important;overflow:visible!important}div[style*="height: 100vh"],div[style*="max-height: 100vh"]{max-height:none!important}.cases-grid .p-datatable-wrapper{margin-bottom:3rem}.cases-grid .p-datatable .p-datatable-thead>tr>th{background:#f8f9fa;border-bottom:1px solid #dee2e6;font-weight:600;color:#495057;font-size:.9rem;white-space:nowrap;min-width:120px;padding:.75rem}.cases-grid .p-datatable .p-datatable-tbody>tr>td{font-size:.9rem;padding:.75rem;border-bottom:1px solid #f1f3f4;border-right:1px solid #f1f3f4;white-space:nowrap;min-width:120px;max-width:250px;overflow:hidden;text-overflow:ellipsis}.cases-grid .p-datatable .p-datatable-tbody>tr:hover{background:#f8f9fa}.cases-variables-table,.cases-variables-table .p-datatable-wrapper{overflow-x:auto}.cases-variables-table .p-datatable-table{min-width:100%;width:-webkit-max-content;width:max-content}.cases-variables-table .p-column-header-content{white-space:nowrap}.cases-grid{width:100%}.cases-grid,.cases-grid .p-datatable-scrollable .p-datatable-scroll{overflow-x:auto}@media (max-width:768px){.filter-row{flex-direction:column;align-items:stretch}.filter-group{min-width:auto;width:100%}.config-row{flex-direction:column}.config-row .p-dropdown{min-width:auto;width:100%}.cards-grid{grid-template-columns:1fr}.controls-header-main{flex-direction:column;align-items:stretch;grid-gap:.5rem;gap:.5rem}.controls-summary{justify-content:space-between;width:100%}.controls-header{flex-direction:column;align-items:stretch;grid-gap:.5rem;gap:.5rem}.variable-toggles{grid-template-columns:1fr;max-height:150px}.grid-header{flex-direction:column;align-items:stretch}.export-buttons{justify-content:center}.export-btn{flex:1 1;max-width:150px}.config-header-inline{flex-direction:column;align-items:stretch;grid-gap:1rem;gap:1rem}.config-header-compact{flex-direction:column;align-items:stretch;grid-gap:.5rem;gap:.5rem}.card-header-with-controls{flex-direction:row;align-items:center}.card-controls{margin-left:.25rem}}.p-datatable .p-datatable-loading-overlay{background:hsla(0,0%,100%,.9)}.p-progress-spinner{width:50px;height:50px}.p-button.p-button-primary{background:#667eea;border-color:#667eea}.p-button.p-button-primary:hover{background:#5a67d8;border-color:#5a67d8}.p-button.p-button-success{background:#48bb78;border-color:#48bb78}.p-button.p-button-danger{background:#f56565;border-color:#f56565}.p-multiselect-token{background:#e2e8f0;color:#4a5568;border-radius:4px;padding:.25rem .5rem;font-size:.8rem}.p-calendar .p-inputtext{border:1px solid #d1d5db;border-radius:4px;padding:.5rem}.p-calendar .p-inputtext:focus{border-color:#667eea;box-shadow:0 0 0 2px rgba(102,126,234,.1)}.view-toggle-buttons{grid-gap:4px;gap:4px;margin:0 8px}.view-toggle-btn{background-color:#f8f9fa!important;border:1px solid #dee2e6!important;min-width:auto!important;border-radius:4px!important}.view-toggle-btn:hover{background-color:#e9ecef!important}.view-toggle-btn.active{background-color:#3e678e!important;border-color:#3e678e!important}.frontdesk-cards-container{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:20px;gap:20px;padding:20px 0;max-height:80vh;overflow-y:auto}.empty-cards-message{grid-column:1/-1;text-align:center;padding:40px;color:#6c757d}.frontdesk-card-wrapper{width:280px;border-radius:12px;background-color:#f8f9fa;box-shadow:0 2px 8px rgba(1,41,57,.1);transition:all .2s ease;overflow:hidden}.frontdesk-card-wrapper:hover{box-shadow:0 4px 12px rgba(1,41,57,.15);transform:translateY(-2px)}.frontdesk-card-header{display:flex;align-items:center;padding:16px;background-color:#22384d;color:#fff}.frontdesk-card-header-left{margin-right:12px;display:flex;align-items:center;justify-content:center}.frontdesk-card-header-right{flex:1 1;min-width:0}.frontdesk-card-title{margin:0 0 4px;font-size:16px;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#fff}.frontdesk-card-id{margin:0;font-size:12px;color:#b8c5d1;font-family:monospace}.frontdesk-card-body{padding:16px;display:flex;flex-direction:column;grid-gap:12px;gap:12px}.frontdesk-card-case-type,.frontdesk-card-description{display:flex;flex-direction:column;grid-gap:4px;gap:4px}.frontdesk-card-subtitle{margin:0;font-size:11px;font-weight:600;color:#6c757d;text-transform:uppercase;letter-spacing:.5px}.frontdesk-card-text{margin:0;font-size:14px;color:#495057;line-height:1.4;max-height:40px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.frontdesk-card-footer{display:flex;justify-content:center;align-items:center;padding:12px 16px;background-color:#f1f3f4;border-top:1px solid #dee2e6;grid-gap:8px;gap:8px}.frontdesk-card-action-btn{padding:8px!important;background-color:initial!important;border:1px solid #dee2e6!important;color:#6c757d!important;border-radius:6px!important;min-width:36px!important;min-height:36px!important;display:flex!important;align-items:center!important;justify-content:center!important;transition:all .2s ease!important}.frontdesk-card-action-btn:hover{transform:translateY(-1px)!important}.frontdesk-card-action-btn:hover,.frontdesk-card-view-btn{background-color:#3e678e!important;color:#fff!important;border-color:#3e678e!important}.frontdesk-card-view-btn:hover{background-color:#2a4a6b!important;border-color:#2a4a6b!important}.frontdesk-card-qr-btn{background-color:#f8f9fa!important;border:1px solid #3e678e!important}.frontdesk-card-qr-btn:hover{background-color:#3e678e!important}.frontdesk-card-qr-btn .frontdesk-card-icon{filter:brightness(0) saturate(100%) invert(27%) sepia(51%) saturate(2878%) hue-rotate(346deg) brightness(104%) contrast(97%)}.frontdesk-card-qr-btn:hover .frontdesk-card-icon{filter:brightness(0) saturate(100%) invert(100%)}.frontdesk-card-icon{height:16px;width:16px}@media screen and (max-width:1200px){.frontdesk-cards-container{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));grid-gap:16px;gap:16px}.frontdesk-card-wrapper{width:100%;min-width:260px}}@media screen and (max-width:900px){.frontdesk-cards-container{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));grid-gap:12px;gap:12px;padding:16px 0}.frontdesk-card-wrapper{min-width:240px}.view-toggle-buttons{margin:0 4px}}@media screen and (max-width:570px){.frontdesk-cards-container{grid-template-columns:1fr;grid-gap:12px;gap:12px}.frontdesk-card-wrapper{width:100%;min-width:auto}}.typeTemplateChip{padding:4px;border-radius:10px;text-align:center;color:#fff!important;font-size:800!important}.flex-left-container{display:flex;flex-direction:column;justify-content:space-between;align-items:center;width:100%;height:100%}.settings-cls{margin:0!important;height:28px!important}.settings-cls,.settings-cls:hover{background:transparent!important}.hide-sidebar{position:absolute;top:70px;right:10px;background-color:rgba(62,103,142,.7803921568627451)!important;border-radius:50px!important}.hide-sidebar:hover{border-radius:50px!important;background-color:#f04!important;opacity:.8!important}.hide-sidebar-extended{position:absolute;background-color:rgba(62,103,142,.7803921568627451)!important;border-radius:50px!important;top:70px;right:calc(20vw + 10px)}.hide-sidebar-extended:hover{border-radius:50px!important;background-color:#f04!important;opacity:.8!important}.builder-template-wrapper{height:100%;width:100%}.flex-header{display:flex;justify-content:space-between;align-items:center;width:100vw;padding-right:2vw}.header-btn{margin-right:0!important}.header-btn,.header-btn:hover{background-color:initial!important}.header-btn:hover{opacity:.8!important}.flex-left-container2{width:calc(100% - 40px);height:calc(100% - 20px);margin-left:20px}.flex-left-container2,.flex-left-container3{display:flex;flex-direction:column;grid-gap:1vw;gap:1vw}.flex-left-container3{width:100%;height:100%;margin-right:20px;background-color:rgba(51,62,84,.09019607843137255)}.empty-cls{display:flex;flex-direction:column;grid-gap:2vw;gap:2vw;height:100%;width:100%;justify-content:center;align-items:center}.badge-page{background-color:rgba(146,172,228,.315);border-radius:50%;margin-right:1vw;padding:3px 5px}.page-wrapper{display:flex;flex-direction:column;background-color:initial}.flex-pager2{margin-top:1vw;display:flex;align-items:center;text-align:flex-start;width:100%;grid-gap:1vw;gap:1vw}.active-btn{background-color:red!important;margin-top:300px!important}.sebasEnd{background-color:rgba(255,0,0,.02)!important;margin-right:20px!important}.page-wrap{width:100%;height:30px!important;color:rgba(51,62,84,.8235294117647058)!important;align-items:center;padding:0 0 0 10px!important;border-radius:2px;display:flex;justify-content:space-between;margin:0 0 1vw!important}.start-badge{background-color:#9bb7df}.end-badge,.start-badge{border-radius:10px;padding:3px 5px;font-size:.5em;color:#fff;margin-left:1vw}.end-badge{background-color:#565a61}.active-badge{background-color:#f04;border-radius:10px;padding:3px 5px;font-size:.5em;color:#fff;margin-left:1vw}.borderStart{border-bottom:1px solid #c0d2eb!important}.borderEnd{border-bottom:1px solid #565a61!important}.page-wrap:hover{background-color:rgba(126,131,131,.129)!important}.pager-title{margin:0;height:20px}.pager-options{margin:0!important;width:22px!important}.pager-add-btn,.pager-options{background-color:initial!important}.pager-add-btn{text-decoration:underline!important;color:#000!important}.pager-options:hover{margin:0!important;background-color:initial!important;cursor:pointer}.template-content{display:flex;justify-content:center;align-items:center;background-color:rgba(216,206,206,.036);height:90vh;width:100%;margin-top:30px;color:rgba(0,0,0,.202)!important}.create-template-container{display:flex;flex-direction:column;height:100vh;width:100vw}.create-template-body{display:flex;height:100vh;width:100vw;justify-content:center;align-items:center}.create-template-empty{display:none}.layout{width:100vw;height:100vh;display:grid;grid:"header header header" auto "leftSide body rightSide" 1fr/auto 1fr auto;grid-gap:0;gap:0}.header{grid-area:header;display:flex;width:100%;height:60px;justify-content:flex-start;align-items:center;background:#22384d;background:linear-gradient(125deg,#22384d 60%,#3e678e 130%)}.leftSide{grid-area:leftSide;background:rgba(34,56,77,.05);width:20vw}.body{grid-area:body}.body,.rightSide{background:rgba(34,56,77,.1)}.rightSide{grid-area:rightSide;width:20vw}@media screen and (max-width:1024px){.create-template-container{display:flex;height:100vh;width:100vw;justify-content:center;align-items:center}.create-template-body{display:none}.create-template-empty{text-align:center;display:flex;height:100vh;width:100vw;flex-direction:column;grid-gap:20px;gap:20px;color:#fff;justify-content:center;align-items:center;background:#22384d!important;background-image:url(https://cdn.houndsoftware.net/assetstmp/clouds.png)!important;background-position:10% 30%!important;padding:20px}.create-text{max-width:300px}}.forms-block{height:100%;width:100%;padding-top:.5vw;margin:0 auto}.action-wrapper,.forms-block{display:flex;justify-content:center}.action-wrapper{flex-direction:row;min-width:200px}.qr-code{height:18px;width:18px}@media screen and (max-width:1450px){.forms-block{width:calc(100vw - 300px)}}@media screen and (max-width:900px){.forms-block{width:calc(100vw - 110px);margin:0 20px}}.rag-ai-container{width:100%;flex-direction:column;background:var(--surface-ground,#f8f9fa);padding-bottom:3rem}.rag-ai-container,.rag-ai-content{height:auto;min-height:100%;display:flex}.rag-ai-content{flex:1 1;padding:0;overflow:visible;flex-direction:column}.rag-ai-container .rag-contexts-container{height:auto;min-height:100%;flex:1 1;overflow:visible}.project-form{padding:20px}.project-form .form-grid{display:flex;flex-direction:column;grid-gap:16px;gap:16px}.project-form .form-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px}.project-form .form-field{display:flex;flex-direction:column;grid-gap:4px;gap:4px}.project-form .form-field.full-width{grid-column:1/-1}.project-form .form-field label{font-weight:600;color:#374151;font-size:14px}.project-form .form-select{padding:8px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;background-color:#fff;transition:border-color .2s ease;height:40px}.project-form .form-select[size]{height:auto;min-height:120px;max-height:200px}.project-form .form-select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.project-form .form-select.p-invalid{border-color:#ef4444}.project-form .p-inputnumber input,.project-form .p-inputtext,.project-form .p-inputtextarea{border:1px solid #d1d5db;border-radius:6px;padding:8px 12px;font-size:14px;transition:border-color .2s ease;height:40px}.project-form .p-inputnumber input:focus,.project-form .p-inputtext:focus,.project-form .p-inputtextarea:focus{border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.project-form .p-inputtextarea{height:auto;resize:vertical;min-height:80px}.project-form .p-inputnumber{width:100%}.project-form .p-dropdown{width:100%;border:1px solid #d1d5db;border-radius:6px;transition:border-color .2s ease}.project-form .p-dropdown:focus-within{border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.project-form .p-dropdown.p-invalid{border-color:#ef4444}.customer-option{padding:8px 0}.customer-option .customer-name{font-weight:600;color:#374151;font-size:14px}.customer-option .customer-email{font-size:12px;color:#6b7280;margin-top:2px}.dialog-footer{grid-gap:8px;gap:8px;padding:16px 20px;background-color:#f9fafb;border-top:1px solid #e5e7eb;margin:0 -20px -20px;border-radius:0 0 6px 6px}.dialog-loading-overlay{background-color:hsla(0,0%,100%,.8)}@media (max-width:768px){.project-form .form-row{grid-template-columns:1fr}}.projects-container{position:absolute!important;top:0!important;left:0!important;right:0!important;bottom:0!important;display:flex!important;flex-direction:column!important;background:#f8f9fa}.projects-table-wrapper{margin:0 16px 16px;background:#fff;border:1px solid #e9ecef;border-radius:6px;box-shadow:0 1px 3px rgba(0,0,0,.1)}.projects-table-wrapper,.projects-table.p-datatable{flex:1 1!important;display:flex!important;flex-direction:column!important;min-height:0!important;overflow:hidden}.projects-table .p-datatable-wrapper{flex:1 1!important;min-height:0!important;overflow-y:auto!important}.projects-table-wrapper .p-paginator{flex-shrink:0;background:#fff;border:none;border-top:1px solid #e9ecef;border-radius:0;margin:0;padding:4px 12px;box-shadow:none;font-size:.7rem;display:flex;align-items:center;justify-content:flex-start;grid-gap:4px;gap:4px;min-height:32px}.projects-table-wrapper .p-paginator .p-paginator-left-content{margin-right:8px;font-size:.7rem;white-space:nowrap}.projects-table-wrapper .p-paginator .p-paginator-pages .p-paginator-page{min-width:24px;height:24px;font-size:.7rem}.projects-table-wrapper .p-paginator .p-paginator-first,.projects-table-wrapper .p-paginator .p-paginator-last,.projects-table-wrapper .p-paginator .p-paginator-next,.projects-table-wrapper .p-paginator .p-paginator-prev{min-width:24px;height:24px}.projects-table-wrapper .p-paginator .p-dropdown{min-width:52px!important;width:52px!important;height:24px;margin-left:8px}.projects-table-wrapper .p-paginator .p-dropdown .p-dropdown-label{padding:2px 4px;font-size:.7rem}.projects-table-wrapper .p-paginator .p-dropdown .p-dropdown-trigger{width:18px}.projects-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;height:400px;grid-gap:16px;gap:16px;color:#666}.projects-filters{background:#fff;margin:8px 16px;border:1px solid #e9ecef;border-radius:4px;padding:8px;box-shadow:0 1px 2px rgba(0,0,0,.08)}.filter-row{grid-gap:6px;gap:6px}.stage-item,.status-item{min-width:90px}.priority-item{min-width:80px}.view-mode-toggle.p-selectbutton{display:flex!important;flex-direction:row!important;border:1px solid #e9ecef;border-radius:4px;overflow:hidden}.view-mode-toggle.p-selectbutton .p-button{padding:4px 8px;border:none;background:#f8f9fa;color:#6c757d;transition:all .2s ease;min-width:28px;height:28px;font-size:.75rem}.view-mode-toggle.p-selectbutton .p-button:hover{background:#e9ecef}.view-mode-toggle.p-selectbutton .p-button.p-highlight{background:#007bff;color:#fff}.projects-table-header{display:flex;justify-content:space-between;align-items:center;margin:0 16px;padding:4px 0}.view-mode-toggle-corner{margin-left:auto}.view-mode-toggle-corner .p-selectbutton{border:1px solid #e9ecef;border-radius:6px;overflow:hidden;box-shadow:0 1px 2px rgba(0,0,0,.05);display:flex;flex-direction:row}.view-mode-toggle-corner .p-selectbutton .p-togglebutton{display:flex;flex-direction:row}.view-mode-toggle-corner .p-selectbutton .p-button{padding:6px 8px;border:none;background:#f8f9fa;color:#6c757d;transition:all .2s ease;min-width:32px;font-size:.8rem;display:inline-flex;align-items:center;justify-content:center;height:32px}.view-mode-toggle-corner .p-selectbutton .p-button:hover{background:#e9ecef;color:#495057}.view-mode-toggle-corner .p-selectbutton .p-button.p-highlight{background:#007bff;color:#fff}.projects-table{flex:1 1;margin:0 16px 12px;background:#fff;border:1px solid #e9ecef;border-radius:6px;box-shadow:0 1px 3px rgba(0,0,0,.1);overflow:hidden}.projects-table .p-datatable-table{table-layout:fixed;width:100%}.projects-table .p-datatable-tbody>tr>td,.projects-table .p-datatable-thead>tr>th{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.projects-table .p-datatable-tbody>tr>td:first-child,.projects-table .p-datatable-thead>tr>th:first-child{width:22%;min-width:100px;white-space:normal}.projects-table .p-datatable-tbody>tr>td:nth-child(2),.projects-table .p-datatable-tbody>tr>td:nth-child(3),.projects-table .p-datatable-thead>tr>th:nth-child(2),.projects-table .p-datatable-thead>tr>th:nth-child(3){width:13%;min-width:60px}.projects-table .p-datatable-tbody>tr>td:nth-child(4),.projects-table .p-datatable-thead>tr>th:nth-child(4){width:15%;min-width:70px}.projects-table .p-datatable-tbody>tr>td:nth-child(5),.projects-table .p-datatable-tbody>tr>td:nth-child(6),.projects-table .p-datatable-thead>tr>th:nth-child(5),.projects-table .p-datatable-thead>tr>th:nth-child(6){width:11%;min-width:50px}.projects-table .p-datatable-tbody>tr>td:last-child,.projects-table .p-datatable-thead>tr>th:last-child{width:15%;min-width:55px}.projects-table .p-datatable-header{background:#f8f9fa;border-bottom:1px solid #e9ecef;padding:8px 12px}.projects-table .p-datatable-thead>tr>th{background:#bbdefb!important;color:#1565c0!important;font-weight:600;border-bottom:2px solid #90caf9!important;padding:6px 8px;font-size:.75rem}.projects-table .p-datatable-tbody>tr>td{padding:8px;border-bottom:1px solid #f1f3f4;font-size:.8rem}.projects-table .p-datatable-tbody>tr:hover{background:#f8f9fa}.project-name-cell{cursor:pointer;transition:background-color .2s;padding:4px;border-radius:3px}.project-name-cell:hover{background-color:#f5f5f5}.project-name-cell:focus{outline:2px solid #007ad9;background-color:#f0f8ff}.project-info{display:flex;flex-direction:column;grid-gap:2px;gap:2px}.project-name{font-size:.85rem;color:#333;font-weight:600}.project-meta{display:flex;grid-gap:8px;gap:8px;font-size:.7rem;color:#666}.customer-name,.product-type{display:flex;align-items:center;grid-gap:2px;gap:2px}.customer-info-cell{display:flex;flex-direction:column;grid-gap:2px;gap:2px}.customer-main-info{display:flex;align-items:center;grid-gap:6px;gap:6px}.customer-icon{font-size:.9rem;flex-shrink:0}.customer-name-text{font-size:.8rem;color:#333;font-weight:500;flex:1 1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.customer-type-row{display:flex;justify-content:flex-start;margin-left:20px}.customer-type-badge{font-size:.65rem;padding:1px 4px;border-radius:8px;font-weight:500;text-transform:capitalize;flex-shrink:0}.customer-type-badge.business{background:#e3f2fd;color:#1565c0;border:1px solid #bbdefb}.customer-type-badge.individual{background:#f3e5f5;color:#7b1fa2;border:1px solid #e1bee7}.customer-unknown{font-size:.75rem;color:#f57c00;font-weight:500}.compact-text{font-size:.7rem;color:#495057;font-weight:400}.stage-cell{display:flex;flex-direction:column;grid-gap:4px;gap:4px;align-items:flex-start}.projects-table .stage-cell .p-chip,.projects-table .stage-cell .stage-chip,.stage-chip{font-size:.7rem;padding:2px 6px;border-radius:8px!important;font-weight:500}.stage-chip.stage-lead{background:#f8f9fa;color:#6c757d;border:1px solid #dee2e6}.stage-chip.stage-prospect{background:#d1ecf1;color:#0c5460;border:1px solid #bee5eb}.stage-chip.stage-customer{background:#d4edda;color:#155724;border:1px solid #c3e6cb}.stage-chip.stage-ex-customer{background:#fff3cd;color:#856404;border:1px solid #faeaa3}.stage-date{font-size:.65rem;color:#999}.kanban-placeholder{display:flex;flex-direction:column;align-items:center;padding:40px 20px;background:#fff;border:1px solid #e0e0e0;border-radius:8px;text-align:center}.kanban-placeholder h3{margin:0 0 8px;color:#333;font-size:1.5rem}.kanban-placeholder p{margin:0 0 24px;color:#666;font-size:1rem}.kanban-preview{width:100%;max-width:800px}.kanban-columns{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:16px;gap:16px;margin-top:20px}.kanban-column{background:#f8f9fa;border:2px dashed #dee2e6;border-radius:8px;padding:16px;text-align:center}.kanban-column h4{margin:0 0 12px;color:#495057;font-size:.9rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.stage-group{display:flex;flex-direction:column;grid-gap:6px;gap:6px}.stage-group span{padding:4px 8px;background:#fff;border:1px solid #e9ecef;border-radius:4px;font-size:.8rem;color:#6c757d}.projects-table .p-badge{white-space:nowrap!important;min-width:-webkit-fit-content!important;min-width:-moz-fit-content!important;min-width:fit-content!important;padding:4px 8px!important;font-size:.75rem!important;line-height:1.2!important;display:inline-flex!important;align-items:center!important;height:auto!important;min-height:22px!important}.projects-table .p-datatable-tbody .p-badge{overflow:hidden;text-overflow:ellipsis;max-width:120px}.p-button-sm{font-size:.75rem!important;padding:4px 8px!important;height:28px!important;min-width:auto!important}.p-button-sm .pi{font-size:.7rem!important}.p-button-sm.p-button-text{padding:2px 4px!important;min-width:24px!important}@media (max-width:768px){.projects-filters{margin:12px 16px;padding:16px}.projects-table-header{margin:0 16px;padding:6px 0}.projects-table-wrapper{margin:0 16px 12px}.filter-row{flex-direction:column;align-items:stretch;grid-gap:12px;gap:12px}.priority-item,.search-item,.stage-item,.status-item{min-width:unset}.view-controls{margin-left:0;justify-content:flex-start}.view-mode-toggle-corner .p-selectbutton .p-button{padding:6px 8px;min-width:32px;font-size:.85rem}.project-meta{flex-direction:column;grid-gap:4px;gap:4px}.kanban-columns{grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}.sortable-header{font-size:.8rem}.projects-table .p-badge{font-size:.6rem!important;padding:2px 4px!important;max-width:70px}.projects-table .p-datatable-tbody>tr>td:first-child,.projects-table .p-datatable-thead>tr>th:first-child{min-width:90px}.projects-table .stage-cell .p-chip,.projects-table .stage-cell .stage-chip,.stage-chip{font-size:.6rem;padding:1px 4px}.customer-type-badge{font-size:.55rem;padding:0 3px}}@media (max-width:576px){.projects-table-wrapper{margin:0 8px 8px}.projects-filters{margin:8px;padding:8px}.projects-table .p-datatable-tbody>tr>td:first-child,.projects-table .p-datatable-thead>tr>th:first-child{width:20%;min-width:70px}.projects-table .p-datatable-tbody>tr>td:nth-child(2),.projects-table .p-datatable-tbody>tr>td:nth-child(3),.projects-table .p-datatable-tbody>tr>td:nth-child(4),.projects-table .p-datatable-thead>tr>th:nth-child(2),.projects-table .p-datatable-thead>tr>th:nth-child(3),.projects-table .p-datatable-thead>tr>th:nth-child(4){width:13%;min-width:45px}.projects-table .p-datatable-tbody>tr>td:nth-child(5),.projects-table .p-datatable-tbody>tr>td:nth-child(6),.projects-table .p-datatable-thead>tr>th:nth-child(5),.projects-table .p-datatable-thead>tr>th:nth-child(6){width:10%;min-width:40px}.projects-table .p-datatable-tbody>tr>td:last-child,.projects-table .p-datatable-thead>tr>th:last-child{width:14%;min-width:45px}.projects-table .p-badge{font-size:.55rem!important;padding:1px 2px!important;max-width:50px}.actions-cell .p-button{padding:2px 4px;min-width:24px;height:24px}.project-name{font-size:.75rem}.project-meta{font-size:.6rem;grid-gap:2px;gap:2px}.projects-table .stage-cell .p-chip,.projects-table .stage-cell .stage-chip,.stage-chip{font-size:.55rem;padding:1px 3px}.customer-type-badge{font-size:.5rem;padding:0 2px}.customer-name-text{font-size:.7rem}.compact-text{font-size:.6rem}.projects-table .p-datatable-thead>tr>th{font-size:.6rem;padding:4px}.projects-table .p-datatable-tbody>tr>td{padding:4px;font-size:.65rem}}@media (max-width:480px){.kanban-columns{grid-template-columns:1fr}}.customers-container{position:absolute!important;top:0!important;left:0!important;right:0!important;bottom:0!important;display:flex!important;flex-direction:column!important;background:#f8f9fa}.customers-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;height:400px;grid-gap:16px;gap:16px;color:#666}.customers-header{flex-shrink:0}.customers-filters{flex-shrink:0;background:#fff;margin:8px 16px;border:1px solid #e9ecef;border-radius:4px;padding:8px;box-shadow:0 1px 3px rgba(0,0,0,.1)}.industry-item,.type-item{min-width:90px}.size-item{min-width:80px}.search-input .p-inputtext{border:1px solid #ced4da}.customers-table-header{display:flex;justify-content:space-between;align-items:center;margin:0 16px;padding:4px 0}.customers-table-wrapper{margin:0 16px 16px;background:#fff;border:1px solid #e9ecef;border-radius:6px;box-shadow:0 1px 3px rgba(0,0,0,.1)}.customers-table-wrapper,.customers-table.p-datatable{flex:1 1!important;display:flex!important;flex-direction:column!important;min-height:0!important;overflow:hidden}.customers-table .p-datatable-wrapper{flex:1 1!important;min-height:0!important;overflow-y:auto!important}.customers-table .p-datatable-table{table-layout:fixed;width:100%}.customers-table .p-datatable-tbody>tr>td,.customers-table .p-datatable-thead>tr>th{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.customers-table .p-datatable-tbody>tr>td:first-child,.customers-table .p-datatable-thead>tr>th:first-child{width:30%;min-width:120px;white-space:normal}.customers-table .p-datatable-tbody>tr>td:nth-child(2),.customers-table .p-datatable-tbody>tr>td:nth-child(3),.customers-table .p-datatable-tbody>tr>td:nth-child(4),.customers-table .p-datatable-tbody>tr>td:nth-child(5),.customers-table .p-datatable-thead>tr>th:nth-child(2),.customers-table .p-datatable-thead>tr>th:nth-child(3),.customers-table .p-datatable-thead>tr>th:nth-child(4),.customers-table .p-datatable-thead>tr>th:nth-child(5){width:14%;min-width:70px}.customers-table .p-datatable-tbody>tr>td:last-child,.customers-table .p-datatable-thead>tr>th:last-child{width:14%;min-width:60px}.customers-table .p-datatable-header{background:#f8f9fa;border-bottom:1px solid #e9ecef;padding:8px 12px}.customers-table .p-datatable-thead>tr>th{background:#bbdefb!important;color:#1565c0!important;font-weight:600;border-bottom:2px solid #90caf9!important;padding:6px 8px;font-size:.75rem}.customers-table .p-datatable-tbody>tr>td{padding:8px;border-bottom:1px solid #f1f3f4;font-size:.8rem}.customers-table .p-datatable-tbody>tr:hover{background:#f8f9fa}.customer-name-cell{cursor:pointer;transition:background-color .2s;padding:4px;border-radius:3px}.customer-name-cell:hover{background-color:#f5f5f5}.customer-name-cell:focus{outline:2px solid #007ad9;background-color:#f0f8ff}.customer-info{display:flex;flex-direction:column;grid-gap:2px;gap:2px}.customer-name{font-size:.85rem;color:#333;font-weight:600}.customer-meta{display:flex;grid-gap:8px;gap:8px;font-size:.7rem;color:#666}.customer-email,.customer-phone,.customer-since{display:flex;align-items:center;grid-gap:2px;gap:2px}.customers-table-wrapper .p-paginator{flex-shrink:0;background:#fff;border:none;border-top:1px solid #e9ecef;border-radius:0;margin:0;padding:4px 12px;box-shadow:none;font-size:.7rem;display:flex;align-items:center;justify-content:flex-start;grid-gap:4px;gap:4px;min-height:32px}.customers-table-wrapper .p-paginator .p-paginator-left-content{margin-right:8px;font-size:.7rem;white-space:nowrap}.customers-table-wrapper .p-paginator .p-paginator-pages .p-paginator-page{min-width:24px;height:24px;font-size:.7rem}.customers-table-wrapper .p-paginator .p-paginator-first,.customers-table-wrapper .p-paginator .p-paginator-last,.customers-table-wrapper .p-paginator .p-paginator-next,.customers-table-wrapper .p-paginator .p-paginator-prev{min-width:24px;height:24px}.customers-table-wrapper .p-paginator .p-dropdown{min-width:52px!important;width:52px!important;height:24px;margin-left:8px}.customers-table-wrapper .p-paginator .p-dropdown .p-dropdown-label{padding:2px 4px;font-size:.7rem}.customers-table-wrapper .p-paginator .p-dropdown .p-dropdown-trigger{width:18px}@media (max-width:768px){.customers-filters{margin:12px 16px;padding:16px}.customers-table-header{margin:0 16px;padding:6px 0}.customers-table-wrapper{margin:0 16px 12px}.filter-row{flex-direction:column;align-items:stretch;grid-gap:12px;gap:12px}.industry-item,.search-item,.size-item,.type-item{min-width:unset}.view-controls{margin-left:0;justify-content:flex-start}.customer-meta{flex-direction:column;grid-gap:4px;gap:4px}.sortable-header{font-size:.8rem}.customers-table .p-badge{font-size:.65rem!important;padding:2px 4px!important;max-width:80px;overflow:hidden;text-overflow:ellipsis}.customers-table .p-datatable-tbody>tr>td:first-child,.customers-table .p-datatable-thead>tr>th:first-child{min-width:100px}}@media (max-width:576px){.customers-table-wrapper{margin:0 8px 8px}.customers-filters{margin:8px;padding:8px}.customers-table .p-datatable-tbody>tr>td:first-child,.customers-table .p-datatable-thead>tr>th:first-child{width:25%;min-width:80px}.customers-table .p-datatable-tbody>tr>td:last-child,.customers-table .p-datatable-tbody>tr>td:nth-child(2),.customers-table .p-datatable-tbody>tr>td:nth-child(3),.customers-table .p-datatable-tbody>tr>td:nth-child(4),.customers-table .p-datatable-tbody>tr>td:nth-child(5),.customers-table .p-datatable-thead>tr>th:last-child,.customers-table .p-datatable-thead>tr>th:nth-child(2),.customers-table .p-datatable-thead>tr>th:nth-child(3),.customers-table .p-datatable-thead>tr>th:nth-child(4),.customers-table .p-datatable-thead>tr>th:nth-child(5){width:15%;min-width:50px}.customers-table .p-badge{font-size:.6rem!important;padding:1px 3px!important;max-width:60px}.actions-cell .p-button{padding:2px 4px;min-width:24px;height:24px}.customer-name{font-size:.75rem}.customer-meta{font-size:.6rem;grid-gap:2px;gap:2px}.customer-since{display:none}.customers-table .p-datatable-thead>tr>th{font-size:.65rem;padding:4px 6px}.customers-table .p-datatable-tbody>tr>td{padding:6px;font-size:.7rem}}.cases-count-cell,.projects-count-cell{display:inline-block;transition:transform .2s ease}.cases-count-cell.clickable,.projects-count-cell.clickable{cursor:pointer}.cases-count-cell.clickable:hover,.projects-count-cell.clickable:hover{transform:scale(1.1)}.cases-count-cell .p-badge.p-badge-info,.projects-count-cell .p-badge.p-badge-info{background-color:#d1fae5!important;color:#047857!important;border:2px dotted #047857!important;border-radius:6px!important;min-width:24px!important;height:20px!important;display:flex!important;align-items:center!important;justify-content:center!important;font-weight:600!important;font-size:.75rem!important}.cases-count-cell .p-badge.p-badge-secondary,.projects-count-cell .p-badge.p-badge-secondary{background-color:#6c757d!important;color:#fff!important;border:none!important;border-radius:50%!important;min-width:18px!important;height:18px!important;display:flex!important;align-items:center!important;justify-content:center!important;font-weight:500!important;font-size:.7rem!important}.cases-count-cell.single-case .p-badge,.projects-count-cell.single-project .p-badge{background-color:#d1fae5!important;color:#047857!important;border:1px solid #047857!important;border-radius:6px!important;min-width:auto!important;height:20px!important;display:flex!important;align-items:center!important;justify-content:center!important;font-weight:600!important;font-size:.75rem!important;padding:2px 6px!important}.cases-count-cell.clickable:hover .p-badge:not(.p-badge-success),.cases-count-cell.single-case.clickable:hover .p-badge,.projects-count-cell.clickable:hover .p-badge:not(.p-badge-success),.projects-count-cell.single-project.clickable:hover .p-badge{background-color:#a7f3d0!important;border-color:#059669!important}.toolbar-left{display:flex;grid-gap:8px;gap:8px;align-items:center}.toolbar-title{font-size:.75rem;font-weight:600;color:#495057}.toolbar-search-input{padding:6px 10px;border:1px solid #ced4da;border-radius:4px;font-size:.8rem;min-width:250px;height:32px}.toolbar-search-input:focus{border-color:#007bff;box-shadow:0 0 0 .2rem rgba(0,123,255,.25);outline:none}.toolbar-right{display:flex;grid-gap:8px;gap:8px;align-items:center}.customers-toolbar.p-toolbar{background:#f8f9fa;border:none;border-bottom:1px solid #e9ecef;padding:8px 16px;border-radius:0}.customer-projects-dialog .p-dialog-content{padding:0!important}.customer-projects-header{display:flex;align-items:center;justify-content:space-between;width:100%;grid-gap:16px;gap:16px}.customer-projects-header h3{margin:0;color:#374151;font-size:1.2em;font-weight:600}.projects-count{background-color:#3b82f6;color:#fff;padding:4px 12px;border-radius:16px;font-size:.85em;font-weight:500}.customer-projects-table{margin:0}.customer-projects-table .project-name-cell{cursor:pointer;padding:8px 0;transition:background-color .2s ease}.customer-projects-table .project-name-cell:hover{background-color:rgba(59,130,246,.1);border-radius:4px}.customer-projects-table .project-info{display:flex;flex-direction:column;grid-gap:4px;gap:4px}.customer-projects-table .project-name{color:#1f2937;font-size:14px;font-weight:600}.customer-projects-table .project-meta{display:flex;grid-gap:8px;gap:8px;font-size:12px}.customer-projects-table .product-type{color:#6b7280}.customer-projects-table .stage-chip{font-size:11px;padding:2px 8px;border-radius:12px}.customer-projects-table .stage-chip.stage-lead{background-color:#f3f4f6;color:#6b7280}.customer-projects-table .stage-chip.stage-prospect{background-color:#dbeafe;color:#1d4ed8}.customer-projects-table .stage-chip.stage-customer{background-color:#d1fae5;color:#059669}.customer-projects-table .stage-chip.stage-ex-customer{background-color:#fef3c7;color:#d97706}.loading-container{padding:40px 20px;grid-gap:16px;gap:16px}.loading-container p{margin:0;color:#6b7280;font-size:14px}@media (max-width:768px){.customer-projects-header{flex-direction:column;align-items:flex-start;grid-gap:8px;gap:8px}.customer-projects-header h3{font-size:1em}.projects-count{align-self:flex-end}}.customer-cases-dialog{min-width:800px}.customer-cases-dialog .p-dialog-content{padding:0}.customer-cases-content{padding:1rem}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;text-align:center}.loading-container p{margin-top:1rem;color:#6c757d;font-size:1.1rem}.cases-table{margin-top:1rem}.case-id-cell{cursor:pointer;padding:.5rem;border-radius:4px;transition:all .2s ease}.case-id-cell:hover{background-color:#f8f9fa;transform:translateY(-1px)}.case-id-cell:active{transform:translateY(0)}.case-info{display:flex;flex-direction:column;grid-gap:.25rem;gap:.25rem}.case-id{font-weight:600;color:#495057;font-size:.95rem}.case-meta{display:flex;grid-gap:.5rem;gap:.5rem;align-items:center;flex-wrap:wrap}.customer-external-id{font-size:.8rem;color:#6c757d;background-color:#f8f9fa;padding:.1rem .4rem;border-radius:3px;border:1px solid #dee2e6}.amount-cell{text-align:right}.amount-value{font-weight:600;color:#28a745;font-family:"Courier New",monospace}.dates-cell{display:flex;flex-direction:column;grid-gap:.25rem;gap:.25rem}.date-info{display:flex;grid-gap:.5rem;gap:.5rem;font-size:.85rem}.date-label{color:#6c757d;font-weight:500;min-width:50px}.date-value{color:#495057}.last-contact-cell{text-align:center}.time-ago{font-size:.9rem;color:#6c757d;background-color:#f8f9fa;padding:.25rem .5rem;border-radius:12px;border:1px solid #dee2e6}.assignment-cell{display:flex;flex-direction:column;grid-gap:.25rem;gap:.25rem}.team-chip{background-color:#e3f2fd!important;color:#1976d2!important}.human-chip{background-color:#f3e5f5!important;color:#7b1fa2!important}.unassigned{font-size:.85rem;color:#6c757d;font-style:italic}.dialog-footer{grid-gap:.5rem;gap:.5rem;padding:1rem;border-top:1px solid #dee2e6}@media (max-width:768px){.customer-cases-dialog{min-width:auto;width:95vw!important}.case-info{grid-gap:.1rem;gap:.1rem}.case-meta{flex-direction:column;align-items:flex-start}.assignment-cell,.dates-cell{grid-gap:.1rem;gap:.1rem}}.cases-table .p-datatable-thead>tr>th{background-color:#f8f9fa;font-weight:600;color:#495057;border-bottom:2px solid #dee2e6}.cases-table .p-datatable-tbody>tr:hover{background-color:#f8f9fa}.cases-table .p-datatable-tbody>tr>td{border-bottom:1px solid #dee2e6;padding:.75rem .5rem}.cases-table .p-badge{font-size:.8rem;padding:.25rem .5rem;border-radius:12px}.cases-table .p-chip{font-size:.75rem;padding:.2rem .4rem;border-radius:8px}.contact-form{padding:0;margin:0}.contact-form .form-grid{display:flex;flex-direction:column;grid-gap:16px;gap:16px;padding:0}.contact-form .form-row{display:flex;grid-gap:16px;gap:16px;align-items:flex-end}.contact-form .form-field{display:flex;flex-direction:column;grid-gap:6px;gap:6px;flex:1 1}.contact-form .form-field.full-width{flex:1 1 100%}.contact-form .form-field label{font-size:.875rem;font-weight:600;color:#495057;margin:0}.contact-form .form-field .p-dropdown,.contact-form .form-field .p-inputtext,.contact-form .form-field .p-inputtextarea{width:100%;font-size:.875rem}.contact-form .form-field .p-inputtext{padding:8px 12px;border:1px solid #ced4da;border-radius:6px;transition:border-color .2s ease;min-height:42px;box-sizing:border-box}.contact-form .form-field .p-inputtext:focus{border-color:#007bff;box-shadow:0 0 0 .2rem rgba(0,123,255,.25);outline:none}.contact-form .form-field .p-inputtext.p-invalid{border-color:#dc3545}.contact-form .form-field .form-select{width:100%;padding:8px 12px;border:1px solid #ced4da;border-radius:6px;font-size:.875rem;line-height:1.5;color:#495057;background-color:#fff;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3E%3C/svg%3E");background-position:right 8px center;background-repeat:no-repeat;background-size:16px 12px;-webkit-appearance:none;appearance:none;min-height:42px;box-sizing:border-box}.contact-form .form-field .form-select:focus{border-color:#007bff;box-shadow:0 0 0 .2rem rgba(0,123,255,.25);outline:none}.contact-form .form-field .form-select:hover{border-color:#adb5bd}.contact-form .form-field .form-select:disabled{background-color:#f8f9fa;color:#6c757d;border-color:#e9ecef;cursor:not-allowed}.contact-form .form-field .p-inputtextarea{border:1px solid #ced4da;border-radius:6px;padding:8px 12px;font-family:inherit;resize:vertical;min-height:60px}.contact-form .form-field .p-inputtextarea:focus{border-color:#007bff;box-shadow:0 0 0 .2rem rgba(0,123,255,.25);outline:none}.dialog-footer{display:flex;justify-content:flex-end;grid-gap:12px;gap:12px;padding:16px 0 0;border-top:1px solid #e9ecef;margin-top:20px}.dialog-footer .p-button{font-size:.875rem;padding:8px 16px;min-width:80px}.dialog-loading-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:hsla(0,0%,100%,.8);display:flex;align-items:center;justify-content:center;z-index:1000}.contact-form .form-field label:after{content:""}.contact-form .form-field label[for=contactEmail]:after,.contact-form .form-field label[for=contactName]:after{content:" *";color:#e24c4c;font-weight:700}.p-dropdown-panel{border:1px solid #ced4da!important;border-radius:6px!important;box-shadow:0 2px 12px rgba(0,0,0,.175)!important;background:#fff!important;z-index:9999!important}.p-dropdown-panel .p-dropdown-items{padding:4px 0!important}.p-dropdown-panel .p-dropdown-item{padding:8px 12px!important;font-size:.875rem!important;transition:background-color .2s ease!important;color:#495057!important;cursor:pointer!important}.p-dropdown-panel .p-dropdown-item:hover{background-color:#f8f9fa!important}.p-dropdown-panel .p-dropdown-item.p-highlight{background-color:#007bff!important;color:#fff!important}.p-dialog .p-dialog-header{background:#f8f9fa!important;border-bottom:1px solid #e9ecef!important;padding:16px 24px!important}.p-dialog .p-dialog-content{padding:24px!important;background:#fff!important}.p-dialog .p-dialog-footer{padding:16px 24px 24px!important;border-top:1px solid #e9ecef!important;background:#f8f9fa!important;margin:0!important}@media (max-width:768px){.contact-form .form-row{flex-direction:column;grid-gap:12px;gap:12px}.contact-form .form-field{flex:1 1 100%}.dialog-footer{flex-direction:column-reverse;grid-gap:8px;gap:8px}.dialog-footer .p-button{width:100%;justify-content:center}}.contact-form .form-field .p-dropdown:hover,.contact-form .form-field .p-inputtext:hover,.contact-form .form-field .p-inputtextarea:hover{border-color:#adb5bd}.contact-form .form-field .p-dropdown:disabled,.contact-form .form-field .p-inputtext:disabled,.contact-form .form-field .p-inputtextarea:disabled{background-color:#f8f9fa;color:#6c757d;border-color:#e9ecef;cursor:not-allowed}.contacts-container{position:absolute!important;top:0!important;left:0!important;right:0!important;bottom:0!important;display:flex!important;flex-direction:column!important;background:#f8f9fa}.contacts-table-wrapper{margin:0 16px 16px;background:#fff;border:1px solid #e9ecef;border-radius:6px;box-shadow:0 1px 3px rgba(0,0,0,.1)}.contacts-table-wrapper,.contacts-table.p-datatable{flex:1 1!important;display:flex!important;flex-direction:column!important;min-height:0!important;overflow:hidden}.contacts-table .p-datatable-wrapper{flex:1 1!important;min-height:0!important;overflow-y:auto!important}.contacts-table-wrapper .p-paginator{flex-shrink:0;background:#fff;border:none;border-top:1px solid #e9ecef;border-radius:0;margin:0;padding:4px 12px;box-shadow:none;font-size:.7rem;display:flex;align-items:center;justify-content:flex-start;grid-gap:4px;gap:4px;min-height:32px}.contacts-table-wrapper .p-paginator .p-paginator-left-content{margin-right:8px;font-size:.7rem;white-space:nowrap}.contacts-table-wrapper .p-paginator .p-paginator-pages .p-paginator-page{min-width:24px;height:24px;font-size:.7rem}.contacts-table-wrapper .p-paginator .p-paginator-first,.contacts-table-wrapper .p-paginator .p-paginator-last,.contacts-table-wrapper .p-paginator .p-paginator-next,.contacts-table-wrapper .p-paginator .p-paginator-prev{min-width:24px;height:24px}.contacts-table-wrapper .p-paginator .p-dropdown{min-width:52px!important;width:52px!important;height:24px;margin-left:8px}.contacts-table-wrapper .p-paginator .p-dropdown .p-dropdown-label{padding:2px 4px;font-size:.7rem}.contacts-table-wrapper .p-paginator .p-dropdown .p-dropdown-trigger{width:18px}.contacts-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;height:400px;grid-gap:16px;gap:16px;color:#666}.contacts-filters{background:#fff;margin:28px 16px;border:1px solid #e9ecef;border-radius:4px;padding:8px;box-shadow:0 1px 3px rgba(0,0,0,.1)}.filter-row{display:flex;grid-gap:12px;gap:12px;align-items:flex-end;flex-wrap:wrap;justify-content:space-between}.filter-item{display:flex;flex-direction:column;grid-gap:2px;gap:2px}.filter-item label{font-size:.75rem;font-weight:600;color:#495057;margin-bottom:1px}.search-item{min-width:130px}.customer-item{min-width:90px}.role-item{min-width:80px}.search-input .p-inputtext{padding:6px 8px;border:1px solid #e9ecef;border-radius:4px;transition:border-color .2s ease;font-size:.75rem;height:28px}.search-input .p-inputtext:focus{border-color:#007bff;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.filter-actions,.view-controls{display:flex;align-items:flex-end}.view-controls{grid-gap:6px;gap:6px;margin-left:auto}.filter-item .p-dropdown{min-height:28px}.filter-item .p-dropdown .p-inputtext{padding:4px 6px;font-size:.75rem;height:28px}.filter-item .p-dropdown .p-dropdown-trigger{width:28px}.contacts-table-header{display:flex;justify-content:space-between;align-items:center;margin:0 16px;padding:4px 0}.contacts-table{flex:1 1;margin:0 16px 12px;background:#fff;border:1px solid #e9ecef;border-radius:6px;box-shadow:0 1px 3px rgba(0,0,0,.1);overflow:hidden}.contacts-table .p-datatable-table{table-layout:fixed;width:100%}.contacts-table .p-datatable-tbody>tr>td,.contacts-table .p-datatable-thead>tr>th{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.contacts-table .p-datatable-tbody>tr>td:first-child,.contacts-table .p-datatable-thead>tr>th:first-child{width:30%;min-width:120px;white-space:normal}.contacts-table .p-datatable-tbody>tr>td:nth-child(2),.contacts-table .p-datatable-thead>tr>th:nth-child(2){width:20%;min-width:80px}.contacts-table .p-datatable-tbody>tr>td:nth-child(3),.contacts-table .p-datatable-thead>tr>th:nth-child(3){width:15%;min-width:60px}.contacts-table .p-datatable-tbody>tr>td:nth-child(4),.contacts-table .p-datatable-thead>tr>th:nth-child(4){width:18%;min-width:70px}.contacts-table .p-datatable-tbody>tr>td:last-child,.contacts-table .p-datatable-thead>tr>th:last-child{width:17%;min-width:60px}.contacts-table .p-datatable-header{background:#f8f9fa;border-bottom:1px solid #e9ecef;padding:8px 12px}.contacts-table .p-datatable-thead>tr>th{background:#bbdefb!important;color:#1565c0!important;font-weight:600;border-bottom:2px solid #90caf9!important;padding:6px 8px;font-size:.75rem}.contacts-table .p-datatable-tbody>tr>td{padding:8px;border-bottom:1px solid #f1f3f4;font-size:.8rem}.contacts-table .p-datatable-tbody>tr:hover{background:#f8f9fa}.sortable-header{display:flex;align-items:center;justify-content:space-between;width:100%}.sort-icon{margin-left:2px;padding:1px 2px!important;min-width:16px!important;height:16px;opacity:.6;transition:opacity .2s ease}.sort-icon:hover{opacity:1}.sort-icon .pi{font-size:.65rem}.contact-name-cell{cursor:pointer;transition:background-color .2s;padding:4px;border-radius:3px}.contact-name-cell:hover{background-color:#f5f5f5}.contact-name-cell:focus{outline:2px solid #007ad9;background-color:#f0f8ff}.contact-info{display:flex;flex-direction:column;grid-gap:2px;gap:2px}.contact-name{font-size:.85rem;color:#333;font-weight:600}.contact-meta{display:flex;grid-gap:8px;gap:8px;font-size:.7rem;color:#666}.contact-email,.contact-phone{display:flex;align-items:center;grid-gap:2px;gap:2px}.actions-cell{display:flex;grid-gap:4px;gap:4px;align-items:center;justify-content:flex-start}.actions-cell .p-button{padding:4px 6px;min-width:28px;height:28px;font-size:.75rem}.actions-cell .p-button .pi{font-size:.7rem}.actions-column{text-align:center}.actions-column .p-column-header-content{justify-content:center}@media (max-width:768px){.contacts-filters{margin:12px 16px;padding:16px}.contacts-table-header{margin:0 16px;padding:6px 0}.contacts-table-wrapper{margin:0 16px 12px}.filter-row{flex-direction:column;align-items:stretch;grid-gap:12px;gap:12px}.customer-item,.role-item,.search-item{min-width:unset}.view-controls{margin-left:0;justify-content:flex-start}.contact-meta{flex-direction:column;grid-gap:4px;gap:4px}.sortable-header{font-size:.8rem}.contacts-table .p-badge{font-size:.65rem!important;padding:2px 4px!important;max-width:80px;overflow:hidden;text-overflow:ellipsis}.contacts-table .p-datatable-tbody>tr>td:first-child,.contacts-table .p-datatable-thead>tr>th:first-child{min-width:100px}}@media (max-width:576px){.contacts-table-wrapper{margin:0 8px 8px}.contacts-filters{margin:8px;padding:8px}.contacts-table .p-datatable-tbody>tr>td:first-child,.contacts-table .p-datatable-thead>tr>th:first-child{width:28%;min-width:80px}.contacts-table .p-datatable-tbody>tr>td:last-child,.contacts-table .p-datatable-tbody>tr>td:nth-child(2),.contacts-table .p-datatable-tbody>tr>td:nth-child(3),.contacts-table .p-datatable-tbody>tr>td:nth-child(4),.contacts-table .p-datatable-thead>tr>th:last-child,.contacts-table .p-datatable-thead>tr>th:nth-child(2),.contacts-table .p-datatable-thead>tr>th:nth-child(3),.contacts-table .p-datatable-thead>tr>th:nth-child(4){width:18%;min-width:50px}.contacts-table .p-badge{font-size:.6rem!important;padding:1px 3px!important;max-width:60px}.actions-cell .p-button{padding:2px 4px;min-width:24px;height:24px}.contact-name{font-size:.75rem}.contact-meta{font-size:.6rem;grid-gap:2px;gap:2px}.contacts-table .p-datatable-thead>tr>th{font-size:.65rem;padding:4px 6px}.contacts-table .p-datatable-tbody>tr>td{padding:6px;font-size:.7rem}}.contacts-table .p-badge.p-badge-success{background-color:#d1fae5!important;color:#047857!important;border:1px solid #047857!important;border-radius:6px!important;min-width:auto!important;height:20px!important;font-weight:600!important;font-size:.75rem!important;padding:2px 8px!important}.contacts-table .p-badge.p-badge-secondary,.contacts-table .p-badge.p-badge-success{display:flex!important;align-items:center!important;justify-content:center!important}.contacts-table .p-badge.p-badge-secondary{background-color:#6c757d!important;color:#fff!important;border:none!important;border-radius:50%!important;min-width:18px!important;height:18px!important;font-weight:500!important;font-size:.7rem!important}.journey-detail-dialog{border-radius:12px;overflow:hidden}.journey-detail-dialog .p-dialog-header{display:none}.journey-detail-container{display:flex;flex-direction:column;height:85vh;background:#f8f9fa;overflow:hidden}.journey-detail-header{background:#fff;border-bottom:1px solid #e9ecef;padding:15px 30px;box-shadow:0 1px 3px rgba(0,0,0,.1);z-index:10;position:relative}.header-compact{justify-content:space-between;max-width:1200px;margin:0 auto;width:100%}.header-compact,.header-left{display:flex;align-items:center;grid-gap:20px;gap:20px}.header-left h1{margin:0;color:#2c3e50;font-size:1.5rem;font-weight:700;white-space:nowrap}.header-tabs{display:flex;grid-gap:4px;gap:4px;background:hsla(0,0%,100%,.9);padding:4px;border-radius:10px;border:1px solid rgba(0,0,0,.1);box-shadow:0 2px 6px rgba(0,0,0,.08)}.tab-btn{padding:8px 16px!important;border-radius:6px!important;font-weight:600!important;font-size:.85rem!important;border:none!important;background:transparent!important;color:#6c757d!important;transition:all .3s ease!important;white-space:nowrap!important;min-width:auto!important}.tab-btn:hover{background:rgba(0,123,255,.1)!important;color:#007bff!important}.tab-btn.active{background:#007bff!important;color:#fff!important;box-shadow:0 1px 3px rgba(0,123,255,.3)}.tab-btn.active:hover{background:#0056b3!important}.tab-btn .p-button-icon{margin-right:6px;font-size:.8rem}.header-right{display:flex;align-items:center;grid-gap:12px;gap:12px}.journey-id{color:#6c757d;font-size:.85rem;font-weight:500;white-space:nowrap}.close-btn{border-radius:50%!important;width:32px!important;height:32px!important;display:flex!important;align-items:center!important;justify-content:center!important;color:#6c757d!important}.close-btn:hover{background:rgba(220,53,69,.1)!important;color:#dc3545!important}.journey-detail-body{flex:1 1;padding:20px 30px;max-width:1200px;margin:0 auto;width:100%;overflow:auto;min-height:0}.tab-content{min-height:100%;padding-bottom:20px}.journey-tabs{height:100%;display:flex;flex-direction:column}.journey-tabs .p-tabview-nav{background:#fff;border-radius:10px 10px 0 0;padding:0 20px;box-shadow:0 2px 4px rgba(0,0,0,.1);margin-bottom:0}.journey-tabs .p-tabview-nav li .p-tabview-nav-link{padding:15px 25px;font-weight:600;border-radius:8px 8px 0 0;margin-right:4px;transition:all .2s ease}.journey-tabs .p-tabview-nav li .p-tabview-nav-link .p-tabview-left-icon{margin-right:8px!important}.journey-tabs .p-tabview-nav li .p-tabview-nav-link:not(.p-highlight):hover{background:#f8f9fa}.journey-tabs .p-tabview-nav li.p-highlight .p-tabview-nav-link{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-color:transparent}.journey-tabs .p-tabview-panels{flex:1 1;background:#fff;border-radius:0 0 10px 10px;padding:0;overflow:hidden;min-height:0}.journey-tabs .p-tabview-panel{padding:30px;height:100%;overflow-y:auto;min-height:0}.journey-overview-tab{display:flex;flex-direction:column;grid-gap:30px;gap:30px;min-height:100%}.overview-grid{grid-template-columns:2fr 1fr}.journey-header-card{border:1px solid #e9ecef;border-radius:12px;background:#fff;color:#2c3e50;box-shadow:0 4px 12px rgba(0,0,0,.1)}.journey-header-card .p-card-content{padding:30px}.journey-header-content{display:flex;align-items:center;grid-gap:20px;gap:20px}.journey-avatar{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;width:64px;height:64px;font-size:1.5rem}.journey-title-section{flex:1 1}.journey-title{margin:0 0 15px;font-size:1.8rem;font-weight:700;color:#2c3e50}.journey-meta{display:grid;grid-template-columns:1fr 1fr;grid-gap:20px;gap:20px}.meta-item{display:flex;flex-direction:column;grid-gap:15px;gap:15px;padding:25px;background:#f8f9fa;border-radius:8px;border:1px solid #e9ecef;min-height:120px}.meta-label{font-size:.95rem;font-weight:600;color:#495057;text-transform:uppercase;letter-spacing:.5px;margin:0}.value-with-edit{display:flex;align-items:center;justify-content:space-between;grid-gap:12px;gap:12px;padding:10px 12px;background:#f8f9fa;border:1px solid #dee2e6;border-radius:6px;transition:all .2s ease}.value-with-edit:hover{border-color:#007bff;box-shadow:0 0 0 2px rgba(0,123,255,.1)}.current-value{font-size:1rem;font-weight:600;color:#2c3e50;flex:1 1;text-align:left;word-wrap:break-word;overflow-wrap:break-word}.edit-btn{border:1px solid #007bff;color:#007bff;background:#fff;min-width:32px;height:32px;padding:0;border-radius:4px;display:flex;align-items:center;justify-content:center;transition:all .2s ease;flex-shrink:0}.edit-btn:hover{background:#007bff;color:#fff;transform:translateY(-1px);box-shadow:0 2px 4px rgba(0,123,255,.3)}.edit-btn:disabled{opacity:.5;cursor:not-allowed}.edit-btn .pi{font-size:.8rem}.edit-controls{display:flex;flex-direction:column;grid-gap:15px;gap:15px;align-items:flex-start;width:100%}.edit-buttons{display:flex;grid-gap:8px;gap:8px;justify-content:flex-start}.edit-buttons .p-button{padding:8px 12px;font-size:.85rem;border-radius:6px;color:#fff;font-weight:600}.edit-buttons .p-button-success{background:#28a745;border-color:#28a745}.edit-buttons .p-button-success:hover{background:#218838;border-color:#1e7e34}.edit-buttons .p-button-danger{background:#dc3545;border-color:#dc3545}.edit-buttons .p-button-danger:hover{background:#c82333;border-color:#bd2130}.direct-dropdown{width:100%;max-width:300px;border:1px solid #dee2e6;border-radius:8px;transition:all .2s ease;min-height:50px}.direct-dropdown:hover{border-color:#007bff;box-shadow:0 0 0 2px rgba(0,123,255,.1)}.direct-dropdown.p-focus{border-color:#007bff;box-shadow:0 0 0 3px rgba(0,123,255,.2)}.direct-dropdown .p-dropdown-label,.meta-item .direct-dropdown .p-dropdown-label,.meta-item .phase-dropdown .p-dropdown-label,.meta-item .stage-dropdown .p-dropdown-label{color:#fff!important;font-weight:600!important;font-size:1.1rem!important;padding:15px 16px!important;line-height:1.3!important}.meta-item .p-dropdown .p-inputtext{font-size:1.1rem!important;font-weight:600!important;color:#fff!important;padding:15px 16px!important}.direct-dropdown .p-dropdown-trigger{color:#007bff;width:50px;height:50px}.direct-dropdown .p-dropdown-trigger:hover{background:rgba(0,123,255,.1)}.direct-dropdown:disabled{opacity:.6;cursor:not-allowed}.direct-dropdown:disabled .p-dropdown-label{color:#6c757d}.direct-dropdown.stage-dropdown[aria-disabled=true] .p-dropdown-label{color:#6c757d;font-style:italic}.info-card .p-card-title{font-size:1.1rem}.info-item span{font-size:1rem;color:#2c3e50}.details-grid{display:grid;grid-template-columns:2fr 1fr;grid-gap:30px;gap:30px}.details-card{border:1px solid #e9ecef;border-radius:12px;background:#fff;box-shadow:0 2px 8px rgba(0,0,0,.05)}.details-card .p-card-title{font-size:1.1rem;font-weight:700;color:#2c3e50;margin-bottom:20px;padding-bottom:10px;border-bottom:2px solid #e9ecef}.journey-details-table{display:flex;flex-direction:column;grid-gap:20px;gap:20px}.detail-row{display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:20px;gap:20px;padding:15px 0;border-bottom:1px solid #f1f3f4}.detail-row:last-child{border-bottom:none}.description-row{grid-template-columns:1fr}.detail-col{grid-gap:6px;gap:6px;padding:10px 15px}.detail-col,.detail-col-full{display:flex;flex-direction:column;background:#f8f9fa;border-radius:8px;border:1px solid #e9ecef}.detail-col-full{grid-gap:8px;gap:8px;padding:15px 20px}.detail-col-full label,.detail-col label{font-weight:600;color:#495057;font-size:.85rem;text-transform:uppercase;letter-spacing:.5px}.detail-col-full span,.detail-col span{font-size:1rem;color:#2c3e50;font-weight:500;word-wrap:break-word}.detail-col .status-tag{align-self:flex-start;font-size:.85rem;padding:4px 12px}.progress-card{border:1px solid #e9ecef;border-radius:12px;background:#fff;box-shadow:0 2px 8px rgba(0,0,0,.05)}.progress-card .p-card-title{font-size:1.1rem;font-weight:700;color:#2c3e50;margin-bottom:20px;padding-bottom:10px;border-bottom:2px solid #e9ecef}.progress-section{display:flex;flex-direction:column;grid-gap:20px;gap:20px}.progress-header{display:flex;justify-content:space-between;align-items:center}.progress-label{font-weight:600;color:#495057}.progress-percentage{font-size:1.5rem;font-weight:700;color:#28a745}.journey-progress-bar{height:12px;border-radius:6px;background:#e9ecef}.journey-progress-bar .p-progressbar-value{background:linear-gradient(90deg,#28a745,#20c997);border-radius:6px}.stage-info{display:flex;flex-direction:column;grid-gap:8px;gap:8px}.current-stage,.phase-info{font-size:.9rem;color:#495057}.current-stage strong,.phase-info strong{color:#2c3e50}.journey-data-tab{display:flex;flex-direction:column;min-height:100%}.data-card{flex:1 1;border:1px solid #e9ecef;border-radius:12px;background:#fff;box-shadow:0 2px 8px rgba(0,0,0,.05)}.data-card .p-card-title{font-size:1.2rem;font-weight:700;color:#2c3e50;margin-bottom:20px;padding-bottom:10px;border-bottom:2px solid #e9ecef}.data-content{grid-gap:30px;gap:30px}.data-content,.data-section{display:flex;flex-direction:column}.data-section{grid-gap:15px;gap:15px}.data-section h4{margin:0;font-size:1.1rem;font-weight:600;color:#2c3e50;padding-bottom:8px;border-bottom:1px solid #e9ecef}.data-display{background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;padding:15px;overflow:auto}.json-display{margin:0;font-family:"Courier New",monospace;font-size:.85rem;line-height:1.4;color:#495057;background:transparent;white-space:pre-wrap;word-wrap:break-word;max-height:400px;overflow-y:auto}.kv-pairs-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:20px;gap:20px}.kv-pair-item{background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;padding:15px;display:flex;flex-direction:column;grid-gap:8px;gap:8px}.kv-key{font-size:.85rem;font-weight:600;color:#495057;text-transform:uppercase;letter-spacing:.5px}.kv-value{font-size:1.1rem;font-weight:600;color:#2c3e50;word-wrap:break-word}.kv-meta{display:flex;flex-direction:column;grid-gap:4px;gap:4px}.kv-meta small{font-size:.75rem;color:#6c757d}.json-objects{grid-gap:20px;gap:20px}.json-object-item,.json-objects{display:flex;flex-direction:column}.json-object-item{background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;padding:15px;grid-gap:10px;gap:10px}.json-object-item h5{margin:0;font-size:1rem;font-weight:600;color:#2c3e50;padding-bottom:8px;border-bottom:1px solid #dee2e6}.json-object-item small{font-size:.75rem;color:#6c757d;align-self:flex-end}.files-card{margin-top:30px}.files-top-controls{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.files-top-controls .p-button{padding:12px 24px;font-size:1rem;font-weight:600;border-radius:8px;transition:all .3s ease}.view-toggle-buttons{display:flex;grid-gap:2px;gap:2px;border-radius:8px;overflow:hidden;border:1px solid #dee2e6}.view-toggle-btn{padding:8px 12px!important;border-radius:0!important;border:none!important;background:#f8f9fa!important;color:#6c757d!important;transition:all .3s ease!important;margin:0!important}.view-toggle-btn:hover{background:#e9ecef!important;color:#495057!important}.view-toggle-btn.active{background:#007bff!important;color:#fff!important}.view-toggle-btn.active:hover{background:#0056b3!important;color:#fff!important}.drag-drop-area{border:3px dashed #dee2e6;border-radius:12px;padding:40px;margin-bottom:30px;background:#f8f9fa;text-align:center;cursor:pointer;transition:all .3s ease;position:relative;min-height:200px;display:flex;align-items:center;justify-content:center;animation:slideDown .3s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px);max-height:0}to{opacity:1;transform:translateY(0);max-height:300px}}.drag-drop-area:hover{border-color:#007bff;background:#f0f8ff;transform:translateY(-2px)}.drag-drop-area.drag-over{border-color:#28a745;background:#f0fff4;border-style:solid}.drag-drop-area.uploading{border-color:#007bff;background:#f0f8ff;cursor:wait}.upload-content{display:flex;flex-direction:column;align-items:center;grid-gap:15px;gap:15px;width:100%}.upload-prompt h4{margin:0;color:#2c3e50;font-size:1.3rem;font-weight:600}.upload-prompt p{margin:0;color:#6c757d;font-size:.95rem;line-height:1.4}.upload-progress{display:flex;flex-direction:column;align-items:center;grid-gap:15px;gap:15px}.upload-progress p{margin:0;color:#007bff;font-weight:600;font-size:1.1rem}.upload-prompt .p-button{margin-top:10px;padding:12px 24px;border-radius:8px;font-weight:600;border:2px solid #007bff;color:#007bff;background:#fff}.upload-prompt .p-button:hover{background:#007bff;color:#fff;transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,123,255,.3)}.files-header{justify-content:space-between;margin-bottom:20px;padding-bottom:15px;border-bottom:1px solid #e9ecef}.files-controls,.files-header{display:flex;align-items:center}.files-controls{grid-gap:15px;gap:15px}.view-toggle{background:#f8f9fa;border:1px solid #dee2e6;color:#495057;border-radius:6px}.view-toggle.p-highlight{background:#007bff;border-color:#007bff;color:#fff}.file-count-section{margin-bottom:15px;text-align:center}.file-count{font-size:.9rem;color:#6c757d;font-weight:500;padding:8px 16px;background:#f8f9fa;border-radius:20px;border:1px solid #e9ecef;display:inline-block}.files-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));grid-gap:20px;gap:20px}.file-item-grid{background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;padding:15px;display:flex;flex-direction:column;align-items:center;grid-gap:10px;gap:10px;transition:all .2s ease}.file-item-grid:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.1);border-color:#007bff}.file-icon{font-size:2.5rem;margin-bottom:5px}.file-info{display:flex;flex-direction:column;align-items:center;grid-gap:5px;gap:5px;width:100%}.file-name{font-weight:600;color:#2c3e50;text-align:center;font-size:.9rem;word-wrap:break-word;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.file-size{font-size:.8rem;color:#6c757d}.file-actions{grid-gap:8px;gap:8px;margin-top:5px}.files-list{flex-direction:column}.file-item-list,.files-list{display:flex;grid-gap:15px;gap:15px}.file-item-list{background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;padding:15px;align-items:center;transition:all .2s ease}.file-item-list:hover{box-shadow:0 2px 8px rgba(0,0,0,.1);border-color:#007bff}.file-icon-list{font-size:2rem;color:#007bff;flex-shrink:0}.file-details{flex:1 1;display:flex;flex-direction:column;grid-gap:5px;gap:5px}.file-details .file-name{font-weight:600;color:#2c3e50;font-size:1rem;white-space:normal;text-align:left}.file-meta{display:flex;flex-wrap:wrap;grid-gap:15px;gap:15px;font-size:.85rem;color:#6c757d}.file-meta span{white-space:nowrap}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px;text-align:center;color:#6c757d}.empty-state p{margin:10px 0 0;font-size:.95rem}.empty-state p:first-of-type{font-weight:500;color:#495057}.loading-skeleton{padding:20px 0}.metadata-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:15px;border-bottom:2px solid #e9ecef}.metadata-header h3{margin:0;color:#2c3e50;font-size:1.2rem;font-weight:700}.metadata-actions{display:flex;grid-gap:10px;gap:10px}.kv-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:8px}.kv-actions{display:flex;grid-gap:5px;gap:5px;opacity:0;transition:opacity .2s ease}.kv-pair-item:hover .kv-actions{opacity:1}.kv-actions .p-button{width:32px;height:32px;padding:0}.metadata-form .field{margin-bottom:20px}.metadata-form label{display:block;margin-bottom:8px;font-weight:600;color:#495057;font-size:.9rem}.metadata-form .p-inputtext{width:100%;padding:12px;border:1px solid #dee2e6;border-radius:6px;font-size:.95rem}.metadata-form .p-inputtext:focus{border-color:#007bff;box-shadow:0 0 0 2px rgba(0,123,255,.2)}.import-case-form{display:flex;flex-direction:column;grid-gap:20px;gap:20px}.import-case-form p{margin:0;color:#495057;font-size:.95rem}.available-cases{width:100%}.no-cases{display:flex;flex-direction:column;align-items:center;padding:20px;text-align:center;color:#6c757d}.no-cases p{margin:10px 0 0}.selected-case-info{background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;padding:15px}.selected-case-info h4{margin:0 0 10px;color:#2c3e50;font-size:1rem}.selected-case-info p{margin:5px 0;font-size:.9rem}.import-note{display:flex;align-items:flex-start;grid-gap:8px;gap:8px;margin-top:15px;padding:10px;background:rgba(0,123,255,.1);border-radius:6px}.import-note small{line-height:1.4}.p-button.p-button-sm{padding:6px 12px;font-size:.85rem;border-radius:4px}.p-toast{z-index:2000}@media (max-width:768px){.metadata-header{flex-direction:column;align-items:flex-start;grid-gap:15px;gap:15px}.metadata-actions{width:100%;justify-content:flex-start}.kv-header{flex-direction:column;grid-gap:8px;gap:8px}.kv-actions{opacity:1;align-self:flex-start}.drag-drop-area{padding:20px;min-height:150px}.upload-prompt h4{font-size:1.1rem}.upload-prompt p{font-size:.85rem}}.journey-history-tab{display:flex;flex-direction:column;min-height:100%}.history-card{flex:1 1;border:1px solid #e9ecef;border-radius:12px;background:#fff;box-shadow:0 2px 8px rgba(0,0,0,.05);display:flex;flex-direction:column}.history-card .p-card-title{font-size:1.2rem;font-weight:700;color:#2c3e50;margin-bottom:20px;padding-bottom:10px;border-bottom:2px solid #e9ecef}.history-card .p-card-content{flex:1 1;display:flex;flex-direction:column}.journey-timeline{margin:0;padding-bottom:200px}.timeline-marker{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;border:3px solid #fff;box-shadow:0 2px 8px rgba(0,0,0,.2)}.timeline-content{border:1px solid #e9ecef;margin:8px 0;box-shadow:0 2px 4px rgba(0,0,0,.1)}.timeline-content .p-card-content{padding:15px}.timeline-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.timeline-header h4{margin:0;color:#2c3e50;font-size:1rem;font-weight:600}.timeline-header small{color:#6c757d;font-size:.85rem}.timeline-content p{margin:10px 0;color:#495057;line-height:1.5}.timeline-footer{justify-content:space-between;margin-top:10px}.user-chip{background:#e7f3ff;color:#06c;font-size:.75rem}.type-badge{font-size:.7rem}.history-note{margin-top:20px;padding:15px;background:#fff3cd;border:1px solid #ffeaa7;border-radius:8px;color:#856404}.history-note p{margin:0;font-size:.9rem;display:flex;align-items:center;grid-gap:8px;gap:8px}.history-note .pi-info-circle{color:#007bff}@media (max-width:1024px){.journey-detail-container{height:90vh}.journey-detail-body,.journey-detail-header{padding:15px 20px}.details-grid,.overview-grid{grid-template-columns:1fr;grid-gap:20px;gap:20px}.info-grid{grid-template-columns:1fr;grid-gap:15px;gap:15px}.journey-header-content{flex-direction:column;text-align:center;grid-gap:15px;gap:15px}.journey-meta{grid-template-columns:1fr;align-items:center}.meta-item{align-items:center;text-align:center}.edit-controls{align-items:center;width:100%}.phase-dropdown,.stage-dropdown{min-width:160px;width:100%}}@media (max-width:768px){.journey-detail-dialog{width:95vw!important;height:95vh!important}.journey-detail-container{height:95vh}.journey-detail-header{padding:10px 15px}.header-title h1{font-size:1.4rem}.journey-detail-body{padding:10px 15px}.journey-tabs .p-tabview-nav{padding:0 10px}.journey-tabs .p-tabview-nav li .p-tabview-nav-link{padding:12px 15px;font-size:.9rem}.journey-tabs .p-tabview-panel{padding:20px}.journey-title{font-size:1.4rem}.detail-row{grid-template-columns:1fr 1fr;grid-gap:15px;gap:15px}.description-row{grid-template-columns:1fr}.detail-col{padding:8px 12px}.timeline-header{flex-direction:column;align-items:flex-start;grid-gap:5px;gap:5px}}@media (max-width:640px){.detail-row{grid-template-columns:1fr;grid-gap:12px;gap:12px}.detail-col{padding:8px 12px}.detail-col-full{padding:12px 15px}}.journey-tabs .p-tabview-panel::-webkit-scrollbar{width:8px}.journey-tabs .p-tabview-panel::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.journey-tabs .p-tabview-panel::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}.journey-tabs .p-tabview-panel::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.details-card,.history-card,.info-card,.progress-card{transition:all .3s ease}.details-card:hover,.info-card:hover,.progress-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.1)}.p-button:focus{box-shadow:0 0 0 2px rgba(102,126,234,.3);border-color:#667eea}.timeline-summary-card{margin-bottom:30px}.summary-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));grid-gap:20px;gap:20px;padding:10px 0}.summary-item{display:flex;flex-direction:column;text-align:center;padding:15px;background:#f8f9fa;border-radius:8px;border:1px solid #dee2e6}.summary-item label{font-size:.85rem;font-weight:600;color:#6c757d;margin-bottom:8px;text-transform:uppercase;letter-spacing:.5px}.summary-value{font-size:1.2rem;font-weight:700;color:#2c3e50}.summary-value.current-stage{color:#fd7e14;font-size:1.3rem;text-transform:capitalize}.journey-timeline .current-marker{box-shadow:0 0 0 3px rgba(253,126,20,.3);animation:pulse 2s infinite}@keyframes pulse{0%{box-shadow:0 0 0 3px rgba(253,126,20,.3)}50%{box-shadow:0 0 0 6px rgba(253,126,20,.1)}to{box-shadow:0 0 0 3px rgba(253,126,20,.3)}}.timeline-content.current-content{border-left:4px solid #fd7e14;background:linear-gradient(135deg,#fff9e6,#fff)}.timeline-notes{margin:10px 0;padding:10px;background:#f8f9fa;border-radius:6px;border-left:3px solid #6c757d}.timeline-notes p{margin:0;font-style:italic;color:#495057}.timeline-exit{margin-top:10px;padding-top:10px;border-top:1px solid #dee2e6}.timeline-exit small{color:#6c757d;font-size:.8rem}.timeline-footer{display:flex;flex-wrap:wrap;grid-gap:8px;gap:8px;margin-top:15px;padding-top:15px;border-top:1px solid #dee2e6;align-items:center}.duration-badge{font-weight:600}.type-badge{text-transform:capitalize}.user-chip{background:#e9ecef;color:#495057;font-size:.8rem}@media (max-width:768px){.summary-grid{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));grid-gap:15px;gap:15px}.timeline-footer{flex-direction:column;align-items:flex-start;grid-gap:5px;gap:5px}.files-top-controls{flex-direction:column;grid-gap:15px;gap:15px;align-items:center}.journey-detail-header{padding:12px 20px}.header-compact{flex-direction:column;grid-gap:12px;gap:12px;align-items:flex-start}.header-left{width:100%;justify-content:space-between;grid-gap:15px;gap:15px}.header-left h1{font-size:1.3rem}.header-tabs{flex-wrap:wrap;grid-gap:3px;gap:3px}.tab-btn{padding:6px 12px!important;font-size:.8rem!important}.header-right{width:100%;justify-content:space-between}.close-btn{width:28px!important;height:28px!important}}.activity-details{margin:10px 0;padding:12px;background:#f8f9fa;border-radius:6px;border-left:3px solid #007bff}.detail-item{margin:4px 0;font-size:.9rem;color:#495057}.detail-item strong{color:#2c3e50;margin-right:5px}.timeline-content.stage-event{border-left:4px solid #28a745}.timeline-content.activity-event{border-left:4px solid #007bff}.timeline-content.activity-event .activity-details{background:#e7f3ff;border-left-color:#06c}.timeline-marker{position:relative}.timeline-content.activity-event[data-activity-type=file_upload]{border-left-color:#28a745}.timeline-content.activity-event[data-activity-type=file_delete]{border-left-color:#dc3545}.timeline-content.activity-event[data-activity-type=data_set]{border-left-color:#007bff}.timeline-content.activity-event[data-activity-type=json_set]{border-left-color:#6f42c1}.timeline-scroll-panel{border:1px solid #e9ecef;border-radius:8px;background:#fff}.timeline-scroll-panel .p-scrollpanel-wrapper{border-right:none}.timeline-scroll-panel .p-scrollpanel-bar{background:rgba(0,0,0,.1);border-radius:4px;width:8px}.timeline-scroll-panel .p-scrollpanel-bar:hover{background:rgba(0,0,0,.2)}.journey-timeline{padding:20px 20px 200px;min-height:100%}.journey-timeline .p-timeline-event-content{margin:15px 0}@media (max-width:768px){.timeline-scroll-panel{height:500px!important}.journey-timeline{padding:15px}}.linked-cases-card{margin-top:20px}.linked-cases-intro{margin-bottom:20px;padding:12px 16px;background:#f8f9ff;border-left:4px solid #6366f1;border-radius:6px}.linked-cases-intro p{margin:0;color:#4f46e5;font-weight:500}.linked-case-section{margin-bottom:25px}.linked-case-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px;padding:12px 0;border-bottom:2px solid #e9ecef}.linked-case-header h4{margin:0;color:#2c3e50;font-size:1.1rem;font-weight:600;display:flex;align-items:center}.linked-case-actions{display:flex;grid-gap:8px;gap:8px}.linked-case-content{padding-left:15px}.linked-case-values{margin-bottom:25px}.linked-case-values h5{margin:0 0 15px;color:#495057;font-size:1rem;font-weight:600;display:flex;align-items:center}.case-values-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:15px;gap:15px}.case-value-item{background:#fff;border:1px solid #e9ecef;border-radius:8px;padding:15px;transition:all .2s ease}.case-value-item:hover{border-color:#007bff;box-shadow:0 2px 8px rgba(0,123,255,.1)}.case-value-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:8px}.case-value-name{font-weight:600;color:#2c3e50;font-size:.95rem;line-height:1.2}.case-value-source{background:#6366f1;color:#fff;padding:2px 8px;border-radius:12px;font-size:.75rem;font-weight:600;min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content}.case-value-content{color:#495057;font-size:.9rem;line-height:1.4;word-break:break-word;background:#f8f9fa;padding:8px;border-radius:4px}.linked-case-files{margin-bottom:20px}.linked-case-files-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.linked-case-files-header h5{margin:0;color:#495057;font-size:1rem;font-weight:600;display:flex;align-items:center}.case-files-view-toggle{display:flex;grid-gap:4px;gap:4px}.case-files-container{margin-top:15px}.case-files-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));grid-gap:15px;gap:15px}.case-file-card{background:#fff;border:1px solid #e9ecef;border-radius:8px;padding:15px;display:flex;flex-direction:column;align-items:center;grid-gap:10px;gap:10px;transition:all .2s ease;position:relative;overflow:hidden}.case-file-card:hover{border-color:#007bff;box-shadow:0 4px 12px rgba(0,123,255,.15);transform:translateY(-2px)}.case-file-preview{height:120px;display:flex;align-items:center;justify-content:center;background:#f8f9fa}.case-file-preview,.case-file-thumbnail{width:100%;border-radius:6px;overflow:hidden}.case-file-thumbnail{height:100%;position:relative}.case-file-thumbnail img{width:100%;height:100%;object-fit:cover;border-radius:6px}.case-file-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease;border-radius:6px}.case-file-card:hover .case-file-overlay{opacity:1}.preview-btn{background:hsla(0,0%,100%,.9)!important;color:#333!important;border:none!important;box-shadow:0 2px 8px rgba(0,0,0,.2)!important}.preview-btn:hover{background:#fff!important;color:#007bff!important;transform:scale(1.1)}.case-file-fallback-icon{width:100%;height:100%;font-size:2rem}.case-file-fallback-icon,.case-file-icon-large{display:flex;align-items:center;justify-content:center;color:#6c757d}.case-file-icon-large{font-size:3rem}.case-file-card-info{text-align:center;width:100%}.case-file-card-info .case-file-name{font-weight:500;color:#2c3e50;font-size:.9rem;margin-bottom:5px;word-break:break-word}.case-file-card-info .case-file-meta{font-size:.8rem;color:#6c757d;display:flex;flex-direction:column;grid-gap:2px;gap:2px;align-items:center}.case-file-card-actions{position:absolute;top:10px;right:10px;opacity:0;transition:opacity .2s ease}.case-file-card:hover .case-file-card-actions{opacity:1}.case-files-list{display:flex;flex-direction:column;grid-gap:8px;gap:8px}.case-file-list-item{background:#fff;border:1px solid #e9ecef;border-radius:8px;padding:12px;display:flex;align-items:center;grid-gap:12px;gap:12px;transition:all .2s ease}.case-file-list-item:hover{border-color:#007bff;box-shadow:0 2px 6px rgba(0,123,255,.1)}.case-file-list-icon{flex-shrink:0;width:40px;height:40px;background:#f8f9fa;border-radius:6px;display:flex;align-items:center;justify-content:center;color:#6c757d;font-size:1.2rem}.case-file-list-info{flex:1 1;min-width:0}.case-file-list-info .case-file-name{font-weight:500;color:#2c3e50;font-size:.9rem;margin-bottom:4px;word-break:break-word}.case-file-list-info .case-file-meta{font-size:.8rem;color:#6c757d;display:flex;grid-gap:8px;gap:8px;flex-wrap:wrap}.case-file-list-actions{flex-shrink:0;display:flex;grid-gap:4px;gap:4px}.empty-case-state{text-align:center;padding:30px;color:#6c757d}.empty-case-state p{margin:10px 0 0;font-size:.9rem}@media (max-width:768px){.case-values-grid{grid-template-columns:1fr}.case-files-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}.linked-case-files-header,.linked-case-header{flex-direction:column;align-items:flex-start;grid-gap:10px;gap:10px}.linked-case-content{padding-left:0}}.file-preview-dialog{border-radius:12px;overflow:hidden}.file-preview-dialog .p-dialog-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-bottom:none}.file-preview-dialog .p-dialog-header .p-dialog-title{color:#fff;font-weight:600}.file-preview-dialog .p-dialog-header .p-dialog-header-icon{color:#fff}.file-preview-content{padding:0}.image-preview{text-align:center;background:#f8f9fa;border-radius:8px;overflow:hidden;min-height:200px;display:flex;align-items:center;justify-content:center}.file-preview-info{border-radius:6px;margin-top:12px}.non-image-preview{background:#f8f9fa;border-radius:8px;margin:0}.non-image-preview h3{color:#495057;margin-bottom:8px}.non-image-preview p{color:#6c757d;margin-bottom:16px}.customer-detail-container{display:flex;flex-direction:column;background:#f8f9fa;max-width:100%;overflow-x:hidden}.customer-detail-header{background:#fff;border-bottom:2px solid #e9ecef;padding:20px 30px;box-shadow:0 2px 4px rgba(0,0,0,.1);z-index:10;position:relative}.header-main{justify-content:space-between;max-width:1200px;margin:0 auto;width:100%;position:relative}.back-button-left,.header-main{display:flex;align-items:center}.back-button-left{background:hsla(0,0%,100%,.9);border:1px solid rgba(0,0,0,.1);color:#2c3e50;border-radius:50%;width:45px;height:45px;justify-content:center;position:absolute;left:20px;top:50%;transform:translateY(-50%);z-index:20;box-shadow:0 2px 8px rgba(0,0,0,.1)}.back-button-left:hover{background:#fff;border-color:rgba(0,0,0,.2);box-shadow:0 4px 12px rgba(0,0,0,.15)}.header-center-section{flex:1 1;display:flex;justify-content:center}.customer-avatar-section{display:flex;align-items:center;grid-gap:20px;gap:20px}.customer-avatar{width:64px;height:64px;font-size:1.5rem;font-weight:600;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:3px solid #fff;box-shadow:0 4px 8px rgba(0,0,0,.1)}.customer-title h1{margin:0 0 8px;color:#2c3e50;font-size:2rem;font-weight:700;line-height:1.2}.customer-status-row{display:flex;align-items:center;grid-gap:12px;gap:12px}.status-badge{font-size:.9rem;border-radius:20px}.stage-chip,.status-badge{padding:6px 12px;font-weight:600}.stage-chip{background:linear-gradient(135deg,#4caf50,#45a049);color:#fff;border-radius:15px;font-size:.85rem}.header-actions{grid-gap:12px;gap:12px;align-items:center}.header-actions .p-button{border-radius:25px;padding:10px 20px;font-weight:600}.customer-detail-body{flex:1 1;padding:20px 30px;max-width:1200px;margin:0 auto;width:100%}.customer-tabs{height:100%;display:flex;flex-direction:column}.customer-tabs .p-tabview-nav{background:#f8f9fa;border-bottom:1px solid #e9ecef;padding:0;display:flex;justify-content:flex-start;align-items:center}.customer-tabs .p-tabview-nav ul{display:flex;grid-gap:4px;gap:4px;background:hsla(0,0%,100%,.9);padding:4px;border-radius:10px;border:1px solid rgba(0,0,0,.1);box-shadow:0 2px 6px rgba(0,0,0,.08);margin:0;flex:none}.customer-tabs .p-tabview-nav li .p-tabview-nav-link{border:none!important;background:transparent!important;color:#6c757d!important;padding:8px 16px!important;margin:0!important;border-radius:6px!important;transition:all .3s ease!important;font-weight:600!important;font-size:.85rem!important;white-space:nowrap!important;min-width:auto!important}.customer-tabs .p-tabview-nav-link .pi,.customer-tabs .p-tabview-nav-link>i:first-child,.customer-tabs .p-tabview-nav-link i,.customer-tabs .p-tabview-nav .p-tabview-nav-link [class*=pi-],.customer-tabs .p-tabview-nav li .p-tabview-nav-link .p-tabview-left-icon,.customer-tabs .p-tabview-nav li a i,.customer-tabs .p-tabview-nav span[class*=pi-]{margin-right:8px!important}.customer-tabs .p-tabview-nav li.p-highlight .p-tabview-nav-link{background:#007bff!important;color:#fff!important;box-shadow:0 1px 3px rgba(0,123,255,.3)!important;border:none!important}.customer-tabs .p-tabview-nav li:not(.p-highlight) .p-tabview-nav-link:hover{background:rgba(0,123,255,.1)!important;color:#007bff!important}.customer-tabs .p-tabview-nav li.p-highlight .p-tabview-nav-link:hover{background:#0056b3!important}.customer-tabs .p-tabview-panels{flex:1 1;background:#fff;border-radius:0 0 10px 10px;padding:0;overflow:hidden}.customer-tabs .p-tabview-panel{padding:30px;height:100%;overflow-y:auto}.customer-detail-error,.customer-detail-loading{height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;grid-gap:20px;gap:20px;color:#6c757d;background:#f8f9fa}.customer-detail-loading .p-progress-spinner{width:50px;height:50px}.customer-detail-error h2{color:#dc3545;margin-bottom:20px}.overview-tab{height:100%;overflow-y:auto}.overview-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:30px;gap:30px;margin-bottom:30px}.info-card{border:1px solid #e9ecef;border-radius:12px;background:#fff;box-shadow:0 2px 8px rgba(0,0,0,.05)}.info-card .p-card-title{font-size:1.2rem;font-weight:700;color:#2c3e50;margin-bottom:20px;padding-bottom:10px;border-bottom:2px solid #e9ecef}.info-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:20px;gap:20px}.info-item{display:flex;flex-direction:column;grid-gap:8px;gap:8px}.info-item.full-width{grid-column:1/-1}.info-item label{font-weight:600;color:#495057;font-size:.9rem;text-transform:uppercase;letter-spacing:.5px}.info-item .p-dropdown,.info-item .p-inputtext,.info-item .p-inputtextarea,.info-item span{font-size:1rem;color:#2c3e50}.website-link{color:#007bff;text-decoration:none;transition:color .2s ease}.website-link:hover{color:#0056b3;text-decoration:underline}.address-text,.description-text{white-space:pre-line;line-height:1.5}.pipeline-history-card{border:1px solid #e9ecef;border-radius:12px;background:#fff;box-shadow:0 2px 8px rgba(0,0,0,.05)}.pipeline-history-card .p-card-title{font-size:1.2rem;font-weight:700;color:#2c3e50;margin-bottom:20px;padding-bottom:10px;border-bottom:2px solid #e9ecef}.linked-items-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:30px;gap:30px;margin-bottom:30px}.linked-items-card{border:1px solid #e9ecef;border-radius:12px;background:#fff;box-shadow:0 2px 8px rgba(0,0,0,.05)}.linked-items-card .p-card-title{font-size:1.2rem;font-weight:700;color:#2c3e50;margin-bottom:20px;padding-bottom:10px;border-bottom:2px solid #e9ecef}.linked-items-content{max-height:500px;overflow-y:auto;overflow-x:hidden;padding-right:4px}.linked-list{display:flex;flex-direction:column;grid-gap:12px;gap:12px}.linked-item{display:flex;align-items:center;padding:15px;border:1px solid #f1f3f4;border-radius:8px;background:#fafbfc;transition:all .2s ease}.linked-item:hover{background:#f5f7fa;border-color:#e1e5e9;transform:translateY(-1px);box-shadow:0 2px 8px rgba(0,0,0,.1)}.linked-item-icon{margin-right:15px;display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:rgba(0,123,255,.1);border-radius:50%;flex-shrink:0}.linked-item-info{flex:1 1;min-width:0}.linked-item-title{font-weight:600;color:#2c3e50;margin-bottom:6px;font-size:.95rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.linked-item-meta{display:flex;align-items:center;grid-gap:12px;gap:12px;flex-wrap:wrap;overflow:hidden;max-width:calc(100% - 50px)}.linked-item-date{font-size:.85rem;color:#6c757d}.linked-item-progress{margin-top:8px}.progress-bar-small{position:relative;width:80px;height:14px;background:#e9ecef;border-radius:7px;overflow:hidden}.progress-fill-small{position:absolute;top:0;left:0;height:100%;background:linear-gradient(90deg,#28a745,#20c997);border-radius:7px;transition:width .3s ease}.progress-text-small{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:.7rem;font-weight:600;color:#fff;text-shadow:0 1px 1px rgba(0,0,0,.3)}.linked-item-action{margin-left:10px;opacity:.7;transition:opacity .2s ease;z-index:100;position:relative;pointer-events:auto}.linked-item:hover .linked-item-action{opacity:1}.clickable-case:hover{background:#f0f8ff;border-color:#007bff}.clickable-journey:hover{background:#f0fff0;border-color:#28a745}.linked-item-status{display:inline-flex;align-items:center;z-index:1;position:relative}.linked-item-status .p-badge{font-size:.75rem;padding:4px 8px;max-width:80px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.linked-item-more{padding:15px;text-align:center;border-top:1px solid #e9ecef;margin-top:10px}.no-linked-items{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;text-align:center;color:#6c757d}.no-linked-items p{margin:10px 0 5px;font-size:1rem}.no-linked-items small{color:#9ca3af;font-size:.875rem;margin-bottom:20px;display:block}.cases-tab,.journeys-tab{height:100%;display:flex;flex-direction:column}.tab-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:25px;padding-bottom:15px;border-bottom:2px solid #e9ecef}.tab-header h3{margin:0;color:#2c3e50;font-size:1.4rem;font-weight:700}.cases-table,.files-table,.journeys-table{border-radius:8px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.05)}.progress-bar{position:relative;width:100px;height:20px;background:#e9ecef;border-radius:10px;overflow:hidden}.progress-fill{position:absolute;top:0;left:0;height:100%;background:linear-gradient(90deg,#28a745,#20c997);border-radius:10px;transition:width .3s ease}.progress-bar span{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:.75rem;font-weight:600;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.3)}.notes-tab{height:100%;display:flex;flex-direction:column}.add-note-section{margin-bottom:30px}.add-note-card{border:1px solid #e9ecef;border-radius:12px;background:#fff;box-shadow:0 2px 8px rgba(0,0,0,.05)}.add-note-card .p-card-title{font-size:1.2rem;font-weight:700;color:#2c3e50;margin-bottom:20px}.note-input-area{display:flex;flex-direction:column;grid-gap:15px;gap:15px}.note-textarea{min-height:100px;resize:vertical}.note-actions{display:flex;justify-content:flex-end}.notes-list{flex:1 1;overflow-y:auto;display:flex;flex-direction:column;grid-gap:15px;gap:15px}.note-card{border:1px solid #e9ecef;border-radius:8px;background:#fff;box-shadow:0 1px 3px rgba(0,0,0,.1);transition:box-shadow .2s ease}.note-card:hover{box-shadow:0 4px 8px rgba(0,0,0,.15)}.note-header{margin-bottom:10px}.note-meta{display:flex;align-items:center;grid-gap:12px;gap:12px;flex-wrap:wrap}.note-meta strong{color:#2c3e50;font-weight:600}.note-date{color:#6c757d;font-size:.9rem}.note-type-chip{background:#e7f3ff;color:#06c;font-size:.75rem;padding:2px 8px;border-radius:12px}.note-content{line-height:1.6;color:#495057}.empty-notes{text-align:center;padding:40px;color:#6c757d;font-style:italic}.files-tab{height:100%;display:flex;flex-direction:column}.file-upload-section{margin-bottom:30px}.upload-card{border:1px solid #e9ecef;border-radius:12px;background:#fff;box-shadow:0 2px 8px rgba(0,0,0,.05)}.upload-card .p-card-title{font-size:1.2rem;font-weight:700;color:#2c3e50;margin-bottom:20px}.custom-file-upload{border:2px dashed #007bff;border-radius:8px;background:#f8f9ff;transition:all .2s ease}.custom-file-upload:hover{border-color:#0056b3;background:#e7f3ff}.files-list{flex:1 1;overflow:hidden}.files-list-card{height:100%;border:1px solid #e9ecef;border-radius:12px;background:#fff;box-shadow:0 2px 8px rgba(0,0,0,.05);display:flex;flex-direction:column}.files-list-card .p-card-title{font-size:1.2rem;font-weight:700;color:#2c3e50;margin-bottom:20px}.files-list-card .p-card-content{flex:1 1;overflow:hidden;padding:0}.file-name-cell{display:flex;align-items:center;grid-gap:10px;gap:10px}.file-icon{font-size:1.2rem;color:#007bff}.file-actions{display:flex;grid-gap:5px;gap:5px}.stage-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:1000}.stage-modal{background:#fff;border-radius:12px;box-shadow:0 10px 30px rgba(0,0,0,.3);width:90%;max-width:500px;overflow:hidden}.stage-modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px 25px;border-bottom:1px solid #e9ecef;background:#f8f9fa}.stage-modal-header h3{margin:0;color:#2c3e50;font-weight:700}.stage-modal-content{padding:25px}.stage-modal-content p{margin-bottom:20px;color:#495057}.notes-field{margin-bottom:25px}.notes-field label{display:block;margin-bottom:8px;font-weight:600;color:#495057}.modal-actions{display:flex;justify-content:flex-end;grid-gap:12px;gap:12px;padding-top:20px;border-top:1px solid #e9ecef}.stage-timeline{margin:0}.timeline-content{padding:12px 20px;background:#f8f9fa;border-radius:8px;margin-bottom:10px}.timeline-title{font-weight:600;color:#2c3e50;margin-bottom:4px}.timeline-date{font-size:.9rem;color:#6c757d;margin-bottom:4px}.timeline-details{font-size:.9rem;color:#495057;font-style:italic}@media (max-width:768px){.customer-detail-header{padding:15px 20px}.back-button-left{left:10px;width:40px;height:40px}.header-main{flex-direction:column;grid-gap:20px;gap:20px;align-items:stretch}.customer-avatar-section{justify-content:center;text-align:center}.customer-title h1{font-size:1.5rem}.header-actions{justify-content:center}.customer-detail-body{padding:15px 20px}.overview-grid{grid-template-columns:1fr;grid-gap:20px;gap:20px}.info-grid{grid-template-columns:1fr;grid-gap:15px;gap:15px}.customer-tabs .p-tabview-nav{padding:0 10px}.customer-tabs .p-tabview-nav li .p-tabview-nav-link{padding:12px 15px;font-size:.9rem}.customer-tabs .p-tabview-panel{padding:20px}.tab-header{flex-direction:column;grid-gap:15px;gap:15px;align-items:stretch}.tab-header h3{text-align:center}.linked-items-grid{grid-template-columns:1fr;grid-gap:20px;gap:20px}.linked-item{flex-direction:column;align-items:flex-start;grid-gap:10px;gap:10px}.linked-item-icon{margin-right:0;margin-bottom:5px}.linked-item-meta{justify-content:flex-start}}@media (max-width:480px){.customer-detail-header{padding:10px 15px}.customer-title h1{font-size:1.3rem}.customer-detail-body{padding:10px 15px}.customer-tabs .p-tabview-panel{padding:15px}.stage-modal{width:95%;margin:10px}.stage-modal-content,.stage-modal-header{padding:15px 20px}}.customer-tabs .p-tabview-panel::-webkit-scrollbar,.notes-list::-webkit-scrollbar{width:8px}.customer-tabs .p-tabview-panel::-webkit-scrollbar-track,.notes-list::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.customer-tabs .p-tabview-panel::-webkit-scrollbar-thumb,.notes-list::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}.customer-tabs .p-tabview-panel::-webkit-scrollbar-thumb:hover,.notes-list::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.files-list-card,.info-card,.note-card,.upload-card{transition:all .3s ease}.info-card:hover,.upload-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.1)}.linked-item-detail{display:flex;grid-gap:6px;gap:6px;align-items:center;font-size:.85rem}.linked-item-label{font-weight:600;color:#6c757d;min-width:60px}.linked-item-detail span:not(.linked-item-label){color:#2c3e50}.p-button:focus,.p-dropdown:focus,.p-inputtext:focus,.p-inputtextarea:focus{box-shadow:0 0 0 2px rgba(102,126,234,.3);border-color:#667eea}.info-card.edit-mode{background:#f0fff4;border-color:#c6f6d5;box-shadow:0 2px 8px rgba(34,197,94,.1)}.info-card.edit-mode .p-card-title{color:#16a34a;border-bottom-color:#c6f6d5}.info-card.edit-mode .p-dropdown,.info-card.edit-mode .p-inputtext,.info-card.edit-mode .p-inputtextarea{background:#f0f9ff!important;border-color:#bae6fd!important;color:#2c3e50!important;transition:all .2s ease}.info-card.edit-mode .p-dropdown .p-dropdown-label{color:#2c3e50!important}.info-card.edit-mode .p-dropdown:focus,.info-card.edit-mode .p-inputtext:focus,.info-card.edit-mode .p-inputtextarea:focus{background:#e0f7fa!important;border-color:#4dd0e1!important;box-shadow:0 0 0 2px rgba(77,208,225,.2)!important}.info-card.edit-mode .p-dropdown-panel{border-color:#4dd0e1!important}.crm-container{top:0!important;left:0!important;right:0!important;bottom:0!important;padding:0}.crm-container,.crm-content{position:absolute!important;display:flex!important;flex-direction:column!important;overflow:hidden}.crm-content{top:10px!important;left:10px!important;right:10px!important;bottom:10px!important}.crm-content>.p-tabview,.crm-tabs,.crm-tabs.p-tabview{position:absolute!important;top:5px!important;left:5px!important;right:5px!important;bottom:5px!important;display:flex!important;flex-direction:column!important}.crm-tabs .p-tabview-panels,.p-tabview.crm-tabs .p-tabview-panels{flex:1 1!important;display:flex!important;flex-direction:column!important;min-height:0!important;position:relative!important;padding:0!important}.crm-tabs .p-tabview-panel,.crm-tabs .p-tabview-panels>div[role=tabpanel],.p-tabview.crm-tabs .p-tabview-panel{position:absolute!important;top:0!important;left:0!important;right:0!important;bottom:0!important;display:flex!important;flex-direction:column!important}.crm-tabs .p-tabview-panels>div,.crm-tabs .p-tabview-panels>div>div{flex:1 1!important;display:flex!important;flex-direction:column!important;min-height:0!important;position:relative!important}.crm-tabs .p-tabview-nav{flex-shrink:0!important;background:#f8f9fa;border-bottom:1px solid #e9ecef;padding:3px 20px;display:flex;justify-content:flex-start;align-items:center}.crm-tabs .p-tabview-nav ul{display:flex;grid-gap:4px;gap:4px;background:hsla(0,0%,100%,.9);padding:4px;border-radius:10px;border:1px solid rgba(0,0,0,.1);box-shadow:0 2px 6px rgba(0,0,0,.08);margin:0;flex:none}.crm-tabs .p-tabview-nav:after{content:"";flex:1 1}.crm-tabs .p-tabview-nav li .p-tabview-nav-link{border:none!important;background:transparent!important;color:#6c757d!important;padding:8px 16px!important;margin:0!important;border-radius:6px!important;transition:all .3s ease!important;font-weight:600!important;font-size:.85rem!important;white-space:nowrap!important;min-width:auto!important}.crm-tabs .p-tabview-nav li .p-tabview-nav-link .pi{margin-right:6px;font-size:.8rem}.crm-tabs .p-tabview-nav li.p-highlight .p-tabview-nav-link{background:#007bff!important;color:#fff!important;box-shadow:0 1px 3px rgba(0,123,255,.3)!important;border:none!important;margin-bottom:0!important}.crm-tabs .p-tabview-nav li:not(.p-highlight) .p-tabview-nav-link:hover{background:rgba(0,123,255,.1)!important;color:#007bff!important}.crm-tabs .p-tabview-nav li.p-highlight .p-tabview-nav-link:hover{background:#0056b3!important}.crm-tabs .p-tabview-panels{background:#fff;padding:0}@media (max-width:768px){.crm-tabs .p-tabview-nav{padding:0 10px}.crm-tabs .p-tabview-nav li .p-tabview-nav-link{padding:10px 18px;margin-right:6px}}.embedded-case-container{width:100%;height:100vh;display:flex;flex-direction:column;background:#f8f9fa;overflow:hidden}.embedded-case-header{display:flex;justify-content:space-between;align-items:center;padding:12px 20px;background:#fff;border-bottom:1px solid #e5e7eb;flex-shrink:0}.embedded-view-toggle{display:flex;grid-gap:8px;gap:8px}.toggle-btn{display:flex;align-items:center;grid-gap:6px;gap:6px;padding:8px 16px;border:1px solid #dee2e6;border-radius:6px;background:#fff;color:#495057;font-size:14px;cursor:pointer;transition:all .2s ease}.toggle-btn:hover{border-color:#007bff;color:#007bff}.toggle-btn.active{background:#007bff;border-color:#007bff;color:#fff}.toggle-btn i{font-size:14px}.embedded-case-id{font-size:14px;color:#6c757d;font-weight:500}.embedded-case-content{flex:1 1;overflow-y:auto;overflow-x:hidden}.embedded-case-content .case-data-panel,.embedded-case-content .case-timeline-container{height:auto;min-height:100%}.embedded-case-error,.embedded-case-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;background:#f8f9fa}.embedded-case-error i{font-size:48px;color:#dc3545;margin-bottom:16px}.embedded-case-error h3{margin:0 0 8px;color:#1f2937}.embedded-case-error p{margin:0;color:#6b7280}@media screen and (max-width:768px){.embedded-case-header{flex-direction:column;grid-gap:12px;gap:12px;padding:12px 16px}.embedded-view-toggle{width:100%;justify-content:center}.toggle-btn{flex:1 1;justify-content:center}.embedded-case-id{text-align:center}}.p-card{background-color:hsla(0,0%,100%,.98)!important;border-radius:0!important}.authentication-route{justify-content:center;align-items:center;position:absolute;min-height:100vh;min-width:100vw;background:#22384d;background:linear-gradient(125deg,#22384d 40%,#3e678e 130%);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background-image:url(https://cdn.houndsoftware.net/assetstmp/clouds.png);background-position:40% 20%}.action-section{position:absolute;top:5px;right:5px;height:35px;width:auto}.version-btn{position:absolute;bottom:50px;right:50px;color:#f5f5f5}@media screen and (max-width:900px){.authentication-route{max-width:100%;background-position:44% 10%}.version-btn{position:absolute;bottom:25px;right:35px}}@media screen and (max-width:570px){.authentication-route{max-width:100%;background-position:33% 10%}}.root{display:flex;align-items:center;justify-content:flex-start}.app-content{display:flex;flex-direction:column;min-width:0}.header-container{display:flex;width:100%;justify-content:flex-start;align-items:center;height:60px;padding-right:2vw;background:#22384d;background:linear-gradient(125deg,#22384d 60%,#3e678e 130%)}.header-active{margin-top:-2px;width:100%;border-bottom:2px solid #f04;box-shadow:1px 1px 2px #f04!important}.header-actions{display:flex;margin-left:auto;grid-gap:2vw;gap:2vw}.img-logo2{height:25px;margin-left:2vw}.img-logo{min-height:21px;min-width:25px;margin-right:-4px!important}.logo-container{display:flex;align-items:center;grid-gap:0;gap:0}.sebs{display:flex!important;justify-content:center!important;align-items:center!important;background-color:initial!important;height:56px!important;width:60px!important;margin:-2px .5vw 0!important;padding:1px!important}.cont-header{display:flex;justify-content:flex-end;min-width:auto;grid-gap:2vw;gap:2vw}.sebs:hover{opacity:.9;background-color:initial!important}.app-container{justify-content:flex-start;max-height:none!important;max-width:none!important}.app-wrapper{flex:1 1;min-height:0;display:flex;flex-direction:column}.page-container{flex:1 1 auto!important;min-height:0!important;position:relative!important}.head{background-color:#898c90}.body{flex:1 1;min-height:0;overflow:hidden;display:flex;flex-direction:column}@media screen and (max-width:900px){.header-container{height:55px;padding-right:0}.img-logo2{height:20px;margin-top:4px;margin-left:3vw}.cont-header{grid-gap:0;gap:0}.sebs{display:flex!important;justify-content:center!important;align-items:center!important;background-color:initial!important;height:56px!important;width:60px!important;margin:-2px .5vw 0!important;padding:1px!important}}.root{position:absolute;top:0;left:0;height:100vh;width:100vw}.app-content{flex:1 1}.app-container{display:flex;justify-content:center;border:1px solid #22384d;box-shadow:2px 2px 7px rgba(1,41,57,.5411764705882353);width:100vw;height:100vh;max-height:1180px!important;max-width:2000px!important}.app-wrapper,.page-container{width:100%;height:100%}.page-container{background:#f4f4f4;overflow:hidden}.head{z-index:1000;height:96px;width:100%;background-color:#bababa}.body{height:100%;width:100%}