: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)}*{box-sizing:border-box;margin:0;font-family:"Inter","Elbony",system-ui,-apple-system,sans-serif}#root,body,html{height:100vh!important;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}.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 5px 10px 30px!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:rgba(0,0,0,.695)!important;display:none!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:rgba(0,0,0,.769)!important;padding:9.5px 15px!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:0 auto!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}}.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{background:#fff;border-radius:12px;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;border-radius:20px;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{font-weight:600;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{font-weight:600;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: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}.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-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:190px}.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{display:flex;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:0!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%}.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:30px;min-height:30px;max-height:30px;background-color:#efe;border-top-left-radius:12px;border-bottom-right-radius:12px;margin:0;filter:blur(.5px)}.app-card-header-right{display:flex;flex-direction:column;justify-content:space-around;width:100%;padding:0 10px}.app-card-header-right-up{display:flex;justify-content:space-between;align-items:center}.header-right-up-name{max-width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-right:0;margin-top:0;margin-bottom:0;font-size:.6em;color:#22384d}.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;background-color:#3e678e}.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:400px!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)}}.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{display:flex;flex-direction:column;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)}.mini-card{flex:1 1;background:rgba(249,250,251,.8);border:1px solid rgba(229,231,235,.5);border-radius:var(--radius-md,6px);padding:var(--space-2,.5rem);min-width:0}.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,.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}.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;display:flex;align-items:center;grid-gap:var(--space-4,1rem);gap:var(--space-4,1rem);min-height:250px;max-height:350px}.pie-chart-section{flex:0 0 60%;position:relative;height:100%;display:flex;align-items:center;justify-content:center;min-height:200px}.pie-chart-section canvas{max-width:100%;max-height:100%}.legend-section{flex:0 0 38%;height:100%;display:flex;align-items:center;padding-left:var(--space-2,.5rem)}.custom-legend{display:flex;flex-direction:column;width:100%}.custom-legend,.legend-item{grid-gap:var(--space-2,.5rem);gap:var(--space-2,.5rem)}.legend-item{padding:var(--space-1,.25rem) 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}.legend-label{font-size:var(--text-sm,.875rem);font-weight:var(--font-medium,500);color:#374151;line-height:var(--leading-tight,1.25);word-wrap:break-word}.legend-stats{display:flex;grid-gap:var(--space-2,.5rem);gap:var(--space-2,.5rem);align-items:center}.legend-count{font-size:var(--text-sm,.875rem);font-weight:var(--font-semibold,600);color:#111827}.legend-percentage{font-size:var(--text-xs,.75rem);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:280px;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{color:#6b7280}@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:300px}.pie-chart-section{flex:0 0 auto;width:100%;height:200px}.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:250px}.pie-chart-section{height:150px}.legend-item{flex:1 1;min-width:100px}.chart-container{min-height:150px;max-height:200px}}@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:120px;max-height:150px}.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 rgb(0 0 0/20%),0 1px 1px 0 rgb(0 0 0/14%),0 1px 3px 0 rgb(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}.app-form-section{padding:20px!important}.app-formGroup{font-size:16px;width:36vw!important}@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{margin:0 0 20px;font-size:1.5rem;font-weight:600;color:#1e293b;border-bottom:2px solid #0ea5e9;padding-bottom:8px;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{display:flex;align-items:center;justify-content:space-between;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 20px 0 0!important}.advanced-cls3:hover{color:#fff!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}}.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}.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}.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}}@media screen and (max-width:570px){.casetype-wrapper{padding:10px 10px 50px}}.add-batch-section{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{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}@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}}: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%,.05);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:var(--text-color)!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:300px!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:var(--text-color);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}.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)}.green{background:linear-gradient(135deg,var(--success-color),#00c170)!important;box-shadow:0 2px 8px rgba(0,208,132,.3)}.green,.yellow{color:#fff!important;border:none}.yellow{background:linear-gradient(135deg,var(--warning-color),#ff9500)!important;box-shadow:0 2px 8px rgba(255,170,0,.3)}.red{background:linear-gradient(135deg,var(--danger-color),#ff0844)!important;color:#fff!important;box-shadow:0 2px 8px rgba(255,51,102,.3);border:none}.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}.red{background-color:#f36!important}.yellow{background-color:#fa0!important}.green{background-color:#00d084!important}.accordion-wrapper-list{background-color:rgba(25,32,45,.5);border-top:1px solid hsla(0,0%,100%,.05);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:var(--text-color)!important;font-weight:500;letter-spacing:.02em;min-width:40px;flex:1 1;overflow:visible;margin-right:16px;position:relative;z-index:5}.accordion-txt>div{display:flex;align-items:center;grid-gap:8px;gap:8px;margin-left:auto;padding-right:16px;min-width:200px;justify-content:flex-end}.accordion-row{display:flex;justify-content:space-between;align-items:center;width:100%;overflow:visible}.roles-txt2{color:var(--text-color);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:300px!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}}.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{display:flex;flex-wrap:wrap;grid-gap:20px;gap:20px;align-items:end;margin-bottom:15px}.filter-item{display:flex;flex-direction:column;grid-gap:8px;gap:8px}.filter-item label{font-weight:500;color:#495057;font-size:.9rem}.filter-actions{display:flex;grid-gap:10px;gap:10px}.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{display:flex;flex-direction:column;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}.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}.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}}.modern-treemap-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-treemap-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)}.treemap-header{display:flex;justify-content:space-between;align-items:center;padding:8px 16px 4px;border-bottom:1px solid rgba(229,231,235,.3);flex-shrink:0}.treemap-title-section{flex:1 1}.treemap-title{font-size:14px;font-weight:600;color:#374151;margin:0;line-height:1.2;display:inline-flex;align-items:center;grid-gap:6px;gap:6px}.treemap-subtitle{font-size:11px;color:#9ca3af;font-weight:400;margin:0;line-height:1.1}.legend-item,.treemap-legend{display:flex;align-items:center;grid-gap:4px;gap:4px}.legend-color{width:8px;height:8px;border-radius:2px;border:1px solid hsla(0,0%,100%,.3)}.legend-label{font-size:10px;color:#9ca3af;font-weight:500}.treemap-container{flex:1 1;padding:8px 16px 16px;position:relative;min-height:120px}.treemap-chart{width:100%;height:100%;min-height:100px}.modern-treemap-tooltip{background:rgba(0,0,0,.9);border-radius:var(--radius-lg,8px);padding:var(--space-3,.75rem);box-shadow:var(--shadow-lg,0 10px 15px -3px rgba(0,0,0,.1));border:1px solid hsla(0,0%,100%,.1)}.tooltip-title{font-size:var(--text-sm,.875rem);font-weight:var(--font-semibold,600);color:#fff;margin-bottom:var(--space-1,.25rem)}.tooltip-value{font-size:var(--text-xs,.75rem);color:hsla(0,0%,100%,.8);font-weight:var(--font-normal,400)}.treemap-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;text-align:center;color:var(--text-tertiary,#9ca3af)}.empty-icon{margin-bottom:var(--space-4,1rem);opacity:.5}.empty-text{font-size:var(--text-sm,.875rem);font-weight:var(--font-medium,500);margin:0}.treemap-footer{padding:var(--space-4,1rem) var(--space-6,1.5rem);border-top:1px solid rgba(229,231,235,.5);background:linear-gradient(90deg,rgba(249,250,251,.5),rgba(243,244,246,.3))}.treemap-insights{display:flex;justify-content:center;align-items:center}.insight-text{font-size:var(--text-xs,.75rem);color:var(--text-tertiary,#9ca3af);font-weight:var(--font-medium,500);text-align:center;font-style:italic}.modern-treemap-wrapper .apexcharts-canvas{background:transparent!important}.modern-treemap-wrapper .apexcharts-treemap-rect{transition:all .3s ease!important;cursor:pointer!important}.modern-treemap-wrapper .apexcharts-treemap-rect:hover{opacity:.9!important;transform:scale(1.02)!important;filter:brightness(1.1)!important}.modern-treemap-wrapper .apexcharts-datalabel{text-shadow:1px 1px 2px rgba(0,0,0,.3)!important}@media screen and (max-width:1350px){.treemap-header{flex-direction:column;align-items:flex-start;grid-gap:var(--space-3,.75rem);gap:var(--space-3,.75rem)}.treemap-legend{width:100%;justify-content:flex-start}}@media screen and (max-width:900px){.modern-treemap-wrapper{margin:var(--space-2,.5rem)}.treemap-header{padding:var(--space-4,1rem)}.treemap-container{min-height:200px}.treemap-container,.treemap-footer{padding:var(--space-3,.75rem) var(--space-4,1rem)}.treemap-title{font-size:var(--text-lg,1.125rem)}.treemap-subtitle{font-size:var(--text-xs,.75rem)}.legend-label{font-size:10px}}@media screen and (max-width:570px){.treemap-header{padding:var(--space-3,.75rem)}.treemap-container{min-height:180px}.treemap-container,.treemap-footer{padding:var(--space-2,.5rem) var(--space-3,.75rem)}.treemap-title{font-size:var(--text-base,1rem)}.insight-text{font-size:10px}.legend-color{width:10px;height: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:4px 8px;border-radius:4px;border:1px solid rgba(59,130,246,.2);white-space:nowrap;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:200px;padding:10px 20px;flex-shrink:0}.box-top-treemap{width:100%!important;height:180px!important;min-height:180px!important;max-height:180px!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:16px}.main-dashboard-filter{height:90px;width:100%}.main-dashboard-body{width:calc(100vw - 190px)}.main-dashboard-body,.main-dashboard-body-ext{display:flex;height:calc(100% - 140px);flex:1 1}.main-dashboard-body-ext{width:100vw}.main-dashboard-body-left,.main-dashboard-body-right{display:flex;align-items:center;flex-direction:column;justify-content:flex-start;height:100%;width:50%;padding:2vw 2vw 70px;overflow:hidden;overflow-y:scroll;-ms-overflow-style:none;scrollbar-width:none}.main-dashboard-body-right{background:linear-gradient(135deg,var(--gray-50,#f9fafb),var(--bg-secondary,#f3f4f6))}.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:5px 0 20px 20px!important}.range-picker{min-width:215px!important;height:32px!important;border:none!important;margin-right:0!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:40px;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:30px!important;padding:0 15px 0 17px!important}.direction{margin-left:-9px!important}@media screen and (max-width:1350px){.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:3.5rem 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:30px 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 auto 120px}@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{height:100%;width:100%}.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%;margin:0 auto}.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}@keyframes pulse{0%{transform:scale(.8);opacity:.5}50%{transform:scale(1);opacity:1}to{transform:scale(.8);opacity:.5}}.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}.titleFile{font-size:1em!important;margin:0;padding:4px;max-width:70vw!important;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:350;border-radius:18px!important}.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}.titleFile{font-size:.7em!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;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}.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%;display:flex;align-items:center;justify-content:space-between}.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;justify-content:space-between;height:auto;min-height:50vh;width:100%;overflow-y:auto;padding-bottom:20px}.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;min-width:28px!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;grid-gap:10px!important;gap:10px!important}.refresh-basket2{color:#fff!important;min-width:32px!important;min-height:32px!important;box-shadow:2px 2px 3px rgba(1,41,57,.5411764705882353)!important}.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:1280px!important;padding:0 10px 0 15px;height:60px;grid-gap:10px;gap:10px;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:40px!important;margin-right:10px!important;margin-left:0!important;padding-left:33px!important;padding-right:30px!important;padding-bottom:4px!important;margin-bottom:0!important;border-radius:8px!important;color:#3e678e!important;width:87%!important;max-width:255px!important;min-width:255px!important;border:2px solid #3e678e!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:auto;width:calc(100vw - 281px)}.search-wrapper{max-width:calc(100vw - 300px);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:calc(100vw - 120px)}.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:calc(100vw - 106px)}.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-dropdown{max-height:35px!important;align-self:center;background-color:#3e678e!important;border:none!important;max-width:auto!important;box-shadow:2px 2px 3px rgba(1,41,57,.5411764705882353)!important}.history-A-search{z-index:1000;margin-left:-10px!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:35px!important;margin-right:0!important;box-shadow:2px 2px 3px rgba(1,41,57,.5411764705882353)!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);width:calc(100vw - 260px)}#filter-teams{padding-left:5px;width:calc(100vw - 107px)}.history-A{padding:20px!important;width:100%;max-width:70vw}.history-B{height:calc(100% - 150px);width:calc(100vw - 109px);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 - 107px)}}.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 - 100px);margin:0 15px}}.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;width:calc(100vw - 40px);overflow:hidden;margin:10px auto 0}#filter-teams,.history-container2{display:flex;border-top-left-radius:0}#filter-teams{justify-content:flex-start;background-color:#25627f!important;border-top-right-radius:8px;max-width:1180px;width:calc(100vw - 680px);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:-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}.green{background-color:rgba(82,182,122,.6431372549019608)}.yellow{background-color:rgba(204,138,25,.7294117647058823)}.red{background-color:rgba(203,50,52,.7411764705882353)}.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:8px!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 - 107px)}.history-B{height:calc(100% - 150px);width:calc(100vw - 109px);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 - 100px);margin:10px 15px 0;border-top-left-radius:30px}#filter-teams{padding-left:10px!important;width:calc(100vw - 107px)}.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}}.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{display:flex;flex-direction:column;justify-content:center;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}}.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: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: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}}.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}.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}}.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;grid-gap:1vw;gap:1vw}.card-batch{padding:10px;max-width:150px;min-width:150px;width:100%;grid-gap:15px;gap:15px;box-shadow:2px 2px 3px rgba(1,41,57,.5411764705882353)!important}.card-batch,.card-batch2{border-radius:8px;background-color:#22384d;justify-content:center;align-items:center;display:flex;border:1px solid rgba(62,103,142,.09411764705882353)}.card-batch2{padding:5px!important;min-width:260px;grid-gap:10px;gap:10px;box-shadow:2px 2px 3px rgba(121,164,181,.5411764705882353)!important;color:#fff!important}.card-hr{color:#000;border:1px solid rgba(16,31,35,.312)}@media screen and (max-width:900px){.card-batch{padding:5px 0}.card-batch:hover{color:#f04!important;border:1px solid #f04}.card-batch2{border-radius:8px;padding:5px 10px;background-color:rgba(28,82,97,.565);justify-content:center;align-items:center;display:flex;grid-gap:15px;gap:15px;border:1px solid rgba(62,103,142,.09411764705882353);box-shadow:2px 2px 3px rgba(1,41,57,.5411764705882353)!important;color:#fff!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{margin:0 auto;overflow:visible!important}.cases-wrp2-ext{margin:0 auto;transition:width .7s ease-in-out}.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{width:calc(100vw - 260px);margin:1vw auto;padding-top:1vw}.cases-wrp2,.cases-wrp2-ext{background-color:initial;max-width:1280px}.cases-wrp2-ext{width:calc(100vw - 40px);margin:5vw auto 2vw}@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{background-color:initial;max-width:1280px;width:calc(100vw - 109px);margin:10px 20px}}@media screen and (max-width:570px){.cases-wrp2{background-color:initial;max-width:1280px;width:calc(100vw - 104px);margin:4vw}}.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{background-color:rgba(76,150,170,.312);height:10%;width:30%}.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{min-width:24px;background:#e9ecef;border-radius:12px;font-weight:600;font-size:.75rem;color:#495057;flex-shrink:0}.case-progress-count,.case-progress-step{display:flex;align-items:center;justify-content:center;height:24px}.case-progress-step{width:24px;border-radius:50%;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}}.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}.btn-goto,.card-batch3{box-shadow:2px 2px 3px rgba(1,41,57,.5411764705882353)!important}.card-batch3{border-radius:8px;padding:10px 20px;background-color:#22384d;color:#fff!important;justify-content:center;align-items:center;display:flex;flex-direction:column;grid-gap:15px;gap:15px;height:20vh;min-width:20vw;border:1px solid rgba(62,103,142,.09411764705882353)}.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{display:flex;justify-content:space-between;align-items:center;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}.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:center;flex-wrap:wrap;grid-gap:10px;gap:10px}.dashboard-badges{display:flex;grid-gap:8px;gap:8px;flex-wrap:wrap}.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-info-item{display:flex;align-items:center;grid-gap:8px;gap:8px;padding:8px;background-color:#fff;border-radius:4px;border:1px solid #dee2e6}.dashboard-info-item strong{color:#495057;min-width:100px;font-size:.9em}.dashboard-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:15px;gap:15px}.dashboard-history-full{min-height:120px}.dashboard-history-full,.dashboard-notes-full{background-color:#fff;border:2px solid #e9ecef;border-radius:8px;padding:12px}.dashboard-notes-full{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:#28a745;border-color:#28a745;color:#fff}.horizontal-step.current .horizontal-step-marker{background-color:#ffc107;border-color:#ffc107;color:#212529;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}.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;margin-bottom:4px;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;padding:0;width:100%;box-sizing:border-box;margin:0}.dashboard-section-content::-webkit-scrollbar{width:6px}.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:100px;padding:10px}.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-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}.files-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));grid-gap:12px;gap:12px;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}}.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}.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}}.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{justify-content:center}.header-container,.root{display:flex;align-items:center}.header-container{width:100%;justify-content:flex-start;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{max-height:none!important}.page-container{overflow:visible}.head{background-color:#898c90}.body{height:calc(100vh - 60px);overflow-y:auto}@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%}
/*# sourceMappingURL=main.fc2cce4a.chunk.css.map */